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
|
---|---|---|---|---|
@charset "UTF-8";
html {
width: 100%;
scroll-behavior: smooth;
}
body {
font-family: Verdana, Tahoma, sans-serif;
color: #27190a;
background: -webkit-gradient(linear, left top, right bottom, from(#59cef1), to(#15ee39));
background: linear-gradient(to right bottom, #59cef1, #15ee39);
min-width: 100%;
font-size: 90%;
margin: 0;
padding: 0;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: 0.3s;
transition: 0.3s;
}
a {
text-decoration: none;
}
/*Top Bar - Begin*/
/* Menu */
/* .pepe li {
padding: 7px 10px;
list-style-type: none;}
.pepe {display: flex;}
.pepe > *:last-child{margin-left: auto; background-color: saddlebrown;}
#boya {margin-right: auto}
.pepe li:hover {cursor: pointer; color: white; background-color: #8f6e4b;} cursor pointer faz o rato uma mão*/
/*FRAMEWORKS Bootstrap de CSS e Java-script, Jquery de Java-script(desuso), Vuejs, React*/
/*Wordpress ou Joomla São CNNS*/
/*Usar o Inspect no Browser*/
/*Eles devem usar iframes no site da saúde*/
/*.logos1 {
height: 80px;
padding: 4px;
}
.logos2 {
height: 70px;
padding: 10px;
}*/
.navbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/*IMPORTANTE*/
background-color: white;
position: fixed;
top: 0;
width: 100%;
height: 80px;
-webkit-transform: translateY(-80px);
transform: translateY(-80px);
z-index: 300;
/*To not scroll behind images*/
/*border-bottom: 1px solid black; */
-webkit-box-shadow: 0px 0px 4px;
box-shadow: 0px 0px 4px;
-webkit-transition: 0.2s;
transition: 0.2s;
/* &:hover{
.papa{
background-color: #fff;
}
}*/
}
.navbar .logos {
height: 100%;
}
.navbar .logos a {
display: inline-block;
padding: 0 15px;
}
.navbar .logos img {
height: 80px;
padding: 6px;
-o-object-fit: cover;
object-fit: cover;
}
.navbar .useronpage {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
right: 80px;
}
.navbar .navright {
height: 100%;
margin-left: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.navbar .navright:hover {
/*.navbar > *:last-child{margin-left: auto}*/
}
.navbar .navright:hover .dropdown-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-animation: drop 0.2s ease;
animation: drop 0.2s ease;
}
.navbar .navright a {
display: inline-block;
color: black;
text-align: center;
/*vertical-align: middle;*/
padding: 28px 16px;
text-decoration: none;
font-size: 17px;
height: 100%;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.navbar .navright a:hover {
background: black;
color: #ddd;
}
.navbar .navright > div {
height: 100%;
text-align: right;
}
.navbar .navright > div .dropdown-content {
background-color: white;
color: black;
display: none;
}
.navbar .navright .login {
position: relative;
/*color:green;*/
}
#sns {
max-width: 100%;
}
#who {
max-width: 100%;
}
@-webkit-keyframes drop {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
pointer-events: none;
}
68% {
pointer-events: none;
}
100% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes drop {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
pointer-events: none;
}
68% {
pointer-events: none;
}
100% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
/*
.bg-img {
// The image used
background-image: url("../img/placeholder.jpg"); //Relativamente á pasta css
min-height: 380px;
// Center and scale the image nicely
background-position: center;
background-repeat: no-repeat;
background-size: cover;
// Needed to position the navbar
position: relative;
margin: 0px 0px 0px 0px;
}
.container {
font-size: 30px;
font-weight: bold;
position: absolute;
margin: 100px 50px;
width: auto;
color: rgb(227, 242, 255);
border-bottom: 2px solid white;
//border-radius: 2em;
}*/
/*.dropdown {
&:hover{
.dropdown-content{
display:flex;
flex-direction: column;}}
.dropdown-content{
display: none;
a {
}
}
}*/
/*.dropbtn {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}*/
.slidershow {
position: relative;
width: 100%;
margin-top: 0px;
overflow: hidden;
z-index: 200;
}
.slides {
position: relative;
width: 500%;
min-height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: -2.5px;
}
.slides input[type="radio"] {
position: absolute;
visibility: hidden;
}
.slide {
width: 100%;
}
.slide img {
width: 100%;
height: auto;
}
.navigation {
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
opacity: 1;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.329);
}
.navigation .bar {
width: 70px;
height: 20px;
border: 4px solid #fff;
border-radius: 8px;
margin: 6px;
cursor: pointer;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.navigation .bar:hover {
background-color: #fff;
}
#r1:checked ~ .slide {
margin-left: 0;
}
#r2:checked ~ .slide {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
#r3:checked ~ .slide {
-webkit-transform: translateX(-200%);
transform: translateX(-200%);
}
#r4:checked ~ .slide {
-webkit-transform: translateX(-300%);
transform: translateX(-300%);
}
#r5:checked ~ .slide {
-webkit-transform: translateX(-400%);
transform: translateX(-400%);
}
/*.slidershow{
width: 100vw;
height: 310px;
margin-top: 0px;
overflow: hidden;
//position: absolute;
z-index:200;
}
.slides{
width: 500vw;
height: 100%;
display: flex;
}
.slide img{
width: 100%;
height: 100%;
//object-fit: cover;
}
input[type="radio"]{
position: absolute;
visibility: hidden;
}
.navigation{
background-color: rgb(144, 144, 241);
opacity: 0.9;
border-radius: 5px;
position: absolute;
top: 250px;
left: 50%;
transform: translateX(-50%);
display: flex;
.bar{
width: 70px;
height: 20px;
border: 4px solid #fff;
border-radius: 8px;
margin: 6px;
cursor: pointer;
transition: 0.4s;
&:hover{background-color: #fff;}
}
}
#r1:checked ~ .s1{
margin-left: 0;
}
#r2:checked ~ .s1{
margin-left: -20%;
}
#r3:checked ~ .s1{
margin-left: -40%;
}
#r4:checked ~ .s1{
margin-left: -60%;
}
#r5:checked ~ .s1{
margin-left: -80%;
}*/
/*
.slidershow{
width: 700px;
height: 400px;
overflow: hidden;
}
.middle{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.navigation{
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
display: flex;
}
.bar{
width: 50px;
height: 10px;
border: 2px solid #fff;
margin: 6px;
cursor: pointer;
transition: 0.4s;
}
.bar:hover{
background: #fff;
}
input[name="r"]{
position: absolute;
visibility: hidden;
}
.slides{
width: 500%;
height: 100%;
display: flex;
}
.slide{
width: 20%;
transition: 0.6s;
}
.slide img{
width: 100%;
height: 100%;
}
#r1:checked ~ .s1{
margin-left: 0;
}
#r2:checked ~ .s1{
margin-left: -20%;
}
#r3:checked ~ .s1{
margin-left: -40%;
}
#r4:checked ~ .s1{
margin-left: -60%;
}
#r5:checked ~ .s1{
margin-left: -80%;
}*/
.placeholder {
position: fixed;
z-index: -20;
width: 100%;
height: 157px;
pointer-events: none;
}
.papa {
position: -webkit-sticky;
position: sticky;
top: 21px;
z-index: 250;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: #74ee15;
border-top: solid 2px #fff;
border-bottom: solid 2px #fff;
width: 100%;
margin: auto;
height: 80px;
}
.papa .tabcontainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 90%;
margin: auto;
height: 100%;
}
.papa .tabcontainer .flex-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
}
.papa .tabcontainer .flex-container .homey {
background-color: #61c713;
border-radius: 10px;
height: 60%;
margin: auto 1%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
text-decoration: none;
color: #fff;
-webkit-box-flex: 0.3;
-ms-flex: 0.3;
flex: 0.3;
}
.papa .tabcontainer .flex-container .homey:hover {
border: 3px white solid;
}
.papa .tabcontainer .flex-container .items {
background-color: #61c713;
border-radius: 10px;
height: 80%;
margin: auto 1%;
padding: 15px 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
text-decoration: none;
color: #fff;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.papa .tabcontainer .flex-container .items:hover {
border: 3px white solid;
}
/*
.tabcontainer {
position: absolute;
background-color: rgb(62, 196, 113);
//top: 300px;
top: 33.6%;
//margin: 20% auto 0 auto;
width: 100%;
height: 14%;
border-bottom: 2px solid white;
border-top: 2px solid white;
//border-radius: 2em;
}
.flex-container {
display: flex;
position: absolute;
width: 100%;
height:100%;
left: 50%;
transform: translateX(-50%);
align-items: center;
justify-content: center;
//align-content: center
// background-color: DodgerBlue;
}
.flex-container > div {
//position: relative;
background-color: rgb(28, 177, 107);
border-radius: 10px;
height:70%;
margin: auto 1%;
padding: 15px 6px;
font-size: 20px;
display: flex;
&:hover {border: 3px white solid}
a {
text-decoration: none;
color: rgb(227, 242, 255);
text-align: center;
margin:auto;
}
}
*/
main {
/*.indicadores{
div{
}
// @mixin randcol{
// background: rgb(random(255), random(255), random(255));
// }
// @include randcol;
grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
display:grid;
:nth-child(1){
background: rgb(random(255), random(255), random(255));
}
:nth-child(2){
background: rgb(random(255), random(255), random(255));
}
:nth-child(3){
background: rgb(random(255), random(255), random(255));
}
:nth-child(4){
background: rgb(random(255), random(255), random(255));
}
:nth-child(5){
background: rgb(random(255), random(255), random(255));
}
:nth-child(6){
background: rgb(random(255), random(255), random(255));
}*/
/*
[id="2"] {
display:flex;
//height: 500px;
width:100%;
//background: rgb(114, 175, 255);
margin:auto;
h2{
font-size: 3vw;}
p{
font-size: 20px; }
> *:last-child{
flex:1.5;
text-align: center;
margin: auto;
padding:5vw;
}
> *:first-child{
flex:1;
//background-color: red;
text-align: center;
margin:auto;
}
.imagus1{
height:38vw;
padding: 30px;
//box-shadow:3px 3px 3px black;
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
}*/
}
main .title {
font-size: 50px;
font-weight: bold;
border-bottom: rgba(5, 173, 69, 0.726) solid 5px;
display: inline-block;
margin: 5px 0 10px 50vw;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
-webkit-filter: drop-shadow(3px 2px 0px rgba(255, 255, 255, 0.897));
filter: drop-shadow(3px 2px 0px rgba(255, 255, 255, 0.897));
}
main [id="1"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
main [id="1"] h2 {
font-size: 38px;
text-align: center;
}
main [id="1"] p {
font-size: 20px;
text-align: justify;
}
main [id="1"] > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
margin: auto;
padding: 5vw;
}
main [id="1"] > *:first-child div {
margin-top: 30px;
text-align: center;
}
main [id="1"] > *:first-child div a {
font-weight: bold;
border: solid #2971f7 3px;
background: transparent;
padding: 15px 15px;
color: #2971f7 3px;
}
main [id="1"] > *:first-child div a:hover {
background: #2971f7 3px;
}
main [id="1"] > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
main [id="1"] .imagus1 {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
main .quemsomos {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
-ms-grid-rows: 350px;
grid-template-rows: 350px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin: auto;
position: relative;
}
main .quemsomos :nth-child(3) {
/* position:relative;
> div{
position: absolute;
right: 0px;
bottom: 0px;
//height:100px;
text-align: right;
background: linear-gradient(to top left, #b0b0f3, #e1e1f1);
span{
}
a{
border:solid 3px rgba(255, 255, 240, 0.603);
color:rgb(0, 0, 0);
border-radius: 7px;
font-weight: bold;
font-size: 15px;
display:flex;
justify-content: center;
width:50%;
margin:auto;
text-align:left;
&:hover{background-color: lawngreen;}
}
}*/
}
main .quemsomos .contacte {
position: absolute;
right: 0px;
bottom: 0px;
text-align: right;
background: -webkit-gradient(linear, right bottom, left top, from(#b0b0f3), to(#e1e1f1));
background: linear-gradient(to top left, #b0b0f3, #e1e1f1);
}
main .quemsomos .contacte a {
border: solid 3px rgba(255, 255, 240, 0.603);
color: black;
border-radius: 7px;
font-weight: bold;
font-size: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 50%;
margin: auto;
text-align: left;
}
main .quemsomos .contacte a:hover {
background-color: lawngreen;
}
main .quemsomos > .rrr {
background: -webkit-gradient(linear, left top, right bottom, from(#b0b0f3), to(#e1e1f1));
background: linear-gradient(to right bottom, #b0b0f3, #e1e1f1);
padding-top: 2px;
color: black;
text-align: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 100%;
}
main .quemsomos > .rrr .depressing {
padding-top: 15px;
height: 72.5%;
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
-ms-grid-rows: (1fr)[6];
grid-template-rows: repeat(6, 1fr);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
font-weight: bold;
font-style: italic;
color: #1a1a1a;
/*grid-template-areas:
"1 1"
"2 2"
"3 4";*/
}
main .quemsomos > .rrr .depressing .textomeu {
border-bottom: black solid 2px;
}
main .quemsomos > .rrr .depressing .textomeu:hover {
border-bottom: black solid 3px;
}
main .quemsomos > .rrr .depressing :nth-child(1) {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1/2;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
}
main .quemsomos > .rrr .depressing :nth-child(2) {
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2/3;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
}
main .quemsomos > .rrr .depressing :nth-child(3) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
grid-row: 3/4;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
}
main .quemsomos > .rrr .depressing :nth-child(4) {
-ms-grid-row: 4;
-ms-grid-row-span: 1;
grid-row: 4/5;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
}
main .quemsomos > .rrr .depressing :nth-child(5) {
-ms-grid-row: 5;
-ms-grid-row-span: 1;
grid-row: 5/6;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
}
main .quemsomos > .rrr .imhungry {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
main .quemsomos > .rrr .imhungry img {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
main .quemsomos > .rrr img {
height: 60px;
}
main .quemsomos > .rrr .mvv {
font-size: 30px;
font-weight: bold;
color: #27190a;
}
main .quemsomos > .rrr p {
height: 100%;
padding: 5% 5% 25% 5%;
font-size: 19px;
text-align: justify;
/*
display:flex;
align-items: center;
justify-content: center;
*/
}
main .location {
border-top: 10px solid;
position: relative;
text-align: center;
}
main .location p {
opacity: 0.9;
position: absolute;
top: 10%;
left: 5%;
font-size: 40px;
font-weight: bold;
-webkit-filter: drop-shadow(1px 2px 1px white);
filter: drop-shadow(1px 2px 1px white);
background-color: rgba(0, 0, 0, 0.13);
border-radius: 10px;
}
main .location iframe {
width: 100%;
}
main .location a {
position: absolute;
bottom: 10px;
left: 5px;
padding: 10px 20px;
background-color: white;
color: cornflowerblue;
}
main .oquefazemos img {
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
main .oquefazemos .oquemeudeus {
font-size: 30px;
text-align: center;
}
main .oquefazemos .oquemeudeus div span {
font-size: 42px;
font-weight: bold;
}
main .oquefazemos > *:nth-child(1) {
font-size: 30px;
height: 100%;
text-align: center;
}
main .oquefazemos > *:nth-child(1) div {
padding-top: 10px;
}
main .oquefazemos > *:nth-child(1) div span {
font-size: 45px;
font-weight: bold;
}
main .oquefazemos > *:nth-child(2) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
main .oquefazemos > *:nth-child(2) > *:first-child {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
text-align: center;
}
main .oquefazemos > *:nth-child(2) > *:first-child img {
height: 38vw;
padding: 30px;
}
main .oquefazemos > *:nth-child(2) > *:last-child {
-webkit-box-flex: 3;
-ms-flex: 3;
flex: 3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: justify;
padding: 0px 2vw;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 20px;
}
main .oquefazemos > *:nth-child(3) .slidershow {
position: relative;
width: 100%;
margin-top: 0px;
overflow: hidden;
z-index: 200;
}
main .oquefazemos > *:nth-child(3) .slides {
position: relative;
width: 500%;
min-height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
main .oquefazemos > *:nth-child(3) .slide img {
width: 100%;
height: auto;
padding: 0 20%;
}
main .oquefazemos > *:nth-child(3) input[type="radio"] {
position: absolute;
visibility: hidden;
}
main .oquefazemos > *:nth-child(3) .navigation {
position: relative;
width: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
opacity: 1;
border-radius: 5px;
top: -15vw;
background-color: rgba(0, 0, 0, 0.329);
}
main .oquefazemos > *:nth-child(3) .navigation .bar {
width: 70px;
height: 20px;
border: 4px solid #fff;
border-radius: 8px;
margin: 6px;
cursor: pointer;
-webkit-transition: 0.4s;
transition: 0.4s;
}
main .oquefazemos > *:nth-child(3) .navigation .bar:hover {
background-color: #fff;
}
main .oquefazemos > *:nth-child(3) #v1:checked ~ .slide {
margin-left: 0;
}
main .oquefazemos > *:nth-child(3) #v2:checked ~ .slide {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
main .oquefazemos > *:nth-child(3) #v3:checked ~ .slide {
-webkit-transform: translateX(-200%);
transform: translateX(-200%);
}
main .oquefazemos > *:nth-child(3) #v4:checked ~ .slide {
-webkit-transform: translateX(-300%);
transform: translateX(-300%);
}
main .oquefazemos > *:nth-child(3) #v5:checked ~ .slide {
-webkit-transform: translateX(-400%);
transform: translateX(-400%);
}
main .oquefazemos > *:nth-child(4) {
padding-left: 1%;
height: auto;
}
main .oquefazemos > *:nth-child(4) .consultas {
font-size: 30px;
font-weight: bold;
border-bottom: 1px white solid;
}
main .oquefazemos > *:nth-child(4) p {
font-size: 20px;
margin: 3px 1% 0px 0px;
text-align: justify;
}
main .oquefazemos > *:nth-child(4) .con-form {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100px;
}
main .oquefazemos > *:nth-child(4) .con-form a {
position: relative;
margin: auto;
width: 90%;
font-size: 20px;
font-weight: bold;
border: solid #2971f7 3px;
background: transparent;
padding: 15px 15px;
color: #2971f7 3px;
background: rgba(41, 113, 247, 0.315) 3px;
height: 80%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
main .oquefazemos > *:nth-child(4) .con-form a:hover {
background: #2971f7 3px;
}
main .indicadores > *:nth-child(1) {
font-size: 30px;
height: 100%;
text-align: center;
}
main .indicadores > *:nth-child(1) div {
padding: 10px 0;
}
main .indicadores > *:nth-child(1) div span {
font-size: 45px;
font-weight: bold;
}
main .indicadores > *:nth-child(3) {
font-size: 15px;
height: 100%;
text-align: justify;
}
main .indicadores > *:nth-child(3) div {
padding: 10px 3%;
}
main .indicadores .stats {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
main .indicadores .stats > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
main .indicadores .stats .indicadores2 {
background-color: #fffdee;
border-radius: 50px;
-webkit-box-shadow: black 3px 3px 3px;
box-shadow: black 3px 3px 3px;
margin: 20px;
height: 350px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
/*.dadamn{
height:100px;
width:100%;
background-color: blueviolet;
overflow: hidden;
}*/
}
main .indicadores .stats .indicadores2 span {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
main .indicadores .stats .indicadores2 .re1 {
height: 100%;
width: 100%;
font-size: 24px;
font-weight: bold;
text-align: center;
padding: 10px 1px 0px 1px;
}
main .indicadores .stats .indicadores2 .mulheres {
font-size: 20px;
}
main .indicadores .stats .indicadores2 #chart_div {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
main .recursos > *:nth-child(1) {
font-size: 30px;
height: 100%;
text-align: center;
}
main .recursos > *:nth-child(1) span {
padding: 10px 0;
font-size: 45px;
font-weight: bold;
}
main .recursos .container {
position: relative;
float: left;
width: 50.00%;
padding: 50px;
}
main .recursos .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
-webkit-transition: .5s ease;
transition: .5s ease;
background-color: #008CBA;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
main .recursos .container:hover .overlay {
opacity: 1;
}
main .recursos .text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
main .recursos > *:nth-child(2) {
text-align: center;
padding-top: 20px;
}
main .mais-apoio > *:nth-child(1) {
font-size: 30px;
height: 100%;
text-align: center;
}
main .mais-apoio > *:nth-child(1) span {
padding: 10px 0;
font-size: 45px;
font-weight: bold;
}
main .mais-apoio a {
border-bottom: solid 2px #1d1d1d;
}
main .mais-apoio a:hover {
border-bottom: solid 4px #1d1d1d;
}
main .mais-apoio .clasbi {
background-color: #ebe6e6;
color: black;
padding: 10px 3% 10px 3%;
margin: 10px 0px;
}
/* CONHEÇA A EQUIPA CONHEÇA A EQUIPA */
.back {
font-size: 90px;
font-weight: bold;
font-family: initial;
color: white;
position: fixed;
top: 0px;
left: 0px;
z-index: 300;
height: 80px;
width: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
padding-left: 10px;
}
.back:hover {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
.back .back-in {
-webkit-transform: translateY(-9px);
transform: translateY(-9px);
}
.equipa {
/*
> *:nth-child(1) {
@include equipa;}
> *:nth-child(2) {
@include equipa;}
> *:nth-child(3) {
@include equipa;}
> *:nth-child(4) {
@include equipa;}
> *:nth-child(5) {
@include equipa;}
> *:nth-child(6) {
@include equipa;}
> *:nth-child(7) {
@include equipa;}*/
}
.equipa > :nth-child(1) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(1) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(1) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(1) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(1) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(1) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(1) > *:last-child {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.equipa > :nth-child(2) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(2) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(2) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(2) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(2) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(2) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(3) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(3) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(3) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(3) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(3) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(3) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(3) > *:last-child {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.equipa > :nth-child(4) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(4) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(4) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(4) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(4) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(4) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(5) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(5) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(5) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(5) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(5) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(5) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(5) > *:last-child {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.equipa > :nth-child(6) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(6) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(6) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(6) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(6) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(6) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(7) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(7) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(7) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(7) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(7) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(7) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(7) > *:last-child {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
/*.bg-image-equipa::before{
-webkit-backdrop-filter: blur(5px);
}*/
.bg-image-equipa {
/* Add the blur effect */
content: url(../img/background.jpg);
z-index: -300;
position: fixed;
-webkit-filter: blur(15px);
filter: blur(15px);
opacity: 0.9;
/* Full height */
height: 100%;
width: 100%;
background-attachment: fixed;
/* Center and scale the image nicely */
background-position: center;
background-repeat: repeat;
background-size: cover;
-o-object-fit: cover;
object-fit: cover;
}
#contacte {
background-color: transparent;
margin: 1vh 1vw;
}
#contacte .pop {
border-top: solid 5px #54ca54;
padding: 2vw;
margin: auto;
width: 70vw;
background-color: white;
-webkit-box-shadow: 3px 5px 30px black;
box-shadow: 3px 5px 30px black;
}
#contacte .pop .tophrase {
border-bottom: solid #54ca54 3px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
#contacte .pop [type="text"] {
border: none;
border: none;
border-bottom: 2px solid #54ca54;
font-weight: 500;
font-size: 1em;
border-radius: 0;
line-height: 22px;
display: block;
padding: 5px;
width: 100%;
}
#contacte .pop [type="text"]:focus {
border-bottom: 3px solid #54ca54;
font-weight: 600;
outline: none;
-webkit-transition: 0ms;
transition: 0ms;
}
#contacte .pop span {
font-weight: bold;
font-size: 20px;
}
#contacte .pop form textarea {
border: none;
border-bottom: 2px solid #54ca54;
font-weight: 500;
font-size: 1em;
border-radius: 0;
line-height: 22px;
display: block;
padding: 5px;
width: 100%;
}
#contacte .pop form textarea:focus {
border-bottom: 3px solid #54ca54;
font-weight: 600;
outline: none;
-webkit-transition: 0ms;
transition: 0ms;
}
#contacte .pop form [type="submit"] {
font-family: inherit;
font-size: bold;
padding: 0;
width: 86px;
height: 36px;
border: 0;
cursor: pointer;
background-color: #54ca54;
color: white;
}
/* CONHEÇA A EQUIPA CONHEÇA A EQUIPA */
/*main{
//padding-top: 0vh;
width: 100vw;
height: 100%;
[id="1"] {
background-color: rgb(181, 235, 34);
display: flex;
width:100vw;
//overflow: hidden;
.quemsomos-content{
flex:1;
}
.quemsomos-img{
flex:2;
padding:1vw;
img{
width:100px;
}
}
}
}*/
/*
main{
//padding-top: 0vh;
width: 100vw;
height: 100%;
[id="1"] {
background-color: rgb(181, 235, 34);
display: flex;
//flex-direction: row;
height: 400px;
width: 99vw;
//overflow: hidden;
> *:first-child{
height: 100%;
width: 100%;
//background-color: green;
}
> *:last-child{
//background-color: white;
display:flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
img {
object-fit: cover;
height: 100%;
}
}
}
}
*/
/*
h1, h2, h3 {
padding-bottom: 20px;
}
p {
margin: 10px 0;
}
.container {
margin: auto;
max-width: 1100px;
overflow: auto;
padding: 0 20px;
}
.text-primary {
color: #f7c08a;
}
.lead {
font-size: 20px;
}
.btn {
display: inline-block;
font-size: 20px;
color: #fff;
background: #333;
padding: 13px 20px;
border: none;
cursor: pointer;
}
.btn:hover {
background: #f7c08a;
color: #333333;
}
.btn-light {
background: #f4f4f4;
color: #333333;
}
.bg-dark {
background: #333333;
color: #ffffff;
}
.bg-light {
background: #f4f4f4;
color: #333333;
}
.bg-primary {
background: #f7c08a;
color: #333333;
}
.clr {
clear: both;
}
.l-heading {
font-size: 40px;
line-height: 1.2;
}
.py-1{
padding: 10px 0;
}
.py-2 {
padding: 20px 0;
}
.py-3 {
padding: 30px 0;
}
#navbar {
background: #333;
color: #fff;
overflow: auto;
}
#navbar a {
color: #ffffff;
}
#navbar h1 {
float: left;
padding-top: 20px;
}
#navbar ul {
list-style: none;
float: right;
}
#navbar ul li {
float: left;
}
#navbar ul li a {
display: block;
padding: 20px;
text-align: center;
}
#navbar ul li a:hover,
#navbar ul li a.current{
background: #444;
color: #f7c08a;
}
#showcase {
background: url('../img/showcase.jpg') no-repeat
center center/cover;
height: 600px;
}
#showcase .showcase-content {
color: #fff;
text-align: center;
padding-top: 170px;
}
#showcase .showcase-content h1{
font-size: 60px;
line-height: 1.2em;
}
#showcase .showcase-content p {
padding-bottom: 20px;
line-height: 1.7em;
}
#home_info {
height: 450px;
}
#home_info .info-img {
float: left;
width: 50%;
background: url("../img/photo-1.jpg") no-repeat;
min-height: 100%;
}
#home_info .info-content {
float: right;
width: 50%;
height: 100%;
text-align: center;
padding: 50px 30px;
overflow: hidden;
}
#home_info .info-content p {
padding-bottom: 30px;
}
.box {
float: left;
width: 33.3%;
padding: 50px;
text-align: center;
}
.box i {
margin-bottom: 10px;
}
#about-info .info-right{
float: right;
width: 50%;
min-height: 100%;
}
#about-info .info-right img {
display: block;
margin: auto;
width: 70%;
border-radius: 50%;
}
#about-info .info-left {
float: left;
width: 50%;
min-height: 100%;
}
#testimonials{
height: 100%;
background: url("../img/test-bg.jpg")no-repeat center center/cover;
padding-top: 100px;
}
#testimonials h2 {
color: #ffffff;
text-align: center;
padding-bottom: 40px;
}
#testimonials .testimonial{
padding: 20px;
margin-bottom: 40px;
border-radius: 5px;
opacity: 0.9;
}
#testimonials .testimonial img{
width: 100px;
float: left;
margin-right: 20px;
border-radius: 50%;
}
#contact-form .form-group {
margin-bottom: 20px;
}
#contact-form label {
display: block;
margin-bottom: 5px;
}
#contact-form input, #contact-form textarea {
width: 100%;
padding: 10px;
border: 1px #dddddd solid;
}
#contact-form textarea {
height: 200px;
}
#contact-form input:focus,
#contact-form textarea:focus {
outline: none;
border-color: #f7c08a;
}
#main-footer {
text-align: center;
background: #444444;
color: #ffffff;
padding: 20px;
}*/
.footer {
left: 0;
bottom: 0;
width: 100%;
background-color: #1a1f3d;
color: white;
text-align: center;
padding: 5px;
}
.footer a {
color: white;
border-bottom: 1px solid white;
}
.footer a:hover {
border-bottom: 3px solid white;
}
.footer :nth-child(1) {
text-align: left;
width: 80%;
margin: auto;
}
.footer :nth-child(2) {
text-align: right;
width: 95%;
margin: auto;
padding-top: 5px;
}
/*@media all and (max-width: 575px){
.navbar .logos img {
height: 42px;
padding: 0px;
}
}*/
/*# sourceMappingURL=style.css.map */ | css/style.css | @charset "UTF-8";
html {
width: 100%;
scroll-behavior: smooth;
}
body {
font-family: Verdana, Tahoma, sans-serif;
color: #27190a;
background: -webkit-gradient(linear, left top, right bottom, from(#59cef1), to(#15ee39));
background: linear-gradient(to right bottom, #59cef1, #15ee39);
min-width: 100%;
font-size: 90%;
margin: 0;
padding: 0;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: 0.3s;
transition: 0.3s;
}
a {
text-decoration: none;
}
/*Top Bar - Begin*/
/* Menu */
/* .pepe li {
padding: 7px 10px;
list-style-type: none;}
.pepe {display: flex;}
.pepe > *:last-child{margin-left: auto; background-color: saddlebrown;}
#boya {margin-right: auto}
.pepe li:hover {cursor: pointer; color: white; background-color: #8f6e4b;} cursor pointer faz o rato uma mão*/
/*FRAMEWORKS Bootstrap de CSS e Java-script, Jquery de Java-script(desuso), Vuejs, React*/
/*Wordpress ou Joomla São CNNS*/
/*Usar o Inspect no Browser*/
/*Eles devem usar iframes no site da saúde*/
/*.logos1 {
height: 80px;
padding: 4px;
}
.logos2 {
height: 70px;
padding: 10px;
}*/
.navbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/*IMPORTANTE*/
background-color: white;
position: fixed;
top: 0;
width: 100%;
height: 80px;
-webkit-transform: translateY(-80px);
transform: translateY(-80px);
z-index: 300;
/*To not scroll behind images*/
/*border-bottom: 1px solid black; */
-webkit-box-shadow: 0px 0px 4px;
box-shadow: 0px 0px 4px;
-webkit-transition: 0.2s;
transition: 0.2s;
/* &:hover{
.papa{
background-color: #fff;
}
}*/
}
.navbar .logos {
height: 100%;
}
.navbar .logos a {
display: inline-block;
padding: 0 15px;
}
.navbar .logos img {
height: 80px;
padding: 6px;
-o-object-fit: cover;
object-fit: cover;
}
.navbar .useronpage {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
right: 80px;
}
.navbar .navright {
height: 100%;
margin-left: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.navbar .navright:hover {
/*.navbar > *:last-child{margin-left: auto}*/
}
.navbar .navright:hover .dropdown-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-animation: drop 0.2s ease;
animation: drop 0.2s ease;
}
.navbar .navright a {
display: inline-block;
color: black;
text-align: center;
/*vertical-align: middle;*/
padding: 28px 16px;
text-decoration: none;
font-size: 17px;
height: 100%;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.navbar .navright a:hover {
background: black;
color: #ddd;
}
.navbar .navright > div {
height: 100%;
text-align: right;
}
.navbar .navright > div .dropdown-content {
background-color: white;
color: black;
display: none;
}
.navbar .navright .login {
position: relative;
/*color:green;*/
}
#sns {
max-width: 100%;
}
#who {
max-width: 100%;
}
@-webkit-keyframes drop {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
pointer-events: none;
}
68% {
pointer-events: none;
}
100% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes drop {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
pointer-events: none;
}
68% {
pointer-events: none;
}
100% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
/*
.bg-img {
// The image used
background-image: url("../img/placeholder.jpg"); //Relativamente á pasta css
min-height: 380px;
// Center and scale the image nicely
background-position: center;
background-repeat: no-repeat;
background-size: cover;
// Needed to position the navbar
position: relative;
margin: 0px 0px 0px 0px;
}
.container {
font-size: 30px;
font-weight: bold;
position: absolute;
margin: 100px 50px;
width: auto;
color: rgb(227, 242, 255);
border-bottom: 2px solid white;
//border-radius: 2em;
}*/
/*.dropdown {
&:hover{
.dropdown-content{
display:flex;
flex-direction: column;}}
.dropdown-content{
display: none;
a {
}
}
}*/
/*.dropbtn {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}*/
.slidershow {
position: relative;
width: 100%;
margin-top: 0px;
overflow: hidden;
z-index: 200;
}
.slides {
position: relative;
width: 500%;
min-height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: -2.5px;
}
.slides input[type="radio"] {
position: absolute;
visibility: hidden;
}
.slide {
width: 100%;
}
.slide img {
width: 100%;
height: auto;
}
.navigation {
position: absolute;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
opacity: 1;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.329);
}
.navigation .bar {
width: 70px;
height: 20px;
border: 4px solid #fff;
border-radius: 8px;
margin: 6px;
cursor: pointer;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.navigation .bar:hover {
background-color: #fff;
}
#r1:checked ~ .slide {
margin-left: 0;
}
#r2:checked ~ .slide {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
#r3:checked ~ .slide {
-webkit-transform: translateX(-200%);
transform: translateX(-200%);
}
#r4:checked ~ .slide {
-webkit-transform: translateX(-300%);
transform: translateX(-300%);
}
#r5:checked ~ .slide {
-webkit-transform: translateX(-400%);
transform: translateX(-400%);
}
/*.slidershow{
width: 100vw;
height: 310px;
margin-top: 0px;
overflow: hidden;
//position: absolute;
z-index:200;
}
.slides{
width: 500vw;
height: 100%;
display: flex;
}
.slide img{
width: 100%;
height: 100%;
//object-fit: cover;
}
input[type="radio"]{
position: absolute;
visibility: hidden;
}
.navigation{
background-color: rgb(144, 144, 241);
opacity: 0.9;
border-radius: 5px;
position: absolute;
top: 250px;
left: 50%;
transform: translateX(-50%);
display: flex;
.bar{
width: 70px;
height: 20px;
border: 4px solid #fff;
border-radius: 8px;
margin: 6px;
cursor: pointer;
transition: 0.4s;
&:hover{background-color: #fff;}
}
}
#r1:checked ~ .s1{
margin-left: 0;
}
#r2:checked ~ .s1{
margin-left: -20%;
}
#r3:checked ~ .s1{
margin-left: -40%;
}
#r4:checked ~ .s1{
margin-left: -60%;
}
#r5:checked ~ .s1{
margin-left: -80%;
}*/
/*
.slidershow{
width: 700px;
height: 400px;
overflow: hidden;
}
.middle{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.navigation{
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
display: flex;
}
.bar{
width: 50px;
height: 10px;
border: 2px solid #fff;
margin: 6px;
cursor: pointer;
transition: 0.4s;
}
.bar:hover{
background: #fff;
}
input[name="r"]{
position: absolute;
visibility: hidden;
}
.slides{
width: 500%;
height: 100%;
display: flex;
}
.slide{
width: 20%;
transition: 0.6s;
}
.slide img{
width: 100%;
height: 100%;
}
#r1:checked ~ .s1{
margin-left: 0;
}
#r2:checked ~ .s1{
margin-left: -20%;
}
#r3:checked ~ .s1{
margin-left: -40%;
}
#r4:checked ~ .s1{
margin-left: -60%;
}
#r5:checked ~ .s1{
margin-left: -80%;
}*/
.placeholder {
position: fixed;
z-index: -20;
width: 100%;
height: 157px;
pointer-events: none;
}
.papa {
position: -webkit-sticky;
position: sticky;
top: 21px;
z-index: 250;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: #74ee15;
border-top: solid 2px #fff;
border-bottom: solid 2px #fff;
width: 100%;
margin: auto;
height: 80px;
}
.papa .tabcontainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 90%;
margin: auto;
height: 100%;
}
.papa .tabcontainer .flex-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
}
.papa .tabcontainer .flex-container .homey {
background-color: #61c713;
border-radius: 10px;
height: 60%;
margin: auto 1%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
text-decoration: none;
color: #fff;
-webkit-box-flex: 0.3;
-ms-flex: 0.3;
flex: 0.3;
}
.papa .tabcontainer .flex-container .homey:hover {
border: 3px white solid;
}
.papa .tabcontainer .flex-container .items {
background-color: #61c713;
border-radius: 10px;
height: 80%;
margin: auto 1%;
padding: 15px 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
text-decoration: none;
color: #fff;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.papa .tabcontainer .flex-container .items:hover {
border: 3px white solid;
}
/*
.tabcontainer {
position: absolute;
background-color: rgb(62, 196, 113);
//top: 300px;
top: 33.6%;
//margin: 20% auto 0 auto;
width: 100%;
height: 14%;
border-bottom: 2px solid white;
border-top: 2px solid white;
//border-radius: 2em;
}
.flex-container {
display: flex;
position: absolute;
width: 100%;
height:100%;
left: 50%;
transform: translateX(-50%);
align-items: center;
justify-content: center;
//align-content: center
// background-color: DodgerBlue;
}
.flex-container > div {
//position: relative;
background-color: rgb(28, 177, 107);
border-radius: 10px;
height:70%;
margin: auto 1%;
padding: 15px 6px;
font-size: 20px;
display: flex;
&:hover {border: 3px white solid}
a {
text-decoration: none;
color: rgb(227, 242, 255);
text-align: center;
margin:auto;
}
}
*/
main {
/*.indicadores{
div{
}
// @mixin randcol{
// background: rgb(random(255), random(255), random(255));
// }
// @include randcol;
grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
display:grid;
:nth-child(1){
background: rgb(random(255), random(255), random(255));
}
:nth-child(2){
background: rgb(random(255), random(255), random(255));
}
:nth-child(3){
background: rgb(random(255), random(255), random(255));
}
:nth-child(4){
background: rgb(random(255), random(255), random(255));
}
:nth-child(5){
background: rgb(random(255), random(255), random(255));
}
:nth-child(6){
background: rgb(random(255), random(255), random(255));
}*/
/*
[id="2"] {
display:flex;
//height: 500px;
width:100%;
//background: rgb(114, 175, 255);
margin:auto;
h2{
font-size: 3vw;}
p{
font-size: 20px; }
> *:last-child{
flex:1.5;
text-align: center;
margin: auto;
padding:5vw;
}
> *:first-child{
flex:1;
//background-color: red;
text-align: center;
margin:auto;
}
.imagus1{
height:38vw;
padding: 30px;
//box-shadow:3px 3px 3px black;
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
}*/
}
main .title {
font-size: 50px;
font-weight: bold;
border-bottom: rgba(5, 173, 69, 0.726) solid 5px;
display: inline-block;
margin: 5px 0 10px 50vw;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
-webkit-filter: drop-shadow(3px 2px 0px rgba(255, 255, 255, 0.897));
filter: drop-shadow(3px 2px 0px rgba(255, 255, 255, 0.897));
}
main [id="1"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
main [id="1"] h2 {
font-size: 38px;
text-align: center;
}
main [id="1"] p {
font-size: 20px;
text-align: justify;
}
main [id="1"] > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
margin: auto;
padding: 5vw;
}
main [id="1"] > *:first-child div {
margin-top: 30px;
text-align: center;
}
main [id="1"] > *:first-child div a {
font-weight: bold;
border: solid #2971f7 3px;
background: transparent;
padding: 15px 15px;
color: #2971f7 3px;
}
main [id="1"] > *:first-child div a:hover {
background: #2971f7 3px;
}
main [id="1"] > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
main [id="1"] .imagus1 {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
main .quemsomos {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
-ms-grid-rows: 350px;
grid-template-rows: 350px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin: auto;
position: relative;
}
main .quemsomos :nth-child(3) {
/* position:relative;
> div{
position: absolute;
right: 0px;
bottom: 0px;
//height:100px;
text-align: right;
background: linear-gradient(to top left, #b0b0f3, #e1e1f1);
span{
}
a{
border:solid 3px rgba(255, 255, 240, 0.603);
color:rgb(0, 0, 0);
border-radius: 7px;
font-weight: bold;
font-size: 15px;
display:flex;
justify-content: center;
width:50%;
margin:auto;
text-align:left;
&:hover{background-color: lawngreen;}
}
}*/
}
main .quemsomos .contacte {
position: absolute;
right: 0px;
bottom: 0px;
text-align: right;
background: -webkit-gradient(linear, right bottom, left top, from(#b0b0f3), to(#e1e1f1));
background: linear-gradient(to top left, #b0b0f3, #e1e1f1);
}
main .quemsomos .contacte a {
border: solid 3px rgba(255, 255, 240, 0.603);
color: black;
border-radius: 7px;
font-weight: bold;
font-size: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 50%;
margin: auto;
text-align: left;
}
main .quemsomos .contacte a:hover {
background-color: lawngreen;
}
main .quemsomos > .rrr {
background: -webkit-gradient(linear, left top, right bottom, from(#b0b0f3), to(#e1e1f1));
background: linear-gradient(to right bottom, #b0b0f3, #e1e1f1);
padding-top: 2px;
color: black;
text-align: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 100%;
}
main .quemsomos > .rrr .depressing {
padding-top: 15px;
height: 72.5%;
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
-ms-grid-rows: (1fr)[6];
grid-template-rows: repeat(6, 1fr);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
font-weight: bold;
font-style: italic;
color: #1a1a1a;
/*grid-template-areas:
"1 1"
"2 2"
"3 4";*/
}
main .quemsomos > .rrr .depressing .textomeu {
border-bottom: black solid 2px;
}
main .quemsomos > .rrr .depressing .textomeu:hover {
border-bottom: black solid 3px;
}
main .quemsomos > .rrr .depressing :nth-child(1) {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1/2;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
}
main .quemsomos > .rrr .depressing :nth-child(2) {
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2/3;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
}
main .quemsomos > .rrr .depressing :nth-child(3) {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
grid-row: 3/4;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
}
main .quemsomos > .rrr .depressing :nth-child(4) {
-ms-grid-row: 4;
-ms-grid-row-span: 1;
grid-row: 4/5;
-ms-grid-column: 2;
-ms-grid-column-span: 1;
grid-column: 2/3;
}
main .quemsomos > .rrr .depressing :nth-child(5) {
-ms-grid-row: 5;
-ms-grid-row-span: 1;
grid-row: 5/6;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
}
main .quemsomos > .rrr .imhungry {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
main .quemsomos > .rrr .imhungry img {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
main .quemsomos > .rrr img {
height: 60px;
}
main .quemsomos > .rrr .mvv {
font-size: 30px;
font-weight: bold;
color: #27190a;
}
main .quemsomos > .rrr p {
height: 100%;
padding: 5% 5% 25% 5%;
font-size: 19px;
text-align: justify;
/*
display:flex;
align-items: center;
justify-content: center;
*/
}
main .location {
border-top: 10px solid;
position: relative;
text-align: center;
}
main .location p {
opacity: 0.9;
position: absolute;
top: 10%;
left: 5%;
font-size: 40px;
font-weight: bold;
-webkit-filter: drop-shadow(1px 2px 1px white);
filter: drop-shadow(1px 2px 1px white);
background-color: rgba(0, 0, 0, 0.13);
border-radius: 10px;
}
main .location iframe {
width: 100%;
}
main .location a {
position: absolute;
bottom: 10px;
left: 5px;
padding: 10px 20px;
background-color: white;
color: cornflowerblue;
}
main .oquefazemos img {
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
main .oquefazemos .oquemeudeus {
font-size: 30px;
text-align: center;
}
main .oquefazemos .oquemeudeus div span {
font-size: 42px;
font-weight: bold;
}
main .oquefazemos > *:nth-child(1) {
font-size: 30px;
height: 100%;
text-align: center;
}
main .oquefazemos > *:nth-child(1) div {
padding-top: 10px;
}
main .oquefazemos > *:nth-child(1) div span {
font-size: 45px;
font-weight: bold;
}
main .oquefazemos > *:nth-child(2) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
main .oquefazemos > *:nth-child(2) > *:first-child {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
text-align: center;
}
main .oquefazemos > *:nth-child(2) > *:first-child img {
height: 38vw;
padding: 30px;
}
main .oquefazemos > *:nth-child(2) > *:last-child {
-webkit-box-flex: 3;
-ms-flex: 3;
flex: 3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: justify;
padding: 0px 2vw;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 20px;
}
main .oquefazemos > *:nth-child(3) .slidershow {
position: relative;
width: 100%;
margin-top: 0px;
overflow: hidden;
z-index: 200;
}
main .oquefazemos > *:nth-child(3) .slides {
position: relative;
width: 500%;
min-height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
main .oquefazemos > *:nth-child(3) .slide img {
width: 100%;
height: auto;
padding: 0 20%;
}
main .oquefazemos > *:nth-child(3) input[type="radio"] {
position: absolute;
visibility: hidden;
}
main .oquefazemos > *:nth-child(3) .navigation {
position: relative;
width: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
opacity: 1;
border-radius: 5px;
top: -15vw;
background-color: rgba(0, 0, 0, 0.329);
}
main .oquefazemos > *:nth-child(3) .navigation .bar {
width: 70px;
height: 20px;
border: 4px solid #fff;
border-radius: 8px;
margin: 6px;
cursor: pointer;
-webkit-transition: 0.4s;
transition: 0.4s;
}
main .oquefazemos > *:nth-child(3) .navigation .bar:hover {
background-color: #fff;
}
main .oquefazemos > *:nth-child(3) #v1:checked ~ .slide {
margin-left: 0;
}
main .oquefazemos > *:nth-child(3) #v2:checked ~ .slide {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
main .oquefazemos > *:nth-child(3) #v3:checked ~ .slide {
-webkit-transform: translateX(-200%);
transform: translateX(-200%);
}
main .oquefazemos > *:nth-child(3) #v4:checked ~ .slide {
-webkit-transform: translateX(-300%);
transform: translateX(-300%);
}
main .oquefazemos > *:nth-child(3) #v5:checked ~ .slide {
-webkit-transform: translateX(-400%);
transform: translateX(-400%);
}
main .oquefazemos > *:nth-child(4) {
padding-left: 1%;
height: auto;
}
main .oquefazemos > *:nth-child(4) .consultas {
font-size: 30px;
font-weight: bold;
border-bottom: 1px white solid;
}
main .oquefazemos > *:nth-child(4) p {
font-size: 20px;
margin: 3px 1% 0px 0px;
text-align: justify;
}
main .oquefazemos > *:nth-child(4) .con-form {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100px;
}
main .oquefazemos > *:nth-child(4) .con-form a {
position: relative;
margin: auto;
width: 90%;
font-size: 20px;
font-weight: bold;
border: solid #2971f7 3px;
background: transparent;
padding: 15px 15px;
color: #2971f7 3px;
background: rgba(41, 113, 247, 0.315) 3px;
height: 80%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
main .oquefazemos > *:nth-child(4) .con-form a:hover {
background: #2971f7 3px;
}
main .indicadores > *:nth-child(1) {
font-size: 30px;
height: 100%;
text-align: center;
}
main .indicadores > *:nth-child(1) div {
padding: 10px 0;
}
main .indicadores > *:nth-child(1) div span {
font-size: 45px;
font-weight: bold;
}
main .indicadores > *:nth-child(3) {
font-size: 15px;
height: 100%;
text-align: justify;
}
main .indicadores > *:nth-child(3) div {
padding: 10px 3%;
}
main .indicadores .stats {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
main .indicadores .stats > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
main .indicadores .stats .indicadores2 {
background-color: #fffdee;
border-radius: 50px;
-webkit-box-shadow: black 3px 3px 3px;
box-shadow: black 3px 3px 3px;
margin: 20px;
height: 350px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
/*.dadamn{
height:100px;
width:100%;
background-color: blueviolet;
overflow: hidden;
}*/
}
main .indicadores .stats .indicadores2 span {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
main .indicadores .stats .indicadores2 .re1 {
height: 100%;
width: 100%;
font-size: 24px;
font-weight: bold;
text-align: center;
padding: 10px 1px 0px 1px;
}
main .indicadores .stats .indicadores2 .mulheres {
font-size: 20px;
}
main .indicadores .stats .indicadores2 #chart_div {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
main .recursos > *:nth-child(1) {
font-size: 30px;
height: 100%;
text-align: center;
}
main .recursos > *:nth-child(1) span {
padding: 10px 0;
font-size: 45px;
font-weight: bold;
}
main .recursos .container {
position: relative;
float: left;
width: 50.00%;
padding: 50px;
}
main .recursos .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
-webkit-transition: .5s ease;
transition: .5s ease;
background-color: #008CBA;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
main .recursos .container:hover .overlay {
opacity: 1;
}
main .recursos .text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
main .recursos > *:nth-child(2) {
text-align: center;
padding-top: 20px;
}
main .mais-apoio > *:nth-child(1) {
font-size: 30px;
height: 100%;
text-align: center;
}
main .mais-apoio > *:nth-child(1) span {
padding: 10px 0;
font-size: 45px;
font-weight: bold;
}
main .mais-apoio a {
border-bottom: solid 2px #1d1d1d;
}
main .mais-apoio a:hover {
border-bottom: solid 4px #1d1d1d;
}
main .mais-apoio .clasbi {
background-color: #ebe6e6;
color: black;
padding: 10px 3% 10px 3%;
margin: 10px 0px;
}
/* CONHEÇA A EQUIPA CONHEÇA A EQUIPA */
.back {
font-size: 90px;
font-weight: bold;
font-family: initial;
color: white;
position: fixed;
top: 0px;
left: 0px;
z-index: 300;
height: 80px;
width: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
padding-left: 10px;
}
.back:hover {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
.back .back-in {
-webkit-transform: translateY(-9px);
transform: translateY(-9px);
}
.equipa {
/*
> *:nth-child(1) {
@include equipa;}
> *:nth-child(2) {
@include equipa;}
> *:nth-child(3) {
@include equipa;}
> *:nth-child(4) {
@include equipa;}
> *:nth-child(5) {
@include equipa;}
> *:nth-child(6) {
@include equipa;}
> *:nth-child(7) {
@include equipa;}*/
}
.equipa > :nth-child(1) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(1) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(1) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(1) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(1) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(1) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(1) > *:last-child {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.equipa > :nth-child(2) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(2) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(2) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(2) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(2) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(2) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(3) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(3) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(3) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(3) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(3) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(3) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(3) > *:last-child {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.equipa > :nth-child(4) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(4) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(4) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(4) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(4) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(4) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(5) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(5) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(5) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(5) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(5) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(5) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(5) > *:last-child {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.equipa > :nth-child(6) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(6) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(6) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(6) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(6) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(6) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(7) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: auto;
}
.equipa > :nth-child(7) h2 {
font-size: 32px;
color: white;
}
.equipa > :nth-child(7) p {
font-size: 20px;
color: white;
text-align: center;
}
.equipa > :nth-child(7) > *:first-child {
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
text-align: center;
margin: auto;
padding: 5vw;
}
.equipa > :nth-child(7) > *:last-child {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
margin: auto;
}
.equipa > :nth-child(7) img {
height: 38vw;
padding: 30px;
-webkit-filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.897));
}
.equipa > :nth-child(7) > *:last-child {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
/*.bg-image-equipa::before{
-webkit-backdrop-filter: blur(5px);
}*/
.bg-image-equipa {
/* Add the blur effect */
content: url(../img/background.jpg);
z-index: -300;
position: fixed;
-webkit-filter: blur(15px);
filter: blur(15px);
opacity: 0.9;
/* Full height */
height: 100%;
width: 100%;
background-attachment: fixed;
/* Center and scale the image nicely */
background-position: center;
background-repeat: repeat;
background-size: cover;
-o-object-fit: cover;
object-fit: cover;
}
#contacte {
background-color: transparent;
margin: 1vh 1vw;
}
#contacte .pop {
border-top: solid 5px #54ca54;
padding: 2vw;
margin: auto;
width: 70vw;
background-color: white;
-webkit-box-shadow: 3px 5px 30px black;
box-shadow: 3px 5px 30px black;
}
#contacte .pop .tophrase {
border-bottom: solid #54ca54 3px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
#contacte .pop [type="text"] {
border: none;
border: none;
border-bottom: 2px solid #54ca54;
font-weight: 500;
font-size: 1em;
border-radius: 0;
line-height: 22px;
display: block;
padding: 5px;
width: 100%;
}
#contacte .pop [type="text"]:focus {
border-bottom: 3px solid #54ca54;
font-weight: 600;
outline: none;
-webkit-transition: 0ms;
transition: 0ms;
}
#contacte .pop span {
font-weight: bold;
font-size: 20px;
}
#contacte .pop form textarea {
border: none;
border-bottom: 2px solid #54ca54;
font-weight: 500;
font-size: 1em;
border-radius: 0;
line-height: 22px;
display: block;
padding: 5px;
width: 100%;
}
#contacte .pop form textarea:focus {
border-bottom: 3px solid #54ca54;
font-weight: 600;
outline: none;
-webkit-transition: 0ms;
transition: 0ms;
}
#contacte .pop form [type="submit"] {
font-family: inherit;
font-size: bold;
padding: 0;
width: 86px;
height: 36px;
border: 0;
cursor: pointer;
background-color: #54ca54;
color: white;
}
/* CONHEÇA A EQUIPA CONHEÇA A EQUIPA */
/*main{
//padding-top: 0vh;
width: 100vw;
height: 100%;
[id="1"] {
background-color: rgb(181, 235, 34);
display: flex;
width:100vw;
//overflow: hidden;
.quemsomos-content{
flex:1;
}
.quemsomos-img{
flex:2;
padding:1vw;
img{
width:100px;
}
}
}
}*/
/*
main{
//padding-top: 0vh;
width: 100vw;
height: 100%;
[id="1"] {
background-color: rgb(181, 235, 34);
display: flex;
//flex-direction: row;
height: 400px;
width: 99vw;
//overflow: hidden;
> *:first-child{
height: 100%;
width: 100%;
//background-color: green;
}
> *:last-child{
//background-color: white;
display:flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
img {
object-fit: cover;
height: 100%;
}
}
}
}
*/
/*
h1, h2, h3 {
padding-bottom: 20px;
}
p {
margin: 10px 0;
}
.container {
margin: auto;
max-width: 1100px;
overflow: auto;
padding: 0 20px;
}
.text-primary {
color: #f7c08a;
}
.lead {
font-size: 20px;
}
.btn {
display: inline-block;
font-size: 20px;
color: #fff;
background: #333;
padding: 13px 20px;
border: none;
cursor: pointer;
}
.btn:hover {
background: #f7c08a;
color: #333333;
}
.btn-light {
background: #f4f4f4;
color: #333333;
}
.bg-dark {
background: #333333;
color: #ffffff;
}
.bg-light {
background: #f4f4f4;
color: #333333;
}
.bg-primary {
background: #f7c08a;
color: #333333;
}
.clr {
clear: both;
}
.l-heading {
font-size: 40px;
line-height: 1.2;
}
.py-1{
padding: 10px 0;
}
.py-2 {
padding: 20px 0;
}
.py-3 {
padding: 30px 0;
}
#navbar {
background: #333;
color: #fff;
overflow: auto;
}
#navbar a {
color: #ffffff;
}
#navbar h1 {
float: left;
padding-top: 20px;
}
#navbar ul {
list-style: none;
float: right;
}
#navbar ul li {
float: left;
}
#navbar ul li a {
display: block;
padding: 20px;
text-align: center;
}
#navbar ul li a:hover,
#navbar ul li a.current{
background: #444;
color: #f7c08a;
}
#showcase {
background: url('../img/showcase.jpg') no-repeat
center center/cover;
height: 600px;
}
#showcase .showcase-content {
color: #fff;
text-align: center;
padding-top: 170px;
}
#showcase .showcase-content h1{
font-size: 60px;
line-height: 1.2em;
}
#showcase .showcase-content p {
padding-bottom: 20px;
line-height: 1.7em;
}
#home_info {
height: 450px;
}
#home_info .info-img {
float: left;
width: 50%;
background: url("../img/photo-1.jpg") no-repeat;
min-height: 100%;
}
#home_info .info-content {
float: right;
width: 50%;
height: 100%;
text-align: center;
padding: 50px 30px;
overflow: hidden;
}
#home_info .info-content p {
padding-bottom: 30px;
}
.box {
float: left;
width: 33.3%;
padding: 50px;
text-align: center;
}
.box i {
margin-bottom: 10px;
}
#about-info .info-right{
float: right;
width: 50%;
min-height: 100%;
}
#about-info .info-right img {
display: block;
margin: auto;
width: 70%;
border-radius: 50%;
}
#about-info .info-left {
float: left;
width: 50%;
min-height: 100%;
}
#testimonials{
height: 100%;
background: url("../img/test-bg.jpg")no-repeat center center/cover;
padding-top: 100px;
}
#testimonials h2 {
color: #ffffff;
text-align: center;
padding-bottom: 40px;
}
#testimonials .testimonial{
padding: 20px;
margin-bottom: 40px;
border-radius: 5px;
opacity: 0.9;
}
#testimonials .testimonial img{
width: 100px;
float: left;
margin-right: 20px;
border-radius: 50%;
}
#contact-form .form-group {
margin-bottom: 20px;
}
#contact-form label {
display: block;
margin-bottom: 5px;
}
#contact-form input, #contact-form textarea {
width: 100%;
padding: 10px;
border: 1px #dddddd solid;
}
#contact-form textarea {
height: 200px;
}
#contact-form input:focus,
#contact-form textarea:focus {
outline: none;
border-color: #f7c08a;
}
#main-footer {
text-align: center;
background: #444444;
color: #ffffff;
padding: 20px;
}*/
.footer {
left: 0;
bottom: 0;
width: 100%;
background-color: #1a1f3d;
color: white;
text-align: center;
padding: 5px;
}
.footer a {
color: white;
border-bottom: 1px solid white;
}
.footer a:hover {
border-bottom: 3px solid white;
}
.footer :nth-child(1) {
text-align: left;
width: 80%;
margin: auto;
}
.footer :nth-child(2) {
text-align: right;
width: 95%;
margin: auto;
padding-top: 5px;
}
/*@media all and (max-width: 575px){
.navbar .logos img {
height: 42px;
padding: 0px;
}
}*/
/*# sourceMappingURL=style.css.map */ | 0.367724 | 0.04653 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-size: 16px;
margin: 40px;
color: #555;
}
.section-background {
background-color: #f1f1f1;
border-radius: 10px;
}
.heading {
display: flex;
flex-flow: row wrap;
}
#header-separator {
margin: 50px auto;
background-color: #7d97ad;
border-radius: 10px;
height: 3px;
width: 30%;
}
.heading .heading-element {
flex-grow: 2;
text-align: center;
position: relative;
font-size: 60px;
font-weight: 300;
}
#dev-name {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.main-description {
background-image: linear-gradient(to right bottom,
rgba(0, 0, 0, 0.3),
rgba(41, 127, 185, 0.9)),
url(img/primary-img.jpg);
display: block;
height: 95vh;
background-size: cover;
background-position: top;
margin-bottom: 100px;
position: relative;
}
#description {
font-size: 45px;
color: #eee;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: 300;
line-height: 135%;
}
.personal-projects-section {
margin-bottom: 50px;
}
.sub-heading {
width: 100%;
margin-bottom: 10px;
padding-top: 30px;
text-align: center;
font-size: 40px;
}
.personal-projects {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.personal-project-block {
flex-grow: 1;
max-width:350px;
margin: 25px 20px;
background-color: #fff;
padding: 10px 10px 20px;
border-radius: 10px;
box-shadow: 5px 5px 25px 0 rgba(40, 60, 70, 0.2);
text-align: center;
transition: transform 0.2s, box-shadow 0.2s;
}
.personal-project-block:hover {
transform: scale(1.03);
box-shadow: 5px 5px 30px 0 rgba(40, 60, 70, 0.2);
}
.personal-project-block .project-img-block {
width: 90%;
margin: 10px auto;
}
.personal-project-block .project-img {
width: 100%;
border-radius: 10px;
}
.project-title {
display: inline-block;
width: 100%;
font-size: 20px;
margin-bottom: 5px;
}
.project-link {
text-decoration: none;
line-height: 140%;
transition: color 0.2s;
}
.project-link:link,
.project-link:visited {
color: #02b3e4;
}
.project-link:hover,
.project-link:active {
color: #039fca;
}
#footer {
background-color: #7d97ad;
background-image: linear-gradient(to right bottom,
rgba(0, 0, 0, 0.3),
rgba(41, 127, 185, 0.9));
border-radius: 10px;
text-align: center;
color: #fff;
padding: 25px;
font-size: 1.2em;
}
#heart {
color: #02b3e4;
}
#footer #author-name {
text-decoration: none;
transition: color 0.3s
}
#author-name:link,
#author-name:visited {
color: #9eeaff;
}
#author-name:hover,
#author-name:active {
color: #fff;
}
/* ----------------------------------------------
Media queries for responsiveness
---------------------------------------------- */
@media screen and (max-width: 360px) {
.logo {
width: 100px;
}
.heading .heading-element {
font-weight: 700;
font-size: 35px;
}
#header-separator {
margin: 25px auto;
}
.main-description {
background-image: linear-gradient(to right bottom,
rgba(0, 0, 0, 0.3),
rgba(41, 127, 185, 0.9)),
url(img/primary-img-300w.jpg);
height: 500px;
margin-bottom: 50px;
}
#description {
font-size: 30px;
line-height: 120%;
}
.sub-heading {
font-size: 30px;
}
#footer {
font-size: 1em;
}
}
@media screen and (min-width: 361px) and (max-width: 770px) {
.logo {
width: 120px;
}
.heading .heading-element {
font-size: 40px;
font-weight: 700;
}
#header-separator {
margin: 40px auto;
}
.main-description {
background-image: linear-gradient(to right bottom,
rgba(0, 0, 0, 0.3),
rgba(41, 127, 185, 0.9)),
url(img/primary-img-700w.jpg);
height: 500px;
margin-bottom: 80px;
}
#description {
font-size: 40px;
line-height: 120%;
}
#footer {
font-size: 1.1em;
}
} | css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-size: 16px;
margin: 40px;
color: #555;
}
.section-background {
background-color: #f1f1f1;
border-radius: 10px;
}
.heading {
display: flex;
flex-flow: row wrap;
}
#header-separator {
margin: 50px auto;
background-color: #7d97ad;
border-radius: 10px;
height: 3px;
width: 30%;
}
.heading .heading-element {
flex-grow: 2;
text-align: center;
position: relative;
font-size: 60px;
font-weight: 300;
}
#dev-name {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.main-description {
background-image: linear-gradient(to right bottom,
rgba(0, 0, 0, 0.3),
rgba(41, 127, 185, 0.9)),
url(img/primary-img.jpg);
display: block;
height: 95vh;
background-size: cover;
background-position: top;
margin-bottom: 100px;
position: relative;
}
#description {
font-size: 45px;
color: #eee;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: 300;
line-height: 135%;
}
.personal-projects-section {
margin-bottom: 50px;
}
.sub-heading {
width: 100%;
margin-bottom: 10px;
padding-top: 30px;
text-align: center;
font-size: 40px;
}
.personal-projects {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.personal-project-block {
flex-grow: 1;
max-width:350px;
margin: 25px 20px;
background-color: #fff;
padding: 10px 10px 20px;
border-radius: 10px;
box-shadow: 5px 5px 25px 0 rgba(40, 60, 70, 0.2);
text-align: center;
transition: transform 0.2s, box-shadow 0.2s;
}
.personal-project-block:hover {
transform: scale(1.03);
box-shadow: 5px 5px 30px 0 rgba(40, 60, 70, 0.2);
}
.personal-project-block .project-img-block {
width: 90%;
margin: 10px auto;
}
.personal-project-block .project-img {
width: 100%;
border-radius: 10px;
}
.project-title {
display: inline-block;
width: 100%;
font-size: 20px;
margin-bottom: 5px;
}
.project-link {
text-decoration: none;
line-height: 140%;
transition: color 0.2s;
}
.project-link:link,
.project-link:visited {
color: #02b3e4;
}
.project-link:hover,
.project-link:active {
color: #039fca;
}
#footer {
background-color: #7d97ad;
background-image: linear-gradient(to right bottom,
rgba(0, 0, 0, 0.3),
rgba(41, 127, 185, 0.9));
border-radius: 10px;
text-align: center;
color: #fff;
padding: 25px;
font-size: 1.2em;
}
#heart {
color: #02b3e4;
}
#footer #author-name {
text-decoration: none;
transition: color 0.3s
}
#author-name:link,
#author-name:visited {
color: #9eeaff;
}
#author-name:hover,
#author-name:active {
color: #fff;
}
/* ----------------------------------------------
Media queries for responsiveness
---------------------------------------------- */
@media screen and (max-width: 360px) {
.logo {
width: 100px;
}
.heading .heading-element {
font-weight: 700;
font-size: 35px;
}
#header-separator {
margin: 25px auto;
}
.main-description {
background-image: linear-gradient(to right bottom,
rgba(0, 0, 0, 0.3),
rgba(41, 127, 185, 0.9)),
url(img/primary-img-300w.jpg);
height: 500px;
margin-bottom: 50px;
}
#description {
font-size: 30px;
line-height: 120%;
}
.sub-heading {
font-size: 30px;
}
#footer {
font-size: 1em;
}
}
@media screen and (min-width: 361px) and (max-width: 770px) {
.logo {
width: 120px;
}
.heading .heading-element {
font-size: 40px;
font-weight: 700;
}
#header-separator {
margin: 40px auto;
}
.main-description {
background-image: linear-gradient(to right bottom,
rgba(0, 0, 0, 0.3),
rgba(41, 127, 185, 0.9)),
url(img/primary-img-700w.jpg);
height: 500px;
margin-bottom: 80px;
}
#description {
font-size: 40px;
line-height: 120%;
}
#footer {
font-size: 1.1em;
}
} | 0.509032 | 0.130867 |
html,
body {
margin:0;
padding:0;
height:100%;
}
#container {
min-height:100%;
position:relative;
}
#header {
background:#ff0;
padding:10px;
}
#body {
padding:10px;
padding-bottom:60px; /* Height of the footer */
}
#footer {
position:absolute;
bottom:0;
width:100%;
height:60px; /* Height of the footer */
}
#brain {
display:block;
margin:auto;
}
#question {
border-style: solid;
border-radius: 25px;
width:200;
margin:auto;
}
#start{
border: solid black;
border-radius: 25px;
color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.dropdownmenu {
margin:auto;
display:block;
}
select {
-webkit-appearance: button;
-moz-appearance: button;
-webkit-user-select: none;
-moz-user-select: none;
-webkit-padding-end: 20px;
-moz-padding-end: 20px;
-webkit-padding-start: 2px;
-moz-padding-start: 2px;
background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Firefox (3.6 to 15) */
background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of Internet Explorer 10*/
background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */
background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
background-position: center right;
background-repeat: no-repeat;
border: 1px solid #AAA;
border-radius: 2px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
color: #555;
font-size: inherit;
margin: 0;
overflow: hidden;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
white-space: nowrap;
}
#burgermenu {
display:block;
margin:auto;
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 5px auto; /* 15% from the top and centered */
border: 1px solid #888;
width: 80%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
/* Position it in the top right corner outside of the modal */
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
/* Close button on hover */
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
} | public/css/index.css | html,
body {
margin:0;
padding:0;
height:100%;
}
#container {
min-height:100%;
position:relative;
}
#header {
background:#ff0;
padding:10px;
}
#body {
padding:10px;
padding-bottom:60px; /* Height of the footer */
}
#footer {
position:absolute;
bottom:0;
width:100%;
height:60px; /* Height of the footer */
}
#brain {
display:block;
margin:auto;
}
#question {
border-style: solid;
border-radius: 25px;
width:200;
margin:auto;
}
#start{
border: solid black;
border-radius: 25px;
color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.dropdownmenu {
margin:auto;
display:block;
}
select {
-webkit-appearance: button;
-moz-appearance: button;
-webkit-user-select: none;
-moz-user-select: none;
-webkit-padding-end: 20px;
-moz-padding-end: 20px;
-webkit-padding-start: 2px;
-moz-padding-start: 2px;
background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Firefox (3.6 to 15) */
background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of Internet Explorer 10*/
background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */
background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
background-position: center right;
background-repeat: no-repeat;
border: 1px solid #AAA;
border-radius: 2px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
color: #555;
font-size: inherit;
margin: 0;
overflow: hidden;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
white-space: nowrap;
}
#burgermenu {
display:block;
margin:auto;
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 5px auto; /* 15% from the top and centered */
border: 1px solid #888;
width: 80%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
/* Position it in the top right corner outside of the modal */
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
/* Close button on hover */
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
} | 0.413477 | 0.089534 |
.charsheet {
background-color: #ddd;
min-width: 1220px;
}
/* Universal styling applied to all elements of these types */
h2 {
font-size: 2em;
margin-bottom: 10px;
text-align: center;
}
label {
display: inline-block;
width: 31%;
}
input {
display: inline-block;
width: 165px;
}
img {
max-height: 100px;
}
textarea {
resize: vertical;
height: 300px;
}
/* Targetted styling that only effects elements with these classes */
input.sheet-short {
width: 17%;
}
input.sheet-checkbox {
width: 14px;
height: 14px;
}
select.sheet-ziel {
vertical-align: top;
width: 100px;
}
select.sheet-art {
vertical-align: top;
width: 100px;
}
select.sheet-prozess {
vertical-align: top;
width: 130px;
}
select.sheet-dtype {
vertical-align: top;
width: 60px;
}
span.sheet-dee {
font-size: 1.4em;
font-weight: bold;
left: -36%;
padding-right: 4px;
position: relative;
top: 3px;
}
/* Targetted styling that only effects elements contained within the stated class */
.sheet-stats h3 {
display: inline-block;
text-align: left;
}
.sheet-stats h3:first-child {
margin-left: 35%;
margin-right: 15%;
}
.sheet-stats input {
margin-right: 8%;
width: 17%;
}
.sheet-columns {
display: flex;
justify-content: space-between;
width: 400px;
}
.sheet-hidden {
visibility: hidden;
}
/*Configure the tab buttons*/
.sheet-Datenblatt,
.sheet-Fertigkeiten,
.sheet-Sprachen,
.sheet-Zauber,
.sheet-KampfK,
.sheet-KampfZ,
.sheet-Ausrustung,
.sheet-Notizen,
.sheet-NSC {
display: none;
}
/* show the selected tab */
.sheet-tabstoggle[value="Datenblatt"]~div.sheet-Datenblatt,
.sheet-tabstoggle[value="Fertigkeiten"]~div.sheet-Fertigkeiten,
.sheet-tabstoggle[value="Sprachen"]~div.sheet-Sprachen,
.sheet-tabstoggle[value="Zauber"]~div.sheet-Zauber,
.sheet-tabstoggle[value="KampfK"]~div.sheet-KampfK,
.sheet-tabstoggle[value="KampfZ"]~div.sheet-KampfZ,
.sheet-tabstoggle[value="Ausrustung"]~div.sheet-Ausrustung,
.sheet-tabstoggle[value="Notizen"]~div.sheet-Notizen,
.sheet-tabstoggle[value="NSC"]~div.sheet-NSC {
display: block; }
/* Configure a container for the toggle */
.sheet-toggle-container {
display: inline-flex;
flex-wrap: nowrap;
align-content: space-between;
align-items: center;
}
/* Configure the button styling. This example makes it look like a checkbox. */
button.sheet-toggle {
padding: 0;
border: solid 1px #a8a8a8;
cursor: pointer;
width: 16px;
height: 16px;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
}
/* Hide the "checked" section of the toggle if the attribute value is not "1". */
input.sheet-toggle:not([value="1"]) ~ button.sheet-toggle > span.sheet-checked {
display: none;
}
/* CSS für Textareas bei Zaubern und Fertigkeiten (einklappen/ausklappen) */
div.sheet-section-hide {
display: none;
}
input.sheet-section-toggle[value='1']~div.sheet-section-hide {
display: inline;
}
/* CSS für Zauber und Fertigkeiten auf Kampfblättern */
div.sheet-repeating-display {
display:none;
}
input.sheet-repeating-show[value="1"] ~ div.sheet-repeating-display {
display: inline-block;
} | Midgard German RPG/Midgard.css |
.charsheet {
background-color: #ddd;
min-width: 1220px;
}
/* Universal styling applied to all elements of these types */
h2 {
font-size: 2em;
margin-bottom: 10px;
text-align: center;
}
label {
display: inline-block;
width: 31%;
}
input {
display: inline-block;
width: 165px;
}
img {
max-height: 100px;
}
textarea {
resize: vertical;
height: 300px;
}
/* Targetted styling that only effects elements with these classes */
input.sheet-short {
width: 17%;
}
input.sheet-checkbox {
width: 14px;
height: 14px;
}
select.sheet-ziel {
vertical-align: top;
width: 100px;
}
select.sheet-art {
vertical-align: top;
width: 100px;
}
select.sheet-prozess {
vertical-align: top;
width: 130px;
}
select.sheet-dtype {
vertical-align: top;
width: 60px;
}
span.sheet-dee {
font-size: 1.4em;
font-weight: bold;
left: -36%;
padding-right: 4px;
position: relative;
top: 3px;
}
/* Targetted styling that only effects elements contained within the stated class */
.sheet-stats h3 {
display: inline-block;
text-align: left;
}
.sheet-stats h3:first-child {
margin-left: 35%;
margin-right: 15%;
}
.sheet-stats input {
margin-right: 8%;
width: 17%;
}
.sheet-columns {
display: flex;
justify-content: space-between;
width: 400px;
}
.sheet-hidden {
visibility: hidden;
}
/*Configure the tab buttons*/
.sheet-Datenblatt,
.sheet-Fertigkeiten,
.sheet-Sprachen,
.sheet-Zauber,
.sheet-KampfK,
.sheet-KampfZ,
.sheet-Ausrustung,
.sheet-Notizen,
.sheet-NSC {
display: none;
}
/* show the selected tab */
.sheet-tabstoggle[value="Datenblatt"]~div.sheet-Datenblatt,
.sheet-tabstoggle[value="Fertigkeiten"]~div.sheet-Fertigkeiten,
.sheet-tabstoggle[value="Sprachen"]~div.sheet-Sprachen,
.sheet-tabstoggle[value="Zauber"]~div.sheet-Zauber,
.sheet-tabstoggle[value="KampfK"]~div.sheet-KampfK,
.sheet-tabstoggle[value="KampfZ"]~div.sheet-KampfZ,
.sheet-tabstoggle[value="Ausrustung"]~div.sheet-Ausrustung,
.sheet-tabstoggle[value="Notizen"]~div.sheet-Notizen,
.sheet-tabstoggle[value="NSC"]~div.sheet-NSC {
display: block; }
/* Configure a container for the toggle */
.sheet-toggle-container {
display: inline-flex;
flex-wrap: nowrap;
align-content: space-between;
align-items: center;
}
/* Configure the button styling. This example makes it look like a checkbox. */
button.sheet-toggle {
padding: 0;
border: solid 1px #a8a8a8;
cursor: pointer;
width: 16px;
height: 16px;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
}
/* Hide the "checked" section of the toggle if the attribute value is not "1". */
input.sheet-toggle:not([value="1"]) ~ button.sheet-toggle > span.sheet-checked {
display: none;
}
/* CSS für Textareas bei Zaubern und Fertigkeiten (einklappen/ausklappen) */
div.sheet-section-hide {
display: none;
}
input.sheet-section-toggle[value='1']~div.sheet-section-hide {
display: inline;
}
/* CSS für Zauber und Fertigkeiten auf Kampfblättern */
div.sheet-repeating-display {
display:none;
}
input.sheet-repeating-show[value="1"] ~ div.sheet-repeating-display {
display: inline-block;
} | 0.371821 | 0.117041 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,600;0,700;0,900;1,500;1,600;1,900&display=swap");
* {
margin: 0;
padding: 0;
font-family: "Montserrat", Sans-Serif;
box-sizing: border-box;
/* border: 1px solid red; */
}
nav {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
height: 4em;
background-color: #14213d;
}
.logo,
.translate {
color: azure;
padding: 0.1em;
margin: 2em;
letter-spacing: 1px;
}
/* Multiple languages using translate */
#google_translate_element img,
.goog-te-banner {
display: none;
}
select.goog-te-combo {
height: 25px;
border-radius: 30px;
}
.goog-logo-link {
height: 1px;
}
/* body stylings */
.flex {
display: flex;
width: 100vw;
min-height: 88vh;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: center; */
position: relative;
}
.header {
width: 60%;
}
.header form {
min-height: 5vw;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.title {
font-size: 32px;
width: 100%;
padding: 10px;
text-align: center;
margin: 0.5em;
}
input {
font-size: 24px;
padding: 10px;
width: 100%;
text-align: center;
border-radius: 118px;
}
.table {
width: 60%;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.item {
display: flex;
flex-direction: column;
width: 100%;
padding: 25px 20px;
background: #f8f8f8;
border-radius: 10px;
margin: 20px 0;
}
.item > div {
padding: 10px 0;
}
.first {
display: flex;
justify-content: space-between;
}
.first-half {
display: flex;
width: 50%;
justify-content: space-between;
}
.name {
font-size: 1.65em;
font-weight: bold;
margin-left: 0 !important;
}
.second-half {
width: 50%;
display: flex;
justify-content: flex-end;
align-items: center;
}
.number {
color: #1e53c5;
background: #4066b82f;
border: 3px solid #4066b8c4;
border-radius: 7px;
padding: 5px;
margin-left: 20px;
letter-spacing: 1px;
}
.second {
font-size: 1.5em;
}
.third {
display: flex;
justify-content: space-between;
align-items: center;
}
.timings {
font-size: 1.25em;
}
.stars {
display: flex;
justify-content: space-around;
align-items: center;
}
.star {
height : 24px;
width: auto;
margin: 3px;
}
img {
display: inline-block;
}
.tags {
display: flex;
width: 50%;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
.tag {
font-size: 20px;
padding: 0 10px;
margin: 10px;
display: flex;
color: #ffcf40;
border: 3px solid #ffcf40;
background: #f9f2de;
border-radius: 12px;
}
.location {
display: flex;
align-items: center;
font-size: 16px;
padding: 5px 10px;
background: #c5e3ea;
border-radius: 5px;
}
.distance {
font-weight: 600;
}
/* FOR POPUP */
.hide {
display: none;
visibility: hidden;
transition: all 0.3s ease;
}
.blur {
filter: blur(5px);
transition: all 0.3s ease;
pointer-events: none;
}
#popup-wrapper {
position: relative;
transition: all 0.3s ease;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
}
#popup {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
flex-direction: column;
padding: 2em;
}
#popup h2,
#popup button {
margin: 0.5em;
}
button {
padding: 0.7rem 1.5rem;
text-align: center;
color: #14213d;
outline: none;
background: transparent;
border: #14213d solid 2px;
border-radius: 0.5em;
justify-self: center;
align-self : center;
cursor: pointer;
transition: 200ms ease;
letter-spacing: 2px;
}
button:hover,
button:focus {
background-color: #14213d;
color: azure;
}
.floating-label {
font-size: 1em;
position: relative;
}
input {
color: inherit;
font-size: 1.25em;
padding: 0.7rem;
display: block;
width: 100%;
background-color: transparent;
border: none;
border-bottom: 2px solid #757575;
border-radius: 0;
}
input::placeholder {
/* color: transparent; */
user-select: none;
}
input:focus {
outline: none;
border-bottom: 2px solid rgb(56, 48, 4);
}
input:focus ~ label,
input:not(:placeholder-shown) ~ label {
top: -0.6rem;
font-size: 0.9rem;
color: rgb(56, 48, 4);
}
input:focus ~ .bar:before,
input:focus ~ .bar:after {
width: 50%;
}
.floating-label label {
color: #999;
position: absolute;
pointer-events: none;
left: 0.5em;
top: 1em;
transition: 0.2s ease all;
}
@media only screen and (max-width: 1200px) {
.table {
/* background : crimson; */
width: 80%;
}
}
@media only screen and (max-width: 800px) {
.table {
/* background : crimson; */
width: 90%;
}
.third {
flex-direction: column;
}
.third > div {
width: 100%;
padding: 10px 0;
}
.location {
justify-content: center;
}
} | static/css/customer-dashboard.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,600;0,700;0,900;1,500;1,600;1,900&display=swap");
* {
margin: 0;
padding: 0;
font-family: "Montserrat", Sans-Serif;
box-sizing: border-box;
/* border: 1px solid red; */
}
nav {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
height: 4em;
background-color: #14213d;
}
.logo,
.translate {
color: azure;
padding: 0.1em;
margin: 2em;
letter-spacing: 1px;
}
/* Multiple languages using translate */
#google_translate_element img,
.goog-te-banner {
display: none;
}
select.goog-te-combo {
height: 25px;
border-radius: 30px;
}
.goog-logo-link {
height: 1px;
}
/* body stylings */
.flex {
display: flex;
width: 100vw;
min-height: 88vh;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: center; */
position: relative;
}
.header {
width: 60%;
}
.header form {
min-height: 5vw;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.title {
font-size: 32px;
width: 100%;
padding: 10px;
text-align: center;
margin: 0.5em;
}
input {
font-size: 24px;
padding: 10px;
width: 100%;
text-align: center;
border-radius: 118px;
}
.table {
width: 60%;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.item {
display: flex;
flex-direction: column;
width: 100%;
padding: 25px 20px;
background: #f8f8f8;
border-radius: 10px;
margin: 20px 0;
}
.item > div {
padding: 10px 0;
}
.first {
display: flex;
justify-content: space-between;
}
.first-half {
display: flex;
width: 50%;
justify-content: space-between;
}
.name {
font-size: 1.65em;
font-weight: bold;
margin-left: 0 !important;
}
.second-half {
width: 50%;
display: flex;
justify-content: flex-end;
align-items: center;
}
.number {
color: #1e53c5;
background: #4066b82f;
border: 3px solid #4066b8c4;
border-radius: 7px;
padding: 5px;
margin-left: 20px;
letter-spacing: 1px;
}
.second {
font-size: 1.5em;
}
.third {
display: flex;
justify-content: space-between;
align-items: center;
}
.timings {
font-size: 1.25em;
}
.stars {
display: flex;
justify-content: space-around;
align-items: center;
}
.star {
height : 24px;
width: auto;
margin: 3px;
}
img {
display: inline-block;
}
.tags {
display: flex;
width: 50%;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
.tag {
font-size: 20px;
padding: 0 10px;
margin: 10px;
display: flex;
color: #ffcf40;
border: 3px solid #ffcf40;
background: #f9f2de;
border-radius: 12px;
}
.location {
display: flex;
align-items: center;
font-size: 16px;
padding: 5px 10px;
background: #c5e3ea;
border-radius: 5px;
}
.distance {
font-weight: 600;
}
/* FOR POPUP */
.hide {
display: none;
visibility: hidden;
transition: all 0.3s ease;
}
.blur {
filter: blur(5px);
transition: all 0.3s ease;
pointer-events: none;
}
#popup-wrapper {
position: relative;
transition: all 0.3s ease;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
}
#popup {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
flex-direction: column;
padding: 2em;
}
#popup h2,
#popup button {
margin: 0.5em;
}
button {
padding: 0.7rem 1.5rem;
text-align: center;
color: #14213d;
outline: none;
background: transparent;
border: #14213d solid 2px;
border-radius: 0.5em;
justify-self: center;
align-self : center;
cursor: pointer;
transition: 200ms ease;
letter-spacing: 2px;
}
button:hover,
button:focus {
background-color: #14213d;
color: azure;
}
.floating-label {
font-size: 1em;
position: relative;
}
input {
color: inherit;
font-size: 1.25em;
padding: 0.7rem;
display: block;
width: 100%;
background-color: transparent;
border: none;
border-bottom: 2px solid #757575;
border-radius: 0;
}
input::placeholder {
/* color: transparent; */
user-select: none;
}
input:focus {
outline: none;
border-bottom: 2px solid rgb(56, 48, 4);
}
input:focus ~ label,
input:not(:placeholder-shown) ~ label {
top: -0.6rem;
font-size: 0.9rem;
color: rgb(56, 48, 4);
}
input:focus ~ .bar:before,
input:focus ~ .bar:after {
width: 50%;
}
.floating-label label {
color: #999;
position: absolute;
pointer-events: none;
left: 0.5em;
top: 1em;
transition: 0.2s ease all;
}
@media only screen and (max-width: 1200px) {
.table {
/* background : crimson; */
width: 80%;
}
}
@media only screen and (max-width: 800px) {
.table {
/* background : crimson; */
width: 90%;
}
.third {
flex-direction: column;
}
.third > div {
width: 100%;
padding: 10px 0;
}
.location {
justify-content: center;
}
} | 0.265119 | 0.074399 |
.block {
position: absolute;
left: 0;
top: 0;
}
.sliderContainer {
position: relative;
text-align: center;
width: 360px;
height: 36px;
line-height: 36px;
margin-top: 5px;
background: #f7f9fa;
color: #45494c;
border: 1px solid #e4e7eb;
}
.sliderContainer_active .sliderArrow {
height: 34px;
top: -1px;
border: 1px solid #1991fa;
}
.sliderContainer_active .sliderMask {
height: 34px;
border-width: 1px;
}
.sliderContainer_success .sliderArrow {
height: 34px;
top: -1px;
border: 1px solid #52ccba;
background-color: #52ccba !important;
}
.sliderContainer_success .sliderMask {
height: 34px;
border: 1px solid #52ccba;
background-color: #d2f4ef;
}
.sliderContainer_success .sliderIcon {
background-position: 0 0 !important;
}
.sliderContainer_fail .sliderArrow {
height: 34px;
top: -1px;
border: 1px solid #f57a7a;
background-color: #f57a7a !important;
}
.sliderContainer_fail .sliderMask {
height: 34px;
border: 1px solid #f57a7a;
background-color: #fce1e1;
}
.sliderContainer_fail .sliderIcon {
background-position: 0 -83px !important;
}
.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
display: none;
}
.sliderMask {
position: absolute;
left: 0;
top: 0;
height: 36px;
border: 0 solid #1991fa;
background: #d1e9fe;
}
.sliderArrow {
position: absolute;
top: 0;
left: 0;
width: 36px;
height: 34px;
background: #fff;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
cursor: pointer;
transition: background 0.2s linear;
}
.sliderArrow:hover {
background: #1991fa;
}
.sliderArrow:hover .sliderIcon {
background-position: 0 -13px;
}
.sliderIcon {
position: absolute;
top: 13px;
left: 12px;
width: 14px;
height: 11px;
background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png)
0 -26px;
background-size: 34px 471px;
}
.refreshIcon {
position: absolute;
right: 0;
top: 0;
width: 34px;
height: 34px;
cursor: pointer;
background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png)
0 -437px;
background-size: 34px 471px;
} | src/main/resources/static/assets/layout/css/jigsaw.css | .block {
position: absolute;
left: 0;
top: 0;
}
.sliderContainer {
position: relative;
text-align: center;
width: 360px;
height: 36px;
line-height: 36px;
margin-top: 5px;
background: #f7f9fa;
color: #45494c;
border: 1px solid #e4e7eb;
}
.sliderContainer_active .sliderArrow {
height: 34px;
top: -1px;
border: 1px solid #1991fa;
}
.sliderContainer_active .sliderMask {
height: 34px;
border-width: 1px;
}
.sliderContainer_success .sliderArrow {
height: 34px;
top: -1px;
border: 1px solid #52ccba;
background-color: #52ccba !important;
}
.sliderContainer_success .sliderMask {
height: 34px;
border: 1px solid #52ccba;
background-color: #d2f4ef;
}
.sliderContainer_success .sliderIcon {
background-position: 0 0 !important;
}
.sliderContainer_fail .sliderArrow {
height: 34px;
top: -1px;
border: 1px solid #f57a7a;
background-color: #f57a7a !important;
}
.sliderContainer_fail .sliderMask {
height: 34px;
border: 1px solid #f57a7a;
background-color: #fce1e1;
}
.sliderContainer_fail .sliderIcon {
background-position: 0 -83px !important;
}
.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
display: none;
}
.sliderMask {
position: absolute;
left: 0;
top: 0;
height: 36px;
border: 0 solid #1991fa;
background: #d1e9fe;
}
.sliderArrow {
position: absolute;
top: 0;
left: 0;
width: 36px;
height: 34px;
background: #fff;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
cursor: pointer;
transition: background 0.2s linear;
}
.sliderArrow:hover {
background: #1991fa;
}
.sliderArrow:hover .sliderIcon {
background-position: 0 -13px;
}
.sliderIcon {
position: absolute;
top: 13px;
left: 12px;
width: 14px;
height: 11px;
background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png)
0 -26px;
background-size: 34px 471px;
}
.refreshIcon {
position: absolute;
right: 0;
top: 0;
width: 34px;
height: 34px;
cursor: pointer;
background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png)
0 -437px;
background-size: 34px 471px;
} | 0.547222 | 0.085633 |
*{
margin:0px;
padding:0px;
font-size:12px;
}
body {
background:#f3ece2;
}
#header {
height:108px;
background: url(img/header_bg.jpg) repeat-x;
}
#nav {
height:35px;
background: #1a5688;
}
#content {
}
#bottom {
height:88px;
width:100%;
background: url(img/bottom_bg.jpg) repeat-x;
float:left;
}
#header_con,#nav_con,#content_con,#bottom_con {
width:962px;
position:absolute;
left:50%;
margin-left:-481px;
}
#logo {
width:320px;
height:108px;
background: url(img/logo.jpg) no-repeat;
float:left;
}
#main_nav {
float:right;
}
#main_nav ul {
margin-right:10px;
margin-top:5px;
}
#main_nav li {
float:left;
list-style: none;
padding:0px 7px;
border-right:1px solid #fff;
}
a.main_nav_link:link,a.main_nav_link:visited {
text-decoration: none;
color:#fff;
}
a.main_nav_link:hover {
color:#ff0;
}
a.index_title_href:link,a.index_title_href:visited {
color:#0d437a;
font-weight:bolder;
text-decoration:none;
}
a.index_title_href:hover {
color:#663322;
font-weight:bolder;
text-decoration:underline;
}
#search {
position: absolute;
left:767px;
top:56px;
background:url(img/search_bg.jpg);
width:183px;
height:20px;
}
#search_con {
height:17px;
position: absolute;
left:5px;
top:1px;
width:152px;
border:none;
}
#search_btn {
position: absolute;
left:156px;
width:25px;
height:20px;
cursor: pointer;
}
#nav_con ul li {
list-style: none;
float:left;
width:96px;
height:35px;
text-align:center;
cursor: pointer;
}
#nav_con ul li span {
position: relative;
top:10px;
color:#fff;
text-decoration: none;
}
.nav_hover {
background:#993;
}
#content_con {
background: #fff;
}
#xiaoxun {
width:962px;
height:84px;
background:url(img/xiaoxun.jpg);
}
#notice_rollpic {
width:962px;
}
#notice {
float:left;
width:233px;
margin-left:10px;
}
#notice dt {
height:28px;
border-bottom:3px solid #eae6e4;
color:#1a5688;
}
#notice dt span {
position: relative;
top:6px;
left:6px;
}
#notice dd,#xwgk dd,#hdjx dd,#jyky dd {
padding:7px 0px;
background:url(img/topic_bottom.jpg) repeat-x;
background-position:0 100%;
margin-left:4px;
}
a.index_link:link,a.index_link:visited {
text-decoration: none;
color:#666;
background:url(img/topic_dot.jpg) no-repeat;
background-position:0 50%;
padding-left:10px;
}
a.index_link:hover {
text-decoration: underline;
color:#833;
}
#rollpic {
float:left;
width:695px;
height:262px;
border:1px solid #999;
margin-left:10px;
}
#split_line {
background: #ccc;
height:5px;
width:942px;
margin-left:10px;
margin-top:10px;
float: left;
}
#xwgk_xxgk,#hdjx_jyky,#chief_keyword {
float:left;
margin:10px 5px 10px 5px;
width:942px;
}
#xwgk {
width:520px;
float:left;
}
#xwgk h3 {
color:#705a5c;
padding:10px;
}
#xwgk #xwgk_bg {
width:520px;
height:91px;
background: url(img/xwgk_bg.jpg) no-repeat;
}
#xxgk {
width:400px;
float:left;
margin-left:20px;
line-height:23px;
color:#636363;
}
#xxgk h3 {
color:#705a5c;
border-bottom:5px solid #a32430;
padding:5px;
padding-top:10px;
margin-bottom:5px;
line-height:normal;
}
#xxgk_bg {
width:130px;
height:128px;
float:left;
background:url(img/xxgk_bg.jpg);
}
#hdjx,#jyky {
float:left;
width:450px;
}
#hdjx dt,#jyky dt {
height:27px;
width:450px;
background:url(img/hdjx_title_bg.jpg);
}
#jyky dt {
background:url(img/jyky_title_bg.jpg);
}
#hdjx dt .t_title,#jyky dt .t_title {
font-weight: bold;
position: relative;
left:10px;
top:5px;
}
#hdjx dt .more,#jyky dt .more {
position: relative;
left:360px;
top:6px;
}
#hdjx_jyky .more a:link,#hdjx_jyky .more a:visited {
color: #fff;
text-decoration: none;
}
#hdjx_jyky .more a:hover {
color:#333;
text-decoration: underline;
}
#jyky {
margin-left:35px;
}
#chief_keyword {
height:60px;
border:1px solid #898989;
}
#chief_keyword div {
border-left:4px solid #266197;
height:60px;
}
span.keyword {
padding:5px;
margin:5px 7px;
margin-top:18px;
float:left;
background:#698911;
color:#fff;
cursor:pointer;
}
span.keyword_hover {
padding:5px;
margin:5px 7px;
margin-top:18px;
float:left;
color:#fff;
cursor:pointer;
background:#a32;
}
#yftd,#copyright,#jszc {
float:left;
color:#fff;
position: relative;
top:30px;
}
#yftd {
left:10px;
}
#copyright {
left:310px;
top:22px;
}
#copyright p {
text-align:center;
margin:4px;
}
#jszc {
left:540px;
}
#breadcrumb {
height:45px;
width:962px;
background:url("img/breadcrumb.jpg") repeat-x;
}
#breadcrumb span {
position:relative;
left:50px;
top:15px;
color:#144b83;
}
#breadcrumb a:link,#breadcrumb a:visited {
text-decoration:none;
color:#525252;
}
#breadcrumb a:hover {
text-decoration:underline;
color:#762323;
}
#channel_left {
float:left;
width:221px;
border-right:8px #fafafa solid;
position:relative;
left:13px;
margin-top:10px;
}
#channel_left dl dt {
color:#0d437a;
font-weight:bolder;
font-size:14px;
height:30px;
border-left:#5ea2c3 3px solid;
background:url("img/channel_left_bg.jpg") no-repeat;
background-position:2% 100%;
width:200px;
}
#channel_left dl dt span {
position:relative;
left:12px;
top:4px;
}
#channel_left dl dd {
height:35px;
background:url("img/channel_left_bg1.jpg") no-repeat;
}
#channel_left dl dd a {
position:relative;
left:15px;
top:9px;
}
a.channel_left_href:link,a.channel_left_href:visited {
text-decoration:none;
color:#675c5c;
}
a.channel_left_href:hover {
color:#0d437a;
text-decoration:underline;
}
#channel_right {
width:710px;
float:left;
position:relative;
left:17px;
}
#channel_title {
width:710px;
height:30px;
float:left;
border-bottom:#b5b5b5 2px solid;
}
#channel_title span {
color:#0d437a;
font-size:14px;
position:relative;
left:15px;
top:8px;
font-weight:bolder;
}
#channel_right table {
width:705px;
margin-left:5px;
}
#channel_right table td {
padding:10px 0px;
color:#675c5c;
}
#channel_right table tr {
background:url(img/topic_bottom.jpg) repeat-x;
background-position:0 100%;
}
a.channel_right_href:link,a.channel_right_href:visited {
text-decoration:none;
color:#675c5c;
background:url("img/channel_right_dotted.jpg") no-repeat;
background-position:0 50%;
padding-left:10px;
margin-left:5px;
}
a.channel_right_href:hover {
color:#0d437a;
text-decoration:underline;
}
#channel_right table tfoot tr {
border:1px solid #675c5c;
background:#eaeaea;
}
#channel_right table tfoot tr td{
border-top:1px solid #675c5c;
border-bottom:1px solid #675c5c;
background:#eaeaea;
text-align:center;
}
a.pager_link:link,a.pager_link:visited{
padding:3px 5px;
border:1px solid #699;
text-decoration: none;
color:#333;
}
a.pager_link:hover{
background: #0d437a;
color:#fff;
}
#article_title {
width:930px;
height:50px;
border-bottom:1px solid #999;
margin-left:15px;
text-align:center;
}
#article_title span {
position: relative;
top:15px;
color: #0d437a;
font-family:"����";
font-size:20px;
font-weight:normal;
}
#article_info {
width:930px;
padding:10px 0px;
margin-left:28px;
text-align:center;
}
.article_atts {
width:930px;
padding:10px 0px;
margin-left:28px;
font-size:14px;
float:left;
text-indent:10px;
/*border-bottom:1px solid #722;*/
}
.article_atts span {
border:1px solid #66a;
padding:5px;
margin:5px;
}
a.article_att_link:link,a.article_att_link:visited {
text-decoration: none;
color:#66a;
}
a.article_att_link:hover{
color:#f00;
text-decoration: underline;
}
#article_content {
float:left;
width:930px;
padding:10px 0px;
margin-left:28px;
font-size:14px;
}
#channel_img_container {
margin-top:10px;
float:left;
margin-bottom:10px;
}
div.channel_img {
width:150px;
float:left;
margin:10px 12px;
border:1px solid #aaa;
}
div.channel_img image {
border:none;
}
div.channel_img_title {
padding:10px 2px;
border-bottom:1px solid #aaa;
border-top:1px solid #aaa;
}
div.channel_img_title span {
position:relative;
left:2px;
width:140px;
display:block;
overflow:hidden;
white-space:nowrap;
}
div.channel_img_intro {
padding:10px 2px;
}
div.channel_img_intro span {
position:relative;
left:2px;
width:150px;
}
#channel_img_pager {
float:left;
height:40px;
width:700px;
text-align:center;
}
#channel_img_pager span {
position:relative;
top:5px;
}
#rollCaption {
position: absolute;
background:#000;
color:#fff;
width:100%;
bottom:0px;
z-index:999;
height:35px;
display: none;
}
#rollCaption span {
position: relative;
top:10px;
left:10px;
}
#rollPager {
position:absolute;
z-index:9999;
right:5px;
bottom:-10px;
}
#rollPager span {
font-size:30px;
display:block;
float:left;
color:#999;
cursor:pointer;
padding:2px;
}
#rollPager span.cycle-pager-active {
color:#3a4;
}
span.emp {
background:#ff0;
color:#f00;
font-weight:bolder;
}
#article_keyword {
width:930px;
padding:3px 0px;
margin-left:28px;
}
#article_keyword a {
display:block;
float:left;
padding:5px;
border:1px solid #aaa;
margin:0px 5px;
text-decoration:none;
}
a.article_keyword_href:link,a.article_keyword_href:visited {
background:#eee;
color:#555;
}
a.article_keyword_href:hover {
background:#932;
color:#fff;
} | graempinf-web/src/main/webapp/resources/css/index/web.css | *{
margin:0px;
padding:0px;
font-size:12px;
}
body {
background:#f3ece2;
}
#header {
height:108px;
background: url(img/header_bg.jpg) repeat-x;
}
#nav {
height:35px;
background: #1a5688;
}
#content {
}
#bottom {
height:88px;
width:100%;
background: url(img/bottom_bg.jpg) repeat-x;
float:left;
}
#header_con,#nav_con,#content_con,#bottom_con {
width:962px;
position:absolute;
left:50%;
margin-left:-481px;
}
#logo {
width:320px;
height:108px;
background: url(img/logo.jpg) no-repeat;
float:left;
}
#main_nav {
float:right;
}
#main_nav ul {
margin-right:10px;
margin-top:5px;
}
#main_nav li {
float:left;
list-style: none;
padding:0px 7px;
border-right:1px solid #fff;
}
a.main_nav_link:link,a.main_nav_link:visited {
text-decoration: none;
color:#fff;
}
a.main_nav_link:hover {
color:#ff0;
}
a.index_title_href:link,a.index_title_href:visited {
color:#0d437a;
font-weight:bolder;
text-decoration:none;
}
a.index_title_href:hover {
color:#663322;
font-weight:bolder;
text-decoration:underline;
}
#search {
position: absolute;
left:767px;
top:56px;
background:url(img/search_bg.jpg);
width:183px;
height:20px;
}
#search_con {
height:17px;
position: absolute;
left:5px;
top:1px;
width:152px;
border:none;
}
#search_btn {
position: absolute;
left:156px;
width:25px;
height:20px;
cursor: pointer;
}
#nav_con ul li {
list-style: none;
float:left;
width:96px;
height:35px;
text-align:center;
cursor: pointer;
}
#nav_con ul li span {
position: relative;
top:10px;
color:#fff;
text-decoration: none;
}
.nav_hover {
background:#993;
}
#content_con {
background: #fff;
}
#xiaoxun {
width:962px;
height:84px;
background:url(img/xiaoxun.jpg);
}
#notice_rollpic {
width:962px;
}
#notice {
float:left;
width:233px;
margin-left:10px;
}
#notice dt {
height:28px;
border-bottom:3px solid #eae6e4;
color:#1a5688;
}
#notice dt span {
position: relative;
top:6px;
left:6px;
}
#notice dd,#xwgk dd,#hdjx dd,#jyky dd {
padding:7px 0px;
background:url(img/topic_bottom.jpg) repeat-x;
background-position:0 100%;
margin-left:4px;
}
a.index_link:link,a.index_link:visited {
text-decoration: none;
color:#666;
background:url(img/topic_dot.jpg) no-repeat;
background-position:0 50%;
padding-left:10px;
}
a.index_link:hover {
text-decoration: underline;
color:#833;
}
#rollpic {
float:left;
width:695px;
height:262px;
border:1px solid #999;
margin-left:10px;
}
#split_line {
background: #ccc;
height:5px;
width:942px;
margin-left:10px;
margin-top:10px;
float: left;
}
#xwgk_xxgk,#hdjx_jyky,#chief_keyword {
float:left;
margin:10px 5px 10px 5px;
width:942px;
}
#xwgk {
width:520px;
float:left;
}
#xwgk h3 {
color:#705a5c;
padding:10px;
}
#xwgk #xwgk_bg {
width:520px;
height:91px;
background: url(img/xwgk_bg.jpg) no-repeat;
}
#xxgk {
width:400px;
float:left;
margin-left:20px;
line-height:23px;
color:#636363;
}
#xxgk h3 {
color:#705a5c;
border-bottom:5px solid #a32430;
padding:5px;
padding-top:10px;
margin-bottom:5px;
line-height:normal;
}
#xxgk_bg {
width:130px;
height:128px;
float:left;
background:url(img/xxgk_bg.jpg);
}
#hdjx,#jyky {
float:left;
width:450px;
}
#hdjx dt,#jyky dt {
height:27px;
width:450px;
background:url(img/hdjx_title_bg.jpg);
}
#jyky dt {
background:url(img/jyky_title_bg.jpg);
}
#hdjx dt .t_title,#jyky dt .t_title {
font-weight: bold;
position: relative;
left:10px;
top:5px;
}
#hdjx dt .more,#jyky dt .more {
position: relative;
left:360px;
top:6px;
}
#hdjx_jyky .more a:link,#hdjx_jyky .more a:visited {
color: #fff;
text-decoration: none;
}
#hdjx_jyky .more a:hover {
color:#333;
text-decoration: underline;
}
#jyky {
margin-left:35px;
}
#chief_keyword {
height:60px;
border:1px solid #898989;
}
#chief_keyword div {
border-left:4px solid #266197;
height:60px;
}
span.keyword {
padding:5px;
margin:5px 7px;
margin-top:18px;
float:left;
background:#698911;
color:#fff;
cursor:pointer;
}
span.keyword_hover {
padding:5px;
margin:5px 7px;
margin-top:18px;
float:left;
color:#fff;
cursor:pointer;
background:#a32;
}
#yftd,#copyright,#jszc {
float:left;
color:#fff;
position: relative;
top:30px;
}
#yftd {
left:10px;
}
#copyright {
left:310px;
top:22px;
}
#copyright p {
text-align:center;
margin:4px;
}
#jszc {
left:540px;
}
#breadcrumb {
height:45px;
width:962px;
background:url("img/breadcrumb.jpg") repeat-x;
}
#breadcrumb span {
position:relative;
left:50px;
top:15px;
color:#144b83;
}
#breadcrumb a:link,#breadcrumb a:visited {
text-decoration:none;
color:#525252;
}
#breadcrumb a:hover {
text-decoration:underline;
color:#762323;
}
#channel_left {
float:left;
width:221px;
border-right:8px #fafafa solid;
position:relative;
left:13px;
margin-top:10px;
}
#channel_left dl dt {
color:#0d437a;
font-weight:bolder;
font-size:14px;
height:30px;
border-left:#5ea2c3 3px solid;
background:url("img/channel_left_bg.jpg") no-repeat;
background-position:2% 100%;
width:200px;
}
#channel_left dl dt span {
position:relative;
left:12px;
top:4px;
}
#channel_left dl dd {
height:35px;
background:url("img/channel_left_bg1.jpg") no-repeat;
}
#channel_left dl dd a {
position:relative;
left:15px;
top:9px;
}
a.channel_left_href:link,a.channel_left_href:visited {
text-decoration:none;
color:#675c5c;
}
a.channel_left_href:hover {
color:#0d437a;
text-decoration:underline;
}
#channel_right {
width:710px;
float:left;
position:relative;
left:17px;
}
#channel_title {
width:710px;
height:30px;
float:left;
border-bottom:#b5b5b5 2px solid;
}
#channel_title span {
color:#0d437a;
font-size:14px;
position:relative;
left:15px;
top:8px;
font-weight:bolder;
}
#channel_right table {
width:705px;
margin-left:5px;
}
#channel_right table td {
padding:10px 0px;
color:#675c5c;
}
#channel_right table tr {
background:url(img/topic_bottom.jpg) repeat-x;
background-position:0 100%;
}
a.channel_right_href:link,a.channel_right_href:visited {
text-decoration:none;
color:#675c5c;
background:url("img/channel_right_dotted.jpg") no-repeat;
background-position:0 50%;
padding-left:10px;
margin-left:5px;
}
a.channel_right_href:hover {
color:#0d437a;
text-decoration:underline;
}
#channel_right table tfoot tr {
border:1px solid #675c5c;
background:#eaeaea;
}
#channel_right table tfoot tr td{
border-top:1px solid #675c5c;
border-bottom:1px solid #675c5c;
background:#eaeaea;
text-align:center;
}
a.pager_link:link,a.pager_link:visited{
padding:3px 5px;
border:1px solid #699;
text-decoration: none;
color:#333;
}
a.pager_link:hover{
background: #0d437a;
color:#fff;
}
#article_title {
width:930px;
height:50px;
border-bottom:1px solid #999;
margin-left:15px;
text-align:center;
}
#article_title span {
position: relative;
top:15px;
color: #0d437a;
font-family:"����";
font-size:20px;
font-weight:normal;
}
#article_info {
width:930px;
padding:10px 0px;
margin-left:28px;
text-align:center;
}
.article_atts {
width:930px;
padding:10px 0px;
margin-left:28px;
font-size:14px;
float:left;
text-indent:10px;
/*border-bottom:1px solid #722;*/
}
.article_atts span {
border:1px solid #66a;
padding:5px;
margin:5px;
}
a.article_att_link:link,a.article_att_link:visited {
text-decoration: none;
color:#66a;
}
a.article_att_link:hover{
color:#f00;
text-decoration: underline;
}
#article_content {
float:left;
width:930px;
padding:10px 0px;
margin-left:28px;
font-size:14px;
}
#channel_img_container {
margin-top:10px;
float:left;
margin-bottom:10px;
}
div.channel_img {
width:150px;
float:left;
margin:10px 12px;
border:1px solid #aaa;
}
div.channel_img image {
border:none;
}
div.channel_img_title {
padding:10px 2px;
border-bottom:1px solid #aaa;
border-top:1px solid #aaa;
}
div.channel_img_title span {
position:relative;
left:2px;
width:140px;
display:block;
overflow:hidden;
white-space:nowrap;
}
div.channel_img_intro {
padding:10px 2px;
}
div.channel_img_intro span {
position:relative;
left:2px;
width:150px;
}
#channel_img_pager {
float:left;
height:40px;
width:700px;
text-align:center;
}
#channel_img_pager span {
position:relative;
top:5px;
}
#rollCaption {
position: absolute;
background:#000;
color:#fff;
width:100%;
bottom:0px;
z-index:999;
height:35px;
display: none;
}
#rollCaption span {
position: relative;
top:10px;
left:10px;
}
#rollPager {
position:absolute;
z-index:9999;
right:5px;
bottom:-10px;
}
#rollPager span {
font-size:30px;
display:block;
float:left;
color:#999;
cursor:pointer;
padding:2px;
}
#rollPager span.cycle-pager-active {
color:#3a4;
}
span.emp {
background:#ff0;
color:#f00;
font-weight:bolder;
}
#article_keyword {
width:930px;
padding:3px 0px;
margin-left:28px;
}
#article_keyword a {
display:block;
float:left;
padding:5px;
border:1px solid #aaa;
margin:0px 5px;
text-decoration:none;
}
a.article_keyword_href:link,a.article_keyword_href:visited {
background:#eee;
color:#555;
}
a.article_keyword_href:hover {
background:#932;
color:#fff;
} | 0.258232 | 0.058453 |
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-primary
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#704acf), to(#a992e2));
background-image: -webkit-linear-gradient(top, #704acf 0%, #a992e2 100%);
background-image: -moz-linear-gradient(top, #704acf 0%, #a992e2 100%);
background-image: -o-linear-gradient(top, #704acf 0%, #a992e2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#704acf), to(#a992e2));
background-image: linear-gradient(to bottom, #704acf 0%, #a992e2 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-success
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#298d74), to(#48c9a9));
background-image: -webkit-linear-gradient(top, #298d74 0%, #48c9a9 100%);
background-image: -moz-linear-gradient(top, #298d74 0%, #48c9a9 100%);
background-image: -o-linear-gradient(top, #298d74 0%, #48c9a9 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#298d74), to(#48c9a9));
background-image: linear-gradient(to bottom, #298d74 0%, #48c9a9 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-info
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#228eb6), to(#55b9df));
background-image: -webkit-linear-gradient(top, #228eb6 0%, #55b9df 100%);
background-image: -moz-linear-gradient(top, #228eb6 0%, #55b9df 100%);
background-image: -o-linear-gradient(top, #228eb6 0%, #55b9df 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#228eb6), to(#55b9df));
background-image: linear-gradient(to bottom, #228eb6 0%, #55b9df 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-warning
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#efa50b), to(#f7c55f));
background-image: -webkit-linear-gradient(top, #efa50b 0%, #f7c55f 100%);
background-image: -moz-linear-gradient(top, #efa50b 0%, #f7c55f 100%);
background-image: -o-linear-gradient(top, #efa50b 0%, #f7c55f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#efa50b), to(#f7c55f));
background-image: linear-gradient(to bottom, #efa50b 0%, #f7c55f 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-danger
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#bc2534), to(#df5e6a));
background-image: -webkit-linear-gradient(top, #bc2534 0%, #df5e6a 100%);
background-image: -moz-linear-gradient(top, #bc2534 0%, #df5e6a 100%);
background-image: -o-linear-gradient(top, #bc2534 0%, #df5e6a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#bc2534), to(#df5e6a));
background-image: linear-gradient(to bottom, #bc2534 0%, #df5e6a 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-red,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-red
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#d32f2f), to(#ef5350));
background-image: -webkit-linear-gradient(top, #d32f2f 0%, #ef5350 100%);
background-image: -moz-linear-gradient(top, #d32f2f 0%, #ef5350 100%);
background-image: -o-linear-gradient(top, #d32f2f 0%, #ef5350 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d32f2f), to(#ef5350));
background-image: linear-gradient(to bottom, #d32f2f 0%, #ef5350 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-pink,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-pink
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#c2185b), to(#ec407a));
background-image: -webkit-linear-gradient(top, #c2185b 0%, #ec407a 100%);
background-image: -moz-linear-gradient(top, #c2185b 0%, #ec407a 100%);
background-image: -o-linear-gradient(top, #c2185b 0%, #ec407a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#c2185b), to(#ec407a));
background-image: linear-gradient(to bottom, #c2185b 0%, #ec407a 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-purple,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-purple
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#7b1fa2), to(#ab47bc));
background-image: -webkit-linear-gradient(top, #7b1fa2 0%, #ab47bc 100%);
background-image: -moz-linear-gradient(top, #7b1fa2 0%, #ab47bc 100%);
background-image: -o-linear-gradient(top, #7b1fa2 0%, #ab47bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#7b1fa2), to(#ab47bc));
background-image: linear-gradient(to bottom, #7b1fa2 0%, #ab47bc 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-deep-purple,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-deep-purple
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#512da8), to(#7e57c2));
background-image: -webkit-linear-gradient(top, #512da8 0%, #7e57c2 100%);
background-image: -moz-linear-gradient(top, #512da8 0%, #7e57c2 100%);
background-image: -o-linear-gradient(top, #512da8 0%, #7e57c2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#512da8), to(#7e57c2));
background-image: linear-gradient(to bottom, #512da8 0%, #7e57c2 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-indigo,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-indigo
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#303f9f), to(#5c6bc0));
background-image: -webkit-linear-gradient(top, #303f9f 0%, #5c6bc0 100%);
background-image: -moz-linear-gradient(top, #303f9f 0%, #5c6bc0 100%);
background-image: -o-linear-gradient(top, #303f9f 0%, #5c6bc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#303f9f), to(#5c6bc0));
background-image: linear-gradient(to bottom, #303f9f 0%, #5c6bc0 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-blue,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-blue
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#1976d2), to(#42a5f5));
background-image: -webkit-linear-gradient(top, #1976d2 0%, #42a5f5 100%);
background-image: -moz-linear-gradient(top, #1976d2 0%, #42a5f5 100%);
background-image: -o-linear-gradient(top, #1976d2 0%, #42a5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#42a5f5));
background-image: linear-gradient(to bottom, #1976d2 0%, #42a5f5 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-light-blue,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-light-blue
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#0288d1), to(#29b6f6));
background-image: -webkit-linear-gradient(top, #0288d1 0%, #29b6f6 100%);
background-image: -moz-linear-gradient(top, #0288d1 0%, #29b6f6 100%);
background-image: -o-linear-gradient(top, #0288d1 0%, #29b6f6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#0288d1), to(#29b6f6));
background-image: linear-gradient(to bottom, #0288d1 0%, #29b6f6 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-cyan,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-cyan
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#0097a7), to(#26c6da));
background-image: -webkit-linear-gradient(top, #0097a7 0%, #26c6da 100%);
background-image: -moz-linear-gradient(top, #0097a7 0%, #26c6da 100%);
background-image: -o-linear-gradient(top, #0097a7 0%, #26c6da 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#0097a7), to(#26c6da));
background-image: linear-gradient(to bottom, #0097a7 0%, #26c6da 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-teal,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-teal
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#00796b), to(#26a69a));
background-image: -webkit-linear-gradient(top, #00796b 0%, #26a69a 100%);
background-image: -moz-linear-gradient(top, #00796b 0%, #26a69a 100%);
background-image: -o-linear-gradient(top, #00796b 0%, #26a69a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#00796b), to(#26a69a));
background-image: linear-gradient(to bottom, #00796b 0%, #26a69a 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-green,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-green
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#388e3c), to(#66bb6a));
background-image: -webkit-linear-gradient(top, #388e3c 0%, #66bb6a 100%);
background-image: -moz-linear-gradient(top, #388e3c 0%, #66bb6a 100%);
background-image: -o-linear-gradient(top, #388e3c 0%, #66bb6a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#388e3c), to(#66bb6a));
background-image: linear-gradient(to bottom, #388e3c 0%, #66bb6a 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-light-green,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-light-green
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#689f38), to(#9ccc65));
background-image: -webkit-linear-gradient(top, #689f38 0%, #9ccc65 100%);
background-image: -moz-linear-gradient(top, #689f38 0%, #9ccc65 100%);
background-image: -o-linear-gradient(top, #689f38 0%, #9ccc65 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#689f38), to(#9ccc65));
background-image: linear-gradient(to bottom, #689f38 0%, #9ccc65 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-lime,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-lime
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#afb42b), to(#d4e157));
background-image: -webkit-linear-gradient(top, #afb42b 0%, #d4e157 100%);
background-image: -moz-linear-gradient(top, #afb42b 0%, #d4e157 100%);
background-image: -o-linear-gradient(top, #afb42b 0%, #d4e157 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#afb42b), to(#d4e157));
background-image: linear-gradient(to bottom, #afb42b 0%, #d4e157 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-yellow,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-yellow
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#fbc02d), to(#ffee58));
background-image: -webkit-linear-gradient(top, #fbc02d 0%, #ffee58 100%);
background-image: -moz-linear-gradient(top, #fbc02d 0%, #ffee58 100%);
background-image: -o-linear-gradient(top, #fbc02d 0%, #ffee58 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fbc02d), to(#ffee58));
background-image: linear-gradient(to bottom, #fbc02d 0%, #ffee58 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-amber,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-amber
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#ffa000), to(#ffca28));
background-image: -webkit-linear-gradient(top, #ffa000 0%, #ffca28 100%);
background-image: -moz-linear-gradient(top, #ffa000 0%, #ffca28 100%);
background-image: -o-linear-gradient(top, #ffa000 0%, #ffca28 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa000), to(#ffca28));
background-image: linear-gradient(to bottom, #ffa000 0%, #ffca28 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-orange,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-orange
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#f57c00), to(#ffa726));
background-image: -webkit-linear-gradient(top, #f57c00 0%, #ffa726 100%);
background-image: -moz-linear-gradient(top, #f57c00 0%, #ffa726 100%);
background-image: -o-linear-gradient(top, #f57c00 0%, #ffa726 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f57c00), to(#ffa726));
background-image: linear-gradient(to bottom, #f57c00 0%, #ffa726 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-deep-orange,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-deep-orange
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#e64a19), to(#ff7043));
background-image: -webkit-linear-gradient(top, #e64a19 0%, #ff7043 100%);
background-image: -moz-linear-gradient(top, #e64a19 0%, #ff7043 100%);
background-image: -o-linear-gradient(top, #e64a19 0%, #ff7043 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e64a19), to(#ff7043));
background-image: linear-gradient(to bottom, #e64a19 0%, #ff7043 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-brown,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-brown
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#5d4037), to(#8d6e63));
background-image: -webkit-linear-gradient(top, #5d4037 0%, #8d6e63 100%);
background-image: -moz-linear-gradient(top, #5d4037 0%, #8d6e63 100%);
background-image: -o-linear-gradient(top, #5d4037 0%, #8d6e63 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5d4037), to(#8d6e63));
background-image: linear-gradient(to bottom, #5d4037 0%, #8d6e63 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-blue-grey,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-blue-grey
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#455a64), to(#78909c));
background-image: -webkit-linear-gradient(top, #455a64 0%, #78909c 100%);
background-image: -moz-linear-gradient(top, #455a64 0%, #78909c 100%);
background-image: -o-linear-gradient(top, #455a64 0%, #78909c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#455a64), to(#78909c));
background-image: linear-gradient(to bottom, #455a64 0%, #78909c 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-grey,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-grey
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#616161), to(#bdbdbd));
background-image: -webkit-linear-gradient(top, #616161 0%, #bdbdbd 100%);
background-image: -moz-linear-gradient(top, #616161 0%, #bdbdbd 100%);
background-image: -o-linear-gradient(top, #616161 0%, #bdbdbd 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#bdbdbd));
background-image: linear-gradient(to bottom, #616161 0%, #bdbdbd 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-grey-blue,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-grey-blue
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#2c303b), to(#78909c));
background-image: -webkit-linear-gradient(top, #2c303b 0%, #78909c 100%);
background-image: -moz-linear-gradient(top, #2c303b 0%, #78909c 100%);
background-image: -o-linear-gradient(top, #2c303b 0%, #78909c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#2c303b), to(#78909c));
background-image: linear-gradient(to bottom, #2c303b 0%, #78909c 100%);
background-repeat: repeat-x;
} | app-assets/css-rtl/core/colors/palette-switch.css | .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-primary
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#704acf), to(#a992e2));
background-image: -webkit-linear-gradient(top, #704acf 0%, #a992e2 100%);
background-image: -moz-linear-gradient(top, #704acf 0%, #a992e2 100%);
background-image: -o-linear-gradient(top, #704acf 0%, #a992e2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#704acf), to(#a992e2));
background-image: linear-gradient(to bottom, #704acf 0%, #a992e2 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-success
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#298d74), to(#48c9a9));
background-image: -webkit-linear-gradient(top, #298d74 0%, #48c9a9 100%);
background-image: -moz-linear-gradient(top, #298d74 0%, #48c9a9 100%);
background-image: -o-linear-gradient(top, #298d74 0%, #48c9a9 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#298d74), to(#48c9a9));
background-image: linear-gradient(to bottom, #298d74 0%, #48c9a9 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-info
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#228eb6), to(#55b9df));
background-image: -webkit-linear-gradient(top, #228eb6 0%, #55b9df 100%);
background-image: -moz-linear-gradient(top, #228eb6 0%, #55b9df 100%);
background-image: -o-linear-gradient(top, #228eb6 0%, #55b9df 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#228eb6), to(#55b9df));
background-image: linear-gradient(to bottom, #228eb6 0%, #55b9df 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-warning
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#efa50b), to(#f7c55f));
background-image: -webkit-linear-gradient(top, #efa50b 0%, #f7c55f 100%);
background-image: -moz-linear-gradient(top, #efa50b 0%, #f7c55f 100%);
background-image: -o-linear-gradient(top, #efa50b 0%, #f7c55f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#efa50b), to(#f7c55f));
background-image: linear-gradient(to bottom, #efa50b 0%, #f7c55f 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-danger
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#bc2534), to(#df5e6a));
background-image: -webkit-linear-gradient(top, #bc2534 0%, #df5e6a 100%);
background-image: -moz-linear-gradient(top, #bc2534 0%, #df5e6a 100%);
background-image: -o-linear-gradient(top, #bc2534 0%, #df5e6a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#bc2534), to(#df5e6a));
background-image: linear-gradient(to bottom, #bc2534 0%, #df5e6a 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-red,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-red
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#d32f2f), to(#ef5350));
background-image: -webkit-linear-gradient(top, #d32f2f 0%, #ef5350 100%);
background-image: -moz-linear-gradient(top, #d32f2f 0%, #ef5350 100%);
background-image: -o-linear-gradient(top, #d32f2f 0%, #ef5350 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d32f2f), to(#ef5350));
background-image: linear-gradient(to bottom, #d32f2f 0%, #ef5350 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-pink,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-pink
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#c2185b), to(#ec407a));
background-image: -webkit-linear-gradient(top, #c2185b 0%, #ec407a 100%);
background-image: -moz-linear-gradient(top, #c2185b 0%, #ec407a 100%);
background-image: -o-linear-gradient(top, #c2185b 0%, #ec407a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#c2185b), to(#ec407a));
background-image: linear-gradient(to bottom, #c2185b 0%, #ec407a 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-purple,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-purple
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#7b1fa2), to(#ab47bc));
background-image: -webkit-linear-gradient(top, #7b1fa2 0%, #ab47bc 100%);
background-image: -moz-linear-gradient(top, #7b1fa2 0%, #ab47bc 100%);
background-image: -o-linear-gradient(top, #7b1fa2 0%, #ab47bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#7b1fa2), to(#ab47bc));
background-image: linear-gradient(to bottom, #7b1fa2 0%, #ab47bc 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-deep-purple,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-deep-purple
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#512da8), to(#7e57c2));
background-image: -webkit-linear-gradient(top, #512da8 0%, #7e57c2 100%);
background-image: -moz-linear-gradient(top, #512da8 0%, #7e57c2 100%);
background-image: -o-linear-gradient(top, #512da8 0%, #7e57c2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#512da8), to(#7e57c2));
background-image: linear-gradient(to bottom, #512da8 0%, #7e57c2 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-indigo,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-indigo
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#303f9f), to(#5c6bc0));
background-image: -webkit-linear-gradient(top, #303f9f 0%, #5c6bc0 100%);
background-image: -moz-linear-gradient(top, #303f9f 0%, #5c6bc0 100%);
background-image: -o-linear-gradient(top, #303f9f 0%, #5c6bc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#303f9f), to(#5c6bc0));
background-image: linear-gradient(to bottom, #303f9f 0%, #5c6bc0 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-blue,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-blue
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#1976d2), to(#42a5f5));
background-image: -webkit-linear-gradient(top, #1976d2 0%, #42a5f5 100%);
background-image: -moz-linear-gradient(top, #1976d2 0%, #42a5f5 100%);
background-image: -o-linear-gradient(top, #1976d2 0%, #42a5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#1976d2), to(#42a5f5));
background-image: linear-gradient(to bottom, #1976d2 0%, #42a5f5 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-light-blue,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-light-blue
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#0288d1), to(#29b6f6));
background-image: -webkit-linear-gradient(top, #0288d1 0%, #29b6f6 100%);
background-image: -moz-linear-gradient(top, #0288d1 0%, #29b6f6 100%);
background-image: -o-linear-gradient(top, #0288d1 0%, #29b6f6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#0288d1), to(#29b6f6));
background-image: linear-gradient(to bottom, #0288d1 0%, #29b6f6 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-cyan,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-cyan
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#0097a7), to(#26c6da));
background-image: -webkit-linear-gradient(top, #0097a7 0%, #26c6da 100%);
background-image: -moz-linear-gradient(top, #0097a7 0%, #26c6da 100%);
background-image: -o-linear-gradient(top, #0097a7 0%, #26c6da 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#0097a7), to(#26c6da));
background-image: linear-gradient(to bottom, #0097a7 0%, #26c6da 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-teal,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-teal
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#00796b), to(#26a69a));
background-image: -webkit-linear-gradient(top, #00796b 0%, #26a69a 100%);
background-image: -moz-linear-gradient(top, #00796b 0%, #26a69a 100%);
background-image: -o-linear-gradient(top, #00796b 0%, #26a69a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#00796b), to(#26a69a));
background-image: linear-gradient(to bottom, #00796b 0%, #26a69a 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-green,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-green
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#388e3c), to(#66bb6a));
background-image: -webkit-linear-gradient(top, #388e3c 0%, #66bb6a 100%);
background-image: -moz-linear-gradient(top, #388e3c 0%, #66bb6a 100%);
background-image: -o-linear-gradient(top, #388e3c 0%, #66bb6a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#388e3c), to(#66bb6a));
background-image: linear-gradient(to bottom, #388e3c 0%, #66bb6a 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-light-green,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-light-green
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#689f38), to(#9ccc65));
background-image: -webkit-linear-gradient(top, #689f38 0%, #9ccc65 100%);
background-image: -moz-linear-gradient(top, #689f38 0%, #9ccc65 100%);
background-image: -o-linear-gradient(top, #689f38 0%, #9ccc65 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#689f38), to(#9ccc65));
background-image: linear-gradient(to bottom, #689f38 0%, #9ccc65 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-lime,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-lime
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#afb42b), to(#d4e157));
background-image: -webkit-linear-gradient(top, #afb42b 0%, #d4e157 100%);
background-image: -moz-linear-gradient(top, #afb42b 0%, #d4e157 100%);
background-image: -o-linear-gradient(top, #afb42b 0%, #d4e157 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#afb42b), to(#d4e157));
background-image: linear-gradient(to bottom, #afb42b 0%, #d4e157 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-yellow,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-yellow
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#fbc02d), to(#ffee58));
background-image: -webkit-linear-gradient(top, #fbc02d 0%, #ffee58 100%);
background-image: -moz-linear-gradient(top, #fbc02d 0%, #ffee58 100%);
background-image: -o-linear-gradient(top, #fbc02d 0%, #ffee58 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fbc02d), to(#ffee58));
background-image: linear-gradient(to bottom, #fbc02d 0%, #ffee58 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-amber,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-amber
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#ffa000), to(#ffca28));
background-image: -webkit-linear-gradient(top, #ffa000 0%, #ffca28 100%);
background-image: -moz-linear-gradient(top, #ffa000 0%, #ffca28 100%);
background-image: -o-linear-gradient(top, #ffa000 0%, #ffca28 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa000), to(#ffca28));
background-image: linear-gradient(to bottom, #ffa000 0%, #ffca28 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-orange,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-orange
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#f57c00), to(#ffa726));
background-image: -webkit-linear-gradient(top, #f57c00 0%, #ffa726 100%);
background-image: -moz-linear-gradient(top, #f57c00 0%, #ffa726 100%);
background-image: -o-linear-gradient(top, #f57c00 0%, #ffa726 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f57c00), to(#ffa726));
background-image: linear-gradient(to bottom, #f57c00 0%, #ffa726 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-deep-orange,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-deep-orange
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#e64a19), to(#ff7043));
background-image: -webkit-linear-gradient(top, #e64a19 0%, #ff7043 100%);
background-image: -moz-linear-gradient(top, #e64a19 0%, #ff7043 100%);
background-image: -o-linear-gradient(top, #e64a19 0%, #ff7043 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e64a19), to(#ff7043));
background-image: linear-gradient(to bottom, #e64a19 0%, #ff7043 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-brown,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-brown
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#5d4037), to(#8d6e63));
background-image: -webkit-linear-gradient(top, #5d4037 0%, #8d6e63 100%);
background-image: -moz-linear-gradient(top, #5d4037 0%, #8d6e63 100%);
background-image: -o-linear-gradient(top, #5d4037 0%, #8d6e63 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5d4037), to(#8d6e63));
background-image: linear-gradient(to bottom, #5d4037 0%, #8d6e63 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-blue-grey,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-blue-grey
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#455a64), to(#78909c));
background-image: -webkit-linear-gradient(top, #455a64 0%, #78909c 100%);
background-image: -moz-linear-gradient(top, #455a64 0%, #78909c 100%);
background-image: -o-linear-gradient(top, #455a64 0%, #78909c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#455a64), to(#78909c));
background-image: linear-gradient(to bottom, #455a64 0%, #78909c 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-grey,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-grey
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#616161), to(#bdbdbd));
background-image: -webkit-linear-gradient(top, #616161 0%, #bdbdbd 100%);
background-image: -moz-linear-gradient(top, #616161 0%, #bdbdbd 100%);
background-image: -o-linear-gradient(top, #616161 0%, #bdbdbd 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#bdbdbd));
background-image: linear-gradient(to bottom, #616161 0%, #bdbdbd 100%);
background-repeat: repeat-x;
}
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on.bootstrap-switch-grey-blue,
.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off.bootstrap-switch-grey-blue
{
background-image: -webkit-gradient(linear, right top, right bottom, from(#2c303b), to(#78909c));
background-image: -webkit-linear-gradient(top, #2c303b 0%, #78909c 100%);
background-image: -moz-linear-gradient(top, #2c303b 0%, #78909c 100%);
background-image: -o-linear-gradient(top, #2c303b 0%, #78909c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#2c303b), to(#78909c));
background-image: linear-gradient(to bottom, #2c303b 0%, #78909c 100%);
background-repeat: repeat-x;
} | 0.31732 | 0.072571 |
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
font-family: 'SFPro Regular';
font-size: 10px;
background-color: white;
color: black;
text-align: center;
transition: 0.3s;
max-width: 100%;
overflow-x: hidden;
}
* {
}
::-webkit-scrollbar {
display: none;
}
@font-face {
font-family: 'Product Sans Regular';
src: url("../fonts/Product-Sans-Regular.ttf");
}
@font-face {
font-family: 'Product Sans Bold';
src: url("../fonts/Product-Sans-Bold.ttf");
}
@font-face {
font-family: 'SFPro Regular';
src: url("../fonts/SFProDisplay-Regular.ttf");
}
@font-face {
font-family: 'SFPro Semibold';
src: url("../fonts/SFProDisplay-Semibold.ttf");
}
@font-face {
font-family: 'SFPro Bold';
src: url("../fonts/SFProDisplay-Bold.ttf");
}
@font-face {
font-family: 'SFProText Regular';
src: url("../fonts/SFProText-Regular.ttf");
}
@font-face {
font-family: 'SFProText Semibold';
src: url("../fonts/SFProText-Semibold.ttf");
}
.fadeIn {
transition: 0.4s;
opacity: 1 !important;
}
.header {
text-align: left;
height: 15%;
width: 100%;
position: relative;
top: 0;
left: 0;
z-index: 7;
}
.footer {
height: 100%;
width: 100%;
text-align: left;
pointer-events: none;
}
.contents {
height: 100%;
width: 100%;
z-index: 6;
position: absolute;
top: 0;
left: 0;
}
.header img {
margin-left: 5%;
height: 90%;
width: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.pill-button {
text-decoration: none;
font-weight: 600;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 46px;
margin-top: 40px;
padding: 0 23px;
border-radius: 46px;
border: 2px solid black;
-webkit-transition: cubic-bezier(0.4, 0, 0.6, 1);
transition: cubic-bezier(0.4, 0, 0.6, 1);
cursor:pointer;
}
.pill-text{
font-size: 17px;
font-family: 'SFProText Regular';
color: black;
position:relative;
}
.pill-button .pill-text {
color: black;
-webkit-transition: 300ms color cubic-bezier(0.4, 0, 0.6, 1);
transition: 300ms color cubic-bezier(0.4, 0, 0.6, 1)
}
a.pill-button:hover,button.pill-button:hover {
background: black;
-webkit-transition: 300ms background cubic-bezier(0.4, 0, 0.6, 1);
transition: 300ms background cubic-bezier(0.4, 0, 0.6, 1);
}
a.pill-button:hover .pill-text,button.pill-button:hover .pill-text {
color: #FFF;
text-decoration: none;
-webkit-transition: 300ms color cubic-bezier(0.4, 0, 0.6, 1);
transition: 300ms color cubic-bezier(0.4, 0, 0.6, 1)
}
.title {
height: 30%;
width: 100%;
text-align: center;
background-color: #F5F5F5;
z-index: 1;
position: relative;
}
.initial {
height: auto;
width: 100%;
text-align: center;
background-color: #F7F7F7;
z-index: 1;
position: relative;
}
.title-text {
font-family: 'SFPro Semibold';
font-size: 6rem;
position: relative;
top:50%;
transform: translateY(-50%);
display: inline-block;
}
.initial-content {
height:70%;
width: 60%;
display:inline-block;
text-align: left;
}
.initial-title-text{
font-family: "SFPro Semibold";
margin-top: 10px;
font-size: 3rem;
}
.initial-desc-text{
font-family: "SFPro Regular";
margin-top: 10px;
font-size: 2rem;
}
.initial-container-title{
font-family: "SFPro Semibold";
margin-top: 10px;
font-size: 3.5rem;
}
.initial-container-text-title{
font-family: "SFPro Regular";
margin-top: 10px;
font-size: 2.5rem;
}
.initial-container-text{
font-family: "SFPro Regular";
margin-top: 5px;
font-size: 2rem;
}
.initial-container-button{
}
.about {
height: 100%;
width: 100%;
text-align: left;
background-color: #F5F5F5;
z-index: 1;
position: relative;
}
.footer-box {
height: 100%;
width: 100%;
background-color: #212121;
color: black;
position: fixed;
top: 0;
left: 0;
z-index: 5;
}
.footer-box-container {
height: auto;
width: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.footer-box-container img {
height: 11rem;
width: auto;
}
.footer-content-1 {
height: auto;
color: white;
font-family: 'SFPro Bold';
font-size: 4rem;
margin-top: 2rem;
margin-bottom: 6rem;
}
.footer-content-2,.footer-content-3 {
height: auto;
color: white;
font-family: 'SFPro Bold';
font-size: 1.5rem;
margin: 1rem 0;
}
.footer-content-links {
height: 10rem;
width: 100%;
margin-top: 6rem;
}
.footer-content-links img {
height: 50%;
width: auto;
margin: 0 1rem;
}
.logo-container{
width: 50%;
height: 480px;
z-index: 2;
margin-left: auto;
margin-right: auto;
}
.overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #F7F7F7;
overflow: hidden;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: 1s ease;
transition: 1s ease;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.logo-container:hover .overlay {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.image {
width: 640px;
height: 480px;
display: block;
}
@media only screen and (max-width:620px) {
/* For mobile phones: */
.initial-content {
width:90%;
}
.title-text{
margin-top: 20px;
font-size: 50px;
}
.initial-title-text {
font-size: 28px;
}
.initial-desc-text {
font-size: 18px;
}
} | css/about.css | html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
font-family: 'SFPro Regular';
font-size: 10px;
background-color: white;
color: black;
text-align: center;
transition: 0.3s;
max-width: 100%;
overflow-x: hidden;
}
* {
}
::-webkit-scrollbar {
display: none;
}
@font-face {
font-family: 'Product Sans Regular';
src: url("../fonts/Product-Sans-Regular.ttf");
}
@font-face {
font-family: 'Product Sans Bold';
src: url("../fonts/Product-Sans-Bold.ttf");
}
@font-face {
font-family: 'SFPro Regular';
src: url("../fonts/SFProDisplay-Regular.ttf");
}
@font-face {
font-family: 'SFPro Semibold';
src: url("../fonts/SFProDisplay-Semibold.ttf");
}
@font-face {
font-family: 'SFPro Bold';
src: url("../fonts/SFProDisplay-Bold.ttf");
}
@font-face {
font-family: 'SFProText Regular';
src: url("../fonts/SFProText-Regular.ttf");
}
@font-face {
font-family: 'SFProText Semibold';
src: url("../fonts/SFProText-Semibold.ttf");
}
.fadeIn {
transition: 0.4s;
opacity: 1 !important;
}
.header {
text-align: left;
height: 15%;
width: 100%;
position: relative;
top: 0;
left: 0;
z-index: 7;
}
.footer {
height: 100%;
width: 100%;
text-align: left;
pointer-events: none;
}
.contents {
height: 100%;
width: 100%;
z-index: 6;
position: absolute;
top: 0;
left: 0;
}
.header img {
margin-left: 5%;
height: 90%;
width: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.pill-button {
text-decoration: none;
font-weight: 600;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 46px;
margin-top: 40px;
padding: 0 23px;
border-radius: 46px;
border: 2px solid black;
-webkit-transition: cubic-bezier(0.4, 0, 0.6, 1);
transition: cubic-bezier(0.4, 0, 0.6, 1);
cursor:pointer;
}
.pill-text{
font-size: 17px;
font-family: 'SFProText Regular';
color: black;
position:relative;
}
.pill-button .pill-text {
color: black;
-webkit-transition: 300ms color cubic-bezier(0.4, 0, 0.6, 1);
transition: 300ms color cubic-bezier(0.4, 0, 0.6, 1)
}
a.pill-button:hover,button.pill-button:hover {
background: black;
-webkit-transition: 300ms background cubic-bezier(0.4, 0, 0.6, 1);
transition: 300ms background cubic-bezier(0.4, 0, 0.6, 1);
}
a.pill-button:hover .pill-text,button.pill-button:hover .pill-text {
color: #FFF;
text-decoration: none;
-webkit-transition: 300ms color cubic-bezier(0.4, 0, 0.6, 1);
transition: 300ms color cubic-bezier(0.4, 0, 0.6, 1)
}
.title {
height: 30%;
width: 100%;
text-align: center;
background-color: #F5F5F5;
z-index: 1;
position: relative;
}
.initial {
height: auto;
width: 100%;
text-align: center;
background-color: #F7F7F7;
z-index: 1;
position: relative;
}
.title-text {
font-family: 'SFPro Semibold';
font-size: 6rem;
position: relative;
top:50%;
transform: translateY(-50%);
display: inline-block;
}
.initial-content {
height:70%;
width: 60%;
display:inline-block;
text-align: left;
}
.initial-title-text{
font-family: "SFPro Semibold";
margin-top: 10px;
font-size: 3rem;
}
.initial-desc-text{
font-family: "SFPro Regular";
margin-top: 10px;
font-size: 2rem;
}
.initial-container-title{
font-family: "SFPro Semibold";
margin-top: 10px;
font-size: 3.5rem;
}
.initial-container-text-title{
font-family: "SFPro Regular";
margin-top: 10px;
font-size: 2.5rem;
}
.initial-container-text{
font-family: "SFPro Regular";
margin-top: 5px;
font-size: 2rem;
}
.initial-container-button{
}
.about {
height: 100%;
width: 100%;
text-align: left;
background-color: #F5F5F5;
z-index: 1;
position: relative;
}
.footer-box {
height: 100%;
width: 100%;
background-color: #212121;
color: black;
position: fixed;
top: 0;
left: 0;
z-index: 5;
}
.footer-box-container {
height: auto;
width: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.footer-box-container img {
height: 11rem;
width: auto;
}
.footer-content-1 {
height: auto;
color: white;
font-family: 'SFPro Bold';
font-size: 4rem;
margin-top: 2rem;
margin-bottom: 6rem;
}
.footer-content-2,.footer-content-3 {
height: auto;
color: white;
font-family: 'SFPro Bold';
font-size: 1.5rem;
margin: 1rem 0;
}
.footer-content-links {
height: 10rem;
width: 100%;
margin-top: 6rem;
}
.footer-content-links img {
height: 50%;
width: auto;
margin: 0 1rem;
}
.logo-container{
width: 50%;
height: 480px;
z-index: 2;
margin-left: auto;
margin-right: auto;
}
.overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #F7F7F7;
overflow: hidden;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: 1s ease;
transition: 1s ease;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.logo-container:hover .overlay {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.image {
width: 640px;
height: 480px;
display: block;
}
@media only screen and (max-width:620px) {
/* For mobile phones: */
.initial-content {
width:90%;
}
.title-text{
margin-top: 20px;
font-size: 50px;
}
.initial-title-text {
font-size: 28px;
}
.initial-desc-text {
font-size: 18px;
}
} | 0.528777 | 0.062331 |
* {
box-sizing: border-box;
padding: 0px;
margin: 0px;
}
body {
font-family: 'Calibri Light';
}
a {
text-decoration: none;
}
.wrapper {
background-color: #E32;
}
.wrapper > header {
background-color: #234;
text-align: center;
}
.wrapper > header > h1 {
padding: 40px 0px 15px 0px;
font-size: 24pt;
color: #fff;
}
#main-content-holder {
padding: 30px 0px;
margin: 0px auto;
width: 950px;
}
#main-content-holder > header {
}
#main-content-holder > header > nav#main-top-menu {
display: inline-block;
vertical-align: top;
width: 50%;
}
#main-content-holder > header > nav#main-top-menu > ul {
list-style: none;
}
#main-content-holder > header > nav#main-top-menu > ul > li {
display: inline-block;
margin-right: 5px;
}
#main-content-holder > header > nav#main-top-menu > ul > li > a {
text-transform: uppercase;
display: inline-block;
padding: 5px 15px;
color: yellow;
}
#main-content-holder > header > nav#main-top-menu > ul > li.active > a {
background-color: #234;
border-radius: 5px;
color: white;
}
#main-content-holder > header > nav#main-top-menu > ul > li:hover > a {
background-color: #cdf;
border-radius: 5px;
color: black;
}
#main-content-holder > header > nav#social-media-menu {
width: calc(50% - 8px);
display: inline-block;
vertical-align: top;
text-align: right;
}
#main-content-holder > header > nav#social-media-menu > ul {
list-style: none;
}
#main-content-holder > header > nav#social-media-menu > ul > li {
display: inline-block;
margin: 0px 5px;
}
#main-content-holder > header > nav#social-media-menu > ul > li > a {
display: inline-block;
}
.promo-banner {
border-bottom: 3px solid rgba(40, 40, 40, 0.5);
background-color: #D10;
border-radius: 10px;
margin: 20px 0px;
min-height: 10px;
height: auto;
width: 100%;
}
.widgets {
}
.widgets .widget {
width: calc(33.333% - 30px);
margin: 0px 5px 25px 5px;
display: inline-block;
vertical-align: top;
}
.widgets .widget > header {
border-bottom: 1px solid rgba(100, 100, 100, 0.2);
margin-bottom: 20px;
padding: 20px 0px;
text-align: left;
}
.widgets .widget > header > h2 {
display: inline-block;
margin-left: 10px;
margin-top: 2px;
font-size: 16pt;
color: #fff;
}
.widgets .widget p {
margin-bottom: 10px;
text-align: left;
font-size: 10pt;
color: yellow;
}
.widgets .widget > .widget-main {
min-height: 70px;
}
.widgets .widget p > .widget-button {
background-color: #234;
display: inline-block;
border-radius: 5px;
padding: 5px 15px;
color: yellow;
}
.alert {
border-left: 1px solid #777;
border-top: 1px solid #777;
background-color: gold;
border-radius: 5px;
padding: 30px;
height: 120px;
font-size: 16pt;
}
.alert .alert-icon {
margin-right: 20px;
float: left;
}
.alert .alert-button {
border-left: 2px solid #222;
border-top: 2px solid #222;
text-transform: uppercase;
background-color: #E32;
border-radius: 5px;
padding: 10px 20px;
margin-left: 100px;
font-size: 24pt;
color: yellow;
float: right;
}
.alert .alert-button:hover {
border-bottom: 2px solid #222;
border-right: 2px solid #222;
border-left: none;
border-top: none;
}
.wrapper > footer {
background-color: #234;
text-align: center;
padding: 30px 0px;
font-size: 8pt;
color: gold;
}
.icon {
background-repeat: no-repeat;
background-position: center;
display: inline-block;
height: 30px;
width: 30px;
}
.icon-cog { background-image: url('../img/site/cog.png'); }
.icon-wrench { background-image: url('../img/site/wrench.png'); }
.icon-cup { background-image: url('../img/site/cup.png'); }
.icon-arrow-right { background-image: url('../img/site/arrow-right.png'); }
.float-left {
float: left;
} | projekt/sajt/assets/css/main.css | * {
box-sizing: border-box;
padding: 0px;
margin: 0px;
}
body {
font-family: 'Calibri Light';
}
a {
text-decoration: none;
}
.wrapper {
background-color: #E32;
}
.wrapper > header {
background-color: #234;
text-align: center;
}
.wrapper > header > h1 {
padding: 40px 0px 15px 0px;
font-size: 24pt;
color: #fff;
}
#main-content-holder {
padding: 30px 0px;
margin: 0px auto;
width: 950px;
}
#main-content-holder > header {
}
#main-content-holder > header > nav#main-top-menu {
display: inline-block;
vertical-align: top;
width: 50%;
}
#main-content-holder > header > nav#main-top-menu > ul {
list-style: none;
}
#main-content-holder > header > nav#main-top-menu > ul > li {
display: inline-block;
margin-right: 5px;
}
#main-content-holder > header > nav#main-top-menu > ul > li > a {
text-transform: uppercase;
display: inline-block;
padding: 5px 15px;
color: yellow;
}
#main-content-holder > header > nav#main-top-menu > ul > li.active > a {
background-color: #234;
border-radius: 5px;
color: white;
}
#main-content-holder > header > nav#main-top-menu > ul > li:hover > a {
background-color: #cdf;
border-radius: 5px;
color: black;
}
#main-content-holder > header > nav#social-media-menu {
width: calc(50% - 8px);
display: inline-block;
vertical-align: top;
text-align: right;
}
#main-content-holder > header > nav#social-media-menu > ul {
list-style: none;
}
#main-content-holder > header > nav#social-media-menu > ul > li {
display: inline-block;
margin: 0px 5px;
}
#main-content-holder > header > nav#social-media-menu > ul > li > a {
display: inline-block;
}
.promo-banner {
border-bottom: 3px solid rgba(40, 40, 40, 0.5);
background-color: #D10;
border-radius: 10px;
margin: 20px 0px;
min-height: 10px;
height: auto;
width: 100%;
}
.widgets {
}
.widgets .widget {
width: calc(33.333% - 30px);
margin: 0px 5px 25px 5px;
display: inline-block;
vertical-align: top;
}
.widgets .widget > header {
border-bottom: 1px solid rgba(100, 100, 100, 0.2);
margin-bottom: 20px;
padding: 20px 0px;
text-align: left;
}
.widgets .widget > header > h2 {
display: inline-block;
margin-left: 10px;
margin-top: 2px;
font-size: 16pt;
color: #fff;
}
.widgets .widget p {
margin-bottom: 10px;
text-align: left;
font-size: 10pt;
color: yellow;
}
.widgets .widget > .widget-main {
min-height: 70px;
}
.widgets .widget p > .widget-button {
background-color: #234;
display: inline-block;
border-radius: 5px;
padding: 5px 15px;
color: yellow;
}
.alert {
border-left: 1px solid #777;
border-top: 1px solid #777;
background-color: gold;
border-radius: 5px;
padding: 30px;
height: 120px;
font-size: 16pt;
}
.alert .alert-icon {
margin-right: 20px;
float: left;
}
.alert .alert-button {
border-left: 2px solid #222;
border-top: 2px solid #222;
text-transform: uppercase;
background-color: #E32;
border-radius: 5px;
padding: 10px 20px;
margin-left: 100px;
font-size: 24pt;
color: yellow;
float: right;
}
.alert .alert-button:hover {
border-bottom: 2px solid #222;
border-right: 2px solid #222;
border-left: none;
border-top: none;
}
.wrapper > footer {
background-color: #234;
text-align: center;
padding: 30px 0px;
font-size: 8pt;
color: gold;
}
.icon {
background-repeat: no-repeat;
background-position: center;
display: inline-block;
height: 30px;
width: 30px;
}
.icon-cog { background-image: url('../img/site/cog.png'); }
.icon-wrench { background-image: url('../img/site/wrench.png'); }
.icon-cup { background-image: url('../img/site/cup.png'); }
.icon-arrow-right { background-image: url('../img/site/arrow-right.png'); }
.float-left {
float: left;
} | 0.325521 | 0.068195 |
@font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf-bold.eot');
src: url('/fonts/manifold-cf-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf-bold.woff2') format('woff2'), url('/fonts/manifold-cf-bold.woff') format('woff'), url('/fonts/manifold-cf-bold.ttf') format('truetype'), url('/fonts/manifold-cf-bold.svg#youworkforthem') format('svg');
font-weight: bold;
/*700*/
font-style: normal;
}
/*
Font: Manifold CF
Style: Demi Bold
URL: https://www.youworkforthem.com/font/T5335/manifold-cf
Foundry: Connary Fagen
Foundry: https://www.youworkforthem.com/designer/479/connary-fagen
Copyright: Copyright © 2014 by <NAME>. All rights reserved.
Version: 17
Created: July 30, 2015
License: https://www.youworkforthem.com/font-license
License: The WebFont(s) listed in this document must follow the YouWorkForThem
WebFont license rules. All other parties are strictly restricted
from using the WebFonts(s) listed without a purchased license.
All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf-demi-bold.eot');
src: url('/fonts/manifold-cf-demi-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf-demi-bold.woff2') format('woff2'), url('/fonts/manifold-cf-demi-bold.woff') format('woff'), url('/fonts/manifold-cf-demi-bold.ttf') format('truetype'), url('/fonts/manifold-cf-demi-bold.svg#youworkforthem') format('svg');
font-weight: 600;
font-style: normal;
}
/*
Font: /Manifold CF
Style: Extra Bold
URL: https://www.youworkforthem.com/font/T5335//manifold-cf
Foundry: <NAME>
Foundry: https://www.youworkforthem.com/designer/479/connary-fagen
Copyright: Copyright © 2014 by <NAME>. All rights reserved.
Version: 17
Created: July 30, 2015
License: https://www.youworkforthem.com/font-license
License: The WebFont(s) listed in this document must follow the YouWorkForThem
WebFont license rules. All other parties are strictly restricted
from using the WebFonts(s) listed without a purchased license.
All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf-extra-bold.eot');
src: url('/fonts/manifold-cf-extra-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf-extra-bold.woff2') format('woff2'), url('/fonts/manifold-cf-extra-bold.woff') format('woff'), url('/fonts/manifold-cf-extra-bold.ttf') format('truetype'), url('/fonts/manifold-cf-extra-bold.svg#youworkforthem') format('svg');
font-weight: 800;
font-style: normal;
}
/*
Font: /Manifold CF
Style: Light
URL: https://www.youworkforthem.com/font/T5335//manifold-cf
Foundry: <NAME>
Foundry: https://www.youworkforthem.com/designer/479/connary-fagen
Copyright: Copyright © 2014 by <NAME>. All rights reserved.
Version: 17
Created: July 30, 2015
License: https://www.youworkforthem.com/font-license
License: The WebFont(s) listed in this document must follow the YouWorkForThem
WebFont license rules. All other parties are strictly restricted
from using the WebFonts(s) listed without a purchased license.
All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf-light.eot');
src: url('/fonts/manifold-cf-light.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf-light.woff2') format('woff2'), url('/fonts/manifold-cf-light.woff') format('woff'), url('/fonts/manifold-cf-light.ttf') format('truetype'), url('/fonts/manifold-cf-light.svg#youworkforthem') format('svg');
font-weight: 200;
font-style: normal;
}
/*
Font: Manifold CF
Style: Regular
URL: https://www.youworkforthem.com/font/T5335/manifold-cf
Foundry: <NAME>
Foundry: https://www.youworkforthem.com/designer/479/connary-fagen
Copyright: Copyright © 2014 by <NAME>. All rights reserved.
Version: 17
Created: July 30, 2015
License: https://www.youworkforthem.com/font-license
License: The WebFont(s) listed in this document must follow the YouWorkForThem
WebFont license rules. All other parties are strictly restricted
from using the WebFonts(s) listed without a purchased license.
All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf.eot');
src: url('/fonts/manifold-cf.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf.woff2') format('woff2'), url('/fonts/manifold-cf.woff') format('woff'), url('/fonts/manifold-cf.ttf') format('truetype'), url('/fonts/manifold-cf.svg#youworkforthem') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Bold.eot');
src: url('/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Bold.woff2') format('woff2'), url('/fonts/Roboto-Bold.woff') format('woff'), url('/fonts/Roboto-Bold.ttf') format('truetype'), url('/fonts/Roboto-Bold.svg#RobotoBold') format('svg');
font-weight: bold;
/*700*/
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Light.eot');
src: url('/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Light.woff2') format('woff2'), url('/fonts/Roboto-Light.woff') format('woff'), url('/fonts/Roboto-Light.ttf') format('truetype'), url('/fonts/Roboto-Light.svg#RobotoLight') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Regular.eot');
src: url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Regular.woff2') format('woff2'), url('/fonts/Roboto-Regular.woff') format('woff'), url('/fonts/Roboto-Regular.ttf') format('truetype'), url('/fonts/Roboto-Regular.svg#RobotoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
body{
font-family: 'Roboto','Helvetica','Arial', sans-serif;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
font-family: 'ManifoldCF','Helvetica','Arial', sans-serif;
}
h1,h2,.h1,.h2,h3,h4,.h3,.h4,h5,h6,.h5,.h6 {
font-weight: 600;
}
.menu > li{
font-family: 'ManifoldCF','Helvetica','Arial', sans-serif;
}
.btn,.btn__text,button{
font-family: 'ManifoldCF','Helvetica','Arial', sans-serif;
} | website/static/css/font.css | @font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf-bold.eot');
src: url('/fonts/manifold-cf-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf-bold.woff2') format('woff2'), url('/fonts/manifold-cf-bold.woff') format('woff'), url('/fonts/manifold-cf-bold.ttf') format('truetype'), url('/fonts/manifold-cf-bold.svg#youworkforthem') format('svg');
font-weight: bold;
/*700*/
font-style: normal;
}
/*
Font: Manifold CF
Style: Demi Bold
URL: https://www.youworkforthem.com/font/T5335/manifold-cf
Foundry: Connary Fagen
Foundry: https://www.youworkforthem.com/designer/479/connary-fagen
Copyright: Copyright © 2014 by <NAME>. All rights reserved.
Version: 17
Created: July 30, 2015
License: https://www.youworkforthem.com/font-license
License: The WebFont(s) listed in this document must follow the YouWorkForThem
WebFont license rules. All other parties are strictly restricted
from using the WebFonts(s) listed without a purchased license.
All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf-demi-bold.eot');
src: url('/fonts/manifold-cf-demi-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf-demi-bold.woff2') format('woff2'), url('/fonts/manifold-cf-demi-bold.woff') format('woff'), url('/fonts/manifold-cf-demi-bold.ttf') format('truetype'), url('/fonts/manifold-cf-demi-bold.svg#youworkforthem') format('svg');
font-weight: 600;
font-style: normal;
}
/*
Font: /Manifold CF
Style: Extra Bold
URL: https://www.youworkforthem.com/font/T5335//manifold-cf
Foundry: <NAME>
Foundry: https://www.youworkforthem.com/designer/479/connary-fagen
Copyright: Copyright © 2014 by <NAME>. All rights reserved.
Version: 17
Created: July 30, 2015
License: https://www.youworkforthem.com/font-license
License: The WebFont(s) listed in this document must follow the YouWorkForThem
WebFont license rules. All other parties are strictly restricted
from using the WebFonts(s) listed without a purchased license.
All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf-extra-bold.eot');
src: url('/fonts/manifold-cf-extra-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf-extra-bold.woff2') format('woff2'), url('/fonts/manifold-cf-extra-bold.woff') format('woff'), url('/fonts/manifold-cf-extra-bold.ttf') format('truetype'), url('/fonts/manifold-cf-extra-bold.svg#youworkforthem') format('svg');
font-weight: 800;
font-style: normal;
}
/*
Font: /Manifold CF
Style: Light
URL: https://www.youworkforthem.com/font/T5335//manifold-cf
Foundry: <NAME>
Foundry: https://www.youworkforthem.com/designer/479/connary-fagen
Copyright: Copyright © 2014 by <NAME>. All rights reserved.
Version: 17
Created: July 30, 2015
License: https://www.youworkforthem.com/font-license
License: The WebFont(s) listed in this document must follow the YouWorkForThem
WebFont license rules. All other parties are strictly restricted
from using the WebFonts(s) listed without a purchased license.
All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf-light.eot');
src: url('/fonts/manifold-cf-light.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf-light.woff2') format('woff2'), url('/fonts/manifold-cf-light.woff') format('woff'), url('/fonts/manifold-cf-light.ttf') format('truetype'), url('/fonts/manifold-cf-light.svg#youworkforthem') format('svg');
font-weight: 200;
font-style: normal;
}
/*
Font: Manifold CF
Style: Regular
URL: https://www.youworkforthem.com/font/T5335/manifold-cf
Foundry: <NAME>
Foundry: https://www.youworkforthem.com/designer/479/connary-fagen
Copyright: Copyright © 2014 by <NAME>. All rights reserved.
Version: 17
Created: July 30, 2015
License: https://www.youworkforthem.com/font-license
License: The WebFont(s) listed in this document must follow the YouWorkForThem
WebFont license rules. All other parties are strictly restricted
from using the WebFonts(s) listed without a purchased license.
All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
font-family: 'ManifoldCF';
src: url('/fonts/manifold-cf.eot');
src: url('/fonts/manifold-cf.eot?#iefix') format('embedded-opentype'), url('/fonts/manifold-cf.woff2') format('woff2'), url('/fonts/manifold-cf.woff') format('woff'), url('/fonts/manifold-cf.ttf') format('truetype'), url('/fonts/manifold-cf.svg#youworkforthem') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Bold.eot');
src: url('/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Bold.woff2') format('woff2'), url('/fonts/Roboto-Bold.woff') format('woff'), url('/fonts/Roboto-Bold.ttf') format('truetype'), url('/fonts/Roboto-Bold.svg#RobotoBold') format('svg');
font-weight: bold;
/*700*/
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Light.eot');
src: url('/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Light.woff2') format('woff2'), url('/fonts/Roboto-Light.woff') format('woff'), url('/fonts/Roboto-Light.ttf') format('truetype'), url('/fonts/Roboto-Light.svg#RobotoLight') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Regular.eot');
src: url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Regular.woff2') format('woff2'), url('/fonts/Roboto-Regular.woff') format('woff'), url('/fonts/Roboto-Regular.ttf') format('truetype'), url('/fonts/Roboto-Regular.svg#RobotoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
body{
font-family: 'Roboto','Helvetica','Arial', sans-serif;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
font-family: 'ManifoldCF','Helvetica','Arial', sans-serif;
}
h1,h2,.h1,.h2,h3,h4,.h3,.h4,h5,h6,.h5,.h6 {
font-weight: 600;
}
.menu > li{
font-family: 'ManifoldCF','Helvetica','Arial', sans-serif;
}
.btn,.btn__text,button{
font-family: 'ManifoldCF','Helvetica','Arial', sans-serif;
} | 0.28887 | 0.053108 |
body {font: 12px/1.231 Arial,Helvetica,sans-serif; padding-top: 100px;}
#xyz_main {
position: absolute;
top: 0px;
left: 50%;
height: 200px !important;
width: 100px;
margin-left: -55px;
text-align: left;
}
#quadicon {color: #e3e4e4;float:left; height: 72px; padding: 0px 1px 1px 0px;position: relative;text-transform: none;width: 72px;}
#quadicon img {border:0px;}
.flobj { position: absolute;z-index: auto;width: 72px;}
.flobj p { margin: 0 0 0 0;padding: 0;color: #e3e4e4;vertical-align: middle;text-align:center;text-transform: none;text-shadow: 0 0 3px #000;font: normal 16px OpenSansSemibold,Arial,Helvetica,sans-serif !important;}
.a72 { padding: 3px 0 0 5px; width: 28px; height: 28px;font-size: 1.3em;line-height: 1.8em;}
.b72 { padding: 3px 0 0 37px; width: 28px; height: 28px;font-size: 1.3em;line-height: 1.8em;}
.c72 { padding: 38px 0 0 5px; width: 31px; height: 31px;font-size: 1.3em;line-height: 1.7em;}
.d72 { padding: 38px 0 0 39px; width: 31px; height: 31px;font-size: 1.3em;line-height: 1.7em;}
.e72 { padding: 6px 0 0 6px; width: 35px; height: 35px;font-size: 1.3em;line-height: 2em;}
.f72 { padding: 22px 0 0 24px; width: 24px; height: 24px;}
.g72 { padding: 16px 0 0 19px; width: 24px; height: 24px;}
.b72 img {margin-top: -3px; width: 34px; height: 34px;}
.a72 img,.c72 img,.d72 img{ width: 28px; height: 28px;}
.f72 img,.f72 img { width: 24px; height: 24px;}
.g72 img,.g72 img { width: 36px; height: 36px;}
.e72 img { width: 60px; height: 60px;}
dl{float:left;width:100%;}
dl.col2 dd {float:left;width:47%;margin:0;margin-right:15px;padding:0;}
table {background-color: #ededed;border-spacing: 1px;margin-bottom: 15px;width: 100%;color: #4b4b4b;}
table tr th {height: 19px;padding: 4px;padding-left:10px;font: normal 12px Arial,Helvetica,sans-serif !important;line-height: 19px;}
table tr td.label{font: 12px Arial,Helvetica,sans-serif;width: 33%; text-align: right;cursor: default;}
table tr td {background: #fff; vertical-align: top; padding: 3px 6px 3px 6px}
table tr td img {height: 16px;width: 16px;float: left; padding-right: 3px; }
table tr.row0 td {background: #fff}
table tr.row1 td {background: #f5f5f5} | app/assets/stylesheets/pdf_summary.css | body {font: 12px/1.231 Arial,Helvetica,sans-serif; padding-top: 100px;}
#xyz_main {
position: absolute;
top: 0px;
left: 50%;
height: 200px !important;
width: 100px;
margin-left: -55px;
text-align: left;
}
#quadicon {color: #e3e4e4;float:left; height: 72px; padding: 0px 1px 1px 0px;position: relative;text-transform: none;width: 72px;}
#quadicon img {border:0px;}
.flobj { position: absolute;z-index: auto;width: 72px;}
.flobj p { margin: 0 0 0 0;padding: 0;color: #e3e4e4;vertical-align: middle;text-align:center;text-transform: none;text-shadow: 0 0 3px #000;font: normal 16px OpenSansSemibold,Arial,Helvetica,sans-serif !important;}
.a72 { padding: 3px 0 0 5px; width: 28px; height: 28px;font-size: 1.3em;line-height: 1.8em;}
.b72 { padding: 3px 0 0 37px; width: 28px; height: 28px;font-size: 1.3em;line-height: 1.8em;}
.c72 { padding: 38px 0 0 5px; width: 31px; height: 31px;font-size: 1.3em;line-height: 1.7em;}
.d72 { padding: 38px 0 0 39px; width: 31px; height: 31px;font-size: 1.3em;line-height: 1.7em;}
.e72 { padding: 6px 0 0 6px; width: 35px; height: 35px;font-size: 1.3em;line-height: 2em;}
.f72 { padding: 22px 0 0 24px; width: 24px; height: 24px;}
.g72 { padding: 16px 0 0 19px; width: 24px; height: 24px;}
.b72 img {margin-top: -3px; width: 34px; height: 34px;}
.a72 img,.c72 img,.d72 img{ width: 28px; height: 28px;}
.f72 img,.f72 img { width: 24px; height: 24px;}
.g72 img,.g72 img { width: 36px; height: 36px;}
.e72 img { width: 60px; height: 60px;}
dl{float:left;width:100%;}
dl.col2 dd {float:left;width:47%;margin:0;margin-right:15px;padding:0;}
table {background-color: #ededed;border-spacing: 1px;margin-bottom: 15px;width: 100%;color: #4b4b4b;}
table tr th {height: 19px;padding: 4px;padding-left:10px;font: normal 12px Arial,Helvetica,sans-serif !important;line-height: 19px;}
table tr td.label{font: 12px Arial,Helvetica,sans-serif;width: 33%; text-align: right;cursor: default;}
table tr td {background: #fff; vertical-align: top; padding: 3px 6px 3px 6px}
table tr td img {height: 16px;width: 16px;float: left; padding-right: 3px; }
table tr.row0 td {background: #fff}
table tr.row1 td {background: #f5f5f5} | 0.420124 | 0.18939 |
.table,
.table-dark,
.table-border,
.table-border-dark,
.table-head,
.table-head-dark,
.table-border-head,
.table-border-head-dark,
.table-grid,
.table-grid-dark,
.table-grid-head,
.table-grid-head-dark,
.table-hover,
.table-hover-dark,
.table-hover-head,
.table-hover-head-dark,
.table-strips,
.table-strips-dark,
.table-borderless,
.table-borderless-dark{
flex: 1 1 auto;
width: 100%;
background-color: transparent;
border-collapse: collapse;
}
.table-dark,
.table-head-dark,
.table-grid-dark,
.table-grid-head-dark,
.table-hover-dark,
.table-hover-head-dark,
.table-strips-dark,
.table-borderless-dark{background-color: #222222;}
.table-border,
.table-border-head{border: 1px solid #e5e5e5;}
.table-border-dark,
.table-border-head-dark{
border: 1px solid #444444;
background-color: #222222;
}
/* table head */
table th{
padding: 1em;
border-bottom: 2px solid #e5e5e5;
color: #222222;
}
/* table body */
table td{
padding: 1em;
border-bottom: 1px solid #e5e5e5;
}
/* table other specifications */
.table-dark th,
.table-dark td,
.table-border-dark th,
.table-border-dark td,
.table-head-dark th,
.table-head-dark td,
.table-border-head-dark th,
.table-border-head-dark td,
.table-grid-dark th,
.table-grid-dark td,
.table-grid-head-dark th,
.table-grid-head-dark td,
.table-hover-dark th,
.table-hover-dark td,
.table-hover-head-dark th,
.table-hover-head-dark td,
.table-strips-dark th,
.table-strips-dark td,
.table-borderless-dark th,
.table-borderless-dark td{
color: #fdfdfd;
border-bottom-color: #444444;
}
.table-head th,
.table-border-head th{background-color: #f5f5f5;}
.table-head-dark th,
.table-border-head-dark th{background-color: #000000;}
.table-grid th,
.table-grid td{border: 1px solid #e5e5e5;}
.table-grid-dark th,
.table-grid-dark td{border: 1px solid #444444;}
.table-grid-head th{
border: 1px solid #e5e5e5;
background-color: #f5f5f5;
}
.table-grid-head td{border: 1px solid #e5e5e5;}
.table-grid-head-dark th{
border: 1px solid #444444;
background-color: #000000;
}
.table-grid-head-dark td{border: 1px solid #444444;}
.table-hover tr:hover td{background-color: #f9f9f9;}
.table-hover-dark tr:hover td{background-color: #444444;}
.table-hover-head th{background-color: #f5f5f5;}
.table-hover-head tr:hover td{background-color: #f9f9f9;}
.table-hover-head-dark th{background-color: #000000;}
.table-hover-head-dark tr:hover td{background-color: #444444;}
.table-strips th,
.table-strips tr:nth-child(2n+1) td{background-color: #f5f5f5;}
.table-strips-dark tr:nth-child(2n) td{background-color: #444444;}
.table-borderless th,
.table-borderless td{border: 0;}
.table-borderless-dark th,
.table-borderless-dark td{border: 0;} | docs/noshi/style/components/tables.css | .table,
.table-dark,
.table-border,
.table-border-dark,
.table-head,
.table-head-dark,
.table-border-head,
.table-border-head-dark,
.table-grid,
.table-grid-dark,
.table-grid-head,
.table-grid-head-dark,
.table-hover,
.table-hover-dark,
.table-hover-head,
.table-hover-head-dark,
.table-strips,
.table-strips-dark,
.table-borderless,
.table-borderless-dark{
flex: 1 1 auto;
width: 100%;
background-color: transparent;
border-collapse: collapse;
}
.table-dark,
.table-head-dark,
.table-grid-dark,
.table-grid-head-dark,
.table-hover-dark,
.table-hover-head-dark,
.table-strips-dark,
.table-borderless-dark{background-color: #222222;}
.table-border,
.table-border-head{border: 1px solid #e5e5e5;}
.table-border-dark,
.table-border-head-dark{
border: 1px solid #444444;
background-color: #222222;
}
/* table head */
table th{
padding: 1em;
border-bottom: 2px solid #e5e5e5;
color: #222222;
}
/* table body */
table td{
padding: 1em;
border-bottom: 1px solid #e5e5e5;
}
/* table other specifications */
.table-dark th,
.table-dark td,
.table-border-dark th,
.table-border-dark td,
.table-head-dark th,
.table-head-dark td,
.table-border-head-dark th,
.table-border-head-dark td,
.table-grid-dark th,
.table-grid-dark td,
.table-grid-head-dark th,
.table-grid-head-dark td,
.table-hover-dark th,
.table-hover-dark td,
.table-hover-head-dark th,
.table-hover-head-dark td,
.table-strips-dark th,
.table-strips-dark td,
.table-borderless-dark th,
.table-borderless-dark td{
color: #fdfdfd;
border-bottom-color: #444444;
}
.table-head th,
.table-border-head th{background-color: #f5f5f5;}
.table-head-dark th,
.table-border-head-dark th{background-color: #000000;}
.table-grid th,
.table-grid td{border: 1px solid #e5e5e5;}
.table-grid-dark th,
.table-grid-dark td{border: 1px solid #444444;}
.table-grid-head th{
border: 1px solid #e5e5e5;
background-color: #f5f5f5;
}
.table-grid-head td{border: 1px solid #e5e5e5;}
.table-grid-head-dark th{
border: 1px solid #444444;
background-color: #000000;
}
.table-grid-head-dark td{border: 1px solid #444444;}
.table-hover tr:hover td{background-color: #f9f9f9;}
.table-hover-dark tr:hover td{background-color: #444444;}
.table-hover-head th{background-color: #f5f5f5;}
.table-hover-head tr:hover td{background-color: #f9f9f9;}
.table-hover-head-dark th{background-color: #000000;}
.table-hover-head-dark tr:hover td{background-color: #444444;}
.table-strips th,
.table-strips tr:nth-child(2n+1) td{background-color: #f5f5f5;}
.table-strips-dark tr:nth-child(2n) td{background-color: #444444;}
.table-borderless th,
.table-borderless td{border: 0;}
.table-borderless-dark th,
.table-borderless-dark td{border: 0;} | 0.272702 | 0.091463 |
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block; }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
margin: 0; }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block; }
/**
* Add the correct display in IE.
*/
template {
display: none; }
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none; }
.breadcrumbs, .breadcrumbs__list, .catalog__list, .catalog__insert, .header__menu, .header .dropdown, .header__bottom .nav, .info-block, .links-block, .box-mobile .header__menu.nav-menu li .dropdown, .tabs-block .tabs-controls, .tabs-block .tabs-list {
list-style: none;
margin: 0;
padding: 0; }
.breadcrumbs::after, .breadcrumbs__list::after, .double-slider::after, .header__holder::after, .header__menu::after, .header__menu.user-box::after, .header__info::after, .header__bottom .nav::after, .info-block::after, .info-block__item::after, .links-block::after, .product-box::after, .product-box__btn-block::after, .product-box__price::after, .product-box__btn-holder::after, .product-box__btn-holder .btn-buy::after, .price::after, .tabs-block .tabs-controls::after {
content: '';
display: block;
clear: both; }
.breadcrumbs__item:nth-child(1n+2)::before, .catalog__link.parent::after, .header__item.search .search-form .search-btn::before, .header__link.parent::after, .header .dropdown::before, .header__bottom .nav__link::before, .product-box__btn-holder .btn-buy__arrow::before, .tabs-block .tabs-controls__link::before, .tabs-block .tabs-controls__link::after {
content: '';
position: absolute;
display: block; }
.breadcrumbs__item:nth-child(1n+2)::before {
background-image: url(../images/sprite.png);
background-position: -62px -57px;
width: 15px;
height: 5px; }
.header__item.search .search-form .search-btn::before {
background-image: url(../images/sprite.png);
background-position: 0px -57px;
width: 18px;
height: 19px; }
.product-box__btn-holder .btn-buy__arrow::before {
background-image: url(../images/sprite.png);
background-position: -88px -40px;
width: 9px;
height: 5px; }
.popup__close {
background-image: url(../images/sprite.png);
background-position: -23px -57px;
width: 14px;
height: 14px; }
.catalog__link.parent::after, .header__link.parent::after {
background-image: url(../images/sprite.png);
background-position: -88px -30px;
width: 9px;
height: 5px; }
.header__item.basked span {
background-image: url(../images/sprite.png);
background-position: -29px 0px;
width: 25px;
height: 23px; }
.header__item.search span {
background-image: url(../images/sprite.png);
background-position: -59px -26px;
width: 21px;
height: 22px; }
.header__item.user span {
background-image: url(../images/sprite.png);
background-position: 0px 0px;
width: 24px;
height: 24px; }
.double-slider .mini-slider .slick-prev::before,
.double-slider .mini-slider .slick-next::before {
background-image: url(../images/sprite.png);
background-position: -42px -57px;
width: 15px;
height: 8px; }
.slider-holder .slider .slick-prev::before,
.slider-holder .slider .slick-next::before {
background-image: url(../images/sprite.png);
background-position: -88px 0px;
width: 13px;
height: 25px; }
.tabs-block .tabs-controls__link.description::before, .tabs-block .tabs-controls__link.brand::before {
background-image: url(../images/sprite.png);
background-position: 0px -29px;
width: 23px;
height: 23px; }
.tabs-block .tabs-controls__link.designer::before {
background-image: url(../images/sprite.png);
background-position: -59px 0px;
width: 24px;
height: 21px; }
.tabs-block .tabs-controls__link.guarantee::before {
background-image: url(../images/sprite.png);
background-position: -28px -29px;
width: 22px;
height: 23px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.breadcrumbs__item:nth-child(1n+2)::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.header__item.search .search-form .search-btn::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.product-box__btn-holder .btn-buy__arrow::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.popup__close {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.catalog__link.parent::after, .header__link.parent::after {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.header__item.basked span {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.header__item.search span {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.header__item.user span {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.double-slider .mini-slider .slick-prev::before,
.double-slider .mini-slider .slick-next::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.slider-holder .slider .slick-prev::before,
.slider-holder .slider .slick-next::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.tabs-block .tabs-controls__link.description::before, .tabs-block .tabs-controls__link.brand::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.tabs-block .tabs-controls__link.designer::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.tabs-block .tabs-controls__link.guarantee::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; } }
body {
height: 100%;
font-family: sans-serif;
margin: 0; }
* {
box-sizing: border-box; }
*::after, *::before {
box-sizing: border-box; }
.wrapper {
position: relative; }
@media only screen and (max-width: 1140px) {
.container {
padding: 0 15px; } }
@media only screen and (max-width: 749px) {
.container {
text-align: center; } }
.share-block {
margin: 0 0 40px; }
.breadcrumbs {
font-family: "Open Sans", sans-serif;
padding: 20px 0;
margin: 0 auto;
max-width: 1140px;
width: 100%; }
@media only screen and (max-width: 750px) {
.breadcrumbs {
display: none; } }
.breadcrumbs__list {
margin: 0 0 0 -36px; }
.breadcrumbs__item {
float: left;
padding: 0 0 0 36px;
position: relative; }
.breadcrumbs__item:nth-child(1n+2)::before {
left: 10px;
top: 50%;
margin: -2px 0 0 0; }
.breadcrumbs__item a {
text-decoration: none;
display: block;
color: #999999;
-webkit-transition: .3s;
transition: .3s; }
.breadcrumbs__item a:hover {
color: #454647;
text-decoration: underline; }
.breadcrumbs__item span {
display: block;
color: #454647; }
.catalog {
font-family: "Open Sans", sans-serif; }
.catalog__btn-link {
display: block;
text-align: center;
text-decoration: none;
border: 1px solid #000;
background-color: #fff;
color: #454647;
width: 200px;
padding: 15px 0;
border-radius: 10px;
-webkit-transition: .3s;
transition: .3s;
margin: 0 0 25px; }
.catalog__btn-link:hover {
background-color: #000;
color: #fff; }
.catalog__list {
margin: -10px 0 0; }
.catalog__list > li > a {
font-size: 18px;
color: #454647; }
.catalog__item {
margin: 10px 0 0; }
.catalog__item.active > .catalog__link.parent::after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.catalog__link {
display: inline-block;
text-decoration: none;
padding: 5px 15px 5px 15px;
border-radius: 20px;
position: relative; }
.catalog__link.parent {
padding: 5px 20px 5px 15px; }
.catalog__link.parent::after {
right: 0;
top: 50%;
margin: -2px 0 0 -5px; }
.catalog__insert {
display: none; }
.catalog__insert.active {
display: block; }
.catalog__insert > li > a {
font-size: 16px;
color: #454647; }
.catalog__insert .catalog__insert a {
font-size: 14px;
color: #999;
-webkit-transition: .3s;
transition: .3s; }
.catalog__insert .catalog__insert a:hover {
background-color: #ee3346;
color: #fff; }
.double-slider {
height: 390px;
margin: 0 0 18px; }
@media only screen and (max-width: 749px) {
.double-slider {
display: inline-block; } }
@media only screen and (max-width: 669px) {
.double-slider {
height: auto; } }
.double-slider .big-slider {
float: left;
width: 560px;
margin: 0 26px 0 0; }
@media only screen and (max-width: 949px) {
.double-slider .big-slider {
margin: 0; } }
@media only screen and (max-width: 929px) {
.double-slider .big-slider {
margin: 0 26px 0 0; } }
@media only screen and (max-width: 695px) {
.double-slider .big-slider {
margin: 0; } }
@media only screen and (max-width: 669px) {
.double-slider .big-slider {
float: none; } }
@media only screen and (max-width: 589px) {
.double-slider .big-slider {
width: 400px; } }
@media only screen and (max-width: 429px) {
.double-slider .big-slider {
width: 290px; } }
.double-slider .big-slider__img {
text-align: center;
outline: none; }
.double-slider .big-slider__img img {
outline: none;
max-width: 100%;
height: auto; }
.double-slider .mini-slider {
float: left;
width: 80px;
height: 100%;
background-color: #f9fafc;
padding: 28px 10px; }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider {
float: none;
width: 560px;
height: 62px;
padding: 10px 28px; } }
@media only screen and (max-width: 589px) {
.double-slider .mini-slider {
width: 400px; } }
@media only screen and (max-width: 429px) {
.double-slider .mini-slider {
width: 290px; } }
.double-slider .mini-slider__img {
text-align: center;
margin: 2px 0;
outline: none; }
.double-slider .mini-slider__img img {
outline: none;
max-width: 100%;
height: auto; }
.double-slider .mini-slider .slick-current.slick-active img {
border: 1px solid #1486cc; }
.double-slider .mini-slider .slick-prev,
.double-slider .mini-slider .slick-next {
cursor: pointer;
position: absolute;
text-align: center;
z-index: 2;
left: 0;
right: 0;
width: 100%;
font-size: 0;
line-height: 0;
padding: 0;
height: 26px;
background-color: inherit;
border: none;
outline: none;
-webkit-transition: .3s;
transition: .3s; }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider .slick-prev,
.double-slider .mini-slider .slick-next {
left: auto;
right: auto;
width: 26px;
height: 100%; } }
.double-slider .mini-slider .slick-prev:hover,
.double-slider .mini-slider .slick-next:hover {
background-color: #ccc; }
.double-slider .mini-slider .slick-prev::before,
.double-slider .mini-slider .slick-next::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
margin: -4px 0 0 -8px;
display: block; }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider .slick-prev::before,
.double-slider .mini-slider .slick-next::before {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg); } }
.double-slider .mini-slider .slick-prev {
top: 0; }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider .slick-prev {
left: 0;
top: 0; } }
.double-slider .mini-slider .slick-prev::before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider .slick-prev::before {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); } }
.double-slider .mini-slider .slick-next {
bottom: 0; }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider .slick-next {
right: 0;
bottom: 0; } }
.hamburger {
display: none;
cursor: pointer;
float: left;
width: 30px;
height: 26px;
line-height: 26px; }
@media only screen and (max-width: 750px) {
.hamburger {
display: block; } }
.hamburger__holder {
display: inline-block;
vertical-align: middle; }
.hamburger__line {
width: 30px;
height: 2px;
background-color: #454647;
display: block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.hamburger .hamburger__line:nth-child(3) {
width: 15px; }
.hamburger__line + .hamburger__line {
margin: 2px 0 0; }
.hamburger.active {
z-index: 5;
float: none;
position: relative;
background-color: #fff;
margin: 0 0 10px; }
.hamburger.active .hamburger__line {
background-color: #ee3346; }
.hamburger.active .hamburger__line:nth-child(2) {
opacity: 0; }
.hamburger.active .hamburger__line:nth-child(1) {
-webkit-transform: translateY(2px) rotate(45deg);
transform: translateY(2px) rotate(45deg); }
.hamburger.active .hamburger__line:nth-child(3) {
width: 30px !important;
-webkit-transform: translateY(-6px) rotate(-45deg);
transform: translateY(-6px) rotate(-45deg);
width: 30px; }
.header {
font-family: "Open Sans", sans-serif; }
.header__top {
background-color: #f0f3f8; }
.header__holder {
max-width: 1140px;
width: 100%;
margin: 0 auto;
padding: 8px 0; }
@media only screen and (max-width: 1140px) {
.header__holder {
padding: 8px 15px; } }
.header__menu {
float: left; }
.header__item {
float: left;
border-radius: 20px;
position: relative; }
.header__item.sale {
background-color: #ee3346; }
.header__item.sale a {
color: #fff; }
.header__item.active .dropdown {
display: block; }
.header__item.active a::after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.header__item.search {
cursor: pointer;
position: relative; }
.header__item.search span {
display: block; }
.header__item.search .search-form {
display: none;
position: absolute;
right: 0;
z-index: 2; }
@media only screen and (max-width: 469px) {
.header__item.search .search-form {
right: -50px; } }
@media only screen and (max-width: 419px) {
.header__item.search .search-form {
right: -100px; } }
@media only screen and (max-width: 365px) {
.header__item.search .search-form {
right: -150px; } }
.header__item.search .search-form.active {
display: block; }
.header__item.search .search-form input {
height: 28px;
min-width: 200px;
padding: 0 20px;
border-radius: 10px;
border: 2px solid #ee3346;
outline: none; }
.header__item.search .search-form .search-btn {
cursor: pointer;
position: absolute;
padding: 0;
outline: none;
right: 0;
background: none;
top: 2px;
height: 24px;
width: 34px;
border: none; }
.header__item.search .search-form .search-btn::before {
display: block;
top: 50%;
left: 50%;
margin: -9px 0 0 -9px; }
.header__item.user {
cursor: pointer; }
.header__item.user span {
display: block; }
.header__item.basked {
cursor: pointer; }
.header__item.basked span {
display: inline-block;
margin: 0 5px 0 0; }
.header__item.basked .basked__count {
display: inline-block;
font-size: 18px; }
.header__link {
display: block;
height: 100%;
text-decoration: none;
color: #454647;
padding: 6px 20px;
font-size: 14px; }
@media only screen and (max-width: 779px) {
.header__link {
padding: 6px 15px; } }
.header__link.parent {
position: relative; }
.header__link.parent::after {
top: 50%;
right: 0;
margin: -2px 0 0 -5px; }
.header .dropdown {
display: none;
background-color: #f0f3f8;
position: absolute;
top: 50px; }
.header .dropdown::before {
top: -5px;
left: 5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #f0f3f8; }
.header .dropdown__link {
display: block;
text-decoration: none;
padding: 6px 20px;
font-size: 14px;
color: #454647; }
.header__menu.user-box {
float: right;
display: block; }
.header__menu.user-box .header__link {
padding: 0 20px; }
.header__middle {
background-color: #fff; }
.header__middle .header__holder {
padding: 20px 0; }
@media only screen and (max-width: 1140px) {
.header__middle .header__holder {
padding: 20px 15px; } }
@media only screen and (max-width: 509px) {
.header__middle .header__holder {
text-align: center;
padding: 0; } }
.header__logo {
width: 260px;
height: 74px;
float: left; }
@media only screen and (max-width: 509px) {
.header__logo {
width: 31px;
height: 30px;
margin: 0 10px 0 0; } }
.header__logo a {
display: block;
height: 100%;
background-image: url(../images/header_logo.png);
background-size: cover; }
.header__info {
float: right; }
@media only screen and (max-width: 509px) {
.header__info {
float: none;
display: inline-block;
display: none; } }
.header__info .schedule {
float: left;
margin: 0 55px 0 0; }
@media only screen and (max-width: 750px) {
.header__info .schedule {
display: none; } }
.header__info .schedule__title, .header__info .feedback__btn {
font-size: 15px;
color: #454647;
font-weight: 300;
margin: 0 0 15px; }
.header__info .schedule span {
display: block;
color: #2c2c2c;
font-size: 15px;
line-height: 20px; }
.header__info .feedback {
float: right; }
.header__info .feedback__btn {
display: block;
cursor: pointer; }
.header__info .feedback__btn:hover {
text-decoration: underline; }
.header__info .feedback__link {
text-decoration: none;
display: block;
color: #2c2c2c;
font-size: 15px;
line-height: 20px;
-webkit-transition: .3s;
transition: .3s; }
.header__info .feedback__link:hover {
color: #ee3346; }
.header__bottom {
background-color: #f9fafc; }
.header__bottom .header__holder {
padding: 0;
text-align: center; }
.header__bottom .nav {
display: inline-block; }
.header__bottom .nav__item {
float: left;
width: 142px; }
@media only screen and (max-width: 1136px) {
.header__bottom .nav__item {
width: 121px; } }
@media only screen and (max-width: 967px) {
.header__bottom .nav__item {
width: 93px; } }
.header__bottom .nav__item:hover .nav__link::before, .header__bottom .nav__item.active .nav__link::before {
display: block; }
.header__bottom .nav__item:hover .nav__link svg, .header__bottom .nav__item.active .nav__link svg {
fill: #ee3346; }
.header__bottom .nav__link {
display: block;
text-decoration: none;
color: #454647;
padding: 70px 0 15px;
position: relative;
text-align: center; }
.header__bottom .nav__link svg {
fill: #454647;
width: 40px;
height: 40px;
position: absolute;
top: 15px;
left: 50%;
margin: 0 0 0 -20px;
-webkit-transform: translateZ(0);
transform: translateZ(0); }
.header__bottom .nav__link::before {
display: none;
width: 100%;
left: 0;
right: 0;
top: 0;
height: 3px;
background-color: #ee3346; }
.info-block {
font-family: "Open Sans", sans-serif;
margin: -20px 0 80px -40px; }
@media only screen and (max-width: 1089px) {
.info-block {
margin: -20px 0 80px -20px; } }
.info-block__item {
float: left;
max-width: 390px;
box-sizing: border-box;
width: 100%;
padding: 0 10px;
margin: 20px 0 0 40px; }
@media only screen and (max-width: 1089px) {
.info-block__item {
max-width: 330px;
margin: 20px 0 0 20px; } }
@media only screen and (max-width: 949px) {
.info-block__item {
max-width: 318px; } }
@media only screen and (max-width: 929px) {
.info-block__item {
max-width: 400px; } }
@media only screen and (max-width: 849px) {
.info-block__item {
max-width: 350px; } }
@media only screen and (max-width: 749px) {
.info-block__item {
display: inline-block;
float: none; } }
.info-block__img {
float: left;
margin: 0 10px 0 0;
text-align: center; }
.info-block__img img {
display: block; }
.info-block__text {
overflow: hidden;
padding: 5px 0 0;
font-size: 14px;
line-height: 18px; }
.info-block__text a {
color: #0271c7;
text-decoration: none; }
.info-block__text a:hover {
text-decoration: underline; }
.links-block {
display: inline-block;
margin: 0 0 20px; }
@media only screen and (max-width: 569px) {
.links-block {
max-width: 268px; } }
.links-block__item {
float: left;
text-align: center;
width: 164px;
border: 1px solid #454647;
-webkit-transition: .3s;
transition: .3s; }
@media only screen and (max-width: 686px) {
.links-block__item {
width: 134px; } }
.links-block__item:nth-child(1n+2) {
border-left-width: 0; }
@media only screen and (max-width: 569px) {
.links-block__item:nth-child(1n+2) {
border-left-width: 1px; } }
@media only screen and (max-width: 569px) {
.links-block__item:nth-child(2) {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
margin: 0 0 10px; }
.links-block__item:nth-child(3) {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
margin: 0 0 10px; }
.links-block__item:nth-child(2n) {
border-left-width: 0; } }
.links-block__item:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px; }
.links-block__item:last-child {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px; }
.links-block__item:hover {
background-color: #000; }
.links-block__item:hover a {
color: #fff; }
.links-block__link {
padding: 10px 0;
font-size: 14px;
display: block;
text-decoration: none;
color: #454647;
-webkit-transition: .3s;
transition: .3s; }
.popup {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 3;
font-family: "Open Sans", sans-serif; }
.popup.active {
display: block; }
.popup__holder {
border-radius: 10px;
max-width: 500px;
width: 100%;
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 20px; }
.popup__close {
cursor: pointer;
display: block;
position: absolute;
top: 15px;
right: 15px; }
.popup__title, .popup__subtitle {
text-align: center;
font-size: 26px;
font-weight: 600;
color: #454647;
text-transform: uppercase;
margin: 0 0 10px; }
.popup__subtitle {
font-size: 16px;
text-transform: inherit;
font-weight: 400;
line-height: 20px;
margin: 0 0 10px; }
.popup__form-block {
padding: 20px 0; }
.popup__row {
margin: 0 0 20px; }
.popup__row label {
font-size: 14px;
color: #454647;
display: block;
padding: 0 20px 10px;
cursor: pointer; }
.popup__row input {
outline: none;
width: 100%;
height: 30px;
border-radius: 10px;
border: 2px solid #454647;
padding: 0 20px; }
.popup__row input:focus {
border-color: green; }
.popup__btn-holder {
text-align: center; }
.popup__btn-submit {
cursor: pointer;
outline: none;
width: 200px;
height: 30px;
color: #454647;
text-transform: uppercase;
font-weight: 600;
border-radius: 10px;
background: none;
border: 2px solid #000;
-webkit-transition: .3s;
transition: .3s; }
.popup__btn-submit:hover {
background-color: #000;
color: #fff; }
.popup.mobile {
display: none; }
.popup.mobile .popup__holder {
left: 0;
height: 100%;
top: 0;
-webkit-transform: none;
transform: none;
width: 200px;
border-radius: 0;
padding: 8px 15px;
overflow-y: scroll; }
.popup.mobile.active {
display: block; }
.box-mobile {
display: block;
height: auto; }
.box-mobile .header__menu.nav-menu {
display: block;
float: none;
margin: 0 -15px 10px;
padding: 10px 15px;
background-color: #eff0f0; }
.box-mobile .header__menu.nav-menu li {
width: 100%;
text-align: center; }
.box-mobile .header__menu.nav-menu li .dropdown {
display: none; }
.box-mobile .header__menu.nav-menu li .dropdown a {
text-decoration: none;
font-size: 14px;
color: #999; }
.box-mobile .header__menu.nav-menu li.active .dropdown {
display: block; }
.header__bottom.mobile .nav {
display: block;
margin: 0 -15px;
padding: 0 15px;
background-color: #f0f3f8; }
.header__bottom.mobile .nav li {
width: 100%; }
.header__bottom.mobile .nav li a {
padding: 10px 40px 10px 10px;
font-size: 14px;
text-align: left; }
.header__bottom.mobile .nav li a svg {
width: 20px;
height: 20px;
left: auto;
right: 5px;
top: 50%;
margin: -10px 0 0; }
.header__bottom.mobile .nav li a::before {
top: auto;
bottom: 0; }
.product-box {
font-family: "Open Sans", sans-serif;
max-width: 1140px;
width: 100%;
margin: 0 auto;
padding: 20px 0 0; }
.product-box__content {
float: left;
max-width: 840px;
width: 100%; }
@media only screen and (max-width: 1089px) {
.product-box__content {
max-width: 800px; } }
@media only screen and (max-width: 1049px) {
.product-box__content {
max-width: 750px; } }
@media only screen and (max-width: 999px) {
.product-box__content {
max-width: 700px; } }
@media only screen and (max-width: 970px) {
.product-box__content {
max-width: 680px; } }
@media only screen and (max-width: 949px) {
.product-box__content {
max-width: 656px; } }
@media only screen and (max-width: 929px) {
.product-box__content {
max-width: 100%; } }
.product-box__name {
font-size: 30px;
line-height: 34px;
color: #454647;
font-weight: 400;
margin: 0 0 20px; }
@media only screen and (max-width: 509px) {
.product-box__name {
font-size: 20px;
line-height: 24px; } }
.product-box__article {
display: block;
font-size: 14px;
color: #999;
margin: 0 0 30px; }
.product-box__btn-block {
margin: 0 0 25px; }
@media only screen and (max-width: 669px) {
.product-box__btn-block {
text-align: center; } }
.product-box__price {
float: left; }
@media only screen and (max-width: 669px) {
.product-box__price {
float: none;
display: inline-block;
margin: 0 0 10px; } }
@media only screen and (max-width: 509px) {
.product-box__price {
max-width: 200px;
width: 100%;
text-align: center; } }
@media only screen and (max-width: 509px) {
.product-box__price .price__box {
display: inline-block;
float: none; } }
.product-box__price .price__box .number {
font-size: 40px;
line-height: 40px;
font-weight: 300; }
.product-box__price .price__box .currency {
font-size: 18px; }
.product-box__price .price__box.old {
margin: 12px 0 0; }
.product-box__price .price__box.old .number {
font-size: 18px;
line-height: 18px; }
.product-box__price .price__box.old .currency {
font-size: 12px; }
.product-box__btn-holder {
float: right; }
@media only screen and (max-width: 669px) {
.product-box__btn-holder {
float: none;
display: inline-block; } }
.product-box__btn-holder .btn-buy {
float: left;
cursor: pointer;
margin: 0 10px 0 0; }
.product-box__btn-holder .btn-buy__text {
display: block;
float: left;
background-color: #ee3346;
color: #fff;
width: 100px;
text-align: center;
border-right: 1px solid #d1192c;
height: 48px;
line-height: 45px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-transition: .3s;
transition: .3s; }
.product-box__btn-holder .btn-buy__text:hover {
background-color: #d1192c; }
.product-box__btn-holder .btn-buy__arrow {
display: block;
float: left;
background-color: #ee3346;
width: 36px;
height: 48px;
box-sizing: border-box;
position: relative;
border-left: 1px solid #f15767;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-transition: .3s;
transition: .3s; }
.product-box__btn-holder .btn-buy__arrow::before {
top: 50%;
left: 50%;
margin: -2px 0 0 -5px; }
.product-box__btn-holder .btn-buy__arrow:hover {
background-color: #d1192c; }
.product-box__btn-holder .btn-fast-order {
cursor: pointer;
float: right;
height: 48px;
line-height: 48px;
padding: 0 25px;
box-sizing: border-box;
border: 1px solid #000;
border-radius: 10px;
color: #000;
-webkit-transition: .3s;
transition: .3s; }
@media only screen and (max-width: 389px) {
.product-box__btn-holder .btn-fast-order {
padding: 0 13px; } }
.product-box__btn-holder .btn-fast-order:hover {
background-color: #000;
color: #fff; }
.product-box__sidebar {
float: right;
max-width: 220px;
width: 100%; }
@media only screen and (max-width: 929px) {
.product-box__sidebar {
display: none;
position: absolute;
background-color: #f5f5f5;
right: 0;
padding: 10px 10px; } }
.slider-holder {
max-width: 1140px;
margin: 0 auto 100px;
background-color: #fff;
font-family: "Open Sans", sans-serif; }
.slider-holder__title {
font-size: 35px;
line-height: 35px;
color: #0f0f0f;
font-weight: 300;
margin: 0 0 40px;
padding: 0 140px 0 0; }
@media only screen and (max-width: 749px) {
.slider-holder__title {
font-size: 20px;
line-height: 20px; } }
@media only screen and (max-width: 567px) {
.slider-holder__title {
padding: 0; } }
.slider-holder .slider {
border-right: 1px solid #ccc; }
.slider-holder .slider__item {
width: 285px;
border: solid #ccc;
border-width: 1px 0 1px 1px;
box-sizing: border-box;
padding: 0 0 30px;
outline: none; }
.slider-holder .slider .slick-prev,
.slider-holder .slider .slick-next {
cursor: pointer;
position: absolute;
text-align: center;
z-index: 2;
font-size: 0;
line-height: 0;
top: -66px;
padding: 0;
width: 70px;
height: 26px;
background: #fff;
border: none;
outline: none; }
@media only screen and (max-width: 567px) {
.slider-holder .slider .slick-prev,
.slider-holder .slider .slick-next {
top: auto;
bottom: -66px;
width: 145px;
height: 66px;
background-color: #f0f3f8; } }
.slider-holder .slider .slick-prev::before,
.slider-holder .slider .slick-next::before {
content: "";
position: absolute;
top: 0;
left: 50%;
margin: 0 0 0 -5px;
display: block; }
@media only screen and (max-width: 567px) {
.slider-holder .slider .slick-prev::before,
.slider-holder .slider .slick-next::before {
top: 50%;
margin: -12px 0 0 -5px; } }
.slider-holder .slider .slick-prev {
right: 70px; }
@media only screen and (max-width: 567px) {
.slider-holder .slider .slick-prev {
right: 50%; } }
.slider-holder .slider .slick-prev::before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
margin: 0 0 0 -7px; }
@media only screen and (max-width: 567px) {
.slider-holder .slider .slick-prev::before {
margin: -12px 0 0 -7px; } }
.slider-holder .slider .slick-next {
right: 0;
border-left: 1px solid #ccc; }
@media only screen and (max-width: 567px) {
.slider-holder .slider .slick-next {
border: none;
left: 50%; } }
.price {
padding: 0 0 0 25px; }
.price__box {
float: left;
font-size: 28px;
line-height: 28px;
color: #0f0f0f;
text-transform: uppercase; }
.price__box .number {
display: inline-block; }
.price__box .currency {
display: inline-block;
font-size: 16px;
vertical-align: top; }
.price__box.sale {
color: #ee3346;
margin: 0 10px 0 0; }
.price__box.old {
font-size: 20px; }
.price__box.old .number {
text-decoration: line-through; }
.price__box.old .currency {
font-size: 12px; }
.product {
display: block;
text-decoration: none;
outline: none; }
.product:hover {
text-decoration: underline; }
.product__img {
text-align: center;
height: 280px;
overflow: hidden;
outline: none; }
.product__img img {
display: inline-block;
outline: none; }
.product__title {
height: 100px;
overflow: hidden;
margin: 0 0 10px;
color: #454647;
padding: 0 25px;
line-height: 20px; }
.product__article {
display: block;
font-size: 12px;
line-height: 14px;
color: #999;
padding: 0 25px;
height: 24px;
overflow: hidden;
margin: 0 0 10px; }
.tabs-block {
margin: 0 0 46px;
font-family: "Open Sans", sans-serif; }
@media only screen and (max-width: 869px) {
.tabs-block {
text-align: center; } }
.tabs-block .tabs-controls {
border-bottom: 1px solid #ccc; }
@media only screen and (max-width: 869px) {
.tabs-block .tabs-controls {
display: inline-block; } }
.tabs-block .tabs-controls__item {
float: left;
width: 210px;
text-align: center; }
@media only screen and (max-width: 869px) {
.tabs-block .tabs-controls__item {
width: 180px; } }
@media only screen and (max-width: 749px) {
.tabs-block .tabs-controls__item {
width: 150px; } }
@media only screen and (max-width: 629px) {
.tabs-block .tabs-controls__item {
width: 120px; } }
@media only screen and (max-width: 509px) {
.tabs-block .tabs-controls__item {
width: 56px; }
.tabs-block .tabs-controls__item.active {
width: 120px; } }
.tabs-block .tabs-controls__item.active .tabs-controls__link {
color: #ee3346; }
@media only screen and (max-width: 509px) {
.tabs-block .tabs-controls__item.active .tabs-controls__link {
text-indent: 0; }
.tabs-block .tabs-controls__item.active .tabs-controls__link::before {
display: none; } }
.tabs-block .tabs-controls__item.active .tabs-controls__link::after {
display: block; }
.tabs-block .tabs-controls__link {
display: block;
text-decoration: none;
padding: 15px 0;
color: #454647;
position: relative;
-webkit-transition: .3s;
transition: .3s; }
@media only screen and (max-width: 509px) {
.tabs-block .tabs-controls__link {
text-indent: -9999px; } }
.tabs-block .tabs-controls__link::before {
display: none;
top: 50%;
left: 50%; }
@media only screen and (max-width: 509px) {
.tabs-block .tabs-controls__link::before {
display: block; } }
.tabs-block .tabs-controls__link.description::before {
margin: -11px 0 0 -11px; }
.tabs-block .tabs-controls__link.guarantee::before {
margin: -11px 0 0 -11px; }
.tabs-block .tabs-controls__link.designer::before {
margin: -10px 0 0 -12px; }
.tabs-block .tabs-controls__link.brand::before {
margin: -11px 0 0 -11px; }
.tabs-block .tabs-controls__link::after {
display: none;
left: 0;
right: 0;
bottom: -1px;
width: 100%;
height: 1px;
background-color: #ee3346; }
.tabs-block .tabs-controls__link:hover {
color: #ee3346; }
.tabs-block .tabs-list {
text-align: left; }
.tabs-block .tabs-list__item {
display: none;
padding: 0 10px; }
.tabs-block .tabs-list__item.active {
display: block; }
.tabs-block .tabs-list__item p {
font-size: 16px;
line-height: 24px;
color: #454647; }
/*# sourceMappingURL=index.css.map */ | dist/css/index.css | ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block; }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
margin: 0; }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block; }
/**
* Add the correct display in IE.
*/
template {
display: none; }
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none; }
.breadcrumbs, .breadcrumbs__list, .catalog__list, .catalog__insert, .header__menu, .header .dropdown, .header__bottom .nav, .info-block, .links-block, .box-mobile .header__menu.nav-menu li .dropdown, .tabs-block .tabs-controls, .tabs-block .tabs-list {
list-style: none;
margin: 0;
padding: 0; }
.breadcrumbs::after, .breadcrumbs__list::after, .double-slider::after, .header__holder::after, .header__menu::after, .header__menu.user-box::after, .header__info::after, .header__bottom .nav::after, .info-block::after, .info-block__item::after, .links-block::after, .product-box::after, .product-box__btn-block::after, .product-box__price::after, .product-box__btn-holder::after, .product-box__btn-holder .btn-buy::after, .price::after, .tabs-block .tabs-controls::after {
content: '';
display: block;
clear: both; }
.breadcrumbs__item:nth-child(1n+2)::before, .catalog__link.parent::after, .header__item.search .search-form .search-btn::before, .header__link.parent::after, .header .dropdown::before, .header__bottom .nav__link::before, .product-box__btn-holder .btn-buy__arrow::before, .tabs-block .tabs-controls__link::before, .tabs-block .tabs-controls__link::after {
content: '';
position: absolute;
display: block; }
.breadcrumbs__item:nth-child(1n+2)::before {
background-image: url(../images/sprite.png);
background-position: -62px -57px;
width: 15px;
height: 5px; }
.header__item.search .search-form .search-btn::before {
background-image: url(../images/sprite.png);
background-position: 0px -57px;
width: 18px;
height: 19px; }
.product-box__btn-holder .btn-buy__arrow::before {
background-image: url(../images/sprite.png);
background-position: -88px -40px;
width: 9px;
height: 5px; }
.popup__close {
background-image: url(../images/sprite.png);
background-position: -23px -57px;
width: 14px;
height: 14px; }
.catalog__link.parent::after, .header__link.parent::after {
background-image: url(../images/sprite.png);
background-position: -88px -30px;
width: 9px;
height: 5px; }
.header__item.basked span {
background-image: url(../images/sprite.png);
background-position: -29px 0px;
width: 25px;
height: 23px; }
.header__item.search span {
background-image: url(../images/sprite.png);
background-position: -59px -26px;
width: 21px;
height: 22px; }
.header__item.user span {
background-image: url(../images/sprite.png);
background-position: 0px 0px;
width: 24px;
height: 24px; }
.double-slider .mini-slider .slick-prev::before,
.double-slider .mini-slider .slick-next::before {
background-image: url(../images/sprite.png);
background-position: -42px -57px;
width: 15px;
height: 8px; }
.slider-holder .slider .slick-prev::before,
.slider-holder .slider .slick-next::before {
background-image: url(../images/sprite.png);
background-position: -88px 0px;
width: 13px;
height: 25px; }
.tabs-block .tabs-controls__link.description::before, .tabs-block .tabs-controls__link.brand::before {
background-image: url(../images/sprite.png);
background-position: 0px -29px;
width: 23px;
height: 23px; }
.tabs-block .tabs-controls__link.designer::before {
background-image: url(../images/sprite.png);
background-position: -59px 0px;
width: 24px;
height: 21px; }
.tabs-block .tabs-controls__link.guarantee::before {
background-image: url(../images/sprite.png);
background-position: -28px -29px;
width: 22px;
height: 23px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.breadcrumbs__item:nth-child(1n+2)::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.header__item.search .search-form .search-btn::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.product-box__btn-holder .btn-buy__arrow::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.popup__close {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.catalog__link.parent::after, .header__link.parent::after {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.header__item.basked span {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.header__item.search span {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.header__item.user span {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.double-slider .mini-slider .slick-prev::before,
.double-slider .mini-slider .slick-next::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.slider-holder .slider .slick-prev::before,
.slider-holder .slider .slick-next::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.tabs-block .tabs-controls__link.description::before, .tabs-block .tabs-controls__link.brand::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.tabs-block .tabs-controls__link.designer::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; }
.tabs-block .tabs-controls__link.guarantee::before {
background-image: url(../images/[email protected]);
background-size: 101px 76px; } }
body {
height: 100%;
font-family: sans-serif;
margin: 0; }
* {
box-sizing: border-box; }
*::after, *::before {
box-sizing: border-box; }
.wrapper {
position: relative; }
@media only screen and (max-width: 1140px) {
.container {
padding: 0 15px; } }
@media only screen and (max-width: 749px) {
.container {
text-align: center; } }
.share-block {
margin: 0 0 40px; }
.breadcrumbs {
font-family: "Open Sans", sans-serif;
padding: 20px 0;
margin: 0 auto;
max-width: 1140px;
width: 100%; }
@media only screen and (max-width: 750px) {
.breadcrumbs {
display: none; } }
.breadcrumbs__list {
margin: 0 0 0 -36px; }
.breadcrumbs__item {
float: left;
padding: 0 0 0 36px;
position: relative; }
.breadcrumbs__item:nth-child(1n+2)::before {
left: 10px;
top: 50%;
margin: -2px 0 0 0; }
.breadcrumbs__item a {
text-decoration: none;
display: block;
color: #999999;
-webkit-transition: .3s;
transition: .3s; }
.breadcrumbs__item a:hover {
color: #454647;
text-decoration: underline; }
.breadcrumbs__item span {
display: block;
color: #454647; }
.catalog {
font-family: "Open Sans", sans-serif; }
.catalog__btn-link {
display: block;
text-align: center;
text-decoration: none;
border: 1px solid #000;
background-color: #fff;
color: #454647;
width: 200px;
padding: 15px 0;
border-radius: 10px;
-webkit-transition: .3s;
transition: .3s;
margin: 0 0 25px; }
.catalog__btn-link:hover {
background-color: #000;
color: #fff; }
.catalog__list {
margin: -10px 0 0; }
.catalog__list > li > a {
font-size: 18px;
color: #454647; }
.catalog__item {
margin: 10px 0 0; }
.catalog__item.active > .catalog__link.parent::after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.catalog__link {
display: inline-block;
text-decoration: none;
padding: 5px 15px 5px 15px;
border-radius: 20px;
position: relative; }
.catalog__link.parent {
padding: 5px 20px 5px 15px; }
.catalog__link.parent::after {
right: 0;
top: 50%;
margin: -2px 0 0 -5px; }
.catalog__insert {
display: none; }
.catalog__insert.active {
display: block; }
.catalog__insert > li > a {
font-size: 16px;
color: #454647; }
.catalog__insert .catalog__insert a {
font-size: 14px;
color: #999;
-webkit-transition: .3s;
transition: .3s; }
.catalog__insert .catalog__insert a:hover {
background-color: #ee3346;
color: #fff; }
.double-slider {
height: 390px;
margin: 0 0 18px; }
@media only screen and (max-width: 749px) {
.double-slider {
display: inline-block; } }
@media only screen and (max-width: 669px) {
.double-slider {
height: auto; } }
.double-slider .big-slider {
float: left;
width: 560px;
margin: 0 26px 0 0; }
@media only screen and (max-width: 949px) {
.double-slider .big-slider {
margin: 0; } }
@media only screen and (max-width: 929px) {
.double-slider .big-slider {
margin: 0 26px 0 0; } }
@media only screen and (max-width: 695px) {
.double-slider .big-slider {
margin: 0; } }
@media only screen and (max-width: 669px) {
.double-slider .big-slider {
float: none; } }
@media only screen and (max-width: 589px) {
.double-slider .big-slider {
width: 400px; } }
@media only screen and (max-width: 429px) {
.double-slider .big-slider {
width: 290px; } }
.double-slider .big-slider__img {
text-align: center;
outline: none; }
.double-slider .big-slider__img img {
outline: none;
max-width: 100%;
height: auto; }
.double-slider .mini-slider {
float: left;
width: 80px;
height: 100%;
background-color: #f9fafc;
padding: 28px 10px; }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider {
float: none;
width: 560px;
height: 62px;
padding: 10px 28px; } }
@media only screen and (max-width: 589px) {
.double-slider .mini-slider {
width: 400px; } }
@media only screen and (max-width: 429px) {
.double-slider .mini-slider {
width: 290px; } }
.double-slider .mini-slider__img {
text-align: center;
margin: 2px 0;
outline: none; }
.double-slider .mini-slider__img img {
outline: none;
max-width: 100%;
height: auto; }
.double-slider .mini-slider .slick-current.slick-active img {
border: 1px solid #1486cc; }
.double-slider .mini-slider .slick-prev,
.double-slider .mini-slider .slick-next {
cursor: pointer;
position: absolute;
text-align: center;
z-index: 2;
left: 0;
right: 0;
width: 100%;
font-size: 0;
line-height: 0;
padding: 0;
height: 26px;
background-color: inherit;
border: none;
outline: none;
-webkit-transition: .3s;
transition: .3s; }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider .slick-prev,
.double-slider .mini-slider .slick-next {
left: auto;
right: auto;
width: 26px;
height: 100%; } }
.double-slider .mini-slider .slick-prev:hover,
.double-slider .mini-slider .slick-next:hover {
background-color: #ccc; }
.double-slider .mini-slider .slick-prev::before,
.double-slider .mini-slider .slick-next::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
margin: -4px 0 0 -8px;
display: block; }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider .slick-prev::before,
.double-slider .mini-slider .slick-next::before {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg); } }
.double-slider .mini-slider .slick-prev {
top: 0; }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider .slick-prev {
left: 0;
top: 0; } }
.double-slider .mini-slider .slick-prev::before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider .slick-prev::before {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); } }
.double-slider .mini-slider .slick-next {
bottom: 0; }
@media only screen and (max-width: 669px) {
.double-slider .mini-slider .slick-next {
right: 0;
bottom: 0; } }
.hamburger {
display: none;
cursor: pointer;
float: left;
width: 30px;
height: 26px;
line-height: 26px; }
@media only screen and (max-width: 750px) {
.hamburger {
display: block; } }
.hamburger__holder {
display: inline-block;
vertical-align: middle; }
.hamburger__line {
width: 30px;
height: 2px;
background-color: #454647;
display: block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.hamburger .hamburger__line:nth-child(3) {
width: 15px; }
.hamburger__line + .hamburger__line {
margin: 2px 0 0; }
.hamburger.active {
z-index: 5;
float: none;
position: relative;
background-color: #fff;
margin: 0 0 10px; }
.hamburger.active .hamburger__line {
background-color: #ee3346; }
.hamburger.active .hamburger__line:nth-child(2) {
opacity: 0; }
.hamburger.active .hamburger__line:nth-child(1) {
-webkit-transform: translateY(2px) rotate(45deg);
transform: translateY(2px) rotate(45deg); }
.hamburger.active .hamburger__line:nth-child(3) {
width: 30px !important;
-webkit-transform: translateY(-6px) rotate(-45deg);
transform: translateY(-6px) rotate(-45deg);
width: 30px; }
.header {
font-family: "Open Sans", sans-serif; }
.header__top {
background-color: #f0f3f8; }
.header__holder {
max-width: 1140px;
width: 100%;
margin: 0 auto;
padding: 8px 0; }
@media only screen and (max-width: 1140px) {
.header__holder {
padding: 8px 15px; } }
.header__menu {
float: left; }
.header__item {
float: left;
border-radius: 20px;
position: relative; }
.header__item.sale {
background-color: #ee3346; }
.header__item.sale a {
color: #fff; }
.header__item.active .dropdown {
display: block; }
.header__item.active a::after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.header__item.search {
cursor: pointer;
position: relative; }
.header__item.search span {
display: block; }
.header__item.search .search-form {
display: none;
position: absolute;
right: 0;
z-index: 2; }
@media only screen and (max-width: 469px) {
.header__item.search .search-form {
right: -50px; } }
@media only screen and (max-width: 419px) {
.header__item.search .search-form {
right: -100px; } }
@media only screen and (max-width: 365px) {
.header__item.search .search-form {
right: -150px; } }
.header__item.search .search-form.active {
display: block; }
.header__item.search .search-form input {
height: 28px;
min-width: 200px;
padding: 0 20px;
border-radius: 10px;
border: 2px solid #ee3346;
outline: none; }
.header__item.search .search-form .search-btn {
cursor: pointer;
position: absolute;
padding: 0;
outline: none;
right: 0;
background: none;
top: 2px;
height: 24px;
width: 34px;
border: none; }
.header__item.search .search-form .search-btn::before {
display: block;
top: 50%;
left: 50%;
margin: -9px 0 0 -9px; }
.header__item.user {
cursor: pointer; }
.header__item.user span {
display: block; }
.header__item.basked {
cursor: pointer; }
.header__item.basked span {
display: inline-block;
margin: 0 5px 0 0; }
.header__item.basked .basked__count {
display: inline-block;
font-size: 18px; }
.header__link {
display: block;
height: 100%;
text-decoration: none;
color: #454647;
padding: 6px 20px;
font-size: 14px; }
@media only screen and (max-width: 779px) {
.header__link {
padding: 6px 15px; } }
.header__link.parent {
position: relative; }
.header__link.parent::after {
top: 50%;
right: 0;
margin: -2px 0 0 -5px; }
.header .dropdown {
display: none;
background-color: #f0f3f8;
position: absolute;
top: 50px; }
.header .dropdown::before {
top: -5px;
left: 5px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #f0f3f8; }
.header .dropdown__link {
display: block;
text-decoration: none;
padding: 6px 20px;
font-size: 14px;
color: #454647; }
.header__menu.user-box {
float: right;
display: block; }
.header__menu.user-box .header__link {
padding: 0 20px; }
.header__middle {
background-color: #fff; }
.header__middle .header__holder {
padding: 20px 0; }
@media only screen and (max-width: 1140px) {
.header__middle .header__holder {
padding: 20px 15px; } }
@media only screen and (max-width: 509px) {
.header__middle .header__holder {
text-align: center;
padding: 0; } }
.header__logo {
width: 260px;
height: 74px;
float: left; }
@media only screen and (max-width: 509px) {
.header__logo {
width: 31px;
height: 30px;
margin: 0 10px 0 0; } }
.header__logo a {
display: block;
height: 100%;
background-image: url(../images/header_logo.png);
background-size: cover; }
.header__info {
float: right; }
@media only screen and (max-width: 509px) {
.header__info {
float: none;
display: inline-block;
display: none; } }
.header__info .schedule {
float: left;
margin: 0 55px 0 0; }
@media only screen and (max-width: 750px) {
.header__info .schedule {
display: none; } }
.header__info .schedule__title, .header__info .feedback__btn {
font-size: 15px;
color: #454647;
font-weight: 300;
margin: 0 0 15px; }
.header__info .schedule span {
display: block;
color: #2c2c2c;
font-size: 15px;
line-height: 20px; }
.header__info .feedback {
float: right; }
.header__info .feedback__btn {
display: block;
cursor: pointer; }
.header__info .feedback__btn:hover {
text-decoration: underline; }
.header__info .feedback__link {
text-decoration: none;
display: block;
color: #2c2c2c;
font-size: 15px;
line-height: 20px;
-webkit-transition: .3s;
transition: .3s; }
.header__info .feedback__link:hover {
color: #ee3346; }
.header__bottom {
background-color: #f9fafc; }
.header__bottom .header__holder {
padding: 0;
text-align: center; }
.header__bottom .nav {
display: inline-block; }
.header__bottom .nav__item {
float: left;
width: 142px; }
@media only screen and (max-width: 1136px) {
.header__bottom .nav__item {
width: 121px; } }
@media only screen and (max-width: 967px) {
.header__bottom .nav__item {
width: 93px; } }
.header__bottom .nav__item:hover .nav__link::before, .header__bottom .nav__item.active .nav__link::before {
display: block; }
.header__bottom .nav__item:hover .nav__link svg, .header__bottom .nav__item.active .nav__link svg {
fill: #ee3346; }
.header__bottom .nav__link {
display: block;
text-decoration: none;
color: #454647;
padding: 70px 0 15px;
position: relative;
text-align: center; }
.header__bottom .nav__link svg {
fill: #454647;
width: 40px;
height: 40px;
position: absolute;
top: 15px;
left: 50%;
margin: 0 0 0 -20px;
-webkit-transform: translateZ(0);
transform: translateZ(0); }
.header__bottom .nav__link::before {
display: none;
width: 100%;
left: 0;
right: 0;
top: 0;
height: 3px;
background-color: #ee3346; }
.info-block {
font-family: "Open Sans", sans-serif;
margin: -20px 0 80px -40px; }
@media only screen and (max-width: 1089px) {
.info-block {
margin: -20px 0 80px -20px; } }
.info-block__item {
float: left;
max-width: 390px;
box-sizing: border-box;
width: 100%;
padding: 0 10px;
margin: 20px 0 0 40px; }
@media only screen and (max-width: 1089px) {
.info-block__item {
max-width: 330px;
margin: 20px 0 0 20px; } }
@media only screen and (max-width: 949px) {
.info-block__item {
max-width: 318px; } }
@media only screen and (max-width: 929px) {
.info-block__item {
max-width: 400px; } }
@media only screen and (max-width: 849px) {
.info-block__item {
max-width: 350px; } }
@media only screen and (max-width: 749px) {
.info-block__item {
display: inline-block;
float: none; } }
.info-block__img {
float: left;
margin: 0 10px 0 0;
text-align: center; }
.info-block__img img {
display: block; }
.info-block__text {
overflow: hidden;
padding: 5px 0 0;
font-size: 14px;
line-height: 18px; }
.info-block__text a {
color: #0271c7;
text-decoration: none; }
.info-block__text a:hover {
text-decoration: underline; }
.links-block {
display: inline-block;
margin: 0 0 20px; }
@media only screen and (max-width: 569px) {
.links-block {
max-width: 268px; } }
.links-block__item {
float: left;
text-align: center;
width: 164px;
border: 1px solid #454647;
-webkit-transition: .3s;
transition: .3s; }
@media only screen and (max-width: 686px) {
.links-block__item {
width: 134px; } }
.links-block__item:nth-child(1n+2) {
border-left-width: 0; }
@media only screen and (max-width: 569px) {
.links-block__item:nth-child(1n+2) {
border-left-width: 1px; } }
@media only screen and (max-width: 569px) {
.links-block__item:nth-child(2) {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
margin: 0 0 10px; }
.links-block__item:nth-child(3) {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
margin: 0 0 10px; }
.links-block__item:nth-child(2n) {
border-left-width: 0; } }
.links-block__item:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px; }
.links-block__item:last-child {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px; }
.links-block__item:hover {
background-color: #000; }
.links-block__item:hover a {
color: #fff; }
.links-block__link {
padding: 10px 0;
font-size: 14px;
display: block;
text-decoration: none;
color: #454647;
-webkit-transition: .3s;
transition: .3s; }
.popup {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 3;
font-family: "Open Sans", sans-serif; }
.popup.active {
display: block; }
.popup__holder {
border-radius: 10px;
max-width: 500px;
width: 100%;
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 20px; }
.popup__close {
cursor: pointer;
display: block;
position: absolute;
top: 15px;
right: 15px; }
.popup__title, .popup__subtitle {
text-align: center;
font-size: 26px;
font-weight: 600;
color: #454647;
text-transform: uppercase;
margin: 0 0 10px; }
.popup__subtitle {
font-size: 16px;
text-transform: inherit;
font-weight: 400;
line-height: 20px;
margin: 0 0 10px; }
.popup__form-block {
padding: 20px 0; }
.popup__row {
margin: 0 0 20px; }
.popup__row label {
font-size: 14px;
color: #454647;
display: block;
padding: 0 20px 10px;
cursor: pointer; }
.popup__row input {
outline: none;
width: 100%;
height: 30px;
border-radius: 10px;
border: 2px solid #454647;
padding: 0 20px; }
.popup__row input:focus {
border-color: green; }
.popup__btn-holder {
text-align: center; }
.popup__btn-submit {
cursor: pointer;
outline: none;
width: 200px;
height: 30px;
color: #454647;
text-transform: uppercase;
font-weight: 600;
border-radius: 10px;
background: none;
border: 2px solid #000;
-webkit-transition: .3s;
transition: .3s; }
.popup__btn-submit:hover {
background-color: #000;
color: #fff; }
.popup.mobile {
display: none; }
.popup.mobile .popup__holder {
left: 0;
height: 100%;
top: 0;
-webkit-transform: none;
transform: none;
width: 200px;
border-radius: 0;
padding: 8px 15px;
overflow-y: scroll; }
.popup.mobile.active {
display: block; }
.box-mobile {
display: block;
height: auto; }
.box-mobile .header__menu.nav-menu {
display: block;
float: none;
margin: 0 -15px 10px;
padding: 10px 15px;
background-color: #eff0f0; }
.box-mobile .header__menu.nav-menu li {
width: 100%;
text-align: center; }
.box-mobile .header__menu.nav-menu li .dropdown {
display: none; }
.box-mobile .header__menu.nav-menu li .dropdown a {
text-decoration: none;
font-size: 14px;
color: #999; }
.box-mobile .header__menu.nav-menu li.active .dropdown {
display: block; }
.header__bottom.mobile .nav {
display: block;
margin: 0 -15px;
padding: 0 15px;
background-color: #f0f3f8; }
.header__bottom.mobile .nav li {
width: 100%; }
.header__bottom.mobile .nav li a {
padding: 10px 40px 10px 10px;
font-size: 14px;
text-align: left; }
.header__bottom.mobile .nav li a svg {
width: 20px;
height: 20px;
left: auto;
right: 5px;
top: 50%;
margin: -10px 0 0; }
.header__bottom.mobile .nav li a::before {
top: auto;
bottom: 0; }
.product-box {
font-family: "Open Sans", sans-serif;
max-width: 1140px;
width: 100%;
margin: 0 auto;
padding: 20px 0 0; }
.product-box__content {
float: left;
max-width: 840px;
width: 100%; }
@media only screen and (max-width: 1089px) {
.product-box__content {
max-width: 800px; } }
@media only screen and (max-width: 1049px) {
.product-box__content {
max-width: 750px; } }
@media only screen and (max-width: 999px) {
.product-box__content {
max-width: 700px; } }
@media only screen and (max-width: 970px) {
.product-box__content {
max-width: 680px; } }
@media only screen and (max-width: 949px) {
.product-box__content {
max-width: 656px; } }
@media only screen and (max-width: 929px) {
.product-box__content {
max-width: 100%; } }
.product-box__name {
font-size: 30px;
line-height: 34px;
color: #454647;
font-weight: 400;
margin: 0 0 20px; }
@media only screen and (max-width: 509px) {
.product-box__name {
font-size: 20px;
line-height: 24px; } }
.product-box__article {
display: block;
font-size: 14px;
color: #999;
margin: 0 0 30px; }
.product-box__btn-block {
margin: 0 0 25px; }
@media only screen and (max-width: 669px) {
.product-box__btn-block {
text-align: center; } }
.product-box__price {
float: left; }
@media only screen and (max-width: 669px) {
.product-box__price {
float: none;
display: inline-block;
margin: 0 0 10px; } }
@media only screen and (max-width: 509px) {
.product-box__price {
max-width: 200px;
width: 100%;
text-align: center; } }
@media only screen and (max-width: 509px) {
.product-box__price .price__box {
display: inline-block;
float: none; } }
.product-box__price .price__box .number {
font-size: 40px;
line-height: 40px;
font-weight: 300; }
.product-box__price .price__box .currency {
font-size: 18px; }
.product-box__price .price__box.old {
margin: 12px 0 0; }
.product-box__price .price__box.old .number {
font-size: 18px;
line-height: 18px; }
.product-box__price .price__box.old .currency {
font-size: 12px; }
.product-box__btn-holder {
float: right; }
@media only screen and (max-width: 669px) {
.product-box__btn-holder {
float: none;
display: inline-block; } }
.product-box__btn-holder .btn-buy {
float: left;
cursor: pointer;
margin: 0 10px 0 0; }
.product-box__btn-holder .btn-buy__text {
display: block;
float: left;
background-color: #ee3346;
color: #fff;
width: 100px;
text-align: center;
border-right: 1px solid #d1192c;
height: 48px;
line-height: 45px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-transition: .3s;
transition: .3s; }
.product-box__btn-holder .btn-buy__text:hover {
background-color: #d1192c; }
.product-box__btn-holder .btn-buy__arrow {
display: block;
float: left;
background-color: #ee3346;
width: 36px;
height: 48px;
box-sizing: border-box;
position: relative;
border-left: 1px solid #f15767;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-transition: .3s;
transition: .3s; }
.product-box__btn-holder .btn-buy__arrow::before {
top: 50%;
left: 50%;
margin: -2px 0 0 -5px; }
.product-box__btn-holder .btn-buy__arrow:hover {
background-color: #d1192c; }
.product-box__btn-holder .btn-fast-order {
cursor: pointer;
float: right;
height: 48px;
line-height: 48px;
padding: 0 25px;
box-sizing: border-box;
border: 1px solid #000;
border-radius: 10px;
color: #000;
-webkit-transition: .3s;
transition: .3s; }
@media only screen and (max-width: 389px) {
.product-box__btn-holder .btn-fast-order {
padding: 0 13px; } }
.product-box__btn-holder .btn-fast-order:hover {
background-color: #000;
color: #fff; }
.product-box__sidebar {
float: right;
max-width: 220px;
width: 100%; }
@media only screen and (max-width: 929px) {
.product-box__sidebar {
display: none;
position: absolute;
background-color: #f5f5f5;
right: 0;
padding: 10px 10px; } }
.slider-holder {
max-width: 1140px;
margin: 0 auto 100px;
background-color: #fff;
font-family: "Open Sans", sans-serif; }
.slider-holder__title {
font-size: 35px;
line-height: 35px;
color: #0f0f0f;
font-weight: 300;
margin: 0 0 40px;
padding: 0 140px 0 0; }
@media only screen and (max-width: 749px) {
.slider-holder__title {
font-size: 20px;
line-height: 20px; } }
@media only screen and (max-width: 567px) {
.slider-holder__title {
padding: 0; } }
.slider-holder .slider {
border-right: 1px solid #ccc; }
.slider-holder .slider__item {
width: 285px;
border: solid #ccc;
border-width: 1px 0 1px 1px;
box-sizing: border-box;
padding: 0 0 30px;
outline: none; }
.slider-holder .slider .slick-prev,
.slider-holder .slider .slick-next {
cursor: pointer;
position: absolute;
text-align: center;
z-index: 2;
font-size: 0;
line-height: 0;
top: -66px;
padding: 0;
width: 70px;
height: 26px;
background: #fff;
border: none;
outline: none; }
@media only screen and (max-width: 567px) {
.slider-holder .slider .slick-prev,
.slider-holder .slider .slick-next {
top: auto;
bottom: -66px;
width: 145px;
height: 66px;
background-color: #f0f3f8; } }
.slider-holder .slider .slick-prev::before,
.slider-holder .slider .slick-next::before {
content: "";
position: absolute;
top: 0;
left: 50%;
margin: 0 0 0 -5px;
display: block; }
@media only screen and (max-width: 567px) {
.slider-holder .slider .slick-prev::before,
.slider-holder .slider .slick-next::before {
top: 50%;
margin: -12px 0 0 -5px; } }
.slider-holder .slider .slick-prev {
right: 70px; }
@media only screen and (max-width: 567px) {
.slider-holder .slider .slick-prev {
right: 50%; } }
.slider-holder .slider .slick-prev::before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
margin: 0 0 0 -7px; }
@media only screen and (max-width: 567px) {
.slider-holder .slider .slick-prev::before {
margin: -12px 0 0 -7px; } }
.slider-holder .slider .slick-next {
right: 0;
border-left: 1px solid #ccc; }
@media only screen and (max-width: 567px) {
.slider-holder .slider .slick-next {
border: none;
left: 50%; } }
.price {
padding: 0 0 0 25px; }
.price__box {
float: left;
font-size: 28px;
line-height: 28px;
color: #0f0f0f;
text-transform: uppercase; }
.price__box .number {
display: inline-block; }
.price__box .currency {
display: inline-block;
font-size: 16px;
vertical-align: top; }
.price__box.sale {
color: #ee3346;
margin: 0 10px 0 0; }
.price__box.old {
font-size: 20px; }
.price__box.old .number {
text-decoration: line-through; }
.price__box.old .currency {
font-size: 12px; }
.product {
display: block;
text-decoration: none;
outline: none; }
.product:hover {
text-decoration: underline; }
.product__img {
text-align: center;
height: 280px;
overflow: hidden;
outline: none; }
.product__img img {
display: inline-block;
outline: none; }
.product__title {
height: 100px;
overflow: hidden;
margin: 0 0 10px;
color: #454647;
padding: 0 25px;
line-height: 20px; }
.product__article {
display: block;
font-size: 12px;
line-height: 14px;
color: #999;
padding: 0 25px;
height: 24px;
overflow: hidden;
margin: 0 0 10px; }
.tabs-block {
margin: 0 0 46px;
font-family: "Open Sans", sans-serif; }
@media only screen and (max-width: 869px) {
.tabs-block {
text-align: center; } }
.tabs-block .tabs-controls {
border-bottom: 1px solid #ccc; }
@media only screen and (max-width: 869px) {
.tabs-block .tabs-controls {
display: inline-block; } }
.tabs-block .tabs-controls__item {
float: left;
width: 210px;
text-align: center; }
@media only screen and (max-width: 869px) {
.tabs-block .tabs-controls__item {
width: 180px; } }
@media only screen and (max-width: 749px) {
.tabs-block .tabs-controls__item {
width: 150px; } }
@media only screen and (max-width: 629px) {
.tabs-block .tabs-controls__item {
width: 120px; } }
@media only screen and (max-width: 509px) {
.tabs-block .tabs-controls__item {
width: 56px; }
.tabs-block .tabs-controls__item.active {
width: 120px; } }
.tabs-block .tabs-controls__item.active .tabs-controls__link {
color: #ee3346; }
@media only screen and (max-width: 509px) {
.tabs-block .tabs-controls__item.active .tabs-controls__link {
text-indent: 0; }
.tabs-block .tabs-controls__item.active .tabs-controls__link::before {
display: none; } }
.tabs-block .tabs-controls__item.active .tabs-controls__link::after {
display: block; }
.tabs-block .tabs-controls__link {
display: block;
text-decoration: none;
padding: 15px 0;
color: #454647;
position: relative;
-webkit-transition: .3s;
transition: .3s; }
@media only screen and (max-width: 509px) {
.tabs-block .tabs-controls__link {
text-indent: -9999px; } }
.tabs-block .tabs-controls__link::before {
display: none;
top: 50%;
left: 50%; }
@media only screen and (max-width: 509px) {
.tabs-block .tabs-controls__link::before {
display: block; } }
.tabs-block .tabs-controls__link.description::before {
margin: -11px 0 0 -11px; }
.tabs-block .tabs-controls__link.guarantee::before {
margin: -11px 0 0 -11px; }
.tabs-block .tabs-controls__link.designer::before {
margin: -10px 0 0 -12px; }
.tabs-block .tabs-controls__link.brand::before {
margin: -11px 0 0 -11px; }
.tabs-block .tabs-controls__link::after {
display: none;
left: 0;
right: 0;
bottom: -1px;
width: 100%;
height: 1px;
background-color: #ee3346; }
.tabs-block .tabs-controls__link:hover {
color: #ee3346; }
.tabs-block .tabs-list {
text-align: left; }
.tabs-block .tabs-list__item {
display: none;
padding: 0 10px; }
.tabs-block .tabs-list__item.active {
display: block; }
.tabs-block .tabs-list__item p {
font-size: 16px;
line-height: 24px;
color: #454647; }
/*# sourceMappingURL=index.css.map */ | 0.637257 | 0.125735 |
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400&.css");
/**
* Vesper.less
*
* @project Vesper: HTML5 Audio player
* @version 1.6
* @author <NAME>, <EMAIL>
* @copyright 2013
* @license MIT
*/
@-webkit-keyframes animate-stripes {
0% {
background-position: 0 0;
}
100% {
background-position: 60px 0;
}
}
@-moz-keyframes animate-stripes {
0% {
background-position: 0 0;
}
100% {
background-position: 60px 0;
}
}
.button-mixin {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
color: #979797;
font-weight: 400;
}
.button-mixin:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#e5e0e4), to(#e5e0e4));
background: -webkit-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -moz-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -ms-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -o-linear-gradient(top, #e5e0e4, #e5e0e4);
background-color: #e5e0e4;
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.antialias {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.rendering {
-webkit-text-rendering: optimizeLegibility;
-moz-text-rendering: optimizeLegibility;
-ms-text-rendering: optimizeLegibility;
-o-text-rendering: optimizeLegibility;
text-rendering: optimizeLegibility;
}
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'LigatureSymbols';
src: url('LigatureSymbols.eot');
src: url('LigatureSymbols.eot?#iefix') format('embedded-opentype'), url('LigatureSymbols.woff') format('woff'), url('LigatureSymbols.ttf') format('truetype'), url('LigatureSymbols.svg#LigatureSymbols') format('svg');
src: url('LigatureSymbols.ttf') format('truetype');
}
.audio-set {
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
display: inline-block;
padding-right: 5px;
padding-left: 5px;
height: 111px;
border: 1px solid #979797;
font-family: 'Open Sans', sans-serif;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
}
.audio-set .audio-art {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
background-clip: padding-box;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
float: left;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
width: 64px;
height: 64px;
background-color: #696969;
}
.audio-set .audio-art > div {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
background-clip: padding-box;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
display: block;
width: 100%;
height: 100%;
}
.audio-set .audio-progress {
display: block;
float: left;
margin-top: 5px;
text-align: center;
}
.audio-set .audio-controlls {
display: block;
text-align: center;
}
.audio-set .audio-play,
.audio-set .audio-stop,
.audio-set .audio-mute,
.audio-set .audio-vup,
.audio-set .audio-vdown {
margin-top: 14px;
width: 14.4%;
border: 0px;
}
.audio-set .audio-currenttime,
.audio-set .audio-totaltime {
color: #979797;
}
.audio-set .audio-time {
width: 150px;
height: 17px;
border: 0px;
}
.audio-set .audio-info {
-webkit-border-top-left-radius: 0;
-moz-border-radius-topleft: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
background-clip: padding-box;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
display: block;
float: right;
margin-top: 0px;
margin-bottom: 4px;
padding-top: 2px;
padding-bottom: 2px;
width: 100%;
background-color: #696969;
}
.audio-set .audio-info .waveform {
position: relative;
top: -45px;
margin: 0;
padding: 0;
margin-bottom: -15px;
width: 310px;
height: 15px;
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
}
.audio-set .audio-info span {
display: block;
margin-left: 5px;
color: #979797;
text-align: left;
font-size: 10px;
}
progress {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
padding: 0px;
height: 20px;
border: 1px solid #979797;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
}
progress[role]:after {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
background-image: none;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
}
progress {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
background: transparent !important;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
}
progress::-webkit-progress-bar {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
background: transparent;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
}
progress::-moz-progress-bar {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
border: 1px solid #979797;
background-color: #e5e0e4;
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, r #ffffff 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-size: 30px 30px;
-webkit-animation: animate-stripes 3s linear infinite;
-moz-animation: animate-stripes 3s linear infinite;
-ms-animation: animate-stripes 3s linear infinite;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
-ms-background-size: 30px 30px;
}
progress::-webkit-progress-value {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
border: 1px solid #979797;
background-color: #e5e0e4;
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, r #ffffff 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-size: 30px 30px;
-webkit-animation: animate-stripes 3s linear infinite;
-moz-animation: animate-stripes 3s linear infinite;
-ms-animation: animate-stripes 3s linear infinite;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
-ms-background-size: 30px 30px;
}
progress[aria-valuenow]:before {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
border: 1px solid #979797;
background-color: #e5e0e4;
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, r #ffffff 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-size: 30px 30px;
-webkit-animation: animate-stripes 3s linear infinite;
-moz-animation: animate-stripes 3s linear infinite;
-ms-animation: animate-stripes 3s linear infinite;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
-ms-background-size: 30px 30px;
}
.brand {
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
background-clip: padding-box;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
position: relative;
bottom: 15px;
z-index: 10;
display: block;
float: right;
margin-right: -5px;
padding-right: 3px;
padding-left: 3px;
color: #979797;
text-align: center;
font-size: 9px;
}
icon {
-webkit-text-rendering: optimizeLegibility;
-moz-text-rendering: optimizeLegibility;
-ms-text-rendering: optimizeLegibility;
-o-text-rendering: optimizeLegibility;
text-rendering: optimizeLegibility;
font-size: 36px;
font-family: 'LigatureSymbols';
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
}
button {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
color: #979797;
font-weight: 400;
margin-top: 2px;
margin-bottom: 2px;
}
button:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#e5e0e4), to(#e5e0e4));
background: -webkit-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -moz-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -ms-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -o-linear-gradient(top, #e5e0e4, #e5e0e4);
background-color: #e5e0e4;
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
button icon {
font-size: 150%;
} | css/vesper.css | @import url("http://fonts.googleapis.com/css?family=Open+Sans:400&.css");
/**
* Vesper.less
*
* @project Vesper: HTML5 Audio player
* @version 1.6
* @author <NAME>, <EMAIL>
* @copyright 2013
* @license MIT
*/
@-webkit-keyframes animate-stripes {
0% {
background-position: 0 0;
}
100% {
background-position: 60px 0;
}
}
@-moz-keyframes animate-stripes {
0% {
background-position: 0 0;
}
100% {
background-position: 60px 0;
}
}
.button-mixin {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
color: #979797;
font-weight: 400;
}
.button-mixin:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#e5e0e4), to(#e5e0e4));
background: -webkit-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -moz-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -ms-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -o-linear-gradient(top, #e5e0e4, #e5e0e4);
background-color: #e5e0e4;
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.antialias {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.rendering {
-webkit-text-rendering: optimizeLegibility;
-moz-text-rendering: optimizeLegibility;
-ms-text-rendering: optimizeLegibility;
-o-text-rendering: optimizeLegibility;
text-rendering: optimizeLegibility;
}
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'LigatureSymbols';
src: url('LigatureSymbols.eot');
src: url('LigatureSymbols.eot?#iefix') format('embedded-opentype'), url('LigatureSymbols.woff') format('woff'), url('LigatureSymbols.ttf') format('truetype'), url('LigatureSymbols.svg#LigatureSymbols') format('svg');
src: url('LigatureSymbols.ttf') format('truetype');
}
.audio-set {
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
display: inline-block;
padding-right: 5px;
padding-left: 5px;
height: 111px;
border: 1px solid #979797;
font-family: 'Open Sans', sans-serif;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
}
.audio-set .audio-art {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
background-clip: padding-box;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
float: left;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
width: 64px;
height: 64px;
background-color: #696969;
}
.audio-set .audio-art > div {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
background-clip: padding-box;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
display: block;
width: 100%;
height: 100%;
}
.audio-set .audio-progress {
display: block;
float: left;
margin-top: 5px;
text-align: center;
}
.audio-set .audio-controlls {
display: block;
text-align: center;
}
.audio-set .audio-play,
.audio-set .audio-stop,
.audio-set .audio-mute,
.audio-set .audio-vup,
.audio-set .audio-vdown {
margin-top: 14px;
width: 14.4%;
border: 0px;
}
.audio-set .audio-currenttime,
.audio-set .audio-totaltime {
color: #979797;
}
.audio-set .audio-time {
width: 150px;
height: 17px;
border: 0px;
}
.audio-set .audio-info {
-webkit-border-top-left-radius: 0;
-moz-border-radius-topleft: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
background-clip: padding-box;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
display: block;
float: right;
margin-top: 0px;
margin-bottom: 4px;
padding-top: 2px;
padding-bottom: 2px;
width: 100%;
background-color: #696969;
}
.audio-set .audio-info .waveform {
position: relative;
top: -45px;
margin: 0;
padding: 0;
margin-bottom: -15px;
width: 310px;
height: 15px;
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
}
.audio-set .audio-info span {
display: block;
margin-left: 5px;
color: #979797;
text-align: left;
font-size: 10px;
}
progress {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
padding: 0px;
height: 20px;
border: 1px solid #979797;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
}
progress[role]:after {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
background-image: none;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
}
progress {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
background: transparent !important;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
}
progress::-webkit-progress-bar {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
background: transparent;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
}
progress::-moz-progress-bar {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
border: 1px solid #979797;
background-color: #e5e0e4;
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, r #ffffff 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-size: 30px 30px;
-webkit-animation: animate-stripes 3s linear infinite;
-moz-animation: animate-stripes 3s linear infinite;
-ms-animation: animate-stripes 3s linear infinite;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
-ms-background-size: 30px 30px;
}
progress::-webkit-progress-value {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
border: 1px solid #979797;
background-color: #e5e0e4;
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, r #ffffff 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-size: 30px 30px;
-webkit-animation: animate-stripes 3s linear infinite;
-moz-animation: animate-stripes 3s linear infinite;
-ms-animation: animate-stripes 3s linear infinite;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
-ms-background-size: 30px 30px;
}
progress[aria-valuenow]:before {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
border: 1px solid #979797;
background-color: #e5e0e4;
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, r #ffffff 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
background-size: 30px 30px;
-webkit-animation: animate-stripes 3s linear infinite;
-moz-animation: animate-stripes 3s linear infinite;
-ms-animation: animate-stripes 3s linear infinite;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
-ms-background-size: 30px 30px;
}
.brand {
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
background-clip: padding-box;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
position: relative;
bottom: 15px;
z-index: 10;
display: block;
float: right;
margin-right: -5px;
padding-right: 3px;
padding-left: 3px;
color: #979797;
text-align: center;
font-size: 9px;
}
icon {
-webkit-text-rendering: optimizeLegibility;
-moz-text-rendering: optimizeLegibility;
-ms-text-rendering: optimizeLegibility;
-o-text-rendering: optimizeLegibility;
text-rendering: optimizeLegibility;
font-size: 36px;
font-family: 'LigatureSymbols';
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
}
button {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-clip: padding-box;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e0e4));
background: -webkit-linear-gradient(top, #ffffff, #e5e0e4);
background: -moz-linear-gradient(top, #ffffff, #e5e0e4);
background: -ms-linear-gradient(top, #ffffff, #e5e0e4);
background: -o-linear-gradient(top, #ffffff, #e5e0e4);
background-color: #ffffff;
color: #979797;
font-weight: 400;
margin-top: 2px;
margin-bottom: 2px;
}
button:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#e5e0e4), to(#e5e0e4));
background: -webkit-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -moz-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -ms-linear-gradient(top, #e5e0e4, #e5e0e4);
background: -o-linear-gradient(top, #e5e0e4, #e5e0e4);
background-color: #e5e0e4;
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
button icon {
font-size: 150%;
} | 0.386532 | 0.139104 |
*{font-family:'Montserrat';}
.container{max-width:1600px;width:95%;}
/* header css starts */
#header{width:100%;background:transparent;min-height:80px;z-index:100;top:0;left:0;border:0}
#header .logoheader{float:left;padding:14px 0 18px}
#header .logo{float:left;padding:14px 0 18px;text-align:center;width:100%}
#header .logoheader .logo{float:left;margin-top:3px;}
#header .siteBarnd{border-bottom:0px;text-decoration:none;display:inline-block;}
#header .logoheader .siteBarnd span{display:inline-block;font-family:'Montserrat', sans-serif;font-size:24px;line-height:48px;}
#header .navigation{padding:40px 0px 0px 0px;float:right;z-index:10;}
.navbar-default{border:none}
.navbar{border:1px solid transparent;margin-bottom:0;}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:red;background:none}
.nav.menu.nav-pills>li>a{color:#0071c5;padding:10px 5px;background:none;border-radius:0;font-family:'Montserrat', sans-serif;font-size:16px;line-height:normal;font-weight:400;}
.navbar-default .navbar-nav>li>a{color:#000}
.navbar-default .navbar-nav>li>a:hover{color:red!important;background:none}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background:none;color:red}
.caret{color:#8a4c3b}
.nav.menu.nav-pills>li{position:relative;display:block;margin-left:26px}
.nav.menu.nav-pills>li>a:hover,.nav.menu.nav-pills>li>a:focus{text-decoration:none;color:#0071c5}
.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{height:auto;line-height:inherit;padding:0;margin:2px 0 0 0;float:none;display:inline-block;vertical-align:middle;}
#headerloginblock{float:right;padding-top:18px}
#headerloginblock .logoutbtn{float:right;margin:4px 0 0 15px;right:2px;text-align:center}
#headerloginblock .logoutbtn a{color:#005aa2;cursor:pointer;font-size:14px;line-height:23px;padding:0 0 0 0px;color:#fff}
#flip i, .logoutbtn i{color:#FDB813;}
.menubar{background:transparent;}
.menubar .container{width:100%;}
.menubar ul{list-style:none;padding:0px 0;margin:0;border-bottom:2px solid #ececec;}
.menubar ul li ul{border-bottom:0px solid #ececec;}
.menubar ul li{display:block;position:relative;float:left;margin:0 21px;}
.menubar ul li:first-child{margin-left:0;}
.menubar ul li:last-child{margin-right:0;}
.menubar li ul{display:none;background-color:#193f6e;padding:0;min-width:220px;width:220px;left:0px;margin-top:2px;}
.menubar ul li a,.menubar ul li span.separator{display:block;padding:0.6em 0em 0.6em 1.4em;text-decoration:none;color:#555555;text-transform:uppercase;border-bottom:2px solid #ffffff;font-weight:700;}
.menubar ul > li a, .menubar ul > li span.separator{padding:0.6em 0;border-bottom:3px solid transparent;margin-bottom:-2px;font-size:19px;line-height:32px;}
.menubar ul > li:hover > a, .menubar ul > li:hover > span.separator, .menubar ul li span.separator:hover, .menubar ul li.active a, .menubar ul li.active span{border-bottom:5px solid #c3d241;margin-bottom:-2px;}
.menubar li:hover > ul{display:block;position:absolute;z-index:10;}
.menubar li:hover li{float:none}
.menubar li:hover a{background:none}
.menubar li:hover li a:hover{background:none}
.menubar .nav-child li:last-child a{border-bottom:none !important;}
.menubar ul ul ul{left:100%;top:0}
.menubar ul:before,.menubar ul:after{content:" ";display:table}
.menubar ul:after{clear:both}
.menubar .nav.menu li ul{border-top:0}
.menubar .nav.menu li ul li{border-top:0;margin:0;border-bottom:1px solid #3a6090;}
/*.menubar .nav.menu li ul li:nth-child(3) a, .menubar .nav.menu li:nth-child(2) ul li:nth-child(2) a{line-height:20px;}*/
.menubar ul li.active ul li a{border:0;}
.menubar .nav.menu li ul li a{padding:11px 1em;color:#fff;font-size:14px;border:0;margin-bottom:0;line-height:22px;}
.nav>li>a:focus, .nav>li>a:hover{text-decoration:none;background:transparent;}
.menubar .nav.menu > li.parent > a:after{font-family:"FontAwesome";content:"\f107";position:absolute;right:-15px;top:10px;color:#555;}
.menubar .nav.menu li ul li a:hover{border:0;background-color:rgba(255, 255, 255, 0.1);}
.menubar .nav.menu > li:nth-child(5) ul.nav-child, .menubar .nav.menu > li:last-child ul.nav-child{left:auto;right:0}
#header .logo,#header .logoheader{padding:14px 0 18px;float:left;}
#header .logoheader .navbar-brand img{width:280px;height:auto;max-width:100%;}
header{width:100%;position:fixed;z-index:999;}
header .logo{margin:25px 0 20px;}
.nav-mobile{cursor:pointer;width:35px;position:absolute;top:-70px;right:0px;}
.nav-mobile [class^="hamb-"]{background-color:#555;height:3px;display:block;}
.nav-mobile span + span{margin-top:7px;}
.social-down{display:none;}
/* header css ends */
.leftSection{width:350px;float:left;padding-right:20px;margin-top:30px;margin-bottom:30px;}
.searchBar{position:relative;text-align:right;margin-bottom:20px;}
.searchBar .searchIcon{position:absolute;width:20px;height:auto;opacity:0.6;right:15px;margin-top:-27px;}
.searchBar .srchText{font-size:14px;}
.collapseArea{padding:0;margin:0;}
.collapseArea li:first-child .collaspeHead{color:#f69432;}
.collapseArea li:first-child .collaspeContent{color:#f69432;}
.collapseArea li{list-style-type:none;border-radius:5px;margin-bottom:7px;line-height:1.6;}
.collapseArea li a{color:#193f6e;font-size:16px;}
.collapseArea li.active a{/*color:#c2d32f;*/color:#a1b11d;}
.collapseArea li i{margin-right:5px;font-size:18px;color:#f69432;top:-1px;position:relative;}
.collapseArea > li{border:1px solid #ccc;}
.collapseArea > li > .collaspeHead{color:#193f6e;font-weight:bold;background-color:#eee;padding:5px 10px;border-bottom:1px solid #ccc;border-top-left-radius:5px;border-top-right-radius:5px;font-size:16px;cursor:pointer;}
.collapseArea > li > .collaspeContent{padding:10px 15px;font-size:16px;}
.collapseArea > li > .collaspeContent > ul{padding:0;margin:0;}
.rightSection{width:calc(100% - 350px);float:right;margin-top:30px;margin-bottom:30px;}
.rightSection code{ word-break:break-word;}
.rightHead{width:100%;background-color:#eee;overflow:hidden;padding:10px 15px;}
.rightHead *{font-size:14px;}
.rightHead .editLink{text-decoration:underline;}
.rightSection h1{font-size:28px;font-weight:600;}
.rightSection h2{font-size:20px;font-weight:600;}
.rightSection p, .rightSection ul li{font-size:16px;}
hr{margin-top:10px;}
.rightSection table{width:100%;display:block;overflow:auto;}
.rightSection > ul > li{list-style-type:disc;}
.rightSection > ul > li > ul > li{list-style-type:circle;}
.rightSection table td, .rightSection table th{padding:6px 12px;border:1px solid #dfe2e5;}
.rightSection table tr:nth-child(2n){background-color:#f6f8fa;}
.rightSection .contentArea img{width:auto;max-width:100%;}
#footer{border-top:1px solid #ccc;}
/* footer css starts */
#footer{width:100%;background:#ffffff;padding-top:2px;padding-bottom:2px;bottom:0;left:0}
#footer .ftrleft{float:left}
#footer .ftrleft>ul{margin:0;padding:0}
#footer .ftrleft>ul>li{list-style-type:none;margin-left:0;display:inline-block;color:#fff;font-size:13px;padding:10px 5px 10px 0}
#footer .ftrleft>ul>li:first-child{padding-right:32px}
#footer .ftrleft>ul>li>a{text-decoration:none;color:#fff;border-top:0;font-size:13px;line-height:18px}
#footer .ftrleft>ul>li>a:hover{color:#fff;text-decoration:none}
#footer .footer-link{float:left;padding:10px 0;width:100%;text-align:center;}
#footer .footer-link>ul{margin:0;padding:0;float:none}
#footer .footer-link>ul>li{list-style-type:none;display:inline-block;color:#555555;font-weight:300;font-size:18px;}
#footer .footer-link>ul>li>a{text-decoration:none;color:#555555;outline:0;display:inline-block}
#footer .footer-link>ul>li:last-child>a{padding-right:0}
#footer .footer-link>ul>li>a:focus,#footer .footer-link>ul>li>a:hover{color:#00aeef;text-decoration:none;background:0 0}
#footer .footer-link>ul>li:after{content:"|";width:25px;text-align:center;display:inline-block}
#footer .footer-link>ul>li:last-child:after{content:"";width:0}
#footer .social-link{margin:0;text-align:right;}
#footer .footer-link a, footer .social-link a{color:#555;display:inline-block;padding:20px 0;}
#footer .footer-link a:first-child{padding-left:0;}
#footer .social-link a i{font-size:28px;}
/* footer css ends */
@media (max-width:1366px){
/*.container{width:98%;}*/
.menubar ul > li a, .menubar ul > li span.separator{font-size:16px;}
.menubar ul li{margin:0 17px;}
}
@media (max-width:1199px){
.leftSection{width:300px;}
.rightSection{width:calc(100% - 300px);}
.navbar-brand > img{max-width:90%;}
.menubar ul li a{font-size:13px;}
.menubar ul li{margin:0 14px;}
}
@media (max-width:1024px){
.menubar ul li{margin:0 12px;}
.menubar ul li a{font-size:13px;}
}
@media (max-width:991px){
#header > .container{padding-left:10px;padding-right:10px;}
.menubar .nav.menu > li.parent > a:after{right:-8px;font-size:10px;top:9px;}
.menubar ul li{margin:0 8px;}
.menubar ul li a{font-size:12px;}
.menubar > .container{width:100%;}
.navbar-brand > img{max-width:100%;}
#header .navigation{padding-top:30px;}
.leftSection{width:250px;}
.rightSection{width:calc(100% - 250px);}
.menubar .nav.menu li ul li a{font-size:12px;}
}
@media (max-width:768px){
.quickLinkBtn{background-color:#f69432;color:#fff;display:block!important;max-width:115px;margin-bottom:20px;cursor:pointer;padding:10px 15px;float:right;}
#header{height:100px;}
#header .logoheader .navbar-brand img{width:200px;}
#header{min-height:50px;}
#header .logoheader{padding:0px;padding-left:0px;margin-bottom:-70px;}
#headerloginblock{padding-top:10px;}
#header .logoheader .navbar-brand{display:inline-block;}
#header .navigation{border:0;margin:0;}
.menubar ul li{width:100%;float:none;}
.menubar ul li:nth-child(2){border:none;}
.menubar .nav.menu li ul.nav-child{position:static;width:100%;}
.menubar .nav.menu > li:hover ul.nav-child{position:static;display:none;}
.menubar ul li span.separator{cursor:pointer;}
.menubar .nav.menu li ul.nav-child{box-shadow:none;}
.menubar .nav.menu > li > ul > li:before{font-family:"FontAwesome";content:"\f105";position:absolute;left:5px;top:6px;color:#fff;}
.menubar .nav.menu > li.parent .social-down{font-family:"FontAwesome";content:"\f107";position:absolute;right:6px;top:8px;color:#fff;width:50px;text-align:right;cursor:pointer;font-size:19px;display:block;}
.menubar{position:absolute;left:0px;top:-70px;right:0;box-shadow:inherit;margin-bottom:0px;}
.menubar > .container{padding:0px;}
.nav-mobile{display:block;top:-35px;right:10px;}
.nav-mobile i{font-size:18px;}
.menubar ul li{width:100%;float:none;}
.menubar ul li:nth-child(2){border:none;}
.smartedge-openmenu{display:none;width:340px;background-color:#193f6e;max-width:calc(100% - 20px);}
.menubar .nav.menu li ul.nav-child{position:static;width:100%;}
.menubar .nav.menu > li:hover ul.nav-child{position:static;display:none;}
.menubar ul li span.separator{cursor:pointer;}
.menubar .nav.menu li ul.nav-child{box-shadow:none;}
.menubar .nav.menu > li > ul > li:before{font-family:"FontAwesome";content:"\f105";position:absolute;left:5px;top:6px;color:#fff;}
.menubar .nav.menu > li.parent .social-down{font-family:"FontAwesome";content:"\f107";position:absolute;right:6px;top:8px;color:#fff;width:50px;text-align:right;cursor:pointer;font-size:19px;display:block;}
.menubar .nav.menu > li.parent > a:after{display:none;}
.menubar{position:absolute;left:0px;top:50px;right:0;box-shadow:inherit;margin-bottom:0px;}
.menubar > .container{padding:0px;}
.menubar .smartedge-openmenu{padding-right:15px;padding-left:15px;float:right;}
.menubar ul{border-bottom:0px solid #ececec;}
.menubar .nav.menu li span.separator, .menubar .nav.menu li a{padding-left:0px;margin-left:0;margin-bottom:0;border-bottom:1px solid transparent;color:#fff;}
.menubar .nav.menu li ul.nav-child li a{border-bottom:none;padding:0.4em 0px 0.4em 20px;}
.menubar .nav.menu li ul.nav-child li{position:relative;}
.menubar .nav.menu > li{border-bottom:1px solid #3a6090;margin:0;}
#header .logoheader .navbar-brand{}
.menubar ul li{margin:0;}
.menubar ul li a{font-size:16px;padding:10px 0;}
.menubar ul li > a{padding:10px 0;}
.menubar ul li a:hover, .menubar ul li span.separator:hover{border-bottom:1px solid #c3d241;margin-bottom:0;}
#header .row [class^="col-"]{width:100% !important;}
#header > .container{padding-left:15px;padding-right:15px;}
.leftSection{padding-right:0;}
.leftSection, .rightSection{width:100%;float:none;}
.collapseArea{margin-top:60px;clear:both;display:none;}
#footer .footer-link a, footer .social-link a{padding:7px 0;}
#footer .footer-link>ul>li, #footer .footer-link>ul>li>.separator, #footer .footer-link>ul>li>a{font-size:16px;}
#footer .footer-link>ul>li:first-child:after{display:none;}
#footer .footer-link>ul>li:first-child{display:block;text-align:center;}
}
@media (max-width:479px){
#header .logoheader .navbar-brand img{}
}
@media (min-width:769px){
.menubar li:hover > ul{display:block!important;position:absolute;}
.nav-mobile{display:none;}
.smartedge-openmenu{display:block !important;width:auto;}
.menubar li ul{display:none !important;}
.menubar li:hover > ul{display:block!important;position:absolute;}
}
/* menu bar css starts */
@media (max-width:1679px){
.menubar ul > li a, .menubar ul > li span.separator{font-size:18px;}
}
@media (max-width:1600px){#section1 .intro{width:60%;}
.menubar ul li{margin:0 14px;}
.menubar ul > li a, .menubar ul > li span.separator{font-weight:600;font-size:16px;}
}
@media (max-width:1400px){#section1 .intro h1{font-size:3em;}
#section1 .intro{width:65%;}
.menubar ul li a{font-size:14px;}
}
@media (max-width:1300px){.menubar ul li{margin:0 17px;}
.menubar ul li a{font-size:14px;font-weight:500;}
}
@media (max-width:1280px){.container{width:98%;}
.menubar ul li{margin:0 17px;}
.menubar .nav.menu > li.parent > a:after{right:-13px;}
}
@media (min-width:769px) and (max-width:1199px){
.menubar ul li a{font-size:13px;}
.navbar-brand > img{max-width:90%;}
.menubar .nav.menu > li.parent > a:after{top:9px;}
.navbar-header, .navbar-header + .col-lg-9{width:auto;}
.navbar-header + .col-lg-9{float:right;}
#header .logoheader .navbar-brand img{max-width:20vw;}
#header .navigation{padding-top:32px;}
.menubar ul li{margin:0 11px;}
}
@media (min-width:769px) and (max-width:1023px){
.menubar .container{padding:0;}
.menubar ul li{margin:0 11px;}
#header .navigation{padding-top:27px;}
}
@media (min-width:769px) and (max-width:991px){
.menubar ul li{margin:0 7px;}
.menubar ul li a{font-size:11.5px;}
.menubar .nav.menu > li.parent > a:after{right:-8px;}
}
@media (min-width:769px) and (max-width:850px){
.navbar-header + .col-lg-9{padding-left:0;}
.menubar ul li{margin:0 7px;}
.menubar ul li a{font-size:10.5px;}
.menubar .nav.menu > li.parent > a:after{top:5px;right:-8px;}
#header .navigation{padding-top:25px;}
}
@media (min-width:769px) and (max-width:850px){
.tabRest{display:none!important;}
.tabOnly{display:block!important;}
}
.collaspeContent ul:not(.parent) > li{ display: block!important;}
.rightSection .contentArea .language-text .highlight{display: none!important;}
.rightSection .read-time { margin-top: 10px; margin-left: 10px; color: #666; font-size: 16px; }
.rightSection .download-pdf { margin-top: 10px; margin-right: 10px; color: #666; font-size: 16px; }
.output-section{display: none;}
@-moz-document url-prefix() {
.ais-search-box--magnifier svg,.ais-search-box--reset-wrapper svg { margin: 5px;}
}
.ais-search-box{max-width: 330px!important;}
.container .leftSection .collapseArea{padding-top: 12px;}
.container .leftSection .searchBar-section .popover .popover-content .ais-hits--item{ margin-top: 7px; }
.container .leftSection .searchBar-section .popover .popover-content .ais-hits--item .search-item a{ color: #666; }
.container .leftSection .searchBar-section .popover .popover-content .ais-hits--item .search-item a:hover{ color: #23527c!important; }
.container .leftSection .searchBar-section .popover{ max-width: 300px; }
/* menu bar css ends */ | css/custom.css | *{font-family:'Montserrat';}
.container{max-width:1600px;width:95%;}
/* header css starts */
#header{width:100%;background:transparent;min-height:80px;z-index:100;top:0;left:0;border:0}
#header .logoheader{float:left;padding:14px 0 18px}
#header .logo{float:left;padding:14px 0 18px;text-align:center;width:100%}
#header .logoheader .logo{float:left;margin-top:3px;}
#header .siteBarnd{border-bottom:0px;text-decoration:none;display:inline-block;}
#header .logoheader .siteBarnd span{display:inline-block;font-family:'Montserrat', sans-serif;font-size:24px;line-height:48px;}
#header .navigation{padding:40px 0px 0px 0px;float:right;z-index:10;}
.navbar-default{border:none}
.navbar{border:1px solid transparent;margin-bottom:0;}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:red;background:none}
.nav.menu.nav-pills>li>a{color:#0071c5;padding:10px 5px;background:none;border-radius:0;font-family:'Montserrat', sans-serif;font-size:16px;line-height:normal;font-weight:400;}
.navbar-default .navbar-nav>li>a{color:#000}
.navbar-default .navbar-nav>li>a:hover{color:red!important;background:none}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background:none;color:red}
.caret{color:#8a4c3b}
.nav.menu.nav-pills>li{position:relative;display:block;margin-left:26px}
.nav.menu.nav-pills>li>a:hover,.nav.menu.nav-pills>li>a:focus{text-decoration:none;color:#0071c5}
.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{height:auto;line-height:inherit;padding:0;margin:2px 0 0 0;float:none;display:inline-block;vertical-align:middle;}
#headerloginblock{float:right;padding-top:18px}
#headerloginblock .logoutbtn{float:right;margin:4px 0 0 15px;right:2px;text-align:center}
#headerloginblock .logoutbtn a{color:#005aa2;cursor:pointer;font-size:14px;line-height:23px;padding:0 0 0 0px;color:#fff}
#flip i, .logoutbtn i{color:#FDB813;}
.menubar{background:transparent;}
.menubar .container{width:100%;}
.menubar ul{list-style:none;padding:0px 0;margin:0;border-bottom:2px solid #ececec;}
.menubar ul li ul{border-bottom:0px solid #ececec;}
.menubar ul li{display:block;position:relative;float:left;margin:0 21px;}
.menubar ul li:first-child{margin-left:0;}
.menubar ul li:last-child{margin-right:0;}
.menubar li ul{display:none;background-color:#193f6e;padding:0;min-width:220px;width:220px;left:0px;margin-top:2px;}
.menubar ul li a,.menubar ul li span.separator{display:block;padding:0.6em 0em 0.6em 1.4em;text-decoration:none;color:#555555;text-transform:uppercase;border-bottom:2px solid #ffffff;font-weight:700;}
.menubar ul > li a, .menubar ul > li span.separator{padding:0.6em 0;border-bottom:3px solid transparent;margin-bottom:-2px;font-size:19px;line-height:32px;}
.menubar ul > li:hover > a, .menubar ul > li:hover > span.separator, .menubar ul li span.separator:hover, .menubar ul li.active a, .menubar ul li.active span{border-bottom:5px solid #c3d241;margin-bottom:-2px;}
.menubar li:hover > ul{display:block;position:absolute;z-index:10;}
.menubar li:hover li{float:none}
.menubar li:hover a{background:none}
.menubar li:hover li a:hover{background:none}
.menubar .nav-child li:last-child a{border-bottom:none !important;}
.menubar ul ul ul{left:100%;top:0}
.menubar ul:before,.menubar ul:after{content:" ";display:table}
.menubar ul:after{clear:both}
.menubar .nav.menu li ul{border-top:0}
.menubar .nav.menu li ul li{border-top:0;margin:0;border-bottom:1px solid #3a6090;}
/*.menubar .nav.menu li ul li:nth-child(3) a, .menubar .nav.menu li:nth-child(2) ul li:nth-child(2) a{line-height:20px;}*/
.menubar ul li.active ul li a{border:0;}
.menubar .nav.menu li ul li a{padding:11px 1em;color:#fff;font-size:14px;border:0;margin-bottom:0;line-height:22px;}
.nav>li>a:focus, .nav>li>a:hover{text-decoration:none;background:transparent;}
.menubar .nav.menu > li.parent > a:after{font-family:"FontAwesome";content:"\f107";position:absolute;right:-15px;top:10px;color:#555;}
.menubar .nav.menu li ul li a:hover{border:0;background-color:rgba(255, 255, 255, 0.1);}
.menubar .nav.menu > li:nth-child(5) ul.nav-child, .menubar .nav.menu > li:last-child ul.nav-child{left:auto;right:0}
#header .logo,#header .logoheader{padding:14px 0 18px;float:left;}
#header .logoheader .navbar-brand img{width:280px;height:auto;max-width:100%;}
header{width:100%;position:fixed;z-index:999;}
header .logo{margin:25px 0 20px;}
.nav-mobile{cursor:pointer;width:35px;position:absolute;top:-70px;right:0px;}
.nav-mobile [class^="hamb-"]{background-color:#555;height:3px;display:block;}
.nav-mobile span + span{margin-top:7px;}
.social-down{display:none;}
/* header css ends */
.leftSection{width:350px;float:left;padding-right:20px;margin-top:30px;margin-bottom:30px;}
.searchBar{position:relative;text-align:right;margin-bottom:20px;}
.searchBar .searchIcon{position:absolute;width:20px;height:auto;opacity:0.6;right:15px;margin-top:-27px;}
.searchBar .srchText{font-size:14px;}
.collapseArea{padding:0;margin:0;}
.collapseArea li:first-child .collaspeHead{color:#f69432;}
.collapseArea li:first-child .collaspeContent{color:#f69432;}
.collapseArea li{list-style-type:none;border-radius:5px;margin-bottom:7px;line-height:1.6;}
.collapseArea li a{color:#193f6e;font-size:16px;}
.collapseArea li.active a{/*color:#c2d32f;*/color:#a1b11d;}
.collapseArea li i{margin-right:5px;font-size:18px;color:#f69432;top:-1px;position:relative;}
.collapseArea > li{border:1px solid #ccc;}
.collapseArea > li > .collaspeHead{color:#193f6e;font-weight:bold;background-color:#eee;padding:5px 10px;border-bottom:1px solid #ccc;border-top-left-radius:5px;border-top-right-radius:5px;font-size:16px;cursor:pointer;}
.collapseArea > li > .collaspeContent{padding:10px 15px;font-size:16px;}
.collapseArea > li > .collaspeContent > ul{padding:0;margin:0;}
.rightSection{width:calc(100% - 350px);float:right;margin-top:30px;margin-bottom:30px;}
.rightSection code{ word-break:break-word;}
.rightHead{width:100%;background-color:#eee;overflow:hidden;padding:10px 15px;}
.rightHead *{font-size:14px;}
.rightHead .editLink{text-decoration:underline;}
.rightSection h1{font-size:28px;font-weight:600;}
.rightSection h2{font-size:20px;font-weight:600;}
.rightSection p, .rightSection ul li{font-size:16px;}
hr{margin-top:10px;}
.rightSection table{width:100%;display:block;overflow:auto;}
.rightSection > ul > li{list-style-type:disc;}
.rightSection > ul > li > ul > li{list-style-type:circle;}
.rightSection table td, .rightSection table th{padding:6px 12px;border:1px solid #dfe2e5;}
.rightSection table tr:nth-child(2n){background-color:#f6f8fa;}
.rightSection .contentArea img{width:auto;max-width:100%;}
#footer{border-top:1px solid #ccc;}
/* footer css starts */
#footer{width:100%;background:#ffffff;padding-top:2px;padding-bottom:2px;bottom:0;left:0}
#footer .ftrleft{float:left}
#footer .ftrleft>ul{margin:0;padding:0}
#footer .ftrleft>ul>li{list-style-type:none;margin-left:0;display:inline-block;color:#fff;font-size:13px;padding:10px 5px 10px 0}
#footer .ftrleft>ul>li:first-child{padding-right:32px}
#footer .ftrleft>ul>li>a{text-decoration:none;color:#fff;border-top:0;font-size:13px;line-height:18px}
#footer .ftrleft>ul>li>a:hover{color:#fff;text-decoration:none}
#footer .footer-link{float:left;padding:10px 0;width:100%;text-align:center;}
#footer .footer-link>ul{margin:0;padding:0;float:none}
#footer .footer-link>ul>li{list-style-type:none;display:inline-block;color:#555555;font-weight:300;font-size:18px;}
#footer .footer-link>ul>li>a{text-decoration:none;color:#555555;outline:0;display:inline-block}
#footer .footer-link>ul>li:last-child>a{padding-right:0}
#footer .footer-link>ul>li>a:focus,#footer .footer-link>ul>li>a:hover{color:#00aeef;text-decoration:none;background:0 0}
#footer .footer-link>ul>li:after{content:"|";width:25px;text-align:center;display:inline-block}
#footer .footer-link>ul>li:last-child:after{content:"";width:0}
#footer .social-link{margin:0;text-align:right;}
#footer .footer-link a, footer .social-link a{color:#555;display:inline-block;padding:20px 0;}
#footer .footer-link a:first-child{padding-left:0;}
#footer .social-link a i{font-size:28px;}
/* footer css ends */
@media (max-width:1366px){
/*.container{width:98%;}*/
.menubar ul > li a, .menubar ul > li span.separator{font-size:16px;}
.menubar ul li{margin:0 17px;}
}
@media (max-width:1199px){
.leftSection{width:300px;}
.rightSection{width:calc(100% - 300px);}
.navbar-brand > img{max-width:90%;}
.menubar ul li a{font-size:13px;}
.menubar ul li{margin:0 14px;}
}
@media (max-width:1024px){
.menubar ul li{margin:0 12px;}
.menubar ul li a{font-size:13px;}
}
@media (max-width:991px){
#header > .container{padding-left:10px;padding-right:10px;}
.menubar .nav.menu > li.parent > a:after{right:-8px;font-size:10px;top:9px;}
.menubar ul li{margin:0 8px;}
.menubar ul li a{font-size:12px;}
.menubar > .container{width:100%;}
.navbar-brand > img{max-width:100%;}
#header .navigation{padding-top:30px;}
.leftSection{width:250px;}
.rightSection{width:calc(100% - 250px);}
.menubar .nav.menu li ul li a{font-size:12px;}
}
@media (max-width:768px){
.quickLinkBtn{background-color:#f69432;color:#fff;display:block!important;max-width:115px;margin-bottom:20px;cursor:pointer;padding:10px 15px;float:right;}
#header{height:100px;}
#header .logoheader .navbar-brand img{width:200px;}
#header{min-height:50px;}
#header .logoheader{padding:0px;padding-left:0px;margin-bottom:-70px;}
#headerloginblock{padding-top:10px;}
#header .logoheader .navbar-brand{display:inline-block;}
#header .navigation{border:0;margin:0;}
.menubar ul li{width:100%;float:none;}
.menubar ul li:nth-child(2){border:none;}
.menubar .nav.menu li ul.nav-child{position:static;width:100%;}
.menubar .nav.menu > li:hover ul.nav-child{position:static;display:none;}
.menubar ul li span.separator{cursor:pointer;}
.menubar .nav.menu li ul.nav-child{box-shadow:none;}
.menubar .nav.menu > li > ul > li:before{font-family:"FontAwesome";content:"\f105";position:absolute;left:5px;top:6px;color:#fff;}
.menubar .nav.menu > li.parent .social-down{font-family:"FontAwesome";content:"\f107";position:absolute;right:6px;top:8px;color:#fff;width:50px;text-align:right;cursor:pointer;font-size:19px;display:block;}
.menubar{position:absolute;left:0px;top:-70px;right:0;box-shadow:inherit;margin-bottom:0px;}
.menubar > .container{padding:0px;}
.nav-mobile{display:block;top:-35px;right:10px;}
.nav-mobile i{font-size:18px;}
.menubar ul li{width:100%;float:none;}
.menubar ul li:nth-child(2){border:none;}
.smartedge-openmenu{display:none;width:340px;background-color:#193f6e;max-width:calc(100% - 20px);}
.menubar .nav.menu li ul.nav-child{position:static;width:100%;}
.menubar .nav.menu > li:hover ul.nav-child{position:static;display:none;}
.menubar ul li span.separator{cursor:pointer;}
.menubar .nav.menu li ul.nav-child{box-shadow:none;}
.menubar .nav.menu > li > ul > li:before{font-family:"FontAwesome";content:"\f105";position:absolute;left:5px;top:6px;color:#fff;}
.menubar .nav.menu > li.parent .social-down{font-family:"FontAwesome";content:"\f107";position:absolute;right:6px;top:8px;color:#fff;width:50px;text-align:right;cursor:pointer;font-size:19px;display:block;}
.menubar .nav.menu > li.parent > a:after{display:none;}
.menubar{position:absolute;left:0px;top:50px;right:0;box-shadow:inherit;margin-bottom:0px;}
.menubar > .container{padding:0px;}
.menubar .smartedge-openmenu{padding-right:15px;padding-left:15px;float:right;}
.menubar ul{border-bottom:0px solid #ececec;}
.menubar .nav.menu li span.separator, .menubar .nav.menu li a{padding-left:0px;margin-left:0;margin-bottom:0;border-bottom:1px solid transparent;color:#fff;}
.menubar .nav.menu li ul.nav-child li a{border-bottom:none;padding:0.4em 0px 0.4em 20px;}
.menubar .nav.menu li ul.nav-child li{position:relative;}
.menubar .nav.menu > li{border-bottom:1px solid #3a6090;margin:0;}
#header .logoheader .navbar-brand{}
.menubar ul li{margin:0;}
.menubar ul li a{font-size:16px;padding:10px 0;}
.menubar ul li > a{padding:10px 0;}
.menubar ul li a:hover, .menubar ul li span.separator:hover{border-bottom:1px solid #c3d241;margin-bottom:0;}
#header .row [class^="col-"]{width:100% !important;}
#header > .container{padding-left:15px;padding-right:15px;}
.leftSection{padding-right:0;}
.leftSection, .rightSection{width:100%;float:none;}
.collapseArea{margin-top:60px;clear:both;display:none;}
#footer .footer-link a, footer .social-link a{padding:7px 0;}
#footer .footer-link>ul>li, #footer .footer-link>ul>li>.separator, #footer .footer-link>ul>li>a{font-size:16px;}
#footer .footer-link>ul>li:first-child:after{display:none;}
#footer .footer-link>ul>li:first-child{display:block;text-align:center;}
}
@media (max-width:479px){
#header .logoheader .navbar-brand img{}
}
@media (min-width:769px){
.menubar li:hover > ul{display:block!important;position:absolute;}
.nav-mobile{display:none;}
.smartedge-openmenu{display:block !important;width:auto;}
.menubar li ul{display:none !important;}
.menubar li:hover > ul{display:block!important;position:absolute;}
}
/* menu bar css starts */
@media (max-width:1679px){
.menubar ul > li a, .menubar ul > li span.separator{font-size:18px;}
}
@media (max-width:1600px){#section1 .intro{width:60%;}
.menubar ul li{margin:0 14px;}
.menubar ul > li a, .menubar ul > li span.separator{font-weight:600;font-size:16px;}
}
@media (max-width:1400px){#section1 .intro h1{font-size:3em;}
#section1 .intro{width:65%;}
.menubar ul li a{font-size:14px;}
}
@media (max-width:1300px){.menubar ul li{margin:0 17px;}
.menubar ul li a{font-size:14px;font-weight:500;}
}
@media (max-width:1280px){.container{width:98%;}
.menubar ul li{margin:0 17px;}
.menubar .nav.menu > li.parent > a:after{right:-13px;}
}
@media (min-width:769px) and (max-width:1199px){
.menubar ul li a{font-size:13px;}
.navbar-brand > img{max-width:90%;}
.menubar .nav.menu > li.parent > a:after{top:9px;}
.navbar-header, .navbar-header + .col-lg-9{width:auto;}
.navbar-header + .col-lg-9{float:right;}
#header .logoheader .navbar-brand img{max-width:20vw;}
#header .navigation{padding-top:32px;}
.menubar ul li{margin:0 11px;}
}
@media (min-width:769px) and (max-width:1023px){
.menubar .container{padding:0;}
.menubar ul li{margin:0 11px;}
#header .navigation{padding-top:27px;}
}
@media (min-width:769px) and (max-width:991px){
.menubar ul li{margin:0 7px;}
.menubar ul li a{font-size:11.5px;}
.menubar .nav.menu > li.parent > a:after{right:-8px;}
}
@media (min-width:769px) and (max-width:850px){
.navbar-header + .col-lg-9{padding-left:0;}
.menubar ul li{margin:0 7px;}
.menubar ul li a{font-size:10.5px;}
.menubar .nav.menu > li.parent > a:after{top:5px;right:-8px;}
#header .navigation{padding-top:25px;}
}
@media (min-width:769px) and (max-width:850px){
.tabRest{display:none!important;}
.tabOnly{display:block!important;}
}
.collaspeContent ul:not(.parent) > li{ display: block!important;}
.rightSection .contentArea .language-text .highlight{display: none!important;}
.rightSection .read-time { margin-top: 10px; margin-left: 10px; color: #666; font-size: 16px; }
.rightSection .download-pdf { margin-top: 10px; margin-right: 10px; color: #666; font-size: 16px; }
.output-section{display: none;}
@-moz-document url-prefix() {
.ais-search-box--magnifier svg,.ais-search-box--reset-wrapper svg { margin: 5px;}
}
.ais-search-box{max-width: 330px!important;}
.container .leftSection .collapseArea{padding-top: 12px;}
.container .leftSection .searchBar-section .popover .popover-content .ais-hits--item{ margin-top: 7px; }
.container .leftSection .searchBar-section .popover .popover-content .ais-hits--item .search-item a{ color: #666; }
.container .leftSection .searchBar-section .popover .popover-content .ais-hits--item .search-item a:hover{ color: #23527c!important; }
.container .leftSection .searchBar-section .popover{ max-width: 300px; }
/* menu bar css ends */ | 0.141608 | 0.059811 |
.x-panel-default {
border-color: #000;
}
.x-grid-cell-inner {
padding-top: 2px;
padding-bottom: 2px;
}
.x-panel-header-default-horizontal.x-header-noborder {
padding: 6px 16px 6px 16px;
}
.x-form-item-label-default {
padding-top: 0px;
vertical-align: middle;
}
.x-column-header-inner {
padding: 2px 10px 2px;
}
.style {
height: 24px;
}
.x-window-header-default-top {
padding: 2px 14px 2px 14px;
}
.x-grid-item {
font: 400 13px/15px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
}
.x-tab-default-top {
padding: 0px 18px 0px 18px;
}
.x-btn-default-toolbar-small {
padding: 3px 7px 3px 7px;
}
.x-panel-header-default-horizontal {
padding: 8px 15px 7px;
}
#header {
height: 60px;
}
#headerlogo {
margin-top: 10px;
}
.x-fieldset .x-fieldset-header {
padding: 2px 5px 2px 5px;
}
element.style {
padding: 6px 5px 0px 5px;
}
.x-workspace-node-tree .x-panel-header-default {
border: 0px;
background-color: #000;
}
#workspace-node-tree-1019_header-title-textEl {
background: url(/images/header_logo.svg), none;
background-size: 100% 100%;
background-repeat: no-repeat;
background-color: #000;
background-position: center left;
}
#tool-1064-toolEl {
background-color: #000;
}
.login-page,
.shutdown-page {
background: #000;
}
.shutdown-page {
background: #000;
}
div#header {
background: #000;
display: none;
}
a,
.x-form-item-label-text {
color: #AAA;
}
.x-panel,
.x-panel-body,
.x.panel-bodyWrap,
.x-splitter,
.x-workspace-navigation-toolbar {
color: #ddd;
background-color: #000;
}
.x-panel,
.x-panel-body,
.x-form-fieldinfo {
color: #FFF;
background: transparent;
}
.x-container {
color: #fff;
border-color: #0000;
background-color: transparent;
}
.x-toolbar,
.x-toolbar-footer {
padding: 6px 0 6px 6px;
border-style: solid;
border-color: #000;
border-width: 0;
background-image: none;
background-color: #000;
}
.x-toolbar-text,
.x-toolbar-text-default {
color: #ddd;
background: transparent;
background-color: transparent;
}
.x-column-header {
color: #ddd;
background: #000;
}
.x-column-header-over {
color: #000;
}
.x-column-header.x-column-header-focus {
color: #fff;
}
.x-form-text-default {
color: #ddd;
background-color: #000;
}
.x-form-item-default.x-form-readonly input,
.x-form-item-default.x-form-readonly textarea {
opacity: .6;
}
.x-tab-default {
color: #ddd;
}
.x-grid-item {
color: #ddd;
background: #333;
}
.x-form-display-field,
.x-form-cb-label,
.x-grid-tree-node-text {
color: #AAA;
}
.x-tab.x-tab-active.x-tab-default {
color: #000;
background: #333;
}
.x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
color: #fff;
}
.x-tab.x-tab-active.x-tab-default,
.x-tab-focus.x-tab-default,
.x-tab-focus.x-tab-active.x-tab-default {
border-color: #00751B;
outline: 5px #00751B;
}
.x-tab-bar-body {
color: #FFF;
background: #000;
}
.x-panel-header {
color: #ddd;
background: #222; /*#445665;*/
}
.x-workspace-node-view-category-items .x-item-over,
.x-workspace-node-view-category-header .x-item-over {
color: #EEE;
background: #000; /*#829bad;*/
}
.x-toolbar-applycfg {
background: #C60000;
}
.x-fieldset-header-default > .x-fieldset-header-text {
color: #ddd;
padding: 0px 12px 6px 12px;
}
.x-workspace-navigation-toolbar.x-toolbar-default {
background-color: #000;
}
.x-grid-header-ct {
background-color: #000;
}
.x-grid-item-alt {
color: #ddd;
background: #222; /*#445665;*/
}
.x-grid-item-focused {
color: #FFF;
border-color: #AAA;
background-color: #00751B;/*#6C8191;*/
}
.x-grid-item-over {
color: #FFF;
border-color: #AAA;
background-color: #000;/*#41f080;*/
}
.x-btn-inner-default-small,
.x-btn-default-small,
.x-btn.x-btn-pressed.x-btn-default-small ,
.x-btn-over.x-btn-default-small {
border-color: #fbfbfb;
background-color: #333;
}
.x-btn-focus.x-btn-default-small {
border-color: #00751B;
background-color: #333;
}
.x-btn-focus.x-btn-over.x-btn-default-toolbar-small,
.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small,
.x-btn-focus.x-btn-default-toolbar-small {
box-shadow: #00751B 0 1px 0px 0 inset,
#00751B 0 -1px 0px 0 inset,
#00751B -1px 0 0px 0 inset,
#00751B 1px 0 0px 0 inset;
}
.x-item-over,
.x-btn-default-toolbar-small {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.x-menu-item-icon {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.x-btn-icon-el-default-small {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.x-window-body-default,
.x-window-header-default {
color: #fff;
border-color: #0000;
background-color: #000;
}
.x-form-cb-input {
position: absolute;
margin: 0;
padding: 0;
border: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
}
/*
.x-btn.x-btn-pressed.x-btn-default-small {
border-color: #FBFBFB;
background-color: #000;
}
*/
.x-tree-elbow-plus,
.x-tree-elbow-end-plus,
.x-tree-icon,
.x-tree-icon-parent,
.x-tree-icon-parent-expanded,
.x-tree-icon-leaf,
.x-grid-tree-node-expanded .x-tree-elbow-plus,
.x-grid-tree-node-expanded .x-tree-elbow-end-plus {
color: #fff;
}
.x-tree-icon-custom {
background-size: 16px 16px;
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.thumb {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.thumb-wrap {
border-color: #FFFFFF;
background-image: none;
background-color: #000000;
}
.x-form-invalid-under-default {
color: #ff5335;
font: 300 17px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
font-weight: bold;
}
.x-message-box .x-window-body {
background-color: #000;
}
.x-grid-cell-booleaniconcolumn-switch-true,
.x-grid-cell-booleaniconcolumn-switch-false {
-webkit-filter: invert(1) hue-rotate(195deg);
filter: invert(1) hue-rotate(195deg);
}
.x-form-checkbox-default {
-webkit-filter: invert(1) hue-rotate(195deg);
filter: invert(1) hue-rotate(195deg);
}
.x-form-trigger-default {
border-color: #FFFFFF;
background-image: none;
background-color: #000000;
}
.x-form-trigger-default.x-form-trigger-over {
border-color: #000000;
background-image: none;
background-color: #DEDEDE;
}
.x-form-trigger-wrap-default.x-form-trigger-wrap-focus {
border-color: #00751B;
}
.x-form-trigger-wrap-default.x-form-trigger-wrap-invalid {
border-color: #cc3300;
}
.x-boundlist-item {
border-color: #000;
background-color: #000;
color: #FFF;
}
.x-boundlist-item-over {
border-color: #FFFFFF;
background-color: #FFF;
color: #000;
}
.x-progress-bar {
background-color: #000;
background-image: none;
border-top-color: #000;
border-bottom-color: #000;
border-right-color: #000;
}
.x-progress-default {
border-width: 0px;
}
.x-progress-default {
background-color: #ccc;
}
.x-progress-bar-default {
background-color: #00751B;
background-image: none;
}
.x-grid-cell-booleaniconcolumn-led-gray,
.x-grid-cell-booleaniconcolumn-enabled-false{
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.x-progress-default {
background-color: #000;
border-width: 0;
height: 24px;
border-color: #000;
border-style: solid;
}
.x-progress-default .x-progress-text-back {
color: #e4e4e4;
line-height: 24px;
}
.x-panel-header-default .x-tool-tool-el {
background-color: #000;
}
.x-form-trigger-default {
background: #000;
color: #848484;
}
.x-boundlist-item-over {
background: #222;
border-color: #00751B;
color: #FFF;
}
.x-boundlist-selected {
background: #00751B;
border-color: #00751B;
color: #000;
font-weight: bold;
}
.workspace-page,
.shutdown-page {
background: #000;
}
.x-form-spinner-default {
background-color: #000;
color: #919191;
}
/*
.x-menu-item-link,
.x-menu-item-default,
.x-menu-item-icon {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
*/
.x-menu-item-focus,
.x-menu-item-active {
background-color: unset;
border-color: #00751B;
color: #000;
}
.x-menu-body-default {
background: #000;
padding: 0;
}
.x-menu-item-text-default {
color: #fff;
}
.x-menu-item-default.x-menu-item-focus,
.x-menu-item-default.x-menu-item-active {
background-color: #00751B;
}
.x-menu-item-default-menubar.x-menu-item-focus,
.x-menu-item-default-menubar.x-menu-item-active {
background-color: #00751B;
}
.x-progress-default .x-progress-bar-default {
background-color: #00751B;
background-image: none;
}
.x-panel-rrdgraph,
.x-grid-group-hd {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.x-window-header-default .x-tool-img {
background-color: #000;
}
.x-fieldset {
background: #333;
}
body.x-border-layout-ct, div.x-border-layout-ct {
background-color: #000;
}
.x-box-aboutbox {
margin: 15px;
text-align: left;
padding: 5px 10px;
background-color: #000;
font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
color: #fff;
border-radius: 4px;
}
.x-box-aboutbox a {
text-decoration: none !important;
color: #00751B;
font-weight: bold;
}
.x-grid-with-col-lines .x-grid-cell {
border-width: 0px;
}
.x-grid-body {
border-width: 1px 1px 1px;
}
.x-btn-over.x-btn-default-toolbar-small {
border-color: #000;
}
.x-btn-default-toolbar-small {
border-color: #444;
}
/* Uncomment the following section if you would like to hide the logo */
/*
#header {
display: none;
}
.login-page .product-logo,
.shutdown-page .product-logo,
.error-page .product-logo {
height: 0px;
width: 0px;
}
*/ | themes/theme-condensed-black.css | .x-panel-default {
border-color: #000;
}
.x-grid-cell-inner {
padding-top: 2px;
padding-bottom: 2px;
}
.x-panel-header-default-horizontal.x-header-noborder {
padding: 6px 16px 6px 16px;
}
.x-form-item-label-default {
padding-top: 0px;
vertical-align: middle;
}
.x-column-header-inner {
padding: 2px 10px 2px;
}
.style {
height: 24px;
}
.x-window-header-default-top {
padding: 2px 14px 2px 14px;
}
.x-grid-item {
font: 400 13px/15px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
}
.x-tab-default-top {
padding: 0px 18px 0px 18px;
}
.x-btn-default-toolbar-small {
padding: 3px 7px 3px 7px;
}
.x-panel-header-default-horizontal {
padding: 8px 15px 7px;
}
#header {
height: 60px;
}
#headerlogo {
margin-top: 10px;
}
.x-fieldset .x-fieldset-header {
padding: 2px 5px 2px 5px;
}
element.style {
padding: 6px 5px 0px 5px;
}
.x-workspace-node-tree .x-panel-header-default {
border: 0px;
background-color: #000;
}
#workspace-node-tree-1019_header-title-textEl {
background: url(/images/header_logo.svg), none;
background-size: 100% 100%;
background-repeat: no-repeat;
background-color: #000;
background-position: center left;
}
#tool-1064-toolEl {
background-color: #000;
}
.login-page,
.shutdown-page {
background: #000;
}
.shutdown-page {
background: #000;
}
div#header {
background: #000;
display: none;
}
a,
.x-form-item-label-text {
color: #AAA;
}
.x-panel,
.x-panel-body,
.x.panel-bodyWrap,
.x-splitter,
.x-workspace-navigation-toolbar {
color: #ddd;
background-color: #000;
}
.x-panel,
.x-panel-body,
.x-form-fieldinfo {
color: #FFF;
background: transparent;
}
.x-container {
color: #fff;
border-color: #0000;
background-color: transparent;
}
.x-toolbar,
.x-toolbar-footer {
padding: 6px 0 6px 6px;
border-style: solid;
border-color: #000;
border-width: 0;
background-image: none;
background-color: #000;
}
.x-toolbar-text,
.x-toolbar-text-default {
color: #ddd;
background: transparent;
background-color: transparent;
}
.x-column-header {
color: #ddd;
background: #000;
}
.x-column-header-over {
color: #000;
}
.x-column-header.x-column-header-focus {
color: #fff;
}
.x-form-text-default {
color: #ddd;
background-color: #000;
}
.x-form-item-default.x-form-readonly input,
.x-form-item-default.x-form-readonly textarea {
opacity: .6;
}
.x-tab-default {
color: #ddd;
}
.x-grid-item {
color: #ddd;
background: #333;
}
.x-form-display-field,
.x-form-cb-label,
.x-grid-tree-node-text {
color: #AAA;
}
.x-tab.x-tab-active.x-tab-default {
color: #000;
background: #333;
}
.x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
color: #fff;
}
.x-tab.x-tab-active.x-tab-default,
.x-tab-focus.x-tab-default,
.x-tab-focus.x-tab-active.x-tab-default {
border-color: #00751B;
outline: 5px #00751B;
}
.x-tab-bar-body {
color: #FFF;
background: #000;
}
.x-panel-header {
color: #ddd;
background: #222; /*#445665;*/
}
.x-workspace-node-view-category-items .x-item-over,
.x-workspace-node-view-category-header .x-item-over {
color: #EEE;
background: #000; /*#829bad;*/
}
.x-toolbar-applycfg {
background: #C60000;
}
.x-fieldset-header-default > .x-fieldset-header-text {
color: #ddd;
padding: 0px 12px 6px 12px;
}
.x-workspace-navigation-toolbar.x-toolbar-default {
background-color: #000;
}
.x-grid-header-ct {
background-color: #000;
}
.x-grid-item-alt {
color: #ddd;
background: #222; /*#445665;*/
}
.x-grid-item-focused {
color: #FFF;
border-color: #AAA;
background-color: #00751B;/*#6C8191;*/
}
.x-grid-item-over {
color: #FFF;
border-color: #AAA;
background-color: #000;/*#41f080;*/
}
.x-btn-inner-default-small,
.x-btn-default-small,
.x-btn.x-btn-pressed.x-btn-default-small ,
.x-btn-over.x-btn-default-small {
border-color: #fbfbfb;
background-color: #333;
}
.x-btn-focus.x-btn-default-small {
border-color: #00751B;
background-color: #333;
}
.x-btn-focus.x-btn-over.x-btn-default-toolbar-small,
.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small,
.x-btn-focus.x-btn-default-toolbar-small {
box-shadow: #00751B 0 1px 0px 0 inset,
#00751B 0 -1px 0px 0 inset,
#00751B -1px 0 0px 0 inset,
#00751B 1px 0 0px 0 inset;
}
.x-item-over,
.x-btn-default-toolbar-small {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.x-menu-item-icon {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.x-btn-icon-el-default-small {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.x-window-body-default,
.x-window-header-default {
color: #fff;
border-color: #0000;
background-color: #000;
}
.x-form-cb-input {
position: absolute;
margin: 0;
padding: 0;
border: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
}
/*
.x-btn.x-btn-pressed.x-btn-default-small {
border-color: #FBFBFB;
background-color: #000;
}
*/
.x-tree-elbow-plus,
.x-tree-elbow-end-plus,
.x-tree-icon,
.x-tree-icon-parent,
.x-tree-icon-parent-expanded,
.x-tree-icon-leaf,
.x-grid-tree-node-expanded .x-tree-elbow-plus,
.x-grid-tree-node-expanded .x-tree-elbow-end-plus {
color: #fff;
}
.x-tree-icon-custom {
background-size: 16px 16px;
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.thumb {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.thumb-wrap {
border-color: #FFFFFF;
background-image: none;
background-color: #000000;
}
.x-form-invalid-under-default {
color: #ff5335;
font: 300 17px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
font-weight: bold;
}
.x-message-box .x-window-body {
background-color: #000;
}
.x-grid-cell-booleaniconcolumn-switch-true,
.x-grid-cell-booleaniconcolumn-switch-false {
-webkit-filter: invert(1) hue-rotate(195deg);
filter: invert(1) hue-rotate(195deg);
}
.x-form-checkbox-default {
-webkit-filter: invert(1) hue-rotate(195deg);
filter: invert(1) hue-rotate(195deg);
}
.x-form-trigger-default {
border-color: #FFFFFF;
background-image: none;
background-color: #000000;
}
.x-form-trigger-default.x-form-trigger-over {
border-color: #000000;
background-image: none;
background-color: #DEDEDE;
}
.x-form-trigger-wrap-default.x-form-trigger-wrap-focus {
border-color: #00751B;
}
.x-form-trigger-wrap-default.x-form-trigger-wrap-invalid {
border-color: #cc3300;
}
.x-boundlist-item {
border-color: #000;
background-color: #000;
color: #FFF;
}
.x-boundlist-item-over {
border-color: #FFFFFF;
background-color: #FFF;
color: #000;
}
.x-progress-bar {
background-color: #000;
background-image: none;
border-top-color: #000;
border-bottom-color: #000;
border-right-color: #000;
}
.x-progress-default {
border-width: 0px;
}
.x-progress-default {
background-color: #ccc;
}
.x-progress-bar-default {
background-color: #00751B;
background-image: none;
}
.x-grid-cell-booleaniconcolumn-led-gray,
.x-grid-cell-booleaniconcolumn-enabled-false{
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.x-progress-default {
background-color: #000;
border-width: 0;
height: 24px;
border-color: #000;
border-style: solid;
}
.x-progress-default .x-progress-text-back {
color: #e4e4e4;
line-height: 24px;
}
.x-panel-header-default .x-tool-tool-el {
background-color: #000;
}
.x-form-trigger-default {
background: #000;
color: #848484;
}
.x-boundlist-item-over {
background: #222;
border-color: #00751B;
color: #FFF;
}
.x-boundlist-selected {
background: #00751B;
border-color: #00751B;
color: #000;
font-weight: bold;
}
.workspace-page,
.shutdown-page {
background: #000;
}
.x-form-spinner-default {
background-color: #000;
color: #919191;
}
/*
.x-menu-item-link,
.x-menu-item-default,
.x-menu-item-icon {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
*/
.x-menu-item-focus,
.x-menu-item-active {
background-color: unset;
border-color: #00751B;
color: #000;
}
.x-menu-body-default {
background: #000;
padding: 0;
}
.x-menu-item-text-default {
color: #fff;
}
.x-menu-item-default.x-menu-item-focus,
.x-menu-item-default.x-menu-item-active {
background-color: #00751B;
}
.x-menu-item-default-menubar.x-menu-item-focus,
.x-menu-item-default-menubar.x-menu-item-active {
background-color: #00751B;
}
.x-progress-default .x-progress-bar-default {
background-color: #00751B;
background-image: none;
}
.x-panel-rrdgraph,
.x-grid-group-hd {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.x-window-header-default .x-tool-img {
background-color: #000;
}
.x-fieldset {
background: #333;
}
body.x-border-layout-ct, div.x-border-layout-ct {
background-color: #000;
}
.x-box-aboutbox {
margin: 15px;
text-align: left;
padding: 5px 10px;
background-color: #000;
font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
color: #fff;
border-radius: 4px;
}
.x-box-aboutbox a {
text-decoration: none !important;
color: #00751B;
font-weight: bold;
}
.x-grid-with-col-lines .x-grid-cell {
border-width: 0px;
}
.x-grid-body {
border-width: 1px 1px 1px;
}
.x-btn-over.x-btn-default-toolbar-small {
border-color: #000;
}
.x-btn-default-toolbar-small {
border-color: #444;
}
/* Uncomment the following section if you would like to hide the logo */
/*
#header {
display: none;
}
.login-page .product-logo,
.shutdown-page .product-logo,
.error-page .product-logo {
height: 0px;
width: 0px;
}
*/ | 0.351756 | 0.141222 |
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 100;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 900;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline
}
html {
line-height: 1;
background-color: #F2F2F2!important;
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
letter-spacing: 0px
}
ol,
ul {
list-style: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
caption,
th,
td {
text-align: left;
font-weight: 400;
vertical-align: middle
}
q,
blockquote {
quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
content: none
}
a img {
border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
.widget_chat {
bottom: 70px!important
}
#qnap_logo {
width: 140px;
height: 100%;
}
.carousel {
margin-bottom: 45px;
}
.show_title {
display: inline-flex;
flex-direction: nowrap;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.show_block_title {
font-size: 24px;
}
.show_block_more {
font-size: 16px;
color: #ffffff;
padding: 10px 15px;
background-color: #0DB1F0;
}
.basic-btn {
display: inline-block;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.show_block_more a,
.show_block_more a:hover {
color: #ffffff;
text-decoration: none;
}
#for_login {
padding-left: 60px;
padding-right: 60px;
padding-top: 70px;
max-width: 470px;
height: 500px;
margin: auto;
text-align: center
}
#talking {
font-size: 18px;
clear: both;
display: block;
margin-bottom: 30px;
margin-top: 25px;
}
#for_login .oauth {
margin-left: 5px;
float: left
}
.third_img{
width: 57px;
height: 57px;
}
#login_img{
width: 104px;
height: 104px;
margin-bottom: 25px;
}
.modal-backdrop{
opacity: .9 !important;
background-color:rgb(8,18,30);
}
.modal-dialog{
top:18%;
}
#for_login>span{
font-size: 24px;
}
.head_bar {
background-color: #182536;
width: 100%;
height: 55px;
z-index: 4;
position: fixed;
top: 0;
display: flex;
}
.top_menu {
position: fixed;
right: 0;
width: 100%;
left: 238px;
top: 55px;
height: 45px;
line-height: 45px;
font-size: 16px;
color: #5c5c5c;
background-color: #fff;
padding-left: 40px
}
.top_menu ul li a{
color: #5c5c5c;
text-decoration: none;
cursor: pointer;
}
.top_menu ul li {
float: left;
margin-left: 20px;
}
.left_menu {
position: fixed;
top: 0;
width: 238px;
font-size: 15px;
padding-top: 55px;
float: left;
height: 100%;
overflow: hidden
}
.left_menu_info {
width: 254px;
overflow-x: hidden;
height: 100%
}
.left_menu ul {
margin-bottom: 0;
list-style-type: none;
width: 238px
}
.left_menu ul #pad_left_login {
background-color: #E1E1E1;
font-size: 15px;
height: 45px;
line-height: 45px;
width: 238px
}
.left_menu ul #pad_left_login a:hover {
background-color: #E1E1E1
}
.mobile_all {
display: block;
font-size: 17px;
line-height: 45px;
padding-left: 36px;
height: 45px;
width: 238px;
color: #fff;
cursor: default;
background-color: #00c3e8;
box-shadow: 0 1px 5px #bfbfbf;
}
.mobile_all2 {
display: block;
font-size: 17px;
line-height: 45px;
padding-left: 36px;
height: 45px;
width: 238px;
color: #ffffff;
cursor: default;
background-color: #25cd94;
box-shadow: 0 1px 5px #bfbfbf;
}
.category {
display: block;
background-color: #fff;
width: 238px;
box-shadow: 0 1px 5px #bfbfbf
}
.type {
background-color: #fff;
box-shadow: 0 1px 5px #bfbfbf;
width: 238px
}
.left_menu ul li a {
display: block;
color: #5c5c5c;
text-decoration: none;
height: 45px;
cursor: pointer;
font-size: 15px;
padding-left: 36px
}
.left_menu ul li a:hover {
background-color: #EDEDED
}
.pad_login_info {
background-color: #FFF;
display: none;
width: 238px
}
.left_menu ul .pad_login_info a:hover {
background-color: #EDEDED
}
body{
color:#5c5c5c !important;
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
}
@media (min-width: 1920px) {
}
@media (min-width: 1000px) {
.top_menu{
top:55px !important;
}
.language_icon {
font-size: 30px
}
#picklanguage {
margin-right: 43px
}
#show_left_side {
display: none
}
#show_search {
display: none
}
.search_pad {
display: none!important
}
#qnap_logo {
margin-left: 40px;
width: 145px;
margin-right: 16px;
height: 100%;
}
#logo_title {
display: block!important
}
.left_menu {
display: block!important;
}
.login_user_info {
display: none;
background-color: #fff;
height: 100px;
border: solid;
border-color: gray;
border-width: 1px;
border-radius: 10%;
min-width: 90px;
font-size: 15px
}
.login_user_info ul {
list-style-type: none;
margin: 0;
padding: 0
}
.login_user_info ul li {
margin-bottom: 10px
}
.login_user_info ul li a {
display: block;
color: #5c5c5c;
text-decoration: none;
word-wrap: break-word
}
.login_user_info ul li a:hover {
background-color: #EDEDED
}
.qpkg_info {
margin-left: 300px;
margin-top: 125px;
margin-right: 24px
}
.qpkg_info_all {
margin-left: 300px;
margin-top: 145px;
margin-right: 24px
}
.show_block {
width: 100%;
margin-bottom: 33px
}
.show_title {
width: 100%;
}
}
@media (max-width: 1000px) {
.list-icon{
color: white;
cursor: pointer;
font-size: 33px !important;
line-height: 55px !important;
margin-right: 5px;
margin-left: 15px;
}
.search-icon {
color: white;
cursor: pointer;
font-size: 26px !important;
line-height: 55px !important;
margin-right: 5px;
}
.language_icon {
font-size: 24px
}
#language_select {
display: none
}
#show_left_side {
display: block
}
#show_search {
display: block
}
#search_block {
display: none
}
.search_pad {
position: fixed;
top: 55px;
background-color: #F4F4F4;
z-index: 4
}
#search_form {
background-color: #F4F4F4;
outline: none;
border-style: none
}
#search_form:focus {
background-color: #F4F4F4;
outline: none
}
#login_block {
display: none
}
.input-group {
display: none!important
}
.head_bar {
text-align: center;
}
.head_bar a.qnap_logo {
width: 90%;
}
.left_menu {
display: none;
z-index: 3;
}
.top_menu {
left: 0px;
padding-left: 0px;
}
.banner {
width: 100%
}
.qpkg_info {
margin-left: 24px;
margin-top: 125px;
margin-right: 24px
}
.qpkg_info_all {
margin-left: 24px;
margin-top: 145px;
margin-right: 24px
}
.overlay {
display: none;
height: 100%;
width: 100%;
position: fixed;
z-index: 3;
top: 0;
left: 0;
background-color: #000;
background-color: rgba(0, 0, 0, 0.7);
overflow-x: hidden
}
.show_block {
width: 100%;
}
.show_block_title {
clear: both;
font-size: 24px;
font-weight: lighter;
margin-bottom: 6px
}
}
@media (max-width: 600px) {
.list-icon{
color: white;
cursor: pointer;
font-size: 33px !important;
line-height: 55px !important;
margin-right: 5px;
margin-left: 15px;
}
#show_left_side {
display: block
}
#search_block {
display: none
}
#show_search {
display: block
}
#let_show {
height: 60px
}
#search_form {
background-color: #F4F4F4;
outline: none;
border-style: none
}
#search_form:focus {
background-color: #F4F4F4;
outline: none
}
#login_block {
display: none
}
.input-group {
display: none!important
}
.search_pad {
position: fixed;
top: 55px;
background-color: #F4F4F4;
z-index: 4
}
.top_menu {
display: none
}
.banner {
width: 100%
}
.qpkg_info,
.qpkg_info_all {
margin-top: 80px;
margin-right: 0;
margin-left: 0;
padding: 10px;
}
.overlay {
display: none;
height: 100%;
width: 100%;
position: fixed;
z-index: 2;
top: 0;
left: 0;
background-color: #000;
background-color: rgba(0, 0, 0, 0.7);
overflow-x: hidden
}
.show_block_title {
font-size: 24px;
clear: both;
font-weight: lighter;
margin-bottom: 6px
}
.show_block {
width: 100%;
}
}
@media (max-width: 320px) {
html{
width: 320px !important;
}
} | public/css/app_center_rwd/stylesheets/screen.css | @font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 100;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
font-style: normal;
font-weight: 900;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline
}
html {
line-height: 1;
background-color: #F2F2F2!important;
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
letter-spacing: 0px
}
ol,
ul {
list-style: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
caption,
th,
td {
text-align: left;
font-weight: 400;
vertical-align: middle
}
q,
blockquote {
quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
content: none
}
a img {
border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
.widget_chat {
bottom: 70px!important
}
#qnap_logo {
width: 140px;
height: 100%;
}
.carousel {
margin-bottom: 45px;
}
.show_title {
display: inline-flex;
flex-direction: nowrap;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.show_block_title {
font-size: 24px;
}
.show_block_more {
font-size: 16px;
color: #ffffff;
padding: 10px 15px;
background-color: #0DB1F0;
}
.basic-btn {
display: inline-block;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.show_block_more a,
.show_block_more a:hover {
color: #ffffff;
text-decoration: none;
}
#for_login {
padding-left: 60px;
padding-right: 60px;
padding-top: 70px;
max-width: 470px;
height: 500px;
margin: auto;
text-align: center
}
#talking {
font-size: 18px;
clear: both;
display: block;
margin-bottom: 30px;
margin-top: 25px;
}
#for_login .oauth {
margin-left: 5px;
float: left
}
.third_img{
width: 57px;
height: 57px;
}
#login_img{
width: 104px;
height: 104px;
margin-bottom: 25px;
}
.modal-backdrop{
opacity: .9 !important;
background-color:rgb(8,18,30);
}
.modal-dialog{
top:18%;
}
#for_login>span{
font-size: 24px;
}
.head_bar {
background-color: #182536;
width: 100%;
height: 55px;
z-index: 4;
position: fixed;
top: 0;
display: flex;
}
.top_menu {
position: fixed;
right: 0;
width: 100%;
left: 238px;
top: 55px;
height: 45px;
line-height: 45px;
font-size: 16px;
color: #5c5c5c;
background-color: #fff;
padding-left: 40px
}
.top_menu ul li a{
color: #5c5c5c;
text-decoration: none;
cursor: pointer;
}
.top_menu ul li {
float: left;
margin-left: 20px;
}
.left_menu {
position: fixed;
top: 0;
width: 238px;
font-size: 15px;
padding-top: 55px;
float: left;
height: 100%;
overflow: hidden
}
.left_menu_info {
width: 254px;
overflow-x: hidden;
height: 100%
}
.left_menu ul {
margin-bottom: 0;
list-style-type: none;
width: 238px
}
.left_menu ul #pad_left_login {
background-color: #E1E1E1;
font-size: 15px;
height: 45px;
line-height: 45px;
width: 238px
}
.left_menu ul #pad_left_login a:hover {
background-color: #E1E1E1
}
.mobile_all {
display: block;
font-size: 17px;
line-height: 45px;
padding-left: 36px;
height: 45px;
width: 238px;
color: #fff;
cursor: default;
background-color: #00c3e8;
box-shadow: 0 1px 5px #bfbfbf;
}
.mobile_all2 {
display: block;
font-size: 17px;
line-height: 45px;
padding-left: 36px;
height: 45px;
width: 238px;
color: #ffffff;
cursor: default;
background-color: #25cd94;
box-shadow: 0 1px 5px #bfbfbf;
}
.category {
display: block;
background-color: #fff;
width: 238px;
box-shadow: 0 1px 5px #bfbfbf
}
.type {
background-color: #fff;
box-shadow: 0 1px 5px #bfbfbf;
width: 238px
}
.left_menu ul li a {
display: block;
color: #5c5c5c;
text-decoration: none;
height: 45px;
cursor: pointer;
font-size: 15px;
padding-left: 36px
}
.left_menu ul li a:hover {
background-color: #EDEDED
}
.pad_login_info {
background-color: #FFF;
display: none;
width: 238px
}
.left_menu ul .pad_login_info a:hover {
background-color: #EDEDED
}
body{
color:#5c5c5c !important;
font-family: "Open Sans", Helvetica, Verdana, Tahoma, "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
}
@media (min-width: 1920px) {
}
@media (min-width: 1000px) {
.top_menu{
top:55px !important;
}
.language_icon {
font-size: 30px
}
#picklanguage {
margin-right: 43px
}
#show_left_side {
display: none
}
#show_search {
display: none
}
.search_pad {
display: none!important
}
#qnap_logo {
margin-left: 40px;
width: 145px;
margin-right: 16px;
height: 100%;
}
#logo_title {
display: block!important
}
.left_menu {
display: block!important;
}
.login_user_info {
display: none;
background-color: #fff;
height: 100px;
border: solid;
border-color: gray;
border-width: 1px;
border-radius: 10%;
min-width: 90px;
font-size: 15px
}
.login_user_info ul {
list-style-type: none;
margin: 0;
padding: 0
}
.login_user_info ul li {
margin-bottom: 10px
}
.login_user_info ul li a {
display: block;
color: #5c5c5c;
text-decoration: none;
word-wrap: break-word
}
.login_user_info ul li a:hover {
background-color: #EDEDED
}
.qpkg_info {
margin-left: 300px;
margin-top: 125px;
margin-right: 24px
}
.qpkg_info_all {
margin-left: 300px;
margin-top: 145px;
margin-right: 24px
}
.show_block {
width: 100%;
margin-bottom: 33px
}
.show_title {
width: 100%;
}
}
@media (max-width: 1000px) {
.list-icon{
color: white;
cursor: pointer;
font-size: 33px !important;
line-height: 55px !important;
margin-right: 5px;
margin-left: 15px;
}
.search-icon {
color: white;
cursor: pointer;
font-size: 26px !important;
line-height: 55px !important;
margin-right: 5px;
}
.language_icon {
font-size: 24px
}
#language_select {
display: none
}
#show_left_side {
display: block
}
#show_search {
display: block
}
#search_block {
display: none
}
.search_pad {
position: fixed;
top: 55px;
background-color: #F4F4F4;
z-index: 4
}
#search_form {
background-color: #F4F4F4;
outline: none;
border-style: none
}
#search_form:focus {
background-color: #F4F4F4;
outline: none
}
#login_block {
display: none
}
.input-group {
display: none!important
}
.head_bar {
text-align: center;
}
.head_bar a.qnap_logo {
width: 90%;
}
.left_menu {
display: none;
z-index: 3;
}
.top_menu {
left: 0px;
padding-left: 0px;
}
.banner {
width: 100%
}
.qpkg_info {
margin-left: 24px;
margin-top: 125px;
margin-right: 24px
}
.qpkg_info_all {
margin-left: 24px;
margin-top: 145px;
margin-right: 24px
}
.overlay {
display: none;
height: 100%;
width: 100%;
position: fixed;
z-index: 3;
top: 0;
left: 0;
background-color: #000;
background-color: rgba(0, 0, 0, 0.7);
overflow-x: hidden
}
.show_block {
width: 100%;
}
.show_block_title {
clear: both;
font-size: 24px;
font-weight: lighter;
margin-bottom: 6px
}
}
@media (max-width: 600px) {
.list-icon{
color: white;
cursor: pointer;
font-size: 33px !important;
line-height: 55px !important;
margin-right: 5px;
margin-left: 15px;
}
#show_left_side {
display: block
}
#search_block {
display: none
}
#show_search {
display: block
}
#let_show {
height: 60px
}
#search_form {
background-color: #F4F4F4;
outline: none;
border-style: none
}
#search_form:focus {
background-color: #F4F4F4;
outline: none
}
#login_block {
display: none
}
.input-group {
display: none!important
}
.search_pad {
position: fixed;
top: 55px;
background-color: #F4F4F4;
z-index: 4
}
.top_menu {
display: none
}
.banner {
width: 100%
}
.qpkg_info,
.qpkg_info_all {
margin-top: 80px;
margin-right: 0;
margin-left: 0;
padding: 10px;
}
.overlay {
display: none;
height: 100%;
width: 100%;
position: fixed;
z-index: 2;
top: 0;
left: 0;
background-color: #000;
background-color: rgba(0, 0, 0, 0.7);
overflow-x: hidden
}
.show_block_title {
font-size: 24px;
clear: both;
font-weight: lighter;
margin-bottom: 6px
}
.show_block {
width: 100%;
}
}
@media (max-width: 320px) {
html{
width: 320px !important;
}
} | 0.360151 | 0.117521 |
.section-title hr:after,
.section-title hr:before,
.boxed-btn,
.preloader,
.header-social li a:hover,
.main-menu li.active a:before,
.main-menu li a:before,
.mean-container a.meanmenu-reveal,
.header-slider .boxed-btn,
.header-slider .owl-next:hover,
.header-slider .owl-prev:hover,
.service-box figure figcaption .boxed-btn,
.nav-tabs .nav-link.active,
.feature-box:hover .feature-icon,
.pricing-box hr:after,
.pricing-box hr:before,
.pricing-box:hover .boxed-btn,
.recomended-text,
.single-product .sale,
.single-product .overlay li a:hover,
.product-carousel .owl-next:hover,
.product-carousel .owl-prev:hover,
.single-beauticians .social li a:hover,
#subscribe,
.scrollup,
.gallery-tab-sorting li a:after,
.gallery-page .gallery-item figcaption ul li a:hover,
.portfolio-tab-sorting li a:hover,
.portfolio-tab-sorting li a.active,
li.page-item .page-link:hover,
li.page-item.active .page-link,
.subscribe-wrapper button,
#footer-widgets .widget-title:after,
.widget-search input[type=button],
.widget-tag li a:hover,
.weekdays,
.days li .active {
background: #ec5598;
}
.recomended .boxed-btn {
background: #ec5598 !important;
}
#header-top i,
.input__label,
.main-menu li.c-dropdowns.active li a:hover,
.main-menu ul li ul.cr-dropdown-menu li.active a,
.main-menu li.active a,
.main-menu li a:hover,
.sidenav .close-sidenav,
.cart-remove:hover,
.sidenav .cart-item-description p,
.sb-search-input,
.header-slider h3,
.contact-wrapper i,
.service-box p.price,
.nav-tabs a.nav-link:hover,
.tab-content ul li h4:hover,
.tab-content ul li h4 .price,
.pricing-box .boxed-btn,
#counter .single-box i,
.single-product .price,
.single-product .overlay li a,
.single-beauticians .social li a,
#subscribe-form button,
.copyright-text a:hover,
.scrollup:hover,
#breadcrumb-area ul li a,
#welcome .section-title h3,
.welcome-box:hover a,
#wcu ul li:before,
.gallery-tab-sorting li a:hover,
.gallery-tab-sorting li a.active,
.gallery-page .gallery-item figcaption ul li a,
.info-box i,
.blog-post .post-title a:hover,
.blog-post:hover a.read-more,
.single-post .post-header .text-right li a:hover,
.meta-data ul li a:hover,
.comment-date:hover,
.media ul li.comment-replay,
.coming-soon-wrapper h1 span,
.count-area ul li,
.copyright a,
.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover,
.widget_links ul li a:hover,
li.latest-news h6:hover,
.widget-search input[type=button]:hover,
.widget-acrhives li a:hover,
.recent-post h6:hover {
color: #ec5598;
}
.input__field--hantus:focus+.input__label--hantus .graphic--hantus,
.input--filled .graphic--hantus {
stroke: #ec5598;
}
.pricing-box .boxed-btn {
color: #ec5598;
}
.beautician-footer-text h5,
.boxed-btn:hover {
color: #ec5598 !important;
}
.feature-box:hover .feature-icon,
.pricing-box .boxed-btn,
.appoinment-wrapper input:focus,
.appoinment-wrapper textarea:focus,
.appoinment-wrapper select:focus,
li.page-item .page-link:hover,
li.page-item.active .page-link,
.portfolio-tab-sorting li a:hover {
border-color: #ec5598 !important;
} | assets/css/colors/default.css | .section-title hr:after,
.section-title hr:before,
.boxed-btn,
.preloader,
.header-social li a:hover,
.main-menu li.active a:before,
.main-menu li a:before,
.mean-container a.meanmenu-reveal,
.header-slider .boxed-btn,
.header-slider .owl-next:hover,
.header-slider .owl-prev:hover,
.service-box figure figcaption .boxed-btn,
.nav-tabs .nav-link.active,
.feature-box:hover .feature-icon,
.pricing-box hr:after,
.pricing-box hr:before,
.pricing-box:hover .boxed-btn,
.recomended-text,
.single-product .sale,
.single-product .overlay li a:hover,
.product-carousel .owl-next:hover,
.product-carousel .owl-prev:hover,
.single-beauticians .social li a:hover,
#subscribe,
.scrollup,
.gallery-tab-sorting li a:after,
.gallery-page .gallery-item figcaption ul li a:hover,
.portfolio-tab-sorting li a:hover,
.portfolio-tab-sorting li a.active,
li.page-item .page-link:hover,
li.page-item.active .page-link,
.subscribe-wrapper button,
#footer-widgets .widget-title:after,
.widget-search input[type=button],
.widget-tag li a:hover,
.weekdays,
.days li .active {
background: #ec5598;
}
.recomended .boxed-btn {
background: #ec5598 !important;
}
#header-top i,
.input__label,
.main-menu li.c-dropdowns.active li a:hover,
.main-menu ul li ul.cr-dropdown-menu li.active a,
.main-menu li.active a,
.main-menu li a:hover,
.sidenav .close-sidenav,
.cart-remove:hover,
.sidenav .cart-item-description p,
.sb-search-input,
.header-slider h3,
.contact-wrapper i,
.service-box p.price,
.nav-tabs a.nav-link:hover,
.tab-content ul li h4:hover,
.tab-content ul li h4 .price,
.pricing-box .boxed-btn,
#counter .single-box i,
.single-product .price,
.single-product .overlay li a,
.single-beauticians .social li a,
#subscribe-form button,
.copyright-text a:hover,
.scrollup:hover,
#breadcrumb-area ul li a,
#welcome .section-title h3,
.welcome-box:hover a,
#wcu ul li:before,
.gallery-tab-sorting li a:hover,
.gallery-tab-sorting li a.active,
.gallery-page .gallery-item figcaption ul li a,
.info-box i,
.blog-post .post-title a:hover,
.blog-post:hover a.read-more,
.single-post .post-header .text-right li a:hover,
.meta-data ul li a:hover,
.comment-date:hover,
.media ul li.comment-replay,
.coming-soon-wrapper h1 span,
.count-area ul li,
.copyright a,
.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover,
.widget_links ul li a:hover,
li.latest-news h6:hover,
.widget-search input[type=button]:hover,
.widget-acrhives li a:hover,
.recent-post h6:hover {
color: #ec5598;
}
.input__field--hantus:focus+.input__label--hantus .graphic--hantus,
.input--filled .graphic--hantus {
stroke: #ec5598;
}
.pricing-box .boxed-btn {
color: #ec5598;
}
.beautician-footer-text h5,
.boxed-btn:hover {
color: #ec5598 !important;
}
.feature-box:hover .feature-icon,
.pricing-box .boxed-btn,
.appoinment-wrapper input:focus,
.appoinment-wrapper textarea:focus,
.appoinment-wrapper select:focus,
li.page-item .page-link:hover,
li.page-item.active .page-link,
.portfolio-tab-sorting li a:hover {
border-color: #ec5598 !important;
} | 0.363647 | 0.059047 |
.topnav{
background-color: rgb(24, 21, 9);
width:100%;
height:60px;
overflow: hidden;
box-shadow: 5px 5px 5px;
}
.topnav a{
float: right;
display: block;
color: white;
text-align: center;
padding: 12px 14px;
text-decoration: none;
font-size: 17px;
height: 60px;
box-shadow: 1px 1px 1px;
}
.topnav a:hover{
background-color: rgb(141, 88, 8);
}
.topnav .logo{
width: 100px;
height: 60px;
}
body{
margin:0px;
box-shadow: 5px 5px 5px;
}
.search-container{
float: right;
width: 70%;
padding: 10px 10px;
padding-left: 30%;
margin-bottom: 10px;
background-color: rgb(141, 88, 8);
border: none;
font-size: 20px;
height: 40px;
box-shadow: 5px 5px 5px;
}
.input-search{
height:15px;
width: 70%;
padding: 10px;
border:none;
border-radius: 10px;
}
button{
height: 35px;
width: 80px;
margin-left: -85px;
border:none;
border-radius: 10px;
}
.sidenav{
height: 1070px;
width: 15%;
position: absolute;
z-index: 10;
top:59.5px;
left: 0;
background-color: rgb(141, 88, 8);
overflow-x: hidden;
padding-left: 0px;
margin-bottom: 200px;
box-shadow: 5px 5px 5px;
}
.sidenav a{
padding: 6px 8px 6px 16px;
text-decoration: none;
color: black;
display: block;
box-shadow: 1px 1px 1px;
}
.sidenav a:hover{
background-color: whitesmoke;
}
.card-container{
text-align:center;
width:85%;
height: 1000px;
background-color:whitesmoke;
top:0px;
margin-left: 15%;
color: black;
padding-top: 5%;
box-shadow: 10px 10px 10px;
}
.card-container::after{
display: table;
}
.card{
background-color: whitesmoke;
width:15%;
box-shadow: 5px 5px 10px;
margin: 10px;
padding: 20px;
/* transition: 10; */
float:left;
height: 250px;
margin-right: 63px;
}
.card a{
text-decoration: none;
color: black;
}
.card:hover{
background-color: rgb(228, 188, 78);
}
.image{
height: 100px;
width: 100%;
}
#log{
background-color: whitesmoke;
width:300px;
box-shadow: 5px 5px 10px;
margin: 10px;
padding: 20px;
text-align: center;
height: 250px;
border-radius: 25px;
display:none;
align-items: center;
margin-top: -1050px;
margin-left: -85px;
position: fixed;
}
#log button{
background-color:rgb(228, 188, 78);
margin-left: 30px;
}
h2 p{
text-align:center;
} | blog.css | .topnav{
background-color: rgb(24, 21, 9);
width:100%;
height:60px;
overflow: hidden;
box-shadow: 5px 5px 5px;
}
.topnav a{
float: right;
display: block;
color: white;
text-align: center;
padding: 12px 14px;
text-decoration: none;
font-size: 17px;
height: 60px;
box-shadow: 1px 1px 1px;
}
.topnav a:hover{
background-color: rgb(141, 88, 8);
}
.topnav .logo{
width: 100px;
height: 60px;
}
body{
margin:0px;
box-shadow: 5px 5px 5px;
}
.search-container{
float: right;
width: 70%;
padding: 10px 10px;
padding-left: 30%;
margin-bottom: 10px;
background-color: rgb(141, 88, 8);
border: none;
font-size: 20px;
height: 40px;
box-shadow: 5px 5px 5px;
}
.input-search{
height:15px;
width: 70%;
padding: 10px;
border:none;
border-radius: 10px;
}
button{
height: 35px;
width: 80px;
margin-left: -85px;
border:none;
border-radius: 10px;
}
.sidenav{
height: 1070px;
width: 15%;
position: absolute;
z-index: 10;
top:59.5px;
left: 0;
background-color: rgb(141, 88, 8);
overflow-x: hidden;
padding-left: 0px;
margin-bottom: 200px;
box-shadow: 5px 5px 5px;
}
.sidenav a{
padding: 6px 8px 6px 16px;
text-decoration: none;
color: black;
display: block;
box-shadow: 1px 1px 1px;
}
.sidenav a:hover{
background-color: whitesmoke;
}
.card-container{
text-align:center;
width:85%;
height: 1000px;
background-color:whitesmoke;
top:0px;
margin-left: 15%;
color: black;
padding-top: 5%;
box-shadow: 10px 10px 10px;
}
.card-container::after{
display: table;
}
.card{
background-color: whitesmoke;
width:15%;
box-shadow: 5px 5px 10px;
margin: 10px;
padding: 20px;
/* transition: 10; */
float:left;
height: 250px;
margin-right: 63px;
}
.card a{
text-decoration: none;
color: black;
}
.card:hover{
background-color: rgb(228, 188, 78);
}
.image{
height: 100px;
width: 100%;
}
#log{
background-color: whitesmoke;
width:300px;
box-shadow: 5px 5px 10px;
margin: 10px;
padding: 20px;
text-align: center;
height: 250px;
border-radius: 25px;
display:none;
align-items: center;
margin-top: -1050px;
margin-left: -85px;
position: fixed;
}
#log button{
background-color:rgb(228, 188, 78);
margin-left: 30px;
}
h2 p{
text-align:center;
} | 0.53437 | 0.095055 |
@charset "UTF-8";
.hpimg {
position: relative;
overflow: hidden;
height: 264px;
width: 201px;
}
.hpimg img {
height: 180px;
width: 180px;
text-align: center;
padding: 10px;
}
.hpimg p {
text-align: center;
height: 20px;
width: 197px;
font-size: 14px;
}
.hpimg .shanghua {
display: block;
position: absolute;
background: #FC7309;
height: 35px;
width: 180px;
text-align: center;
bottom: -35px;
left: 11px;
color: #FEFEFE;
line-height: 35px;
opacity: 0.6;
}
.hpimg div {
height: 20px;
width: 197px;
padding: 5px 10px 0px 10px;
}
.hpimg div span {
color: #FC7309;
display: inline-block;
width: 70px;
}
.hpimg div .hpspan2 {
width: 40px;
color: black;
font-size: 13px;
padding-left: 30px;
}
h1,
h2,
h3,
h4,
p {
margin: 0;
}
a {
text-decoration: none;
}
i {
vertical-align: bottom;
text-align: center;
}
.fixed {
/*相对于body固定定位*/
position: fixed;
top: -40px;
left: 0;
z-index: 199;
}
body {
background: url("../img/admin-bg.jpg");
background-size: 100% 100%;
}
body .login {
height: 443px;
width: 352px;
position: absolute;
left: 50%;
top: 50%;
padding: 20px 35px;
transform: translate(-50%, -50%);
}
body .login .back {
height: 500px;
width: 420px;
position: absolute;
top: 0;
left: 0;
z-index: -1;
opacity: 0.2;
background: black;
}
body .login h1 {
margin: 0;
}
body .login h1 img {
height: 50px;
width: 130px;
}
body .login .firstP {
color: #FEFEFE;
font-size: 25px;
position: relative;
line-height: 40px;
height: 40px;
}
body .login .firstP span {
font-size: 16px;
position: absolute;
right: 0;
top: 0;
}
body .login .firstP span a {
color: #FC7355;
}
body .login .biaodan {
height: 300px;
width: 360px;
margin: 0;
}
body .login .biaodan label {
display: inline-block;
height: 46px;
width: 46px;
text-align: center;
background: #A9A9A9;
vertical-align: bottom;
}
body .login .biaodan label img {
padding: 12px;
}
body .login .biaodan input {
height: 46px;
width: 300px;
border: 1px solid #DDDDDD;
padding-left: 5px;
font-size: 16px;
}
body .login .biaodan .check {
height: 25px;
width: 25px;
font-size: 13px;
}
body .login .biaodan .check2 {
height: 30px;
width: 200px;
display: inline-block;
margin-left: 10px;
}
body .login .biaodan .subm {
height: 50px;
width: 350px;
background: #FC7309;
border: none;
}
body .login .biaodan p {
height: 21px;
width: 345px;
color: #D7CBC8;
font-size: 14px;
}
body .login .biaodan p span {
display: none;
position: relative;
height: 21px;
padding-left: 25px;
}
body .login .biaodan p span i {
position: absolute;
top: 0;
left: 0;
display: inline-block;
height: 15px;
width: 15px;
}
body .login .biaodan .yanzhengma {
line-height: 46px;
background: none;
color: #FEFEFE;
font-size: 13px;
}
body .login .biaodan .inyanzheng {
display: inline-block;
width: 134px;
margin-right: 10px;
background: #FEFEFE;
height: 46px;
}
body .login .biaodan .inyanzheng input {
width: 90px;
border: none;
background: none;
outline: none;
}
body .login .biaodan .inyanzheng i {
display: inline-block;
width: 30px;
height: 46px;
vertical-align: bottom;
line-height: 30px;
text-align: center;
color: red;
font-size: 20px;
}
body .login .biaodan .suijiyma {
display: inline-block;
width: 150px;
height: 46px;
line-height: 46px;
vertical-align: bottom;
background: #FEFEFE;
}
body .login .biaodan .jizhu {
height: 30px;
padding-top: 10px;
line-height: 10px;
position: relative;
}
body .login .biaodan .jizhu span {
display: inline-block;
vertical-align: bottom;
}
body .login .biaodan .jizhu .findpw {
position: absolute;
top: 20px;
right: 0;
}
body .xiahuaxian {
height: 15px;
width: 345px;
padding: 10px 0;
}
body .xiahuaxian span {
display: block;
float: left;
width: 100px;
height: 7px;
border-top: 1px solid #CECECE;
vertical-align: bottom;
margin-top: 7px;
}
body .xiahuaxian span:nth-child(2) {
border: none;
height: 15px;
font-size: 13px;
color: #CECECE;
width: 140px;
margin: 0;
text-align: center;
}
body .loginway {
margin: 0 auto;
width: 140px;
height: 40px;
}
body .loginway a {
display: inline-block;
height: 40px;
width: 40px;
background: url(../img/dengluway.fw.png);
}
body .loginway a:nth-child(2) {
background: url(../img/dengluway.fw.png) 80px;
}
body .loginway a:last-child {
background: url(../img/dengluway.fw.png) 40px;
} | src/css/login.css | @charset "UTF-8";
.hpimg {
position: relative;
overflow: hidden;
height: 264px;
width: 201px;
}
.hpimg img {
height: 180px;
width: 180px;
text-align: center;
padding: 10px;
}
.hpimg p {
text-align: center;
height: 20px;
width: 197px;
font-size: 14px;
}
.hpimg .shanghua {
display: block;
position: absolute;
background: #FC7309;
height: 35px;
width: 180px;
text-align: center;
bottom: -35px;
left: 11px;
color: #FEFEFE;
line-height: 35px;
opacity: 0.6;
}
.hpimg div {
height: 20px;
width: 197px;
padding: 5px 10px 0px 10px;
}
.hpimg div span {
color: #FC7309;
display: inline-block;
width: 70px;
}
.hpimg div .hpspan2 {
width: 40px;
color: black;
font-size: 13px;
padding-left: 30px;
}
h1,
h2,
h3,
h4,
p {
margin: 0;
}
a {
text-decoration: none;
}
i {
vertical-align: bottom;
text-align: center;
}
.fixed {
/*相对于body固定定位*/
position: fixed;
top: -40px;
left: 0;
z-index: 199;
}
body {
background: url("../img/admin-bg.jpg");
background-size: 100% 100%;
}
body .login {
height: 443px;
width: 352px;
position: absolute;
left: 50%;
top: 50%;
padding: 20px 35px;
transform: translate(-50%, -50%);
}
body .login .back {
height: 500px;
width: 420px;
position: absolute;
top: 0;
left: 0;
z-index: -1;
opacity: 0.2;
background: black;
}
body .login h1 {
margin: 0;
}
body .login h1 img {
height: 50px;
width: 130px;
}
body .login .firstP {
color: #FEFEFE;
font-size: 25px;
position: relative;
line-height: 40px;
height: 40px;
}
body .login .firstP span {
font-size: 16px;
position: absolute;
right: 0;
top: 0;
}
body .login .firstP span a {
color: #FC7355;
}
body .login .biaodan {
height: 300px;
width: 360px;
margin: 0;
}
body .login .biaodan label {
display: inline-block;
height: 46px;
width: 46px;
text-align: center;
background: #A9A9A9;
vertical-align: bottom;
}
body .login .biaodan label img {
padding: 12px;
}
body .login .biaodan input {
height: 46px;
width: 300px;
border: 1px solid #DDDDDD;
padding-left: 5px;
font-size: 16px;
}
body .login .biaodan .check {
height: 25px;
width: 25px;
font-size: 13px;
}
body .login .biaodan .check2 {
height: 30px;
width: 200px;
display: inline-block;
margin-left: 10px;
}
body .login .biaodan .subm {
height: 50px;
width: 350px;
background: #FC7309;
border: none;
}
body .login .biaodan p {
height: 21px;
width: 345px;
color: #D7CBC8;
font-size: 14px;
}
body .login .biaodan p span {
display: none;
position: relative;
height: 21px;
padding-left: 25px;
}
body .login .biaodan p span i {
position: absolute;
top: 0;
left: 0;
display: inline-block;
height: 15px;
width: 15px;
}
body .login .biaodan .yanzhengma {
line-height: 46px;
background: none;
color: #FEFEFE;
font-size: 13px;
}
body .login .biaodan .inyanzheng {
display: inline-block;
width: 134px;
margin-right: 10px;
background: #FEFEFE;
height: 46px;
}
body .login .biaodan .inyanzheng input {
width: 90px;
border: none;
background: none;
outline: none;
}
body .login .biaodan .inyanzheng i {
display: inline-block;
width: 30px;
height: 46px;
vertical-align: bottom;
line-height: 30px;
text-align: center;
color: red;
font-size: 20px;
}
body .login .biaodan .suijiyma {
display: inline-block;
width: 150px;
height: 46px;
line-height: 46px;
vertical-align: bottom;
background: #FEFEFE;
}
body .login .biaodan .jizhu {
height: 30px;
padding-top: 10px;
line-height: 10px;
position: relative;
}
body .login .biaodan .jizhu span {
display: inline-block;
vertical-align: bottom;
}
body .login .biaodan .jizhu .findpw {
position: absolute;
top: 20px;
right: 0;
}
body .xiahuaxian {
height: 15px;
width: 345px;
padding: 10px 0;
}
body .xiahuaxian span {
display: block;
float: left;
width: 100px;
height: 7px;
border-top: 1px solid #CECECE;
vertical-align: bottom;
margin-top: 7px;
}
body .xiahuaxian span:nth-child(2) {
border: none;
height: 15px;
font-size: 13px;
color: #CECECE;
width: 140px;
margin: 0;
text-align: center;
}
body .loginway {
margin: 0 auto;
width: 140px;
height: 40px;
}
body .loginway a {
display: inline-block;
height: 40px;
width: 40px;
background: url(../img/dengluway.fw.png);
}
body .loginway a:nth-child(2) {
background: url(../img/dengluway.fw.png) 80px;
}
body .loginway a:last-child {
background: url(../img/dengluway.fw.png) 40px;
} | 0.339828 | 0.059346 |
:root {
/* Light theme */
--accent: #ffc107;
--bg: #fafafa;
--sbg: #fafafa;
--fg: #212121;
--sfg: #212121;
}
/* Dark theme */
.dark-mode {
--accent: #ffc107;
--bg: #212121;
--sbg: #212121;
--fg: #eceff1;
--sfg: #ffffff;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
background: var(--bg);
}
* {
transition: all 0.3s;
}
.day-night {
position: absolute;
top: 0;
right: 0;
margin: 1.5rem;
}
.container {
width: 100%;
height: 100%;
display: block;
}
.wrapper {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 0 1.5rem;
color: var(--fg);
}
h1 {
font-family: "Crimson Pro", serif;
font-weight: bold;
font-style: italic;
font-size: 3.75rem;
color: var(--sfg);
line-height: 1;
margin-bottom: 1rem;
}
h1 span {
font-style: normal;
color: #3f51b5;
}
.subtitle {
font-size: 1.25rem;
color: var(--fg);
line-height: 1.625;
}
.output {
font-size: 1.25rem;
color: var(--fg);
line-height: 1.625;
}
hr {
border: none;
border-bottom: 1px solid #616161;
margin: 1.5rem;
}
.buttons {
margin: 2rem;
}
.buttons a {
display: inline-block;
width: 100%;
color: var(--sbg);
font-size: 1rem;
font-weight: 500;
line-height: 1.5rem;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
border: 1px solid transparent;
border-radius: 0.375rem;
padding: 0.75rem 1.5rem;
background: #3f51b5;
}
.buttons a:hover {
background: #7986cb;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
0 2px 4px -1px rgba(0, 0, 0, 0.19);
}
.buttons a:active {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2),
0 10px 10px -5px rgba(0, 0, 0, 0.17);
}
.buttons a:focus {
background: #7986cb;
box-shadow: 0 0 0 3px rgba(63, 81, 181, 0.3);
outline: none;
}
.credits {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
color: var(--fg);
font-size: 1rem;
padding: 1.5rem 0;
} | views/assets/app.css | :root {
/* Light theme */
--accent: #ffc107;
--bg: #fafafa;
--sbg: #fafafa;
--fg: #212121;
--sfg: #212121;
}
/* Dark theme */
.dark-mode {
--accent: #ffc107;
--bg: #212121;
--sbg: #212121;
--fg: #eceff1;
--sfg: #ffffff;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
background: var(--bg);
}
* {
transition: all 0.3s;
}
.day-night {
position: absolute;
top: 0;
right: 0;
margin: 1.5rem;
}
.container {
width: 100%;
height: 100%;
display: block;
}
.wrapper {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 0 1.5rem;
color: var(--fg);
}
h1 {
font-family: "Crimson Pro", serif;
font-weight: bold;
font-style: italic;
font-size: 3.75rem;
color: var(--sfg);
line-height: 1;
margin-bottom: 1rem;
}
h1 span {
font-style: normal;
color: #3f51b5;
}
.subtitle {
font-size: 1.25rem;
color: var(--fg);
line-height: 1.625;
}
.output {
font-size: 1.25rem;
color: var(--fg);
line-height: 1.625;
}
hr {
border: none;
border-bottom: 1px solid #616161;
margin: 1.5rem;
}
.buttons {
margin: 2rem;
}
.buttons a {
display: inline-block;
width: 100%;
color: var(--sbg);
font-size: 1rem;
font-weight: 500;
line-height: 1.5rem;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
border: 1px solid transparent;
border-radius: 0.375rem;
padding: 0.75rem 1.5rem;
background: #3f51b5;
}
.buttons a:hover {
background: #7986cb;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
0 2px 4px -1px rgba(0, 0, 0, 0.19);
}
.buttons a:active {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2),
0 10px 10px -5px rgba(0, 0, 0, 0.17);
}
.buttons a:focus {
background: #7986cb;
box-shadow: 0 0 0 3px rgba(63, 81, 181, 0.3);
outline: none;
}
.credits {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
color: var(--fg);
font-size: 1rem;
padding: 1.5rem 0;
} | 0.52902 | 0.120284 |
body {
background: fuchsia;
}
ul {
list-style-type: none;
}
.content {
display: flex;
flex-direction: column;
}
.page-item {
display: inline;
}
.bandeau {
border: 3px solid black;
background-color: white;
position: fixed;
top: 40px;
left: 40px;
z-index: 999;
width: 20%;
height: 250px;
}
.phrase {
margin-top: 40px;
text-align: center;
}
.encore {
position: absolute;
bottom: 0;
width: 100%;
}
.contrib {
width: 100%;
position: absolute;
top: 0;
}
.post {
max-width: 100%;
align-self: center;
margin-bottom: 1em;
}
.new-post {
align-self: center;
}
.corps {
display: flex;
margin: 7px 0;
max-width: 100%;
}
.signature {
background-color: #a5a37c;
}
.nouveau:hover {
background-color: royalblue;
}
.zguegue-button {
width: 200px;
height: 200px;
background-color: #004A7F;
-webkit-border-radius: 100%;
border-radius: 100%;
border: none;
color: #FFFFFF;
cursor: pointer;
display: flex;
box-sizing: border-box;
font-family: Arial;
font-size: 40px;
text-align: center;
text-decoration: none;
-webkit-animation: glowing 1500ms infinite, x 13s linear infinite alternate;
-moz-animation: glowing 1500ms infinite;
-o-animation: glowing 1500ms infinite;
animation: glowing 1500ms infinite, x 13s linear infinite alternate;
}
#runaway {
position: absolute;
}
.zguegue-button2 {
position: absolute;
box-sizing: border-box;
animation: opacity 2s ease-in-out infinite, y 13s linear infinite alternate;
-webkit-animation: y 13s linear infinite alternate;
}
.blink-zguegue {
opacity: 1;
text-decoration: none;
}
@-webkit-keyframes glowing {
0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}
@-moz-keyframes glowing {
0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}
@-o-keyframes glowing {
0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
@keyframes glowing {
0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
@-webkit-keyframes x {
100% {
-webkit-transform: translateX(calc(100vw - 200px));
transform: translateX(calc(100vw - 200px));
}
}
@keyframes x {
100% {
-webkit-transform: translateX(calc(100vw - 200px));
transform: translateX(calc(100vw - 200px));
}
}
@-webkit-keyframes y {
100% {
-webkit-transform: translateY(calc(100vh - 200px));
transform: translateY(calc(100vh - 200px));
}
}
@keyframes y {
100% {
-webkit-transform: translateY(calc(100vh - 200px));
transform: translateY(calc(100vh - 200px));
}
}
@keyframes opacity {
0% {
opacity: 1;
}
50% {
opacity: 0
}
100% {
opacity: 1;
}
} | public/css/style.css | body {
background: fuchsia;
}
ul {
list-style-type: none;
}
.content {
display: flex;
flex-direction: column;
}
.page-item {
display: inline;
}
.bandeau {
border: 3px solid black;
background-color: white;
position: fixed;
top: 40px;
left: 40px;
z-index: 999;
width: 20%;
height: 250px;
}
.phrase {
margin-top: 40px;
text-align: center;
}
.encore {
position: absolute;
bottom: 0;
width: 100%;
}
.contrib {
width: 100%;
position: absolute;
top: 0;
}
.post {
max-width: 100%;
align-self: center;
margin-bottom: 1em;
}
.new-post {
align-self: center;
}
.corps {
display: flex;
margin: 7px 0;
max-width: 100%;
}
.signature {
background-color: #a5a37c;
}
.nouveau:hover {
background-color: royalblue;
}
.zguegue-button {
width: 200px;
height: 200px;
background-color: #004A7F;
-webkit-border-radius: 100%;
border-radius: 100%;
border: none;
color: #FFFFFF;
cursor: pointer;
display: flex;
box-sizing: border-box;
font-family: Arial;
font-size: 40px;
text-align: center;
text-decoration: none;
-webkit-animation: glowing 1500ms infinite, x 13s linear infinite alternate;
-moz-animation: glowing 1500ms infinite;
-o-animation: glowing 1500ms infinite;
animation: glowing 1500ms infinite, x 13s linear infinite alternate;
}
#runaway {
position: absolute;
}
.zguegue-button2 {
position: absolute;
box-sizing: border-box;
animation: opacity 2s ease-in-out infinite, y 13s linear infinite alternate;
-webkit-animation: y 13s linear infinite alternate;
}
.blink-zguegue {
opacity: 1;
text-decoration: none;
}
@-webkit-keyframes glowing {
0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}
@-moz-keyframes glowing {
0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}
@-o-keyframes glowing {
0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
@keyframes glowing {
0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
@-webkit-keyframes x {
100% {
-webkit-transform: translateX(calc(100vw - 200px));
transform: translateX(calc(100vw - 200px));
}
}
@keyframes x {
100% {
-webkit-transform: translateX(calc(100vw - 200px));
transform: translateX(calc(100vw - 200px));
}
}
@-webkit-keyframes y {
100% {
-webkit-transform: translateY(calc(100vh - 200px));
transform: translateY(calc(100vh - 200px));
}
}
@keyframes y {
100% {
-webkit-transform: translateY(calc(100vh - 200px));
transform: translateY(calc(100vh - 200px));
}
}
@keyframes opacity {
0% {
opacity: 1;
}
50% {
opacity: 0
}
100% {
opacity: 1;
}
} | 0.606032 | 0.125735 |
.loginPage{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
background-color: #ffffff;
/* background by SVGBackgrounds.com */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%2393867f' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23008000' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23a8817e' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23007c4f' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23b77b8e' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%2300737a' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23b57bae' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%2300678b' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%239485d4' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%231b5781' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%232196f3' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%234b4a67' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.loginContainer{
height: fit-content;
padding: 1em;
box-shadow: 2px 2px 3px lightgray;
border-radius: .25em;
border: 1px solid lightgray;
width: 25%;
min-width: 300px;
background-color: #FFFFFF;
}
h2{
font-size: xx-large;
text-align: center;
color: #7A7A7A;
}
.loginForm {
display: flex;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
}
.invalidCreds {
border: 1px solid lightcoral;
background-color: lightpink;
width: 100%;
padding: 0.5em;
margin-bottom: 1em;
color: crimson;
font-size: 15px;
border-radius: .2em;
box-sizing: border-box;
}
.loginUsername{
background-color: #F2F2F2;
padding: .5em;
border-style: none;
width: 100%;
box-sizing: border-box;
margin-bottom: .5em;
}
.loginPassword{
background-color: #F2F2F2;
padding: .5em;
border-style: none;
width: 100%;
box-sizing: border-box;
margin-bottom: .5em;
}
.forgotPassword {
color: gray;
text-align: right;
font-size: 10px;
width: 100%;
}
.submitButton {
padding:0.35em 1.2em;
border:0.1em none #FFFFFF;
margin:0.3em 0 0.3em 0;
border-radius:0.2em;
text-decoration:none;
font-size: 15px;
font-family: 'Ubuntu', sans-serif;
color:#FFFFFF;
text-align:center;
transition: all 0.2s;
opacity: 0.75;
width: 100%;
background-color: #2196F3;;
}
.submitButton:hover {
opacity: 1.0;
}
.signUpLink {
background-color: transparent;
display: inline;
}
.signUpLinkContainer {
font-size: 10px;
margin-top: 1em;
} | application/src/Login/Login.css | .loginPage{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
background-color: #ffffff;
/* background by SVGBackgrounds.com */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%2393867f' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23008000' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23a8817e' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23007c4f' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23b77b8e' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%2300737a' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23b57bae' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%2300678b' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%239485d4' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%231b5781' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%232196f3' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%234b4a67' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.loginContainer{
height: fit-content;
padding: 1em;
box-shadow: 2px 2px 3px lightgray;
border-radius: .25em;
border: 1px solid lightgray;
width: 25%;
min-width: 300px;
background-color: #FFFFFF;
}
h2{
font-size: xx-large;
text-align: center;
color: #7A7A7A;
}
.loginForm {
display: flex;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
}
.invalidCreds {
border: 1px solid lightcoral;
background-color: lightpink;
width: 100%;
padding: 0.5em;
margin-bottom: 1em;
color: crimson;
font-size: 15px;
border-radius: .2em;
box-sizing: border-box;
}
.loginUsername{
background-color: #F2F2F2;
padding: .5em;
border-style: none;
width: 100%;
box-sizing: border-box;
margin-bottom: .5em;
}
.loginPassword{
background-color: #F2F2F2;
padding: .5em;
border-style: none;
width: 100%;
box-sizing: border-box;
margin-bottom: .5em;
}
.forgotPassword {
color: gray;
text-align: right;
font-size: 10px;
width: 100%;
}
.submitButton {
padding:0.35em 1.2em;
border:0.1em none #FFFFFF;
margin:0.3em 0 0.3em 0;
border-radius:0.2em;
text-decoration:none;
font-size: 15px;
font-family: 'Ubuntu', sans-serif;
color:#FFFFFF;
text-align:center;
transition: all 0.2s;
opacity: 0.75;
width: 100%;
background-color: #2196F3;;
}
.submitButton:hover {
opacity: 1.0;
}
.signUpLink {
background-color: transparent;
display: inline;
}
.signUpLinkContainer {
font-size: 10px;
margin-top: 1em;
} | 0.397354 | 0.116186 |
thead.ant-table-thead {
background: #f4f4fc;
border: 1px solid #e4e4e4;
border-radius: 10px;
height: 50px;
}
.ant-table-small > .ant-table-content > .ant-table-body {
margin: 0px;
}
.ant-table-thead > tr > th .ant-table-header-column {
display: inline-block;
max-width: 100%;
vertical-align: top;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #9a9db4;
}
table {
margin-bottom: 0px;
}
.balance {
text-align: center;
color: green;
font-size: 18px;
}
.ant-popover-inner-content {
padding: 20px !important;
}
.ant-popover-message-title {
width: 100%;
max-width: 400px;
color: #227f00;
font-weight: 800;
}
tbody.ant-table-tbody tr {
background: #ffffff;
border: 1px solid #e4e4e4;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
tbody.ant-table-tbody tr:nth-child(even) {
background: #fafafc !important;
border: 1px solid #e4e4e4 !important;
border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
-ms-border-radius: 10px !important;
-o-border-radius: 10px !important;
}
table {
margin-bottom: 0px !important;
}
td {
font-size: 14px;
line-height: 18px;
color: #313131;
padding: 15px 8px !important;
}
th:first-child,
td:first-child {
padding-left: 30px !important;
}
#components-table-demo-resizable-column .react-resizable {
position: relative;
background-clip: padding-box;
}
#components-table-demo-resizable-column .react-resizable-handle {
position: absolute;
width: 10px;
height: 100%;
bottom: 0;
right: -5px;
cursor: col-resize;
z-index: 1;
}
.table_header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 20px 30px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background: #ffffff;
border: 1px solid #e4e4e4;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.table_header input.ant-input {
background: #ffffff;
border: 1px solid #dce1eb;
border-radius: 5px;
width: 100%;
max-width: 302px;
height: 40px;
}
.rowShow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.rowShow h4 {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
margin-left: 20px;
color: #0c0e18;
font-weight: 600;
margin-bottom: 0px;
}
.rowShow button.ant-btn {
background: #227f00;
border-radius: 5px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
width: 180px;
height: 40px;
color: #ffffff;
}
.ant-table-wrapper {
width: 100%;
overflow: hidden;
overflow-x: auto;
}
.ant-tabs-tab {
height: 50px;
width: 150px;
border-radius: 15px 15px 0px 0px;
background-color: #f7f9f7;
position: relative;
top: 10px;
left: 1px;
border: 1px solid #cad5d9;
display: inline-block;
color: #a3a3a3;
padding: 16px 0 16px 35.73px !important;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
border-right: transparent;
border-top-right-radius: 11px;
}
.ant-tabs-tab:hover {
color: #227f00;
}
.ant-tabs-tab:after {
height: 50px;
width: 70px;
border-radius: 0px 10px 0px 0px;
background-color: transparent;
content: "";
position: absolute;
left: 96px;
top: 0px;
-webkit-transform: skewX(40deg);
transform: skewX(40deg);
border: 1px solid #cad5d9;
border-left: transparent;
border-top: transparent;
}
.ant-tabs-tab-active.ant-tabs-tab {
height: 50px;
width: 150px;
border-radius: 15px 15px 0px 0px;
background-color: #ffffff59;
position: relative;
top: 10px;
left: 1px;
border: 1px solid #cad5d9;
display: inline-block;
color: #227f00;
font-weight: 600;
padding: 16px 0 16px 35.73px !important;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
border-right: transparent;
border-top-right-radius: 11px;
}
.ant-tabs-tab-active.ant-tabs-tab:hover {
color: #227f00;
}
.ant-tabs-tab-active.ant-tabs-tab:after {
height: 50px;
width: 70px;
border-radius: 0px 10px 0px 0px;
background-color: transparent;
content: "";
position: absolute;
left: 96px;
top: 0px;
-webkit-transform: skewX(40deg);
transform: skewX(40deg);
border: 1px solid #cad5d9;
border-left: transparent;
border-top: transparent;
}
.ant-tabs-nav .ant-tabs-tab-active {
color: #227f00 !important;
font-weight: 500;
}
.ant-tabs-bar.ant-tabs-top-bar {
margin-bottom: 0px;
}
.ant-tabs-ink-bar.ant-tabs-ink-bar-animated {
width: 0px !important;
}
.sendTokenContainer {
background: #ffffff;
border: 1px solid #cad5d9;
}
.sendTokenContainer .sendTokenGroup .tokenTitle {
background: #ffffff;
border-bottom: 1px solid #cad5d9;
padding: 20px 38px;
}
.sendTokenContainer .sendTokenGroup .tokenTitle h4 {
margin-bottom: 0px;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #262626;
}
.sendTokenContainer .sendTokenGroup .btnTokenGroup {
border-top: 1px solid #cad5d9;
}
.sendTokenContainer .sendTokenGroup .tokenBtn {
width: 90%;
margin: auto;
padding: 20px 0;
text-align: end;
}
.sendTokenContainer .sendTokenGroup .tokenBtn button.ant-btn {
background: #227f00;
border-radius: 5px;
margin-left: auto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
padding: 13px 45px;
height: 50px;
color: #ffffff;
}
.sendTokenContainer .sendTokenGroup .tokenForm {
width: 90%;
margin: auto;
padding: 50px 0;
}
.sendTokenContainer .sendTokenGroup .tokenForm form.ant-form.ant-form-vertical {
max-width: 553px;
margin: auto;
}
.sendTokenContainer .sendTokenGroup .tokenForm .ant-form-item label {
position: relative;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #262626;
}
.sendTokenContainer .sendTokenGroup .tokenForm .ant-input {
width: 100%;
max-width: 553px;
height: 50px;
display: inline !important;
}
.sendTokenContainer .sendTokenGroup .tokenForm .ant-form-vertical .ant-form-item {
padding-bottom: 0px;
}
.ant-tabs-nav .ant-tabs-tab:hover {
color: #00aa00;
}
@media (min-width: 768px) {
.rowShow {
margin-bottom: 0px;
}
.tokenForm,
.tokenBtn {
width: 60% !important;
}
}
@media (min-width: 768px) {
.tokenBtn button.ant-btn {
margin-right: 13%;
}
}
.hide {
display: none;
}
.popover {
color: #9a9db4;
font-size: 30px;
font-weight: bold;
cursor: pointer;
}
.tableheight {
height: 100vh;
}
p.enabled {
color: #00aa00;
background-color: #d8f2db;
border-radius: 3px;
padding: 2px 13px;
display: inline;
width: 72px !important;
}
p.disabled {
color: #ff4848;
background-color: #ffd8d8;
border-radius: 3px;
padding: 2px 13px;
display: inline;
width: 72px !important;
}
.dotPosition {
margin-right: 5px;
position: relative;
top: -2px;
}
.cancle {
font-weight: 600;
color: red;
}
/*# sourceMappingURL=Retailer.css.map */ | src/scss/Retailer.css | thead.ant-table-thead {
background: #f4f4fc;
border: 1px solid #e4e4e4;
border-radius: 10px;
height: 50px;
}
.ant-table-small > .ant-table-content > .ant-table-body {
margin: 0px;
}
.ant-table-thead > tr > th .ant-table-header-column {
display: inline-block;
max-width: 100%;
vertical-align: top;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #9a9db4;
}
table {
margin-bottom: 0px;
}
.balance {
text-align: center;
color: green;
font-size: 18px;
}
.ant-popover-inner-content {
padding: 20px !important;
}
.ant-popover-message-title {
width: 100%;
max-width: 400px;
color: #227f00;
font-weight: 800;
}
tbody.ant-table-tbody tr {
background: #ffffff;
border: 1px solid #e4e4e4;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
tbody.ant-table-tbody tr:nth-child(even) {
background: #fafafc !important;
border: 1px solid #e4e4e4 !important;
border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
-ms-border-radius: 10px !important;
-o-border-radius: 10px !important;
}
table {
margin-bottom: 0px !important;
}
td {
font-size: 14px;
line-height: 18px;
color: #313131;
padding: 15px 8px !important;
}
th:first-child,
td:first-child {
padding-left: 30px !important;
}
#components-table-demo-resizable-column .react-resizable {
position: relative;
background-clip: padding-box;
}
#components-table-demo-resizable-column .react-resizable-handle {
position: absolute;
width: 10px;
height: 100%;
bottom: 0;
right: -5px;
cursor: col-resize;
z-index: 1;
}
.table_header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 20px 30px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background: #ffffff;
border: 1px solid #e4e4e4;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.table_header input.ant-input {
background: #ffffff;
border: 1px solid #dce1eb;
border-radius: 5px;
width: 100%;
max-width: 302px;
height: 40px;
}
.rowShow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.rowShow h4 {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
margin-left: 20px;
color: #0c0e18;
font-weight: 600;
margin-bottom: 0px;
}
.rowShow button.ant-btn {
background: #227f00;
border-radius: 5px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
width: 180px;
height: 40px;
color: #ffffff;
}
.ant-table-wrapper {
width: 100%;
overflow: hidden;
overflow-x: auto;
}
.ant-tabs-tab {
height: 50px;
width: 150px;
border-radius: 15px 15px 0px 0px;
background-color: #f7f9f7;
position: relative;
top: 10px;
left: 1px;
border: 1px solid #cad5d9;
display: inline-block;
color: #a3a3a3;
padding: 16px 0 16px 35.73px !important;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
border-right: transparent;
border-top-right-radius: 11px;
}
.ant-tabs-tab:hover {
color: #227f00;
}
.ant-tabs-tab:after {
height: 50px;
width: 70px;
border-radius: 0px 10px 0px 0px;
background-color: transparent;
content: "";
position: absolute;
left: 96px;
top: 0px;
-webkit-transform: skewX(40deg);
transform: skewX(40deg);
border: 1px solid #cad5d9;
border-left: transparent;
border-top: transparent;
}
.ant-tabs-tab-active.ant-tabs-tab {
height: 50px;
width: 150px;
border-radius: 15px 15px 0px 0px;
background-color: #ffffff59;
position: relative;
top: 10px;
left: 1px;
border: 1px solid #cad5d9;
display: inline-block;
color: #227f00;
font-weight: 600;
padding: 16px 0 16px 35.73px !important;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
border-right: transparent;
border-top-right-radius: 11px;
}
.ant-tabs-tab-active.ant-tabs-tab:hover {
color: #227f00;
}
.ant-tabs-tab-active.ant-tabs-tab:after {
height: 50px;
width: 70px;
border-radius: 0px 10px 0px 0px;
background-color: transparent;
content: "";
position: absolute;
left: 96px;
top: 0px;
-webkit-transform: skewX(40deg);
transform: skewX(40deg);
border: 1px solid #cad5d9;
border-left: transparent;
border-top: transparent;
}
.ant-tabs-nav .ant-tabs-tab-active {
color: #227f00 !important;
font-weight: 500;
}
.ant-tabs-bar.ant-tabs-top-bar {
margin-bottom: 0px;
}
.ant-tabs-ink-bar.ant-tabs-ink-bar-animated {
width: 0px !important;
}
.sendTokenContainer {
background: #ffffff;
border: 1px solid #cad5d9;
}
.sendTokenContainer .sendTokenGroup .tokenTitle {
background: #ffffff;
border-bottom: 1px solid #cad5d9;
padding: 20px 38px;
}
.sendTokenContainer .sendTokenGroup .tokenTitle h4 {
margin-bottom: 0px;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 19px;
color: #262626;
}
.sendTokenContainer .sendTokenGroup .btnTokenGroup {
border-top: 1px solid #cad5d9;
}
.sendTokenContainer .sendTokenGroup .tokenBtn {
width: 90%;
margin: auto;
padding: 20px 0;
text-align: end;
}
.sendTokenContainer .sendTokenGroup .tokenBtn button.ant-btn {
background: #227f00;
border-radius: 5px;
margin-left: auto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
padding: 13px 45px;
height: 50px;
color: #ffffff;
}
.sendTokenContainer .sendTokenGroup .tokenForm {
width: 90%;
margin: auto;
padding: 50px 0;
}
.sendTokenContainer .sendTokenGroup .tokenForm form.ant-form.ant-form-vertical {
max-width: 553px;
margin: auto;
}
.sendTokenContainer .sendTokenGroup .tokenForm .ant-form-item label {
position: relative;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #262626;
}
.sendTokenContainer .sendTokenGroup .tokenForm .ant-input {
width: 100%;
max-width: 553px;
height: 50px;
display: inline !important;
}
.sendTokenContainer .sendTokenGroup .tokenForm .ant-form-vertical .ant-form-item {
padding-bottom: 0px;
}
.ant-tabs-nav .ant-tabs-tab:hover {
color: #00aa00;
}
@media (min-width: 768px) {
.rowShow {
margin-bottom: 0px;
}
.tokenForm,
.tokenBtn {
width: 60% !important;
}
}
@media (min-width: 768px) {
.tokenBtn button.ant-btn {
margin-right: 13%;
}
}
.hide {
display: none;
}
.popover {
color: #9a9db4;
font-size: 30px;
font-weight: bold;
cursor: pointer;
}
.tableheight {
height: 100vh;
}
p.enabled {
color: #00aa00;
background-color: #d8f2db;
border-radius: 3px;
padding: 2px 13px;
display: inline;
width: 72px !important;
}
p.disabled {
color: #ff4848;
background-color: #ffd8d8;
border-radius: 3px;
padding: 2px 13px;
display: inline;
width: 72px !important;
}
.dotPosition {
margin-right: 5px;
position: relative;
top: -2px;
}
.cancle {
font-weight: 600;
color: red;
}
/*# sourceMappingURL=Retailer.css.map */ | 0.381104 | 0.12 |
@import url(photon-variables.css);
* {
box-sizing: border-box;
}
html {
font: message-box;
height: 100%;
}
body {
font-size: 1.25em;
background: var(--grey-10);
margin: 0;
padding: 0;
height: 100%;
}
main {
max-width: 800px;
margin: 0 auto;
}
iframe {
border: none;
}
label {
margin: 5px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.flex {
display: flex;
}
.grow {
flex: 1;
}
.toolbar {
overflow: auto;
}
.toolbar > * {
vertical-align: middle;
}
.form-row > * {
width:100%;
}
.empty-notice:empty {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.empty-notice:empty::before {
content: "";
display: block;
margin: auto;
margin-bottom: 0;
background-image: url(../icons/face-sad.svg);
background-position: center;
background-size: cover;
width: 40px;
height: 40px;
}
.empty-notice:empty::after {
content: "No items found";
text-align: center;
margin-top: 1em;
margin-bottom: auto;
}
.icon::before {
content: "";
display: inline-block;
width: 20px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
opacity: 0.8;
vertical-align: middle;
}
.icon.delete::before {
background-image: url(../icons/delete.svg);
}
.icon.new::before {
background-image: url(../icons/new.svg);
}
.icon.icon-white::before {
filter: invert(1);
}
.button,
button,
select {
-moz-appearance: none;
background-color: var(--grey-90-a10);
border-radius: 2px;
box-shadow: 0 0 0 0 transparent;
padding: 8px;
transition-duration: 250ms;
transition-property: box-shadow, border;
font: inherit;
border: none;
color: inherit;
text-decoration: none;
display: inline-block;
}
select {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNOCwxMkwzLDcsNCw2bDQsNCw0LTQsMSwxWiIgZmlsbD0iIzZBNkE2QSIgLz4KPC9zdmc+Cg==);
background-position: calc(100% - 4px) center;
background-repeat: no-repeat;
padding-inline-end: 24px;
text-overflow: ellipsis;
}
.button:hover,
button:hover,
select:hover {
background-color: var(--grey-90-a20);
}
.button:hover:active,
button:hover:active,
select:hover:active {
background-color: var(--grey-90-a30);
}
.button:disabled,
button:disabled,
select:disabled {
opacity: .4;
}
.button:focus,
button:focus,
select:focus {
box-shadow: 0 0 0 1px var(--blue-50) inset, 0 0 0 1px var(--blue-50), 0 0 0 4px var(--blue-50-a30);
}
.button.primary,
button.primary {
background-color: var(--blue-60);
color: #fff;
}
.button.primary:hover,
button.primary:hover {
background-color: var(--blue-70);
}
.button.primary:hover:active,
button.primary:hover:active {
background-color: var(--blue-80);
}
input[type="text"] {
border: 1px solid var(--grey-90-a30);
padding: 8px;
border-radius: 2px;
font: inherit;
transition: box-shadow 0.15s cubic-bezier(.07,.95,0,1);
}
input[type="text"]:hover {
border-color: var(--grey-90-a50);
}
input[type="text"]:focus {
border-color: var(--blue-50);
box-shadow: 0 0 0 1px var(--blue-50), 0 0 0 4px var(--blue-50-a30);
}
input[type="text"].error,
input[type="text"]:invalid {
border-color: var(--red-50);
box-shadow: 0 0 0 1px var(--red-50), 0 0 0 4px var(--red-50-a30);
}
.card {
box-shadow: 0 2px 8px var(--grey-90-a10);
background: white;
border-radius: 2px;
padding: 1.5em;
margin: 1em 0;
} | css/main.css | @import url(photon-variables.css);
* {
box-sizing: border-box;
}
html {
font: message-box;
height: 100%;
}
body {
font-size: 1.25em;
background: var(--grey-10);
margin: 0;
padding: 0;
height: 100%;
}
main {
max-width: 800px;
margin: 0 auto;
}
iframe {
border: none;
}
label {
margin: 5px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.flex {
display: flex;
}
.grow {
flex: 1;
}
.toolbar {
overflow: auto;
}
.toolbar > * {
vertical-align: middle;
}
.form-row > * {
width:100%;
}
.empty-notice:empty {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.empty-notice:empty::before {
content: "";
display: block;
margin: auto;
margin-bottom: 0;
background-image: url(../icons/face-sad.svg);
background-position: center;
background-size: cover;
width: 40px;
height: 40px;
}
.empty-notice:empty::after {
content: "No items found";
text-align: center;
margin-top: 1em;
margin-bottom: auto;
}
.icon::before {
content: "";
display: inline-block;
width: 20px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
opacity: 0.8;
vertical-align: middle;
}
.icon.delete::before {
background-image: url(../icons/delete.svg);
}
.icon.new::before {
background-image: url(../icons/new.svg);
}
.icon.icon-white::before {
filter: invert(1);
}
.button,
button,
select {
-moz-appearance: none;
background-color: var(--grey-90-a10);
border-radius: 2px;
box-shadow: 0 0 0 0 transparent;
padding: 8px;
transition-duration: 250ms;
transition-property: box-shadow, border;
font: inherit;
border: none;
color: inherit;
text-decoration: none;
display: inline-block;
}
select {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNOCwxMkwzLDcsNCw2bDQsNCw0LTQsMSwxWiIgZmlsbD0iIzZBNkE2QSIgLz4KPC9zdmc+Cg==);
background-position: calc(100% - 4px) center;
background-repeat: no-repeat;
padding-inline-end: 24px;
text-overflow: ellipsis;
}
.button:hover,
button:hover,
select:hover {
background-color: var(--grey-90-a20);
}
.button:hover:active,
button:hover:active,
select:hover:active {
background-color: var(--grey-90-a30);
}
.button:disabled,
button:disabled,
select:disabled {
opacity: .4;
}
.button:focus,
button:focus,
select:focus {
box-shadow: 0 0 0 1px var(--blue-50) inset, 0 0 0 1px var(--blue-50), 0 0 0 4px var(--blue-50-a30);
}
.button.primary,
button.primary {
background-color: var(--blue-60);
color: #fff;
}
.button.primary:hover,
button.primary:hover {
background-color: var(--blue-70);
}
.button.primary:hover:active,
button.primary:hover:active {
background-color: var(--blue-80);
}
input[type="text"] {
border: 1px solid var(--grey-90-a30);
padding: 8px;
border-radius: 2px;
font: inherit;
transition: box-shadow 0.15s cubic-bezier(.07,.95,0,1);
}
input[type="text"]:hover {
border-color: var(--grey-90-a50);
}
input[type="text"]:focus {
border-color: var(--blue-50);
box-shadow: 0 0 0 1px var(--blue-50), 0 0 0 4px var(--blue-50-a30);
}
input[type="text"].error,
input[type="text"]:invalid {
border-color: var(--red-50);
box-shadow: 0 0 0 1px var(--red-50), 0 0 0 4px var(--red-50-a30);
}
.card {
box-shadow: 0 2px 8px var(--grey-90-a10);
background: white;
border-radius: 2px;
padding: 1.5em;
margin: 1em 0;
} | 0.394318 | 0.084417 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
--main-color: #2a91f7;
--main-dark: #9a9a9b;
--main-black: black;
--background: #f5f8fb;
--background-bg1: #f5f7fb;
--background-bg2: #f3f6fa;
--background-bg3: #318bf7;
--background-bg4: #5daef1;
--shadow: rgba(0,0,0,.15);
--shadow-hover: rgba(0,0,0,.2);
--transition: cubic-bezier(.25,.75,.5,1.25) .2s;
--border-radius: 30px;
}
* {
font-family: 'Lato', sans-serif;
box-sizing: border-box;
color: var(--main-dark);
}
a {
text-decoration: none;
cursor: pointer;
}
html, body {
width: 100%;
margin: 0;
background: var(--background);
}
body {
background: var(--background-bg1);
background: -moz-linear-gradient(0deg, var(--background-bg1) 0%, var(--background-bg2) 100%);
background: -webkit-linear-gradient(0deg, var(--background-bg1) 0%, var(--background-bg2) 100%);
background: linear-gradient(0deg, var(--background-bg1) 0%, var(--background-bg2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=var(--background-bg1),endColorstr=var(--background-bg2),GradientType=1);
height: 100%;
}
#themeButton {
float: right;
}
.block {
box-shadow: 0 3px 20px var(--shadow);
background: var(--background);
border-radius: var(--border-radius);
transition: var(--transition);
}
.block:hover {
box-shadow: 0 3px 25px var(--shadow-hover);
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.header {
padding: 20px 24px;
font-weight: 600;
font-size: 22px;
}
.header > a > span {
color: var(--main-color);
}
.content {
width: 1280px;
display: flex;
margin: 5px auto;
position: relative;
}
.selections {
position: relative;
top: 20px;
width: 380px;
height: 48px;
display: flex;
margin: 0 auto;
z-index: 8;
}
.selections > select {
width: 50%;
padding: 12px 10px;
font-size: 18px;
font-weight: 700;
background: transparent;
border: none;
outline: none;
appearance: none;
cursor: pointer;
text-align: center;
transition: var(--transition);
}
.selections > select:hover {
color: var(--main-black);
}
svg {
width: 20px;
cursor: pointer;
transition: var(--transition);
fill: var(--main-black);
}
.inner, .outter {
width: 50%;
float: left;
}
.outter {
background: var(--background-bg3);
background: -moz-linear-gradient(321deg, var(--background-bg3) 0%, var(--background-bg4) 100%);
background: -webkit-linear-gradient(321deg, var(--background-bg3) 0%, var(--background-bg4) 100%);
background: linear-gradient(321deg, var(--background-bg3) 0%, var(--background-bg4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--background-bg3)",endColorstr="var(--background-bg4)",GradientType=1);
border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.outter > textarea {
color: var(--background);
opacity: 1;
}
.outter > textarea::placeholder {
color: white;
}
.inner > span {
padding: 0 0 20px 30px;
float: left;
font-weight: 600;
}
.content > div > textarea {
position: relative;
width: Calc(100% - 40px);
height: 400px;
border: none;
background: transparent;
outline: none;
font-size: 20px;
margin: 30px;
resize: none;
}
.footer {
position: relative;
width: 100%;
bottom: 0;
text-align: center;
padding: 24px;
}
@media only screen and (max-width: 1280px) {
.content {
width: 100%;
box-shadow: none;
background: transparent;
display: table;
}
.content:hover {
box-shadow: none;
}
body {
padding: 10px;
}
html, body {
float: left;
}
.header {
text-align: center;
}
.inner {
background: var(--background);
}
.inner, .outter {
padding: 10px 0;
width: 100%;
box-shadow: 0 3px 20px var(--shadow);
border-radius: 20px;
transition: var(--transition);
border: none;
margin-bottom: 20px;
}
.content > div > textarea {
height: 220px;
width: Calc(100% - 10px);
margin: 0;
padding: 20px;
}
.footer {
padding: 10px;
}
}
@media only screen and (max-width: 500px) {
.selections {
width: 200px;
}
.selections > select {
font-size: 14px;
}
} | res/css/main.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
--main-color: #2a91f7;
--main-dark: #9a9a9b;
--main-black: black;
--background: #f5f8fb;
--background-bg1: #f5f7fb;
--background-bg2: #f3f6fa;
--background-bg3: #318bf7;
--background-bg4: #5daef1;
--shadow: rgba(0,0,0,.15);
--shadow-hover: rgba(0,0,0,.2);
--transition: cubic-bezier(.25,.75,.5,1.25) .2s;
--border-radius: 30px;
}
* {
font-family: 'Lato', sans-serif;
box-sizing: border-box;
color: var(--main-dark);
}
a {
text-decoration: none;
cursor: pointer;
}
html, body {
width: 100%;
margin: 0;
background: var(--background);
}
body {
background: var(--background-bg1);
background: -moz-linear-gradient(0deg, var(--background-bg1) 0%, var(--background-bg2) 100%);
background: -webkit-linear-gradient(0deg, var(--background-bg1) 0%, var(--background-bg2) 100%);
background: linear-gradient(0deg, var(--background-bg1) 0%, var(--background-bg2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=var(--background-bg1),endColorstr=var(--background-bg2),GradientType=1);
height: 100%;
}
#themeButton {
float: right;
}
.block {
box-shadow: 0 3px 20px var(--shadow);
background: var(--background);
border-radius: var(--border-radius);
transition: var(--transition);
}
.block:hover {
box-shadow: 0 3px 25px var(--shadow-hover);
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.header {
padding: 20px 24px;
font-weight: 600;
font-size: 22px;
}
.header > a > span {
color: var(--main-color);
}
.content {
width: 1280px;
display: flex;
margin: 5px auto;
position: relative;
}
.selections {
position: relative;
top: 20px;
width: 380px;
height: 48px;
display: flex;
margin: 0 auto;
z-index: 8;
}
.selections > select {
width: 50%;
padding: 12px 10px;
font-size: 18px;
font-weight: 700;
background: transparent;
border: none;
outline: none;
appearance: none;
cursor: pointer;
text-align: center;
transition: var(--transition);
}
.selections > select:hover {
color: var(--main-black);
}
svg {
width: 20px;
cursor: pointer;
transition: var(--transition);
fill: var(--main-black);
}
.inner, .outter {
width: 50%;
float: left;
}
.outter {
background: var(--background-bg3);
background: -moz-linear-gradient(321deg, var(--background-bg3) 0%, var(--background-bg4) 100%);
background: -webkit-linear-gradient(321deg, var(--background-bg3) 0%, var(--background-bg4) 100%);
background: linear-gradient(321deg, var(--background-bg3) 0%, var(--background-bg4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--background-bg3)",endColorstr="var(--background-bg4)",GradientType=1);
border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.outter > textarea {
color: var(--background);
opacity: 1;
}
.outter > textarea::placeholder {
color: white;
}
.inner > span {
padding: 0 0 20px 30px;
float: left;
font-weight: 600;
}
.content > div > textarea {
position: relative;
width: Calc(100% - 40px);
height: 400px;
border: none;
background: transparent;
outline: none;
font-size: 20px;
margin: 30px;
resize: none;
}
.footer {
position: relative;
width: 100%;
bottom: 0;
text-align: center;
padding: 24px;
}
@media only screen and (max-width: 1280px) {
.content {
width: 100%;
box-shadow: none;
background: transparent;
display: table;
}
.content:hover {
box-shadow: none;
}
body {
padding: 10px;
}
html, body {
float: left;
}
.header {
text-align: center;
}
.inner {
background: var(--background);
}
.inner, .outter {
padding: 10px 0;
width: 100%;
box-shadow: 0 3px 20px var(--shadow);
border-radius: 20px;
transition: var(--transition);
border: none;
margin-bottom: 20px;
}
.content > div > textarea {
height: 220px;
width: Calc(100% - 10px);
margin: 0;
padding: 20px;
}
.footer {
padding: 10px;
}
}
@media only screen and (max-width: 500px) {
.selections {
width: 200px;
}
.selections > select {
font-size: 14px;
}
} | 0.347205 | 0.058346 |
{CSSTemplate {
$classpath : "aria.utils.css.Transitions",
$prefix : false
}}
{macro main ()}
.xanimation-element {
display: none;
{call generatePrefix("backface-visibility", "hidden") /}
}
.xanimation-element-active {
display: block;
overflow: visible;
}
.xanimation-element {
outline: none;
}
.xviewport-xanimation,
.xviewport-xanimation .xanimation-element {
width: 100%;
height: 100%;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.xin, .xinMix, .xin3d {
{call generatePrefix("animation-timing-function", "ease-out") /}
{call generatePrefix("animation-duration", "350ms") /}
}
.xout, .xoutMix, .xout3d {
{call generatePrefix("animation-timing-function", "ease-in") /}
{call generatePrefix("animation-duration", "225ms") /}
}
/* fadein & fadeout */
{call generateKeyFrames("fadein", "opacity: 0;", "opacity: 1;") /}
{call generateKeyFrames("fadeout", "opacity: 1;", "opacity: 0;") /}
.xfade.xout, .xfade.xoutMix, .xfade.xout3d {
opacity: 0;
{call generatePrefix("animation-duration", "125ms") /}
{call generatePrefix("animation-name", "fadeout") /}
}
.xfade.xin, .xfade.xinMix, .xfade.xin3d {
opacity: 1;
{call generatePrefix("animation-duration", "225ms") /}
{call generatePrefix("animation-name", "fadein") /}
}
/* pop in & pop out */
.xpop {
{call generatePrefix("transform-origin", "50% 50%") /}
}
.xpop.xin, .xpop.xinMix {
{call generatePrefix("transform", "scale(1)") /}
opacity: 1;
{call generatePrefix("animation-name", "popin") /}
{call generatePrefix("animation-duration", "350ms") /}
}
.xpop.xin3d {
{call generatePrefix("transform", "scale3d(1,1,1)") /}
opacity: 1;
{call generatePrefix("animation-name", "popin3d") /}
{call generatePrefix("animation-duration", "350ms") /}
}
.xpop.xout, .xpop.xoutMix, .xpop.xout3d {
{call generatePrefix("animation-name", "fadeout") /}
opacity: 0;
{call generatePrefix("animation-duration", "100ms") /}
}
.xpop.xin.xreverse, .xpop.xinMix.xreverse, .xpop.xin3d.xreverse {
{call generatePrefix("animation-name", "fadein") /}
}
.xpop.xout.xreverse, .xpop.xoutMix.xreverse {
{call generatePrefix("transform", "scale(.8)") /}
{call generatePrefix("animation-name", "popout") /}
}
.xpop.xout3d.xreverse {
{call generatePrefix("transform", "scale3d(.8, .8, .8)") /}
{call generatePrefix("animation-name", "popout3d") /}
}
{call generateKeyFrames("popin", "transform: scale(.8);opacity: 0;", "transform: scale(1);opacity: 1;") /}
{call generateKeyFrames("popout", "transform: scale(1);opacity: 1;", "transform: scale(.8);opacity: 0;") /}
{call generateKeyFrames("popin3d", "transform: scale3d(.8, .8, .8);opacity: 0;", "transform: scale3d(1, 1, 1);opacity: 1;") /}
{call generateKeyFrames("popout3d", "transform: scale3d(1, 1, 1);opacity: 1;", "transform: scale3d(.8, .8, .8);opacity: 0;") /}
/* slide in & slide out */
{call generateKeyFrames("slideinfromright", "transform: translateX(100%);", "transform: translateX(0);") /}
{call generateKeyFrames("slideinfromleft", "transform: translateX(-100%);", "transform: translateX(0);") /}
{call generateKeyFrames("slideouttoleft", "transform: translateX(0);", "transform: translateX(-100%);") /}
{call generateKeyFrames("slideouttoright", "transform: translateX(0);", "transform: translateX(100%);") /}
{call generateKeyFrames("slideinfromrightmix", "transform: translateZ(0) translateX(100%);", "transform: translateZ(0) translateX(0);") /}
{call generateKeyFrames("slideinfromleftmix", "transform: translateZ(0) translateX(-100%);", "transform: translateZ(0) translateX(0);") /}
{call generateKeyFrames("slideouttoleftmix", "transform: translateZ(0) translateX(0);", "transform: translateZ(0) translateX(-100%);") /}
{call generateKeyFrames("slideouttorightmix", "transform: translateZ(0) translateX(0);", "transform: translateZ(0) translateX(100%);") /}
{call generateKeyFrames("slideinfromright3d", "transform: translate3d(100%, 0, 0);", "transform: translate3d(0, 0 , 0);") /}
{call generateKeyFrames("slideinfromleft3d", "transform: translate3d(-100%, 0, 0);", "transform: translate3d(0, 0 , 0);") /}
{call generateKeyFrames("slideouttoleft3d", "transform: translate3d(0, 0 , 0);", "transform: translate3d(-100%, 0, 0);") /}
{call generateKeyFrames("slideouttoright3d", "transform: translate3d(0, 0 , 0);", "transform: translate3d(100%, 0, 0);") /}
.xslide.xout, .xslide.xin {
{call generatePrefix("animation-timing-function", "ease-out") /}
{call generatePrefix("animation-duration", "350ms") /}
}
.xslide.xout {
{call generatePrefix("transform", "translateX(-100%)") /}
{call generatePrefix("animation-name", "slideouttoleft") /}
}
.xslide.xoutMix {
{call generatePrefix("transform", "translateZ(0) translateX(-100%)") /}
{call generatePrefix("animation-name", "slideouttoleftmix") /}
}
.xslide.xout3d {
{call generatePrefix("transform", "translate3d(-100%, 0, 0)") /}
{call generatePrefix("animation-name", "slideouttoleft3d") /}
}
.xslide.xin {
{call generatePrefix("transform", "translateX(0)") /}
{call generatePrefix("animation-name", "slideinfromright") /}
}
.xslide.xinMix {
{call generatePrefix("transform", "translateZ(0) translateX(0)") /}
{call generatePrefix("animation-name", "slideinfromrightmix") /}
}
.xslide.xin3d {
{call generatePrefix("transform", "translate3d(0, 0, 0)") /}
{call generatePrefix("animation-name", "slideinfromright3d") /}
}
.xslide.xout.xreverse {
{call generatePrefix("transform", "translateX(100%)") /}
{call generatePrefix("animation-name", "slideouttoright") /}
}
.xslide.xoutMix.xreverse {
{call generatePrefix("transform", "translateZ(0) translateX(100%)") /}
{call generatePrefix("animation-name", "slideouttorightmix") /}
}
.xslide.xout3d.xreverse {
{call generatePrefix("transform", "translate3d(100%, 0, 0)") /}
{call generatePrefix("animation-name", "slideouttoright3d") /}
}
.xslide.xin.xreverse {
{call generatePrefix("transform", "translateX(0)") /}
{call generatePrefix("animation-name", "slideinfromleft") /}
}
.xslide.xinMix.xreverse {
{call generatePrefix("transform", "translateZ(0) translateX(0)") /}
{call generatePrefix("animation-name", "slideinfromleftmix") /}
}
.xslide.xin3d.xreverse {
{call generatePrefix("transform", "translate3d(0, 0, 0)") /}
{call generatePrefix("animation-name", "slideinfromleft3d") /}
}
/* slide down */
.xslidedown.xout, .xslidedown.xoutMix, .xslidedown.xout3d {
{call generatePrefix("animation-name", "fadeout") /}
{call generatePrefix("animation-duration", "100ms") /}
}
.xslidedown.xin {
{call generatePrefix("transform", "translateY(0)") /}
{call generatePrefix("animation-name", "slideinfromtop") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslidedown.xinMix {
{call generatePrefix("transform", "translateZ(0) translateY(0)") /}
{call generatePrefix("animation-name", "slideinfromtopmix") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslidedown.xin3d {
{call generatePrefix("transform", "translate3d(0, 0, 0)") /}
{call generatePrefix("animation-name", "slideinfromtop3d") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslidedown.xin.xreverse, .xslidedown.xinMix.xreverse, .xslidedown.xin3d.xreverse {
{call generatePrefix("animation-name", "fadein") /}
{call generatePrefix("animation-duration", "150ms") /}
}
.xslidedown.xout.xreverse {
{call generatePrefix("transform", "translateY(-100%)") /}
{call generatePrefix("animation-name", "slideouttotop") /}
{call generatePrefix("animation-duration", "200ms") /}
}
.xslidedown.xoutMix.xreverse {
{call generatePrefix("transform", "translateZ(0) translateY(-100%)") /}
{call generatePrefix("animation-name", "slideouttotopmix") /}
{call generatePrefix("animation-duration", "200ms") /}
}
.xslidedown.xout3d.xreverse {
{call generatePrefix("transform", "translate3d(0, -100%, 0)") /}
{call generatePrefix("animation-name", "slideouttotop3d") /}
{call generatePrefix("animation-duration", "200ms") /}
}
{call generateKeyFrames("slideinfromtop", "transform: translateY(-100%);", "transform: translateY(0);") /}
{call generateKeyFrames("slideouttotop", "transform: translateY(0);", "transform: translateY(-100%);") /}
{call generateKeyFrames("slideinfromtopmix", "transform: translateZ(0) translateY(-100%);", "transform: translateZ(0) translateY(0);") /}
{call generateKeyFrames("slideouttotopmix", "transform: translateZ(0) translateY(0);", "transform: translateZ(0) translateY(-100%);") /}
{call generateKeyFrames("slideinfromtop3d", "transform: translate3d(0, -100%, 0);", "transform: translate3d(0, 0, 0);") /}
{call generateKeyFrames("slideouttotop3d", "transform: translate3d(0, 0, 0);", "transform: translate3d(0, -100%, 0);") /}
/* slide up */
.xslideup.xout, .xslide.xoutMix, .xslideup.xout3d {
{call generatePrefix("animation-name", "fadeout") /}
{call generatePrefix("animation-duration", "100ms") /}
}
.xslideup.xin {
{call generatePrefix("transform", "translateY(0)") /}
{call generatePrefix("animation-name", "slideinfrombottom") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslideup.xinMix {
{call generatePrefix("transform", "translateZ(0) translateY(0)") /}
{call generatePrefix("animation-name", "slideinfrombottommix") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslideup.xin3d {
{call generatePrefix("transform", "translate3d(0, 0, 0)") /}
{call generatePrefix("animation-name", "slideinfrombottom3d") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslideup.xin.xreverse, .xslideup.xinMix.xreverse, .xslideup.xin3d.xreverse {
{call generatePrefix("animation-name", "fadein") /}
{call generatePrefix("animation-duration", "150ms") /}
}
.xslideup.xout.xreverse {
{call generatePrefix("transform", "translateY(100%)") /}
{call generatePrefix("animation-name", "slideouttobottom") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslideup.xoutMix.xreverse {
{call generatePrefix("transform", "translateZ(0) translateY(100%)") /}
{call generatePrefix("animation-name", "slideouttobottommix") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslideup.xout3d.xreverse {
{call generatePrefix("transform", "translate3d(0, 100%, 0)") /}
{call generatePrefix("animation-name", "slideouttobottom3d") /}
{call generatePrefix("animation-duration", "250ms") /}
}
{call generateKeyFrames("slideinfrombottom", "transform: translateY(100%);", "transform: translateY(0);") /}
{call generateKeyFrames("slideouttobottom", "transform: translateY(0);", "transform: translateY(100%);") /}
{call generateKeyFrames("slideinfrombottommix", "transform: translateZ(0) translateY(100%);", "transform: translateZ(0) translateY(0);") /}
{call generateKeyFrames("slideouttobottommix", "transform: translateZ(0) translateY(0);", "transform: translateZ(0) translateY(100%);") /}
{call generateKeyFrames("slideinfrombottom3d", "transform: translate3d(0, 100%, 0);", "transform: translate3d(0, 0, 0);") /}
{call generateKeyFrames("slideouttobottom3d", "transform: translate3d(0, 0, 0);", "transform: translate3d(0, 100%, 0);") /}
.xviewport-xflip {
{call generatePrefix("perspective", "1000") /}
position: absolute;
}
.xflip {
{call generatePrefix("backface-visibility", "hidden") /}
{call generatePrefix("transform", "translateX(0)") /}
}
.xflip.xout {
{call generatePrefix("transform", "rotateY(-90deg) scale(.9)") /}
{call generatePrefix("animation-name", "flipouttoleft") /}
{call generatePrefix("animation-duration", "175ms") /}
}
.xflip.xoutMix {
{call generatePrefix("transform", "rotateZ(0) rotateY(-90deg) scale(.9)") /}
{call generatePrefix("animation-name", "flipouttoleftmix") /}
{call generatePrefix("animation-duration", "175ms") /}
}
.xflip.xout3d {
{call generatePrefix("transform", "rotate3d(0, 1, 0, -90deg) scale3d(.9, .9, .9)") /}
{call generatePrefix("animation-name", "flipouttoleft3d") /}
{call generatePrefix("animation-duration", "175ms") /}
}
.xflip.xin {
{call generatePrefix("animation-name", "flipintoright") /}
{call generatePrefix("animation-duration", "225ms") /}
}
.xflip.xinMix {
{call generatePrefix("animation-name", "flipintorightmix") /}
{call generatePrefix("animation-duration", "225ms") /}
}
.xflip.xin3d {
{call generatePrefix("animation-name", "flipintoright3d") /}
{call generatePrefix("animation-duration", "225ms") /}
}
.xflip.xout.xreverse {
{call generatePrefix("transform", "rotateY(90deg) scale(.9)") /}
{call generatePrefix("animation-name", "flipouttoright") /}
}
.xflip.xoutMix.xreverse {
{call generatePrefix("transform", "rotateZ(0) rotateY(90deg) scale(.9)") /}
{call generatePrefix("animation-name", "flipouttorightmix") /}
}
.xflip.xout3d.xreverse {
{call generatePrefix("transform", "rotate3d(0, 1, 0, 90deg) scale3d(.9, .9, .9)") /}
{call generatePrefix("animation-name", "flipouttoright3d") /}
}
.xflip.xin.xreverse {
{call generatePrefix("animation-name", "flipintoleft") /}
}
.xflip.xinMix.xreverse {
{call generatePrefix("animation-name", "flipintoleftmix") /}
}
.xflip.xin3d.xreverse {
{call generatePrefix("animation-name", "flipintoleft3d") /}
}
{call generateKeyFrames("flipouttoleft", "transform: rotateY(0);", "transform: rotateY(-90deg) scale(.9);") /}
{call generateKeyFrames("flipouttoright", "transform: rotateY(0);", "transform: rotateY(90deg) scale(.9);") /}
{call generateKeyFrames("flipintoleft", "transform: rotateY(-90deg) scale(.9);", "transform: rotateY(0);") /}
{call generateKeyFrames("flipintoright", "transform: rotateY(90deg) scale(.9);", "transform: rotateY(0);") /}
{call generateKeyFrames("flipouttoleftmix", "transform: rotateZ(0) rotateY(0);", "transform: rotateZ(0) rotateY(-90deg) scale(.9);") /}
{call generateKeyFrames("flipouttorightmix", "transform: rotateZ(0) rotateY(0);", "transform: rotateZ(0) rotateY(90deg) scale(.9);") /}
{call generateKeyFrames("flipintoleftmix", "transform: rotateZ(0) rotateY(-90deg) scale(.9);", "transform: rotateZ(0) rotateY(0);") /}
{call generateKeyFrames("flipintorightmix", "transform: rotateZ(0) rotateY(90deg) scale(.9);", "transform: rotateZ(0) rotateY(0);") /}
{call generateKeyFrames("flipouttoleft3d", "transform: rotate3d(0, 0, 0, 0);", "transform: rotate3d(0, 1, 0, -90deg) scale(.9, .9, .9);") /}
{call generateKeyFrames("flipouttoright3d", "transform: rotate3d(0, 0, 0, 0);", "transform: rotate3d(0, 1, 0, 90deg) scale(.9, .9, .9);") /}
{call generateKeyFrames("flipintoleft3d", "transform: rotate3d(0, 1, 0, -90deg) scale(.9, .9, .9);", "transform: rotate3d(0, 0, 0, 0);") /}
{call generateKeyFrames("flipintoright3d", "transform: rotate3d(0, 1, 0, 90deg) scale(.9, .9, .9);", "transform: rotate3d(0, 0, 0, 0);") /}
{/macro}
{macro generatePrefix(property, value)}
{var prefixes = ["-webkit-", "-moz-", "-ms-", "-o-"] /}
{for var i = 0; i < prefixes.length; i += 1}
${prefixes[i]}${property}: ${value};
{/for}
${property}: ${value};
{/macro}
{macro generateKeyFrames(name, from, to)}
{var prefixes = ["-webkit-", "-moz-", "-ms-", "-o-"] /}
{for var i = 0; i < prefixes.length; i += 1}
@${prefixes[i]}keyframes ${name} \{
from \{ ${prefixes[i]}${from} \}
to \{ ${prefixes[i]}${to} \}
\}
{/for}
@keyframes ${name} \{
from \{ ${from} \}
to \{ ${to} \}
\}
{/macro}
{/CSSTemplate} | src/aria/utils/css/Transitions.tpl.css | {CSSTemplate {
$classpath : "aria.utils.css.Transitions",
$prefix : false
}}
{macro main ()}
.xanimation-element {
display: none;
{call generatePrefix("backface-visibility", "hidden") /}
}
.xanimation-element-active {
display: block;
overflow: visible;
}
.xanimation-element {
outline: none;
}
.xviewport-xanimation,
.xviewport-xanimation .xanimation-element {
width: 100%;
height: 100%;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.xin, .xinMix, .xin3d {
{call generatePrefix("animation-timing-function", "ease-out") /}
{call generatePrefix("animation-duration", "350ms") /}
}
.xout, .xoutMix, .xout3d {
{call generatePrefix("animation-timing-function", "ease-in") /}
{call generatePrefix("animation-duration", "225ms") /}
}
/* fadein & fadeout */
{call generateKeyFrames("fadein", "opacity: 0;", "opacity: 1;") /}
{call generateKeyFrames("fadeout", "opacity: 1;", "opacity: 0;") /}
.xfade.xout, .xfade.xoutMix, .xfade.xout3d {
opacity: 0;
{call generatePrefix("animation-duration", "125ms") /}
{call generatePrefix("animation-name", "fadeout") /}
}
.xfade.xin, .xfade.xinMix, .xfade.xin3d {
opacity: 1;
{call generatePrefix("animation-duration", "225ms") /}
{call generatePrefix("animation-name", "fadein") /}
}
/* pop in & pop out */
.xpop {
{call generatePrefix("transform-origin", "50% 50%") /}
}
.xpop.xin, .xpop.xinMix {
{call generatePrefix("transform", "scale(1)") /}
opacity: 1;
{call generatePrefix("animation-name", "popin") /}
{call generatePrefix("animation-duration", "350ms") /}
}
.xpop.xin3d {
{call generatePrefix("transform", "scale3d(1,1,1)") /}
opacity: 1;
{call generatePrefix("animation-name", "popin3d") /}
{call generatePrefix("animation-duration", "350ms") /}
}
.xpop.xout, .xpop.xoutMix, .xpop.xout3d {
{call generatePrefix("animation-name", "fadeout") /}
opacity: 0;
{call generatePrefix("animation-duration", "100ms") /}
}
.xpop.xin.xreverse, .xpop.xinMix.xreverse, .xpop.xin3d.xreverse {
{call generatePrefix("animation-name", "fadein") /}
}
.xpop.xout.xreverse, .xpop.xoutMix.xreverse {
{call generatePrefix("transform", "scale(.8)") /}
{call generatePrefix("animation-name", "popout") /}
}
.xpop.xout3d.xreverse {
{call generatePrefix("transform", "scale3d(.8, .8, .8)") /}
{call generatePrefix("animation-name", "popout3d") /}
}
{call generateKeyFrames("popin", "transform: scale(.8);opacity: 0;", "transform: scale(1);opacity: 1;") /}
{call generateKeyFrames("popout", "transform: scale(1);opacity: 1;", "transform: scale(.8);opacity: 0;") /}
{call generateKeyFrames("popin3d", "transform: scale3d(.8, .8, .8);opacity: 0;", "transform: scale3d(1, 1, 1);opacity: 1;") /}
{call generateKeyFrames("popout3d", "transform: scale3d(1, 1, 1);opacity: 1;", "transform: scale3d(.8, .8, .8);opacity: 0;") /}
/* slide in & slide out */
{call generateKeyFrames("slideinfromright", "transform: translateX(100%);", "transform: translateX(0);") /}
{call generateKeyFrames("slideinfromleft", "transform: translateX(-100%);", "transform: translateX(0);") /}
{call generateKeyFrames("slideouttoleft", "transform: translateX(0);", "transform: translateX(-100%);") /}
{call generateKeyFrames("slideouttoright", "transform: translateX(0);", "transform: translateX(100%);") /}
{call generateKeyFrames("slideinfromrightmix", "transform: translateZ(0) translateX(100%);", "transform: translateZ(0) translateX(0);") /}
{call generateKeyFrames("slideinfromleftmix", "transform: translateZ(0) translateX(-100%);", "transform: translateZ(0) translateX(0);") /}
{call generateKeyFrames("slideouttoleftmix", "transform: translateZ(0) translateX(0);", "transform: translateZ(0) translateX(-100%);") /}
{call generateKeyFrames("slideouttorightmix", "transform: translateZ(0) translateX(0);", "transform: translateZ(0) translateX(100%);") /}
{call generateKeyFrames("slideinfromright3d", "transform: translate3d(100%, 0, 0);", "transform: translate3d(0, 0 , 0);") /}
{call generateKeyFrames("slideinfromleft3d", "transform: translate3d(-100%, 0, 0);", "transform: translate3d(0, 0 , 0);") /}
{call generateKeyFrames("slideouttoleft3d", "transform: translate3d(0, 0 , 0);", "transform: translate3d(-100%, 0, 0);") /}
{call generateKeyFrames("slideouttoright3d", "transform: translate3d(0, 0 , 0);", "transform: translate3d(100%, 0, 0);") /}
.xslide.xout, .xslide.xin {
{call generatePrefix("animation-timing-function", "ease-out") /}
{call generatePrefix("animation-duration", "350ms") /}
}
.xslide.xout {
{call generatePrefix("transform", "translateX(-100%)") /}
{call generatePrefix("animation-name", "slideouttoleft") /}
}
.xslide.xoutMix {
{call generatePrefix("transform", "translateZ(0) translateX(-100%)") /}
{call generatePrefix("animation-name", "slideouttoleftmix") /}
}
.xslide.xout3d {
{call generatePrefix("transform", "translate3d(-100%, 0, 0)") /}
{call generatePrefix("animation-name", "slideouttoleft3d") /}
}
.xslide.xin {
{call generatePrefix("transform", "translateX(0)") /}
{call generatePrefix("animation-name", "slideinfromright") /}
}
.xslide.xinMix {
{call generatePrefix("transform", "translateZ(0) translateX(0)") /}
{call generatePrefix("animation-name", "slideinfromrightmix") /}
}
.xslide.xin3d {
{call generatePrefix("transform", "translate3d(0, 0, 0)") /}
{call generatePrefix("animation-name", "slideinfromright3d") /}
}
.xslide.xout.xreverse {
{call generatePrefix("transform", "translateX(100%)") /}
{call generatePrefix("animation-name", "slideouttoright") /}
}
.xslide.xoutMix.xreverse {
{call generatePrefix("transform", "translateZ(0) translateX(100%)") /}
{call generatePrefix("animation-name", "slideouttorightmix") /}
}
.xslide.xout3d.xreverse {
{call generatePrefix("transform", "translate3d(100%, 0, 0)") /}
{call generatePrefix("animation-name", "slideouttoright3d") /}
}
.xslide.xin.xreverse {
{call generatePrefix("transform", "translateX(0)") /}
{call generatePrefix("animation-name", "slideinfromleft") /}
}
.xslide.xinMix.xreverse {
{call generatePrefix("transform", "translateZ(0) translateX(0)") /}
{call generatePrefix("animation-name", "slideinfromleftmix") /}
}
.xslide.xin3d.xreverse {
{call generatePrefix("transform", "translate3d(0, 0, 0)") /}
{call generatePrefix("animation-name", "slideinfromleft3d") /}
}
/* slide down */
.xslidedown.xout, .xslidedown.xoutMix, .xslidedown.xout3d {
{call generatePrefix("animation-name", "fadeout") /}
{call generatePrefix("animation-duration", "100ms") /}
}
.xslidedown.xin {
{call generatePrefix("transform", "translateY(0)") /}
{call generatePrefix("animation-name", "slideinfromtop") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslidedown.xinMix {
{call generatePrefix("transform", "translateZ(0) translateY(0)") /}
{call generatePrefix("animation-name", "slideinfromtopmix") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslidedown.xin3d {
{call generatePrefix("transform", "translate3d(0, 0, 0)") /}
{call generatePrefix("animation-name", "slideinfromtop3d") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslidedown.xin.xreverse, .xslidedown.xinMix.xreverse, .xslidedown.xin3d.xreverse {
{call generatePrefix("animation-name", "fadein") /}
{call generatePrefix("animation-duration", "150ms") /}
}
.xslidedown.xout.xreverse {
{call generatePrefix("transform", "translateY(-100%)") /}
{call generatePrefix("animation-name", "slideouttotop") /}
{call generatePrefix("animation-duration", "200ms") /}
}
.xslidedown.xoutMix.xreverse {
{call generatePrefix("transform", "translateZ(0) translateY(-100%)") /}
{call generatePrefix("animation-name", "slideouttotopmix") /}
{call generatePrefix("animation-duration", "200ms") /}
}
.xslidedown.xout3d.xreverse {
{call generatePrefix("transform", "translate3d(0, -100%, 0)") /}
{call generatePrefix("animation-name", "slideouttotop3d") /}
{call generatePrefix("animation-duration", "200ms") /}
}
{call generateKeyFrames("slideinfromtop", "transform: translateY(-100%);", "transform: translateY(0);") /}
{call generateKeyFrames("slideouttotop", "transform: translateY(0);", "transform: translateY(-100%);") /}
{call generateKeyFrames("slideinfromtopmix", "transform: translateZ(0) translateY(-100%);", "transform: translateZ(0) translateY(0);") /}
{call generateKeyFrames("slideouttotopmix", "transform: translateZ(0) translateY(0);", "transform: translateZ(0) translateY(-100%);") /}
{call generateKeyFrames("slideinfromtop3d", "transform: translate3d(0, -100%, 0);", "transform: translate3d(0, 0, 0);") /}
{call generateKeyFrames("slideouttotop3d", "transform: translate3d(0, 0, 0);", "transform: translate3d(0, -100%, 0);") /}
/* slide up */
.xslideup.xout, .xslide.xoutMix, .xslideup.xout3d {
{call generatePrefix("animation-name", "fadeout") /}
{call generatePrefix("animation-duration", "100ms") /}
}
.xslideup.xin {
{call generatePrefix("transform", "translateY(0)") /}
{call generatePrefix("animation-name", "slideinfrombottom") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslideup.xinMix {
{call generatePrefix("transform", "translateZ(0) translateY(0)") /}
{call generatePrefix("animation-name", "slideinfrombottommix") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslideup.xin3d {
{call generatePrefix("transform", "translate3d(0, 0, 0)") /}
{call generatePrefix("animation-name", "slideinfrombottom3d") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslideup.xin.xreverse, .xslideup.xinMix.xreverse, .xslideup.xin3d.xreverse {
{call generatePrefix("animation-name", "fadein") /}
{call generatePrefix("animation-duration", "150ms") /}
}
.xslideup.xout.xreverse {
{call generatePrefix("transform", "translateY(100%)") /}
{call generatePrefix("animation-name", "slideouttobottom") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslideup.xoutMix.xreverse {
{call generatePrefix("transform", "translateZ(0) translateY(100%)") /}
{call generatePrefix("animation-name", "slideouttobottommix") /}
{call generatePrefix("animation-duration", "250ms") /}
}
.xslideup.xout3d.xreverse {
{call generatePrefix("transform", "translate3d(0, 100%, 0)") /}
{call generatePrefix("animation-name", "slideouttobottom3d") /}
{call generatePrefix("animation-duration", "250ms") /}
}
{call generateKeyFrames("slideinfrombottom", "transform: translateY(100%);", "transform: translateY(0);") /}
{call generateKeyFrames("slideouttobottom", "transform: translateY(0);", "transform: translateY(100%);") /}
{call generateKeyFrames("slideinfrombottommix", "transform: translateZ(0) translateY(100%);", "transform: translateZ(0) translateY(0);") /}
{call generateKeyFrames("slideouttobottommix", "transform: translateZ(0) translateY(0);", "transform: translateZ(0) translateY(100%);") /}
{call generateKeyFrames("slideinfrombottom3d", "transform: translate3d(0, 100%, 0);", "transform: translate3d(0, 0, 0);") /}
{call generateKeyFrames("slideouttobottom3d", "transform: translate3d(0, 0, 0);", "transform: translate3d(0, 100%, 0);") /}
.xviewport-xflip {
{call generatePrefix("perspective", "1000") /}
position: absolute;
}
.xflip {
{call generatePrefix("backface-visibility", "hidden") /}
{call generatePrefix("transform", "translateX(0)") /}
}
.xflip.xout {
{call generatePrefix("transform", "rotateY(-90deg) scale(.9)") /}
{call generatePrefix("animation-name", "flipouttoleft") /}
{call generatePrefix("animation-duration", "175ms") /}
}
.xflip.xoutMix {
{call generatePrefix("transform", "rotateZ(0) rotateY(-90deg) scale(.9)") /}
{call generatePrefix("animation-name", "flipouttoleftmix") /}
{call generatePrefix("animation-duration", "175ms") /}
}
.xflip.xout3d {
{call generatePrefix("transform", "rotate3d(0, 1, 0, -90deg) scale3d(.9, .9, .9)") /}
{call generatePrefix("animation-name", "flipouttoleft3d") /}
{call generatePrefix("animation-duration", "175ms") /}
}
.xflip.xin {
{call generatePrefix("animation-name", "flipintoright") /}
{call generatePrefix("animation-duration", "225ms") /}
}
.xflip.xinMix {
{call generatePrefix("animation-name", "flipintorightmix") /}
{call generatePrefix("animation-duration", "225ms") /}
}
.xflip.xin3d {
{call generatePrefix("animation-name", "flipintoright3d") /}
{call generatePrefix("animation-duration", "225ms") /}
}
.xflip.xout.xreverse {
{call generatePrefix("transform", "rotateY(90deg) scale(.9)") /}
{call generatePrefix("animation-name", "flipouttoright") /}
}
.xflip.xoutMix.xreverse {
{call generatePrefix("transform", "rotateZ(0) rotateY(90deg) scale(.9)") /}
{call generatePrefix("animation-name", "flipouttorightmix") /}
}
.xflip.xout3d.xreverse {
{call generatePrefix("transform", "rotate3d(0, 1, 0, 90deg) scale3d(.9, .9, .9)") /}
{call generatePrefix("animation-name", "flipouttoright3d") /}
}
.xflip.xin.xreverse {
{call generatePrefix("animation-name", "flipintoleft") /}
}
.xflip.xinMix.xreverse {
{call generatePrefix("animation-name", "flipintoleftmix") /}
}
.xflip.xin3d.xreverse {
{call generatePrefix("animation-name", "flipintoleft3d") /}
}
{call generateKeyFrames("flipouttoleft", "transform: rotateY(0);", "transform: rotateY(-90deg) scale(.9);") /}
{call generateKeyFrames("flipouttoright", "transform: rotateY(0);", "transform: rotateY(90deg) scale(.9);") /}
{call generateKeyFrames("flipintoleft", "transform: rotateY(-90deg) scale(.9);", "transform: rotateY(0);") /}
{call generateKeyFrames("flipintoright", "transform: rotateY(90deg) scale(.9);", "transform: rotateY(0);") /}
{call generateKeyFrames("flipouttoleftmix", "transform: rotateZ(0) rotateY(0);", "transform: rotateZ(0) rotateY(-90deg) scale(.9);") /}
{call generateKeyFrames("flipouttorightmix", "transform: rotateZ(0) rotateY(0);", "transform: rotateZ(0) rotateY(90deg) scale(.9);") /}
{call generateKeyFrames("flipintoleftmix", "transform: rotateZ(0) rotateY(-90deg) scale(.9);", "transform: rotateZ(0) rotateY(0);") /}
{call generateKeyFrames("flipintorightmix", "transform: rotateZ(0) rotateY(90deg) scale(.9);", "transform: rotateZ(0) rotateY(0);") /}
{call generateKeyFrames("flipouttoleft3d", "transform: rotate3d(0, 0, 0, 0);", "transform: rotate3d(0, 1, 0, -90deg) scale(.9, .9, .9);") /}
{call generateKeyFrames("flipouttoright3d", "transform: rotate3d(0, 0, 0, 0);", "transform: rotate3d(0, 1, 0, 90deg) scale(.9, .9, .9);") /}
{call generateKeyFrames("flipintoleft3d", "transform: rotate3d(0, 1, 0, -90deg) scale(.9, .9, .9);", "transform: rotate3d(0, 0, 0, 0);") /}
{call generateKeyFrames("flipintoright3d", "transform: rotate3d(0, 1, 0, 90deg) scale(.9, .9, .9);", "transform: rotate3d(0, 0, 0, 0);") /}
{/macro}
{macro generatePrefix(property, value)}
{var prefixes = ["-webkit-", "-moz-", "-ms-", "-o-"] /}
{for var i = 0; i < prefixes.length; i += 1}
${prefixes[i]}${property}: ${value};
{/for}
${property}: ${value};
{/macro}
{macro generateKeyFrames(name, from, to)}
{var prefixes = ["-webkit-", "-moz-", "-ms-", "-o-"] /}
{for var i = 0; i < prefixes.length; i += 1}
@${prefixes[i]}keyframes ${name} \{
from \{ ${prefixes[i]}${from} \}
to \{ ${prefixes[i]}${to} \}
\}
{/for}
@keyframes ${name} \{
from \{ ${from} \}
to \{ ${to} \}
\}
{/macro}
{/CSSTemplate} | 0.544438 | 0.120077 |
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
/* =======================================================
*
* Template Style
* Edit this section
*
* ======================================================= */
body {
font-family: "Roboto", Arial, serif;
line-height: 1.8;
font-size: 20px;
font-weight: 300;
}
a {
color: #BD6863;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
a:hover {
text-decoration: none;
color: #BD6863;
}
a:focus, a:active {
outline: none;
}
p, span {
margin-bottom: 1.5em;
font-size: 20px;
color: #727272;
font-weight: 300;
font-family: "Roboto", Arial, serif;
}
span {
font-size: 18px;
color: rgba(114, 114, 114, 0.8);
}
h1, h2, h3, h4, h5, h6 {
color: rgba(0, 0, 0, 0.8);
font-family: "Roboto", Arial, serif;
font-weight: 300;
margin: 0 0 30px 0;
}
::-webkit-selection {
color: #fcfcfc;
background: #BD6863;
}
::-moz-selection {
color: #fcfcfc;
background: #BD6863;
}
::selection {
color: #fcfcfc;
background: #BD6863;
}
.btn {
text-transform: uppercase;
letter-spacing: 2px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.btn.btn-primary {
background: #BD6863;
color: #fff;
border: none !important;
border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
box-shadow: none;
background: #BD6863;
}
.btn:hover, .btn:active, .btn:focus {
background: #393e46 !important;
color: #fff;
outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
border-color: transparent;
}
.heading-section {
margin-bottom: 5em;
}
.heading-section h2 {
position: relative;
font-size: 22px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 700;
}
.heading-section h2:before {
position: absolute;
content: '';
top: -15px;
left: 50%;
margin-left: -15px;
width: 20px;
height: 3px;
background: #BD6863;
}
header, #fh5co-intro-section, #fh5co-services-section, #fh5co-featured-work-section,
#fh5co-common-section, #fh5co-blog-section, #footer, #fh5co-contact-section,
#fh5co-work-section {
padding-bottom: 5em;
}
header {
padding-top: 3em;
}
header .fh5co-navbar-brand {
padding-bottom: 3em;
}
header .fh5co-navbar-brand .fh5co-logo {
position: relative;
font-size: 50px;
color: #000;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}
header .fh5co-navbar-brand .fh5co-logo:after {
position: absolute;
bottom: 13px;
right: -14px;
width: 12px;
height: 12px;
background: #BD6863;
content: '';
}
header .fh5co-navbar-brand .fh5co-logo:hover {
text-decoration: none;
}
header #fh5co-main-nav > ul {
padding: 0;
margin: 0;
}
header #fh5co-main-nav > ul li {
list-style: none;
display: inline-block;
margin-left: 40px;
font-size: 18px;
}
@media screen and (max-width: 768px) {
header #fh5co-main-nav > ul li {
display: block;
margin-left: 0;
margin-bottom: 15px;
}
}
header #fh5co-main-nav > ul li a {
padding-bottom: 5px;
color: #000;
position: relative;
font-weight: 400;
}
header #fh5co-main-nav > ul li a.active:before {
position: absolute;
width: 7px;
height: 7px;
content: '';
top: -5px;
right: -7px;
background: #BD6863;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
header #fh5co-main-nav > ul li a:hover, header #fh5co-main-nav > ul li a:focus {
text-decoration: none;
color: #000;
}
header #fh5co-main-nav > ul li:first-child {
margin-left: 0;
}
#fh5co-intro-section h2 {
font-size: 40px;
line-height: 1.5em;
margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
#fh5co-intro-section h2 {
font-size: 30px;
}
}
.owl-carousel {
margin-bottom: 5em;
}
/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
margin-top: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
top: 50%;
margin-top: -29px;
z-index: 9999;
position: absolute;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
top: 24%;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
right: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
margin-right: -10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
left: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
margin-left: -10px;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
right: -50px;
}
@media screen and (max-width: 768px) {
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
right: 0px;
}
}
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
left: -50px;
}
@media screen and (max-width: 768px) {
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
left: 0px;
}
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
color: #000;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
color: #000;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
font-size: 50px;
color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
color: #fff;
}
.owl-carousel .owl-controls .owl-nav .owl-next i,
.owl-carousel .owl-controls .owl-nav .owl-prev i {
font-size: 50px;
color: rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
color: rgba(0, 0, 0, 0.6);
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
margin-right: -10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
margin-left: -10px;
}
.owl-carousel .owl-dots {
display: none !important;
}
@media screen and (max-width: 992px) {
.owl-carousel .owl-dots {
display: block !important;
}
}
@media screen and (max-width: 768px) {
.owl-theme .owl-controls .owl-nav {
display: none;
}
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
background: none !important;
}
.owl-theme .owl-dots {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}
.owl-carousel-fullwidth.owl-theme .owl-dots {
bottom: 0;
margin-bottom: 40px;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
background: rgba(255, 255, 255, 0.3);
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
background: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #fff;
}
.item {
position: relative;
}
.item .pop-up-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(240, 56, 97, 0.8);
opacity: 0;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.item .pop-up-overlay.pop-up-overlay-color-2 {
background: rgba(248, 125, 9, 0.8) !important;
}
.item .pop-up-overlay.pop-up-overlay-color-3 {
background: rgba(23, 231, 164, 0.8) !important;
}
.item .pop-up-overlay.pop-up-overlay-color-4 {
background: rgba(249, 197, 53, 0.8) !important;
}
.item .pop-up-overlay .desc {
position: absolute;
top: 50%;
left: 0;
bottom: 0;
right: 0;
margin-top: -60px;
padding: 30px;
}
.item .pop-up-overlay .desc h3 {
color: rgba(255, 255, 255, 0.9);
margin-bottom: 10px;
}
.item .pop-up-overlay .desc span {
display: block;
color: rgba(255, 255, 255, 0.6);
}
.item .pop-up-overlay:hover, .item .pop-up-overlay:focus {
text-decoration: none;
}
.item:hover .pop-up-overlay, .item:focus .pop-up-overlay {
opacity: 1;
}
.services-num {
position: relative;
}
.services-num .number-holder {
position: absolute;
font-size: 100px;
font-weight: 700;
top: 0;
left: 15px;
line-height: 100px;
color: #000;
}
.services-num .desc {
padding-left: 140px;
}
.services-num .desc h3 {
font-weight: 300;
line-height: 26px;
font-size: 24px;
margin-bottom: 8px;
}
.services-num.services-num-text-right {
text-align: right;
}
.services-num.services-num-text-right .number-holder {
right: 15px;
}
.services-num.services-num-text-right .desc {
padding-left: 0;
padding-right: 140px;
}
@media screen and (max-width: 768px) {
.services-num.services-num-text-right {
text-align: left;
}
.services-num.services-num-text-right .number-holder {
right: 0;
left: 15px;
}
.services-num.services-num-text-right .desc {
padding-left: 140px;
padding-right: 0;
}
}
@media screen and (max-width: 480px) {
.services-num.services-num-text-right .desc {
padding-left: 80px;
}
}
@media screen and (max-width: 480px) {
.services-num .number-holder {
font-size: 50px;
}
.services-num .desc {
padding-left: 80px;
}
}
.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
height: 500px;
}
.fh5co-hero, .fh5co-parallax {
background-color: #555;
background-attachment: fixed;
background-size: cover;
position: relative;
margin-bottom: 7em;
}
.fh5co-hero .overlay, .fh5co-parallax .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: black;
opacity: .2;
}
@media screen and (max-width: 768px) {
.fh5co-hero, .fh5co-parallax {
height: inherit;
padding: 4em 0;
}
}
.fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
color: #fff;
font-size: 70px;
font-weight: 300;
margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
font-size: 30px;
}
}
.fh5co-hero .fh5co-intro p, .fh5co-parallax .fh5co-intro p {
color: #fff;
}
.fh5co-hero .fh5co-intro p a, .fh5co-parallax .fh5co-intro p a {
color: #fff;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fh5co-hero .fh5co-intro p a:hover, .fh5co-parallax .fh5co-intro p a:hover {
color: #fff;
}
.fh5co-table {
display: table;
}
.fh5co-table-cell {
display: table-cell;
vertical-align: middle;
}
.services-grid {
margin-bottom: 50px;
}
.services-grid i {
font-size: 60px;
display: block;
margin-bottom: 30px;
color: #BD6863;
}
.fhco-hero2 {
margin-bottom: 40px;
}
.fhco-hero2 img {
margin-top: -50px;
}
@media screen and (max-width: 992px) {
.fhco-hero2 {
display: none;
}
}
.fh5co-services {
position: relative;
margin-bottom: 40px;
}
.fh5co-services .holder-section {
padding-left: 100px;
}
.fh5co-services .holder-section h3 {
margin-bottom: 8px;
font-weight: 400;
font-weight: 20px;
}
.fh5co-services .fh5co-table2 {
display: table;
width: 70px;
height: 70px;
position: absolute;
top: 0;
left: 0;
background: #BD6863;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.fh5co-services .fh5co-table-cell2 {
display: table-cell;
vertical-align: middle;
}
.fh5co-services .fh5co-table-cell2 i {
display: block;
color: #fff;
font-size: 32px;
}
.fh5co-services-right {
margin-bottom: 40px;
position: relative;
text-align: right;
}
.fh5co-services-right .holder-section {
padding-right: 100px;
}
.fh5co-services-right .holder-section h3 {
margin-bottom: 8px;
font-weight: 400;
font-weight: 20px;
}
.fh5co-services-right .fh5co-table2 {
display: table;
width: 70px;
height: 70px;
position: absolute;
top: 0;
right: 0;
background: #BD6863;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.fh5co-services-right .fh5co-table-cell2 {
display: table-cell;
vertical-align: middle;
}
.fh5co-services-right .fh5co-table-cell2 i {
display: block;
color: #fff;
font-size: 32px;
}
@media screen and (max-width: 768px) {
.fh5co-services-right {
margin-bottom: 0;
text-align: left;
}
.fh5co-services-right .holder-section {
padding-right: 0;
padding-left: 100px;
}
.fh5co-services-right .fh5co-table2 {
left: 0;
}
}
.fh5co-table2-color-2 {
background: #F87D09 !important;
}
.fh5co-table2-color-3 {
background: #17E7A4 !important;
}
.fh5co-table2-color-4 {
background: #F9C535 !important;
}
.fh5co-table2-color-5 {
background: #51DACF !important;
}
.fh5co-table2-color-6 {
background: #FF7676 !important;
}
@media screen and (max-width: 992px) {
.blog-section {
margin-bottom: 80px;
}
}
.blog-section span {
display: block;
font-size: 80px;
color: #000;
line-height: 0;
margin-bottom: 60px;
font-weight: 700;
position: relative;
}
.blog-section span small {
position: absolute;
top: 0;
font-size: 16px;
color: rgba(114, 114, 114, 0.8);
font-weight: 300;
line-height: 0;
margin-left: 20px;
}
.blog-section h3 {
margin-bottom: 10px;
}
.blog-section h3 a {
color: #000;
}
.fh5co-grid-work {
margin-bottom: 60px;
}
.fh5co-grid-work .work-holder {
position: relative;
margin-bottom: 30px;
}
.fh5co-grid-work .work-holder img {
max-width: 100%;
}
.fh5co-grid-work .work-holder .inner-overlay {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(240, 56, 97, 0.9);
opacity: 0;
}
.fh5co-grid-work .work-holder .inner-overlay i {
position: absolute;
top: 50%;
left: 50%;
margin-left: -10px;
margin-top: -10px;
color: #fff;
font-size: 30px;
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-2 {
background: rgba(248, 125, 9, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-3 {
background: rgba(23, 231, 164, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-4 {
background: rgba(249, 197, 53, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-4 {
background: rgba(81, 218, 207, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-5 {
background: rgba(255, 118, 118, 0.9);
}
.fh5co-grid-work .desc h3 {
font-size: 20px;
margin-bottom: 10px;
}
.fh5co-grid-work .desc h3 a {
color: #000;
}
.fh5co-grid-work .desc span {
color: rgba(114, 114, 114, 0.5);
font-size: 16px;
}
.fh5co-grid-work:hover .inner-overlay, .fh5co-grid-work:focus .inner-overlay {
opacity: 1;
}
.about {
padding-bottom: 5em;
}
.about img {
margin-bottom: 50px;
}
.about .team-section-grid {
position: relative;
background-size: cover;
height: 450px;
margin-bottom: 30px;
}
.about .team-section-grid .overlay-section {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
}
.about .team-section-grid .overlay-section h3 {
color: #fff;
margin-bottom: 10px;
font-size: 24px;
}
.about .team-section-grid .overlay-section p {
color: rgba(255, 255, 255, 0.8);
}
.about .team-section-grid .overlay-section p.fh5co-social-icons a:hover, .about .team-section-grid .overlay-section p.fh5co-social-icons a:focus {
text-decoration: none !important;
}
.about .team-section-grid .overlay-section p.fh5co-social-icons i {
font-size: 32px;
}
.about .team-section-grid .overlay-section span {
color: #fff;
display: block;
}
.about .team-section-grid .overlay-section .desc {
position: absolute;
bottom: 0;
left: 30px;
right: 30px;
}
.about .team-section-grid:hover .overlay-section {
opacity: 1;
}
.about .fh5co-social-icons a {
color: rgba(255, 255, 255, 0.7);
cursor: pointer;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.about .fh5co-social-icons a:hover {
color: white;
}
.contact-info {
margin-bottom: 4em;
padding: 0;
}
.contact-info li {
list-style: none;
margin: 0 0 20px 0;
position: relative;
padding-left: 40px;
}
.contact-info li i {
position: absolute;
top: .3em;
left: 0;
font-size: 22px;
color: #BD6863;
}
.contact-info li a {
color: #BD6863;
}
.form-control {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
border: none;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 18px;
font-weight: 300;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
}
.form-control:focus, .form-control:active {
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.8);
}
input[type="text"] {
height: 50px;
}
.form-group {
margin-bottom: 30px;
}
#map {
width: 100%;
height: 500px;
position: relative;
margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
#map {
height: 200px;
}
}
#footer p {
font-size: 16px;
}
#footer p:last-child {
margin-bottom: 0;
}
#footer p.fh5co-social-icons a:hover, #footer p.fh5co-social-icons a:focus {
text-decoration: none !important;
}
#footer p.fh5co-social-icons i {
font-size: 32px;
}
.js .animate-box {
opacity: 0;
}
/*# sourceMappingURL=style.css.map */ | css/style.css | @font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
/* =======================================================
*
* Template Style
* Edit this section
*
* ======================================================= */
body {
font-family: "Roboto", Arial, serif;
line-height: 1.8;
font-size: 20px;
font-weight: 300;
}
a {
color: #BD6863;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
a:hover {
text-decoration: none;
color: #BD6863;
}
a:focus, a:active {
outline: none;
}
p, span {
margin-bottom: 1.5em;
font-size: 20px;
color: #727272;
font-weight: 300;
font-family: "Roboto", Arial, serif;
}
span {
font-size: 18px;
color: rgba(114, 114, 114, 0.8);
}
h1, h2, h3, h4, h5, h6 {
color: rgba(0, 0, 0, 0.8);
font-family: "Roboto", Arial, serif;
font-weight: 300;
margin: 0 0 30px 0;
}
::-webkit-selection {
color: #fcfcfc;
background: #BD6863;
}
::-moz-selection {
color: #fcfcfc;
background: #BD6863;
}
::selection {
color: #fcfcfc;
background: #BD6863;
}
.btn {
text-transform: uppercase;
letter-spacing: 2px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.btn.btn-primary {
background: #BD6863;
color: #fff;
border: none !important;
border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
box-shadow: none;
background: #BD6863;
}
.btn:hover, .btn:active, .btn:focus {
background: #393e46 !important;
color: #fff;
outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
border-color: transparent;
}
.heading-section {
margin-bottom: 5em;
}
.heading-section h2 {
position: relative;
font-size: 22px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 700;
}
.heading-section h2:before {
position: absolute;
content: '';
top: -15px;
left: 50%;
margin-left: -15px;
width: 20px;
height: 3px;
background: #BD6863;
}
header, #fh5co-intro-section, #fh5co-services-section, #fh5co-featured-work-section,
#fh5co-common-section, #fh5co-blog-section, #footer, #fh5co-contact-section,
#fh5co-work-section {
padding-bottom: 5em;
}
header {
padding-top: 3em;
}
header .fh5co-navbar-brand {
padding-bottom: 3em;
}
header .fh5co-navbar-brand .fh5co-logo {
position: relative;
font-size: 50px;
color: #000;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}
header .fh5co-navbar-brand .fh5co-logo:after {
position: absolute;
bottom: 13px;
right: -14px;
width: 12px;
height: 12px;
background: #BD6863;
content: '';
}
header .fh5co-navbar-brand .fh5co-logo:hover {
text-decoration: none;
}
header #fh5co-main-nav > ul {
padding: 0;
margin: 0;
}
header #fh5co-main-nav > ul li {
list-style: none;
display: inline-block;
margin-left: 40px;
font-size: 18px;
}
@media screen and (max-width: 768px) {
header #fh5co-main-nav > ul li {
display: block;
margin-left: 0;
margin-bottom: 15px;
}
}
header #fh5co-main-nav > ul li a {
padding-bottom: 5px;
color: #000;
position: relative;
font-weight: 400;
}
header #fh5co-main-nav > ul li a.active:before {
position: absolute;
width: 7px;
height: 7px;
content: '';
top: -5px;
right: -7px;
background: #BD6863;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
header #fh5co-main-nav > ul li a:hover, header #fh5co-main-nav > ul li a:focus {
text-decoration: none;
color: #000;
}
header #fh5co-main-nav > ul li:first-child {
margin-left: 0;
}
#fh5co-intro-section h2 {
font-size: 40px;
line-height: 1.5em;
margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
#fh5co-intro-section h2 {
font-size: 30px;
}
}
.owl-carousel {
margin-bottom: 5em;
}
/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
margin-top: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
top: 50%;
margin-top: -29px;
z-index: 9999;
position: absolute;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
top: 24%;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
right: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
margin-right: -10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
left: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
margin-left: -10px;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
right: -50px;
}
@media screen and (max-width: 768px) {
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
right: 0px;
}
}
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
left: -50px;
}
@media screen and (max-width: 768px) {
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
left: 0px;
}
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
color: #000;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
color: #000;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
font-size: 50px;
color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
color: #fff;
}
.owl-carousel .owl-controls .owl-nav .owl-next i,
.owl-carousel .owl-controls .owl-nav .owl-prev i {
font-size: 50px;
color: rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
color: rgba(0, 0, 0, 0.6);
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
margin-right: -10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
margin-left: -10px;
}
.owl-carousel .owl-dots {
display: none !important;
}
@media screen and (max-width: 992px) {
.owl-carousel .owl-dots {
display: block !important;
}
}
@media screen and (max-width: 768px) {
.owl-theme .owl-controls .owl-nav {
display: none;
}
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
background: none !important;
}
.owl-theme .owl-dots {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}
.owl-carousel-fullwidth.owl-theme .owl-dots {
bottom: 0;
margin-bottom: 40px;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
background: rgba(255, 255, 255, 0.3);
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
background: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #fff;
}
.item {
position: relative;
}
.item .pop-up-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(240, 56, 97, 0.8);
opacity: 0;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.item .pop-up-overlay.pop-up-overlay-color-2 {
background: rgba(248, 125, 9, 0.8) !important;
}
.item .pop-up-overlay.pop-up-overlay-color-3 {
background: rgba(23, 231, 164, 0.8) !important;
}
.item .pop-up-overlay.pop-up-overlay-color-4 {
background: rgba(249, 197, 53, 0.8) !important;
}
.item .pop-up-overlay .desc {
position: absolute;
top: 50%;
left: 0;
bottom: 0;
right: 0;
margin-top: -60px;
padding: 30px;
}
.item .pop-up-overlay .desc h3 {
color: rgba(255, 255, 255, 0.9);
margin-bottom: 10px;
}
.item .pop-up-overlay .desc span {
display: block;
color: rgba(255, 255, 255, 0.6);
}
.item .pop-up-overlay:hover, .item .pop-up-overlay:focus {
text-decoration: none;
}
.item:hover .pop-up-overlay, .item:focus .pop-up-overlay {
opacity: 1;
}
.services-num {
position: relative;
}
.services-num .number-holder {
position: absolute;
font-size: 100px;
font-weight: 700;
top: 0;
left: 15px;
line-height: 100px;
color: #000;
}
.services-num .desc {
padding-left: 140px;
}
.services-num .desc h3 {
font-weight: 300;
line-height: 26px;
font-size: 24px;
margin-bottom: 8px;
}
.services-num.services-num-text-right {
text-align: right;
}
.services-num.services-num-text-right .number-holder {
right: 15px;
}
.services-num.services-num-text-right .desc {
padding-left: 0;
padding-right: 140px;
}
@media screen and (max-width: 768px) {
.services-num.services-num-text-right {
text-align: left;
}
.services-num.services-num-text-right .number-holder {
right: 0;
left: 15px;
}
.services-num.services-num-text-right .desc {
padding-left: 140px;
padding-right: 0;
}
}
@media screen and (max-width: 480px) {
.services-num.services-num-text-right .desc {
padding-left: 80px;
}
}
@media screen and (max-width: 480px) {
.services-num .number-holder {
font-size: 50px;
}
.services-num .desc {
padding-left: 80px;
}
}
.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
height: 500px;
}
.fh5co-hero, .fh5co-parallax {
background-color: #555;
background-attachment: fixed;
background-size: cover;
position: relative;
margin-bottom: 7em;
}
.fh5co-hero .overlay, .fh5co-parallax .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: black;
opacity: .2;
}
@media screen and (max-width: 768px) {
.fh5co-hero, .fh5co-parallax {
height: inherit;
padding: 4em 0;
}
}
.fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
color: #fff;
font-size: 70px;
font-weight: 300;
margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
font-size: 30px;
}
}
.fh5co-hero .fh5co-intro p, .fh5co-parallax .fh5co-intro p {
color: #fff;
}
.fh5co-hero .fh5co-intro p a, .fh5co-parallax .fh5co-intro p a {
color: #fff;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fh5co-hero .fh5co-intro p a:hover, .fh5co-parallax .fh5co-intro p a:hover {
color: #fff;
}
.fh5co-table {
display: table;
}
.fh5co-table-cell {
display: table-cell;
vertical-align: middle;
}
.services-grid {
margin-bottom: 50px;
}
.services-grid i {
font-size: 60px;
display: block;
margin-bottom: 30px;
color: #BD6863;
}
.fhco-hero2 {
margin-bottom: 40px;
}
.fhco-hero2 img {
margin-top: -50px;
}
@media screen and (max-width: 992px) {
.fhco-hero2 {
display: none;
}
}
.fh5co-services {
position: relative;
margin-bottom: 40px;
}
.fh5co-services .holder-section {
padding-left: 100px;
}
.fh5co-services .holder-section h3 {
margin-bottom: 8px;
font-weight: 400;
font-weight: 20px;
}
.fh5co-services .fh5co-table2 {
display: table;
width: 70px;
height: 70px;
position: absolute;
top: 0;
left: 0;
background: #BD6863;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.fh5co-services .fh5co-table-cell2 {
display: table-cell;
vertical-align: middle;
}
.fh5co-services .fh5co-table-cell2 i {
display: block;
color: #fff;
font-size: 32px;
}
.fh5co-services-right {
margin-bottom: 40px;
position: relative;
text-align: right;
}
.fh5co-services-right .holder-section {
padding-right: 100px;
}
.fh5co-services-right .holder-section h3 {
margin-bottom: 8px;
font-weight: 400;
font-weight: 20px;
}
.fh5co-services-right .fh5co-table2 {
display: table;
width: 70px;
height: 70px;
position: absolute;
top: 0;
right: 0;
background: #BD6863;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.fh5co-services-right .fh5co-table-cell2 {
display: table-cell;
vertical-align: middle;
}
.fh5co-services-right .fh5co-table-cell2 i {
display: block;
color: #fff;
font-size: 32px;
}
@media screen and (max-width: 768px) {
.fh5co-services-right {
margin-bottom: 0;
text-align: left;
}
.fh5co-services-right .holder-section {
padding-right: 0;
padding-left: 100px;
}
.fh5co-services-right .fh5co-table2 {
left: 0;
}
}
.fh5co-table2-color-2 {
background: #F87D09 !important;
}
.fh5co-table2-color-3 {
background: #17E7A4 !important;
}
.fh5co-table2-color-4 {
background: #F9C535 !important;
}
.fh5co-table2-color-5 {
background: #51DACF !important;
}
.fh5co-table2-color-6 {
background: #FF7676 !important;
}
@media screen and (max-width: 992px) {
.blog-section {
margin-bottom: 80px;
}
}
.blog-section span {
display: block;
font-size: 80px;
color: #000;
line-height: 0;
margin-bottom: 60px;
font-weight: 700;
position: relative;
}
.blog-section span small {
position: absolute;
top: 0;
font-size: 16px;
color: rgba(114, 114, 114, 0.8);
font-weight: 300;
line-height: 0;
margin-left: 20px;
}
.blog-section h3 {
margin-bottom: 10px;
}
.blog-section h3 a {
color: #000;
}
.fh5co-grid-work {
margin-bottom: 60px;
}
.fh5co-grid-work .work-holder {
position: relative;
margin-bottom: 30px;
}
.fh5co-grid-work .work-holder img {
max-width: 100%;
}
.fh5co-grid-work .work-holder .inner-overlay {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(240, 56, 97, 0.9);
opacity: 0;
}
.fh5co-grid-work .work-holder .inner-overlay i {
position: absolute;
top: 50%;
left: 50%;
margin-left: -10px;
margin-top: -10px;
color: #fff;
font-size: 30px;
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-2 {
background: rgba(248, 125, 9, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-3 {
background: rgba(23, 231, 164, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-4 {
background: rgba(249, 197, 53, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-4 {
background: rgba(81, 218, 207, 0.9);
}
.fh5co-grid-work .work-holder .inner-overlay.inner-overlay-5 {
background: rgba(255, 118, 118, 0.9);
}
.fh5co-grid-work .desc h3 {
font-size: 20px;
margin-bottom: 10px;
}
.fh5co-grid-work .desc h3 a {
color: #000;
}
.fh5co-grid-work .desc span {
color: rgba(114, 114, 114, 0.5);
font-size: 16px;
}
.fh5co-grid-work:hover .inner-overlay, .fh5co-grid-work:focus .inner-overlay {
opacity: 1;
}
.about {
padding-bottom: 5em;
}
.about img {
margin-bottom: 50px;
}
.about .team-section-grid {
position: relative;
background-size: cover;
height: 450px;
margin-bottom: 30px;
}
.about .team-section-grid .overlay-section {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
}
.about .team-section-grid .overlay-section h3 {
color: #fff;
margin-bottom: 10px;
font-size: 24px;
}
.about .team-section-grid .overlay-section p {
color: rgba(255, 255, 255, 0.8);
}
.about .team-section-grid .overlay-section p.fh5co-social-icons a:hover, .about .team-section-grid .overlay-section p.fh5co-social-icons a:focus {
text-decoration: none !important;
}
.about .team-section-grid .overlay-section p.fh5co-social-icons i {
font-size: 32px;
}
.about .team-section-grid .overlay-section span {
color: #fff;
display: block;
}
.about .team-section-grid .overlay-section .desc {
position: absolute;
bottom: 0;
left: 30px;
right: 30px;
}
.about .team-section-grid:hover .overlay-section {
opacity: 1;
}
.about .fh5co-social-icons a {
color: rgba(255, 255, 255, 0.7);
cursor: pointer;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.about .fh5co-social-icons a:hover {
color: white;
}
.contact-info {
margin-bottom: 4em;
padding: 0;
}
.contact-info li {
list-style: none;
margin: 0 0 20px 0;
position: relative;
padding-left: 40px;
}
.contact-info li i {
position: absolute;
top: .3em;
left: 0;
font-size: 22px;
color: #BD6863;
}
.contact-info li a {
color: #BD6863;
}
.form-control {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
border: none;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 18px;
font-weight: 300;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
}
.form-control:focus, .form-control:active {
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.8);
}
input[type="text"] {
height: 50px;
}
.form-group {
margin-bottom: 30px;
}
#map {
width: 100%;
height: 500px;
position: relative;
margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
#map {
height: 200px;
}
}
#footer p {
font-size: 16px;
}
#footer p:last-child {
margin-bottom: 0;
}
#footer p.fh5co-social-icons a:hover, #footer p.fh5co-social-icons a:focus {
text-decoration: none !important;
}
#footer p.fh5co-social-icons i {
font-size: 32px;
}
.js .animate-box {
opacity: 0;
}
/*# sourceMappingURL=style.css.map */ | 0.302082 | 0.055336 |
body {
font-family: sans-serif;
font-size: 13px;
line-height: 18px;
font-weight: 400;
color: dimgray;
margin: 0;
padding-top: 0!important;
-webkit-print-color-adjust:exact;
page-break-after: always;
}
img {
max-width: 100%;
}
.container_nonresponsive {
max-width: 1024px !important;
width: auto !important;
margin: 0 auto !important;
}
#admin_edit {
position: fixed;
top: 0;
right: 0;
background-color: rgba(255,255,255,.8);
padding: 10px;
}
.content h1 {
color: #7665a0;
font-size: 80px;
line-height: 80px;
padding-bottom: 20px;
border-bottom: 4px solid #7665a0;
margin-right:20px;
margin-bottom:30px;
}
.content h2 {
color: #7665a0;
text-transform:uppercase;
margin-bottom:0px;
margin-top:40px;
}
.content h3 {
margin-top: 5px;
margin-bottom: 0px;
}
.content ul {
margin-top:0px;
}
.toc ul li:before {
content: none;
}
.toc .h3 {
margin-top: 0;
margin-bottom: 0;
}
.content p {
margin-top:0px;
}
.headercontent .h1 {
font-size: 80px;
line-height: 80px;
margin: 0 20px 20px 20px;
}
.headercontent {
/*margin-left:40px;*/
padding-top:0px;
padding-bottom:10px;
margin-bottom: 50px;
}
.headercontent .disclaimer {
opacity: 0.8;
font-size:14px;
color: white!important;
}
div.content {
padding-left:40px;
}
.together {
clear: both;
}
.header {
width: 100%;
}
.header {
min-height: 100px;
}
.printbackground {
background-color: #7665a0!important;
color: white!important;
-webkit-print-color-adjust: exact;
clear:left;
margin-right: 90px;
}
.printbackground .h1, .printbackground .h2, .printbackground h1, .printbackground h2 {
color: white!important;
}
#lessonnumber {
background-color:rgb(0,173,187)!important;
width: 200px;
float:left;
text-align:center;
font-size:72px;
line-height:72px;
height:90px;
color: white!important;
}
#logo {
float:right;
padding:5px;
}
#header .h1 {
color: white;
}
#standards {
clear: both;
}
#standards .framework > summary {
font-weight: bold;
}
#standards .framework .standard {
margin-left: 30px;
}
footer {
page-break-after: always;
padding: 0;
}
/* Alignment classes */
.center {
display: block;
clear: both;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
/* prevent inline editor from squishing paragraphs */
.editable-form .wmd-preview p {
line-height: normal !important;
}
@media print {
#print_trigger{
display: none; /* Trigger used by jQuery to change links when printing */
}
body{
margin: 0 0 0 0 !important;
width: 100% !important;
zoom: 75% !important;
}
footer {
position: static;
bottom: auto;
}
blockquote {
padding: 10px 20px !important;
border: 1px solid #999 !important;
page-break-inside: avoid;
}
img{ max-width: 100%; }
.standards, .video, #admin_edit, #editable-toolbar, .editable-link { display: none !important; }
.printbackground .lesson a {
color: white !important;
}
.printbackground .lessons .lesson a {
color: #7665a0 !important;
}
a[href]:after {
content:none !important;
}
.print_link[href]:after {
content: " (" attr(href) ")" !important;
}
/* Make Bootstrap columns more print friendly */
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.visible-xs {
display: none !important;
}
.hidden-xs {
display: block !important;
}
table.hidden-xs {
display: table;
}
tr.hidden-xs {
display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
display: table-cell !important;
}
.hidden-xs.hidden-print {
display: none !important;
}
.hidden-sm {
display: none !important;
}
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
} | static/css/curriculum.css | body {
font-family: sans-serif;
font-size: 13px;
line-height: 18px;
font-weight: 400;
color: dimgray;
margin: 0;
padding-top: 0!important;
-webkit-print-color-adjust:exact;
page-break-after: always;
}
img {
max-width: 100%;
}
.container_nonresponsive {
max-width: 1024px !important;
width: auto !important;
margin: 0 auto !important;
}
#admin_edit {
position: fixed;
top: 0;
right: 0;
background-color: rgba(255,255,255,.8);
padding: 10px;
}
.content h1 {
color: #7665a0;
font-size: 80px;
line-height: 80px;
padding-bottom: 20px;
border-bottom: 4px solid #7665a0;
margin-right:20px;
margin-bottom:30px;
}
.content h2 {
color: #7665a0;
text-transform:uppercase;
margin-bottom:0px;
margin-top:40px;
}
.content h3 {
margin-top: 5px;
margin-bottom: 0px;
}
.content ul {
margin-top:0px;
}
.toc ul li:before {
content: none;
}
.toc .h3 {
margin-top: 0;
margin-bottom: 0;
}
.content p {
margin-top:0px;
}
.headercontent .h1 {
font-size: 80px;
line-height: 80px;
margin: 0 20px 20px 20px;
}
.headercontent {
/*margin-left:40px;*/
padding-top:0px;
padding-bottom:10px;
margin-bottom: 50px;
}
.headercontent .disclaimer {
opacity: 0.8;
font-size:14px;
color: white!important;
}
div.content {
padding-left:40px;
}
.together {
clear: both;
}
.header {
width: 100%;
}
.header {
min-height: 100px;
}
.printbackground {
background-color: #7665a0!important;
color: white!important;
-webkit-print-color-adjust: exact;
clear:left;
margin-right: 90px;
}
.printbackground .h1, .printbackground .h2, .printbackground h1, .printbackground h2 {
color: white!important;
}
#lessonnumber {
background-color:rgb(0,173,187)!important;
width: 200px;
float:left;
text-align:center;
font-size:72px;
line-height:72px;
height:90px;
color: white!important;
}
#logo {
float:right;
padding:5px;
}
#header .h1 {
color: white;
}
#standards {
clear: both;
}
#standards .framework > summary {
font-weight: bold;
}
#standards .framework .standard {
margin-left: 30px;
}
footer {
page-break-after: always;
padding: 0;
}
/* Alignment classes */
.center {
display: block;
clear: both;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
/* prevent inline editor from squishing paragraphs */
.editable-form .wmd-preview p {
line-height: normal !important;
}
@media print {
#print_trigger{
display: none; /* Trigger used by jQuery to change links when printing */
}
body{
margin: 0 0 0 0 !important;
width: 100% !important;
zoom: 75% !important;
}
footer {
position: static;
bottom: auto;
}
blockquote {
padding: 10px 20px !important;
border: 1px solid #999 !important;
page-break-inside: avoid;
}
img{ max-width: 100%; }
.standards, .video, #admin_edit, #editable-toolbar, .editable-link { display: none !important; }
.printbackground .lesson a {
color: white !important;
}
.printbackground .lessons .lesson a {
color: #7665a0 !important;
}
a[href]:after {
content:none !important;
}
.print_link[href]:after {
content: " (" attr(href) ")" !important;
}
/* Make Bootstrap columns more print friendly */
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.visible-xs {
display: none !important;
}
.hidden-xs {
display: block !important;
}
table.hidden-xs {
display: table;
}
tr.hidden-xs {
display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
display: table-cell !important;
}
.hidden-xs.hidden-print {
display: none !important;
}
.hidden-sm {
display: none !important;
}
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
} | 0.31944 | 0.075824 |
:root {
--font-size: 16px;
--color-bg: #333;
--color-text: whitesmoke;
--color-dark: #555;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.main {
max-width: 1200px;
margin: 0 auto;
}
button {
padding: 1em 2em;
font-size: var(--font-size);
border: none;
background-color: #444;
color: var(--color-text);
border-radius: .4em;
box-shadow: 0 0 10px 5px #0001;
cursor: pointer;
transition: all 0.3s ease;
font-family: monospace;
}
button > span {
color: #aaa;
display: block;
font-size: 12px;
margin-top: 5px;
}
button:hover {
background-color: #494949;
}
button:active:hover {
transform: scale(0.97);
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: var(--font-size);
background: var(--color-bg);
color: var(--color-text);
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
.game-container {
display: grid;
grid-template-areas: "game header"
"game sidebar";
grid-template-rows: 50px 1fr;
grid-template-columns: 3fr minmax(400px, 1fr);
padding: 1em;
min-height: 100vh;
}
.board-container {
grid-area: game;
padding: 1em;
display: grid;
align-content: center;
grid-template-rows: 25px auto 25px;
grid-template-columns: 1fr auto 1fr;
grid-row-gap: 10px;
text-align: center;
overflow: hidden;
max-height: 100vh;
}
.board-container > * {
grid-column: 2 / 3;
}
.player-name {
justify-self: stretch;
text-align: start;
font-size: 20px;
font-weight: bold;
display: flex;
/* justify-content: space-between; */
align-items: center;
}
.time-left {
color: var(--color-bg);
font-family: monospace;
font-size: 16px;
background: var(--color-text);
padding: 2px;
margin-left: auto;
display: none;
}
.board {
align-self: center;
display: flex;
justify-content: center;
}
.game-sidebar {
grid-area: sidebar;
/* border-radius: 0 0 20px 20px; */
margin-bottom: 1em;
/* padding: 1em; */
background: var(--color-dark);
display: flex;
flex-direction: column;
overflow-y: scroll;
min-height: 0;
}
.game-sidebar::-webkit-scrollbar {
width: 0;
}
.sidebar-header {
background: var(--color-dark);
grid-area: header;
display: flex;
align-items: center;
justify-content: center;
/* margin-top: 1em; */
}
@media(max-width: 800px) {
.game-container {
grid-template-areas: 'header'
'game'
'sidebar';
grid-template-rows: 50px minmax(250px, auto) 1fr;
grid-template-columns: 1fr;
padding: 0;
}
.sidebar-header {
margin: 0;
}
.game-sidebar {
margin: 0;
}
.board-container {
border-radius: 0;
}
}
.messages-container {
flex-grow: 1;
flex-shrink: 0;
flex-basis: 200px;
max-height: 400px;
display: flex;
flex-direction: column;
position: relative;
}
.messages {
display: flex;
flex-direction: column;
overflow-y: scroll;
padding: 1.5em;
padding-bottom: 120px;
min-height: 300px;
flex: 1;
}
.messages::-webkit-scrollbar {
width: 0;
}
.message {
padding: 0.3em 0.4em;
border-radius: 10px 10px 10px 0;
margin: 0.2em 0;
max-width: 250px;
background: #777;
align-self: start;
color: var(--color-text);
}
.message-me {
margin-left: auto;
background: #09f;
border-radius: 10px 10px 0 10px;
}
.new-message {
display: flex;
background-color: #fff3;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
width: 100%;
height: 70px;
margin-top: -70px;
overflow: hidden;
border-radius: 0 0 10px 10px;
}
.new-message > textarea {
resize: none;
border: none;
padding: 0.5em;
color: whitesmoke;
width: 100%;
background: none;
flex: 1;
font-size: var(--font-size);
}
.new-message > textarea::placeholder {
color: var(--color-text);
}
.new-message > textarea:focus {
outline: 1px solid #ccc;
}
.new-message > button {
margin: 0;
padding: 0;
width: 50px;
height: 50px;
box-shadow: none;
border-radius: 50%;
background: #09f;
color: white;
}
.menu {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
align-items: center;
}
.menu-title {
display: flex;
align-items: end;
margin-bottom: 5rem;
overflow: hidden;
}
.menu-title > h1 {
margin-left: -10px;
}
.menu-title > img {
margin-left: -10px;
max-height: 50px;
}
.game-pgn {
overflow-y: scroll;
max-height: 200px;
}
.game-pgn > .game-move:nth-child(odd) {
background-color: #fff3;
}
.pgn-buttons {
display: flex;
margin-top: 7px;
align-items: center;
display: none;
}
.pgn-buttons > div {
flex: 1;
padding-left: 0;
padding-right: 0;
}
.pgn-buttons > div {
}
.pgn-buttons > button + button {
margin-left: 5px;
}
.game-move {
display: flex;
padding: .5em .3em;
}
.game-move > span {
flex: 1;
}
.sidebar-item {
box-shadow: 0 0 10px 10px #0001 inset;
border-radius: 10px;
margin: .5em 1em;
}
.sidebar-item-name {
margin-bottom: .5em;
}
.loader-container {
width: 100%;
height: 100%;
border-radius: inherit;
display: flex;
align-items: center;
justify-content: center;
}
.loader {
width: 40px;
height: 40px;
border: 10px solid transparent;
border-radius: 50%;
animation: loader-rotate 1s linear infinite;
transform: rotate(0);
}
@keyframes loader-rotate {
100% {
transform: rotate(360deg);
}
}
.outlined {
outline: 1px solid white;
}
.highlighted {
text-shadow: 0 0 10px #ff0;
}
.modal-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
.modal {
background: white;
border-radius: 10px;
width: 300px;
height: 300px;
overflow: hidden;
animation: grow .3s ease forwards;
position: relative;
}
.modal-close {
position: absolute;
top: 9px;
right: 9px;
font-size: 16px;
color: #aaa;
cursor: pointer;
}
.modal-header {
text-align: center;
color: black;
padding: .4em;
font-size: 25px;
}
.modal-body {
text-align: center;
color: #aaa;
}
@keyframes grow {
0% {
transform: scale(0);
}
75% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.my-games {
width: 400px;
margin: 1em;
text-align: start;
}
.my-games__header {
font-size: 25px;
font-weight: bold;
}
.game-details {
background: var(--color-dark);
padding: 1em;
cursor: pointer;
transition: transform 0.2s linear;
}
.game-details:hover {
box-shadow: 0 0 15px #0004;
position: relative;
transform: scale(1.02);
}
.menu-buttons > button {
display: block;
margin-bottom: 1em;
width: 100%;
}
.footer {
position: absolute;
bottom: 0;
color: #aaa;
padding: 1em;
text-align: center;
font-family: monospace;
}
.footer > a {
color: #aaa;
}
.message-alert {
position: absolute;
transform: translateX(-50%);
left: 50%;
border: 2px solid #3a3;
background: var(--color-dark);
border-radius: 10px;
padding: 1em;
animation: fade-in-out-slide-down 4s ease forwards;
color: white;
min-width: 200px;
text-align: center;
z-index: 10;
}
@keyframes fade-in-out-slide-down {
0% {
top: -200px;
opacity: 0;
}
20% {
top: 2em;
opacity: 1;
}
80% {
opacity: 1;
}
100% {
top: 2em;
transform: translateX(-50%);
opacity: 0;
}
}
.tap-message {
color: white;
background: var(--color-dark);
padding: .5em;
border-radius: 5px;
box-shadow: 0 0 5px #0003;
margin: .3em;
transition: transform 80ms;
}
.tap-message:hover {
cursor: pointer;
transform: scale(1.1);
}
.tap-messages {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.develop-message {
position: fixed;
font-family: monospace;
top: 1em;
color: green;
}
.slide-down {
animation: slide-down 1s ease-out forwards;
}
@keyframes slide-down {
0% {
opacity: 0;
transform: translateY(-100px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} | src/index.css | :root {
--font-size: 16px;
--color-bg: #333;
--color-text: whitesmoke;
--color-dark: #555;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.main {
max-width: 1200px;
margin: 0 auto;
}
button {
padding: 1em 2em;
font-size: var(--font-size);
border: none;
background-color: #444;
color: var(--color-text);
border-radius: .4em;
box-shadow: 0 0 10px 5px #0001;
cursor: pointer;
transition: all 0.3s ease;
font-family: monospace;
}
button > span {
color: #aaa;
display: block;
font-size: 12px;
margin-top: 5px;
}
button:hover {
background-color: #494949;
}
button:active:hover {
transform: scale(0.97);
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: var(--font-size);
background: var(--color-bg);
color: var(--color-text);
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
.game-container {
display: grid;
grid-template-areas: "game header"
"game sidebar";
grid-template-rows: 50px 1fr;
grid-template-columns: 3fr minmax(400px, 1fr);
padding: 1em;
min-height: 100vh;
}
.board-container {
grid-area: game;
padding: 1em;
display: grid;
align-content: center;
grid-template-rows: 25px auto 25px;
grid-template-columns: 1fr auto 1fr;
grid-row-gap: 10px;
text-align: center;
overflow: hidden;
max-height: 100vh;
}
.board-container > * {
grid-column: 2 / 3;
}
.player-name {
justify-self: stretch;
text-align: start;
font-size: 20px;
font-weight: bold;
display: flex;
/* justify-content: space-between; */
align-items: center;
}
.time-left {
color: var(--color-bg);
font-family: monospace;
font-size: 16px;
background: var(--color-text);
padding: 2px;
margin-left: auto;
display: none;
}
.board {
align-self: center;
display: flex;
justify-content: center;
}
.game-sidebar {
grid-area: sidebar;
/* border-radius: 0 0 20px 20px; */
margin-bottom: 1em;
/* padding: 1em; */
background: var(--color-dark);
display: flex;
flex-direction: column;
overflow-y: scroll;
min-height: 0;
}
.game-sidebar::-webkit-scrollbar {
width: 0;
}
.sidebar-header {
background: var(--color-dark);
grid-area: header;
display: flex;
align-items: center;
justify-content: center;
/* margin-top: 1em; */
}
@media(max-width: 800px) {
.game-container {
grid-template-areas: 'header'
'game'
'sidebar';
grid-template-rows: 50px minmax(250px, auto) 1fr;
grid-template-columns: 1fr;
padding: 0;
}
.sidebar-header {
margin: 0;
}
.game-sidebar {
margin: 0;
}
.board-container {
border-radius: 0;
}
}
.messages-container {
flex-grow: 1;
flex-shrink: 0;
flex-basis: 200px;
max-height: 400px;
display: flex;
flex-direction: column;
position: relative;
}
.messages {
display: flex;
flex-direction: column;
overflow-y: scroll;
padding: 1.5em;
padding-bottom: 120px;
min-height: 300px;
flex: 1;
}
.messages::-webkit-scrollbar {
width: 0;
}
.message {
padding: 0.3em 0.4em;
border-radius: 10px 10px 10px 0;
margin: 0.2em 0;
max-width: 250px;
background: #777;
align-self: start;
color: var(--color-text);
}
.message-me {
margin-left: auto;
background: #09f;
border-radius: 10px 10px 0 10px;
}
.new-message {
display: flex;
background-color: #fff3;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
width: 100%;
height: 70px;
margin-top: -70px;
overflow: hidden;
border-radius: 0 0 10px 10px;
}
.new-message > textarea {
resize: none;
border: none;
padding: 0.5em;
color: whitesmoke;
width: 100%;
background: none;
flex: 1;
font-size: var(--font-size);
}
.new-message > textarea::placeholder {
color: var(--color-text);
}
.new-message > textarea:focus {
outline: 1px solid #ccc;
}
.new-message > button {
margin: 0;
padding: 0;
width: 50px;
height: 50px;
box-shadow: none;
border-radius: 50%;
background: #09f;
color: white;
}
.menu {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
align-items: center;
}
.menu-title {
display: flex;
align-items: end;
margin-bottom: 5rem;
overflow: hidden;
}
.menu-title > h1 {
margin-left: -10px;
}
.menu-title > img {
margin-left: -10px;
max-height: 50px;
}
.game-pgn {
overflow-y: scroll;
max-height: 200px;
}
.game-pgn > .game-move:nth-child(odd) {
background-color: #fff3;
}
.pgn-buttons {
display: flex;
margin-top: 7px;
align-items: center;
display: none;
}
.pgn-buttons > div {
flex: 1;
padding-left: 0;
padding-right: 0;
}
.pgn-buttons > div {
}
.pgn-buttons > button + button {
margin-left: 5px;
}
.game-move {
display: flex;
padding: .5em .3em;
}
.game-move > span {
flex: 1;
}
.sidebar-item {
box-shadow: 0 0 10px 10px #0001 inset;
border-radius: 10px;
margin: .5em 1em;
}
.sidebar-item-name {
margin-bottom: .5em;
}
.loader-container {
width: 100%;
height: 100%;
border-radius: inherit;
display: flex;
align-items: center;
justify-content: center;
}
.loader {
width: 40px;
height: 40px;
border: 10px solid transparent;
border-radius: 50%;
animation: loader-rotate 1s linear infinite;
transform: rotate(0);
}
@keyframes loader-rotate {
100% {
transform: rotate(360deg);
}
}
.outlined {
outline: 1px solid white;
}
.highlighted {
text-shadow: 0 0 10px #ff0;
}
.modal-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
.modal {
background: white;
border-radius: 10px;
width: 300px;
height: 300px;
overflow: hidden;
animation: grow .3s ease forwards;
position: relative;
}
.modal-close {
position: absolute;
top: 9px;
right: 9px;
font-size: 16px;
color: #aaa;
cursor: pointer;
}
.modal-header {
text-align: center;
color: black;
padding: .4em;
font-size: 25px;
}
.modal-body {
text-align: center;
color: #aaa;
}
@keyframes grow {
0% {
transform: scale(0);
}
75% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.my-games {
width: 400px;
margin: 1em;
text-align: start;
}
.my-games__header {
font-size: 25px;
font-weight: bold;
}
.game-details {
background: var(--color-dark);
padding: 1em;
cursor: pointer;
transition: transform 0.2s linear;
}
.game-details:hover {
box-shadow: 0 0 15px #0004;
position: relative;
transform: scale(1.02);
}
.menu-buttons > button {
display: block;
margin-bottom: 1em;
width: 100%;
}
.footer {
position: absolute;
bottom: 0;
color: #aaa;
padding: 1em;
text-align: center;
font-family: monospace;
}
.footer > a {
color: #aaa;
}
.message-alert {
position: absolute;
transform: translateX(-50%);
left: 50%;
border: 2px solid #3a3;
background: var(--color-dark);
border-radius: 10px;
padding: 1em;
animation: fade-in-out-slide-down 4s ease forwards;
color: white;
min-width: 200px;
text-align: center;
z-index: 10;
}
@keyframes fade-in-out-slide-down {
0% {
top: -200px;
opacity: 0;
}
20% {
top: 2em;
opacity: 1;
}
80% {
opacity: 1;
}
100% {
top: 2em;
transform: translateX(-50%);
opacity: 0;
}
}
.tap-message {
color: white;
background: var(--color-dark);
padding: .5em;
border-radius: 5px;
box-shadow: 0 0 5px #0003;
margin: .3em;
transition: transform 80ms;
}
.tap-message:hover {
cursor: pointer;
transform: scale(1.1);
}
.tap-messages {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.develop-message {
position: fixed;
font-family: monospace;
top: 1em;
color: green;
}
.slide-down {
animation: slide-down 1s ease-out forwards;
}
@keyframes slide-down {
0% {
opacity: 0;
transform: translateY(-100px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} | 0.398758 | 0.135489 |
width: 100%;
padding: 5px 15px;
}
#tb-s3objects {
width: 100% !Important;
}
a {
color: #00B7FF;
}
body {
/*font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;*/
font-family: "Open Sans", sans-serif;
}
td {
/*font: 12px "Lucida Grande", Helvetica, Arial, sans-serif;*/
font-family: "Open Sans", sans-serif;
}
.title {
padding: 6px 12px;
}
.input-group-addon {
min-width: 150px;
}
.bottom-marg-10 {
margin-bottom: 10px;
}
.breadcrumb {
margin-bottom: 0;
}
.checkbox {
margin-top: 0;
margin-bottom: 0;
}
#navbuttons .btn {
padding: 3px 6px;
}
.tab-content {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
padding: 10px;
border-bottom: 1px solid #dddddd;
border-radius: 0 0 4px 4px;
}
.nav-tabs {
margin-bottom: 0;
}
.dropzone {
/*border: 1px dashed #0088CC;*/
/*border-radius: 5px;*/
}
.dropzone.dragover {
/*border: 1px solid #0088CC;*/
/*border: 2px dashed #0088CC;*/
/*outline: 4px dashed #0088CC;*/
/*outline-radius: 5px;*/
box-shadow: 0 0 3pt 2pt #0088CC;
/*border: 5px dashed #0088CC;*/
/*padding: 5px;*/
/*outline: 5px dashed #0088CC;*/
}
#upload-tbody .progress {
margin-bottom: 0;
}
.uploaderror, .trasherror {
color: #AF0000;
}
.trashdeleted {
color: #00AF00;
}
table.dataTable tbody tr {
cursor: pointer;
}
#TrashModal77 {
width: 700px;
}
.modal-header {
background-color: #337ab7;
color: #FFFFFF;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.modal-header button.close {
color: #FFFFFF;
}
.alert table {
width: 100%;
border: 3px solid white;
border-collapse: collapse;
font-size: 1.5rem;
}
.alert caption {
opacity: 0;
margin: 0;
height: 0;
}
.alert tr {
/*background: rgb(251, 174, 44);*/
border-bottom: 2px solid white;
border-top: 3px solid white;
}
.alert tr:nth-child(even) {
/*background: ckground: rgb(249, 228, 130);*/
}
.alert th {
background: rgb(65, 62, 61);
color: white;
padding: .6em 1em .3em;
text-align: left;
border-bottom: 3px solid white;
}
.alert th:first-child {
width: 15%;
}
.alert th,
.alert td {
vertical-align: middle;
border-left: 3px solid white;
}
.alert td {
padding: .4em 1em;
}
.alert table {
color: #000000;
} | src/main/resources/static/s3-explorer/explorer.css | width: 100%;
padding: 5px 15px;
}
#tb-s3objects {
width: 100% !Important;
}
a {
color: #00B7FF;
}
body {
/*font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;*/
font-family: "Open Sans", sans-serif;
}
td {
/*font: 12px "Lucida Grande", Helvetica, Arial, sans-serif;*/
font-family: "Open Sans", sans-serif;
}
.title {
padding: 6px 12px;
}
.input-group-addon {
min-width: 150px;
}
.bottom-marg-10 {
margin-bottom: 10px;
}
.breadcrumb {
margin-bottom: 0;
}
.checkbox {
margin-top: 0;
margin-bottom: 0;
}
#navbuttons .btn {
padding: 3px 6px;
}
.tab-content {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
padding: 10px;
border-bottom: 1px solid #dddddd;
border-radius: 0 0 4px 4px;
}
.nav-tabs {
margin-bottom: 0;
}
.dropzone {
/*border: 1px dashed #0088CC;*/
/*border-radius: 5px;*/
}
.dropzone.dragover {
/*border: 1px solid #0088CC;*/
/*border: 2px dashed #0088CC;*/
/*outline: 4px dashed #0088CC;*/
/*outline-radius: 5px;*/
box-shadow: 0 0 3pt 2pt #0088CC;
/*border: 5px dashed #0088CC;*/
/*padding: 5px;*/
/*outline: 5px dashed #0088CC;*/
}
#upload-tbody .progress {
margin-bottom: 0;
}
.uploaderror, .trasherror {
color: #AF0000;
}
.trashdeleted {
color: #00AF00;
}
table.dataTable tbody tr {
cursor: pointer;
}
#TrashModal77 {
width: 700px;
}
.modal-header {
background-color: #337ab7;
color: #FFFFFF;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.modal-header button.close {
color: #FFFFFF;
}
.alert table {
width: 100%;
border: 3px solid white;
border-collapse: collapse;
font-size: 1.5rem;
}
.alert caption {
opacity: 0;
margin: 0;
height: 0;
}
.alert tr {
/*background: rgb(251, 174, 44);*/
border-bottom: 2px solid white;
border-top: 3px solid white;
}
.alert tr:nth-child(even) {
/*background: ckground: rgb(249, 228, 130);*/
}
.alert th {
background: rgb(65, 62, 61);
color: white;
padding: .6em 1em .3em;
text-align: left;
border-bottom: 3px solid white;
}
.alert th:first-child {
width: 15%;
}
.alert th,
.alert td {
vertical-align: middle;
border-left: 3px solid white;
}
.alert td {
padding: .4em 1em;
}
.alert table {
color: #000000;
} | 0.321034 | 0.071009 |
.ipVVrS.QRoF {
display: none;
}
.wrapper {
align-items: center;
/* border: solid red; */
}
.afterpay-paragraph {
display: block;
}
#shopify-section-collection .product_grid_container {
margin-top: 20px;
}
@media (max-width: 577px) {
.wk-button-container {
display: block;
margin-top: 20px;
}
.add-ons {
background-color: #fff !important;
}
#AddToCart {
position: relative !important;
}
xdiv.site-nav-wrapper--mobile {
top: 23px !important;
}
.optimize-header {
position: fixed;
}
#shopify-section-footer div,
#shopify-section-footer h3 {
text-align: center !important;
}
}
@media screen and (max-width: 768px) {
.template-product .product-single__prices {
float: none;
}
}
.mobile-nav__item a:active,
.mobile-nav__item a:focus,
.mobile-nav__toggle button:active,
.mobile-nav__toggle button:focus {
background-color: transparent;
}
header.site_header,
header.condensed {
border-bottom: 0 solid #ddd !important;
}
xheader.condensed {
box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.2);
}
.hc-paypal-button {
display: none;
}
button.wk-add-product {
border: 0 solid #ddd !important;
text-align: center !important;
padding: 0 !important;
}
#AddToCart {
background-color: #000 !important;
border-radius: 0;
margin-top: 20px !important;
}
.swatch.color {
border-top: 0 solid #ddd;
}
.badge {
border-radius: 0;
height: auto !important;
width: auto;
top: 10px;
left: 10px !important;
}
.badge__text {
padding: 6px !important;
}
x.icon-search:before {
content: "Search";
font-family: "Brown", sans-serif !important;
font-size: 14px;
font-weight: 400;
color: #6e6464;
}
.grid-link__image--product {
border-bottom: 0 !important;
}
.collection_sidebar ul li a {
font-weight: 400;
line-height: 1.7em !important;
}
x.wk-dropdown-toggle {
display: none !important;
}
.btn.checkout {
background-color: #000 !important;
}
.social-sharing a {
border: none !important;
color: #717174 !important;
}
.social-sharing h5 {
font-family: "Brown" !important;
color: #717174;
}
.share-google {
display: none !important;
}
.boxed {
border: none !important;
font-family: "Brown" !important;
color: #717174;
font-size: 200px;
}
.text-horizontal-line {
border-bottom: 0;
}
.ls-add-to-cart,
.ls-show {
display: none;
}
.spr-review {
background-color: #f4f5f8;
padding: 20px;
margin: 20px;
border: none;
}
.free-shipping-cart-notice {
font-size: 90%;
margin: 10px 0;
color: #666;
}
#shopify-section-product .social-sharing h5 {
display: none;
}
.site-footer {
background-color: #f8f8f8 !important;
border-top: 1px solid #ddd;
}
.site-footer .footer_menu {
border: none;
}
.product_rows_container .row_title {
margin-bottom: 20px !important;
margin-top: 20px;
text-align: center;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
color: #000 !important;
padding: 10px 0;
}
#shopify-section-collection .section-header {
display: none;
}
div,
button {
outline: none;
}
#shopify-section-collection .grid-link__title {
text-align: center !important;
}
#shopify-section-collection .grid-link__meta {
text-align: center !important;
}
#shopify-section-collection .grid-link__meta span.money {
float: none;
padding-right: 0 !important;
}
#shopify-section-collection .swatch_nav {
margin-top: 5px;
position: relative;
}
x#shopify-section-collection .swatch_nav:after {
content: "+";
display: inline-block;
vertical-align: middle;
line-height: 1em;
position: absolute;
top: 8px;
margin-left: 4px;
color: #777;
font-size: 18px;
cursor: pointer;
}
#shopify-section-collection .swatch-more {
position: relative;
top: -12px;
}
.afterpay-paragraph span {
font-size: 14px;
}
.afterpay-logo-link img {
width: 78px;
}
.add-ons .product-property {
font-size: 13px !important;
text-transform: none !important;
margin-top: 4px !important;
}
#CartDrawer .chkbtn {
padding: 0 20px 20px;
}
#CartDrawer .cartfooter {
position: absolute;
bottom: 0;
padding: 13px 15px;
background: #fff;
width: 100%;
font-weight: 300;
line-height: 1.3;
font-size: 14px;
padding-bottom: 100px;
box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
#CartDrawer .drawer__title {
font-family: "Brown";
}
#CartDrawer .cart__row.row_1 {
margin-top: 0;
}
.shipping_at_checkout_note {
text-align: right;
}
@media screen and (min-width: 577px) {
#shopify-section-cart .cart__remove {
right: -10px;
}
}
.cart__header-labels .grid {
margin-left: 10px;
}
.cart__header-labels .grid__item {
text-align: right !important;
padding-right: 10px;
}
#shopify-section-cart .quantity_wrapper {
text-align: right !important;
}
#shopify-section-cart .cart__row select {
margin-right: 10px;
}
#CartDrawer .cart__remove span {
cursor: pointer;
}
.overlay-cart {
z-index: 10000 !important;
}
#CartDrawer {
z-index: 10001;
}
#CartDrawer .cart_items {
padding-bottom: 140px;
}
#CartDrawer .text-center .money {
padding-right: 0;
}
#CartDrawer .cart__remove {
z-index: 100001;
cursor: pointer;
}
#CartDrawer .cartfooter {
z-index: 100002;
}
#CartDrawer .chkbtn {
z-index: 100003;
}
#CartDrawer .property {
line-height: 1.2em;
font-size: 80%;
}
.cart_items .cart__row:last-of-type:after {
content: "Free U.S. shipping on orders over $100";
width: 370px;
text-align: center;
padding: 20px;
display: block;
position: absolute;
bottom: -80px;
}
#CartDrawer .empty_cart {
text-align: center !important;
margin-top: 40px;
}
#shopify-section-footer .site-footer {
padding-top: 30px;
}
#shopify-section-footer .text-center {
text-align: center !important;
}
.site-footer__links {
text-align: center;
}
html {
padding-bottom: 0 !important;
}
.transition-opacity:hover {
opacity: 1;
}
#shopify-section-cart .cart_items .cart__row:last-of-type:after {
content: "";
}
.cart__gift-message .money {
float: none;
padding: 0;
}
#CartDrawer .subtotal {
text-align: left !important;
padding-left: 8px;
}
.text-center {
text-align: center !important;
}
.cart__row.no-remove .cart__remove {
display: block !important;
}
#shopify-section-product span.badge {
left: 40px !important;
}
@media (max-width: 577px) {
#CartDrawer {
width: 350px;
}
.cart_items .cart__row:last-of-type:after {
width: 320px;
}
}
.perfectly-imperfect {
margin-top: 15px;
clear: both;
}
.perfectly-imperfect a {
text-decoration: underline;
}
/* add to broader css when implementing live */
.mfp-fade.mfp-bg.mfp-ready {
z-index: 10000;
}
.mfp-wrap {
z-index: 10001;
}
.mfp-content {
max-width: 800px !important;
}
.mfp-figure {
border: 1px solid #000 !important;
}
.mfp-close {
color: #000 !important;
right: 6px !important;
}
.mfp-figure:after {
display: none;
}
.mfp-img {
padding: 0 !important;
}
.smile-launcher-closed {
display: none;
}
.grey-box-message {
background-color: #f3f3f3;
border: 1px solid #000;
margin: 20px 0;
padding: 10px 15px;
text-align: center;
}
.view-account {
background: #ffffff;
margin-top: 20px;
}
.view-account .pro-label {
font-size: 13px;
padding: 4px 5px;
position: relative;
top: -5px;
margin-left: 10px;
display: inline-block;
}
.view-account .side-bar {
padding-bottom: 30px;
}
.view-account .side-bar .user-info {
text-align: center;
margin-bottom: 15px;
padding: 30px;
color: #616670;
border-bottom: 1px solid #f3f3f3;
}
.view-account .side-bar .user-info .img-profile {
width: 120px;
height: 120px;
margin-bottom: 15px;
}
.view-account .side-bar .user-info .meta li {
margin-bottom: 10px;
}
.view-account .side-bar .user-info .meta li span {
display: inline-block;
width: 100px;
margin-right: 5px;
text-align: right;
}
.view-account .side-bar .user-info .meta li a {
color: #616670;
}
.view-account .side-bar .user-info .meta li.activity {
color: #a2a6af;
}
.view-account .side-bar .side-menu {
text-align: center;
}
.view-account .side-bar .side-menu .nav {
display: inline-block;
margin: 0 auto;
}
.view-account .side-bar .side-menu .nav > li {
font-size: 14px;
margin-bottom: 0;
border-bottom: none;
display: inline-block;
/* float: left; */
margin-right: 15px;
margin-bottom: 15px;
}
.view-account .side-bar .side-menu .nav > li:last-child {
margin-right: 0;
}
.view-account .side-bar .side-menu .nav > li > a {
display: inline-block;
color: #9499a3;
padding: 5px;
border-bottom: 2px solid transparent;
}
.view-account .side-bar .side-menu .nav > li > a:hover {
color: #616670;
background: none;
}
.view-account .side-bar .side-menu .nav > li.active a {
color: #40babd;
border-bottom: 2px solid #40babd;
background: none;
border-right: none;
}
.theme-2 .view-account .side-bar .side-menu .nav > li.active a {
color: #6dbd63;
border-bottom-color: #6dbd63;
}
.theme-3 .view-account .side-bar .side-menu .nav > li.active a {
color: #497cb1;
border-bottom-color: #497cb1;
}
.theme-4 .view-account .side-bar .side-menu .nav > li.active a {
color: #ec6952;
border-bottom-color: #ec6952;
}
.view-account .side-bar .side-menu .nav > li .icon {
display: block;
font-size: 24px;
margin-bottom: 5px;
}
.view-account .content-panel {
padding: 30px;
}
.view-account .content-panel .title {
margin-bottom: 15px;
margin-top: 0;
font-size: 18px;
}
.view-account .content-panel .fieldset-title {
padding-bottom: 15px;
border-bottom: 1px solid #eaeaf1;
margin-bottom: 30px;
color: #616670;
font-size: 16px;
}
.view-account .content-panel .avatar .figure img {
float: right;
width: 64px;
}
.view-account .content-panel .content-header-wrapper {
position: relative;
margin-bottom: 30px;
}
.view-account .content-panel .content-header-wrapper .actions {
position: absolute;
right: 0;
top: 0;
}
.view-account .content-panel .content-utilities {
position: relative;
margin-bottom: 30px;
}
.view-account .content-panel .content-utilities .btn-group {
margin-right: 5px;
margin-bottom: 15px;
}
.view-account .content-panel .content-utilities .fa {
font-size: 16px;
margin-right: 0;
}
.view-account .content-panel .content-utilities .page-nav {
position: absolute;
right: 0;
top: 0;
}
.view-account .content-panel .content-utilities .page-nav .btn-group {
margin-bottom: 0;
}
.view-account .content-panel .content-utilities .page-nav .indicator {
color: #a2a6af;
margin-right: 5px;
display: inline-block;
}
.view-account .content-panel .mails-wrapper .mail-item {
position: relative;
padding: 10px;
border-bottom: 1px solid #f3f3f3;
color: #616670;
overflow: hidden;
}
.view-account .content-panel .mails-wrapper .mail-item > div {
float: left;
}
.view-account .content-panel .mails-wrapper .mail-item .icheck {
background-color: #fff;
}
.view-account .content-panel .mails-wrapper .mail-item:hover {
background: #f9f9fb;
}
.view-account .content-panel .mails-wrapper .mail-item:nth-child(even) {
background: #fcfcfd;
}
.view-account .content-panel .mails-wrapper .mail-item:nth-child(even):hover {
background: #f9f9fb;
}
.view-account .content-panel .mails-wrapper .mail-item a {
color: #616670;
}
.view-account .content-panel .mails-wrapper .mail-item a:hover {
color: #494d55;
text-decoration: none;
}
.view-account .content-panel .mails-wrapper .mail-item .checkbox-container,
.view-account .content-panel .mails-wrapper .mail-item .star-container {
display: inline-block;
margin-right: 5px;
}
.view-account .content-panel .mails-wrapper .mail-item .star-container .fa {
color: #a2a6af;
font-size: 16px;
vertical-align: middle;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.star-container
.fa.fa-star {
color: #f2b542;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.star-container
.fa:hover {
color: #868c97;
}
.view-account .content-panel .mails-wrapper .mail-item .mail-to {
display: inline-block;
margin-right: 5px;
min-width: 120px;
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject {
display: inline-block;
margin-right: 5px;
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label {
margin-right: 5px;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label:last-child {
margin-right: 10px;
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a,
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label
a:hover {
color: #fff;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label-color-1 {
background: #f77b6b;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label-color-2 {
background: #58bbee;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label-color-3 {
background: #f8a13f;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label-color-4 {
background: #ea5395;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label-color-5 {
background: #8a40a7;
}
.view-account .content-panel .mails-wrapper .mail-item .time-container {
display: inline-block;
position: absolute;
right: 10px;
top: 10px;
color: #a2a6af;
text-align: left;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.time-container
.attachment-container {
display: inline-block;
color: #a2a6af;
margin-right: 5px;
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .time {
display: inline-block;
text-align: right;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.time-container
.time.today {
font-weight: 700;
color: #494d55;
}
.drive-wrapper {
padding: 15px;
background: #f5f5f5;
overflow: hidden;
}
.drive-wrapper .drive-item {
width: 130px;
margin-right: 15px;
display: inline-block;
/* float: left */
}
.drive-wrapper .drive-item:hover {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
z-index: 1;
}
.drive-wrapper .drive-item-inner {
padding: 15px;
}
.drive-wrapper .drive-item-title {
margin-bottom: 15px;
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.drive-wrapper .drive-item-title a {
color: #494d55;
}
.drive-wrapper .drive-item-title a:hover {
color: #40babd;
}
.theme-2 .drive-wrapper .drive-item-title a:hover {
color: #6dbd63;
}
.theme-3 .drive-wrapper .drive-item-title a:hover {
color: #497cb1;
}
.theme-4 .drive-wrapper .drive-item-title a:hover {
color: #ec6952;
}
.drive-wrapper .drive-item-thumb {
width: 100px;
height: 80px;
margin: 0 auto;
color: #616670;
}
.drive-wrapper .drive-item-thumb a {
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.drive-wrapper .drive-item-thumb a:hover {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.drive-wrapper .drive-item-thumb .fa {
display: inline-block;
font-size: 36px;
margin: 0 auto;
margin-top: 20px;
}
.drive-wrapper .drive-item-footer .utilities {
margin-bottom: 0;
}
.drive-wrapper .drive-item-footer .utilities li:last-child {
padding-right: 0;
}
.drive-list-view .name {
width: 60%;
}
.drive-list-view .name.truncate {
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.drive-list-view .type {
width: 15px;
}
.drive-list-view .date,
.drive-list-view .size {
max-width: 60px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.drive-list-view a {
color: #494d55;
}
.drive-list-view a:hover {
color: #40babd;
}
.theme-2 .drive-list-view a:hover {
color: #6dbd63;
}
.theme-3 .drive-list-view a:hover {
color: #497cb1;
}
.theme-4 .drive-list-view a:hover {
color: #ec6952;
}
.drive-list-view td.date,
.drive-list-view td.size {
color: #a2a6af;
}
@media (max-width: 767px) {
.view-account .content-panel .title {
text-align: center;
}
.view-account .side-bar .user-info {
padding: 0;
}
.view-account .side-bar .user-info .img-profile {
width: 60px;
height: 60px;
}
.view-account .side-bar .user-info .meta li {
margin-bottom: 5px;
}
.view-account .content-panel .content-header-wrapper .actions {
position: static;
margin-bottom: 30px;
}
.view-account .content-panel {
padding: 0;
}
.view-account .content-panel .content-utilities .page-nav {
position: static;
margin-bottom: 15px;
}
.drive-wrapper .drive-item {
width: 100px;
margin-right: 5px;
float: none;
}
.drive-wrapper .drive-item-thumb {
width: auto;
height: 54px;
}
.drive-wrapper .drive-item-thumb .fa {
font-size: 24px;
padding-top: 0;
}
.view-account .content-panel .avatar .figure img {
float: none;
margin-bottom: 15px;
}
.view-account .file-uploader {
margin-bottom: 15px;
}
.view-account .mail-subject {
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.view-account .content-panel .mails-wrapper .mail-item .time-container {
position: static;
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .time {
width: auto;
text-align: left;
}
}
@media (min-width: 768px) {
.view-account .side-bar .user-info {
padding: 0;
padding-bottom: 15px;
}
.view-account .mail-subject .subject {
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media (min-width: 992px) {
.view-account .content-panel {
min-height: 800px;
border-left: 1px solid #f3f3f7;
margin-left: 200px;
}
.view-account .mail-subject .subject {
max-width: 280px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.view-account .side-bar {
position: absolute;
width: 200px;
min-height: 600px;
}
.view-account .side-bar .user-info {
margin-bottom: 0;
border-bottom: none;
padding: 30px;
}
.view-account .side-bar .user-info .img-profile {
width: 120px;
height: 120px;
}
.view-account .side-bar .side-menu {
text-align: left;
}
.view-account .side-bar .side-menu .nav {
display: block;
}
.view-account .side-bar .side-menu .nav > li {
display: block;
float: none;
font-size: 14px;
border-bottom: 1px solid #f3f3f7;
margin-right: 0;
margin-bottom: 0;
}
.view-account .side-bar .side-menu .nav > li > a {
display: block;
color: #9499a3;
padding: 10px 15px;
padding-left: 30px;
}
.view-account .side-bar .side-menu .nav > li > a:hover {
background: #f9f9fb;
}
.view-account .side-bar .side-menu .nav > li.active a {
background: #f9f9fb;
border-right: 4px solid #40babd;
border-bottom: none;
}
.theme-2 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #6dbd63;
}
.theme-3 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #497cb1;
}
.theme-4 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #ec6952;
}
.view-account .side-bar .side-menu .nav > li .icon {
font-size: 24px;
vertical-align: middle;
text-align: center;
width: 40px;
display: inline-block;
}
} | src/components/profile/profile.css | .ipVVrS.QRoF {
display: none;
}
.wrapper {
align-items: center;
/* border: solid red; */
}
.afterpay-paragraph {
display: block;
}
#shopify-section-collection .product_grid_container {
margin-top: 20px;
}
@media (max-width: 577px) {
.wk-button-container {
display: block;
margin-top: 20px;
}
.add-ons {
background-color: #fff !important;
}
#AddToCart {
position: relative !important;
}
xdiv.site-nav-wrapper--mobile {
top: 23px !important;
}
.optimize-header {
position: fixed;
}
#shopify-section-footer div,
#shopify-section-footer h3 {
text-align: center !important;
}
}
@media screen and (max-width: 768px) {
.template-product .product-single__prices {
float: none;
}
}
.mobile-nav__item a:active,
.mobile-nav__item a:focus,
.mobile-nav__toggle button:active,
.mobile-nav__toggle button:focus {
background-color: transparent;
}
header.site_header,
header.condensed {
border-bottom: 0 solid #ddd !important;
}
xheader.condensed {
box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.2);
}
.hc-paypal-button {
display: none;
}
button.wk-add-product {
border: 0 solid #ddd !important;
text-align: center !important;
padding: 0 !important;
}
#AddToCart {
background-color: #000 !important;
border-radius: 0;
margin-top: 20px !important;
}
.swatch.color {
border-top: 0 solid #ddd;
}
.badge {
border-radius: 0;
height: auto !important;
width: auto;
top: 10px;
left: 10px !important;
}
.badge__text {
padding: 6px !important;
}
x.icon-search:before {
content: "Search";
font-family: "Brown", sans-serif !important;
font-size: 14px;
font-weight: 400;
color: #6e6464;
}
.grid-link__image--product {
border-bottom: 0 !important;
}
.collection_sidebar ul li a {
font-weight: 400;
line-height: 1.7em !important;
}
x.wk-dropdown-toggle {
display: none !important;
}
.btn.checkout {
background-color: #000 !important;
}
.social-sharing a {
border: none !important;
color: #717174 !important;
}
.social-sharing h5 {
font-family: "Brown" !important;
color: #717174;
}
.share-google {
display: none !important;
}
.boxed {
border: none !important;
font-family: "Brown" !important;
color: #717174;
font-size: 200px;
}
.text-horizontal-line {
border-bottom: 0;
}
.ls-add-to-cart,
.ls-show {
display: none;
}
.spr-review {
background-color: #f4f5f8;
padding: 20px;
margin: 20px;
border: none;
}
.free-shipping-cart-notice {
font-size: 90%;
margin: 10px 0;
color: #666;
}
#shopify-section-product .social-sharing h5 {
display: none;
}
.site-footer {
background-color: #f8f8f8 !important;
border-top: 1px solid #ddd;
}
.site-footer .footer_menu {
border: none;
}
.product_rows_container .row_title {
margin-bottom: 20px !important;
margin-top: 20px;
text-align: center;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
color: #000 !important;
padding: 10px 0;
}
#shopify-section-collection .section-header {
display: none;
}
div,
button {
outline: none;
}
#shopify-section-collection .grid-link__title {
text-align: center !important;
}
#shopify-section-collection .grid-link__meta {
text-align: center !important;
}
#shopify-section-collection .grid-link__meta span.money {
float: none;
padding-right: 0 !important;
}
#shopify-section-collection .swatch_nav {
margin-top: 5px;
position: relative;
}
x#shopify-section-collection .swatch_nav:after {
content: "+";
display: inline-block;
vertical-align: middle;
line-height: 1em;
position: absolute;
top: 8px;
margin-left: 4px;
color: #777;
font-size: 18px;
cursor: pointer;
}
#shopify-section-collection .swatch-more {
position: relative;
top: -12px;
}
.afterpay-paragraph span {
font-size: 14px;
}
.afterpay-logo-link img {
width: 78px;
}
.add-ons .product-property {
font-size: 13px !important;
text-transform: none !important;
margin-top: 4px !important;
}
#CartDrawer .chkbtn {
padding: 0 20px 20px;
}
#CartDrawer .cartfooter {
position: absolute;
bottom: 0;
padding: 13px 15px;
background: #fff;
width: 100%;
font-weight: 300;
line-height: 1.3;
font-size: 14px;
padding-bottom: 100px;
box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
#CartDrawer .drawer__title {
font-family: "Brown";
}
#CartDrawer .cart__row.row_1 {
margin-top: 0;
}
.shipping_at_checkout_note {
text-align: right;
}
@media screen and (min-width: 577px) {
#shopify-section-cart .cart__remove {
right: -10px;
}
}
.cart__header-labels .grid {
margin-left: 10px;
}
.cart__header-labels .grid__item {
text-align: right !important;
padding-right: 10px;
}
#shopify-section-cart .quantity_wrapper {
text-align: right !important;
}
#shopify-section-cart .cart__row select {
margin-right: 10px;
}
#CartDrawer .cart__remove span {
cursor: pointer;
}
.overlay-cart {
z-index: 10000 !important;
}
#CartDrawer {
z-index: 10001;
}
#CartDrawer .cart_items {
padding-bottom: 140px;
}
#CartDrawer .text-center .money {
padding-right: 0;
}
#CartDrawer .cart__remove {
z-index: 100001;
cursor: pointer;
}
#CartDrawer .cartfooter {
z-index: 100002;
}
#CartDrawer .chkbtn {
z-index: 100003;
}
#CartDrawer .property {
line-height: 1.2em;
font-size: 80%;
}
.cart_items .cart__row:last-of-type:after {
content: "Free U.S. shipping on orders over $100";
width: 370px;
text-align: center;
padding: 20px;
display: block;
position: absolute;
bottom: -80px;
}
#CartDrawer .empty_cart {
text-align: center !important;
margin-top: 40px;
}
#shopify-section-footer .site-footer {
padding-top: 30px;
}
#shopify-section-footer .text-center {
text-align: center !important;
}
.site-footer__links {
text-align: center;
}
html {
padding-bottom: 0 !important;
}
.transition-opacity:hover {
opacity: 1;
}
#shopify-section-cart .cart_items .cart__row:last-of-type:after {
content: "";
}
.cart__gift-message .money {
float: none;
padding: 0;
}
#CartDrawer .subtotal {
text-align: left !important;
padding-left: 8px;
}
.text-center {
text-align: center !important;
}
.cart__row.no-remove .cart__remove {
display: block !important;
}
#shopify-section-product span.badge {
left: 40px !important;
}
@media (max-width: 577px) {
#CartDrawer {
width: 350px;
}
.cart_items .cart__row:last-of-type:after {
width: 320px;
}
}
.perfectly-imperfect {
margin-top: 15px;
clear: both;
}
.perfectly-imperfect a {
text-decoration: underline;
}
/* add to broader css when implementing live */
.mfp-fade.mfp-bg.mfp-ready {
z-index: 10000;
}
.mfp-wrap {
z-index: 10001;
}
.mfp-content {
max-width: 800px !important;
}
.mfp-figure {
border: 1px solid #000 !important;
}
.mfp-close {
color: #000 !important;
right: 6px !important;
}
.mfp-figure:after {
display: none;
}
.mfp-img {
padding: 0 !important;
}
.smile-launcher-closed {
display: none;
}
.grey-box-message {
background-color: #f3f3f3;
border: 1px solid #000;
margin: 20px 0;
padding: 10px 15px;
text-align: center;
}
.view-account {
background: #ffffff;
margin-top: 20px;
}
.view-account .pro-label {
font-size: 13px;
padding: 4px 5px;
position: relative;
top: -5px;
margin-left: 10px;
display: inline-block;
}
.view-account .side-bar {
padding-bottom: 30px;
}
.view-account .side-bar .user-info {
text-align: center;
margin-bottom: 15px;
padding: 30px;
color: #616670;
border-bottom: 1px solid #f3f3f3;
}
.view-account .side-bar .user-info .img-profile {
width: 120px;
height: 120px;
margin-bottom: 15px;
}
.view-account .side-bar .user-info .meta li {
margin-bottom: 10px;
}
.view-account .side-bar .user-info .meta li span {
display: inline-block;
width: 100px;
margin-right: 5px;
text-align: right;
}
.view-account .side-bar .user-info .meta li a {
color: #616670;
}
.view-account .side-bar .user-info .meta li.activity {
color: #a2a6af;
}
.view-account .side-bar .side-menu {
text-align: center;
}
.view-account .side-bar .side-menu .nav {
display: inline-block;
margin: 0 auto;
}
.view-account .side-bar .side-menu .nav > li {
font-size: 14px;
margin-bottom: 0;
border-bottom: none;
display: inline-block;
/* float: left; */
margin-right: 15px;
margin-bottom: 15px;
}
.view-account .side-bar .side-menu .nav > li:last-child {
margin-right: 0;
}
.view-account .side-bar .side-menu .nav > li > a {
display: inline-block;
color: #9499a3;
padding: 5px;
border-bottom: 2px solid transparent;
}
.view-account .side-bar .side-menu .nav > li > a:hover {
color: #616670;
background: none;
}
.view-account .side-bar .side-menu .nav > li.active a {
color: #40babd;
border-bottom: 2px solid #40babd;
background: none;
border-right: none;
}
.theme-2 .view-account .side-bar .side-menu .nav > li.active a {
color: #6dbd63;
border-bottom-color: #6dbd63;
}
.theme-3 .view-account .side-bar .side-menu .nav > li.active a {
color: #497cb1;
border-bottom-color: #497cb1;
}
.theme-4 .view-account .side-bar .side-menu .nav > li.active a {
color: #ec6952;
border-bottom-color: #ec6952;
}
.view-account .side-bar .side-menu .nav > li .icon {
display: block;
font-size: 24px;
margin-bottom: 5px;
}
.view-account .content-panel {
padding: 30px;
}
.view-account .content-panel .title {
margin-bottom: 15px;
margin-top: 0;
font-size: 18px;
}
.view-account .content-panel .fieldset-title {
padding-bottom: 15px;
border-bottom: 1px solid #eaeaf1;
margin-bottom: 30px;
color: #616670;
font-size: 16px;
}
.view-account .content-panel .avatar .figure img {
float: right;
width: 64px;
}
.view-account .content-panel .content-header-wrapper {
position: relative;
margin-bottom: 30px;
}
.view-account .content-panel .content-header-wrapper .actions {
position: absolute;
right: 0;
top: 0;
}
.view-account .content-panel .content-utilities {
position: relative;
margin-bottom: 30px;
}
.view-account .content-panel .content-utilities .btn-group {
margin-right: 5px;
margin-bottom: 15px;
}
.view-account .content-panel .content-utilities .fa {
font-size: 16px;
margin-right: 0;
}
.view-account .content-panel .content-utilities .page-nav {
position: absolute;
right: 0;
top: 0;
}
.view-account .content-panel .content-utilities .page-nav .btn-group {
margin-bottom: 0;
}
.view-account .content-panel .content-utilities .page-nav .indicator {
color: #a2a6af;
margin-right: 5px;
display: inline-block;
}
.view-account .content-panel .mails-wrapper .mail-item {
position: relative;
padding: 10px;
border-bottom: 1px solid #f3f3f3;
color: #616670;
overflow: hidden;
}
.view-account .content-panel .mails-wrapper .mail-item > div {
float: left;
}
.view-account .content-panel .mails-wrapper .mail-item .icheck {
background-color: #fff;
}
.view-account .content-panel .mails-wrapper .mail-item:hover {
background: #f9f9fb;
}
.view-account .content-panel .mails-wrapper .mail-item:nth-child(even) {
background: #fcfcfd;
}
.view-account .content-panel .mails-wrapper .mail-item:nth-child(even):hover {
background: #f9f9fb;
}
.view-account .content-panel .mails-wrapper .mail-item a {
color: #616670;
}
.view-account .content-panel .mails-wrapper .mail-item a:hover {
color: #494d55;
text-decoration: none;
}
.view-account .content-panel .mails-wrapper .mail-item .checkbox-container,
.view-account .content-panel .mails-wrapper .mail-item .star-container {
display: inline-block;
margin-right: 5px;
}
.view-account .content-panel .mails-wrapper .mail-item .star-container .fa {
color: #a2a6af;
font-size: 16px;
vertical-align: middle;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.star-container
.fa.fa-star {
color: #f2b542;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.star-container
.fa:hover {
color: #868c97;
}
.view-account .content-panel .mails-wrapper .mail-item .mail-to {
display: inline-block;
margin-right: 5px;
min-width: 120px;
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject {
display: inline-block;
margin-right: 5px;
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label {
margin-right: 5px;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label:last-child {
margin-right: 10px;
}
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a,
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label
a:hover {
color: #fff;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label-color-1 {
background: #f77b6b;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label-color-2 {
background: #58bbee;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label-color-3 {
background: #f8a13f;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label-color-4 {
background: #ea5395;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.mail-subject
.label-color-5 {
background: #8a40a7;
}
.view-account .content-panel .mails-wrapper .mail-item .time-container {
display: inline-block;
position: absolute;
right: 10px;
top: 10px;
color: #a2a6af;
text-align: left;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.time-container
.attachment-container {
display: inline-block;
color: #a2a6af;
margin-right: 5px;
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .time {
display: inline-block;
text-align: right;
}
.view-account
.content-panel
.mails-wrapper
.mail-item
.time-container
.time.today {
font-weight: 700;
color: #494d55;
}
.drive-wrapper {
padding: 15px;
background: #f5f5f5;
overflow: hidden;
}
.drive-wrapper .drive-item {
width: 130px;
margin-right: 15px;
display: inline-block;
/* float: left */
}
.drive-wrapper .drive-item:hover {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
z-index: 1;
}
.drive-wrapper .drive-item-inner {
padding: 15px;
}
.drive-wrapper .drive-item-title {
margin-bottom: 15px;
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.drive-wrapper .drive-item-title a {
color: #494d55;
}
.drive-wrapper .drive-item-title a:hover {
color: #40babd;
}
.theme-2 .drive-wrapper .drive-item-title a:hover {
color: #6dbd63;
}
.theme-3 .drive-wrapper .drive-item-title a:hover {
color: #497cb1;
}
.theme-4 .drive-wrapper .drive-item-title a:hover {
color: #ec6952;
}
.drive-wrapper .drive-item-thumb {
width: 100px;
height: 80px;
margin: 0 auto;
color: #616670;
}
.drive-wrapper .drive-item-thumb a {
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.drive-wrapper .drive-item-thumb a:hover {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.drive-wrapper .drive-item-thumb .fa {
display: inline-block;
font-size: 36px;
margin: 0 auto;
margin-top: 20px;
}
.drive-wrapper .drive-item-footer .utilities {
margin-bottom: 0;
}
.drive-wrapper .drive-item-footer .utilities li:last-child {
padding-right: 0;
}
.drive-list-view .name {
width: 60%;
}
.drive-list-view .name.truncate {
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.drive-list-view .type {
width: 15px;
}
.drive-list-view .date,
.drive-list-view .size {
max-width: 60px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.drive-list-view a {
color: #494d55;
}
.drive-list-view a:hover {
color: #40babd;
}
.theme-2 .drive-list-view a:hover {
color: #6dbd63;
}
.theme-3 .drive-list-view a:hover {
color: #497cb1;
}
.theme-4 .drive-list-view a:hover {
color: #ec6952;
}
.drive-list-view td.date,
.drive-list-view td.size {
color: #a2a6af;
}
@media (max-width: 767px) {
.view-account .content-panel .title {
text-align: center;
}
.view-account .side-bar .user-info {
padding: 0;
}
.view-account .side-bar .user-info .img-profile {
width: 60px;
height: 60px;
}
.view-account .side-bar .user-info .meta li {
margin-bottom: 5px;
}
.view-account .content-panel .content-header-wrapper .actions {
position: static;
margin-bottom: 30px;
}
.view-account .content-panel {
padding: 0;
}
.view-account .content-panel .content-utilities .page-nav {
position: static;
margin-bottom: 15px;
}
.drive-wrapper .drive-item {
width: 100px;
margin-right: 5px;
float: none;
}
.drive-wrapper .drive-item-thumb {
width: auto;
height: 54px;
}
.drive-wrapper .drive-item-thumb .fa {
font-size: 24px;
padding-top: 0;
}
.view-account .content-panel .avatar .figure img {
float: none;
margin-bottom: 15px;
}
.view-account .file-uploader {
margin-bottom: 15px;
}
.view-account .mail-subject {
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.view-account .content-panel .mails-wrapper .mail-item .time-container {
position: static;
}
.view-account .content-panel .mails-wrapper .mail-item .time-container .time {
width: auto;
text-align: left;
}
}
@media (min-width: 768px) {
.view-account .side-bar .user-info {
padding: 0;
padding-bottom: 15px;
}
.view-account .mail-subject .subject {
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media (min-width: 992px) {
.view-account .content-panel {
min-height: 800px;
border-left: 1px solid #f3f3f7;
margin-left: 200px;
}
.view-account .mail-subject .subject {
max-width: 280px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.view-account .side-bar {
position: absolute;
width: 200px;
min-height: 600px;
}
.view-account .side-bar .user-info {
margin-bottom: 0;
border-bottom: none;
padding: 30px;
}
.view-account .side-bar .user-info .img-profile {
width: 120px;
height: 120px;
}
.view-account .side-bar .side-menu {
text-align: left;
}
.view-account .side-bar .side-menu .nav {
display: block;
}
.view-account .side-bar .side-menu .nav > li {
display: block;
float: none;
font-size: 14px;
border-bottom: 1px solid #f3f3f7;
margin-right: 0;
margin-bottom: 0;
}
.view-account .side-bar .side-menu .nav > li > a {
display: block;
color: #9499a3;
padding: 10px 15px;
padding-left: 30px;
}
.view-account .side-bar .side-menu .nav > li > a:hover {
background: #f9f9fb;
}
.view-account .side-bar .side-menu .nav > li.active a {
background: #f9f9fb;
border-right: 4px solid #40babd;
border-bottom: none;
}
.theme-2 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #6dbd63;
}
.theme-3 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #497cb1;
}
.theme-4 .view-account .side-bar .side-menu .nav > li.active a {
border-right-color: #ec6952;
}
.view-account .side-bar .side-menu .nav > li .icon {
font-size: 24px;
vertical-align: middle;
text-align: center;
width: 40px;
display: inline-block;
}
} | 0.365457 | 0.100657 |
* {
box-sizing: border-box; }
body {
padding: 0;
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
color: #606c71; }
a {
color: #1e6bb8;
text-decoration: none; }
a:hover {
text-decoration: underline; }
.btn {
display: inline-block;
margin-bottom: 1rem;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.2);
border-style: solid;
border-width: 1px;
border-radius: 0.3rem;
transition: color 0.2s, background-color 0.2s, border-color 0.2s; }
.btn:hover {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3); }
.btn + .btn {
margin-left: 1rem; }
@media screen and (min-width: 64em) {
.btn {
padding: 0.75rem 1rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.btn {
padding: 0.6rem 0.9rem;
font-size: 0.9rem; } }
@media screen and (max-width: 42em) {
.btn {
display: block;
width: 100%;
padding: 0.75rem;
font-size: 0.9rem; }
.btn + .btn {
margin-top: 1rem;
margin-left: 0; } }
.page-header {
color: #fff;
text-align: center;
background-color: #159957;
background-image: linear-gradient(120deg, #155799, #159957); }
@media screen and (min-width: 64em) {
.page-header {
padding: 5rem 6rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.page-header {
padding: 3rem 4rem; } }
@media screen and (max-width: 42em) {
.page-header {
padding: 2rem 1rem; } }
.project-name {
margin-top: 0;
margin-bottom: 0.1rem; }
@media screen and (min-width: 64em) {
.project-name {
font-size: 3.25rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-name {
font-size: 2.25rem; } }
@media screen and (max-width: 42em) {
.project-name {
font-size: 1.75rem; } }
.project-tagline {
margin-bottom: 2rem;
font-weight: normal;
opacity: 0.7; }
@media screen and (min-width: 64em) {
.project-tagline {
font-size: 1.25rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-tagline {
font-size: 1.15rem; } }
@media screen and (max-width: 42em) {
.project-tagline {
font-size: 1rem; } }
.main-content {
word-wrap: break-word; }
.main-content :first-child {
margin-top: 0; }
@media screen and (min-width: 64em) {
.main-content {
max-width: 64rem;
padding: 2rem 6rem;
margin: 0 auto;
font-size: 1.1rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.main-content {
padding: 2rem 4rem;
font-size: 1.1rem; } }
@media screen and (max-width: 42em) {
.main-content {
padding: 2rem 1rem;
font-size: 1rem; } }
.main-content img {
max-width: 100%; }
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: normal;
color: #159957; }
.main-content p {
margin-bottom: 1em; }
.main-content code {
padding: 2px 4px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 0.9rem;
color: #567482;
background-color: #f3f6fa;
border-radius: 0.3rem; }
.main-content pre {
padding: 0.8rem;
margin-top: 0;
margin-bottom: 1rem;
font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
color: #567482;
word-wrap: normal;
background-color: #f3f6fa;
border: solid 1px #dce6f0;
border-radius: 0.3rem; }
.main-content pre > code {
padding: 0;
margin: 0;
font-size: 0.9rem;
color: #567482;
word-break: normal;
white-space: pre;
background: transparent;
border: 0; }
.main-content .highlight {
margin-bottom: 1rem; }
.main-content .highlight pre {
margin-bottom: 0;
word-break: normal; }
.main-content .highlight pre,
.main-content pre {
padding: 0.8rem;
overflow: auto;
font-size: 0.9rem;
line-height: 1.45;
border-radius: 0.3rem;
-webkit-overflow-scrolling: touch; }
.main-content pre code,
.main-content pre tt {
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0; }
.main-content pre code:before, .main-content pre code:after,
.main-content pre tt:before,
.main-content pre tt:after {
content: normal; }
.main-content ul,
.main-content ol {
margin-top: 0; }
.main-content blockquote {
padding: 0 1rem;
margin-left: 0;
color: #819198;
border-left: 0.3rem solid #dce6f0; }
.main-content blockquote > :first-child {
margin-top: 0; }
.main-content blockquote > :last-child {
margin-bottom: 0; }
.main-content table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all;
-webkit-overflow-scrolling: touch; }
.main-content table th {
font-weight: bold; }
.main-content table th,
.main-content table td {
padding: 0.5rem 1rem;
border: 1px solid #e9ebec; }
.main-content dl {
padding: 0; }
.main-content dl dt {
padding: 0;
margin-top: 1rem;
font-size: 1rem;
font-weight: bold; }
.main-content dl dd {
padding: 0;
margin-bottom: 1rem; }
.main-content hr {
height: 2px;
padding: 0;
margin: 1rem 0;
background-color: #eff0f1;
border: 0; }
.site-footer {
padding-top: 2rem;
margin-top: 2rem;
border-top: solid 1px #eff0f1; }
@media screen and (min-width: 64em) {
.site-footer {
font-size: 1rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.site-footer {
font-size: 1rem; } }
@media screen and (max-width: 42em) {
.site-footer {
font-size: 0.9rem; } }
.site-footer-owner {
display: block;
text-align:center;
font-weight: bold; }
.site-footer-power {
display: block;
font-size: 0.6rem;
text-align:center;}
.site-footer-credits {
color: #819198; }
.donate {
vertical-align: top;
height: 20px;
border: 1px solid #d4d4d4;
display: inline-block;
box-sizing: border-box;
line-height: 16px;
border-radius: 3px;
cursor: pointer;
background-image: linear-gradient(to bottom, #fcfcfc 0, #eee 100%);
position: relative;
width: 72px;
}
.donate:hover {
border-color: #ccc;
background-image: linear-gradient(to bottom, #eee 0, #ddd 100%);
}
.donate img {
width: 14px;
height: 14px;
position: absolute;
top: 2px;
left: 5px;
}
.donate a {
font: 700 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
text-shadow: 0 1px 0 #fff;
position: absolute;
top: 2px;
left: 24px;
}
#nav,
#translations {
list-style-type: none;
text-align: center;
padding: 0;
margin: 0;
}
#nav li,
#translations li {
display: inline-block;
position: relative;
line-height: 40px;
}
#nav li:last-child .nav-link,
#translations li:last-child .nav-link {
margin-right: 0;
}
#translations {
margin-bottom: 0em;
}
#translations .delimiter {
color: #7f8c8d;
margin: 0 5px;
}
#translations .nav-link {
margin: 0;
}
.nav-link {
color: #7f8c8d;
padding-bottom: 3px;
margin: 0 1.5em;
}
.nav-link:first-child {
margin-left: 0;
}
.nav-link:hover,
.nav-link.current {
border-bottom: 3px solid #42b983;
} | docs/assets/css/cayman.css | * {
box-sizing: border-box; }
body {
padding: 0;
margin: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
color: #606c71; }
a {
color: #1e6bb8;
text-decoration: none; }
a:hover {
text-decoration: underline; }
.btn {
display: inline-block;
margin-bottom: 1rem;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.2);
border-style: solid;
border-width: 1px;
border-radius: 0.3rem;
transition: color 0.2s, background-color 0.2s, border-color 0.2s; }
.btn:hover {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3); }
.btn + .btn {
margin-left: 1rem; }
@media screen and (min-width: 64em) {
.btn {
padding: 0.75rem 1rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.btn {
padding: 0.6rem 0.9rem;
font-size: 0.9rem; } }
@media screen and (max-width: 42em) {
.btn {
display: block;
width: 100%;
padding: 0.75rem;
font-size: 0.9rem; }
.btn + .btn {
margin-top: 1rem;
margin-left: 0; } }
.page-header {
color: #fff;
text-align: center;
background-color: #159957;
background-image: linear-gradient(120deg, #155799, #159957); }
@media screen and (min-width: 64em) {
.page-header {
padding: 5rem 6rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.page-header {
padding: 3rem 4rem; } }
@media screen and (max-width: 42em) {
.page-header {
padding: 2rem 1rem; } }
.project-name {
margin-top: 0;
margin-bottom: 0.1rem; }
@media screen and (min-width: 64em) {
.project-name {
font-size: 3.25rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-name {
font-size: 2.25rem; } }
@media screen and (max-width: 42em) {
.project-name {
font-size: 1.75rem; } }
.project-tagline {
margin-bottom: 2rem;
font-weight: normal;
opacity: 0.7; }
@media screen and (min-width: 64em) {
.project-tagline {
font-size: 1.25rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-tagline {
font-size: 1.15rem; } }
@media screen and (max-width: 42em) {
.project-tagline {
font-size: 1rem; } }
.main-content {
word-wrap: break-word; }
.main-content :first-child {
margin-top: 0; }
@media screen and (min-width: 64em) {
.main-content {
max-width: 64rem;
padding: 2rem 6rem;
margin: 0 auto;
font-size: 1.1rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.main-content {
padding: 2rem 4rem;
font-size: 1.1rem; } }
@media screen and (max-width: 42em) {
.main-content {
padding: 2rem 1rem;
font-size: 1rem; } }
.main-content img {
max-width: 100%; }
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: normal;
color: #159957; }
.main-content p {
margin-bottom: 1em; }
.main-content code {
padding: 2px 4px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 0.9rem;
color: #567482;
background-color: #f3f6fa;
border-radius: 0.3rem; }
.main-content pre {
padding: 0.8rem;
margin-top: 0;
margin-bottom: 1rem;
font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
color: #567482;
word-wrap: normal;
background-color: #f3f6fa;
border: solid 1px #dce6f0;
border-radius: 0.3rem; }
.main-content pre > code {
padding: 0;
margin: 0;
font-size: 0.9rem;
color: #567482;
word-break: normal;
white-space: pre;
background: transparent;
border: 0; }
.main-content .highlight {
margin-bottom: 1rem; }
.main-content .highlight pre {
margin-bottom: 0;
word-break: normal; }
.main-content .highlight pre,
.main-content pre {
padding: 0.8rem;
overflow: auto;
font-size: 0.9rem;
line-height: 1.45;
border-radius: 0.3rem;
-webkit-overflow-scrolling: touch; }
.main-content pre code,
.main-content pre tt {
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0; }
.main-content pre code:before, .main-content pre code:after,
.main-content pre tt:before,
.main-content pre tt:after {
content: normal; }
.main-content ul,
.main-content ol {
margin-top: 0; }
.main-content blockquote {
padding: 0 1rem;
margin-left: 0;
color: #819198;
border-left: 0.3rem solid #dce6f0; }
.main-content blockquote > :first-child {
margin-top: 0; }
.main-content blockquote > :last-child {
margin-bottom: 0; }
.main-content table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all;
-webkit-overflow-scrolling: touch; }
.main-content table th {
font-weight: bold; }
.main-content table th,
.main-content table td {
padding: 0.5rem 1rem;
border: 1px solid #e9ebec; }
.main-content dl {
padding: 0; }
.main-content dl dt {
padding: 0;
margin-top: 1rem;
font-size: 1rem;
font-weight: bold; }
.main-content dl dd {
padding: 0;
margin-bottom: 1rem; }
.main-content hr {
height: 2px;
padding: 0;
margin: 1rem 0;
background-color: #eff0f1;
border: 0; }
.site-footer {
padding-top: 2rem;
margin-top: 2rem;
border-top: solid 1px #eff0f1; }
@media screen and (min-width: 64em) {
.site-footer {
font-size: 1rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.site-footer {
font-size: 1rem; } }
@media screen and (max-width: 42em) {
.site-footer {
font-size: 0.9rem; } }
.site-footer-owner {
display: block;
text-align:center;
font-weight: bold; }
.site-footer-power {
display: block;
font-size: 0.6rem;
text-align:center;}
.site-footer-credits {
color: #819198; }
.donate {
vertical-align: top;
height: 20px;
border: 1px solid #d4d4d4;
display: inline-block;
box-sizing: border-box;
line-height: 16px;
border-radius: 3px;
cursor: pointer;
background-image: linear-gradient(to bottom, #fcfcfc 0, #eee 100%);
position: relative;
width: 72px;
}
.donate:hover {
border-color: #ccc;
background-image: linear-gradient(to bottom, #eee 0, #ddd 100%);
}
.donate img {
width: 14px;
height: 14px;
position: absolute;
top: 2px;
left: 5px;
}
.donate a {
font: 700 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
text-shadow: 0 1px 0 #fff;
position: absolute;
top: 2px;
left: 24px;
}
#nav,
#translations {
list-style-type: none;
text-align: center;
padding: 0;
margin: 0;
}
#nav li,
#translations li {
display: inline-block;
position: relative;
line-height: 40px;
}
#nav li:last-child .nav-link,
#translations li:last-child .nav-link {
margin-right: 0;
}
#translations {
margin-bottom: 0em;
}
#translations .delimiter {
color: #7f8c8d;
margin: 0 5px;
}
#translations .nav-link {
margin: 0;
}
.nav-link {
color: #7f8c8d;
padding-bottom: 3px;
margin: 0 1.5em;
}
.nav-link:first-child {
margin-left: 0;
}
.nav-link:hover,
.nav-link.current {
border-bottom: 3px solid #42b983;
} | 0.420362 | 0.108142 |
.grid-container {
width: 100%;
max-width: 100%; }
/* Clearfix 'hack' for rows -
The purpose of the row element is to keep the columns inside it
From overflowing onto other rows.
To achieve this, we'll use the clearfix hack to make sure everything inside the row stays inside the row */
.row:before, .row:after {
content: "";
display: table;
clear: both; }
/* Column - responsive inbound later. Using float as is less error prone and min-height to prevent columns
from stacking ontop of each other - Column width - divide total number of columns by width of the container i.e.
100% width, 6 columns == 100/6 = 16.66 for base column */
[class*='col-'] {
float: left;
min-height: 1px;
width: 16.66%;
/* Gutter for columns */
padding: 12px; }
/* Repeat for other columns */
.col-1 {
width: 16.66%; }
.col-2 {
width: 33.33%; }
.col-3 {
width: 50%; }
.col-4 {
width: 66.664%; }
.col-5 {
width: 83.33%; }
.col-6 {
width: 100%;
margin: 0; }
/* Using border box to set column 'gutters' */
.grid-container * {
box-sizing: border-box; }
.outline, .outline* {
outline: 1px solid black; }
/*!* Some extra column content styling - !! Testing purposes only !! *! */
[class*='col-'] {
/*background-color: #FFC2C2;*/
margin-top: 20px;
padding: 0;
text-align: center;
color: white; }
/* Making the grid Responsive for mobile - double the widths of the columns for screens under 800px. */
/* last column in row hangs off end - to counter make last .col-2 and .col-1 100% wide */
@media all and (max-width: 800px) {
.col-1 {
width: 33.33%; }
.col-2 {
width: 50%; }
.col-3 {
width: 83.33%; }
.col-4 {
width: 100%; }
.col-5 {
width: 100%; }
.col-6 {
width: 100%; }
.row .col-2:last-of-type {
width: 100%; }
.row .col-5 ~ .col-1 {
width: 100%; } }
/* For screens smaller than 800px - all columns except the very smallest 100% */
@media all and (max-width: 650px) {
.col-1 {
width: 50%; }
.col-2 {
width: 100%; }
.col-3 {
width: 100%; }
.col-4 {
width: 100%; }
.col-5 {
width: 100%; }
.col-6 {
width: 100%; } }
/*# sourceMappingURL=grid.css.map */ | css/grid.css | .grid-container {
width: 100%;
max-width: 100%; }
/* Clearfix 'hack' for rows -
The purpose of the row element is to keep the columns inside it
From overflowing onto other rows.
To achieve this, we'll use the clearfix hack to make sure everything inside the row stays inside the row */
.row:before, .row:after {
content: "";
display: table;
clear: both; }
/* Column - responsive inbound later. Using float as is less error prone and min-height to prevent columns
from stacking ontop of each other - Column width - divide total number of columns by width of the container i.e.
100% width, 6 columns == 100/6 = 16.66 for base column */
[class*='col-'] {
float: left;
min-height: 1px;
width: 16.66%;
/* Gutter for columns */
padding: 12px; }
/* Repeat for other columns */
.col-1 {
width: 16.66%; }
.col-2 {
width: 33.33%; }
.col-3 {
width: 50%; }
.col-4 {
width: 66.664%; }
.col-5 {
width: 83.33%; }
.col-6 {
width: 100%;
margin: 0; }
/* Using border box to set column 'gutters' */
.grid-container * {
box-sizing: border-box; }
.outline, .outline* {
outline: 1px solid black; }
/*!* Some extra column content styling - !! Testing purposes only !! *! */
[class*='col-'] {
/*background-color: #FFC2C2;*/
margin-top: 20px;
padding: 0;
text-align: center;
color: white; }
/* Making the grid Responsive for mobile - double the widths of the columns for screens under 800px. */
/* last column in row hangs off end - to counter make last .col-2 and .col-1 100% wide */
@media all and (max-width: 800px) {
.col-1 {
width: 33.33%; }
.col-2 {
width: 50%; }
.col-3 {
width: 83.33%; }
.col-4 {
width: 100%; }
.col-5 {
width: 100%; }
.col-6 {
width: 100%; }
.row .col-2:last-of-type {
width: 100%; }
.row .col-5 ~ .col-1 {
width: 100%; } }
/* For screens smaller than 800px - all columns except the very smallest 100% */
@media all and (max-width: 650px) {
.col-1 {
width: 50%; }
.col-2 {
width: 100%; }
.col-3 {
width: 100%; }
.col-4 {
width: 100%; }
.col-5 {
width: 100%; }
.col-6 {
width: 100%; } }
/*# sourceMappingURL=grid.css.map */ | 0.613005 | 0.303693 |
body {
padding: 10px 20px;
line-height: 22px
}
img {
max-width: 100%;
max-height: 100%
}
a {
text-decoration: none
}
a:hover {
text-decoration: underline
}
a:focus, input:focus, select:focus, textarea:focus {
outline: 1px solid -webkit-focus-ring-color;
outline-offset: -1px
}
hr {
border: 0;
height: 2px;
border-bottom: 2px solid
}
h1 {
padding-bottom: .3em;
line-height: 1.2;
border-bottom-width: 1px;
border-bottom-style: solid
}
h1, h2, h3 {
font-weight: 400
}
table {
border-collapse: collapse
}
table>thead>tr>th {
text-align: left;
border-bottom: 1px solid
}
table>tbody>tr>td, table>tbody>tr>th, table>thead>tr>td, table>thead>tr>th {
padding: 5px 10px
}
table>tbody>tr+tr>td {
border-top: 1px solid
}
blockquote {
margin: 0 7px 0 5px;
padding: 0 16px 0 10px;
border-left-width: 5px;
border-left-style: solid
}
code {
font-family: Menlo, Monaco, Consolas, Droid Sans Mono, Courier New, monospace, Droid Sans Fallback;
font-size: 14px;
line-height: 19px
}
.mac code {
font-size: 12px;
line-height: 18px
}
code>div {
padding: 16px;
border-radius: 3px;
overflow: auto
}
#scroll-to-top {
position: fixed;
width: 40px;
height: 40px;
right: 25px;
bottom: 25px;
background-color: #444;
border-radius: 50%;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
outline: none;
display: flex;
justify-content: center;
align-items: center
}
#scroll-to-top:hover {
background-color: #007acc;
box-shadow: 2px 2px 2px rgba(0, 0, 0, .25)
}
body.vscode-light #scroll-to-top {
background-color: #949494
}
body.vscode-high-contrast #scroll-to-top {
background-color: #000;
border: 2px solid #6fc3df;
box-shadow: none
}
body.vscode-high-contrast #scroll-to-top:hover {
background-color: #007acc
}
#scroll-to-top span.icon:before {
content: "";
display: block;
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N<KEY>
width: 16px;
height: 16px
}
.vscode-light code>div {
background-color: hsla(0, 0%, 86%, .4)
}
.vscode-dark code>div {
background-color: hsla(0, 0%, 4%, .4)
}
.vscode-high-contrast code>div {
background-color: #000
}
.vscode-high-contrast h1 {
border-color: #000
}
.vscode-light table>thead>tr>th {
border-color: rgba(0, 0, 0, .69)
}
.vscode-dark table>thead>tr>th {
border-color: hsla(0, 0%, 100%, .69)
}
.vscode-light h1, .vscode-light hr, .vscode-light table>tbody>tr+tr>td {
border-color: rgba(0, 0, 0, .18)
}
.vscode-dark h1, .vscode-dark hr, .vscode-dark table>tbody>tr+tr>td {
border-color: hsla(0, 0%, 100%, .18)
} | markdown-extensions.css |
body {
padding: 10px 20px;
line-height: 22px
}
img {
max-width: 100%;
max-height: 100%
}
a {
text-decoration: none
}
a:hover {
text-decoration: underline
}
a:focus, input:focus, select:focus, textarea:focus {
outline: 1px solid -webkit-focus-ring-color;
outline-offset: -1px
}
hr {
border: 0;
height: 2px;
border-bottom: 2px solid
}
h1 {
padding-bottom: .3em;
line-height: 1.2;
border-bottom-width: 1px;
border-bottom-style: solid
}
h1, h2, h3 {
font-weight: 400
}
table {
border-collapse: collapse
}
table>thead>tr>th {
text-align: left;
border-bottom: 1px solid
}
table>tbody>tr>td, table>tbody>tr>th, table>thead>tr>td, table>thead>tr>th {
padding: 5px 10px
}
table>tbody>tr+tr>td {
border-top: 1px solid
}
blockquote {
margin: 0 7px 0 5px;
padding: 0 16px 0 10px;
border-left-width: 5px;
border-left-style: solid
}
code {
font-family: Menlo, Monaco, Consolas, Droid Sans Mono, Courier New, monospace, Droid Sans Fallback;
font-size: 14px;
line-height: 19px
}
.mac code {
font-size: 12px;
line-height: 18px
}
code>div {
padding: 16px;
border-radius: 3px;
overflow: auto
}
#scroll-to-top {
position: fixed;
width: 40px;
height: 40px;
right: 25px;
bottom: 25px;
background-color: #444;
border-radius: 50%;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
outline: none;
display: flex;
justify-content: center;
align-items: center
}
#scroll-to-top:hover {
background-color: #007acc;
box-shadow: 2px 2px 2px rgba(0, 0, 0, .25)
}
body.vscode-light #scroll-to-top {
background-color: #949494
}
body.vscode-high-contrast #scroll-to-top {
background-color: #000;
border: 2px solid #6fc3df;
box-shadow: none
}
body.vscode-high-contrast #scroll-to-top:hover {
background-color: #007acc
}
#scroll-to-top span.icon:before {
content: "";
display: block;
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N<KEY>
width: 16px;
height: 16px
}
.vscode-light code>div {
background-color: hsla(0, 0%, 86%, .4)
}
.vscode-dark code>div {
background-color: hsla(0, 0%, 4%, .4)
}
.vscode-high-contrast code>div {
background-color: #000
}
.vscode-high-contrast h1 {
border-color: #000
}
.vscode-light table>thead>tr>th {
border-color: rgba(0, 0, 0, .69)
}
.vscode-dark table>thead>tr>th {
border-color: hsla(0, 0%, 100%, .69)
}
.vscode-light h1, .vscode-light hr, .vscode-light table>tbody>tr+tr>td {
border-color: rgba(0, 0, 0, .18)
}
.vscode-dark h1, .vscode-dark hr, .vscode-dark table>tbody>tr+tr>td {
border-color: hsla(0, 0%, 100%, .18)
} | 0.307566 | 0.10316 |
body {
width:100%;
padding:0;
margin:0;
overflow: hidden;
}
.footer{
padding-top: 4px;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
margin:0;
position: absolute;
left: 0;
right: 0;
font-size: 8pt;
color: #000000;
text-align: left;
width:99.8%;
background-color: #dedede; /* test */
height: 17px;
white-space: nowrap;
}
/* START HEADER */
.headerlayer{
position:absolute;
left:0px;
top:0px;
padding:0px;
margin:0px;
width:100%;
height:800px;
border: 0;
clear: both;
}
.header{
background: #dedede url(http://www.ebi.ac.uk/inc/images/embl_green.gif) repeat top left;
color: #000000;
position:absolute;
left:0px;
top:0px;
padding:0px;
margin:0px;
width:100%;
border: 0;
clear: both;
height:57px;
}
.headerleft{
position:absolute;
left:0px;
top:0px;
padding:0px;
margin:0px;
width:126px;
height:35px;
float:left;
border:0px;
}
.headerleft img{
border:0px;
width: 120px;
height:32px;
margin: 0;
padding-right: 0; padding-left: 0;
padding-top: 2px;
padding-bottom: 1px;
}
.headerright{
position:absolute;
left:0px;
top:0px;
padding:0px;
margin:0px;
height:35px;
right: 0px;
}
.headerbotrow {
position:absolute;
left:0px;
top: 20px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
margin:0px;
right: 0px;
height: 20px;
padding-top: 0px;
}
.headertoprow{
position: relative;
left: 0px;
top: 0px;
padding:0px;
margin:0px;
width: auto;
right: 0px;
height: 15px;
}
.headermenurow{
width: 100%;
padding:0px;
margin:0px;
left: 0px;
float: left;
position: absolute;
top: 35px;
color: #000000;
background: #404040; /* added bg css warn */
border: 0;
height: 22px;
/*background: #404040 url(http://www.ebi.ac.uk/inc/images/menu1.jpg) repeat-x;*/
white-space: nowrap;
}
.icons{
padding-left:0px;
padding-top:0px;
padding-bottom:0px;
margin:0px;
padding-right: 5px;
float: right;
}
.search{
/*float: left;
float:right;*/
margin-left: 0;
pdding:0;
vertical-align: top;
height: 35px;
margin: 6px 0 0 350px;
width:auto;
/*min-width: 555px;*/
/*min-width: 640px;*/
}
.div_searchtext{
position: relative;
padding:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
height:20px;
width: 50px;
background: url(http://www.ebi.ac.uk/inc/images/header_search_revised.gif) no-repeat top left;
float: left;
margin-top: 2px;
}
.headerform{
border: 0;
margin:0;
padding: 0;
}
.headertextinput {
border: 1px solid #a5acb2;
color: #cccccc;
background-color: #ffffff;
width:235px;
padding: 2px 0 2px 2px;
}
.headertextinput:focus {
color: #404040;
}
.headerselect{
border: 1px solid #a5acb2;
color: #404040;
background-color: #ffffff;
margin:0;
width: 150px;
padding-top: 1px;
padding-bottom: 1px;
}
.div_headertextinput{
position: relative;
/*width: 284px;*/
width: 235px;
float: left;
padding: 0;
margin: 0;
}
.div_headerselect{
position: relative;
width: 150px;
float: left;
padding-right: 2px;
}
.headerbutton, .headerbuttonreset{
border-collapse: collapse;
background: #e33e3e;
border: 0;
margin: 0;
padding-right: 0;
padding-bottom: 0;
padding-top: 0;
padding-left:0;
height: 20px;
color: #ffffff;
vertical-align: text-bottom;
text-align: center;
font-size: 9px;
font-weight: bold;
}
.headerbutton{
width: 20px;
}
.headerbuttonreset{
width: 37px;
}
.div_headerbutton, .div_cancel_button{
position: relative;
border: 0;
float: left;
height: 20px;
margin-top: 0px;
margin-left: 2px;
}
.div_headerbutton{
width: 20px;
}
.div_feedback {
position: relative;
border: 0;
float: left;
height: 24px;
margin-top: 0px;
margin-left: 2px;
width: 152px;
}
.div_cancel_button{
width: 37px;
/* background-color: #00ff00; test */
}
.headerbutton:hover, .headerbuttonreset:hover{
cursor: pointer;
}
/*
.reset_button_image{
width: 37px;
height: 20px;
border: 0;
}*/
.reset_button_image{
width: 152px;
height: 24px;
border: 0;
}
.help_button_image{
width: 20px;
height: 20px;
border: 0;
}
.div_help_button {
position: relative;
border: 0;
float: left;
height: 20px;
width: 20px;
margin-top: 0px;
margin-left: 2px;
/* background-color: #0000ff; test */
}
.odd{
background-color: #e9effd;
color: #000000;
}
.maincat{
color: #000000;
background-color: #dddddd;
font-weight: bold;
}
.headertextinput, .headerselect, .headerbutton, .headerbuttonreset, .maincat, .search, .icons, .menu, .breadcrumbs, #menubar, .therightstuff, .headermenurow, .search, .therighticons{
font-size: 9pt;
font-family: helvetica, "trebuchet MS", arial, sans-serif;
}
.icons img{
border: 0;
width: 18px;
height: 18px;
}
.icons img.rss{
border: 0;
width: 35px;
height: 18px;
}
/*.therightstuff{
position: absolute;
top: -2px;
padding:0px;
margin-left:0px;
margin-right:0px;
float: right;
left: 676px;
display: block;
margin-bottom: -2px;
margin-top: 14px; */
/*width: 11em; */
/*width: 94px;
color: #000000;
background-color: transparent;
overflow: hidden;
height: 15px; */
/* background-color: #ff0000; test */
/*}*/
.therightstuff a{
color: #dedede;
background-color: #207a7a;
text-decoration: underline;
border: 0px;
/*padding-left: 9px;*/
/*background: url(http://www.ebi.ac.uk/inc/images/headerarrow.gif) no-repeat top left;*/
/*font-size: 7pt;*/
font-size:1px;
white-space: nowrap;
}
.therightstuff a img{
border: 0;
padding: 0;
margin: 0;
width: 94px;
height: 13px;
}
/*
.therightstuff a:link, .therightstuff a:visited{
text-decoration: none;
color: #deebeb;
background-color: #207a7a;
}
.therightstuff a:active, .therightstuff a:hover{
text-decoration: underline;
color: #a1c7c7;
background-color: #207a7a;
}
*/
.therighticons{
position: absolute;
top: 35px;
padding:0px;
margin-left:0px;
margin-right:0px;
float: right;
height: 15px;
left: 666px;
white-space: nowrap;
margin-bottom: 0px;
margin-top: 0px;
width: 100px;
text-align: right;
}
.therighticons img.rssicon{
border: 0;
width: 22px;
height: 16px;
}
.therighticons img.print{
border: 0;
width: 16px;
height: 19px;
}
.therighticons img.sitemap{
border: 0;
width: 45px;
height: 19px;
}
.therighticons a{
border: 0;
}
/* HEADER Customisations - <NAME>, March 2011 */
div#search form input.headertextinput {
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border-color: #134d4d #50b3b3 #50b3b3 #134d4d;
padding:3px;
}
div#search form input#FormsButton3 {
background: none repeat scroll 0 0 #72B55F;
color: #FFFFFF;
margin:0 10px;
font-size:12px;
padding:2px 4px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #134d4d;
border-color:#0a4f4f #333 #333 #0a4f4f;
text-align:center;
width:auto;
}
div#search form input#FormsButton3:hover { background-color:#54bdbd; }
div#search form span {
margin:0 10px 0 20px;
}
div#search form span a:link,
div#search form span a:visited {
color:#e7e7e7;
text-decoration:none;
}
div#search form span a:hover,
div#search form span a:focus,
div#search form span a:active {
text-decoration: underline;
color:#fff;
}
/* END HEADER */
/* START FOOTER */
.footer{
font-size: 8pt;
font-family: helvetica, "trebuchet MS", arial, sans-serif;
}
.footer a{
color: #404040;
background-color: #dedede;
text-decoration: underline;
}
.footer a:link, .footer a:visited{
text-decoration: underline;
}
.footer a:active, .footer a:hover{
text-decoration: none;
}
.footer_text{
position: relative;
top: 2px;
text-align: center;
width: 500px;
}
.footerdiv img{
border: 0;
width: 11px;
height: 7px;
}
/* END FOOTER */
.headermenurowtable{
position:relative;
border-collapse: collapse;
border: 0;
padding: 0;
margin: 0;
width: 100%;
}
.headermenurowtable td{
border: 0;
padding: 0;
margin: 0;
}
.spacer{
border: 0;
padding: 0;
width: 1px;
height: 5px;
} | examples/working.tmp/MTBLS1_DiagramUseCase/MetaboLights entryProtoc-Dateien/head_data/template.css | body {
width:100%;
padding:0;
margin:0;
overflow: hidden;
}
.footer{
padding-top: 4px;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
margin:0;
position: absolute;
left: 0;
right: 0;
font-size: 8pt;
color: #000000;
text-align: left;
width:99.8%;
background-color: #dedede; /* test */
height: 17px;
white-space: nowrap;
}
/* START HEADER */
.headerlayer{
position:absolute;
left:0px;
top:0px;
padding:0px;
margin:0px;
width:100%;
height:800px;
border: 0;
clear: both;
}
.header{
background: #dedede url(http://www.ebi.ac.uk/inc/images/embl_green.gif) repeat top left;
color: #000000;
position:absolute;
left:0px;
top:0px;
padding:0px;
margin:0px;
width:100%;
border: 0;
clear: both;
height:57px;
}
.headerleft{
position:absolute;
left:0px;
top:0px;
padding:0px;
margin:0px;
width:126px;
height:35px;
float:left;
border:0px;
}
.headerleft img{
border:0px;
width: 120px;
height:32px;
margin: 0;
padding-right: 0; padding-left: 0;
padding-top: 2px;
padding-bottom: 1px;
}
.headerright{
position:absolute;
left:0px;
top:0px;
padding:0px;
margin:0px;
height:35px;
right: 0px;
}
.headerbotrow {
position:absolute;
left:0px;
top: 20px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
margin:0px;
right: 0px;
height: 20px;
padding-top: 0px;
}
.headertoprow{
position: relative;
left: 0px;
top: 0px;
padding:0px;
margin:0px;
width: auto;
right: 0px;
height: 15px;
}
.headermenurow{
width: 100%;
padding:0px;
margin:0px;
left: 0px;
float: left;
position: absolute;
top: 35px;
color: #000000;
background: #404040; /* added bg css warn */
border: 0;
height: 22px;
/*background: #404040 url(http://www.ebi.ac.uk/inc/images/menu1.jpg) repeat-x;*/
white-space: nowrap;
}
.icons{
padding-left:0px;
padding-top:0px;
padding-bottom:0px;
margin:0px;
padding-right: 5px;
float: right;
}
.search{
/*float: left;
float:right;*/
margin-left: 0;
pdding:0;
vertical-align: top;
height: 35px;
margin: 6px 0 0 350px;
width:auto;
/*min-width: 555px;*/
/*min-width: 640px;*/
}
.div_searchtext{
position: relative;
padding:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
height:20px;
width: 50px;
background: url(http://www.ebi.ac.uk/inc/images/header_search_revised.gif) no-repeat top left;
float: left;
margin-top: 2px;
}
.headerform{
border: 0;
margin:0;
padding: 0;
}
.headertextinput {
border: 1px solid #a5acb2;
color: #cccccc;
background-color: #ffffff;
width:235px;
padding: 2px 0 2px 2px;
}
.headertextinput:focus {
color: #404040;
}
.headerselect{
border: 1px solid #a5acb2;
color: #404040;
background-color: #ffffff;
margin:0;
width: 150px;
padding-top: 1px;
padding-bottom: 1px;
}
.div_headertextinput{
position: relative;
/*width: 284px;*/
width: 235px;
float: left;
padding: 0;
margin: 0;
}
.div_headerselect{
position: relative;
width: 150px;
float: left;
padding-right: 2px;
}
.headerbutton, .headerbuttonreset{
border-collapse: collapse;
background: #e33e3e;
border: 0;
margin: 0;
padding-right: 0;
padding-bottom: 0;
padding-top: 0;
padding-left:0;
height: 20px;
color: #ffffff;
vertical-align: text-bottom;
text-align: center;
font-size: 9px;
font-weight: bold;
}
.headerbutton{
width: 20px;
}
.headerbuttonreset{
width: 37px;
}
.div_headerbutton, .div_cancel_button{
position: relative;
border: 0;
float: left;
height: 20px;
margin-top: 0px;
margin-left: 2px;
}
.div_headerbutton{
width: 20px;
}
.div_feedback {
position: relative;
border: 0;
float: left;
height: 24px;
margin-top: 0px;
margin-left: 2px;
width: 152px;
}
.div_cancel_button{
width: 37px;
/* background-color: #00ff00; test */
}
.headerbutton:hover, .headerbuttonreset:hover{
cursor: pointer;
}
/*
.reset_button_image{
width: 37px;
height: 20px;
border: 0;
}*/
.reset_button_image{
width: 152px;
height: 24px;
border: 0;
}
.help_button_image{
width: 20px;
height: 20px;
border: 0;
}
.div_help_button {
position: relative;
border: 0;
float: left;
height: 20px;
width: 20px;
margin-top: 0px;
margin-left: 2px;
/* background-color: #0000ff; test */
}
.odd{
background-color: #e9effd;
color: #000000;
}
.maincat{
color: #000000;
background-color: #dddddd;
font-weight: bold;
}
.headertextinput, .headerselect, .headerbutton, .headerbuttonreset, .maincat, .search, .icons, .menu, .breadcrumbs, #menubar, .therightstuff, .headermenurow, .search, .therighticons{
font-size: 9pt;
font-family: helvetica, "trebuchet MS", arial, sans-serif;
}
.icons img{
border: 0;
width: 18px;
height: 18px;
}
.icons img.rss{
border: 0;
width: 35px;
height: 18px;
}
/*.therightstuff{
position: absolute;
top: -2px;
padding:0px;
margin-left:0px;
margin-right:0px;
float: right;
left: 676px;
display: block;
margin-bottom: -2px;
margin-top: 14px; */
/*width: 11em; */
/*width: 94px;
color: #000000;
background-color: transparent;
overflow: hidden;
height: 15px; */
/* background-color: #ff0000; test */
/*}*/
.therightstuff a{
color: #dedede;
background-color: #207a7a;
text-decoration: underline;
border: 0px;
/*padding-left: 9px;*/
/*background: url(http://www.ebi.ac.uk/inc/images/headerarrow.gif) no-repeat top left;*/
/*font-size: 7pt;*/
font-size:1px;
white-space: nowrap;
}
.therightstuff a img{
border: 0;
padding: 0;
margin: 0;
width: 94px;
height: 13px;
}
/*
.therightstuff a:link, .therightstuff a:visited{
text-decoration: none;
color: #deebeb;
background-color: #207a7a;
}
.therightstuff a:active, .therightstuff a:hover{
text-decoration: underline;
color: #a1c7c7;
background-color: #207a7a;
}
*/
.therighticons{
position: absolute;
top: 35px;
padding:0px;
margin-left:0px;
margin-right:0px;
float: right;
height: 15px;
left: 666px;
white-space: nowrap;
margin-bottom: 0px;
margin-top: 0px;
width: 100px;
text-align: right;
}
.therighticons img.rssicon{
border: 0;
width: 22px;
height: 16px;
}
.therighticons img.print{
border: 0;
width: 16px;
height: 19px;
}
.therighticons img.sitemap{
border: 0;
width: 45px;
height: 19px;
}
.therighticons a{
border: 0;
}
/* HEADER Customisations - <NAME>, March 2011 */
div#search form input.headertextinput {
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border-color: #134d4d #50b3b3 #50b3b3 #134d4d;
padding:3px;
}
div#search form input#FormsButton3 {
background: none repeat scroll 0 0 #72B55F;
color: #FFFFFF;
margin:0 10px;
font-size:12px;
padding:2px 4px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #134d4d;
border-color:#0a4f4f #333 #333 #0a4f4f;
text-align:center;
width:auto;
}
div#search form input#FormsButton3:hover { background-color:#54bdbd; }
div#search form span {
margin:0 10px 0 20px;
}
div#search form span a:link,
div#search form span a:visited {
color:#e7e7e7;
text-decoration:none;
}
div#search form span a:hover,
div#search form span a:focus,
div#search form span a:active {
text-decoration: underline;
color:#fff;
}
/* END HEADER */
/* START FOOTER */
.footer{
font-size: 8pt;
font-family: helvetica, "trebuchet MS", arial, sans-serif;
}
.footer a{
color: #404040;
background-color: #dedede;
text-decoration: underline;
}
.footer a:link, .footer a:visited{
text-decoration: underline;
}
.footer a:active, .footer a:hover{
text-decoration: none;
}
.footer_text{
position: relative;
top: 2px;
text-align: center;
width: 500px;
}
.footerdiv img{
border: 0;
width: 11px;
height: 7px;
}
/* END FOOTER */
.headermenurowtable{
position:relative;
border-collapse: collapse;
border: 0;
padding: 0;
margin: 0;
width: 100%;
}
.headermenurowtable td{
border: 0;
padding: 0;
margin: 0;
}
.spacer{
border: 0;
padding: 0;
width: 1px;
height: 5px;
} | 0.293708 | 0.063077 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1000px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u2 {
position:absolute;
left:0px;
top:36px;
width:1000px;
height:30px;
}
#u2_img {
position:absolute;
left:0px;
top:0px;
width:1000px;
height:30px;
}
#u3 {
position:absolute;
left:2px;
top:7px;
width:996px;
visibility:hidden;
word-wrap:break-word;
}
#u4 {
position:absolute;
left:12px;
top:0px;
width:168px;
height:28px;
}
#u4_img {
position:absolute;
left:0px;
top:0px;
width:168px;
height:28px;
}
#u5 {
position:absolute;
left:0px;
top:0px;
width:168px;
white-space:nowrap;
}
#u6 {
position:absolute;
left:20px;
top:43px;
width:81px;
height:15px;
color:#000000;
}
#u6_img {
position:absolute;
left:0px;
top:0px;
width:81px;
height:15px;
}
#u7 {
position:absolute;
left:0px;
top:0px;
width:81px;
white-space:nowrap;
}
#u8 {
position:absolute;
left:133px;
top:43px;
width:57px;
height:15px;
}
#u8_img {
position:absolute;
left:0px;
top:0px;
width:57px;
height:15px;
}
#u9 {
position:absolute;
left:0px;
top:0px;
width:57px;
white-space:nowrap;
}
#u10 {
position:absolute;
left:220px;
top:43px;
width:85px;
height:15px;
}
#u10_img {
position:absolute;
left:0px;
top:0px;
width:85px;
height:15px;
}
#u11 {
position:absolute;
left:0px;
top:0px;
width:85px;
white-space:nowrap;
}
#u12 {
position:absolute;
left:330px;
top:43px;
width:89px;
height:15px;
}
#u12_img {
position:absolute;
left:0px;
top:0px;
width:89px;
height:15px;
}
#u13 {
position:absolute;
left:0px;
top:0px;
width:89px;
white-space:nowrap;
}
#u14 {
position:absolute;
left:450px;
top:43px;
width:40px;
height:15px;
}
#u14_img {
position:absolute;
left:0px;
top:0px;
width:40px;
height:15px;
}
#u15 {
position:absolute;
left:0px;
top:0px;
width:40px;
white-space:nowrap;
}
#u16 {
position:absolute;
left:524px;
top:43px;
width:46px;
height:15px;
}
#u16_img {
position:absolute;
left:0px;
top:0px;
width:46px;
height:15px;
}
#u17 {
position:absolute;
left:0px;
top:0px;
width:46px;
white-space:nowrap;
}
#u18 {
position:absolute;
left:620px;
top:2px;
width:180px;
height:22px;
}
#u18_input {
position:absolute;
left:0px;
top:0px;
width:180px;
height:22px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
}
#u18_input:disabled {
color:grayText;
}
#u19 {
position:absolute;
left:270px;
top:2px;
width:320px;
height:25px;
}
#u19_input {
position:absolute;
left:0px;
top:0px;
width:320px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
}
#u20 {
position:absolute;
left:900px;
top:43px;
width:84px;
height:15px;
}
#u20_img {
position:absolute;
left:0px;
top:0px;
width:84px;
height:15px;
}
#u21 {
position:absolute;
left:0px;
top:0px;
width:84px;
white-space:nowrap;
}
#u22 {
position:absolute;
left:967px;
top:4px;
width:31px;
height:29px;
}
#u22_img {
position:absolute;
left:0px;
top:0px;
width:31px;
height:29px;
}
#u23 {
position:absolute;
left:2px;
top:6px;
width:27px;
visibility:hidden;
word-wrap:break-word;
}
#u24 {
position:absolute;
left:930px;
top:7px;
width:27px;
height:26px;
}
#u24_img {
position:absolute;
left:0px;
top:0px;
width:27px;
height:26px;
}
#u25 {
position:absolute;
left:2px;
top:5px;
width:23px;
visibility:hidden;
word-wrap:break-word;
}
#u26 {
position:absolute;
left:890px;
top:6px;
width:30px;
height:26px;
}
#u26_img {
position:absolute;
left:0px;
top:0px;
width:30px;
height:26px;
}
#u27 {
position:absolute;
left:2px;
top:5px;
width:26px;
visibility:hidden;
word-wrap:break-word;
}
#u28 {
position:absolute;
left:854px;
top:6px;
width:26px;
height:29px;
}
#u28_img {
position:absolute;
left:0px;
top:0px;
width:26px;
height:29px;
}
#u29 {
position:absolute;
left:2px;
top:6px;
width:22px;
visibility:hidden;
word-wrap:break-word;
}
#u30 {
position:absolute;
left:594px;
top:43px;
width:70px;
height:15px;
}
#u30_img {
position:absolute;
left:0px;
top:0px;
width:70px;
height:15px;
}
#u31 {
position:absolute;
left:0px;
top:0px;
width:70px;
white-space:nowrap;
}
#u32 {
position:absolute;
left:500px;
top:145px;
width:100px;
height:25px;
}
#u32_input {
position:absolute;
left:0px;
top:0px;
width:100px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#FF0000;
text-align:center;
}
#u33 {
position:absolute;
left:250px;
top:145px;
width:100px;
height:25px;
}
#u33_input {
position:absolute;
left:0px;
top:0px;
width:100px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#FF0000;
text-align:center;
} | Juno/files/wireframe/files/reports/styles.css | body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1000px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u2 {
position:absolute;
left:0px;
top:36px;
width:1000px;
height:30px;
}
#u2_img {
position:absolute;
left:0px;
top:0px;
width:1000px;
height:30px;
}
#u3 {
position:absolute;
left:2px;
top:7px;
width:996px;
visibility:hidden;
word-wrap:break-word;
}
#u4 {
position:absolute;
left:12px;
top:0px;
width:168px;
height:28px;
}
#u4_img {
position:absolute;
left:0px;
top:0px;
width:168px;
height:28px;
}
#u5 {
position:absolute;
left:0px;
top:0px;
width:168px;
white-space:nowrap;
}
#u6 {
position:absolute;
left:20px;
top:43px;
width:81px;
height:15px;
color:#000000;
}
#u6_img {
position:absolute;
left:0px;
top:0px;
width:81px;
height:15px;
}
#u7 {
position:absolute;
left:0px;
top:0px;
width:81px;
white-space:nowrap;
}
#u8 {
position:absolute;
left:133px;
top:43px;
width:57px;
height:15px;
}
#u8_img {
position:absolute;
left:0px;
top:0px;
width:57px;
height:15px;
}
#u9 {
position:absolute;
left:0px;
top:0px;
width:57px;
white-space:nowrap;
}
#u10 {
position:absolute;
left:220px;
top:43px;
width:85px;
height:15px;
}
#u10_img {
position:absolute;
left:0px;
top:0px;
width:85px;
height:15px;
}
#u11 {
position:absolute;
left:0px;
top:0px;
width:85px;
white-space:nowrap;
}
#u12 {
position:absolute;
left:330px;
top:43px;
width:89px;
height:15px;
}
#u12_img {
position:absolute;
left:0px;
top:0px;
width:89px;
height:15px;
}
#u13 {
position:absolute;
left:0px;
top:0px;
width:89px;
white-space:nowrap;
}
#u14 {
position:absolute;
left:450px;
top:43px;
width:40px;
height:15px;
}
#u14_img {
position:absolute;
left:0px;
top:0px;
width:40px;
height:15px;
}
#u15 {
position:absolute;
left:0px;
top:0px;
width:40px;
white-space:nowrap;
}
#u16 {
position:absolute;
left:524px;
top:43px;
width:46px;
height:15px;
}
#u16_img {
position:absolute;
left:0px;
top:0px;
width:46px;
height:15px;
}
#u17 {
position:absolute;
left:0px;
top:0px;
width:46px;
white-space:nowrap;
}
#u18 {
position:absolute;
left:620px;
top:2px;
width:180px;
height:22px;
}
#u18_input {
position:absolute;
left:0px;
top:0px;
width:180px;
height:22px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
}
#u18_input:disabled {
color:grayText;
}
#u19 {
position:absolute;
left:270px;
top:2px;
width:320px;
height:25px;
}
#u19_input {
position:absolute;
left:0px;
top:0px;
width:320px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
}
#u20 {
position:absolute;
left:900px;
top:43px;
width:84px;
height:15px;
}
#u20_img {
position:absolute;
left:0px;
top:0px;
width:84px;
height:15px;
}
#u21 {
position:absolute;
left:0px;
top:0px;
width:84px;
white-space:nowrap;
}
#u22 {
position:absolute;
left:967px;
top:4px;
width:31px;
height:29px;
}
#u22_img {
position:absolute;
left:0px;
top:0px;
width:31px;
height:29px;
}
#u23 {
position:absolute;
left:2px;
top:6px;
width:27px;
visibility:hidden;
word-wrap:break-word;
}
#u24 {
position:absolute;
left:930px;
top:7px;
width:27px;
height:26px;
}
#u24_img {
position:absolute;
left:0px;
top:0px;
width:27px;
height:26px;
}
#u25 {
position:absolute;
left:2px;
top:5px;
width:23px;
visibility:hidden;
word-wrap:break-word;
}
#u26 {
position:absolute;
left:890px;
top:6px;
width:30px;
height:26px;
}
#u26_img {
position:absolute;
left:0px;
top:0px;
width:30px;
height:26px;
}
#u27 {
position:absolute;
left:2px;
top:5px;
width:26px;
visibility:hidden;
word-wrap:break-word;
}
#u28 {
position:absolute;
left:854px;
top:6px;
width:26px;
height:29px;
}
#u28_img {
position:absolute;
left:0px;
top:0px;
width:26px;
height:29px;
}
#u29 {
position:absolute;
left:2px;
top:6px;
width:22px;
visibility:hidden;
word-wrap:break-word;
}
#u30 {
position:absolute;
left:594px;
top:43px;
width:70px;
height:15px;
}
#u30_img {
position:absolute;
left:0px;
top:0px;
width:70px;
height:15px;
}
#u31 {
position:absolute;
left:0px;
top:0px;
width:70px;
white-space:nowrap;
}
#u32 {
position:absolute;
left:500px;
top:145px;
width:100px;
height:25px;
}
#u32_input {
position:absolute;
left:0px;
top:0px;
width:100px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#FF0000;
text-align:center;
}
#u33 {
position:absolute;
left:250px;
top:145px;
width:100px;
height:25px;
}
#u33_input {
position:absolute;
left:0px;
top:0px;
width:100px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#FF0000;
text-align:center;
} | 0.398289 | 0.039306 |
padding-left: 250px;
transition: all 0.4s ease 0s;
}
#sidebar-wrapper {
margin-left: -250px;
left: 250px;
width: 250px;
background: #337ab7;
position: fixed;
height: 100%;
overflow-y: auto;
z-index: 1000;
transition: all 0.4s ease 0s;
}
#sidebar-wrapper .user-panel {
height: 90px;
margin: 5px;
}
#sidebar-wrapper img{
width:60px;
height:60px;
border:4px solid #fff;
border-radius: 500px;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
}
#wrapper.active {
padding-left: 0;
}
#wrapper.active #sidebar-wrapper {
left: 0;
}
#page-content-wrapper {
width: 100%;
}
.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
list-style: none;
margin: 0;
padding: 0;
}
.sidebar-nav li {
line-height: 30px;
text-indent: 5px;
}
.sidebar-nav li.divider hr{
margin: 0px 10px 0px 10px;
}
.sidebar-nav li a {
color: #286090;
display: block;
text-decoration: none;
}
.sidebar-nav li a span:before {
text-align: center;
line-height: 30px;
}
.sidebar-nav li a:hover,
.sidebar-nav li.active {
color: #337ab7;
text-decoration: none;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
text-decoration: none;
}
.sidebar-nav li.open a[aria-expanded~=true],
.sidebar-nav li.dropdown a[aria-expanded~=false]{
background: none;
}
.sidebar-nav ul.dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.sidebar-nav ul.dropdown-menu li{
text-indent: 25px;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
line-height: 60px;
font-size: 18px;
}
.sidebar-nav > .sidebar-brand a {
color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
.content-header {
height: 65px;
line-height: 65px;
}
.content-header h1 {
margin: 0;
margin-left: 20px;
line-height: 65px;
display: inline-block;
}
#menu-toggle {
text-decoration: none;
}
.btn-menu {
color: #000;
}
.inset {
padding: 20px;
}
@media (max-width:767px) {
#wrapper {
padding-left: 0;
}
#sidebar-wrapper {
left: 0;
}
#wrapper.active {
position: relative;
left: 250px;
}
#wrapper.active #sidebar-wrapper {
left: 250px;
width: 250px;
transition: all 0.4s ease 0s;
}
#menu-toggle {
display: inline-block;
}
.inset {
padding: 15px;
}
}
.loader {
border: 2px solid #d9d9d9;
border-radius: 50%;
border-top: 2px solid #337ab7;
width: 30px;
height: 30px;
margin: 50px 0 50px 0;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
div#alert-notif{
display: inline-block;
position: absolute;
top: 0;
left: 0;
right: 0;
max-width:500px;
height:auto;
margin: auto;
border-radius:0px 0px 5px 5px;
z-index: 9999;
} | public/css/admin.css | padding-left: 250px;
transition: all 0.4s ease 0s;
}
#sidebar-wrapper {
margin-left: -250px;
left: 250px;
width: 250px;
background: #337ab7;
position: fixed;
height: 100%;
overflow-y: auto;
z-index: 1000;
transition: all 0.4s ease 0s;
}
#sidebar-wrapper .user-panel {
height: 90px;
margin: 5px;
}
#sidebar-wrapper img{
width:60px;
height:60px;
border:4px solid #fff;
border-radius: 500px;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
}
#wrapper.active {
padding-left: 0;
}
#wrapper.active #sidebar-wrapper {
left: 0;
}
#page-content-wrapper {
width: 100%;
}
.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
list-style: none;
margin: 0;
padding: 0;
}
.sidebar-nav li {
line-height: 30px;
text-indent: 5px;
}
.sidebar-nav li.divider hr{
margin: 0px 10px 0px 10px;
}
.sidebar-nav li a {
color: #286090;
display: block;
text-decoration: none;
}
.sidebar-nav li a span:before {
text-align: center;
line-height: 30px;
}
.sidebar-nav li a:hover,
.sidebar-nav li.active {
color: #337ab7;
text-decoration: none;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
text-decoration: none;
}
.sidebar-nav li.open a[aria-expanded~=true],
.sidebar-nav li.dropdown a[aria-expanded~=false]{
background: none;
}
.sidebar-nav ul.dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.sidebar-nav ul.dropdown-menu li{
text-indent: 25px;
}
.sidebar-nav > .sidebar-brand {
height: 65px;
line-height: 60px;
font-size: 18px;
}
.sidebar-nav > .sidebar-brand a {
color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
color: #fff;
background: none;
}
.content-header {
height: 65px;
line-height: 65px;
}
.content-header h1 {
margin: 0;
margin-left: 20px;
line-height: 65px;
display: inline-block;
}
#menu-toggle {
text-decoration: none;
}
.btn-menu {
color: #000;
}
.inset {
padding: 20px;
}
@media (max-width:767px) {
#wrapper {
padding-left: 0;
}
#sidebar-wrapper {
left: 0;
}
#wrapper.active {
position: relative;
left: 250px;
}
#wrapper.active #sidebar-wrapper {
left: 250px;
width: 250px;
transition: all 0.4s ease 0s;
}
#menu-toggle {
display: inline-block;
}
.inset {
padding: 15px;
}
}
.loader {
border: 2px solid #d9d9d9;
border-radius: 50%;
border-top: 2px solid #337ab7;
width: 30px;
height: 30px;
margin: 50px 0 50px 0;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
div#alert-notif{
display: inline-block;
position: absolute;
top: 0;
left: 0;
right: 0;
max-width:500px;
height:auto;
margin: auto;
border-radius:0px 0px 5px 5px;
z-index: 9999;
} | 0.269133 | 0.064477 |
.sendbird-openchannel-settings {
height: 100%;
width: 320px;
display: inline-block;
overflow-y: scroll;
position: relative; }
.sendbird-theme--light .sendbird-openchannel-settings {
background-color: var(--sendbird-light-background-50);
border-left: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-settings {
background-color: var(--sendbird-dark-background-600);
border-left: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-settings .sendbird-participants-accordion__footer {
text-align: left;
padding-top: 16px;
padding-left: 16px; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__accordion-icon,
.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-icon__delete {
position: absolute;
left: 16px; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__participant {
height: 100%; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__participants-list {
padding-top: 64px;
height: calc(100% - 64px);
overflow-y: scroll; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header {
display: block;
width: 100%;
position: absolute;
top: 0;
left: 0; }
.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header {
background-color: var(--sendbird-dark-background-600); }
.sendbird-openchannel-settings .sendbird-participants-accordion,
.sendbird-openchannel-settings .sendbird-openchannel-settings__delete-channel {
text-align: left; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__members .sendbird-badge__text {
margin-top: -2px; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__header {
height: 64px;
min-height: 64px;
position: relative;
padding: 20px 24px;
box-sizing: border-box;
text-align: left; }
.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__header {
border-bottom: solid 1px var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__header {
border-bottom: solid 1px var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon {
cursor: pointer;
position: absolute;
top: 20px;
right: 16px; }
.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-openchannel-settings .sendbird-openchannel-settings__placeholder {
margin-top: 40%; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__url {
padding: 16px;
box-sizing: border-box;
position: relative; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__url:hover .sendbird-openchannel-settings__copy-icon {
display: inline-block; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__copy-icon {
cursor: pointer;
position: absolute;
display: none;
top: 10px;
right: 18px; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value {
margin-top: 8px; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value,
.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-label {
text-align: left;
display: block;
word-wrap: break-word; }
.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__url {
background-color: var(--sendbird-light-background-50);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url {
background-color: var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item {
display: block;
cursor: pointer;
box-sizing: border-box;
position: relative;
padding: 12px 22px 10px 56px; }
.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item {
background-color: var(--sendbird-light-background-50);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item {
background-color: var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item:focus {
outline: none; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item.sendbird-channel-settings__panel-item__disabled {
cursor: not-allowed; }
.sendbird-openchannel-settings .sendbird-participants-accordion__member {
position: relative;
padding: 12px 0px 12px 56px;
height: 40px;
box-sizing: border-box;
text-align: left; }
.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-label {
max-width: 240px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-openchannel-settings .sendbird-participants-accordion__member-avatar {
position: absolute;
left: 16px;
top: 10px;
cursor: pointer; }
.sendbird-openchannel-conversation {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
width: 100%; }
.sendbird-theme--light .sendbird-openchannel-conversation {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-openchannel-conversation {
background-color: var(--sendbird-dark-background-600); }
.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll {
overflow-y: auto;
flex: 1 1 0;
order: 2;
width: 100%; }
.sendbird-openchannel-conversation .sendbird-openchannel-footer {
order: 3;
padding: 12px 24px 24px 24px; }
.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container {
display: flex;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
flex-direction: column; }
.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container .sendbird-openchannel-conversation-scroll-padding {
flex: 1 1 0; }
.sendbird-openchannel-conversation-header {
position: relative;
min-height: 64px;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-openchannel-conversation-header {
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-conversation-header {
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title {
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
max-width: calc(100% - 120px); }
.sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image] {
position: absolute;
left: 20px;
top: 16px; }
.sendbird-openchannel-conversation-header__left__title {
position: absolute;
left: 60px;
top: 12px; }
.sendbird-openchannel-conversation-header__left__sub-title {
position: absolute;
left: 60px;
top: 36px; }
.sendbird-openchannel-conversation-header__right {
position: absolute;
top: 0px;
right: 0px;
width: 64px;
height: 64px; }
.sendbird-openchannel-conversation-header__right__trigger {
position: absolute;
top: 16px;
right: 16px;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-openchannel-conversation-header__left__cover-image--icon {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%; }
.sendbird-theme--light .sendbird-openchannel-conversation-header__left__cover-image--icon {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon {
background-color: var(--sendbird-dark-background-300); }
.sendbird-openchannel-profile {
position: relative;
text-align: center;
padding: 32px 40px 27px 40px; }
.sendbird-theme--light .sendbird-openchannel-profile {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-openchannel-profile {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-openchannel-profile .sendbird-openchannel-profile--inner {
height: 116px; }
.sendbird-openchannel-profile .sendbird-openchannel-profile__avatar {
margin-bottom: 16px;
text-align: center; }
.sendbird-openchannel-profile .sendbird-openchannel-profile__title {
max-width: 240px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
height: 18px; }
.sendbird-openchannel-profile .sendbird-openchannel-profile__edit {
position: absolute;
top: 10px;
right: 16px; }
.sendbird-frozen-channel-notification {
position: relative;
margin-top: 8px;
margin-right: 24px;
margin-left: 24px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px; }
.sendbird-theme--light .sendbird-frozen-channel-notification {
background-color: var(--sendbird-light-information-100); }
.sendbird-theme--dark .sendbird-frozen-channel-notification {
background-color: var(--sendbird-dark-information-100); }
.sendbird-openchannel-conversation-scroll {
position: relative;
width: 100%; }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container {
position: -webkit-sticky;
position: sticky;
width: 100%;
bottom: 0px;
height: 100%; }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__padding {
height: 8px; }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button {
position: -webkit-sticky;
position: sticky;
display: flex;
align-items: center;
justify-content: center;
bottom: 8px;
left: calc(50% - 20px);
width: 40px;
height: 40px;
border-radius: 24px;
z-index: 1; }
.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button {
background-color: var(--sendbird-light-primary-300);
box-shadow: var(--sendbird-light-shadow-05); }
.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button {
background-color: var(--sendbird-dark-primary-200);
box-shadow: var(--sendbird-dark-shadow-05); }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active {
background-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container--no-messages {
width: 100%;
height: calc(100% - 8px); }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container--no-messages .sendbird-openchannel-conversation-scroll__container__place-holder {
width: 100%;
height: 100%; }
.sendbird-openchannel-admin-message {
position: relative;
margin: 16px 24px;
padding: 12px 16px;
border-radius: 4px; }
.sendbird-theme--light .sendbird-openchannel-admin-message {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-admin-message {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-openchannel-admin-message:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-admin-message:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-openchannel-admin-message .sendbird-openchannel-admin-message__text {
word-wrap: break-word; }
.sendbird-openchannel-user-message {
position: relative;
display: flex;
flex-direction: row;
width: 100%; }
.sendbird-theme--light .sendbird-openchannel-user-message:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-user-message:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-openchannel-user-message:hover .sendbird-openchannel-user-message__context-menu {
display: block; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__left {
position: relative;
display: flex;
width: 52px;
min-width: 52px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__left .sendbird-openchannel-user-message__left__avatar {
position: relative;
display: flex;
margin-top: 8px;
margin-left: 24px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
margin: 8px 24px 8px 12px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top {
position: relative;
display: flex;
margin-bottom: 2px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sender-name {
position: relative;
display: flex; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sent-at {
position: relative;
display: flex;
margin-left: 4px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom {
position: relative;
display: flex;
width: 100%; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom .sendbird-openchannel-user-message__right__bottom__message {
position: relative;
word-break: break-all; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__tail {
position: relative;
top: 2px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu {
position: absolute;
right: 16px;
display: none; }
.sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover {
background-color: var(--sendbird-dark-background-700); }
.sendbird-openchannel-og-message {
position: relative;
display: flex;
flex-direction: column;
width: 100%; }
.sendbird-theme--light .sendbird-openchannel-og-message:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-og-message:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-openchannel-og-message:hover .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu {
display: block; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top {
box-sizing: border-box;
position: relative;
display: flex;
flex-direction: row; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left {
position: relative;
display: flex;
width: 52px;
min-width: 52px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left .sendbird-openchannel-og-message__top__left__avatar {
position: absolute;
display: flex;
top: 8px;
left: 24px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right {
position: relative;
display: flex;
box-sizing: border-box;
flex-direction: column;
margin: 8px 24px 8px 12px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title {
position: relative;
display: flex;
margin-bottom: 2px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sender-name {
position: relative;
display: flex; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sent-at {
position: relative;
display: flex;
margin-left: 4px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message {
position: relative;
display: inline;
white-space: pre-wrap;
word-break: break-all; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu {
position: absolute;
right: 16px;
display: none; }
.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover {
background-color: var(--sendbird-dark-background-700); }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom {
position: relative;
display: inline;
margin-bottom: 8px;
width: 100%; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag {
position: relative;
display: inline-block;
box-sizing: border-box;
width: calc(100% - 64px);
max-width: 360px;
left: 64px;
padding: 12px 12px 4px 12px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag {
border: solid 1px var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag {
border: solid 1px var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-500); }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__url {
position: relative;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 8px;
max-width: 336px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title {
position: relative;
display: inline-block;
white-space: pre-wrap;
overflow-wrap: normal;
margin-bottom: 8px;
max-width: 336px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover {
color: var(--sendbird-dark-primary-200); }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__description {
position: relative;
display: block;
white-space: pre-wrap;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
max-height: 32px;
margin-bottom: 8px;
width: 100%;
max-width: 336px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail {
box-sizing: border-box;
position: relative;
display: block;
margin-top: 4px;
margin-bottom: 8px;
width: 100%; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail:hover {
cursor: pointer; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image {
border-radius: 8px;
width: 100%;
min-width: 200px;
max-width: 336px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image--placeholder {
border-radius: 8px;
width: 100%;
min-width: 200px;
max-width: 336px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top__right__tail {
position: relative;
left: 64px;
top: 2px; }
.sendbird-openchannel-og-message--word {
display: inline;
margin: 0px 2px;
word-break: break-all; }
.sendbird-theme--light .sendbird-openchannel-og-message--word--link {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-openchannel-og-message--word--link {
color: var(--sendbird-dark-primary-200); }
.sendbird-openchannel-thumbnail-message {
position: relative;
display: flex;
flex-direction: row; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu {
display: block; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover {
background-color: var(--sendbird-dark-background-700); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left {
position: relative;
display: flex;
width: 52px;
min-width: 52px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left .sendbird-openchannel-thumbnail-message__left__avatar {
position: absolute;
display: inline;
margin-top: 8px;
margin-left: 28px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right {
position: relative;
display: flex;
flex-direction: column;
margin-top: 8px;
margin-bottom: 8px;
margin-left: 12px;
width: calc(100% - 64px); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title {
position: relative;
display: inline;
margin-bottom: 4px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sender-name {
position: relative;
display: inline;
margin-right: 4px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sent-at {
position: relative;
display: inline; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body {
position: relative;
display: flex;
border-radius: 8px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body:hover .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay {
opacity: 1; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap {
position: relative;
box-sizing: content-box; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay {
position: absolute;
opacity: 0;
width: 100%;
height: 100%;
max-width: 360px;
top: 0px;
left: 0px;
border-radius: 8px;
cursor: pointer; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay {
background-color: var(--sendbird-light-overlay-02); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay {
background-color: var(--sendbird-dark-overlay-02); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video {
max-width: 360px;
max-height: 360px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video:hover {
cursor: pointer; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__video {
max-width: 360px;
max-height: 360px;
border-radius: 8px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__icon {
position: absolute;
top: calc(50% - 28px);
left: calc(50% - 28px); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon {
padding: 107px 152px 107px 152px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image {
border-radius: 8px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon {
padding: 107px 152px 107px 152px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown {
padding: 107px 152px 107px 152px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown {
background-color: var(--sendbird-dark-background-500); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__tail {
position: relative;
top: 2px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__context-menu {
position: absolute;
display: none;
top: 8px;
right: 16px; }
.sendbird-openchannel-file-message {
position: relative;
display: flex;
flex-direction: row; }
.sendbird-theme--light .sendbird-openchannel-file-message:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-file-message:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-openchannel-file-message:hover .sendbird-openchannel-file-message__context-menu {
display: block; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__left {
position: relative;
display: flex;
width: 52px;
min-width: 52px; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__left .sendbird-openchannel-file-message__left__avatar {
position: absolute;
display: block;
margin-top: 8px;
margin-left: 24px; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right {
position: relative;
display: flex;
flex-direction: column;
margin-left: 12px;
margin-bottom: 4px; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title {
position: relative;
display: flex;
margin-top: 8px; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sender-name {
position: relative;
display: flex; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sent-at {
position: relative;
display: flex;
margin-left: 4px; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body {
position: relative;
display: flex;
margin-top: 4px;
margin-bottom: 4px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body {
background-color: var(--sendbird-light-background-100);
border: solid 1px var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body {
background-color: var(--sendbird-dark-background-500);
border: solid 1px var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon {
position: relative;
display: inline-block;
margin: 8px;
border-radius: 8.6px; }
.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon {
background-color: var(--sendbird-dark-background-600); }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__file-name {
position: relative;
display: flex;
margin-top: 22px;
margin-right: 16px;
margin-left: 4px;
overflow: hidden;
height: 20px;
max-height: 20px;
text-overflow: ellipsis; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu {
position: absolute;
display: none;
top: 8px;
right: 16px; }
.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover {
background-color: var(--sendbird-dark-background-700); }
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
:root {
--sendbird-light-primary-500: #491389;
--sendbird-light-primary-400: #6211c8;
--sendbird-light-primary-300: #742ddd;
--sendbird-light-primary-200: #c2a9fa;
--sendbird-light-primary-100: #dbd1ff;
--sendbird-light-secondary-500: #066858;
--sendbird-light-secondary-400: #027d69;
--sendbird-light-secondary-300: #259c72;
--sendbird-light-secondary-200: #69c085;
--sendbird-light-secondary-100: #a8e2ab;
--sendbird-light-information-100: #adc9ff;
--sendbird-light-error-500: #9d091e;
--sendbird-light-error-400: #bf0711;
--sendbird-light-error-300: #de360b;
--sendbird-light-error-200: #f66161;
--sendbird-light-error-100: #fdaaaa;
--sendbird-light-background-700: #000000;
--sendbird-light-background-600: #161616;
--sendbird-light-background-500: #2C2C2C;
--sendbird-light-background-400: #393939;
--sendbird-light-background-300: #bdbdbd;
--sendbird-light-background-200: #e0e0e0;
--sendbird-light-background-100: #eeeeee;
--sendbird-light-background-50: #FFFFFF;
--sendbird-light-overlay-01: rgba(0, 0, 0, 0.55);
--sendbird-light-overlay-02: rgba(0, 0, 0, 0.32);
--sendbird-light-onlight-01: rgba(0, 0, 0, 0.88);
--sendbird-light-onlight-02: rgba(0, 0, 0, 0.50);
--sendbird-light-onlight-03: rgba(0, 0, 0, 0.38);
--sendbird-light-onlight-04: rgba(0, 0, 0, 0.12);
--sendbird-light-ondark-01: rgba(255, 255, 255, 0.88);
--sendbird-light-ondark-02: rgba(255, 255, 255, 0.50);
--sendbird-light-ondark-03: rgba(255, 255, 255, 0.38);
--sendbird-light-ondark-04: rgba(255, 255, 255, 0.12);
--sendbird-light-shadow-01: 0 1px 5px 0 rgba(33, 34, 66, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.08), 0 2px 1px 0 rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-02: 0 3px 5px -3px rgba(33, 34, 66, 0.04), 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-03: 0 6px 10px -5px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-04: 0 9px 15px -7px rgba(0, 0, 0, 0.04), 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-05: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-message-input: 0 1px 5px 0 rgba(33, 34, 66, 0.12), 0 0 1px 0 rgba(33, 34, 66, 0.16), 0 2px 1px 0 rgba(33, 34, 66, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
:root {
--sendbird-dark-primary-500: #491389;
--sendbird-dark-primary-400: #6211c8;
--sendbird-dark-primary-300: #742ddd;
--sendbird-dark-primary-200: #c2a9fa;
--sendbird-dark-primary-100: #dbd1ff;
--sendbird-dark-secondary-500: #066858;
--sendbird-dark-secondary-400: #027d69;
--sendbird-dark-secondary-300: #259c72;
--sendbird-dark-secondary-200: #69c085;
--sendbird-dark-secondary-100: #a8e2ab;
--sendbird-dark-information-100: #adc9ff;
--sendbird-dark-error-500: #9d091e;
--sendbird-dark-error-400: #bf0711;
--sendbird-dark-error-300: #de360b;
--sendbird-dark-error-200: #f66161;
--sendbird-dark-error-100: #fdaaaa;
--sendbird-dark-background-700: #000000;
--sendbird-dark-background-600: #161616;
--sendbird-dark-background-500: #2C2C2C;
--sendbird-dark-background-400: #393939;
--sendbird-dark-background-300: #bdbdbd;
--sendbird-dark-background-200: #e0e0e0;
--sendbird-dark-background-100: #eeeeee;
--sendbird-dark-background-50: #FFFFFF;
--sendbird-dark-overlay-01: rgba(0, 0, 0, 0.55);
--sendbird-dark-overlay-02: rgba(0, 0, 0, 0.32);
--sendbird-dark-onlight-01: rgba(0, 0, 0, 0.88);
--sendbird-dark-onlight-02: rgba(0, 0, 0, 0.50);
--sendbird-dark-onlight-03: rgba(0, 0, 0, 0.38);
--sendbird-dark-onlight-04: rgba(0, 0, 0, 0.12);
--sendbird-dark-ondark-01: rgba(255, 255, 255, 0.88);
--sendbird-dark-ondark-02: rgba(255, 255, 255, 0.50);
--sendbird-dark-ondark-03: rgba(255, 255, 255, 0.38);
--sendbird-dark-ondark-04: rgba(255, 255, 255, 0.12);
--sendbird-dark-shadow-01: 0 1px 5px 0 rgba(33, 34, 66, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.08), 0 2px 1px 0 rgba(0, 0, 0, 0.12);
--sendbird-dark-shadow-02: 0 3px 5px -3px rgba(33, 34, 66, 0.04), 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.12);
--sendbird-dark-shadow-03: 0 6px 10px -5px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.12);
--sendbird-dark-shadow-04: 0 9px 15px -7px rgba(0, 0, 0, 0.04), 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-05: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
--sendbird-dark-shadow-message-input: 0 1px 5px 0 rgba(33, 34, 66, 0.12), 0 0 1px 0 rgba(33, 34, 66, 0.16), 0 2px 1px 0 rgba(33, 34, 66, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
:root {
--sendbird-iconbutton-color: #825eeb;
--sendbird-message-input-border-active: #7B53EF;
--sendbird-selected-reaction-button-border-hover: #9E8CF5;
--sendbird-add-reaction-button-border-hover: #9E8CF5;
--sendbird-tooltip-background: #000000;
--sendbird-tooltip-text-color: rgba(255, 255, 255, 0.88);
--sendbird-button-border-focus: #FFFFFF;
--sendbird-file-message-icon-background: #FFFFFF;
--sendbird-font-family-default: 'Roboto', sans-serif;
--sendbird-message-balloon-width: 404px; }
.sendbird__offline .sendbird-channel-preview {
cursor: not-allowed; }
.sendbird-channel-preview {
position: relative;
cursor: pointer;
box-sizing: border-box;
width: 320px;
height: 80px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 12px 16px 12px 16px; }
.sendbird-theme--light .sendbird-channel-preview {
border-bottom: solid 1px var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-channel-preview {
border-bottom: solid 1px var(--sendbird-dark-ondark-04); }
.sendbird-channel-preview:focus {
outline: none; }
.sendbird-channel-preview .sendbird-channel-preview__avatar {
width: 56px;
height: 56px; }
.sendbird-channel-preview .sendbird-channel-preview__content {
width: 100%;
height: 100%;
margin-left: 16px; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper {
display: flex;
justify-content: space-between;
width: 216px;
height: 16px; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header {
display: flex;
justify-content: flex-start;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__broadcast-icon {
padding-right: 4px; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__channel-name {
overflow: hidden;
text-overflow: ellipsis;
max-width: 128px;
word-break: break-all;
white-space: nowrap; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__total-members {
margin-top: 2px;
margin-left: 4px; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__frozen-icon {
padding-left: 4px; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at {
margin-left: 4px;
margin-bottom: 4px;
white-space: nowrap; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower {
margin-top: 8px;
width: 216px;
height: 32px;
display: flex;
justify-content: space-between; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message {
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count {
margin-left: 8px;
margin-bottom: 12px; }
.sendbird-channel-preview .sendbird-channel-preview__action {
position: absolute;
top: 12px;
right: 12px;
display: inline-block; }
.sendbird-channel-preview .sendbird-channel-preview__action .sendbird-iconbutton {
display: none; }
.sendbird-theme--light .sendbird-channel-preview:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-channel-preview:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-channel-preview:hover .sendbird-channel-preview__action .sendbird-iconbutton {
display: inline-block; }
.sendbird-channel-preview:hover .sendbird-channel-preview__content__upper__last-message-at {
display: none; }
.sendbird-channel-preview:hover .sendbird-channel-preview__content__lower__unread-message-count {
display: none; }
.sendbird-channel-preview--active {
padding: 12px 16px 12px 12px; }
.sendbird-theme--light .sendbird-channel-preview--active {
border-left: solid 4px var(--sendbird-light-primary-300);
border-bottom: solid 1px var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-channel-preview--active {
border-left: solid 4px var(--sendbird-dark-primary-200);
border-bottom: solid 1px var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-700); }
.sendbird-theme--light .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name {
color: var(--sendbird-dark-primary-200); }
.sendbird-chat-header--default-avatar {
width: 56px;
height: 56px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%; }
.sendbird-theme--light .sendbird-chat-header--default-avatar {
background-color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-chat-header--default-avatar {
background-color: var(--sendbird-dark-secondary-200); }
.sendbird-image-renderer {
overflow: hidden;
position: relative; }
.sendbird-image-renderer__hidden-image-loader {
display: none; }
.sendbird-icon {
display: inline-block; }
.sendbird-icon:focus {
outline: none; }
.sendbird-theme--light .sendbird-icon-color--primary [class*='fill'] {
fill: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-icon-color--primary [class*='fill'] {
fill: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-icon-color--primary [class*='stroke'] {
stroke: var(--sendbird-light-primary-300);
stroke-width: 2px;
stroke-linejoin: round; }
.sendbird-theme--dark .sendbird-icon-color--primary [class*='stroke'] {
stroke: var(--sendbird-dark-primary-200);
stroke-width: 2px;
stroke-linejoin: round; }
.sendbird-theme--light .sendbird-icon-color--secondary [class*='fill'] {
fill: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-icon-color--secondary [class*='fill'] {
fill: var(--sendbird-dark-secondary-200); }
.sendbird-theme--light .sendbird-icon-color--content [class*='fill'] {
fill: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-icon-color--content [class*='fill'] {
fill: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-icon-color--content-inverse [class*='fill'] {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-icon-color--content-inverse [class*='fill'] {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-icon-color--white [class*='fill'] {
fill: #ffffff; }
.sendbird-icon-color--gray [class*='fill'] {
fill: var(--sendbird-light-onlight-04); }
.sendbird-theme--light .sendbird-icon-color--sent [class*='fill'] {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-icon-color--sent [class*='fill'] {
fill: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-icon-color--read [class*='fill'] {
fill: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-icon-color--read [class*='fill'] {
fill: var(--sendbird-dark-secondary-200); }
.sendbird-theme--light .sendbird-icon-color--on-background-1 [class*='fill'] {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-icon-color--on-background-1 [class*='fill'] {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-icon-color--on-background-2 [class*='fill'] {
fill: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-icon-color--on-background-2 [class*='fill'] {
fill: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-icon-color--on-background-3 [class*='fill'] {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-icon-color--on-background-3 [class*='fill'] {
fill: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-icon-color--background-3 [class*='fill'] {
fill: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-icon-color--background-3 [class*='fill'] {
fill: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-icon-color--error [class*='fill'] {
fill: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-icon-color--error [class*='fill'] {
fill: var(--sendbird-dark-error-200); }
.sendbird-avatar {
display: inline-block;
overflow: hidden;
border-radius: 50%;
position: relative; }
.sendbird-avatar:focus {
outline: none; }
.sendbird-avatar .sendbird-avatar-img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center; }
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img {
background-color: var(--sendbird-dark-background-300); }
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child {
transform: translate(2%, -50%); }
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child {
transform: translate(-102%, -50%); }
.sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child {
transform: translate(-50%, -102%); }
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child {
transform: translate(-77%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child {
transform: translate(-23%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child {
transform: translate(-77%, -77%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2) {
transform: translate(-23%, -77%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3) {
transform: translate(-77%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child {
transform: translate(-23%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar-img--default {
display: flex;
justify-content: center;
align-items: center; }
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default {
background-color: var(--sendbird-dark-background-300); }
.sendbird-badge {
height: 20px;
min-width: 20px;
border-radius: 10px;
display: inline-block; }
.sendbird-theme--light .sendbird-badge {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-badge {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-badge .sendbird-badge__text {
margin: 0px 6px; }
[class*=sendbird-label] {
font-family: var(--sendbird-font-family-default); }
.sendbird-label--h-1 {
font-size: 20px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: -0.2px; }
.sendbird-label--h-2 {
font-size: 18px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.2px; }
.sendbird-label--subtitle-1 {
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.38;
letter-spacing: -0.2px; }
.sendbird-label--subtitle-2 {
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.14;
letter-spacing: -0.2px; }
.sendbird-label--body-1 {
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--body-2 {
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal; }
.sendbird-label--button-1 {
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--button-2 {
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--caption-1 {
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--caption-2 {
font-size: 12px;
font-weight: bold;
font-style: normal;
line-height: 1;
letter-spacing: normal; }
.sendbird-label--caption-3 {
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal; }
.sendbird-theme--light .sendbird-label--color-onbackground-1 {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-label--color-onbackground-1 {
color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-label--color-onbackground-2 {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-label--color-onbackground-2 {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-label--color-onbackground-3 {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-label--color-onbackground-3 {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-label--color-onbackground-4 {
color: var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-label--color-onbackground-4 {
color: var(--sendbird-dark-ondark-04); }
.sendbird-theme--light .sendbird-label--color-oncontent-1 {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-label--color-oncontent-1 {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-label--color-oncontent-2 {
color: var(--sendbird-light-ondark-02); }
.sendbird-theme--dark .sendbird-label--color-oncontent-2 {
color: var(--sendbird-dark-onlight-02); }
.sendbird-theme--light .sendbird-label--color-primary {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-label--color-primary {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-label--color-error {
color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-label--color-error {
color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .sendbird-label--color-secondary-3 {
color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-label--color-secondary-3 {
color: var(--sendbird-dark-secondary-200); }
.sendbird-iconbutton {
color: var(--sendbird-iconbutton-color);
display: inline-flex;
justify-content: center;
align-items: center;
padding: 3px;
background-color: transparent;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 4px;
outline: 0px; }
.sendbird-iconbutton .sendbird-iconbutton__inner {
height: 100%; }
.sendbird-theme--light .sendbird-iconbutton .sendbird-iconbutton__inner svg {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-iconbutton .sendbird-iconbutton__inner svg {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-iconbutton:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-iconbutton:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-iconbutton:active {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-iconbutton:active {
background-color: var(--sendbird-dark-background-400); }
.sendbird-iconbutton:disabled {
cursor: not-allowed !important; }
.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
fill: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
fill: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-iconbutton--pressed {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-iconbutton--pressed {
background-color: var(--sendbird-dark-background-700); }
.sendbird-channel-header {
position: relative;
height: 64px;
min-height: 64px;
width: 320px;
padding: 8px 64px 8px 8px;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-channel-header {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-channel-header {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-channel-header.sendbird-channel-header--allow-edit .sendbird-channel-header__title {
cursor: pointer; }
.sendbird-channel-header .sendbird-channel-header__title {
display: flex;
flex-direction: row;
width: 260px;
height: 48px;
border-radius: 4px; }
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:hover {
background: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:hover {
background: var(--sendbird-dark-background-500); }
.sendbird-channel-header .sendbird-channel-header__title:focus {
outline: none; }
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:focus {
background: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:focus {
background: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:active {
border: solid 2px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:active {
border: solid 2px var(--sendbird-dark-primary-200); }
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__left {
width: 48px;
padding: 8px;
box-sizing: border-box; }
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right {
margin-left: 4px;
padding-top: 8px; }
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__name,
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__user-id {
display: block;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-channel-header .sendbird-channel-header__right-icon {
position: absolute;
right: 16px;
top: 16px; }
.sendbird-edit-user-profile section {
margin-top: 16px; }
.sendbird-edit-user-profile section .sendbird-input-label {
display: block;
margin-bottom: 12px; }
.sendbird-edit-user-profile .sendbird-edit-user-profile__img .sendbird-input-label {
margin-bottom: 12px; }
.sendbird-edit-user-profile__img {
position: relative; }
.sendbird-edit-user-profile__img__avatar-button {
position: absolute;
top: 50px;
left: 96px; }
.sendbird-edit-user-profile__theme__theme-icon .sendbird-icon {
cursor: pointer; }
.sendbird-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-modal__content {
width: 480px;
border-radius: 4px;
z-index: 10001;
padding: 18px 24px 24px 24px;
position: relative;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-modal__content {
background-color: var(--sendbird-light-background-50);
box-shadow: var(--sendbird-light-shadow-04); }
.sendbird-theme--dark .sendbird-modal__content {
background-color: var(--sendbird-dark-background-500);
box-shadow: var(--sendbird-dark-shadow-04); }
.sendbird-modal__content .sendbird-modal__close {
position: absolute;
top: 16px;
right: 16px;
cursor: pointer; }
.sendbird-theme--light .sendbird-modal__content .sendbird-modal__close path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-modal__content .sendbird-modal__close path {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-modal__content .sendbird-modal__header {
margin-bottom: 16px; }
.sendbird-modal__content .sendbird-modal__footer {
margin-top: 32px;
text-align: right; }
.sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child {
margin-left: 8px;
width: 80px;
height: 40px; }
.sendbird-modal__backdrop {
position: fixed;
z-index: 10000;
height: 100%;
width: 100%;
top: 0;
left: 0; }
.sendbird-theme--light .sendbird-modal__backdrop {
background-color: var(--sendbird-light-overlay-02); }
.sendbird-theme--dark .sendbird-modal__backdrop {
background-color: var(--sendbird-dark-overlay-02); }
body.sendbird-modal-pop-up {
overflow: hidden !important; }
.sendbird-button {
display: inline-block;
box-shadow: none;
border-radius: 4px;
padding: 0px;
font-family: var(--sendbird-font-family-default);
cursor: pointer; }
.sendbird-button:hover {
box-shadow: none; }
.sendbird-button:focus {
outline: none; }
.sendbird-button:active {
box-shadow: none; }
.sendbird-button.sendbird-button__disabled {
cursor: not-allowed; }
.sendbird-theme--light .sendbird-button.sendbird-button__disabled {
border: none;
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-button.sendbird-button__disabled {
border: none;
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-button.sendbird-button__disabled:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-button.sendbird-button__disabled:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-button--big {
height: 40px; }
.sendbird-button--big .sendbird-button__text {
margin: 10px 16px; }
.sendbird-button--small {
height: 32px; }
.sendbird-button--small .sendbird-button__text {
margin: 6px 16px; }
.sendbird-theme--light .sendbird-button--primary {
border: 1px solid var(--sendbird-light-primary-300);
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--primary {
border: 1px solid var(--sendbird-dark-primary-200);
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-button--primary .sendbird-button__text {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-button--primary .sendbird-button__text {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-button--primary:hover {
background-color: var(--sendbird-light-primary-400);
border-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-button--primary:hover {
background-color: var(--sendbird-dark-primary-300);
border-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-button--primary:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-300);
border: 1px solid var(--sendbird-button-border-focus); }
.sendbird-theme--dark .sendbird-button--primary:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-200);
border: 1px solid var(--sendbird-button-border-focus); }
.sendbird-theme--light .sendbird-button--primary:active {
background-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .sendbird-button--primary:active {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:hover {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:hover {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:active {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-500); }
.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:active {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-400); }
.sendbird-button--secondary {
background-color: transparent; }
.sendbird-theme--light .sendbird-button--secondary {
border: 1px solid var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-button--secondary {
border: 1px solid var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-button--secondary .sendbird-button__text {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-button--secondary .sendbird-button__text {
color: var(--sendbird-dark-ondark-01); }
.sendbird-button--secondary:hover {
background-color: transparent; }
.sendbird-theme--light .sendbird-button--secondary:hover {
border: 1px solid var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--secondary:hover {
border: 1px solid var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button__text {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button__text {
color: var(--sendbird-dark-primary-200); }
.sendbird-button--secondary.sendbird-button__disabled {
cursor: not-allowed;
border: none; }
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text {
color: var(--sendbird-dark-ondark-02); }
.sendbird-button--secondary.sendbird-button__disabled:hover {
border: none; }
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text {
color: var(--sendbird-dark-primary-200); }
.sendbird-button--secondary:focus {
border: 1px solid transparent;
background-color: transparent; }
.sendbird-theme--light .sendbird-button--secondary:focus {
box-shadow: var(--sendbird-light-primary-300) 0px 0px 0px 2px; }
.sendbird-theme--dark .sendbird-button--secondary:focus {
box-shadow: var(--sendbird-dark-primary-200) 0px 0px 0px 2px; }
.sendbird-theme--light .sendbird-button--secondary:focus .sendbird-button__text {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-button--secondary:focus .sendbird-button__text {
color: var(--sendbird-dark-ondark-01); }
.sendbird-button--secondary:active {
box-shadow: none; }
.sendbird-theme--light .sendbird-button--secondary:active {
border: 1px solid var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--secondary:active {
border: 1px solid var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-button--secondary:active .sendbird-button__text {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--secondary:active .sendbird-button__text {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-button--danger {
border: 1px solid var(--sendbird-light-error-300);
background-color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-button--danger {
border: 1px solid var(--sendbird-dark-error-200);
background-color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .sendbird-button--danger .sendbird-button__text {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-button--danger .sendbird-button__text {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-button--danger:hover {
background-color: var(--sendbird-light-error-400);
border-color: var(--sendbird-light-error-400); }
.sendbird-theme--dark .sendbird-button--danger:hover {
background-color: var(--sendbird-dark-error-400);
border-color: var(--sendbird-dark-error-400); }
.sendbird-theme--light .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-300);
border-color: var(--sendbird-button-border-focus); }
.sendbird-theme--dark .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-300);
border-color: var(--sendbird-button-border-focus); }
.sendbird-button--danger:active {
box-shadow: none; }
.sendbird-theme--light .sendbird-button--danger:active {
background-color: var(--sendbird-light-error-500); }
.sendbird-theme--dark .sendbird-button--danger:active {
background-color: var(--sendbird-dark-error-500); }
.sendbird-theme--light .sendbird-button--danger:hover .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-400); }
.sendbird-theme--dark .sendbird-button--danger:hover .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-400); }
.sendbird-theme--light .sendbird-button--danger:active .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-500); }
.sendbird-theme--dark .sendbird-button--danger:active .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-500); }
.sendbird-button--disabled {
border: 1px solid transparent;
cursor: not-allowed; }
.sendbird-theme--light .sendbird-button--disabled {
background-color: var(--sendbird-light-background-200);
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-button--disabled {
background-color: var(--sendbird-dark-background-400);
color: var(--sendbird-dark-onlight-01); }
.sendbird-input {
display: inline-block;
width: 100%;
height: 40px;
position: relative; }
.sendbird-input .sendbird-input__input {
width: 100%;
height: 100%;
border-radius: 4px;
font-family: var(--sendbird-font-family-default);
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal;
padding: 10px 16px;
box-sizing: border-box;
background-color: inherit; }
.sendbird-theme--light .sendbird-input .sendbird-input__input {
color: var(--sendbird-light-onlight-01);
caret-color: var(--sendbird-light-primary-300);
border: solid 1px var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-input .sendbird-input__input {
color: var(--sendbird-dark-ondark-01);
caret-color: var(--sendbird-dark-primary-200);
border: solid 1px var(--sendbird-dark-ondark-03); }
.sendbird-input .sendbird-input__input:focus {
outline: none; }
.sendbird-theme--light .sendbird-input .sendbird-input__input:focus {
box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
color: var(--sendbird-light-onlight-01);
border: solid 2px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-input .sendbird-input__input:focus {
box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
color: var(--sendbird-dark-ondark-01);
border: solid 2px var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-input .sendbird-input__input:active {
box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
color: var(--sendbird-light-onlight-01);
border: solid 1px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-input .sendbird-input__input:active {
box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
color: var(--sendbird-dark-ondark-01);
border: solid 1px var(--sendbird-dark-primary-200); }
.sendbird-input .sendbird-input__input:disabled {
cursor: not-allowed; }
.sendbird-theme--light .sendbird-input .sendbird-input__input:disabled {
background-color: var(--sendbird-light-background-100);
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-input .sendbird-input__input:disabled {
background-color: var(--sendbird-dark-background-500);
color: var(--sendbird-dark-ondark-03); }
.sendbird-input .sendbird-input__placeholder {
position: absolute;
pointer-events: none;
top: 10px;
left: 16px;
font-family: var(--sendbird-font-family-default);
font-size: 14px;
line-height: 1.43; }
.sendbird-theme--light .sendbird-input .sendbird-input__placeholder {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-input .sendbird-input__placeholder {
color: var(--sendbird-dark-ondark-03); }
.sendbird-input-label {
margin: 4px 0; }
.sendbird-textbutton {
text-decoration: underline;
cursor: pointer;
display: inline-block; }
.sendbird-textbutton--not-underline {
text-decoration: none;
cursor: pointer; }
.sendbird-textbutton--disabled {
cursor: not-allowed; }
.sendbird-theme--light .sendbird-textbutton--disabled {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-textbutton--disabled {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-color--onbackground-1 {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-color--onbackground-1 {
color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-color--onbackground-1--background-color {
background-color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-color--onbackground-1--background-color {
background-color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-color--onbackground-2 {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-color--onbackground-2 {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-color--onbackground-2--background-color {
background-color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-color--onbackground-2--background-color {
background-color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-color--onbackground-3 {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-color--onbackground-3 {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-color--onbackground-3--background-color {
background-color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-color--onbackground-3--background-color {
background-color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-color--onbackground-4 {
color: var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-color--onbackground-4 {
color: var(--sendbird-dark-ondark-04); }
.sendbird-theme--light .sendbird-color--onbackground-4--background-color {
background-color: var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-color--onbackground-4--background-color {
background-color: var(--sendbird-dark-ondark-04); }
.sendbird-theme--light .sendbird-color--oncontent-1 {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-color--oncontent-1 {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-color--oncontent-1--background-color {
background-color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-color--oncontent-1--background-color {
background-color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-color--primary {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-color--primary {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-color--primary--background-color {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-color--primary--background-color {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-color--error {
color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-color--error {
color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .sendbird-color--error--background-color {
background-color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-color--error--background-color {
background-color: var(--sendbird-dark-error-300); }
.sendbird-add-channel__rectangle-wrap {
margin-top: 26px; }
.sendbird-add-channel__rectangle-footer {
text-align: right;
margin-top: 32px; }
.sendbird-add-channel__rectangle {
width: 432px;
height: 72px;
border-radius: 4px;
margin-bottom: 8px;
padding: 25px 72px;
position: relative;
box-sizing: border-box;
cursor: pointer; }
.sendbird-theme--light .sendbird-add-channel__rectangle {
border: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-add-channel__rectangle {
border: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-add-channel__rectangle .sendbird-icon {
position: absolute;
left: 22px;
top: 24px; }
.sendbird-create-channel--content {
width: 480px;
max-height: 552px; }
.sendbird-create-channel--scroll {
height: 360px;
overflow-y: auto; }
.sendbird-muted-avatar {
border-radius: 50%;
display: inline-block; }
.sendbird-muted-avatar .sendbird-muted-avatar__icon {
position: relative; }
.sendbird-muted-avatar .sendbird-muted-avatar__icon .sendbird-icon {
position: absolute;
top: 4px;
left: 4px; }
.sendbird-muted-avatar .sendbird-muted-avatar__bg {
opacity: .5;
position: absolute;
border-radius: 50%;
top: 0;
left: 0; }
.sendbird-theme--light .sendbird-muted-avatar .sendbird-muted-avatar__bg {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-muted-avatar .sendbird-muted-avatar__bg {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-checkbox {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.sendbird-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0; }
.sendbird-checkbox--checkmark {
position: absolute;
top: 0;
left: 0;
height: 18px;
width: 18px;
border-radius: 2px;
background-color: inherit; }
.sendbird-theme--light .sendbird-checkbox--checkmark {
border: 2px solid var(--sendbird-light-background-400); }
.sendbird-theme--dark .sendbird-checkbox--checkmark {
border: 2px solid var(--sendbird-dark-background-300); }
.sendbird-theme--light .sendbird-checkbox input:focus ~ .sendbird-checkbox--checkmark {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-checkbox input:focus ~ .sendbird-checkbox--checkmark {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark {
background-color: var(--sendbird-light-primary-300);
border: 2px solid var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark {
background-color: var(--sendbird-dark-primary-200);
border: 2px solid var(--sendbird-dark-primary-200); }
.sendbird-checkbox--checkmark:after {
content: "";
position: absolute;
display: none; }
.sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark:after {
display: block; }
.sendbird-theme--light .sendbird-checkbox .sendbird-checkbox--checkmark:after {
left: 5px;
top: -0.5px;
width: 7px;
height: 12px;
border: solid var(--sendbird-light-background-50);
border-width: 0 2px 2px 0;
transform: rotate(45deg); }
.sendbird-theme--dark .sendbird-checkbox .sendbird-checkbox--checkmark:after {
left: 5px;
top: -0.5px;
width: 7px;
height: 12px;
border: solid var(--sendbird-dark-background-600);
border-width: 0 2px 2px 0;
transform: rotate(45deg); }
.sendbird__user-profile {
width: 320px;
border-radius: 4px;
padding: 24px;
box-sizing: border-box;
text-align: center; }
.sendbird-theme--light .sendbird__user-profile {
box-shadow: var(--sendbird-light-shadow-02);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird__user-profile {
box-shadow: var(--sendbird-dark-shadow-02);
background-color: var(--sendbird-dark-background-500); }
.sendbird__user-profile .sendbird__user-profile-avatar {
margin: 8px 0px; }
.sendbird__user-profile .sendbird__user-profile-name {
max-width: 270px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis; }
.sendbird__user-profile .sendbird__user-profile-message {
margin-top: 20px; }
.sendbird__user-profile .sendbird__user-profile-message button {
width: 272px; }
.sendbird__user-profile .sendbird__user-profile-separator {
margin: 24px 0px;
height: 1px; }
.sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-separator {
background-color: var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-separator {
background-color: var(--sendbird-dark-ondark-04); }
.sendbird__user-profile .sendbird__user-profile-userId--label,
.sendbird__user-profile .sendbird__user-profile-userId--value {
display: block;
text-align: left; }
.sendbird__user-profile .sendbird__user-profile-userId--label {
margin-bottom: 8px; }
body.sendbird-emoji-list-pop-up,
body.sendbird-menu-items-pop-up {
overflow: hidden !important; }
.sendbird__offline .sendbird-dropdown__menu .sendbird-dropdown__menu-item {
cursor: not-allowed; }
.sendbird-dropdown__menu {
z-index: 99999;
position: absolute;
top: 100%;
left: 0;
min-width: 140px;
margin: 0px;
padding: 8px 0px;
border-radius: 4px;
list-style: none; }
.sendbird-theme--light .sendbird-dropdown__menu {
box-shadow: var(--sendbird-light-shadow-02);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-dropdown__menu {
box-shadow: var(--sendbird-dark-shadow-02);
background-color: var(--sendbird-dark-background-500); }
.sendbird-dropdown__menu .sendbird-dropdown__menu-item {
cursor: pointer;
white-space: nowrap;
padding: 8px 16px; }
.sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable {
cursor: not-allowed; }
.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-dropdown__reaction-bar {
position: absolute;
top: 100%;
left: 0;
min-width: 44px;
max-width: 352px;
max-height: 208px;
overflow-y: scroll;
margin: 0px;
padding: 8px;
border-radius: 8px;
list-style: none; }
.sendbird-theme--light .sendbird-dropdown__reaction-bar {
box-shadow: var(--sendbird-light-shadow-02);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-dropdown__reaction-bar {
box-shadow: var(--sendbird-dark-shadow-02);
background-color: var(--sendbird-dark-background-500); }
.sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button, .sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button--selected {
margin: 4px; }
.sendbird-dropdown__menu-backdrop {
background-color: transparent;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.sendbird-reactions--pressed {
display: block !important; }
.sendbird-icon--pressed {
display: block !important; }
.sendbird-sort-by-row {
display: flex;
justify-content: flex-start;
align-items: center; }
.sendbird-user-list-item {
display: block;
position: relative;
box-sizing: border-box;
width: 432px;
height: 56px; }
.sendbird-theme--light .sendbird-user-list-item {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-user-list-item {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-500); }
.sendbird-user-list-item__avatar {
position: absolute;
top: 8px;
left: 0px;
z-index: 1;
cursor: pointer; }
.sendbird-user-list-item .sendbird-muted-avatar {
position: absolute;
top: 8px;
left: 0px;
z-index: 2;
pointer-events: none; }
.sendbird-user-list-item__title {
position: absolute;
top: 17px;
left: 56px;
max-width: 280px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-user-list-item__subtitle {
position: absolute;
top: 23px;
left: 140px;
max-width: 237px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-user-list-item__checkbox {
position: absolute;
top: 16px;
right: 16px; }
.sendbird-user-list-item__action {
position: absolute;
right: 0;
top: 10px; }
.sendbird-user-list-item__operator {
position: absolute;
right: 40px;
top: 22px; }
.sendbird-place-holder {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%; }
.sendbird-place-holder .sendbird-place-holder__body {
display: flex;
flex-direction: column;
height: 104px;
align-items: center; }
.sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__icon {
margin-bottom: 10px; }
.sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__text {
margin-top: 10px; }
.sendbird-place-holder .sendbird-place-holder__body__reconnect {
margin-top: 18px;
display: flex;
flex-direction: row;
cursor: pointer; }
.sendbird-place-holder .sendbird-place-holder__body__reconnect .sendbird-place-holder__body__reconnect__icon {
margin-right: 4px; }
.sendbird-place-holder .sendbird-place-holder__body--align-top {
position: absolute;
top: 24px;
display: flex;
width: 100%;
flex-direction: column;
justify-content: center; }
.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text {
display: flex;
flex-direction: row;
justify-content: center;
padding-left: 16px;
padding-right: 16px; }
.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__search-in {
display: flex;
min-width: 60px;
margin-right: 2px; }
.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__channel-name {
display: block;
max-width: calc(100% - 62px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__searching,
.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__no-result {
display: flex;
justify-content: center; }
.sendbird-loader {
display: inline-block;
-webkit-animation: 1s infinite linear;
animation: 1s infinite linear;
-webkit-animation-name: rotate;
animation-name: rotate; }
@-webkit-keyframes rotate {
from {
transform: rotate(0); }
to {
transform: rotate(360deg); } }
@keyframes rotate {
from {
transform: rotate(0); }
to {
transform: rotate(360deg); } }
.sendbird-channel-list {
width: 320px;
height: 100%;
display: flex;
flex-direction: column;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-channel-list {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-channel-list {
background-color: var(--sendbird-dark-background-600); }
.sendbird-channel-list__header {
height: 64px;
min-height: 64px; }
.sendbird-channel-list__body {
flex: 1 1 0;
-ms-flex: 1;
overflow-y: auto;
overflow-x: hidden; }
.sendbird-conversation {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-conversation {
background-color: var(--sendbird-light-background-50);
border: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-conversation {
background-color: var(--sendbird-dark-background-600);
border: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-conversation__messages {
overflow-y: auto;
flex: 1 1 0;
order: 2; }
.sendbird-conversation__messages-list {
display: flex;
flex-direction: column;
height: 100%;
justify-content: flex-end; }
.sendbird-conversation__footer {
width: 100%;
order: 3;
padding: 0px 0px 24px 0px; }
@-webkit-keyframes sbHighlight {
0% {
background-color: #FFF2B6; }
99% {
background-color: #FFF2B6; } }
@keyframes sbHighlight {
0% {
background-color: #FFF2B6; }
99% {
background-color: #FFF2B6; } }
@-webkit-keyframes sbTextHighlight {
0% {
color: var(--sendbird-dark-onlight-01); }
99% {
color: var(--sendbird-dark-onlight-01); } }
@keyframes sbTextHighlight {
0% {
color: var(--sendbird-dark-onlight-01); }
99% {
color: var(--sendbird-dark-onlight-01); } }
@-webkit-keyframes sbHighlightBlock {
0% {
opacity: 0.5;
background-color: #FFF2B6; }
99% {
opacity: 0.5;
background-color: #FFF2B6; } }
@keyframes sbHighlightBlock {
0% {
opacity: 0.5;
background-color: #FFF2B6; }
99% {
opacity: 0.5;
background-color: #FFF2B6; } }
.sendbird-msg-hoc__animated .sendbird-message-content {
-webkit-animation: bounce 1s ease;
animation: bounce 1s ease; }
@-webkit-keyframes bounce {
50% {
transform: translateY(-10px); }
60% {
transform: translateY(0); }
90% {
transform: translateY(-10px); }
100% {
transform: translateY(0); } }
@keyframes bounce {
50% {
transform: translateY(-10px); }
60% {
transform: translateY(0); }
90% {
transform: translateY(-10px); }
100% {
transform: translateY(0); } }
.sendbird-msg-hoc__highlighted .sendbird-text-message-item-body,
.sendbird-msg-hoc__highlighted .sendbird-file-message-item-body {
-webkit-animation-name: sbHighlight;
animation-name: sbHighlight;
-webkit-animation-duration: 1.6s;
animation-duration: 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.sendbird-msg-hoc__highlighted .sendbird-text-message-item-body__message,
.sendbird-msg-hoc__highlighted .sendbird-file-message-item-body__file-name__text {
-webkit-animation-name: sbTextHighlight;
animation-name: sbTextHighlight;
-webkit-animation-duration: 1.6s;
animation-duration: 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.sendbird-msg-hoc__highlighted .sendbird-thumbnail-message-item-body
.sendbird-thumbnail-message-item-body__image-cover {
display: block;
-webkit-animation-name: sbHighlightBlock;
animation-name: sbHighlightBlock;
-webkit-animation-duration: 1.6s;
animation-duration: 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.sendbird-msg-hoc__highlighted .sendbird-og-message-item-body
.sendbird-og-message-item-body__cover {
display: block;
-webkit-animation-name: sbHighlightBlock;
animation-name: sbHighlightBlock;
-webkit-animation-duration: 1.6s;
animation-duration: 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.sendbird-msg-hoc__highlighted .sendbird-message-content-reactions {
-webkit-animation-name: sbHighlight;
animation-name: sbHighlight;
-webkit-animation-duration: 1.6s;
animation-duration: 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.sendbird-conversation__scroll-container {
display: flex;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
flex-direction: column; }
.sendbird-conversation__scroll-container .sendbird-conversation__padding {
flex: 1 1 0; }
.sendbird-conversation__footer {
position: relative;
box-sizing: border-box;
margin-top: 6px; }
.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator {
position: absolute;
display: inline-flex;
bottom: 8px; }
.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator .sendbird-conversation__footer__typing-indicator__text {
margin-left: 24px;
margin-right: 10px; }
.sendbird-reaction-button {
border-radius: 8px;
display: inline-block;
border: solid 1px transparent;
cursor: pointer; }
.sendbird-theme--light .sendbird-reaction-button:hover {
border: solid 1px var(--sendbird-light-background-100);
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-reaction-button:hover {
border: solid 1px var(--sendbird-dark-background-400);
background-color: var(--sendbird-dark-background-400); }
.sendbird-reaction-button__inner {
margin: 3px; }
.sendbird-reaction-button--selected {
cursor: pointer;
border-radius: 8px;
display: inline-block; }
.sendbird-theme--light .sendbird-reaction-button--selected {
border: solid 1px var(--sendbird-light-primary-100);
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-reaction-button--selected {
border: solid 1px var(--sendbird-dark-primary-400);
background-color: var(--sendbird-dark-primary-400); }
.sendbird-reaction-button--selected:hover {
border: solid 1px var(--sendbird-selected-reaction-button-border-hover); }
.sendbird-reaction-button--selected__inner {
margin: 3px; }
.sendbird-reaction-button--selected.sendbird-reactions--pressed {
display: block !important; }
.sendbird-conversation__messages .sendbird-conversation__messages-padding {
padding-left: 24px;
padding-right: 24px;
height: 100%;
overflow: scroll; }
.sendbird-conversation__messages .sendbird-separator,
.sendbird-conversation__messages .sendbird-admin-message {
padding-top: 8px;
padding-bottom: 8px; }
.sendbird-conversation__scroll-bottom-button {
position: -webkit-sticky;
position: sticky;
display: flex;
align-items: center;
justify-content: center;
bottom: 30px;
left: calc(100% - 65px);
width: 40px;
height: 40px;
border-radius: 24px;
z-index: 1; }
.sendbird-theme--light .sendbird-conversation__scroll-bottom-button {
background-color: var(--sendbird-light-background-50);
box-shadow: var(--sendbird-light-shadow-05); }
.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button {
background-color: var(--sendbird-dark-background-400);
box-shadow: var(--sendbird-dark-shadow-05); }
.sendbird-conversation__scroll-bottom-button:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-conversation__scroll-bottom-button:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-conversation__scroll-bottom-button:active {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:active {
background-color: var(--sendbird-dark-background-700); }
.sendbird-conversation__scroll-bottom-button:focus {
outline: none; }
.sendbird-message-content {
position: relative;
display: inline-flex;
flex-direction: row;
width: 100%;
height: 100%; }
.sendbird-message-content.incoming {
justify-content: flex-start; }
.sendbird-message-content.outgoing {
justify-content: flex-end; }
.sendbird-message-content .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.use-quote {
margin-top: -8px;
bottom: -8px; }
.sendbird-message-content.incoming .sendbird-message-content__left {
position: relative;
display: inline-flex;
min-width: 40px; }
.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar {
position: absolute;
left: 0px;
bottom: 2px; }
.sendbird-message-content.incoming .sendbird-message-content__middle {
position: relative;
display: inline-flex;
flex-direction: column;
max-width: 400px;
align-items: flex-start; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
position: absolute;
bottom: 6px;
right: -84px;
white-space: nowrap;
display: flex;
flex-direction: row;
min-width: 80px; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.supposed-hover {
display: none; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name {
position: relative;
margin-left: 12px;
margin-bottom: 4px; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message {
position: relative;
width: 100%;
display: inline-flex; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing {
justify-content: flex-end; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming {
justify-content: flex-start; }
.sendbird-message-content.incoming .sendbird-message-content__right {
position: relative;
display: inline-flex;
width: 50px;
margin-left: 4px;
padding-top: 18px; }
.sendbird-message-content.incoming .sendbird-message-content__right.use-reactions {
width: 70px; }
.sendbird-message-content.incoming .sendbird-message-content__right.chain-top {
padding-top: 2px; }
.sendbird-message-content.incoming .sendbird-message-content__right.chain-top.use-quote {
padding-top: 18px; }
.sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu {
position: relative;
flex-direction: row;
height: 32px;
display: none; }
.sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu.supposed-hover {
display: inline-flex; }
.sendbird-message-content.incoming:hover .sendbird-message-content__right .sendbird-message-content-menu {
display: inline-flex; }
.sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
display: none; }
.sendbird-message-content.outgoing .sendbird-message-content__left {
position: relative;
box-sizing: border-box;
display: inline-flex;
justify-content: flex-end;
width: 50px; }
.sendbird-message-content.outgoing .sendbird-message-content__left.use-reactions {
width: 70px; }
.sendbird-message-content.outgoing .sendbird-message-content__left.use-quote .sendbird-message-content-menu {
top: 18px; }
.sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu {
position: absolute;
top: 2px;
right: 4px;
flex-direction: row;
display: none; }
.sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu.supposed-hover {
display: inline-flex; }
.sendbird-message-content.outgoing .sendbird-message-content__middle {
position: relative;
display: inline-flex;
flex-direction: column;
max-width: 400px;
align-items: flex-end; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message {
position: relative;
width: 100%;
display: inline-flex; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing {
justify-content: flex-end; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming {
justify-content: flex-start; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container {
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
position: absolute;
bottom: 2px;
left: -84px;
white-space: nowrap;
display: flex;
justify-content: flex-end;
box-sizing: content-box;
min-width: 80px;
min-height: 16px; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.supposed-hover {
display: none; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at .sendbird-message-content__middle__body-container__created-at__component-container {
position: relative;
display: inline-flex; }
.sendbird-message-content.outgoing .sendbird-message-content__right {
display: none; }
.sendbird-message-content.outgoing:hover .sendbird-message-content__left .sendbird-message-content-menu {
display: inline-flex; }
.sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
display: none; }
.sendbird-message-content__middle__body-container {
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
display: flex;
flex-direction: column; }
.sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body {
width: 100%;
box-sizing: border-box; }
.sendbird-message-content__middle__body-container .sendbird-message-content-reactions {
width: 100%; }
.sendbird-message-content-reactions {
position: relative;
width: 100%;
border-radius: 0px 0px 16px 16px; }
.sendbird-theme--light .sendbird-message-content-reactions {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-message-content-reactions {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-message-content-reactions.primary {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-message-content-reactions.primary {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-message-content-reactions.mouse-hover, .sendbird-theme--light .sendbird-message-content-reactions:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover, .sendbird-theme--dark .sendbird-message-content-reactions:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-message-content-reactions.mouse-hover.primary, .sendbird-theme--light .sendbird-message-content-reactions:hover.primary {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover.primary, .sendbird-theme--dark .sendbird-message-content-reactions:hover.primary {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-message-status {
position: relative;
display: inline-block;
width: 100%;
height: 100%; }
.sendbird-message-status .sendbird-message-status__icon {
position: relative;
display: inline-block;
top: 4px; }
.sendbird-message-status .sendbird-message-status__text {
position: relative;
display: inline-block;
margin-left: 4px; }
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again {
text-decoration: underline; }
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again:hover {
cursor: pointer; }
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete {
text-decoration: underline; }
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete:hover {
cursor: pointer; }
.sendbird-message-item-menu__list__menu-item:focus-visible {
outline: none; }
.sendbird-text {
color: var(--primary-1); }
.sendbird-emoji-reactions {
display: inline-flex;
flex-direction: row;
justify-content: flex-start;
border-radius: 16px;
box-sizing: border-box;
width: 100%;
max-width: var(--sendbird-message-balloon-width);
min-height: 24px;
padding: 7px 5px 3px 5px; }
.sendbird-theme--light .sendbird-emoji-reactions {
background-color: var(--sendbird-light-background-50);
border: 1px solid var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-emoji-reactions {
background-color: var(--sendbird-dark-background-600);
border: 1px solid var(--sendbird-dark-background-500); }
.sendbird-emoji-reactions .sendbird-emoji-reactions__reaction-badge {
display: inline-flex;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 4px; }
.sendbird-emoji-reactions:focus {
outline: none; }
.sendbird-emoji-reactions__add-reaction-badge {
display: inline-flex;
width: 36px;
height: 24px; }
.sendbird-tooltip {
position: relative;
display: inline-flex;
justify-content: center;
max-width: 200px;
border-radius: 8px;
padding: 8px 16px; }
.sendbird-theme--light .sendbird-tooltip {
background-color: var(--sendbird-light-background-700); }
.sendbird-theme--dark .sendbird-tooltip {
background-color: var(--sendbird-dark-background-300); }
.sendbird-tooltip::after {
content: '';
position: absolute;
bottom: -4px;
width: 8px;
height: 8px;
transform: rotate(45deg); }
.sendbird-theme--light .sendbird-tooltip::after {
background-color: var(--sendbird-light-background-700); }
.sendbird-theme--dark .sendbird-tooltip::after {
background-color: var(--sendbird-dark-background-300); }
.sendbird-tooltip__text {
font-family: var(--sendbird-font-family-default);
font-size: 12px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal; }
.sendbird-tooltip-wrapper {
position: relative;
display: inline-flex; }
.sendbird-tooltip-wrapper__hover-tooltip {
position: absolute;
display: inline-flex;
width: 200px; }
.sendbird-tooltip-wrapper__hover-tooltip__inner__tooltip-container {
position: relative;
display: inline-flex; }
.sendbird-reaction-badge {
display: inline-block;
border-radius: 15px;
width: 50px;
height: 24px; }
.sendbird-theme--light .sendbird-reaction-badge {
background-color: var(--sendbird-light-background-100);
border: solid 1px var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-reaction-badge {
background-color: var(--sendbird-dark-background-500);
border: solid 1px var(--sendbird-dark-background-500); }
.sendbird-reaction-badge:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-reaction-badge:hover {
border: solid 1px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-reaction-badge:hover {
border: solid 1px var(--sendbird-dark-primary-200); }
.sendbird-reaction-badge--is-add {
display: inline-block;
border-radius: 15px;
width: 36px;
height: 24px; }
.sendbird-theme--light .sendbird-reaction-badge--is-add {
background-color: var(--sendbird-light-background-100);
border: solid 1px var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-reaction-badge--is-add {
background-color: var(--sendbird-dark-background-500);
border: solid 1px var(--sendbird-dark-background-500); }
.sendbird-reaction-badge--is-add:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-reaction-badge--is-add:hover {
border: solid 1px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-reaction-badge--is-add:hover {
border: solid 1px var(--sendbird-dark-primary-200); }
.sendbird-reaction-badge--is-add .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon {
left: 8px; }
.sendbird-reaction-badge--selected {
display: inline-block;
border-radius: 15px;
width: 50px;
height: 24px; }
.sendbird-theme--light .sendbird-reaction-badge--selected {
background-color: var(--sendbird-light-primary-100);
border: solid 1px var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-reaction-badge--selected {
background-color: var(--sendbird-dark-primary-400);
border: solid 1px var(--sendbird-dark-primary-400); }
.sendbird-reaction-badge--selected:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-reaction-badge--selected:hover {
border: solid 1px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-reaction-badge--selected:hover {
border: solid 1px var(--sendbird-dark-primary-200); }
.sendbird-reaction-badge__inner {
position: relative;
display: flex;
height: 24px;
flex-direction: row;
align-items: center;
justify-content: center;
padding-left: 20px;
padding-right: 4px; }
.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon {
position: absolute;
top: 2px;
left: 4px; }
.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__count {
margin-left: 4px; }
.sendbird-admin-message {
display: flex;
justify-content: center;
align-items: center; }
.sendbird-admin-message .sendbird-admin-message__text {
display: flex; }
.sendbird-text-message-item-body {
position: relative;
display: inline-block;
box-sizing: content-box;
padding: 8px 12px;
border-radius: 16px;
white-space: pre-line;
word-break: break-word; }
.sendbird-text-message-item-body.reactions {
border-radius: 16px 16px 0px 0px; }
.sendbird-theme--light .sendbird-text-message-item-body.incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-text-message-item-body.incoming {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-text-message-item-body.outgoing {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-text-message-item-body.outgoing {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-text-message-item-body:hover.incoming {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-text-message-item-body:hover.incoming {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-text-message-item-body:hover.outgoing {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-text-message-item-body:hover.outgoing {
background-color: var(--sendbird-dark-primary-300); }
p.sendbird-text-message-item-body {
margin: 0px; }
.sendbird-file-message-item-body {
position: relative;
display: inline-block;
box-sizing: border-box;
padding: 8px 12px;
align-items: center;
border-radius: 16px; }
.sendbird-file-message-item-body.reactions {
border-radius: 16px 16px 0px 0px; }
.sendbird-theme--light .sendbird-file-message-item-body.outgoing {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-file-message-item-body.outgoing {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-file-message-item-body.incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-file-message-item-body.incoming {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-file-message-item-body:hover.outgoing {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-file-message-item-body:hover.outgoing {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-file-message-item-body:hover.incoming {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-file-message-item-body:hover.incoming {
background-color: var(--sendbird-dark-background-400); }
.sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon {
width: 28px;
height: 28px;
min-width: 28px;
min-height: 28px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
margin-right: 8px; }
.sendbird-theme--light .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon {
background-color: var(--sendbird-dark-background-600); }
.sendbird-file-message-item-body .sendbird-file-message-item-body__file-name {
position: relative;
top: -6px; }
.sendbird-thumbnail-message-item-body {
position: relative;
display: block;
box-sizing: border-box;
overflow: hidden;
width: 100%;
min-width: 360px;
max-width: 400px;
height: 270px;
border-radius: 16px; }
.sendbird-thumbnail-message-item-body.reactions {
border-radius: 16px 16px 0px 0px; }
.sendbird-theme--light .sendbird-thumbnail-message-item-body {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-thumbnail-message-item-body {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-thumbnail-message-item-body.mouse-hover, .sendbird-theme--light .sendbird-thumbnail-message-item-body:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-thumbnail-message-item-body.mouse-hover, .sendbird-theme--dark .sendbird-thumbnail-message-item-body:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__thumbnail {
position: absolute;
border-radius: 16px; }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder {
position: absolute;
width: 100%;
height: 270px;
display: flex;
justify-content: center;
align-items: center; }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder .sendbird-thumbnail-message-item-body__placeholder__icon {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 50%;
background-color: var(--sendbird-light-background-50); }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__image-cover {
position: absolute;
top: 0px;
display: none;
width: 100%;
height: 270px;
border-radius: 16px;
background-color: var(--sendbird-light-overlay-01); }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__video {
position: absolute;
width: 100%;
height: 270px;
border-radius: 16px; }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper {
position: absolute;
width: 100%;
height: 270px;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper .sendbird-thumbnail-message-item-body__icon-wrapper__icon {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 50%;
background-color: var(--sendbird-light-background-50); }
.sendbird-thumbnail-message-item-body:hover {
cursor: pointer; }
.sendbird-thumbnail-message-item-body:hover .sendbird-thumbnail-message-item-body__image-cover {
display: inline-flex; }
.sendbird-og-message-item-body {
position: relative;
display: inline-block;
width: 100%;
min-width: 320px;
max-width: 400px; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble {
position: relative;
padding: 8px 12px;
box-sizing: border-box;
border-radius: 16px 16px 0px 0px;
word-break: break-word; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble .sendbird-og-message-item-body__text-bubble__message {
display: inline;
margin: 0px 2px; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail {
position: relative;
overflow: hidden; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail .sendbird-og-message-item-body__og-thumbnail__image {
width: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center; }
.sendbird-og-message-item-body.reactions .sendbird-og-message-item-body__description {
border-radius: 0px; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__description {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding: 8px 12px;
display: flex;
flex-direction: column;
border-radius: 0px 0px 16px 16px; }
.sendbird-theme--light .sendbird-og-message-item-body .sendbird-og-message-item-body__description {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-og-message-item-body .sendbird-og-message-item-body__description {
background-color: var(--sendbird-dark-background-500); }
.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__title,
.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__description {
margin-bottom: 4px;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__url {
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
margin: 4px 0px; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail:hover,
.sendbird-og-message-item-body .sendbird-og-message-item-body__description:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description, .sendbird-theme--light .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description, .sendbird-theme--dark .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble, .sendbird-theme--light .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble, .sendbird-theme--dark .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble, .sendbird-theme--light .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble, .sendbird-theme--dark .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-dark-background-400); }
.sendbird-og-message-item-body .sendbird-og-message-item-body__cover {
display: none;
position: absolute;
top: 0%;
left: 0;
width: 100%;
height: 100%;
border-radius: 16px 16px 0px 0px; }
p.sendbird-og-message-item-body__text-bubble {
margin: 0px; }
.sendbird-link-label {
text-decoration: unset; }
.sendbird-link-label:hover {
cursor: pointer;
text-decoration: underline; }
.sendbird-link-label:focus {
outline: none; }
.sendbird-link-label__label {
display: inline; }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-1 {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-1 {
color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-2 {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-2 {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-3 {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-3 {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-1 {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-1 {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-2 {
color: var(--sendbird-light-ondark-02); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-2 {
color: var(--sendbird-dark-onlight-02); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-primary {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-primary {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-error {
color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-error {
color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-secondary-3 {
color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-secondary-3 {
color: var(--sendbird-dark-secondary-200); }
.sendbird-unknown-message-item-body {
position: relative;
display: inline-block;
box-sizing: border-box;
padding: 8px 12px;
border-radius: 16px; }
.sendbird-unknown-message-item-body.reactions {
border-radius: 16px 16px 0px 0px; }
.sendbird-theme--light .sendbird-unknown-message-item-body.outgoing {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-unknown-message-item-body.outgoing {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-unknown-message-item-body.incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-unknown-message-item-body.incoming {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-unknown-message-item-body:hover.outgoing {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-unknown-message-item-body:hover.outgoing {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-unknown-message-item-body:hover.incoming {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-unknown-message-item-body:hover.incoming {
background-color: var(--sendbird-dark-background-400); }
.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__header {
display: block; }
.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__description {
display: block; }
.sendbird-quote-message {
position: relative;
display: inline-flex;
box-sizing: border-box;
flex-direction: column;
max-width: 400px; }
.sendbird-quote-message.incoming {
align-items: flex-start; }
.sendbird-quote-message.outgoing {
align-items: flex-end; }
.sendbird-quote-message .sendbird-quote-message__replied-to {
position: relative;
display: inline-flex;
flex-direction: row;
align-items: center;
height: 16px;
padding: 0px 12px; }
.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon {
position: relative;
margin-bottom: 4px;
margin-right: 4px; }
.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text {
position: relative;
max-width: 360px;
overflow: hidden;
overflow-x: hidden;
white-space: nowrap;
word-break: keep-all;
text-overflow: ellipsis;
font-size: 12px; }
.sendbird-quote-message .sendbird-quote-message__replied-message {
position: relative;
display: inline-flex; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message {
position: relative;
white-space: pre-wrap;
word-break: break-all;
font-size: 12px;
padding: 8px 12px 16px 12px;
border-radius: 16px;
opacity: 0.5; }
.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message {
background-color: var(--sendbird-dark-background-500); }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message .sendbird-quote-message__replied-message__text-message__word {
position: relative;
display: inline-flex;
max-height: 30px;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message {
position: relative;
width: 144px;
height: 108px;
border-radius: 6.4px;
overflow: hidden; }
.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message {
background-color: var(--sendbird-dark-background-500); }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__video,
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__image {
position: absolute;
top: 0px;
display: inline-flex;
width: 100%;
height: 100%;
opacity: 0.5; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder {
position: absolute;
display: inline-flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder .sendbird-quote-message__replied-message__thumbnail-message__placeholder__icon {
display: inline-flex;
justify-content: center;
align-items: center;
width: 22px;
height: 22px;
border-radius: 50%; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover {
position: absolute;
display: inline-flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
top: 0px; }
.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover {
background-color: rgba(255, 255, 255, 0.4); }
.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover {
background-color: rgba(255, 255, 255, 0.4); }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon {
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
width: 22px;
height: 22px;
border-radius: 50%; }
.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon {
background-color: white; }
.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon {
background-color: white; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message {
position: relative;
display: inline-flex;
flex-direction: row;
font-size: 12px;
padding: 8px 12px 16px 12px;
border-radius: 16px;
opacity: 0.5; }
.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message {
background-color: var(--sendbird-dark-background-500); }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message .sendbird-quote-message__replied-message__file-message__type-icon {
margin-right: 2px; }
.sendbird-separator {
width: 100%;
display: flex;
align-items: center; }
.sendbird-separator .sendbird-separator__left {
border: none;
height: 1px;
display: inline-block;
width: 100%; }
.sendbird-separator .sendbird-separator__right {
border: none;
height: 1px;
display: inline-block;
width: 100%; }
.sendbird-separator .sendbird-separator__text {
margin: 0px 16px;
display: flex;
white-space: nowrap; }
.sendbird-message-input {
display: inline-block;
width: 100%;
position: relative; }
.sendbird-message-input .sendbird-message-input--textarea {
width: 100%;
border-radius: 4px;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
height: 56px;
overflow-y: hidden;
letter-spacing: normal;
padding: 18px 64px 18px 16px;
box-sizing: border-box;
resize: none;
font-family: var(--sendbird-font-family-default);
background-color: inherit; }
.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea {
color: var(--sendbird-light-onlight-01);
caret-color: var(--sendbird-light-primary-300);
border: solid 1px var(--sendbird-light-onlight-03);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea {
color: var(--sendbird-dark-ondark-01);
caret-color: var(--sendbird-dark-primary-200);
border: solid 1px var(--sendbird-dark-ondark-03);
background-color: var(--sendbird-dark-background-500); }
.sendbird-message-input .sendbird-message-input--textarea:focus {
outline: none; }
.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:focus {
color: var(--sendbird-light-onlight-01);
border: solid 1px var(--sendbird-light-primary-300);
box-shadow: var(--sendbird-light-shadow-message-input); }
.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:focus {
color: var(--sendbird-dark-ondark-01);
border: solid 1px var(--sendbird-dark-primary-200);
box-shadow: var(--sendbird-dark-shadow-message-input); }
.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:active {
border: solid 1px var(--sendbird-message-input-border-active);
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:active {
border: solid 1px var(--sendbird-message-input-border-active);
color: var(--sendbird-dark-ondark-01); }
.sendbird-message-input .sendbird-message-input--placeholder {
position: absolute;
pointer-events: none;
top: 18px;
left: 16px;
font-family: var(--sendbird-font-family-default);
font-size: 14px;
line-height: 1.43; }
.sendbird-theme--light .sendbird-message-input .sendbird-message-input--placeholder {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--placeholder {
color: var(--sendbird-dark-ondark-03); }
.sendbird-message-input .sendbird-message-input--attach {
position: absolute;
right: 12px;
bottom: 18px;
padding: 6px; }
.sendbird-message-input .sendbird-message-input--send {
position: absolute;
padding: 6px;
right: 16px;
bottom: 16px; }
.sendbird-message-input .sendbird-message-input--attach-input {
display: none; }
.sendbird-message-input__edit {
padding: 16px;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-message-input__edit {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-message-input__edit {
background-color: var(--sendbird-dark-background-700); }
.sendbird-message-input--edit-action {
text-align: right;
margin-top: 4px; }
.sendbird-message-input--edit-action button:last-child {
margin-left: 8px; }
.sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel {
width: 80px; }
.sendbird-theme--light .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel {
border: solid 1px var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel {
border: solid 1px var(--sendbird-dark-ondark-03); }
.sendbird-message-input--edit-action .sendbird-message-input--edit-action__save {
width: 80px; }
.sendbird-message-input-form__disabled {
cursor: not-allowed; }
.sendbird-message-input__disabled {
pointer-events: none;
cursor: disabled; }
.sendbird-theme--light .sendbird-message-input__disabled .sendbird-message-input--textarea {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-message-input__disabled .sendbird-message-input--textarea {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-message-input__disabled svg {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-message-input__disabled svg {
fill: var(--sendbird-dark-ondark-03); }
.sendbird-fileviewer__header__right__actions__download,
.sendbird-fileviewer__header__right__actions__delete,
.sendbird-fileviewer__header__right__actions__close {
width: 64px;
padding: 21px;
box-sizing: border-box;
cursor: pointer; }
.sendbird-fileviewer__header__right__actions__download .disabled,
.sendbird-fileviewer__header__right__actions__delete .disabled,
.sendbird-fileviewer__header__right__actions__close .disabled {
cursor: not-allowed; }
.sendbird-fileviewer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 100000; }
.sendbird-theme--light .sendbird-fileviewer {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-fileviewer {
background-color: var(--sendbird-dark-background-600); }
.sendbird-fileviewer .sendbird-fileviewer__header {
height: 64px;
min-height: 64px;
box-sizing: border-box;
display: flex;
justify-content: space-between; }
.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header {
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header {
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left {
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: center;
height: 64px;
padding: 16px 20px; }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar {
margin-right: 8px; }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename {
max-width: 500px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block; }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name {
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-flex;
margin-left: 8px;
padding-top: 5px; }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right {
display: flex;
width: 160px;
justify-content: flex-end; }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions {
right: 0;
display: flex;
flex-direction: row; }
.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close {
border-left: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close {
border-left: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-fileviewer .sendbird-fileviewer__content {
height: calc(100% - 72px);
margin-top: 8px;
overflow-y: auto;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__video {
max-width: 100%;
max-height: 100%; }
.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img {
max-width: 90%;
max-height: 90%; }
.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__unsupported {
max-width: 100%;
max-height: 100%;
display: flex;
justify-content: center;
align-items: center; }
.sendbird-notification {
margin-top: 8px;
margin-left: 24px;
margin-right: 24px;
border-radius: 4px;
padding: 0px 2px;
height: 32px;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-theme--light .sendbird-notification {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-notification {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-notification:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-notification:hover {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-notification:hover {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen {
background-color: var(--sendbird-light-information-100); }
.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen {
background-color: var(--sendbird-dark-information-100); }
.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text {
color: var(--sendbird-dark-onlight-01); }
.sendbird-notification .sendbird-notification__text {
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px; }
.sendbird-message-input-wrapper {
position: relative;
width: 100%; }
.sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input {
position: relative;
width: 100%; }
.sendbird-theme--light .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input {
border-top: solid 1px var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input {
border-top: solid 1px var(--sendbird-dark-ondark-04); }
.sendbird-message-input-wrapper .sendbird-message-input-wrapper__message-input {
position: relative;
width: 100%;
box-sizing: border-box;
padding-left: 24px;
padding-right: 24px; }
.sendbird-quote_message_input {
position: relative;
padding: 16px 80px 16px 40px;
width: 100%;
height: 76px;
display: flex;
flex-direction: row;
box-sizing: border-box; }
.sendbird-quote_message_input .sendbird-quote_message_input__avatar {
width: 44px;
min-width: 44px;
height: 44px;
min-height: 44px;
position: relative;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center; }
.sendbird-theme--light .sendbird-quote_message_input .sendbird-quote_message_input__avatar {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-quote_message_input .sendbird-quote_message_input__avatar {
background-color: var(--sendbird-dark-background-500); }
.sendbird-quote_message_input .sendbird-quote_message_input__body {
position: absolute;
display: flex;
flex-direction: column;
align-items: flex-start;
overflow: hidden; }
.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__sender-name {
position: relative;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
box-sizing: border-box;
margin-bottom: 8px; }
.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__message-content {
position: relative;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
box-sizing: border-box; }
.sendbird-quote_message_input .sendbird-quote_message_input__close-button {
position: absolute;
top: 26px;
right: 40px; }
.sendbird-quote_message_input .sendbird-quote_message_input__close-button:hover {
cursor: pointer; }
.sendbird-connection-status {
display: flex;
align-items: center;
padding-top: 5px; }
.sendbird-chat-header {
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 64px;
min-height: 64px;
padding-left: 20px;
padding-right: 16px;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-chat-header {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-chat-header {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-chat-header__left {
margin-right: 24px; }
.sendbird-chat-header__left, .sendbird-chat-header__right {
overflow: hidden;
display: flex;
flex-direction: row;
align-items: center; }
.sendbird-chat-header .sendbird-chat-header__left__title {
margin-left: 8px;
margin-right: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 780px; }
.sendbird-chat-header .sendbird-chat-header__left__subtitle {
max-width: 240px;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-chat-header .sendbird-chat-header__right__mute {
margin-right: 26px; }
.sendbird-chat-header .sendbird-iconbutton--pressed {
background-color: inherit; }
.sendbird-chat-header .sendbird-chat-header__right__info {
margin-left: 16px; }
.sendbird-channel-settings {
height: 100%;
width: 320px;
display: inline-block;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-channel-settings {
background-color: var(--sendbird-light-background-50);
border-left: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-channel-settings {
background-color: var(--sendbird-dark-background-600);
border-left: 1px solid var(--sendbird-dark-background-600); }
.sendbird-channel-settings .sendbird-channel-settings__header-icon {
cursor: pointer;
position: absolute;
top: 16px;
right: 16px; }
.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-channel-settings .sendbird-channel-settings__members .sendbird-badge__text {
margin-top: -2px; }
.sendbird-channel-settings .sendbird-channel-settings__header {
height: 64px;
min-height: 64px;
position: relative;
padding: 20px 24px;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header {
border-bottom: solid 1px var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header {
border-bottom: solid 1px var(--sendbird-dark-ondark-04); }
.sendbird-channel-settings .sendbird-channel-settings__scroll-area {
display: flex;
flex-grow: 1;
flex-direction: column;
height: calc(100% - 64px);
overflow-y: auto; }
.sendbird-channel-settings .sendbird-channel-settings__panel-item {
cursor: pointer;
position: relative;
padding: 12px 22px 10px 56px; }
.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-item {
background-color: var(--sendbird-light-background-50);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-item {
background-color: var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-channel-settings .sendbird-channel-settings__panel-item:focus {
outline: none; }
.sendbird-channel-settings .sendbird-channel-settings__panel-item.sendbird-channel-settings__panel-item__disabled {
cursor: not-allowed; }
.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left,
.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right {
position: absolute;
top: 10px; }
.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left {
left: 16px; }
.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right {
right: 16px; }
.sendbird-channel-settings .sendbird-channel-settings__panel-icon--open {
transform: rotate(90deg); }
.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-channel-profile {
position: relative;
text-align: center;
padding: 32px 40px 27px 40px; }
.sendbird-theme--light .sendbird-channel-profile {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-channel-profile {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-channel-profile .sendbird-channel-profile--inner {
height: 92px; }
.sendbird-channel-profile .sendbird-channel-profile__avatar {
margin-bottom: 16px;
display: flex;
justify-content: center; }
.sendbird-channel-profile .sendbird-channel-profile__title {
display: block;
max-width: 240px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
height: 18px; }
.sendbird-channel-profile .sendbird-channel-profile__edit {
position: absolute;
top: 10px;
right: 16px; }
.channel-profile-form .channel-profile-form__img-section {
position: relative; }
.channel-profile-form .channel-profile-form__avatar-button {
position: absolute;
top: 54px;
left: 96px; }
.channel-profile-form .channel-profile-form__avatar {
margin-top: 16px; }
.channel-profile-form .channel-profile-form__name-section {
margin-top: 12px; }
.channel-profile-form .channel-profile-form__name-section .sendbird-input {
height: 40px; }
.sendbird-members-accordion {
padding: 8px 16px 16px 16px;
position: relative;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-members-accordion {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-members-accordion {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-members-accordion .sendbird-members-accordion__member {
position: relative;
padding: 12px 0px 12px 44px;
height: 40px;
box-sizing: border-box; }
.sendbird-members-accordion .sendbird-members-accordion__member .sendbird-label {
max-width: 240px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-members-accordion .sendbird-members-accordion__member-avatar {
position: absolute;
left: 0;
top: 10px;
cursor: pointer; }
.sendbird-members-accordion .sendbird-members-accordion__footer {
display: flex;
justify-content: flex-start;
margin-top: 8px; }
.sendbird-members-accordion .sendbird-members-accordion__footer .sendbird-members-accordion__footer__all-members {
margin-right: 8px; }
.sendbird-more-members__popup-scroll {
max-height: 420px;
overflow-y: auto; }
.sendbird-channel-settings__operator .sendbird-channel-settings__accordion-icon {
position: absolute;
left: 14px; }
.sendbird-channel-settings__operator .sendbird-accordion__panel-heder {
position: relative; }
.sendbird-channel-settings__empty-list {
text-align: center;
margin-top: 12px;
margin-bottom: 4px;
display: block; }
.sendbird-channel-settings-accordion__footer {
padding-top: 16px;
display: flex;
justify-content: left;
padding-left: 12px; }
.sendbird-channel-settings-accordion__footer .sendbird-button:nth-child(2) {
margin-left: 8px; }
.sendbird-channel-settings__freeze {
max-width: 320px;
position: relative;
padding: 12px 22px 10px 56px; }
.sendbird-theme--light .sendbird-channel-settings__freeze {
background-color: var(--sendbird-light-background-50);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-channel-settings__freeze {
background-color: var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-channel-settings__frozen-icon {
position: absolute;
right: 20px;
top: 12px; }
.sendbird-channel-settings__frozen-icon .sendbird-icon {
cursor: pointer; }
.sendbird-channel-settings__members-list .sendbird-badge,
.sendbird-channel-settings__members .sendbird-badge {
position: absolute;
right: 44px;
top: 12px; }
.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge, .sendbird-theme--light
.sendbird-channel-settings__members .sendbird-badge {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge, .sendbird-theme--dark
.sendbird-channel-settings__members .sendbird-badge {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label, .sendbird-theme--light
.sendbird-channel-settings__members .sendbird-badge .sendbird-label {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label, .sendbird-theme--dark
.sendbird-channel-settings__members .sendbird-badge .sendbird-label {
color: var(--sendbird-dark-ondark-02); }
.sendbird-accordion {
padding: 8px 0px 16px 0px;
position: relative;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-accordion {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-accordion {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-accordion .sendbird-accordion__member {
position: relative;
padding: 12px 0px 12px 44px;
height: 40px;
box-sizing: border-box; }
.sendbird-accordion .sendbird-accordion__footer {
display: flex;
justify-content: flex-start;
margin-top: 8px; }
.sendbird-accordion__panel-header {
cursor: pointer;
position: relative;
padding: 12px 22px 10px 56px; }
.sendbird-theme--light .sendbird-accordion__panel-header {
background-color: var(--sendbird-light-background-50);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-accordion__panel-header {
background-color: var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-accordion__panel-header:focus {
outline: none; }
.sendbird-accordion__panel-header.sendbird-accordion__panel-item__disabled {
cursor: not-allowed; }
.sendbird-accordion__panel-icon-left,
.sendbird-accordion__panel-icon-right {
position: absolute;
top: 10px; }
.sendbird-accordion__panel-icon-left {
left: 16px; }
.sendbird-accordion__panel-icon-right {
right: 16px; }
.sendbird-accordion__panel-icon--open {
transform: rotate(90deg); }
.sendbird-theme--light .sendbird-accordion__panel-icon--chevron path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-accordion__panel-icon--chevron path {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-accordion__panel-icon__leave path {
fill: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-accordion__panel-icon__leave path {
fill: var(--sendbird-dark-error-300); }
.sendbird-user-list-item--small {
display: block;
position: relative;
box-sizing: border-box;
height: 40px; }
.sendbird-user-list-item--small__avatar {
cursor: pointer;
position: absolute;
top: 10px;
left: 12px; }
.sendbird-user-list-item--small .sendbird-muted-avatar {
position: absolute;
top: 10px;
left: 12px;
z-index: 2;
pointer-events: none; }
.sendbird-user-list-item--small__title {
position: absolute;
top: 10px;
left: 54px;
width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-user-list-item--small__subtitle {
position: absolute;
top: 23px;
left: 140px;
max-width: 237px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-user-list-item--small__checkbox {
position: absolute;
top: 16px;
right: 16px; }
.sendbird-user-list-item--small__action {
display: none;
position: absolute;
right: 10px;
top: 4px; }
.sendbird-user-list-item--small__operator {
position: absolute;
right: 24px;
top: 10px; }
.sendbird-theme--light .sendbird-user-list-item--small:hover, .sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-user-list-item--small:hover, .sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed {
background-color: var(--sendbird-dark-background-500); }
.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__action, .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__action {
display: block; }
.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__operator, .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__operator {
display: none; }
.sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton {
background-color: var(--sendbird-dark-background-700); }
.sendbird-message-search-pannel {
position: relative;
display: flex;
flex-direction: column;
width: 320px;
height: 100%;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-message-search-pannel {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-search-pannel {
background-color: var(--sendbird-dark-background-600); }
.sendbird-message-search-pannel .sendbird-message-search-pannel__header {
position: relative;
display: flex;
width: 100%;
height: 64px;
min-height: 64px;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__header {
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__header {
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__title {
position: absolute;
top: 20px;
left: 24px;
width: calc(100% - 74px);
overflow-x: hidden;
word-break: keep-all;
text-overflow: ellipsis; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__close-button {
position: absolute;
top: 16px;
right: 16px; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input {
display: flex;
position: relative;
padding: 16px;
box-sizing: border-box; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container {
position: relative;
border-radius: 4px;
width: 100%;
height: 44px; }
.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container {
border: 1px solid var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container {
border: 1px solid var(--sendbird-dark-ondark-03); }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__search-icon {
position: absolute;
top: 10px;
left: 16px; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__input-area {
position: absolute;
top: 14px;
left: 48px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
font-size: 14px;
width: calc(100% - 90px); }
.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__input-area {
color: var(--sendbird-light-onlight-01);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__input-area {
color: var(--sendbird-dark-ondark-01);
background-color: var(--sendbird-dark-background-600); }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__spinner {
position: absolute;
top: 12px;
right: 12px; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button {
position: absolute;
top: 12px;
right: 12px; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button:hover {
cursor: pointer; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__message-search {
position: relative;
box-sizing: border-box;
width: 100%;
height: 100%;
overflow-y: scroll; }
.sendbird-message-search {
position: relative;
height: 100%;
overflow: scroll; }
.sendbird-theme--light .sendbird-message-search {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-search {
background-color: var(--sendbird-dark-background-600); }
.sendbird-message-search-item {
display: inline-flex;
flex-direction: row;
width: 100%;
height: 80px;
position: relative;
cursor: pointer; }
.sendbird-theme--light .sendbird-message-search-item {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-search-item {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-theme--light .sendbird-message-search-item:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-message-search-item:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-message-search-item .sendbird-message-search-item__left {
display: flex;
align-items: center;
justify-content: center;
width: 90px;
height: 80px; }
.sendbird-message-search-item .sendbird-message-search-item__right {
display: flex;
flex-direction: column;
width: calc(100% - 106px); }
.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__sender-name {
display: flex;
max-width: 280px;
height: 16px;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
top: 12px; }
.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-text {
box-sizing: border-box;
display: flex;
width: inherit;
height: 32px;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
top: 36px;
word-break: break-word; }
.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-created-at {
position: absolute;
top: 12px;
right: 18px; }
.sendbird-message-search-item .sendbird-message-search-item__right-footer {
width: 16px; }
.sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected {
background-color: var(--sendbird-dark-background-700); }
.sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left {
border-left: 4px solid var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left {
border-left: 4px solid var(--sendbird-dark-primary-200); }
.sendbird-message-search-file-item {
position: relative;
display: inline-flex;
flex-direction: row;
width: 100%;
height: 80px;
cursor: pointer; }
.sendbird-theme--light .sendbird-message-search-file-item {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-search-file-item {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-theme--light .sendbird-message-search-file-item:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-message-search-file-item:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-message-search-file-item .sendbird-message-search-file-item__left {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 90px;
height: 80px; }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right {
position: relative;
display: flex;
flex-direction: column;
width: calc(100% - 106px); }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__sender-name {
position: absolute;
top: 12px;
display: flex;
max-width: 280px;
height: 16px;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content {
position: absolute;
top: 36px;
box-sizing: border-box;
width: 100%;
height: 32px;
display: flex;
flex-direction: row;
align-items: center; }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon {
position: relative;
margin-right: 4px;
display: flex;
align-items: center;
justify-content: center;
width: 26px;
min-width: 26px;
height: 26px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__url {
height: 16px;
position: relative;
display: flex;
overflow: hidden;
text-overflow: ellipsis;
word-break: keep-all;
white-space: nowrap; }
.sendbird-message-search-file-item .sendbird-message-search-file-item__message-created-at {
position: absolute;
top: 12px;
right: 18px; }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right-footer {
width: 16px; }
.sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected {
background-color: var(--sendbird-dark-background-700); }
.sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left {
border-left: 4px solid var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left {
border-left: 4px solid var(--sendbird-dark-primary-200); }
.sendbird-app__wrap {
width: 100%;
height: 100%;
display: flex;
box-sizing: border-box; }
.sendbird-app__wrap .sendbird-app__searchpanel-wrap {
width: 320px;
overflow-y: scroll;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-app__wrap .sendbird-app__searchpanel-wrap {
border-top: 1px solid var(--sendbird-light-onlight-04);
border-right: 1px solid var(--sendbird-light-onlight-04);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__searchpanel-wrap {
border-top: 1px solid var(--sendbird-dark-background-600);
border-right: 1px solid var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-background-600); }
.sendbird-app__wrap .sendbird-app__conversation-wrap {
flex: 1;
position: relative;
width: calc(100% - 320px); }
.sendbird-app__wrap .sendbird-app__channellist-wrap {
max-width: 320px; }
.sendbird-theme--light .sendbird-app__wrap .sendbird-app__channellist-wrap {
border-top: 1px solid var(--sendbird-light-onlight-04);
border-left: 1px solid var(--sendbird-light-onlight-04);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__channellist-wrap {
border-top: 1px solid var(--sendbird-dark-background-600);
border-left: 1px solid var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-background-600); }
.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info {
background-color: var(--sendbird-dark-background-700); }
.sendbird-app__wrap .sendbird-chat-header__search {
margin-right: 16px; }
.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search {
background-color: var(--sendbird-dark-background-700); }
.sendbird-app__wrap .sendbird-channel-settings {
border-left: none; }
.sendbird-theme--light .sendbird-app__wrap .sendbird-channel-settings {
border-top: 1px solid var(--sendbird-light-onlight-04);
border-right: 1px solid var(--sendbird-light-onlight-04);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-app__wrap .sendbird-channel-settings {
border-top: 1px solid var(--sendbird-dark-background-600);
border-right: 1px solid var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-background-600); }
.sendbird-app__wrap .sendbird-channel-settings .sendbird-channel-settings__header {
height: 64px; }
.rogu-conversation {
display: flex;
flex-direction: column;
height: 100%;
box-sizing: border-box; }
.sendbird-theme--light .rogu-conversation {
background-color: var(--sendbird-light-background-50);
border: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .rogu-conversation {
background-color: var(--sendbird-dark-background-600);
border: 1px solid var(--sendbird-dark-ondark-04); }
.rogu-conversation__messages {
overflow-y: auto;
flex: 1 1 0;
order: 2;
background-color: #f1f7ff;
background-image: url("https://imgix3.ruangguru.com/assets/miscellaneous/png_yl8ho6_830.png");
background-size: 400px auto;
background-repeat: repeat; }
.rogu-conversation__messages-list {
display: flex;
flex-direction: column;
height: 100%;
justify-content: flex-end; }
.rogu-conversation__scroll-container {
display: flex;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
flex-direction: column; }
.rogu-conversation__scroll-container .rogu-conversation__padding {
flex: 1 1 0; }
.rogu-conversation__footer {
position: relative;
order: 3;
padding: 12px 16px; }
.rogu-conversation__footer .rogu-conversation__typing-indicator {
margin-bottom: 4px; }
.rogu-message-hoc {
padding-right: 24px;
padding-left: 24px;
background: transparent;
transition: background-color 400ms ease-in; }
.rogu-message-hoc.rogu-message-hoc--highlighted {
-webkit-animation: highlightFadeIn 300ms forwards, highlightFadeOut 300ms 3s forwards;
animation: highlightFadeIn 300ms forwards, highlightFadeOut 300ms 3s forwards; }
.rogu-message-hoc.rogu-message-hoc--highlighted.rogu-message-hoc--chain-bottom {
padding-bottom: 8px; }
.rogu-message-hoc.rogu-message-hoc--highlighted.rogu-message-hoc--chain-bottom .rogu-message-hoc__message-content {
margin-bottom: 0; }
@-webkit-keyframes highlightFadeIn {
from {
padding-top: 0;
background: transparent; }
to {
padding-top: 8px;
background: rgba(46, 180, 192, 0.2); } }
@keyframes highlightFadeIn {
from {
padding-top: 0;
background: transparent; }
to {
padding-top: 8px;
background: rgba(46, 180, 192, 0.2); } }
@-webkit-keyframes highlightFadeOut {
from {
padding-top: 8px;
background: rgba(46, 180, 192, 0.2); }
to {
background: transparent;
padding-top: 0; } }
@keyframes highlightFadeOut {
from {
padding-top: 8px;
background: rgba(46, 180, 192, 0.2); }
to {
background: transparent;
padding-top: 0; } }
.rogu-conversation__messages .rogu-conversation__messages-padding {
padding-left: 24px;
padding-right: 24px; }
.rogu-conversation__messages .sendbird-separator,
.rogu-conversation__messages .sendbird-admin-message {
padding-top: 8px;
padding-bottom: 8px; }
.rogu-conversation__scroll-bottom-button {
position: -webkit-sticky;
position: sticky;
display: flex;
align-items: center;
justify-content: center;
bottom: 30px;
left: calc(100% - 65px);
width: 40px;
height: 40px;
border-radius: 24px;
z-index: 1; }
.sendbird-theme--light .rogu-conversation__scroll-bottom-button {
background-color: var(--sendbird-light-background-50);
box-shadow: var(--sendbird-light-shadow-05); }
.sendbird-theme--dark .rogu-conversation__scroll-bottom-button {
background-color: var(--sendbird-dark-background-400);
box-shadow: var(--sendbird-dark-shadow-05); }
.rogu-conversation__scroll-bottom-button:hover {
cursor: pointer; }
.sendbird-theme--light .rogu-conversation__scroll-bottom-button:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-conversation__scroll-bottom-button:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .rogu-conversation__scroll-bottom-button:active {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-conversation__scroll-bottom-button:active {
background-color: var(--sendbird-dark-background-700); }
.rogu-conversation__scroll-bottom-button:focus {
outline: none; }
[class*="sendbird-label"] {
font-family: var(--sendbird-font-family-default); }
.sendbird-label--h-1 {
font-size: 20px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal; }
.sendbird-label--h-2 {
font-size: 18px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal; }
.rogu-label--h-3 {
font-size: 16px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 20px;
letter-spacing: normal; }
.sendbird-label--subtitle-1 {
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.38;
letter-spacing: normal; }
.sendbird-label--subtitle-2 {
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.14;
letter-spacing: normal; }
.sendbird-label--body-1 {
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--body-2 {
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal; }
.rogu-label--body-3 {
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 18px;
letter-spacing: normal; }
.sendbird-label--button-1 {
font-size: 16px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--button-2 {
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--caption-1 {
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--caption-2 {
font-size: 12px;
font-weight: bold;
font-style: normal;
line-height: 1;
letter-spacing: normal; }
.sendbird-label--caption-3 {
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal; }
.sendbird-label--typing-indicator {
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: italic;
line-height: 1;
letter-spacing: normal; }
.sendbird-theme--light .sendbird-label--color-onbackground-1 {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-label--color-onbackground-1 {
color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-label--color-onbackground-2 {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-label--color-onbackground-2 {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-label--color-onbackground-3 {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-label--color-onbackground-3 {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-label--color-onbackground-4 {
color: var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-label--color-onbackground-4 {
color: var(--sendbird-dark-ondark-04); }
.sendbird-theme--light .rogu-label--color-onbackground-5 {
color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-label--color-onbackground-5 {
color: var(--sendbird-dark-background-600); }
.sendbird-theme--light .sendbird-label--color-oncontent-1 {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-label--color-oncontent-1 {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-label--color-oncontent-2 {
color: var(--sendbird-light-ondark-02); }
.sendbird-theme--dark .sendbird-label--color-oncontent-2 {
color: var(--sendbird-dark-onlight-02); }
.sendbird-theme--light .sendbird-label--color-primary {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-label--color-primary {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-label--color-error {
color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-label--color-error {
color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .sendbird-label--color-secondary-3 {
color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-label--color-secondary-3 {
color: var(--sendbird-dark-secondary-200); }
.rogu-message-status {
display: flex;
align-items: center; }
.rogu-message-status .rogu-message-status__icon {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content; }
.rogu-message-status .rogu-message-status__text {
position: relative;
margin-right: 4px; }
.rogu-message-status .rogu-message-status__text .rogu-message-status__text__try-again {
text-decoration: underline; }
.rogu-message-status .rogu-message-status__text .rogu-message-status__text__try-again:hover {
cursor: pointer; }
.rogu-message-status .rogu-message-status__text .rogu-message-status__text__delete {
text-decoration: underline; }
.rogu-message-status .rogu-message-status__text .rogu-message-status__text__delete:hover {
cursor: pointer; }
.rogu-flex {
display: flex;
align-items: center; }
.sendbird-icon {
display: inline-block; }
.sendbird-icon:focus {
outline: none; }
.sendbird-theme--light .sendbird-icon-color--primary [class*='fill'] {
fill: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-icon-color--primary [class*='fill'] {
fill: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-icon-color--primary [class*='stroke'] {
stroke: var(--sendbird-light-primary-300);
stroke-width: 2px;
stroke-linejoin: round; }
.sendbird-theme--dark .sendbird-icon-color--primary [class*='stroke'] {
stroke: var(--sendbird-dark-primary-200);
stroke-width: 2px;
stroke-linejoin: round; }
.sendbird-theme--light .sendbird-icon-color--secondary [class*='fill'] {
fill: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-icon-color--secondary [class*='fill'] {
fill: var(--sendbird-dark-secondary-200); }
.sendbird-theme--light .sendbird-icon-color--content [class*='fill'] {
fill: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-icon-color--content [class*='fill'] {
fill: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-icon-color--content-inverse [class*='fill'] {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-icon-color--content-inverse [class*='fill'] {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-icon-color--white [class*='fill'] {
fill: #fff; }
.sendbird-theme--light .sendbird-icon-color--sent [class*='fill'] {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-icon-color--sent [class*='fill'] {
fill: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-icon-color--read [class*='fill'] {
fill: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-icon-color--read [class*='fill'] {
fill: var(--sendbird-dark-secondary-200); }
.sendbird-theme--light .sendbird-icon-color--on-background-1 [class*='fill'] {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-icon-color--on-background-1 [class*='fill'] {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-icon-color--on-background-2 [class*='fill'] {
fill: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-icon-color--on-background-2 [class*='fill'] {
fill: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-icon-color--on-background-3 [class*='fill'] {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-icon-color--on-background-3 [class*='fill'] {
fill: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-icon-color--background-3 [class*='fill'] {
fill: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-icon-color--background-3 [class*='fill'] {
fill: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-icon-color--error [class*='fill'] {
fill: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-icon-color--error [class*='fill'] {
fill: var(--sendbird-dark-error-200); }
.rogu-og-message-item-body {
position: relative;
display: inline-block;
width: 100%;
min-width: 100px;
max-width: 400px; }
.rogu-og-message-item-body .rogu-og-message-item-body__og-wrapper {
padding: 8px;
display: flex;
border-radius: 4px;
margin-bottom: 8px; }
.rogu-og-message-item-body .rogu-og-message-item-body__og-container {
display: flex;
position: relative;
width: 100%; }
.rogu-og-message-item-body .rogu-og-message-item-body__og-thumbnail {
position: relative;
width: 60px;
height: 60px; }
.rogu-og-message-item-body .rogu-og-message-item-body__og-thumbnail .rogu-og-message-item-body__og-thumbnail__image {
width: 100%; }
.rogu-og-message-item-body .rogu-og-message-item-body__description {
padding: 4px 8px;
flex: 1;
min-width: 0; }
.rogu-og-message-item-body .rogu-og-message-item-body__description .rogu-og-message-item-body__description__title,
.rogu-og-message-item-body .rogu-og-message-item-body__description .rogu-og-message-item-body__description__description {
margin-bottom: 4px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block; }
.rogu-og-message-item-body .rogu-og-message-item-body__description .rogu-og-message-item-body__description__url {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block;
margin: 0; }
.rogu-og-message-item-body.rogu-og-message-item-body--preview {
max-width: 100%; }
.rogu-og-message-item-body.rogu-og-message-item-body--preview .rogu-og-message-item-body__og-wrapper {
align-items: center;
justify-content: space-between; }
.rogu-og-message-item-body.rogu-og-message-item-body--preview .rogu-og-message-item-body__og-container {
width: 90%; }
.rogu-og-message-item-body.rogu-og-message-reactions .rogu-og-message-item-body__description {
border-radius: 0; }
.rogu-og-message-item-body .rogu-og-message-item-body__og-thumbnail:hover,
.rogu-og-message-item-body .rogu-og-message-item-body__description:hover {
cursor: pointer; }
.sendbird-theme--light .rogu-og-message-item-body.rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-og-message-item-body.rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-og-message-item-body.rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-og-message-item-body.rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .rogu-og-message-item-body.mouse-hover .rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper, .sendbird-theme--light .rogu-og-message-item-body:hover .rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-og-message-item-body.mouse-hover .rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper, .sendbird-theme--dark .rogu-og-message-item-body:hover .rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-og-message-item-body.mouse-hover .rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper, .sendbird-theme--light .rogu-og-message-item-body:hover .rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-og-message-item-body.mouse-hover .rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper, .sendbird-theme--dark .rogu-og-message-item-body:hover .rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-dark-background-500); }
.sendbird-iconbutton {
color: var(--sendbird-iconbutton-color);
display: inline-flex;
justify-content: center;
align-items: center;
padding: 3px;
background-color: transparent;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 4px;
outline: 0; }
.sendbird-theme--light .sendbird-iconbutton .sendbird-iconbutton__inner svg {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-iconbutton .sendbird-iconbutton__inner svg {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-iconbutton:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-iconbutton:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-iconbutton:active {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-iconbutton:active {
background-color: var(--sendbird-dark-background-400); }
.sendbird-iconbutton:disabled {
cursor: not-allowed !important; }
.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--light
.sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
fill: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--dark
.sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
fill: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-iconbutton--pressed {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-iconbutton--pressed {
background-color: var(--sendbird-dark-background-700); }
.rogu-text-button {
cursor: pointer;
display: inline-block; }
.rogu-text-button.rogu-text-button--underline {
text-decoration: underline; }
.rogu-text-button.rogu-text-button--disabled {
cursor: not-allowed; }
.sendbird-theme--light .rogu-text-button.rogu-text-button--disabled {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .rogu-text-button.rogu-text-button--disabled {
color: var(--sendbird-dark-ondark-03); }
.rogu-link-label {
text-decoration: unset; }
.rogu-link-label:hover {
cursor: pointer;
text-decoration: underline; }
.rogu-link-label:focus {
outline: none; }
.rogu-link-label__label {
display: inline; }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-onbackground-1 {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-onbackground-1 {
color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-onbackground-2 {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-onbackground-2 {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-onbackground-3 {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-onbackground-3 {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-oncontent-1 {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-oncontent-1 {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-oncontent-2 {
color: var(--sendbird-light-ondark-02); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-oncontent-2 {
color: var(--sendbird-dark-onlight-02); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-primary {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-primary {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-error {
color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-error {
color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-secondary-3 {
color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-secondary-3 {
color: var(--sendbird-dark-secondary-200); }
.rogu-clamped-message-item-body {
position: relative;
display: inline-block;
box-sizing: content-box; }
.rogu-clamped-message-item-body .rogu-clamped-message-item-body__message {
white-space: pre-wrap;
word-break: break-all; }
.rogu-clamped-message-item-body .rogu-clamped-message-item-body__read-more > * {
font-weight: bolder; }
.rogu-clamped-message-item-body .rogu-clamped-message-item-body__inner {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
word-break: break-word;
white-space: pre-wrap;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical; }
.sendbird-theme--light .rogu-clamped-message-item-body.rogu-clamped-message-item-body--incoming .rogu-clamped-message-item-body__read-more {
color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .rogu-clamped-message-item-body.rogu-clamped-message-item-body--incoming .rogu-clamped-message-item-body__read-more {
color: var(--sendbird-dark-secondary-200); }
.rogu-clamped-message-item-body.rogu-clamped-message-item-body--expanded .rogu-clamped-message-item-body__inner {
display: block;
overflow: visible; }
.rogu-clamped-message-item-body.rogu-clamped-message-item-body--viewer-mode {
position: absolute;
bottom: 5%;
max-height: 40%;
min-width: 85%;
max-width: 95%;
background: #f1f4f9;
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px);
padding: 24px;
overflow: auto;
transition: all 0.2s;
display: flex;
flex-direction: column; }
@media (min-width: 640px) {
.rogu-clamped-message-item-body.rogu-clamped-message-item-body--viewer-mode {
max-width: 70%; } }
.rogu-clamped-message-item-body.rogu-clamped-message-item-body--viewer-mode.rogu-clamped-message-item-body--viewer-mode__hidden {
max-height: 0;
padding: 0; }
.rogu-clamped-message-item-body.rogu-clamped-message-item-body--preview-mode {
display: block; }
.rogu-replied-assignment-message-item-body {
padding: 8px;
border-radius: 4px;
margin-bottom: 8px;
border-left-width: 2px;
border-left-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between; }
.sendbird-theme--light .rogu-replied-assignment-message-item-body {
border-left-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-replied-assignment-message-item-body {
border-left-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-assignment-message-item-body.rogu-replied-assignment-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-replied-assignment-message-item-body.rogu-replied-assignment-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-assignment-message-item-body.rogu-replied-assignment-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-replied-assignment-message-item-body.rogu-replied-assignment-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content {
display: flex; }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content .rogu-replied-assignment-message-item-body__icon {
width: 28px;
height: 28px;
border-radius: 8px;
margin-right: 8px; }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content .rogu-replied-assignment-message-item-body__content__nickname,
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content .rogu-replied-assignment-message-item-body__content__message {
white-space: pre-wrap;
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical; }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content .rogu-replied-assignment-message-item-body__content__nickname {
-webkit-line-clamp: 1; }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content .rogu-replied-assignment-message-item-body__content__message {
-webkit-line-clamp: 2; }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__cancel {
flex-shrink: 0;
margin: 0 20px; }
.rogu-replied-file-message-item-body {
padding: 8px;
border-radius: 4px;
margin-bottom: 8px;
border-left-width: 2px;
border-left-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between; }
.sendbird-theme--light .rogu-replied-file-message-item-body {
border-left-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-replied-file-message-item-body {
border-left-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-file-message-item-body.rogu-replied-file-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-replied-file-message-item-body.rogu-replied-file-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-file-message-item-body.rogu-replied-file-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-replied-file-message-item-body.rogu-replied-file-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content {
display: flex; }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content .rogu-replied-file-message-item-body__icon {
width: 28px;
height: 28px;
border-radius: 8px;
margin-right: 8px; }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content .rogu-replied-file-message-item-body__content__nickname,
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content .rogu-replied-file-message-item-body__content__message {
white-space: pre-wrap;
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical; }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content .rogu-replied-file-message-item-body__content__nickname {
-webkit-line-clamp: 1; }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content .rogu-replied-file-message-item-body__content__message {
-webkit-line-clamp: 2; }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__cancel {
flex-shrink: 0;
margin: 0 20px; }
.rogu-replied-material-message-item-body {
padding: 8px;
border-radius: 4px;
margin-bottom: 8px;
border-left-width: 2px;
border-left-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between; }
.sendbird-theme--light .rogu-replied-material-message-item-body {
border-left-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-replied-material-message-item-body {
border-left-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-material-message-item-body.rogu-replied-material-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-replied-material-message-item-body.rogu-replied-material-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-material-message-item-body.rogu-replied-material-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-replied-material-message-item-body.rogu-replied-material-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content {
display: flex; }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content .rogu-replied-material-message-item-body__icon {
width: 28px;
height: 28px;
border-radius: 8px;
margin-right: 8px; }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content .rogu-replied-material-message-item-body__content__nickname,
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content .rogu-replied-material-message-item-body__content__message {
white-space: pre-wrap;
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical; }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content .rogu-replied-material-message-item-body__content__nickname {
-webkit-line-clamp: 1; }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content .rogu-replied-material-message-item-body__content__message {
-webkit-line-clamp: 2; }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__cancel {
flex-shrink: 0;
margin: 0 20px; }
.rogu-image-renderer {
overflow: hidden;
width: 100%;
height: 100%; }
.rogu-image-renderer .rogu-image-renderer__image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.rogu-image-renderer__hidden-image-loader {
display: none; }
.rogu-replied-media-message-item-body {
padding: 8px;
border-radius: 4px;
margin-bottom: 8px;
border-left-width: 2px;
border-left-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between; }
.sendbird-theme--light .rogu-replied-media-message-item-body {
border-left-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-replied-media-message-item-body {
border-left-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-media-message-item-body.rogu-replied-media-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-replied-media-message-item-body.rogu-replied-media-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-media-message-item-body.rogu-replied-media-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-replied-media-message-item-body.rogu-replied-media-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata {
display: flex; }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__reply-image,
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__reply-video {
margin-right: 8px;
border-radius: 4px;
width: 38px;
height: 38px;
flex-shrink: 0; }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__sender-name {
white-space: pre-wrap;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__caption-container {
display: flex;
align-items: center; }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__caption-container .rogu-media-message-item-body__caption-icon {
margin-right: 4px; }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__caption-container .rogu-media-message-item-body__reply-message {
white-space: pre-wrap;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.rogu-replied-media-message-item-body .rogu-replied-media-message-item-body__cancel {
flex-shrink: 0;
margin: 0 20px; }
.rogu-replied-text-message-item-body {
padding: 8px;
border-radius: 4px;
margin-bottom: 8px;
border-left-width: 2px;
border-left-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between; }
.sendbird-theme--light .rogu-replied-text-message-item-body {
border-left-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-replied-text-message-item-body {
border-left-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-text-message-item-body.rogu-replied-text-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-replied-text-message-item-body.rogu-replied-text-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-text-message-item-body.rogu-replied-text-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-replied-text-message-item-body.rogu-replied-text-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-replied-text-message-item-body .rogu-replied-text-message-item-body__content .rogu-replied-text-message-item-body__content__nickname,
.rogu-replied-text-message-item-body .rogu-replied-text-message-item-body__content .rogu-replied-text-message-item-body__content__message {
white-space: pre-wrap;
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical; }
.rogu-replied-text-message-item-body .rogu-replied-text-message-item-body__content .rogu-replied-text-message-item-body__content__nickname {
-webkit-line-clamp: 1; }
.rogu-replied-text-message-item-body .rogu-replied-text-message-item-body__content .rogu-replied-text-message-item-body__content__message {
-webkit-line-clamp: 2; }
.rogu-replied-text-message-item-body .rogu-replied-text-message-item-body__cancel {
flex-shrink: 0;
margin: 0 20px; }
.rogu-file-message-item-body {
display: flex;
border-radius: 0.25rem;
padding: 0.5rem;
min-width: 200px;
text-decoration: none; }
.sendbird-theme--light .rogu-file-message-item-body.rogu-file-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-file-message-item-body.rogu-file-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-file-message-item-body.rogu-file-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-file-message-item-body.rogu-file-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-file-message-item-body .rogu-file-message-item-body__icon {
width: 28px;
height: 28px;
min-width: 28px;
min-height: 28px;
border-radius: 8px;
margin-right: 8px; }
.rogu-file-message-item-body .rogu-file-message-item-body__name {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
word-break: break-all; }
.rogu-thumbnail-message-item-body {
position: relative;
display: inline-block;
box-sizing: border-box;
overflow: hidden;
width: 100%;
min-width: 180px;
height: 150px;
border-radius: 6px; }
@media (min-width: 640px) {
.rogu-thumbnail-message-item-body {
height: 270px; } }
.rogu-thumbnail-message-item-body.reactions {
border-radius: 6px 6px 0 0; }
.sendbird-theme--light .rogu-thumbnail-message-item-body {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-thumbnail-message-item-body {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .rogu-thumbnail-message-item-body.mouse-hover, .sendbird-theme--light .rogu-thumbnail-message-item-body:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-thumbnail-message-item-body.mouse-hover, .sendbird-theme--dark .rogu-thumbnail-message-item-body:hover {
background-color: var(--sendbird-dark-background-400); }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__thumbnail {
position: absolute; }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__placeholder {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center; }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__placeholder .rogu-thumbnail-message-item-body__placeholder__icon {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 50%;
background-color: var(--sendbird-light-background-50); }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__image-cover {
position: absolute;
top: 0;
display: none;
width: 100%;
height: 100%;
background-color: var(--sendbird-light-overlay-01); }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__video {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__icon-wrapper {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center; }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__icon-wrapper .rogu-thumbnail-message-item-body__icon-wrapper__icon {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 50%;
background-color: var(--sendbird-light-background-50); }
.rogu-thumbnail-message-item-body:hover {
cursor: pointer; }
.rogu-thumbnail-message-item-body:hover .rogu-thumbnail-message-item-body__image-cover {
display: inline-flex; }
.rogu-admin-message {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 1rem; }
.rogu-admin-message .rogu-admin-message__container {
display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
padding: 6px 7px; }
.sendbird-theme--light .rogu-admin-message .rogu-admin-message__container {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-admin-message .rogu-admin-message__container {
background-color: var(--sendbird-dark-background-500); }
.rogu-admin-message .rogu-admin-message__container .rogu-admin-message__text {
display: flex; }
.rogu-assignment-message-item-body {
position: relative;
display: inline-block;
width: 100%;
min-width: 100px; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__text-bubble {
position: relative;
padding: 8px;
box-sizing: border-box;
border-radius: 16px 16px 0 0;
word-break: break-all; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
padding: 8px;
border-radius: 4px;
cursor: pointer;
z-index: 10; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container .rogu-assignment-message-item-body__icon {
display: flex;
align-items: center;
justify-content: center; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container .rogu-assignment-message-item-body__text-container {
margin-left: 6px; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container .rogu-assignment-message-item-body__text-title {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container .rogu-assignment-message-item-body__text-deadline {
margin: 0 0 0 3px; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container .rogu-assignment-message-item-body__text-deadline::before {
content: '.';
margin-right: 3px; }
.sendbird-theme--light .rogu-assignment-message-item-body.rogu-assignment-message-item-body--outgoing .rogu-assignment-message-item-body__container {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-assignment-message-item-body.rogu-assignment-message-item-body--outgoing .rogu-assignment-message-item-body__container {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-assignment-message-item-body.rogu-assignment-message-item-body--incoming .rogu-assignment-message-item-body__container {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-assignment-message-item-body.rogu-assignment-message-item-body--incoming .rogu-assignment-message-item-body__container {
background-color: var(--sendbird-dark-background-500); }
.rogu-material-message-item-body {
position: relative;
display: inline-block;
width: 100%;
min-width: 200px; }
.rogu-material-message-item-body .rogu-material-message-text {
white-space: pre-wrap;
word-break: break-all; }
.rogu-material-message-item-body .rogu-material-message-item-body__text-bubble {
position: relative;
padding: 8px 12px;
box-sizing: border-box;
border-radius: 16px 16px 0 0;
word-break: break-all; }
.rogu-material-message-item-body .rogu-material-message-item-body__container {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
padding: 8px;
border-radius: 4px;
cursor: pointer;
z-index: 10; }
.rogu-material-message-item-body .rogu-material-message-item-body__container .rogu-material-message-item-body__icon {
display: flex;
align-items: center;
justify-content: center; }
.rogu-material-message-item-body .rogu-material-message-item-body__container .rogu-material-message-item-body__text-container {
margin-left: 6px;
max-width: 100%; }
.rogu-material-message-item-body .rogu-material-message-item-body__container .rogu-material-message-item-body__text-title {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.sendbird-theme--light .rogu-material-message-item-body.rogu-material-message-item-body--outgoing .rogu-material-message-item-body__container {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-material-message-item-body.rogu-material-message-item-body--outgoing .rogu-material-message-item-body__container {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-material-message-item-body.rogu-material-message-item-body--incoming .rogu-material-message-item-body__container {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-material-message-item-body.rogu-material-message-item-body--incoming .rogu-material-message-item-body__container {
background-color: var(--sendbird-dark-background-500); }
.rogu-message-content {
position: relative;
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
margin-bottom: 16px; }
.sendbird-theme--light .rogu-message-content {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-message-content {
color: var(--sendbird-dark-ondark-01); }
.rogu-message-content .rogu-message-content__avatar {
margin-right: 8px;
width: 32px;
height: 32px;
flex-shrink: 0; }
.rogu-message-content .rogu-message-content__content {
display: flex;
flex-direction: column;
align-items: flex-end;
position: relative;
min-width: 100px;
max-width: 548px;
box-sizing: border-box; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__menu {
margin-left: 4px; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble {
display: flex;
flex-direction: column;
padding: 12px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
box-sizing: border-box;
max-width: 100%; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header {
line-height: 0;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin-bottom: 4px;
align-items: center; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__id-container {
display: flex;
align-items: center; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__id-container .rogu-message-content__sender-name {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
word-break: break-all;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__id-container .rogu-message-content__operator-label {
margin-left: 8px;
padding: 4px 12px;
border-radius: 4px;
white-space: nowrap; }
.sendbird-theme--light .rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__id-container .rogu-message-content__operator-label {
color: var(--sendbird-light-onlight-01);
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__id-container .rogu-message-content__operator-label {
color: var(--sendbird-dark-ondark-01);
background-color: var(--sendbird-dark-background-500); }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__menu {
flex-shrink: 0;
display: flex;
align-items: center; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble::before {
content: '';
width: 0;
height: 0;
border-style: solid;
position: absolute;
top: 0; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__body {
display: flex; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__body .rogu-message-content__bubble__body__inner {
min-width: 80px; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__misc {
margin-top: 4px; }
.rogu-message-content.rogu-message-content--incoming {
justify-content: flex-start; }
.rogu-message-content.rogu-message-content--incoming .rogu-message-content__content {
padding-left: 8px; }
.rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble {
border-top-left-radius: 0; }
.sendbird-theme--light .rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble {
background-color: var(--sendbird-dark-background-600); }
.rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble::before {
border-width: 0 8px 8px 0;
left: 0; }
.sendbird-theme--light .rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble::before {
border-color: transparent var(--sendbird-light-background-50) transparent transparent; }
.sendbird-theme--dark .rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble::before {
border-color: transparent var(--sendbird-dark-background-600) transparent transparent; }
.rogu-message-content.rogu-message-content--outgoing {
justify-content: flex-end; }
.rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content {
padding-right: 8px;
padding-left: 40px; }
.rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble {
border-top-right-radius: 0; }
.sendbird-theme--light .rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble {
background-color: var(--sendbird-dark-primary-300); }
.rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble::before {
border-width: 8px 8px 0 0;
right: 0; }
.sendbird-theme--light .rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble::before {
border-color: var(--sendbird-light-primary-100) transparent transparent transparent; }
.sendbird-theme--dark .rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble::before {
border-color: var(--sendbird-dark-primary-300) transparent transparent transparent; }
.rogu-message-content.rogu-message-content--chain-bottom {
margin-bottom: 8px; }
.rogu-message-content.rogu-message-content--chain-top .rogu-message-content__content .rogu-message-content__bubble::before {
display: none; }
.rogu-message-content.rogu-message-content--chain-top.rogu-message-content--incoming .rogu-message-content__content {
padding-left: 48px; }
.rogu-message-content.rogu-message-content--chain-top.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble {
border-top-left-radius: 0; }
.rogu-message-content.rogu-message-content--chain-top.rogu-message-content--outgoing .rogu-message-content__content {
padding-right: 8px; }
.rogu-message-content.rogu-message-content--chain-top.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble {
border-top-right-radius: 0; }
.rogu-message-content:hover .rogu-message-item-menu__trigger {
display: flex; }
.rogu-dropdown__menu {
z-index: 1200;
position: absolute;
top: 100%;
left: 0;
min-width: 180px;
margin: 0;
padding: 8px 0;
border-radius: 4px;
list-style: none; }
.sendbird-theme--light .rogu-dropdown__menu {
box-shadow: var(--sendbird-light-shadow-02);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-dropdown__menu {
box-shadow: var(--sendbird-dark-shadow-02);
background-color: var(--sendbird-dark-background-500); }
.rogu-dropdown__menu .rogu-dropdown__menu-item {
cursor: pointer;
white-space: nowrap;
padding: 16px;
display: flex;
align-items: center; }
.rogu-dropdown__menu .rogu-dropdown__menu-item.disable {
cursor: not-allowed; }
.sendbird-theme--light .rogu-dropdown__menu .rogu-dropdown__menu-item.disable:hover {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-dropdown__menu .rogu-dropdown__menu-item.disable:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .rogu-dropdown__menu .rogu-dropdown__menu-item:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-dropdown__menu .rogu-dropdown__menu-item:hover {
background-color: var(--sendbird-dark-background-400); }
.rogu-dropdown__menu .rogu-dropdown__menu-item .rogu-dropdown__menu-item-icon {
margin-right: 12px;
display: flex;
align-items: center; }
.rogu-dropdown__reaction-bar {
position: absolute;
top: 100%;
left: 0;
min-width: 44px;
max-width: 352px;
max-height: 208px;
overflow-y: scroll;
margin: 0;
padding: 8px;
border-radius: 8px;
list-style: none; }
.sendbird-theme--light .rogu-dropdown__reaction-bar {
box-shadow: var(--sendbird-light-shadow-02);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-dropdown__reaction-bar {
box-shadow: var(--sendbird-dark-shadow-02);
background-color: var(--sendbird-dark-background-500); }
.rogu-dropdown__reaction-bar .rogu-dropdown__reaction-bar__row .sendbird-reaction-button,
.rogu-dropdown__reaction-bar .rogu-dropdown__reaction-bar__row .sendbird-reaction-button--selected {
margin: 4px; }
.rogu-dropdown__menu-backdrop {
background-color: transparent;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.sendbird-reactions--pressed {
display: block !important; }
.rogu-icon--pressed {
display: flex !important; }
.sendbird__offline .rogu-dropdown__menu .rogu-dropdown__menu-item {
cursor: not-allowed; }
.rogu-fileviewer__toast__message {
z-index: 1400;
visibility: hidden;
position: absolute;
bottom: 10%;
left: 50%;
background: rgba(0, 0, 0, 0.7);
border-radius: 24px;
color: #fff;
transform: translateX(-50%);
padding: 10px 25px; }
.rogu-fileviewer__toast__message.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s; }
@-webkit-keyframes fadein {
from {
bottom: 0;
opacity: 0; }
to {
bottom: 10%;
opacity: 1; } }
@keyframes fadein {
from {
bottom: 0;
opacity: 0; }
to {
bottom: 10%;
opacity: 1; } }
@-webkit-keyframes fadeout {
from {
bottom: 10%;
opacity: 1; }
to {
bottom: 0;
opacity: 0; } }
@keyframes fadeout {
from {
bottom: 10%;
opacity: 1; }
to {
bottom: 0;
opacity: 0; } }
.rogu-message-item-menu {
min-width: 20px;
min-height: 26px; }
.rogu-message-item-menu .rogu-message-item-menu__trigger {
display: none; }
.rogu-message-item-menu .rogu-message-item-menu__trigger.sendbird-iconbutton--pressed {
display: flex; }
.sendbird-theme--light .rogu-message-item-menu .rogu-message-item-menu__trigger.sendbird-iconbutton--pressed {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-message-item-menu .rogu-message-item-menu__trigger.sendbird-iconbutton--pressed {
background-color: var(--sendbird-dark-background-500); }
.rogu-delete-message__subtitle {
display: block;
text-align: center; }
.rogu-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 1300; }
.rogu-modal__content {
max-width: 380px;
border-radius: 12px;
z-index: 1301;
padding: 16px;
position: relative;
box-sizing: border-box;
box-shadow: 0 10px 20px rgba(60, 71, 103, 0.06); }
.sendbird-theme--light .rogu-modal__content {
background-color: var(--sendbird-light-background-50);
box-shadow: var(--sendbird-light-shadow-04); }
.sendbird-theme--dark .rogu-modal__content {
background-color: var(--sendbird-dark-background-500);
box-shadow: var(--sendbird-dark-shadow-04); }
.rogu-modal__content .rogu-modal__close {
position: absolute;
top: 16px;
right: 16px;
cursor: pointer; }
.sendbird-theme--light .rogu-modal__content .rogu-modal__close path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-modal__content .rogu-modal__close path {
fill: var(--sendbird-dark-ondark-01); }
.rogu-modal__content .rogu-modal__header {
margin-bottom: 8px;
width: 100%;
text-align: center; }
.rogu-modal__content .rogu-modal__header .rogu-modal__title {
line-height: 22px;
font-weight: 800; }
.rogu-modal__content .rogu-modal__footer {
margin-top: 16px;
text-align: right;
display: flex;
justify-content: space-between;
align-items: center; }
.rogu-modal__content .rogu-modal__footer .rogu-modal-button {
flex: 1 1 0; }
.rogu-modal__content .rogu-modal__footer .rogu-button_text-option {
font-weight: 600;
line-height: 18px; }
.rogu-modal__content .rogu-modal__footer .rogu-button:last-child {
margin-left: 12px; }
.rogu-modal__backdrop {
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0; }
.sendbird-theme--light .rogu-modal__backdrop {
background-color: var(--sendbird-light-overlay-02); }
.sendbird-theme--dark .rogu-modal__backdrop {
background-color: var(--sendbird-dark-overlay-02); }
/* stylelint-disable no-descending-specificity -- False negative */
.rogu-button {
display: inline-block;
box-shadow: none;
border-radius: 26px;
padding: 0;
font-family: var(--sendbird-font-family-default);
cursor: pointer; }
.rogu-button:hover {
box-shadow: none; }
.rogu-button:focus {
outline: none; }
.rogu-button:active {
box-shadow: none; }
.rogu-button.rogu-button__disabled {
cursor: not-allowed; }
.sendbird-theme--light .rogu-button.rogu-button__disabled {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-button.rogu-button__disabled {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .rogu-button.rogu-button__disabled:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-button.rogu-button__disabled:hover {
background-color: var(--sendbird-dark-background-400); }
.rogu-button.rogu-button--big {
height: 40px; }
.rogu-button.rogu-button--big .rogu-button__text {
margin: 10px 16px; }
.rogu-button.rogu-button--small {
height: 32px; }
.rogu-button.rogu-button--small .rogu-button__text {
margin: 6px 16px; }
.sendbird-theme--light .rogu-button.rogu-button--primary {
border: 1px solid var(--sendbird-light-primary-500);
background-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-button.rogu-button--primary {
border: 1px solid var(--sendbird-dark-primary-400);
background-color: var(--sendbird-dark-primary-400); }
.rogu-button.rogu-button--primary .rogu-button__text {
font-weight: 600; }
.sendbird-theme--light .rogu-button.rogu-button--primary .rogu-button__text {
color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-button.rogu-button--primary .rogu-button__text {
color: var(--sendbird-dark-background-600); }
.sendbird-theme--light .rogu-button.rogu-button--secondary {
border: 1px solid var(--sendbird-light-primary-500);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary {
border: 1px solid var(--sendbird-dark-primary-400);
background-color: var(--sendbird-dark-background-600); }
.sendbird-theme--light .rogu-button.rogu-button--secondary .rogu-button__text {
color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary .rogu-button__text {
color: var(--sendbird-dark-primary-400); }
.rogu-button.rogu-button--secondary.rogu-button__disabled {
cursor: not-allowed;
border: none; }
.sendbird-theme--light .rogu-button.rogu-button--secondary.rogu-button__disabled {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary.rogu-button__disabled {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .rogu-button.rogu-button--secondary.rogu-button__disabled .rogu-button__text {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary.rogu-button__disabled .rogu-button__text {
color: var(--sendbird-dark-ondark-02); }
.rogu-button.rogu-button--secondary.rogu-button__disabled:hover {
border: none; }
.sendbird-theme--light .rogu-button.rogu-button--secondary.rogu-button__disabled:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary.rogu-button__disabled:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .rogu-button.rogu-button--secondary.rogu-button__disabled:hover .rogu-button__text {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary.rogu-button__disabled:hover .rogu-button__text {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .rogu-button.rogu-button--danger {
border: 1px solid var(--sendbird-light-error-300);
background-color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .rogu-button.rogu-button--danger {
border: 1px solid var(--sendbird-dark-error-200);
background-color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .rogu-button.rogu-button--danger .rogu-button__text {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .rogu-button.rogu-button--danger .rogu-button__text {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .rogu-button.rogu-button--danger:hover {
background-color: var(--sendbird-light-error-400);
border-color: var(--sendbird-light-error-400); }
.sendbird-theme--dark .rogu-button.rogu-button--danger:hover {
background-color: var(--sendbird-dark-error-400);
border-color: var(--sendbird-dark-error-400); }
.sendbird-theme--light .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-light-error-300);
border-color: var(--sendbird-button-border-focus); }
.sendbird-theme--dark .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-dark-error-300);
border-color: var(--sendbird-button-border-focus); }
.rogu-button.rogu-button--danger:active {
box-shadow: none; }
.sendbird-theme--light .rogu-button.rogu-button--danger:active {
background-color: var(--sendbird-light-error-500); }
.sendbird-theme--dark .rogu-button.rogu-button--danger:active {
background-color: var(--sendbird-dark-error-500); }
.sendbird-theme--light .rogu-button.rogu-button--danger:hover .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-light-error-400); }
.sendbird-theme--dark .rogu-button.rogu-button--danger:hover .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-dark-error-400); }
.sendbird-theme--light .rogu-button.rogu-button--danger:active .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-light-error-500); }
.sendbird-theme--dark .rogu-button.rogu-button--danger:active .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-dark-error-500); }
.rogu-button.rogu-button--disabled {
border: 1px solid transparent;
cursor: not-allowed; }
.sendbird-theme--light .rogu-button.rogu-button--disabled {
background-color: var(--sendbird-light-background-200);
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .rogu-button.rogu-button--disabled {
background-color: var(--sendbird-dark-background-400);
color: var(--sendbird-dark-onlight-01); }
.rogu-fileviewer__header__right__actions__download,
.rogu-fileviewer__header__right__actions__delete,
.rogu-fileviewer__header__right__actions__close {
box-sizing: border-box;
cursor: pointer; }
.sendbird-theme--light .rogu-fileviewer__header__right__actions__download path, .sendbird-theme--light
.rogu-fileviewer__header__right__actions__delete path, .sendbird-theme--light
.rogu-fileviewer__header__right__actions__close path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-fileviewer__header__right__actions__download path, .sendbird-theme--dark
.rogu-fileviewer__header__right__actions__delete path, .sendbird-theme--dark
.rogu-fileviewer__header__right__actions__close path {
fill: var(--sendbird-dark-ondark-01); }
.rogu-fileviewer__header__right__actions__download,
.rogu-fileviewer__header__right__actions__delete {
margin-right: 24px; }
.rogu-fileviewer__header__right__actions__close {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 0 16px; }
.rogu-fileviewer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1300; }
.sendbird-theme--light .rogu-fileviewer {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-fileviewer {
background-color: var(--sendbird-dark-background-600); }
.rogu-fileviewer .rogu-fileviewer__header {
height: 60px;
min-height: 60px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
box-shadow: 0 1px 0 #d4d9e0; }
@media (min-width: 640px) {
.rogu-fileviewer .rogu-fileviewer__header {
padding: 0 16px; } }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__left {
display: flex;
align-items: center;
padding: 10px 16px;
min-width: 0;
overflow: hidden; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__left .rogu-fileviewer__header__left__avatar {
margin-right: 12px;
flex-shrink: 0; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__left .rogu-fileviewer__header__left__metadata {
min-width: 0; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__left .rogu-fileviewer__header__left__metadata .rogu-fileviewer__header__left__sender-name {
width: 100%;
max-width: 500px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__left .rogu-fileviewer__header__left__metadata .rogu-fileviewer__header__left__createdat {
width: 100%;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__right {
display: flex;
align-items: center; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__right .rogu-fileviewer__header__right__actions {
display: flex; }
.sendbird-theme--light .rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__right .rogu-fileviewer__header__right__actions__close {
border-left: 1px solid #e6ebf1; }
.sendbird-theme--dark .rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__right .rogu-fileviewer__header__right__actions__close {
border-left: 1px solid #e6ebf1; }
.rogu-fileviewer .rogu-fileviewer__content {
height: calc(100% - 72px);
padding-top: 8px;
overflow-y: auto;
display: flex;
align-items: center;
justify-content: center;
background: rgba(241, 244, 249, 0.95);
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px); }
.rogu-fileviewer .rogu-fileviewer__content .rogu-fileviewer__content__video {
max-width: 100%;
max-height: 100%; }
@media (min-width: 640px) {
.rogu-fileviewer .rogu-fileviewer__content .rogu-fileviewer__content__video {
max-width: 80%;
max-height: 80%; } }
.rogu-fileviewer .rogu-fileviewer__content .rogu-fileviewer__content__img {
max-width: 90%;
max-height: 90%; }
.rogu-fileviewer .rogu-fileviewer__content .rogu-fileviewer__content__unsupported {
max-width: 100%;
max-height: 100%;
display: flex;
justify-content: center;
align-items: center; }
/* stylelint-disable no-descending-specificity -- False negative */
.sendbird-avatar {
display: inline-block;
overflow: hidden;
border-radius: 50%;
position: relative; }
.sendbird-avatar:focus {
outline: none; }
.sendbird-avatar .sendbird-avatar-img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center; }
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img {
background-color: var(--sendbird-dark-background-300); }
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child {
transform: translate(2%, -50%); }
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child {
transform: translate(-102%, -50%); }
.sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child {
transform: translate(-50%, -102%); }
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child {
transform: translate(-77%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child {
transform: translate(-23%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child {
transform: translate(-77%, -77%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2) {
transform: translate(-23%, -77%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3) {
transform: translate(-77%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child {
transform: translate(-23%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar-img--default {
display: flex;
justify-content: center;
align-items: center; }
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default {
background-color: var(--sendbird-dark-background-300); }
.rogu-date-separator {
width: 100%;
text-align: center;
margin-bottom: 1rem;
position: -webkit-sticky;
position: sticky;
top: 1rem;
z-index: 1000; }
.rogu-date-separator .rogu-date-separator__content {
padding: 4px 8px;
border-radius: 4px;
text-transform: uppercase; }
.sendbird-theme--light .rogu-date-separator .rogu-date-separator__content {
color: var(--sendbird-light-onlight-01);
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-date-separator .rogu-date-separator__content {
color: var(--sendbird-dark-ondark-01);
background-color: var(--sendbird-dark-background-500); }
.rogu-notification {
margin-top: 8px;
margin-left: 24px;
margin-right: 24px;
border-radius: 2px;
padding: 0 2px;
height: 32px;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-theme--light .rogu-notification {
background-color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .rogu-notification {
background-color: var(--sendbird-dark-secondary-200); }
.rogu-notification .rogu-notification__text {
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px; }
.rogu-notification:hover {
cursor: pointer; }
.sendbird-theme--light .rogu-notification:hover {
background-color: var(--sendbird-light-secondary-200); }
.sendbird-theme--dark .rogu-notification:hover {
background-color: var(--sendbird-dark-secondary-200); }
.sendbird-theme--light .rogu-notification.rogu-notification--frozen {
background-color: var(--sendbird-light-information-100); }
.sendbird-theme--dark .rogu-notification.rogu-notification--frozen {
background-color: var(--sendbird-dark-information-100); }
.sendbird-theme--light .rogu-notification.rogu-notification--frozen .rogu-notification__text {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-notification.rogu-notification--frozen .rogu-notification__text {
color: var(--sendbird-dark-onlight-01); }
.rogu-message-input .rogu-message-input__form {
display: flex;
align-items: flex-end;
width: 100%;
position: relative; }
.rogu-message-input .rogu-message-input__form .rogu-message-input__textarea {
width: calc(100% - 48px);
border-radius: 42px;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1;
height: 36px;
overflow-y: hidden;
letter-spacing: normal;
padding: 9px 64px 9px 16px;
box-sizing: border-box;
resize: none;
font-family: var(--sendbird-font-family-default);
background-color: inherit; }
.sendbird-theme--light .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea {
color: var(--sendbird-light-onlight-01);
caret-color: var(--sendbird-light-primary-300);
border: solid 1px var(--sendbird-light-onlight-03);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea {
color: var(--sendbird-dark-ondark-01);
caret-color: var(--sendbird-dark-primary-200);
border: solid 1px var(--sendbird-dark-ondark-03);
background-color: var(--sendbird-dark-background-500); }
.rogu-message-input .rogu-message-input__form .rogu-message-input__textarea:focus {
outline: none; }
.sendbird-theme--light .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea:focus {
color: var(--sendbird-light-onlight-01);
border: solid 1px var(--sendbird-light-primary-300);
box-shadow: var(--sendbird-light-shadow-message-input); }
.sendbird-theme--dark .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea:focus {
color: var(--sendbird-dark-ondark-01);
border: solid 1px var(--sendbird-dark-primary-200);
box-shadow: var(--sendbird-dark-shadow-message-input); }
.sendbird-theme--light .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea:active {
border: solid 1px var(--rogu-message-input-border-active);
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea:active {
border: solid 1px var(--rogu-message-input-border-active);
color: var(--sendbird-dark-ondark-01); }
.rogu-message-input .rogu-message-input__form .rogu-message-input__placeholder {
position: absolute;
pointer-events: none;
top: 9px;
left: 16px;
font-family: var(--sendbird-font-family-default);
font-size: 14px;
line-height: 1.43; }
.sendbird-theme--light .rogu-message-input .rogu-message-input__form .rogu-message-input__placeholder {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .rogu-message-input .rogu-message-input__form .rogu-message-input__placeholder {
color: var(--sendbird-dark-ondark-03); }
.rogu-message-input .rogu-message-input__form .rogu-message-input__attach {
position: absolute;
right: 56px;
bottom: 0;
padding: 0; }
.rogu-message-input .rogu-message-input__form .rogu-message-input__attach:hover {
background-color: transparent !important;
transform: scale(1.2); }
.rogu-message-input .rogu-message-input__form .rogu-message-input__send {
right: 0;
bottom: 0;
width: 36px;
height: 36px;
padding: 0;
border-radius: 50%;
margin-left: 12px; }
.rogu-message-input .rogu-message-input__form .rogu-message-input__send:hover {
transform: scale(1.2); }
.sendbird-theme--light .rogu-message-input .rogu-message-input__form .rogu-message-input__send {
background-color: var(--sendbird-light-primary-500);
box-shadow: 0 2px 12px var(--sendbird-light-overlay-02); }
.sendbird-theme--dark .rogu-message-input .rogu-message-input__form .rogu-message-input__send {
background-color: var(--sendbird-dark-primary-400);
box-shadow: 0 2px 12px var(--sendbird-dark-overlay-02); }
.rogu-message-input .rogu-message-input__form .rogu-message-input__attach__input {
display: none; }
.rogu-message-input .rogu-message-input__url-loading {
margin-bottom: 8px; }
.rogu-message-input.rogu-message-input--preview .rogu-message-input__form,
.rogu-message-input.rogu-message-input--preview .rogu-message-input__replied-preview {
position: relative;
z-index: 1301; }
.rogu-message-input.rogu-message-input--disabled .rogu-message-input__form {
pointer-events: none;
cursor: not-allowed; }
.sendbird-theme--light .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form .rogu-message-input__textarea {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form .rogu-message-input__textarea {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form .rogu-message-input__send {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form .rogu-message-input__send {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form svg {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form svg {
fill: var(--sendbird-dark-ondark-03); }
.rogu-archived-banner {
margin: -12px -16px;
padding: 0.75rem 1rem;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box; }
.sendbird-theme--light .rogu-archived-banner {
background-color: var(--sendbird-light-background-700); }
.sendbird-theme--dark .rogu-archived-banner {
background-color: var(--sendbird-dark-background-50); }
.rogu-archived-banner .rogu-archived-banner__message {
text-align: center;
font-weight: 400; }
/*# sourceMappingURL=index.css.map */ | release/dist/cjs/dist/index.css | .sendbird-openchannel-settings {
height: 100%;
width: 320px;
display: inline-block;
overflow-y: scroll;
position: relative; }
.sendbird-theme--light .sendbird-openchannel-settings {
background-color: var(--sendbird-light-background-50);
border-left: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-settings {
background-color: var(--sendbird-dark-background-600);
border-left: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-settings .sendbird-participants-accordion__footer {
text-align: left;
padding-top: 16px;
padding-left: 16px; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__accordion-icon,
.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-icon__delete {
position: absolute;
left: 16px; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__participant {
height: 100%; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__participants-list {
padding-top: 64px;
height: calc(100% - 64px);
overflow-y: scroll; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header {
display: block;
width: 100%;
position: absolute;
top: 0;
left: 0; }
.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header {
background-color: var(--sendbird-dark-background-600); }
.sendbird-openchannel-settings .sendbird-participants-accordion,
.sendbird-openchannel-settings .sendbird-openchannel-settings__delete-channel {
text-align: left; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__members .sendbird-badge__text {
margin-top: -2px; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__header {
height: 64px;
min-height: 64px;
position: relative;
padding: 20px 24px;
box-sizing: border-box;
text-align: left; }
.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__header {
border-bottom: solid 1px var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__header {
border-bottom: solid 1px var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon {
cursor: pointer;
position: absolute;
top: 20px;
right: 16px; }
.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-openchannel-settings .sendbird-openchannel-settings__placeholder {
margin-top: 40%; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__url {
padding: 16px;
box-sizing: border-box;
position: relative; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__url:hover .sendbird-openchannel-settings__copy-icon {
display: inline-block; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__copy-icon {
cursor: pointer;
position: absolute;
display: none;
top: 10px;
right: 18px; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value {
margin-top: 8px; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value,
.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-label {
text-align: left;
display: block;
word-wrap: break-word; }
.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__url {
background-color: var(--sendbird-light-background-50);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url {
background-color: var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item {
display: block;
cursor: pointer;
box-sizing: border-box;
position: relative;
padding: 12px 22px 10px 56px; }
.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item {
background-color: var(--sendbird-light-background-50);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item {
background-color: var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item:focus {
outline: none; }
.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item.sendbird-channel-settings__panel-item__disabled {
cursor: not-allowed; }
.sendbird-openchannel-settings .sendbird-participants-accordion__member {
position: relative;
padding: 12px 0px 12px 56px;
height: 40px;
box-sizing: border-box;
text-align: left; }
.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-label {
max-width: 240px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-openchannel-settings .sendbird-participants-accordion__member-avatar {
position: absolute;
left: 16px;
top: 10px;
cursor: pointer; }
.sendbird-openchannel-conversation {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
width: 100%; }
.sendbird-theme--light .sendbird-openchannel-conversation {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-openchannel-conversation {
background-color: var(--sendbird-dark-background-600); }
.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll {
overflow-y: auto;
flex: 1 1 0;
order: 2;
width: 100%; }
.sendbird-openchannel-conversation .sendbird-openchannel-footer {
order: 3;
padding: 12px 24px 24px 24px; }
.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container {
display: flex;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
flex-direction: column; }
.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container .sendbird-openchannel-conversation-scroll-padding {
flex: 1 1 0; }
.sendbird-openchannel-conversation-header {
position: relative;
min-height: 64px;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-openchannel-conversation-header {
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-conversation-header {
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title {
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
max-width: calc(100% - 120px); }
.sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image] {
position: absolute;
left: 20px;
top: 16px; }
.sendbird-openchannel-conversation-header__left__title {
position: absolute;
left: 60px;
top: 12px; }
.sendbird-openchannel-conversation-header__left__sub-title {
position: absolute;
left: 60px;
top: 36px; }
.sendbird-openchannel-conversation-header__right {
position: absolute;
top: 0px;
right: 0px;
width: 64px;
height: 64px; }
.sendbird-openchannel-conversation-header__right__trigger {
position: absolute;
top: 16px;
right: 16px;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-openchannel-conversation-header__left__cover-image--icon {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%; }
.sendbird-theme--light .sendbird-openchannel-conversation-header__left__cover-image--icon {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon {
background-color: var(--sendbird-dark-background-300); }
.sendbird-openchannel-profile {
position: relative;
text-align: center;
padding: 32px 40px 27px 40px; }
.sendbird-theme--light .sendbird-openchannel-profile {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-openchannel-profile {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-openchannel-profile .sendbird-openchannel-profile--inner {
height: 116px; }
.sendbird-openchannel-profile .sendbird-openchannel-profile__avatar {
margin-bottom: 16px;
text-align: center; }
.sendbird-openchannel-profile .sendbird-openchannel-profile__title {
max-width: 240px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
height: 18px; }
.sendbird-openchannel-profile .sendbird-openchannel-profile__edit {
position: absolute;
top: 10px;
right: 16px; }
.sendbird-frozen-channel-notification {
position: relative;
margin-top: 8px;
margin-right: 24px;
margin-left: 24px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px; }
.sendbird-theme--light .sendbird-frozen-channel-notification {
background-color: var(--sendbird-light-information-100); }
.sendbird-theme--dark .sendbird-frozen-channel-notification {
background-color: var(--sendbird-dark-information-100); }
.sendbird-openchannel-conversation-scroll {
position: relative;
width: 100%; }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container {
position: -webkit-sticky;
position: sticky;
width: 100%;
bottom: 0px;
height: 100%; }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__padding {
height: 8px; }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button {
position: -webkit-sticky;
position: sticky;
display: flex;
align-items: center;
justify-content: center;
bottom: 8px;
left: calc(50% - 20px);
width: 40px;
height: 40px;
border-radius: 24px;
z-index: 1; }
.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button {
background-color: var(--sendbird-light-primary-300);
box-shadow: var(--sendbird-light-shadow-05); }
.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button {
background-color: var(--sendbird-dark-primary-200);
box-shadow: var(--sendbird-dark-shadow-05); }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active {
background-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container--no-messages {
width: 100%;
height: calc(100% - 8px); }
.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container--no-messages .sendbird-openchannel-conversation-scroll__container__place-holder {
width: 100%;
height: 100%; }
.sendbird-openchannel-admin-message {
position: relative;
margin: 16px 24px;
padding: 12px 16px;
border-radius: 4px; }
.sendbird-theme--light .sendbird-openchannel-admin-message {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-admin-message {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-openchannel-admin-message:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-admin-message:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-openchannel-admin-message .sendbird-openchannel-admin-message__text {
word-wrap: break-word; }
.sendbird-openchannel-user-message {
position: relative;
display: flex;
flex-direction: row;
width: 100%; }
.sendbird-theme--light .sendbird-openchannel-user-message:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-user-message:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-openchannel-user-message:hover .sendbird-openchannel-user-message__context-menu {
display: block; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__left {
position: relative;
display: flex;
width: 52px;
min-width: 52px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__left .sendbird-openchannel-user-message__left__avatar {
position: relative;
display: flex;
margin-top: 8px;
margin-left: 24px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
margin: 8px 24px 8px 12px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top {
position: relative;
display: flex;
margin-bottom: 2px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sender-name {
position: relative;
display: flex; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sent-at {
position: relative;
display: flex;
margin-left: 4px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom {
position: relative;
display: flex;
width: 100%; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom .sendbird-openchannel-user-message__right__bottom__message {
position: relative;
word-break: break-all; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__tail {
position: relative;
top: 2px; }
.sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu {
position: absolute;
right: 16px;
display: none; }
.sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover {
background-color: var(--sendbird-dark-background-700); }
.sendbird-openchannel-og-message {
position: relative;
display: flex;
flex-direction: column;
width: 100%; }
.sendbird-theme--light .sendbird-openchannel-og-message:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-og-message:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-openchannel-og-message:hover .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu {
display: block; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top {
box-sizing: border-box;
position: relative;
display: flex;
flex-direction: row; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left {
position: relative;
display: flex;
width: 52px;
min-width: 52px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left .sendbird-openchannel-og-message__top__left__avatar {
position: absolute;
display: flex;
top: 8px;
left: 24px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right {
position: relative;
display: flex;
box-sizing: border-box;
flex-direction: column;
margin: 8px 24px 8px 12px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title {
position: relative;
display: flex;
margin-bottom: 2px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sender-name {
position: relative;
display: flex; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sent-at {
position: relative;
display: flex;
margin-left: 4px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message {
position: relative;
display: inline;
white-space: pre-wrap;
word-break: break-all; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu {
position: absolute;
right: 16px;
display: none; }
.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover {
background-color: var(--sendbird-dark-background-700); }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom {
position: relative;
display: inline;
margin-bottom: 8px;
width: 100%; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag {
position: relative;
display: inline-block;
box-sizing: border-box;
width: calc(100% - 64px);
max-width: 360px;
left: 64px;
padding: 12px 12px 4px 12px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag {
border: solid 1px var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag {
border: solid 1px var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-500); }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__url {
position: relative;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 8px;
max-width: 336px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title {
position: relative;
display: inline-block;
white-space: pre-wrap;
overflow-wrap: normal;
margin-bottom: 8px;
max-width: 336px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover {
color: var(--sendbird-dark-primary-200); }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__description {
position: relative;
display: block;
white-space: pre-wrap;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
max-height: 32px;
margin-bottom: 8px;
width: 100%;
max-width: 336px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail {
box-sizing: border-box;
position: relative;
display: block;
margin-top: 4px;
margin-bottom: 8px;
width: 100%; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail:hover {
cursor: pointer; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image {
border-radius: 8px;
width: 100%;
min-width: 200px;
max-width: 336px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image--placeholder {
border-radius: 8px;
width: 100%;
min-width: 200px;
max-width: 336px; }
.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top__right__tail {
position: relative;
left: 64px;
top: 2px; }
.sendbird-openchannel-og-message--word {
display: inline;
margin: 0px 2px;
word-break: break-all; }
.sendbird-theme--light .sendbird-openchannel-og-message--word--link {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-openchannel-og-message--word--link {
color: var(--sendbird-dark-primary-200); }
.sendbird-openchannel-thumbnail-message {
position: relative;
display: flex;
flex-direction: row; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu {
display: block; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover {
background-color: var(--sendbird-dark-background-700); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left {
position: relative;
display: flex;
width: 52px;
min-width: 52px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left .sendbird-openchannel-thumbnail-message__left__avatar {
position: absolute;
display: inline;
margin-top: 8px;
margin-left: 28px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right {
position: relative;
display: flex;
flex-direction: column;
margin-top: 8px;
margin-bottom: 8px;
margin-left: 12px;
width: calc(100% - 64px); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title {
position: relative;
display: inline;
margin-bottom: 4px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sender-name {
position: relative;
display: inline;
margin-right: 4px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sent-at {
position: relative;
display: inline; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body {
position: relative;
display: flex;
border-radius: 8px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body:hover .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay {
opacity: 1; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap {
position: relative;
box-sizing: content-box; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay {
position: absolute;
opacity: 0;
width: 100%;
height: 100%;
max-width: 360px;
top: 0px;
left: 0px;
border-radius: 8px;
cursor: pointer; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay {
background-color: var(--sendbird-light-overlay-02); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay {
background-color: var(--sendbird-dark-overlay-02); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video {
max-width: 360px;
max-height: 360px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video:hover {
cursor: pointer; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__video {
max-width: 360px;
max-height: 360px;
border-radius: 8px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__icon {
position: absolute;
top: calc(50% - 28px);
left: calc(50% - 28px); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon {
padding: 107px 152px 107px 152px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image {
border-radius: 8px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon {
padding: 107px 152px 107px 152px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown {
padding: 107px 152px 107px 152px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown {
background-color: var(--sendbird-dark-background-500); }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__tail {
position: relative;
top: 2px; }
.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__context-menu {
position: absolute;
display: none;
top: 8px;
right: 16px; }
.sendbird-openchannel-file-message {
position: relative;
display: flex;
flex-direction: row; }
.sendbird-theme--light .sendbird-openchannel-file-message:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-openchannel-file-message:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-openchannel-file-message:hover .sendbird-openchannel-file-message__context-menu {
display: block; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__left {
position: relative;
display: flex;
width: 52px;
min-width: 52px; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__left .sendbird-openchannel-file-message__left__avatar {
position: absolute;
display: block;
margin-top: 8px;
margin-left: 24px; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right {
position: relative;
display: flex;
flex-direction: column;
margin-left: 12px;
margin-bottom: 4px; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title {
position: relative;
display: flex;
margin-top: 8px; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sender-name {
position: relative;
display: flex; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sent-at {
position: relative;
display: flex;
margin-left: 4px; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body {
position: relative;
display: flex;
margin-top: 4px;
margin-bottom: 4px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body {
background-color: var(--sendbird-light-background-100);
border: solid 1px var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body {
background-color: var(--sendbird-dark-background-500);
border: solid 1px var(--sendbird-dark-ondark-04); }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon {
position: relative;
display: inline-block;
margin: 8px;
border-radius: 8.6px; }
.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon {
background-color: var(--sendbird-dark-background-600); }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__file-name {
position: relative;
display: flex;
margin-top: 22px;
margin-right: 16px;
margin-left: 4px;
overflow: hidden;
height: 20px;
max-height: 20px;
text-overflow: ellipsis; }
.sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu {
position: absolute;
display: none;
top: 8px;
right: 16px; }
.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover {
background-color: var(--sendbird-dark-background-700); }
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
:root {
--sendbird-light-primary-500: #491389;
--sendbird-light-primary-400: #6211c8;
--sendbird-light-primary-300: #742ddd;
--sendbird-light-primary-200: #c2a9fa;
--sendbird-light-primary-100: #dbd1ff;
--sendbird-light-secondary-500: #066858;
--sendbird-light-secondary-400: #027d69;
--sendbird-light-secondary-300: #259c72;
--sendbird-light-secondary-200: #69c085;
--sendbird-light-secondary-100: #a8e2ab;
--sendbird-light-information-100: #adc9ff;
--sendbird-light-error-500: #9d091e;
--sendbird-light-error-400: #bf0711;
--sendbird-light-error-300: #de360b;
--sendbird-light-error-200: #f66161;
--sendbird-light-error-100: #fdaaaa;
--sendbird-light-background-700: #000000;
--sendbird-light-background-600: #161616;
--sendbird-light-background-500: #2C2C2C;
--sendbird-light-background-400: #393939;
--sendbird-light-background-300: #bdbdbd;
--sendbird-light-background-200: #e0e0e0;
--sendbird-light-background-100: #eeeeee;
--sendbird-light-background-50: #FFFFFF;
--sendbird-light-overlay-01: rgba(0, 0, 0, 0.55);
--sendbird-light-overlay-02: rgba(0, 0, 0, 0.32);
--sendbird-light-onlight-01: rgba(0, 0, 0, 0.88);
--sendbird-light-onlight-02: rgba(0, 0, 0, 0.50);
--sendbird-light-onlight-03: rgba(0, 0, 0, 0.38);
--sendbird-light-onlight-04: rgba(0, 0, 0, 0.12);
--sendbird-light-ondark-01: rgba(255, 255, 255, 0.88);
--sendbird-light-ondark-02: rgba(255, 255, 255, 0.50);
--sendbird-light-ondark-03: rgba(255, 255, 255, 0.38);
--sendbird-light-ondark-04: rgba(255, 255, 255, 0.12);
--sendbird-light-shadow-01: 0 1px 5px 0 rgba(33, 34, 66, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.08), 0 2px 1px 0 rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-02: 0 3px 5px -3px rgba(33, 34, 66, 0.04), 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-03: 0 6px 10px -5px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-04: 0 9px 15px -7px rgba(0, 0, 0, 0.04), 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-05: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-message-input: 0 1px 5px 0 rgba(33, 34, 66, 0.12), 0 0 1px 0 rgba(33, 34, 66, 0.16), 0 2px 1px 0 rgba(33, 34, 66, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
:root {
--sendbird-dark-primary-500: #491389;
--sendbird-dark-primary-400: #6211c8;
--sendbird-dark-primary-300: #742ddd;
--sendbird-dark-primary-200: #c2a9fa;
--sendbird-dark-primary-100: #dbd1ff;
--sendbird-dark-secondary-500: #066858;
--sendbird-dark-secondary-400: #027d69;
--sendbird-dark-secondary-300: #259c72;
--sendbird-dark-secondary-200: #69c085;
--sendbird-dark-secondary-100: #a8e2ab;
--sendbird-dark-information-100: #adc9ff;
--sendbird-dark-error-500: #9d091e;
--sendbird-dark-error-400: #bf0711;
--sendbird-dark-error-300: #de360b;
--sendbird-dark-error-200: #f66161;
--sendbird-dark-error-100: #fdaaaa;
--sendbird-dark-background-700: #000000;
--sendbird-dark-background-600: #161616;
--sendbird-dark-background-500: #2C2C2C;
--sendbird-dark-background-400: #393939;
--sendbird-dark-background-300: #bdbdbd;
--sendbird-dark-background-200: #e0e0e0;
--sendbird-dark-background-100: #eeeeee;
--sendbird-dark-background-50: #FFFFFF;
--sendbird-dark-overlay-01: rgba(0, 0, 0, 0.55);
--sendbird-dark-overlay-02: rgba(0, 0, 0, 0.32);
--sendbird-dark-onlight-01: rgba(0, 0, 0, 0.88);
--sendbird-dark-onlight-02: rgba(0, 0, 0, 0.50);
--sendbird-dark-onlight-03: rgba(0, 0, 0, 0.38);
--sendbird-dark-onlight-04: rgba(0, 0, 0, 0.12);
--sendbird-dark-ondark-01: rgba(255, 255, 255, 0.88);
--sendbird-dark-ondark-02: rgba(255, 255, 255, 0.50);
--sendbird-dark-ondark-03: rgba(255, 255, 255, 0.38);
--sendbird-dark-ondark-04: rgba(255, 255, 255, 0.12);
--sendbird-dark-shadow-01: 0 1px 5px 0 rgba(33, 34, 66, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.08), 0 2px 1px 0 rgba(0, 0, 0, 0.12);
--sendbird-dark-shadow-02: 0 3px 5px -3px rgba(33, 34, 66, 0.04), 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.12);
--sendbird-dark-shadow-03: 0 6px 10px -5px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.12);
--sendbird-dark-shadow-04: 0 9px 15px -7px rgba(0, 0, 0, 0.04), 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.12);
--sendbird-light-shadow-05: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
--sendbird-dark-shadow-message-input: 0 1px 5px 0 rgba(33, 34, 66, 0.12), 0 0 1px 0 rgba(33, 34, 66, 0.16), 0 2px 1px 0 rgba(33, 34, 66, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
:root {
--sendbird-iconbutton-color: #825eeb;
--sendbird-message-input-border-active: #7B53EF;
--sendbird-selected-reaction-button-border-hover: #9E8CF5;
--sendbird-add-reaction-button-border-hover: #9E8CF5;
--sendbird-tooltip-background: #000000;
--sendbird-tooltip-text-color: rgba(255, 255, 255, 0.88);
--sendbird-button-border-focus: #FFFFFF;
--sendbird-file-message-icon-background: #FFFFFF;
--sendbird-font-family-default: 'Roboto', sans-serif;
--sendbird-message-balloon-width: 404px; }
.sendbird__offline .sendbird-channel-preview {
cursor: not-allowed; }
.sendbird-channel-preview {
position: relative;
cursor: pointer;
box-sizing: border-box;
width: 320px;
height: 80px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 12px 16px 12px 16px; }
.sendbird-theme--light .sendbird-channel-preview {
border-bottom: solid 1px var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-channel-preview {
border-bottom: solid 1px var(--sendbird-dark-ondark-04); }
.sendbird-channel-preview:focus {
outline: none; }
.sendbird-channel-preview .sendbird-channel-preview__avatar {
width: 56px;
height: 56px; }
.sendbird-channel-preview .sendbird-channel-preview__content {
width: 100%;
height: 100%;
margin-left: 16px; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper {
display: flex;
justify-content: space-between;
width: 216px;
height: 16px; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header {
display: flex;
justify-content: flex-start;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__broadcast-icon {
padding-right: 4px; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__channel-name {
overflow: hidden;
text-overflow: ellipsis;
max-width: 128px;
word-break: break-all;
white-space: nowrap; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__total-members {
margin-top: 2px;
margin-left: 4px; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__frozen-icon {
padding-left: 4px; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at {
margin-left: 4px;
margin-bottom: 4px;
white-space: nowrap; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower {
margin-top: 8px;
width: 216px;
height: 32px;
display: flex;
justify-content: space-between; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message {
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count {
margin-left: 8px;
margin-bottom: 12px; }
.sendbird-channel-preview .sendbird-channel-preview__action {
position: absolute;
top: 12px;
right: 12px;
display: inline-block; }
.sendbird-channel-preview .sendbird-channel-preview__action .sendbird-iconbutton {
display: none; }
.sendbird-theme--light .sendbird-channel-preview:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-channel-preview:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-channel-preview:hover .sendbird-channel-preview__action .sendbird-iconbutton {
display: inline-block; }
.sendbird-channel-preview:hover .sendbird-channel-preview__content__upper__last-message-at {
display: none; }
.sendbird-channel-preview:hover .sendbird-channel-preview__content__lower__unread-message-count {
display: none; }
.sendbird-channel-preview--active {
padding: 12px 16px 12px 12px; }
.sendbird-theme--light .sendbird-channel-preview--active {
border-left: solid 4px var(--sendbird-light-primary-300);
border-bottom: solid 1px var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-channel-preview--active {
border-left: solid 4px var(--sendbird-dark-primary-200);
border-bottom: solid 1px var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-700); }
.sendbird-theme--light .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name {
color: var(--sendbird-dark-primary-200); }
.sendbird-chat-header--default-avatar {
width: 56px;
height: 56px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%; }
.sendbird-theme--light .sendbird-chat-header--default-avatar {
background-color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-chat-header--default-avatar {
background-color: var(--sendbird-dark-secondary-200); }
.sendbird-image-renderer {
overflow: hidden;
position: relative; }
.sendbird-image-renderer__hidden-image-loader {
display: none; }
.sendbird-icon {
display: inline-block; }
.sendbird-icon:focus {
outline: none; }
.sendbird-theme--light .sendbird-icon-color--primary [class*='fill'] {
fill: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-icon-color--primary [class*='fill'] {
fill: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-icon-color--primary [class*='stroke'] {
stroke: var(--sendbird-light-primary-300);
stroke-width: 2px;
stroke-linejoin: round; }
.sendbird-theme--dark .sendbird-icon-color--primary [class*='stroke'] {
stroke: var(--sendbird-dark-primary-200);
stroke-width: 2px;
stroke-linejoin: round; }
.sendbird-theme--light .sendbird-icon-color--secondary [class*='fill'] {
fill: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-icon-color--secondary [class*='fill'] {
fill: var(--sendbird-dark-secondary-200); }
.sendbird-theme--light .sendbird-icon-color--content [class*='fill'] {
fill: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-icon-color--content [class*='fill'] {
fill: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-icon-color--content-inverse [class*='fill'] {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-icon-color--content-inverse [class*='fill'] {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-icon-color--white [class*='fill'] {
fill: #ffffff; }
.sendbird-icon-color--gray [class*='fill'] {
fill: var(--sendbird-light-onlight-04); }
.sendbird-theme--light .sendbird-icon-color--sent [class*='fill'] {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-icon-color--sent [class*='fill'] {
fill: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-icon-color--read [class*='fill'] {
fill: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-icon-color--read [class*='fill'] {
fill: var(--sendbird-dark-secondary-200); }
.sendbird-theme--light .sendbird-icon-color--on-background-1 [class*='fill'] {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-icon-color--on-background-1 [class*='fill'] {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-icon-color--on-background-2 [class*='fill'] {
fill: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-icon-color--on-background-2 [class*='fill'] {
fill: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-icon-color--on-background-3 [class*='fill'] {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-icon-color--on-background-3 [class*='fill'] {
fill: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-icon-color--background-3 [class*='fill'] {
fill: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-icon-color--background-3 [class*='fill'] {
fill: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-icon-color--error [class*='fill'] {
fill: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-icon-color--error [class*='fill'] {
fill: var(--sendbird-dark-error-200); }
.sendbird-avatar {
display: inline-block;
overflow: hidden;
border-radius: 50%;
position: relative; }
.sendbird-avatar:focus {
outline: none; }
.sendbird-avatar .sendbird-avatar-img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center; }
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img {
background-color: var(--sendbird-dark-background-300); }
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child {
transform: translate(2%, -50%); }
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child {
transform: translate(-102%, -50%); }
.sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child {
transform: translate(-50%, -102%); }
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child {
transform: translate(-77%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child {
transform: translate(-23%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child {
transform: translate(-77%, -77%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2) {
transform: translate(-23%, -77%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3) {
transform: translate(-77%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child {
transform: translate(-23%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar-img--default {
display: flex;
justify-content: center;
align-items: center; }
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default {
background-color: var(--sendbird-dark-background-300); }
.sendbird-badge {
height: 20px;
min-width: 20px;
border-radius: 10px;
display: inline-block; }
.sendbird-theme--light .sendbird-badge {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-badge {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-badge .sendbird-badge__text {
margin: 0px 6px; }
[class*=sendbird-label] {
font-family: var(--sendbird-font-family-default); }
.sendbird-label--h-1 {
font-size: 20px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: -0.2px; }
.sendbird-label--h-2 {
font-size: 18px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: -0.2px; }
.sendbird-label--subtitle-1 {
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.38;
letter-spacing: -0.2px; }
.sendbird-label--subtitle-2 {
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.14;
letter-spacing: -0.2px; }
.sendbird-label--body-1 {
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--body-2 {
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal; }
.sendbird-label--button-1 {
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--button-2 {
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--caption-1 {
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--caption-2 {
font-size: 12px;
font-weight: bold;
font-style: normal;
line-height: 1;
letter-spacing: normal; }
.sendbird-label--caption-3 {
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal; }
.sendbird-theme--light .sendbird-label--color-onbackground-1 {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-label--color-onbackground-1 {
color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-label--color-onbackground-2 {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-label--color-onbackground-2 {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-label--color-onbackground-3 {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-label--color-onbackground-3 {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-label--color-onbackground-4 {
color: var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-label--color-onbackground-4 {
color: var(--sendbird-dark-ondark-04); }
.sendbird-theme--light .sendbird-label--color-oncontent-1 {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-label--color-oncontent-1 {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-label--color-oncontent-2 {
color: var(--sendbird-light-ondark-02); }
.sendbird-theme--dark .sendbird-label--color-oncontent-2 {
color: var(--sendbird-dark-onlight-02); }
.sendbird-theme--light .sendbird-label--color-primary {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-label--color-primary {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-label--color-error {
color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-label--color-error {
color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .sendbird-label--color-secondary-3 {
color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-label--color-secondary-3 {
color: var(--sendbird-dark-secondary-200); }
.sendbird-iconbutton {
color: var(--sendbird-iconbutton-color);
display: inline-flex;
justify-content: center;
align-items: center;
padding: 3px;
background-color: transparent;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 4px;
outline: 0px; }
.sendbird-iconbutton .sendbird-iconbutton__inner {
height: 100%; }
.sendbird-theme--light .sendbird-iconbutton .sendbird-iconbutton__inner svg {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-iconbutton .sendbird-iconbutton__inner svg {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-iconbutton:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-iconbutton:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-iconbutton:active {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-iconbutton:active {
background-color: var(--sendbird-dark-background-400); }
.sendbird-iconbutton:disabled {
cursor: not-allowed !important; }
.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
fill: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
fill: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-iconbutton--pressed {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-iconbutton--pressed {
background-color: var(--sendbird-dark-background-700); }
.sendbird-channel-header {
position: relative;
height: 64px;
min-height: 64px;
width: 320px;
padding: 8px 64px 8px 8px;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-channel-header {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-channel-header {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-channel-header.sendbird-channel-header--allow-edit .sendbird-channel-header__title {
cursor: pointer; }
.sendbird-channel-header .sendbird-channel-header__title {
display: flex;
flex-direction: row;
width: 260px;
height: 48px;
border-radius: 4px; }
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:hover {
background: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:hover {
background: var(--sendbird-dark-background-500); }
.sendbird-channel-header .sendbird-channel-header__title:focus {
outline: none; }
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:focus {
background: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:focus {
background: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:active {
border: solid 2px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:active {
border: solid 2px var(--sendbird-dark-primary-200); }
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__left {
width: 48px;
padding: 8px;
box-sizing: border-box; }
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right {
margin-left: 4px;
padding-top: 8px; }
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__name,
.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__user-id {
display: block;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-channel-header .sendbird-channel-header__right-icon {
position: absolute;
right: 16px;
top: 16px; }
.sendbird-edit-user-profile section {
margin-top: 16px; }
.sendbird-edit-user-profile section .sendbird-input-label {
display: block;
margin-bottom: 12px; }
.sendbird-edit-user-profile .sendbird-edit-user-profile__img .sendbird-input-label {
margin-bottom: 12px; }
.sendbird-edit-user-profile__img {
position: relative; }
.sendbird-edit-user-profile__img__avatar-button {
position: absolute;
top: 50px;
left: 96px; }
.sendbird-edit-user-profile__theme__theme-icon .sendbird-icon {
cursor: pointer; }
.sendbird-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-modal__content {
width: 480px;
border-radius: 4px;
z-index: 10001;
padding: 18px 24px 24px 24px;
position: relative;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-modal__content {
background-color: var(--sendbird-light-background-50);
box-shadow: var(--sendbird-light-shadow-04); }
.sendbird-theme--dark .sendbird-modal__content {
background-color: var(--sendbird-dark-background-500);
box-shadow: var(--sendbird-dark-shadow-04); }
.sendbird-modal__content .sendbird-modal__close {
position: absolute;
top: 16px;
right: 16px;
cursor: pointer; }
.sendbird-theme--light .sendbird-modal__content .sendbird-modal__close path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-modal__content .sendbird-modal__close path {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-modal__content .sendbird-modal__header {
margin-bottom: 16px; }
.sendbird-modal__content .sendbird-modal__footer {
margin-top: 32px;
text-align: right; }
.sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child {
margin-left: 8px;
width: 80px;
height: 40px; }
.sendbird-modal__backdrop {
position: fixed;
z-index: 10000;
height: 100%;
width: 100%;
top: 0;
left: 0; }
.sendbird-theme--light .sendbird-modal__backdrop {
background-color: var(--sendbird-light-overlay-02); }
.sendbird-theme--dark .sendbird-modal__backdrop {
background-color: var(--sendbird-dark-overlay-02); }
body.sendbird-modal-pop-up {
overflow: hidden !important; }
.sendbird-button {
display: inline-block;
box-shadow: none;
border-radius: 4px;
padding: 0px;
font-family: var(--sendbird-font-family-default);
cursor: pointer; }
.sendbird-button:hover {
box-shadow: none; }
.sendbird-button:focus {
outline: none; }
.sendbird-button:active {
box-shadow: none; }
.sendbird-button.sendbird-button__disabled {
cursor: not-allowed; }
.sendbird-theme--light .sendbird-button.sendbird-button__disabled {
border: none;
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-button.sendbird-button__disabled {
border: none;
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-button.sendbird-button__disabled:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-button.sendbird-button__disabled:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-button--big {
height: 40px; }
.sendbird-button--big .sendbird-button__text {
margin: 10px 16px; }
.sendbird-button--small {
height: 32px; }
.sendbird-button--small .sendbird-button__text {
margin: 6px 16px; }
.sendbird-theme--light .sendbird-button--primary {
border: 1px solid var(--sendbird-light-primary-300);
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--primary {
border: 1px solid var(--sendbird-dark-primary-200);
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-button--primary .sendbird-button__text {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-button--primary .sendbird-button__text {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-button--primary:hover {
background-color: var(--sendbird-light-primary-400);
border-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-button--primary:hover {
background-color: var(--sendbird-dark-primary-300);
border-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-button--primary:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-300);
border: 1px solid var(--sendbird-button-border-focus); }
.sendbird-theme--dark .sendbird-button--primary:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-200);
border: 1px solid var(--sendbird-button-border-focus); }
.sendbird-theme--light .sendbird-button--primary:active {
background-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .sendbird-button--primary:active {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:hover {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:hover {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:active {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-500); }
.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:active {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-400); }
.sendbird-button--secondary {
background-color: transparent; }
.sendbird-theme--light .sendbird-button--secondary {
border: 1px solid var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-button--secondary {
border: 1px solid var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-button--secondary .sendbird-button__text {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-button--secondary .sendbird-button__text {
color: var(--sendbird-dark-ondark-01); }
.sendbird-button--secondary:hover {
background-color: transparent; }
.sendbird-theme--light .sendbird-button--secondary:hover {
border: 1px solid var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--secondary:hover {
border: 1px solid var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button__text {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button__text {
color: var(--sendbird-dark-primary-200); }
.sendbird-button--secondary.sendbird-button__disabled {
cursor: not-allowed;
border: none; }
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text {
color: var(--sendbird-dark-ondark-02); }
.sendbird-button--secondary.sendbird-button__disabled:hover {
border: none; }
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text {
color: var(--sendbird-dark-primary-200); }
.sendbird-button--secondary:focus {
border: 1px solid transparent;
background-color: transparent; }
.sendbird-theme--light .sendbird-button--secondary:focus {
box-shadow: var(--sendbird-light-primary-300) 0px 0px 0px 2px; }
.sendbird-theme--dark .sendbird-button--secondary:focus {
box-shadow: var(--sendbird-dark-primary-200) 0px 0px 0px 2px; }
.sendbird-theme--light .sendbird-button--secondary:focus .sendbird-button__text {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-button--secondary:focus .sendbird-button__text {
color: var(--sendbird-dark-ondark-01); }
.sendbird-button--secondary:active {
box-shadow: none; }
.sendbird-theme--light .sendbird-button--secondary:active {
border: 1px solid var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--secondary:active {
border: 1px solid var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-button--secondary:active .sendbird-button__text {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-button--secondary:active .sendbird-button__text {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-button--danger {
border: 1px solid var(--sendbird-light-error-300);
background-color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-button--danger {
border: 1px solid var(--sendbird-dark-error-200);
background-color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .sendbird-button--danger .sendbird-button__text {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-button--danger .sendbird-button__text {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-button--danger:hover {
background-color: var(--sendbird-light-error-400);
border-color: var(--sendbird-light-error-400); }
.sendbird-theme--dark .sendbird-button--danger:hover {
background-color: var(--sendbird-dark-error-400);
border-color: var(--sendbird-dark-error-400); }
.sendbird-theme--light .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-300);
border-color: var(--sendbird-button-border-focus); }
.sendbird-theme--dark .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-300);
border-color: var(--sendbird-button-border-focus); }
.sendbird-button--danger:active {
box-shadow: none; }
.sendbird-theme--light .sendbird-button--danger:active {
background-color: var(--sendbird-light-error-500); }
.sendbird-theme--dark .sendbird-button--danger:active {
background-color: var(--sendbird-dark-error-500); }
.sendbird-theme--light .sendbird-button--danger:hover .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-400); }
.sendbird-theme--dark .sendbird-button--danger:hover .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-400); }
.sendbird-theme--light .sendbird-button--danger:active .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-500); }
.sendbird-theme--dark .sendbird-button--danger:active .sendbird-button--danger:focus {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-500); }
.sendbird-button--disabled {
border: 1px solid transparent;
cursor: not-allowed; }
.sendbird-theme--light .sendbird-button--disabled {
background-color: var(--sendbird-light-background-200);
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-button--disabled {
background-color: var(--sendbird-dark-background-400);
color: var(--sendbird-dark-onlight-01); }
.sendbird-input {
display: inline-block;
width: 100%;
height: 40px;
position: relative; }
.sendbird-input .sendbird-input__input {
width: 100%;
height: 100%;
border-radius: 4px;
font-family: var(--sendbird-font-family-default);
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal;
padding: 10px 16px;
box-sizing: border-box;
background-color: inherit; }
.sendbird-theme--light .sendbird-input .sendbird-input__input {
color: var(--sendbird-light-onlight-01);
caret-color: var(--sendbird-light-primary-300);
border: solid 1px var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-input .sendbird-input__input {
color: var(--sendbird-dark-ondark-01);
caret-color: var(--sendbird-dark-primary-200);
border: solid 1px var(--sendbird-dark-ondark-03); }
.sendbird-input .sendbird-input__input:focus {
outline: none; }
.sendbird-theme--light .sendbird-input .sendbird-input__input:focus {
box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
color: var(--sendbird-light-onlight-01);
border: solid 2px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-input .sendbird-input__input:focus {
box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
color: var(--sendbird-dark-ondark-01);
border: solid 2px var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-input .sendbird-input__input:active {
box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
color: var(--sendbird-light-onlight-01);
border: solid 1px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-input .sendbird-input__input:active {
box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08);
color: var(--sendbird-dark-ondark-01);
border: solid 1px var(--sendbird-dark-primary-200); }
.sendbird-input .sendbird-input__input:disabled {
cursor: not-allowed; }
.sendbird-theme--light .sendbird-input .sendbird-input__input:disabled {
background-color: var(--sendbird-light-background-100);
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-input .sendbird-input__input:disabled {
background-color: var(--sendbird-dark-background-500);
color: var(--sendbird-dark-ondark-03); }
.sendbird-input .sendbird-input__placeholder {
position: absolute;
pointer-events: none;
top: 10px;
left: 16px;
font-family: var(--sendbird-font-family-default);
font-size: 14px;
line-height: 1.43; }
.sendbird-theme--light .sendbird-input .sendbird-input__placeholder {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-input .sendbird-input__placeholder {
color: var(--sendbird-dark-ondark-03); }
.sendbird-input-label {
margin: 4px 0; }
.sendbird-textbutton {
text-decoration: underline;
cursor: pointer;
display: inline-block; }
.sendbird-textbutton--not-underline {
text-decoration: none;
cursor: pointer; }
.sendbird-textbutton--disabled {
cursor: not-allowed; }
.sendbird-theme--light .sendbird-textbutton--disabled {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-textbutton--disabled {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-color--onbackground-1 {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-color--onbackground-1 {
color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-color--onbackground-1--background-color {
background-color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-color--onbackground-1--background-color {
background-color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-color--onbackground-2 {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-color--onbackground-2 {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-color--onbackground-2--background-color {
background-color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-color--onbackground-2--background-color {
background-color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-color--onbackground-3 {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-color--onbackground-3 {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-color--onbackground-3--background-color {
background-color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-color--onbackground-3--background-color {
background-color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-color--onbackground-4 {
color: var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-color--onbackground-4 {
color: var(--sendbird-dark-ondark-04); }
.sendbird-theme--light .sendbird-color--onbackground-4--background-color {
background-color: var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-color--onbackground-4--background-color {
background-color: var(--sendbird-dark-ondark-04); }
.sendbird-theme--light .sendbird-color--oncontent-1 {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-color--oncontent-1 {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-color--oncontent-1--background-color {
background-color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-color--oncontent-1--background-color {
background-color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-color--primary {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-color--primary {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-color--primary--background-color {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-color--primary--background-color {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-color--error {
color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-color--error {
color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .sendbird-color--error--background-color {
background-color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-color--error--background-color {
background-color: var(--sendbird-dark-error-300); }
.sendbird-add-channel__rectangle-wrap {
margin-top: 26px; }
.sendbird-add-channel__rectangle-footer {
text-align: right;
margin-top: 32px; }
.sendbird-add-channel__rectangle {
width: 432px;
height: 72px;
border-radius: 4px;
margin-bottom: 8px;
padding: 25px 72px;
position: relative;
box-sizing: border-box;
cursor: pointer; }
.sendbird-theme--light .sendbird-add-channel__rectangle {
border: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-add-channel__rectangle {
border: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-add-channel__rectangle .sendbird-icon {
position: absolute;
left: 22px;
top: 24px; }
.sendbird-create-channel--content {
width: 480px;
max-height: 552px; }
.sendbird-create-channel--scroll {
height: 360px;
overflow-y: auto; }
.sendbird-muted-avatar {
border-radius: 50%;
display: inline-block; }
.sendbird-muted-avatar .sendbird-muted-avatar__icon {
position: relative; }
.sendbird-muted-avatar .sendbird-muted-avatar__icon .sendbird-icon {
position: absolute;
top: 4px;
left: 4px; }
.sendbird-muted-avatar .sendbird-muted-avatar__bg {
opacity: .5;
position: absolute;
border-radius: 50%;
top: 0;
left: 0; }
.sendbird-theme--light .sendbird-muted-avatar .sendbird-muted-avatar__bg {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-muted-avatar .sendbird-muted-avatar__bg {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-checkbox {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.sendbird-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0; }
.sendbird-checkbox--checkmark {
position: absolute;
top: 0;
left: 0;
height: 18px;
width: 18px;
border-radius: 2px;
background-color: inherit; }
.sendbird-theme--light .sendbird-checkbox--checkmark {
border: 2px solid var(--sendbird-light-background-400); }
.sendbird-theme--dark .sendbird-checkbox--checkmark {
border: 2px solid var(--sendbird-dark-background-300); }
.sendbird-theme--light .sendbird-checkbox input:focus ~ .sendbird-checkbox--checkmark {
box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-checkbox input:focus ~ .sendbird-checkbox--checkmark {
box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark {
background-color: var(--sendbird-light-primary-300);
border: 2px solid var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark {
background-color: var(--sendbird-dark-primary-200);
border: 2px solid var(--sendbird-dark-primary-200); }
.sendbird-checkbox--checkmark:after {
content: "";
position: absolute;
display: none; }
.sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark:after {
display: block; }
.sendbird-theme--light .sendbird-checkbox .sendbird-checkbox--checkmark:after {
left: 5px;
top: -0.5px;
width: 7px;
height: 12px;
border: solid var(--sendbird-light-background-50);
border-width: 0 2px 2px 0;
transform: rotate(45deg); }
.sendbird-theme--dark .sendbird-checkbox .sendbird-checkbox--checkmark:after {
left: 5px;
top: -0.5px;
width: 7px;
height: 12px;
border: solid var(--sendbird-dark-background-600);
border-width: 0 2px 2px 0;
transform: rotate(45deg); }
.sendbird__user-profile {
width: 320px;
border-radius: 4px;
padding: 24px;
box-sizing: border-box;
text-align: center; }
.sendbird-theme--light .sendbird__user-profile {
box-shadow: var(--sendbird-light-shadow-02);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird__user-profile {
box-shadow: var(--sendbird-dark-shadow-02);
background-color: var(--sendbird-dark-background-500); }
.sendbird__user-profile .sendbird__user-profile-avatar {
margin: 8px 0px; }
.sendbird__user-profile .sendbird__user-profile-name {
max-width: 270px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis; }
.sendbird__user-profile .sendbird__user-profile-message {
margin-top: 20px; }
.sendbird__user-profile .sendbird__user-profile-message button {
width: 272px; }
.sendbird__user-profile .sendbird__user-profile-separator {
margin: 24px 0px;
height: 1px; }
.sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-separator {
background-color: var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-separator {
background-color: var(--sendbird-dark-ondark-04); }
.sendbird__user-profile .sendbird__user-profile-userId--label,
.sendbird__user-profile .sendbird__user-profile-userId--value {
display: block;
text-align: left; }
.sendbird__user-profile .sendbird__user-profile-userId--label {
margin-bottom: 8px; }
body.sendbird-emoji-list-pop-up,
body.sendbird-menu-items-pop-up {
overflow: hidden !important; }
.sendbird__offline .sendbird-dropdown__menu .sendbird-dropdown__menu-item {
cursor: not-allowed; }
.sendbird-dropdown__menu {
z-index: 99999;
position: absolute;
top: 100%;
left: 0;
min-width: 140px;
margin: 0px;
padding: 8px 0px;
border-radius: 4px;
list-style: none; }
.sendbird-theme--light .sendbird-dropdown__menu {
box-shadow: var(--sendbird-light-shadow-02);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-dropdown__menu {
box-shadow: var(--sendbird-dark-shadow-02);
background-color: var(--sendbird-dark-background-500); }
.sendbird-dropdown__menu .sendbird-dropdown__menu-item {
cursor: pointer;
white-space: nowrap;
padding: 8px 16px; }
.sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable {
cursor: not-allowed; }
.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-dropdown__reaction-bar {
position: absolute;
top: 100%;
left: 0;
min-width: 44px;
max-width: 352px;
max-height: 208px;
overflow-y: scroll;
margin: 0px;
padding: 8px;
border-radius: 8px;
list-style: none; }
.sendbird-theme--light .sendbird-dropdown__reaction-bar {
box-shadow: var(--sendbird-light-shadow-02);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-dropdown__reaction-bar {
box-shadow: var(--sendbird-dark-shadow-02);
background-color: var(--sendbird-dark-background-500); }
.sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button, .sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button--selected {
margin: 4px; }
.sendbird-dropdown__menu-backdrop {
background-color: transparent;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.sendbird-reactions--pressed {
display: block !important; }
.sendbird-icon--pressed {
display: block !important; }
.sendbird-sort-by-row {
display: flex;
justify-content: flex-start;
align-items: center; }
.sendbird-user-list-item {
display: block;
position: relative;
box-sizing: border-box;
width: 432px;
height: 56px; }
.sendbird-theme--light .sendbird-user-list-item {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-user-list-item {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-500); }
.sendbird-user-list-item__avatar {
position: absolute;
top: 8px;
left: 0px;
z-index: 1;
cursor: pointer; }
.sendbird-user-list-item .sendbird-muted-avatar {
position: absolute;
top: 8px;
left: 0px;
z-index: 2;
pointer-events: none; }
.sendbird-user-list-item__title {
position: absolute;
top: 17px;
left: 56px;
max-width: 280px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-user-list-item__subtitle {
position: absolute;
top: 23px;
left: 140px;
max-width: 237px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-user-list-item__checkbox {
position: absolute;
top: 16px;
right: 16px; }
.sendbird-user-list-item__action {
position: absolute;
right: 0;
top: 10px; }
.sendbird-user-list-item__operator {
position: absolute;
right: 40px;
top: 22px; }
.sendbird-place-holder {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%; }
.sendbird-place-holder .sendbird-place-holder__body {
display: flex;
flex-direction: column;
height: 104px;
align-items: center; }
.sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__icon {
margin-bottom: 10px; }
.sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__text {
margin-top: 10px; }
.sendbird-place-holder .sendbird-place-holder__body__reconnect {
margin-top: 18px;
display: flex;
flex-direction: row;
cursor: pointer; }
.sendbird-place-holder .sendbird-place-holder__body__reconnect .sendbird-place-holder__body__reconnect__icon {
margin-right: 4px; }
.sendbird-place-holder .sendbird-place-holder__body--align-top {
position: absolute;
top: 24px;
display: flex;
width: 100%;
flex-direction: column;
justify-content: center; }
.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text {
display: flex;
flex-direction: row;
justify-content: center;
padding-left: 16px;
padding-right: 16px; }
.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__search-in {
display: flex;
min-width: 60px;
margin-right: 2px; }
.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__channel-name {
display: block;
max-width: calc(100% - 62px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__searching,
.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__no-result {
display: flex;
justify-content: center; }
.sendbird-loader {
display: inline-block;
-webkit-animation: 1s infinite linear;
animation: 1s infinite linear;
-webkit-animation-name: rotate;
animation-name: rotate; }
@-webkit-keyframes rotate {
from {
transform: rotate(0); }
to {
transform: rotate(360deg); } }
@keyframes rotate {
from {
transform: rotate(0); }
to {
transform: rotate(360deg); } }
.sendbird-channel-list {
width: 320px;
height: 100%;
display: flex;
flex-direction: column;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-channel-list {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-channel-list {
background-color: var(--sendbird-dark-background-600); }
.sendbird-channel-list__header {
height: 64px;
min-height: 64px; }
.sendbird-channel-list__body {
flex: 1 1 0;
-ms-flex: 1;
overflow-y: auto;
overflow-x: hidden; }
.sendbird-conversation {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-conversation {
background-color: var(--sendbird-light-background-50);
border: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-conversation {
background-color: var(--sendbird-dark-background-600);
border: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-conversation__messages {
overflow-y: auto;
flex: 1 1 0;
order: 2; }
.sendbird-conversation__messages-list {
display: flex;
flex-direction: column;
height: 100%;
justify-content: flex-end; }
.sendbird-conversation__footer {
width: 100%;
order: 3;
padding: 0px 0px 24px 0px; }
@-webkit-keyframes sbHighlight {
0% {
background-color: #FFF2B6; }
99% {
background-color: #FFF2B6; } }
@keyframes sbHighlight {
0% {
background-color: #FFF2B6; }
99% {
background-color: #FFF2B6; } }
@-webkit-keyframes sbTextHighlight {
0% {
color: var(--sendbird-dark-onlight-01); }
99% {
color: var(--sendbird-dark-onlight-01); } }
@keyframes sbTextHighlight {
0% {
color: var(--sendbird-dark-onlight-01); }
99% {
color: var(--sendbird-dark-onlight-01); } }
@-webkit-keyframes sbHighlightBlock {
0% {
opacity: 0.5;
background-color: #FFF2B6; }
99% {
opacity: 0.5;
background-color: #FFF2B6; } }
@keyframes sbHighlightBlock {
0% {
opacity: 0.5;
background-color: #FFF2B6; }
99% {
opacity: 0.5;
background-color: #FFF2B6; } }
.sendbird-msg-hoc__animated .sendbird-message-content {
-webkit-animation: bounce 1s ease;
animation: bounce 1s ease; }
@-webkit-keyframes bounce {
50% {
transform: translateY(-10px); }
60% {
transform: translateY(0); }
90% {
transform: translateY(-10px); }
100% {
transform: translateY(0); } }
@keyframes bounce {
50% {
transform: translateY(-10px); }
60% {
transform: translateY(0); }
90% {
transform: translateY(-10px); }
100% {
transform: translateY(0); } }
.sendbird-msg-hoc__highlighted .sendbird-text-message-item-body,
.sendbird-msg-hoc__highlighted .sendbird-file-message-item-body {
-webkit-animation-name: sbHighlight;
animation-name: sbHighlight;
-webkit-animation-duration: 1.6s;
animation-duration: 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.sendbird-msg-hoc__highlighted .sendbird-text-message-item-body__message,
.sendbird-msg-hoc__highlighted .sendbird-file-message-item-body__file-name__text {
-webkit-animation-name: sbTextHighlight;
animation-name: sbTextHighlight;
-webkit-animation-duration: 1.6s;
animation-duration: 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.sendbird-msg-hoc__highlighted .sendbird-thumbnail-message-item-body
.sendbird-thumbnail-message-item-body__image-cover {
display: block;
-webkit-animation-name: sbHighlightBlock;
animation-name: sbHighlightBlock;
-webkit-animation-duration: 1.6s;
animation-duration: 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.sendbird-msg-hoc__highlighted .sendbird-og-message-item-body
.sendbird-og-message-item-body__cover {
display: block;
-webkit-animation-name: sbHighlightBlock;
animation-name: sbHighlightBlock;
-webkit-animation-duration: 1.6s;
animation-duration: 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.sendbird-msg-hoc__highlighted .sendbird-message-content-reactions {
-webkit-animation-name: sbHighlight;
animation-name: sbHighlight;
-webkit-animation-duration: 1.6s;
animation-duration: 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.sendbird-conversation__scroll-container {
display: flex;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
flex-direction: column; }
.sendbird-conversation__scroll-container .sendbird-conversation__padding {
flex: 1 1 0; }
.sendbird-conversation__footer {
position: relative;
box-sizing: border-box;
margin-top: 6px; }
.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator {
position: absolute;
display: inline-flex;
bottom: 8px; }
.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator .sendbird-conversation__footer__typing-indicator__text {
margin-left: 24px;
margin-right: 10px; }
.sendbird-reaction-button {
border-radius: 8px;
display: inline-block;
border: solid 1px transparent;
cursor: pointer; }
.sendbird-theme--light .sendbird-reaction-button:hover {
border: solid 1px var(--sendbird-light-background-100);
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-reaction-button:hover {
border: solid 1px var(--sendbird-dark-background-400);
background-color: var(--sendbird-dark-background-400); }
.sendbird-reaction-button__inner {
margin: 3px; }
.sendbird-reaction-button--selected {
cursor: pointer;
border-radius: 8px;
display: inline-block; }
.sendbird-theme--light .sendbird-reaction-button--selected {
border: solid 1px var(--sendbird-light-primary-100);
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-reaction-button--selected {
border: solid 1px var(--sendbird-dark-primary-400);
background-color: var(--sendbird-dark-primary-400); }
.sendbird-reaction-button--selected:hover {
border: solid 1px var(--sendbird-selected-reaction-button-border-hover); }
.sendbird-reaction-button--selected__inner {
margin: 3px; }
.sendbird-reaction-button--selected.sendbird-reactions--pressed {
display: block !important; }
.sendbird-conversation__messages .sendbird-conversation__messages-padding {
padding-left: 24px;
padding-right: 24px;
height: 100%;
overflow: scroll; }
.sendbird-conversation__messages .sendbird-separator,
.sendbird-conversation__messages .sendbird-admin-message {
padding-top: 8px;
padding-bottom: 8px; }
.sendbird-conversation__scroll-bottom-button {
position: -webkit-sticky;
position: sticky;
display: flex;
align-items: center;
justify-content: center;
bottom: 30px;
left: calc(100% - 65px);
width: 40px;
height: 40px;
border-radius: 24px;
z-index: 1; }
.sendbird-theme--light .sendbird-conversation__scroll-bottom-button {
background-color: var(--sendbird-light-background-50);
box-shadow: var(--sendbird-light-shadow-05); }
.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button {
background-color: var(--sendbird-dark-background-400);
box-shadow: var(--sendbird-dark-shadow-05); }
.sendbird-conversation__scroll-bottom-button:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-conversation__scroll-bottom-button:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-conversation__scroll-bottom-button:active {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:active {
background-color: var(--sendbird-dark-background-700); }
.sendbird-conversation__scroll-bottom-button:focus {
outline: none; }
.sendbird-message-content {
position: relative;
display: inline-flex;
flex-direction: row;
width: 100%;
height: 100%; }
.sendbird-message-content.incoming {
justify-content: flex-start; }
.sendbird-message-content.outgoing {
justify-content: flex-end; }
.sendbird-message-content .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.use-quote {
margin-top: -8px;
bottom: -8px; }
.sendbird-message-content.incoming .sendbird-message-content__left {
position: relative;
display: inline-flex;
min-width: 40px; }
.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar {
position: absolute;
left: 0px;
bottom: 2px; }
.sendbird-message-content.incoming .sendbird-message-content__middle {
position: relative;
display: inline-flex;
flex-direction: column;
max-width: 400px;
align-items: flex-start; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
position: absolute;
bottom: 6px;
right: -84px;
white-space: nowrap;
display: flex;
flex-direction: row;
min-width: 80px; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.supposed-hover {
display: none; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name {
position: relative;
margin-left: 12px;
margin-bottom: 4px; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message {
position: relative;
width: 100%;
display: inline-flex; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing {
justify-content: flex-end; }
.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming {
justify-content: flex-start; }
.sendbird-message-content.incoming .sendbird-message-content__right {
position: relative;
display: inline-flex;
width: 50px;
margin-left: 4px;
padding-top: 18px; }
.sendbird-message-content.incoming .sendbird-message-content__right.use-reactions {
width: 70px; }
.sendbird-message-content.incoming .sendbird-message-content__right.chain-top {
padding-top: 2px; }
.sendbird-message-content.incoming .sendbird-message-content__right.chain-top.use-quote {
padding-top: 18px; }
.sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu {
position: relative;
flex-direction: row;
height: 32px;
display: none; }
.sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu.supposed-hover {
display: inline-flex; }
.sendbird-message-content.incoming:hover .sendbird-message-content__right .sendbird-message-content-menu {
display: inline-flex; }
.sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
display: none; }
.sendbird-message-content.outgoing .sendbird-message-content__left {
position: relative;
box-sizing: border-box;
display: inline-flex;
justify-content: flex-end;
width: 50px; }
.sendbird-message-content.outgoing .sendbird-message-content__left.use-reactions {
width: 70px; }
.sendbird-message-content.outgoing .sendbird-message-content__left.use-quote .sendbird-message-content-menu {
top: 18px; }
.sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu {
position: absolute;
top: 2px;
right: 4px;
flex-direction: row;
display: none; }
.sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu.supposed-hover {
display: inline-flex; }
.sendbird-message-content.outgoing .sendbird-message-content__middle {
position: relative;
display: inline-flex;
flex-direction: column;
max-width: 400px;
align-items: flex-end; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message {
position: relative;
width: 100%;
display: inline-flex; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing {
justify-content: flex-end; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming {
justify-content: flex-start; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container {
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
position: absolute;
bottom: 2px;
left: -84px;
white-space: nowrap;
display: flex;
justify-content: flex-end;
box-sizing: content-box;
min-width: 80px;
min-height: 16px; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.supposed-hover {
display: none; }
.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at .sendbird-message-content__middle__body-container__created-at__component-container {
position: relative;
display: inline-flex; }
.sendbird-message-content.outgoing .sendbird-message-content__right {
display: none; }
.sendbird-message-content.outgoing:hover .sendbird-message-content__left .sendbird-message-content-menu {
display: inline-flex; }
.sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at {
display: none; }
.sendbird-message-content__middle__body-container {
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
display: flex;
flex-direction: column; }
.sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body {
width: 100%;
box-sizing: border-box; }
.sendbird-message-content__middle__body-container .sendbird-message-content-reactions {
width: 100%; }
.sendbird-message-content-reactions {
position: relative;
width: 100%;
border-radius: 0px 0px 16px 16px; }
.sendbird-theme--light .sendbird-message-content-reactions {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-message-content-reactions {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-message-content-reactions.primary {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-message-content-reactions.primary {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-message-content-reactions.mouse-hover, .sendbird-theme--light .sendbird-message-content-reactions:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover, .sendbird-theme--dark .sendbird-message-content-reactions:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-message-content-reactions.mouse-hover.primary, .sendbird-theme--light .sendbird-message-content-reactions:hover.primary {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover.primary, .sendbird-theme--dark .sendbird-message-content-reactions:hover.primary {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-message-status {
position: relative;
display: inline-block;
width: 100%;
height: 100%; }
.sendbird-message-status .sendbird-message-status__icon {
position: relative;
display: inline-block;
top: 4px; }
.sendbird-message-status .sendbird-message-status__text {
position: relative;
display: inline-block;
margin-left: 4px; }
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again {
text-decoration: underline; }
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again:hover {
cursor: pointer; }
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete {
text-decoration: underline; }
.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete:hover {
cursor: pointer; }
.sendbird-message-item-menu__list__menu-item:focus-visible {
outline: none; }
.sendbird-text {
color: var(--primary-1); }
.sendbird-emoji-reactions {
display: inline-flex;
flex-direction: row;
justify-content: flex-start;
border-radius: 16px;
box-sizing: border-box;
width: 100%;
max-width: var(--sendbird-message-balloon-width);
min-height: 24px;
padding: 7px 5px 3px 5px; }
.sendbird-theme--light .sendbird-emoji-reactions {
background-color: var(--sendbird-light-background-50);
border: 1px solid var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-emoji-reactions {
background-color: var(--sendbird-dark-background-600);
border: 1px solid var(--sendbird-dark-background-500); }
.sendbird-emoji-reactions .sendbird-emoji-reactions__reaction-badge {
display: inline-flex;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 4px; }
.sendbird-emoji-reactions:focus {
outline: none; }
.sendbird-emoji-reactions__add-reaction-badge {
display: inline-flex;
width: 36px;
height: 24px; }
.sendbird-tooltip {
position: relative;
display: inline-flex;
justify-content: center;
max-width: 200px;
border-radius: 8px;
padding: 8px 16px; }
.sendbird-theme--light .sendbird-tooltip {
background-color: var(--sendbird-light-background-700); }
.sendbird-theme--dark .sendbird-tooltip {
background-color: var(--sendbird-dark-background-300); }
.sendbird-tooltip::after {
content: '';
position: absolute;
bottom: -4px;
width: 8px;
height: 8px;
transform: rotate(45deg); }
.sendbird-theme--light .sendbird-tooltip::after {
background-color: var(--sendbird-light-background-700); }
.sendbird-theme--dark .sendbird-tooltip::after {
background-color: var(--sendbird-dark-background-300); }
.sendbird-tooltip__text {
font-family: var(--sendbird-font-family-default);
font-size: 12px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal; }
.sendbird-tooltip-wrapper {
position: relative;
display: inline-flex; }
.sendbird-tooltip-wrapper__hover-tooltip {
position: absolute;
display: inline-flex;
width: 200px; }
.sendbird-tooltip-wrapper__hover-tooltip__inner__tooltip-container {
position: relative;
display: inline-flex; }
.sendbird-reaction-badge {
display: inline-block;
border-radius: 15px;
width: 50px;
height: 24px; }
.sendbird-theme--light .sendbird-reaction-badge {
background-color: var(--sendbird-light-background-100);
border: solid 1px var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-reaction-badge {
background-color: var(--sendbird-dark-background-500);
border: solid 1px var(--sendbird-dark-background-500); }
.sendbird-reaction-badge:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-reaction-badge:hover {
border: solid 1px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-reaction-badge:hover {
border: solid 1px var(--sendbird-dark-primary-200); }
.sendbird-reaction-badge--is-add {
display: inline-block;
border-radius: 15px;
width: 36px;
height: 24px; }
.sendbird-theme--light .sendbird-reaction-badge--is-add {
background-color: var(--sendbird-light-background-100);
border: solid 1px var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-reaction-badge--is-add {
background-color: var(--sendbird-dark-background-500);
border: solid 1px var(--sendbird-dark-background-500); }
.sendbird-reaction-badge--is-add:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-reaction-badge--is-add:hover {
border: solid 1px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-reaction-badge--is-add:hover {
border: solid 1px var(--sendbird-dark-primary-200); }
.sendbird-reaction-badge--is-add .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon {
left: 8px; }
.sendbird-reaction-badge--selected {
display: inline-block;
border-radius: 15px;
width: 50px;
height: 24px; }
.sendbird-theme--light .sendbird-reaction-badge--selected {
background-color: var(--sendbird-light-primary-100);
border: solid 1px var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-reaction-badge--selected {
background-color: var(--sendbird-dark-primary-400);
border: solid 1px var(--sendbird-dark-primary-400); }
.sendbird-reaction-badge--selected:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-reaction-badge--selected:hover {
border: solid 1px var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-reaction-badge--selected:hover {
border: solid 1px var(--sendbird-dark-primary-200); }
.sendbird-reaction-badge__inner {
position: relative;
display: flex;
height: 24px;
flex-direction: row;
align-items: center;
justify-content: center;
padding-left: 20px;
padding-right: 4px; }
.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon {
position: absolute;
top: 2px;
left: 4px; }
.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__count {
margin-left: 4px; }
.sendbird-admin-message {
display: flex;
justify-content: center;
align-items: center; }
.sendbird-admin-message .sendbird-admin-message__text {
display: flex; }
.sendbird-text-message-item-body {
position: relative;
display: inline-block;
box-sizing: content-box;
padding: 8px 12px;
border-radius: 16px;
white-space: pre-line;
word-break: break-word; }
.sendbird-text-message-item-body.reactions {
border-radius: 16px 16px 0px 0px; }
.sendbird-theme--light .sendbird-text-message-item-body.incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-text-message-item-body.incoming {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-text-message-item-body.outgoing {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-text-message-item-body.outgoing {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-text-message-item-body:hover.incoming {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-text-message-item-body:hover.incoming {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-text-message-item-body:hover.outgoing {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-text-message-item-body:hover.outgoing {
background-color: var(--sendbird-dark-primary-300); }
p.sendbird-text-message-item-body {
margin: 0px; }
.sendbird-file-message-item-body {
position: relative;
display: inline-block;
box-sizing: border-box;
padding: 8px 12px;
align-items: center;
border-radius: 16px; }
.sendbird-file-message-item-body.reactions {
border-radius: 16px 16px 0px 0px; }
.sendbird-theme--light .sendbird-file-message-item-body.outgoing {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-file-message-item-body.outgoing {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-file-message-item-body.incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-file-message-item-body.incoming {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-file-message-item-body:hover.outgoing {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-file-message-item-body:hover.outgoing {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-file-message-item-body:hover.incoming {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-file-message-item-body:hover.incoming {
background-color: var(--sendbird-dark-background-400); }
.sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon {
width: 28px;
height: 28px;
min-width: 28px;
min-height: 28px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
margin-right: 8px; }
.sendbird-theme--light .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon {
background-color: var(--sendbird-dark-background-600); }
.sendbird-file-message-item-body .sendbird-file-message-item-body__file-name {
position: relative;
top: -6px; }
.sendbird-thumbnail-message-item-body {
position: relative;
display: block;
box-sizing: border-box;
overflow: hidden;
width: 100%;
min-width: 360px;
max-width: 400px;
height: 270px;
border-radius: 16px; }
.sendbird-thumbnail-message-item-body.reactions {
border-radius: 16px 16px 0px 0px; }
.sendbird-theme--light .sendbird-thumbnail-message-item-body {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-thumbnail-message-item-body {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-thumbnail-message-item-body.mouse-hover, .sendbird-theme--light .sendbird-thumbnail-message-item-body:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-thumbnail-message-item-body.mouse-hover, .sendbird-theme--dark .sendbird-thumbnail-message-item-body:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__thumbnail {
position: absolute;
border-radius: 16px; }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder {
position: absolute;
width: 100%;
height: 270px;
display: flex;
justify-content: center;
align-items: center; }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder .sendbird-thumbnail-message-item-body__placeholder__icon {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 50%;
background-color: var(--sendbird-light-background-50); }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__image-cover {
position: absolute;
top: 0px;
display: none;
width: 100%;
height: 270px;
border-radius: 16px;
background-color: var(--sendbird-light-overlay-01); }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__video {
position: absolute;
width: 100%;
height: 270px;
border-radius: 16px; }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper {
position: absolute;
width: 100%;
height: 270px;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper .sendbird-thumbnail-message-item-body__icon-wrapper__icon {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 50%;
background-color: var(--sendbird-light-background-50); }
.sendbird-thumbnail-message-item-body:hover {
cursor: pointer; }
.sendbird-thumbnail-message-item-body:hover .sendbird-thumbnail-message-item-body__image-cover {
display: inline-flex; }
.sendbird-og-message-item-body {
position: relative;
display: inline-block;
width: 100%;
min-width: 320px;
max-width: 400px; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble {
position: relative;
padding: 8px 12px;
box-sizing: border-box;
border-radius: 16px 16px 0px 0px;
word-break: break-word; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble .sendbird-og-message-item-body__text-bubble__message {
display: inline;
margin: 0px 2px; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail {
position: relative;
overflow: hidden; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail .sendbird-og-message-item-body__og-thumbnail__image {
width: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center; }
.sendbird-og-message-item-body.reactions .sendbird-og-message-item-body__description {
border-radius: 0px; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__description {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding: 8px 12px;
display: flex;
flex-direction: column;
border-radius: 0px 0px 16px 16px; }
.sendbird-theme--light .sendbird-og-message-item-body .sendbird-og-message-item-body__description {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-og-message-item-body .sendbird-og-message-item-body__description {
background-color: var(--sendbird-dark-background-500); }
.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__title,
.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__description {
margin-bottom: 4px;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__url {
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
margin: 4px 0px; }
.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail:hover,
.sendbird-og-message-item-body .sendbird-og-message-item-body__description:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description, .sendbird-theme--light .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description, .sendbird-theme--dark .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble, .sendbird-theme--light .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble, .sendbird-theme--dark .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble, .sendbird-theme--light .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble, .sendbird-theme--dark .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble {
background-color: var(--sendbird-dark-background-400); }
.sendbird-og-message-item-body .sendbird-og-message-item-body__cover {
display: none;
position: absolute;
top: 0%;
left: 0;
width: 100%;
height: 100%;
border-radius: 16px 16px 0px 0px; }
p.sendbird-og-message-item-body__text-bubble {
margin: 0px; }
.sendbird-link-label {
text-decoration: unset; }
.sendbird-link-label:hover {
cursor: pointer;
text-decoration: underline; }
.sendbird-link-label:focus {
outline: none; }
.sendbird-link-label__label {
display: inline; }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-1 {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-1 {
color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-2 {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-2 {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-3 {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-3 {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-1 {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-1 {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-2 {
color: var(--sendbird-light-ondark-02); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-2 {
color: var(--sendbird-dark-onlight-02); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-primary {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-primary {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-error {
color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-error {
color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .sendbird-link-label .sendbird-label--color-secondary-3 {
color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-secondary-3 {
color: var(--sendbird-dark-secondary-200); }
.sendbird-unknown-message-item-body {
position: relative;
display: inline-block;
box-sizing: border-box;
padding: 8px 12px;
border-radius: 16px; }
.sendbird-unknown-message-item-body.reactions {
border-radius: 16px 16px 0px 0px; }
.sendbird-theme--light .sendbird-unknown-message-item-body.outgoing {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-unknown-message-item-body.outgoing {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-unknown-message-item-body.incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-unknown-message-item-body.incoming {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-unknown-message-item-body:hover.outgoing {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-unknown-message-item-body:hover.outgoing {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-unknown-message-item-body:hover.incoming {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-unknown-message-item-body:hover.incoming {
background-color: var(--sendbird-dark-background-400); }
.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__header {
display: block; }
.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__description {
display: block; }
.sendbird-quote-message {
position: relative;
display: inline-flex;
box-sizing: border-box;
flex-direction: column;
max-width: 400px; }
.sendbird-quote-message.incoming {
align-items: flex-start; }
.sendbird-quote-message.outgoing {
align-items: flex-end; }
.sendbird-quote-message .sendbird-quote-message__replied-to {
position: relative;
display: inline-flex;
flex-direction: row;
align-items: center;
height: 16px;
padding: 0px 12px; }
.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon {
position: relative;
margin-bottom: 4px;
margin-right: 4px; }
.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text {
position: relative;
max-width: 360px;
overflow: hidden;
overflow-x: hidden;
white-space: nowrap;
word-break: keep-all;
text-overflow: ellipsis;
font-size: 12px; }
.sendbird-quote-message .sendbird-quote-message__replied-message {
position: relative;
display: inline-flex; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message {
position: relative;
white-space: pre-wrap;
word-break: break-all;
font-size: 12px;
padding: 8px 12px 16px 12px;
border-radius: 16px;
opacity: 0.5; }
.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message {
background-color: var(--sendbird-dark-background-500); }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message .sendbird-quote-message__replied-message__text-message__word {
position: relative;
display: inline-flex;
max-height: 30px;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message {
position: relative;
width: 144px;
height: 108px;
border-radius: 6.4px;
overflow: hidden; }
.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message {
background-color: var(--sendbird-dark-background-500); }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__video,
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__image {
position: absolute;
top: 0px;
display: inline-flex;
width: 100%;
height: 100%;
opacity: 0.5; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder {
position: absolute;
display: inline-flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder .sendbird-quote-message__replied-message__thumbnail-message__placeholder__icon {
display: inline-flex;
justify-content: center;
align-items: center;
width: 22px;
height: 22px;
border-radius: 50%; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover {
position: absolute;
display: inline-flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
top: 0px; }
.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover {
background-color: rgba(255, 255, 255, 0.4); }
.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover {
background-color: rgba(255, 255, 255, 0.4); }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon {
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
width: 22px;
height: 22px;
border-radius: 50%; }
.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon {
background-color: white; }
.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon {
background-color: white; }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message {
position: relative;
display: inline-flex;
flex-direction: row;
font-size: 12px;
padding: 8px 12px 16px 12px;
border-radius: 16px;
opacity: 0.5; }
.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message {
background-color: var(--sendbird-dark-background-500); }
.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message .sendbird-quote-message__replied-message__file-message__type-icon {
margin-right: 2px; }
.sendbird-separator {
width: 100%;
display: flex;
align-items: center; }
.sendbird-separator .sendbird-separator__left {
border: none;
height: 1px;
display: inline-block;
width: 100%; }
.sendbird-separator .sendbird-separator__right {
border: none;
height: 1px;
display: inline-block;
width: 100%; }
.sendbird-separator .sendbird-separator__text {
margin: 0px 16px;
display: flex;
white-space: nowrap; }
.sendbird-message-input {
display: inline-block;
width: 100%;
position: relative; }
.sendbird-message-input .sendbird-message-input--textarea {
width: 100%;
border-radius: 4px;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
height: 56px;
overflow-y: hidden;
letter-spacing: normal;
padding: 18px 64px 18px 16px;
box-sizing: border-box;
resize: none;
font-family: var(--sendbird-font-family-default);
background-color: inherit; }
.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea {
color: var(--sendbird-light-onlight-01);
caret-color: var(--sendbird-light-primary-300);
border: solid 1px var(--sendbird-light-onlight-03);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea {
color: var(--sendbird-dark-ondark-01);
caret-color: var(--sendbird-dark-primary-200);
border: solid 1px var(--sendbird-dark-ondark-03);
background-color: var(--sendbird-dark-background-500); }
.sendbird-message-input .sendbird-message-input--textarea:focus {
outline: none; }
.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:focus {
color: var(--sendbird-light-onlight-01);
border: solid 1px var(--sendbird-light-primary-300);
box-shadow: var(--sendbird-light-shadow-message-input); }
.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:focus {
color: var(--sendbird-dark-ondark-01);
border: solid 1px var(--sendbird-dark-primary-200);
box-shadow: var(--sendbird-dark-shadow-message-input); }
.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:active {
border: solid 1px var(--sendbird-message-input-border-active);
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:active {
border: solid 1px var(--sendbird-message-input-border-active);
color: var(--sendbird-dark-ondark-01); }
.sendbird-message-input .sendbird-message-input--placeholder {
position: absolute;
pointer-events: none;
top: 18px;
left: 16px;
font-family: var(--sendbird-font-family-default);
font-size: 14px;
line-height: 1.43; }
.sendbird-theme--light .sendbird-message-input .sendbird-message-input--placeholder {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--placeholder {
color: var(--sendbird-dark-ondark-03); }
.sendbird-message-input .sendbird-message-input--attach {
position: absolute;
right: 12px;
bottom: 18px;
padding: 6px; }
.sendbird-message-input .sendbird-message-input--send {
position: absolute;
padding: 6px;
right: 16px;
bottom: 16px; }
.sendbird-message-input .sendbird-message-input--attach-input {
display: none; }
.sendbird-message-input__edit {
padding: 16px;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-message-input__edit {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-message-input__edit {
background-color: var(--sendbird-dark-background-700); }
.sendbird-message-input--edit-action {
text-align: right;
margin-top: 4px; }
.sendbird-message-input--edit-action button:last-child {
margin-left: 8px; }
.sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel {
width: 80px; }
.sendbird-theme--light .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel {
border: solid 1px var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel {
border: solid 1px var(--sendbird-dark-ondark-03); }
.sendbird-message-input--edit-action .sendbird-message-input--edit-action__save {
width: 80px; }
.sendbird-message-input-form__disabled {
cursor: not-allowed; }
.sendbird-message-input__disabled {
pointer-events: none;
cursor: disabled; }
.sendbird-theme--light .sendbird-message-input__disabled .sendbird-message-input--textarea {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-message-input__disabled .sendbird-message-input--textarea {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-message-input__disabled svg {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-message-input__disabled svg {
fill: var(--sendbird-dark-ondark-03); }
.sendbird-fileviewer__header__right__actions__download,
.sendbird-fileviewer__header__right__actions__delete,
.sendbird-fileviewer__header__right__actions__close {
width: 64px;
padding: 21px;
box-sizing: border-box;
cursor: pointer; }
.sendbird-fileviewer__header__right__actions__download .disabled,
.sendbird-fileviewer__header__right__actions__delete .disabled,
.sendbird-fileviewer__header__right__actions__close .disabled {
cursor: not-allowed; }
.sendbird-fileviewer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 100000; }
.sendbird-theme--light .sendbird-fileviewer {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-fileviewer {
background-color: var(--sendbird-dark-background-600); }
.sendbird-fileviewer .sendbird-fileviewer__header {
height: 64px;
min-height: 64px;
box-sizing: border-box;
display: flex;
justify-content: space-between; }
.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header {
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header {
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left {
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: center;
height: 64px;
padding: 16px 20px; }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar {
margin-right: 8px; }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename {
max-width: 500px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block; }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name {
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-flex;
margin-left: 8px;
padding-top: 5px; }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right {
display: flex;
width: 160px;
justify-content: flex-end; }
.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions {
right: 0;
display: flex;
flex-direction: row; }
.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close {
border-left: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close {
border-left: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-fileviewer .sendbird-fileviewer__content {
height: calc(100% - 72px);
margin-top: 8px;
overflow-y: auto;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__video {
max-width: 100%;
max-height: 100%; }
.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img {
max-width: 90%;
max-height: 90%; }
.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__unsupported {
max-width: 100%;
max-height: 100%;
display: flex;
justify-content: center;
align-items: center; }
.sendbird-notification {
margin-top: 8px;
margin-left: 24px;
margin-right: 24px;
border-radius: 4px;
padding: 0px 2px;
height: 32px;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-theme--light .sendbird-notification {
background-color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-notification {
background-color: var(--sendbird-dark-primary-200); }
.sendbird-notification:hover {
cursor: pointer; }
.sendbird-theme--light .sendbird-notification:hover {
background-color: var(--sendbird-light-primary-400); }
.sendbird-theme--dark .sendbird-notification:hover {
background-color: var(--sendbird-dark-primary-300); }
.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen {
background-color: var(--sendbird-light-information-100); }
.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen {
background-color: var(--sendbird-dark-information-100); }
.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text {
color: var(--sendbird-dark-onlight-01); }
.sendbird-notification .sendbird-notification__text {
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px; }
.sendbird-message-input-wrapper {
position: relative;
width: 100%; }
.sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input {
position: relative;
width: 100%; }
.sendbird-theme--light .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input {
border-top: solid 1px var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input {
border-top: solid 1px var(--sendbird-dark-ondark-04); }
.sendbird-message-input-wrapper .sendbird-message-input-wrapper__message-input {
position: relative;
width: 100%;
box-sizing: border-box;
padding-left: 24px;
padding-right: 24px; }
.sendbird-quote_message_input {
position: relative;
padding: 16px 80px 16px 40px;
width: 100%;
height: 76px;
display: flex;
flex-direction: row;
box-sizing: border-box; }
.sendbird-quote_message_input .sendbird-quote_message_input__avatar {
width: 44px;
min-width: 44px;
height: 44px;
min-height: 44px;
position: relative;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center; }
.sendbird-theme--light .sendbird-quote_message_input .sendbird-quote_message_input__avatar {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-quote_message_input .sendbird-quote_message_input__avatar {
background-color: var(--sendbird-dark-background-500); }
.sendbird-quote_message_input .sendbird-quote_message_input__body {
position: absolute;
display: flex;
flex-direction: column;
align-items: flex-start;
overflow: hidden; }
.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__sender-name {
position: relative;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
box-sizing: border-box;
margin-bottom: 8px; }
.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__message-content {
position: relative;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
box-sizing: border-box; }
.sendbird-quote_message_input .sendbird-quote_message_input__close-button {
position: absolute;
top: 26px;
right: 40px; }
.sendbird-quote_message_input .sendbird-quote_message_input__close-button:hover {
cursor: pointer; }
.sendbird-connection-status {
display: flex;
align-items: center;
padding-top: 5px; }
.sendbird-chat-header {
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 64px;
min-height: 64px;
padding-left: 20px;
padding-right: 16px;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-chat-header {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-chat-header {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-chat-header__left {
margin-right: 24px; }
.sendbird-chat-header__left, .sendbird-chat-header__right {
overflow: hidden;
display: flex;
flex-direction: row;
align-items: center; }
.sendbird-chat-header .sendbird-chat-header__left__title {
margin-left: 8px;
margin-right: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 780px; }
.sendbird-chat-header .sendbird-chat-header__left__subtitle {
max-width: 240px;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-chat-header .sendbird-chat-header__right__mute {
margin-right: 26px; }
.sendbird-chat-header .sendbird-iconbutton--pressed {
background-color: inherit; }
.sendbird-chat-header .sendbird-chat-header__right__info {
margin-left: 16px; }
.sendbird-channel-settings {
height: 100%;
width: 320px;
display: inline-block;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-channel-settings {
background-color: var(--sendbird-light-background-50);
border-left: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-channel-settings {
background-color: var(--sendbird-dark-background-600);
border-left: 1px solid var(--sendbird-dark-background-600); }
.sendbird-channel-settings .sendbird-channel-settings__header-icon {
cursor: pointer;
position: absolute;
top: 16px;
right: 16px; }
.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-channel-settings .sendbird-channel-settings__members .sendbird-badge__text {
margin-top: -2px; }
.sendbird-channel-settings .sendbird-channel-settings__header {
height: 64px;
min-height: 64px;
position: relative;
padding: 20px 24px;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header {
border-bottom: solid 1px var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header {
border-bottom: solid 1px var(--sendbird-dark-ondark-04); }
.sendbird-channel-settings .sendbird-channel-settings__scroll-area {
display: flex;
flex-grow: 1;
flex-direction: column;
height: calc(100% - 64px);
overflow-y: auto; }
.sendbird-channel-settings .sendbird-channel-settings__panel-item {
cursor: pointer;
position: relative;
padding: 12px 22px 10px 56px; }
.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-item {
background-color: var(--sendbird-light-background-50);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-item {
background-color: var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-channel-settings .sendbird-channel-settings__panel-item:focus {
outline: none; }
.sendbird-channel-settings .sendbird-channel-settings__panel-item.sendbird-channel-settings__panel-item__disabled {
cursor: not-allowed; }
.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left,
.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right {
position: absolute;
top: 10px; }
.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left {
left: 16px; }
.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right {
right: 16px; }
.sendbird-channel-settings .sendbird-channel-settings__panel-icon--open {
transform: rotate(90deg); }
.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-channel-profile {
position: relative;
text-align: center;
padding: 32px 40px 27px 40px; }
.sendbird-theme--light .sendbird-channel-profile {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-channel-profile {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-channel-profile .sendbird-channel-profile--inner {
height: 92px; }
.sendbird-channel-profile .sendbird-channel-profile__avatar {
margin-bottom: 16px;
display: flex;
justify-content: center; }
.sendbird-channel-profile .sendbird-channel-profile__title {
display: block;
max-width: 240px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
height: 18px; }
.sendbird-channel-profile .sendbird-channel-profile__edit {
position: absolute;
top: 10px;
right: 16px; }
.channel-profile-form .channel-profile-form__img-section {
position: relative; }
.channel-profile-form .channel-profile-form__avatar-button {
position: absolute;
top: 54px;
left: 96px; }
.channel-profile-form .channel-profile-form__avatar {
margin-top: 16px; }
.channel-profile-form .channel-profile-form__name-section {
margin-top: 12px; }
.channel-profile-form .channel-profile-form__name-section .sendbird-input {
height: 40px; }
.sendbird-members-accordion {
padding: 8px 16px 16px 16px;
position: relative;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-members-accordion {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-members-accordion {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-members-accordion .sendbird-members-accordion__member {
position: relative;
padding: 12px 0px 12px 44px;
height: 40px;
box-sizing: border-box; }
.sendbird-members-accordion .sendbird-members-accordion__member .sendbird-label {
max-width: 240px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-members-accordion .sendbird-members-accordion__member-avatar {
position: absolute;
left: 0;
top: 10px;
cursor: pointer; }
.sendbird-members-accordion .sendbird-members-accordion__footer {
display: flex;
justify-content: flex-start;
margin-top: 8px; }
.sendbird-members-accordion .sendbird-members-accordion__footer .sendbird-members-accordion__footer__all-members {
margin-right: 8px; }
.sendbird-more-members__popup-scroll {
max-height: 420px;
overflow-y: auto; }
.sendbird-channel-settings__operator .sendbird-channel-settings__accordion-icon {
position: absolute;
left: 14px; }
.sendbird-channel-settings__operator .sendbird-accordion__panel-heder {
position: relative; }
.sendbird-channel-settings__empty-list {
text-align: center;
margin-top: 12px;
margin-bottom: 4px;
display: block; }
.sendbird-channel-settings-accordion__footer {
padding-top: 16px;
display: flex;
justify-content: left;
padding-left: 12px; }
.sendbird-channel-settings-accordion__footer .sendbird-button:nth-child(2) {
margin-left: 8px; }
.sendbird-channel-settings__freeze {
max-width: 320px;
position: relative;
padding: 12px 22px 10px 56px; }
.sendbird-theme--light .sendbird-channel-settings__freeze {
background-color: var(--sendbird-light-background-50);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-channel-settings__freeze {
background-color: var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-channel-settings__frozen-icon {
position: absolute;
right: 20px;
top: 12px; }
.sendbird-channel-settings__frozen-icon .sendbird-icon {
cursor: pointer; }
.sendbird-channel-settings__members-list .sendbird-badge,
.sendbird-channel-settings__members .sendbird-badge {
position: absolute;
right: 44px;
top: 12px; }
.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge, .sendbird-theme--light
.sendbird-channel-settings__members .sendbird-badge {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge, .sendbird-theme--dark
.sendbird-channel-settings__members .sendbird-badge {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label, .sendbird-theme--light
.sendbird-channel-settings__members .sendbird-badge .sendbird-label {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label, .sendbird-theme--dark
.sendbird-channel-settings__members .sendbird-badge .sendbird-label {
color: var(--sendbird-dark-ondark-02); }
.sendbird-accordion {
padding: 8px 0px 16px 0px;
position: relative;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-accordion {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-accordion {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-accordion .sendbird-accordion__member {
position: relative;
padding: 12px 0px 12px 44px;
height: 40px;
box-sizing: border-box; }
.sendbird-accordion .sendbird-accordion__footer {
display: flex;
justify-content: flex-start;
margin-top: 8px; }
.sendbird-accordion__panel-header {
cursor: pointer;
position: relative;
padding: 12px 22px 10px 56px; }
.sendbird-theme--light .sendbird-accordion__panel-header {
background-color: var(--sendbird-light-background-50);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-accordion__panel-header {
background-color: var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-accordion__panel-header:focus {
outline: none; }
.sendbird-accordion__panel-header.sendbird-accordion__panel-item__disabled {
cursor: not-allowed; }
.sendbird-accordion__panel-icon-left,
.sendbird-accordion__panel-icon-right {
position: absolute;
top: 10px; }
.sendbird-accordion__panel-icon-left {
left: 16px; }
.sendbird-accordion__panel-icon-right {
right: 16px; }
.sendbird-accordion__panel-icon--open {
transform: rotate(90deg); }
.sendbird-theme--light .sendbird-accordion__panel-icon--chevron path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-accordion__panel-icon--chevron path {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-accordion__panel-icon__leave path {
fill: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-accordion__panel-icon__leave path {
fill: var(--sendbird-dark-error-300); }
.sendbird-user-list-item--small {
display: block;
position: relative;
box-sizing: border-box;
height: 40px; }
.sendbird-user-list-item--small__avatar {
cursor: pointer;
position: absolute;
top: 10px;
left: 12px; }
.sendbird-user-list-item--small .sendbird-muted-avatar {
position: absolute;
top: 10px;
left: 12px;
z-index: 2;
pointer-events: none; }
.sendbird-user-list-item--small__title {
position: absolute;
top: 10px;
left: 54px;
width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-user-list-item--small__subtitle {
position: absolute;
top: 23px;
left: 140px;
max-width: 237px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-user-list-item--small__checkbox {
position: absolute;
top: 16px;
right: 16px; }
.sendbird-user-list-item--small__action {
display: none;
position: absolute;
right: 10px;
top: 4px; }
.sendbird-user-list-item--small__operator {
position: absolute;
right: 24px;
top: 10px; }
.sendbird-theme--light .sendbird-user-list-item--small:hover, .sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-user-list-item--small:hover, .sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed {
background-color: var(--sendbird-dark-background-500); }
.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__action, .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__action {
display: block; }
.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__operator, .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__operator {
display: none; }
.sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton {
background-color: var(--sendbird-dark-background-700); }
.sendbird-message-search-pannel {
position: relative;
display: flex;
flex-direction: column;
width: 320px;
height: 100%;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-message-search-pannel {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-search-pannel {
background-color: var(--sendbird-dark-background-600); }
.sendbird-message-search-pannel .sendbird-message-search-pannel__header {
position: relative;
display: flex;
width: 100%;
height: 64px;
min-height: 64px;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__header {
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__header {
border-bottom: 1px solid var(--sendbird-dark-ondark-04); }
.sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__title {
position: absolute;
top: 20px;
left: 24px;
width: calc(100% - 74px);
overflow-x: hidden;
word-break: keep-all;
text-overflow: ellipsis; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__close-button {
position: absolute;
top: 16px;
right: 16px; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input {
display: flex;
position: relative;
padding: 16px;
box-sizing: border-box; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container {
position: relative;
border-radius: 4px;
width: 100%;
height: 44px; }
.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container {
border: 1px solid var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container {
border: 1px solid var(--sendbird-dark-ondark-03); }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__search-icon {
position: absolute;
top: 10px;
left: 16px; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__input-area {
position: absolute;
top: 14px;
left: 48px;
margin: 0px;
padding: 0px;
border: 0px;
outline: none;
font-size: 14px;
width: calc(100% - 90px); }
.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__input-area {
color: var(--sendbird-light-onlight-01);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__input-area {
color: var(--sendbird-dark-ondark-01);
background-color: var(--sendbird-dark-background-600); }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__spinner {
position: absolute;
top: 12px;
right: 12px; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button {
position: absolute;
top: 12px;
right: 12px; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button:hover {
cursor: pointer; }
.sendbird-message-search-pannel .sendbird-message-search-pannel__message-search {
position: relative;
box-sizing: border-box;
width: 100%;
height: 100%;
overflow-y: scroll; }
.sendbird-message-search {
position: relative;
height: 100%;
overflow: scroll; }
.sendbird-theme--light .sendbird-message-search {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-search {
background-color: var(--sendbird-dark-background-600); }
.sendbird-message-search-item {
display: inline-flex;
flex-direction: row;
width: 100%;
height: 80px;
position: relative;
cursor: pointer; }
.sendbird-theme--light .sendbird-message-search-item {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-search-item {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-theme--light .sendbird-message-search-item:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-message-search-item:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-message-search-item .sendbird-message-search-item__left {
display: flex;
align-items: center;
justify-content: center;
width: 90px;
height: 80px; }
.sendbird-message-search-item .sendbird-message-search-item__right {
display: flex;
flex-direction: column;
width: calc(100% - 106px); }
.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__sender-name {
display: flex;
max-width: 280px;
height: 16px;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
top: 12px; }
.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-text {
box-sizing: border-box;
display: flex;
width: inherit;
height: 32px;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
top: 36px;
word-break: break-word; }
.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-created-at {
position: absolute;
top: 12px;
right: 18px; }
.sendbird-message-search-item .sendbird-message-search-item__right-footer {
width: 16px; }
.sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected {
background-color: var(--sendbird-dark-background-700); }
.sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left {
border-left: 4px solid var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left {
border-left: 4px solid var(--sendbird-dark-primary-200); }
.sendbird-message-search-file-item {
position: relative;
display: inline-flex;
flex-direction: row;
width: 100%;
height: 80px;
cursor: pointer; }
.sendbird-theme--light .sendbird-message-search-file-item {
border-bottom: 1px solid var(--sendbird-light-onlight-04);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .sendbird-message-search-file-item {
border-bottom: 1px solid var(--sendbird-dark-ondark-04);
background-color: var(--sendbird-dark-background-600); }
.sendbird-theme--light .sendbird-message-search-file-item:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-message-search-file-item:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-message-search-file-item .sendbird-message-search-file-item__left {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 90px;
height: 80px; }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right {
position: relative;
display: flex;
flex-direction: column;
width: calc(100% - 106px); }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__sender-name {
position: absolute;
top: 12px;
display: flex;
max-width: 280px;
height: 16px;
overflow: hidden;
text-overflow: ellipsis; }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content {
position: absolute;
top: 36px;
box-sizing: border-box;
width: 100%;
height: 32px;
display: flex;
flex-direction: row;
align-items: center; }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon {
position: relative;
margin-right: 4px;
display: flex;
align-items: center;
justify-content: center;
width: 26px;
min-width: 26px;
height: 26px;
border-radius: 8px; }
.sendbird-theme--light .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon {
background-color: var(--sendbird-dark-background-500); }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__url {
height: 16px;
position: relative;
display: flex;
overflow: hidden;
text-overflow: ellipsis;
word-break: keep-all;
white-space: nowrap; }
.sendbird-message-search-file-item .sendbird-message-search-file-item__message-created-at {
position: absolute;
top: 12px;
right: 18px; }
.sendbird-message-search-file-item .sendbird-message-search-file-item__right-footer {
width: 16px; }
.sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected {
background-color: var(--sendbird-dark-background-700); }
.sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left {
border-left: 4px solid var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left {
border-left: 4px solid var(--sendbird-dark-primary-200); }
.sendbird-app__wrap {
width: 100%;
height: 100%;
display: flex;
box-sizing: border-box; }
.sendbird-app__wrap .sendbird-app__searchpanel-wrap {
width: 320px;
overflow-y: scroll;
box-sizing: border-box; }
.sendbird-theme--light .sendbird-app__wrap .sendbird-app__searchpanel-wrap {
border-top: 1px solid var(--sendbird-light-onlight-04);
border-right: 1px solid var(--sendbird-light-onlight-04);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__searchpanel-wrap {
border-top: 1px solid var(--sendbird-dark-background-600);
border-right: 1px solid var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-background-600); }
.sendbird-app__wrap .sendbird-app__conversation-wrap {
flex: 1;
position: relative;
width: calc(100% - 320px); }
.sendbird-app__wrap .sendbird-app__channellist-wrap {
max-width: 320px; }
.sendbird-theme--light .sendbird-app__wrap .sendbird-app__channellist-wrap {
border-top: 1px solid var(--sendbird-light-onlight-04);
border-left: 1px solid var(--sendbird-light-onlight-04);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__channellist-wrap {
border-top: 1px solid var(--sendbird-dark-background-600);
border-left: 1px solid var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-background-600); }
.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info {
background-color: var(--sendbird-dark-background-700); }
.sendbird-app__wrap .sendbird-chat-header__search {
margin-right: 16px; }
.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search {
background-color: var(--sendbird-dark-background-700); }
.sendbird-app__wrap .sendbird-channel-settings {
border-left: none; }
.sendbird-theme--light .sendbird-app__wrap .sendbird-channel-settings {
border-top: 1px solid var(--sendbird-light-onlight-04);
border-right: 1px solid var(--sendbird-light-onlight-04);
border-bottom: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-app__wrap .sendbird-channel-settings {
border-top: 1px solid var(--sendbird-dark-background-600);
border-right: 1px solid var(--sendbird-dark-background-600);
border-bottom: 1px solid var(--sendbird-dark-background-600); }
.sendbird-app__wrap .sendbird-channel-settings .sendbird-channel-settings__header {
height: 64px; }
.rogu-conversation {
display: flex;
flex-direction: column;
height: 100%;
box-sizing: border-box; }
.sendbird-theme--light .rogu-conversation {
background-color: var(--sendbird-light-background-50);
border: 1px solid var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .rogu-conversation {
background-color: var(--sendbird-dark-background-600);
border: 1px solid var(--sendbird-dark-ondark-04); }
.rogu-conversation__messages {
overflow-y: auto;
flex: 1 1 0;
order: 2;
background-color: #f1f7ff;
background-image: url("https://imgix3.ruangguru.com/assets/miscellaneous/png_yl8ho6_830.png");
background-size: 400px auto;
background-repeat: repeat; }
.rogu-conversation__messages-list {
display: flex;
flex-direction: column;
height: 100%;
justify-content: flex-end; }
.rogu-conversation__scroll-container {
display: flex;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
flex-direction: column; }
.rogu-conversation__scroll-container .rogu-conversation__padding {
flex: 1 1 0; }
.rogu-conversation__footer {
position: relative;
order: 3;
padding: 12px 16px; }
.rogu-conversation__footer .rogu-conversation__typing-indicator {
margin-bottom: 4px; }
.rogu-message-hoc {
padding-right: 24px;
padding-left: 24px;
background: transparent;
transition: background-color 400ms ease-in; }
.rogu-message-hoc.rogu-message-hoc--highlighted {
-webkit-animation: highlightFadeIn 300ms forwards, highlightFadeOut 300ms 3s forwards;
animation: highlightFadeIn 300ms forwards, highlightFadeOut 300ms 3s forwards; }
.rogu-message-hoc.rogu-message-hoc--highlighted.rogu-message-hoc--chain-bottom {
padding-bottom: 8px; }
.rogu-message-hoc.rogu-message-hoc--highlighted.rogu-message-hoc--chain-bottom .rogu-message-hoc__message-content {
margin-bottom: 0; }
@-webkit-keyframes highlightFadeIn {
from {
padding-top: 0;
background: transparent; }
to {
padding-top: 8px;
background: rgba(46, 180, 192, 0.2); } }
@keyframes highlightFadeIn {
from {
padding-top: 0;
background: transparent; }
to {
padding-top: 8px;
background: rgba(46, 180, 192, 0.2); } }
@-webkit-keyframes highlightFadeOut {
from {
padding-top: 8px;
background: rgba(46, 180, 192, 0.2); }
to {
background: transparent;
padding-top: 0; } }
@keyframes highlightFadeOut {
from {
padding-top: 8px;
background: rgba(46, 180, 192, 0.2); }
to {
background: transparent;
padding-top: 0; } }
.rogu-conversation__messages .rogu-conversation__messages-padding {
padding-left: 24px;
padding-right: 24px; }
.rogu-conversation__messages .sendbird-separator,
.rogu-conversation__messages .sendbird-admin-message {
padding-top: 8px;
padding-bottom: 8px; }
.rogu-conversation__scroll-bottom-button {
position: -webkit-sticky;
position: sticky;
display: flex;
align-items: center;
justify-content: center;
bottom: 30px;
left: calc(100% - 65px);
width: 40px;
height: 40px;
border-radius: 24px;
z-index: 1; }
.sendbird-theme--light .rogu-conversation__scroll-bottom-button {
background-color: var(--sendbird-light-background-50);
box-shadow: var(--sendbird-light-shadow-05); }
.sendbird-theme--dark .rogu-conversation__scroll-bottom-button {
background-color: var(--sendbird-dark-background-400);
box-shadow: var(--sendbird-dark-shadow-05); }
.rogu-conversation__scroll-bottom-button:hover {
cursor: pointer; }
.sendbird-theme--light .rogu-conversation__scroll-bottom-button:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-conversation__scroll-bottom-button:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .rogu-conversation__scroll-bottom-button:active {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-conversation__scroll-bottom-button:active {
background-color: var(--sendbird-dark-background-700); }
.rogu-conversation__scroll-bottom-button:focus {
outline: none; }
[class*="sendbird-label"] {
font-family: var(--sendbird-font-family-default); }
.sendbird-label--h-1 {
font-size: 20px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: normal; }
.sendbird-label--h-2 {
font-size: 18px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal; }
.rogu-label--h-3 {
font-size: 16px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 20px;
letter-spacing: normal; }
.sendbird-label--subtitle-1 {
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.38;
letter-spacing: normal; }
.sendbird-label--subtitle-2 {
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.14;
letter-spacing: normal; }
.sendbird-label--body-1 {
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--body-2 {
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal; }
.rogu-label--body-3 {
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 18px;
letter-spacing: normal; }
.sendbird-label--button-1 {
font-size: 16px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--button-2 {
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--caption-1 {
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal; }
.sendbird-label--caption-2 {
font-size: 12px;
font-weight: bold;
font-style: normal;
line-height: 1;
letter-spacing: normal; }
.sendbird-label--caption-3 {
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal; }
.sendbird-label--typing-indicator {
font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: italic;
line-height: 1;
letter-spacing: normal; }
.sendbird-theme--light .sendbird-label--color-onbackground-1 {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-label--color-onbackground-1 {
color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-label--color-onbackground-2 {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-label--color-onbackground-2 {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-label--color-onbackground-3 {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-label--color-onbackground-3 {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-label--color-onbackground-4 {
color: var(--sendbird-light-onlight-04); }
.sendbird-theme--dark .sendbird-label--color-onbackground-4 {
color: var(--sendbird-dark-ondark-04); }
.sendbird-theme--light .rogu-label--color-onbackground-5 {
color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-label--color-onbackground-5 {
color: var(--sendbird-dark-background-600); }
.sendbird-theme--light .sendbird-label--color-oncontent-1 {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-label--color-oncontent-1 {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-label--color-oncontent-2 {
color: var(--sendbird-light-ondark-02); }
.sendbird-theme--dark .sendbird-label--color-oncontent-2 {
color: var(--sendbird-dark-onlight-02); }
.sendbird-theme--light .sendbird-label--color-primary {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-label--color-primary {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-label--color-error {
color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-label--color-error {
color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .sendbird-label--color-secondary-3 {
color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-label--color-secondary-3 {
color: var(--sendbird-dark-secondary-200); }
.rogu-message-status {
display: flex;
align-items: center; }
.rogu-message-status .rogu-message-status__icon {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content; }
.rogu-message-status .rogu-message-status__text {
position: relative;
margin-right: 4px; }
.rogu-message-status .rogu-message-status__text .rogu-message-status__text__try-again {
text-decoration: underline; }
.rogu-message-status .rogu-message-status__text .rogu-message-status__text__try-again:hover {
cursor: pointer; }
.rogu-message-status .rogu-message-status__text .rogu-message-status__text__delete {
text-decoration: underline; }
.rogu-message-status .rogu-message-status__text .rogu-message-status__text__delete:hover {
cursor: pointer; }
.rogu-flex {
display: flex;
align-items: center; }
.sendbird-icon {
display: inline-block; }
.sendbird-icon:focus {
outline: none; }
.sendbird-theme--light .sendbird-icon-color--primary [class*='fill'] {
fill: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .sendbird-icon-color--primary [class*='fill'] {
fill: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .sendbird-icon-color--primary [class*='stroke'] {
stroke: var(--sendbird-light-primary-300);
stroke-width: 2px;
stroke-linejoin: round; }
.sendbird-theme--dark .sendbird-icon-color--primary [class*='stroke'] {
stroke: var(--sendbird-dark-primary-200);
stroke-width: 2px;
stroke-linejoin: round; }
.sendbird-theme--light .sendbird-icon-color--secondary [class*='fill'] {
fill: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-icon-color--secondary [class*='fill'] {
fill: var(--sendbird-dark-secondary-200); }
.sendbird-theme--light .sendbird-icon-color--content [class*='fill'] {
fill: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .sendbird-icon-color--content [class*='fill'] {
fill: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .sendbird-icon-color--content-inverse [class*='fill'] {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-icon-color--content-inverse [class*='fill'] {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-icon-color--white [class*='fill'] {
fill: #fff; }
.sendbird-theme--light .sendbird-icon-color--sent [class*='fill'] {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-icon-color--sent [class*='fill'] {
fill: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-icon-color--read [class*='fill'] {
fill: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .sendbird-icon-color--read [class*='fill'] {
fill: var(--sendbird-dark-secondary-200); }
.sendbird-theme--light .sendbird-icon-color--on-background-1 [class*='fill'] {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-icon-color--on-background-1 [class*='fill'] {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-icon-color--on-background-2 [class*='fill'] {
fill: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-icon-color--on-background-2 [class*='fill'] {
fill: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-icon-color--on-background-3 [class*='fill'] {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .sendbird-icon-color--on-background-3 [class*='fill'] {
fill: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .sendbird-icon-color--background-3 [class*='fill'] {
fill: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-icon-color--background-3 [class*='fill'] {
fill: var(--sendbird-dark-background-400); }
.sendbird-theme--light .sendbird-icon-color--error [class*='fill'] {
fill: var(--sendbird-light-error-300); }
.sendbird-theme--dark .sendbird-icon-color--error [class*='fill'] {
fill: var(--sendbird-dark-error-200); }
.rogu-og-message-item-body {
position: relative;
display: inline-block;
width: 100%;
min-width: 100px;
max-width: 400px; }
.rogu-og-message-item-body .rogu-og-message-item-body__og-wrapper {
padding: 8px;
display: flex;
border-radius: 4px;
margin-bottom: 8px; }
.rogu-og-message-item-body .rogu-og-message-item-body__og-container {
display: flex;
position: relative;
width: 100%; }
.rogu-og-message-item-body .rogu-og-message-item-body__og-thumbnail {
position: relative;
width: 60px;
height: 60px; }
.rogu-og-message-item-body .rogu-og-message-item-body__og-thumbnail .rogu-og-message-item-body__og-thumbnail__image {
width: 100%; }
.rogu-og-message-item-body .rogu-og-message-item-body__description {
padding: 4px 8px;
flex: 1;
min-width: 0; }
.rogu-og-message-item-body .rogu-og-message-item-body__description .rogu-og-message-item-body__description__title,
.rogu-og-message-item-body .rogu-og-message-item-body__description .rogu-og-message-item-body__description__description {
margin-bottom: 4px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block; }
.rogu-og-message-item-body .rogu-og-message-item-body__description .rogu-og-message-item-body__description__url {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block;
margin: 0; }
.rogu-og-message-item-body.rogu-og-message-item-body--preview {
max-width: 100%; }
.rogu-og-message-item-body.rogu-og-message-item-body--preview .rogu-og-message-item-body__og-wrapper {
align-items: center;
justify-content: space-between; }
.rogu-og-message-item-body.rogu-og-message-item-body--preview .rogu-og-message-item-body__og-container {
width: 90%; }
.rogu-og-message-item-body.rogu-og-message-reactions .rogu-og-message-item-body__description {
border-radius: 0; }
.rogu-og-message-item-body .rogu-og-message-item-body__og-thumbnail:hover,
.rogu-og-message-item-body .rogu-og-message-item-body__description:hover {
cursor: pointer; }
.sendbird-theme--light .rogu-og-message-item-body.rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-og-message-item-body.rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-og-message-item-body.rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-og-message-item-body.rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .rogu-og-message-item-body.mouse-hover .rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper, .sendbird-theme--light .rogu-og-message-item-body:hover .rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-og-message-item-body.mouse-hover .rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper, .sendbird-theme--dark .rogu-og-message-item-body:hover .rogu-og-message--outgoing .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-og-message-item-body.mouse-hover .rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper, .sendbird-theme--light .rogu-og-message-item-body:hover .rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-og-message-item-body.mouse-hover .rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper, .sendbird-theme--dark .rogu-og-message-item-body:hover .rogu-og-message--incoming .rogu-og-message-item-body__og-wrapper {
background-color: var(--sendbird-dark-background-500); }
.sendbird-iconbutton {
color: var(--sendbird-iconbutton-color);
display: inline-flex;
justify-content: center;
align-items: center;
padding: 3px;
background-color: transparent;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 4px;
outline: 0; }
.sendbird-theme--light .sendbird-iconbutton .sendbird-iconbutton__inner svg {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .sendbird-iconbutton .sendbird-iconbutton__inner svg {
fill: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .sendbird-iconbutton:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .sendbird-iconbutton:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .sendbird-iconbutton:active {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .sendbird-iconbutton:active {
background-color: var(--sendbird-dark-background-400); }
.sendbird-iconbutton:disabled {
cursor: not-allowed !important; }
.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--light
.sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
fill: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--dark
.sendbird-iconbutton:disabled .sendbird-iconbutton__inner path {
fill: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .sendbird-iconbutton--pressed {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .sendbird-iconbutton--pressed {
background-color: var(--sendbird-dark-background-700); }
.rogu-text-button {
cursor: pointer;
display: inline-block; }
.rogu-text-button.rogu-text-button--underline {
text-decoration: underline; }
.rogu-text-button.rogu-text-button--disabled {
cursor: not-allowed; }
.sendbird-theme--light .rogu-text-button.rogu-text-button--disabled {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .rogu-text-button.rogu-text-button--disabled {
color: var(--sendbird-dark-ondark-03); }
.rogu-link-label {
text-decoration: unset; }
.rogu-link-label:hover {
cursor: pointer;
text-decoration: underline; }
.rogu-link-label:focus {
outline: none; }
.rogu-link-label__label {
display: inline; }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-onbackground-1 {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-onbackground-1 {
color: var(--sendbird-dark-ondark-01); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-onbackground-2 {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-onbackground-2 {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-onbackground-3 {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-onbackground-3 {
color: var(--sendbird-dark-ondark-03); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-oncontent-1 {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-oncontent-1 {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-oncontent-2 {
color: var(--sendbird-light-ondark-02); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-oncontent-2 {
color: var(--sendbird-dark-onlight-02); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-primary {
color: var(--sendbird-light-primary-300); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-primary {
color: var(--sendbird-dark-primary-200); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-error {
color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-error {
color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .rogu-link-label .sendbird-label--color-secondary-3 {
color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .rogu-link-label .sendbird-label--color-secondary-3 {
color: var(--sendbird-dark-secondary-200); }
.rogu-clamped-message-item-body {
position: relative;
display: inline-block;
box-sizing: content-box; }
.rogu-clamped-message-item-body .rogu-clamped-message-item-body__message {
white-space: pre-wrap;
word-break: break-all; }
.rogu-clamped-message-item-body .rogu-clamped-message-item-body__read-more > * {
font-weight: bolder; }
.rogu-clamped-message-item-body .rogu-clamped-message-item-body__inner {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
word-break: break-word;
white-space: pre-wrap;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical; }
.sendbird-theme--light .rogu-clamped-message-item-body.rogu-clamped-message-item-body--incoming .rogu-clamped-message-item-body__read-more {
color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .rogu-clamped-message-item-body.rogu-clamped-message-item-body--incoming .rogu-clamped-message-item-body__read-more {
color: var(--sendbird-dark-secondary-200); }
.rogu-clamped-message-item-body.rogu-clamped-message-item-body--expanded .rogu-clamped-message-item-body__inner {
display: block;
overflow: visible; }
.rogu-clamped-message-item-body.rogu-clamped-message-item-body--viewer-mode {
position: absolute;
bottom: 5%;
max-height: 40%;
min-width: 85%;
max-width: 95%;
background: #f1f4f9;
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px);
padding: 24px;
overflow: auto;
transition: all 0.2s;
display: flex;
flex-direction: column; }
@media (min-width: 640px) {
.rogu-clamped-message-item-body.rogu-clamped-message-item-body--viewer-mode {
max-width: 70%; } }
.rogu-clamped-message-item-body.rogu-clamped-message-item-body--viewer-mode.rogu-clamped-message-item-body--viewer-mode__hidden {
max-height: 0;
padding: 0; }
.rogu-clamped-message-item-body.rogu-clamped-message-item-body--preview-mode {
display: block; }
.rogu-replied-assignment-message-item-body {
padding: 8px;
border-radius: 4px;
margin-bottom: 8px;
border-left-width: 2px;
border-left-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between; }
.sendbird-theme--light .rogu-replied-assignment-message-item-body {
border-left-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-replied-assignment-message-item-body {
border-left-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-assignment-message-item-body.rogu-replied-assignment-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-replied-assignment-message-item-body.rogu-replied-assignment-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-assignment-message-item-body.rogu-replied-assignment-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-replied-assignment-message-item-body.rogu-replied-assignment-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content {
display: flex; }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content .rogu-replied-assignment-message-item-body__icon {
width: 28px;
height: 28px;
border-radius: 8px;
margin-right: 8px; }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content .rogu-replied-assignment-message-item-body__content__nickname,
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content .rogu-replied-assignment-message-item-body__content__message {
white-space: pre-wrap;
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical; }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content .rogu-replied-assignment-message-item-body__content__nickname {
-webkit-line-clamp: 1; }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__content .rogu-replied-assignment-message-item-body__content__message {
-webkit-line-clamp: 2; }
.rogu-replied-assignment-message-item-body .rogu-replied-assignment-message-item-body__cancel {
flex-shrink: 0;
margin: 0 20px; }
.rogu-replied-file-message-item-body {
padding: 8px;
border-radius: 4px;
margin-bottom: 8px;
border-left-width: 2px;
border-left-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between; }
.sendbird-theme--light .rogu-replied-file-message-item-body {
border-left-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-replied-file-message-item-body {
border-left-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-file-message-item-body.rogu-replied-file-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-replied-file-message-item-body.rogu-replied-file-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-file-message-item-body.rogu-replied-file-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-replied-file-message-item-body.rogu-replied-file-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content {
display: flex; }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content .rogu-replied-file-message-item-body__icon {
width: 28px;
height: 28px;
border-radius: 8px;
margin-right: 8px; }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content .rogu-replied-file-message-item-body__content__nickname,
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content .rogu-replied-file-message-item-body__content__message {
white-space: pre-wrap;
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical; }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content .rogu-replied-file-message-item-body__content__nickname {
-webkit-line-clamp: 1; }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__content .rogu-replied-file-message-item-body__content__message {
-webkit-line-clamp: 2; }
.rogu-replied-file-message-item-body .rogu-replied-file-message-item-body__cancel {
flex-shrink: 0;
margin: 0 20px; }
.rogu-replied-material-message-item-body {
padding: 8px;
border-radius: 4px;
margin-bottom: 8px;
border-left-width: 2px;
border-left-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between; }
.sendbird-theme--light .rogu-replied-material-message-item-body {
border-left-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-replied-material-message-item-body {
border-left-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-material-message-item-body.rogu-replied-material-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-replied-material-message-item-body.rogu-replied-material-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-material-message-item-body.rogu-replied-material-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-replied-material-message-item-body.rogu-replied-material-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content {
display: flex; }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content .rogu-replied-material-message-item-body__icon {
width: 28px;
height: 28px;
border-radius: 8px;
margin-right: 8px; }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content .rogu-replied-material-message-item-body__content__nickname,
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content .rogu-replied-material-message-item-body__content__message {
white-space: pre-wrap;
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical; }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content .rogu-replied-material-message-item-body__content__nickname {
-webkit-line-clamp: 1; }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__content .rogu-replied-material-message-item-body__content__message {
-webkit-line-clamp: 2; }
.rogu-replied-material-message-item-body .rogu-replied-material-message-item-body__cancel {
flex-shrink: 0;
margin: 0 20px; }
.rogu-image-renderer {
overflow: hidden;
width: 100%;
height: 100%; }
.rogu-image-renderer .rogu-image-renderer__image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.rogu-image-renderer__hidden-image-loader {
display: none; }
.rogu-replied-media-message-item-body {
padding: 8px;
border-radius: 4px;
margin-bottom: 8px;
border-left-width: 2px;
border-left-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between; }
.sendbird-theme--light .rogu-replied-media-message-item-body {
border-left-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-replied-media-message-item-body {
border-left-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-media-message-item-body.rogu-replied-media-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-replied-media-message-item-body.rogu-replied-media-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-media-message-item-body.rogu-replied-media-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-replied-media-message-item-body.rogu-replied-media-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata {
display: flex; }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__reply-image,
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__reply-video {
margin-right: 8px;
border-radius: 4px;
width: 38px;
height: 38px;
flex-shrink: 0; }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__sender-name {
white-space: pre-wrap;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__caption-container {
display: flex;
align-items: center; }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__caption-container .rogu-media-message-item-body__caption-icon {
margin-right: 4px; }
.rogu-replied-media-message-item-body .rogu-media-message-item-body__metadata .rogu-media-message-item-body__caption-container .rogu-media-message-item-body__reply-message {
white-space: pre-wrap;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.rogu-replied-media-message-item-body .rogu-replied-media-message-item-body__cancel {
flex-shrink: 0;
margin: 0 20px; }
.rogu-replied-text-message-item-body {
padding: 8px;
border-radius: 4px;
margin-bottom: 8px;
border-left-width: 2px;
border-left-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between; }
.sendbird-theme--light .rogu-replied-text-message-item-body {
border-left-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-replied-text-message-item-body {
border-left-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-text-message-item-body.rogu-replied-text-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-replied-text-message-item-body.rogu-replied-text-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-replied-text-message-item-body.rogu-replied-text-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-replied-text-message-item-body.rogu-replied-text-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-replied-text-message-item-body .rogu-replied-text-message-item-body__content .rogu-replied-text-message-item-body__content__nickname,
.rogu-replied-text-message-item-body .rogu-replied-text-message-item-body__content .rogu-replied-text-message-item-body__content__message {
white-space: pre-wrap;
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical; }
.rogu-replied-text-message-item-body .rogu-replied-text-message-item-body__content .rogu-replied-text-message-item-body__content__nickname {
-webkit-line-clamp: 1; }
.rogu-replied-text-message-item-body .rogu-replied-text-message-item-body__content .rogu-replied-text-message-item-body__content__message {
-webkit-line-clamp: 2; }
.rogu-replied-text-message-item-body .rogu-replied-text-message-item-body__cancel {
flex-shrink: 0;
margin: 0 20px; }
.rogu-file-message-item-body {
display: flex;
border-radius: 0.25rem;
padding: 0.5rem;
min-width: 200px;
text-decoration: none; }
.sendbird-theme--light .rogu-file-message-item-body.rogu-file-message-item-body--outgoing {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-file-message-item-body.rogu-file-message-item-body--outgoing {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-file-message-item-body.rogu-file-message-item-body--incoming {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-file-message-item-body.rogu-file-message-item-body--incoming {
background-color: var(--sendbird-dark-background-500); }
.rogu-file-message-item-body .rogu-file-message-item-body__icon {
width: 28px;
height: 28px;
min-width: 28px;
min-height: 28px;
border-radius: 8px;
margin-right: 8px; }
.rogu-file-message-item-body .rogu-file-message-item-body__name {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
word-break: break-all; }
.rogu-thumbnail-message-item-body {
position: relative;
display: inline-block;
box-sizing: border-box;
overflow: hidden;
width: 100%;
min-width: 180px;
height: 150px;
border-radius: 6px; }
@media (min-width: 640px) {
.rogu-thumbnail-message-item-body {
height: 270px; } }
.rogu-thumbnail-message-item-body.reactions {
border-radius: 6px 6px 0 0; }
.sendbird-theme--light .rogu-thumbnail-message-item-body {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-thumbnail-message-item-body {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .rogu-thumbnail-message-item-body.mouse-hover, .sendbird-theme--light .rogu-thumbnail-message-item-body:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-thumbnail-message-item-body.mouse-hover, .sendbird-theme--dark .rogu-thumbnail-message-item-body:hover {
background-color: var(--sendbird-dark-background-400); }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__thumbnail {
position: absolute; }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__placeholder {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center; }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__placeholder .rogu-thumbnail-message-item-body__placeholder__icon {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 50%;
background-color: var(--sendbird-light-background-50); }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__image-cover {
position: absolute;
top: 0;
display: none;
width: 100%;
height: 100%;
background-color: var(--sendbird-light-overlay-01); }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__video {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__icon-wrapper {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center; }
.rogu-thumbnail-message-item-body .rogu-thumbnail-message-item-body__icon-wrapper .rogu-thumbnail-message-item-body__icon-wrapper__icon {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 50%;
background-color: var(--sendbird-light-background-50); }
.rogu-thumbnail-message-item-body:hover {
cursor: pointer; }
.rogu-thumbnail-message-item-body:hover .rogu-thumbnail-message-item-body__image-cover {
display: inline-flex; }
.rogu-admin-message {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 1rem; }
.rogu-admin-message .rogu-admin-message__container {
display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
padding: 6px 7px; }
.sendbird-theme--light .rogu-admin-message .rogu-admin-message__container {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-admin-message .rogu-admin-message__container {
background-color: var(--sendbird-dark-background-500); }
.rogu-admin-message .rogu-admin-message__container .rogu-admin-message__text {
display: flex; }
.rogu-assignment-message-item-body {
position: relative;
display: inline-block;
width: 100%;
min-width: 100px; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__text-bubble {
position: relative;
padding: 8px;
box-sizing: border-box;
border-radius: 16px 16px 0 0;
word-break: break-all; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
padding: 8px;
border-radius: 4px;
cursor: pointer;
z-index: 10; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container .rogu-assignment-message-item-body__icon {
display: flex;
align-items: center;
justify-content: center; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container .rogu-assignment-message-item-body__text-container {
margin-left: 6px; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container .rogu-assignment-message-item-body__text-title {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container .rogu-assignment-message-item-body__text-deadline {
margin: 0 0 0 3px; }
.rogu-assignment-message-item-body .rogu-assignment-message-item-body__container .rogu-assignment-message-item-body__text-deadline::before {
content: '.';
margin-right: 3px; }
.sendbird-theme--light .rogu-assignment-message-item-body.rogu-assignment-message-item-body--outgoing .rogu-assignment-message-item-body__container {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-assignment-message-item-body.rogu-assignment-message-item-body--outgoing .rogu-assignment-message-item-body__container {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-assignment-message-item-body.rogu-assignment-message-item-body--incoming .rogu-assignment-message-item-body__container {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-assignment-message-item-body.rogu-assignment-message-item-body--incoming .rogu-assignment-message-item-body__container {
background-color: var(--sendbird-dark-background-500); }
.rogu-material-message-item-body {
position: relative;
display: inline-block;
width: 100%;
min-width: 200px; }
.rogu-material-message-item-body .rogu-material-message-text {
white-space: pre-wrap;
word-break: break-all; }
.rogu-material-message-item-body .rogu-material-message-item-body__text-bubble {
position: relative;
padding: 8px 12px;
box-sizing: border-box;
border-radius: 16px 16px 0 0;
word-break: break-all; }
.rogu-material-message-item-body .rogu-material-message-item-body__container {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
padding: 8px;
border-radius: 4px;
cursor: pointer;
z-index: 10; }
.rogu-material-message-item-body .rogu-material-message-item-body__container .rogu-material-message-item-body__icon {
display: flex;
align-items: center;
justify-content: center; }
.rogu-material-message-item-body .rogu-material-message-item-body__container .rogu-material-message-item-body__text-container {
margin-left: 6px;
max-width: 100%; }
.rogu-material-message-item-body .rogu-material-message-item-body__container .rogu-material-message-item-body__text-title {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.sendbird-theme--light .rogu-material-message-item-body.rogu-material-message-item-body--outgoing .rogu-material-message-item-body__container {
background-color: var(--sendbird-light-primary-200); }
.sendbird-theme--dark .rogu-material-message-item-body.rogu-material-message-item-body--outgoing .rogu-material-message-item-body__container {
background-color: var(--sendbird-dark-primary-400); }
.sendbird-theme--light .rogu-material-message-item-body.rogu-material-message-item-body--incoming .rogu-material-message-item-body__container {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-material-message-item-body.rogu-material-message-item-body--incoming .rogu-material-message-item-body__container {
background-color: var(--sendbird-dark-background-500); }
.rogu-message-content {
position: relative;
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
margin-bottom: 16px; }
.sendbird-theme--light .rogu-message-content {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-message-content {
color: var(--sendbird-dark-ondark-01); }
.rogu-message-content .rogu-message-content__avatar {
margin-right: 8px;
width: 32px;
height: 32px;
flex-shrink: 0; }
.rogu-message-content .rogu-message-content__content {
display: flex;
flex-direction: column;
align-items: flex-end;
position: relative;
min-width: 100px;
max-width: 548px;
box-sizing: border-box; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__menu {
margin-left: 4px; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble {
display: flex;
flex-direction: column;
padding: 12px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
box-sizing: border-box;
max-width: 100%; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header {
line-height: 0;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin-bottom: 4px;
align-items: center; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__id-container {
display: flex;
align-items: center; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__id-container .rogu-message-content__sender-name {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
word-break: break-all;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__id-container .rogu-message-content__operator-label {
margin-left: 8px;
padding: 4px 12px;
border-radius: 4px;
white-space: nowrap; }
.sendbird-theme--light .rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__id-container .rogu-message-content__operator-label {
color: var(--sendbird-light-onlight-01);
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__id-container .rogu-message-content__operator-label {
color: var(--sendbird-dark-ondark-01);
background-color: var(--sendbird-dark-background-500); }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__header .rogu-message-content__menu {
flex-shrink: 0;
display: flex;
align-items: center; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble::before {
content: '';
width: 0;
height: 0;
border-style: solid;
position: absolute;
top: 0; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__body {
display: flex; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__bubble .rogu-message-content__bubble__body .rogu-message-content__bubble__body__inner {
min-width: 80px; }
.rogu-message-content .rogu-message-content__content .rogu-message-content__misc {
margin-top: 4px; }
.rogu-message-content.rogu-message-content--incoming {
justify-content: flex-start; }
.rogu-message-content.rogu-message-content--incoming .rogu-message-content__content {
padding-left: 8px; }
.rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble {
border-top-left-radius: 0; }
.sendbird-theme--light .rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble {
background-color: var(--sendbird-dark-background-600); }
.rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble::before {
border-width: 0 8px 8px 0;
left: 0; }
.sendbird-theme--light .rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble::before {
border-color: transparent var(--sendbird-light-background-50) transparent transparent; }
.sendbird-theme--dark .rogu-message-content.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble::before {
border-color: transparent var(--sendbird-dark-background-600) transparent transparent; }
.rogu-message-content.rogu-message-content--outgoing {
justify-content: flex-end; }
.rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content {
padding-right: 8px;
padding-left: 40px; }
.rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble {
border-top-right-radius: 0; }
.sendbird-theme--light .rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble {
background-color: var(--sendbird-light-primary-100); }
.sendbird-theme--dark .rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble {
background-color: var(--sendbird-dark-primary-300); }
.rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble::before {
border-width: 8px 8px 0 0;
right: 0; }
.sendbird-theme--light .rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble::before {
border-color: var(--sendbird-light-primary-100) transparent transparent transparent; }
.sendbird-theme--dark .rogu-message-content.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble::before {
border-color: var(--sendbird-dark-primary-300) transparent transparent transparent; }
.rogu-message-content.rogu-message-content--chain-bottom {
margin-bottom: 8px; }
.rogu-message-content.rogu-message-content--chain-top .rogu-message-content__content .rogu-message-content__bubble::before {
display: none; }
.rogu-message-content.rogu-message-content--chain-top.rogu-message-content--incoming .rogu-message-content__content {
padding-left: 48px; }
.rogu-message-content.rogu-message-content--chain-top.rogu-message-content--incoming .rogu-message-content__content .rogu-message-content__bubble {
border-top-left-radius: 0; }
.rogu-message-content.rogu-message-content--chain-top.rogu-message-content--outgoing .rogu-message-content__content {
padding-right: 8px; }
.rogu-message-content.rogu-message-content--chain-top.rogu-message-content--outgoing .rogu-message-content__content .rogu-message-content__bubble {
border-top-right-radius: 0; }
.rogu-message-content:hover .rogu-message-item-menu__trigger {
display: flex; }
.rogu-dropdown__menu {
z-index: 1200;
position: absolute;
top: 100%;
left: 0;
min-width: 180px;
margin: 0;
padding: 8px 0;
border-radius: 4px;
list-style: none; }
.sendbird-theme--light .rogu-dropdown__menu {
box-shadow: var(--sendbird-light-shadow-02);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-dropdown__menu {
box-shadow: var(--sendbird-dark-shadow-02);
background-color: var(--sendbird-dark-background-500); }
.rogu-dropdown__menu .rogu-dropdown__menu-item {
cursor: pointer;
white-space: nowrap;
padding: 16px;
display: flex;
align-items: center; }
.rogu-dropdown__menu .rogu-dropdown__menu-item.disable {
cursor: not-allowed; }
.sendbird-theme--light .rogu-dropdown__menu .rogu-dropdown__menu-item.disable:hover {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-dropdown__menu .rogu-dropdown__menu-item.disable:hover {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .rogu-dropdown__menu .rogu-dropdown__menu-item:hover {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-dropdown__menu .rogu-dropdown__menu-item:hover {
background-color: var(--sendbird-dark-background-400); }
.rogu-dropdown__menu .rogu-dropdown__menu-item .rogu-dropdown__menu-item-icon {
margin-right: 12px;
display: flex;
align-items: center; }
.rogu-dropdown__reaction-bar {
position: absolute;
top: 100%;
left: 0;
min-width: 44px;
max-width: 352px;
max-height: 208px;
overflow-y: scroll;
margin: 0;
padding: 8px;
border-radius: 8px;
list-style: none; }
.sendbird-theme--light .rogu-dropdown__reaction-bar {
box-shadow: var(--sendbird-light-shadow-02);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-dropdown__reaction-bar {
box-shadow: var(--sendbird-dark-shadow-02);
background-color: var(--sendbird-dark-background-500); }
.rogu-dropdown__reaction-bar .rogu-dropdown__reaction-bar__row .sendbird-reaction-button,
.rogu-dropdown__reaction-bar .rogu-dropdown__reaction-bar__row .sendbird-reaction-button--selected {
margin: 4px; }
.rogu-dropdown__menu-backdrop {
background-color: transparent;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.sendbird-reactions--pressed {
display: block !important; }
.rogu-icon--pressed {
display: flex !important; }
.sendbird__offline .rogu-dropdown__menu .rogu-dropdown__menu-item {
cursor: not-allowed; }
.rogu-fileviewer__toast__message {
z-index: 1400;
visibility: hidden;
position: absolute;
bottom: 10%;
left: 50%;
background: rgba(0, 0, 0, 0.7);
border-radius: 24px;
color: #fff;
transform: translateX(-50%);
padding: 10px 25px; }
.rogu-fileviewer__toast__message.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s; }
@-webkit-keyframes fadein {
from {
bottom: 0;
opacity: 0; }
to {
bottom: 10%;
opacity: 1; } }
@keyframes fadein {
from {
bottom: 0;
opacity: 0; }
to {
bottom: 10%;
opacity: 1; } }
@-webkit-keyframes fadeout {
from {
bottom: 10%;
opacity: 1; }
to {
bottom: 0;
opacity: 0; } }
@keyframes fadeout {
from {
bottom: 10%;
opacity: 1; }
to {
bottom: 0;
opacity: 0; } }
.rogu-message-item-menu {
min-width: 20px;
min-height: 26px; }
.rogu-message-item-menu .rogu-message-item-menu__trigger {
display: none; }
.rogu-message-item-menu .rogu-message-item-menu__trigger.sendbird-iconbutton--pressed {
display: flex; }
.sendbird-theme--light .rogu-message-item-menu .rogu-message-item-menu__trigger.sendbird-iconbutton--pressed {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-message-item-menu .rogu-message-item-menu__trigger.sendbird-iconbutton--pressed {
background-color: var(--sendbird-dark-background-500); }
.rogu-delete-message__subtitle {
display: block;
text-align: center; }
.rogu-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 1300; }
.rogu-modal__content {
max-width: 380px;
border-radius: 12px;
z-index: 1301;
padding: 16px;
position: relative;
box-sizing: border-box;
box-shadow: 0 10px 20px rgba(60, 71, 103, 0.06); }
.sendbird-theme--light .rogu-modal__content {
background-color: var(--sendbird-light-background-50);
box-shadow: var(--sendbird-light-shadow-04); }
.sendbird-theme--dark .rogu-modal__content {
background-color: var(--sendbird-dark-background-500);
box-shadow: var(--sendbird-dark-shadow-04); }
.rogu-modal__content .rogu-modal__close {
position: absolute;
top: 16px;
right: 16px;
cursor: pointer; }
.sendbird-theme--light .rogu-modal__content .rogu-modal__close path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-modal__content .rogu-modal__close path {
fill: var(--sendbird-dark-ondark-01); }
.rogu-modal__content .rogu-modal__header {
margin-bottom: 8px;
width: 100%;
text-align: center; }
.rogu-modal__content .rogu-modal__header .rogu-modal__title {
line-height: 22px;
font-weight: 800; }
.rogu-modal__content .rogu-modal__footer {
margin-top: 16px;
text-align: right;
display: flex;
justify-content: space-between;
align-items: center; }
.rogu-modal__content .rogu-modal__footer .rogu-modal-button {
flex: 1 1 0; }
.rogu-modal__content .rogu-modal__footer .rogu-button_text-option {
font-weight: 600;
line-height: 18px; }
.rogu-modal__content .rogu-modal__footer .rogu-button:last-child {
margin-left: 12px; }
.rogu-modal__backdrop {
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0; }
.sendbird-theme--light .rogu-modal__backdrop {
background-color: var(--sendbird-light-overlay-02); }
.sendbird-theme--dark .rogu-modal__backdrop {
background-color: var(--sendbird-dark-overlay-02); }
/* stylelint-disable no-descending-specificity -- False negative */
.rogu-button {
display: inline-block;
box-shadow: none;
border-radius: 26px;
padding: 0;
font-family: var(--sendbird-font-family-default);
cursor: pointer; }
.rogu-button:hover {
box-shadow: none; }
.rogu-button:focus {
outline: none; }
.rogu-button:active {
box-shadow: none; }
.rogu-button.rogu-button__disabled {
cursor: not-allowed; }
.sendbird-theme--light .rogu-button.rogu-button__disabled {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-button.rogu-button__disabled {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .rogu-button.rogu-button__disabled:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-button.rogu-button__disabled:hover {
background-color: var(--sendbird-dark-background-400); }
.rogu-button.rogu-button--big {
height: 40px; }
.rogu-button.rogu-button--big .rogu-button__text {
margin: 10px 16px; }
.rogu-button.rogu-button--small {
height: 32px; }
.rogu-button.rogu-button--small .rogu-button__text {
margin: 6px 16px; }
.sendbird-theme--light .rogu-button.rogu-button--primary {
border: 1px solid var(--sendbird-light-primary-500);
background-color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-button.rogu-button--primary {
border: 1px solid var(--sendbird-dark-primary-400);
background-color: var(--sendbird-dark-primary-400); }
.rogu-button.rogu-button--primary .rogu-button__text {
font-weight: 600; }
.sendbird-theme--light .rogu-button.rogu-button--primary .rogu-button__text {
color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-button.rogu-button--primary .rogu-button__text {
color: var(--sendbird-dark-background-600); }
.sendbird-theme--light .rogu-button.rogu-button--secondary {
border: 1px solid var(--sendbird-light-primary-500);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary {
border: 1px solid var(--sendbird-dark-primary-400);
background-color: var(--sendbird-dark-background-600); }
.sendbird-theme--light .rogu-button.rogu-button--secondary .rogu-button__text {
color: var(--sendbird-light-primary-500); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary .rogu-button__text {
color: var(--sendbird-dark-primary-400); }
.rogu-button.rogu-button--secondary.rogu-button__disabled {
cursor: not-allowed;
border: none; }
.sendbird-theme--light .rogu-button.rogu-button--secondary.rogu-button__disabled {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary.rogu-button__disabled {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .rogu-button.rogu-button--secondary.rogu-button__disabled .rogu-button__text {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary.rogu-button__disabled .rogu-button__text {
color: var(--sendbird-dark-ondark-02); }
.rogu-button.rogu-button--secondary.rogu-button__disabled:hover {
border: none; }
.sendbird-theme--light .rogu-button.rogu-button--secondary.rogu-button__disabled:hover {
background-color: var(--sendbird-light-background-200); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary.rogu-button__disabled:hover {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .rogu-button.rogu-button--secondary.rogu-button__disabled:hover .rogu-button__text {
color: var(--sendbird-light-onlight-02); }
.sendbird-theme--dark .rogu-button.rogu-button--secondary.rogu-button__disabled:hover .rogu-button__text {
color: var(--sendbird-dark-ondark-02); }
.sendbird-theme--light .rogu-button.rogu-button--danger {
border: 1px solid var(--sendbird-light-error-300);
background-color: var(--sendbird-light-error-300); }
.sendbird-theme--dark .rogu-button.rogu-button--danger {
border: 1px solid var(--sendbird-dark-error-200);
background-color: var(--sendbird-dark-error-200); }
.sendbird-theme--light .rogu-button.rogu-button--danger .rogu-button__text {
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .rogu-button.rogu-button--danger .rogu-button__text {
color: var(--sendbird-dark-onlight-01); }
.sendbird-theme--light .rogu-button.rogu-button--danger:hover {
background-color: var(--sendbird-light-error-400);
border-color: var(--sendbird-light-error-400); }
.sendbird-theme--dark .rogu-button.rogu-button--danger:hover {
background-color: var(--sendbird-dark-error-400);
border-color: var(--sendbird-dark-error-400); }
.sendbird-theme--light .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-light-error-300);
border-color: var(--sendbird-button-border-focus); }
.sendbird-theme--dark .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-dark-error-300);
border-color: var(--sendbird-button-border-focus); }
.rogu-button.rogu-button--danger:active {
box-shadow: none; }
.sendbird-theme--light .rogu-button.rogu-button--danger:active {
background-color: var(--sendbird-light-error-500); }
.sendbird-theme--dark .rogu-button.rogu-button--danger:active {
background-color: var(--sendbird-dark-error-500); }
.sendbird-theme--light .rogu-button.rogu-button--danger:hover .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-light-error-400); }
.sendbird-theme--dark .rogu-button.rogu-button--danger:hover .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-dark-error-400); }
.sendbird-theme--light .rogu-button.rogu-button--danger:active .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-light-error-500); }
.sendbird-theme--dark .rogu-button.rogu-button--danger:active .rogu-button.rogu-button--danger:focus {
box-shadow: 0 0 0 2px var(--sendbird-dark-error-500); }
.rogu-button.rogu-button--disabled {
border: 1px solid transparent;
cursor: not-allowed; }
.sendbird-theme--light .rogu-button.rogu-button--disabled {
background-color: var(--sendbird-light-background-200);
color: var(--sendbird-light-ondark-01); }
.sendbird-theme--dark .rogu-button.rogu-button--disabled {
background-color: var(--sendbird-dark-background-400);
color: var(--sendbird-dark-onlight-01); }
.rogu-fileviewer__header__right__actions__download,
.rogu-fileviewer__header__right__actions__delete,
.rogu-fileviewer__header__right__actions__close {
box-sizing: border-box;
cursor: pointer; }
.sendbird-theme--light .rogu-fileviewer__header__right__actions__download path, .sendbird-theme--light
.rogu-fileviewer__header__right__actions__delete path, .sendbird-theme--light
.rogu-fileviewer__header__right__actions__close path {
fill: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-fileviewer__header__right__actions__download path, .sendbird-theme--dark
.rogu-fileviewer__header__right__actions__delete path, .sendbird-theme--dark
.rogu-fileviewer__header__right__actions__close path {
fill: var(--sendbird-dark-ondark-01); }
.rogu-fileviewer__header__right__actions__download,
.rogu-fileviewer__header__right__actions__delete {
margin-right: 24px; }
.rogu-fileviewer__header__right__actions__close {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 0 16px; }
.rogu-fileviewer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1300; }
.sendbird-theme--light .rogu-fileviewer {
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-fileviewer {
background-color: var(--sendbird-dark-background-600); }
.rogu-fileviewer .rogu-fileviewer__header {
height: 60px;
min-height: 60px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
box-shadow: 0 1px 0 #d4d9e0; }
@media (min-width: 640px) {
.rogu-fileviewer .rogu-fileviewer__header {
padding: 0 16px; } }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__left {
display: flex;
align-items: center;
padding: 10px 16px;
min-width: 0;
overflow: hidden; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__left .rogu-fileviewer__header__left__avatar {
margin-right: 12px;
flex-shrink: 0; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__left .rogu-fileviewer__header__left__metadata {
min-width: 0; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__left .rogu-fileviewer__header__left__metadata .rogu-fileviewer__header__left__sender-name {
width: 100%;
max-width: 500px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__left .rogu-fileviewer__header__left__metadata .rogu-fileviewer__header__left__createdat {
width: 100%;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__right {
display: flex;
align-items: center; }
.rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__right .rogu-fileviewer__header__right__actions {
display: flex; }
.sendbird-theme--light .rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__right .rogu-fileviewer__header__right__actions__close {
border-left: 1px solid #e6ebf1; }
.sendbird-theme--dark .rogu-fileviewer .rogu-fileviewer__header .rogu-fileviewer__header__right .rogu-fileviewer__header__right__actions__close {
border-left: 1px solid #e6ebf1; }
.rogu-fileviewer .rogu-fileviewer__content {
height: calc(100% - 72px);
padding-top: 8px;
overflow-y: auto;
display: flex;
align-items: center;
justify-content: center;
background: rgba(241, 244, 249, 0.95);
-webkit-backdrop-filter: blur(16px);
backdrop-filter: blur(16px); }
.rogu-fileviewer .rogu-fileviewer__content .rogu-fileviewer__content__video {
max-width: 100%;
max-height: 100%; }
@media (min-width: 640px) {
.rogu-fileviewer .rogu-fileviewer__content .rogu-fileviewer__content__video {
max-width: 80%;
max-height: 80%; } }
.rogu-fileviewer .rogu-fileviewer__content .rogu-fileviewer__content__img {
max-width: 90%;
max-height: 90%; }
.rogu-fileviewer .rogu-fileviewer__content .rogu-fileviewer__content__unsupported {
max-width: 100%;
max-height: 100%;
display: flex;
justify-content: center;
align-items: center; }
/* stylelint-disable no-descending-specificity -- False negative */
.sendbird-avatar {
display: inline-block;
overflow: hidden;
border-radius: 50%;
position: relative; }
.sendbird-avatar:focus {
outline: none; }
.sendbird-avatar .sendbird-avatar-img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center; }
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img {
background-color: var(--sendbird-dark-background-300); }
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child {
transform: translate(2%, -50%); }
.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child {
transform: translate(-102%, -50%); }
.sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child {
transform: translate(-50%, -102%); }
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child {
transform: translate(-77%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child {
transform: translate(-23%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child {
transform: translate(-77%, -77%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2) {
transform: translate(-23%, -77%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3) {
transform: translate(-77%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child {
transform: translate(-23%, -23%) scale(0.5); }
.sendbird-avatar .sendbird-avatar-img--default {
display: flex;
justify-content: center;
align-items: center; }
.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default {
background-color: var(--sendbird-dark-background-300); }
.rogu-date-separator {
width: 100%;
text-align: center;
margin-bottom: 1rem;
position: -webkit-sticky;
position: sticky;
top: 1rem;
z-index: 1000; }
.rogu-date-separator .rogu-date-separator__content {
padding: 4px 8px;
border-radius: 4px;
text-transform: uppercase; }
.sendbird-theme--light .rogu-date-separator .rogu-date-separator__content {
color: var(--sendbird-light-onlight-01);
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-date-separator .rogu-date-separator__content {
color: var(--sendbird-dark-ondark-01);
background-color: var(--sendbird-dark-background-500); }
.rogu-notification {
margin-top: 8px;
margin-left: 24px;
margin-right: 24px;
border-radius: 2px;
padding: 0 2px;
height: 32px;
display: flex;
align-items: center;
justify-content: center; }
.sendbird-theme--light .rogu-notification {
background-color: var(--sendbird-light-secondary-300); }
.sendbird-theme--dark .rogu-notification {
background-color: var(--sendbird-dark-secondary-200); }
.rogu-notification .rogu-notification__text {
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px; }
.rogu-notification:hover {
cursor: pointer; }
.sendbird-theme--light .rogu-notification:hover {
background-color: var(--sendbird-light-secondary-200); }
.sendbird-theme--dark .rogu-notification:hover {
background-color: var(--sendbird-dark-secondary-200); }
.sendbird-theme--light .rogu-notification.rogu-notification--frozen {
background-color: var(--sendbird-light-information-100); }
.sendbird-theme--dark .rogu-notification.rogu-notification--frozen {
background-color: var(--sendbird-dark-information-100); }
.sendbird-theme--light .rogu-notification.rogu-notification--frozen .rogu-notification__text {
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-notification.rogu-notification--frozen .rogu-notification__text {
color: var(--sendbird-dark-onlight-01); }
.rogu-message-input .rogu-message-input__form {
display: flex;
align-items: flex-end;
width: 100%;
position: relative; }
.rogu-message-input .rogu-message-input__form .rogu-message-input__textarea {
width: calc(100% - 48px);
border-radius: 42px;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1;
height: 36px;
overflow-y: hidden;
letter-spacing: normal;
padding: 9px 64px 9px 16px;
box-sizing: border-box;
resize: none;
font-family: var(--sendbird-font-family-default);
background-color: inherit; }
.sendbird-theme--light .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea {
color: var(--sendbird-light-onlight-01);
caret-color: var(--sendbird-light-primary-300);
border: solid 1px var(--sendbird-light-onlight-03);
background-color: var(--sendbird-light-background-50); }
.sendbird-theme--dark .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea {
color: var(--sendbird-dark-ondark-01);
caret-color: var(--sendbird-dark-primary-200);
border: solid 1px var(--sendbird-dark-ondark-03);
background-color: var(--sendbird-dark-background-500); }
.rogu-message-input .rogu-message-input__form .rogu-message-input__textarea:focus {
outline: none; }
.sendbird-theme--light .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea:focus {
color: var(--sendbird-light-onlight-01);
border: solid 1px var(--sendbird-light-primary-300);
box-shadow: var(--sendbird-light-shadow-message-input); }
.sendbird-theme--dark .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea:focus {
color: var(--sendbird-dark-ondark-01);
border: solid 1px var(--sendbird-dark-primary-200);
box-shadow: var(--sendbird-dark-shadow-message-input); }
.sendbird-theme--light .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea:active {
border: solid 1px var(--rogu-message-input-border-active);
color: var(--sendbird-light-onlight-01); }
.sendbird-theme--dark .rogu-message-input .rogu-message-input__form .rogu-message-input__textarea:active {
border: solid 1px var(--rogu-message-input-border-active);
color: var(--sendbird-dark-ondark-01); }
.rogu-message-input .rogu-message-input__form .rogu-message-input__placeholder {
position: absolute;
pointer-events: none;
top: 9px;
left: 16px;
font-family: var(--sendbird-font-family-default);
font-size: 14px;
line-height: 1.43; }
.sendbird-theme--light .rogu-message-input .rogu-message-input__form .rogu-message-input__placeholder {
color: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .rogu-message-input .rogu-message-input__form .rogu-message-input__placeholder {
color: var(--sendbird-dark-ondark-03); }
.rogu-message-input .rogu-message-input__form .rogu-message-input__attach {
position: absolute;
right: 56px;
bottom: 0;
padding: 0; }
.rogu-message-input .rogu-message-input__form .rogu-message-input__attach:hover {
background-color: transparent !important;
transform: scale(1.2); }
.rogu-message-input .rogu-message-input__form .rogu-message-input__send {
right: 0;
bottom: 0;
width: 36px;
height: 36px;
padding: 0;
border-radius: 50%;
margin-left: 12px; }
.rogu-message-input .rogu-message-input__form .rogu-message-input__send:hover {
transform: scale(1.2); }
.sendbird-theme--light .rogu-message-input .rogu-message-input__form .rogu-message-input__send {
background-color: var(--sendbird-light-primary-500);
box-shadow: 0 2px 12px var(--sendbird-light-overlay-02); }
.sendbird-theme--dark .rogu-message-input .rogu-message-input__form .rogu-message-input__send {
background-color: var(--sendbird-dark-primary-400);
box-shadow: 0 2px 12px var(--sendbird-dark-overlay-02); }
.rogu-message-input .rogu-message-input__form .rogu-message-input__attach__input {
display: none; }
.rogu-message-input .rogu-message-input__url-loading {
margin-bottom: 8px; }
.rogu-message-input.rogu-message-input--preview .rogu-message-input__form,
.rogu-message-input.rogu-message-input--preview .rogu-message-input__replied-preview {
position: relative;
z-index: 1301; }
.rogu-message-input.rogu-message-input--disabled .rogu-message-input__form {
pointer-events: none;
cursor: not-allowed; }
.sendbird-theme--light .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form .rogu-message-input__textarea {
background-color: var(--sendbird-light-background-100); }
.sendbird-theme--dark .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form .rogu-message-input__textarea {
background-color: var(--sendbird-dark-background-500); }
.sendbird-theme--light .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form .rogu-message-input__send {
background-color: var(--sendbird-light-background-300); }
.sendbird-theme--dark .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form .rogu-message-input__send {
background-color: var(--sendbird-dark-background-400); }
.sendbird-theme--light .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form svg {
fill: var(--sendbird-light-onlight-03); }
.sendbird-theme--dark .rogu-message-input.rogu-message-input--disabled .rogu-message-input__form svg {
fill: var(--sendbird-dark-ondark-03); }
.rogu-archived-banner {
margin: -12px -16px;
padding: 0.75rem 1rem;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box; }
.sendbird-theme--light .rogu-archived-banner {
background-color: var(--sendbird-light-background-700); }
.sendbird-theme--dark .rogu-archived-banner {
background-color: var(--sendbird-dark-background-50); }
.rogu-archived-banner .rogu-archived-banner__message {
text-align: center;
font-weight: 400; }
/*# sourceMappingURL=index.css.map */ | 0.503174 | 0.02735 |
* {
box-sizing: border-box;
max-width: 1080px;
margin: 0 auto;
}
header {
margin-top: 5px;
}
.menu {
display: flex;
margin: 10px;
font-size: large;
}
.menu-item {
padding:20px;
background-color: rgb(46, 64, 77);
width: 25%;
margin: 1px;
color: white;
border-radius: 10px;
text-align: center;
font-size: x-large;
display: flex;
flex-direction: column;
justify-content: center;
}
.menu-item:hover {
background-color: rgb(85, 175, 194);
transition: background-color 0.5s ease;
width: 53%;
transition: width 2s ease;
font-size: xx-large;
transition: font-size 0.5s ease;
}
.menu-item-active {
padding:20px;
background-color: rgb(85, 175, 194);
width: 25%;
margin: 1px;
border-radius: 10px;
text-align: center;
background-image: url(../img/img4.png);
background-position: center;
background-repeat: no-repeat;
background-size: 70%;
}
.menu-item , .menu-item-active {
text-decoration: none;
color:white;
}
.picture-main {
border-radius: 10px;
height: 300px;
background-image: url(../img/img1.jpg);
background-position: center;
background-size: cover;
}
.picture-main h1 {
text-align: center;
padding: 123px;
background-color: rgba(255, 255, 255, 0.432);
font-size: 70px;
border-radius: 10px;
}
footer {
padding: 20px;
background-color: rgb(85, 175, 194);
border-radius: 10px;
text-align: center;
}
@media screen and (max-width: 700px) {
.menu {
flex-direction: column;
}
.menu-item{
width: 100%;
}
.menu-item-active {
width: 100%;
}
.menu-item:hover {
background-color: rgb(85, 175, 194);
transition: background-color 0.5s ease;
width: 100%;
font-size: xx-large;
transition: font-size 0.5s ease;
}
.picture-main h1 {
font-size: 50px;
}
}
@media print {
header {
display: none;
}
footer {
display: none;
}
.picture-main {
background-color: transparent;
background-image: none;
margin: 0;
padding: 0;
height: 50px;
}
.picture-main h1 {
padding: 0;
}
} | www/sp1/doss02-1/assets/css/main.css | * {
box-sizing: border-box;
max-width: 1080px;
margin: 0 auto;
}
header {
margin-top: 5px;
}
.menu {
display: flex;
margin: 10px;
font-size: large;
}
.menu-item {
padding:20px;
background-color: rgb(46, 64, 77);
width: 25%;
margin: 1px;
color: white;
border-radius: 10px;
text-align: center;
font-size: x-large;
display: flex;
flex-direction: column;
justify-content: center;
}
.menu-item:hover {
background-color: rgb(85, 175, 194);
transition: background-color 0.5s ease;
width: 53%;
transition: width 2s ease;
font-size: xx-large;
transition: font-size 0.5s ease;
}
.menu-item-active {
padding:20px;
background-color: rgb(85, 175, 194);
width: 25%;
margin: 1px;
border-radius: 10px;
text-align: center;
background-image: url(../img/img4.png);
background-position: center;
background-repeat: no-repeat;
background-size: 70%;
}
.menu-item , .menu-item-active {
text-decoration: none;
color:white;
}
.picture-main {
border-radius: 10px;
height: 300px;
background-image: url(../img/img1.jpg);
background-position: center;
background-size: cover;
}
.picture-main h1 {
text-align: center;
padding: 123px;
background-color: rgba(255, 255, 255, 0.432);
font-size: 70px;
border-radius: 10px;
}
footer {
padding: 20px;
background-color: rgb(85, 175, 194);
border-radius: 10px;
text-align: center;
}
@media screen and (max-width: 700px) {
.menu {
flex-direction: column;
}
.menu-item{
width: 100%;
}
.menu-item-active {
width: 100%;
}
.menu-item:hover {
background-color: rgb(85, 175, 194);
transition: background-color 0.5s ease;
width: 100%;
font-size: xx-large;
transition: font-size 0.5s ease;
}
.picture-main h1 {
font-size: 50px;
}
}
@media print {
header {
display: none;
}
footer {
display: none;
}
.picture-main {
background-color: transparent;
background-image: none;
margin: 0;
padding: 0;
height: 50px;
}
.picture-main h1 {
padding: 0;
}
} | 0.312475 | 0.172137 |
.getStarted__container {
width: 100%;
height: 100vh;
background-color: #111;
color: #fff;
/* text-align: center; */
}
.getStarted__content {
padding-top: 20vh;
padding-left: 200px;
padding-right: 200px;
}
.getStarted__icon {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
}
.getStarted__icon img {
height: 100px;
}
.getStarted__title {
font-size: 18px;
margin-bottom: -1px;
font-weight: 300;
word-spacing: .5px;
letter-spacing: 1px;
}
.getStarted__description {
font-size: 50px;
line-height: 90px;
font-weight: 900;
}
.getStarted__description h1 {
font-weight: 900;
letter-spacing: 5px;
word-spacing: -4px;
}
.getStarted-button {
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
}
.getStarted-btn {
border:3px solid #fff;
border-radius: 5px;
font-size:0.875;
word-wrap: break-word;
text-align: center;
text-transform: uppercase;
color: #111;
background-color: #fff;
/* background-color: transparent; */
margin-right: 14px;
width: 220px;
height: 50px;
margin-bottom: 10px;
font-size: 17px;
display: flex;
font-weight: 500;
align-items: center;
justify-content: center;
}
.getStarted-btn:hover {
background-color: rgb(235, 232, 232);
border:3px solid rgb(235, 232, 232);
color: #111;
transition: all .5s;
}
.getStarted__end-slogan {
display: flex;
align-items: center;
justify-content: center;
}
.getStarted-paragraph {
display: flex;
padding-left: 15px;
}
.getStarted-paragraph p {
font-weight: 300;
color: rgb(173, 173, 173);
}
.getStarted-paragraph a {
font-weight: 300;
text-decoration: underline;
padding-left: 5px;
color: rgb(173, 173, 173);
}
@media (min-width: 200px) and (max-width: 500px) {
.getStarted-button {
padding-left: 10px;
padding-right: 10px;
}
.getStarted-btn {
padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 200px) and (max-width: 550px) {
.getStarted__container {
height: 600px;
}
.getStarted__description {
font-size: 35px;
line-height: 45px;
padding-bottom: 20px;
}
.getStarted__title {
font-size: 13px;
}
.getStarted-btn {
border: none;
}
}
@media (min-width: 550px) and (max-width: 700px) {
.getStarted__description {
font-size: 40px;
line-height: 65px;
}
} | src/styles/home/getStarted.css | .getStarted__container {
width: 100%;
height: 100vh;
background-color: #111;
color: #fff;
/* text-align: center; */
}
.getStarted__content {
padding-top: 20vh;
padding-left: 200px;
padding-right: 200px;
}
.getStarted__icon {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
}
.getStarted__icon img {
height: 100px;
}
.getStarted__title {
font-size: 18px;
margin-bottom: -1px;
font-weight: 300;
word-spacing: .5px;
letter-spacing: 1px;
}
.getStarted__description {
font-size: 50px;
line-height: 90px;
font-weight: 900;
}
.getStarted__description h1 {
font-weight: 900;
letter-spacing: 5px;
word-spacing: -4px;
}
.getStarted-button {
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
}
.getStarted-btn {
border:3px solid #fff;
border-radius: 5px;
font-size:0.875;
word-wrap: break-word;
text-align: center;
text-transform: uppercase;
color: #111;
background-color: #fff;
/* background-color: transparent; */
margin-right: 14px;
width: 220px;
height: 50px;
margin-bottom: 10px;
font-size: 17px;
display: flex;
font-weight: 500;
align-items: center;
justify-content: center;
}
.getStarted-btn:hover {
background-color: rgb(235, 232, 232);
border:3px solid rgb(235, 232, 232);
color: #111;
transition: all .5s;
}
.getStarted__end-slogan {
display: flex;
align-items: center;
justify-content: center;
}
.getStarted-paragraph {
display: flex;
padding-left: 15px;
}
.getStarted-paragraph p {
font-weight: 300;
color: rgb(173, 173, 173);
}
.getStarted-paragraph a {
font-weight: 300;
text-decoration: underline;
padding-left: 5px;
color: rgb(173, 173, 173);
}
@media (min-width: 200px) and (max-width: 500px) {
.getStarted-button {
padding-left: 10px;
padding-right: 10px;
}
.getStarted-btn {
padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 200px) and (max-width: 550px) {
.getStarted__container {
height: 600px;
}
.getStarted__description {
font-size: 35px;
line-height: 45px;
padding-bottom: 20px;
}
.getStarted__title {
font-size: 13px;
}
.getStarted-btn {
border: none;
}
}
@media (min-width: 550px) and (max-width: 700px) {
.getStarted__description {
font-size: 40px;
line-height: 65px;
}
} | 0.482917 | 0.057812 |
.jumbotron{
height:100%;
width:100%;
font-family:'微軟正黑體';
}
#map,#copy_map{
width:465px;
height:300px;
}
.copy_address{
width:100%;
}
.col-from{
padding: 50px 15px;
}
#example thead td,#example1 thead td,#example2 thead td,#example3 thead td,#example4 thead td {
background: rgb(63,169,221);
color: white;
}
td.details-control {
background: url('./assets/images/details_open.png') no-repeat center center;
cursor: pointer;
}
tr.shown td.details-control {
background: url('./assets/images/details_close.png') no-repeat center center;
}
.container{
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.img-thumbnail{
width:48px;
height:48px;
}
.wrap-contact100{
background: #DDDDDD;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top:55px;
padding-bottom:55px;
}
.wrap-input100{
border: 1px solid #e6e6e6;
border-radius: 13px;
padding: 10px 30px 9px 22px;
margin-bottom: 20px;
position: relative;
font-family: '微軟正黑體';
}
.rs3-wrap-input100{
width: calc((100% - 30px) / 3);
}
.label-input100{
font-size: 15px;
}
.container-contact100-form-btn{
justify-content:start;
}
.swal2-modal {
background-color: rgba(255, 0, 0, 0.6);
border: 3px solid white;
font-family:'微軟正黑體';
}
.swal2-popup .swal2-title{
color:white;
}
.nav-link{
font-size:1rem;
}
button.dt-button,button.dt-button.active {
color: white;
border-color: #007bff;
background: #007bff !important;
margin-bottom : 6px;
}
div.dt-button-collection button.dt-button.active:not(.disabled){
box-shadow: inset 2px 2px 4px #000088;
}
.swal2-container.swal2-shown {
background-color: rgba(214, 0, 0, 0.4);
}
div.dt-button-collection button.dt-button{
margin-bottom : 6px;
}
.btn-end{
justify-content:flex-end;
}
.panel-group {
margin-bottom: -20px;
}
button.dt-button.buttons-collection.buttons-colvis.colvisButton{
padding: 0.32em 1em;
}
#sortable { list-style-type: none; margin: 0; padding: 0;}
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 14px; height: 18px; }
#sortable li span { position: absolute; margin-left: -1.3em; }
.more-less {
float: right;
color: #212121;
}
.panel-group .panel {
border-radius: 0;
box-shadow: none;
border-color: #EEEEEE;
}
.panel-default > .panel-heading {
padding: 0;
border-radius: 0;
color: #212121;
background-color: #FAFAFA;
border-color: #EEEEEE;
}
a.titletext{
font-size: 18px;
font-family:'微軟正黑體';
}
.panel-body {
font-size: 16px;
font-family:'微軟正黑體';
}
.panel-title > a {
display: block;
padding: 15px;
text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #EEEEEE;
}
#magnifier,#copy{
width:36px;
height:36px;
}
@media screen and (max-width: 768px) {
.jumbotron,.btn,.form-control{
font-size:14px;
}
#title{
font-size:28px;
}
#img{
margin-bottom:0px;
}
div.dataTables_wrapper div.dataTables_filter{
text-align:right;
}
} | assets/css/myStyle.css | .jumbotron{
height:100%;
width:100%;
font-family:'微軟正黑體';
}
#map,#copy_map{
width:465px;
height:300px;
}
.copy_address{
width:100%;
}
.col-from{
padding: 50px 15px;
}
#example thead td,#example1 thead td,#example2 thead td,#example3 thead td,#example4 thead td {
background: rgb(63,169,221);
color: white;
}
td.details-control {
background: url('./assets/images/details_open.png') no-repeat center center;
cursor: pointer;
}
tr.shown td.details-control {
background: url('./assets/images/details_close.png') no-repeat center center;
}
.container{
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.img-thumbnail{
width:48px;
height:48px;
}
.wrap-contact100{
background: #DDDDDD;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top:55px;
padding-bottom:55px;
}
.wrap-input100{
border: 1px solid #e6e6e6;
border-radius: 13px;
padding: 10px 30px 9px 22px;
margin-bottom: 20px;
position: relative;
font-family: '微軟正黑體';
}
.rs3-wrap-input100{
width: calc((100% - 30px) / 3);
}
.label-input100{
font-size: 15px;
}
.container-contact100-form-btn{
justify-content:start;
}
.swal2-modal {
background-color: rgba(255, 0, 0, 0.6);
border: 3px solid white;
font-family:'微軟正黑體';
}
.swal2-popup .swal2-title{
color:white;
}
.nav-link{
font-size:1rem;
}
button.dt-button,button.dt-button.active {
color: white;
border-color: #007bff;
background: #007bff !important;
margin-bottom : 6px;
}
div.dt-button-collection button.dt-button.active:not(.disabled){
box-shadow: inset 2px 2px 4px #000088;
}
.swal2-container.swal2-shown {
background-color: rgba(214, 0, 0, 0.4);
}
div.dt-button-collection button.dt-button{
margin-bottom : 6px;
}
.btn-end{
justify-content:flex-end;
}
.panel-group {
margin-bottom: -20px;
}
button.dt-button.buttons-collection.buttons-colvis.colvisButton{
padding: 0.32em 1em;
}
#sortable { list-style-type: none; margin: 0; padding: 0;}
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 14px; height: 18px; }
#sortable li span { position: absolute; margin-left: -1.3em; }
.more-less {
float: right;
color: #212121;
}
.panel-group .panel {
border-radius: 0;
box-shadow: none;
border-color: #EEEEEE;
}
.panel-default > .panel-heading {
padding: 0;
border-radius: 0;
color: #212121;
background-color: #FAFAFA;
border-color: #EEEEEE;
}
a.titletext{
font-size: 18px;
font-family:'微軟正黑體';
}
.panel-body {
font-size: 16px;
font-family:'微軟正黑體';
}
.panel-title > a {
display: block;
padding: 15px;
text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #EEEEEE;
}
#magnifier,#copy{
width:36px;
height:36px;
}
@media screen and (max-width: 768px) {
.jumbotron,.btn,.form-control{
font-size:14px;
}
#title{
font-size:28px;
}
#img{
margin-bottom:0px;
}
div.dataTables_wrapper div.dataTables_filter{
text-align:right;
}
} | 0.388734 | 0.141281 |
.container--header-result,
.headingLevel2--header-result-title {
color: #ffffff;
}
.container--header-result {
background-image: url(https://d1.awsstatic.com/Products/product-name/Default_Hero_Background_1.0b7a4e5995bc980bbb17ed8bbe9e57bf4b72f9a3.png);
padding: 30px;
}
.heading--header-result-title {
color: #232f3e;
font-size: 40px;
font-weight: 500;
margin-top: 15px;
margin-bottom: 15px;
}
.paragraph--header-result-paragraph {
color: #333333;
font-size: 16px;
font-weight: 200;
margin-top: 0;
}
/*Rich text not-found page*/
.heading--title-not-found {
margin-bottom: 0px;
color: #333333;
}
.container--title-not-found {
margin-bottom: 30px;
}
/*Rich Text Search Result Mobile*/
.heading--header-result-mobile {
font-size: 33px;
font-weight: 500;
}
.paragraph--header-result-mobile {
font-size: 18px;
line-height: 30px;
}
@media (max-width: 499px) {
.container--title-not-found {
padding: 10px;
border-bottom: 1px solid #cccccc;
}
}
/*Rich Text About Us*/
.heading--title-about {
color: #e47911;
font-size: 2.1rem;
font-weight: 300;
margin-bottom: 0.9375rem;
}
.paragraph--paragraph-about {
color: #333333;
font-size: 1.12rem;
font-weight: 200;
line-height: 1.792rem;
margin-bottom: 0.896rem;
}
.headingLevel3--subtitle-about {
color: #1f3d5c;
font-size: 1.225rem;
font-weight: 400;
}
.paragraph--text-box {
color: #333333;
font-size: 0.875rem;
line-height: 1.4rem;
margin-bottom: 0.7rem;
}
.link--text-box {
color: #007eb9;
cursor: pointer;
font-size: 0.875rem;
text-decoration: none;
}
.link--text-box:hover {
color: #e47911;
text-decoration: underline;
}
/*Rich Text Footer*/
.paragraph--amazon-text {
color: #ffffff;
font-size: 14px;
max-width: 300px;
}
.container--title-group {
margin-top: 0;
}
.paragraph--text-copyright {
color: #000000;
font-size: 14px;
}
.link--text-copyright {
color: #000000;
text-decoration: none;
font-weight: 500;
}
.link--text-copyright:hover {
color: #e47911;
}
/*Slider de produtos da Home*/
.container--title-product {
color: #333333;
font-size: 2rem;
}
.wrapper--title-product {
margin: 0 auto;
}
/* Category Cards */
.container--category-card {
border-top: 4px solid #232F3E;
background-color: #ffffff;
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35), 0px -1px 5px 0px rgba(0,0,0,0.35);
padding: 0 2rem;
margin: 0 .8rem;
overflow: visible;
}
.strong--category-card,
.link--category-card,
.link--all-products,
.link--category-card:visited,
.link--all-products:visited {
color: #007eb9;
text-decoration: none;
}
.container--all-products{
border-top: none;
background-color: transparent;
box-shadow:none;
padding-right: 0;
}
.link--all-products {
font-size: 1.2rem;
}
.link--all-products:hover,
.link--category-card:hover {
color: #e47911;
}
.strong--category-card {
font-weight: 700;
}
.container--all-products {
margin-right: 10px;
} | styles/css/vtex.rich-text.css | .container--header-result,
.headingLevel2--header-result-title {
color: #ffffff;
}
.container--header-result {
background-image: url(https://d1.awsstatic.com/Products/product-name/Default_Hero_Background_1.0b7a4e5995bc980bbb17ed8bbe9e57bf4b72f9a3.png);
padding: 30px;
}
.heading--header-result-title {
color: #232f3e;
font-size: 40px;
font-weight: 500;
margin-top: 15px;
margin-bottom: 15px;
}
.paragraph--header-result-paragraph {
color: #333333;
font-size: 16px;
font-weight: 200;
margin-top: 0;
}
/*Rich text not-found page*/
.heading--title-not-found {
margin-bottom: 0px;
color: #333333;
}
.container--title-not-found {
margin-bottom: 30px;
}
/*Rich Text Search Result Mobile*/
.heading--header-result-mobile {
font-size: 33px;
font-weight: 500;
}
.paragraph--header-result-mobile {
font-size: 18px;
line-height: 30px;
}
@media (max-width: 499px) {
.container--title-not-found {
padding: 10px;
border-bottom: 1px solid #cccccc;
}
}
/*Rich Text About Us*/
.heading--title-about {
color: #e47911;
font-size: 2.1rem;
font-weight: 300;
margin-bottom: 0.9375rem;
}
.paragraph--paragraph-about {
color: #333333;
font-size: 1.12rem;
font-weight: 200;
line-height: 1.792rem;
margin-bottom: 0.896rem;
}
.headingLevel3--subtitle-about {
color: #1f3d5c;
font-size: 1.225rem;
font-weight: 400;
}
.paragraph--text-box {
color: #333333;
font-size: 0.875rem;
line-height: 1.4rem;
margin-bottom: 0.7rem;
}
.link--text-box {
color: #007eb9;
cursor: pointer;
font-size: 0.875rem;
text-decoration: none;
}
.link--text-box:hover {
color: #e47911;
text-decoration: underline;
}
/*Rich Text Footer*/
.paragraph--amazon-text {
color: #ffffff;
font-size: 14px;
max-width: 300px;
}
.container--title-group {
margin-top: 0;
}
.paragraph--text-copyright {
color: #000000;
font-size: 14px;
}
.link--text-copyright {
color: #000000;
text-decoration: none;
font-weight: 500;
}
.link--text-copyright:hover {
color: #e47911;
}
/*Slider de produtos da Home*/
.container--title-product {
color: #333333;
font-size: 2rem;
}
.wrapper--title-product {
margin: 0 auto;
}
/* Category Cards */
.container--category-card {
border-top: 4px solid #232F3E;
background-color: #ffffff;
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35), 0px -1px 5px 0px rgba(0,0,0,0.35);
padding: 0 2rem;
margin: 0 .8rem;
overflow: visible;
}
.strong--category-card,
.link--category-card,
.link--all-products,
.link--category-card:visited,
.link--all-products:visited {
color: #007eb9;
text-decoration: none;
}
.container--all-products{
border-top: none;
background-color: transparent;
box-shadow:none;
padding-right: 0;
}
.link--all-products {
font-size: 1.2rem;
}
.link--all-products:hover,
.link--category-card:hover {
color: #e47911;
}
.strong--category-card {
font-weight: 700;
}
.container--all-products {
margin-right: 10px;
} | 0.323487 | 0.092934 |
@media only screen and (max-width: 480px) {
/** HEADER */
.header {
display: flex;
flex-direction: column;
}
.header .left {
min-height: 50%;
margin: 0 auto;
}
.header .right {
margin-top: -50px;
}
.header .inspiration h1 {
text-align: center;
font-size: 45px;
}
/** ABOUT */
.about-image, .privacy-image {
width: 90%;
}
.stats-container {
display: flex;
flex-direction: column;
margin-top: 50px;
text-align: center;
justify-content: space-evenly;
}
.stats-name {
margin-bottom: 50px;
}
/** FOOTER */
footer .bottom .pure-u-1 {
margin-bottom: 10px;
text-align: center;
}
.container a {
display: block;
margin: 0px;
}
footer > div {
padding: 20px;
}
}
@media only screen and (max-width: 1024px) {
.about-container h1, .privacy-container h1, .privacy-container h2{
text-align: center;
}
.about-text, .privacy-text {
margin: 0 auto;
width: 90%;
}
.about-image, .privacy-image {
margin: 0 auto;
margin-top: 50px;
}
.about-container {
margin: 0 auto;
justify-content: center;
display: flex;
flex-direction: column;
}
.privacy-container {
margin: 75px auto;
justify-content: center;
display: flex;
flex-direction: column;
}
}
@media only screen and (max-width: 935px) {
.mobile-only {
display: inline-block;
}
.desktop-only {
display: none;
}
/** MENU */
nav {
border-bottom-width: 1px;
box-shadow: 0 0 30px -20px white;
/** height is set for height transition */
height: 84px;
transition: height 0.20s;
}
nav li {
margin-right: 15px;
}
nav .icon-menu {
background-image: url(../icons/menu.png);
}
.menu li:not(:first-child) a {
padding: 12px;
width: 100%;
}
/** MENU TRANSITION */
.menu li:not(:first-child), .social a {
display: none;
transform: translateY(10px);
}
.menu li:not(:first-child) {
transform: translateX(-200%);
}
.menu li:nth-child(2) {
transition: transform 0.25s;
}
.menu li:nth-child(3) {
transition: transform 0.4s;
}
.menu li:nth-child(4) {
transition: transform 0.6s;
}
.menu li:nth-child(5) {
transition: transform 0.75s;
}
.menu li:nth-child(6) {
transition: transform 0.85s;
}
.social a {
transform: translateX(100px);
transition: transform 0.5s;
}
nav.responsive-open {
height: 325px;
}
nav.responsive-open .menu li:not(:first-child), nav.responsive-open .social a {
display: block;
}
nav.responsive-open.slide-in .menu li:not(:first-child), nav.responsive-open.slide-in .social a {
transform: translateX(0);
}
}
/** TIMELINE */
@media (min-width: 1050px) {
#timeline .event-card-wrapper::after {
border-left: 10px solid #374142;
}
#timeline .event-card {
max-width: 450px;
height: 400px;
margin: 95px;
margin-top: 100px;
margin-bottom: 45px;
}
#timeline .event-card:nth-child(odd) {
margin-right: 46px;
}
#timeline .event-card:nth-child(odd) .card-head::after {
border-left-width: 15px;
border-left-style: solid;
left: 100%;
}
#timeline .event-card:nth-child(odd) .card-head::before {
left: 486px;
}
#timeline .event-card:nth-child(even) {
margin-left: 46px;
}
#timeline .event-card:nth-child(even) .card-head::after {
border-right-width: 15px;
border-right-style: solid;
right: 100%;
}
#timeline .event-card:nth-child(even) .card-head::before {
right: 486px;
}
#timeline .event-card:nth-child(2) {
margin-top: 250px;
}
#timeline .event-card:nth-child(4) {
margin-top: 170px;
}
#timeline .event-card:nth-child(5) {
margin-top: 250px;
}
}
@media (min-width: 1100px) {
/** TIMELINE */
#timeline .event-card:nth-child(odd) .card-head::after, #timeline .event-card:nth-child(even) .card-head::after {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}
#timeline .event-card:nth-child(odd) .card-head::before, #timeline .event-card:nth-child(even) .card-head::before {
position: absolute;
content: "";
width: 10px;
height: 10px;
background-color: #fe3d40;
border-radius: 50%;
border: 5px solid #fe3d40;
}
#timeline-end {
width: 50%;
margin: auto;
}
}
@media (min-width: 1200px) {
#timeline .event-card-wrapper {
display: flex;
flex-flow: column wrap;
width: 1170px;
height: 1850px;
/*Increase to add more cards*/
margin: 0 auto;
}
} | blog/static/css/main.mobile.css | @media only screen and (max-width: 480px) {
/** HEADER */
.header {
display: flex;
flex-direction: column;
}
.header .left {
min-height: 50%;
margin: 0 auto;
}
.header .right {
margin-top: -50px;
}
.header .inspiration h1 {
text-align: center;
font-size: 45px;
}
/** ABOUT */
.about-image, .privacy-image {
width: 90%;
}
.stats-container {
display: flex;
flex-direction: column;
margin-top: 50px;
text-align: center;
justify-content: space-evenly;
}
.stats-name {
margin-bottom: 50px;
}
/** FOOTER */
footer .bottom .pure-u-1 {
margin-bottom: 10px;
text-align: center;
}
.container a {
display: block;
margin: 0px;
}
footer > div {
padding: 20px;
}
}
@media only screen and (max-width: 1024px) {
.about-container h1, .privacy-container h1, .privacy-container h2{
text-align: center;
}
.about-text, .privacy-text {
margin: 0 auto;
width: 90%;
}
.about-image, .privacy-image {
margin: 0 auto;
margin-top: 50px;
}
.about-container {
margin: 0 auto;
justify-content: center;
display: flex;
flex-direction: column;
}
.privacy-container {
margin: 75px auto;
justify-content: center;
display: flex;
flex-direction: column;
}
}
@media only screen and (max-width: 935px) {
.mobile-only {
display: inline-block;
}
.desktop-only {
display: none;
}
/** MENU */
nav {
border-bottom-width: 1px;
box-shadow: 0 0 30px -20px white;
/** height is set for height transition */
height: 84px;
transition: height 0.20s;
}
nav li {
margin-right: 15px;
}
nav .icon-menu {
background-image: url(../icons/menu.png);
}
.menu li:not(:first-child) a {
padding: 12px;
width: 100%;
}
/** MENU TRANSITION */
.menu li:not(:first-child), .social a {
display: none;
transform: translateY(10px);
}
.menu li:not(:first-child) {
transform: translateX(-200%);
}
.menu li:nth-child(2) {
transition: transform 0.25s;
}
.menu li:nth-child(3) {
transition: transform 0.4s;
}
.menu li:nth-child(4) {
transition: transform 0.6s;
}
.menu li:nth-child(5) {
transition: transform 0.75s;
}
.menu li:nth-child(6) {
transition: transform 0.85s;
}
.social a {
transform: translateX(100px);
transition: transform 0.5s;
}
nav.responsive-open {
height: 325px;
}
nav.responsive-open .menu li:not(:first-child), nav.responsive-open .social a {
display: block;
}
nav.responsive-open.slide-in .menu li:not(:first-child), nav.responsive-open.slide-in .social a {
transform: translateX(0);
}
}
/** TIMELINE */
@media (min-width: 1050px) {
#timeline .event-card-wrapper::after {
border-left: 10px solid #374142;
}
#timeline .event-card {
max-width: 450px;
height: 400px;
margin: 95px;
margin-top: 100px;
margin-bottom: 45px;
}
#timeline .event-card:nth-child(odd) {
margin-right: 46px;
}
#timeline .event-card:nth-child(odd) .card-head::after {
border-left-width: 15px;
border-left-style: solid;
left: 100%;
}
#timeline .event-card:nth-child(odd) .card-head::before {
left: 486px;
}
#timeline .event-card:nth-child(even) {
margin-left: 46px;
}
#timeline .event-card:nth-child(even) .card-head::after {
border-right-width: 15px;
border-right-style: solid;
right: 100%;
}
#timeline .event-card:nth-child(even) .card-head::before {
right: 486px;
}
#timeline .event-card:nth-child(2) {
margin-top: 250px;
}
#timeline .event-card:nth-child(4) {
margin-top: 170px;
}
#timeline .event-card:nth-child(5) {
margin-top: 250px;
}
}
@media (min-width: 1100px) {
/** TIMELINE */
#timeline .event-card:nth-child(odd) .card-head::after, #timeline .event-card:nth-child(even) .card-head::after {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}
#timeline .event-card:nth-child(odd) .card-head::before, #timeline .event-card:nth-child(even) .card-head::before {
position: absolute;
content: "";
width: 10px;
height: 10px;
background-color: #fe3d40;
border-radius: 50%;
border: 5px solid #fe3d40;
}
#timeline-end {
width: 50%;
margin: auto;
}
}
@media (min-width: 1200px) {
#timeline .event-card-wrapper {
display: flex;
flex-flow: column wrap;
width: 1170px;
height: 1850px;
/*Increase to add more cards*/
margin: 0 auto;
}
} | 0.341473 | 0.096195 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
body {
background-color: #080020;
color: white;
font-family: "Montserrat", sans-serif !important;
}
.page-container {
left: 0;
right: 0;
margin: auto;
margin-top: 10px;
padding-bottom: 50px;
padding-left: calc(280px + 5%);
display: inline-flex !important;
}
@media only screen and (max-width: 992px) {
.page-container {
padding-left: 5%;
display: flex !important;
}
}
#navbar {
position: absolute;
top: 20px;
left: 20px;
}
.left-content {
display: flex;
flex-direction: column;
justify-content: left;
align-items: left;
flex-wrap: wrap;
}
.center-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.side-by-side {
display: flex;
justify-content: center;
align-items: center;
}
.side-by-side>* {
margin: 0 5px;
}
.bold {
font-weight: bold;
}
.margin-sm {
margin: 5px;
}
.margin {
margin: 20px;
}
.button-sm {
padding: 0 10px !important;
}
.pad-sides-sm {
padding: 0 8px !important;
}
#github-link {
display: flex !important;
justify-content: center;
align-items: center;
border-bottom: 1px solid;
margin-bottom: 10px;
}
#overlay,
.overlay {
position: absolute;
top: 0;
left: 0;
}
#facesContainer canvas {
margin: 10px;
}
input[type="file"]::-webkit-file-upload-button {
background: #26a69a;
border: 1px solid gray;
cursor: pointer;
color: #fff;
border-radius: .2em;
}
li:not(:last-child) {
margin-bottom: 5px;
}
#myCanvas {
max-width: 400px !important;
border: none !important;
margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
#myCanvas {
max-width: 300px !important;
}
}
h3 {
background: linear-gradient(91.52deg, #3051ff .45%, #25d8ff 107.04%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 8% !important;
}
.side-nav {
background-color: #140052 !important;
}
.side-nav li>a {
color: white !important;
}
button {
background: linear-gradient(91.89deg, #6f57ff -5.11%, #25d8ff 152.73%) !important;
}
.btn {
background: linear-gradient(91.89deg, #6f57ff -5.11%, #25d8ff 152.73%) !important;
}
::file-selector-button {
background: white !important;
color: black !important;
font-family: "Montserrat", sans-serif !important;
}
.btn.badge-btn {
max-width: 300px;
margin-right: 10px;
}
input#file-upload-button {
color: blue !important;
} | public/styles.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
body {
background-color: #080020;
color: white;
font-family: "Montserrat", sans-serif !important;
}
.page-container {
left: 0;
right: 0;
margin: auto;
margin-top: 10px;
padding-bottom: 50px;
padding-left: calc(280px + 5%);
display: inline-flex !important;
}
@media only screen and (max-width: 992px) {
.page-container {
padding-left: 5%;
display: flex !important;
}
}
#navbar {
position: absolute;
top: 20px;
left: 20px;
}
.left-content {
display: flex;
flex-direction: column;
justify-content: left;
align-items: left;
flex-wrap: wrap;
}
.center-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.side-by-side {
display: flex;
justify-content: center;
align-items: center;
}
.side-by-side>* {
margin: 0 5px;
}
.bold {
font-weight: bold;
}
.margin-sm {
margin: 5px;
}
.margin {
margin: 20px;
}
.button-sm {
padding: 0 10px !important;
}
.pad-sides-sm {
padding: 0 8px !important;
}
#github-link {
display: flex !important;
justify-content: center;
align-items: center;
border-bottom: 1px solid;
margin-bottom: 10px;
}
#overlay,
.overlay {
position: absolute;
top: 0;
left: 0;
}
#facesContainer canvas {
margin: 10px;
}
input[type="file"]::-webkit-file-upload-button {
background: #26a69a;
border: 1px solid gray;
cursor: pointer;
color: #fff;
border-radius: .2em;
}
li:not(:last-child) {
margin-bottom: 5px;
}
#myCanvas {
max-width: 400px !important;
border: none !important;
margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
#myCanvas {
max-width: 300px !important;
}
}
h3 {
background: linear-gradient(91.52deg, #3051ff .45%, #25d8ff 107.04%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 8% !important;
}
.side-nav {
background-color: #140052 !important;
}
.side-nav li>a {
color: white !important;
}
button {
background: linear-gradient(91.89deg, #6f57ff -5.11%, #25d8ff 152.73%) !important;
}
.btn {
background: linear-gradient(91.89deg, #6f57ff -5.11%, #25d8ff 152.73%) !important;
}
::file-selector-button {
background: white !important;
color: black !important;
font-family: "Montserrat", sans-serif !important;
}
.btn.badge-btn {
max-width: 300px;
margin-right: 10px;
}
input#file-upload-button {
color: blue !important;
} | 0.340485 | 0.074299 |
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-HzhO7_w.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-OzhO7_w.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-FzhO7_w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-EzhO7_w.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-KzhM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtFmSq17w.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtMmSq17w.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtHmSq17w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtGmSq17w.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSo.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 500;
src: local('Cormorant Garamond Medium Italic'), local('CormorantGaramond-MediumItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-HzhO7_w.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 500;
src: local('Cormorant Garamond Medium Italic'), local('CormorantGaramond-MediumItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-OzhO7_w.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 500;
src: local('Cormorant Garamond Medium Italic'), local('CormorantGaramond-MediumItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-FzhO7_w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 500;
src: local('Cormorant Garamond Medium Italic'), local('CormorantGaramond-MediumItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-EzhO7_w.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 500;
src: local('Cormorant Garamond Medium Italic'), local('CormorantGaramond-MediumItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-KzhM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 600;
src: local('Cormorant Garamond SemiBold Italic'), local('CormorantGaramond-SemiBoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-HzhO7_w.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 600;
src: local('Cormorant Garamond SemiBold Italic'), local('CormorantGaramond-SemiBoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-OzhO7_w.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 600;
src: local('Cormorant Garamond SemiBold Italic'), local('CormorantGaramond-SemiBoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-FzhO7_w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 600;
src: local('Cormorant Garamond SemiBold Italic'), local('CormorantGaramond-SemiBoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-EzhO7_w.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 600;
src: local('Cormorant Garamond SemiBold Italic'), local('CormorantGaramond-SemiBoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-KzhM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 700;
src: local('Cormorant Garamond Bold Italic'), local('CormorantGaramond-BoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-HzhO7_w.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 700;
src: local('Cormorant Garamond Bold Italic'), local('CormorantGaramond-BoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-OzhO7_w.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 700;
src: local('Cormorant Garamond Bold Italic'), local('CormorantGaramond-BoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-FzhO7_w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 700;
src: local('Cormorant Garamond Bold Italic'), local('CormorantGaramond-BoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-EzhO7_w.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 700;
src: local('Cormorant Garamond Bold Italic'), local('CormorantGaramond-BoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-KzhM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 300;
src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfsw-I1hc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 300;
src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfug-I1hc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 300;
src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfsQ-I1hc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 300;
src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfsA-I1hc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 300;
src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfvg-I.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYpHtKgS4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYrXtKgS4.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYpntKgS4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYp3tKgS4.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtK.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 500;
src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfsw-I1hc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 500;
src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfug-I1hc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 500;
src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfsQ-I1hc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 500;
src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfsA-I1hc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 500;
src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfvg-I.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fsw-I1hc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fug-I1hc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fsQ-I1hc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fsA-I1hc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fvg-I.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 700;
src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fsw-I1hc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 700;
src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fug-I1hc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 700;
src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fsQ-I1hc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 700;
src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fsA-I1hc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 700;
src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fvg-I.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} | css2.css | @font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-HzhO7_w.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-OzhO7_w.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-FzhO7_w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-EzhO7_w.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 300;
src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-KzhM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtFmSq17w.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtMmSq17w.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtHmSq17w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtGmSq17w.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 400;
src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSo.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 500;
src: local('Cormorant Garamond Medium Italic'), local('CormorantGaramond-MediumItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-HzhO7_w.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 500;
src: local('Cormorant Garamond Medium Italic'), local('CormorantGaramond-MediumItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-OzhO7_w.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 500;
src: local('Cormorant Garamond Medium Italic'), local('CormorantGaramond-MediumItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-FzhO7_w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 500;
src: local('Cormorant Garamond Medium Italic'), local('CormorantGaramond-MediumItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-EzhO7_w.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 500;
src: local('Cormorant Garamond Medium Italic'), local('CormorantGaramond-MediumItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-KzhM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 600;
src: local('Cormorant Garamond SemiBold Italic'), local('CormorantGaramond-SemiBoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-HzhO7_w.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 600;
src: local('Cormorant Garamond SemiBold Italic'), local('CormorantGaramond-SemiBoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-OzhO7_w.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 600;
src: local('Cormorant Garamond SemiBold Italic'), local('CormorantGaramond-SemiBoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-FzhO7_w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 600;
src: local('Cormorant Garamond SemiBold Italic'), local('CormorantGaramond-SemiBoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-EzhO7_w.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 600;
src: local('Cormorant Garamond SemiBold Italic'), local('CormorantGaramond-SemiBoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-KzhM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 700;
src: local('Cormorant Garamond Bold Italic'), local('CormorantGaramond-BoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-HzhO7_w.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 700;
src: local('Cormorant Garamond Bold Italic'), local('CormorantGaramond-BoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-OzhO7_w.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 700;
src: local('Cormorant Garamond Bold Italic'), local('CormorantGaramond-BoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-FzhO7_w.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 700;
src: local('Cormorant Garamond Bold Italic'), local('CormorantGaramond-BoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-EzhO7_w.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: italic;
font-weight: 700;
src: local('Cormorant Garamond Bold Italic'), local('CormorantGaramond-BoldItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-KzhM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 300;
src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfsw-I1hc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 300;
src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfug-I1hc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 300;
src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfsQ-I1hc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 300;
src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfsA-I1hc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 300;
src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfvg-I.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYpHtKgS4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYrXtKgS4.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYpntKgS4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYp3tKgS4.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 400;
src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtK.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 500;
src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfsw-I1hc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 500;
src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfug-I1hc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 500;
src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfsQ-I1hc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 500;
src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfsA-I1hc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 500;
src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfvg-I.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fsw-I1hc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fug-I1hc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fsQ-I1hc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fsA-I1hc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 600;
src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fvg-I.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 700;
src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fsw-I1hc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 700;
src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fug-I1hc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 700;
src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fsQ-I1hc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 700;
src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fsA-I1hc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 700;
src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fvg-I.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} | 0.366476 | 0.130867 |
------------------------------ */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
display: block;
max-width: 100%;
}
a {
text-decoration: none;
}
body {
font-family: sans-serif;
font-size: 16px;
color: #1b1b1b;
background-image: url("../img/bg.jpg");
background-attachment: fixed;
background-position: cover;
background-repeat: no-repeat;
background-size: cover;
}
li {
list-style: none;
}
/* Page's styles
------------------------------ */
.main {
padding: 25px 15px;
}
.page {
max-width: 1200px;
margin: 0 auto;
border: 5px solid #aa0606;
background: rgba(255, 255, 255, 0.8);
transition: box-shadow 0.2s linear;
}
.page:hover {
box-shadow: 0 0 15px 0 #000;
}
/* Intro-block styles
------------------------------ */
.intro {
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 25px 20px;
}
.user-info,
.intro__photo {
align-self: center;
width: 50%;
}
.user-info {
text-align: center;
}
.intro__photo {
display: flex;
justify-content: center;
}
.user-info__name {
margin-bottom: 15px;
font-family: 'Aclonica', sans-serif;
font-size: 40px;
}
.user-info__about {
margin-bottom: 25px;
font-size: 18px;
}
.socials {
display: flex;
justify-content: space-around;
width: 180px;
margin: 0 auto;
padding-bottom: 15px;
border-bottom: 2px solid #1b1b1b;
}
.social__icon {
display: block;
font-size: 25px;
}
.social__item {
transition: transform 0.15s linear;
}
.social__item:hover {
transform: scale(1.3);
}
.social__item:focus {
outline: none;
}
.mail {
color: #e93030;
}
.facebook {
color: #2323e2;
}
.instagram {
color: #c414c4;
}
.twitter {
color: #0993b6;
}
/* About-block styles
------------------------------ */
.about {
display: flex;
flex-wrap: wrap;
padding: 25px 0;
}
.about__column {
width: 50%;
padding: 0 20px;
}
.about__item {
margin-bottom: 15px;
padding: 25px 15px;
border-radius: 10px;
background: rgba(180, 180, 180, 0.3);
}
.about__item:last-child {
border-bottom: none;
}
.about__item-title {
position: relative;
margin-bottom: 15px;
text-align: center;
color: #aa0606;
text-transform: uppercase;
transition: color 0.15s linear;
}
.about__item-description li {
margin-top: 20px;
}
.about__item-languages {
display: flex;
justify-content: space-around;
width: 85%;
margin: 0 auto;
}
.about__item-languages li {
padding: 5px 0 5px 30px;
}
.english {
background: url('../img/english-logo.png') left center / contain no-repeat;
}
.mandarin {
background: url('../img/mandarin-logo.png') left center / contain no-repeat;
}
.japanese {
background: url('../img/japanese-logo.png') left center / contain no-repeat;
} | css/main.css | ------------------------------ */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
display: block;
max-width: 100%;
}
a {
text-decoration: none;
}
body {
font-family: sans-serif;
font-size: 16px;
color: #1b1b1b;
background-image: url("../img/bg.jpg");
background-attachment: fixed;
background-position: cover;
background-repeat: no-repeat;
background-size: cover;
}
li {
list-style: none;
}
/* Page's styles
------------------------------ */
.main {
padding: 25px 15px;
}
.page {
max-width: 1200px;
margin: 0 auto;
border: 5px solid #aa0606;
background: rgba(255, 255, 255, 0.8);
transition: box-shadow 0.2s linear;
}
.page:hover {
box-shadow: 0 0 15px 0 #000;
}
/* Intro-block styles
------------------------------ */
.intro {
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 25px 20px;
}
.user-info,
.intro__photo {
align-self: center;
width: 50%;
}
.user-info {
text-align: center;
}
.intro__photo {
display: flex;
justify-content: center;
}
.user-info__name {
margin-bottom: 15px;
font-family: 'Aclonica', sans-serif;
font-size: 40px;
}
.user-info__about {
margin-bottom: 25px;
font-size: 18px;
}
.socials {
display: flex;
justify-content: space-around;
width: 180px;
margin: 0 auto;
padding-bottom: 15px;
border-bottom: 2px solid #1b1b1b;
}
.social__icon {
display: block;
font-size: 25px;
}
.social__item {
transition: transform 0.15s linear;
}
.social__item:hover {
transform: scale(1.3);
}
.social__item:focus {
outline: none;
}
.mail {
color: #e93030;
}
.facebook {
color: #2323e2;
}
.instagram {
color: #c414c4;
}
.twitter {
color: #0993b6;
}
/* About-block styles
------------------------------ */
.about {
display: flex;
flex-wrap: wrap;
padding: 25px 0;
}
.about__column {
width: 50%;
padding: 0 20px;
}
.about__item {
margin-bottom: 15px;
padding: 25px 15px;
border-radius: 10px;
background: rgba(180, 180, 180, 0.3);
}
.about__item:last-child {
border-bottom: none;
}
.about__item-title {
position: relative;
margin-bottom: 15px;
text-align: center;
color: #aa0606;
text-transform: uppercase;
transition: color 0.15s linear;
}
.about__item-description li {
margin-top: 20px;
}
.about__item-languages {
display: flex;
justify-content: space-around;
width: 85%;
margin: 0 auto;
}
.about__item-languages li {
padding: 5px 0 5px 30px;
}
.english {
background: url('../img/english-logo.png') left center / contain no-repeat;
}
.mandarin {
background: url('../img/mandarin-logo.png') left center / contain no-repeat;
}
.japanese {
background: url('../img/japanese-logo.png') left center / contain no-repeat;
} | 0.363647 | 0.070144 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
* {
padding: 0;
margin: 0;
}
html, body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
height: 100%;
width: 100%;
line-height: 23px;
color: #040a2c;
}
.clear-padding {
padding: 0px!important;
}
a {
transition: all 0.5s ease;
}
.arrow-drp {
position: absolute;
right: 9px;
}
a:hover, .our-detail-heading:hover, .our-details-text a:hover, .comment-text a:hover, .right-side .shop-recommended a:hover, .weight.categories li a:hover, .search-coupons li a:hover {
color: rgb(255, 221, 0);
}
.featured-coupons-text>a:hover, .ranking-clock .more-details:hover, .header-search>a:hover, .upcoming-text a:hover, .footer .subscribe>a:hover, .list-store-outer .btnc:hover, .search-coupons .search-btn:hover, .footer .socail-icon>li a:hover, .our-details-text .read-more:hover, .search-box>a:hover, .form-submit .btn.btn-secondary:hover, .list-store-outer .socail-icon>li a i:hover, .contact-form #send:hover, .search-box-coupons .col-md-3 a:hover, .search-box-coupons .col-md-9 a:hover {
background: rgb(255, 221, 0);
color: #fff;
}
#loading {
background-image: url("../images/ripple.gif");
background-position: center center;
background-repeat: no-repeat;
height: 120px;
left: 50%;
margin: -100px 0 0 -100px;
position: absolute;
top: 50%;
width: 120px;
}
#preloader {
background: #fff none repeat scroll 0 0;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 9999;
}
p {
color: #606060;
}
img {
max-width: 100%;
}
section {
float: left;
width: 100%;
/*overflow: hidden;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
}
#back-top {
bottom: 10px;
position: fixed;
right: 20px;
}
#back-top a {
background: rgb(255, 221, 0);
border-radius: 5px;
color: rgb(255, 255, 255);
display: block;
font: 11px/100% Arial, Helvetica, sans-serif;
padding: 15px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 1s ease 0s;
}
.lft-dropdwon {
box-shadow: 0 0 0;
position: relative;
top: 0 !important;
margin-bottom: 0 !important;
}
.lft-dropdwon a::after {
display: none;
}
.lft-dropdwon>li:last-child {
border: medium none;
}
.lft-dropdwon a {
padding: 0 !important;
}
.title {
margin: auto auto 50px;
text-align: center;
width: 55%;
}
.logo {
color: rgb(255, 255, 255);
font-family: "Montserrat", sans-serif;
font-size: 28px;
font-weight: 700;
margin-top: 20px;
text-transform: uppercase;
}
.logo span {
color: #ffdd00;
font-family: "Montserrat", sans-serif;
font-size: 28px;
font-weight: 200;
margin-top: 20px;
text-transform: uppercase;
}
.tilte {
margin: 80px auto 50px;
text-align: center;
width: 65%;
}
.tilte h2 {
color: rgb(0, 43, 94);
font-family: "Montserrat", sans-serif;
font-size: 36px;
font-weight: 400;
margin-bottom: 50px;
text-transform: uppercase;
}
.tilte span {
font-weight: 300;
color: #222;
}
p {
font-weight: 100;
}
a:focus, a:hover {
text-decoration: none;
}
.mouse-icon:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
/*------- faq panel -----*/
.faq-outer {
padding: 50px 0 100px;
}
.faq-info li::before {
content: "";
font-family: fontawesome;
margin-right: 10px;
}
.faq-info li {
list-style: outside none none;
margin-top: 10px;
}
.faq-info > p {
color: rgb(34, 34, 34);
float: left;
margin-bottom: 25px;
width: 100%;
}
.faq-info h4 i {
color: rgb(0, 43, 94);
float: left;
font-size: 40px;
margin-right: 18px;
margin-top: 19px;
}
.faq-info h4 {
float: left;
font-size: 36px;
font-weight: 300;
width: 100%;
margin: 0 0 30px;
}
.faq-info span {
display: block;
font-size: 14px;
color: #222222;
}
.panel {
border-width: 0 0 1px 0;
border-style: solid;
border-color: #fff;
background: none;
box-shadow: none;
}
.panel:last-child {
border-bottom: none;
}
.panel-group>.panel:first-child .panel-heading {
border-radius: 4px 4px 0 0;
}
.panel-group .panel {
border-radius: 0;
margin-bottom: 30px;
}
.panel-body {
border: 1px solid rgb(221, 221, 221);
padding: 20px 45px;
}
.panel-group .panel+.panel {
margin-top: 0;
}
.panel-heading {
border-radius: 0;
border: none;
color: #fff;
padding: 0;
}
.panel-heading.active .panel-title>a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
}
.panel-title a {
background: rgb(221, 221, 221) none repeat scroll 0 0;
color: rgb(34, 34, 34);
display: block;
font-size: 14px;
font-weight: 300;
line-height: 42px;
padding: 15px;
position: relative;
}
.panel-title .collapsed {
background: #dddddd;
}
.panel-body {
background: #fff;
}
.panel:last-child .panel-body {
border-radius: 0 0 4px 4px;
}
.panel:last-child .panel-heading {
border-radius: 0 0 4px 4px;
transition: border-radius 0.3s linear 0.2s;
}
.panel:last-child .panel-heading.active {
border-radius: 0;
transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */
.panel-heading a:before {
content: '';
float: left;
font-family: FontAwesome;
margin-right: 10px;
font-size: 24px;
transition: all 0.5s;
transform: scale(1);
}
.panel-heading.active a:before {
content: ' ';
transition: all 0.5s;
transform: scale(0);
}
#bs-collapse .panel-heading a:after {
content: ' ';
font-size: 24px;
font-family: FontAwesome;
margin-right: 10px;
transform: scale(0);
transition: all 0.5s;
float: left;
}
#bs-collapse .panel-heading.active a:after {
content: '';
transform: scale(1);
transition: all 0.5s;
}
/* #accordion rotate icon option */
#accordion .panel-heading a:before {
content: '\e316';
font-size: 24px;
float: left;
font-family: 'Material Icons';
margin-right: 10px;
transform: rotate(180deg);
transition: all 0.5s;
}
#accordion .panel-heading.active a:before {
transform: rotate(0deg);
transition: all 0.5s;
}
.faq-info > a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: left;
font-size: 18px;
margin-top: 14px;
padding: 10px 30px;
}
.faq-info > a:hover {
background: #FFDD00;
}
.faq-info {
float: left;
width: 100%;
text-transform: uppercase;
}
/*------- header -----*/
.top-header {
background: #0b1f37;
padding: 20px 0;
}
.socail-icon {
float: right;
list-style: outside none none;
padding: 0;
margin-top: 15px;
}
.socail-icon>li {
display: inline;
margin-left: 20px;
}
.socail-icon>li a {
color: #fff;
font-size: 20px;
}
.socail-icon>li a:hover {
color: #de302f;
}
.navbar-fixed-top.affix-top::before {
background: #002b5e;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 30%;
}
.navbar-inverse {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
height: auto;
margin-bottom: 0;
float: right;
}
a:focus{
outline:none;
}
.navbar-inverse .navbar-nav>li>a {
color: #222;
}
.navbar-inverse .navbar-nav>li>a:hover {
color: #002b5e;
text-decoration: line-through;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #002B5E;
}
.dropdown-menu {
border: 0 none;
border-radius: 0;
min-width: 250px;
top: 70px;
}
.dropdown-menu>li>a {
padding: 10px 20px;
text-align:left;
}
.navbar-fixed-top.affix-top {
background: #fff;
z-index: 99999;
}
.navbar-fixed-top.affix {
background: #002B5E;
}
.navbar-fixed-top.affix .navbar-inverse .navbar-nav>li>a {
color: #fff !important;
}
.navbar-nav>li>a {
padding-bottom: 25px;
padding-top: 25px;
}
.header-bg {
background: rgba(0, 0, 0, 0) url("../images/header.jpg") no-repeat scroll center 0 / cover;
float: left;
height: 800px;
margin-top: 70px;
width: 100%;
}
.header-text {
color: rgb(255, 255, 255);
float: left;
margin-top: 25%;
text-align: center;
width: 100%;
}
.header-text h1 {
font-family: "Montserrat", sans-serif;
font-size: 72px !important;
font-weight: 100;
letter-spacing: 5px;
text-transform: uppercase;
margin-bottom: 0px;
}
.header-text h2 {
font-family: "montserrat", serif;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 10px;
}
.header-text>a {
display: inline-block;
font-size: 20px;
margin-top: 220px;
text-decoration: none;
}
.header-text>a:hover {
background: #373B55;
}
.header-search {
display: inline-block;
margin-top: 50px;
width: 100%;
}
.header-search input[type="text"] {
border: medium none;
color: rgb(0, 0, 0);
display: inline-block;
padding: 15px 10px;
width: 50%;
}
.header-search>a {
background: #002b5e;
color: #fff;
display: inline-block;
margin-left: -5px;
padding: 16px 37px;
}
.home2 .header-bg {
background: rgba(0, 0, 0, 0) url("../images/header2.jpg") no-repeat scroll center 0 / cover;
float: left;
height: 800px;
margin-top: 0;
position: relative;
width: 100%;
}
.home2 .navbar-fixed-top.affix-top::before {
display: none;
}
.home2 .navbar-fixed-top.affix-top {
background: none;
}
.home2 .navbar-inverse .navbar-nav>li>a {
color: #fff;
}
.home2 .navbar-fixed-top.affix {
background: #002B5E;
}
.header-box-outer {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
bottom: 0;
color: rgb(255, 255, 255);
font-family: "montserrat";
font-size: 28px;
font-weight: 300;
padding: 25px 0;
position: absolute;
width: 100%;
text-align: center;
}
.home2 .featured-img {
margin-bottom: 30px;
}
/*------- welcome-image -----*/
.welcome-image {
position: relative;
}
.ranking-clock {
height: 100%;
position: absolute;
top: 0;
width: 100%;
}
.ranking-clock .date {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
margin: 18% auto auto;
padding: 10px;
text-align: center;
width: 44%;
}
.rating-bg .star {
color: #ffc107;
float: left;
margin: 10px;
}
.rating-bg {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
bottom: 0;
position: absolute;
width: 100%;
}
.rating-bg .price {
background: rgb(255, 255, 255) none repeat scroll 0 0;
float: right;
font-size: 18px;
padding: 10px 15px;
}
.welcome-image .hart-icon {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: right;
font-size: 18px;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
padding: 10px;
}
.welcome-image:hover .hart-icon {
display: none;
}
.welcome-image .hart-icon2 {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: right;
font-size: 18px;
margin-right: 10px;
cursor: pointer;
margin-top: 10px;
padding: 10px;
display: none;
}
.welcome-image:hover .hart-icon2 {
display: block;
}
.welcome-box {
float: left;
width: 100%;
}
.welcome-text {
border: 1px solid rgb(221, 221, 221);
float: left;
margin-bottom: 30px;
padding: 16px 15px;
width: 100%;
}
.rating-no {
border: 1px solid;
font-size: 20px;
margin: auto;
padding: 17px 0;
text-align: center;
width: 100%;
color: #002b5e;
}
.welcome-text strong {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
}
.ranking-clock .more-details {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: none;
margin: 18% auto auto;
padding: 10px;
text-transform: uppercase;
width: 44%;
}
.ranking-clock .more-details i {
float: right;
font-size: 18px;
margin-top: 2px;
}
.welcome-box:hover .welcome-text {
background: #002b5e;
border: 1px solid #002b5e;
color: #fff;
}
.welcome-box:hover .welcome-text p {
color: #fff;
}
.welcome-box:hover .ranking-clock .more-details {
display: block;
}
.welcome-box:hover .ranking-clock .date {
display: none;
}
.welcome-box:hover .rating-no {
background: #fff;
}
.welcome-box:hover .rating-bg .price {
background: #002b5e;
color: #fff;
}
/*------- popular store -----*/
.popular-image {
border: 1px solid #dddddd;
padding: 18px 0;
position: relative;
text-align: center;
margin-bottom: 30px;
}
.popular-hover {
background: #002b5e;
color: #fff;
left: 0;
padding: 20% 0 0;
position: absolute;
opacity: 0;
top: 0;
width: 100%;
height: 100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.popular-hover:hover {
opacity: 1;
}
/*------- featured -----*/
.featured .col-md-3 {
padding: 0;
}
.featured-text {
color: rgb(255, 255, 255);
font-family: "montserrat";
font-size: 28px;
font-weight: 200;
height: 100%;
left: 0;
padding: 30% 0 0;
position: absolute;
text-align: center;
top: 0;
width: 100%;
}
.featured-text:hover {
background: rgba(0, 43, 94, 0.3) none repeat scroll 0 0;
color: rgb(255, 255, 255);
}
.featured-img {
position: relative;
}
/*------- upcoming-image -----*/
.upcoming-image {
position: relative;
overflow:hidden;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.upcoming-image img{
position: relative;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.upcoming-image .ranking-clock {
height: 100%;
position: absolute;
top: 0;
width: 100%;
}
.upcoming-image .rating-bg .star {
color: #fff;
float: left;
margin: 10px;
}
.upcoming-image .rating-bg {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
bottom: 0;
position: absolute;
width: 100%;
display: none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.rating-bg .price {
background: rgb(255, 255, 255) none repeat scroll 0 0;
float: right;
font-size: 18px;
padding: 10px 15px;
}
.upcoming-image .hart-icon {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: right;
font-size: 18px;
margin-right: 10px;
margin-top: 10px;
padding: 10px;
display: none;
}
.upcoming-image .event-date {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: none;
float: left;
font-size: 12px;
line-height: 18px;
margin-left: 10px;
margin-top: 10px;
padding: 10px;
text-align: center;
text-transform: uppercase;
width: 59px;
}
.upcoming-text {
border: 1px solid rgb(221, 221, 221);
float: left;
margin-bottom: 30px;
padding: 16px 15px;
width: 100%;
}
.rating-no {
border: 1px solid;
font-size: 20px;
margin: auto;
padding: 17px 0;
text-align: center;
width: 100%;
color: #002b5e;
}
.upcoming-text strong {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
color: #002b5e;
}
.ranking-clock .more-details {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: none;
margin: 18% auto auto;
padding: 10px 23px;
text-transform: uppercase;
width: 44%;
}
.ranking-clock .more-details i {
float: right;
font-size: 18px;
margin-top: 2px;
}
.upcoming-box:hover .upcoming-image img{
-ms-transform: rotate(10deg) scale(1.25,1.25);
-webkit-transform: rotate(10deg) scale(1.25,1.25);
transform: rotate(10deg) scale(1.25,1.25);
}
.upcoming-box:hover .welcome-text {
background: #002b5e;
border: 1px solid #002b5e;
color: #fff;
}
.upcoming-box:hover .welcome-text p {
color: #fff;
}
.upcoming-box:hover .ranking-clock .more-details {
display: block;
}
.upcoming-box:hover .ranking-clock .date {
display: none;
}
.upcoming-box:hover .upcoming-image .hart-icon, .upcoming-box:hover .upcoming-image .event-date, .upcoming-box:hover .upcoming-image .rating-bg {
display: block;
}
.upcoming-box:hover .rating-no {
background: #fff;
}
.upcoming-box:hover .rating-bg .price {
background: #002b5e;
color: #fff;
}
.upcoming-text a {
background: #002b5e;
color: rgb(255, 255, 255);
display: inline-block;
font-size: 12px;
margin-top: 10px;
padding: 5px 14px;
}
/*------- upcoming-image -----*/
.featured-coupons-box {
border: 1px solid #dddddd;
float: left;
width: 100%;
padding-bottom: 20px;
}
.featured-coupons-images {
border-bottom: 1px solid #dddddd;
float: left;
height: 145px;
line-height: 130px;
margin-bottom: 15px;
text-align: center;
width: 100%;
}
.featured-coupons-text h6 {
display: inline-block;
font-size: 16px;
line-height: 22px;
margin-top: 11px;
text-transform: uppercase;
}
.featured-coupons-text {
margin: auto;
width: 90%;
}
.featured-coupons-text p {
color: #222;
}
.featured-coupons-text a img {
margin-right: 10px;
}
.featured-coupons-text>a {
background: #002b5e;
color: rgb(255, 255, 255);
display: inherit;
margin: 20px auto;
padding: 10px;
text-align: center;
text-transform: uppercase;
width: 70%;
}
.featured-coupons-text .date {
float: left;
}
.featured-coupons-text .comment {
border: medium none;
float: right;
margin: 0;
padding: 0;
width: auto;
}
.featured-coupons-text .star {
color: #ffc107;
float: left;
width: 100%;
}
/*------- upcoming-image -----*/
.counter {
background: url("../images/counter-bg.jpg") no-repeat scroll center 0 / cover;
position: relative;
padding: 100px 0;
font-family: "Montserrat", sans-serif;
margin-top: 80px;
}
.counter span {
color: #1da6d8;
}
.timer {
font-size: 36px;
font-weight: 100;
margin-bottom: 10px;
color: #fff;
}
.counter p {
color: #fff;
}
.counter span {
color: #fff;
display: inline-block;
font-size: 28px;
font-weight: 200;
margin-bottom: 16px;
}
/*------- prallax-bg -----*/
.top-view-box {
position:relative;
border: 1px solid rgb(221, 221, 221);
float: left;
margin-bottom: 30px;
padding: 16px 0;
width: 100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.top-view-box:hover::before{
opacity:1;
}
.top-view-box:before{
position:absolute;
content:'';
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
opacity:0;
background-size:cover;
background: url("../images/tpimg-hover.jpg") no-repeat scroll center 0 / cover;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.top-view-box:hover {
color: #fff;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.top-view-box a {
color: #222;
}
.top-view-box:hover a {
color: #fff;
}
.top-view-text:hover .col-md-3 span {
background: #fff;
}
.top-view-box:hover .top-view-text .col-md-3 span i {
color: #002B5E;
}
.top-view-text .col-md-3 span {
background: rgb(0, 43, 94) none repeat scroll 0 0;
border-radius: 50%;
color: rgb(255, 255, 255);
display: block;
font-size: 16px;
height: 40px;
line-height: 38px;
margin: auto;
text-align: center;
width: 40px;
}
.top-view-text ul {
list-style: outside none none;
margin-top: 10px;
padding: 0;
}
.top-view-text li {
border-bottom: 1px solid rgb(221, 221, 221);
float: left;
padding: 10px 0;
width: 100%;
}
.top-view-text li span {
float: right;
}
.top-view-text li:last-child {
border: medium none;
}
.top-view-text strong {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
/*------- prallax-bg -----*/
.prallax-bg {
background: url("../images/prallax-bg.jpg") no-repeat scroll center 0 / cover;
position: relative;
padding: 100px 0;
font-family: "Montserrat", sans-serif;
margin-top: 80px;
color: #fff;
}
.prallax-bg::before {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 50%;
}
.prallax-text {
margin: 50px 0;
width: 94%;
}
.prallax-text p {
color: #fff;
}
.prallax-text>a {
border: 1px solid;
color: rgb(255, 255, 255);
display: inline-block;
margin-right: 5px;
margin-top: 18px;
padding: 10px 20px;
text-align: center;
width: 158px;
}
.prallax-text i {
float: left;
font-size: 36px;
}
.prallax-bg h4 {
font-family: "montserrat";
font-size: 16px;
font-weight: 300;
margin-bottom: 20px;
}
.footer {
background: #002b5e;
color: rgb(255, 255, 255);
float: left;
padding: 50px 0;
width: 100%;
}
.footer ul {
padding: 0;
}
.footer li {
display: list-item;
float: left;
list-style: outside none none;
margin-bottom: 20px;
width: 100%;
}
.footer h2 {
font-size: 22px;
font-weight: 300;
margin-bottom: 30px;
}
.footer p {
position:relative;
color: #fff;
}
.footer li a {
color: #fff;
}
.footer li a:hover {
color: rgb(255, 221, 0);
}
.footer .icon {
float: left;
margin-right: 10px;
}
.footer .ftext {
float: left;
width: 86%;
}
.footer .subscribe{
position:relative;
}
.footer .subscribe>input {
position:relative;
border: medium none;
color: rgb(0, 0, 0);
padding: 10px;
width:100%;
}
.footer .subscribe>a {
position:absolute;
right:0px;
top:0px;
background: #222222;
color: rgb(255, 255, 255);
margin-left: -3px;
padding: 10px 19px;
font-family: "montserrat";
font-size: 16px;
font-weight: 300;
}
.footer .copayright-left {
float: left;
margin-top: 15px;
}
.footer .copayright-right {
float: right;
}
.footer .socail-icon>li a {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border-radius: 2px;
color: rgb(0, 0, 0) !important;
float: left;
font-size: 12px;
height: 20px;
line-height: 20px;
text-align: center;
width: 17px;
}
.footer .socail-icon>li {
display: inline;
float: left;
margin-left: 9px;
width: auto;
}
.footer .copayright {
border-top: 1px solid;
margin-top: 20px;
padding: 20px 0 0;
}
/*------- list-store-outer -----*/
/*------- dashboard -----*/
.dashboard {
position: relative;
top: 75px;
}
.dashboard .img {
width: 150px;
height: 150px;
background-color: #ccc;
border-radius: 50%;
position: relative;
top: 50px;
float: left;
}
.dashboard .txt {
float: left;
position: relative;
margin-right: 15%;
margin-top: 12%;
text-align: left;
}
.dashboard h3 {
color: #002b5e;
text-transform: uppercase;
}
.dashboard .txt ul {
text-align: left;
}
.dashboard ul li {
padding: 0 20px 0 0;
list-style-type: none;
display: inline;
}
.dshbrd_tabs ul li {
border-bottom: 1px solid rgb(221, 221, 221)!important;
float: left;
padding: 10px 0;
width: 100%;
}
.dshbrd_tabs ul li a {
color: #222222;
}
.dshbrd_tabs .nav-tabs>li {
float: none;
border: 0px;
}
.dshbrd_tabs .nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 0px solid transparent;
border-radius: 0px 0px 0 0;
}
.dshbrd_tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
border: 0px;
color: #002b5e;
}
/*------- dashboard -----*/
.resgister .modal-content {
border: 0px;
display: flow-root;
border-radius: 0px;
}
.resgister .contact-form {
margin-bottom: 30px;
}
.resgister form .chkbx {
height: 15px;
width: 15px;
margin: 4px;
}
.resgister .modal-header {
padding: 0px;
}
.resgister ul li {
background-color: #002b5e;
text-align: center;
text-transform: uppercase;
font-size: 16px;
padding: 10px!important;
font-family: "montserrat";
}
.resgister ul li a {
color: #fff;
}
.resgister .nav-tabs>li>a:hover {
color: #002b5e;
}
.resgister .nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 0px solid transparent;
border-radius: 0px 0px 0 0;
}
.resgister .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
border: 0px;
color: #002b5e;
}
.inner-bg {
background: rgba(0, 0, 0, 0) url("../images/inner-bg.jpg") no-repeat scroll center 0 / cover;
float: left;
height: auto;
margin-top: 70px;
margin-bottom: 80px;
width: 100%;
}
.inner-text {
color: rgb(255, 255, 255);
float: left;
margin: 7% 0;
text-align: center;
width: 100%;
}
.inner-text img {
width: 200px;
height: 200px;
background-color: #ccc;
}
.inner-text h1 {
font-family: "Montserrat", sans-serif;
font-size: 36px !important;
font-weight: 700;
letter-spacing: 5px;
margin-bottom: 30px;
text-transform: uppercase;
}
.inner-text h1 span {
font-weight: 300;
}
.inner-text>ul {
list-style: outside none none;
padding: 0;
}
.inner-text li {
display: inline;
text-transform: uppercase;
}
.inner-text li a {
color: #fff;
}
.list-store-outer .border {
border: 1px solid #ddd;
height: 100px;
text-align: center;
padding: 20px;
}
.list-store-outer .socail-icon {
float: left;
}
.list-store-outer .socail-icon>li {
display: inline;
float: left;
margin-left: 0;
margin-right: 10px;
width: auto;
}
.list-store-outer .socail-icon>li a i {
background: rgb(0, 43, 94) none repeat scroll 0 0;
border-radius: 2px;
color: rgb(255, 255, 255) !important;
float: left;
font-size: 14px;
height: 18px;
line-height: 17px;
margin-right: 10px;
margin-top: 1px;
text-align: center;
width: 17px;
}
.list-store-outer .socail-icon>li a {
color: #002B5E !important;
font-size: 16px;
line-height: 0;
}
.list-store-outer h4 {
margin: 0 0 10px;
padding: 0;
text-transform: uppercase;
}
.list-store-outer {
float: left;
margin-bottom: 50px;
width: 100%;
}
.list-store-outer h2 {
font-family: "montserrat";
font-size: 36px;
margin: 0;
}
.list-store-outer .border>span {
font-weight: 100;
text-transform: uppercase;
}
.list-store-outer .tdc>li {
display: inline;
margin-right: 20px;
}
.list-store-outer .tdc i {
margin-right: 10px;
}
.list-store-outer .btnc {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: left;
margin: 20px 17px 20px 0;
padding: 10px;
text-align: center;
text-transform: uppercase;
width: 24%;
}
.list-store-outer strong {
float: left;
font-family: "montserrat";
font-size: 16px;
font-weight: 500;
width: 100%;
}
.list-store-outer .btnc>img {
margin-right: 10px;
}
.list-store-outer.disble {
color: #dddddd;
}
.list-store-outer.disble .btnc {
background: #ddd;
}
/*------- right-side -----*/
.right-side .weight>h4 {
float: left;
font-size: 16px;
margin-bottom: 30px;
text-transform: uppercase;
width: 100%;
color: #002b5e;
}
.right-side .shop-recommended a {
color: #222222;
}
.weight.shop-recommended>p {
margin-top: 20px;
}
.weight .btn.btn-default {
border: medium none;
padding: 0;
}
.right-side .btn-default:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.right-side .weight {
margin-bottom: 50px;
float: left;
width: 100%;
}
.weight.search-coupons>h4 {
margin: 0;
}
.search-coupons ul {
float: left;
list-style: outside none none;
margin-bottom: 40px;
padding: 0;
width: 100%;
}
.search-coupons li {
border-bottom: 1px solid rgb(221, 221, 221);
float: left;
padding: 10px 0;
width: 100%;
}
.search-coupons li a {
color: #222222;
}
.search-coupons li a::after {
content: "";
float: right;
font-family: fontawesome;
}
.search-coupons .button-slider {
float: left;
width: 100%;
}
.search-coupons .search-btn {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: table;
margin: auto;
padding: 10px;
text-align: center;
text-transform: uppercase;
width: 50%;
}
.right-side .categories ul {
float: left;
list-style: outside none none;
margin-bottom: 40px;
padding: 0;
width: 100%;
}
.right-side .categories li {
border-bottom: 1px solid rgb(221, 221, 221);
float: left;
padding: 10px 0;
width: 100%;
}
.weight.categories span {
float: right;
}
.weight.categories li a {
color: #222222;
}
.weight.categories li a:hover {
color: ##002B5E;
}
/*------- pagination -----*/
.pagination>li>a, .pagination>li>span {
border: medium none;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
margin-left: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
background-color: rgb(0, 43, 94);
border-color: rgb(51, 122, 183);
color: rgb(255, 255, 255);
cursor: default;
z-index: 3;
}
.pagination>li>a, .pagination>li>span {
color: #002B5E;
}
.pagination {
margin: 0 0 50px;
}
/*------- our deatils -----*/
.recent-outer>ul {
float: left;
list-style: outside none none;
margin: 30px 0;
padding: 0;
}
.recent-outer>h4 {
text-transform: uppercase;
color: #002B5E;
}
.recent-outer {
float: left;
width: 91%;
}
.search-box input[type="text"] {
border: 1px solid #ddd;
color: rgb(0, 0, 0);
display: inline-block;
padding: 15px 10px;
width: 75.4%;
}
.search-box>a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: inline-block;
margin-left: -5px;
padding: 16px 37px;
}
.search-popup2 {
background: rgb(255, 255, 255) none repeat scroll 0 0;
color: #999;
margin-left: 242px;
padding: 10px;
text-align: left;
font-size: 12px;
width: 49.9%;
}
.search-popup2 > span {
float: right;
}
.search-popup2 i {
color: rgb(34, 34, 34);
}
.weight.categories.our-categories a::before {
content: "";
font-family: fontawesome;
margin-right: 10px;
}
.weight.tags li {
display: inline;
}
.weight.tags a {
border: 1px solid #ddd;
color: #002B5E;
float: left;
margin-bottom: 21px;
margin-right: 16px;
text-align: center;
color: #222222;
width: 20%;
}
.weight.tags a:hover {
border: 1px solid #002B5E;
color: #002B5E;
}
.our-details-text {
float: left;
margin-bottom: 30px;
margin-top: 30px;
width: 100%;
}
.our-detail-heading {
color: rgb(34, 34, 34);
font-family: "montserrat";
font-size: 16px;
text-transform: uppercase;
}
.our-details-text>ul {
float: left;
margin-bottom: 30px;
width: 100%;
}
.our-details-text li {
display: inline;
float: left;
margin-right: 20px;
margin-top: 25px;
}
.our-details-text a {
color: rgb(34, 34, 34);
}
.our-details-text .read-more {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: right;
padding: 5px 15px;
}
.our-details-text>p {
margin-bottom: 30px;
}
.our-details-text h4 {
color: rgb(34, 34, 34);
font-family: Montserrat Regular;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
}
.our-details-social>ul {
float: right;
margin: 0;
padding: 0;
}
.our-details-social a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
border-radius: 3px;
color: rgb(255, 255, 255);
float: left;
font-size: 15px;
height: 16px;
line-height: 16px;
margin: 0;
padding: 0;
text-align: center;
width: 16px;
}
.comment {
float: left;
width: 100%;
}
.comment-text a {
float: right;
}
.comment-text span {
color: rgb(96, 96, 96);
}
.row.comment-text {
float: left;
margin-bottom: 50px;
}
.comment {
border-top: 1px solid rgb(221, 221, 221);
border-bottom: 1px solid rgb(221, 221, 221);
float: left;
padding: 50px 0 0;
margin-bottom: 50px;
width: 100%;
}
.comment-form textarea {
border: 1px solid rgb(215, 215, 215);
color: rgb(0, 0, 0);
padding: 5px 10px;
text-transform: uppercase;
width: 100%;
}
.comment-form input {
color: rgb(0, 0, 0);
margin: 30px 0;
padding: 5px 10px;
text-transform: uppercase;
width: 100%;
}
.form-submit .btn.btn-secondary {
background: #002B5E;
border-radius: 0;
border-radius: 3px;
color: rgb(255, 255, 255);
padding: 10px 31px;
text-transform: uppercase;
width: 100%;
}
.deal-box {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: left;
padding: 50px 0;
width: 100%;
}
.deal-price {
font-family: "montserrat";
font-size: 36px;
padding: 0 0 20px;
text-align: center;
}
.deal-price sub {
font-size: 16px;
font-weight: 300;
text-decoration: line-through;
}
.deal-box>a {
background: rgb(255, 255, 255) none repeat scroll 0 0;
color: rgb(0, 43, 94);
display: inherit;
margin: 10px auto 25px;
padding: 10px 30px;
text-align: center;
text-transform: uppercase;
width: 50%;
}
.deal-box>p {
color: rgb(255, 255, 255);
text-align: center;
}
.deal-box>ul {
display: flex;
list-style: outside none none;
margin-left: auto;
margin-right: auto;
margin-top: 21px;
width: 70%;
}
.deal-box li {
float: left;
font-weight: 300;
width: 33.333%;
}
.deal-box>ul li span {
width: 100%;
float: left;
font-family: "montserrat";
}
#clockdiv {
color: rgb(255, 255, 255);
display: inline-block;
text-align: center;
width: 100%;
padding: 30px 0 0;
}
#clockdiv>div {
border-radius: 3px;
display: inline-block;
font-size: 28px;
margin: 0 5px;
position: relative;
}
#map {
height: 100%;
left: 0;
position: absolute !important;
top: 0;
width: 100%;
}
.weight.map {
border: 1px solid rgb(221, 221, 221);
height: 302px;
position: relative;
width: 100%;
}
.map {
border: 1px solid rgb(221, 221, 221);
height: 480px;
position: relative;
width: 100%;
z-index:-1;
margin-bottom: 100px;
}
.in-short .socail-icon {
float: left;
width: 100%;
padding: 0;
}
.in-short .socail-icon>li {
margin-left: 0;
}
.in-short .socail-icon>li a {
background: #002B5E;
color: rgb(255, 255, 255);
font-size: 12px;
width: 16px;
height: 16px;
border-radius: 3px;
margin-right: 3px;
float: left;
line-height: 18px;
text-align: center;
}
.similar-offer-box .price {
color: rgb(0, 43, 94);
font-size: 16px;
font-weight: 300;
font-family: "montserrat";
}
.similar-offer-box .price>span {
text-decoration: line-through;
color: #222;
font-size: 14px;
font-weight: 100;
margin-left: 5px;
}
.similar-offer-box>img {
margin-bottom: 30px;
}
.contact-form select {
border: 1px solid rgb(221, 221, 221);
border-radius: 0;
box-shadow: 0 0 0;
color: rgb(0, 0, 0);
float: left;
height: 50px;
margin: 10px 0 28px;
padding: 5px 9px;
text-transform: uppercase;
width: 100%;
}
.contact-form input {
border: 1px solid rgb(221, 221, 221);
border-radius: 0;
box-shadow: 0 0 0;
color: rgb(0, 0, 0);
float: left;
height: 50px;
margin: 10px 0 28px;
padding: 5px 9px;
text-transform: uppercase;
width: 100%;
}
.contact-form textarea {
border: 1px solid rgb(215, 215, 215);
width: 100%;
border-radius: 0;
box-shadow: 0 0 0;
}
.contact-form #send {
background: rgb(0, 43, 94) none repeat scroll 0 0;
border-radius: 3px;
color: rgb(255, 255, 255);
padding: 20px 31px;
text-transform: uppercase;
width: 100%;
border-radius: 0;
margin-top: 20px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.contact-form {
float: left;
margin-bottom: 100px;
}
.contact-info {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
margin-top: 94px;
padding: 24px;
}
.contact-info>p {
color: rgb(255, 255, 255);
margin-bottom: 28px;
}
.contact-info h4 {
font-size: 16px;
font-weight: 300;
}
.contact-form h2 {
color: rgb(0, 43, 94);
font-weight: 300;
margin-bottom: 30px;
}
.contact-info li {
display: list-item;
list-style: outside none none;
}
.contact-info i {
float: left;
margin-right: 10px;
margin-top: 5px;
}
.search-box-coupons {
float: left;
margin-bottom: 80px;
width: 100%;
}
.search-box-coupons .col-md-9 input[type="text"] {
border: 1px solid rgb(221, 221, 221);
color: rgb(0, 0, 0);
display: inline-block;
padding: 15px 10px;
width: 80%;
}
.search-box-coupons .col-md-9 a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: inline-block;
margin-left: -5px;
padding: 16px 37px;
width: 20%;
text-align: center;
}
.search-box-coupons .col-md-3 a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: inline-block;
margin-left: -5px;
padding: 16px 37px;
width: 100%;
font-size: 16px;
text-align: center;
}
.coupons .featured-coupons-box {
margin-bottom: 50px;
}
.coupons .popular-image {
margin: 10px;
}
.popular-text {
margin-bottom: 50px;
text-align: center;
}
.popular-text a {
color: #222;
}
.search-bg {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
opacity: 1;
}
.search-popup {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
margin-top: 200px;
text-transform: uppercase;
}
.search-outer {
border-bottom: 1px solid rgb(255, 255, 255);
float: left;
margin-top: 250px;
padding-bottom: 16px;
width: 100%;
}
.modal-backdrop.in {
opacity: 0.5;
z-index: 0;
display:none;
}
.search-outer input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: rgb(255, 255, 255);
font-size: 14px;
text-transform: uppercase;
width: 100%;
}
.search-bg a {
color: rgb(255, 255, 255);
font-size: 20px;
}
/*------- resposive -----*/
@media (min-width:320px) and (max-width:480px) {
.header-text h1 {
font-size: 28px !important;
}
.navbar-fixed-top.affix-top::before {
width: 100%;
}
.coupen-search-form .form-group input[type="submit"],
.coupen-search-form button{
right:0px !important;
}
.search-popup2 {
margin-left: 40px;
}
.navbar-toggle {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-default {
background: #FFDD00;
text-align: center;
width: 100%;
}
.logo {
margin-bottom: 15px;
text-align: center;
}
.navbar-inverse .navbar-toggle {
border: medium none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-nav>li>a {
padding-bottom: 10px;
padding-top: 10px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color: rgb(255, 255, 255);
}
.navbar-nav .open .dropdown-menu {
background-color: rgb(0, 43, 94);
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: rgb(51, 51, 51);
}
.coupons .featured-coupons-box {
display: inline-block;
float: inherit;
}
.search-box-coupons {
float: inherit;
margin-bottom: 80px;
width: 100%;
}
.search-box-coupons .col-md-3 a {
margin-left: 0;
padding: 16px 0;
text-align: center;
margin-top: 15px;
width: 100%;
}
.search-box-coupons .col-md-9 a {
margin-left: -4px;
padding: 16px 0;
width: 25%;
}
.search-box-coupons .col-md-9 input[type="text"] {
width: 75%;
}
.navbar-nav .open .dropdown-menu {
text-align: center;
}
.header-bg {
height: 500px;
}
.header-text>a {
margin-top: 100px;
}
.tilte h2 {
font-size: 27px;
}
.rating-no {
margin: auto auto 20px;
}
.ranking-clock .more-details, .ranking-clock .date {
width: 54%;
}
.tilte {
width: 100%;
}
.popular-image {
padding: 50px 0;
}
.upcoming-image {
display: inline-block;
width: 100%;
}
.featured-coupons-box {
margin-bottom: 30px;
}
.prallax-bg::before {
width: 100%;
}
.socail-icon {
display: inline-block;
float: none;
list-style: outside none none;
margin: auto;
padding: 0;
}
.footer .copayright-right {
float: right;
text-align: center;
width: 100%;
}
.footer .copayright-left {
float: left;
margin-bottom: 30px;
margin-top: 15px;
text-align: center;
width: 100%;
}
.subscribe {
width:100%;
float: left;
}
.footer h2 {
float: left;
width: 100%;
}
.footer p {
float: left;
width: 100%;
}
.upcoming-box {
display: inline-block;
}
.navbar-fixed-top.affix .navbar-inverse .navbar-nav>li>a {
color: rgb(34, 34, 34);
}
.contact-form {
float: left;
margin-bottom: 0;
width: 100%;
}
.home2 .header-text {
margin-top: 60%;
}
.home2 .header-bg {
height: 600px;
}
.header-box-outer {
font-size: 20px;
}
.header-box-outer .col-md-4 {
width: 33.333%;
float: left;
}
.list-store-outer .border {
display: inline-block;
margin-bottom: 30px;
}
.right-side {
display: inline-block;
width: 100%;
}
.list-store-outer .btnc {
margin: 20px 17px 0 0;
width: 100%;
}
.search-box input[type="text"] {
width: 70%;
}
.recent-outer>ul {
margin-bottom: 0;
text-align: center;
width: 100%;
}
.recent-outer li {
margin-bottom: 30px;
}
.our-details-text {
display: inline-block;
float: none;
}
.welcome-image img, .upcoming-image img {
width: 100%;
}
.contact-info {
margin-bottom: 50px;
margin-top: 50px;
}
.search-outer .col-md-11 {
float: left;
width: 80%;
}
#clockdiv > div{
font-size:20px;
}
}
@media (min-width:480px) and (max-width:640px) {
.featured-img>img {
width: 100%;
}
.header-text h1 {
font-size: 28px !important;
}
.navbar-fixed-top.affix-top::before {
width: 100%;
}
.navbar-toggle {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-default {
background: #FFDD00;
text-align: center;
width: 100%;
}
.logo {
margin-bottom: 15px;
text-align: center;
}
.navbar-inverse .navbar-toggle {
border: medium none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-nav>li>a {
padding-bottom: 10px;
padding-top: 10px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color: rgb(255, 255, 255);
}
.navbar-nav .open .dropdown-menu {
background-color: rgb(0, 43, 94);
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: rgb(51, 51, 51);
}
.coupons .featured-coupons-box {
display: inline-block;
float: inherit;
}
.search-box-coupons {
float: inherit;
margin-bottom: 80px;
width: 100%;
}
.search-box-coupons .col-md-3 a {
margin-left: 0;
padding: 16px 0;
text-align: center;
margin-top: 15px;
width: 100%;
}
.search-box-coupons .col-md-9 a {
margin-left: -4px;
padding: 16px 0;
width: 25%;
}
.search-box-coupons .col-md-9 input[type="text"] {
width: 75%;
}
.navbar-nav .open .dropdown-menu {
text-align: center;
}
.header-bg {
height: 500px;
}
.header-text>a {
margin-top: 100px;
}
.tilte h2 {
font-size: 27px;
}
.rating-no {
margin: auto auto 20px;
}
.ranking-clock .more-details, .ranking-clock .date {
width: 54%;
}
.tilte {
width: 100%;
}
.popular-image {
padding: 50px 0;
}
.upcoming-image {
display: inline-block;
width: 100%;
}
.featured-coupons-box {
margin-bottom: 30px;
}
.prallax-bg::before {
width: 100%;
}
.socail-icon {
display: inline-block;
float: none;
list-style: outside none none;
margin: auto;
padding: 0;
}
.footer .copayright-right {
float: right;
text-align: center;
width: 100%;
}
.footer .copayright-left {
float: left;
margin-bottom: 30px;
margin-top: 15px;
text-align: center;
width: 100%;
}
.subscribe {
float: left;
}
.footer h2 {
float: left;
width: 100%;
}
.footer p {
float: left;
width: 100%;
}
.upcoming-box {
display: inline-block;
}
.navbar-fixed-top.affix .navbar-inverse .navbar-nav>li>a {
color: rgb(34, 34, 34);
}
.contact-form {
float: left;
margin-bottom: 0;
width: 100%;
}
.home2 .header-text {
margin-top: 60%;
}
.home2 .header-bg {
height: 600px;
}
.header-box-outer {
font-size: 20px;
}
.header-box-outer .col-md-4 {
width: 33.333%;
float: left;
}
.list-store-outer .border {
display: inline-block;
margin-bottom: 30px;
}
.right-side {
display: inline-block;
width: 100%;
}
.list-store-outer .btnc {
margin: 20px 17px 0 0;
width: 100%;
}
.search-box input[type="text"] {
width: 70%;
}
.recent-outer>ul {
margin-bottom: 0;
text-align: center;
width: 100%;
}
.recent-outer li {
margin-bottom: 30px;
}
.our-details-text {
display: inline-block;
float: none;
}
.welcome-image img, .upcoming-image img {
width: 100%;
}
.contact-info {
margin-bottom: 50px;
margin-top: 50px;
}
.search-outer .col-md-11 {
float: left;
width: 80%;
}
}
@media (min-width:640px) and (max-width:750px) {
.featured-img>img {
width: 100%;
}
.popular-hover {
padding: 8% 0 0;
}
.header-text h1 {
font-size: 28px !important;
}
.navbar-fixed-top.affix-top::before {
width: 100%;
}
.navbar-toggle {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-default {
background: #FFDD00;
text-align: center;
width: 100%;
}
.logo {
margin-bottom: 15px;
text-align: center;
}
.navbar-inverse .navbar-toggle {
border: medium none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-nav>li>a {
padding-bottom: 10px;
padding-top: 10px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color: rgb(255, 255, 255);
}
.navbar-nav .open .dropdown-menu {
background-color: rgb(0, 43, 94);
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: rgb(51, 51, 51);
}
.coupons .featured-coupons-box {
display: inline-block;
float: inherit;
}
.search-box-coupons {
float: inherit;
margin-bottom: 80px;
width: 100%;
}
.search-box-coupons .col-md-3 a {
margin-left: 0;
padding: 16px 0;
text-align: center;
margin-top: 15px;
width: 100%;
}
.search-box-coupons .col-md-9 a {
margin-left: -4px;
padding: 16px 0;
width: 25%;
}
.search-box-coupons .col-md-9 input[type="text"] {
width: 75%;
}
.navbar-nav .open .dropdown-menu {
text-align: center;
}
.header-bg {
height: 500px;
}
.header-text>a {
margin-top: 100px;
}
.tilte h2 {
font-size: 27px;
}
.rating-no {
margin: auto auto 20px;
}
.ranking-clock .more-details, .ranking-clock .date {
width: 54%;
}
.tilte {
width: 100%;
}
.popular-image {
padding: 50px 0;
}
.upcoming-image {
display: inline-block;
width: 100%;
}
.featured-coupons-box {
margin-bottom: 30px;
}
.prallax-bg::before {
width: 100%;
}
.socail-icon {
display: inline-block;
float: none;
list-style: outside none none;
margin: auto;
padding: 0;
}
.footer .copayright-right {
float: right;
text-align: center;
width: 100%;
}
.footer .copayright-left {
float: left;
margin-bottom: 30px;
margin-top: 15px;
text-align: center;
width: 100%;
}
.subscribe {
float: left;
}
.footer h2 {
float: left;
width: 100%;
}
.footer p {
float: left;
width: 100%;
}
.upcoming-box {
display: inline-block;
}
.navbar-fixed-top.affix .navbar-inverse .navbar-nav>li>a {
color: rgb(34, 34, 34);
}
.contact-form {
float: left;
margin-bottom: 0;
width: 100%;
}
.search-popup2 {
margin-left: 110px;
}
.home2 .header-text {
margin-top: 25%;
}
.home2 .header-bg {
height: 600px;
}
.header-box-outer {
font-size: 20px;
}
.header-box-outer .col-md-4 {
width: 33.333%;
float: left;
}
.list-store-outer .border {
display: inline-block;
margin-bottom: 30px;
}
.right-side {
display: inline-block;
width: 100%;
}
.list-store-outer .btnc {
margin: 20px 17px 0 0;
width: 100%;
}
.search-box input[type="text"] {
width: 70%;
}
.recent-outer>ul {
margin-bottom: 0;
text-align: center;
width: 100%;
}
.recent-outer li {
margin-bottom: 30px;
}
.our-details-text {
display: inline-block;
float: none;
}
.welcome-image img, .upcoming-image img {
width: 100%;
}
.contact-info {
margin-bottom: 50px;
margin-top: 50px;
}
.search-outer .col-md-11 {
float: left;
width: 80%;
}
}
@media (min-width:720px) and (max-width:980px) {
.nav>li>a {
display: block;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
position: relative;
}
.navbar-fixed-top.affix .navbar-inverse .navbar-nav>li>a {
color: #fff;
}
.popular-hover {
padding: 8% 0 0;
}
.header-text h1 {
font-size: 28px !important;
}
.coupons .featured-coupons-box {
display: inline-block;
float: inherit;
}
.search-box-coupons {
float: inherit;
margin-bottom: 80px;
width: 100%;
}
.search-box-coupons .col-md-3 a {
margin-left: 0;
padding: 16px 0;
text-align: center;
margin-top: 15px;
width: 100%;
}
.search-box-coupons .col-md-9 a {
margin-left: -4px;
padding: 16px 0;
width: 25%;
}
.search-box-coupons .col-md-9 input[type="text"] {
width: 75%;
}
.navbar-nav .open .dropdown-menu {
text-align: center;
}
.header-bg {
height: 500px;
}
.header-text>a {
margin-top: 100px;
}
.tilte h2 {
font-size: 27px;
}
.rating-no {
margin: auto auto 20px;
}
.ranking-clock .more-details, .ranking-clock .date {
width: 24%;
}
.tilte {
width: 100%;
}
.popular-image {
padding: 50px 0;
}
.upcoming-image {
display: inline-block;
width: 100%;
}
.featured-coupons-box {
margin-bottom: 30px;
}
.prallax-bg::before {
width: 100%;
}
.socail-icon {
display: inline-block;
float: none;
list-style: outside none none;
margin: auto;
padding: 0;
}
.footer .copayright-right {
float: right;
text-align: center;
width: 100%;
}
.footer .copayright-left {
float: left;
margin-bottom: 30px;
margin-top: 15px;
text-align: center;
width: 100%;
}
.subscribe {
float: left;
}
.footer h2 {
float: left;
width: 100%;
}
.footer p {
float: left;
width: 100%;
}
.upcoming-box {
display: inline-block;
width: 100%;
}
.contact-form {
float: left;
margin-bottom: 0;
width: 100%;
}
.home2 .header-text {
margin-top: 25%;
}
.search-popup2 {
margin-left: 137px;
}
.home2 .header-bg {
height: 600px;
}
.header-box-outer {
font-size: 20px;
}
.header-box-outer .col-md-4 {
width: 33.333%;
float: left;
}
.list-store-outer .border {
display: inline-block;
margin-bottom: 30px;
}
header .col-md-3 {
width: 25%;
float: left;
}
.right-side {
display: inline-block;
width: 100%;
}
.list-store-outer .btnc {
margin: 20px 17px 0 0;
width: 100%;
}
.search-box input[type="text"] {
width: 70%;
}
.recent-outer>ul {
margin-bottom: 0;
width: 100%;
}
.recent-outer li {
margin-bottom: 30px;
}
.our-details-text {
display: inline-block;
float: none;
}
.welcome-image img, .upcoming-image img, .featured-img>img, .upcoming-image img {
width: 100%;
}
.contact-info {
margin-bottom: 50px;
margin-top: 50px;
}
.search-outer .col-md-11 {
float: left;
width: 80%;
}
}
@media (min-width:1000px) and (max-width:1024px) {
.nav>li>a {
padding-left: 10px;
padding-right: 10px;
}
.footer .subscribe>input {
width: 70%;
}
.featured-coupons-text>a {
font-size: 12px;
}
.search-box-coupons .col-md-3 a {
font-size: 12px;
}
.search-box input[type="text"] {
width: 69%;
}
.search-popup2 {
margin-left: 192px;
}
}
@media only screen and (max-width: 1024px){
.upcoming-text strong{
font-size:15px;
}
.martina{
width:100%;
}
.list-store-outer .border{
padding:15px;
}
.list-store-outer .btnc{
width:50% !important;
}
}
@media only screen and (max-width: 1140px){
.deal-box > a{
width:70%;
}
.similar-offer-box > img{
width:100%;
}
.upcoming-text strong{
font-size:13px;
}
.upcoming-text a{
padding:5px 6px;
}
.header-text > a{
margin-top:80px;
}
.list-store-outer .border{
padding:10px;
}
.list-store-outer .btnc{
width:32%;
}
}
@media only screen and (max-width: 780px){
.home2 .navbar-inverse .navbar-nav>li>a{
color:#000000 !important;
}
}
@media only screen and (max-width: 480px){
.coupen-search-form .form-group input[type="submit"], .coupen-search-form button{
position:relative !important;
width:100% !important;
}
.coupen-search-form .form-group{
bottom:0px !important;
}
}
/***
====================================================================
Main Header style
====================================================================
***/
.auto-container{
position:static;
max-width:1200px;
padding:0px 15px;
margin:0 auto;
}
.main-header{
position:relative;
left:0px;
top:0px;
z-index:999;
width:100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
/*Sticky Header*/
.sticky-header{
position:fixed;
opacity:0;
visibility:hidden;
left:0px;
top:0px;
width:100%;
padding:0px 0px;
background:#ffffff;
z-index:0;
border-bottom:1px solid #e0e0e0;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sticky-header .logo{
padding:5px 0px 5px;
}
.fixed-header .sticky-header{
z-index:999;
opacity:1;
visibility:visible;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.main-header .header-upper{
position:relative;
background:#ffffff;
z-index:5;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
border-bottom:1px solid #f5f5f5;
}
.main-header .header-upper .logo img{
position:relative;
display:inline-block;
max-width:100%;
}
.main-header .logo-outer{
position:relative;
z-index:25;
padding:20px 0px;
}
.main-header .logo-outer .logo{
margin-top:0px;
}
.main-header .logo-outer .logo img{
position:relative;
display:inline-block;
max-width:100%;
}
.main-header .header-upper .upper-right{
position:relative;
}
.main-header .info-box{
position:relative;
float:left;
min-height:56px;
margin-left:35px;
font-size:13px;
color:#777777;
text-transform:uppercase;
padding:44px 0px 44px 60px;
/*border-right:1px solid #f5f5f5;*/
}
.main-header .info-box:last-child{
/*padding-left:0px;
padding-right:0px;
border:0px;*/
}
.main-header .info-box .icon-box{
position:absolute;
left:0px;
color:#eb5310;
font-size:42px;
text-align:left;
line-height:1em;
border-radius:50%;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}
/*.main-header .info-box:hover .icon-box{
color:#ffdd00;
}*/
.main-header .info-box li{
position:relative;
line-height:20px;
color:#777777;
font-size:16px;
margin-bottom:5px;
font-weight:300;
text-transform:capitalize;
}
/*.main-header .info-box li.cart-btn .total-count{
position:absolute;
right:-6px;
top:-6px;
width:20px;
height:20px;
color:#ffffff;
font-size:12px;
font-weight:600;
text-align:center;
border-radius:50%;
line-height:20px;
background-color:#1ecb16;
}
*/
.main-header .info-box strong{
font-weight:700;
color:#333333;
font-size:18px;
font-family: 'Roboto Slab', serif;
}
.main-header .header-lower{
position:relative;
top:0px;
width:100%;
z-index:5;
background:#002b5e;
}
.main-header .header-lower .auto-container{
position:relative;
}
.main-header .nav-outer{
position:relative;
padding-right:100px;
}
.main-header .nav-outer .options-box{
position:absolute;
right:0px;
top:18px;
z-index:12;
}
.main-header .nav-outer .options-box li{
position:relative;
display:inline-block;
}
.main-header .nav-outer .options-box li a span{
color:#ffffff;
font-size:16px;
margin-left:15px;
}
.main-menu{
position:relative;
float:right;
}
.main-menu .navbar-collapse{
padding:0px;
}
.main-menu .navigation{
position:relative;
margin:0px;
}
li{
list-style:none;
}
.main-menu .navigation > li{
position:relative;
float:left;
list-style:none;
margin-right:0px;
}
.main-header .sticky-header .main-menu .navigation > li{
margin:0px;
border:0px;
}
.main-menu .navigation > li > a{
position:relative;
display:block;
font-size:14px;
color:#ffffff;
line-height:30px;
font-weight:400;
opacity:1;
text-transform:uppercase;
padding:15px 35px 15px 0px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
font-family: "Montserrat", sans-serif;
}
.main-menu .navigation > li:last-child > a{
background:none;
}
.main-header .sticky-header .main-menu .navigation > li > a{
color:#181818;
padding:15px 15px !important;
line-height:30px;
font-size:16px;
font-weight:600;
min-height:0px;
background:none;
border:0px;
}
.sticky-header .main-menu .navigation > li > a:before{
display:none;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
/*color:#ffdd00;
border-color:#ffdd00;*/
opacity:1;
}
.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
background:#ffdd00;
color:#ffffff;
opacity:1;
}
.main-menu .navigation > li:hover > a:after{
opacity:1;
}
.main-menu .navigation > li > ul{
position:absolute;
left:0px;
top:100%;
width:250px;
padding:0px;
z-index:100;
display:none;
background:#002b5e;
border-top:3px solid #ffdd00;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul.from-right{
left:auto;
right:0px;
}
.main-menu .navigation > li > ul > li{
position:relative;
width:100%;
border-bottom:1px solid rgba(255,255,255,0.1);
}
.main-menu .navigation > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > a{
position:relative;
display:block;
padding:10px 20px;
line-height:24px;
font-weight:400;
font-size:15px;
color:#ffffff;
text-align:left;
text-transform:capitalize;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:before{
content:'';
position:absolute;
left:0px;
top:50%;
height:16px;
margin-top:-8px;
border-left:2px solid #ffdd00;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
font-family: 'FontAwesome';
content: "\f105";
position: absolute;
right: 12px;
top:14px;
font-size: 14px;
line-height: 24px;
}
.main-menu .navigation > li > ul > li:hover > a{
color:#ffffff;
background-color:#ffdd00;
}
.main-menu .navigation > li > ul > li:hover > a:before{
border-color:#ffffff;
}
.main-menu .navigation > li > ul > li > ul{
position:absolute;
left:100%;
top:0px;
width:250px;
padding:0px;
z-index:100;
display:none;
background:#002b5e;
-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
border-bottom:1px solid rgba(255,255,255,0.1);
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > ul > li > a{
position:relative;
display:block;
padding:14px 20px;
line-height:24px;
font-weight:400;
font-size:15px;
color:#ffffff;
text-align:left;
text-transform:capitalize;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:before{
content:'';
position:absolute;
right:0px;
top:50%;
height:16px;
margin-top:-8px;
border-left:2px solid #ffdd00;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover{
color:#ffffff;
background-color:#ffdd00;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a:before{
border-color:#ffffff;
}
.main-menu .navigation > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
top:100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
left:100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
position:absolute;
right:10px;
top:6px;
width:34px;
height:30px;
border:1px solid #ffffff;
text-align:center;
font-size:16px;
line-height:26px;
color:#ffffff;
cursor:pointer;
z-index:5;
display:none;
}
/*.main-header .btn-box .donate-btn:after{
position:absolute;
content:'';
right:-20px;
top:0px;
width:32px;
height:100%;
background-color:#ffffff;
-ms-transform: skewX(20deg);
-webkit-transform: skewX(20deg);
-moz-transform: skewX(20deg);
transform: skewX(20deg);
}*/
ul{
margin-bottom:0px;
}
.main-header .header-top{
position:relative;
background-color:#dddddd;
}
.main-header .header-top .top-left{
position:relative;
float:left;
}
.main-header .header-top .top-left ul li{
position:relative;
margin-right:25px;
font-size:14px;
color:#232323;
padding:12px 0px;
display:inline-block;
}
.main-header .header-top .donation-btn{
position:relative;
float:right;
}
.main-header .header-top .donation-btn .btn-style-two{
border-radius:0px;
font-size:15px;
font-weight:600;
text-transform:uppercase;
font-family: 'Open Sans', sans-serif;
}
.main-header .header-top .donation-btn .btn-style-two:hover{
background:#ffffff;
color:#ffdd00;
border-color:#ffffff;
}
.main-header .header-top .top-left ul li .icon{
font-size:14px;
margin-right:10px;
color:#232323;
}
.main-header .header-top .top-left ul li a{
font-size:15px;
font-weight:400;
color:rgba(255,255,255,0.70);
font-family: 'Roboto', sans-serif;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.main-header .header-top .top-left ul li a:hover{
color:#ffdd00;
}
.main-header .header-top .top-right .social-icon-four{
float:left;
}
.main-header .header-top .top-right{
position:relative;
float:right;
}
.main-header .header-top .top-right ul li{
position:relative;
margin-right:10px;
font-size:14px;
color:#bbbbbb;
padding:12px 0px 12px;
display:inline-block;
}
/*.main-header .header-top .top-right ul li:after{
position:absolute;
content:'';
top:50%;
width:1px;
height:13px;
right:-14px;
margin-top:-7px;
background-color:#bababa;
}*/
.main-header .header-top .top-right ul li .icon{
color:#232323;
font-size:14px;
margin-right:10px;
}
.main-header .header-top .top-right ul li a{
font-size:14px;
font-weight:400;
background:inherit;
color:#232323;
font-family: 'Roboto', sans-serif;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.main-header .header-top .top-right ul li a:focus{
color:#232323 !important;
background-color:inherit !important;
}
.main-header .header-top .top-right ul li a:hover{
color:#232323;
background:none !important;
}
.main-header .header-top .top-right ul li:last-child{
margin-right:0px;
}
.main-header .header-top .top-right ul li:last-child::after{
display:none;
}
.main-header .language .dropdown-menu{
top:46px;
padding:0px;
margin-top:2px;
min-width:180px;
background-color:#222222;
border-top:3px solid #ffdd00;
}
.main-header li.language{
top:-2px;
padding-right: 8px;
line-height: 1.4em;
}
.main-header li.language a{
border:0px;
padding:0px;
background:none;
}
.main-header li.language a:hover{
background:none;
}
.main-header .language .dropdown-menu > li{
padding:0px !important;
margin:0px !important;
float:none;
display:block !important;
border-bottom: 1px solid rgba(255,255,255,0.20);
}
.main-header .language .dropdown-menu > li > a{
padding:12px 20px !important;
color:#ffffff !important;
text-align:left;
}
.main-header .language .dropdown-menu > li > a:hover{
color:#ffffff !important;
}
.header-search-box{
margin-top:35px;
}
/***
====================================================================
Default Form Styling
====================================================================
***/
.default-form .form-group{
position:relative;
margin-bottom:18px;
}
.default-form .form-group .field-inner{
position:relative;
float:left;
}
.default-form .form-group .field-inner .input-icon{
position: absolute;
right: 15px;
top: 50%;
margin-top: -10px;
line-height: 20px;
font-size: 12px;
color: #f06529;
}
.default-form .field-label{
display:block;
line-height:24px;
margin-bottom:10px;
color:#777777;
font-weight:400;
font-size:16px;
}
.default-form .form-group .field-label sup,
.default-form .form-group .field-label .req{
color:#f06529;
font-size:16px;
padding-left:3px;
}
.default-form input.search{
width:367px;
float:left;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
display:block;
line-height:22px;
height:50px;
font-size:14px;
border:1px solid #dddddd;
border-right:0px;
padding:10px 20px 10px;
background-color:#ffffff;
color:#222222;
background:#ffffff;
text-transform:uppercase;
transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.default-form select{
cursor:pointer;
-moz-appearance:none;
-webkit-appearance:none;
-ms-appearance:none;
-o-appearance:none;
margin-right:0px;
width:230px;
text-transform:uppercase;
border-right:1px solid #dddddd;
background:#ffffff url(../images/icon-select.jpg) right center no-repeat;
}
input:focus{
outline:none;
}
.default-form.light input[type="text"],
.default-form.light input[type="email"],
.default-form.light input[type="password"],
.default-form.light input[type="tel"],
.default-form.light input[type="url"],
.default-form.light select,
.default-form.light textarea{
/*background:none;*/
}
/*.default-form.light select{
background:url(../images/icons/icon-select-2.png) right center no-repeat;
}*/
.default-form textarea{
height:120px;
resize:none;
}
.default-form .form-group .field-inner button{
position:relative;
right:0px;
top:0px;
width:100px;
height:50px;
color:#ffffff;
background:none;
border:0px;
font-size:20px;
line-height:20px;
background-color:#002b5e;
}
.default-form .form-group .field-inner button .fa{
position:relative;
top:-1px;
}
.btn-style-three{
position: relative;
color: #ffffff;
font-size:14px;
padding:12px 40px;
background-color: #002b5e;
text-transform: uppercase;
display: inline-block;
margin-bottom: 20px;
font-family: "montserrat", serif;
}
.btn-style-three{
color:#ffffff !important;
opacity:1;
}
/***
====================================================================
Main Slider style
====================================================================
***/
.main-slider{
position:relative;
z-index:10;
}
.main-slider .tp-banner-container .tp-banner ul li{
background-position:left center !important;
background-repeat:no-repeat !important;
}
.main-slider .tp-dottedoverlay{
background:none !important;
}
.main-slider .tp-caption{
z-index:5 !important;
}
.main-slider .tp-caption .theme-btn{
border-width:2px !important;
}
.main-slider .title{
position:relative;
color:#ffffff;
font-size:15px;
font-weight:500;
margin-left:0px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.main-slider .title span{
color:#ffdd00;
}
.main-slider h2{
position:relative;
font-size:36px;
color:#ffffff;
font-weight:500;
line-height:1.2em;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.main-slider h2 span{
color:#ffdd00;
font-size:30px;
}
.main-slider .text-slide{
position:relative;
color:#ffffff;
font-size:14px;
line-height:1.6em;
}
/*.main-slider .text{
position:relative;
color:#ffffff;
font-size:22px;
margin-bottom:30px;
text-transform:uppercase;
font-family: 'Open Sans', sans-serif;
}*/
.btn-style-one{
position:relative;
background-color:#002b5e;
padding:10px 40px;
font-size:14px;
font-weight:400;
display:inline-block;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.btn-style-one:hover{
background-color:#ffdd00;
}
.main-slider .btn-style-one{
color: #ffffff !important;
}
.main-slider .btn-style-two{
color: #ffffff !important;
}
/*.main-slider .btn-style-two:hover{
color: #ffdd00 !important;
}*/
.main-slider .tp-bullets{
}
.main-slider .tp-bullets.preview3 .bullet{
position:relative !important;
background:none !important;
width:10px !important;
height:10px !important;
border:2px solid #ffffff !important;
border-radius:50%!important;
margin:0px 7px;
}
.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
border-width:4px !important;
background:#ffffff !important;
border-color:#ffffff !important;
}
.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
background:none !important;
width:60px !important;
overflow:hidden;
margin-top:0px !important;
height:60px !important;
}
.main-slider .tparrows.preview3{
width:60px;
height:60px;
text-align:center;
line-height:60px;
border-radius:50%;
display:none;
background-color:inherit !important;
border:2px solid rgba(255,255,255,0.50);
}
.main-slider .tparrows.preview3::after{
top:0px;
color:#ffffff;
font-size:18px;
padding:0px;
line-height:56px;
background:none;
font-weight:300;
display:none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-slider .tparrows.tp-leftarrow.preview3::after{
position:relative;
content: '\f16b';
display:none;
font-family: "Flaticon";
}
.main-slider .tparrows.tp-rightarrow.preview3::after{
position:relative;
content: '\f16c';
display:none;
font-family: "Flaticon";
}
.main-slider .tparrows.preview3.tp-leftarrow{
left:30px !important;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-slider .tparrows.preview3.tp-rightarrow{
right:30px !important;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-slider .tparrows.preview3.tp-leftarrow:hover,
.main-slider .tparrows.preview3.tp-rightarrow:hover{
background-color:rgba(255,255,255,0.50) !important;
border-color:rgba(255,255,255,0.50) !important;
}
.main-slider .tparrows.preview3 .tp-arr-iwrapper{
visibility:hidden;
opacity:0;
display:none;
}
.main-slider .tp-bannertimer{
display:none !important;
}
/***
====================================================================
Sidebar Page
====================================================================
***/
.sidebar-page-container{
position:relative;
padding:20px 0px 80px;
}
.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
margin-bottom:30px !important;
}
.sidebar-widget{
position:relative;
margin-bottom:40px;
}
.sidebar-widget.search-box{
margin-top:53px;
}
.cats{
position:relative;
margin-bottom:30px;
}
.cats li{
position:relative;
margin-right:28px;
display:inline-block;
}
.cats li a{
color:#222222;
font-size:16px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.cats li a .icon{
margin-right:8px;
}
.cats li a:hover{
color:#002b5e;
text-decoration:line-through;
}
.category-block{
position:relative;
margin-bottom:30px;
}
.category-block .inner-box{
position:relative;
border:1px solid #dddddd;
}
.category-block .inner-box .image{
position:relative;
}
.category-block .inner-box .image .sale{
position:absolute;
top:0px;
right:0px;
color:#ffffff;
padding:5px 12px;
z-index:10;
font-size:12px;
font-weight:500;
letter-spacing:1px;
text-transform:uppercase;
background-color:#002b5e;
}
.category-block .inner-box .image img{
position:relative;
width:100%;
display:block;
}
.category-block .inner-box .image .grey-overlay{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
opacity:1;
background-color:rgba(0,0,0,0.40);
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.category-block .inner-box .image .overlay-box{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
opacity:0;
text-align:center;
background-color:rgba(0,43,94,0.40);
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.category-block .inner-box:hover .image .overlay-box{
opacity:1;
}
.category-block .inner-box:hover .image .grey-overlay{
opacity:0;
}
.category-block .inner-box .image .overlay-box .wishlist{
position:relative;
color:#ffffff;
font-size:16px;
top:42%;
margin-top:-10px;
text-transform:uppercase;
}
.category-block .inner-box .image .overlay-box .options{
position:relative;
top:50%;
margin-top:-18px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.category-block .inner-box .image .overlay-box .options li{
position:relative;
display:inline-block;
margin:0px 5px;
}
.category-block .inner-box .image .overlay-box .options li a{
position:relative;
width:36px;
height:36px;
font-size:18px;
line-height:34px;
color:#002b5e;
display:inline-block;
background-color:#ffffff;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
}
.category-block .inner-box .image .overlay-box .options li a:hover{
color:#ffffff;
background-color:#002b5e;
}
.category-block .inner-box .lower-content{
position:relative;
padding:30px 20px;
}
.category-block .inner-box .lower-content .sex{
position:relative;
color:#222222;
font-size:14px;
margin-bottom:2px;
text-transform:capitalize;
}
.category-block .inner-box .lower-content .product-name{
position:relative;
color:#222222;
font-size:16px;
font-weight:600;
margin-bottom:5px;
text-transform:uppercase;
}
.category-block .inner-box .lower-content .product-name a{
color:#222222;
}
.category-block .inner-box .lower-content .product-reviews{
position:relative;
color:#222222;
font-size:12px;
}
.category-block .inner-box .lower-content .rating{
position:relative;
}
.category-block .inner-box .lower-content .rating .fa{
position:relative;
color:#002b5e;
}
.category-block .inner-box .lower-content .price{
position:relative;
color:#222222;
font-size:15px;
font-weight:500;
font-family: "montserrat", serif;
}
.category-block .inner-box .lower-content .buttons{
position:relative;
text-align:center;
margin-top:20px;
}
.category-block .inner-box .lower-content .buttons a{
position:relative;
color:#222222;
font-size:13px;
padding:6px 16px;
display:inline-block;
margin:0px 4px;
background-color:#dddddd;
}
.category-block .inner-box .lower-content .buttons a .icon{
margin-right:10px;
}
.category-block .inner-box .lower-content .buttons a:hover{
background-color:#002b5e;
color:#ffffff;
}
.sidebar .sidebar-widget{
position:relative;
margin-bottom:50px;
}
.sidebar .sidebar-widget .sidebar-title{
position:relative;
margin-bottom:30px;
}
.sidebar .sidebar-widget .sidebar-title h3{
position:relative;
display:inline-block;
font-size:16px;
line-height:1.5em;
text-transform:uppercase;
font-weight:500;
color:#333333;
margin:0px;
}
.sidebar .search-box .form-group{
position:relative;
margin:0px;
}
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
position:relative;
line-height:24px;
background:#f5f5f5;
color:#222222;
display:block;
font-size:14px;
width:100%;
height:50px;
border:1px solid #dddddd;
padding:10px 50px 10px 20px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sidebar .search-box .form-group input:focus{
border-color:#ffdf0f;
}
.sidebar .search-box .form-group button{
position:absolute;
right:0px;
top:0px;
height:50px;
width:50px;
line-height:50px;
text-align:center;
display:block;
font-size:14px;
color:#ffffff;
background:#002b5e;
border:0px;
border-radius:0px 3px 3px 0px;
font-weight:normal;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
background:#ffdf0f;
}
.sidebar .popular-posts .post{
position:relative;
font-size:14px;
color:#666666;
padding:0px 0px;
padding-left:90px;
min-height:70px;
margin-bottom:30px;
}
.sidebar .popular-posts .post:last-child{
margin-bottom:0px;
}
.sidebar .popular-posts .post .post-thumb{
position:absolute;
left:0px;
top:0px;
width:70px;
}
.sidebar .popular-posts .post:hover .post-thumb img{
opacity:0.70;
}
.sidebar .popular-posts .post .post-thumb img{
display:block;
width:100%;
}
.sidebar .popular-posts .post h4{
font-size:14px;
margin:-7px 0px 5px;
font-weight:400;
color:#222222;
text-transform:capitalize;
}
.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
color:#ffdd00;
}
.sidebar .popular-posts .post h4 a{
color:#222222;
}
.sidebar .popular-price .post-info{
font-size:14px;
color:#222222;
}
.sidebar .popular-posts .post .rating{
position:relative;
}
.sidebar .popular-posts .post .rating .fa{
position:relative;
margin-right:1px;
color:#002b5e;
display:inline-block;
}
.sidebar .list{
position:relative;
}
.sidebar .list li{
position:relative;
line-height:24px;
}
.sidebar .list li:last-child{
border-bottom:none;
}
.sidebar .list li a{
position:relative;
display:block;
color:#222222;
font-size:14px;
font-weight:400;
line-height:24px;
padding:5px 15px;
padding-left:24px;
}
.sidebar .list li a:before {
content: "\f0da";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
top:5px;
color:#222222;
line-height: 24px;
position: absolute;
}
.sidebar .list li a:hover{
color:#002b5e;
}
.call-to-action-section{
position:relative;
text-align:center;
padding:100px 0px 100px;
background-attachment:fixed;
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
}
.call-to-action-section:before{
position:absolute;
content:'';
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,43,94,0.80);
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.call-to-action-section h2{
position:relative;
color:#ffffff;
font-size:30px;
font-weight:500;
}
.call-to-action-section .text{
position:relative;
color:#ffffff;
font-size:14px;
max-width:900px;
margin:0 auto;
margin-bottom:20px;
}
.call-to-action-section .learn{
position:relative;
color:#002b5e;
padding:10px 41px;
display:inline-block;
font-weight:600;
font-size:14px;
border:2px solid transparent;
text-transform:uppercase;
background-color:#ffffff;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.call-to-action-section .learn:hover{
color:#ffffff;
background:none;
border-color:#ffffff;
}
/*categories section*/
.categories-section{
position:relative;
padding:100px 0px 100px;
}
.categories-section .owl-controls,
.categories-section .owl-nav,
.categories-section .owl-dots,
.latest-news-section .owl-controls,
.latest-news-section .owl-nav,
.latest-news-section .owl-dots{
display:none !important;
}
.categories-section .categories-inner{
padding:0px 15px;
}
.categories-section h2{
position:relative;
font-weight:600;
color:#002b5e;
font-size:36px;
margin-bottom:60px;
text-align:center;
}
.categories-section h2 span{
font-weight:300;
}
.categories-block{
position:relative;
margin-bottom:30px;
}
.categories-block .inner-box{
position:relative;
padding:30px 20px;
min-height:340px;
background-repeat:no-repeat;
background-size:cover;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.categories-block .inner-box:before{
position:absolute;
content:'';
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,0,0,0.60);
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.categories-block .inner-box .content{
position:absolute;
left:20px;
bottom:30px;
}
.categories-block .inner-box .content h3{
position:relative;
font-size:26px;
font-weight:300;
color:#ffffff;
line-height:1.4em;
text-transform:capitalize;
font-family: "montserrat", serif;
}
.categories-block .inner-box:hover::before{
background-color:rgba(0,43,94,0.60);
}
.categories-block .inner-box .content h3 a{
color:#ffffff;
}
.categories-block .inner-box .content .text{
position:relative;
color:#ffffff;
font-size:14px;
padding-right:50px;
}
.latest-news-section{
position:relative;
padding:80px 0px 80px;
background-attachment:fixed;
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
}
.latest-news-section:before{
position:absolute;
content:'';
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,0,0,0.80);
}
.title-boxed{
position:relative;
text-align:center;
margin-bottom:60px;
}
.title-boxed h2{
position:relative;
color:#ffffff;
font-size:36px;
font-weight:600;
margin-bottom:15px;
}
.title-boxed h2 span{
font-weight:300;
}
.title-boxed .text{
position:relative;
max-width:820px;
margin:0 auto;
color:#ffffff;
font-size:15px;
}
.upcoming-box.style-two .upcoming-image .event-date{
display:block;
}
.upcoming-box.style-two .upcoming-image .rating-bg{
display:block;
}
.upcoming-box.style-two .upcoming-image .rating-bg .prices-cats{
color:#ffffff;
background:inherit;
}
.upcoming-box.style-two .upcoming-image .rating-bg .star .total-coment{
color:#ffffff;
}
.upcoming-box.style-two .upcoming-text{
background-color:#ffffff;
}
.upcoming-box.style-two .upcoming-text strong{
color:#002b5e;
font-size:16px;
}
.upcoming-box.style-two .upcoming-text p{
color:#222222;
font-weight:500;
}
.our-clients-section{
position:relative;
padding:100px 70px 120px;
}
.our-clients-section .sponsors-carousel .owl-controls{
display:none !important;
}
.our-clients-section .owl-nav{
display:none !important;
}
.our-clients-section .image-box img{
width:100%;
display:block;
}
.our-clients-section h2{
position:relative;
font-size:36px;
color:#002b5e;
font-weight:600;
text-align:center;
margin-bottom:40px;
}
.our-clients-section h2 span{
font-weight:300;
}
.all-info-section{
position:relative;
padding:80px 0px 80px;
background-attachment:fixed;
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
}
.all-info-section:before{
position:absolute;
content:'';
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,0,0,0.80);
}
.info-blocked{
position:relative;
margin-bottom:30px;
}
.info-blocked .inner-box{
position:relative;
text-align:center;
}
.info-blocked .inner-box .icon-box{
position:relative;
line-height:1em;
color:#ffffff;
font-size:32px;
margin-bottom:20px;
}
.info-blocked .inner-box h3{
position:relative;
color:#ffffff;
font-size:22px;
margin:10px 0px;
font-weight:400;
text-transform:capitalize;
}
.info-blocked .inner-box .text{
position:relative;
color:#ffffff;
margin-bottom:10px;
}
.info-blocked .inner-box .read-more{
position:relative;
color:#ffffff;
font-weight:600;
}
.subscriber-section{
position:relative;
padding:50px 0px;
background-color:#dddddd;
}
.subscriber-section h2{
position:relative;
font-size:30px;
font-weight:500;
color:#002b5e;
}
.subscriber-section h2 span{
color:#222222;
font-weight:400;
}
.emailed-form .form-group{
position:relative;
display:block;
margin:0px;
margin-top:15px;
}
.emailed-form .form-group input[type="text"],
.emailed-form .form-group input[type="tel"],
.emailed-form .form-group input[type="email"],
.emailed-form .form-group textarea{
position:relative;
display:block;
width:100%;
line-height:24px;
padding:10px 50px 10px 20px;
height:40px;
color:#000000;
font-size:14px;
border:0px;
background:rgba(255,255,255,1);
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.emailed-form .form-group input[type="submit"],
.emailed-form button{
position:absolute;
right:0px;
top:0px;
width:100px;
border:0px;
height:40px;
line-height:40px;
color:#ffffff;
background:#002b5e;
}
.page-title{
position:relative;
padding:90px 0px;
background-size:cover;
}
.page-title h2{
position:relative;
font-weight:600;
font-size:36px;
color:#ffffff;
text-align:center;
font-family: "montserrat", serif;
}
.page-title h2 span{
color:#ffffff;
font-weight:300;
}
.page-title ul{
position:relative;
text-align:center;
}
.page-title ul li{
position:relative;
color:#ffffff;
margin-right:15px;
text-transform:uppercase;
display:inline-block;
}
.page-title ul li:after{
position:absolute;
content:'/';
right:-12px;
top:0px;
color:#ffffff;
}
.page-title ul li:last-child:after{
display:none;
}
.page-title ul li a{
color:#ffffff;
font-weight:300;
text-transform:uppercase;
}
/***
====================================================================
Product Tabs Style
====================================================================
***/
.product-info-tabs .prod-tabs{
position:relative;
margin-top:45px;
}
.product-info-tabs .prod-tabs .tab-btns{
position:relative;
z-index:1;
border-bottom:1px solid #dddddd;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn{
position:relative;
top:1px;
display:block;
float:left;
margin-right:20px;
font-size:16px;
color:#222222;
text-transform:uppercase;
font-weight:600;
line-height:24px;
cursor:pointer;
padding:12px 0px 10px;
transition:all 500ms ease;
border-radius:3px 3px 0px 0px;
font-family: "montserrat", serif;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn:before{
position:absolute;
content:'';
left:0px;
bottom:-1px;
width:100%;
height:3px;
opacity:0;
background-color:#002b5e;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn:after{
position:absolute;
content:'';
left:0px;
bottom:-1px;
width:100%;
height:1px;
background-color:#ffffff;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn:before{
opacity:1;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn:hover,
.product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn{
color:#002b5e;
}
.product-info-tabs .prod-tabs .tabs-content{
position:relative;
}
.product-info-tabs .prod-tabs .tabs-content .tab{
position:relative;
display:none;
border-top:0px;
padding-top:25px;
}
.product-info-tabs .prod-tabs .tabs-content .tab.active-tab{
display:block;
}
.product-info-tabs .prod-tabs .tabs-content .tab p{
font-size:14px;
line-height:1.7em;
color:#222222;
margin-bottom:20px;
}
.product-info-tabs .prod-tabs .tabs-content .tab p:last-child{
margin-bottom:0px;
}
.product-info-tabs .prod-tabs .tabs-content .tab h3,
.product-info-tabs .prod-tabs .tabs-content .tab h4,
.product-info-tabs .prod-tabs .tabs-content .tab h5,
.product-info-tabs .prod-tabs .tabs-content .tab h6{
margin-bottom:15px;
}
.product-info-tabs .prod-tabs .tabs-content .tab h4{
font-size:16px;
font-weight:700;
text-transform:uppercase;
color:#222222;
}
.product-info-tabs .reviews-container{
position:relative;
padding-bottom:1px;
}
.product-info-tabs .reviews-container .review-box{
position:relative;
margin-bottom:30px;
padding-left:120px;
min-height:130px;
padding-bottom:30px;
border-bottom:1px solid #f0f0f0;
}
/*.product-info-tabs .prod-tabs .reviews-container .review-box:last-child{
margin-bottom:0px;
padding-bottom:0px;
border:none;
}*/
.product-info-tabs .reviews-container .rev-thumb{
position:absolute;
left:0px;
top:5px;
width:100px;
height:100px;
background:#ffffff;
border-radius:3px;
margin-bottom:20px;
}
.product-info-tabs .reviews-container .rev-thumb img{
display:block;
width:100%;
border-radius:3px;
}
.product-info-tabs .reviews-container .rev-content{
position:relative;
background:#ffffff;
}
.product-info-tabs .reviews-container .rev-header{
position:relative;
}
.product-info-tabs .reviews-container .rev-header h4{
float:left;
line-height:30px;
font-size:16px;
color:#222222;
text-transform:uppercase;
font-weight:700;
margin-bottom:10px;
}
.product-info-tabs .reviews-container .rev-header .rating{
position:relative;
float:left;
margin-left:40px;
color:#002b5e;
line-height:30px;
font-size:14px;
margin-top:10px;
}
.product-info-tabs .reviews-container .rev-header .rating .fa{
margin-right:3px;
}
.product-info-tabs .reviews-container .rev-header .time{
position:relative;
float:right;
color:#000000;
line-height:30px;
font-size:14px;
}
.product-info-tabs .reviews-container .rev-option{
font-size:14px;
color:#9e9e9e;
}
.product-info-tabs .reviews-container .rev-option a{
font-size:14px;
text-transform:uppercase;
font-weight:700;
}
.product-info-tabs .reviews-container .rev-text{
font-size:14px;
color:#9e9e9e;
line-height:1.8em;
margin-bottom:15px;
}
.sidebar-page-container .addition-info{
position:relative;
}
.sidebar-page-container .addition-info h2{
position:relative;
color:#002b5e;
font-size:16px;
margin-top:40px;
margin-bottom:25px;
text-transform:uppercase;
}
.sidebar-page-container .addition-info .additional-list{
position:relative;
}
.sidebar-page-container .addition-info .additional-list li{
position:relative;
font-weight:500;
color:#222222;
margin-bottom:15px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.sidebar-page-container .addition-info .additional-list li span{
font-weight:300;
text-transform:capitalize;
}
.help-section{
position:relative;
padding:20px 0px;
background-color:#dddddd;
}
.help-section .help-info{
position:relative;
}
.help-section .help-info li{
position:relative;
color:#222222;
font-weight:300;
font-size:16px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.help-section .help-info li .icon{
margin-right:8px;
color:#002b5e;
}
.help-section .help-info li .bold-text{
font-weight:600;
color:#002b5e;
font-size:18px;
}
.footer-style-two{
position:relative;
padding-top:100px;
}
.footer-style-two .footer-column{
position:relative;
margin-bottom:30px;
}
.footer-style-two .footer-column .widget-content{
position:relative;
}
.footer-style-two .footer-column .widget-content h2{
position:relative;
font-size:22px;
font-weight:600;
color:#222222;
margin-bottom:20px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.list-style-one{
position:relative;
}
.list-style-one li{
position:relative;
padding-left:22px;
font-size:14px;
color:#222222;
font-weight:500;
margin-bottom:15px;
}
.list-style-one li:before{
position:absolute;
content:'\f15c';
left:0px;
top:0px;
font-size:14px;
font-family:'FontAwesome';
}
.list-style-one li a{
position:relative;
padding-left:22px;
font-size:14px;
color:#222222;
font-weight:500;
margin-bottom:15px;
}
.list-style-two{
position:relative;
}
.list-style-two li{
position:relative;
font-size:14px;
color:#222222;
padding-left:25px;
margin-bottom:15px;
}
.list-style-two li .icon{
position:absolute;
left:0px;
top:4px;
font-size:14px;
color:#222222;
}
.footer-style-two .footer-bottom{
position:relative;
padding:20px 0px;
margin-top:30px;
background-color:#dddddd;
}
.footer-style-two .footer-bottom .copyrights{
position:relative;
color:#222222;
font-size:14px;
}
.footer-style-two .footer-bottom .footer-nav{
position:relative;
text-align:right;
}
.footer-style-two .footer-bottom .footer-nav li{
position:relative;
display:inline-block;
margin-left:15px;
}
.footer-style-two .footer-bottom .footer-nav li a{
position:relative;
color:#222222;
font-size:18px;
}
.footer-style-two .footer-bottom .footer-nav li a:hover{
color:#ffdd00;
}
.product-info-widget{
position:relative;
}
.product-info-widget .inner-box{
position:relative;
}
.product-info-widget .inner-box h2{
position:relative;
font-weight:600;
color:#222222;
font-size:16px;
margin:0px;
line-height:1.4em;
margin-bottom:20px;
font-family: "montserrat", serif;
}
.product-info-widget .inner-box .text{
position:relative;
color:#222222;
margin-bottom:20px;
}
.product-info-block{
position:relative;
}
.product-info-block .inner{
position:relative;
padding:25px 25px;
}
.product-info-block .inner h2{
position:relative;
padding-left:25px;
font-size:16px;
font-weight:500;
color:#222222;
margin-bottom:10px;
text-transform:uppercase;
}
.product-info-block .inner h2 a{
position:relative;
font-weight:500;
color:#222222;
}
.product-info-block .inner h2:before{
position:absolute;
left:0px;
top:0px;
font-size:15px;
content:'\f10c';
font-family:'FontAwesome';
}
.product-info-block .inner .form-group{
margin-bottom:0px;
}
.product-info-block .inner .form-group label{
position:relative;
font-size:16px;
font-weight:700;
color:#222222;
margin-bottom:10px;
text-transform:uppercase;
}
.product-info-block .inner .text{
position:relative;
color:#222222;
font-size:14px;
margin-bottom:10px;
}
.product-info-block .inner .product-price{
position:relative;
}
.product-info-block .inner .product-price li{
position:relative;
color:#222222;
font-size:14px;
display:inline-block;
margin-right:15px;
text-decoration:line-through;
font-family: "montserrat", serif;
}
.product-info-block .inner:hover{
background-color:#dddddd;
}
.cart-widget{
position:relative;
margin-top:30px;
}
.cart-widget .inner-box{
position:relative;
text-align:center;
}
.cart-widget .inner-box .cart-btn{
position:relative;
color:#ffffff;
font-size:14px;
padding:12px 80px;
background-color:#002b5e;
text-transform:uppercase;
display:inline-block;
margin-bottom:20px;
font-family: "montserrat", serif;
}
.cart-widget .inner-box .product-values{
position:relative;
}
.cart-widget .inner-box .product-values li{
position:relative;
width:32%;
color:#222222;
font-size:14px;
display:inline-block;
}
.cart-widget .inner-box .product-values li span{
display:block;
color:#222222;
font-size:16px;
margin-top:5px;
font-family: "montserrat", serif;
}
.cart-widget .inner-box .left-time{
position:relative;
color:#222222;
font-size:14px;
text-align:center;
margin:15px 0px;
text-transform:uppercase;
}
.cart-widget .inner-box .purchased{
color:#222222;
font-size:16px;
text-align:left;
margin-top:40px;
margin-bottom:30px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.cart-widget .inner-box .purchased a{
color:#222222;
}
.cart-widget .inner-box .purchased span{
font-weight:600;
}
.cart-widget .inner-box .cart{
margin-right:10px;
}
.cart-nav{
position:relative;
}
.cart-nav li{
position:relative;
display:inline-block;
}
.cart-nav li a{
color:#222222;
font-size:24px;
margin:0px 10px;
}
.cart-nav li a:hover{
color:#ffdd00;
}
/***
====================================================================
Countdown style
====================================================================
***/
.time-counter .time-countdown{
position:relative;
text-align:center;
z-index:1;
margin-bottom:20px;
}
.time-countdown .counter-column{
position:relative;
width:20%;
color:#000000;
font-size:18px;
line-height:1em;
font-weight:400;
text-align:center;
padding:0px 20px;
margin-bottom:0px;
display:inline-block;
text-transform:capitalize;
}
.time-countdown .counter-column .inner{
position:relative;
}
.time-countdown .counter-column .count{
position:relative;
display:block;
font-size:32px;
line-height:1em;
padding:0px 0px;
color:#000000;
font-weight:600;
letter-spacing:1px;
font-family: 'Montserrat', sans-serif;
}
.seller-widget{
position:relative;
}
.seller-widget .inner-box{
position:relative;
}
.seller-widget .inner-box h2{
position:relative;
color:#222222;
font-size:16px;
font-weight:600;
margin-bottom:20px;
text-transform:uppercase;
font-family: 'Montserrat', sans-serif;
}
.seller-widget .inner-box .text{
position:relative;
color:#222222;
font-size:14px;
}
.seller-widget .inner-box .seller-list{
position:relative;
margin-top:20px;
margin-bottom:40px;
}
.seller-widget .inner-box .seller-list li{
position:relative;
color:#222222;
font-size:14px;
padding:8px 10px 8px 40px;
background-color:#dddddd;
}
.seller-widget .inner-box .seller-list li:nth-child(2),
.seller-widget .inner-box .seller-list li:nth-child(4){
background-color:#ffffff;
}
.seller-widget .inner-box .seller-list li:before{
position:absolute;
content:'\f00c';
left:20px;
top:8px;
color:#222222;
font-size:15px;
font-family:'FontAwesome';
}
.seller-widget .inner-box .seller-list li span{
font-weight:600;
font-family: 'Montserrat', sans-serif;
}
.shop-page .image-column .thumbs-carousel .owl-item li img{
cursor:pointer;
}
.product-widget{
position:relative;
}
.product-widget .inner{
position:relative;
}
.product-slide .inner .image{
position:relative;
}
.product-slide .inner .image img{
position:relative;
width:100%;
display:block;
}
.product-slide .inner .image .lower-data{
position:absolute;
left:0px;
bottom:0px;
width:100%;
padding:6px 0px;
background-color:#002b5e;
}
.product-slide .inner .image .lower-data ul{
position:relative;
}
.product-slide .inner .image .lower-data ul li{
position:relative;
width:32%;
color:#ffffff;
text-align:center;
display:inline-block;
}
.product-slide .inner .image .print-total{
position:absolute;
right:0px;
top:0px;
font-size:10px;
color:#ffffff;
padding:0px 6px;
z-index:10;
background-color:#002b5e;
}
.product-slide .inner .image .print-total .icon{
margin-right:5px;
}
.product-slide .inner .image h3{
color: #ffffff;
font-size: 14px;
font-weight: 600;
font-family: "montserrat", serif;
position: absolute;
bottom: 40px;
left: 30px;
line-height: 1.4em;
}
.product-widget .owl-nav{
position:absolute;
left:0px;
top:50%;
width:100%;
padding:0px 10px;
margin-top:-10px;
}
.product-widget .owl-nav .owl-prev,
.product-widget .owl-nav .owl-next{
display:inline-block;
}
.product-widget .owl-nav .owl-next{
float:right;
color:#ffffff;
}
.product-widget .owl-nav .owl-prev{
color:#ffffff;
}
.product-widget .owl-dots{
display:none;
}
/***
====================================================================
Cart Section style
====================================================================
***/
.cart-section{
position:relative;
padding:120px 0px;
}
.cart-outer{
position:relative;
}
.checkout-page .cart-outer{
margin-bottom:40px;
}
.cart-outer .table-outer{
position:relative;
width:100%;
overflow-x: auto;
margin-bottom:100px;
}
.cart-outer .cart-table{
width:100%;
min-width:900px;
}
.cart-table .cart-header{
position:relative;
width:100%;
text-transform:capitalize;
font-size:18px;
color:#222222;
}
.cart-table thead tr th{
line-height:24px;
padding:13px 0px;
min-width:120px;
font-weight:600;
color:#002b5e;
font-size:16px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.cart-table thead tr th .fa{
font-size:18px;
padding:0px 20px 0px 30px;
}
.cart-table thead tr th.prod-column{
text-align:left;
padding-left:10px;
}
.cart-table tbody tr td{
line-height:24px;
padding:20px 10px 0px;
min-width:100px;
color:#222222;
font-size:14px;
font-weight:400;
font-family: "montserrat", serif;
}
.cart-table tbody tr .qty{
width:200px;
padding-right:80px;
}
.cart-table tbody tr .qty .quantity-spinner{
background:#ffffff;
}
.cart-table tbody tr .prod-column .column-box{
position:relative;
min-height:88px;
padding-left:120px;
padding-top:0px;
text-align:left;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb{
position:absolute;
left:0px;
top:0px;
width:88px;
height:88px;
border:1px solid #e3e3e3;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img{
display:block;
max-width:100%;
}
.cart-table tbody tr .prod-column .column-box h4{
font-size:16px;
color:#222222;
font-weight:400;
margin-bottom:5px;
}
.cart-table tbody tr .sub-total{
font-weight:400;
color:#222222;
}
.cart-table tbody tr .remove-btn{
position:relative;
font-size:24px;
color:#002b5e;
line-height:30px;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
-moz-transition:all 500ms ease;
transition:all 500ms ease;
}
.cart-table tbody tr .remove-btn .fa{
position:relative;
padding:0px 20px;
font-size:24px;
line-height:30px;
}
.cart-table tbody tr .remove-btn:hover{
color:#fde428;
}
.cart-table tbody tr{
}
.cart-table tbody tr td{
vertical-align:middle;
}
.cart-table tbody tr td .quantity-spinner{
padding:5px 0px 5px 20px;
line-height:24px;
height:46px;
display:block;
width:100%;
position:relative;
}
.cart-table tbody .available-info{
position:relative;
padding-left:50px;
}
.cart-table tbody .available-info .icon{
position:absolute;
left:0px;
top:5px;
width:40px;
height:40px;
line-height:40px;
text-align:center;
font-size:18px;
color:#ffffff;
background:#223555;
border-radius:50%;
}
.cart-section .cart-options{
position:relative;
padding:40px 0px 25px;
margin-bottom:50px;
}
.cart-section .apply-coupon{
position:relative;
}
.cart-section .apply-coupon h2{
position:relative;
color:#222222;
font-size:16px;
font-weight:400;
text-transform:uppercase;
}
.cart-section .apply-coupon .text{
position:relative;
color:#222222;
margin-bottom:20px;
}
.cart-section .apply-coupon .form-group{
position:relative;
}
.cart-section .apply-coupon .form-group input[type="text"]{
display:block;
line-height:24px;
padding:9px 10px;
border:1px solid #e0e0e0;
width:100%;
background:none;
}
.cart-section .theme-btn{
padding:12px 28px;
line-height:24px;
margin: 10px 0px 0px;
color:#ffffff;
border:0px;
background-image:none;
background-color:#002b5e;
text-transform:uppercase;
}
.cart-section h3{
position:relative;
font-size:16px;
color:#222222;
font-weight:400;
margin-bottom:0px;
}
.cart-section .totals-table{
position:relative;
margin-bottom:20px;
}
.cart-section .totals-table li{
line-height:24px;
padding:8px 0px 0px;
}
.cart-section .totals-table li:last-child{
border-bottom:none;
margin-bottom:0px;
}
.cart-section .totals-table .col{
position:relative;
display:block;
float:left;
width:30%;
font-size:14px;
color:#222222;
font-weight:400;
line-height:24px;
}
.cart-section .totals-table .col:nth-child(2){
width:70%;
text-align:right;
}
.cart-section .totals-table .total-amount{
color:#002b5e;
font-size:14px;
}
.cart-section .totals-table .sub-total{
font-size:14px;
}
.cart-section .totals-table .total{
color:#fb4043;
}
.cart-section .totals-table .total-counted{
border-top:1px solid #222222;
margin-top:15px;
}
.cart-section .totals-table .col ul li{
padding: 0px;
border: 0px;
}
.cart-section .totals-table .calculate a{
color:#103d68 !important;
}
.cart-section .proceed-btn{
display:block;
}
.shop-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
padding:11px 10px;
background:#f4f5f6;
}
.bootstrap-touchspin .input-group-btn-vertical i{
font-size:15px;
}
.cart-section .calculate-shipping{
position:relative;
margin-top:40px;
}
.cart-section .calculate-shipping h2{
position:relative;
color:#222222;
font-size:16px;
font-weight:400;
text-transform:uppercase;
}
.cart-section .calculate-shipping .text{
font-size:14px;
color:#222222;
margin-bottom:22px;
}
.cart-section .calculate-shipping .form-group input{
position:relative;
width:100%;
height:50px;
padding:4px 20px;
border:1px solid #dddddd;
}
.error-section{
position:relative;
}
.error-section .error-inner{
position:relative;
text-align:center;
padding:140px 0px 120px;
border:1px solid #dddddd;
}
.error-section .error-inner .error-text{
position:relative;
color:#222222;
font-size:300px;
font-weight:400;
line-height:1em;
}
.error-section .error-inner h3{
position:relative;
font-size:36px;
font-weight:400;
color:#222222;
line-height:1em;
margin-top:-10px;
}
.error-section .error-inner .text{
position:relative;
color:#222222;
font-size:16px;
margin-bottom:15px;
}
.error-section .error-inner .home-btn{
position:relative;
padding: 10px 32px;
line-height: 24px;
margin: 10px 0px 0px;
color: #ffffff;
border: 0px;
display:inline-block;
background-image: none;
background-color: #002b5e;
text-transform: uppercase;
}
.checkout-section{
position:relative;
padding:110px 0px 110px;
}
.checkout-section .login-boxed{
position:relative;
margin-bottom:60px;
}
.checkout-section .login-boxed .customer-text{
position:relative;
color:#222222;
font-size:14px;
font-weight:500;
margin-bottom:12px;
padding-left:22px;
}
.checkout-section .login-boxed .customer-text a{
color:#002b5e;
}
.checkout-section .login-boxed .customer-text:before{
position:absolute;
content:'\f187';
left:0px;
top:0px;
color:#222222;
font-family:'FontAwesome';
}
.checkout-section .login-boxed .login-inner{
position:relative;
padding:22px 28px;
margin-bottom:10px;
background-color:#dddddd;
}
.checkout-section .login-boxed .login-inner .text{
position:relative;
color:#222222;
font-size:14px;
margin-bottom:20px;
}
.checkout-section .login-boxed .login-inner .lost-psw{
position:relative;
color:#222222;
font-size:14px;
margin-top:20px;
display:inline-block;
}
.login-form{
position:relative;
margin-bottom:0px;
}
.login-form .form-group{
position:relative;
margin-bottom:20px;
}
.login-form .form-group:last-child{
margin-bottom:0px;
}
.login-form .form-group .remember-tag{
font-weight:400;
color:#222222;
}
.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"],
.login-form .form-group select{
position:relative;
display:block;
width:100%;
line-height:30px;
padding:10px 25px;
height:50px;
background:#ffffff;
border:1px solid transparent;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus{
background-color:#ffffff;
border-color:#eeeeee;
-webkit-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
-moz-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
}
.login-form button{
padding: 12px 50px;
line-height: 24px;
margin: 0px 0px 0px;
color: #ffffff;
border: 0px;
font-weight:600;
background-image: none;
background-color: #002b5e;
text-transform: uppercase;
}
.promotion-code{
position:relative;
padding:35px 35px;
margin-bottom:100px;
background-color:#dddddd;
}
.promotion-code h2{
position:relative;
color:#222222;
font-size:22px;
font-weight:600;
margin:0px;
margin-top:12px;
font-family: "montserrat", serif;
}
/*newsletter form*/
.coupan-form .form-group{
position:relative;
display:block;
padding-left:50px;
margin-bottom:0px;
}
.coupan-form .form-group input[type="text"],
.coupan-form .form-group input[type="tel"],
.coupan-form .form-group input[type="email"],
.coupan-form .form-group textarea{
position:relative;
display:block;
width:100%;
line-height:22px;
padding:6px 50px 6px 30px;
height:45px;
font-size:14px;
border:0px;
text-transform:uppercase;
background-color:#ffffff;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.coupan-form .form-group input[type="submit"],
.coupan-form button{
position:absolute;
right:0px;
top:0px;
width:140px;
height:45px;
font-size:14px;
line-height:38px;
color:#ffffff;
font-weight:600;
background:#002b5e;
border:0px;
text-transform:uppercase;
}
.billing-form{
position:relative;
margin-bottom:30px;
}
.billing-form h2{
position:relative;
color:#002b5e;
font-size:16px;
font-weight:600;
margin-bottom:25px;
}
.billing-form .form-group{
position:relative;
margin-bottom:28px;
}
.billing-form .form-group input[type="text"],
.billing-form .form-group input[type="password"],
.billing-form .form-group input[type="tel"],
.billing-form .form-group input[type="email"],
.billing-form .form-group select{
position:relative;
display:block;
width:100%;
line-height:30px;
padding:12px 25px;
height:50px;
text-transform:uppercase;
border:1px solid #dddddd;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.billing-form .form-group label{
color:#222222;
font-size:14px;
font-weight:400;
}
.billing-form .form-group input[type="text"]:focus,
.billing-form .form-group input[type="password"]:focus,
.billing-form .form-group input[type="tel"]:focus,
.billing-form .form-group input[type="email"]:focus,
.billing-form .form-group select:focus,
.billing-form .form-group textarea:focus{
background-color:#ffffff;
border-color:#eeeeee;
-webkit-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
-moz-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
}
.billing-form button{
position:relative;
font-weight:500;
margin-top:0px;
width:100%;
}
.order-section .order-box{
position:relative;
}
.order-section .order-box h2{
position: relative;
color: #002b5e;
font-size: 16px;
font-weight: 600;
margin-bottom: 25px;
}
.order-section .order-box .order-inner{
position:relative;
}
.order-section .order-box .order-inner .order-info{
position:relative;
color:#222222;
font-size:14px;
padding-top:14px;
padding-bottom:14px;
border-top:1px solid #dddddd;
}
.order-section .order-box .order-inner .order-info span{
float:right;
}
.payment-info{
position:relative;
margin-top:50px;
}
.payment-info h2{
position: relative;
color: #002b5e;
font-size: 16px;
font-weight: 600;
margin-bottom: 25px;
}
/***
====================================================================
Accordions style
====================================================================
***/
.accordion-box{
position:relative;
}
.accordion-box .block{
position:relative;
margin-bottom:20px;
}
.accordion-box.style-two .block{
border:none;
border-bottom:1px solid #e0e0e0;
margin-bottom:0px;
}
.accordion-box .block .acc-btn{
position:relative;
font-size:14px;
margin-bottom:0px;
cursor:pointer;
background:none;
line-height:30px;
padding:8px 20px 8px 20px;
overflow:hidden;
font-weight:400;
color:#222222;
background-color:#dddddd;
text-transform:uppercase;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
font-family: "montserrat", serif;
}
.accordion-box.style-two .block .acc-btn{
font-size:18px;
padding-left:0px;
}
.accordion-box.style-three .block .acc-btn{
font-size:16px;
padding-left:70px;
padding-right:20px;
}
.accordion-box.style-two .block .acc-btn.active{
color:#00c6ff;
}
.accordion-box .block .icon-outer{
position:absolute;
right:0px;
top:0px;
margin-top:0px;
width:50px;
height:100%;
text-align:center;
font-size:14px;
color:#222222;
background: none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon-outer{
color:#222222;
}
.accordion-box.style-three .block .acc-btn .icon-outer{
right:auto;
left:20px;
}
.accordion-box .block .icon-outer .icon{
position:absolute;
left:0px;
top:50%;
margin-top:-16px;
width:100%;
height: 100%;
line-height: 32px;
text-align:center;
font-size:14px;
font-weight:normal;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}
.accordion-box .block .icon-outer .icon-plus{
opacity:1;
}
.accordion-box .block .icon-outer .icon-minus{
opacity:0;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
opacity:1;
color:#222222;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
opacity:0;
}
.accordion-box.style-two .block .acc-btn.active .icon-outer{
background:none;
color:#00c6ff;
}
.accordion-box .block .acc-content{
position:relative;
display:none;
}
.accordion-box .block .acc-content.current{
display:block;
}
.accordion-box .block .content{
position:relative;
font-size:15px;
background:#ffffff;
padding:20px 0px 0px;
}
.accordion-box.style-two .block .content{
padding-top:0px;
font-size:14px;
padding-left:0px;
}
.accordion-box .block .content .image{
float:left;
margin:0px 20px 25px 0px;
}
.accordion-box .block .content .image img{
display:block;
max-width:100%;
}
.accordion-box .block .content p{
line-height:1.8em;
color:#222222;
font-weight:400;
font-size:14px;
margin-bottom:0px;
}
.registration-section{
position:relative;
padding:100px 0px;
}
.registration-section .column h2{
position: relative;
color: #002b5e;
font-size: 16px;
font-weight: 600;
margin-bottom: 25px;
}
.register-form{
position:relative;
margin-bottom:30px;
}
.register-form .form-group{
position:relative;
margin-bottom:28px;
}
.register-form .form-group.no-margin{
margin-bottom:10px;
}
.register-form .form-group .forgot-psw{
color:#002b5e;
font-size:14px;
font-weight:600;
font-family: "montserrat", serif;
}
.register-form .form-group label{
position:relative;
color:#000000;
font-size:14px;
font-weight:500;
margin-bottom:12px;
text-transform:uppercase;
font-family: 'Montserrat', sans-serif;
}
.register-form .form-group input[type="text"],
.register-form .form-group input[type="password"],
.register-form .form-group input[type="tel"],
.register-form .form-group input[type="email"],
.register-form .form-group select{
position:relative;
display:block;
width:100%;
line-height:30px;
padding:10px 25px;
height:50px;
text-transform:uppercase;
border:1px solid #dddddd;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.register-form .form-group input[type="text"]:focus,
.register-form .form-group input[type="password"]:focus,
.register-form .form-group input[type="tel"]:focus,
.register-form .form-group input[type="email"]:focus,
.register-form .form-group select:focus,
.register-form .form-group textarea:focus{
}
.register-form .form-group .sign-up-letter{
position:relative;
color:#222222;
font-size:14px;
font-weight:400;
text-transform:capitalize;
}
.register-form .login-btn{
position:relative;
font-weight:500;
margin-top:0px;
width:100%;
padding:10px 0px;
color:#ffffff;
border:0px;
text-transform:uppercase;
background-color:#002b5e;
}
/***
====================================================================
Search Popup
====================================================================
***/
.modal-content.search-popup{
opacity:1;
overflow:visible !important;
visibility:visible !important;
}
.search-popup{
position:fixed;
left:0px;
top:-100%;
width:100%;
height:100%;
margin-top:0px;
border:0px;
background:rgba(0,0,0,0.80);
z-index:9999;
visibility:hidden;
opacity:0;
overflow:auto;
transition:all 700ms ease;
-moz-transition:all 700ms ease;
-webkit-transition:all 700ms ease;
-ms-transition:all 700ms ease;
-o-transition:all 700ms ease;
}
.search-popup.popup-visible{
top:0;
visibility:visible;
opacity:1;
}
.search-popup .close-search{
position:absolute;
right:25px;
top:25px;
font-size:20px;
color:#ffffff;
cursor:pointer;
z-index:5;
}
.search-popup .close-search:hover{
opacity:0.70;
}
.search-popup .search-form{
position:relative;
padding:0px 15px 50px;
padding-top:50px;
max-width:1024px;
margin:0 auto;
}
.search-popup .search-form .popup-inner{
position:relative;
max-width:600px;
margin:0 auto;
text-align:center;
padding:50px 0px;
background-color:#002b5e;
}
.search-popup .search-form .popup-inner .amazon-logo{
position:relative;
padding-bottom:20px;
border-bottom:1px solid #ffffff;
}
.search-popup .search-form .popup-inner .lower-content{
position:relative;
padding-top:10px;
padding-left:40px;
padding-right:40px;
}
.search-popup .search-form .popup-inner .lower-content h3{
position:relative;
color:#ffffff;
font-size:16px;
font-weight:600;
margin-bottom:20px;
text-transform:uppercase;
}
.search-popup .search-form .popup-inner .lower-content .text{
position:relative;
max-width:445px;
margin:0 auto;
color:#ffffff;
margin-top:10px;
margin-bottom:15px;
text-transform:capitalize;
}
.search-popup .search-form .popup-inner .lower-content .store{
position:relative;
color:#ffdd00;
font-size:14px;
font-weight:600;
text-transform:uppercase;
}
.search-popup .search-form .popup-inner .lower-content h4{
background-color:#ffffff;
padding:15px 20px;
display:inline-block;
color:#002b5e;
}
.search-popup .search-form .popup-inner .lower-content .share{
position:relative;
font-size:14px;
color:#ffffff;
margin-top:10px;
margin-bottom:10px;
text-transform:capitalize;
}
.search-popup .search-form .popup-inner .lower-content .subscribe{
position:relative;
font-size:16px;
font-weight:600;
color:#ffffff;
margin-top:15px;
}
.search-popup .search-form .popup-inner .lower-content .social-navs{
position:relative;
}
.search-popup .search-form .popup-inner .lower-content .social-navs li{
position:relative;
margin:0px 10px;
display:inline-block;
}
.search-popup .search-form .popup-inner .lower-content .social-navs li a{
position:relative;
color:#ffffff;
font-size:20px;
}
.search-popup .search-form .popup-inner .lower-content .form-text{
position:relative;
color:#ffffff;
font-size:14px;
margin-top:15px;
text-transform:capitalize;
}
.search-popup .search-form fieldset{
position:relative;
border:5px solid rgba(255,255,255,0.80);
-webkit-border-radius:12px;
-ms-border-radius:12px;
-o-border-radius:12px;
-moz-border-radius:12px;
border-radius:12px;
}
.search-popup .search-form fieldset input[type="search"],
.search-popup .search-form fieldset input.form-control{
position:relative;
height:70px;
padding:20px 220px 20px 30px;
background:#ffffff;
line-height:30px;
font-size:24px;
color:#233145;
-webkit-border-radius:7px;
-ms-border-radius:7px;
-o-border-radius:7px;
-moz-border-radius:7px;
border-radius:7px;
}
.search-popup .search-form fieldset input[type="submit"]{
position:absolute;
display:block;
right:0px;
top:0px;
text-align:center;
width:220px;
padding:20px 10px 20px 10px;
color:#ffffff;
background:#b09991;
line-height:30px;
height:70px;
font-size:20px;
text-transform:uppercase;
-moz-border-radius:0px 7px 7px 0px;
-ms-border-radius:0px 7px 7px 0px;
-o-border-radius:0px 7px 7px 0px;
-webkit-border-radius:0px 7px 7px 0px;
border-radius:0px 7px 7px 0px;
}
.search-popup .search-form fieldset input[type="submit"]:hover{
background:#334551;
color:#ffffff;
}
.search-popup h3{
font-size:24px;
color:#ffffff;
margin-bottom:30px;
text-align:center;
letter-spacing:1px;
}
.search-popup .recent-searches{
font-size:14px;
color:#ffffff;
text-align:center;
}
.search-popup .recent-searches li{
display:inline-block;
margin:0px 10px 10px 0px;
}
.search-popup .recent-searches li a{
display:block;
line-height:24px;
border:1px solid #ffffff;
padding:5px 20px;
color:#ffffff;
border-radius:3px;
}
.search-popup .recent-searches li a:hover{
color:#b09991;
border-color:#b09991;
}
/*newsletter form*/
.amazon-form .form-group{
position:relative;
display:block;
margin-top:25px;
}
.amazon-form .form-group input[type="text"],
.amazon-form .form-group input[type="tel"],
.amazon-form .form-group input[type="email"],
.amazon-form .form-group textarea{
position:relative;
display:block;
width:100%;
line-height:22px;
padding:6px 50px 6px 30px;
height:45px;
font-size:14px;
background-color:#ffffff;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.amazon-form .form-group input[type="submit"],
.amazon-form button{
position:absolute;
right:0px;
top:0px;
width:140px;
height:45px;
font-size:13px;
line-height:38px;
color:#ffffff;
font-weight:700;
background:#002b5e;
border:1px solid #ffffff;
text-transform:uppercase;
}
/*search box btn*/
.main-header .search-box-btn{
position:relative;
font-size:16px;
color:#ffffff;
cursor:pointer;
background:none;
border:0px;
line-height:1em;
padding-left:15px;
margin-left:15px;
border-left:1px solid #ffffff;
}
.main-header .search-box-outer .dropdown-menu{
top:40px;
padding:0px;
width:320px;
border-radius:0px;
}
.main-header .search-box-outer .dropdown-menu li{
display:block;
}
.main-header .search-panel .form-container{
padding:25px 20px;
}
.main-header .search-panel .form-container .total-cart{
position:relative;
margin-bottom:15px;
text-transform:uppercase;
}
.main-header .search-panel .form-container .btn-style-one{
color:#ffffff !important;
width:100%;
text-align:center;
text-transform:uppercase;
}
.main-header .search-panel .form-container .total-cart span{
position:relative;
float:right;
}
.main-header .search-panel .form-group{
position:relative;
margin:0px;
}
.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
display:block;
width:100%;
line-height:24px;
padding:7px 40px 7px 15px;
height:40px;
border:1px solid #e0e0e0;
background:#ffffff;
}
.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
border-color:#01ccff;
}
.main-header .search-panel .search-btn{
position:absolute;
right:0px;
top:0px;
width:40px;
height:40px;
text-align:center;
color:#555555;
font-size:12px;
background:none;
border:0px;
cursor:pointer;
}
.cart-product{
position:relative;
margin-bottom:20px;
}
.cart-product.margin-btm{
margin-bottom:10px;
}
.cart-product .inner{
position:relative;
padding-left:90px;
min-height:70px;
}
.cart-product .inner .image{
position:absolute;
width:70px;
height:70px;
left:0px;
top:0px;
}
.cart-product .inner h3{
position:relative;
font-weight:600;
font-size:16px;
margin:0px;
text-transform:capitalize;
}
.cart-product .inner h3 a{
color:#222222;
}
.cart-product .inner .quantity-text{
position:relative;
font-weight:300;
color:#222222;
}
.cart-product .inner .price{
position:relative;
font-weight:600;
font-size:16px;
margin:0px;
color:#222222;
}
.main-menu.menu-category{
position:absolute;
left:15px;
top:0px;
}
.main-menu.menu-category ul > li > a{
color:#ffffff;
padding:18px 0px;
display:inline-block;
transition:all 300ms ease;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
}
.main-menu.menu-category .dropdown-btn{
display:none;
}
/*.main-menu.menu-category ul li a{
text-decoration:none !important;
}*/
.main-menu.menu-category > ul > li > ul{
position:relative;
top:1px;
border:0px;
padding:15px 0px;
background-color:#dddddd;
}
.mega-menu{
width:250px;
}
.mega-menu li a{
display:block !important;
padding:12px 20px !important;
transition:all 300ms ease;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
}
.main-menu.menu-category ul li.dropdown:after{
position:absolute;
content:'\f105';
right:12px;
top:10px;
height:100%;
color:#444444;
font-family:'FontAwesome';
}
.main-menu.menu-category ul li.dropdown .menu-options{
position:absolute;
left:120%;
top:0px;
padding:20px;
width:700px;
opacity:0;
visibility:hidden;
background-color:#ffffff;
transition:all 800ms ease;
-moz-transition:all 800ms ease;
-webkit-transition:all 800ms ease;
-ms-transition:all 800ms ease;
-o-transition:all 800ms ease;
}
.mega-menu > li.dropdown{
position:relative;
}
.mega-menu > li:hover .menu-options{
left:100% !important;
opacity:1 !important;
visibility:visible !important;
}
.main-menu.menu-category ul li.dropdown .menu-options .image-column .image{
position:relative;
margin-top:32px;
}
.main-menu.menu-category ul li.dropdown .menu-options .image-column .image img{
width:100%;
display:block;
}
.main-menu.menu-category ul li.dropdown .menu-options h3{
color:#002b5e;
margin:0px;
font-size:16px;
padding-bottom:15px;
border-bottom:1px solid #002b5e;
}
.main-menu.menu-category > ul > li > ul > li > a{
color:#222222;
}
.main-menu.menu-category ul li ul li a .icon{
margin-right:10px;
}
.main-menu.menu-category ul li ul li a:hover,
.main-menu.menu-category ul li ul li:hover a{
background:none;
}
.main-menu.menu-category ul li ul li a:hover{
color:#000000;
}
.main-menu.menu-category li ul li a:before{
display:none;
}
.brands-section{
position:relative;
padding-bottom:80px;
}
.brands-section h2{
position: relative;
font-weight: 600;
color: #002b5e;
font-size: 36px;
margin-bottom: 60px;
text-align: center;
}
.brands-section h2 span{
font-weight:300;
}
.brands-section .column .brand-img{
position:relative;
overflow:hidden;
text-align:center;
border:1px solid #dddddd;
margin-bottom:20px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
/*.brands-section .column .brand-img:hover{
border-color:#002b5e;
}*/
.brands-section .column .brand-img .overlay-box{
position:absolute;
content:'';
left:-100%;
top:0px;
width:100%;
height:100%;
background-color:#002b5e;
transition:all 800ms ease;
-moz-transition:all 800ms ease;
-webkit-transition:all 800ms ease;
-ms-transition:all 800ms ease;
-o-transition:all 800ms ease;
}
.brands-section .column .brand-img .overlay-box .content{
position:relative;
padding-top:22px;
color:#ffffff;
font-size:14px;
text-align:center;
}
.brands-section .column .brand-img:hover .overlay-box{
left:0%;
}
.brands-section .img-column{
position:relative;
margin-bottom:40px;
}
.brands-section .img-column .image-column{
position:relative;
padding:0px;
}
.brands-section .img-column .image-column:hover .image .grey-overley{
background-color:rgba(0,0,0,0.30);
}
.brands-section .img-column .image-column:hover .image .grey-overley-two{
background-color:rgba(0,43,94,0.30);
}
.brands-section .img-column .image-column .content{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
text-align:center;
padding-top:22%;
}
.brands-section .img-column .image-column .content.two{
padding-top:40%;
}
.brands-section .img-column .image-column .image img{
width:100%;
display:block;
}
.brands-section .img-column .image-column .image .grey-overley{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,0,0,0.60);
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.brands-section .img-column .image-column .image .grey-overley-two{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,43,94,0.60);
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.brands-section .img-column .image-column .content .text{
position:relative;
font-size:14px;
color:#ffffff;
margin:0px;
}
.brands-section .img-column .image-column .content h2{
position:relative;
font-size:22px;
font-weight:600;
color:#ffffff;
margin:0px;
}
/*month category*/
.month-category{
position:relative;
padding:100px 0px 0px;
}
.month-category h2{
position: relative;
font-weight: 600;
color: #002b5e;
font-size: 36px;
margin-bottom: 60px;
text-align: center;
}
.month-category h2 span{
font-weight:300;
}
.month-cats{
position:relative;
margin-bottom:40px;
}
.month-cats .inner{
position:relative;
overflow:hidden;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.month-cats .inner:hover .image img{
-ms-transform:scale(1.15,1.15);
-webkit-transform:scale(1.15,1.15);
transform:scale(1.15,1.15);
}
.month-cats .inner:hover .lower-box .see-all{
background-color:#ffdd00;
}
.month-cats .inner:hover .lower-box h3 a{
color:#ffdd00;
}
.month-cats .inner .image{
position:relative;
overflow:hidden;
}
.month-cats .inner .image img{
position:relative;
width:100%;
display:block;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.month-cats .lower-box{
position:relative;
}
.month-cats .lower-box h3{
position:relative;
font-size:18px;
font-weight:400;
text-transform:uppercase;
}
.month-cats .lower-box h3 a{
color:#002b5e;
}
.month-cats .lower-box ul{
position:relative;
margin-bottom:10px;
}
.month-cats .lower-box ul li{
position:relative;
width:49.5%;
margin-bottom:5px;
padding-left:15px;
display:inline-block;
}
.month-cats .lower-box ul li:before{
position:absolute;
content:'';
left:0px;
top:8px;
width:6px;
height:6px;
border-radius:50%;
background-color:#002b5e;
}
.month-cats .lower-box .see-all{
color:#ffffff;
padding:6px 20px;
display:inline-block;
background-color:#002b5e;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.product-item{
position:relative;
}
.product-item .inner-box{
position:relative;
border-radius:10px;
border:1px solid #cccccc;
}
.product-item .inner-box .upper-box{
position:relative;
padding:10px 15px;
border-bottom:1px solid #cccccc;
}
.product-item .inner-box .upper-box .total-views{
position:relative;
font-size:13px;
}
.product-item .inner-box .upper-box .total-views .icon{
margin-left:5px;
}
.product-item .inner-box .middle-box{
position:relative;
padding:20px 20px;
}
.product-item .inner-box .middle-box .image-column{
position:relative;
margin-bottom:15px;
}
.product-item .inner-box .middle-box .image-column .user-name{
text-align:center;
color:#000000;
font-size:15px;
margin-top:15px;
}
.product-item .inner-box .middle-box .image-column .image{
position:relative;
text-align:center;
}
.product-item .inner-box .middle-box .image-column .image img{
position:relative;
max-width:100%;
display:inline-block;
}
.product-item .inner-box .middle-box .content-column{
position:relative;
}
.product-item .inner-box .middle-box .content-column .inner{
position:relative;
padding:0px 0px;
}
.product-item .inner-box .middle-box .content-column .inner .product-img{
position:relative;
text-align:center;
width:125px;
margin:0 auto;
}
.product-item .inner-box .middle-box .content-column .inner .product-img img{
width:100%;
display:block;
}
.product-item .inner-box .middle-box .content-column .inner .name-product{
color:#000000;
font-size:14px;
margin-top:15px;
text-align:center;
}
/*.product-item .inner-box .middle-box .content-column .inner .percent-text{
position:relative;
width:90px;
height:90px;
line-height:86px;
border-radius:50%;
text-align:center;
color:rgb(3, 150, 75);
margin:0 auto;
font-size:20px;
border:2px solid #cccccc;
}
.product-item .inner-box .middle-box .content-column .inner .product-rate{
position:relative;
font-size:32px;
margin-top:20px;
font-style:italic;
text-align:center;
}
.product-item .inner-box .middle-box .content-column .inner .discount-rate{
position:relative;
color:#808080;
font-size:18px;
text-align:center;
margin-top:15px;
font-style:italic;
text-decoration:line-through;
}*/
.product-item .inner-box .lower-box{
position:relative;
padding:15px 20px;
border-top:1px solid #cccccc;
}
.product-item .inner-box .lower-box .buyer-info{
position:relative;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner{
position:relative;
padding-left:120px;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner h3{
position:absolute;
left:0px;
top:0px;
color:#000;
font-size:18px;
margin:0px;
line-height:50px;
text-transform:capitalize;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner .user-box{
position:relative;
width:70px;
text-align:center;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner .user-box .img{
position:relative;
width:50px;
height:50px;
margin:0 auto;
margin-bottom:10px;
overflow:hidden;
border-radius:50%;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner .user-box .text{
position:relative;
color:#000000;
font-size:14px;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner .user-box .text span{
font-size:15px;
display:block;
}
.product-item .inner-box .lower-box .view-detail{
position:relative;
color:#808080;
padding:5px 18px;
border-radius:50px;
border:1px solid #cccccc;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.product-item .inner-box .lower-box .view-detail:hover{
color:#ffffff;
border-color:#002b5e;
background-color:#002b5e;
}
/***
====================================================================
Product Tabs Style
====================================================================
***/
.category-tab .prod-tabs{
position:relative;
}
.category-tab .prod-tabs .tab-btns{
position:relative;
}
.category-tab .prod-tabs .tab-btns .tab-btn{
position:relative;
display:block;
float:left;
margin-right:25px;
font-size:16px;
color:#222222;
font-weight:400;
line-height:24px;
cursor:pointer;
text-transform:uppercase;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.category-tab .prod-tabs .tab-btns .tab-btn .icon{
margin-right:10px;
}
.category-tab .prod-tabs .tab-btns .tab-btn:hover,
.category-tab .prod-tabs .tab-btns .tab-btn.active-btn{
color:#002b5e;
text-decoration:line-through;
}
.category-tab .prod-tabs .tabs-content{
position:relative;
}
.category-tab .prod-tabs .tabs-content .tab{
position:relative;
display:none;
}
.category-tab .prod-tabs .tabs-content .tab.active-tab{
display:block;
}
/***
====================================================================
Scroll To Top style
====================================================================
***/
.scroll-to-top{
position:fixed;
bottom:15px;
right:15px;
width:40px;
height:40px;
color:#ffffff;
font-size:20px;
text-transform:uppercase;
line-height:40px;
text-align:center;
z-index:100;
cursor:pointer;
border-radius:50%;
background:#0a0a0a;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.scroll-to-top:hover{
color:#000000;
background:#ffffff;
}
.list-style-three{
position:relative;
margin-top:15px;
}
.list-style-three li{
position:relative;
margin-bottom:5px;
}
.list-style-three li:before{
position:absolute;
content:'';
left:0px;
top:12px;
width:6px;
height:6px;
border-radius:50%;
border:1px solid #444444;
}
.list-style-three li a{
position:relative;
font-size:14px;
color:#444444 !important;
padding:2px 0px 2px 20px !important;
transition:all 300ms ease;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
}
.list-style-three li a:hover{
color:#000000 !important;
text-decoration:line-through !important;
}
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;
left:100%;
margin-top:-6px;
margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display:block;
}
.dropdown-submenu>a:after {
display:block;
content:" ";
float:right;
width:0;
height:0;
border-color:transparent;
border-style:solid;
border-width:5px 0 5px 5px;
border-left-color:#cccccc;
margin-top:5px;
margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left:-100%;
margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px;
}
/***
====================================================================
Map Section Style
====================================================================
***/
.map-section{
position:relative;
padding:70px 0px 0px;
}
.map-data{
text-align:center;
font-size:14px;
font-weight:400;
line-height:1.8em;
}
.map-data h6{
font-size:16px;
font-weight:700;
text-align:center;
margin-bottom:5px;
color:#121212;
}
.map-canvas{
height:650px;
}
/*newsletter form*/
.coupen-search-form .form-group{
position:relative;
display:block;
margin-top:25px;
padding:0px 15px;
max-width:770px;
margin:0 auto;
bottom:60px;
}
.coupen-search-form .form-group input[type="text"],
.coupen-search-form .form-group input[type="tel"],
.coupen-search-form .form-group input[type="email"],
.coupen-search-form .form-group textarea{
position:relative;
display:block;
width:100%;
line-height:22px;
padding:6px 50px 6px 30px;
height:45px;
color:#000000;
font-size:14px;
border:0px;
border:1px solid #cccccc;
background-color:#ffffff;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.coupen-search-form .form-group input[type="text"]:focus,
.coupen-search-form .form-group input[type="tel"]:focus,
.coupen-search-form .form-group input[type="email"]:focus,
.coupen-search-form .form-group textarea:focus{
}
.coupen-search-form .form-group input[type="submit"],
.coupen-search-form button{
position:absolute;
right:15px;
top:0px;
width:140px;
height:45px;
font-size:16px;
line-height:38px;
color:#ffffff;
font-weight:700;
background:#012a5e;
border:0px;
} | src/ui/static/ui/css/style.css |
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
* {
padding: 0;
margin: 0;
}
html, body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
height: 100%;
width: 100%;
line-height: 23px;
color: #040a2c;
}
.clear-padding {
padding: 0px!important;
}
a {
transition: all 0.5s ease;
}
.arrow-drp {
position: absolute;
right: 9px;
}
a:hover, .our-detail-heading:hover, .our-details-text a:hover, .comment-text a:hover, .right-side .shop-recommended a:hover, .weight.categories li a:hover, .search-coupons li a:hover {
color: rgb(255, 221, 0);
}
.featured-coupons-text>a:hover, .ranking-clock .more-details:hover, .header-search>a:hover, .upcoming-text a:hover, .footer .subscribe>a:hover, .list-store-outer .btnc:hover, .search-coupons .search-btn:hover, .footer .socail-icon>li a:hover, .our-details-text .read-more:hover, .search-box>a:hover, .form-submit .btn.btn-secondary:hover, .list-store-outer .socail-icon>li a i:hover, .contact-form #send:hover, .search-box-coupons .col-md-3 a:hover, .search-box-coupons .col-md-9 a:hover {
background: rgb(255, 221, 0);
color: #fff;
}
#loading {
background-image: url("../images/ripple.gif");
background-position: center center;
background-repeat: no-repeat;
height: 120px;
left: 50%;
margin: -100px 0 0 -100px;
position: absolute;
top: 50%;
width: 120px;
}
#preloader {
background: #fff none repeat scroll 0 0;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 9999;
}
p {
color: #606060;
}
img {
max-width: 100%;
}
section {
float: left;
width: 100%;
/*overflow: hidden;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
}
#back-top {
bottom: 10px;
position: fixed;
right: 20px;
}
#back-top a {
background: rgb(255, 221, 0);
border-radius: 5px;
color: rgb(255, 255, 255);
display: block;
font: 11px/100% Arial, Helvetica, sans-serif;
padding: 15px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 1s ease 0s;
}
.lft-dropdwon {
box-shadow: 0 0 0;
position: relative;
top: 0 !important;
margin-bottom: 0 !important;
}
.lft-dropdwon a::after {
display: none;
}
.lft-dropdwon>li:last-child {
border: medium none;
}
.lft-dropdwon a {
padding: 0 !important;
}
.title {
margin: auto auto 50px;
text-align: center;
width: 55%;
}
.logo {
color: rgb(255, 255, 255);
font-family: "Montserrat", sans-serif;
font-size: 28px;
font-weight: 700;
margin-top: 20px;
text-transform: uppercase;
}
.logo span {
color: #ffdd00;
font-family: "Montserrat", sans-serif;
font-size: 28px;
font-weight: 200;
margin-top: 20px;
text-transform: uppercase;
}
.tilte {
margin: 80px auto 50px;
text-align: center;
width: 65%;
}
.tilte h2 {
color: rgb(0, 43, 94);
font-family: "Montserrat", sans-serif;
font-size: 36px;
font-weight: 400;
margin-bottom: 50px;
text-transform: uppercase;
}
.tilte span {
font-weight: 300;
color: #222;
}
p {
font-weight: 100;
}
a:focus, a:hover {
text-decoration: none;
}
.mouse-icon:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
/*------- faq panel -----*/
.faq-outer {
padding: 50px 0 100px;
}
.faq-info li::before {
content: "";
font-family: fontawesome;
margin-right: 10px;
}
.faq-info li {
list-style: outside none none;
margin-top: 10px;
}
.faq-info > p {
color: rgb(34, 34, 34);
float: left;
margin-bottom: 25px;
width: 100%;
}
.faq-info h4 i {
color: rgb(0, 43, 94);
float: left;
font-size: 40px;
margin-right: 18px;
margin-top: 19px;
}
.faq-info h4 {
float: left;
font-size: 36px;
font-weight: 300;
width: 100%;
margin: 0 0 30px;
}
.faq-info span {
display: block;
font-size: 14px;
color: #222222;
}
.panel {
border-width: 0 0 1px 0;
border-style: solid;
border-color: #fff;
background: none;
box-shadow: none;
}
.panel:last-child {
border-bottom: none;
}
.panel-group>.panel:first-child .panel-heading {
border-radius: 4px 4px 0 0;
}
.panel-group .panel {
border-radius: 0;
margin-bottom: 30px;
}
.panel-body {
border: 1px solid rgb(221, 221, 221);
padding: 20px 45px;
}
.panel-group .panel+.panel {
margin-top: 0;
}
.panel-heading {
border-radius: 0;
border: none;
color: #fff;
padding: 0;
}
.panel-heading.active .panel-title>a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
}
.panel-title a {
background: rgb(221, 221, 221) none repeat scroll 0 0;
color: rgb(34, 34, 34);
display: block;
font-size: 14px;
font-weight: 300;
line-height: 42px;
padding: 15px;
position: relative;
}
.panel-title .collapsed {
background: #dddddd;
}
.panel-body {
background: #fff;
}
.panel:last-child .panel-body {
border-radius: 0 0 4px 4px;
}
.panel:last-child .panel-heading {
border-radius: 0 0 4px 4px;
transition: border-radius 0.3s linear 0.2s;
}
.panel:last-child .panel-heading.active {
border-radius: 0;
transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */
.panel-heading a:before {
content: '';
float: left;
font-family: FontAwesome;
margin-right: 10px;
font-size: 24px;
transition: all 0.5s;
transform: scale(1);
}
.panel-heading.active a:before {
content: ' ';
transition: all 0.5s;
transform: scale(0);
}
#bs-collapse .panel-heading a:after {
content: ' ';
font-size: 24px;
font-family: FontAwesome;
margin-right: 10px;
transform: scale(0);
transition: all 0.5s;
float: left;
}
#bs-collapse .panel-heading.active a:after {
content: '';
transform: scale(1);
transition: all 0.5s;
}
/* #accordion rotate icon option */
#accordion .panel-heading a:before {
content: '\e316';
font-size: 24px;
float: left;
font-family: 'Material Icons';
margin-right: 10px;
transform: rotate(180deg);
transition: all 0.5s;
}
#accordion .panel-heading.active a:before {
transform: rotate(0deg);
transition: all 0.5s;
}
.faq-info > a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: left;
font-size: 18px;
margin-top: 14px;
padding: 10px 30px;
}
.faq-info > a:hover {
background: #FFDD00;
}
.faq-info {
float: left;
width: 100%;
text-transform: uppercase;
}
/*------- header -----*/
.top-header {
background: #0b1f37;
padding: 20px 0;
}
.socail-icon {
float: right;
list-style: outside none none;
padding: 0;
margin-top: 15px;
}
.socail-icon>li {
display: inline;
margin-left: 20px;
}
.socail-icon>li a {
color: #fff;
font-size: 20px;
}
.socail-icon>li a:hover {
color: #de302f;
}
.navbar-fixed-top.affix-top::before {
background: #002b5e;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 30%;
}
.navbar-inverse {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
height: auto;
margin-bottom: 0;
float: right;
}
a:focus{
outline:none;
}
.navbar-inverse .navbar-nav>li>a {
color: #222;
}
.navbar-inverse .navbar-nav>li>a:hover {
color: #002b5e;
text-decoration: line-through;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #002B5E;
}
.dropdown-menu {
border: 0 none;
border-radius: 0;
min-width: 250px;
top: 70px;
}
.dropdown-menu>li>a {
padding: 10px 20px;
text-align:left;
}
.navbar-fixed-top.affix-top {
background: #fff;
z-index: 99999;
}
.navbar-fixed-top.affix {
background: #002B5E;
}
.navbar-fixed-top.affix .navbar-inverse .navbar-nav>li>a {
color: #fff !important;
}
.navbar-nav>li>a {
padding-bottom: 25px;
padding-top: 25px;
}
.header-bg {
background: rgba(0, 0, 0, 0) url("../images/header.jpg") no-repeat scroll center 0 / cover;
float: left;
height: 800px;
margin-top: 70px;
width: 100%;
}
.header-text {
color: rgb(255, 255, 255);
float: left;
margin-top: 25%;
text-align: center;
width: 100%;
}
.header-text h1 {
font-family: "Montserrat", sans-serif;
font-size: 72px !important;
font-weight: 100;
letter-spacing: 5px;
text-transform: uppercase;
margin-bottom: 0px;
}
.header-text h2 {
font-family: "montserrat", serif;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 10px;
}
.header-text>a {
display: inline-block;
font-size: 20px;
margin-top: 220px;
text-decoration: none;
}
.header-text>a:hover {
background: #373B55;
}
.header-search {
display: inline-block;
margin-top: 50px;
width: 100%;
}
.header-search input[type="text"] {
border: medium none;
color: rgb(0, 0, 0);
display: inline-block;
padding: 15px 10px;
width: 50%;
}
.header-search>a {
background: #002b5e;
color: #fff;
display: inline-block;
margin-left: -5px;
padding: 16px 37px;
}
.home2 .header-bg {
background: rgba(0, 0, 0, 0) url("../images/header2.jpg") no-repeat scroll center 0 / cover;
float: left;
height: 800px;
margin-top: 0;
position: relative;
width: 100%;
}
.home2 .navbar-fixed-top.affix-top::before {
display: none;
}
.home2 .navbar-fixed-top.affix-top {
background: none;
}
.home2 .navbar-inverse .navbar-nav>li>a {
color: #fff;
}
.home2 .navbar-fixed-top.affix {
background: #002B5E;
}
.header-box-outer {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
bottom: 0;
color: rgb(255, 255, 255);
font-family: "montserrat";
font-size: 28px;
font-weight: 300;
padding: 25px 0;
position: absolute;
width: 100%;
text-align: center;
}
.home2 .featured-img {
margin-bottom: 30px;
}
/*------- welcome-image -----*/
.welcome-image {
position: relative;
}
.ranking-clock {
height: 100%;
position: absolute;
top: 0;
width: 100%;
}
.ranking-clock .date {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
margin: 18% auto auto;
padding: 10px;
text-align: center;
width: 44%;
}
.rating-bg .star {
color: #ffc107;
float: left;
margin: 10px;
}
.rating-bg {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
bottom: 0;
position: absolute;
width: 100%;
}
.rating-bg .price {
background: rgb(255, 255, 255) none repeat scroll 0 0;
float: right;
font-size: 18px;
padding: 10px 15px;
}
.welcome-image .hart-icon {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: right;
font-size: 18px;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
padding: 10px;
}
.welcome-image:hover .hart-icon {
display: none;
}
.welcome-image .hart-icon2 {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: right;
font-size: 18px;
margin-right: 10px;
cursor: pointer;
margin-top: 10px;
padding: 10px;
display: none;
}
.welcome-image:hover .hart-icon2 {
display: block;
}
.welcome-box {
float: left;
width: 100%;
}
.welcome-text {
border: 1px solid rgb(221, 221, 221);
float: left;
margin-bottom: 30px;
padding: 16px 15px;
width: 100%;
}
.rating-no {
border: 1px solid;
font-size: 20px;
margin: auto;
padding: 17px 0;
text-align: center;
width: 100%;
color: #002b5e;
}
.welcome-text strong {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
}
.ranking-clock .more-details {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: none;
margin: 18% auto auto;
padding: 10px;
text-transform: uppercase;
width: 44%;
}
.ranking-clock .more-details i {
float: right;
font-size: 18px;
margin-top: 2px;
}
.welcome-box:hover .welcome-text {
background: #002b5e;
border: 1px solid #002b5e;
color: #fff;
}
.welcome-box:hover .welcome-text p {
color: #fff;
}
.welcome-box:hover .ranking-clock .more-details {
display: block;
}
.welcome-box:hover .ranking-clock .date {
display: none;
}
.welcome-box:hover .rating-no {
background: #fff;
}
.welcome-box:hover .rating-bg .price {
background: #002b5e;
color: #fff;
}
/*------- popular store -----*/
.popular-image {
border: 1px solid #dddddd;
padding: 18px 0;
position: relative;
text-align: center;
margin-bottom: 30px;
}
.popular-hover {
background: #002b5e;
color: #fff;
left: 0;
padding: 20% 0 0;
position: absolute;
opacity: 0;
top: 0;
width: 100%;
height: 100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.popular-hover:hover {
opacity: 1;
}
/*------- featured -----*/
.featured .col-md-3 {
padding: 0;
}
.featured-text {
color: rgb(255, 255, 255);
font-family: "montserrat";
font-size: 28px;
font-weight: 200;
height: 100%;
left: 0;
padding: 30% 0 0;
position: absolute;
text-align: center;
top: 0;
width: 100%;
}
.featured-text:hover {
background: rgba(0, 43, 94, 0.3) none repeat scroll 0 0;
color: rgb(255, 255, 255);
}
.featured-img {
position: relative;
}
/*------- upcoming-image -----*/
.upcoming-image {
position: relative;
overflow:hidden;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.upcoming-image img{
position: relative;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.upcoming-image .ranking-clock {
height: 100%;
position: absolute;
top: 0;
width: 100%;
}
.upcoming-image .rating-bg .star {
color: #fff;
float: left;
margin: 10px;
}
.upcoming-image .rating-bg {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
bottom: 0;
position: absolute;
width: 100%;
display: none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.rating-bg .price {
background: rgb(255, 255, 255) none repeat scroll 0 0;
float: right;
font-size: 18px;
padding: 10px 15px;
}
.upcoming-image .hart-icon {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: right;
font-size: 18px;
margin-right: 10px;
margin-top: 10px;
padding: 10px;
display: none;
}
.upcoming-image .event-date {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: none;
float: left;
font-size: 12px;
line-height: 18px;
margin-left: 10px;
margin-top: 10px;
padding: 10px;
text-align: center;
text-transform: uppercase;
width: 59px;
}
.upcoming-text {
border: 1px solid rgb(221, 221, 221);
float: left;
margin-bottom: 30px;
padding: 16px 15px;
width: 100%;
}
.rating-no {
border: 1px solid;
font-size: 20px;
margin: auto;
padding: 17px 0;
text-align: center;
width: 100%;
color: #002b5e;
}
.upcoming-text strong {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
color: #002b5e;
}
.ranking-clock .more-details {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: none;
margin: 18% auto auto;
padding: 10px 23px;
text-transform: uppercase;
width: 44%;
}
.ranking-clock .more-details i {
float: right;
font-size: 18px;
margin-top: 2px;
}
.upcoming-box:hover .upcoming-image img{
-ms-transform: rotate(10deg) scale(1.25,1.25);
-webkit-transform: rotate(10deg) scale(1.25,1.25);
transform: rotate(10deg) scale(1.25,1.25);
}
.upcoming-box:hover .welcome-text {
background: #002b5e;
border: 1px solid #002b5e;
color: #fff;
}
.upcoming-box:hover .welcome-text p {
color: #fff;
}
.upcoming-box:hover .ranking-clock .more-details {
display: block;
}
.upcoming-box:hover .ranking-clock .date {
display: none;
}
.upcoming-box:hover .upcoming-image .hart-icon, .upcoming-box:hover .upcoming-image .event-date, .upcoming-box:hover .upcoming-image .rating-bg {
display: block;
}
.upcoming-box:hover .rating-no {
background: #fff;
}
.upcoming-box:hover .rating-bg .price {
background: #002b5e;
color: #fff;
}
.upcoming-text a {
background: #002b5e;
color: rgb(255, 255, 255);
display: inline-block;
font-size: 12px;
margin-top: 10px;
padding: 5px 14px;
}
/*------- upcoming-image -----*/
.featured-coupons-box {
border: 1px solid #dddddd;
float: left;
width: 100%;
padding-bottom: 20px;
}
.featured-coupons-images {
border-bottom: 1px solid #dddddd;
float: left;
height: 145px;
line-height: 130px;
margin-bottom: 15px;
text-align: center;
width: 100%;
}
.featured-coupons-text h6 {
display: inline-block;
font-size: 16px;
line-height: 22px;
margin-top: 11px;
text-transform: uppercase;
}
.featured-coupons-text {
margin: auto;
width: 90%;
}
.featured-coupons-text p {
color: #222;
}
.featured-coupons-text a img {
margin-right: 10px;
}
.featured-coupons-text>a {
background: #002b5e;
color: rgb(255, 255, 255);
display: inherit;
margin: 20px auto;
padding: 10px;
text-align: center;
text-transform: uppercase;
width: 70%;
}
.featured-coupons-text .date {
float: left;
}
.featured-coupons-text .comment {
border: medium none;
float: right;
margin: 0;
padding: 0;
width: auto;
}
.featured-coupons-text .star {
color: #ffc107;
float: left;
width: 100%;
}
/*------- upcoming-image -----*/
.counter {
background: url("../images/counter-bg.jpg") no-repeat scroll center 0 / cover;
position: relative;
padding: 100px 0;
font-family: "Montserrat", sans-serif;
margin-top: 80px;
}
.counter span {
color: #1da6d8;
}
.timer {
font-size: 36px;
font-weight: 100;
margin-bottom: 10px;
color: #fff;
}
.counter p {
color: #fff;
}
.counter span {
color: #fff;
display: inline-block;
font-size: 28px;
font-weight: 200;
margin-bottom: 16px;
}
/*------- prallax-bg -----*/
.top-view-box {
position:relative;
border: 1px solid rgb(221, 221, 221);
float: left;
margin-bottom: 30px;
padding: 16px 0;
width: 100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.top-view-box:hover::before{
opacity:1;
}
.top-view-box:before{
position:absolute;
content:'';
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
opacity:0;
background-size:cover;
background: url("../images/tpimg-hover.jpg") no-repeat scroll center 0 / cover;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.top-view-box:hover {
color: #fff;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.top-view-box a {
color: #222;
}
.top-view-box:hover a {
color: #fff;
}
.top-view-text:hover .col-md-3 span {
background: #fff;
}
.top-view-box:hover .top-view-text .col-md-3 span i {
color: #002B5E;
}
.top-view-text .col-md-3 span {
background: rgb(0, 43, 94) none repeat scroll 0 0;
border-radius: 50%;
color: rgb(255, 255, 255);
display: block;
font-size: 16px;
height: 40px;
line-height: 38px;
margin: auto;
text-align: center;
width: 40px;
}
.top-view-text ul {
list-style: outside none none;
margin-top: 10px;
padding: 0;
}
.top-view-text li {
border-bottom: 1px solid rgb(221, 221, 221);
float: left;
padding: 10px 0;
width: 100%;
}
.top-view-text li span {
float: right;
}
.top-view-text li:last-child {
border: medium none;
}
.top-view-text strong {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
/*------- prallax-bg -----*/
.prallax-bg {
background: url("../images/prallax-bg.jpg") no-repeat scroll center 0 / cover;
position: relative;
padding: 100px 0;
font-family: "Montserrat", sans-serif;
margin-top: 80px;
color: #fff;
}
.prallax-bg::before {
background: rgba(0, 43, 94, 0.9) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 50%;
}
.prallax-text {
margin: 50px 0;
width: 94%;
}
.prallax-text p {
color: #fff;
}
.prallax-text>a {
border: 1px solid;
color: rgb(255, 255, 255);
display: inline-block;
margin-right: 5px;
margin-top: 18px;
padding: 10px 20px;
text-align: center;
width: 158px;
}
.prallax-text i {
float: left;
font-size: 36px;
}
.prallax-bg h4 {
font-family: "montserrat";
font-size: 16px;
font-weight: 300;
margin-bottom: 20px;
}
.footer {
background: #002b5e;
color: rgb(255, 255, 255);
float: left;
padding: 50px 0;
width: 100%;
}
.footer ul {
padding: 0;
}
.footer li {
display: list-item;
float: left;
list-style: outside none none;
margin-bottom: 20px;
width: 100%;
}
.footer h2 {
font-size: 22px;
font-weight: 300;
margin-bottom: 30px;
}
.footer p {
position:relative;
color: #fff;
}
.footer li a {
color: #fff;
}
.footer li a:hover {
color: rgb(255, 221, 0);
}
.footer .icon {
float: left;
margin-right: 10px;
}
.footer .ftext {
float: left;
width: 86%;
}
.footer .subscribe{
position:relative;
}
.footer .subscribe>input {
position:relative;
border: medium none;
color: rgb(0, 0, 0);
padding: 10px;
width:100%;
}
.footer .subscribe>a {
position:absolute;
right:0px;
top:0px;
background: #222222;
color: rgb(255, 255, 255);
margin-left: -3px;
padding: 10px 19px;
font-family: "montserrat";
font-size: 16px;
font-weight: 300;
}
.footer .copayright-left {
float: left;
margin-top: 15px;
}
.footer .copayright-right {
float: right;
}
.footer .socail-icon>li a {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border-radius: 2px;
color: rgb(0, 0, 0) !important;
float: left;
font-size: 12px;
height: 20px;
line-height: 20px;
text-align: center;
width: 17px;
}
.footer .socail-icon>li {
display: inline;
float: left;
margin-left: 9px;
width: auto;
}
.footer .copayright {
border-top: 1px solid;
margin-top: 20px;
padding: 20px 0 0;
}
/*------- list-store-outer -----*/
/*------- dashboard -----*/
.dashboard {
position: relative;
top: 75px;
}
.dashboard .img {
width: 150px;
height: 150px;
background-color: #ccc;
border-radius: 50%;
position: relative;
top: 50px;
float: left;
}
.dashboard .txt {
float: left;
position: relative;
margin-right: 15%;
margin-top: 12%;
text-align: left;
}
.dashboard h3 {
color: #002b5e;
text-transform: uppercase;
}
.dashboard .txt ul {
text-align: left;
}
.dashboard ul li {
padding: 0 20px 0 0;
list-style-type: none;
display: inline;
}
.dshbrd_tabs ul li {
border-bottom: 1px solid rgb(221, 221, 221)!important;
float: left;
padding: 10px 0;
width: 100%;
}
.dshbrd_tabs ul li a {
color: #222222;
}
.dshbrd_tabs .nav-tabs>li {
float: none;
border: 0px;
}
.dshbrd_tabs .nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 0px solid transparent;
border-radius: 0px 0px 0 0;
}
.dshbrd_tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
border: 0px;
color: #002b5e;
}
/*------- dashboard -----*/
.resgister .modal-content {
border: 0px;
display: flow-root;
border-radius: 0px;
}
.resgister .contact-form {
margin-bottom: 30px;
}
.resgister form .chkbx {
height: 15px;
width: 15px;
margin: 4px;
}
.resgister .modal-header {
padding: 0px;
}
.resgister ul li {
background-color: #002b5e;
text-align: center;
text-transform: uppercase;
font-size: 16px;
padding: 10px!important;
font-family: "montserrat";
}
.resgister ul li a {
color: #fff;
}
.resgister .nav-tabs>li>a:hover {
color: #002b5e;
}
.resgister .nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 0px solid transparent;
border-radius: 0px 0px 0 0;
}
.resgister .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
border: 0px;
color: #002b5e;
}
.inner-bg {
background: rgba(0, 0, 0, 0) url("../images/inner-bg.jpg") no-repeat scroll center 0 / cover;
float: left;
height: auto;
margin-top: 70px;
margin-bottom: 80px;
width: 100%;
}
.inner-text {
color: rgb(255, 255, 255);
float: left;
margin: 7% 0;
text-align: center;
width: 100%;
}
.inner-text img {
width: 200px;
height: 200px;
background-color: #ccc;
}
.inner-text h1 {
font-family: "Montserrat", sans-serif;
font-size: 36px !important;
font-weight: 700;
letter-spacing: 5px;
margin-bottom: 30px;
text-transform: uppercase;
}
.inner-text h1 span {
font-weight: 300;
}
.inner-text>ul {
list-style: outside none none;
padding: 0;
}
.inner-text li {
display: inline;
text-transform: uppercase;
}
.inner-text li a {
color: #fff;
}
.list-store-outer .border {
border: 1px solid #ddd;
height: 100px;
text-align: center;
padding: 20px;
}
.list-store-outer .socail-icon {
float: left;
}
.list-store-outer .socail-icon>li {
display: inline;
float: left;
margin-left: 0;
margin-right: 10px;
width: auto;
}
.list-store-outer .socail-icon>li a i {
background: rgb(0, 43, 94) none repeat scroll 0 0;
border-radius: 2px;
color: rgb(255, 255, 255) !important;
float: left;
font-size: 14px;
height: 18px;
line-height: 17px;
margin-right: 10px;
margin-top: 1px;
text-align: center;
width: 17px;
}
.list-store-outer .socail-icon>li a {
color: #002B5E !important;
font-size: 16px;
line-height: 0;
}
.list-store-outer h4 {
margin: 0 0 10px;
padding: 0;
text-transform: uppercase;
}
.list-store-outer {
float: left;
margin-bottom: 50px;
width: 100%;
}
.list-store-outer h2 {
font-family: "montserrat";
font-size: 36px;
margin: 0;
}
.list-store-outer .border>span {
font-weight: 100;
text-transform: uppercase;
}
.list-store-outer .tdc>li {
display: inline;
margin-right: 20px;
}
.list-store-outer .tdc i {
margin-right: 10px;
}
.list-store-outer .btnc {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: left;
margin: 20px 17px 20px 0;
padding: 10px;
text-align: center;
text-transform: uppercase;
width: 24%;
}
.list-store-outer strong {
float: left;
font-family: "montserrat";
font-size: 16px;
font-weight: 500;
width: 100%;
}
.list-store-outer .btnc>img {
margin-right: 10px;
}
.list-store-outer.disble {
color: #dddddd;
}
.list-store-outer.disble .btnc {
background: #ddd;
}
/*------- right-side -----*/
.right-side .weight>h4 {
float: left;
font-size: 16px;
margin-bottom: 30px;
text-transform: uppercase;
width: 100%;
color: #002b5e;
}
.right-side .shop-recommended a {
color: #222222;
}
.weight.shop-recommended>p {
margin-top: 20px;
}
.weight .btn.btn-default {
border: medium none;
padding: 0;
}
.right-side .btn-default:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.right-side .weight {
margin-bottom: 50px;
float: left;
width: 100%;
}
.weight.search-coupons>h4 {
margin: 0;
}
.search-coupons ul {
float: left;
list-style: outside none none;
margin-bottom: 40px;
padding: 0;
width: 100%;
}
.search-coupons li {
border-bottom: 1px solid rgb(221, 221, 221);
float: left;
padding: 10px 0;
width: 100%;
}
.search-coupons li a {
color: #222222;
}
.search-coupons li a::after {
content: "";
float: right;
font-family: fontawesome;
}
.search-coupons .button-slider {
float: left;
width: 100%;
}
.search-coupons .search-btn {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: table;
margin: auto;
padding: 10px;
text-align: center;
text-transform: uppercase;
width: 50%;
}
.right-side .categories ul {
float: left;
list-style: outside none none;
margin-bottom: 40px;
padding: 0;
width: 100%;
}
.right-side .categories li {
border-bottom: 1px solid rgb(221, 221, 221);
float: left;
padding: 10px 0;
width: 100%;
}
.weight.categories span {
float: right;
}
.weight.categories li a {
color: #222222;
}
.weight.categories li a:hover {
color: ##002B5E;
}
/*------- pagination -----*/
.pagination>li>a, .pagination>li>span {
border: medium none;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
margin-left: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
background-color: rgb(0, 43, 94);
border-color: rgb(51, 122, 183);
color: rgb(255, 255, 255);
cursor: default;
z-index: 3;
}
.pagination>li>a, .pagination>li>span {
color: #002B5E;
}
.pagination {
margin: 0 0 50px;
}
/*------- our deatils -----*/
.recent-outer>ul {
float: left;
list-style: outside none none;
margin: 30px 0;
padding: 0;
}
.recent-outer>h4 {
text-transform: uppercase;
color: #002B5E;
}
.recent-outer {
float: left;
width: 91%;
}
.search-box input[type="text"] {
border: 1px solid #ddd;
color: rgb(0, 0, 0);
display: inline-block;
padding: 15px 10px;
width: 75.4%;
}
.search-box>a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: inline-block;
margin-left: -5px;
padding: 16px 37px;
}
.search-popup2 {
background: rgb(255, 255, 255) none repeat scroll 0 0;
color: #999;
margin-left: 242px;
padding: 10px;
text-align: left;
font-size: 12px;
width: 49.9%;
}
.search-popup2 > span {
float: right;
}
.search-popup2 i {
color: rgb(34, 34, 34);
}
.weight.categories.our-categories a::before {
content: "";
font-family: fontawesome;
margin-right: 10px;
}
.weight.tags li {
display: inline;
}
.weight.tags a {
border: 1px solid #ddd;
color: #002B5E;
float: left;
margin-bottom: 21px;
margin-right: 16px;
text-align: center;
color: #222222;
width: 20%;
}
.weight.tags a:hover {
border: 1px solid #002B5E;
color: #002B5E;
}
.our-details-text {
float: left;
margin-bottom: 30px;
margin-top: 30px;
width: 100%;
}
.our-detail-heading {
color: rgb(34, 34, 34);
font-family: "montserrat";
font-size: 16px;
text-transform: uppercase;
}
.our-details-text>ul {
float: left;
margin-bottom: 30px;
width: 100%;
}
.our-details-text li {
display: inline;
float: left;
margin-right: 20px;
margin-top: 25px;
}
.our-details-text a {
color: rgb(34, 34, 34);
}
.our-details-text .read-more {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: right;
padding: 5px 15px;
}
.our-details-text>p {
margin-bottom: 30px;
}
.our-details-text h4 {
color: rgb(34, 34, 34);
font-family: Montserrat Regular;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
}
.our-details-social>ul {
float: right;
margin: 0;
padding: 0;
}
.our-details-social a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
border-radius: 3px;
color: rgb(255, 255, 255);
float: left;
font-size: 15px;
height: 16px;
line-height: 16px;
margin: 0;
padding: 0;
text-align: center;
width: 16px;
}
.comment {
float: left;
width: 100%;
}
.comment-text a {
float: right;
}
.comment-text span {
color: rgb(96, 96, 96);
}
.row.comment-text {
float: left;
margin-bottom: 50px;
}
.comment {
border-top: 1px solid rgb(221, 221, 221);
border-bottom: 1px solid rgb(221, 221, 221);
float: left;
padding: 50px 0 0;
margin-bottom: 50px;
width: 100%;
}
.comment-form textarea {
border: 1px solid rgb(215, 215, 215);
color: rgb(0, 0, 0);
padding: 5px 10px;
text-transform: uppercase;
width: 100%;
}
.comment-form input {
color: rgb(0, 0, 0);
margin: 30px 0;
padding: 5px 10px;
text-transform: uppercase;
width: 100%;
}
.form-submit .btn.btn-secondary {
background: #002B5E;
border-radius: 0;
border-radius: 3px;
color: rgb(255, 255, 255);
padding: 10px 31px;
text-transform: uppercase;
width: 100%;
}
.deal-box {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
float: left;
padding: 50px 0;
width: 100%;
}
.deal-price {
font-family: "montserrat";
font-size: 36px;
padding: 0 0 20px;
text-align: center;
}
.deal-price sub {
font-size: 16px;
font-weight: 300;
text-decoration: line-through;
}
.deal-box>a {
background: rgb(255, 255, 255) none repeat scroll 0 0;
color: rgb(0, 43, 94);
display: inherit;
margin: 10px auto 25px;
padding: 10px 30px;
text-align: center;
text-transform: uppercase;
width: 50%;
}
.deal-box>p {
color: rgb(255, 255, 255);
text-align: center;
}
.deal-box>ul {
display: flex;
list-style: outside none none;
margin-left: auto;
margin-right: auto;
margin-top: 21px;
width: 70%;
}
.deal-box li {
float: left;
font-weight: 300;
width: 33.333%;
}
.deal-box>ul li span {
width: 100%;
float: left;
font-family: "montserrat";
}
#clockdiv {
color: rgb(255, 255, 255);
display: inline-block;
text-align: center;
width: 100%;
padding: 30px 0 0;
}
#clockdiv>div {
border-radius: 3px;
display: inline-block;
font-size: 28px;
margin: 0 5px;
position: relative;
}
#map {
height: 100%;
left: 0;
position: absolute !important;
top: 0;
width: 100%;
}
.weight.map {
border: 1px solid rgb(221, 221, 221);
height: 302px;
position: relative;
width: 100%;
}
.map {
border: 1px solid rgb(221, 221, 221);
height: 480px;
position: relative;
width: 100%;
z-index:-1;
margin-bottom: 100px;
}
.in-short .socail-icon {
float: left;
width: 100%;
padding: 0;
}
.in-short .socail-icon>li {
margin-left: 0;
}
.in-short .socail-icon>li a {
background: #002B5E;
color: rgb(255, 255, 255);
font-size: 12px;
width: 16px;
height: 16px;
border-radius: 3px;
margin-right: 3px;
float: left;
line-height: 18px;
text-align: center;
}
.similar-offer-box .price {
color: rgb(0, 43, 94);
font-size: 16px;
font-weight: 300;
font-family: "montserrat";
}
.similar-offer-box .price>span {
text-decoration: line-through;
color: #222;
font-size: 14px;
font-weight: 100;
margin-left: 5px;
}
.similar-offer-box>img {
margin-bottom: 30px;
}
.contact-form select {
border: 1px solid rgb(221, 221, 221);
border-radius: 0;
box-shadow: 0 0 0;
color: rgb(0, 0, 0);
float: left;
height: 50px;
margin: 10px 0 28px;
padding: 5px 9px;
text-transform: uppercase;
width: 100%;
}
.contact-form input {
border: 1px solid rgb(221, 221, 221);
border-radius: 0;
box-shadow: 0 0 0;
color: rgb(0, 0, 0);
float: left;
height: 50px;
margin: 10px 0 28px;
padding: 5px 9px;
text-transform: uppercase;
width: 100%;
}
.contact-form textarea {
border: 1px solid rgb(215, 215, 215);
width: 100%;
border-radius: 0;
box-shadow: 0 0 0;
}
.contact-form #send {
background: rgb(0, 43, 94) none repeat scroll 0 0;
border-radius: 3px;
color: rgb(255, 255, 255);
padding: 20px 31px;
text-transform: uppercase;
width: 100%;
border-radius: 0;
margin-top: 20px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.contact-form {
float: left;
margin-bottom: 100px;
}
.contact-info {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
margin-top: 94px;
padding: 24px;
}
.contact-info>p {
color: rgb(255, 255, 255);
margin-bottom: 28px;
}
.contact-info h4 {
font-size: 16px;
font-weight: 300;
}
.contact-form h2 {
color: rgb(0, 43, 94);
font-weight: 300;
margin-bottom: 30px;
}
.contact-info li {
display: list-item;
list-style: outside none none;
}
.contact-info i {
float: left;
margin-right: 10px;
margin-top: 5px;
}
.search-box-coupons {
float: left;
margin-bottom: 80px;
width: 100%;
}
.search-box-coupons .col-md-9 input[type="text"] {
border: 1px solid rgb(221, 221, 221);
color: rgb(0, 0, 0);
display: inline-block;
padding: 15px 10px;
width: 80%;
}
.search-box-coupons .col-md-9 a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: inline-block;
margin-left: -5px;
padding: 16px 37px;
width: 20%;
text-align: center;
}
.search-box-coupons .col-md-3 a {
background: rgb(0, 43, 94) none repeat scroll 0 0;
color: rgb(255, 255, 255);
display: inline-block;
margin-left: -5px;
padding: 16px 37px;
width: 100%;
font-size: 16px;
text-align: center;
}
.coupons .featured-coupons-box {
margin-bottom: 50px;
}
.coupons .popular-image {
margin: 10px;
}
.popular-text {
margin-bottom: 50px;
text-align: center;
}
.popular-text a {
color: #222;
}
.search-bg {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
opacity: 1;
}
.search-popup {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
margin-top: 200px;
text-transform: uppercase;
}
.search-outer {
border-bottom: 1px solid rgb(255, 255, 255);
float: left;
margin-top: 250px;
padding-bottom: 16px;
width: 100%;
}
.modal-backdrop.in {
opacity: 0.5;
z-index: 0;
display:none;
}
.search-outer input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: rgb(255, 255, 255);
font-size: 14px;
text-transform: uppercase;
width: 100%;
}
.search-bg a {
color: rgb(255, 255, 255);
font-size: 20px;
}
/*------- resposive -----*/
@media (min-width:320px) and (max-width:480px) {
.header-text h1 {
font-size: 28px !important;
}
.navbar-fixed-top.affix-top::before {
width: 100%;
}
.coupen-search-form .form-group input[type="submit"],
.coupen-search-form button{
right:0px !important;
}
.search-popup2 {
margin-left: 40px;
}
.navbar-toggle {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-default {
background: #FFDD00;
text-align: center;
width: 100%;
}
.logo {
margin-bottom: 15px;
text-align: center;
}
.navbar-inverse .navbar-toggle {
border: medium none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-nav>li>a {
padding-bottom: 10px;
padding-top: 10px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color: rgb(255, 255, 255);
}
.navbar-nav .open .dropdown-menu {
background-color: rgb(0, 43, 94);
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: rgb(51, 51, 51);
}
.coupons .featured-coupons-box {
display: inline-block;
float: inherit;
}
.search-box-coupons {
float: inherit;
margin-bottom: 80px;
width: 100%;
}
.search-box-coupons .col-md-3 a {
margin-left: 0;
padding: 16px 0;
text-align: center;
margin-top: 15px;
width: 100%;
}
.search-box-coupons .col-md-9 a {
margin-left: -4px;
padding: 16px 0;
width: 25%;
}
.search-box-coupons .col-md-9 input[type="text"] {
width: 75%;
}
.navbar-nav .open .dropdown-menu {
text-align: center;
}
.header-bg {
height: 500px;
}
.header-text>a {
margin-top: 100px;
}
.tilte h2 {
font-size: 27px;
}
.rating-no {
margin: auto auto 20px;
}
.ranking-clock .more-details, .ranking-clock .date {
width: 54%;
}
.tilte {
width: 100%;
}
.popular-image {
padding: 50px 0;
}
.upcoming-image {
display: inline-block;
width: 100%;
}
.featured-coupons-box {
margin-bottom: 30px;
}
.prallax-bg::before {
width: 100%;
}
.socail-icon {
display: inline-block;
float: none;
list-style: outside none none;
margin: auto;
padding: 0;
}
.footer .copayright-right {
float: right;
text-align: center;
width: 100%;
}
.footer .copayright-left {
float: left;
margin-bottom: 30px;
margin-top: 15px;
text-align: center;
width: 100%;
}
.subscribe {
width:100%;
float: left;
}
.footer h2 {
float: left;
width: 100%;
}
.footer p {
float: left;
width: 100%;
}
.upcoming-box {
display: inline-block;
}
.navbar-fixed-top.affix .navbar-inverse .navbar-nav>li>a {
color: rgb(34, 34, 34);
}
.contact-form {
float: left;
margin-bottom: 0;
width: 100%;
}
.home2 .header-text {
margin-top: 60%;
}
.home2 .header-bg {
height: 600px;
}
.header-box-outer {
font-size: 20px;
}
.header-box-outer .col-md-4 {
width: 33.333%;
float: left;
}
.list-store-outer .border {
display: inline-block;
margin-bottom: 30px;
}
.right-side {
display: inline-block;
width: 100%;
}
.list-store-outer .btnc {
margin: 20px 17px 0 0;
width: 100%;
}
.search-box input[type="text"] {
width: 70%;
}
.recent-outer>ul {
margin-bottom: 0;
text-align: center;
width: 100%;
}
.recent-outer li {
margin-bottom: 30px;
}
.our-details-text {
display: inline-block;
float: none;
}
.welcome-image img, .upcoming-image img {
width: 100%;
}
.contact-info {
margin-bottom: 50px;
margin-top: 50px;
}
.search-outer .col-md-11 {
float: left;
width: 80%;
}
#clockdiv > div{
font-size:20px;
}
}
@media (min-width:480px) and (max-width:640px) {
.featured-img>img {
width: 100%;
}
.header-text h1 {
font-size: 28px !important;
}
.navbar-fixed-top.affix-top::before {
width: 100%;
}
.navbar-toggle {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-default {
background: #FFDD00;
text-align: center;
width: 100%;
}
.logo {
margin-bottom: 15px;
text-align: center;
}
.navbar-inverse .navbar-toggle {
border: medium none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-nav>li>a {
padding-bottom: 10px;
padding-top: 10px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color: rgb(255, 255, 255);
}
.navbar-nav .open .dropdown-menu {
background-color: rgb(0, 43, 94);
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: rgb(51, 51, 51);
}
.coupons .featured-coupons-box {
display: inline-block;
float: inherit;
}
.search-box-coupons {
float: inherit;
margin-bottom: 80px;
width: 100%;
}
.search-box-coupons .col-md-3 a {
margin-left: 0;
padding: 16px 0;
text-align: center;
margin-top: 15px;
width: 100%;
}
.search-box-coupons .col-md-9 a {
margin-left: -4px;
padding: 16px 0;
width: 25%;
}
.search-box-coupons .col-md-9 input[type="text"] {
width: 75%;
}
.navbar-nav .open .dropdown-menu {
text-align: center;
}
.header-bg {
height: 500px;
}
.header-text>a {
margin-top: 100px;
}
.tilte h2 {
font-size: 27px;
}
.rating-no {
margin: auto auto 20px;
}
.ranking-clock .more-details, .ranking-clock .date {
width: 54%;
}
.tilte {
width: 100%;
}
.popular-image {
padding: 50px 0;
}
.upcoming-image {
display: inline-block;
width: 100%;
}
.featured-coupons-box {
margin-bottom: 30px;
}
.prallax-bg::before {
width: 100%;
}
.socail-icon {
display: inline-block;
float: none;
list-style: outside none none;
margin: auto;
padding: 0;
}
.footer .copayright-right {
float: right;
text-align: center;
width: 100%;
}
.footer .copayright-left {
float: left;
margin-bottom: 30px;
margin-top: 15px;
text-align: center;
width: 100%;
}
.subscribe {
float: left;
}
.footer h2 {
float: left;
width: 100%;
}
.footer p {
float: left;
width: 100%;
}
.upcoming-box {
display: inline-block;
}
.navbar-fixed-top.affix .navbar-inverse .navbar-nav>li>a {
color: rgb(34, 34, 34);
}
.contact-form {
float: left;
margin-bottom: 0;
width: 100%;
}
.home2 .header-text {
margin-top: 60%;
}
.home2 .header-bg {
height: 600px;
}
.header-box-outer {
font-size: 20px;
}
.header-box-outer .col-md-4 {
width: 33.333%;
float: left;
}
.list-store-outer .border {
display: inline-block;
margin-bottom: 30px;
}
.right-side {
display: inline-block;
width: 100%;
}
.list-store-outer .btnc {
margin: 20px 17px 0 0;
width: 100%;
}
.search-box input[type="text"] {
width: 70%;
}
.recent-outer>ul {
margin-bottom: 0;
text-align: center;
width: 100%;
}
.recent-outer li {
margin-bottom: 30px;
}
.our-details-text {
display: inline-block;
float: none;
}
.welcome-image img, .upcoming-image img {
width: 100%;
}
.contact-info {
margin-bottom: 50px;
margin-top: 50px;
}
.search-outer .col-md-11 {
float: left;
width: 80%;
}
}
@media (min-width:640px) and (max-width:750px) {
.featured-img>img {
width: 100%;
}
.popular-hover {
padding: 8% 0 0;
}
.header-text h1 {
font-size: 28px !important;
}
.navbar-fixed-top.affix-top::before {
width: 100%;
}
.navbar-toggle {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-default {
background: #FFDD00;
text-align: center;
width: 100%;
}
.logo {
margin-bottom: 15px;
text-align: center;
}
.navbar-inverse .navbar-toggle {
border: medium none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-nav>li>a {
padding-bottom: 10px;
padding-top: 10px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color: rgb(255, 255, 255);
}
.navbar-nav .open .dropdown-menu {
background-color: rgb(0, 43, 94);
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: rgb(51, 51, 51);
}
.coupons .featured-coupons-box {
display: inline-block;
float: inherit;
}
.search-box-coupons {
float: inherit;
margin-bottom: 80px;
width: 100%;
}
.search-box-coupons .col-md-3 a {
margin-left: 0;
padding: 16px 0;
text-align: center;
margin-top: 15px;
width: 100%;
}
.search-box-coupons .col-md-9 a {
margin-left: -4px;
padding: 16px 0;
width: 25%;
}
.search-box-coupons .col-md-9 input[type="text"] {
width: 75%;
}
.navbar-nav .open .dropdown-menu {
text-align: center;
}
.header-bg {
height: 500px;
}
.header-text>a {
margin-top: 100px;
}
.tilte h2 {
font-size: 27px;
}
.rating-no {
margin: auto auto 20px;
}
.ranking-clock .more-details, .ranking-clock .date {
width: 54%;
}
.tilte {
width: 100%;
}
.popular-image {
padding: 50px 0;
}
.upcoming-image {
display: inline-block;
width: 100%;
}
.featured-coupons-box {
margin-bottom: 30px;
}
.prallax-bg::before {
width: 100%;
}
.socail-icon {
display: inline-block;
float: none;
list-style: outside none none;
margin: auto;
padding: 0;
}
.footer .copayright-right {
float: right;
text-align: center;
width: 100%;
}
.footer .copayright-left {
float: left;
margin-bottom: 30px;
margin-top: 15px;
text-align: center;
width: 100%;
}
.subscribe {
float: left;
}
.footer h2 {
float: left;
width: 100%;
}
.footer p {
float: left;
width: 100%;
}
.upcoming-box {
display: inline-block;
}
.navbar-fixed-top.affix .navbar-inverse .navbar-nav>li>a {
color: rgb(34, 34, 34);
}
.contact-form {
float: left;
margin-bottom: 0;
width: 100%;
}
.search-popup2 {
margin-left: 110px;
}
.home2 .header-text {
margin-top: 25%;
}
.home2 .header-bg {
height: 600px;
}
.header-box-outer {
font-size: 20px;
}
.header-box-outer .col-md-4 {
width: 33.333%;
float: left;
}
.list-store-outer .border {
display: inline-block;
margin-bottom: 30px;
}
.right-side {
display: inline-block;
width: 100%;
}
.list-store-outer .btnc {
margin: 20px 17px 0 0;
width: 100%;
}
.search-box input[type="text"] {
width: 70%;
}
.recent-outer>ul {
margin-bottom: 0;
text-align: center;
width: 100%;
}
.recent-outer li {
margin-bottom: 30px;
}
.our-details-text {
display: inline-block;
float: none;
}
.welcome-image img, .upcoming-image img {
width: 100%;
}
.contact-info {
margin-bottom: 50px;
margin-top: 50px;
}
.search-outer .col-md-11 {
float: left;
width: 80%;
}
}
@media (min-width:720px) and (max-width:980px) {
.nav>li>a {
display: block;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
position: relative;
}
.navbar-fixed-top.affix .navbar-inverse .navbar-nav>li>a {
color: #fff;
}
.popular-hover {
padding: 8% 0 0;
}
.header-text h1 {
font-size: 28px !important;
}
.coupons .featured-coupons-box {
display: inline-block;
float: inherit;
}
.search-box-coupons {
float: inherit;
margin-bottom: 80px;
width: 100%;
}
.search-box-coupons .col-md-3 a {
margin-left: 0;
padding: 16px 0;
text-align: center;
margin-top: 15px;
width: 100%;
}
.search-box-coupons .col-md-9 a {
margin-left: -4px;
padding: 16px 0;
width: 25%;
}
.search-box-coupons .col-md-9 input[type="text"] {
width: 75%;
}
.navbar-nav .open .dropdown-menu {
text-align: center;
}
.header-bg {
height: 500px;
}
.header-text>a {
margin-top: 100px;
}
.tilte h2 {
font-size: 27px;
}
.rating-no {
margin: auto auto 20px;
}
.ranking-clock .more-details, .ranking-clock .date {
width: 24%;
}
.tilte {
width: 100%;
}
.popular-image {
padding: 50px 0;
}
.upcoming-image {
display: inline-block;
width: 100%;
}
.featured-coupons-box {
margin-bottom: 30px;
}
.prallax-bg::before {
width: 100%;
}
.socail-icon {
display: inline-block;
float: none;
list-style: outside none none;
margin: auto;
padding: 0;
}
.footer .copayright-right {
float: right;
text-align: center;
width: 100%;
}
.footer .copayright-left {
float: left;
margin-bottom: 30px;
margin-top: 15px;
text-align: center;
width: 100%;
}
.subscribe {
float: left;
}
.footer h2 {
float: left;
width: 100%;
}
.footer p {
float: left;
width: 100%;
}
.upcoming-box {
display: inline-block;
width: 100%;
}
.contact-form {
float: left;
margin-bottom: 0;
width: 100%;
}
.home2 .header-text {
margin-top: 25%;
}
.search-popup2 {
margin-left: 137px;
}
.home2 .header-bg {
height: 600px;
}
.header-box-outer {
font-size: 20px;
}
.header-box-outer .col-md-4 {
width: 33.333%;
float: left;
}
.list-store-outer .border {
display: inline-block;
margin-bottom: 30px;
}
header .col-md-3 {
width: 25%;
float: left;
}
.right-side {
display: inline-block;
width: 100%;
}
.list-store-outer .btnc {
margin: 20px 17px 0 0;
width: 100%;
}
.search-box input[type="text"] {
width: 70%;
}
.recent-outer>ul {
margin-bottom: 0;
width: 100%;
}
.recent-outer li {
margin-bottom: 30px;
}
.our-details-text {
display: inline-block;
float: none;
}
.welcome-image img, .upcoming-image img, .featured-img>img, .upcoming-image img {
width: 100%;
}
.contact-info {
margin-bottom: 50px;
margin-top: 50px;
}
.search-outer .col-md-11 {
float: left;
width: 80%;
}
}
@media (min-width:1000px) and (max-width:1024px) {
.nav>li>a {
padding-left: 10px;
padding-right: 10px;
}
.footer .subscribe>input {
width: 70%;
}
.featured-coupons-text>a {
font-size: 12px;
}
.search-box-coupons .col-md-3 a {
font-size: 12px;
}
.search-box input[type="text"] {
width: 69%;
}
.search-popup2 {
margin-left: 192px;
}
}
@media only screen and (max-width: 1024px){
.upcoming-text strong{
font-size:15px;
}
.martina{
width:100%;
}
.list-store-outer .border{
padding:15px;
}
.list-store-outer .btnc{
width:50% !important;
}
}
@media only screen and (max-width: 1140px){
.deal-box > a{
width:70%;
}
.similar-offer-box > img{
width:100%;
}
.upcoming-text strong{
font-size:13px;
}
.upcoming-text a{
padding:5px 6px;
}
.header-text > a{
margin-top:80px;
}
.list-store-outer .border{
padding:10px;
}
.list-store-outer .btnc{
width:32%;
}
}
@media only screen and (max-width: 780px){
.home2 .navbar-inverse .navbar-nav>li>a{
color:#000000 !important;
}
}
@media only screen and (max-width: 480px){
.coupen-search-form .form-group input[type="submit"], .coupen-search-form button{
position:relative !important;
width:100% !important;
}
.coupen-search-form .form-group{
bottom:0px !important;
}
}
/***
====================================================================
Main Header style
====================================================================
***/
.auto-container{
position:static;
max-width:1200px;
padding:0px 15px;
margin:0 auto;
}
.main-header{
position:relative;
left:0px;
top:0px;
z-index:999;
width:100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
/*Sticky Header*/
.sticky-header{
position:fixed;
opacity:0;
visibility:hidden;
left:0px;
top:0px;
width:100%;
padding:0px 0px;
background:#ffffff;
z-index:0;
border-bottom:1px solid #e0e0e0;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sticky-header .logo{
padding:5px 0px 5px;
}
.fixed-header .sticky-header{
z-index:999;
opacity:1;
visibility:visible;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.main-header .header-upper{
position:relative;
background:#ffffff;
z-index:5;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
border-bottom:1px solid #f5f5f5;
}
.main-header .header-upper .logo img{
position:relative;
display:inline-block;
max-width:100%;
}
.main-header .logo-outer{
position:relative;
z-index:25;
padding:20px 0px;
}
.main-header .logo-outer .logo{
margin-top:0px;
}
.main-header .logo-outer .logo img{
position:relative;
display:inline-block;
max-width:100%;
}
.main-header .header-upper .upper-right{
position:relative;
}
.main-header .info-box{
position:relative;
float:left;
min-height:56px;
margin-left:35px;
font-size:13px;
color:#777777;
text-transform:uppercase;
padding:44px 0px 44px 60px;
/*border-right:1px solid #f5f5f5;*/
}
.main-header .info-box:last-child{
/*padding-left:0px;
padding-right:0px;
border:0px;*/
}
.main-header .info-box .icon-box{
position:absolute;
left:0px;
color:#eb5310;
font-size:42px;
text-align:left;
line-height:1em;
border-radius:50%;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}
/*.main-header .info-box:hover .icon-box{
color:#ffdd00;
}*/
.main-header .info-box li{
position:relative;
line-height:20px;
color:#777777;
font-size:16px;
margin-bottom:5px;
font-weight:300;
text-transform:capitalize;
}
/*.main-header .info-box li.cart-btn .total-count{
position:absolute;
right:-6px;
top:-6px;
width:20px;
height:20px;
color:#ffffff;
font-size:12px;
font-weight:600;
text-align:center;
border-radius:50%;
line-height:20px;
background-color:#1ecb16;
}
*/
.main-header .info-box strong{
font-weight:700;
color:#333333;
font-size:18px;
font-family: 'Roboto Slab', serif;
}
.main-header .header-lower{
position:relative;
top:0px;
width:100%;
z-index:5;
background:#002b5e;
}
.main-header .header-lower .auto-container{
position:relative;
}
.main-header .nav-outer{
position:relative;
padding-right:100px;
}
.main-header .nav-outer .options-box{
position:absolute;
right:0px;
top:18px;
z-index:12;
}
.main-header .nav-outer .options-box li{
position:relative;
display:inline-block;
}
.main-header .nav-outer .options-box li a span{
color:#ffffff;
font-size:16px;
margin-left:15px;
}
.main-menu{
position:relative;
float:right;
}
.main-menu .navbar-collapse{
padding:0px;
}
.main-menu .navigation{
position:relative;
margin:0px;
}
li{
list-style:none;
}
.main-menu .navigation > li{
position:relative;
float:left;
list-style:none;
margin-right:0px;
}
.main-header .sticky-header .main-menu .navigation > li{
margin:0px;
border:0px;
}
.main-menu .navigation > li > a{
position:relative;
display:block;
font-size:14px;
color:#ffffff;
line-height:30px;
font-weight:400;
opacity:1;
text-transform:uppercase;
padding:15px 35px 15px 0px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
font-family: "Montserrat", sans-serif;
}
.main-menu .navigation > li:last-child > a{
background:none;
}
.main-header .sticky-header .main-menu .navigation > li > a{
color:#181818;
padding:15px 15px !important;
line-height:30px;
font-size:16px;
font-weight:600;
min-height:0px;
background:none;
border:0px;
}
.sticky-header .main-menu .navigation > li > a:before{
display:none;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
/*color:#ffdd00;
border-color:#ffdd00;*/
opacity:1;
}
.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
background:#ffdd00;
color:#ffffff;
opacity:1;
}
.main-menu .navigation > li:hover > a:after{
opacity:1;
}
.main-menu .navigation > li > ul{
position:absolute;
left:0px;
top:100%;
width:250px;
padding:0px;
z-index:100;
display:none;
background:#002b5e;
border-top:3px solid #ffdd00;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul.from-right{
left:auto;
right:0px;
}
.main-menu .navigation > li > ul > li{
position:relative;
width:100%;
border-bottom:1px solid rgba(255,255,255,0.1);
}
.main-menu .navigation > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > a{
position:relative;
display:block;
padding:10px 20px;
line-height:24px;
font-weight:400;
font-size:15px;
color:#ffffff;
text-align:left;
text-transform:capitalize;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:before{
content:'';
position:absolute;
left:0px;
top:50%;
height:16px;
margin-top:-8px;
border-left:2px solid #ffdd00;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
font-family: 'FontAwesome';
content: "\f105";
position: absolute;
right: 12px;
top:14px;
font-size: 14px;
line-height: 24px;
}
.main-menu .navigation > li > ul > li:hover > a{
color:#ffffff;
background-color:#ffdd00;
}
.main-menu .navigation > li > ul > li:hover > a:before{
border-color:#ffffff;
}
.main-menu .navigation > li > ul > li > ul{
position:absolute;
left:100%;
top:0px;
width:250px;
padding:0px;
z-index:100;
display:none;
background:#002b5e;
-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
border-bottom:1px solid rgba(255,255,255,0.1);
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > ul > li > a{
position:relative;
display:block;
padding:14px 20px;
line-height:24px;
font-weight:400;
font-size:15px;
color:#ffffff;
text-align:left;
text-transform:capitalize;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:before{
content:'';
position:absolute;
right:0px;
top:50%;
height:16px;
margin-top:-8px;
border-left:2px solid #ffdd00;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover{
color:#ffffff;
background-color:#ffdd00;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a:before{
border-color:#ffffff;
}
.main-menu .navigation > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
top:100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
left:100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
position:absolute;
right:10px;
top:6px;
width:34px;
height:30px;
border:1px solid #ffffff;
text-align:center;
font-size:16px;
line-height:26px;
color:#ffffff;
cursor:pointer;
z-index:5;
display:none;
}
/*.main-header .btn-box .donate-btn:after{
position:absolute;
content:'';
right:-20px;
top:0px;
width:32px;
height:100%;
background-color:#ffffff;
-ms-transform: skewX(20deg);
-webkit-transform: skewX(20deg);
-moz-transform: skewX(20deg);
transform: skewX(20deg);
}*/
ul{
margin-bottom:0px;
}
.main-header .header-top{
position:relative;
background-color:#dddddd;
}
.main-header .header-top .top-left{
position:relative;
float:left;
}
.main-header .header-top .top-left ul li{
position:relative;
margin-right:25px;
font-size:14px;
color:#232323;
padding:12px 0px;
display:inline-block;
}
.main-header .header-top .donation-btn{
position:relative;
float:right;
}
.main-header .header-top .donation-btn .btn-style-two{
border-radius:0px;
font-size:15px;
font-weight:600;
text-transform:uppercase;
font-family: 'Open Sans', sans-serif;
}
.main-header .header-top .donation-btn .btn-style-two:hover{
background:#ffffff;
color:#ffdd00;
border-color:#ffffff;
}
.main-header .header-top .top-left ul li .icon{
font-size:14px;
margin-right:10px;
color:#232323;
}
.main-header .header-top .top-left ul li a{
font-size:15px;
font-weight:400;
color:rgba(255,255,255,0.70);
font-family: 'Roboto', sans-serif;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.main-header .header-top .top-left ul li a:hover{
color:#ffdd00;
}
.main-header .header-top .top-right .social-icon-four{
float:left;
}
.main-header .header-top .top-right{
position:relative;
float:right;
}
.main-header .header-top .top-right ul li{
position:relative;
margin-right:10px;
font-size:14px;
color:#bbbbbb;
padding:12px 0px 12px;
display:inline-block;
}
/*.main-header .header-top .top-right ul li:after{
position:absolute;
content:'';
top:50%;
width:1px;
height:13px;
right:-14px;
margin-top:-7px;
background-color:#bababa;
}*/
.main-header .header-top .top-right ul li .icon{
color:#232323;
font-size:14px;
margin-right:10px;
}
.main-header .header-top .top-right ul li a{
font-size:14px;
font-weight:400;
background:inherit;
color:#232323;
font-family: 'Roboto', sans-serif;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.main-header .header-top .top-right ul li a:focus{
color:#232323 !important;
background-color:inherit !important;
}
.main-header .header-top .top-right ul li a:hover{
color:#232323;
background:none !important;
}
.main-header .header-top .top-right ul li:last-child{
margin-right:0px;
}
.main-header .header-top .top-right ul li:last-child::after{
display:none;
}
.main-header .language .dropdown-menu{
top:46px;
padding:0px;
margin-top:2px;
min-width:180px;
background-color:#222222;
border-top:3px solid #ffdd00;
}
.main-header li.language{
top:-2px;
padding-right: 8px;
line-height: 1.4em;
}
.main-header li.language a{
border:0px;
padding:0px;
background:none;
}
.main-header li.language a:hover{
background:none;
}
.main-header .language .dropdown-menu > li{
padding:0px !important;
margin:0px !important;
float:none;
display:block !important;
border-bottom: 1px solid rgba(255,255,255,0.20);
}
.main-header .language .dropdown-menu > li > a{
padding:12px 20px !important;
color:#ffffff !important;
text-align:left;
}
.main-header .language .dropdown-menu > li > a:hover{
color:#ffffff !important;
}
.header-search-box{
margin-top:35px;
}
/***
====================================================================
Default Form Styling
====================================================================
***/
.default-form .form-group{
position:relative;
margin-bottom:18px;
}
.default-form .form-group .field-inner{
position:relative;
float:left;
}
.default-form .form-group .field-inner .input-icon{
position: absolute;
right: 15px;
top: 50%;
margin-top: -10px;
line-height: 20px;
font-size: 12px;
color: #f06529;
}
.default-form .field-label{
display:block;
line-height:24px;
margin-bottom:10px;
color:#777777;
font-weight:400;
font-size:16px;
}
.default-form .form-group .field-label sup,
.default-form .form-group .field-label .req{
color:#f06529;
font-size:16px;
padding-left:3px;
}
.default-form input.search{
width:367px;
float:left;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
display:block;
line-height:22px;
height:50px;
font-size:14px;
border:1px solid #dddddd;
border-right:0px;
padding:10px 20px 10px;
background-color:#ffffff;
color:#222222;
background:#ffffff;
text-transform:uppercase;
transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.default-form select{
cursor:pointer;
-moz-appearance:none;
-webkit-appearance:none;
-ms-appearance:none;
-o-appearance:none;
margin-right:0px;
width:230px;
text-transform:uppercase;
border-right:1px solid #dddddd;
background:#ffffff url(../images/icon-select.jpg) right center no-repeat;
}
input:focus{
outline:none;
}
.default-form.light input[type="text"],
.default-form.light input[type="email"],
.default-form.light input[type="password"],
.default-form.light input[type="tel"],
.default-form.light input[type="url"],
.default-form.light select,
.default-form.light textarea{
/*background:none;*/
}
/*.default-form.light select{
background:url(../images/icons/icon-select-2.png) right center no-repeat;
}*/
.default-form textarea{
height:120px;
resize:none;
}
.default-form .form-group .field-inner button{
position:relative;
right:0px;
top:0px;
width:100px;
height:50px;
color:#ffffff;
background:none;
border:0px;
font-size:20px;
line-height:20px;
background-color:#002b5e;
}
.default-form .form-group .field-inner button .fa{
position:relative;
top:-1px;
}
.btn-style-three{
position: relative;
color: #ffffff;
font-size:14px;
padding:12px 40px;
background-color: #002b5e;
text-transform: uppercase;
display: inline-block;
margin-bottom: 20px;
font-family: "montserrat", serif;
}
.btn-style-three{
color:#ffffff !important;
opacity:1;
}
/***
====================================================================
Main Slider style
====================================================================
***/
.main-slider{
position:relative;
z-index:10;
}
.main-slider .tp-banner-container .tp-banner ul li{
background-position:left center !important;
background-repeat:no-repeat !important;
}
.main-slider .tp-dottedoverlay{
background:none !important;
}
.main-slider .tp-caption{
z-index:5 !important;
}
.main-slider .tp-caption .theme-btn{
border-width:2px !important;
}
.main-slider .title{
position:relative;
color:#ffffff;
font-size:15px;
font-weight:500;
margin-left:0px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.main-slider .title span{
color:#ffdd00;
}
.main-slider h2{
position:relative;
font-size:36px;
color:#ffffff;
font-weight:500;
line-height:1.2em;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.main-slider h2 span{
color:#ffdd00;
font-size:30px;
}
.main-slider .text-slide{
position:relative;
color:#ffffff;
font-size:14px;
line-height:1.6em;
}
/*.main-slider .text{
position:relative;
color:#ffffff;
font-size:22px;
margin-bottom:30px;
text-transform:uppercase;
font-family: 'Open Sans', sans-serif;
}*/
.btn-style-one{
position:relative;
background-color:#002b5e;
padding:10px 40px;
font-size:14px;
font-weight:400;
display:inline-block;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.btn-style-one:hover{
background-color:#ffdd00;
}
.main-slider .btn-style-one{
color: #ffffff !important;
}
.main-slider .btn-style-two{
color: #ffffff !important;
}
/*.main-slider .btn-style-two:hover{
color: #ffdd00 !important;
}*/
.main-slider .tp-bullets{
}
.main-slider .tp-bullets.preview3 .bullet{
position:relative !important;
background:none !important;
width:10px !important;
height:10px !important;
border:2px solid #ffffff !important;
border-radius:50%!important;
margin:0px 7px;
}
.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
border-width:4px !important;
background:#ffffff !important;
border-color:#ffffff !important;
}
.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
background:none !important;
width:60px !important;
overflow:hidden;
margin-top:0px !important;
height:60px !important;
}
.main-slider .tparrows.preview3{
width:60px;
height:60px;
text-align:center;
line-height:60px;
border-radius:50%;
display:none;
background-color:inherit !important;
border:2px solid rgba(255,255,255,0.50);
}
.main-slider .tparrows.preview3::after{
top:0px;
color:#ffffff;
font-size:18px;
padding:0px;
line-height:56px;
background:none;
font-weight:300;
display:none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-slider .tparrows.tp-leftarrow.preview3::after{
position:relative;
content: '\f16b';
display:none;
font-family: "Flaticon";
}
.main-slider .tparrows.tp-rightarrow.preview3::after{
position:relative;
content: '\f16c';
display:none;
font-family: "Flaticon";
}
.main-slider .tparrows.preview3.tp-leftarrow{
left:30px !important;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-slider .tparrows.preview3.tp-rightarrow{
right:30px !important;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-slider .tparrows.preview3.tp-leftarrow:hover,
.main-slider .tparrows.preview3.tp-rightarrow:hover{
background-color:rgba(255,255,255,0.50) !important;
border-color:rgba(255,255,255,0.50) !important;
}
.main-slider .tparrows.preview3 .tp-arr-iwrapper{
visibility:hidden;
opacity:0;
display:none;
}
.main-slider .tp-bannertimer{
display:none !important;
}
/***
====================================================================
Sidebar Page
====================================================================
***/
.sidebar-page-container{
position:relative;
padding:20px 0px 80px;
}
.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
margin-bottom:30px !important;
}
.sidebar-widget{
position:relative;
margin-bottom:40px;
}
.sidebar-widget.search-box{
margin-top:53px;
}
.cats{
position:relative;
margin-bottom:30px;
}
.cats li{
position:relative;
margin-right:28px;
display:inline-block;
}
.cats li a{
color:#222222;
font-size:16px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.cats li a .icon{
margin-right:8px;
}
.cats li a:hover{
color:#002b5e;
text-decoration:line-through;
}
.category-block{
position:relative;
margin-bottom:30px;
}
.category-block .inner-box{
position:relative;
border:1px solid #dddddd;
}
.category-block .inner-box .image{
position:relative;
}
.category-block .inner-box .image .sale{
position:absolute;
top:0px;
right:0px;
color:#ffffff;
padding:5px 12px;
z-index:10;
font-size:12px;
font-weight:500;
letter-spacing:1px;
text-transform:uppercase;
background-color:#002b5e;
}
.category-block .inner-box .image img{
position:relative;
width:100%;
display:block;
}
.category-block .inner-box .image .grey-overlay{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
opacity:1;
background-color:rgba(0,0,0,0.40);
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.category-block .inner-box .image .overlay-box{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
opacity:0;
text-align:center;
background-color:rgba(0,43,94,0.40);
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.category-block .inner-box:hover .image .overlay-box{
opacity:1;
}
.category-block .inner-box:hover .image .grey-overlay{
opacity:0;
}
.category-block .inner-box .image .overlay-box .wishlist{
position:relative;
color:#ffffff;
font-size:16px;
top:42%;
margin-top:-10px;
text-transform:uppercase;
}
.category-block .inner-box .image .overlay-box .options{
position:relative;
top:50%;
margin-top:-18px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.category-block .inner-box .image .overlay-box .options li{
position:relative;
display:inline-block;
margin:0px 5px;
}
.category-block .inner-box .image .overlay-box .options li a{
position:relative;
width:36px;
height:36px;
font-size:18px;
line-height:34px;
color:#002b5e;
display:inline-block;
background-color:#ffffff;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
}
.category-block .inner-box .image .overlay-box .options li a:hover{
color:#ffffff;
background-color:#002b5e;
}
.category-block .inner-box .lower-content{
position:relative;
padding:30px 20px;
}
.category-block .inner-box .lower-content .sex{
position:relative;
color:#222222;
font-size:14px;
margin-bottom:2px;
text-transform:capitalize;
}
.category-block .inner-box .lower-content .product-name{
position:relative;
color:#222222;
font-size:16px;
font-weight:600;
margin-bottom:5px;
text-transform:uppercase;
}
.category-block .inner-box .lower-content .product-name a{
color:#222222;
}
.category-block .inner-box .lower-content .product-reviews{
position:relative;
color:#222222;
font-size:12px;
}
.category-block .inner-box .lower-content .rating{
position:relative;
}
.category-block .inner-box .lower-content .rating .fa{
position:relative;
color:#002b5e;
}
.category-block .inner-box .lower-content .price{
position:relative;
color:#222222;
font-size:15px;
font-weight:500;
font-family: "montserrat", serif;
}
.category-block .inner-box .lower-content .buttons{
position:relative;
text-align:center;
margin-top:20px;
}
.category-block .inner-box .lower-content .buttons a{
position:relative;
color:#222222;
font-size:13px;
padding:6px 16px;
display:inline-block;
margin:0px 4px;
background-color:#dddddd;
}
.category-block .inner-box .lower-content .buttons a .icon{
margin-right:10px;
}
.category-block .inner-box .lower-content .buttons a:hover{
background-color:#002b5e;
color:#ffffff;
}
.sidebar .sidebar-widget{
position:relative;
margin-bottom:50px;
}
.sidebar .sidebar-widget .sidebar-title{
position:relative;
margin-bottom:30px;
}
.sidebar .sidebar-widget .sidebar-title h3{
position:relative;
display:inline-block;
font-size:16px;
line-height:1.5em;
text-transform:uppercase;
font-weight:500;
color:#333333;
margin:0px;
}
.sidebar .search-box .form-group{
position:relative;
margin:0px;
}
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
position:relative;
line-height:24px;
background:#f5f5f5;
color:#222222;
display:block;
font-size:14px;
width:100%;
height:50px;
border:1px solid #dddddd;
padding:10px 50px 10px 20px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sidebar .search-box .form-group input:focus{
border-color:#ffdf0f;
}
.sidebar .search-box .form-group button{
position:absolute;
right:0px;
top:0px;
height:50px;
width:50px;
line-height:50px;
text-align:center;
display:block;
font-size:14px;
color:#ffffff;
background:#002b5e;
border:0px;
border-radius:0px 3px 3px 0px;
font-weight:normal;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
background:#ffdf0f;
}
.sidebar .popular-posts .post{
position:relative;
font-size:14px;
color:#666666;
padding:0px 0px;
padding-left:90px;
min-height:70px;
margin-bottom:30px;
}
.sidebar .popular-posts .post:last-child{
margin-bottom:0px;
}
.sidebar .popular-posts .post .post-thumb{
position:absolute;
left:0px;
top:0px;
width:70px;
}
.sidebar .popular-posts .post:hover .post-thumb img{
opacity:0.70;
}
.sidebar .popular-posts .post .post-thumb img{
display:block;
width:100%;
}
.sidebar .popular-posts .post h4{
font-size:14px;
margin:-7px 0px 5px;
font-weight:400;
color:#222222;
text-transform:capitalize;
}
.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
color:#ffdd00;
}
.sidebar .popular-posts .post h4 a{
color:#222222;
}
.sidebar .popular-price .post-info{
font-size:14px;
color:#222222;
}
.sidebar .popular-posts .post .rating{
position:relative;
}
.sidebar .popular-posts .post .rating .fa{
position:relative;
margin-right:1px;
color:#002b5e;
display:inline-block;
}
.sidebar .list{
position:relative;
}
.sidebar .list li{
position:relative;
line-height:24px;
}
.sidebar .list li:last-child{
border-bottom:none;
}
.sidebar .list li a{
position:relative;
display:block;
color:#222222;
font-size:14px;
font-weight:400;
line-height:24px;
padding:5px 15px;
padding-left:24px;
}
.sidebar .list li a:before {
content: "\f0da";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
top:5px;
color:#222222;
line-height: 24px;
position: absolute;
}
.sidebar .list li a:hover{
color:#002b5e;
}
.call-to-action-section{
position:relative;
text-align:center;
padding:100px 0px 100px;
background-attachment:fixed;
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
}
.call-to-action-section:before{
position:absolute;
content:'';
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,43,94,0.80);
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.call-to-action-section h2{
position:relative;
color:#ffffff;
font-size:30px;
font-weight:500;
}
.call-to-action-section .text{
position:relative;
color:#ffffff;
font-size:14px;
max-width:900px;
margin:0 auto;
margin-bottom:20px;
}
.call-to-action-section .learn{
position:relative;
color:#002b5e;
padding:10px 41px;
display:inline-block;
font-weight:600;
font-size:14px;
border:2px solid transparent;
text-transform:uppercase;
background-color:#ffffff;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.call-to-action-section .learn:hover{
color:#ffffff;
background:none;
border-color:#ffffff;
}
/*categories section*/
.categories-section{
position:relative;
padding:100px 0px 100px;
}
.categories-section .owl-controls,
.categories-section .owl-nav,
.categories-section .owl-dots,
.latest-news-section .owl-controls,
.latest-news-section .owl-nav,
.latest-news-section .owl-dots{
display:none !important;
}
.categories-section .categories-inner{
padding:0px 15px;
}
.categories-section h2{
position:relative;
font-weight:600;
color:#002b5e;
font-size:36px;
margin-bottom:60px;
text-align:center;
}
.categories-section h2 span{
font-weight:300;
}
.categories-block{
position:relative;
margin-bottom:30px;
}
.categories-block .inner-box{
position:relative;
padding:30px 20px;
min-height:340px;
background-repeat:no-repeat;
background-size:cover;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.categories-block .inner-box:before{
position:absolute;
content:'';
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,0,0,0.60);
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.categories-block .inner-box .content{
position:absolute;
left:20px;
bottom:30px;
}
.categories-block .inner-box .content h3{
position:relative;
font-size:26px;
font-weight:300;
color:#ffffff;
line-height:1.4em;
text-transform:capitalize;
font-family: "montserrat", serif;
}
.categories-block .inner-box:hover::before{
background-color:rgba(0,43,94,0.60);
}
.categories-block .inner-box .content h3 a{
color:#ffffff;
}
.categories-block .inner-box .content .text{
position:relative;
color:#ffffff;
font-size:14px;
padding-right:50px;
}
.latest-news-section{
position:relative;
padding:80px 0px 80px;
background-attachment:fixed;
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
}
.latest-news-section:before{
position:absolute;
content:'';
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,0,0,0.80);
}
.title-boxed{
position:relative;
text-align:center;
margin-bottom:60px;
}
.title-boxed h2{
position:relative;
color:#ffffff;
font-size:36px;
font-weight:600;
margin-bottom:15px;
}
.title-boxed h2 span{
font-weight:300;
}
.title-boxed .text{
position:relative;
max-width:820px;
margin:0 auto;
color:#ffffff;
font-size:15px;
}
.upcoming-box.style-two .upcoming-image .event-date{
display:block;
}
.upcoming-box.style-two .upcoming-image .rating-bg{
display:block;
}
.upcoming-box.style-two .upcoming-image .rating-bg .prices-cats{
color:#ffffff;
background:inherit;
}
.upcoming-box.style-two .upcoming-image .rating-bg .star .total-coment{
color:#ffffff;
}
.upcoming-box.style-two .upcoming-text{
background-color:#ffffff;
}
.upcoming-box.style-two .upcoming-text strong{
color:#002b5e;
font-size:16px;
}
.upcoming-box.style-two .upcoming-text p{
color:#222222;
font-weight:500;
}
.our-clients-section{
position:relative;
padding:100px 70px 120px;
}
.our-clients-section .sponsors-carousel .owl-controls{
display:none !important;
}
.our-clients-section .owl-nav{
display:none !important;
}
.our-clients-section .image-box img{
width:100%;
display:block;
}
.our-clients-section h2{
position:relative;
font-size:36px;
color:#002b5e;
font-weight:600;
text-align:center;
margin-bottom:40px;
}
.our-clients-section h2 span{
font-weight:300;
}
.all-info-section{
position:relative;
padding:80px 0px 80px;
background-attachment:fixed;
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
}
.all-info-section:before{
position:absolute;
content:'';
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,0,0,0.80);
}
.info-blocked{
position:relative;
margin-bottom:30px;
}
.info-blocked .inner-box{
position:relative;
text-align:center;
}
.info-blocked .inner-box .icon-box{
position:relative;
line-height:1em;
color:#ffffff;
font-size:32px;
margin-bottom:20px;
}
.info-blocked .inner-box h3{
position:relative;
color:#ffffff;
font-size:22px;
margin:10px 0px;
font-weight:400;
text-transform:capitalize;
}
.info-blocked .inner-box .text{
position:relative;
color:#ffffff;
margin-bottom:10px;
}
.info-blocked .inner-box .read-more{
position:relative;
color:#ffffff;
font-weight:600;
}
.subscriber-section{
position:relative;
padding:50px 0px;
background-color:#dddddd;
}
.subscriber-section h2{
position:relative;
font-size:30px;
font-weight:500;
color:#002b5e;
}
.subscriber-section h2 span{
color:#222222;
font-weight:400;
}
.emailed-form .form-group{
position:relative;
display:block;
margin:0px;
margin-top:15px;
}
.emailed-form .form-group input[type="text"],
.emailed-form .form-group input[type="tel"],
.emailed-form .form-group input[type="email"],
.emailed-form .form-group textarea{
position:relative;
display:block;
width:100%;
line-height:24px;
padding:10px 50px 10px 20px;
height:40px;
color:#000000;
font-size:14px;
border:0px;
background:rgba(255,255,255,1);
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.emailed-form .form-group input[type="submit"],
.emailed-form button{
position:absolute;
right:0px;
top:0px;
width:100px;
border:0px;
height:40px;
line-height:40px;
color:#ffffff;
background:#002b5e;
}
.page-title{
position:relative;
padding:90px 0px;
background-size:cover;
}
.page-title h2{
position:relative;
font-weight:600;
font-size:36px;
color:#ffffff;
text-align:center;
font-family: "montserrat", serif;
}
.page-title h2 span{
color:#ffffff;
font-weight:300;
}
.page-title ul{
position:relative;
text-align:center;
}
.page-title ul li{
position:relative;
color:#ffffff;
margin-right:15px;
text-transform:uppercase;
display:inline-block;
}
.page-title ul li:after{
position:absolute;
content:'/';
right:-12px;
top:0px;
color:#ffffff;
}
.page-title ul li:last-child:after{
display:none;
}
.page-title ul li a{
color:#ffffff;
font-weight:300;
text-transform:uppercase;
}
/***
====================================================================
Product Tabs Style
====================================================================
***/
.product-info-tabs .prod-tabs{
position:relative;
margin-top:45px;
}
.product-info-tabs .prod-tabs .tab-btns{
position:relative;
z-index:1;
border-bottom:1px solid #dddddd;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn{
position:relative;
top:1px;
display:block;
float:left;
margin-right:20px;
font-size:16px;
color:#222222;
text-transform:uppercase;
font-weight:600;
line-height:24px;
cursor:pointer;
padding:12px 0px 10px;
transition:all 500ms ease;
border-radius:3px 3px 0px 0px;
font-family: "montserrat", serif;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn:before{
position:absolute;
content:'';
left:0px;
bottom:-1px;
width:100%;
height:3px;
opacity:0;
background-color:#002b5e;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn:after{
position:absolute;
content:'';
left:0px;
bottom:-1px;
width:100%;
height:1px;
background-color:#ffffff;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn:before{
opacity:1;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn:hover,
.product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn{
color:#002b5e;
}
.product-info-tabs .prod-tabs .tabs-content{
position:relative;
}
.product-info-tabs .prod-tabs .tabs-content .tab{
position:relative;
display:none;
border-top:0px;
padding-top:25px;
}
.product-info-tabs .prod-tabs .tabs-content .tab.active-tab{
display:block;
}
.product-info-tabs .prod-tabs .tabs-content .tab p{
font-size:14px;
line-height:1.7em;
color:#222222;
margin-bottom:20px;
}
.product-info-tabs .prod-tabs .tabs-content .tab p:last-child{
margin-bottom:0px;
}
.product-info-tabs .prod-tabs .tabs-content .tab h3,
.product-info-tabs .prod-tabs .tabs-content .tab h4,
.product-info-tabs .prod-tabs .tabs-content .tab h5,
.product-info-tabs .prod-tabs .tabs-content .tab h6{
margin-bottom:15px;
}
.product-info-tabs .prod-tabs .tabs-content .tab h4{
font-size:16px;
font-weight:700;
text-transform:uppercase;
color:#222222;
}
.product-info-tabs .reviews-container{
position:relative;
padding-bottom:1px;
}
.product-info-tabs .reviews-container .review-box{
position:relative;
margin-bottom:30px;
padding-left:120px;
min-height:130px;
padding-bottom:30px;
border-bottom:1px solid #f0f0f0;
}
/*.product-info-tabs .prod-tabs .reviews-container .review-box:last-child{
margin-bottom:0px;
padding-bottom:0px;
border:none;
}*/
.product-info-tabs .reviews-container .rev-thumb{
position:absolute;
left:0px;
top:5px;
width:100px;
height:100px;
background:#ffffff;
border-radius:3px;
margin-bottom:20px;
}
.product-info-tabs .reviews-container .rev-thumb img{
display:block;
width:100%;
border-radius:3px;
}
.product-info-tabs .reviews-container .rev-content{
position:relative;
background:#ffffff;
}
.product-info-tabs .reviews-container .rev-header{
position:relative;
}
.product-info-tabs .reviews-container .rev-header h4{
float:left;
line-height:30px;
font-size:16px;
color:#222222;
text-transform:uppercase;
font-weight:700;
margin-bottom:10px;
}
.product-info-tabs .reviews-container .rev-header .rating{
position:relative;
float:left;
margin-left:40px;
color:#002b5e;
line-height:30px;
font-size:14px;
margin-top:10px;
}
.product-info-tabs .reviews-container .rev-header .rating .fa{
margin-right:3px;
}
.product-info-tabs .reviews-container .rev-header .time{
position:relative;
float:right;
color:#000000;
line-height:30px;
font-size:14px;
}
.product-info-tabs .reviews-container .rev-option{
font-size:14px;
color:#9e9e9e;
}
.product-info-tabs .reviews-container .rev-option a{
font-size:14px;
text-transform:uppercase;
font-weight:700;
}
.product-info-tabs .reviews-container .rev-text{
font-size:14px;
color:#9e9e9e;
line-height:1.8em;
margin-bottom:15px;
}
.sidebar-page-container .addition-info{
position:relative;
}
.sidebar-page-container .addition-info h2{
position:relative;
color:#002b5e;
font-size:16px;
margin-top:40px;
margin-bottom:25px;
text-transform:uppercase;
}
.sidebar-page-container .addition-info .additional-list{
position:relative;
}
.sidebar-page-container .addition-info .additional-list li{
position:relative;
font-weight:500;
color:#222222;
margin-bottom:15px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.sidebar-page-container .addition-info .additional-list li span{
font-weight:300;
text-transform:capitalize;
}
.help-section{
position:relative;
padding:20px 0px;
background-color:#dddddd;
}
.help-section .help-info{
position:relative;
}
.help-section .help-info li{
position:relative;
color:#222222;
font-weight:300;
font-size:16px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.help-section .help-info li .icon{
margin-right:8px;
color:#002b5e;
}
.help-section .help-info li .bold-text{
font-weight:600;
color:#002b5e;
font-size:18px;
}
.footer-style-two{
position:relative;
padding-top:100px;
}
.footer-style-two .footer-column{
position:relative;
margin-bottom:30px;
}
.footer-style-two .footer-column .widget-content{
position:relative;
}
.footer-style-two .footer-column .widget-content h2{
position:relative;
font-size:22px;
font-weight:600;
color:#222222;
margin-bottom:20px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.list-style-one{
position:relative;
}
.list-style-one li{
position:relative;
padding-left:22px;
font-size:14px;
color:#222222;
font-weight:500;
margin-bottom:15px;
}
.list-style-one li:before{
position:absolute;
content:'\f15c';
left:0px;
top:0px;
font-size:14px;
font-family:'FontAwesome';
}
.list-style-one li a{
position:relative;
padding-left:22px;
font-size:14px;
color:#222222;
font-weight:500;
margin-bottom:15px;
}
.list-style-two{
position:relative;
}
.list-style-two li{
position:relative;
font-size:14px;
color:#222222;
padding-left:25px;
margin-bottom:15px;
}
.list-style-two li .icon{
position:absolute;
left:0px;
top:4px;
font-size:14px;
color:#222222;
}
.footer-style-two .footer-bottom{
position:relative;
padding:20px 0px;
margin-top:30px;
background-color:#dddddd;
}
.footer-style-two .footer-bottom .copyrights{
position:relative;
color:#222222;
font-size:14px;
}
.footer-style-two .footer-bottom .footer-nav{
position:relative;
text-align:right;
}
.footer-style-two .footer-bottom .footer-nav li{
position:relative;
display:inline-block;
margin-left:15px;
}
.footer-style-two .footer-bottom .footer-nav li a{
position:relative;
color:#222222;
font-size:18px;
}
.footer-style-two .footer-bottom .footer-nav li a:hover{
color:#ffdd00;
}
.product-info-widget{
position:relative;
}
.product-info-widget .inner-box{
position:relative;
}
.product-info-widget .inner-box h2{
position:relative;
font-weight:600;
color:#222222;
font-size:16px;
margin:0px;
line-height:1.4em;
margin-bottom:20px;
font-family: "montserrat", serif;
}
.product-info-widget .inner-box .text{
position:relative;
color:#222222;
margin-bottom:20px;
}
.product-info-block{
position:relative;
}
.product-info-block .inner{
position:relative;
padding:25px 25px;
}
.product-info-block .inner h2{
position:relative;
padding-left:25px;
font-size:16px;
font-weight:500;
color:#222222;
margin-bottom:10px;
text-transform:uppercase;
}
.product-info-block .inner h2 a{
position:relative;
font-weight:500;
color:#222222;
}
.product-info-block .inner h2:before{
position:absolute;
left:0px;
top:0px;
font-size:15px;
content:'\f10c';
font-family:'FontAwesome';
}
.product-info-block .inner .form-group{
margin-bottom:0px;
}
.product-info-block .inner .form-group label{
position:relative;
font-size:16px;
font-weight:700;
color:#222222;
margin-bottom:10px;
text-transform:uppercase;
}
.product-info-block .inner .text{
position:relative;
color:#222222;
font-size:14px;
margin-bottom:10px;
}
.product-info-block .inner .product-price{
position:relative;
}
.product-info-block .inner .product-price li{
position:relative;
color:#222222;
font-size:14px;
display:inline-block;
margin-right:15px;
text-decoration:line-through;
font-family: "montserrat", serif;
}
.product-info-block .inner:hover{
background-color:#dddddd;
}
.cart-widget{
position:relative;
margin-top:30px;
}
.cart-widget .inner-box{
position:relative;
text-align:center;
}
.cart-widget .inner-box .cart-btn{
position:relative;
color:#ffffff;
font-size:14px;
padding:12px 80px;
background-color:#002b5e;
text-transform:uppercase;
display:inline-block;
margin-bottom:20px;
font-family: "montserrat", serif;
}
.cart-widget .inner-box .product-values{
position:relative;
}
.cart-widget .inner-box .product-values li{
position:relative;
width:32%;
color:#222222;
font-size:14px;
display:inline-block;
}
.cart-widget .inner-box .product-values li span{
display:block;
color:#222222;
font-size:16px;
margin-top:5px;
font-family: "montserrat", serif;
}
.cart-widget .inner-box .left-time{
position:relative;
color:#222222;
font-size:14px;
text-align:center;
margin:15px 0px;
text-transform:uppercase;
}
.cart-widget .inner-box .purchased{
color:#222222;
font-size:16px;
text-align:left;
margin-top:40px;
margin-bottom:30px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.cart-widget .inner-box .purchased a{
color:#222222;
}
.cart-widget .inner-box .purchased span{
font-weight:600;
}
.cart-widget .inner-box .cart{
margin-right:10px;
}
.cart-nav{
position:relative;
}
.cart-nav li{
position:relative;
display:inline-block;
}
.cart-nav li a{
color:#222222;
font-size:24px;
margin:0px 10px;
}
.cart-nav li a:hover{
color:#ffdd00;
}
/***
====================================================================
Countdown style
====================================================================
***/
.time-counter .time-countdown{
position:relative;
text-align:center;
z-index:1;
margin-bottom:20px;
}
.time-countdown .counter-column{
position:relative;
width:20%;
color:#000000;
font-size:18px;
line-height:1em;
font-weight:400;
text-align:center;
padding:0px 20px;
margin-bottom:0px;
display:inline-block;
text-transform:capitalize;
}
.time-countdown .counter-column .inner{
position:relative;
}
.time-countdown .counter-column .count{
position:relative;
display:block;
font-size:32px;
line-height:1em;
padding:0px 0px;
color:#000000;
font-weight:600;
letter-spacing:1px;
font-family: 'Montserrat', sans-serif;
}
.seller-widget{
position:relative;
}
.seller-widget .inner-box{
position:relative;
}
.seller-widget .inner-box h2{
position:relative;
color:#222222;
font-size:16px;
font-weight:600;
margin-bottom:20px;
text-transform:uppercase;
font-family: 'Montserrat', sans-serif;
}
.seller-widget .inner-box .text{
position:relative;
color:#222222;
font-size:14px;
}
.seller-widget .inner-box .seller-list{
position:relative;
margin-top:20px;
margin-bottom:40px;
}
.seller-widget .inner-box .seller-list li{
position:relative;
color:#222222;
font-size:14px;
padding:8px 10px 8px 40px;
background-color:#dddddd;
}
.seller-widget .inner-box .seller-list li:nth-child(2),
.seller-widget .inner-box .seller-list li:nth-child(4){
background-color:#ffffff;
}
.seller-widget .inner-box .seller-list li:before{
position:absolute;
content:'\f00c';
left:20px;
top:8px;
color:#222222;
font-size:15px;
font-family:'FontAwesome';
}
.seller-widget .inner-box .seller-list li span{
font-weight:600;
font-family: 'Montserrat', sans-serif;
}
.shop-page .image-column .thumbs-carousel .owl-item li img{
cursor:pointer;
}
.product-widget{
position:relative;
}
.product-widget .inner{
position:relative;
}
.product-slide .inner .image{
position:relative;
}
.product-slide .inner .image img{
position:relative;
width:100%;
display:block;
}
.product-slide .inner .image .lower-data{
position:absolute;
left:0px;
bottom:0px;
width:100%;
padding:6px 0px;
background-color:#002b5e;
}
.product-slide .inner .image .lower-data ul{
position:relative;
}
.product-slide .inner .image .lower-data ul li{
position:relative;
width:32%;
color:#ffffff;
text-align:center;
display:inline-block;
}
.product-slide .inner .image .print-total{
position:absolute;
right:0px;
top:0px;
font-size:10px;
color:#ffffff;
padding:0px 6px;
z-index:10;
background-color:#002b5e;
}
.product-slide .inner .image .print-total .icon{
margin-right:5px;
}
.product-slide .inner .image h3{
color: #ffffff;
font-size: 14px;
font-weight: 600;
font-family: "montserrat", serif;
position: absolute;
bottom: 40px;
left: 30px;
line-height: 1.4em;
}
.product-widget .owl-nav{
position:absolute;
left:0px;
top:50%;
width:100%;
padding:0px 10px;
margin-top:-10px;
}
.product-widget .owl-nav .owl-prev,
.product-widget .owl-nav .owl-next{
display:inline-block;
}
.product-widget .owl-nav .owl-next{
float:right;
color:#ffffff;
}
.product-widget .owl-nav .owl-prev{
color:#ffffff;
}
.product-widget .owl-dots{
display:none;
}
/***
====================================================================
Cart Section style
====================================================================
***/
.cart-section{
position:relative;
padding:120px 0px;
}
.cart-outer{
position:relative;
}
.checkout-page .cart-outer{
margin-bottom:40px;
}
.cart-outer .table-outer{
position:relative;
width:100%;
overflow-x: auto;
margin-bottom:100px;
}
.cart-outer .cart-table{
width:100%;
min-width:900px;
}
.cart-table .cart-header{
position:relative;
width:100%;
text-transform:capitalize;
font-size:18px;
color:#222222;
}
.cart-table thead tr th{
line-height:24px;
padding:13px 0px;
min-width:120px;
font-weight:600;
color:#002b5e;
font-size:16px;
text-transform:uppercase;
font-family: "montserrat", serif;
}
.cart-table thead tr th .fa{
font-size:18px;
padding:0px 20px 0px 30px;
}
.cart-table thead tr th.prod-column{
text-align:left;
padding-left:10px;
}
.cart-table tbody tr td{
line-height:24px;
padding:20px 10px 0px;
min-width:100px;
color:#222222;
font-size:14px;
font-weight:400;
font-family: "montserrat", serif;
}
.cart-table tbody tr .qty{
width:200px;
padding-right:80px;
}
.cart-table tbody tr .qty .quantity-spinner{
background:#ffffff;
}
.cart-table tbody tr .prod-column .column-box{
position:relative;
min-height:88px;
padding-left:120px;
padding-top:0px;
text-align:left;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb{
position:absolute;
left:0px;
top:0px;
width:88px;
height:88px;
border:1px solid #e3e3e3;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img{
display:block;
max-width:100%;
}
.cart-table tbody tr .prod-column .column-box h4{
font-size:16px;
color:#222222;
font-weight:400;
margin-bottom:5px;
}
.cart-table tbody tr .sub-total{
font-weight:400;
color:#222222;
}
.cart-table tbody tr .remove-btn{
position:relative;
font-size:24px;
color:#002b5e;
line-height:30px;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
-moz-transition:all 500ms ease;
transition:all 500ms ease;
}
.cart-table tbody tr .remove-btn .fa{
position:relative;
padding:0px 20px;
font-size:24px;
line-height:30px;
}
.cart-table tbody tr .remove-btn:hover{
color:#fde428;
}
.cart-table tbody tr{
}
.cart-table tbody tr td{
vertical-align:middle;
}
.cart-table tbody tr td .quantity-spinner{
padding:5px 0px 5px 20px;
line-height:24px;
height:46px;
display:block;
width:100%;
position:relative;
}
.cart-table tbody .available-info{
position:relative;
padding-left:50px;
}
.cart-table tbody .available-info .icon{
position:absolute;
left:0px;
top:5px;
width:40px;
height:40px;
line-height:40px;
text-align:center;
font-size:18px;
color:#ffffff;
background:#223555;
border-radius:50%;
}
.cart-section .cart-options{
position:relative;
padding:40px 0px 25px;
margin-bottom:50px;
}
.cart-section .apply-coupon{
position:relative;
}
.cart-section .apply-coupon h2{
position:relative;
color:#222222;
font-size:16px;
font-weight:400;
text-transform:uppercase;
}
.cart-section .apply-coupon .text{
position:relative;
color:#222222;
margin-bottom:20px;
}
.cart-section .apply-coupon .form-group{
position:relative;
}
.cart-section .apply-coupon .form-group input[type="text"]{
display:block;
line-height:24px;
padding:9px 10px;
border:1px solid #e0e0e0;
width:100%;
background:none;
}
.cart-section .theme-btn{
padding:12px 28px;
line-height:24px;
margin: 10px 0px 0px;
color:#ffffff;
border:0px;
background-image:none;
background-color:#002b5e;
text-transform:uppercase;
}
.cart-section h3{
position:relative;
font-size:16px;
color:#222222;
font-weight:400;
margin-bottom:0px;
}
.cart-section .totals-table{
position:relative;
margin-bottom:20px;
}
.cart-section .totals-table li{
line-height:24px;
padding:8px 0px 0px;
}
.cart-section .totals-table li:last-child{
border-bottom:none;
margin-bottom:0px;
}
.cart-section .totals-table .col{
position:relative;
display:block;
float:left;
width:30%;
font-size:14px;
color:#222222;
font-weight:400;
line-height:24px;
}
.cart-section .totals-table .col:nth-child(2){
width:70%;
text-align:right;
}
.cart-section .totals-table .total-amount{
color:#002b5e;
font-size:14px;
}
.cart-section .totals-table .sub-total{
font-size:14px;
}
.cart-section .totals-table .total{
color:#fb4043;
}
.cart-section .totals-table .total-counted{
border-top:1px solid #222222;
margin-top:15px;
}
.cart-section .totals-table .col ul li{
padding: 0px;
border: 0px;
}
.cart-section .totals-table .calculate a{
color:#103d68 !important;
}
.cart-section .proceed-btn{
display:block;
}
.shop-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
padding:11px 10px;
background:#f4f5f6;
}
.bootstrap-touchspin .input-group-btn-vertical i{
font-size:15px;
}
.cart-section .calculate-shipping{
position:relative;
margin-top:40px;
}
.cart-section .calculate-shipping h2{
position:relative;
color:#222222;
font-size:16px;
font-weight:400;
text-transform:uppercase;
}
.cart-section .calculate-shipping .text{
font-size:14px;
color:#222222;
margin-bottom:22px;
}
.cart-section .calculate-shipping .form-group input{
position:relative;
width:100%;
height:50px;
padding:4px 20px;
border:1px solid #dddddd;
}
.error-section{
position:relative;
}
.error-section .error-inner{
position:relative;
text-align:center;
padding:140px 0px 120px;
border:1px solid #dddddd;
}
.error-section .error-inner .error-text{
position:relative;
color:#222222;
font-size:300px;
font-weight:400;
line-height:1em;
}
.error-section .error-inner h3{
position:relative;
font-size:36px;
font-weight:400;
color:#222222;
line-height:1em;
margin-top:-10px;
}
.error-section .error-inner .text{
position:relative;
color:#222222;
font-size:16px;
margin-bottom:15px;
}
.error-section .error-inner .home-btn{
position:relative;
padding: 10px 32px;
line-height: 24px;
margin: 10px 0px 0px;
color: #ffffff;
border: 0px;
display:inline-block;
background-image: none;
background-color: #002b5e;
text-transform: uppercase;
}
.checkout-section{
position:relative;
padding:110px 0px 110px;
}
.checkout-section .login-boxed{
position:relative;
margin-bottom:60px;
}
.checkout-section .login-boxed .customer-text{
position:relative;
color:#222222;
font-size:14px;
font-weight:500;
margin-bottom:12px;
padding-left:22px;
}
.checkout-section .login-boxed .customer-text a{
color:#002b5e;
}
.checkout-section .login-boxed .customer-text:before{
position:absolute;
content:'\f187';
left:0px;
top:0px;
color:#222222;
font-family:'FontAwesome';
}
.checkout-section .login-boxed .login-inner{
position:relative;
padding:22px 28px;
margin-bottom:10px;
background-color:#dddddd;
}
.checkout-section .login-boxed .login-inner .text{
position:relative;
color:#222222;
font-size:14px;
margin-bottom:20px;
}
.checkout-section .login-boxed .login-inner .lost-psw{
position:relative;
color:#222222;
font-size:14px;
margin-top:20px;
display:inline-block;
}
.login-form{
position:relative;
margin-bottom:0px;
}
.login-form .form-group{
position:relative;
margin-bottom:20px;
}
.login-form .form-group:last-child{
margin-bottom:0px;
}
.login-form .form-group .remember-tag{
font-weight:400;
color:#222222;
}
.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"],
.login-form .form-group select{
position:relative;
display:block;
width:100%;
line-height:30px;
padding:10px 25px;
height:50px;
background:#ffffff;
border:1px solid transparent;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus{
background-color:#ffffff;
border-color:#eeeeee;
-webkit-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
-moz-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
}
.login-form button{
padding: 12px 50px;
line-height: 24px;
margin: 0px 0px 0px;
color: #ffffff;
border: 0px;
font-weight:600;
background-image: none;
background-color: #002b5e;
text-transform: uppercase;
}
.promotion-code{
position:relative;
padding:35px 35px;
margin-bottom:100px;
background-color:#dddddd;
}
.promotion-code h2{
position:relative;
color:#222222;
font-size:22px;
font-weight:600;
margin:0px;
margin-top:12px;
font-family: "montserrat", serif;
}
/*newsletter form*/
.coupan-form .form-group{
position:relative;
display:block;
padding-left:50px;
margin-bottom:0px;
}
.coupan-form .form-group input[type="text"],
.coupan-form .form-group input[type="tel"],
.coupan-form .form-group input[type="email"],
.coupan-form .form-group textarea{
position:relative;
display:block;
width:100%;
line-height:22px;
padding:6px 50px 6px 30px;
height:45px;
font-size:14px;
border:0px;
text-transform:uppercase;
background-color:#ffffff;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.coupan-form .form-group input[type="submit"],
.coupan-form button{
position:absolute;
right:0px;
top:0px;
width:140px;
height:45px;
font-size:14px;
line-height:38px;
color:#ffffff;
font-weight:600;
background:#002b5e;
border:0px;
text-transform:uppercase;
}
.billing-form{
position:relative;
margin-bottom:30px;
}
.billing-form h2{
position:relative;
color:#002b5e;
font-size:16px;
font-weight:600;
margin-bottom:25px;
}
.billing-form .form-group{
position:relative;
margin-bottom:28px;
}
.billing-form .form-group input[type="text"],
.billing-form .form-group input[type="password"],
.billing-form .form-group input[type="tel"],
.billing-form .form-group input[type="email"],
.billing-form .form-group select{
position:relative;
display:block;
width:100%;
line-height:30px;
padding:12px 25px;
height:50px;
text-transform:uppercase;
border:1px solid #dddddd;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.billing-form .form-group label{
color:#222222;
font-size:14px;
font-weight:400;
}
.billing-form .form-group input[type="text"]:focus,
.billing-form .form-group input[type="password"]:focus,
.billing-form .form-group input[type="tel"]:focus,
.billing-form .form-group input[type="email"]:focus,
.billing-form .form-group select:focus,
.billing-form .form-group textarea:focus{
background-color:#ffffff;
border-color:#eeeeee;
-webkit-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
-moz-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
}
.billing-form button{
position:relative;
font-weight:500;
margin-top:0px;
width:100%;
}
.order-section .order-box{
position:relative;
}
.order-section .order-box h2{
position: relative;
color: #002b5e;
font-size: 16px;
font-weight: 600;
margin-bottom: 25px;
}
.order-section .order-box .order-inner{
position:relative;
}
.order-section .order-box .order-inner .order-info{
position:relative;
color:#222222;
font-size:14px;
padding-top:14px;
padding-bottom:14px;
border-top:1px solid #dddddd;
}
.order-section .order-box .order-inner .order-info span{
float:right;
}
.payment-info{
position:relative;
margin-top:50px;
}
.payment-info h2{
position: relative;
color: #002b5e;
font-size: 16px;
font-weight: 600;
margin-bottom: 25px;
}
/***
====================================================================
Accordions style
====================================================================
***/
.accordion-box{
position:relative;
}
.accordion-box .block{
position:relative;
margin-bottom:20px;
}
.accordion-box.style-two .block{
border:none;
border-bottom:1px solid #e0e0e0;
margin-bottom:0px;
}
.accordion-box .block .acc-btn{
position:relative;
font-size:14px;
margin-bottom:0px;
cursor:pointer;
background:none;
line-height:30px;
padding:8px 20px 8px 20px;
overflow:hidden;
font-weight:400;
color:#222222;
background-color:#dddddd;
text-transform:uppercase;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
font-family: "montserrat", serif;
}
.accordion-box.style-two .block .acc-btn{
font-size:18px;
padding-left:0px;
}
.accordion-box.style-three .block .acc-btn{
font-size:16px;
padding-left:70px;
padding-right:20px;
}
.accordion-box.style-two .block .acc-btn.active{
color:#00c6ff;
}
.accordion-box .block .icon-outer{
position:absolute;
right:0px;
top:0px;
margin-top:0px;
width:50px;
height:100%;
text-align:center;
font-size:14px;
color:#222222;
background: none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon-outer{
color:#222222;
}
.accordion-box.style-three .block .acc-btn .icon-outer{
right:auto;
left:20px;
}
.accordion-box .block .icon-outer .icon{
position:absolute;
left:0px;
top:50%;
margin-top:-16px;
width:100%;
height: 100%;
line-height: 32px;
text-align:center;
font-size:14px;
font-weight:normal;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}
.accordion-box .block .icon-outer .icon-plus{
opacity:1;
}
.accordion-box .block .icon-outer .icon-minus{
opacity:0;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
opacity:1;
color:#222222;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
opacity:0;
}
.accordion-box.style-two .block .acc-btn.active .icon-outer{
background:none;
color:#00c6ff;
}
.accordion-box .block .acc-content{
position:relative;
display:none;
}
.accordion-box .block .acc-content.current{
display:block;
}
.accordion-box .block .content{
position:relative;
font-size:15px;
background:#ffffff;
padding:20px 0px 0px;
}
.accordion-box.style-two .block .content{
padding-top:0px;
font-size:14px;
padding-left:0px;
}
.accordion-box .block .content .image{
float:left;
margin:0px 20px 25px 0px;
}
.accordion-box .block .content .image img{
display:block;
max-width:100%;
}
.accordion-box .block .content p{
line-height:1.8em;
color:#222222;
font-weight:400;
font-size:14px;
margin-bottom:0px;
}
.registration-section{
position:relative;
padding:100px 0px;
}
.registration-section .column h2{
position: relative;
color: #002b5e;
font-size: 16px;
font-weight: 600;
margin-bottom: 25px;
}
.register-form{
position:relative;
margin-bottom:30px;
}
.register-form .form-group{
position:relative;
margin-bottom:28px;
}
.register-form .form-group.no-margin{
margin-bottom:10px;
}
.register-form .form-group .forgot-psw{
color:#002b5e;
font-size:14px;
font-weight:600;
font-family: "montserrat", serif;
}
.register-form .form-group label{
position:relative;
color:#000000;
font-size:14px;
font-weight:500;
margin-bottom:12px;
text-transform:uppercase;
font-family: 'Montserrat', sans-serif;
}
.register-form .form-group input[type="text"],
.register-form .form-group input[type="password"],
.register-form .form-group input[type="tel"],
.register-form .form-group input[type="email"],
.register-form .form-group select{
position:relative;
display:block;
width:100%;
line-height:30px;
padding:10px 25px;
height:50px;
text-transform:uppercase;
border:1px solid #dddddd;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.register-form .form-group input[type="text"]:focus,
.register-form .form-group input[type="password"]:focus,
.register-form .form-group input[type="tel"]:focus,
.register-form .form-group input[type="email"]:focus,
.register-form .form-group select:focus,
.register-form .form-group textarea:focus{
}
.register-form .form-group .sign-up-letter{
position:relative;
color:#222222;
font-size:14px;
font-weight:400;
text-transform:capitalize;
}
.register-form .login-btn{
position:relative;
font-weight:500;
margin-top:0px;
width:100%;
padding:10px 0px;
color:#ffffff;
border:0px;
text-transform:uppercase;
background-color:#002b5e;
}
/***
====================================================================
Search Popup
====================================================================
***/
.modal-content.search-popup{
opacity:1;
overflow:visible !important;
visibility:visible !important;
}
.search-popup{
position:fixed;
left:0px;
top:-100%;
width:100%;
height:100%;
margin-top:0px;
border:0px;
background:rgba(0,0,0,0.80);
z-index:9999;
visibility:hidden;
opacity:0;
overflow:auto;
transition:all 700ms ease;
-moz-transition:all 700ms ease;
-webkit-transition:all 700ms ease;
-ms-transition:all 700ms ease;
-o-transition:all 700ms ease;
}
.search-popup.popup-visible{
top:0;
visibility:visible;
opacity:1;
}
.search-popup .close-search{
position:absolute;
right:25px;
top:25px;
font-size:20px;
color:#ffffff;
cursor:pointer;
z-index:5;
}
.search-popup .close-search:hover{
opacity:0.70;
}
.search-popup .search-form{
position:relative;
padding:0px 15px 50px;
padding-top:50px;
max-width:1024px;
margin:0 auto;
}
.search-popup .search-form .popup-inner{
position:relative;
max-width:600px;
margin:0 auto;
text-align:center;
padding:50px 0px;
background-color:#002b5e;
}
.search-popup .search-form .popup-inner .amazon-logo{
position:relative;
padding-bottom:20px;
border-bottom:1px solid #ffffff;
}
.search-popup .search-form .popup-inner .lower-content{
position:relative;
padding-top:10px;
padding-left:40px;
padding-right:40px;
}
.search-popup .search-form .popup-inner .lower-content h3{
position:relative;
color:#ffffff;
font-size:16px;
font-weight:600;
margin-bottom:20px;
text-transform:uppercase;
}
.search-popup .search-form .popup-inner .lower-content .text{
position:relative;
max-width:445px;
margin:0 auto;
color:#ffffff;
margin-top:10px;
margin-bottom:15px;
text-transform:capitalize;
}
.search-popup .search-form .popup-inner .lower-content .store{
position:relative;
color:#ffdd00;
font-size:14px;
font-weight:600;
text-transform:uppercase;
}
.search-popup .search-form .popup-inner .lower-content h4{
background-color:#ffffff;
padding:15px 20px;
display:inline-block;
color:#002b5e;
}
.search-popup .search-form .popup-inner .lower-content .share{
position:relative;
font-size:14px;
color:#ffffff;
margin-top:10px;
margin-bottom:10px;
text-transform:capitalize;
}
.search-popup .search-form .popup-inner .lower-content .subscribe{
position:relative;
font-size:16px;
font-weight:600;
color:#ffffff;
margin-top:15px;
}
.search-popup .search-form .popup-inner .lower-content .social-navs{
position:relative;
}
.search-popup .search-form .popup-inner .lower-content .social-navs li{
position:relative;
margin:0px 10px;
display:inline-block;
}
.search-popup .search-form .popup-inner .lower-content .social-navs li a{
position:relative;
color:#ffffff;
font-size:20px;
}
.search-popup .search-form .popup-inner .lower-content .form-text{
position:relative;
color:#ffffff;
font-size:14px;
margin-top:15px;
text-transform:capitalize;
}
.search-popup .search-form fieldset{
position:relative;
border:5px solid rgba(255,255,255,0.80);
-webkit-border-radius:12px;
-ms-border-radius:12px;
-o-border-radius:12px;
-moz-border-radius:12px;
border-radius:12px;
}
.search-popup .search-form fieldset input[type="search"],
.search-popup .search-form fieldset input.form-control{
position:relative;
height:70px;
padding:20px 220px 20px 30px;
background:#ffffff;
line-height:30px;
font-size:24px;
color:#233145;
-webkit-border-radius:7px;
-ms-border-radius:7px;
-o-border-radius:7px;
-moz-border-radius:7px;
border-radius:7px;
}
.search-popup .search-form fieldset input[type="submit"]{
position:absolute;
display:block;
right:0px;
top:0px;
text-align:center;
width:220px;
padding:20px 10px 20px 10px;
color:#ffffff;
background:#b09991;
line-height:30px;
height:70px;
font-size:20px;
text-transform:uppercase;
-moz-border-radius:0px 7px 7px 0px;
-ms-border-radius:0px 7px 7px 0px;
-o-border-radius:0px 7px 7px 0px;
-webkit-border-radius:0px 7px 7px 0px;
border-radius:0px 7px 7px 0px;
}
.search-popup .search-form fieldset input[type="submit"]:hover{
background:#334551;
color:#ffffff;
}
.search-popup h3{
font-size:24px;
color:#ffffff;
margin-bottom:30px;
text-align:center;
letter-spacing:1px;
}
.search-popup .recent-searches{
font-size:14px;
color:#ffffff;
text-align:center;
}
.search-popup .recent-searches li{
display:inline-block;
margin:0px 10px 10px 0px;
}
.search-popup .recent-searches li a{
display:block;
line-height:24px;
border:1px solid #ffffff;
padding:5px 20px;
color:#ffffff;
border-radius:3px;
}
.search-popup .recent-searches li a:hover{
color:#b09991;
border-color:#b09991;
}
/*newsletter form*/
.amazon-form .form-group{
position:relative;
display:block;
margin-top:25px;
}
.amazon-form .form-group input[type="text"],
.amazon-form .form-group input[type="tel"],
.amazon-form .form-group input[type="email"],
.amazon-form .form-group textarea{
position:relative;
display:block;
width:100%;
line-height:22px;
padding:6px 50px 6px 30px;
height:45px;
font-size:14px;
background-color:#ffffff;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.amazon-form .form-group input[type="submit"],
.amazon-form button{
position:absolute;
right:0px;
top:0px;
width:140px;
height:45px;
font-size:13px;
line-height:38px;
color:#ffffff;
font-weight:700;
background:#002b5e;
border:1px solid #ffffff;
text-transform:uppercase;
}
/*search box btn*/
.main-header .search-box-btn{
position:relative;
font-size:16px;
color:#ffffff;
cursor:pointer;
background:none;
border:0px;
line-height:1em;
padding-left:15px;
margin-left:15px;
border-left:1px solid #ffffff;
}
.main-header .search-box-outer .dropdown-menu{
top:40px;
padding:0px;
width:320px;
border-radius:0px;
}
.main-header .search-box-outer .dropdown-menu li{
display:block;
}
.main-header .search-panel .form-container{
padding:25px 20px;
}
.main-header .search-panel .form-container .total-cart{
position:relative;
margin-bottom:15px;
text-transform:uppercase;
}
.main-header .search-panel .form-container .btn-style-one{
color:#ffffff !important;
width:100%;
text-align:center;
text-transform:uppercase;
}
.main-header .search-panel .form-container .total-cart span{
position:relative;
float:right;
}
.main-header .search-panel .form-group{
position:relative;
margin:0px;
}
.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
display:block;
width:100%;
line-height:24px;
padding:7px 40px 7px 15px;
height:40px;
border:1px solid #e0e0e0;
background:#ffffff;
}
.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
border-color:#01ccff;
}
.main-header .search-panel .search-btn{
position:absolute;
right:0px;
top:0px;
width:40px;
height:40px;
text-align:center;
color:#555555;
font-size:12px;
background:none;
border:0px;
cursor:pointer;
}
.cart-product{
position:relative;
margin-bottom:20px;
}
.cart-product.margin-btm{
margin-bottom:10px;
}
.cart-product .inner{
position:relative;
padding-left:90px;
min-height:70px;
}
.cart-product .inner .image{
position:absolute;
width:70px;
height:70px;
left:0px;
top:0px;
}
.cart-product .inner h3{
position:relative;
font-weight:600;
font-size:16px;
margin:0px;
text-transform:capitalize;
}
.cart-product .inner h3 a{
color:#222222;
}
.cart-product .inner .quantity-text{
position:relative;
font-weight:300;
color:#222222;
}
.cart-product .inner .price{
position:relative;
font-weight:600;
font-size:16px;
margin:0px;
color:#222222;
}
.main-menu.menu-category{
position:absolute;
left:15px;
top:0px;
}
.main-menu.menu-category ul > li > a{
color:#ffffff;
padding:18px 0px;
display:inline-block;
transition:all 300ms ease;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
}
.main-menu.menu-category .dropdown-btn{
display:none;
}
/*.main-menu.menu-category ul li a{
text-decoration:none !important;
}*/
.main-menu.menu-category > ul > li > ul{
position:relative;
top:1px;
border:0px;
padding:15px 0px;
background-color:#dddddd;
}
.mega-menu{
width:250px;
}
.mega-menu li a{
display:block !important;
padding:12px 20px !important;
transition:all 300ms ease;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
}
.main-menu.menu-category ul li.dropdown:after{
position:absolute;
content:'\f105';
right:12px;
top:10px;
height:100%;
color:#444444;
font-family:'FontAwesome';
}
.main-menu.menu-category ul li.dropdown .menu-options{
position:absolute;
left:120%;
top:0px;
padding:20px;
width:700px;
opacity:0;
visibility:hidden;
background-color:#ffffff;
transition:all 800ms ease;
-moz-transition:all 800ms ease;
-webkit-transition:all 800ms ease;
-ms-transition:all 800ms ease;
-o-transition:all 800ms ease;
}
.mega-menu > li.dropdown{
position:relative;
}
.mega-menu > li:hover .menu-options{
left:100% !important;
opacity:1 !important;
visibility:visible !important;
}
.main-menu.menu-category ul li.dropdown .menu-options .image-column .image{
position:relative;
margin-top:32px;
}
.main-menu.menu-category ul li.dropdown .menu-options .image-column .image img{
width:100%;
display:block;
}
.main-menu.menu-category ul li.dropdown .menu-options h3{
color:#002b5e;
margin:0px;
font-size:16px;
padding-bottom:15px;
border-bottom:1px solid #002b5e;
}
.main-menu.menu-category > ul > li > ul > li > a{
color:#222222;
}
.main-menu.menu-category ul li ul li a .icon{
margin-right:10px;
}
.main-menu.menu-category ul li ul li a:hover,
.main-menu.menu-category ul li ul li:hover a{
background:none;
}
.main-menu.menu-category ul li ul li a:hover{
color:#000000;
}
.main-menu.menu-category li ul li a:before{
display:none;
}
.brands-section{
position:relative;
padding-bottom:80px;
}
.brands-section h2{
position: relative;
font-weight: 600;
color: #002b5e;
font-size: 36px;
margin-bottom: 60px;
text-align: center;
}
.brands-section h2 span{
font-weight:300;
}
.brands-section .column .brand-img{
position:relative;
overflow:hidden;
text-align:center;
border:1px solid #dddddd;
margin-bottom:20px;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
/*.brands-section .column .brand-img:hover{
border-color:#002b5e;
}*/
.brands-section .column .brand-img .overlay-box{
position:absolute;
content:'';
left:-100%;
top:0px;
width:100%;
height:100%;
background-color:#002b5e;
transition:all 800ms ease;
-moz-transition:all 800ms ease;
-webkit-transition:all 800ms ease;
-ms-transition:all 800ms ease;
-o-transition:all 800ms ease;
}
.brands-section .column .brand-img .overlay-box .content{
position:relative;
padding-top:22px;
color:#ffffff;
font-size:14px;
text-align:center;
}
.brands-section .column .brand-img:hover .overlay-box{
left:0%;
}
.brands-section .img-column{
position:relative;
margin-bottom:40px;
}
.brands-section .img-column .image-column{
position:relative;
padding:0px;
}
.brands-section .img-column .image-column:hover .image .grey-overley{
background-color:rgba(0,0,0,0.30);
}
.brands-section .img-column .image-column:hover .image .grey-overley-two{
background-color:rgba(0,43,94,0.30);
}
.brands-section .img-column .image-column .content{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
text-align:center;
padding-top:22%;
}
.brands-section .img-column .image-column .content.two{
padding-top:40%;
}
.brands-section .img-column .image-column .image img{
width:100%;
display:block;
}
.brands-section .img-column .image-column .image .grey-overley{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,0,0,0.60);
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.brands-section .img-column .image-column .image .grey-overley-two{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
background-color:rgba(0,43,94,0.60);
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.brands-section .img-column .image-column .content .text{
position:relative;
font-size:14px;
color:#ffffff;
margin:0px;
}
.brands-section .img-column .image-column .content h2{
position:relative;
font-size:22px;
font-weight:600;
color:#ffffff;
margin:0px;
}
/*month category*/
.month-category{
position:relative;
padding:100px 0px 0px;
}
.month-category h2{
position: relative;
font-weight: 600;
color: #002b5e;
font-size: 36px;
margin-bottom: 60px;
text-align: center;
}
.month-category h2 span{
font-weight:300;
}
.month-cats{
position:relative;
margin-bottom:40px;
}
.month-cats .inner{
position:relative;
overflow:hidden;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.month-cats .inner:hover .image img{
-ms-transform:scale(1.15,1.15);
-webkit-transform:scale(1.15,1.15);
transform:scale(1.15,1.15);
}
.month-cats .inner:hover .lower-box .see-all{
background-color:#ffdd00;
}
.month-cats .inner:hover .lower-box h3 a{
color:#ffdd00;
}
.month-cats .inner .image{
position:relative;
overflow:hidden;
}
.month-cats .inner .image img{
position:relative;
width:100%;
display:block;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.month-cats .lower-box{
position:relative;
}
.month-cats .lower-box h3{
position:relative;
font-size:18px;
font-weight:400;
text-transform:uppercase;
}
.month-cats .lower-box h3 a{
color:#002b5e;
}
.month-cats .lower-box ul{
position:relative;
margin-bottom:10px;
}
.month-cats .lower-box ul li{
position:relative;
width:49.5%;
margin-bottom:5px;
padding-left:15px;
display:inline-block;
}
.month-cats .lower-box ul li:before{
position:absolute;
content:'';
left:0px;
top:8px;
width:6px;
height:6px;
border-radius:50%;
background-color:#002b5e;
}
.month-cats .lower-box .see-all{
color:#ffffff;
padding:6px 20px;
display:inline-block;
background-color:#002b5e;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.product-item{
position:relative;
}
.product-item .inner-box{
position:relative;
border-radius:10px;
border:1px solid #cccccc;
}
.product-item .inner-box .upper-box{
position:relative;
padding:10px 15px;
border-bottom:1px solid #cccccc;
}
.product-item .inner-box .upper-box .total-views{
position:relative;
font-size:13px;
}
.product-item .inner-box .upper-box .total-views .icon{
margin-left:5px;
}
.product-item .inner-box .middle-box{
position:relative;
padding:20px 20px;
}
.product-item .inner-box .middle-box .image-column{
position:relative;
margin-bottom:15px;
}
.product-item .inner-box .middle-box .image-column .user-name{
text-align:center;
color:#000000;
font-size:15px;
margin-top:15px;
}
.product-item .inner-box .middle-box .image-column .image{
position:relative;
text-align:center;
}
.product-item .inner-box .middle-box .image-column .image img{
position:relative;
max-width:100%;
display:inline-block;
}
.product-item .inner-box .middle-box .content-column{
position:relative;
}
.product-item .inner-box .middle-box .content-column .inner{
position:relative;
padding:0px 0px;
}
.product-item .inner-box .middle-box .content-column .inner .product-img{
position:relative;
text-align:center;
width:125px;
margin:0 auto;
}
.product-item .inner-box .middle-box .content-column .inner .product-img img{
width:100%;
display:block;
}
.product-item .inner-box .middle-box .content-column .inner .name-product{
color:#000000;
font-size:14px;
margin-top:15px;
text-align:center;
}
/*.product-item .inner-box .middle-box .content-column .inner .percent-text{
position:relative;
width:90px;
height:90px;
line-height:86px;
border-radius:50%;
text-align:center;
color:rgb(3, 150, 75);
margin:0 auto;
font-size:20px;
border:2px solid #cccccc;
}
.product-item .inner-box .middle-box .content-column .inner .product-rate{
position:relative;
font-size:32px;
margin-top:20px;
font-style:italic;
text-align:center;
}
.product-item .inner-box .middle-box .content-column .inner .discount-rate{
position:relative;
color:#808080;
font-size:18px;
text-align:center;
margin-top:15px;
font-style:italic;
text-decoration:line-through;
}*/
.product-item .inner-box .lower-box{
position:relative;
padding:15px 20px;
border-top:1px solid #cccccc;
}
.product-item .inner-box .lower-box .buyer-info{
position:relative;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner{
position:relative;
padding-left:120px;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner h3{
position:absolute;
left:0px;
top:0px;
color:#000;
font-size:18px;
margin:0px;
line-height:50px;
text-transform:capitalize;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner .user-box{
position:relative;
width:70px;
text-align:center;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner .user-box .img{
position:relative;
width:50px;
height:50px;
margin:0 auto;
margin-bottom:10px;
overflow:hidden;
border-radius:50%;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner .user-box .text{
position:relative;
color:#000000;
font-size:14px;
}
.product-item .inner-box .lower-box .buyer-info .buyyer-inner .user-box .text span{
font-size:15px;
display:block;
}
.product-item .inner-box .lower-box .view-detail{
position:relative;
color:#808080;
padding:5px 18px;
border-radius:50px;
border:1px solid #cccccc;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.product-item .inner-box .lower-box .view-detail:hover{
color:#ffffff;
border-color:#002b5e;
background-color:#002b5e;
}
/***
====================================================================
Product Tabs Style
====================================================================
***/
.category-tab .prod-tabs{
position:relative;
}
.category-tab .prod-tabs .tab-btns{
position:relative;
}
.category-tab .prod-tabs .tab-btns .tab-btn{
position:relative;
display:block;
float:left;
margin-right:25px;
font-size:16px;
color:#222222;
font-weight:400;
line-height:24px;
cursor:pointer;
text-transform:uppercase;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.category-tab .prod-tabs .tab-btns .tab-btn .icon{
margin-right:10px;
}
.category-tab .prod-tabs .tab-btns .tab-btn:hover,
.category-tab .prod-tabs .tab-btns .tab-btn.active-btn{
color:#002b5e;
text-decoration:line-through;
}
.category-tab .prod-tabs .tabs-content{
position:relative;
}
.category-tab .prod-tabs .tabs-content .tab{
position:relative;
display:none;
}
.category-tab .prod-tabs .tabs-content .tab.active-tab{
display:block;
}
/***
====================================================================
Scroll To Top style
====================================================================
***/
.scroll-to-top{
position:fixed;
bottom:15px;
right:15px;
width:40px;
height:40px;
color:#ffffff;
font-size:20px;
text-transform:uppercase;
line-height:40px;
text-align:center;
z-index:100;
cursor:pointer;
border-radius:50%;
background:#0a0a0a;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.scroll-to-top:hover{
color:#000000;
background:#ffffff;
}
.list-style-three{
position:relative;
margin-top:15px;
}
.list-style-three li{
position:relative;
margin-bottom:5px;
}
.list-style-three li:before{
position:absolute;
content:'';
left:0px;
top:12px;
width:6px;
height:6px;
border-radius:50%;
border:1px solid #444444;
}
.list-style-three li a{
position:relative;
font-size:14px;
color:#444444 !important;
padding:2px 0px 2px 20px !important;
transition:all 300ms ease;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
}
.list-style-three li a:hover{
color:#000000 !important;
text-decoration:line-through !important;
}
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;
left:100%;
margin-top:-6px;
margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display:block;
}
.dropdown-submenu>a:after {
display:block;
content:" ";
float:right;
width:0;
height:0;
border-color:transparent;
border-style:solid;
border-width:5px 0 5px 5px;
border-left-color:#cccccc;
margin-top:5px;
margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left:-100%;
margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px;
}
/***
====================================================================
Map Section Style
====================================================================
***/
.map-section{
position:relative;
padding:70px 0px 0px;
}
.map-data{
text-align:center;
font-size:14px;
font-weight:400;
line-height:1.8em;
}
.map-data h6{
font-size:16px;
font-weight:700;
text-align:center;
margin-bottom:5px;
color:#121212;
}
.map-canvas{
height:650px;
}
/*newsletter form*/
.coupen-search-form .form-group{
position:relative;
display:block;
margin-top:25px;
padding:0px 15px;
max-width:770px;
margin:0 auto;
bottom:60px;
}
.coupen-search-form .form-group input[type="text"],
.coupen-search-form .form-group input[type="tel"],
.coupen-search-form .form-group input[type="email"],
.coupen-search-form .form-group textarea{
position:relative;
display:block;
width:100%;
line-height:22px;
padding:6px 50px 6px 30px;
height:45px;
color:#000000;
font-size:14px;
border:0px;
border:1px solid #cccccc;
background-color:#ffffff;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}
.coupen-search-form .form-group input[type="text"]:focus,
.coupen-search-form .form-group input[type="tel"]:focus,
.coupen-search-form .form-group input[type="email"]:focus,
.coupen-search-form .form-group textarea:focus{
}
.coupen-search-form .form-group input[type="submit"],
.coupen-search-form button{
position:absolute;
right:15px;
top:0px;
width:140px;
height:45px;
font-size:16px;
line-height:38px;
color:#ffffff;
font-weight:700;
background:#012a5e;
border:0px;
} | 0.401101 | 0.056809 |
body {
box-sizing: border-box;
background: #d0d2d5;
margin: 0;
height: 100%;
color: #404853;
font-size: 1rem;
line-height: 1.875;
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.02rem;
}
.btn-default{
position: absolute;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 8px 20px 8px 20px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
font: normal 30px 'Bitter', serif;
-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
border: 1px solid #404853;
font-size: 15px;
margin-left: 30px;
margin-top: 60px;
}
.btn-default:hover{
background: #404853;
-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
ul{
padding: 0;
}
.landing-page {
margin-bottom: 50px;
}
#description{
width: 95%;
}
.landing-desc {
display: block;
text-shadow: 0 1px 1px rgba(30, 40, 53, 0.2);
font-size: 3rem;
font-family: 'Roboto', sans-serif;
margin: 0 auto;
color: #F4F8FC;
max-width: 1024px;
width: 80%;
}
.landing-page .landing-text {
font-size: 3rem;
font-family: 'Roboto', sans-serif;
color: #F4F8FC;
max-width: 1024px;
width: 80%;
}
.landing-desc .main-tag {
display: block;
text-shadow: 0 1px 1px rgba(30, 40, 53, 0.2);
}
.landing-page .landing-text .second-tag {
display: block;
font-size: 1rem;
font-family: 'Open Sans', sans-serif;
color: #8E939A;
margin-top: 15px;
line-height: 20px;
}
.landing-features {
background-color: #8E939A;
padding-bottom: 70px;
}
.landing-features .features-container {
max-width: 1024px;
width: 100%;
color: #F4F8FC;
margin: 0 auto;
}
.landing-features .features-container .features {
display: flex;
justify-content: center;
margin-top: 3rem;
}
#description {
width: 70%;
max-width: 100%;
margin-top: 30px;
}
.landing-features .features-container h2 {
text-align: center;
padding-top: 5rem;
}
.landing-features .features-container .features .features-child span {
display: block;
width: 80%;
text-align: center;
font-size: 0.9rem;
margin: 0 auto;
}
.features-child img {
display:block;
margin:auto;
padding-bottom: 35px;
}
.leg-quick-view-container{
display: flex;
flex-wrap: nowrap;
}
.leg-quick-view{
min-width: 170px;
max-height: 70px;
display: flex;
flex-direction: row;
border: 1px solid black;
border-radius: 5px;
margin-bottom: 10px;
}
.black_overlay{
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: fixed;
top: 5%;
bottom: 5%;
left: 35%;
width: 29%;
height: 95%;
padding: 10px;
z-index:1002;
overflow: auto;
}
#budget-box{
align-self: flex-start;
float: right;
max-width: 300px;
}
#budget-box .inner-wrap{
padding: 5px 5px 5px 5px;
}
#budget-box .inner-wrap p{
margin: 0;
}
.budget-button-container{
display: flex;
justify-content: space-between;
}
.hidden{
display: none;
}
.light-box .form-style-10 {
background: #fff;
}
.default-text-box{
padding:30px;
width: 20%;
margin-top: 20px;
margin-left: 38%;
text-align: center;
background: #FFF;
border-radius: 10px;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
#show-info input{
margin-bottom: 10px;
}
.form-style-10 add{
margin-left: 100px;
}
#accommodation-box{
margin-left: 250px;
}
#transportation-box{
margin-left: 250px;
}
.leg-container .form-style-10 .buttons{
display: flex;
flex-direction: row;
justify-content: space-around;
}
.leg-container{
/* flex-grow: 1; */
display: flex;
margin-top: 30px;
flex-direction: row;
justify-content: center;
border-radius: 10px;
}
#show-info{
display: flex;
flex-wrap: wrap;
list-style: none;
justify-content: space-between;
width: 90% !important;
max-width: 100%;
margin-top: 30px;
}
.city p{
margin: 20px;
}
.city{
flex-grow: 1;
transition: all .2s ease-in-out;
border: 1px solid black;
border-radius: 5px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.city:hover{
transform: scale(1.1);
}
.route-group{
transition: all .2s ease-in-out;
display: flex;
}
.route-group:hover{
transform: scale(1.1);
}
.transportation{
flex-grow: 1;
border: 1px solid black;
border-radius: 5px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-right: 1px solid black;
}
.warning-box {
text-align: center;
margin: 40px auto;
}
.transportation p{
margin: 20px;
}
#transportation-icon {
flex-grow: 1;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-left: 1px solid black;
}
#transportation-icon img {
flex-grow: 1;
margin: 20px;
}
.booked{
background-color: #66ff99;
}
.not-booked {
background-color: #ff6666;
}
#header {
background-image: url('/images/beach1.jpg');
background-repeat: no-repeat;
font: italic normal 230% 'Times New Roman', Times, serif;
letter-spacing: 0.2em;
min-height: 180px;
min-width: 100%;
padding: 15px 10px 15px 60px;
background-size: 100%;
margin-bottom: 40px;
}
h1 {
position: relative;
min-width: 30%;
max-width: 30%;
font-size: 1em;
margin-left: 30px;
}
.landing-desc p{
text-shadow: 0 1px 1px rgba(30, 40, 53, 0.2);
font-size: 20px;
font-family: 'Roboto', sans-serif;
margin: 0 auto;
color: black;
max-width: 1024px;
width: 80%;
}
.landing-desc .profile{
padding-top: 0;
}
.login {
justify-content: center;
max-width: 145px;
display: flex;
margin: 0 auto;
margin-top: 70px;
}
a.button {
margin: auto;
top: 50%;
left: 50%;
cursor: pointer;
border-radius: 5px;
padding: 5px;
margin: 0 auto;
justify-content: center;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
color: initial;
}
button:hover{
background-color: #2A6BBF;
color: white;
border: 2px solid #2A6BBF;
}
.form-style-10{
align-self: flex-start;
flex-basis: 50%;
max-width: 380px;
padding:30px;
margin:0 auto;
background: #FFF;
border-radius: 10px;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
@media(max-width: 1333px) {
.form-style-10 {
flex-basis: 33.33%;
}
}
@media(max-width: 1073px) {
.form-style-10 {
flex-basis: 33.33%;
}
}
@media(max-width: 815px) {
.form-style-10 {
flex-basis: 50%;
}
}
@media(max-width: 555px) {
.form-style-10 {
flex-basis: 100%;
}
}
h3{
margin: 0 auto;
}
.form-style-10 .inner-wrap{
padding: 30px;
background: #F8F8F8;
border-radius: 6px;
margin-bottom: 15px;
}
.form-style-10 h2, .budget-box h2{
background: #8E939A;
padding: 20px 30px 15px 30px;
margin: -30px -30px 30px -30px;
border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
font: normal 30px 'Bitter', serif;
-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
border: 1px solid #404853;
}
.form-style-10 h2 > span, .budget-box h1 > span{
display: block;
margin-top: 2px;
font: 13px Arial, Helvetica, sans-serif;
}
.form-style-10 label, .budget-box label{
display: block;
font: 13px Arial, Helvetica, sans-serif;
color: #888;
margin-bottom: 15px;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
display: block;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
padding: 8px;
border-radius: 6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border: 2px solid #fff;
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.form-style-10 .section, .budget-box .section{
font: normal 20px 'Bitter', serif;
color: #8E939A;
margin-bottom: 5px;
}
#step {
background: #fff;
padding: 5px 10px 5px 10px;
position: absolute;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border: 4px solid #8E939A;
font-size: 14px;
margin-left: -45px;
color: #8E939A;
margin-top: -3px;
}
.form-style-10 input[type="button"],
.form-style-10 input[type="submit"]{
background: #8E939A;
padding: 8px 20px 8px 20px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
font: normal 30px 'Bitter', serif;
-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
border: 1px solid #404853;
font-size: 15px;
margin: 0 auto;
}
.form-style-10 input[type="button"]:hover,
.form-style-10 input[type="submit"]:hover{
background: #404853;
-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
} | public/css/styles.css | body {
box-sizing: border-box;
background: #d0d2d5;
margin: 0;
height: 100%;
color: #404853;
font-size: 1rem;
line-height: 1.875;
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', sans-serif;
letter-spacing: 0.02rem;
}
.btn-default{
position: absolute;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 8px 20px 8px 20px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
font: normal 30px 'Bitter', serif;
-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
border: 1px solid #404853;
font-size: 15px;
margin-left: 30px;
margin-top: 60px;
}
.btn-default:hover{
background: #404853;
-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
ul{
padding: 0;
}
.landing-page {
margin-bottom: 50px;
}
#description{
width: 95%;
}
.landing-desc {
display: block;
text-shadow: 0 1px 1px rgba(30, 40, 53, 0.2);
font-size: 3rem;
font-family: 'Roboto', sans-serif;
margin: 0 auto;
color: #F4F8FC;
max-width: 1024px;
width: 80%;
}
.landing-page .landing-text {
font-size: 3rem;
font-family: 'Roboto', sans-serif;
color: #F4F8FC;
max-width: 1024px;
width: 80%;
}
.landing-desc .main-tag {
display: block;
text-shadow: 0 1px 1px rgba(30, 40, 53, 0.2);
}
.landing-page .landing-text .second-tag {
display: block;
font-size: 1rem;
font-family: 'Open Sans', sans-serif;
color: #8E939A;
margin-top: 15px;
line-height: 20px;
}
.landing-features {
background-color: #8E939A;
padding-bottom: 70px;
}
.landing-features .features-container {
max-width: 1024px;
width: 100%;
color: #F4F8FC;
margin: 0 auto;
}
.landing-features .features-container .features {
display: flex;
justify-content: center;
margin-top: 3rem;
}
#description {
width: 70%;
max-width: 100%;
margin-top: 30px;
}
.landing-features .features-container h2 {
text-align: center;
padding-top: 5rem;
}
.landing-features .features-container .features .features-child span {
display: block;
width: 80%;
text-align: center;
font-size: 0.9rem;
margin: 0 auto;
}
.features-child img {
display:block;
margin:auto;
padding-bottom: 35px;
}
.leg-quick-view-container{
display: flex;
flex-wrap: nowrap;
}
.leg-quick-view{
min-width: 170px;
max-height: 70px;
display: flex;
flex-direction: row;
border: 1px solid black;
border-radius: 5px;
margin-bottom: 10px;
}
.black_overlay{
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: fixed;
top: 5%;
bottom: 5%;
left: 35%;
width: 29%;
height: 95%;
padding: 10px;
z-index:1002;
overflow: auto;
}
#budget-box{
align-self: flex-start;
float: right;
max-width: 300px;
}
#budget-box .inner-wrap{
padding: 5px 5px 5px 5px;
}
#budget-box .inner-wrap p{
margin: 0;
}
.budget-button-container{
display: flex;
justify-content: space-between;
}
.hidden{
display: none;
}
.light-box .form-style-10 {
background: #fff;
}
.default-text-box{
padding:30px;
width: 20%;
margin-top: 20px;
margin-left: 38%;
text-align: center;
background: #FFF;
border-radius: 10px;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
#show-info input{
margin-bottom: 10px;
}
.form-style-10 add{
margin-left: 100px;
}
#accommodation-box{
margin-left: 250px;
}
#transportation-box{
margin-left: 250px;
}
.leg-container .form-style-10 .buttons{
display: flex;
flex-direction: row;
justify-content: space-around;
}
.leg-container{
/* flex-grow: 1; */
display: flex;
margin-top: 30px;
flex-direction: row;
justify-content: center;
border-radius: 10px;
}
#show-info{
display: flex;
flex-wrap: wrap;
list-style: none;
justify-content: space-between;
width: 90% !important;
max-width: 100%;
margin-top: 30px;
}
.city p{
margin: 20px;
}
.city{
flex-grow: 1;
transition: all .2s ease-in-out;
border: 1px solid black;
border-radius: 5px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.city:hover{
transform: scale(1.1);
}
.route-group{
transition: all .2s ease-in-out;
display: flex;
}
.route-group:hover{
transform: scale(1.1);
}
.transportation{
flex-grow: 1;
border: 1px solid black;
border-radius: 5px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-right: 1px solid black;
}
.warning-box {
text-align: center;
margin: 40px auto;
}
.transportation p{
margin: 20px;
}
#transportation-icon {
flex-grow: 1;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-left: 1px solid black;
}
#transportation-icon img {
flex-grow: 1;
margin: 20px;
}
.booked{
background-color: #66ff99;
}
.not-booked {
background-color: #ff6666;
}
#header {
background-image: url('/images/beach1.jpg');
background-repeat: no-repeat;
font: italic normal 230% 'Times New Roman', Times, serif;
letter-spacing: 0.2em;
min-height: 180px;
min-width: 100%;
padding: 15px 10px 15px 60px;
background-size: 100%;
margin-bottom: 40px;
}
h1 {
position: relative;
min-width: 30%;
max-width: 30%;
font-size: 1em;
margin-left: 30px;
}
.landing-desc p{
text-shadow: 0 1px 1px rgba(30, 40, 53, 0.2);
font-size: 20px;
font-family: 'Roboto', sans-serif;
margin: 0 auto;
color: black;
max-width: 1024px;
width: 80%;
}
.landing-desc .profile{
padding-top: 0;
}
.login {
justify-content: center;
max-width: 145px;
display: flex;
margin: 0 auto;
margin-top: 70px;
}
a.button {
margin: auto;
top: 50%;
left: 50%;
cursor: pointer;
border-radius: 5px;
padding: 5px;
margin: 0 auto;
justify-content: center;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
color: initial;
}
button:hover{
background-color: #2A6BBF;
color: white;
border: 2px solid #2A6BBF;
}
.form-style-10{
align-self: flex-start;
flex-basis: 50%;
max-width: 380px;
padding:30px;
margin:0 auto;
background: #FFF;
border-radius: 10px;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
@media(max-width: 1333px) {
.form-style-10 {
flex-basis: 33.33%;
}
}
@media(max-width: 1073px) {
.form-style-10 {
flex-basis: 33.33%;
}
}
@media(max-width: 815px) {
.form-style-10 {
flex-basis: 50%;
}
}
@media(max-width: 555px) {
.form-style-10 {
flex-basis: 100%;
}
}
h3{
margin: 0 auto;
}
.form-style-10 .inner-wrap{
padding: 30px;
background: #F8F8F8;
border-radius: 6px;
margin-bottom: 15px;
}
.form-style-10 h2, .budget-box h2{
background: #8E939A;
padding: 20px 30px 15px 30px;
margin: -30px -30px 30px -30px;
border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
font: normal 30px 'Bitter', serif;
-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
border: 1px solid #404853;
}
.form-style-10 h2 > span, .budget-box h1 > span{
display: block;
margin-top: 2px;
font: 13px Arial, Helvetica, sans-serif;
}
.form-style-10 label, .budget-box label{
display: block;
font: 13px Arial, Helvetica, sans-serif;
color: #888;
margin-bottom: 15px;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
display: block;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
padding: 8px;
border-radius: 6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border: 2px solid #fff;
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.form-style-10 .section, .budget-box .section{
font: normal 20px 'Bitter', serif;
color: #8E939A;
margin-bottom: 5px;
}
#step {
background: #fff;
padding: 5px 10px 5px 10px;
position: absolute;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border: 4px solid #8E939A;
font-size: 14px;
margin-left: -45px;
color: #8E939A;
margin-top: -3px;
}
.form-style-10 input[type="button"],
.form-style-10 input[type="submit"]{
background: #8E939A;
padding: 8px 20px 8px 20px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
font: normal 30px 'Bitter', serif;
-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
border: 1px solid #404853;
font-size: 15px;
margin: 0 auto;
}
.form-style-10 input[type="button"]:hover,
.form-style-10 input[type="submit"]:hover{
background: #404853;
-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
} | 0.333069 | 0.062789 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
text-decoration: none;
}
/* // End Reset v2 */
/* Globals start */
body {
font-size: 16px;
color: #2d3c49;
font-family: "Raleway", "Helvetica", "sans-serif";
}
a {
color: #2d3c49;
}
.container {
max-width: 1200px;
margin: 2em auto;
padding: 1em;
}
/* Grid starts */
.row {
width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.row [class^="col-"] {
width: 100%;
}
/* // Grid ends */
/* // Globals end */
/* Header starts */
.header {
font-size: 1em;
}
.header__wrap {
padding-bottom: 1em;
border-bottom: 3px solid #7d97ad;
}
.header__logo {
width: 100%;
padding: 0.5em 0;
text-align: center;
}
.header__logo__img {
width: 100px;
}
.header__head {
width: 100%;
padding-top: 1em;
text-align: center;
text-transform: uppercase;
}
.header__head__name {
font-size: 2.5em;
font-weight: 100;
margin: 0;
padding: 0;
}
.header__head__sub {
font-size: 1em;
font-weight: 500;
margin: 0;
padding: 0;
}
/* // Header ends */
/* Main image starts */
.image-wrapper {
padding: 2em 0;
}
.image-wrapper__img {
width: 100%;
}
/* // Main image ends */
/* Projects section styles start */
.work {
padding: 1em 0;
text-align: center;
}
.work__title {
padding: 1em;
color: #7d97ad;
font-weight: 800;
font-size: 2em;
}
.work__project {
font-size: 1em;
word-wrap: break-word;
cursor: pointer;
}
.work__project:hover .work__project__name {
color: #02b3e4;
}
.work__project__wrap {
padding: 1.1em;
}
.work__project__img {
width: 100%;
}
.work__project__name {
padding-top: 0.5em;
transition: color .2s ease-in-out;
font-size: 1.4em;
text-transform: uppercase;
}
/* // Projects section styles end */
/* Media queries start */
/* Desktop breakpoint */
@media (min-width: 800px) {
.work {
font-size: 1em;
}
.work__title {
text-align: left;
font-size: 2.8em;
}
.work .work__project__name.work__project__name.work__project__name {
font-size: 1.4em;
}
.header.header {
font-size: 1.4em;
}
.header__head.header__head {
padding: 0;
}
.row .col-1.col-1 { width: 8.33%; }
.row .col-2.col-2 { width: 16.67%; }
.row .col-3.col-3 { width: 25%; }
.row .col-4.col-4 { width: 33.33%; }
.row .col-5.col-5 { width: 41.67%; }
.row .col-6.col-6 { width: 50%; }
.row .col-7.col-7 { width: 58.33%; }
.row .col-8.col-8 { width: 66.67%; }
.row .col-9.col-9 { width: 75%; }
.row .col-10.col-10 { width: 83.33%; }
.row .col-11.col-11 { width: 91.66%; }
.row .col-12.col-12 { width: 100%; }
}
/* Tablet Breakpoint */
@media (min-width: 500px) {
body .work__project__name {
font-size: 1.4em;
}
body .work__project:first-child {
width: 100%;
}
body .work__project:first-child .work__project__name {
font-size: 2em;
}
.header__logo {
width: 30%;
padding: 0;
text-align: left;
}
.header__logo__img {
margin-left: 1em;
}
.header__head {
width: 70%;
padding-top: 1em;
text-align: right;
}
.row.row {
flex-direction: row;
}
.row [class*="col-"] { width: 50%; }
}
/* // Media queries end */ | src/css/style.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
text-decoration: none;
}
/* // End Reset v2 */
/* Globals start */
body {
font-size: 16px;
color: #2d3c49;
font-family: "Raleway", "Helvetica", "sans-serif";
}
a {
color: #2d3c49;
}
.container {
max-width: 1200px;
margin: 2em auto;
padding: 1em;
}
/* Grid starts */
.row {
width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.row [class^="col-"] {
width: 100%;
}
/* // Grid ends */
/* // Globals end */
/* Header starts */
.header {
font-size: 1em;
}
.header__wrap {
padding-bottom: 1em;
border-bottom: 3px solid #7d97ad;
}
.header__logo {
width: 100%;
padding: 0.5em 0;
text-align: center;
}
.header__logo__img {
width: 100px;
}
.header__head {
width: 100%;
padding-top: 1em;
text-align: center;
text-transform: uppercase;
}
.header__head__name {
font-size: 2.5em;
font-weight: 100;
margin: 0;
padding: 0;
}
.header__head__sub {
font-size: 1em;
font-weight: 500;
margin: 0;
padding: 0;
}
/* // Header ends */
/* Main image starts */
.image-wrapper {
padding: 2em 0;
}
.image-wrapper__img {
width: 100%;
}
/* // Main image ends */
/* Projects section styles start */
.work {
padding: 1em 0;
text-align: center;
}
.work__title {
padding: 1em;
color: #7d97ad;
font-weight: 800;
font-size: 2em;
}
.work__project {
font-size: 1em;
word-wrap: break-word;
cursor: pointer;
}
.work__project:hover .work__project__name {
color: #02b3e4;
}
.work__project__wrap {
padding: 1.1em;
}
.work__project__img {
width: 100%;
}
.work__project__name {
padding-top: 0.5em;
transition: color .2s ease-in-out;
font-size: 1.4em;
text-transform: uppercase;
}
/* // Projects section styles end */
/* Media queries start */
/* Desktop breakpoint */
@media (min-width: 800px) {
.work {
font-size: 1em;
}
.work__title {
text-align: left;
font-size: 2.8em;
}
.work .work__project__name.work__project__name.work__project__name {
font-size: 1.4em;
}
.header.header {
font-size: 1.4em;
}
.header__head.header__head {
padding: 0;
}
.row .col-1.col-1 { width: 8.33%; }
.row .col-2.col-2 { width: 16.67%; }
.row .col-3.col-3 { width: 25%; }
.row .col-4.col-4 { width: 33.33%; }
.row .col-5.col-5 { width: 41.67%; }
.row .col-6.col-6 { width: 50%; }
.row .col-7.col-7 { width: 58.33%; }
.row .col-8.col-8 { width: 66.67%; }
.row .col-9.col-9 { width: 75%; }
.row .col-10.col-10 { width: 83.33%; }
.row .col-11.col-11 { width: 91.66%; }
.row .col-12.col-12 { width: 100%; }
}
/* Tablet Breakpoint */
@media (min-width: 500px) {
body .work__project__name {
font-size: 1.4em;
}
body .work__project:first-child {
width: 100%;
}
body .work__project:first-child .work__project__name {
font-size: 2em;
}
.header__logo {
width: 30%;
padding: 0;
text-align: left;
}
.header__logo__img {
margin-left: 1em;
}
.header__head {
width: 70%;
padding-top: 1em;
text-align: right;
}
.row.row {
flex-direction: row;
}
.row [class*="col-"] { width: 50%; }
}
/* // Media queries end */ | 0.3027 | 0.066509 |
:root{
--bg-color: #fff;
--text-color: #00c07f;
--text-color-light: #00c080b9;
--tool-bar-bg:#00c07f;
--tab-color: #fff;
}
body{
font-family: Georgia, 'Times New Roman', Times, serif !important;
}
.toolbar__title {
line-height: 44px;
font-size: 25px;
font-weight: 300;
color: #fff;
margin: 0;
padding: 0;
overflow: visible;
}
.toolbar{
background-color: var(--tool-bar-bg) !important;
}
.tabs{
background: var(--tool-bar-bg) !important;
}
:checked + .tabbar__button {
color: white;
box-shadow: none;
border-top: none;
}
.page, .page__content, .page--material, .page--material__content {
background: var(--bg-color);
}
.recipe {
font-family: -apple-system, 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 200;
box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
border-radius: 8px;
background-color: white;
box-sizing: border-box;
display: block;
margin: 6px !important;
color: var(--text-color) !important;
height: 100px !important;
padding: 0 !important;
text-align: left;
word-wrap: break-word;
}
.recipe__img{
float: left;
height: 100px;
width: 100px;
padding: 0 !important;
margin: 0 !important;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.recipe__title{
font-size: 18px;
margin-left: 10px;
font-weight: bold;
}
.recipe__category{
display: block;
margin-top:2rem!important;
margin-left: 3rem;
color: var(--text-color-light);
font-style: italic;
font-weight: 600 !important;
font-size: 14px !important;
}
.SavedRecipe__category{
display: block;
margin-top:1rem!important;
margin-left: 3rem;
color: var(--text-color-light);
font-style: italic;
font-weight: 600 !important;
font-size: 14px !important;
}
.view__img{
float: center;
height: 300px;
width: 100%;
padding: 0 !important;
margin: 0 !important;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.back-button--material__icon {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
fill: #fff;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
height: 100%;
} | www/css/style.css | :root{
--bg-color: #fff;
--text-color: #00c07f;
--text-color-light: #00c080b9;
--tool-bar-bg:#00c07f;
--tab-color: #fff;
}
body{
font-family: Georgia, 'Times New Roman', Times, serif !important;
}
.toolbar__title {
line-height: 44px;
font-size: 25px;
font-weight: 300;
color: #fff;
margin: 0;
padding: 0;
overflow: visible;
}
.toolbar{
background-color: var(--tool-bar-bg) !important;
}
.tabs{
background: var(--tool-bar-bg) !important;
}
:checked + .tabbar__button {
color: white;
box-shadow: none;
border-top: none;
}
.page, .page__content, .page--material, .page--material__content {
background: var(--bg-color);
}
.recipe {
font-family: -apple-system, 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 200;
box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
border-radius: 8px;
background-color: white;
box-sizing: border-box;
display: block;
margin: 6px !important;
color: var(--text-color) !important;
height: 100px !important;
padding: 0 !important;
text-align: left;
word-wrap: break-word;
}
.recipe__img{
float: left;
height: 100px;
width: 100px;
padding: 0 !important;
margin: 0 !important;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.recipe__title{
font-size: 18px;
margin-left: 10px;
font-weight: bold;
}
.recipe__category{
display: block;
margin-top:2rem!important;
margin-left: 3rem;
color: var(--text-color-light);
font-style: italic;
font-weight: 600 !important;
font-size: 14px !important;
}
.SavedRecipe__category{
display: block;
margin-top:1rem!important;
margin-left: 3rem;
color: var(--text-color-light);
font-style: italic;
font-weight: 600 !important;
font-size: 14px !important;
}
.view__img{
float: center;
height: 300px;
width: 100%;
padding: 0 !important;
margin: 0 !important;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.back-button--material__icon {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
fill: #fff;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
height: 100%;
} | 0.416322 | 0.10226 |
@import url(./pages/01_landing-page.css);
@import url(./pages/02_connect-social.css);
@import url(./pages/03_skills.css);
:root {
/* color-scheme: dark light; */
--background-colored-rgb: 005, 000, 046; /* #05002e */
--accent-1-rgb: 069, 014, 255; /* #450eff */
--accent-2-rgb: 254, 050, 024; /* #fe3218 */
--accent-3-rgb: 033, 000, 111; /* #21006f */
--accent-4-rgb: 211, 040, 041; /* #d32829 */
--accent-5-rgb: 017, 000, 060; /* #11003c */
--mark-alpha: 0.8;
}
html:not([light]) {
color-scheme: dark;
--background-rgb: 008, 008, 008; /* #080808 */
--foreground-rgb: 255, 255, 255; /* #FFFFFF */
--background-light-rgb: 242, 242, 242;
--foreground-light-rgb: 000, 000, 000;
}
html[light] {
color-scheme: light;
--background-rgb: 242, 242, 242; /* #F2F2F2 */
--foreground-rgb: 000, 000, 000; /* #000000 */
--background-dark-rgb: 008, 008, 008;
--foreground-dark-rgb: 255, 255, 255;
}
body,
html {
position: absolute;
margin: 0;
padding: 0;
overflow: hidden;
background: rgb(var(--background-rgb));
}
.title {
margin: 50px;
font-family: "Cutive Mono", monospace;
font-size: 6em;
font-weight: 900;
line-height: 1.15;
text-align: center;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
user-select: none;
}
.text {
font-family: "Cutive Mono", monospace;
font-size: 2em;
}
.title,
.text,
a:link,
a:visited,
a:hover,
a:active {
color: rgb(var(--foreground-rgb));;
}
.title .mark,
.title.mark {
padding: 0 10px;
border-radius: 5px;
text-align: center;
text-indent: 5px;
letter-spacing: 5px;
}
.text .mark,
.text.mark {
padding: 0 10px;
border-radius: 2px;
}
.title .mark,
.text .mark,
.title.mark,
.text.mark {
color: rgb(var(--background-rgb));
background: rgba(var(--foreground-rgb), var(--mark-alpha));
}
.text .bold,
.text.bold {
font-weight: bolder;
}
.spacer {
position: relative;
width: 100%;
aspect-ratio: 960/300;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.scramble {
opacity: 0.15 !important;
}
.picture-container {
position: relative;
min-width: 200px;
min-height: 200px;
width: 15vw;
height: 15vw;
margin: 50px;
}
.picture-container::before {
position: absolute;
border-radius: 50%;
transform: scale(1.42);
}
.picture-container
.picture-spin-container {
position: relative;
width: 100%;
height: 100%;
animation: picture-spin 12s linear infinite;
}
.picture-container
.picture-spin-container
.picture-shape {
position: absolute;
width: 100%;
height: 100%;
border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
overflow: hidden;
animation: picture-morph 8s ease-in-out infinite both alternate;
transition: border-radius 1s ease-out;
}
.picture-container
.picture-spin-container
.picture-shape
.picture {
position: absolute;
width: 142%;
height: 142%;
left: -21%;
top: -21%;
overflow: visible;
animation: picture-spin 12s linear infinite reverse;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.picture-container
.picture-spin-container
.picture-shape
.picture
.picture-ripple {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
@keyframes picture-morph {
0% {
border-radius: 40% 60% 60% 40%/60% 30% 70% 40%;
}
100% {
border-radius: 40% 60%;
}
}
@keyframes picture-spin {
to {
transform: rotate(1turn);
}
}
::selection, ::-moz-selection {
background: rgb(var(--accent-2-rgb));
} | css/global.css | @import url(./pages/01_landing-page.css);
@import url(./pages/02_connect-social.css);
@import url(./pages/03_skills.css);
:root {
/* color-scheme: dark light; */
--background-colored-rgb: 005, 000, 046; /* #05002e */
--accent-1-rgb: 069, 014, 255; /* #450eff */
--accent-2-rgb: 254, 050, 024; /* #fe3218 */
--accent-3-rgb: 033, 000, 111; /* #21006f */
--accent-4-rgb: 211, 040, 041; /* #d32829 */
--accent-5-rgb: 017, 000, 060; /* #11003c */
--mark-alpha: 0.8;
}
html:not([light]) {
color-scheme: dark;
--background-rgb: 008, 008, 008; /* #080808 */
--foreground-rgb: 255, 255, 255; /* #FFFFFF */
--background-light-rgb: 242, 242, 242;
--foreground-light-rgb: 000, 000, 000;
}
html[light] {
color-scheme: light;
--background-rgb: 242, 242, 242; /* #F2F2F2 */
--foreground-rgb: 000, 000, 000; /* #000000 */
--background-dark-rgb: 008, 008, 008;
--foreground-dark-rgb: 255, 255, 255;
}
body,
html {
position: absolute;
margin: 0;
padding: 0;
overflow: hidden;
background: rgb(var(--background-rgb));
}
.title {
margin: 50px;
font-family: "Cutive Mono", monospace;
font-size: 6em;
font-weight: 900;
line-height: 1.15;
text-align: center;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
user-select: none;
}
.text {
font-family: "Cutive Mono", monospace;
font-size: 2em;
}
.title,
.text,
a:link,
a:visited,
a:hover,
a:active {
color: rgb(var(--foreground-rgb));;
}
.title .mark,
.title.mark {
padding: 0 10px;
border-radius: 5px;
text-align: center;
text-indent: 5px;
letter-spacing: 5px;
}
.text .mark,
.text.mark {
padding: 0 10px;
border-radius: 2px;
}
.title .mark,
.text .mark,
.title.mark,
.text.mark {
color: rgb(var(--background-rgb));
background: rgba(var(--foreground-rgb), var(--mark-alpha));
}
.text .bold,
.text.bold {
font-weight: bolder;
}
.spacer {
position: relative;
width: 100%;
aspect-ratio: 960/300;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.scramble {
opacity: 0.15 !important;
}
.picture-container {
position: relative;
min-width: 200px;
min-height: 200px;
width: 15vw;
height: 15vw;
margin: 50px;
}
.picture-container::before {
position: absolute;
border-radius: 50%;
transform: scale(1.42);
}
.picture-container
.picture-spin-container {
position: relative;
width: 100%;
height: 100%;
animation: picture-spin 12s linear infinite;
}
.picture-container
.picture-spin-container
.picture-shape {
position: absolute;
width: 100%;
height: 100%;
border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
overflow: hidden;
animation: picture-morph 8s ease-in-out infinite both alternate;
transition: border-radius 1s ease-out;
}
.picture-container
.picture-spin-container
.picture-shape
.picture {
position: absolute;
width: 142%;
height: 142%;
left: -21%;
top: -21%;
overflow: visible;
animation: picture-spin 12s linear infinite reverse;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.picture-container
.picture-spin-container
.picture-shape
.picture
.picture-ripple {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
@keyframes picture-morph {
0% {
border-radius: 40% 60% 60% 40%/60% 30% 70% 40%;
}
100% {
border-radius: 40% 60%;
}
}
@keyframes picture-spin {
to {
transform: rotate(1turn);
}
}
::selection, ::-moz-selection {
background: rgb(var(--accent-2-rgb));
} | 0.490724 | 0.057732 |
.sports-bar ul, .sports-bar.for-mobile ul {
overflow: hidden;
margin: 0;
}
nav .brand-logo {
text-transform: uppercase;
font-size: 20px;
}
.sports-bar {
background-color: #484848;
z-index: -999;
min-height: 46px;
}
.sports-bar.transparent-on-scroll {
position: fixed;
z-index: 99;
width: 100%;
}
.sports-bar ul li {
float: left;
-webkit-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.sports-bar ul li:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.sports-bar ul li.best-offers {
background-color: #E53935;
}
.sports-bar ul li.best-offers:hover {
background-color: rgba(229, 57, 53, 0.5);
}
.sports-bar ul li a {
display: block;
color: white;
padding: 18px;
}
.sports-bar.for-mobile ul li {
float: right;
-webkit-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.sports-bar.for-mobile ul li a {
display: block;
color: white;
padding: 10px;
}
.sports-bar.for-mobile ul li i.material-icons {
line-height: 1;
}
.sports-bar-drawer {
position: fixed;
display: block;
top: 0;
right: 0;
height: 100%;
z-index: 9999;
width: 310px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
color: rgba(0, 0, 0, 0.87);
background-color: white;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-transform: translateX(312px);
transform: translateX(312px);
opacity: 0;
}
.sports-bar-drawer .drawer {
width: 100%;
}
.sports-bar-drawer .drawer .actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
height: auto;
margin-bottom: 2rem;
font-weight: 700;
font-size: 1.2rem;
text-transform: uppercase;
padding: 1rem;
}
.sports-bar-drawer .drawer .actions :last-child {
margin-left: 1rem;
}
.sports-bar-drawer .drawer .wrapper.search {
display: -ms-grid;
display: grid;
-ms-grid-rows: (min-content)[2];
grid-template-rows: repeat(2, -webkit-min-content);
grid-template-rows: repeat(2, min-content);
}
.sports-bar-drawer .drawer .wrapper.search * {
padding: .25rem;
}
.sports-bar-drawer .drawer .wrapper.search .close {
font-size: 1.2rem;
text-transform: uppercase;
font-weight: 700;
}
.sports-bar-drawer .drawer .wrapper.search .search {
display: block;
}
.sports-bar-drawer .drawer .wrapper.search .search input {
width: 95%;
padding: 1rem;
border: 1px solid rgba(0, 0, 0, 0.4);
margin-bottom: .75rem;
}
.sports-bar-drawer .drawer .wrapper ul {
margin-top: 0;
}
.sports-bar-drawer .drawer .wrapper ul li {
font-size: 1rem;
padding: 0 1rem 0 1rem;
}
.sports-bar-drawer .drawer .wrapper ul li.highlighted {
margin-bottom: 1rem;
vertical-align: middle;
}
.sports-bar-drawer .drawer .wrapper ul li.highlighted:last-child {
margin-bottom: 0rem;
}
.sports-bar-drawer .drawer .wrapper ul li.highlighted a {
background-color: #eee;
text-transform: uppercase;
padding: .75rem;
}
.sports-bar-drawer .drawer .wrapper ul li a, .sports-bar-drawer .drawer .wrapper ul li button {
display: block;
width: 100%;
height: 50px;
text-rendering: auto;
color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
text-align: left;
padding: 0;
font-weight: 500;
padding: 0 0 1rem 0;
}
.sports-bar-menu {
position: absolute;
background-color: white;
opacity: 0;
left: 200px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-transform: translateX(20px);
transform: translateX(20px);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.sports-bar-menu ul {
border-radius: .25rem;
}
.sports-bar-menu ul li:not(:last-child) {
border-bottom: 1px #eee solid;
}
.sports-bar-menu ul li a {
display: block;
padding: .75rem;
color: inherit;
}
/*# sourceMappingURL=sports_bar.css.map */ | .old-repo/templates/sports/css/sports_bar.css | .sports-bar ul, .sports-bar.for-mobile ul {
overflow: hidden;
margin: 0;
}
nav .brand-logo {
text-transform: uppercase;
font-size: 20px;
}
.sports-bar {
background-color: #484848;
z-index: -999;
min-height: 46px;
}
.sports-bar.transparent-on-scroll {
position: fixed;
z-index: 99;
width: 100%;
}
.sports-bar ul li {
float: left;
-webkit-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.sports-bar ul li:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.sports-bar ul li.best-offers {
background-color: #E53935;
}
.sports-bar ul li.best-offers:hover {
background-color: rgba(229, 57, 53, 0.5);
}
.sports-bar ul li a {
display: block;
color: white;
padding: 18px;
}
.sports-bar.for-mobile ul li {
float: right;
-webkit-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.sports-bar.for-mobile ul li a {
display: block;
color: white;
padding: 10px;
}
.sports-bar.for-mobile ul li i.material-icons {
line-height: 1;
}
.sports-bar-drawer {
position: fixed;
display: block;
top: 0;
right: 0;
height: 100%;
z-index: 9999;
width: 310px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
color: rgba(0, 0, 0, 0.87);
background-color: white;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-transform: translateX(312px);
transform: translateX(312px);
opacity: 0;
}
.sports-bar-drawer .drawer {
width: 100%;
}
.sports-bar-drawer .drawer .actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
height: auto;
margin-bottom: 2rem;
font-weight: 700;
font-size: 1.2rem;
text-transform: uppercase;
padding: 1rem;
}
.sports-bar-drawer .drawer .actions :last-child {
margin-left: 1rem;
}
.sports-bar-drawer .drawer .wrapper.search {
display: -ms-grid;
display: grid;
-ms-grid-rows: (min-content)[2];
grid-template-rows: repeat(2, -webkit-min-content);
grid-template-rows: repeat(2, min-content);
}
.sports-bar-drawer .drawer .wrapper.search * {
padding: .25rem;
}
.sports-bar-drawer .drawer .wrapper.search .close {
font-size: 1.2rem;
text-transform: uppercase;
font-weight: 700;
}
.sports-bar-drawer .drawer .wrapper.search .search {
display: block;
}
.sports-bar-drawer .drawer .wrapper.search .search input {
width: 95%;
padding: 1rem;
border: 1px solid rgba(0, 0, 0, 0.4);
margin-bottom: .75rem;
}
.sports-bar-drawer .drawer .wrapper ul {
margin-top: 0;
}
.sports-bar-drawer .drawer .wrapper ul li {
font-size: 1rem;
padding: 0 1rem 0 1rem;
}
.sports-bar-drawer .drawer .wrapper ul li.highlighted {
margin-bottom: 1rem;
vertical-align: middle;
}
.sports-bar-drawer .drawer .wrapper ul li.highlighted:last-child {
margin-bottom: 0rem;
}
.sports-bar-drawer .drawer .wrapper ul li.highlighted a {
background-color: #eee;
text-transform: uppercase;
padding: .75rem;
}
.sports-bar-drawer .drawer .wrapper ul li a, .sports-bar-drawer .drawer .wrapper ul li button {
display: block;
width: 100%;
height: 50px;
text-rendering: auto;
color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
text-align: left;
padding: 0;
font-weight: 500;
padding: 0 0 1rem 0;
}
.sports-bar-menu {
position: absolute;
background-color: white;
opacity: 0;
left: 200px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-transform: translateX(20px);
transform: translateX(20px);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.sports-bar-menu ul {
border-radius: .25rem;
}
.sports-bar-menu ul li:not(:last-child) {
border-bottom: 1px #eee solid;
}
.sports-bar-menu ul li a {
display: block;
padding: .75rem;
color: inherit;
}
/*# sourceMappingURL=sports_bar.css.map */ | 0.405684 | 0.06389 |
*, *::before, *::after {
margin: 0;
padding: 0;
}
html {
box-sizing: border-box;
font-size: 100%;
}
body {
font-family: 'Cormorant', serif;
line-height: 1.3;
color: #000000;
overflow-x: hidden;
}
.nav__li {
font-family: 'Cormorant', serif;
display: block;
margin-top: 2rem;
margin-left: 2rem;
font-size: 2rem;
}
.nav__link {
text-decoration: none;
color: #ffa500;
}
.nav__link:hover {
color: #ffa500;
text-decoration: none;
}
.social-media {
display: block;
margin-top: 1rem;
}
.social-media a i {
color: #ffa500;
margin-left: .6rem;
text-decoration: none;
transition: all 0.1s;
}
.social-media a i:hover {
color: #ffa6008c;
}
.mb-sm {
margin-bottom: 5rem;
}
.mt-md {
margin-top: 5rem;
}
.mt-lg {
margin-top: 10rem;
}
.center {
text-align: center;
}
.h1-style {
font-family: 'Cormorant', serif;
font-size: 6rem;
}
.h2-style_disable_underline {
display: inline-block;
position: relative;
font-family: 'Cormorant', serif;
font-size: 5rem;
}
.h2-style {
display: inline-block;
position: relative;
font-family: 'Cormorant', serif;
font-size: 5rem;
}
.h2-style::before {
content: "";
position: absolute;
width: 100%;
height: 5px;
bottom: 0;
left: 0;
background-color: #ffa500;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
}
.h2-style:hover::before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.header {
margin-bottom: 10rem;
}
.hero__img {
display: block;
margin-top: 4rem;
width: 100%;
}
.hero__btn {
display: inline-block;
background-color: #ffa500;
color: white;
font-size: 1.2rem;
padding: 1rem;
border-radius: 0.2rem;
margin-top: 1rem;
text-decoration: none;
}
.hero__btn:hover{
cursor: pointer;
}
.hero__btn:focus {
outline: none;
animation: pulsate 1s infinite;
}
.header a:hover {
text-decoration: none;
color: white;
}
@keyframes pulsate {
0% {
transform: scale(1);
box-shadow: none;
}
50% {
transform: scale(1.05);
box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.25);
}
100% {
transform: scale(1);
box-shadow: none;
}
}
.hero__text {
font-family: 'Cormorant', serif;
font-size: 1.1rem;
margin: 0.4rem;
}
.fa-basketball-ball {
transition: 1s font-size ease-in-out;
}
.fa-basketball-ball:hover {
font-size: 2.5rem;
animation: spinball infinite;
animation-duration: 2s;
animation-timing-function: ease;
}
.fa-chevron-right {
color: #ffa500;
font-size: 1.3rem;
}
.reasons {
font-family: 'Cormorant', serif;
display: block;
text-align: justify;
list-style: none;
padding-left: 8rem;
padding-bottom: 5rem;
font-size: 1.3rem;
}
.trophy__img {
display: block;
width: 80%;
}
.section-events {
margin: 10rem 0rem;
}
th {
font-size: 1.5rem;
}
td {
font-size: 1.2rem;
}
.table {
font-family: 'Cormorant', serif;
display: block;
width: 100%;
text-align: center;
margin-left: 8rem;
}
tr.table-row > td {
padding-bottom: 1rem;
padding-right: 2rem;
line-height: 1.42;
}
.table-row {
transition: all .3s;
}
.table-row:hover {
background-color: #ffa500;
color: white;
}
.calendar {
display: inline-block;
width: 4rem;
margin-bottom: 2rem;
margin-left: 0.3rem;
transition: all 1s;
}
.calendar:hover{
cursor: pointer;
transform: translateY(-3px);
}
.events_img {
display: block;
width: 80%;
margin: 0rem auto;
transform: translateY(25%);
}
.container-fluid {
background-color: #ffa500;
padding: 2rem;
}
.credit {
font-family: 'Cormorant', serif;
font-style: italic;
color: white;
}
.white {
color: white;
}
@keyframes bounce {
50% {
transform: translateY(-50%);
}
100% {
transform: translateY(0);
}
}
@keyframes spinball {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media screen and (max-width: 990px) {
html {
font-size: 80%;
}
.reasons {
padding-left: 3rem;
}
.trophy__img {
display: block;
margin-left: auto;
margin-right: auto;
width: 90%;
}
.table {
margin-left: 25rem;
}
}
@media screen and (max-width: 850px) {
.table {
margin-left: 15rem;
}
}
@media screen and (max-width: 800px) {
.table {
margin-left: 14rem;
}
}
@media screen and (max-width: 700px) {
.table {
margin-left: 10rem;
}
}
@media screen and (max-width: 600px) {
.table {
margin-left: 4rem;
}
} | css/styles.css | *, *::before, *::after {
margin: 0;
padding: 0;
}
html {
box-sizing: border-box;
font-size: 100%;
}
body {
font-family: 'Cormorant', serif;
line-height: 1.3;
color: #000000;
overflow-x: hidden;
}
.nav__li {
font-family: 'Cormorant', serif;
display: block;
margin-top: 2rem;
margin-left: 2rem;
font-size: 2rem;
}
.nav__link {
text-decoration: none;
color: #ffa500;
}
.nav__link:hover {
color: #ffa500;
text-decoration: none;
}
.social-media {
display: block;
margin-top: 1rem;
}
.social-media a i {
color: #ffa500;
margin-left: .6rem;
text-decoration: none;
transition: all 0.1s;
}
.social-media a i:hover {
color: #ffa6008c;
}
.mb-sm {
margin-bottom: 5rem;
}
.mt-md {
margin-top: 5rem;
}
.mt-lg {
margin-top: 10rem;
}
.center {
text-align: center;
}
.h1-style {
font-family: 'Cormorant', serif;
font-size: 6rem;
}
.h2-style_disable_underline {
display: inline-block;
position: relative;
font-family: 'Cormorant', serif;
font-size: 5rem;
}
.h2-style {
display: inline-block;
position: relative;
font-family: 'Cormorant', serif;
font-size: 5rem;
}
.h2-style::before {
content: "";
position: absolute;
width: 100%;
height: 5px;
bottom: 0;
left: 0;
background-color: #ffa500;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all .5s ease-in-out 0s;
}
.h2-style:hover::before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.header {
margin-bottom: 10rem;
}
.hero__img {
display: block;
margin-top: 4rem;
width: 100%;
}
.hero__btn {
display: inline-block;
background-color: #ffa500;
color: white;
font-size: 1.2rem;
padding: 1rem;
border-radius: 0.2rem;
margin-top: 1rem;
text-decoration: none;
}
.hero__btn:hover{
cursor: pointer;
}
.hero__btn:focus {
outline: none;
animation: pulsate 1s infinite;
}
.header a:hover {
text-decoration: none;
color: white;
}
@keyframes pulsate {
0% {
transform: scale(1);
box-shadow: none;
}
50% {
transform: scale(1.05);
box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.25);
}
100% {
transform: scale(1);
box-shadow: none;
}
}
.hero__text {
font-family: 'Cormorant', serif;
font-size: 1.1rem;
margin: 0.4rem;
}
.fa-basketball-ball {
transition: 1s font-size ease-in-out;
}
.fa-basketball-ball:hover {
font-size: 2.5rem;
animation: spinball infinite;
animation-duration: 2s;
animation-timing-function: ease;
}
.fa-chevron-right {
color: #ffa500;
font-size: 1.3rem;
}
.reasons {
font-family: 'Cormorant', serif;
display: block;
text-align: justify;
list-style: none;
padding-left: 8rem;
padding-bottom: 5rem;
font-size: 1.3rem;
}
.trophy__img {
display: block;
width: 80%;
}
.section-events {
margin: 10rem 0rem;
}
th {
font-size: 1.5rem;
}
td {
font-size: 1.2rem;
}
.table {
font-family: 'Cormorant', serif;
display: block;
width: 100%;
text-align: center;
margin-left: 8rem;
}
tr.table-row > td {
padding-bottom: 1rem;
padding-right: 2rem;
line-height: 1.42;
}
.table-row {
transition: all .3s;
}
.table-row:hover {
background-color: #ffa500;
color: white;
}
.calendar {
display: inline-block;
width: 4rem;
margin-bottom: 2rem;
margin-left: 0.3rem;
transition: all 1s;
}
.calendar:hover{
cursor: pointer;
transform: translateY(-3px);
}
.events_img {
display: block;
width: 80%;
margin: 0rem auto;
transform: translateY(25%);
}
.container-fluid {
background-color: #ffa500;
padding: 2rem;
}
.credit {
font-family: 'Cormorant', serif;
font-style: italic;
color: white;
}
.white {
color: white;
}
@keyframes bounce {
50% {
transform: translateY(-50%);
}
100% {
transform: translateY(0);
}
}
@keyframes spinball {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media screen and (max-width: 990px) {
html {
font-size: 80%;
}
.reasons {
padding-left: 3rem;
}
.trophy__img {
display: block;
margin-left: auto;
margin-right: auto;
width: 90%;
}
.table {
margin-left: 25rem;
}
}
@media screen and (max-width: 850px) {
.table {
margin-left: 15rem;
}
}
@media screen and (max-width: 800px) {
.table {
margin-left: 14rem;
}
}
@media screen and (max-width: 700px) {
.table {
margin-left: 10rem;
}
}
@media screen and (max-width: 600px) {
.table {
margin-left: 4rem;
}
} | 0.652241 | 0.082475 |
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(207, 182, 182, 0), rgba(105, 92, 92, 0.75), rgba(158, 144, 144, 0));
}
* {
color: black;
font-family: 'Oswald', sans-serif;
max-width: 1000px;
margin: auto;
padding: -20px;
line-height: 30px;
}
.p1 {
color: #231f30;
font-family: 'Oswald', sans-serif;
padding-top: 60px;
padding-bottom: 7px;
font-size: 50px;
}
.underP1 {
padding-top: 0;
font-style: monospace;
}
main p {
color: #7d8076;
font-size: 25px;
text-indent: 30px;
padding: 20px 0 20px 0;
font-family:'Times New Roman', Times, serif;
line-height: 40px;
word-spacing: 2px;
}
.logo {
padding-top: 20px;
padding-left: 0;
}
main ul {
color: #726c60;
}
h2 {
font-family: 'Yellowtail', cursive;
font-size: 50px;
color: #231f30;
padding-top: 30px;
}
h3 {
color: #525653
}
.p2 {
color:#525653 ;
}
.navigation{
float: left;
}
.navigation .img1{
float: left;
}
.img2 {
float: right;
}
.underNav {
padding-top: 30px;
}
.img1 {
padding-top: 20px;
width: 6%;
float: left;
padding-right: 7px;
}
.img2 {
padding-top: 30px;
margin-left: 0;
margin-right: 0;
padding: 20 0 20 0;
}
.underDelec {
font-size: 15px;
word-spacing: 1px;
}
.steps {
position: relative;
text-align: center;
}
.background {
opacity: 0.2;
width: 1000px;
height: 400px;
}
.steps {
background: url(https://github.com/waleedafifi90/amman-201d17/blob/main/class-10/lab-a/lab-assets/list-bg.png?raw=true);
background-size: 1000px 400px;
height: 400px;
padding-top: 30px;
}
.ul1 {
text-align: left;
float: left;
padding: 5px 0 5px 0;
}
.ul2 {
text-align: left;
float: right;
padding: 5px 0 5px 0;
}
.x1 {
text-decoration: line-through;
}
.hr2 {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(207, 182, 182, 0), rgba(105, 92, 92, 0.75), rgba(158, 144, 144, 0));
margin-top: 60px ;
margin-bottom: 50px;
}
.girl {
width:100px;
height:100px;
float: left;
margin-bottom: 20px;
}
.button {
float: right;
background-color: #bc7058;
color: white;
padding: 20px 40px 20px 40px;
font-size: 20px;
margin-bottom: 30px;
margin-left: 20px;
border-style: none;
}
footer {
padding-top: 50px;
clear: both;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: #525653;
font-size: 15px;
}
main {
clear: both;
}
.p2 {
margin-left: -10px;
padding-top: 0;
}
.p1p2 {
margin-bottom: 0;
padding-bottom: 0;
font-size: 30px;
color: #231f30;
} | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(207, 182, 182, 0), rgba(105, 92, 92, 0.75), rgba(158, 144, 144, 0));
}
* {
color: black;
font-family: 'Oswald', sans-serif;
max-width: 1000px;
margin: auto;
padding: -20px;
line-height: 30px;
}
.p1 {
color: #231f30;
font-family: 'Oswald', sans-serif;
padding-top: 60px;
padding-bottom: 7px;
font-size: 50px;
}
.underP1 {
padding-top: 0;
font-style: monospace;
}
main p {
color: #7d8076;
font-size: 25px;
text-indent: 30px;
padding: 20px 0 20px 0;
font-family:'Times New Roman', Times, serif;
line-height: 40px;
word-spacing: 2px;
}
.logo {
padding-top: 20px;
padding-left: 0;
}
main ul {
color: #726c60;
}
h2 {
font-family: 'Yellowtail', cursive;
font-size: 50px;
color: #231f30;
padding-top: 30px;
}
h3 {
color: #525653
}
.p2 {
color:#525653 ;
}
.navigation{
float: left;
}
.navigation .img1{
float: left;
}
.img2 {
float: right;
}
.underNav {
padding-top: 30px;
}
.img1 {
padding-top: 20px;
width: 6%;
float: left;
padding-right: 7px;
}
.img2 {
padding-top: 30px;
margin-left: 0;
margin-right: 0;
padding: 20 0 20 0;
}
.underDelec {
font-size: 15px;
word-spacing: 1px;
}
.steps {
position: relative;
text-align: center;
}
.background {
opacity: 0.2;
width: 1000px;
height: 400px;
}
.steps {
background: url(https://github.com/waleedafifi90/amman-201d17/blob/main/class-10/lab-a/lab-assets/list-bg.png?raw=true);
background-size: 1000px 400px;
height: 400px;
padding-top: 30px;
}
.ul1 {
text-align: left;
float: left;
padding: 5px 0 5px 0;
}
.ul2 {
text-align: left;
float: right;
padding: 5px 0 5px 0;
}
.x1 {
text-decoration: line-through;
}
.hr2 {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(207, 182, 182, 0), rgba(105, 92, 92, 0.75), rgba(158, 144, 144, 0));
margin-top: 60px ;
margin-bottom: 50px;
}
.girl {
width:100px;
height:100px;
float: left;
margin-bottom: 20px;
}
.button {
float: right;
background-color: #bc7058;
color: white;
padding: 20px 40px 20px 40px;
font-size: 20px;
margin-bottom: 30px;
margin-left: 20px;
border-style: none;
}
footer {
padding-top: 50px;
clear: both;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: #525653;
font-size: 15px;
}
main {
clear: both;
}
.p2 {
margin-left: -10px;
padding-top: 0;
}
.p1p2 {
margin-bottom: 0;
padding-bottom: 0;
font-size: 30px;
color: #231f30;
} | 0.449393 | 0.174762 |
body {
background-color: E;
width: 800px;
}
.header1 {
background-image: url("images/image2.png");
background-size: cover;
height: 350px;
}
.header {
display: flex;
}
.logo {
display: flex;
}
.logo h5 {
color: #F19201;
}
.list ul {
display: flex;
padding: 0px 15px;
list-style: none;
padding: 0px 15px;
}
.list button {
background-color: #F19201;
}
.A {
color: white;
}
.section1 {
margin-left: 10%;
color: white;
}
.section p {
font-weight: 600;
font-size: 500px;
}
.section1 button {
background-color: #F19201;
}
.Service {
text-align: center;
border: solid white;
background-color: #E1EBE6;
}
.Service h2 {
color: #F19201;
}
#Order {
display: flex;
margin-left: 7%;
margin-bottom: 3%;
height: 200px;
text-align: center;
}
.one {
text-align: center;
border: solid #E1EBE6;
background-color: white;
}
.BTN {
background-color: #F19201;
font-size: 30px;
border-radius: 100%;
margin-top: 13%;
}
.section3 {
display: flex;
background-color: black;
color: white;
}
.section4 {
align-items: center;
margin-top: 3%;
border: solid white;
}
.section4 h3 {
color: #F19201;
margin-left: 50%;
}
.section4 p {
align-items: center;
margin-left: 10%;
}
/*
.Menu {
display: flex;
margin-left: 10%;
border: solid grey;
background-color: white;
align-items: center;
margin-bottom: 44%;
width: 410px;
}
.Beaf {
display: flex;
margin: 7%;
border: solid grey;
background-color: white;
width: 410px;
align-items: center;
margin-left: 10%;
margin-bottom:44%;
}
.General {
width: fit-content;
height: 600px;
display: flex;
align-items: center;
}
.C {
margin: 1%;
margin-bottom: 5%;
}
.S {
margin: 1%;
}
.General1 {
width: fit-content;
width: 400px;
display: flex;
margin-bottom: 120%;
}
.Plain {
display: flex;
border: solid grey;
background-color: white;
margin-left: 10%;
margin-bottom: 100%;
}
.P {
width: 215px;
margin: 1%;
}
.Stew {
display: flex;
border: solid grey;
background-color: white;
*/
}
.section4 {
text-align: center;
}
.Menu {
display: flex;
border: solid white;
background-color: white;
margin-top: 5%;
margin-left: 5%;
height: 230px;
}
.Beaf {
display: flex;
border: solid white;
margin-left: 10%;
background-color: white;
height: 230px;
margin-top: 4%;
}
.General {
display: flex;
text-align: center;
}
.Stew {
display: flex;
background-color: white;
margin-top: 5%;
margin-left: 10%;
width: 350px;
}
.Plain {
display: flex;
border: solid white;
margin-left: 15%;
border: solid white;
background-color: white;
margin-right: 10%;
margin-top: 3%;
width: 350px;
}
.P1 {
width: 150px;
margin-right: 5%;
}
.General1 {
display: flex;
text-align: center;
}
.All {
text-align: center;
background-color: #E1EBE6;
}
.section4 {
background-color: #E1EBE6;
}
.section5 {
background-image: url('images/image8\ \(2\).png');
background-size: cover;
color: white;
height: 300px;
width: 790px;
border: solid white;
text-align: center;
margin-top: 5%;
}
.T h5 {
color: #F19201;
}
.P1 h5 {
color: #F19201;
}
.S h5 {
color: #F19201;
}
.C h5 {
color: #F19201;
}
.footer {
text-align: center;
background-color: black;
} | index.css | body {
background-color: E;
width: 800px;
}
.header1 {
background-image: url("images/image2.png");
background-size: cover;
height: 350px;
}
.header {
display: flex;
}
.logo {
display: flex;
}
.logo h5 {
color: #F19201;
}
.list ul {
display: flex;
padding: 0px 15px;
list-style: none;
padding: 0px 15px;
}
.list button {
background-color: #F19201;
}
.A {
color: white;
}
.section1 {
margin-left: 10%;
color: white;
}
.section p {
font-weight: 600;
font-size: 500px;
}
.section1 button {
background-color: #F19201;
}
.Service {
text-align: center;
border: solid white;
background-color: #E1EBE6;
}
.Service h2 {
color: #F19201;
}
#Order {
display: flex;
margin-left: 7%;
margin-bottom: 3%;
height: 200px;
text-align: center;
}
.one {
text-align: center;
border: solid #E1EBE6;
background-color: white;
}
.BTN {
background-color: #F19201;
font-size: 30px;
border-radius: 100%;
margin-top: 13%;
}
.section3 {
display: flex;
background-color: black;
color: white;
}
.section4 {
align-items: center;
margin-top: 3%;
border: solid white;
}
.section4 h3 {
color: #F19201;
margin-left: 50%;
}
.section4 p {
align-items: center;
margin-left: 10%;
}
/*
.Menu {
display: flex;
margin-left: 10%;
border: solid grey;
background-color: white;
align-items: center;
margin-bottom: 44%;
width: 410px;
}
.Beaf {
display: flex;
margin: 7%;
border: solid grey;
background-color: white;
width: 410px;
align-items: center;
margin-left: 10%;
margin-bottom:44%;
}
.General {
width: fit-content;
height: 600px;
display: flex;
align-items: center;
}
.C {
margin: 1%;
margin-bottom: 5%;
}
.S {
margin: 1%;
}
.General1 {
width: fit-content;
width: 400px;
display: flex;
margin-bottom: 120%;
}
.Plain {
display: flex;
border: solid grey;
background-color: white;
margin-left: 10%;
margin-bottom: 100%;
}
.P {
width: 215px;
margin: 1%;
}
.Stew {
display: flex;
border: solid grey;
background-color: white;
*/
}
.section4 {
text-align: center;
}
.Menu {
display: flex;
border: solid white;
background-color: white;
margin-top: 5%;
margin-left: 5%;
height: 230px;
}
.Beaf {
display: flex;
border: solid white;
margin-left: 10%;
background-color: white;
height: 230px;
margin-top: 4%;
}
.General {
display: flex;
text-align: center;
}
.Stew {
display: flex;
background-color: white;
margin-top: 5%;
margin-left: 10%;
width: 350px;
}
.Plain {
display: flex;
border: solid white;
margin-left: 15%;
border: solid white;
background-color: white;
margin-right: 10%;
margin-top: 3%;
width: 350px;
}
.P1 {
width: 150px;
margin-right: 5%;
}
.General1 {
display: flex;
text-align: center;
}
.All {
text-align: center;
background-color: #E1EBE6;
}
.section4 {
background-color: #E1EBE6;
}
.section5 {
background-image: url('images/image8\ \(2\).png');
background-size: cover;
color: white;
height: 300px;
width: 790px;
border: solid white;
text-align: center;
margin-top: 5%;
}
.T h5 {
color: #F19201;
}
.P1 h5 {
color: #F19201;
}
.S h5 {
color: #F19201;
}
.C h5 {
color: #F19201;
}
.footer {
text-align: center;
background-color: black;
} | 0.325521 | 0.117092 |
@charset "utf-8";
/* Name: <NAME>
Date: 1/22/2021
*/
h1 {
font-size: 35px;
padding-left:50px;
width: 400px;
}
h3 {
padding-left:50px;
text-decoration:underline;
text-align:center;
}
body {
background-color: hsl(0, 0%, 31%, 0.5);
background-image: url(background2.png); /*M4LO2 Demonstrate the use of background images*/
background-size:cover;
color:hsl(0, 0%, 100%);
}
p {
font-size: 20px;
padding-left:50px;
}
aside {
font-size: 30px;
color:hsl(0, 0%, 100%);
padding-left:50px;
}
article {
font-size:20px;
}
#Welcome {
text-align:center;
width:100%;
font-size:40px;
padding-top:50px;
padding-bottom:5px;
}
a:hover {
color:rgb(0, 0, 0);
}
footer {
font-size:17px;
padding-left:50px;
padding-top:30px;
}
ol {
font-size:20px;
padding-left:75px;
}
blockquote {
padding-left:10px;
position:absolute; /*M3LO8A Demonstrate absolute positioning*/
text-align:center;
}
#versions {
list-style-type:disc;
padding:40px;
text-align:center;
}
#Left {
float:left;
padding-top:20px;
padding-bottom:20px;
position:fixed; /*M3LO9 Demonstrate fixed, static, or inherited positioning*/
}
#Right {
float:right; /*M3LO2 Demonstrate floating elements*/
font-size:27px;
padding-right:50px;
padding-top:20px;
padding-bottom:20px;
margin:5px;
display:block;
text-decoration:none;
}
#nav li {
list-style-type:none;
display:inline;
margin-left:30px;
margin-right:30px;
text-decoration:none;
color:white;
border:black;
border-style:solid;
border-radius:15px; /*M4LO3 Demonstrate the use of rounded corners for borders*/
-webkit-border-radius:15px; /*M3LO11 Demonstrate -prefix- style browser extensions use in CSS*/
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
background: linear-gradient(rgb(8, 179, 170), rgb(20, 118, 184)); /*M4LO4 Demonstrate the use of gradients*/
text-shadow: 1px 1px black; /*M4LO5 Demonstrate the use of text or box shadowing*/
}
nav a {
color:white;
text-decoration:none;
}
nav a:hover {
color:rgb(27, 113, 225)
}
article#Description {
padding-top:50px;
padding-bottom:50px;
text-align:center;
clear:both; /*M3LO3 Demonstrate a clearing floats*/
}
#Intro {
padding-top:50px;
padding-bottom:50px;
text-align:center;
font-size:25px;
position:relative; /*M3LO8B Demonstrate relative positioning*/
}
#Go2 {
text-align:center;
}
footer {
text-align:center;
padding:30px;
}
img {
opacity:0.9; /*M4LO6 Demonstrate the use of opacity/transparency for images*/
}
figure {
display:block;
margin-left:auto;
margin-right:auto;
width:15%;
padding:40px;
}
figure img {
transform: scaleX(-1); /*M4LO8 Demonstrate the use of transformations for 2D or 3D images*/
}
figcaption {
text-align:center;
}
p.main {
overflow:auto; /*M3LO10 Demonstrate an overflow setting*/
height:300px;
width:600px;
padding-left:600px;
}
aside {
text-align:center;
}
a {
color:blue;
} | V2/styles.css | @charset "utf-8";
/* Name: <NAME>
Date: 1/22/2021
*/
h1 {
font-size: 35px;
padding-left:50px;
width: 400px;
}
h3 {
padding-left:50px;
text-decoration:underline;
text-align:center;
}
body {
background-color: hsl(0, 0%, 31%, 0.5);
background-image: url(background2.png); /*M4LO2 Demonstrate the use of background images*/
background-size:cover;
color:hsl(0, 0%, 100%);
}
p {
font-size: 20px;
padding-left:50px;
}
aside {
font-size: 30px;
color:hsl(0, 0%, 100%);
padding-left:50px;
}
article {
font-size:20px;
}
#Welcome {
text-align:center;
width:100%;
font-size:40px;
padding-top:50px;
padding-bottom:5px;
}
a:hover {
color:rgb(0, 0, 0);
}
footer {
font-size:17px;
padding-left:50px;
padding-top:30px;
}
ol {
font-size:20px;
padding-left:75px;
}
blockquote {
padding-left:10px;
position:absolute; /*M3LO8A Demonstrate absolute positioning*/
text-align:center;
}
#versions {
list-style-type:disc;
padding:40px;
text-align:center;
}
#Left {
float:left;
padding-top:20px;
padding-bottom:20px;
position:fixed; /*M3LO9 Demonstrate fixed, static, or inherited positioning*/
}
#Right {
float:right; /*M3LO2 Demonstrate floating elements*/
font-size:27px;
padding-right:50px;
padding-top:20px;
padding-bottom:20px;
margin:5px;
display:block;
text-decoration:none;
}
#nav li {
list-style-type:none;
display:inline;
margin-left:30px;
margin-right:30px;
text-decoration:none;
color:white;
border:black;
border-style:solid;
border-radius:15px; /*M4LO3 Demonstrate the use of rounded corners for borders*/
-webkit-border-radius:15px; /*M3LO11 Demonstrate -prefix- style browser extensions use in CSS*/
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
background: linear-gradient(rgb(8, 179, 170), rgb(20, 118, 184)); /*M4LO4 Demonstrate the use of gradients*/
text-shadow: 1px 1px black; /*M4LO5 Demonstrate the use of text or box shadowing*/
}
nav a {
color:white;
text-decoration:none;
}
nav a:hover {
color:rgb(27, 113, 225)
}
article#Description {
padding-top:50px;
padding-bottom:50px;
text-align:center;
clear:both; /*M3LO3 Demonstrate a clearing floats*/
}
#Intro {
padding-top:50px;
padding-bottom:50px;
text-align:center;
font-size:25px;
position:relative; /*M3LO8B Demonstrate relative positioning*/
}
#Go2 {
text-align:center;
}
footer {
text-align:center;
padding:30px;
}
img {
opacity:0.9; /*M4LO6 Demonstrate the use of opacity/transparency for images*/
}
figure {
display:block;
margin-left:auto;
margin-right:auto;
width:15%;
padding:40px;
}
figure img {
transform: scaleX(-1); /*M4LO8 Demonstrate the use of transformations for 2D or 3D images*/
}
figcaption {
text-align:center;
}
p.main {
overflow:auto; /*M3LO10 Demonstrate an overflow setting*/
height:300px;
width:600px;
padding-left:600px;
}
aside {
text-align:center;
}
a {
color:blue;
} | 0.461988 | 0.124054 |
* {
box-sizing: border-box;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
body {
background-color: #f4f4f4;
}
@media screen and (max-width: 870px) {
.Header{
padding-bottom: 40px;
}
.User{
margin-top: 40px;
}
}
@media screen and (min-width: 870px) {
.Header{
padding-bottom: 5px;
}
.User{
margin-top: 10px;
}
}
.Header{
border: 1px solid #888;
border-radius: 10px;
padding-top: 5px;
margin-top: 10px;
margin-bottom: 10px;
background-color: white;
font-size: 20px;
}
.Header a{
margin: 10px;
margin-right: 0px;
text-decoration: none;
color: black;
}
.Footer{
font-size: 12px;
text-align: center;
}
.Content{
border: 1px solid #888;
border-radius: 10px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
background-color: white;
}
.Content a{
margin: 10px;
margin-right: 0px;
text-decoration: none;
color: black;
}
.SectionName{
border: 1px solid #888;
border-radius: 10px;
padding: 5px;
margin-top: 10px;
background-color: white;
text-align: center;
margin: 10px;
}
.Section{
overflow: hidden;
}
.Product {
border: 1px solid #888;
border-radius: 10px;
padding: 5px;
margin: 10px;
background-color: white;
width: 310px;
height: 450px;
display: inline-block;
float:left;
}
.Product img{
display: none;
max-width: 300px;
max-height: 400px;
margin-left: auto;
margin-right: auto;
width: auto;
}
.Product p{
text-align: center;
}
.Product a{
margin: 0px;
}
.Info {
padding: 5px;
margin: 10px;
background-color: white;
width: 310px;
max-height: 430px;
display: inline-block;
}
.Info p{
border: 1px solid #888;
border-radius: 10px;
text-align: center;
margin: 20px;
padding: 10px;
}
.Chapters{
border: 1px solid #888;
border-radius: 10px;
padding: 5px;
margin: 10px;
background-color: white;
max-width: 700px;
}
.Chapters p{
margin: 10px;
text-align: center;
}
.Chapters ul{
list-style-type: none;
}
.Menu {
font-size: 17px;
border: 1px solid #888;
border-radius: 10px;
padding: 5px;
margin: 10px;
background-color: white;
}
.Menu select, button{
min-width: 60px;
height: 25px;
border-radius: 3px;
font-size: 15px;
border: 1px solid #888;
background-color: white;
max-width: 300px;
}
.User{
padding: 5px;
margin-bottom: 10px;
font-size: 20px;
position: absolute;
top: 0px;
right: 0px;
}
.User a {
color: black;
text-decoration: none;
border-radius: 3px;
border: 1px solid #888;
padding: 2px;
}
.Menu div{
display: inline;
}
.ImageDisplay img{
display: none;
width: auto;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
padding: 5px;
text-align: left;
margin: 10px;
}
th, td {
max-width: 450px;
}
form{
padding: 10px;
}
img{
width: 100px;
} | static/styles.css | * {
box-sizing: border-box;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
body {
background-color: #f4f4f4;
}
@media screen and (max-width: 870px) {
.Header{
padding-bottom: 40px;
}
.User{
margin-top: 40px;
}
}
@media screen and (min-width: 870px) {
.Header{
padding-bottom: 5px;
}
.User{
margin-top: 10px;
}
}
.Header{
border: 1px solid #888;
border-radius: 10px;
padding-top: 5px;
margin-top: 10px;
margin-bottom: 10px;
background-color: white;
font-size: 20px;
}
.Header a{
margin: 10px;
margin-right: 0px;
text-decoration: none;
color: black;
}
.Footer{
font-size: 12px;
text-align: center;
}
.Content{
border: 1px solid #888;
border-radius: 10px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
background-color: white;
}
.Content a{
margin: 10px;
margin-right: 0px;
text-decoration: none;
color: black;
}
.SectionName{
border: 1px solid #888;
border-radius: 10px;
padding: 5px;
margin-top: 10px;
background-color: white;
text-align: center;
margin: 10px;
}
.Section{
overflow: hidden;
}
.Product {
border: 1px solid #888;
border-radius: 10px;
padding: 5px;
margin: 10px;
background-color: white;
width: 310px;
height: 450px;
display: inline-block;
float:left;
}
.Product img{
display: none;
max-width: 300px;
max-height: 400px;
margin-left: auto;
margin-right: auto;
width: auto;
}
.Product p{
text-align: center;
}
.Product a{
margin: 0px;
}
.Info {
padding: 5px;
margin: 10px;
background-color: white;
width: 310px;
max-height: 430px;
display: inline-block;
}
.Info p{
border: 1px solid #888;
border-radius: 10px;
text-align: center;
margin: 20px;
padding: 10px;
}
.Chapters{
border: 1px solid #888;
border-radius: 10px;
padding: 5px;
margin: 10px;
background-color: white;
max-width: 700px;
}
.Chapters p{
margin: 10px;
text-align: center;
}
.Chapters ul{
list-style-type: none;
}
.Menu {
font-size: 17px;
border: 1px solid #888;
border-radius: 10px;
padding: 5px;
margin: 10px;
background-color: white;
}
.Menu select, button{
min-width: 60px;
height: 25px;
border-radius: 3px;
font-size: 15px;
border: 1px solid #888;
background-color: white;
max-width: 300px;
}
.User{
padding: 5px;
margin-bottom: 10px;
font-size: 20px;
position: absolute;
top: 0px;
right: 0px;
}
.User a {
color: black;
text-decoration: none;
border-radius: 3px;
border: 1px solid #888;
padding: 2px;
}
.Menu div{
display: inline;
}
.ImageDisplay img{
display: none;
width: auto;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
padding: 5px;
text-align: left;
margin: 10px;
}
th, td {
max-width: 450px;
}
form{
padding: 10px;
}
img{
width: 100px;
} | 0.578567 | 0.141548 |
@IMPORT url("custom.css?t=##last-changed-timestamp##"");
/****************************
* DEFAULT SERVOY SELECTORS
*/
.frm-globalCSS .svy-label {}
.frm-globalCSS .svy-check {}
.frm-globalCSS .svy-form {
border: none;
}
.frm-globalCSS .svy-radiogroup {
background-color: #fff;
padding: 12px;
border: 1px solid #ddd;
vertical-align: middle;
}
.frm-globalCSS .svy-check-radio
{
padding: 4px;
color: #0060a0;
cursor: pointer;
}
.frm-globalCSS .svy-textarea
{
font-size: 14px;
font-weight: bold;
}
.frm-globalCSS .svy-combobox
{
}
.frm-globalCSS .svy-button
{
}
.frm-globalCSS .svy-field
{
}
/****************************************************************
* SELECTORS FOR CHANGE OF STATE, i.e. focus | hover | diabled
*/
.frm-css-sample .svy-field:FOCUS, .frm-css-sample .svy-textarea:FOCUS
{
background-color: #fffeee;
font-weight: bold;
}
.frm-css-sample .svy-field:HOVER, .frm-css-sample .svy-textarea:HOVER
{
background-color: #fafaff;
}
.frm-css-sample .svy-check:HOVER
{
background-color: #eee;
}
.frm-css-sample .svy-check-radio:HOVER
{
color: #ff8000;
}
/* Override inherited styles from Servoy/Bootstrap, i.e. disbaled fields */
.frm-css-sample .form-control[disabled]
{
color: #d66;
}
.frm-css-sample *:FOCUS
{
/* remove outline on focused elements */
outline: none;
}
/****************************
* EXTEND GLOBAL SELECTORS
*/
.frm-css-sample .svy-label.header
{
font-weight: bold;
color: #0060a0;
padding-left: 15px;
font-size: larger;
}
.frm-css-sample .svy-label.frame
{
border: 1px solid #d5d5d5;
background-color: #fafafa;
}
.frm-css-sample .svy-form.detail
{
margin-top: 2px;
}
/**************************
* Style Tab panel tabs
*/
/*
.nav-tabs
{
border-bottom: 2px solid #fc8f00;
padding-left: 10px;
}
/* Pseudo class, selecting child elements of a certain type */
/*
.nav-tabs > li
{
margin-bottom: -2px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:FOCUS
{
color: #444;
font-size: 11pt;
font-weight: bold;
border-color: #fc8f00;
border-bottom-color: #fff;
border-bottom-width: 2px;
} */
.invalid
{
border: 2px solid #ff0000;
color: #f00;
} | exampleCSS/medias/css/global.css | @IMPORT url("custom.css?t=##last-changed-timestamp##"");
/****************************
* DEFAULT SERVOY SELECTORS
*/
.frm-globalCSS .svy-label {}
.frm-globalCSS .svy-check {}
.frm-globalCSS .svy-form {
border: none;
}
.frm-globalCSS .svy-radiogroup {
background-color: #fff;
padding: 12px;
border: 1px solid #ddd;
vertical-align: middle;
}
.frm-globalCSS .svy-check-radio
{
padding: 4px;
color: #0060a0;
cursor: pointer;
}
.frm-globalCSS .svy-textarea
{
font-size: 14px;
font-weight: bold;
}
.frm-globalCSS .svy-combobox
{
}
.frm-globalCSS .svy-button
{
}
.frm-globalCSS .svy-field
{
}
/****************************************************************
* SELECTORS FOR CHANGE OF STATE, i.e. focus | hover | diabled
*/
.frm-css-sample .svy-field:FOCUS, .frm-css-sample .svy-textarea:FOCUS
{
background-color: #fffeee;
font-weight: bold;
}
.frm-css-sample .svy-field:HOVER, .frm-css-sample .svy-textarea:HOVER
{
background-color: #fafaff;
}
.frm-css-sample .svy-check:HOVER
{
background-color: #eee;
}
.frm-css-sample .svy-check-radio:HOVER
{
color: #ff8000;
}
/* Override inherited styles from Servoy/Bootstrap, i.e. disbaled fields */
.frm-css-sample .form-control[disabled]
{
color: #d66;
}
.frm-css-sample *:FOCUS
{
/* remove outline on focused elements */
outline: none;
}
/****************************
* EXTEND GLOBAL SELECTORS
*/
.frm-css-sample .svy-label.header
{
font-weight: bold;
color: #0060a0;
padding-left: 15px;
font-size: larger;
}
.frm-css-sample .svy-label.frame
{
border: 1px solid #d5d5d5;
background-color: #fafafa;
}
.frm-css-sample .svy-form.detail
{
margin-top: 2px;
}
/**************************
* Style Tab panel tabs
*/
/*
.nav-tabs
{
border-bottom: 2px solid #fc8f00;
padding-left: 10px;
}
/* Pseudo class, selecting child elements of a certain type */
/*
.nav-tabs > li
{
margin-bottom: -2px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:FOCUS
{
color: #444;
font-size: 11pt;
font-weight: bold;
border-color: #fc8f00;
border-bottom-color: #fff;
border-bottom-width: 2px;
} */
.invalid
{
border: 2px solid #ff0000;
color: #f00;
} | 0.178597 | 0.056288 |
display-flex, .form-row, .signup-form ul, .title, .actions ul li a {
display: flex;
display: -webkit-flex; }
/* @extend list-type-ulli; */
list-type-ulli, ul {
list-style-type: none;
margin: 0;
padding: 0; }
.required {
color: inherit;
}
/* roboto-slab-300 - latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot");
/* IE9 Compat Modes */
src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.svg#RobotoSlab") format("svg");
/* Legacy iOS */ }
/* roboto-slab-regular - latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.svg#RobotoSlab") format("svg");
/* Legacy iOS */ }
/* roboto-slab-700 - latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot");
/* IE9 Compat Modes */
src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.svg#RobotoSlab") format("svg");
/* Legacy iOS */ }
a:focus, a:active {
text-decoration: none;
outline: none;
transition: all 300ms ease 0s;
-moz-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-ms-transition: all 300ms ease 0s; }
input, select, textarea {
outline: none;
appearance: unset !important;
-moz-appearance: unset !important;
-webkit-appearance: unset !important;
-o-appearance: unset !important;
-ms-appearance: unset !important; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
appearance: none !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
-o-appearance: none !important;
-ms-appearance: none !important;
margin: 0; }
input:focus, select:focus, textarea:focus {
outline: none;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
-o-box-shadow: none !important;
-ms-box-shadow: none !important; }
input[type=checkbox] {
appearance: checkbox !important;
-moz-appearance: checkbox !important;
-webkit-appearance: checkbox !important;
-o-appearance: checkbox !important;
-ms-appearance: checkbox !important; }
input[type=radio] {
appearance: radio !important;
-moz-appearance: radio !important;
-webkit-appearance: radio !important;
-o-appearance: radio !important;
-ms-appearance: radio !important; }
.clear {
clear: both; }
.signup-form {
padding: 32px 90px 40px 90px; }
input, select {
box-sizing: border-box;
display: block;
width: 100%;
border: 1px solid #ebebeb;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
font-family: 'Roboto Slab';
font-size: 13px;
padding: 15px 20px; }
input:focus {
border: 1px solid #666; }
input.valid {
border: 1px solid #666; }
.form-group, .form-select, .form-date {
margin-bottom: 15px;
position: relative; }
.form-row {
justify-content: space-between;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-o-justify-content: space-between;
-ms-justify-content: space-between; }
.form-row .form-select {
width: 160px; }
.form-row .form-date {
width: 266px; }
label {
display: block;
width: 100%;
font-size: 13px;
font-weight: 400;
margin-bottom: 5px; }
label.required {
position: relative; }
label.required:after {
content: '*';
margin-left: 2px;
color: #b90000; }
.steps {
margin-bottom: 23px; }
.steps ul {
justify-content: space-between;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-o-justify-content: space-between;
-ms-justify-content: space-between; }
.signup-form a {
text-decoration: none; }
.signup-form .icon {
font-size: 29px; }
.signup-form .title {
background: #adadad;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-o-align-items: center;
-ms-align-items: center;
flex-direction: column;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-o-flex-direction: column;
-ms-flex-direction: column;
width: 90px;
height: 90px;
color: #fff; }
.title_text {
margin-top: -5px; }
.current .title {
background: #fa5e5b; }
.content h3 {
display: none; }
fieldset {
border: none;
margin: 0px;
padding: 0px; }
.actions {
margin-top: 25px; }
.actions .disabled {
display: none; }
.actions ul {
justify-content: flex-end;
-moz-justify-content: flex-end;
-webkit-justify-content: flex-end;
-o-justify-content: flex-end;
-ms-justify-content: flex-end; }
.actions ul li {
margin-left: 10px; }
.actions ul li:first-child a {
background: #adadad; }
.actions ul li a {
background: #fa5e5b;
width: 130px;
height: 50px;
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-o-align-items: center;
-ms-align-items: center; }
.actions ul li a:hover {
background-color: #f82d2a; }
label.error {
display: block;
position: absolute;
top: 0px;
right: 0; }
label.error:after {
font-family: 'themify';
position: absolute;
content: '\e717';
right: 20px;
top: 40px;
font-size: 13px;
color: #ff1212; }
input.error {
border: 1px solid #ff1212; }
ul.list-item {
z-index: 9;
border: 1px solid #ebebeb;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
display: block; }
ul.list-item li {
padding: 13px 20px;
z-index: 2;
color: #222;
font-size: 13px; }
ul.list-item li:not(.init) {
display: none;
background: #fff;
color: #222;
padding: 5px 20px; }
ul.list-item li:not(.init):hover, ul.list-item li.selected:not(.init) {
background: #fa5e5b;
color: #fff; }
li.init {
cursor: pointer;
position: relative; }
li.init:after {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
font-size: 10px;
color: #222;
font-family: 'themify';
content: '\e64b'; }
legend {
width: 100%;
margin: 0px;
padding: 0px;
font-size: 17px;
margin-bottom: 20px; }
legend span {
display: inline-block; }
.step-heading {
color: #fa5e5b;
font-weight: bold;
float: left; }
.step-number {
float: right; }
.form-date-item {
position: relative;
overflow: hidden; }
.form-date-item:after {
position: absolute;
content: '';
width: 1px;
height: 30px;
background: #ebebeb;
right: 0;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%); }
.form-date-item:last-child:after {
width: 0px; }
.form-date-item .select-icon {
z-index: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-o-align-items: center;
-ms-align-items: center; }
.form-date-item .select-icon i {
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-o-align-items: center;
-ms-align-items: center;
width: 30px;
height: 20px;
font-size: 10px;
color: #222; }
.ui-datepicker-trigger {
position: absolute;
right: 10px;
top: 20px;
color: #222;
font-size: 10px;
background: transparent;
border: none;
outline: none;
cursor: pointer; }
.form-date-group {
justify-content: space-between;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-o-justify-content: space-between;
-ms-justify-content: space-between;
border: 1px solid #ebebeb;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px; }
.form-date-group select {
border: none;
width: 90px;
box-sizing: border-box;
appearance: none !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
-o-appearance: none !important;
-ms-appearance: none !important;
position: relative;
background: 0 0;
z-index: 10;
cursor: pointer; }
.select-list {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 47px; }
.list-item {
position: absolute;
width: 100%;
z-index: 99; }
@media screen and (max-width: 768px) {
.container {
width: calc(100% - 40px);
max-width: 100%; }
.steps ul, .form-row {
flex-direction: column;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-o-flex-direction: column;
-ms-flex-direction: column; }
.title {
width: 150px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto; }
.form-row .form-date, .form-row .form-select {
width: 100%; } }
@media screen and (max-width: 480px) {
.signup-form {
padding-left: 30px;
padding-right: 30px; } }
/*# sourceMappingURL=style.css.map */ | resources/views/template/form-wizard/css/style.css | display-flex, .form-row, .signup-form ul, .title, .actions ul li a {
display: flex;
display: -webkit-flex; }
/* @extend list-type-ulli; */
list-type-ulli, ul {
list-style-type: none;
margin: 0;
padding: 0; }
.required {
color: inherit;
}
/* roboto-slab-300 - latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot");
/* IE9 Compat Modes */
src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.svg#RobotoSlab") format("svg");
/* Legacy iOS */ }
/* roboto-slab-regular - latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.svg#RobotoSlab") format("svg");
/* Legacy iOS */ }
/* roboto-slab-700 - latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot");
/* IE9 Compat Modes */
src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.svg#RobotoSlab") format("svg");
/* Legacy iOS */ }
a:focus, a:active {
text-decoration: none;
outline: none;
transition: all 300ms ease 0s;
-moz-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-ms-transition: all 300ms ease 0s; }
input, select, textarea {
outline: none;
appearance: unset !important;
-moz-appearance: unset !important;
-webkit-appearance: unset !important;
-o-appearance: unset !important;
-ms-appearance: unset !important; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
appearance: none !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
-o-appearance: none !important;
-ms-appearance: none !important;
margin: 0; }
input:focus, select:focus, textarea:focus {
outline: none;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
-o-box-shadow: none !important;
-ms-box-shadow: none !important; }
input[type=checkbox] {
appearance: checkbox !important;
-moz-appearance: checkbox !important;
-webkit-appearance: checkbox !important;
-o-appearance: checkbox !important;
-ms-appearance: checkbox !important; }
input[type=radio] {
appearance: radio !important;
-moz-appearance: radio !important;
-webkit-appearance: radio !important;
-o-appearance: radio !important;
-ms-appearance: radio !important; }
.clear {
clear: both; }
.signup-form {
padding: 32px 90px 40px 90px; }
input, select {
box-sizing: border-box;
display: block;
width: 100%;
border: 1px solid #ebebeb;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
font-family: 'Roboto Slab';
font-size: 13px;
padding: 15px 20px; }
input:focus {
border: 1px solid #666; }
input.valid {
border: 1px solid #666; }
.form-group, .form-select, .form-date {
margin-bottom: 15px;
position: relative; }
.form-row {
justify-content: space-between;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-o-justify-content: space-between;
-ms-justify-content: space-between; }
.form-row .form-select {
width: 160px; }
.form-row .form-date {
width: 266px; }
label {
display: block;
width: 100%;
font-size: 13px;
font-weight: 400;
margin-bottom: 5px; }
label.required {
position: relative; }
label.required:after {
content: '*';
margin-left: 2px;
color: #b90000; }
.steps {
margin-bottom: 23px; }
.steps ul {
justify-content: space-between;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-o-justify-content: space-between;
-ms-justify-content: space-between; }
.signup-form a {
text-decoration: none; }
.signup-form .icon {
font-size: 29px; }
.signup-form .title {
background: #adadad;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-o-align-items: center;
-ms-align-items: center;
flex-direction: column;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-o-flex-direction: column;
-ms-flex-direction: column;
width: 90px;
height: 90px;
color: #fff; }
.title_text {
margin-top: -5px; }
.current .title {
background: #fa5e5b; }
.content h3 {
display: none; }
fieldset {
border: none;
margin: 0px;
padding: 0px; }
.actions {
margin-top: 25px; }
.actions .disabled {
display: none; }
.actions ul {
justify-content: flex-end;
-moz-justify-content: flex-end;
-webkit-justify-content: flex-end;
-o-justify-content: flex-end;
-ms-justify-content: flex-end; }
.actions ul li {
margin-left: 10px; }
.actions ul li:first-child a {
background: #adadad; }
.actions ul li a {
background: #fa5e5b;
width: 130px;
height: 50px;
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-o-align-items: center;
-ms-align-items: center; }
.actions ul li a:hover {
background-color: #f82d2a; }
label.error {
display: block;
position: absolute;
top: 0px;
right: 0; }
label.error:after {
font-family: 'themify';
position: absolute;
content: '\e717';
right: 20px;
top: 40px;
font-size: 13px;
color: #ff1212; }
input.error {
border: 1px solid #ff1212; }
ul.list-item {
z-index: 9;
border: 1px solid #ebebeb;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
display: block; }
ul.list-item li {
padding: 13px 20px;
z-index: 2;
color: #222;
font-size: 13px; }
ul.list-item li:not(.init) {
display: none;
background: #fff;
color: #222;
padding: 5px 20px; }
ul.list-item li:not(.init):hover, ul.list-item li.selected:not(.init) {
background: #fa5e5b;
color: #fff; }
li.init {
cursor: pointer;
position: relative; }
li.init:after {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
font-size: 10px;
color: #222;
font-family: 'themify';
content: '\e64b'; }
legend {
width: 100%;
margin: 0px;
padding: 0px;
font-size: 17px;
margin-bottom: 20px; }
legend span {
display: inline-block; }
.step-heading {
color: #fa5e5b;
font-weight: bold;
float: left; }
.step-number {
float: right; }
.form-date-item {
position: relative;
overflow: hidden; }
.form-date-item:after {
position: absolute;
content: '';
width: 1px;
height: 30px;
background: #ebebeb;
right: 0;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%); }
.form-date-item:last-child:after {
width: 0px; }
.form-date-item .select-icon {
z-index: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-o-align-items: center;
-ms-align-items: center; }
.form-date-item .select-icon i {
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-o-align-items: center;
-ms-align-items: center;
width: 30px;
height: 20px;
font-size: 10px;
color: #222; }
.ui-datepicker-trigger {
position: absolute;
right: 10px;
top: 20px;
color: #222;
font-size: 10px;
background: transparent;
border: none;
outline: none;
cursor: pointer; }
.form-date-group {
justify-content: space-between;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-o-justify-content: space-between;
-ms-justify-content: space-between;
border: 1px solid #ebebeb;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px; }
.form-date-group select {
border: none;
width: 90px;
box-sizing: border-box;
appearance: none !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
-o-appearance: none !important;
-ms-appearance: none !important;
position: relative;
background: 0 0;
z-index: 10;
cursor: pointer; }
.select-list {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 47px; }
.list-item {
position: absolute;
width: 100%;
z-index: 99; }
@media screen and (max-width: 768px) {
.container {
width: calc(100% - 40px);
max-width: 100%; }
.steps ul, .form-row {
flex-direction: column;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-o-flex-direction: column;
-ms-flex-direction: column; }
.title {
width: 150px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto; }
.form-row .form-date, .form-row .form-select {
width: 100%; } }
@media screen and (max-width: 480px) {
.signup-form {
padding-left: 30px;
padding-right: 30px; } }
/*# sourceMappingURL=style.css.map */ | 0.185726 | 0.039825 |
#preferences > button,
__ {--svg_icon_dim:2rem }
article,
__ {--count_txt:note_txt;
--count_img:note_img;
--count_example:note_example}
article,
__ {counter-reset:var(--count_txt) var(--count_example)}
.close_icon,
__ {--svg_icon_dim:2rem }
a[data-id="redirect"],
__ {display:none}
section,
article,
.close_icon,
article > p:last-of-type::after,
__ {display:grid;place-items:center}
#preferences,
button[data-doc_s],
__ {display:flex;justify-content:center}
pre > code,
[data-id="example"]::before,
__ {display:block}
a,
section > div,
[data-id="ulist"] > li::before,
[data-id="important"]::before,
__ {position:relative}
a::before,
a::after,
__ {position:absolute}
[data-id="ulist"] > li
button[data-doc_s],
__ {margin:0}
#preferences,
article > p:last-of-type::after,
__ {margin:{{C_o.PAD_4}} 0}
#preferences > button,
__ {margin:0 {{C_o.PAD_4}}}
.close_icon,
__ {margin:{{C_o.PAD_1}} 0}
[data-id="ulist"],
__ {margin:{{C_o.PAD_2}} 0 0 {{C_o.PAD_4}}}
/*
button[data-doc_s="contents"],
__ {margin-top:{{C_o.SLIDER_HEIGHT}} }
*/
div[data-doc_s],
__ {padding:{{C_o.PAD_4}} {{C_o.PAD_8}}}
[data-id="ulist"],
__ {padding-left:0}
[data-id="ulist"],
__ {padding-left:{{C_o.PAD_2}}}
hr,
__ {margin-bottom:{{C_o.PAD_6}}}
button[data-doc_s],
__ {width:{{C_o.FULL_WIDTH}}}
#preferences,
article,
__ {width:{{C_o.BODY_WIDTH_n}}vw}
[data-id="example"],
__ {max-width:100%}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {height:{{C_o.BUTTON_HEIGHT}}} /* see line-height */
a::before,
__ {height:1px}
a::after,
__ {height:4px}
/*
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {top:0}
*/
a::before,
a::after,
__ {left:0}
button[data-doc_s],
__ {left:50%;right:50%} /* center */
a::before,
a::after,
__ {bottom:-1px}
a::before,
a::after,
__ {right:0}
#preferences > button,
__ {margin:{{C_o.PAD_2}}}
button[data-doc_s],
__ {margin-left:-50vw;margin-right:-50vw} /* center */
h1,
h2,
h3,
h4,
h5,
h6,
p,
__ {margin-bottom:{{C_o.PAD_2}}}
article > p:last-of-type::after,
__ {margin-bottom:{{C_o.PAD_8}}}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol:not([class="i_code"]),
#preferences,
__ {padding:2px}
#preferences > button,
button[data-doc_s],
.close_icon,
__ {padding:{{C_o.PAD_2}}}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {flex-basis:100%}
#preferences,
__ {border:1px solid var(--c_prim_ne)}
hr,
__ {border-top:1px solid var(--c_prim_ne)}
#preferences,
__ {border-radius:4px}
#preferences > button,
.close_icon,
.svg_icon,
__ {border-radius:50%}
[data-id="ulist"] > li,
__ {border-left:{{C_o.BORDER_1}} solid hsla( var(--c_hue_p) var(--c_sat_ne) var(--c_lum_hi_3) / var(--border_opac) )}
[data-id="ulist"] > li,
__ {--border_opac:.6}
[data-id="ulist"] > li > [data-id="ulist"] > li,
__ {--border_opac:.4}
[data-id="ulist"] > li > [data-id="ulist"] > li >, [data-id="ulist"] > li
__ {--border_opac:.3}
button[data-doc_s],
__ {box-shadow:{{C_o.BOX_SHADOW}}}
a,
legend,
[data-id="note_txt"] > button,
mark[data-tag],
__ {color:inherit}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {color:var(--c_prim_lo)}
[data-id="important"]::before,
__ {color:var(--c_decor_ne)}
[data--=important]::before,
__ {color:var(--c_decor_ne)}
a:focus, a:hover,
__ {color:var(--c_link_hi)}
mark[data-tag],
__ {background:inherit}
#preferences,
#preferences > button,
#preferences > button *,
__ {background:transparent}
a::before,
a::after,
__ {background:var(--c_link_ne)}
section[data-doc_n],
__ {background:var(--c_sec_hi)}
button[data-doc_s],
__ {background:var(--c_prim_hi_2)}
[data-id="note_txt"] > button,
__ {background:var(--c_decor_hi_op_lo)}
h1,
__ {--size_ratio:1.6}
h2,
__ {--size_ratio:1.4}
h3,
h4,
h5,
h6,
__ {--size_ratio:1.2}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {--size_ratio:1.4}
small,
sub,
sup,
__ {--size_ratio:.8}
.site_label,
__ {font-weight:500}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {font-weight:700}
button[data-doc_s],
__ {line-height:{{C_o.STD_HEIGHT}}} /* see height -- vertical centering as --BUTTON_HEIGHT */
[data-id="ulist"] > li::before,
__ {--char_size:.5em}
[data-id="ulist"] > li::before,
__ {content:'▶'}
[data-id="ulist"] > li::before,
__ {top:calc( var(--char_size) * -0.125 )}
[data-id="ulist"] > li::before,
__ {left:calc( var(--char_size) * -1 )}
[data-id="ulist"] > li::before,
__ {color:var(--border_color)}
[data-id="ulist"] > li::before,
__ {font-size:var(--char_size)}
a::before,
a::after,
__ {content:''}
/*article:not([data-doc_s="contents"])::after,*/
article > p:last-of-type::after,
__ {content:'◻◻◻'}
a,
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {text-decoration:none}
button[data-doc_s],
__ {font-family:var(--font_title)}
[data-id=example]::before,
.site_label,
__ {font-style:italic}
#preferences > button:hover,
__ {background:{{C_o.BG_FX_s}};
filter:{{C_o.SAT_FX_s}}}
button[data-doc_s]:hover,
__ {background:{{C_o.BG_FX_s}}}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {text-transform:uppercase}
a::before,
a::after,
__ {transform-origin:bottom left}
a::before,
a::after,
.aside,
__ {transition:transform .2s ease} | source/matrix/assets/styles/css/parts/slot.css |
#preferences > button,
__ {--svg_icon_dim:2rem }
article,
__ {--count_txt:note_txt;
--count_img:note_img;
--count_example:note_example}
article,
__ {counter-reset:var(--count_txt) var(--count_example)}
.close_icon,
__ {--svg_icon_dim:2rem }
a[data-id="redirect"],
__ {display:none}
section,
article,
.close_icon,
article > p:last-of-type::after,
__ {display:grid;place-items:center}
#preferences,
button[data-doc_s],
__ {display:flex;justify-content:center}
pre > code,
[data-id="example"]::before,
__ {display:block}
a,
section > div,
[data-id="ulist"] > li::before,
[data-id="important"]::before,
__ {position:relative}
a::before,
a::after,
__ {position:absolute}
[data-id="ulist"] > li
button[data-doc_s],
__ {margin:0}
#preferences,
article > p:last-of-type::after,
__ {margin:{{C_o.PAD_4}} 0}
#preferences > button,
__ {margin:0 {{C_o.PAD_4}}}
.close_icon,
__ {margin:{{C_o.PAD_1}} 0}
[data-id="ulist"],
__ {margin:{{C_o.PAD_2}} 0 0 {{C_o.PAD_4}}}
/*
button[data-doc_s="contents"],
__ {margin-top:{{C_o.SLIDER_HEIGHT}} }
*/
div[data-doc_s],
__ {padding:{{C_o.PAD_4}} {{C_o.PAD_8}}}
[data-id="ulist"],
__ {padding-left:0}
[data-id="ulist"],
__ {padding-left:{{C_o.PAD_2}}}
hr,
__ {margin-bottom:{{C_o.PAD_6}}}
button[data-doc_s],
__ {width:{{C_o.FULL_WIDTH}}}
#preferences,
article,
__ {width:{{C_o.BODY_WIDTH_n}}vw}
[data-id="example"],
__ {max-width:100%}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {height:{{C_o.BUTTON_HEIGHT}}} /* see line-height */
a::before,
__ {height:1px}
a::after,
__ {height:4px}
/*
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {top:0}
*/
a::before,
a::after,
__ {left:0}
button[data-doc_s],
__ {left:50%;right:50%} /* center */
a::before,
a::after,
__ {bottom:-1px}
a::before,
a::after,
__ {right:0}
#preferences > button,
__ {margin:{{C_o.PAD_2}}}
button[data-doc_s],
__ {margin-left:-50vw;margin-right:-50vw} /* center */
h1,
h2,
h3,
h4,
h5,
h6,
p,
__ {margin-bottom:{{C_o.PAD_2}}}
article > p:last-of-type::after,
__ {margin-bottom:{{C_o.PAD_8}}}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol:not([class="i_code"]),
#preferences,
__ {padding:2px}
#preferences > button,
button[data-doc_s],
.close_icon,
__ {padding:{{C_o.PAD_2}}}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {flex-basis:100%}
#preferences,
__ {border:1px solid var(--c_prim_ne)}
hr,
__ {border-top:1px solid var(--c_prim_ne)}
#preferences,
__ {border-radius:4px}
#preferences > button,
.close_icon,
.svg_icon,
__ {border-radius:50%}
[data-id="ulist"] > li,
__ {border-left:{{C_o.BORDER_1}} solid hsla( var(--c_hue_p) var(--c_sat_ne) var(--c_lum_hi_3) / var(--border_opac) )}
[data-id="ulist"] > li,
__ {--border_opac:.6}
[data-id="ulist"] > li > [data-id="ulist"] > li,
__ {--border_opac:.4}
[data-id="ulist"] > li > [data-id="ulist"] > li >, [data-id="ulist"] > li
__ {--border_opac:.3}
button[data-doc_s],
__ {box-shadow:{{C_o.BOX_SHADOW}}}
a,
legend,
[data-id="note_txt"] > button,
mark[data-tag],
__ {color:inherit}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {color:var(--c_prim_lo)}
[data-id="important"]::before,
__ {color:var(--c_decor_ne)}
[data--=important]::before,
__ {color:var(--c_decor_ne)}
a:focus, a:hover,
__ {color:var(--c_link_hi)}
mark[data-tag],
__ {background:inherit}
#preferences,
#preferences > button,
#preferences > button *,
__ {background:transparent}
a::before,
a::after,
__ {background:var(--c_link_ne)}
section[data-doc_n],
__ {background:var(--c_sec_hi)}
button[data-doc_s],
__ {background:var(--c_prim_hi_2)}
[data-id="note_txt"] > button,
__ {background:var(--c_decor_hi_op_lo)}
h1,
__ {--size_ratio:1.6}
h2,
__ {--size_ratio:1.4}
h3,
h4,
h5,
h6,
__ {--size_ratio:1.2}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {--size_ratio:1.4}
small,
sub,
sup,
__ {--size_ratio:.8}
.site_label,
__ {font-weight:500}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {font-weight:700}
button[data-doc_s],
__ {line-height:{{C_o.STD_HEIGHT}}} /* see height -- vertical centering as --BUTTON_HEIGHT */
[data-id="ulist"] > li::before,
__ {--char_size:.5em}
[data-id="ulist"] > li::before,
__ {content:'▶'}
[data-id="ulist"] > li::before,
__ {top:calc( var(--char_size) * -0.125 )}
[data-id="ulist"] > li::before,
__ {left:calc( var(--char_size) * -1 )}
[data-id="ulist"] > li::before,
__ {color:var(--border_color)}
[data-id="ulist"] > li::before,
__ {font-size:var(--char_size)}
a::before,
a::after,
__ {content:''}
/*article:not([data-doc_s="contents"])::after,*/
article > p:last-of-type::after,
__ {content:'◻◻◻'}
a,
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {text-decoration:none}
button[data-doc_s],
__ {font-family:var(--font_title)}
[data-id=example]::before,
.site_label,
__ {font-style:italic}
#preferences > button:hover,
__ {background:{{C_o.BG_FX_s}};
filter:{{C_o.SAT_FX_s}}}
button[data-doc_s]:hover,
__ {background:{{C_o.BG_FX_s}}}
[data-doc_s] > {{C_o.SECTION_BTN_TAG_s}},
__ {text-transform:uppercase}
a::before,
a::after,
__ {transform-origin:bottom left}
a::before,
a::after,
.aside,
__ {transition:transform .2s ease} | 0.345547 | 0.110952 |
body{
background-color: #000000;
height:100vh;
width:98vmax;
margin:0 auto;
}
.myContainer .panel{
height:74vh !important;
}
.panel{
margin-bottom:0 !important;
}
div:focus{
outline:none;
}
/*************** left_sidebar ******************/
.left_sidebar{
padding:0 !important;
margin-bottom:1vh;
}
.left_sidebar .panel{
border:0 !important;
border-radius: 0;
height: 74vh !important;
}
.panel-left .panel-heading{
padding:0 !important;
}
.panel-left .panel-title{
background-color: #006600;
min-height:8vh;
padding:3vh;
text-align: center;
font-weight: bolder;
text-transform: uppercase;
color:#fff;
font-size:2.5vh;
text-shadow: 1px 1px 1px #000;
}
.panel-left .panel-body h4, th, td{
color:#000;
line-height: 5vh;
}
.panel-left .panel-body th, td{
color:#000;
line-height: 5vh;
font-size:2.5vh;
}
/************* panel_body *********************/
.body_info .panel{
height:74vh !important;
}
.body_info .panel h2#homeInfo{
color:#00c;
font-weight: bolder;
font-size:8vh;
margin-left:10%;
margin-top:20%;
}
/*************** footer section *************************/
.footer{
width:100%;
background:#fff;
height:6vh;
}
.footer strong{
color:#000;
font-size:4vh;
font-family: Sans;
}
.footer_copy{
width:100%;
background:#000;
height:2vh;
}
.footer_copy h4{
color:#fff;
font-size:2vh;
font-family: Sans;
}
.footer_copy h4 strong{
color:#f00;
text-shadow: 1px 1px 1px #000;
}
/*************** animation slider ******************/
#animation_div{
width:100%;
height:74vh !important;
background:#fff;
margin-right:1%;
position:relative;
overflow:hidden;
padding:1%;
}
#animation_div>div.takeMeOnly{
height:100%;
width:100%;
overflow:hidden;
}
#animation_div>div.takeMeOnly img{
width:100%;
height:100%;
}
.animationDiv{
display:none;
position:absolute;
width:100%;
height:3.5vw;
bottom:0;
background:#fff;
}
.animationCaption{
display:none;
position:absolute;
bottom:0;
background:rgba(0,0,0,0.8);
color:#eee;
padding:1vh;
text-align: center;
width:98%;
font-size:2vw;
}
/**************** admin menu left ************************/
.left_sidebar .list-group a{
font-size:2.5vh !important;
color:#006600;
text-shadow: 1px 1px 1px #000;
}
.left_sidebar .list-group a:hover{
color:#f00;
transition: all 0.4s ease;
}
.left_sidebar .list-group .activeMenu{
color:#f00;
}
/****************** admin content **********************/
.body_info .panelContent{
border:none;
overflow:scroll;
}
.body_info .panelContent .panel-heading{
padding:0;
}
.body_info .panelContent .panel-title{
background-color: #006600;
min-height:8vh;
padding:3vh;
text-align: center;
font-weight: bolder;
text-transform: uppercase;
color:#fff;
font-size:3vh;
text-shadow: 1px 1px 1px #000;
}
.body_info table td{
font-size:3vh !important;
}
/*************** input fields *******************/
input[type="text"],input[type="password"],input[type="email"],input[type="number"],input[type="file"],textarea{
background: #000 !important;
box-shadow:1px 2px 2px #00f;
color:#fff;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="file"]:focus,textarea:focus{
box-shadow:1px 3px 3px #fff;
}
input[type="submit"]{
background:rgba(100,20,20,0.9);
color:#fff;
}
input[type="submit"]:hover{
background:rgba(100,0,0,0.9);
transition:all 0.3s ease-in-out;
}
/****************** selector wrapper *********************/
#selector_wrapper{
display:none;
}
#selector{
display:none;
position:absolute;
left:40%;
top:30%;
width:40vh;
height:40vh;
background:rgba(0,0,200,0.9);
text-align:center;
font-size:15vh;
}
/***************** category heading ************************/
.categoryHeading,.postHeading{
background:url('../images/heading-background.jpg');
padding:2vh;
color:#fff !important;
font-size:4vh;
box-shadow: 1px 1px 1px #000;
}
span.numberToEnter{
background:#000;
background-position: center;
background-size: contain;
padding:1vh;
border-radius: 10%;
margin: 1vh !important;
}
.postHeading{
font-size: 3vh !important;
} | public/css/style.css | body{
background-color: #000000;
height:100vh;
width:98vmax;
margin:0 auto;
}
.myContainer .panel{
height:74vh !important;
}
.panel{
margin-bottom:0 !important;
}
div:focus{
outline:none;
}
/*************** left_sidebar ******************/
.left_sidebar{
padding:0 !important;
margin-bottom:1vh;
}
.left_sidebar .panel{
border:0 !important;
border-radius: 0;
height: 74vh !important;
}
.panel-left .panel-heading{
padding:0 !important;
}
.panel-left .panel-title{
background-color: #006600;
min-height:8vh;
padding:3vh;
text-align: center;
font-weight: bolder;
text-transform: uppercase;
color:#fff;
font-size:2.5vh;
text-shadow: 1px 1px 1px #000;
}
.panel-left .panel-body h4, th, td{
color:#000;
line-height: 5vh;
}
.panel-left .panel-body th, td{
color:#000;
line-height: 5vh;
font-size:2.5vh;
}
/************* panel_body *********************/
.body_info .panel{
height:74vh !important;
}
.body_info .panel h2#homeInfo{
color:#00c;
font-weight: bolder;
font-size:8vh;
margin-left:10%;
margin-top:20%;
}
/*************** footer section *************************/
.footer{
width:100%;
background:#fff;
height:6vh;
}
.footer strong{
color:#000;
font-size:4vh;
font-family: Sans;
}
.footer_copy{
width:100%;
background:#000;
height:2vh;
}
.footer_copy h4{
color:#fff;
font-size:2vh;
font-family: Sans;
}
.footer_copy h4 strong{
color:#f00;
text-shadow: 1px 1px 1px #000;
}
/*************** animation slider ******************/
#animation_div{
width:100%;
height:74vh !important;
background:#fff;
margin-right:1%;
position:relative;
overflow:hidden;
padding:1%;
}
#animation_div>div.takeMeOnly{
height:100%;
width:100%;
overflow:hidden;
}
#animation_div>div.takeMeOnly img{
width:100%;
height:100%;
}
.animationDiv{
display:none;
position:absolute;
width:100%;
height:3.5vw;
bottom:0;
background:#fff;
}
.animationCaption{
display:none;
position:absolute;
bottom:0;
background:rgba(0,0,0,0.8);
color:#eee;
padding:1vh;
text-align: center;
width:98%;
font-size:2vw;
}
/**************** admin menu left ************************/
.left_sidebar .list-group a{
font-size:2.5vh !important;
color:#006600;
text-shadow: 1px 1px 1px #000;
}
.left_sidebar .list-group a:hover{
color:#f00;
transition: all 0.4s ease;
}
.left_sidebar .list-group .activeMenu{
color:#f00;
}
/****************** admin content **********************/
.body_info .panelContent{
border:none;
overflow:scroll;
}
.body_info .panelContent .panel-heading{
padding:0;
}
.body_info .panelContent .panel-title{
background-color: #006600;
min-height:8vh;
padding:3vh;
text-align: center;
font-weight: bolder;
text-transform: uppercase;
color:#fff;
font-size:3vh;
text-shadow: 1px 1px 1px #000;
}
.body_info table td{
font-size:3vh !important;
}
/*************** input fields *******************/
input[type="text"],input[type="password"],input[type="email"],input[type="number"],input[type="file"],textarea{
background: #000 !important;
box-shadow:1px 2px 2px #00f;
color:#fff;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="file"]:focus,textarea:focus{
box-shadow:1px 3px 3px #fff;
}
input[type="submit"]{
background:rgba(100,20,20,0.9);
color:#fff;
}
input[type="submit"]:hover{
background:rgba(100,0,0,0.9);
transition:all 0.3s ease-in-out;
}
/****************** selector wrapper *********************/
#selector_wrapper{
display:none;
}
#selector{
display:none;
position:absolute;
left:40%;
top:30%;
width:40vh;
height:40vh;
background:rgba(0,0,200,0.9);
text-align:center;
font-size:15vh;
}
/***************** category heading ************************/
.categoryHeading,.postHeading{
background:url('../images/heading-background.jpg');
padding:2vh;
color:#fff !important;
font-size:4vh;
box-shadow: 1px 1px 1px #000;
}
span.numberToEnter{
background:#000;
background-position: center;
background-size: contain;
padding:1vh;
border-radius: 10%;
margin: 1vh !important;
}
.postHeading{
font-size: 3vh !important;
} | 0.198608 | 0.04778 |
.form-control {
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-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;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
.sp-megamenu-wrapper {
position: relative;
}
.sp-megamenu-parent {
list-style: none;
padding: 0;
margin: 0;
z-index: 99;
display: block;
float: right;
}
.sp-megamenu-parent >li {
display: inline-block;
position: relative;
padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
position: static;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
display: inline-block;
padding: 0 15px;
line-height: 90px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
color: #808080;
font-weight: 600;
margin: 0;
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
font-family: "Font Awesome 5 Brands";
content: "\f184";
}
.sp-megamenu-parent .sp-module {
padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
list-style: none;
padding: 0;
margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
list-style: none;
padding: 0;
margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
margin: 0;
position: absolute;
z-index: 10;
display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: #ffffff;
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
padding: 20px;
border-radius: 10px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
list-style: none;
padding: 0;
margin: 0;
width:135px; /* modified*/
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
font-family: "Font Awesome 5 Brands";
content: " \f105";
float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
left: auto;
right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
top: 0;
left: 110%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
display: block;
padding: 0;
position: relative;
width:135px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
display: block;
padding: 5px 5px;
color: #666;
cursor: pointer;
width:230px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
text-transform: uppercase;
font-weight: bold;
width:135px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
color: #3598dc;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
color: #3598dc !important;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
-webkit-animation: spMenuFadeIn 400ms;
animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
-webkit-animation: spMenuZoom 400ms;
animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
float: right;
line-height: 87px;
margin-left: 15px;
font-size: 20px;
}
#offcanvas-toggler >i {
-webkit-transition: color 400ms, background-color 400ms;
-o-transition: color 400ms, background-color 400ms;
transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
color: #fff;
}
.off-canvas-menu-init {
overflow-x: hidden;
position: relative;
}
.offcanvas .offcanvas-overlay {
visibility: visible;
opacity: 1;
}
.offcanvas-overlay {
background: rgba(0,0,0,0.2);
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
z-index: 9999;
visibility: hidden;
-webkit-transition: .5s;
transition: .5s;
}
.body-wrapper {
position: relative;
-webkit-transition: .5s;
transition: .5s;
right: 0;
backface-visibility: hidden;
}
.close-offcanvas {
position: absolute;
top: 15px;
right: 15px;
z-index: 1;
border-radius: 100%;
width: 25px;
height: 25px;
line-height: .5;
text-align: center;
font-size: 16px;
border: 1px solid #fff;
color: #fff;
padding-top: 3px;
}
.offcanvas-menu {
width: 320px;
height: 100%;
background-color: rgba(0,0,0,0.7);
color: #fff;
position: fixed;
top: 0;
right: 0;
-webkit-transform: translateX(320px);
transform: translateX(320px);
visibility: hidden;
overflow: inherit;
-webkit-transition: .5s;
transition: .5s;
z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
margin-top: 20px;
border-bottom: 1px solid rgba(0,0,0,0.08);
margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
border-bottom: none;
margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
font-size: 16px;
line-height: 1;
text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
border: 0;
position: relative;
border-bottom: 1px solid rgba(0,0,0,0.1);
overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
padding: 10px 20px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
display: inline-block;
position: absolute;
top: 0;
right: 0;
padding: 13px 20px;
cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
margin-top: 0;
padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
width: 100%;
background: transparent;
border-color: #5f5f5f;
color: #fff;
}
.offcanvas {
width: 100%;
height: 100%;
position: relative;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.offcanvas .body-wrapper {
right: 0;
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
width: 100%;
height: 100%;
right: 0;
}
.offcanvas .offcanvas-menu {
visibility: visible;
z-index: 9999;
right: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
padding-left: 10px;
}
.menu .nav-child.small {
font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
-webkit-animation: spMenuFadeInUp 400ms;
animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
opacity: 1;
visibility: visible;
top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
top: 60px;
opacity: 0;
visibility: hidden;
display: block;
transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
left: auto;
right: 0;
}
.menu-rotate .sp-has-child {
-webkit-perspective: 1000px;
perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-transform: rotateX(-70deg);
transform: rotateX(-70deg);
-webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
opacity: 0;
visibility: hidden;
display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
left: auto;
right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
background: transparent none repeat scroll 0 0;
box-shadow: none;
padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
margin: 0;
padding: 0;
perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
-webkit-transform: translate(0,100px);
transform: translate(0,100px);
opacity: 0;
padding: 0 20px !important;
background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-name: dropup;
animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
-webkit-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
-webkit-animation: spMenuFadeInUp 500ms;
animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
background: #fff none repeat scroll 0 0;
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
padding: 0 !important;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-fill-mode: none;
animation-fill-mode: none;
-webkit-animation-iteration-count: 0;
animation-iteration-count: 0;
-webkit-animation-name: none;
animation-name: none;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
box-shadow: none;
}
@keyframes dropup {
0% {
opacity: 0;
transform: translate(0,100px);
}
100% {
opacity: 1;
transform: translate(0,0);
}
}
@-webkit-keyframes dropup {
0% {
opacity: 0;
transform: translate(0,100px);
}
100% {
opacity: 1;
transform: translate(0,0);
}
}
.menu-twist .sp-has-child .sp-dropdown-inner {
background: transparent none repeat scroll 0 0;
box-shadow: none;
padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
margin: 0;
padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
padding: 0 20px !important;
background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-name: twist;
animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
-webkit-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
-webkit-animation-duration: 1.1s;
animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
-webkit-animation: spMenuFadeInUp 500ms;
animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
background: #fff none repeat scroll 0 0;
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
padding: 0 !important;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-fill-mode: none;
animation-fill-mode: none;
-webkit-animation-iteration-count: 0;
animation-iteration-count: 0;
-webkit-animation-name: none;
animation-name: none;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
box-shadow: none;
}
@keyframes twist {
0% {
opacity: 0;
transform: rotateY(90deg);
}
100% {
opacity: 1;
transform: rotateY(0);
}
}
@-webkit-keyframes twist {
0% {
opacity: 0;
-webkit-transform: rotateY(90deg);
}
100% {
opacity: 1;
-webkit-transform: rotateY(0);
}
}
@-webkit-keyframes spMenuFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes spMenuFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes spMenuZoom {
0% {
opacity: 0;
-webkit-transform: scale(.8);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes spMenuZoom {
0% {
opacity: 0;
transform: scale(.8);
-webkit-transform: scale(.8);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
}
@-webkit-keyframes spMenuFadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0,30px,0);
}
100% {
opacity: 1;
-webkit-transform: none;
}
}
@keyframes spMenuFadeInUp {
0% {
opacity: 0;
transform: translate3d(0,30px,0);
}
100% {
opacity: 1;
transform: none;
}
}
.slide-top-menu .offcanvas-menu {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.slide-top-menu .body-wrapper {
right: 0;
}
.slide-top-menu .offcanvas-overlay {
visibility: visible;
opacity: 1;
}
.slide-top-menu .offcanvas-menu {
right: 0;
background-color: #000000;
visibility: visible;
}
.full-screen .offcanvas-menu {
right: -100%;
width: 100%;
transform: translateX(0);
background-color: rgba(0,0,0,0.9);
transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
margin: 0 auto;
text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
margin-bottom: 0;
margin-top: 80px;
padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
background: transparent;
height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
color: #fff;
display: inline-block;
font-size: 28px;
padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
left: auto;
right: auto;
font-size: 28px;
padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
display: block;
padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
font-size: 16px;
padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
max-width: 300px;
margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
font-size: 20px;
height: 35px;
line-height: 1;
right: 30px;
top: 25px;
width: 35px;
padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
visibility: visible;
z-index: 9999;
width: 100%;
right: 0;
}
.full-screen-ftop .offcanvas-menu {
right: 0;
width: 100%;
opacity: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
background-color: rgba(0,0,0,0.9);
transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
margin: 0 auto;
text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
margin-bottom: 0;
margin-top: 80px;
padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
background: transparent;
height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
opacity: 0;
-webkit-transform: translate3d(0px,-80px,0px);
transform: translate3d(0px,-80px,0px);
-webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
color: #fff;
display: inline-block;
font-size: 28px;
padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
left: auto;
right: auto;
font-size: 28px;
padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
display: block;
padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
font-size: 16px;
padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
max-width: 300px;
margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
font-size: 20px;
height: 35px;
line-height: 1;
right: 30px;
top: 25px;
width: 35px;
padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
visibility: visible;
z-index: 9999;
width: 100%;
right: 0;
opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
background: transparent;
height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
opacity: 1;
-webkit-transform: translate3d(0px,0px,0px);
transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
top: 6px;
padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
background: #fff none repeat scroll 0 0;
content: "";
height: 8px;
left: auto;
position: absolute;
right: 25px;
top: 14px;
width: 2px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
background: #fff none repeat scroll 0 0;
content: "";
height: 2px;
left: auto;
position: absolute;
right: 22px;
top: 17px;
width: 8px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
visibility: visible;
opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
visibility: visible;
right: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
}
@-moz-document url-prefix() {
.offcanvas-menu {
right: -320px;
transform: translateX(0px);
}
}
a {
-webkit-transition: color 400ms, background-color 400ms;
transition: color 400ms, background-color 400ms;
}
body {
line-height: 24px;
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
background-color: #ffffff;
color: #666666 !important;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
}
label {
font-weight: normal;
}
legend {
padding-bottom: 10px;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.btn,
.sppb-btn {
-webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
-o-transition: color 400ms, background-color 400ms, border-color 400ms;
transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-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;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
color: #999;
opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
width: 100%;
}
.scrollup {
width: 40px;
height: 40px;
position: fixed;
bottom: 62px;
right: 100px;
display: none;
z-index: 999;
border: 1px solid #ddd;
background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
background-color: #c4c4c4;
}
.scrollup:before {
content: " \f106";
font-family: "Font Awesome 5 Brands";
position: absolute;
top: 0;
right: 0;
border-radius: 3px;
width: 40px;
height: 38px;
line-height: 38px;
text-align: center;
font-size: 25px;
font-weight: 700;
color: #000;
}
#sp-top-bar {
padding: 8px 0;
}
#sp-top-bar .sp-module {
display: inline-block;
margin: 0 0 0 20px;
}
ul.social-icons {
list-style: none;
padding: 0;
margin: -5px;
display: inline-block;
}
ul.social-icons >li {
display: inline-block;
margin: 5px 7px;
}
ul.social-icons >li a {
color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
margin: 0;
padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
border: none;
display: inline-block;
margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
display: none;
}
.sp-contact-info {
float: right;
list-style: none;
padding: 0;
margin: 0 -10px;
}
.sp-contact-info li {
display: inline-block;
margin: 0 10px;
font-size: 90%;
}
.sp-contact-info li i {
margin: 0 3px;
}
.sticky-wrapper {
position: relative;
z-index: 99;
}
#sp-header {
background: #ffffff none repeat scroll 0 0;
box-shadow: 0 3px 3px rgba(0,0,0,0.05);
height: 90px;
left: 0;
position: relative;
top: 0;
width: 100%;
z-index: 99;
}
#sp-header .logo {
display: inline-block;
height: 90px;
display: table;
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
margin: 0;
}
#sp-header .logo a {
font-size: 24px;
line-height: 1;
margin: 0;
padding: 0;
display: table-cell;
vertical-align: middle;
}
#sp-header .logo p {
margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
display: none;
}
#sp-header.menu-fixed {
position: fixed;
z-index: 9999;
}
.sticky-wrapper.is-sticky {
position: relative;
z-index: 999;
}
#sp-title {
min-height: 0;
}
.sp-page-title {
padding: 100px 0;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
background-attachment: fixed;
background-color: #fafafa;
border-bottom: 1px solid #eee;
text-align: center;
}
.sp-page-title h1,
.sp-page-title h3 {
margin: 0 0 20px;
padding: 0;
color: #252525;
}
.sp-page-title h1 {
font-size: 42px;
line-height: 1;
}
.sp-page-title h3 {
font-size: 14px;
font-weight: normal;
line-height: 1;
margin-top: 10px;
}
.sp-page-title .breadcrumb {
background: none;
padding: 0;
margin-bottom: 0;
}
.body-innerwrapper {
overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
max-width: 1240px;
margin: 0 auto;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
padding: 0;
}
.sppb-addon-cta .row {
height: 100% !important;
}
.sppb-addon-cta .row > div {
vertical-align: middle;
}
.sppb-addon-cta .sppb-cta-subtitle {
margin-bottom: 0;
font-weight: 500;
line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
margin-top: 10px;
}
.sppb-addon-cta p.sppb-cta-text {
margin: 0;
}
a.sppb-btn-link {
padding: 0 !important;
}
.sppb-btn-lg {
font-size: 14px !important;
padding: 14px 50px !important;
}
.sppb-btn-lg.sppb-btn-outline {
padding: 12px 50px !important;
background: transparent !important;
border-color: #3598dc;
border-width: 2px;
border-color: #3598dc !important;
color: #3598dc;
}
.sppb-btn-lg.sppb-btn-outline:hover {
background-color: #3598dc !important;
color: #fff;
}
.sppb-btn.sppb-btn-link {
color: #a0a0a0;
font-size: 17px;
padding-left: 0 !important;
}
.sppb-btn.sppb-btn-link:hover {
color: #696969;
}
.sppb-btn.sppb-btn-link.sppb-btn-sm {
font-size: 14px !important;
color: #252525;
font-weight: normal;
}
.sppb-btn.sppb-btn-link.sppb-btn-sm i {
margin-left: 5px;
}
.sppb-btn.sppb-btn-link.sppb-btn-sm:hover {
color: #3598dc;
}
.sppb-addon-feature span.sppb-img-container img {
border-radius: 10px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
width: 430px;
border-radius: 10px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel p.title {
margin-bottom: 20px;
color: #252525;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .details img {
border-radius: 10px;
}
.timeline-date {
color: #252525;
}
.sppb-nav-pills > li.active > a,
.sppb-nav-pills > li.active > a:hover,
.sppb-nav-pills > li.active > a:focus {
background: none;
}
.sppb-nav-pills > li > a > i {
margin-right: 0;
font-size: 25px;
display: block;
text-align: center;
}
.sppb-nav-pills > li > a {
padding: 15px 50px;
border: 1px solid #eee;
font-size: 16px;
border-radius: 10px;
line-height: 25px;
font-weight: 400;
text-transform: capitalize;
text-align: center;
}
.sppb-nav-pills li {
margin-left: 15px !important;
}
.sppb-nav-pills li:first-child {
margin-left: 0 !important;
}
.sppb-nav-pills li.active a {
border-color: #3598dc !important;
color: #3598dc;
}
.sppb-nav-pills li.active a i {
color: #3598dc;
}
.sppb-tab-content div.active {
animation: 0.5s ease 0s normal forwards 1 running fadeInLeft;
backface-visibility: hidden;
}
.sppb-nav-tabs > li > a,
.sppb-nav-lines > li > a {
font-weight: normal !important;
font-size: 16px;
}
.sppb-nav-lines > li.active > a,
.sppb-nav-lines > li.active > a:hover,
.sppb-nav-lines > li.active > a:focus {
color: #3598dc;
border-bottom-color: #3598dc;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel {
margin-bottom: 15px;
border: none;
background-color: transparent;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
border: none;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading {
border-radius: 6px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-primary .sppb-panel-heading {
background: #fafafa;
border: 1px solid #eee;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-primary .sppb-panel-heading span.sppb-panel-title {
color: #252525;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-primary .sppb-panel-heading span.sppb-panel-title i {
margin-right: 10px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-primary .sppb-panel-heading span.sppb-toggle-direction i {
color: #252525;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading {
border: 1px solid #ececec;
background: #fff;
-webkit-transition: 300ms;
transition: 300ms;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading .sppb-panel-title {
color: #808080;
font-weight: 600;
-webkit-transition: 300ms;
transition: 300ms;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading .sppb-panel-title i {
margin-right: 15px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading:hover .sppb-panel-title {
color: #252525;
-webkit-transition: 300ms;
transition: 300ms;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading.active {
background: #3598dc;
-webkit-transition: 300ms;
transition: 300ms;
border-color: #3598dc;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading.active .sppb-panel-title {
color: #fff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading.active .sppb-toggle-direction {
color: #fff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-collapse .sppb-panel-body {
border: none;
color: #808080;
}
.sppb-carousel.rounded {
border-radius: 10px;
overflow: hidden;
}
.sppb-testimonial-pro {
max-width: 80%;
margin: auto;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .sppb-testimonial-message {
font-weight: 300;
font-size: 25px;
line-height: 37px;
font-family: "Roboto", "Helvetica", sans-serif;
color: #252525;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .sppb-testimonial-client {
margin-top: 20px;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .sppb-testimonial-client .pro-client-name {
font-weight: 600;
color: #252525;
}
.sppb-testimonial-pro.default {
text-align: center;
}
.sppb-testimonial-pro.default img.sppb-avatar {
max-width: 100px;
margin-bottom: 30px;
}
.sppb-testimonial-pro.default a.sppb-carousel-control {
border: none;
height: 62px;
font-size: 62px;
width: 62px;
}
.sppb-testimonial-pro.default a.sppb-carousel-control:hover {
background: none;
color: #252525;
}
.sppb-testimonial-pro.compact {
text-align: center;
position: relative;
}
.sppb-testimonial-pro.compact .sppb-carousel-inner .sppb-item {
text-align: left;
}
.sppb-testimonial-pro.compact .sppb-carousel-inner .sppb-item img.sppb-avatar {
float: left;
max-width: 200px;
margin-right: 100px;
}
.sppb-testimonial-pro.compact .arrows-container {
position: absolute;
left: 30%;
right: auto;
}
.sppb-testimonial-pro.compact a.sppb-carousel-control {
border: none;
height: 40px;
font-size: 62px;
width: 62px;
}
.sppb-testimonial-pro.compact a.sppb-carousel-control:hover {
background: none;
color: #252525;
}
.sppb-addon-image-overlay-icon {
background: none;
font-size: 32px;
}
.sppb-addon-image-overlay-icon:hover {
background: none;
}
.sppb-pricing-box.sppb-pricing-featured {
color: #666;
box-shadow: 0px 0px 21px rgba(0,0,0,0.05);
}
.sppb-addon-pricing-table .sppb-pricing-box {
border-radius: 10px !important;
background: #fff;
border-color: #eee;
padding: 50px 40px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
font-size: 25px;
font-weight: 100;
text-transform: capitalize;
color: #252525;
margin-bottom: 5px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-subtitle {
display: block;
font-size: 13px;
font-weight: 400;
color: #666;
font-style: italic;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price {
font-size: 35px;
font-weight: 600;
color: #252525;
margin: 30px 0 40px 0;
display: block;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price span.sppb-pricing-duration {
font-size: 13px;
font-weight: 400;
color: #666;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features {
padding-bottom: 40px;
border-top: 1px solid #eee;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li i {
margin-right: 5px;
}
.sppb-addon-ajax-contact .sppb-form-group.name {
padding-right: 10px;
float: left;
width: 50%;
}
.sppb-addon-ajax-contact .sppb-form-group.email {
padding-left: 10px;
float: left;
width: 50%;
}
.sppb-addon-ajax-contact .sppb-form-group input {
height: 40px !important;
}
.sppb-addon-ajax-contact .sppb-form-group input,
.sppb-addon-ajax-contact .sppb-form-group textarea {
box-shadow: none;
border-color: #ddd;
background: #fafafa;
}
.sppb-addon-ajax-contact .sppb-form-group input:focus,
.sppb-addon-ajax-contact .sppb-form-group textarea:focus {
border-color: #3598dc;
box-shadow: none;
}
.person-big {
border-radius: 10px;
border: 1px solid #ddd;
}
.person-big .sppb-person-image img {
border: 1px solid #ddd;
border-radius: 50%;
}
.sppb-addon-persion .sppb-person-information .sppb-person-name {
font-weight: 400 !important;
font-family: Roboto;
}
.sppb-addon-article h3 a {
font-size: 18px;
color: #252525;
font-weight: 400;
}
.sppb-addon-article h3 a:hover {
color: #3598dc;
}
.sppb-progress-label {
font-size: 17px !important;
font-weight: normal;
color: #252525;
text-transform: capitalize;
}
.sppb-progress-label span {
font-weight: normal;
}
.sppb-progress {
border-radius: 6px;
margin-bottom: 35px;
}
.sppb-progress .sppb-progress-bar {
background: #3598dc !important;
}
.sppb-addon-image-content {
position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
position: absolute;
top: 0;
width: 50%;
height: 100%;
background-position: 50%;
background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
.sppb-addon-image-content .sppb-image-holder {
position: inherit;
width: 100% !important;
height: 300px;
}
}
.sp-module {
margin-top: 50px;
}
.sp-module:first-child {
margin-top: 0;
}
.sp-module .sp-module-title {
margin: 0 0 20px;
font-size: 14px;
text-transform: uppercase;
line-height: 1;
}
.sp-module ul {
list-style: none;
padding: 0;
margin: 0;
}
.sp-module ul >li {
display: block;
-webkit-transition: 300ms;
transition: 300ms;
margin-top: 10px;
}
.sp-module ul >li >a {
/*font-family: 'sans-serif';*/
display: block;
padding: 0;
letter-spacing: 1px;
font-weight: 300;
line-height: 22px;
color: #a0a0a0 !important;
-webkit-transition: 300ms;
transition: 300ms;
}
.sp-module ul >li >a:hover {
background: none;
text-decoration: underline;
}
.sp-module .categories-module ul {
margin: 0 10px;
}
.sp-module .latestnews >div {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.sp-module .latestnews >div >a {
display: block;
font-weight: 400;
}
.sp-module .tagscloud {
margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
display: inline-block;
padding: 5px 10px;
background: #808080;
color: #fff;
border-radius: 4px;
margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: rgba(0,0,0,0.2);
border-radius: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
margin-bottom: 70px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
border: 1px solid #eee;
border-radius: 6px;
overflow: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
margin: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
background-color: transparent !important;
color: #666 !important;
padding: 15px 30px;
border-left: 1px solid #eee;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:first-child a {
border-left: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover {
background: #fafafa;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover a {
color: #3598dc !important;
border-radius: 6px 0 0 6px !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
border-radius: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
border: none;
font-size: 20px;
height: 30px;
width: 30px;
margin: 0 10px;
transition: .1s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
background: none;
font-size: 25px;
transition: .1s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
background: none;
padding: 30px 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
background: none !important;
color: #666;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover h3 > a {
color: #252525;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover h3 > a:hover {
color: #3598dc;
}
.login img {
display: inline-block;
margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
margin-top: 6px;
}
.login .group-control input {
box-shadow: none;
border-radius: 6px;
height: 45px;
background-color: #fcfcfc;
border-color: #eee;
}
.login .form-group btn {
padding: 10px 20px !important;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
border-color: #3598dc;
box-shadow: none;
}
.form-links ul {
list-style: none;
padding: 0;
margin: 0;
}
.registration form .form-group .group-control input {
box-shadow: none;
height: 45px;
background: #fcfcfc;
border-color: #ececec;
}
.registration form .form-group .group-control input:focus {
border-color: #3598dc;
}
.registration form .form-group label {
font-size: 12px;
}
.registration form .form-group button.btn,
.registration form .form-group a.btn {
padding: 14px 50px;
font-weight: bold;
}
.search .btn-toolbar {
margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
margin: 0;
}
.search .btn-toolbar button {
color: #fff;
}
.search .phrases .phrases-box .controls label {
display: inline-block;
margin: 0 20px 20px;
}
.search .phrases .ordering-box {
margin-bottom: 15px;
}
.search .only label {
display: inline-block;
margin: 0 20px 20px;
}
.search .search-results dt.result-title {
margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
height: 34px;
line-height: 34px;
}
.form-search .finder label {
display: block;
}
.form-search .finder .input-medium {
width: 60%;
border-radius: 4px;
}
.finder .word input {
display: inline-block;
}
.finder .search-results.list-striped li {
padding: 20px 0;
}
.article-info {
margin: 0 -8px 5px;
line-height: 12px;
}
.article-info >dd {
display: inline-block;
color: #666;
font-size: 12px;
font-style: italic;
margin: 0 8px;
}
.article-info >dd >i {
display: inline-block;
margin-right: 3px;
}
article {
border: 1px solid #eee;
overflow: hidden;
border-radius: 10px;
padding-bottom: 40px;
}
article .entry-header,
article p {
padding-right: 40px;
padding-left: 40px;
}
article .entry-status {
margin: 0 40px;
}
article .entry-header h2[itemprop="name"] {
font-weight: 400;
}
article.item {
margin-bottom: 100px;
}
article p.readmore a {
border: none;
background: none;
padding: 0;
font-style: italic;
text-decoration: underline;
margin-top: 15px;
color: #3598dc;
}
.sp-module .latestnews small {
font-style: italic;
color: #888;
font-size: 11;
}
.sp-module .latestnews a {
color: #252525;
}
.tagspopular {
display: block;
overflow: hidden;
}
.tagspopular ul li {
float: left;
margin-right: 10px;
}
.tagspopular ul li a {
font-weight: normal !important;
color: #3598dc !important;
letter-spacing: 0;
}
h3.sp-module-title {
display: block;
}
#sp-right .sp-column,
#sp-left .sp-column {
border: 1px solid #eee;
background: #fafafa;
border-radius: 10px;
padding: 40px 35px;
}
#sp-right .sp-column .sp-module,
#sp-left .sp-column .sp-module {
margin-bottom: 50px;
}
#sp-right .sp-column .sp-module h3.sp-module-title,
#sp-left .sp-column .sp-module h3.sp-module-title {
text-transform: capitalize;
color: #252525;
font-weight: 600;
}
#sp-right .sp-column .sp-module .search input,
#sp-left .sp-column .sp-module .search input {
border-color: #eee;
background-color: #fcfcfc;
box-shadow: none;
width: 100%;
height: 40px;
font-size: 16px;
}
.tags {
margin-top: 20px;
}
.tags >span {
text-transform: uppercase;
letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
display: none;
}
.voting-symbol {
unicode-bidi: bidi-override;
direction: rtl;
font-size: 14px;
display: inline-block;
}
.voting-symbol span.star {
font-family: "Font Awesome 5 Brands";
font-weight: normal;
font-style: normal;
display: inline-block;
}
.voting-symbol span.star.active:before {
content: "\f005";
}
.voting-symbol span.star:before {
content: "\f006";
padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
content: "\f005";
cursor: pointer;
}
.post_rating {
margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
display: none;
}
.post-format {
position: absolute;
top: 0;
left: -68px;
display: block;
width: 48px;
height: 48px;
font-size: 24px;
line-height: 48px;
text-align: center;
color: #fff;
border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
margin-bottom: 30px;
}
.entry-status,
.entry-quote {
margin-bottom: 50px;
}
.entry-header {
position: relative;
margin-bottom: 30px;
}
.entry-header.has-post-format {
margin-left: 68px;
}
.entry-header h2 {
margin: 8px 0 0;
font-size: 24px;
line-height: 1;
}
.entry-header h2 a {
color: #000;
}
.entry-link {
padding: 100px 50px;
position: relative;
z-index: 1;
}
.entry-link a h4 {
margin: 0;
font-size: 36px;
color: #fff;
}
.entry-link a h4:hover {
color: rgba(255,255,255,0.85);
}
.entry-link:before {
position: absolute;
left: -60px;
font-size: 300px;
content: "\f0c1";
font-family: Font Awesome 5 Brands;
transform: rotate(90deg);
top: -75px;
color: rgba(255,255,255,0.15);
z-index: -1;
}
.entry-quote {
position: relative;
padding: 80px 50px;
color: rgba(255,255,255,0.9);
}
.entry-quote:before {
position: absolute;
left: -40px;
font-size: 300px;
content: "\f10e";
font-family: Font Awesome 5 Brands;
transform: rotate(15deg);
top: -75px;
color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
color: #FFF;
font-weight: 600;
font-size: 20px;
}
.entry-quote blockquote {
padding: 0;
margin: 0;
font-size: 16px;
border: none;
}
.carousel-left,
.carousel-right {
position: absolute;
top: 50%;
font-size: 24px;
width: 36px;
height: 36px;
line-height: 36px;
margin-top: -18px;
text-align: center;
color: #fff;
background: rgba(0,0,0,0.5);
border-radius: 4px;
-webkit-transition: 400ms;
transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
color: #fff;
}
.carousel-left {
left: 10px;
}
.carousel-right {
right: 10px;
}
.newsfeed-category .category {
list-style: none;
padding: 0;
margin: 0;
}
.newsfeed-category .category li {
padding: 5px 0;
}
.newsfeed-category #filter-search {
margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
list-style: none;
padding: 0;
margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
margin: 5px 0;
}
.article-footer-top {
display: table;
clear: both;
width: 100%;
}
.article-footer-top .post_rating {
float: left;
}
.helix-social-share {
float: right;
}
.helix-social-share .helix-social-share-icon ul {
padding: 0;
list-style: none;
margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
margin-right: 7px;
display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
height: 30px;
padding-top: 4px;
text-align: center;
width: 30px;
display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
background: #3598dc;
color: #fff;
}
#sp-bottom .sp-module .sp-module-title {
text-transform: capitalize;
font-weight: 500;
font-size: 15px;
color: #252525;
}
#sp-bottom .sppb-addon-text-block .sppb-addon-content {
line-height: 32px;
font-family: sans-serif;
font-weight: 300;
}
#sp-footer .container {
border-top: 1px solid #eee;
padding: 25px 0;
}
#sp-footer #sp-footer1 {
float: left;
font-size: 13px;
font-weight: 500;
font-family: Roboto;
color: #a0a0a0;
}
#sp-footer #sp-footer1 i {
color: #3598dc;
}
#sp-footer #sp-footer2 {
float: right;
}
#sp-footer #sp-footer2 .nav.menu {
float: right;
}
#sp-footer #sp-footer2 .nav.menu li {
float: left;
margin-top: 0;
margin-left: 20px;
}
#sp-footer #sp-footer2 .nav.menu li a {
font-size: 13px;
letter-spacing: 0;
font-weight: 500;
}
#sp-footer a {
color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
color: #fff;
}
#sp-footer-wrapper ul {
display: inline-block;
}
#sp-footer-wrapper ul.nav {
display: inline-block;
list-style: none;
padding: 0;
margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
display: inline-block;
margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
background: none;
}
#sp-footer-wrapper .helix-framework {
display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
display: block;
width: 130px;
height: 40px;
text-indent: -9999px;
background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
display: block;
}
.sp-comingsoon {
width: 100%;
height: 100%;
min-height: 100%;
}
.sp-comingsoon body {
width: 100%;
height: 100%;
min-height: 100%;
color: #fff;
}
.sp-comingsoon #sp-comingsoon {
padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
display: none;
}
.sp-comingsoon .sp-comingsoon-title {
margin-top: 130px;
font-size: 42px;
margin-bottom: 10px;
font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
font-size: 28px;
font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
display: inline-block;
margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
width: 115px;
height: 120px;
line-height: 120px;
border: 1px solid #fff;
border-radius: 4px;
display: inline-block;
font-size: 48px;
font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
display: block;
font-size: 18px;
margin-top: 10px;
}
.sp-comingsoon .social-icons li {
display: inline-block;
margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
color: rgba(255,255,255,0.7);
font-size: 24px;
-webkit-transition: color 400ms;
transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
color: #fff;
}
.error-page {
width: 100%;
height: 100%;
min-height: 100%;
}
.error-page body {
width: 100%;
height: 100%;
min-height: 100%;
}
.error-page .error-page-inner {
height: 100%;
min-height: 100%;
width: 100%;
display: table;
text-align: center;
}
.error-page .error-page-inner.has-background {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
text-align: center;
margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
display: inline-block;
}
.error-page .error-page-inner >div {
display: table-cell;
vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
font-size: 64px;
line-height: 1;
margin-bottom: 10px;
}
.error-page .error-code {
font-weight: bold;
font-size: 96px;
line-height: 1;
margin: 0 0 10px 0;
padding: 0;
}
.error-page .error-message {
font-size: 24px;
line-height: 1;
margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
#sp-header .sp-default-logo {
display: none;
}
#sp-header .sp-retina-logo {
display: block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
display: table;
margin: 0 auto;
}
.sp-comingsoon .comingsoon-page-logo .sp-default-logo {
display: none;
}
}
.sp-social-share ul {
display: block;
padding: 0;
margin: 20px -5px 0;
}
.sp-social-share ul li {
display: inline-block;
font-size: 24px;
margin: 0 5px;
}
.dl-horizontal dt {
margin: 8px 0;
text-align: left;
}
.page-header {
padding-bottom: 15px;
}
table.category {
width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
padding: 10px;
}
.contact-form .form-actions {
background: none;
border: none;
}
@media print {
.visible-print {
display: inherit !important;
}
.hidden-print {
display: none !important;
}
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
background: #2D2D2D;
border-radius: 2px;
color: #fff;
-webkit-transition: 300ms;
transition: 300ms;
}
.sp-pre-loader {
background: #f5f5f5;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
border: 3px solid #333333;
border-radius: 60px;
bottom: 0;
height: 80px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
content: "";
position: absolute;
background-color: #333333;
top: 2px;
left: 48%;
height: 38px;
width: 4px;
border-radius: 5px;
-webkit-transform-origin: 50% 97%;
transform-origin: 50% 97%;
-webkit-animation: grdAiguille 2s linear infinite;
animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
content: "";
position: absolute;
background-color: #333333;
top: 6px;
left: 48%;
height: 35px;
width: 4px;
border-radius: 5px;
-webkit-transform-origin: 50% 94%;
transform-origin: 50% 94%;
-webkit-animation: ptAiguille 12s linear infinite;
animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
position: absolute;
height: 80px;
width: 80px;
border-radius: 80px;
border: 3px solid rgba(51,51,51,0.7);
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: loader1 3s linear infinite;
animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
content: "";
position: absolute;
top: -5px;
left: 20px;
width: 11px;
height: 11px;
border-radius: 10px;
background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
position: absolute;
width: 12px;
height: 12px;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
border-radius: 12px;
background-color: #333333;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: loader6 1s ease-in-out infinite;
animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
content: "";
position: absolute;
background-color: rgba(51,51,51,0.5);
top: 0px;
left: -25px;
height: 12px;
width: 12px;
border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
content: "";
position: absolute;
background-color: rgba(51,51,51,0.5);
top: 0px;
left: 25px;
height: 12px;
width: 12px;
border-radius: 12px;
}
.sp-pre-loader .circle-two {
bottom: 0;
height: 100px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
content: "";
display: block;
border-radius: 50%;
border: 2px solid #333333;
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%);
}
.sp-pre-loader .circle-two > span {
width: 100%;
height: 100%;
top: 0;
left: 0;
border-left-color: transparent;
-webkit-animation: effect-2 2s infinite linear;
-moz-animation: effect-2 2s infinite linear;
-ms-animation: effect-2 2s infinite linear;
-o-animation: effect-2 2s infinite linear;
animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
width: 75%;
height: 75%;
border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
width: 50%;
height: 50%;
border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
position: absolute;
margin: auto;
left: 0;
right: 0;
top: 50%;
width: 90px;
}
.sp-pre-loader .wave-two {
margin: 0;
list-style: none;
width: 90px;
position: relative;
padding: 0;
height: 10px;
}
.sp-pre-loader .wave-two li {
position: absolute;
width: 2px;
height: 0;
background-color: #333333;
bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
left: 0;
-webkit-animation: sequence1 1s ease infinite 0;
animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
left: 15px;
-webkit-animation: sequence2 1s ease infinite 0.1s;
animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
left: 30px;
-webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
left: 45px;
-webkit-animation: sequence2 1s ease-in infinite 0.3s;
animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
left: 60px;
-webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
left: 75px;
-webkit-animation: sequence2 1s ease infinite 0.5s;
animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
width: 3em;
height: 2em;
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
animation: audioWave 1.5s linear infinite;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
top: 0;
left: 0;
width: 100%;
height: 105px;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
display: inline-block;
width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
background: #333333;
bottom: 0;
height: 5px;
left: 0;
position: absolute;
top: auto;
}
@-webkit-keyframes grdAiguille {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes grdAiguille {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes ptAiguille {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes ptAiguille {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes loader1 {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes loader1 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes loader6 {
0% {
-webkit-transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(180deg);
}
}
@keyframes loader6 {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(180deg);
}
}
@keyframes rotate-360 {
from {
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes audioWave {
25% {
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
}
37.5% {
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
}
50% {
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
}
62.5% {
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
}
75% {
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
}
}
@-webkit-keyframes effect-2 {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes effect-2 {
from {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes sequence1 {
0% {
height: 10px;
}
50% {
height: 50px;
}
100% {
height: 10px;
}
}
@keyframes sequence2 {
0% {
height: 20px;
}
50% {
height: 65px;
}
100% {
height: 20px;
}
}
@keyframes rot1 {
100% {
transform: skew(-10deg) translateX(50px) rotate(405deg);
}
}
@-webkit-keyframes rot1 {
100% {
-webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
}
}
@keyframes rot2 {
100% {
transform: skew(-10deg) rotate(525deg);
}
}
@-webkit-keyframes rot2 {
100% {
-webkit-transform: skew(-10deg) rotate(525deg);
}
}
@keyframes rot3 {
100% {
transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
}
}
@-webkit-keyframes rot3 {
100% {
-webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
}
}
@keyframes width {
10% {
width: 10%;
}
20% {
width: 20%;
}
30% {
width: 30%;
}
40% {
width: 40%;
}
50% {
width: 50%;
}
60% {
width: 60%;
}
70% {
width: 70%;
}
80% {
width: 80%;
}
90% {
width: 90%;
}
100% {
width: 100%;
}
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.scrollup {
bottom: 25px;
right: 25px;
}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
ul.social-icons {
margin: 0;
width: 100%;
text-align: center;
}
ul.social-icons > li {
margin: 5px;
}
.sp-contact-info {
display: table;
float: none;
margin: 0;
text-align: center;
width: 100%;
}
.sp-contact-info li {
margin: 0 5px;
font-size: 89%;
}
.sppb-animated .sppb-addon-cta .sppb-cta-title {
font-size: 28px !important;
line-height: 40px !important;
}
.sppb-animated .sppb-addon-cta .sppb-btn-lg {
font-size: 16px;
}
.scrollup {
bottom: 25px;
right: 25px;
}
.form-horizontal .control-label {
width: 100%;
text-align: left;
}
.form-horizontal .controls {
margin: 0;
width: 100%;
}
.form-horizontal .controls input,
.form-horizontal .controls textarea {
width: 100%;
}
.form-horizontal .controls textarea {
height: 131px;
}
}
@media screen and (min-width: 550px) and (max-width: 767px) {
.sp-contact-info li {
margin: 0 5px;
font-size: 90%;
}
}
.rounded {
border-radius: 10px;
border: 1px solid #eee;
}
.rounded-img .sppb-addon-single-image-container {
border-radius: 10px;
overflow: hidden;
}
.acymailing_module_form .acymailing_introtext {
float: left;
font-size: 25px;
color: #252525;
font-weight: 400;
line-height: 32px;
}
.acymailing_module_form .acymailing_form {
overflow: hidden;
float: right;
}
.acymailing_module_form .acymailing_form p {
float: left;
}
.acymailing_module_form .acymailing_form p.onefield {
margin-right: 20px;
margin-bottom: 0 !important;
}
.acymailing_module_form .acymailing_form p.acysubbuttons {
margin-bottom: 0;
}
.acymailing_module_form .acymailing_form .acyfield_email .inputbox {
border-color: #eee;
border-width: 2px;
color: #a0a0a0;
height: 41px;
box-shadow: none;
width: 350px;
}
.acymailing_module_form .acymailing_form .acysubbuttons {
text-align: left;
}
.acymailing_module_form .acymailing_form .acysubbuttons .subbutton {
font-weight: bold;
background-color: #3598dc;
border: 2px solid #3598dc;
color: #fff;
padding: 8px 20px;
}
.acymailing_module_form .acymailing_form .acysubbuttons .subbutton:hover {
background-color: #217ebd;
border-color: #217ebd;
}
#sp-bottom {
border-top: 1px solid #eee;
}
.image-border-radious img {
border-radius: 10px;
} | new/template.css | .form-control {
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-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;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
.sp-megamenu-wrapper {
position: relative;
}
.sp-megamenu-parent {
list-style: none;
padding: 0;
margin: 0;
z-index: 99;
display: block;
float: right;
}
.sp-megamenu-parent >li {
display: inline-block;
position: relative;
padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
position: static;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
display: inline-block;
padding: 0 15px;
line-height: 90px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
color: #808080;
font-weight: 600;
margin: 0;
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
font-family: "Font Awesome 5 Brands";
content: "\f184";
}
.sp-megamenu-parent .sp-module {
padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
list-style: none;
padding: 0;
margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
list-style: none;
padding: 0;
margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
margin: 0;
position: absolute;
z-index: 10;
display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: #ffffff;
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
padding: 20px;
border-radius: 10px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
list-style: none;
padding: 0;
margin: 0;
width:135px; /* modified*/
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
font-family: "Font Awesome 5 Brands";
content: " \f105";
float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
left: auto;
right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
top: 0;
left: 110%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
display: block;
padding: 0;
position: relative;
width:135px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
display: block;
padding: 5px 5px;
color: #666;
cursor: pointer;
width:230px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
text-transform: uppercase;
font-weight: bold;
width:135px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
color: #3598dc;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
color: #3598dc !important;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
-webkit-animation: spMenuFadeIn 400ms;
animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
-webkit-animation: spMenuZoom 400ms;
animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
float: right;
line-height: 87px;
margin-left: 15px;
font-size: 20px;
}
#offcanvas-toggler >i {
-webkit-transition: color 400ms, background-color 400ms;
-o-transition: color 400ms, background-color 400ms;
transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
color: #fff;
}
.off-canvas-menu-init {
overflow-x: hidden;
position: relative;
}
.offcanvas .offcanvas-overlay {
visibility: visible;
opacity: 1;
}
.offcanvas-overlay {
background: rgba(0,0,0,0.2);
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
z-index: 9999;
visibility: hidden;
-webkit-transition: .5s;
transition: .5s;
}
.body-wrapper {
position: relative;
-webkit-transition: .5s;
transition: .5s;
right: 0;
backface-visibility: hidden;
}
.close-offcanvas {
position: absolute;
top: 15px;
right: 15px;
z-index: 1;
border-radius: 100%;
width: 25px;
height: 25px;
line-height: .5;
text-align: center;
font-size: 16px;
border: 1px solid #fff;
color: #fff;
padding-top: 3px;
}
.offcanvas-menu {
width: 320px;
height: 100%;
background-color: rgba(0,0,0,0.7);
color: #fff;
position: fixed;
top: 0;
right: 0;
-webkit-transform: translateX(320px);
transform: translateX(320px);
visibility: hidden;
overflow: inherit;
-webkit-transition: .5s;
transition: .5s;
z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
margin-top: 20px;
border-bottom: 1px solid rgba(0,0,0,0.08);
margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
border-bottom: none;
margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
font-size: 16px;
line-height: 1;
text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
border: 0;
position: relative;
border-bottom: 1px solid rgba(0,0,0,0.1);
overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
padding: 10px 20px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
display: inline-block;
position: absolute;
top: 0;
right: 0;
padding: 13px 20px;
cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
margin-top: 0;
padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
width: 100%;
background: transparent;
border-color: #5f5f5f;
color: #fff;
}
.offcanvas {
width: 100%;
height: 100%;
position: relative;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.offcanvas .body-wrapper {
right: 0;
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
width: 100%;
height: 100%;
right: 0;
}
.offcanvas .offcanvas-menu {
visibility: visible;
z-index: 9999;
right: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
padding-left: 10px;
}
.menu .nav-child.small {
font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
-webkit-animation: spMenuFadeInUp 400ms;
animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
opacity: 1;
visibility: visible;
top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
top: 60px;
opacity: 0;
visibility: hidden;
display: block;
transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
left: auto;
right: 0;
}
.menu-rotate .sp-has-child {
-webkit-perspective: 1000px;
perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-transform: rotateX(-70deg);
transform: rotateX(-70deg);
-webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
opacity: 0;
visibility: hidden;
display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
left: auto;
right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
background: transparent none repeat scroll 0 0;
box-shadow: none;
padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
margin: 0;
padding: 0;
perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
-webkit-transform: translate(0,100px);
transform: translate(0,100px);
opacity: 0;
padding: 0 20px !important;
background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-name: dropup;
animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
-webkit-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
-webkit-animation: spMenuFadeInUp 500ms;
animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
background: #fff none repeat scroll 0 0;
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
padding: 0 !important;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-fill-mode: none;
animation-fill-mode: none;
-webkit-animation-iteration-count: 0;
animation-iteration-count: 0;
-webkit-animation-name: none;
animation-name: none;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
box-shadow: none;
}
@keyframes dropup {
0% {
opacity: 0;
transform: translate(0,100px);
}
100% {
opacity: 1;
transform: translate(0,0);
}
}
@-webkit-keyframes dropup {
0% {
opacity: 0;
transform: translate(0,100px);
}
100% {
opacity: 1;
transform: translate(0,0);
}
}
.menu-twist .sp-has-child .sp-dropdown-inner {
background: transparent none repeat scroll 0 0;
box-shadow: none;
padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
margin: 0;
padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
padding: 0 20px !important;
background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-name: twist;
animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
-webkit-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
-webkit-animation-duration: 1.1s;
animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
-webkit-animation: spMenuFadeInUp 500ms;
animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
background: #fff none repeat scroll 0 0;
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
padding: 0 !important;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-fill-mode: none;
animation-fill-mode: none;
-webkit-animation-iteration-count: 0;
animation-iteration-count: 0;
-webkit-animation-name: none;
animation-name: none;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
box-shadow: none;
}
@keyframes twist {
0% {
opacity: 0;
transform: rotateY(90deg);
}
100% {
opacity: 1;
transform: rotateY(0);
}
}
@-webkit-keyframes twist {
0% {
opacity: 0;
-webkit-transform: rotateY(90deg);
}
100% {
opacity: 1;
-webkit-transform: rotateY(0);
}
}
@-webkit-keyframes spMenuFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes spMenuFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes spMenuZoom {
0% {
opacity: 0;
-webkit-transform: scale(.8);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes spMenuZoom {
0% {
opacity: 0;
transform: scale(.8);
-webkit-transform: scale(.8);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
}
@-webkit-keyframes spMenuFadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0,30px,0);
}
100% {
opacity: 1;
-webkit-transform: none;
}
}
@keyframes spMenuFadeInUp {
0% {
opacity: 0;
transform: translate3d(0,30px,0);
}
100% {
opacity: 1;
transform: none;
}
}
.slide-top-menu .offcanvas-menu {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.slide-top-menu .body-wrapper {
right: 0;
}
.slide-top-menu .offcanvas-overlay {
visibility: visible;
opacity: 1;
}
.slide-top-menu .offcanvas-menu {
right: 0;
background-color: #000000;
visibility: visible;
}
.full-screen .offcanvas-menu {
right: -100%;
width: 100%;
transform: translateX(0);
background-color: rgba(0,0,0,0.9);
transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
margin: 0 auto;
text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
margin-bottom: 0;
margin-top: 80px;
padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
background: transparent;
height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
color: #fff;
display: inline-block;
font-size: 28px;
padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
left: auto;
right: auto;
font-size: 28px;
padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
display: block;
padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
font-size: 16px;
padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
max-width: 300px;
margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
font-size: 20px;
height: 35px;
line-height: 1;
right: 30px;
top: 25px;
width: 35px;
padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
visibility: visible;
z-index: 9999;
width: 100%;
right: 0;
}
.full-screen-ftop .offcanvas-menu {
right: 0;
width: 100%;
opacity: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
background-color: rgba(0,0,0,0.9);
transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
margin: 0 auto;
text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
margin-bottom: 0;
margin-top: 80px;
padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
background: transparent;
height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
opacity: 0;
-webkit-transform: translate3d(0px,-80px,0px);
transform: translate3d(0px,-80px,0px);
-webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
color: #fff;
display: inline-block;
font-size: 28px;
padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
left: auto;
right: auto;
font-size: 28px;
padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
display: block;
padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
font-size: 16px;
padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
max-width: 300px;
margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
font-size: 20px;
height: 35px;
line-height: 1;
right: 30px;
top: 25px;
width: 35px;
padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
visibility: visible;
z-index: 9999;
width: 100%;
right: 0;
opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
background: transparent;
height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
opacity: 1;
-webkit-transform: translate3d(0px,0px,0px);
transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
top: 6px;
padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
background: #fff none repeat scroll 0 0;
content: "";
height: 8px;
left: auto;
position: absolute;
right: 25px;
top: 14px;
width: 2px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
background: #fff none repeat scroll 0 0;
content: "";
height: 2px;
left: auto;
position: absolute;
right: 22px;
top: 17px;
width: 8px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
visibility: visible;
opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
visibility: visible;
right: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
}
@-moz-document url-prefix() {
.offcanvas-menu {
right: -320px;
transform: translateX(0px);
}
}
a {
-webkit-transition: color 400ms, background-color 400ms;
transition: color 400ms, background-color 400ms;
}
body {
line-height: 24px;
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
background-color: #ffffff;
color: #666666 !important;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
}
label {
font-weight: normal;
}
legend {
padding-bottom: 10px;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.btn,
.sppb-btn {
-webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
-o-transition: color 400ms, background-color 400ms, border-color 400ms;
transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-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;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
color: #999;
opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
width: 100%;
}
.scrollup {
width: 40px;
height: 40px;
position: fixed;
bottom: 62px;
right: 100px;
display: none;
z-index: 999;
border: 1px solid #ddd;
background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
background-color: #c4c4c4;
}
.scrollup:before {
content: " \f106";
font-family: "Font Awesome 5 Brands";
position: absolute;
top: 0;
right: 0;
border-radius: 3px;
width: 40px;
height: 38px;
line-height: 38px;
text-align: center;
font-size: 25px;
font-weight: 700;
color: #000;
}
#sp-top-bar {
padding: 8px 0;
}
#sp-top-bar .sp-module {
display: inline-block;
margin: 0 0 0 20px;
}
ul.social-icons {
list-style: none;
padding: 0;
margin: -5px;
display: inline-block;
}
ul.social-icons >li {
display: inline-block;
margin: 5px 7px;
}
ul.social-icons >li a {
color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
margin: 0;
padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
border: none;
display: inline-block;
margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
display: none;
}
.sp-contact-info {
float: right;
list-style: none;
padding: 0;
margin: 0 -10px;
}
.sp-contact-info li {
display: inline-block;
margin: 0 10px;
font-size: 90%;
}
.sp-contact-info li i {
margin: 0 3px;
}
.sticky-wrapper {
position: relative;
z-index: 99;
}
#sp-header {
background: #ffffff none repeat scroll 0 0;
box-shadow: 0 3px 3px rgba(0,0,0,0.05);
height: 90px;
left: 0;
position: relative;
top: 0;
width: 100%;
z-index: 99;
}
#sp-header .logo {
display: inline-block;
height: 90px;
display: table;
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
margin: 0;
}
#sp-header .logo a {
font-size: 24px;
line-height: 1;
margin: 0;
padding: 0;
display: table-cell;
vertical-align: middle;
}
#sp-header .logo p {
margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
display: none;
}
#sp-header.menu-fixed {
position: fixed;
z-index: 9999;
}
.sticky-wrapper.is-sticky {
position: relative;
z-index: 999;
}
#sp-title {
min-height: 0;
}
.sp-page-title {
padding: 100px 0;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
background-attachment: fixed;
background-color: #fafafa;
border-bottom: 1px solid #eee;
text-align: center;
}
.sp-page-title h1,
.sp-page-title h3 {
margin: 0 0 20px;
padding: 0;
color: #252525;
}
.sp-page-title h1 {
font-size: 42px;
line-height: 1;
}
.sp-page-title h3 {
font-size: 14px;
font-weight: normal;
line-height: 1;
margin-top: 10px;
}
.sp-page-title .breadcrumb {
background: none;
padding: 0;
margin-bottom: 0;
}
.body-innerwrapper {
overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
max-width: 1240px;
margin: 0 auto;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
padding: 0;
}
.sppb-addon-cta .row {
height: 100% !important;
}
.sppb-addon-cta .row > div {
vertical-align: middle;
}
.sppb-addon-cta .sppb-cta-subtitle {
margin-bottom: 0;
font-weight: 500;
line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
margin-top: 10px;
}
.sppb-addon-cta p.sppb-cta-text {
margin: 0;
}
a.sppb-btn-link {
padding: 0 !important;
}
.sppb-btn-lg {
font-size: 14px !important;
padding: 14px 50px !important;
}
.sppb-btn-lg.sppb-btn-outline {
padding: 12px 50px !important;
background: transparent !important;
border-color: #3598dc;
border-width: 2px;
border-color: #3598dc !important;
color: #3598dc;
}
.sppb-btn-lg.sppb-btn-outline:hover {
background-color: #3598dc !important;
color: #fff;
}
.sppb-btn.sppb-btn-link {
color: #a0a0a0;
font-size: 17px;
padding-left: 0 !important;
}
.sppb-btn.sppb-btn-link:hover {
color: #696969;
}
.sppb-btn.sppb-btn-link.sppb-btn-sm {
font-size: 14px !important;
color: #252525;
font-weight: normal;
}
.sppb-btn.sppb-btn-link.sppb-btn-sm i {
margin-left: 5px;
}
.sppb-btn.sppb-btn-link.sppb-btn-sm:hover {
color: #3598dc;
}
.sppb-addon-feature span.sppb-img-container img {
border-radius: 10px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
width: 430px;
border-radius: 10px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel p.title {
margin-bottom: 20px;
color: #252525;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .details img {
border-radius: 10px;
}
.timeline-date {
color: #252525;
}
.sppb-nav-pills > li.active > a,
.sppb-nav-pills > li.active > a:hover,
.sppb-nav-pills > li.active > a:focus {
background: none;
}
.sppb-nav-pills > li > a > i {
margin-right: 0;
font-size: 25px;
display: block;
text-align: center;
}
.sppb-nav-pills > li > a {
padding: 15px 50px;
border: 1px solid #eee;
font-size: 16px;
border-radius: 10px;
line-height: 25px;
font-weight: 400;
text-transform: capitalize;
text-align: center;
}
.sppb-nav-pills li {
margin-left: 15px !important;
}
.sppb-nav-pills li:first-child {
margin-left: 0 !important;
}
.sppb-nav-pills li.active a {
border-color: #3598dc !important;
color: #3598dc;
}
.sppb-nav-pills li.active a i {
color: #3598dc;
}
.sppb-tab-content div.active {
animation: 0.5s ease 0s normal forwards 1 running fadeInLeft;
backface-visibility: hidden;
}
.sppb-nav-tabs > li > a,
.sppb-nav-lines > li > a {
font-weight: normal !important;
font-size: 16px;
}
.sppb-nav-lines > li.active > a,
.sppb-nav-lines > li.active > a:hover,
.sppb-nav-lines > li.active > a:focus {
color: #3598dc;
border-bottom-color: #3598dc;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel {
margin-bottom: 15px;
border: none;
background-color: transparent;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
border: none;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading {
border-radius: 6px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-primary .sppb-panel-heading {
background: #fafafa;
border: 1px solid #eee;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-primary .sppb-panel-heading span.sppb-panel-title {
color: #252525;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-primary .sppb-panel-heading span.sppb-panel-title i {
margin-right: 10px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-primary .sppb-panel-heading span.sppb-toggle-direction i {
color: #252525;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading {
border: 1px solid #ececec;
background: #fff;
-webkit-transition: 300ms;
transition: 300ms;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading .sppb-panel-title {
color: #808080;
font-weight: 600;
-webkit-transition: 300ms;
transition: 300ms;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading .sppb-panel-title i {
margin-right: 15px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading:hover .sppb-panel-title {
color: #252525;
-webkit-transition: 300ms;
transition: 300ms;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading.active {
background: #3598dc;
-webkit-transition: 300ms;
transition: 300ms;
border-color: #3598dc;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading.active .sppb-panel-title {
color: #fff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-heading.active .sppb-toggle-direction {
color: #fff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-default .sppb-panel-collapse .sppb-panel-body {
border: none;
color: #808080;
}
.sppb-carousel.rounded {
border-radius: 10px;
overflow: hidden;
}
.sppb-testimonial-pro {
max-width: 80%;
margin: auto;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .sppb-testimonial-message {
font-weight: 300;
font-size: 25px;
line-height: 37px;
font-family: "Roboto", "Helvetica", sans-serif;
color: #252525;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .sppb-testimonial-client {
margin-top: 20px;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .sppb-testimonial-client .pro-client-name {
font-weight: 600;
color: #252525;
}
.sppb-testimonial-pro.default {
text-align: center;
}
.sppb-testimonial-pro.default img.sppb-avatar {
max-width: 100px;
margin-bottom: 30px;
}
.sppb-testimonial-pro.default a.sppb-carousel-control {
border: none;
height: 62px;
font-size: 62px;
width: 62px;
}
.sppb-testimonial-pro.default a.sppb-carousel-control:hover {
background: none;
color: #252525;
}
.sppb-testimonial-pro.compact {
text-align: center;
position: relative;
}
.sppb-testimonial-pro.compact .sppb-carousel-inner .sppb-item {
text-align: left;
}
.sppb-testimonial-pro.compact .sppb-carousel-inner .sppb-item img.sppb-avatar {
float: left;
max-width: 200px;
margin-right: 100px;
}
.sppb-testimonial-pro.compact .arrows-container {
position: absolute;
left: 30%;
right: auto;
}
.sppb-testimonial-pro.compact a.sppb-carousel-control {
border: none;
height: 40px;
font-size: 62px;
width: 62px;
}
.sppb-testimonial-pro.compact a.sppb-carousel-control:hover {
background: none;
color: #252525;
}
.sppb-addon-image-overlay-icon {
background: none;
font-size: 32px;
}
.sppb-addon-image-overlay-icon:hover {
background: none;
}
.sppb-pricing-box.sppb-pricing-featured {
color: #666;
box-shadow: 0px 0px 21px rgba(0,0,0,0.05);
}
.sppb-addon-pricing-table .sppb-pricing-box {
border-radius: 10px !important;
background: #fff;
border-color: #eee;
padding: 50px 40px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
font-size: 25px;
font-weight: 100;
text-transform: capitalize;
color: #252525;
margin-bottom: 5px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-subtitle {
display: block;
font-size: 13px;
font-weight: 400;
color: #666;
font-style: italic;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price {
font-size: 35px;
font-weight: 600;
color: #252525;
margin: 30px 0 40px 0;
display: block;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price span.sppb-pricing-duration {
font-size: 13px;
font-weight: 400;
color: #666;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features {
padding-bottom: 40px;
border-top: 1px solid #eee;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li i {
margin-right: 5px;
}
.sppb-addon-ajax-contact .sppb-form-group.name {
padding-right: 10px;
float: left;
width: 50%;
}
.sppb-addon-ajax-contact .sppb-form-group.email {
padding-left: 10px;
float: left;
width: 50%;
}
.sppb-addon-ajax-contact .sppb-form-group input {
height: 40px !important;
}
.sppb-addon-ajax-contact .sppb-form-group input,
.sppb-addon-ajax-contact .sppb-form-group textarea {
box-shadow: none;
border-color: #ddd;
background: #fafafa;
}
.sppb-addon-ajax-contact .sppb-form-group input:focus,
.sppb-addon-ajax-contact .sppb-form-group textarea:focus {
border-color: #3598dc;
box-shadow: none;
}
.person-big {
border-radius: 10px;
border: 1px solid #ddd;
}
.person-big .sppb-person-image img {
border: 1px solid #ddd;
border-radius: 50%;
}
.sppb-addon-persion .sppb-person-information .sppb-person-name {
font-weight: 400 !important;
font-family: Roboto;
}
.sppb-addon-article h3 a {
font-size: 18px;
color: #252525;
font-weight: 400;
}
.sppb-addon-article h3 a:hover {
color: #3598dc;
}
.sppb-progress-label {
font-size: 17px !important;
font-weight: normal;
color: #252525;
text-transform: capitalize;
}
.sppb-progress-label span {
font-weight: normal;
}
.sppb-progress {
border-radius: 6px;
margin-bottom: 35px;
}
.sppb-progress .sppb-progress-bar {
background: #3598dc !important;
}
.sppb-addon-image-content {
position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
position: absolute;
top: 0;
width: 50%;
height: 100%;
background-position: 50%;
background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
.sppb-addon-image-content .sppb-image-holder {
position: inherit;
width: 100% !important;
height: 300px;
}
}
.sp-module {
margin-top: 50px;
}
.sp-module:first-child {
margin-top: 0;
}
.sp-module .sp-module-title {
margin: 0 0 20px;
font-size: 14px;
text-transform: uppercase;
line-height: 1;
}
.sp-module ul {
list-style: none;
padding: 0;
margin: 0;
}
.sp-module ul >li {
display: block;
-webkit-transition: 300ms;
transition: 300ms;
margin-top: 10px;
}
.sp-module ul >li >a {
/*font-family: 'sans-serif';*/
display: block;
padding: 0;
letter-spacing: 1px;
font-weight: 300;
line-height: 22px;
color: #a0a0a0 !important;
-webkit-transition: 300ms;
transition: 300ms;
}
.sp-module ul >li >a:hover {
background: none;
text-decoration: underline;
}
.sp-module .categories-module ul {
margin: 0 10px;
}
.sp-module .latestnews >div {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.sp-module .latestnews >div >a {
display: block;
font-weight: 400;
}
.sp-module .tagscloud {
margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
display: inline-block;
padding: 5px 10px;
background: #808080;
color: #fff;
border-radius: 4px;
margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: rgba(0,0,0,0.2);
border-radius: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
margin-bottom: 70px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
border: 1px solid #eee;
border-radius: 6px;
overflow: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
margin: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
background-color: transparent !important;
color: #666 !important;
padding: 15px 30px;
border-left: 1px solid #eee;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:first-child a {
border-left: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover {
background: #fafafa;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover a {
color: #3598dc !important;
border-radius: 6px 0 0 6px !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
border-radius: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
border: none;
font-size: 20px;
height: 30px;
width: 30px;
margin: 0 10px;
transition: .1s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
background: none;
font-size: 25px;
transition: .1s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
background: none;
padding: 30px 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
background: none !important;
color: #666;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover h3 > a {
color: #252525;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover h3 > a:hover {
color: #3598dc;
}
.login img {
display: inline-block;
margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
margin-top: 6px;
}
.login .group-control input {
box-shadow: none;
border-radius: 6px;
height: 45px;
background-color: #fcfcfc;
border-color: #eee;
}
.login .form-group btn {
padding: 10px 20px !important;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
border-color: #3598dc;
box-shadow: none;
}
.form-links ul {
list-style: none;
padding: 0;
margin: 0;
}
.registration form .form-group .group-control input {
box-shadow: none;
height: 45px;
background: #fcfcfc;
border-color: #ececec;
}
.registration form .form-group .group-control input:focus {
border-color: #3598dc;
}
.registration form .form-group label {
font-size: 12px;
}
.registration form .form-group button.btn,
.registration form .form-group a.btn {
padding: 14px 50px;
font-weight: bold;
}
.search .btn-toolbar {
margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
margin: 0;
}
.search .btn-toolbar button {
color: #fff;
}
.search .phrases .phrases-box .controls label {
display: inline-block;
margin: 0 20px 20px;
}
.search .phrases .ordering-box {
margin-bottom: 15px;
}
.search .only label {
display: inline-block;
margin: 0 20px 20px;
}
.search .search-results dt.result-title {
margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
height: 34px;
line-height: 34px;
}
.form-search .finder label {
display: block;
}
.form-search .finder .input-medium {
width: 60%;
border-radius: 4px;
}
.finder .word input {
display: inline-block;
}
.finder .search-results.list-striped li {
padding: 20px 0;
}
.article-info {
margin: 0 -8px 5px;
line-height: 12px;
}
.article-info >dd {
display: inline-block;
color: #666;
font-size: 12px;
font-style: italic;
margin: 0 8px;
}
.article-info >dd >i {
display: inline-block;
margin-right: 3px;
}
article {
border: 1px solid #eee;
overflow: hidden;
border-radius: 10px;
padding-bottom: 40px;
}
article .entry-header,
article p {
padding-right: 40px;
padding-left: 40px;
}
article .entry-status {
margin: 0 40px;
}
article .entry-header h2[itemprop="name"] {
font-weight: 400;
}
article.item {
margin-bottom: 100px;
}
article p.readmore a {
border: none;
background: none;
padding: 0;
font-style: italic;
text-decoration: underline;
margin-top: 15px;
color: #3598dc;
}
.sp-module .latestnews small {
font-style: italic;
color: #888;
font-size: 11;
}
.sp-module .latestnews a {
color: #252525;
}
.tagspopular {
display: block;
overflow: hidden;
}
.tagspopular ul li {
float: left;
margin-right: 10px;
}
.tagspopular ul li a {
font-weight: normal !important;
color: #3598dc !important;
letter-spacing: 0;
}
h3.sp-module-title {
display: block;
}
#sp-right .sp-column,
#sp-left .sp-column {
border: 1px solid #eee;
background: #fafafa;
border-radius: 10px;
padding: 40px 35px;
}
#sp-right .sp-column .sp-module,
#sp-left .sp-column .sp-module {
margin-bottom: 50px;
}
#sp-right .sp-column .sp-module h3.sp-module-title,
#sp-left .sp-column .sp-module h3.sp-module-title {
text-transform: capitalize;
color: #252525;
font-weight: 600;
}
#sp-right .sp-column .sp-module .search input,
#sp-left .sp-column .sp-module .search input {
border-color: #eee;
background-color: #fcfcfc;
box-shadow: none;
width: 100%;
height: 40px;
font-size: 16px;
}
.tags {
margin-top: 20px;
}
.tags >span {
text-transform: uppercase;
letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
display: none;
}
.voting-symbol {
unicode-bidi: bidi-override;
direction: rtl;
font-size: 14px;
display: inline-block;
}
.voting-symbol span.star {
font-family: "Font Awesome 5 Brands";
font-weight: normal;
font-style: normal;
display: inline-block;
}
.voting-symbol span.star.active:before {
content: "\f005";
}
.voting-symbol span.star:before {
content: "\f006";
padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
content: "\f005";
cursor: pointer;
}
.post_rating {
margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
display: none;
}
.post-format {
position: absolute;
top: 0;
left: -68px;
display: block;
width: 48px;
height: 48px;
font-size: 24px;
line-height: 48px;
text-align: center;
color: #fff;
border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
margin-bottom: 30px;
}
.entry-status,
.entry-quote {
margin-bottom: 50px;
}
.entry-header {
position: relative;
margin-bottom: 30px;
}
.entry-header.has-post-format {
margin-left: 68px;
}
.entry-header h2 {
margin: 8px 0 0;
font-size: 24px;
line-height: 1;
}
.entry-header h2 a {
color: #000;
}
.entry-link {
padding: 100px 50px;
position: relative;
z-index: 1;
}
.entry-link a h4 {
margin: 0;
font-size: 36px;
color: #fff;
}
.entry-link a h4:hover {
color: rgba(255,255,255,0.85);
}
.entry-link:before {
position: absolute;
left: -60px;
font-size: 300px;
content: "\f0c1";
font-family: Font Awesome 5 Brands;
transform: rotate(90deg);
top: -75px;
color: rgba(255,255,255,0.15);
z-index: -1;
}
.entry-quote {
position: relative;
padding: 80px 50px;
color: rgba(255,255,255,0.9);
}
.entry-quote:before {
position: absolute;
left: -40px;
font-size: 300px;
content: "\f10e";
font-family: Font Awesome 5 Brands;
transform: rotate(15deg);
top: -75px;
color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
color: #FFF;
font-weight: 600;
font-size: 20px;
}
.entry-quote blockquote {
padding: 0;
margin: 0;
font-size: 16px;
border: none;
}
.carousel-left,
.carousel-right {
position: absolute;
top: 50%;
font-size: 24px;
width: 36px;
height: 36px;
line-height: 36px;
margin-top: -18px;
text-align: center;
color: #fff;
background: rgba(0,0,0,0.5);
border-radius: 4px;
-webkit-transition: 400ms;
transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
color: #fff;
}
.carousel-left {
left: 10px;
}
.carousel-right {
right: 10px;
}
.newsfeed-category .category {
list-style: none;
padding: 0;
margin: 0;
}
.newsfeed-category .category li {
padding: 5px 0;
}
.newsfeed-category #filter-search {
margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
list-style: none;
padding: 0;
margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
margin: 5px 0;
}
.article-footer-top {
display: table;
clear: both;
width: 100%;
}
.article-footer-top .post_rating {
float: left;
}
.helix-social-share {
float: right;
}
.helix-social-share .helix-social-share-icon ul {
padding: 0;
list-style: none;
margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
margin-right: 7px;
display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
background: #f5f5f5 none repeat scroll 0 0;
border-radius: 50%;
height: 30px;
padding-top: 4px;
text-align: center;
width: 30px;
display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
background: #3598dc;
color: #fff;
}
#sp-bottom .sp-module .sp-module-title {
text-transform: capitalize;
font-weight: 500;
font-size: 15px;
color: #252525;
}
#sp-bottom .sppb-addon-text-block .sppb-addon-content {
line-height: 32px;
font-family: sans-serif;
font-weight: 300;
}
#sp-footer .container {
border-top: 1px solid #eee;
padding: 25px 0;
}
#sp-footer #sp-footer1 {
float: left;
font-size: 13px;
font-weight: 500;
font-family: Roboto;
color: #a0a0a0;
}
#sp-footer #sp-footer1 i {
color: #3598dc;
}
#sp-footer #sp-footer2 {
float: right;
}
#sp-footer #sp-footer2 .nav.menu {
float: right;
}
#sp-footer #sp-footer2 .nav.menu li {
float: left;
margin-top: 0;
margin-left: 20px;
}
#sp-footer #sp-footer2 .nav.menu li a {
font-size: 13px;
letter-spacing: 0;
font-weight: 500;
}
#sp-footer a {
color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
color: #fff;
}
#sp-footer-wrapper ul {
display: inline-block;
}
#sp-footer-wrapper ul.nav {
display: inline-block;
list-style: none;
padding: 0;
margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
display: inline-block;
margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
background: none;
}
#sp-footer-wrapper .helix-framework {
display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
display: block;
width: 130px;
height: 40px;
text-indent: -9999px;
background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
display: block;
}
.sp-comingsoon {
width: 100%;
height: 100%;
min-height: 100%;
}
.sp-comingsoon body {
width: 100%;
height: 100%;
min-height: 100%;
color: #fff;
}
.sp-comingsoon #sp-comingsoon {
padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
display: none;
}
.sp-comingsoon .sp-comingsoon-title {
margin-top: 130px;
font-size: 42px;
margin-bottom: 10px;
font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
font-size: 28px;
font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
display: inline-block;
margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
width: 115px;
height: 120px;
line-height: 120px;
border: 1px solid #fff;
border-radius: 4px;
display: inline-block;
font-size: 48px;
font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
display: block;
font-size: 18px;
margin-top: 10px;
}
.sp-comingsoon .social-icons li {
display: inline-block;
margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
color: rgba(255,255,255,0.7);
font-size: 24px;
-webkit-transition: color 400ms;
transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
color: #fff;
}
.error-page {
width: 100%;
height: 100%;
min-height: 100%;
}
.error-page body {
width: 100%;
height: 100%;
min-height: 100%;
}
.error-page .error-page-inner {
height: 100%;
min-height: 100%;
width: 100%;
display: table;
text-align: center;
}
.error-page .error-page-inner.has-background {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
text-align: center;
margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
display: inline-block;
}
.error-page .error-page-inner >div {
display: table-cell;
vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
font-size: 64px;
line-height: 1;
margin-bottom: 10px;
}
.error-page .error-code {
font-weight: bold;
font-size: 96px;
line-height: 1;
margin: 0 0 10px 0;
padding: 0;
}
.error-page .error-message {
font-size: 24px;
line-height: 1;
margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
#sp-header .sp-default-logo {
display: none;
}
#sp-header .sp-retina-logo {
display: block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
display: table;
margin: 0 auto;
}
.sp-comingsoon .comingsoon-page-logo .sp-default-logo {
display: none;
}
}
.sp-social-share ul {
display: block;
padding: 0;
margin: 20px -5px 0;
}
.sp-social-share ul li {
display: inline-block;
font-size: 24px;
margin: 0 5px;
}
.dl-horizontal dt {
margin: 8px 0;
text-align: left;
}
.page-header {
padding-bottom: 15px;
}
table.category {
width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
padding: 10px;
}
.contact-form .form-actions {
background: none;
border: none;
}
@media print {
.visible-print {
display: inherit !important;
}
.hidden-print {
display: none !important;
}
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
background: #2D2D2D;
border-radius: 2px;
color: #fff;
-webkit-transition: 300ms;
transition: 300ms;
}
.sp-pre-loader {
background: #f5f5f5;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
border: 3px solid #333333;
border-radius: 60px;
bottom: 0;
height: 80px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
content: "";
position: absolute;
background-color: #333333;
top: 2px;
left: 48%;
height: 38px;
width: 4px;
border-radius: 5px;
-webkit-transform-origin: 50% 97%;
transform-origin: 50% 97%;
-webkit-animation: grdAiguille 2s linear infinite;
animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
content: "";
position: absolute;
background-color: #333333;
top: 6px;
left: 48%;
height: 35px;
width: 4px;
border-radius: 5px;
-webkit-transform-origin: 50% 94%;
transform-origin: 50% 94%;
-webkit-animation: ptAiguille 12s linear infinite;
animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
position: absolute;
height: 80px;
width: 80px;
border-radius: 80px;
border: 3px solid rgba(51,51,51,0.7);
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: loader1 3s linear infinite;
animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
content: "";
position: absolute;
top: -5px;
left: 20px;
width: 11px;
height: 11px;
border-radius: 10px;
background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
position: absolute;
width: 12px;
height: 12px;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
border-radius: 12px;
background-color: #333333;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation: loader6 1s ease-in-out infinite;
animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
content: "";
position: absolute;
background-color: rgba(51,51,51,0.5);
top: 0px;
left: -25px;
height: 12px;
width: 12px;
border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
content: "";
position: absolute;
background-color: rgba(51,51,51,0.5);
top: 0px;
left: 25px;
height: 12px;
width: 12px;
border-radius: 12px;
}
.sp-pre-loader .circle-two {
bottom: 0;
height: 100px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
content: "";
display: block;
border-radius: 50%;
border: 2px solid #333333;
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%);
}
.sp-pre-loader .circle-two > span {
width: 100%;
height: 100%;
top: 0;
left: 0;
border-left-color: transparent;
-webkit-animation: effect-2 2s infinite linear;
-moz-animation: effect-2 2s infinite linear;
-ms-animation: effect-2 2s infinite linear;
-o-animation: effect-2 2s infinite linear;
animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
width: 75%;
height: 75%;
border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
width: 50%;
height: 50%;
border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
position: absolute;
margin: auto;
left: 0;
right: 0;
top: 50%;
width: 90px;
}
.sp-pre-loader .wave-two {
margin: 0;
list-style: none;
width: 90px;
position: relative;
padding: 0;
height: 10px;
}
.sp-pre-loader .wave-two li {
position: absolute;
width: 2px;
height: 0;
background-color: #333333;
bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
left: 0;
-webkit-animation: sequence1 1s ease infinite 0;
animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
left: 15px;
-webkit-animation: sequence2 1s ease infinite 0.1s;
animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
left: 30px;
-webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
left: 45px;
-webkit-animation: sequence2 1s ease-in infinite 0.3s;
animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
left: 60px;
-webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
left: 75px;
-webkit-animation: sequence2 1s ease infinite 0.5s;
animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
width: 3em;
height: 2em;
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
animation: audioWave 1.5s linear infinite;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
top: 0;
left: 0;
width: 100%;
height: 105px;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
display: inline-block;
width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
background: #333333;
bottom: 0;
height: 5px;
left: 0;
position: absolute;
top: auto;
}
@-webkit-keyframes grdAiguille {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes grdAiguille {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes ptAiguille {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes ptAiguille {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes loader1 {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes loader1 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes loader6 {
0% {
-webkit-transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(180deg);
}
}
@keyframes loader6 {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(180deg);
}
}
@keyframes rotate-360 {
from {
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes audioWave {
25% {
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
}
37.5% {
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
}
50% {
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
}
62.5% {
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
}
75% {
background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
background-repeat: no-repeat;
background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
}
}
@-webkit-keyframes effect-2 {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes effect-2 {
from {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes sequence1 {
0% {
height: 10px;
}
50% {
height: 50px;
}
100% {
height: 10px;
}
}
@keyframes sequence2 {
0% {
height: 20px;
}
50% {
height: 65px;
}
100% {
height: 20px;
}
}
@keyframes rot1 {
100% {
transform: skew(-10deg) translateX(50px) rotate(405deg);
}
}
@-webkit-keyframes rot1 {
100% {
-webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
}
}
@keyframes rot2 {
100% {
transform: skew(-10deg) rotate(525deg);
}
}
@-webkit-keyframes rot2 {
100% {
-webkit-transform: skew(-10deg) rotate(525deg);
}
}
@keyframes rot3 {
100% {
transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
}
}
@-webkit-keyframes rot3 {
100% {
-webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
}
}
@keyframes width {
10% {
width: 10%;
}
20% {
width: 20%;
}
30% {
width: 30%;
}
40% {
width: 40%;
}
50% {
width: 50%;
}
60% {
width: 60%;
}
70% {
width: 70%;
}
80% {
width: 80%;
}
90% {
width: 90%;
}
100% {
width: 100%;
}
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.scrollup {
bottom: 25px;
right: 25px;
}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
ul.social-icons {
margin: 0;
width: 100%;
text-align: center;
}
ul.social-icons > li {
margin: 5px;
}
.sp-contact-info {
display: table;
float: none;
margin: 0;
text-align: center;
width: 100%;
}
.sp-contact-info li {
margin: 0 5px;
font-size: 89%;
}
.sppb-animated .sppb-addon-cta .sppb-cta-title {
font-size: 28px !important;
line-height: 40px !important;
}
.sppb-animated .sppb-addon-cta .sppb-btn-lg {
font-size: 16px;
}
.scrollup {
bottom: 25px;
right: 25px;
}
.form-horizontal .control-label {
width: 100%;
text-align: left;
}
.form-horizontal .controls {
margin: 0;
width: 100%;
}
.form-horizontal .controls input,
.form-horizontal .controls textarea {
width: 100%;
}
.form-horizontal .controls textarea {
height: 131px;
}
}
@media screen and (min-width: 550px) and (max-width: 767px) {
.sp-contact-info li {
margin: 0 5px;
font-size: 90%;
}
}
.rounded {
border-radius: 10px;
border: 1px solid #eee;
}
.rounded-img .sppb-addon-single-image-container {
border-radius: 10px;
overflow: hidden;
}
.acymailing_module_form .acymailing_introtext {
float: left;
font-size: 25px;
color: #252525;
font-weight: 400;
line-height: 32px;
}
.acymailing_module_form .acymailing_form {
overflow: hidden;
float: right;
}
.acymailing_module_form .acymailing_form p {
float: left;
}
.acymailing_module_form .acymailing_form p.onefield {
margin-right: 20px;
margin-bottom: 0 !important;
}
.acymailing_module_form .acymailing_form p.acysubbuttons {
margin-bottom: 0;
}
.acymailing_module_form .acymailing_form .acyfield_email .inputbox {
border-color: #eee;
border-width: 2px;
color: #a0a0a0;
height: 41px;
box-shadow: none;
width: 350px;
}
.acymailing_module_form .acymailing_form .acysubbuttons {
text-align: left;
}
.acymailing_module_form .acymailing_form .acysubbuttons .subbutton {
font-weight: bold;
background-color: #3598dc;
border: 2px solid #3598dc;
color: #fff;
padding: 8px 20px;
}
.acymailing_module_form .acymailing_form .acysubbuttons .subbutton:hover {
background-color: #217ebd;
border-color: #217ebd;
}
#sp-bottom {
border-top: 1px solid #eee;
}
.image-border-radious img {
border-radius: 10px;
} | 0.296247 | 0.057177 |
* {
margin: 0px;
padding: 0px;
}
body {
background: url(./assets/ashpaul.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Poppins', sans-serif;
}
#top-page {
height: 25px;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
border: 0px 0px 2px 0px solid rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 17px 25px rgba(0, 0, 0, 0.5);
}
.instructions {
margin-left: 25px;
text-decoration: none;
color: white;
line-height: 40px;
font-size: 24px;
display: inline-block;
}
.instructions:hover {
color: rgb(238, 129, 129);
transform: scale(1.05);
text-shadow: 5px 5px 40px rgb(255, 14, 14);
transition: text-shadow 0.25s ease, transform 0.25s ease;
}
#container {
border-radius: 25px;
width: 750px;
height: 500px;
margin: auto;
margin-top: 75px;
background-color: rgba(255, 255, 255, 0.4);
padding-top: 20px;
box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.6);
}
h1 {
text-align: center;
font-size: 36px;
margin: 0 20px 25px 20px;
}
#city-finder {
position: relative;
left: 30%;
font-size: 24px;
text-align: center;
border-radius: 5px;
border: 1px solid black;
}
#inner-container {
margin-top: 60px;
width: 700px;
}
#left-input, #right-input {
display: inline-block;
margin-left: 50px;
border-radius: 5px;
border: 1px solid black;
font-size: 24px;
text-align: center;
}
#left-input:hover,
#right-input:hover,
#city-finder:hover {
box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.6);
}
#left-img, #right-img {
width: 200px;
display: inline-block;
margin-left: 120px;
}
#btn-fight {
position: relative;
left: 45%;
font-size: 24px;
padding: 10px;
border-radius: 10px;
border: 1px solid black;
background-image: linear-gradient(to top right, white, rgb(255, 106, 106));
}
#btn-fight:hover {
box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.8);
background-image: linear-gradient(to top right, rgb(250, 198, 198), rgb(194, 63, 63));
cursor: pointer;
transition: all 0.3s ease;
transform: scale(1.1);
}
@media screen and (max-width: 800px) {
#container {
width: 450px;
}
#city-finder {
position: relative;
left: 25%;
font-size: 18px;
}
#inner-container {
margin-top: 20px;
width: 400px;
}
#left-input, #right-input {
display: block;
margin-left: 28%;
font-size: 18px;
}
#left-img, #right-img {
width: 100px;
display: inline-block;
margin-left: 75px;
}
#btn-fight {
position: relative;
left: 40%;
}
.flip-front-back {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
} | style.css | * {
margin: 0px;
padding: 0px;
}
body {
background: url(./assets/ashpaul.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Poppins', sans-serif;
}
#top-page {
height: 25px;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
border: 0px 0px 2px 0px solid rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 17px 25px rgba(0, 0, 0, 0.5);
}
.instructions {
margin-left: 25px;
text-decoration: none;
color: white;
line-height: 40px;
font-size: 24px;
display: inline-block;
}
.instructions:hover {
color: rgb(238, 129, 129);
transform: scale(1.05);
text-shadow: 5px 5px 40px rgb(255, 14, 14);
transition: text-shadow 0.25s ease, transform 0.25s ease;
}
#container {
border-radius: 25px;
width: 750px;
height: 500px;
margin: auto;
margin-top: 75px;
background-color: rgba(255, 255, 255, 0.4);
padding-top: 20px;
box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.6);
}
h1 {
text-align: center;
font-size: 36px;
margin: 0 20px 25px 20px;
}
#city-finder {
position: relative;
left: 30%;
font-size: 24px;
text-align: center;
border-radius: 5px;
border: 1px solid black;
}
#inner-container {
margin-top: 60px;
width: 700px;
}
#left-input, #right-input {
display: inline-block;
margin-left: 50px;
border-radius: 5px;
border: 1px solid black;
font-size: 24px;
text-align: center;
}
#left-input:hover,
#right-input:hover,
#city-finder:hover {
box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.6);
}
#left-img, #right-img {
width: 200px;
display: inline-block;
margin-left: 120px;
}
#btn-fight {
position: relative;
left: 45%;
font-size: 24px;
padding: 10px;
border-radius: 10px;
border: 1px solid black;
background-image: linear-gradient(to top right, white, rgb(255, 106, 106));
}
#btn-fight:hover {
box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.8);
background-image: linear-gradient(to top right, rgb(250, 198, 198), rgb(194, 63, 63));
cursor: pointer;
transition: all 0.3s ease;
transform: scale(1.1);
}
@media screen and (max-width: 800px) {
#container {
width: 450px;
}
#city-finder {
position: relative;
left: 25%;
font-size: 18px;
}
#inner-container {
margin-top: 20px;
width: 400px;
}
#left-input, #right-input {
display: block;
margin-left: 28%;
font-size: 18px;
}
#left-img, #right-img {
width: 100px;
display: inline-block;
margin-left: 75px;
}
#btn-fight {
position: relative;
left: 40%;
}
.flip-front-back {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
} | 0.40486 | 0.136897 |
.Caption {
display: block;
margin: 0;
}
.Caption--caps {
text-transform: uppercase;
}
.Caption--l-1 {
font-size: var(--vkui--font_footnote--font_size--regular);
line-height: var(--vkui--font_footnote--line_height--regular);
font-weight: var(--vkui--font_footnote--font_weight--regular);
}
.Caption--l-1.Caption--caps {
font-size: var(--vkui--font_footnote_caps--font_size--regular);
line-height: var(--vkui--font_footnote_caps--line_height--regular);
font-weight: var(--vkui--font_footnote_caps--font_weight--regular);
}
.Caption--l-2 {
font-size: var(--vkui--font_caption1--font_size--regular);
line-height: var(--vkui--font_caption1--line_height--regular);
font-weight: var(--vkui--font_caption1--font_weight--regular);
}
.Caption--l-2.Caption--caps {
font-size: var(--vkui--font_caption1_caps--font_size--regular);
line-height: var(--vkui--font_caption1_caps--line_height--regular);
font-weight: var(--vkui--font_caption1_caps--font_weight--regular);
}
.Caption--l-3 {
font-size: var(--vkui--font_caption2--font_size--regular);
line-height: var(--vkui--font_caption2--line_height--regular);
font-weight: var(--vkui--font_caption2--font_weight--regular);
}
.Caption--l-3.Caption--caps {
font-size: var(--vkui--font_caption2_caps--font_size--regular);
line-height: var(--vkui--font_caption2_caps--line_height--regular);
font-weight: var(--vkui--font_caption2_caps--font_weight--regular);
}
.Caption--l-4 {
font-size: var(--vkui--font_caption3--font_size--regular);
line-height: var(--vkui--font_caption3--line_height--regular);
font-weight: var(--vkui--font_caption3--font_weight--regular);
}
.Caption--l-4.Caption--caps {
font-size: var(--vkui--font_caption3_caps--font_size--regular);
line-height: var(--vkui--font_caption3_caps--line_height--regular);
font-weight: var(--vkui--font_caption3_caps--font_weight--regular);
}
.Caption.Caption--w-1 {
/* Мы утяжеляем селеткор, чтобы перебить селекторы .Caption--caps */
font-weight: var(--vkui--font_weight_accent1);
}
.Caption.Caption--w-2 {
/* Мы утяжеляем селеткор, чтобы перебить селекторы .Caption--caps */
font-weight: var(--vkui--font_weight_accent2);
}
.Caption.Caption--w-3 {
/* Мы утяжеляем селеткор, чтобы перебить селекторы .Caption--caps */
font-weight: var(--vkui--font_weight_accent3);
}
/* TODO удалить перед релизом 5.0.0 */
.Caption--w-regular {
font-weight: 400;
}
/* TODO удалить перед релизом 5.0.0 */
.Caption--w-medium {
font-weight: 500;
}
/* TODO удалить перед релизом 5.0.0 */
.Caption--w-semibold {
font-weight: 600;
}
/* TODO удалить перед релизом 5.0.0 */
.Caption--w-bold {
font-weight: 700;
} | src/components/Typography/Caption/Caption.css | .Caption {
display: block;
margin: 0;
}
.Caption--caps {
text-transform: uppercase;
}
.Caption--l-1 {
font-size: var(--vkui--font_footnote--font_size--regular);
line-height: var(--vkui--font_footnote--line_height--regular);
font-weight: var(--vkui--font_footnote--font_weight--regular);
}
.Caption--l-1.Caption--caps {
font-size: var(--vkui--font_footnote_caps--font_size--regular);
line-height: var(--vkui--font_footnote_caps--line_height--regular);
font-weight: var(--vkui--font_footnote_caps--font_weight--regular);
}
.Caption--l-2 {
font-size: var(--vkui--font_caption1--font_size--regular);
line-height: var(--vkui--font_caption1--line_height--regular);
font-weight: var(--vkui--font_caption1--font_weight--regular);
}
.Caption--l-2.Caption--caps {
font-size: var(--vkui--font_caption1_caps--font_size--regular);
line-height: var(--vkui--font_caption1_caps--line_height--regular);
font-weight: var(--vkui--font_caption1_caps--font_weight--regular);
}
.Caption--l-3 {
font-size: var(--vkui--font_caption2--font_size--regular);
line-height: var(--vkui--font_caption2--line_height--regular);
font-weight: var(--vkui--font_caption2--font_weight--regular);
}
.Caption--l-3.Caption--caps {
font-size: var(--vkui--font_caption2_caps--font_size--regular);
line-height: var(--vkui--font_caption2_caps--line_height--regular);
font-weight: var(--vkui--font_caption2_caps--font_weight--regular);
}
.Caption--l-4 {
font-size: var(--vkui--font_caption3--font_size--regular);
line-height: var(--vkui--font_caption3--line_height--regular);
font-weight: var(--vkui--font_caption3--font_weight--regular);
}
.Caption--l-4.Caption--caps {
font-size: var(--vkui--font_caption3_caps--font_size--regular);
line-height: var(--vkui--font_caption3_caps--line_height--regular);
font-weight: var(--vkui--font_caption3_caps--font_weight--regular);
}
.Caption.Caption--w-1 {
/* Мы утяжеляем селеткор, чтобы перебить селекторы .Caption--caps */
font-weight: var(--vkui--font_weight_accent1);
}
.Caption.Caption--w-2 {
/* Мы утяжеляем селеткор, чтобы перебить селекторы .Caption--caps */
font-weight: var(--vkui--font_weight_accent2);
}
.Caption.Caption--w-3 {
/* Мы утяжеляем селеткор, чтобы перебить селекторы .Caption--caps */
font-weight: var(--vkui--font_weight_accent3);
}
/* TODO удалить перед релизом 5.0.0 */
.Caption--w-regular {
font-weight: 400;
}
/* TODO удалить перед релизом 5.0.0 */
.Caption--w-medium {
font-weight: 500;
}
/* TODO удалить перед релизом 5.0.0 */
.Caption--w-semibold {
font-weight: 600;
}
/* TODO удалить перед релизом 5.0.0 */
.Caption--w-bold {
font-weight: 700;
} | 0.332202 | 0.19853 |
@import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";
body {
font-family: 'Raleway', sans-serif;
color: #212121;
margin: 0;
}
a {
text-decoration: none;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
overflow: hidden;
}
.no-js #loader-wrapper {
display: none;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #16a085;
-webkit-animation: spin 1.7s linear infinite;
animation: spin 1.7s linear infinite;
z-index: 101;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #e74c3c;
-webkit-animation: spin-reverse .6s linear infinite;
animation: spin-reverse .6s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #f9c922;
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes spin-reverse {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes spin-reverse {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
.not-loaded .loader-section {
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.loaded #loader-wrapper {
display: none !important;
}
/* Loaded styles */
.loaded .loader-section {
visibility: visible !important;
opacity: 1 !important;
}
.loaded #loader {
opacity: 0 !important;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.loaded #loader {
display: none;
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all 0.3s 1s ease-out;
transition: all 0.3s 1s ease-out;
}
.et-hero-tabs,
.et-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
position: relative;
overflow-y: scroll;
background: #eee;
text-align: center;
color: #212121;
}
.et-hero-tabs h1,
.et-slide h1 {
font-size: 2rem;
margin: 0;
letter-spacing: 1rem;
}
.et-hero-tabs h3,
.et-slide h3 {
font-size: 1rem;
letter-spacing: 0.3rem;
opacity: 0.6;
margin-bottom: 4rem;
}
.et-hero-tabs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
position: absolute;
bottom: 0;
width: 100%;
height: 102px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
background: #fff;
z-index: 100;
}
.et-hero-tabs-container--top {
position: fixed;
top: 0;
overflow: visible;
}
.et-hero-tab {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: #000;
letter-spacing: .1rem;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
font-size: 0.8rem;
}
.et-hero-tab:hover {
color: white;
background: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.et-hero-tab.primary-tab {
background: #CDDC39;
color: #fff;
font-weight: 700;
font-size: 1.25rem;
}
.et-hero-tab.primary-tab:hover {
background: #AFB42B;
}
.et-hero-tab:focus {
outline: 0;
}
.et-hero-tab.active-tab {
color: #000;
}
.et-hero-tab-slider {
position: absolute;
bottom: 0;
width: 0;
height: 6px;
background: #CDDC39;
-webkit-transition: left 0.3s ease;
transition: left 0.3s ease;
}
@media (min-width: 800px) {
.et-hero-tabs h1,
.et-slide h1 {
font-size: 3rem;
}
.et-hero-tabs h3,
.et-slide h3 {
font-size: 1rem;
}
.et-hero-tab {
font-size: 1rem;
}
}
body {
background-color: #673AB7;
overflow-x: hidden;
}
body .base {
z-index: 90;
position: relative;
top: 0px;
left: 0px;
background-color: #FFFFFF;
width: 98px;
height: 98px;
-webkit-transition: all 1s cubic-bezier(0.5, -0.75, 0.05, 1);
transition: all 1s cubic-bezier(0.5, -0.75, 0.05, 1);
border-bottom-right-radius: 100%;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
overflow: hidden;
}
body .base .menu {
z-index: 100;
background-color: #FFFFFF;
position: absolute;
top: 0px;
left: 0px;
width: 100px;
height: 100px;
border-bottom-right-radius: 200px;
cursor: pointer;
-webkit-transition: all 1s cubic-bezier(0.5, -0.75, 0.05, 1), background-color 1s ease;
transition: all 1s cubic-bezier(0.5, -0.75, 0.05, 1), background-color 1s ease;
}
body .base .menu .icon {
position: absolute;
width: 25px;
height: 25px;
top: 50%;
left: 50%;
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
body .base .menu .icon:before, body .base .menu .icon:after {
content: '';
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: top 0.5s ease 0.5s, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease;
transition: top 0.5s ease 0.5s, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease;
transition: top 0.5s ease 0.5s, transform 0.5s ease, background-color 0.75s ease 0.25s;
transition: top 0.5s ease 0.5s, transform 0.5s ease, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease;
}
body .base .menu .icon .bar, body .base .menu .icon:before, body .base .menu .icon:after {
position: absolute;
height: 5px;
left: 0px;
right: 0px;
border-radius: 5px;
background-color: #673AB7;
}
body .base .menu .icon .bar {
-webkit-transition: opacity 0s linear 0.5s, background-color 0.75s ease 0.25s;
transition: opacity 0s linear 0.5s, background-color 0.75s ease 0.25s;
opacity: 1;
top: 10px;
}
body .base .menu .icon:before {
top: 0px;
}
body .base .menu .icon:after {
top: initial;
top: 20px;
}
body .base .icons {
z-index: 98;
position: absolute;
top: 0px;
left: 0px;
}
body .base .icons > * {
position: absolute;
font-size: 40px;
color: #673AB7;
-webkit-transition: 0.3s cubic-bezier(0.5, -0.25, 0.05, 1);
transition: 0.3s cubic-bezier(0.5, -0.25, 0.05, 1);
}
body .base .icons .fa-lock {
top: 35px;
left: 0px;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
body .base .icons .fa-envelope-open {
top: 0px;
left: 0px;
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
body .base .icons .fa-arrow-up {
top: 0px;
left: 35px;
}
body .base .section {
z-index: 96;
position: absolute;
top: 0px;
left: 0px;
height: 0px;
width: 0px;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
body .base .section .cover1 {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
body .base .section .cover1,
body .base .section .cover1 .cover2,
body .base .section .cover1 .cover2 .content {
position: absolute;
width: 600px;
height: 600px;
}
body .base .section .cover1,
body .base .section .cover1 .cover2 {
top: 50%;
left: 50%;
-webkit-transform: translate(-100%, -100%) rotate(4deg);
transform: translate(-100%, -100%) rotate(4deg);
overflow: hidden;
pointer-events: none;
-webkit-transition: -webkit-transform 0.5s ease-in;
transition: -webkit-transform 0.5s ease-in;
transition: transform 0.5s ease-in;
transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
body .base .section .cover1 .cover2 {
-webkit-transform: translate(50%, -50%) rotate(-8deg);
transform: translate(50%, -50%) rotate(-8deg);
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
body .base .section .cover1 .cover2 .content {
width: 150px;
height: 150px;
border-radius: 100%;
top: 100%;
left: 0%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: background-color 0s, width 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s, height 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s;
transition: background-color 0s, width 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s, height 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s;
pointer-events: auto;
}
body .base .section-static {
z-index: 94;
width: 100px;
height: 100px;
position: absolute;
top: 0px;
left: 0px;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transition: width 1s cubic-bezier(0.5, -0.75, 0.05, 1), height 1s cubic-bezier(0.5, -0.75, 0.05, 1);
transition: width 1s cubic-bezier(0.5, -0.75, 0.05, 1), height 1s cubic-bezier(0.5, -0.75, 0.05, 1);
}
body .base .section-static:hover {
background-color: #EAEAEA;
}
body .base .section-static.top {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom-right-radius: 400px;
}
body .base .section-static.bottom {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom-right-radius: 400px;
}
body .base.close {
width: 300px;
height: 300px;
-webkit-transition: all 1.25s cubic-bezier(0.5, 0, 0.05, 1.75);
transition: all 1.25s cubic-bezier(0.5, 0, 0.05, 1.75);
}
body .base.close .menu {
width: 150px;
height: 150px;
-webkit-transition: all 1s cubic-bezier(0.5, 0, 0.05, 1.75), background-color 1s ease;
transition: all 1s cubic-bezier(0.5, 0, 0.05, 1.75), background-color 1s ease;
background-color: #673AB7;
}
body .base.close .menu .icon .bar, body .base.close .menu .icon:before, body .base.close .menu .icon:after {
background-color: #FFFFFF;
}
body .base.close .menu .icon .bar {
opacity: 0;
}
body .base.close .menu .icon:before, body .base.close .menu .icon:after {
-webkit-transition: top 0.5s linear, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease 0.5s;
transition: top 0.5s linear, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease 0.5s;
transition: top 0.5s linear, transform 0.5s ease 0.5s, background-color 0.75s ease 0.25s;
transition: top 0.5s linear, transform 0.5s ease 0.5s, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease 0.5s;
}
body .base.close .menu .icon:before {
top: 10px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
body .base.close .menu .icon:after {
top: 10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
body .base.close .icons {
position: absolute;
top: 0px;
left: 0px;
}
body .base.close .icons > * {
position: absolute;
font-size: 40px;
color: #673AB7;
-webkit-transition: 0.3s cubic-bezier(0.5, 0, 0.05, 1.75) 0.7s;
transition: 0.3s cubic-bezier(0.5, 0, 0.05, 1.75) 0.7s;
pointer-events: none;
}
body .base.close .icons .fa-lock {
top: 35px;
left: 200px;
}
body .base.close .icons .fa-envelope-open {
top: 141px;
left: 141px;
-webkit-transition-delay: 0.65s;
transition-delay: 0.65s;
}
body .base.close .icons .fa-arrow-up {
top: 200px;
left: 35px;
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
body .base.close .section .cover1 {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
body .base.close .section .cover1,
body .base.close .section .cover1 .cover2,
body .base.close .section .cover1 .cover2 .content {
position: absolute;
width: 600px;
height: 600px;
}
body .base.close .section .cover1,
body .base.close .section .cover1 .cover2 {
top: 50%;
left: 50%;
-webkit-transform: translate(-100%, -100%) rotate(16deg);
transform: translate(-100%, -100%) rotate(16deg);
overflow: hidden;
-webkit-transition: -webkit-transform 0.5s ease-in 0.5s;
transition: -webkit-transform 0.5s ease-in 0.5s;
transition: transform 0.5s ease-in 0.5s;
transition: transform 0.5s ease-in 0.5s, -webkit-transform 0.5s ease-in 0.5s;
}
body .base.close .section .cover1 .cover2 {
-webkit-transform: translate(50%, -50%) rotate(-32deg);
transform: translate(50%, -50%) rotate(-32deg);
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
body .base.close .section .cover1 .cover2 .content {
border-radius: 100%;
background-color: #CDDC39;
top: 100%;
left: 0%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: background-color 0s, width 1.1s cubic-bezier(0.5, 0, 0.05, 1.75) 0.25s, height 1.1s cubic-bezier(0.5, 0, 0.05, 2) 0.25s;
transition: background-color 0s, width 1.1s cubic-bezier(0.5, 0, 0.05, 1.75) 0.25s, height 1.1s cubic-bezier(0.5, 0, 0.05, 2) 0.25s;
}
body .base.close .section-static {
width: 300px;
height: 300px;
-webkit-transition: width 1.25s cubic-bezier(0.5, 0, 0.05, 2), height 1.25s cubic-bezier(0.5, 0, 0.05, 2);
transition: width 1.25s cubic-bezier(0.5, 0, 0.05, 2), height 1.25s cubic-bezier(0.5, 0, 0.05, 2);
}
body {
background: #222;
color: #eee;
overflow: hidden;
}
.details {
position: fixed;
width: 500px;
top: -100px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
}
.details .title {
margin-bottom: 0;
}
.details .button {
background: transparent;
border: 1px solid white;
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
letter-spacing: 2px;
margin-top: 1rem;
}
.details .button:hover {
background: #fff;
color: #222;
}
nav {
position: absolute;
bottom: 30%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 100;
width: 100%;
}
nav .prev,
nav .next {
background-color: black;
padding: 0.25rem 0.5rem;
color: white;
}
nav .prev {
float: left;
}
nav .next {
float: right;
}
.login-wrapper {
background: #e2e2e5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
position: absolute;
place-content: center;
width: 100%;
}
@media (max-width: 767px) {
.login-wrapper {
height: auto;
margin-bottom: 20px;
padding-bottom: 20px;
}
}
.login-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 320px;
margin: 0 auto;
width: 640px;
}
.login-container svg {
position: absolute;
width: 320px;
left: 0;
}
.login-container svg path {
fill: none;
stroke: url(#linearGradient);
stroke-width: 4;
stroke-dasharray: 240 1386;
}
.login-container .form {
margin: 40px;
position: absolute;
}
.login-container .form label {
color: #c2c2c5;
display: block;
font-size: 14px;
height: 16px;
margin-top: 20px;
margin-bottom: 5px;
}
.login-container .form input {
background: transparent;
border: 0;
color: #f2f2f2;
font-size: 20px;
height: 30px;
line-height: 30px;
outline: none !important;
width: 100%;
}
.login-container .form input:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.login-container .form input::-moz-focus-inner {
border: 0;
}
.login-container .form #submit {
color: #707075;
margin-top: 40px;
-webkit-transition: color 300ms;
transition: color 300ms;
}
.login-container .form #submit:focus {
color: #f2f2f2;
}
.login-container .form #submit:active {
color: #d0d0d2;
}
.login-container .left {
background: white;
height: calc(100% - 40px);
top: 20px;
position: relative;
width: 50%;
}
@media (max-width: 767px) {
.login-container .left {
height: 100%;
left: 20px;
width: calc(100% - 40px);
max-height: 270px;
}
}
.login-container .login {
font-size: 50px;
font-weight: 900;
margin: 50px 40px 40px;
}
.login-container .eula {
color: #999;
font-size: 14px;
line-height: 1.5;
margin: 40px;
}
.login-container .right {
background: #474A59;
-webkit-box-shadow: 0px 0px 40px 16px rgba(0, 0, 0, 0.22);
box-shadow: 0px 0px 40px 16px rgba(0, 0, 0, 0.22);
color: #F1F1F2;
position: relative;
width: 50%;
}
@media (max-width: 767px) {
.login-container .right {
-ms-flex-negative: 0;
flex-shrink: 0;
height: 100%;
width: 100%;
max-height: 350px;
}
}
@media (max-width: 767px) {
.login-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 630px;
width: 320px;
}
}
.fa-spin-fast {
-webkit-animation: fa-spin-fast 0.2s infinite linear;
animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.lazy-image {
display: block;
-webkit-filter: blur(3px);
filter: blur(3px);
/* blur the lowres image */
background: #fff center center no-repeat;
background-size: cover;
}
.lazy-image > img {
display: block;
width: 100%;
opacity: 0;
/* visually hide the img element */
}
.lazy-image.is-loaded {
-webkit-filter: none;
filter: none;
/* remove the blur on fullres image */
-webkit-transition: -webkit-filter 1s;
transition: -webkit-filter 1s;
transition: filter 1s;
transition: filter 1s, -webkit-filter 1s;
}
@keyframes fa-spin-fast {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.material-card {
position: relative;
height: 0;
padding-bottom: calc(100% - 16px);
margin-bottom: 6.6em;
}
.material-card h2 {
position: absolute;
top: calc(100% - 16px);
left: 0;
width: 100%;
padding: 10px 16px;
color: #fff;
font-size: 1.4em;
line-height: 1.6em;
margin: 0;
z-index: 10;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card h2 span {
display: block;
}
.material-card h2 strong {
font-weight: 400;
display: block;
font-size: .8em;
}
.material-card h2:before {
content: ' ';
position: absolute;
left: 0;
top: -16px;
width: 0;
border: 8px solid;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card h2:after {
content: ' ';
position: absolute;
left: 0;
top: -16px;
width: 0;
border: 8px solid;
-webkit-transition: all 0.3s;
transition: all 0.3s;
top: auto;
bottom: 0;
}
.material-card.mc-active h2 {
top: 0;
padding: 10px 16px 10px 90px;
}
.material-card.mc-active h2:before {
top: 0;
}
.material-card.mc-active h2:after {
bottom: -16px;
}
.material-card .mc-content {
position: absolute;
right: 0;
top: 0;
bottom: 16px;
left: 16px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card .mc-btn-action {
position: absolute;
right: 16px;
top: 15px;
border-radius: 50%;
border: 5px solid;
width: 54px;
height: 54px;
line-height: 44px;
text-align: center;
color: #fff;
cursor: pointer;
z-index: 20;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card.mc-active .mc-btn-action {
top: 62px;
}
.material-card .mc-description {
position: absolute;
top: 100%;
right: 30px;
left: 30px;
bottom: 54px;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 1.2s;
transition: all 1.2s;
text-align: left;
}
.material-card .mc-footer {
height: 0;
overflow: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card .mc-footer h4 {
position: absolute;
top: 200px;
left: 30px;
padding: 0;
margin: 0;
font-size: 16px;
font-weight: 700;
-webkit-transition: all 1.4s;
transition: all 1.4s;
}
.material-card .mc-footer a {
display: block;
float: left;
position: relative;
width: 52px;
height: 52px;
margin-left: 5px;
margin-bottom: 15px;
font-size: 28px;
color: #fff;
line-height: 52px;
text-decoration: none;
top: 200px;
}
.material-card .mc-footer a:nth-child(1) {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.material-card .mc-footer a:nth-child(2) {
-webkit-transition: all 0.6s;
transition: all 0.6s;
}
.material-card .mc-footer a:nth-child(3) {
-webkit-transition: all 0.7s;
transition: all 0.7s;
}
.material-card .mc-footer a:nth-child(4) {
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.material-card .mc-footer a:nth-child(5) {
-webkit-transition: all 0.9s;
transition: all 0.9s;
}
.material-card .mc-footer a:hover {
z-index: 1;
position: relative;
}
.material-card .mc-footer a:hover:after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background-color: rgba(0, 0, 0, 0.2);
}
.material-card .lazy-image {
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card.mc-active .lazy-image {
border-radius: 50%;
left: 0;
top: 12px;
width: 60px;
height: 60px;
z-index: 20;
}
.material-card.mc-active .mc-content {
padding-top: 5.6em;
}
.material-card.mc-active .mc-description {
top: 50px;
padding-top: 5.6em;
opacity: 1;
filter: alpha(opacity=100);
}
.material-card.mc-active .mc-footer {
overflow: visible;
position: absolute;
top: calc(100% - 9px);
left: 16px;
right: 0;
height: 82px;
padding-top: 15px;
padding-left: 25px;
}
.material-card.mc-active .mc-footer a {
top: 0;
}
.material-card.mc-active .mc-footer h4 {
top: -32px;
}
.material-card.Red h2 {
background-color: #F44336;
}
.material-card.Red h2:after {
border-top-color: #F44336;
border-right-color: #F44336;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Red h2:before {
border-top-color: transparent;
border-right-color: #B71C1C;
border-bottom-color: #B71C1C;
border-left-color: transparent;
}
.material-card.Red.mc-active h2:before {
border-top-color: transparent;
border-right-color: #F44336;
border-bottom-color: #F44336;
border-left-color: transparent;
}
.material-card.Red.mc-active h2:after {
border-top-color: #B71C1C;
border-right-color: #B71C1C;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Red .mc-btn-action {
background-color: #F44336;
}
.material-card.Red .mc-btn-action:hover {
background-color: #B71C1C;
}
.material-card.Red .mc-footer h4 {
color: #B71C1C;
}
.material-card.Red .mc-footer a {
background-color: #B71C1C;
}
.material-card.Red.mc-active .mc-content {
background-color: #FFEBEE;
}
.material-card.Red.mc-active .mc-footer {
background-color: #FFCDD2;
}
.material-card.Red.mc-active .mc-btn-action {
border-color: #FFEBEE;
}
.material-card.Blue-Grey h2 {
background-color: #607D8B;
}
.material-card.Blue-Grey h2:after {
border-top-color: #607D8B;
border-right-color: #607D8B;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue-Grey h2:before {
border-top-color: transparent;
border-right-color: #263238;
border-bottom-color: #263238;
border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:before {
border-top-color: transparent;
border-right-color: #607D8B;
border-bottom-color: #607D8B;
border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:after {
border-top-color: #263238;
border-right-color: #263238;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue-Grey .mc-btn-action {
background-color: #607D8B;
}
.material-card.Blue-Grey .mc-btn-action:hover {
background-color: #263238;
}
.material-card.Blue-Grey .mc-footer h4 {
color: #263238;
}
.material-card.Blue-Grey .mc-footer a {
background-color: #263238;
}
.material-card.Blue-Grey.mc-active .mc-content {
background-color: #ECEFF1;
}
.material-card.Blue-Grey.mc-active .mc-footer {
background-color: #CFD8DC;
}
.material-card.Blue-Grey.mc-active .mc-btn-action {
border-color: #ECEFF1;
}
.material-card.Pink h2 {
background-color: #E91E63;
}
.material-card.Pink h2:after {
border-top-color: #E91E63;
border-right-color: #E91E63;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Pink h2:before {
border-top-color: transparent;
border-right-color: #880E4F;
border-bottom-color: #880E4F;
border-left-color: transparent;
}
.material-card.Pink.mc-active h2:before {
border-top-color: transparent;
border-right-color: #E91E63;
border-bottom-color: #E91E63;
border-left-color: transparent;
}
.material-card.Pink.mc-active h2:after {
border-top-color: #880E4F;
border-right-color: #880E4F;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Pink .mc-btn-action {
background-color: #E91E63;
}
.material-card.Pink .mc-btn-action:hover {
background-color: #880E4F;
}
.material-card.Pink .mc-footer h4 {
color: #880E4F;
}
.material-card.Pink .mc-footer a {
background-color: #880E4F;
}
.material-card.Pink.mc-active .mc-content {
background-color: #FCE4EC;
}
.material-card.Pink.mc-active .mc-footer {
background-color: #F8BBD0;
}
.material-card.Pink.mc-active .mc-btn-action {
border-color: #FCE4EC;
}
.material-card.Purple h2 {
background-color: #9C27B0;
}
.material-card.Purple h2:after {
border-top-color: #9C27B0;
border-right-color: #9C27B0;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Purple h2:before {
border-top-color: transparent;
border-right-color: #4A148C;
border-bottom-color: #4A148C;
border-left-color: transparent;
}
.material-card.Purple.mc-active h2:before {
border-top-color: transparent;
border-right-color: #9C27B0;
border-bottom-color: #9C27B0;
border-left-color: transparent;
}
.material-card.Purple.mc-active h2:after {
border-top-color: #4A148C;
border-right-color: #4A148C;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Purple .mc-btn-action {
background-color: #9C27B0;
}
.material-card.Purple .mc-btn-action:hover {
background-color: #4A148C;
}
.material-card.Purple .mc-footer h4 {
color: #4A148C;
}
.material-card.Purple .mc-footer a {
background-color: #4A148C;
}
.material-card.Purple.mc-active .mc-content {
background-color: #F3E5F5;
}
.material-card.Purple.mc-active .mc-footer {
background-color: #E1BEE7;
}
.material-card.Purple.mc-active .mc-btn-action {
border-color: #F3E5F5;
}
.material-card.Deep-Purple h2 {
background-color: #673AB7;
}
.material-card.Deep-Purple h2:after {
border-top-color: #673AB7;
border-right-color: #673AB7;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Deep-Purple h2:before {
border-top-color: transparent;
border-right-color: #311B92;
border-bottom-color: #311B92;
border-left-color: transparent;
}
.material-card.Deep-Purple.mc-active h2:before {
border-top-color: transparent;
border-right-color: #673AB7;
border-bottom-color: #673AB7;
border-left-color: transparent;
}
.material-card.Deep-Purple.mc-active h2:after {
border-top-color: #311B92;
border-right-color: #311B92;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Deep-Purple .mc-btn-action {
background-color: #673AB7;
}
.material-card.Deep-Purple .mc-btn-action:hover {
background-color: #311B92;
}
.material-card.Deep-Purple .mc-footer h4 {
color: #311B92;
}
.material-card.Deep-Purple .mc-footer a {
background-color: #311B92;
}
.material-card.Deep-Purple.mc-active .mc-content {
background-color: #EDE7F6;
}
.material-card.Deep-Purple.mc-active .mc-footer {
background-color: #D1C4E9;
}
.material-card.Deep-Purple.mc-active .mc-btn-action {
border-color: #EDE7F6;
}
.material-card.Indigo h2 {
background-color: #3F51B5;
}
.material-card.Indigo h2:after {
border-top-color: #3F51B5;
border-right-color: #3F51B5;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Indigo h2:before {
border-top-color: transparent;
border-right-color: #1A237E;
border-bottom-color: #1A237E;
border-left-color: transparent;
}
.material-card.Indigo.mc-active h2:before {
border-top-color: transparent;
border-right-color: #3F51B5;
border-bottom-color: #3F51B5;
border-left-color: transparent;
}
.material-card.Indigo.mc-active h2:after {
border-top-color: #1A237E;
border-right-color: #1A237E;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Indigo .mc-btn-action {
background-color: #3F51B5;
}
.material-card.Indigo .mc-btn-action:hover {
background-color: #1A237E;
}
.material-card.Indigo .mc-footer h4 {
color: #1A237E;
}
.material-card.Indigo .mc-footer a {
background-color: #1A237E;
}
.material-card.Indigo.mc-active .mc-content {
background-color: #E8EAF6;
}
.material-card.Indigo.mc-active .mc-footer {
background-color: #C5CAE9;
}
.material-card.Indigo.mc-active .mc-btn-action {
border-color: #E8EAF6;
}
.material-card.Blue h2 {
background-color: #2196F3;
}
.material-card.Blue h2:after {
border-top-color: #2196F3;
border-right-color: #2196F3;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue h2:before {
border-top-color: transparent;
border-right-color: #0D47A1;
border-bottom-color: #0D47A1;
border-left-color: transparent;
}
.material-card.Blue.mc-active h2:before {
border-top-color: transparent;
border-right-color: #2196F3;
border-bottom-color: #2196F3;
border-left-color: transparent;
}
.material-card.Blue.mc-active h2:after {
border-top-color: #0D47A1;
border-right-color: #0D47A1;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue .mc-btn-action {
background-color: #2196F3;
}
.material-card.Blue .mc-btn-action:hover {
background-color: #0D47A1;
}
.material-card.Blue .mc-footer h4 {
color: #0D47A1;
}
.material-card.Blue .mc-footer a {
background-color: #0D47A1;
}
.material-card.Blue.mc-active .mc-content {
background-color: #E3F2FD;
}
.material-card.Blue.mc-active .mc-footer {
background-color: #BBDEFB;
}
.material-card.Blue.mc-active .mc-btn-action {
border-color: #E3F2FD;
}
.material-card.Light-Blue h2 {
background-color: #03A9F4;
}
.material-card.Light-Blue h2:after {
border-top-color: #03A9F4;
border-right-color: #03A9F4;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Light-Blue h2:before {
border-top-color: transparent;
border-right-color: #01579B;
border-bottom-color: #01579B;
border-left-color: transparent;
}
.material-card.Light-Blue.mc-active h2:before {
border-top-color: transparent;
border-right-color: #03A9F4;
border-bottom-color: #03A9F4;
border-left-color: transparent;
}
.material-card.Light-Blue.mc-active h2:after {
border-top-color: #01579B;
border-right-color: #01579B;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Light-Blue .mc-btn-action {
background-color: #03A9F4;
}
.material-card.Light-Blue .mc-btn-action:hover {
background-color: #01579B;
}
.material-card.Light-Blue .mc-footer h4 {
color: #01579B;
}
.material-card.Light-Blue .mc-footer a {
background-color: #01579B;
}
.material-card.Light-Blue.mc-active .mc-content {
background-color: #E1F5FE;
}
.material-card.Light-Blue.mc-active .mc-footer {
background-color: #B3E5FC;
}
.material-card.Light-Blue.mc-active .mc-btn-action {
border-color: #E1F5FE;
}
.material-card.Cyan h2 {
background-color: #00BCD4;
}
.material-card.Cyan h2:after {
border-top-color: #00BCD4;
border-right-color: #00BCD4;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Cyan h2:before {
border-top-color: transparent;
border-right-color: #006064;
border-bottom-color: #006064;
border-left-color: transparent;
}
.material-card.Cyan.mc-active h2:before {
border-top-color: transparent;
border-right-color: #00BCD4;
border-bottom-color: #00BCD4;
border-left-color: transparent;
}
.material-card.Cyan.mc-active h2:after {
border-top-color: #006064;
border-right-color: #006064;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Cyan .mc-btn-action {
background-color: #00BCD4;
}
.material-card.Cyan .mc-btn-action:hover {
background-color: #006064;
}
.material-card.Cyan .mc-footer h4 {
color: #006064;
}
.material-card.Cyan .mc-footer a {
background-color: #006064;
}
.material-card.Cyan.mc-active .mc-content {
background-color: #E0F7FA;
}
.material-card.Cyan.mc-active .mc-footer {
background-color: #B2EBF2;
}
.material-card.Cyan.mc-active .mc-btn-action {
border-color: #E0F7FA;
}
.material-card.Teal h2 {
background-color: #009688;
}
.material-card.Teal h2:after {
border-top-color: #009688;
border-right-color: #009688;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Teal h2:before {
border-top-color: transparent;
border-right-color: #004D40;
border-bottom-color: #004D40;
border-left-color: transparent;
}
.material-card.Teal.mc-active h2:before {
border-top-color: transparent;
border-right-color: #009688;
border-bottom-color: #009688;
border-left-color: transparent;
}
.material-card.Teal.mc-active h2:after {
border-top-color: #004D40;
border-right-color: #004D40;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Teal .mc-btn-action {
background-color: #009688;
}
.material-card.Teal .mc-btn-action:hover {
background-color: #004D40;
}
.material-card.Teal .mc-footer h4 {
color: #004D40;
}
.material-card.Teal .mc-footer a {
background-color: #004D40;
}
.material-card.Teal.mc-active .mc-content {
background-color: #E0F2F1;
}
.material-card.Teal.mc-active .mc-footer {
background-color: #B2DFDB;
}
.material-card.Teal.mc-active .mc-btn-action {
border-color: #E0F2F1;
}
.material-card.Green h2 {
background-color: #4CAF50;
}
.material-card.Green h2:after {
border-top-color: #4CAF50;
border-right-color: #4CAF50;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Green h2:before {
border-top-color: transparent;
border-right-color: #1B5E20;
border-bottom-color: #1B5E20;
border-left-color: transparent;
}
.material-card.Green.mc-active h2:before {
border-top-color: transparent;
border-right-color: #4CAF50;
border-bottom-color: #4CAF50;
border-left-color: transparent;
}
.material-card.Green.mc-active h2:after {
border-top-color: #1B5E20;
border-right-color: #1B5E20;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Green .mc-btn-action {
background-color: #4CAF50;
}
.material-card.Green .mc-btn-action:hover {
background-color: #1B5E20;
}
.material-card.Green .mc-footer h4 {
color: #1B5E20;
}
.material-card.Green .mc-footer a {
background-color: #1B5E20;
}
.material-card.Green.mc-active .mc-content {
background-color: #E8F5E9;
}
.material-card.Green.mc-active .mc-footer {
background-color: #C8E6C9;
}
.material-card.Green.mc-active .mc-btn-action {
border-color: #E8F5E9;
}
.material-card.Light-Green h2 {
background-color: #8BC34A;
}
.material-card.Light-Green h2:after {
border-top-color: #8BC34A;
border-right-color: #8BC34A;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Light-Green h2:before {
border-top-color: transparent;
border-right-color: #33691E;
border-bottom-color: #33691E;
border-left-color: transparent;
}
.material-card.Light-Green.mc-active h2:before {
border-top-color: transparent;
border-right-color: #8BC34A;
border-bottom-color: #8BC34A;
border-left-color: transparent;
}
.material-card.Light-Green.mc-active h2:after {
border-top-color: #33691E;
border-right-color: #33691E;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Light-Green .mc-btn-action {
background-color: #8BC34A;
}
.material-card.Light-Green .mc-btn-action:hover {
background-color: #33691E;
}
.material-card.Light-Green .mc-footer h4 {
color: #33691E;
}
.material-card.Light-Green .mc-footer a {
background-color: #33691E;
}
.material-card.Light-Green.mc-active .mc-content {
background-color: #F1F8E9;
}
.material-card.Light-Green.mc-active .mc-footer {
background-color: #DCEDC8;
}
.material-card.Light-Green.mc-active .mc-btn-action {
border-color: #F1F8E9;
}
.material-card.Lime h2 {
background-color: #CDDC39;
}
.material-card.Lime h2:after {
border-top-color: #CDDC39;
border-right-color: #CDDC39;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Lime h2:before {
border-top-color: transparent;
border-right-color: #827717;
border-bottom-color: #827717;
border-left-color: transparent;
}
.material-card.Lime.mc-active h2:before {
border-top-color: transparent;
border-right-color: #CDDC39;
border-bottom-color: #CDDC39;
border-left-color: transparent;
}
.material-card.Lime.mc-active h2:after {
border-top-color: #827717;
border-right-color: #827717;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Lime .mc-btn-action {
background-color: #CDDC39;
}
.material-card.Lime .mc-btn-action:hover {
background-color: #827717;
}
.material-card.Lime .mc-footer h4 {
color: #827717;
}
.material-card.Lime .mc-footer a {
background-color: #827717;
}
.material-card.Lime.mc-active .mc-content {
background-color: #F9FBE7;
}
.material-card.Lime.mc-active .mc-footer {
background-color: #F0F4C3;
}
.material-card.Lime.mc-active .mc-btn-action {
border-color: #F9FBE7;
}
.material-card.Yellow h2 {
background-color: #FFEB3B;
}
.material-card.Yellow h2:after {
border-top-color: #FFEB3B;
border-right-color: #FFEB3B;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Yellow h2:before {
border-top-color: transparent;
border-right-color: #F57F17;
border-bottom-color: #F57F17;
border-left-color: transparent;
}
.material-card.Yellow.mc-active h2:before {
border-top-color: transparent;
border-right-color: #FFEB3B;
border-bottom-color: #FFEB3B;
border-left-color: transparent;
}
.material-card.Yellow.mc-active h2:after {
border-top-color: #F57F17;
border-right-color: #F57F17;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Yellow .mc-btn-action {
background-color: #FFEB3B;
}
.material-card.Yellow .mc-btn-action:hover {
background-color: #F57F17;
}
.material-card.Yellow .mc-footer h4 {
color: #F57F17;
}
.material-card.Yellow .mc-footer a {
background-color: #F57F17;
}
.material-card.Yellow.mc-active .mc-content {
background-color: #FFFDE7;
}
.material-card.Yellow.mc-active .mc-footer {
background-color: #FFF9C4;
}
.material-card.Yellow.mc-active .mc-btn-action {
border-color: #FFFDE7;
}
.material-card.Amber h2 {
background-color: #FFC107;
}
.material-card.Amber h2:after {
border-top-color: #FFC107;
border-right-color: #FFC107;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Amber h2:before {
border-top-color: transparent;
border-right-color: #FF6F00;
border-bottom-color: #FF6F00;
border-left-color: transparent;
}
.material-card.Amber.mc-active h2:before {
border-top-color: transparent;
border-right-color: #FFC107;
border-bottom-color: #FFC107;
border-left-color: transparent;
}
.material-card.Amber.mc-active h2:after {
border-top-color: #FF6F00;
border-right-color: #FF6F00;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Amber .mc-btn-action {
background-color: #FFC107;
}
.material-card.Amber .mc-btn-action:hover {
background-color: #FF6F00;
}
.material-card.Amber .mc-footer h4 {
color: #FF6F00;
}
.material-card.Amber .mc-footer a {
background-color: #FF6F00;
}
.material-card.Amber.mc-active .mc-content {
background-color: #FFF8E1;
}
.material-card.Amber.mc-active .mc-footer {
background-color: #FFECB3;
}
.material-card.Amber.mc-active .mc-btn-action {
border-color: #FFF8E1;
}
.material-card.Orange h2 {
background-color: #FF9800;
}
.material-card.Orange h2:after {
border-top-color: #FF9800;
border-right-color: #FF9800;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Orange h2:before {
border-top-color: transparent;
border-right-color: #E65100;
border-bottom-color: #E65100;
border-left-color: transparent;
}
.material-card.Orange.mc-active h2:before {
border-top-color: transparent;
border-right-color: #FF9800;
border-bottom-color: #FF9800;
border-left-color: transparent;
}
.material-card.Orange.mc-active h2:after {
border-top-color: #E65100;
border-right-color: #E65100;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Orange .mc-btn-action {
background-color: #FF9800;
}
.material-card.Orange .mc-btn-action:hover {
background-color: #E65100;
}
.material-card.Orange .mc-footer h4 {
color: #E65100;
}
.material-card.Orange .mc-footer a {
background-color: #E65100;
}
.material-card.Orange.mc-active .mc-content {
background-color: #FFF3E0;
}
.material-card.Orange.mc-active .mc-footer {
background-color: #FFE0B2;
}
.material-card.Orange.mc-active .mc-btn-action {
border-color: #FFF3E0;
}
.material-card.Deep-Orange h2 {
background-color: #FF5722;
}
.material-card.Deep-Orange h2:after {
border-top-color: #FF5722;
border-right-color: #FF5722;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Deep-Orange h2:before {
border-top-color: transparent;
border-right-color: #BF360C;
border-bottom-color: #BF360C;
border-left-color: transparent;
}
.material-card.Deep-Orange.mc-active h2:before {
border-top-color: transparent;
border-right-color: #FF5722;
border-bottom-color: #FF5722;
border-left-color: transparent;
}
.material-card.Deep-Orange.mc-active h2:after {
border-top-color: #BF360C;
border-right-color: #BF360C;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Deep-Orange .mc-btn-action {
background-color: #FF5722;
}
.material-card.Deep-Orange .mc-btn-action:hover {
background-color: #BF360C;
}
.material-card.Deep-Orange .mc-footer h4 {
color: #BF360C;
}
.material-card.Deep-Orange .mc-footer a {
background-color: #BF360C;
}
.material-card.Deep-Orange.mc-active .mc-content {
background-color: #FBE9E7;
}
.material-card.Deep-Orange.mc-active .mc-footer {
background-color: #FFCCBC;
}
.material-card.Deep-Orange.mc-active .mc-btn-action {
border-color: #FBE9E7;
}
.material-card.Brown h2 {
background-color: #795548;
}
.material-card.Brown h2:after {
border-top-color: #795548;
border-right-color: #795548;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Brown h2:before {
border-top-color: transparent;
border-right-color: #3E2723;
border-bottom-color: #3E2723;
border-left-color: transparent;
}
.material-card.Brown.mc-active h2:before {
border-top-color: transparent;
border-right-color: #795548;
border-bottom-color: #795548;
border-left-color: transparent;
}
.material-card.Brown.mc-active h2:after {
border-top-color: #3E2723;
border-right-color: #3E2723;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Brown .mc-btn-action {
background-color: #795548;
}
.material-card.Brown .mc-btn-action:hover {
background-color: #3E2723;
}
.material-card.Brown .mc-footer h4 {
color: #3E2723;
}
.material-card.Brown .mc-footer a {
background-color: #3E2723;
}
.material-card.Brown.mc-active .mc-content {
background-color: #EFEBE9;
}
.material-card.Brown.mc-active .mc-footer {
background-color: #D7CCC8;
}
.material-card.Brown.mc-active .mc-btn-action {
border-color: #EFEBE9;
}
.material-card.Grey h2 {
background-color: #9E9E9E;
}
.material-card.Grey h2:after {
border-top-color: #9E9E9E;
border-right-color: #9E9E9E;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Grey h2:before {
border-top-color: transparent;
border-right-color: #212121;
border-bottom-color: #212121;
border-left-color: transparent;
}
.material-card.Grey.mc-active h2:before {
border-top-color: transparent;
border-right-color: #9E9E9E;
border-bottom-color: #9E9E9E;
border-left-color: transparent;
}
.material-card.Grey.mc-active h2:after {
border-top-color: #212121;
border-right-color: #212121;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Grey .mc-btn-action {
background-color: #9E9E9E;
}
.material-card.Grey .mc-btn-action:hover {
background-color: #212121;
}
.material-card.Grey .mc-footer h4 {
color: #212121;
}
.material-card.Grey .mc-footer a {
background-color: #212121;
}
.material-card.Grey.mc-active .mc-content {
background-color: #FAFAFA;
}
.material-card.Grey.mc-active .mc-footer {
background-color: #F5F5F5;
}
.material-card.Grey.mc-active .mc-btn-action {
border-color: #FAFAFA;
}
.material-card.Blue-Grey h2 {
background-color: #607D8B;
}
.material-card.Blue-Grey h2:after {
border-top-color: #607D8B;
border-right-color: #607D8B;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue-Grey h2:before {
border-top-color: transparent;
border-right-color: #263238;
border-bottom-color: #263238;
border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:before {
border-top-color: transparent;
border-right-color: #607D8B;
border-bottom-color: #607D8B;
border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:after {
border-top-color: #263238;
border-right-color: #263238;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue-Grey .mc-btn-action {
background-color: #607D8B;
}
.material-card.Blue-Grey .mc-btn-action:hover {
background-color: #263238;
}
.material-card.Blue-Grey .mc-footer h4 {
color: #263238;
}
.material-card.Blue-Grey .mc-footer a {
background-color: #263238;
}
.material-card.Blue-Grey.mc-active .mc-content {
background-color: #ECEFF1;
}
.material-card.Blue-Grey.mc-active .mc-footer {
background-color: #CFD8DC;
}
.material-card.Blue-Grey.mc-active .mc-btn-action {
border-color: #ECEFF1;
}
@media screen and (max-width: 767px) {
.material-card.mc-active {
padding-bottom: 0;
height: auto;
}
}
@media screen and (max-width: 767px) {
.material-card.mc-active .mc-content {
position: relative;
margin-right: 16px;
}
}
@media screen and (max-width: 767px) {
.material-card.mc-active .mc-description {
position: relative;
top: auto;
right: auto;
left: auto;
padding: 50px 30px 70px 30px;
bottom: 0;
}
}
#video-background {
/* making the video fullscreen */
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
}
.jusitfy-center {
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: calc(100vh - 102px);
top: 0;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jusitfy-center:before {
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
background: black;
background: transparent;
background: rgba(0, 0, 0, 0.4);
z-index: 2;
}
.jusitfy-center .page-header, .jusitfy-center .page-header > * {
z-index: 2;
position: relative;
}
.jusitfy-center .page-header h1, .jusitfy-center .page-header h3 {
color: #CDDC39;
}
.jusitfy-center .page-header h1 {
font-size: 4rem;
}
.jusitfy-center .page-header h3 {
font-size: 1.5rem;
}
.jusitfy-center .lazy-image {
position: absolute;
width: 100%;
display: block;
top: 0;
left: 0;
z-index: 1;
}
.jusitfy-center .lazy-image:before {
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
background: black;
background: transparent;
background: rgba(0, 0, 0, 0.4);
z-index: 2;
}
#tab-contact {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background-color: #3b3f45;
}
#tab-contact .cell {
padding-top: 20%;
}
#tab-projects {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-top: 4%;
}
.fa {
position: relative;
top: 1px;
}
.grid-container {
width: 80%;
}
/* Main form wrapper */
.fs-form-wrap {
position: relative;
width: 100%;
height: 100%;
color: #fff;
}
.overview .fs-form-wrap {
height: auto;
top: -10%;
}
/* Title */
.fs-title {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 40px;
width: 100%;
}
.fs-title h1 {
margin: 0;
}
/* Form */
.fs-form {
position: relative;
text-align: left;
font-size: 2.5em;
}
.no-js .fs-form {
padding: 0 0 6em 0;
}
.fs-form-overview {
width: 100%;
height: 100%;
color: #512DA8;
font-size: 1.2em;
}
.fs-form-overview .fs-fields::before {
display: block;
margin-bottom: 3rem;
color: #AFB42B;
content: 'Review & Submit';
font-weight: 700;
font-size: 1.85em;
}
.fs-form.fs-show {
-webkit-animation: animFadeIn 0.5s;
animation: animFadeIn 0.5s;
}
.fs-form.fs-show .fs-fields {
-webkit-animation: animMove 0.5s;
animation: animMove 0.5s;
}
@-webkit-keyframes animFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes animFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes animMove {
from {
top: 100px;
}
}
@keyframes animMove {
from {
top: 100px;
}
}
.fs-form-full .fs-fields > li, .fs-nav-dots, .fs-progress, .fs-numbers, button.fs-continue, .fs-message-error, .fs-message-final {
visibility: hidden;
}
.no-js .fs-form-full .fs-fields > li {
visibility: visible;
}
.fs-show {
visibility: visible !important;
}
.fs-form-wrap button {
border: none;
background: none;
}
.fs-form-wrap button[disabled] {
opacity: 0.3;
pointer-events: none;
}
.fs-form-wrap input:focus, .fs-form-wrap button:focus {
outline: none;
}
/* Hide the submit button */
.fs-form .fs-submit {
display: none;
}
/* Fields */
.fs-fields {
position: relative;
margin: 0 auto;
padding: 0;
top: 0;
list-style: none;
}
.fs-fields > li {
position: relative;
z-index: 1;
margin: 0;
padding: 0;
border: none;
clear: both;
}
.fs-fields > li:hover {
z-index: 999;
}
.fs-radio-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.fs-radio-group:focus, .fs-radio-group:hover {
outline: 0;
}
.js .fs-form-full .fs-fields > li {
position: absolute;
width: 100%;
}
.fs-form-overview .fs-fields > li, .no-js .fs-form .fs-fields > li {
margin: 1em 0 2em;
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
/* Labels & info */
.fs-fields > li label {
position: relative;
}
.fs-fields > li label.fs-field-label {
display: inline-block;
font-weight: 700;
pointer-events: none;
font-size: 1.75rem;
color: #fff;
}
.fs-form-full .fs-fields > li label[data-info]::after {
position: relative;
display: inline-block;
top: 15px;
margin-left: 10px;
width: 24px;
height: 24px;
border: 2px solid #BDBDBD;
color: #BDBDBD;
border-radius: 50%;
content: 'i';
vertical-align: top;
text-align: center;
font-weight: 700;
font-style: italic;
font-size: 14px;
font-family: Georgia, serif;
line-height: 20px;
cursor: pointer;
pointer-events: auto;
}
.fs-form-full .fs-fields > li label[data-info]::before {
position: absolute;
bottom: 100%;
left: 0;
padding: 0 0 10px;
min-width: 200px;
content: attr(data-info);
font-size: 0.4em;
color: #6a7b7e;
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
pointer-events: none;
}
.fs-form-full .fs-fields > li label[data-info]:hover::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
border-color: #CDDC39;
color: #CDDC39;
}
.fs-form-full .fs-fields > li label[data-info]:hover::before, .fs-form-full .fs-fields > li label[data-info]:hover::after {
border-color: #CDDC39;
color: #CDDC39;
}
.fs-form-full .fs-fields > li label:hover ~ .fs-info {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
pointer-events: auto;
}
.fs-form-full .fs-fields > li .fs-info:hover {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
pointer-events: auto;
}
/* Inputs */
.fs-fields input {
display: block;
height: 80px;
margin: 0;
padding: 0 0 .15em;
width: 100%;
border: none;
border-color: transparent;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
background-color: transparent;
color: #CDDC39;
text-overflow: ellipsis;
font-weight: bold;
font-size: 1.5em;
border-radius: 0;
}
.fs-fields input:focus {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-color: transparent;
border-bottom-color: rgba(205, 220, 57, 0.8);
}
.fs-fields input:invalid {
-webkit-box-shadow: none;
box-shadow: none;
/* removes red shadow in FF*/
}
.fs-form-overview .fs-fields input {
border-bottom-color: transparent;
color: #CDDC39;
}
.fs-fields [required] {
background-image: url(../img/abacusstar.svg);
background-position: top right;
background-size: 18px;
background-repeat: no-repeat;
}
.fs-fields input:focus {
background-color: transparent;
/* Fixes chrome bug with placeholder */
}
.fs-form-overview .fs-fields input {
font-size: 1.2em;
}
.fs-form-overview .fs-fields input:focus {
/* Fixes chrome bug with placeholder */
}
.fs-fields .fs-radio-custom input[type="radio"] {
position: absolute;
display: block;
margin: 30px auto 20px;
margin: 0 auto 20px;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
.fs-fields > li .fs-radio-custom span {
float: left;
position: relative;
margin-right: 3%;
padding: 10px;
max-width: 200px;
width: 30%;
text-align: center;
font-weight: 700;
font-size: 50%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fs-fields > li .fs-radio-custom span label {
color: #fff;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.fs-form-overview .fs-fields > li .fs-radio-custom span {
max-width: 140px;
font-size: 75%;
}
.fs-fields > li .fs-radio-custom label {
display: block;
padding-top: 100%;
width: 100%;
height: 100%;
cursor: pointer;
}
.fs-fields .fs-radio-custom label::after {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
background-position: 50% 0%;
background-size: 85%;
background-repeat: no-repeat;
content: '';
opacity: 0.5;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.fs-fields .fs-radio-custom label.radio-mobile::after {
background-image: url(../img/mobile.svg);
}
.fs-fields .fs-radio-custom label.radio-social::after {
background-image: url(../img/social.svg);
}
.fs-fields .fs-radio-custom label.radio-conversion::after {
background-image: url(../img/conversion.svg);
}
.fs-fields .fs-radio-custom label:hover::after {
opacity: 1;
}
.fs-fields input[type="radio"]:focus + label::after, .fs-fields input[type="radio"]:checked + label::after {
opacity: 1;
}
.fs-fields .fs-radio-custom input[type="radio"]:checked + label {
color: #CDDC39;
}
.fs-form-overview .fs-fields .fs-radio-custom input[type="radio"]:checked + label {
color: rgba(0, 0, 0, 0.8);
}
.fs-fields textarea {
padding: 0.25em;
width: 100%;
height: 200px;
border: 2px solid rgba(0, 0, 0, 0.2);
background-color: transparent;
color: #CDDC39;
font-weight: 700;
font-size: 0.85em;
resize: none;
}
.fs-form-overview .fs-fields textarea {
height: 100px;
color: #CDDC39;
}
.fs-fields textarea:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #CDDC39;
}
.fs-form div.cs-select.cs-skin-boxes {
display: block;
}
.fs-form-overview .cs-skin-boxes > span {
border-radius: 5px;
width: 90px;
height: 70px;
font-size: 0.8em;
}
.fs-form-overview .cs-skin-boxes > span::before {
padding-top: 50px;
-webkit-box-shadow: 0 20px 0 #292c30, inset 0 -5px #292c30;
box-shadow: 0 20px 0 #292c30, inset 0 -5px #292c30;
}
.fs-form-over .fs-fields input.fs-mark:focus {
border-color: rgba(205, 220, 57, 0.8) !important;
}
.fs-fields input.fs-mark {
padding-left: 3em;
background-image: url(../img/dollar.svg);
background-position: 0% .15em;
background-size: auto 75%;
background-repeat: no-repeat;
}
.fs-fields input.fs-mark[required] {
background-image: url(../img/dollar.svg), url(../img/abacusstar.svg);
background-position: 0% .15em, top right;
background-size: auto 75%, 18px;
background-repeat: no-repeat;
}
.fs-fields input::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.1);
}
.fs-fields textarea::-webkit-input-placeholder, .fs-fields input:-moz-placeholder, .fs-fields textarea:-moz-placeholder, .fs-fields input::-moz-placeholder, .fs-fields textarea::-moz-placeholder, .fs-fields input:-ms-input-placeholder, .fs-fields textarea:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.1);
}
.fs-fields input:focus::-webkit-input-placeholder {
color: transparent;
}
/* placeholder */
/* Hide placeholder when focused in Webkit browsers */
/* Dot navigation */
.fs-nav-dots {
position: absolute;
top: 50%;
right: 60px;
left: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.fs-nav-dots button {
position: relative;
display: block;
padding: 0;
margin: 16px 0;
width: 16px;
height: 16px;
border-radius: 50%;
background: transparent;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.fs-nav-dots button::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.5);
content: '';
text-indent: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.fs-nav-dots button::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.5);
content: '';
text-indent: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: #BDBDBD;
-webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}
.fs-nav-dots button.fs-dot-current {
-webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}
.fs-nav-dots button:hover::before, .fs-nav-dots button.fs-dot-current::before {
background: #fffed8;
}
.fs-nav-dots button:hover {
cursor: pointer;
}
/* Progress bar */
.fs-progress {
position: absolute;
top: 0;
width: 0%;
height: 0.5em;
background: #CDDC39;
-webkit-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
}
/* Number indicator */
.fs-numbers {
position: absolute;
top: 0;
right: 0;
overflow: hidden;
color: #BDBDBD;
margin: 40px;
width: 2em;
font-weight: 700;
font-size: 2em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
cursor: default;
}
.fs-numbers:after {
position: absolute;
width: 100%;
text-align: center;
content: '/';
font-weight: 300;
opacity: 0.4;
left: 0;
}
.fs-numbers span {
float: right;
width: 40%;
text-align: center;
}
.fs-numbers .fs-number-current {
float: left;
}
.fs-numbers .fs-number-new {
position: absolute;
left: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.fs-numbers.fs-show-next .fs-number-new {
-webkit-animation: animMoveUpFromDown 0.4s both;
animation: animMoveUpFromDown 0.4s both;
}
.fs-numbers.fs-show-next .fs-number-current {
-webkit-animation: animMoveUp 0.4s both;
animation: animMoveUp 0.4s both;
}
.fs-numbers.fs-show-prev .fs-number-new {
-webkit-animation: animMoveDownFromUp 0.4s both;
animation: animMoveDownFromUp 0.4s both;
}
.fs-numbers.fs-show-prev .fs-number-current {
-webkit-animation: animMoveDown 0.4s both;
animation: animMoveDown 0.4s both;
}
/* Animations for numbers */
/* Show next number */
@-webkit-keyframes animMoveUpFromDown {
from {
-webkit-transform: translateY(100%);
}
to {
-webkit-transform: translateY(0);
}
}
@keyframes animMoveUpFromDown {
from {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes animMoveUp {
to {
-webkit-transform: translateY(-100%);
}
}
@keyframes animMoveUp {
to {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
/* Show previous number */
@-webkit-keyframes animMoveDownFromUp {
from {
-webkit-transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
}
}
@keyframes animMoveDownFromUp {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes animMoveDown {
to {
-webkit-transform: translateY(100%);
}
}
@keyframes animMoveDown {
to {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
/* Continue button and submit button */
button.fs-submit, button.fs-continue {
padding: 0.6em 1.5em;
border: 3px solid #AFB42B;
border-radius: 40px;
font-weight: 700;
color: #CDDC39;
}
.fs-form-overview .fs-submit, .no-js .fs-form .fs-submit {
display: block;
float: right;
}
.fs-form-overview .fs-submit {
border-color: #AFB42B;
color: #CDDC39;
}
button.fs-continue {
position: absolute;
right: 0;
bottom: 0;
margin: 0 40px 60px 0;
font-size: 1.25em;
}
button.fs-continue:hover, button.fs-continue:focus {
cursor: pointer;
}
button.fs-submit:hover, button.fs-submit:focus {
background: #AFB42B;
color: #fff;
cursor: pointer;
}
button.fs-continue:hover {
background: #AFB42B;
color: #fff;
cursor: pointer;
}
.fs-continue::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
line-height: 3;
text-align: center;
background: transparent;
color: #BDBDBD;
content: 'or press ENTER';
font-size: 0.65em;
pointer-events: none;
}
/* Error message */
.fs-message-error {
position: absolute;
text-align: left;
bottom: 75%;
left: 0;
z-index: 800;
max-width: 960px;
width: 100%;
color: #eb7e7f;
font-weight: 700;
font-size: 1em;
opacity: 0;
}
.fs-message-error.fs-show {
opacity: 1;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
/* Animation classes & animations */
.fs-form li.fs-current {
visibility: visible;
}
.fs-form li.fs-hide, .fs-form li.fs-show {
pointer-events: none;
}
.fs-form .fs-display-next .fs-hide {
visibility: visible;
}
.fs-form .fs-display-next .fs-hide .fs-anim-lower, .fs-form .fs-display-next .fs-hide .fs-anim-upper {
-webkit-animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.fs-form .fs-display-next .fs-hide .fs-anim-lower {
-webkit-animation-delay: .1s;
animation-delay: .1s;
}
.fs-form .fs-display-next .fs-show .fs-anim-lower, .fs-form .fs-display-next .fs-show .fs-anim-upper {
-webkit-animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}
.fs-form .fs-display-next .fs-show .fs-anim-lower {
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.fs-form .fs-display-prev .fs-hide {
visibility: visible;
}
.fs-form .fs-display-prev .fs-hide .fs-anim-lower {
-webkit-animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
-webkit-animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
-webkit-animation-delay: .1s;
animation-delay: .1s;
}
.fs-form .fs-display-prev .fs-show .fs-anim-lower {
-webkit-animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}
.fs-form .fs-display-prev .fs-show .fs-anim-upper {
-webkit-animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
/* Hide current li when navigating to next question */
@-webkit-keyframes animHideNext {
to {
opacity: 0;
-webkit-transform: translate3d(0, -500px, 0);
}
}
@keyframes animHideNext {
to {
opacity: 0;
-webkit-transform: translate3d(0, -500px, 0);
transform: translate3d(0, -500px, 0);
}
}
/* Show new li when navigating to next question */
@-webkit-keyframes animShowNext {
from {
opacity: 0;
-webkit-transform: translate3d(0, 500px, 0);
}
}
@keyframes animShowNext {
from {
opacity: 0;
-webkit-transform: translate3d(0, 500px, 0);
transform: translate3d(0, 500px, 0);
}
}
/* Hide current li when navigating to previous question */
@-webkit-keyframes animHidePrev {
to {
opacity: 0;
-webkit-transform: translate3d(0, 500px, 0);
}
}
@keyframes animHidePrev {
to {
opacity: 0;
-webkit-transform: translate3d(0, 500px, 0);
transform: translate3d(0, 500px, 0);
}
}
/* Show new li when navigating to previous question */
@-webkit-keyframes animShowPrev {
from {
opacity: 0;
-webkit-transform: translate3d(0, -500px, 0);
}
}
@keyframes animShowPrev {
from {
opacity: 0;
-webkit-transform: translate3d(0, -500px, 0);
transform: translate3d(0, -500px, 0);
}
}
/* Remove IE clear cross */
input[type=text]::-ms-clear {
display: none;
}
/* Adjust form for smaller screens */
@media screen and (max-width: 52.5em) {
body {
min-height: 500px;
}
.fs-form-wrap {
font-size: 70%;
}
.fs-form {
top: 6em;
right: 2em;
left: 0;
padding: 0 3.75em 0 1em;
width: auto;
font-size: 2em;
}
.fs-form.fs-form-overview {
top: 0;
right: 0;
padding: 1.5em 1em 8em 1em;
font-size: 1.5em;
}
.fs-title {
padding: 20px;
}
.fs-numbers {
margin: 20px;
}
.fs-nav-dots {
right: 25px;
}
button.fs-continue {
right: 20px;
bottom: 20px;
margin: 0;
padding: 50px 0 0 50px;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 2em;
}
button.fs-continue::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '\27A1';
text-align: center;
font-size: 1em;
line-height: 50px;
}
.fs-continue::after {
content: '';
}
button.fs-submit {
width: 100%;
font-size: 1.25em;
}
.fs-message-error {
bottom: 1.75em;
left: 0;
padding: 0 90px 0 2em;
width: 100%;
font-size: 1.5em;
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
.fs-message-error.fs-show {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
div.cs-select {
display: inline-block;
vertical-align: middle;
position: relative;
text-align: left;
background: #fff;
z-index: 100;
width: 100%;
max-width: 500px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.cs-select:focus {
outline: none;
/* For better accessibility add a style for this in your skin */
}
.cs-select select {
display: none;
}
.cs-select span {
display: block;
position: relative;
cursor: pointer;
padding: 1em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cs-select > span {
padding-right: 3em;
}
.cs-select > span::after {
speak: none;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cs-select .cs-selected span::after {
speak: none;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\2713';
margin-left: 1em;
}
.cs-select > span::after {
content: '\25BE';
right: 1em;
}
.cs-select.cs-active > span::after {
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.cs-select .cs-options {
position: absolute;
overflow: hidden;
width: 100%;
background: #fff;
visibility: hidden;
z-index: 10000;
}
.cs-select.cs-active .cs-options {
visibility: visible;
}
.cs-select ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.cs-select ul span {
padding: 1em;
}
.cs-select ul li.cs-focus span {
background-color: #ddd;
}
.cs-select li.cs-optgroup ul {
padding-left: 1em;
}
.cs-select li.cs-optgroup > span {
cursor: default;
}
div.cs-skin-boxes {
background: transparent;
font-size: 0.65em;
font-weight: 700;
max-width: 300px;
z-index: 2000;
color: #fff;
}
@media screen and (max-width: 30em) {
div.cs-skin-boxes {
font-size: 1em;
}
}
.cs-skin-boxes > span {
border: 3px solid #292c30;
border-radius: 5px;
width: 150px;
height: 140px;
font-size: 0.5em;
padding: 0 0 0 10px;
background: #555b64;
}
div.cs-skin-boxes:focus > span {
-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.cs-skin-boxes > span::before {
content: '';
display: block;
padding-top: 110px;
margin-left: -10px;
-webkit-box-shadow: 0 25px 0 #292c30, inset 0 -10px #292c30;
box-shadow: 0 25px 0 #292c30, inset 0 -10px #292c30;
}
.cs-skin-boxes > span::after {
top: auto;
-webkit-transform: none;
transform: none;
}
.cs-skin-boxes.cs-active > span::after {
top: auto;
-webkit-transform: none;
transform: none;
}
.cs-skin-boxes .cs-options {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: auto;
background: #3b3f45;
font-size: 12px;
opacity: 0;
-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
transition: opacity 0.3s, visibility 0s 0.3s;
}
.cs-skin-boxes.cs-active .cs-options {
opacity: 1;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.cs-skin-boxes .cs-options ul {
position: absolute;
width: 100%;
height: 100%;
padding: 10px;
}
.cs-skin-boxes .cs-options li {
width: 20%;
height: 25%;
float: left;
position: relative;
cursor: pointer;
border-radius: 14px;
overflow: hidden;
opacity: 0;
color: rgba(255, 255, 255, 0.6);
border: 10px solid transparent;
background-clip: padding-box;
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
-webkit-box-shadow: inset 0 -6em 0 -2em #282b30, inset 0 -1px 1px #000;
box-shadow: inset 0 -6em 0 -2em #282b30, inset 0 -1px 1px #000;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.cs-skin-boxes.cs-active .cs-options li {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(2) {
-webkit-transition-delay: 0.01s;
transition-delay: 0.01s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(3) {
-webkit-transition-delay: 0.02s;
transition-delay: 0.02s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(4) {
-webkit-transition-delay: 0.03s;
transition-delay: 0.03s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(5) {
-webkit-transition-delay: 0.04s;
transition-delay: 0.04s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(6) {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(7) {
-webkit-transition-delay: 0.06s;
transition-delay: 0.06s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(8) {
-webkit-transition-delay: 0.07s;
transition-delay: 0.07s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(9) {
-webkit-transition-delay: 0.08s;
transition-delay: 0.08s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(10) {
-webkit-transition-delay: 0.09s;
transition-delay: 0.09s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(11) {
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(12) {
-webkit-transition-delay: .11s;
transition-delay: .11s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(13) {
-webkit-transition-delay: .12s;
transition-delay: .12s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(14) {
-webkit-transition-delay: .13s;
transition-delay: .13s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(15) {
-webkit-transition-delay: .14s;
transition-delay: .14s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(16) {
-webkit-transition-delay: .15s;
transition-delay: .15s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(17) {
-webkit-transition-delay: .16s;
transition-delay: .16s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(18) {
-webkit-transition-delay: .17s;
transition-delay: .17s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(19) {
-webkit-transition-delay: .18s;
transition-delay: .18s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(20) {
-webkit-transition-delay: .19s;
transition-delay: .19s;
}
.cs-skin-boxes .cs-options li.cs-selected::after {
content: '\2714';
color: rgba(0, 0, 0, 0.1);
position: absolute;
font-size: 2em;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, -1em, 0);
transform: translate3d(-50%, -50%, 0) translate3d(0, -1em, 0);
}
.cs-skin-boxes .cs-options li.cs-selected span::after {
content: '';
}
.cs-skin-boxes .cs-options li.color-588c75 {
background-color: #588c75;
}
.cs-skin-boxes .cs-options li.color-b0c47f {
background-color: #b0c47f;
}
.cs-skin-boxes .cs-options li.color-f3e395 {
background-color: #f3e395;
}
.cs-skin-boxes .cs-options li.color-f3ae73 {
background-color: #f3ae73;
}
.cs-skin-boxes .cs-options li.color-da645a {
background-color: #da645a;
}
.cs-skin-boxes .cs-options li.color-79a38f {
background-color: #79a38f;
}
.cs-skin-boxes .cs-options li.color-c1d099 {
background-color: #c1d099;
}
.cs-skin-boxes .cs-options li.color-f5eaaa {
background-color: #f5eaaa;
}
.cs-skin-boxes .cs-options li.color-f5be8f {
background-color: #f5be8f;
}
.cs-skin-boxes .cs-options li.color-e1837b {
background-color: #e1837b;
}
.cs-skin-boxes .cs-options li.color-9bbaab {
background-color: #9bbaab;
}
.cs-skin-boxes .cs-options li.color-d1dcb2 {
background-color: #d1dcb2;
}
.cs-skin-boxes .cs-options li.color-f9eec0 {
background-color: #f9eec0;
}
.cs-skin-boxes .cs-options li.color-f7cda9 {
background-color: #f7cda9;
}
.cs-skin-boxes .cs-options li.color-e8a19b {
background-color: #e8a19b;
}
.cs-skin-boxes .cs-options li.color-bdd1c8 {
background-color: #bdd1c8;
}
.cs-skin-boxes .cs-options li.color-e1e7cd {
background-color: #e1e7cd;
}
.cs-skin-boxes .cs-options li.color-faf4d4 {
background-color: #faf4d4;
}
.cs-skin-boxes .cs-options li.color-fbdfc9 {
background-color: #fbdfc9;
}
.cs-skin-boxes .cs-options li.color-f1c1bd {
background-color: #f1c1bd;
}
.cs-skin-boxes .cs-options span {
position: absolute;
bottom: 0;
width: 100%;
line-height: 2em;
text-transform: uppercase;
letter-spacing: 1px;
}
.cs-skin-boxes .cs-options li span:hover {
color: #fff;
}
.cs-skin-boxes li.cs-focus span, .cs-skin-boxes li.cs-selected span {
color: #fff;
}
/* Product grid */
.grid {
position: relative;
overflow: hidden;
max-width: 1300px;
margin: 0 auto;
padding: 1.5em 0 8em;
text-align: center;
}
/* Loader */
.grid__loader {
display: none;
margin: 3em auto 0;
}
.grid--loading .grid__loader {
display: block;
}
/* Clearfix */
.grid:after {
content: '';
display: block;
clear: both;
}
/* Grid items */
.grid__sizer, .grid__item {
position: relative;
float: left;
width: 20%;
padding: .75em;
}
.no-touch .grid__sizer, .no-touch .grid__item {
padding: .75em .75em 1.25em;
}
.grid--loading .grid__item {
visibility: hidden;
}
.grid__item--size-a {
width: 40%;
}
/* Gallery */
.slider {
padding: 0;
border-radius: 5px;
background: #24252a;
}
.no-touch .slider {
padding: 0 0 1.25em;
}
.slider__item {
width: 100%;
padding: 1em;
}
.slider__item img {
width: 100%;
}
/* Flickity page dots */
.slider .flickity-page-dots {
bottom: 20px;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.no-touch .slider:hover .flickity-page-dots {
opacity: 1;
}
.slider .flickity-page-dots .dot {
background: #131417;
}
/* Product meta */
.meta {
position: relative;
margin: 10px 0 0;
padding: 0 60px 0 0;
text-align: left;
}
.meta__brand {
font-size: .85em;
font-weight: bold;
display: block;
color: #595b64;
}
.meta__title {
font-size: .95em;
font-weight: bold;
margin: 0;
padding: .4em 0 .1em;
}
.meta__price {
font-size: .95em;
font-weight: bold;
position: absolute;
top: .45em;
right: .25em;
color: #595b64;
}
/* Action style */
.action {
font-family: Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
font-size: 1.05em;
position: relative;
overflow: hidden;
margin: 0;
padding: .25em;
cursor: pointer;
color: #fff;
border: none;
background: none;
}
.action:focus {
outline: none;
}
.action--button {
color: #5c5edc;
}
.no-touch .action--button:hover {
color: #fff;
outline: none;
}
.text-hidden {
position: absolute;
top: 200%;
}
/* Add to cart button */
.action--buy {
position: absolute;
top: 0;
right: 0;
padding: 1.85em 2.35em;
-webkit-transition: opacity .3s, -webkit-transform .3s;
transition: opacity .3s, -webkit-transform .3s;
transition: opacity .3s, transform .3s;
transition: opacity .3s, transform .3s, -webkit-transform .3s;
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
.no-touch .action--buy {
opacity: 0;
}
.no-touch .grid__item:hover .action--buy {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* Fixed bottom bar */
.bar {
position: fixed;
z-index: 100;
bottom: 0;
left: 0;
width: 100%;
padding: 1.75em 5em;
text-align: center;
background: #191a1b;
-webkit-transform: translate3d(0, 0, 0);
/* Fix for Chrome flicker on Mac ...party like we're in 2012! */
}
.flexbox .filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/* Filter */
.filter__label {
font-size: .85em;
display: inline-block;
margin: 0 2%;
font-weight: bold;
color: #393A3F;
}
.filter__item {
font-weight: bold;
margin: 0 2%;
padding: .1em;
vertical-align: middle;
color: #a3a3b3;
border-bottom: 2px solid transparent;
}
.filter__item--selected {
color: #5c5edc;
border-color: #5c5edc;
}
.filter__item .icon {
font-size: 1.75em;
display: none;
}
/* Shopping cart */
.cart {
font-size: 1.5em;
position: absolute;
top: 0;
right: 0;
overflow: hidden;
height: 100%;
padding: 0 1.195em;
cursor: pointer;
color: #abacae;
border: none;
background-color: #131415;
}
.no-touch .cart:focus, .no-touch .cart:hover {
color: #fff;
outline: none;
}
.cart--animate .cart__icon {
-webkit-animation: cartAnim .4s forwards;
animation: cartAnim .4s forwards;
}
@-webkit-keyframes cartAnim {
50% {
opacity: 0;
-webkit-transform: translate3d(50px, 0, 0);
transform: translate3d(50px, 0, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes cartAnim {
50% {
opacity: 0;
-webkit-transform: translate3d(50px, 0, 0);
transform: translate3d(50px, 0, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.cart__count {
font-size: 9px;
font-weight: bold;
line-height: 15px;
position: absolute;
top: 50%;
right: 20px;
width: 15px;
height: 15px;
margin: -16px 0 0 0;
text-align: center;
color: #fff;
border-radius: 50%;
background: #5c5edc;
}
.cart--animate .cart__count {
-webkit-animation: countAnim .4s forwards;
animation: countAnim .4s forwards;
}
@-webkit-keyframes countAnim {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 80px, 0);
transform: translate3d(0, 80px, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -80px, 0);
transform: translate3d(0, -80px, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes countAnim {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 80px, 0);
transform: translate3d(0, 80px, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -80px, 0);
transform: translate3d(0, -80px, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
/* Resize grid items on smaller screens */
@media screen and (max-width: 65em) {
.grid__sizer, .grid__item, .grid__item--size-a {
width: 33.333%;
}
}
@media screen and (max-width: 50em) {
.grid__sizer, .grid__item, .grid__item--size-a {
width: 50%;
}
.bar {
padding-left: 0;
text-align: left;
}
}
@media screen and (max-width: 40em) {
.bar {
padding: .5em 4.5em .5em 0;
}
.flexbox .filter {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.filter__item {
height: 100%;
padding: .5em .1em;
border: none;
}
.filter__item .icon {
display: inline-block;
}
.filter__label, .action__text {
display: none;
}
.cart {
padding: 0 1em;
}
}
@media screen and (max-width: 25em) {
.grid {
max-width: 75%;
}
.grid__loader {
margin: 0 auto;
}
.grid__sizer, .grid__item, .grid__item--size-a {
width: 100%;
}
.action--buy {
font-size: 1.5em;
padding: 1.15em 1.5em;
-webkit-tap-highlight-color: transparent;
}
}
@media screen and (max-width: 30em) {
.cs-skin-boxes .cs-options li {
-webkit-box-shadow: none;
box-shadow: none;
border-width: 3px;
border-radius: 8px;
}
}
@media screen and (max-width: 30em) {
.cs-skin-boxes .cs-options li.cs-selected::after {
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
}
@media screen and (max-width: 30em) {
.cs-skin-boxes .cs-options span {
display: none;
}
} | build/stylesheets/main.css | @import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";
body {
font-family: 'Raleway', sans-serif;
color: #212121;
margin: 0;
}
a {
text-decoration: none;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
overflow: hidden;
}
.no-js #loader-wrapper {
display: none;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #16a085;
-webkit-animation: spin 1.7s linear infinite;
animation: spin 1.7s linear infinite;
z-index: 101;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #e74c3c;
-webkit-animation: spin-reverse .6s linear infinite;
animation: spin-reverse .6s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #f9c922;
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes spin-reverse {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes spin-reverse {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
.not-loaded .loader-section {
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.loaded #loader-wrapper {
display: none !important;
}
/* Loaded styles */
.loaded .loader-section {
visibility: visible !important;
opacity: 1 !important;
}
.loaded #loader {
opacity: 0 !important;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.loaded #loader {
display: none;
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all 0.3s 1s ease-out;
transition: all 0.3s 1s ease-out;
}
.et-hero-tabs,
.et-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
position: relative;
overflow-y: scroll;
background: #eee;
text-align: center;
color: #212121;
}
.et-hero-tabs h1,
.et-slide h1 {
font-size: 2rem;
margin: 0;
letter-spacing: 1rem;
}
.et-hero-tabs h3,
.et-slide h3 {
font-size: 1rem;
letter-spacing: 0.3rem;
opacity: 0.6;
margin-bottom: 4rem;
}
.et-hero-tabs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
position: absolute;
bottom: 0;
width: 100%;
height: 102px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
background: #fff;
z-index: 100;
}
.et-hero-tabs-container--top {
position: fixed;
top: 0;
overflow: visible;
}
.et-hero-tab {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: #000;
letter-spacing: .1rem;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
font-size: 0.8rem;
}
.et-hero-tab:hover {
color: white;
background: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.et-hero-tab.primary-tab {
background: #CDDC39;
color: #fff;
font-weight: 700;
font-size: 1.25rem;
}
.et-hero-tab.primary-tab:hover {
background: #AFB42B;
}
.et-hero-tab:focus {
outline: 0;
}
.et-hero-tab.active-tab {
color: #000;
}
.et-hero-tab-slider {
position: absolute;
bottom: 0;
width: 0;
height: 6px;
background: #CDDC39;
-webkit-transition: left 0.3s ease;
transition: left 0.3s ease;
}
@media (min-width: 800px) {
.et-hero-tabs h1,
.et-slide h1 {
font-size: 3rem;
}
.et-hero-tabs h3,
.et-slide h3 {
font-size: 1rem;
}
.et-hero-tab {
font-size: 1rem;
}
}
body {
background-color: #673AB7;
overflow-x: hidden;
}
body .base {
z-index: 90;
position: relative;
top: 0px;
left: 0px;
background-color: #FFFFFF;
width: 98px;
height: 98px;
-webkit-transition: all 1s cubic-bezier(0.5, -0.75, 0.05, 1);
transition: all 1s cubic-bezier(0.5, -0.75, 0.05, 1);
border-bottom-right-radius: 100%;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
overflow: hidden;
}
body .base .menu {
z-index: 100;
background-color: #FFFFFF;
position: absolute;
top: 0px;
left: 0px;
width: 100px;
height: 100px;
border-bottom-right-radius: 200px;
cursor: pointer;
-webkit-transition: all 1s cubic-bezier(0.5, -0.75, 0.05, 1), background-color 1s ease;
transition: all 1s cubic-bezier(0.5, -0.75, 0.05, 1), background-color 1s ease;
}
body .base .menu .icon {
position: absolute;
width: 25px;
height: 25px;
top: 50%;
left: 50%;
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
body .base .menu .icon:before, body .base .menu .icon:after {
content: '';
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: top 0.5s ease 0.5s, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease;
transition: top 0.5s ease 0.5s, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease;
transition: top 0.5s ease 0.5s, transform 0.5s ease, background-color 0.75s ease 0.25s;
transition: top 0.5s ease 0.5s, transform 0.5s ease, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease;
}
body .base .menu .icon .bar, body .base .menu .icon:before, body .base .menu .icon:after {
position: absolute;
height: 5px;
left: 0px;
right: 0px;
border-radius: 5px;
background-color: #673AB7;
}
body .base .menu .icon .bar {
-webkit-transition: opacity 0s linear 0.5s, background-color 0.75s ease 0.25s;
transition: opacity 0s linear 0.5s, background-color 0.75s ease 0.25s;
opacity: 1;
top: 10px;
}
body .base .menu .icon:before {
top: 0px;
}
body .base .menu .icon:after {
top: initial;
top: 20px;
}
body .base .icons {
z-index: 98;
position: absolute;
top: 0px;
left: 0px;
}
body .base .icons > * {
position: absolute;
font-size: 40px;
color: #673AB7;
-webkit-transition: 0.3s cubic-bezier(0.5, -0.25, 0.05, 1);
transition: 0.3s cubic-bezier(0.5, -0.25, 0.05, 1);
}
body .base .icons .fa-lock {
top: 35px;
left: 0px;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
body .base .icons .fa-envelope-open {
top: 0px;
left: 0px;
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
body .base .icons .fa-arrow-up {
top: 0px;
left: 35px;
}
body .base .section {
z-index: 96;
position: absolute;
top: 0px;
left: 0px;
height: 0px;
width: 0px;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
body .base .section .cover1 {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
body .base .section .cover1,
body .base .section .cover1 .cover2,
body .base .section .cover1 .cover2 .content {
position: absolute;
width: 600px;
height: 600px;
}
body .base .section .cover1,
body .base .section .cover1 .cover2 {
top: 50%;
left: 50%;
-webkit-transform: translate(-100%, -100%) rotate(4deg);
transform: translate(-100%, -100%) rotate(4deg);
overflow: hidden;
pointer-events: none;
-webkit-transition: -webkit-transform 0.5s ease-in;
transition: -webkit-transform 0.5s ease-in;
transition: transform 0.5s ease-in;
transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
body .base .section .cover1 .cover2 {
-webkit-transform: translate(50%, -50%) rotate(-8deg);
transform: translate(50%, -50%) rotate(-8deg);
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
body .base .section .cover1 .cover2 .content {
width: 150px;
height: 150px;
border-radius: 100%;
top: 100%;
left: 0%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: background-color 0s, width 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s, height 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s;
transition: background-color 0s, width 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s, height 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s;
pointer-events: auto;
}
body .base .section-static {
z-index: 94;
width: 100px;
height: 100px;
position: absolute;
top: 0px;
left: 0px;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transition: width 1s cubic-bezier(0.5, -0.75, 0.05, 1), height 1s cubic-bezier(0.5, -0.75, 0.05, 1);
transition: width 1s cubic-bezier(0.5, -0.75, 0.05, 1), height 1s cubic-bezier(0.5, -0.75, 0.05, 1);
}
body .base .section-static:hover {
background-color: #EAEAEA;
}
body .base .section-static.top {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom-right-radius: 400px;
}
body .base .section-static.bottom {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom-right-radius: 400px;
}
body .base.close {
width: 300px;
height: 300px;
-webkit-transition: all 1.25s cubic-bezier(0.5, 0, 0.05, 1.75);
transition: all 1.25s cubic-bezier(0.5, 0, 0.05, 1.75);
}
body .base.close .menu {
width: 150px;
height: 150px;
-webkit-transition: all 1s cubic-bezier(0.5, 0, 0.05, 1.75), background-color 1s ease;
transition: all 1s cubic-bezier(0.5, 0, 0.05, 1.75), background-color 1s ease;
background-color: #673AB7;
}
body .base.close .menu .icon .bar, body .base.close .menu .icon:before, body .base.close .menu .icon:after {
background-color: #FFFFFF;
}
body .base.close .menu .icon .bar {
opacity: 0;
}
body .base.close .menu .icon:before, body .base.close .menu .icon:after {
-webkit-transition: top 0.5s linear, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease 0.5s;
transition: top 0.5s linear, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease 0.5s;
transition: top 0.5s linear, transform 0.5s ease 0.5s, background-color 0.75s ease 0.25s;
transition: top 0.5s linear, transform 0.5s ease 0.5s, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease 0.5s;
}
body .base.close .menu .icon:before {
top: 10px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
body .base.close .menu .icon:after {
top: 10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
body .base.close .icons {
position: absolute;
top: 0px;
left: 0px;
}
body .base.close .icons > * {
position: absolute;
font-size: 40px;
color: #673AB7;
-webkit-transition: 0.3s cubic-bezier(0.5, 0, 0.05, 1.75) 0.7s;
transition: 0.3s cubic-bezier(0.5, 0, 0.05, 1.75) 0.7s;
pointer-events: none;
}
body .base.close .icons .fa-lock {
top: 35px;
left: 200px;
}
body .base.close .icons .fa-envelope-open {
top: 141px;
left: 141px;
-webkit-transition-delay: 0.65s;
transition-delay: 0.65s;
}
body .base.close .icons .fa-arrow-up {
top: 200px;
left: 35px;
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
body .base.close .section .cover1 {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
body .base.close .section .cover1,
body .base.close .section .cover1 .cover2,
body .base.close .section .cover1 .cover2 .content {
position: absolute;
width: 600px;
height: 600px;
}
body .base.close .section .cover1,
body .base.close .section .cover1 .cover2 {
top: 50%;
left: 50%;
-webkit-transform: translate(-100%, -100%) rotate(16deg);
transform: translate(-100%, -100%) rotate(16deg);
overflow: hidden;
-webkit-transition: -webkit-transform 0.5s ease-in 0.5s;
transition: -webkit-transform 0.5s ease-in 0.5s;
transition: transform 0.5s ease-in 0.5s;
transition: transform 0.5s ease-in 0.5s, -webkit-transform 0.5s ease-in 0.5s;
}
body .base.close .section .cover1 .cover2 {
-webkit-transform: translate(50%, -50%) rotate(-32deg);
transform: translate(50%, -50%) rotate(-32deg);
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
body .base.close .section .cover1 .cover2 .content {
border-radius: 100%;
background-color: #CDDC39;
top: 100%;
left: 0%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: background-color 0s, width 1.1s cubic-bezier(0.5, 0, 0.05, 1.75) 0.25s, height 1.1s cubic-bezier(0.5, 0, 0.05, 2) 0.25s;
transition: background-color 0s, width 1.1s cubic-bezier(0.5, 0, 0.05, 1.75) 0.25s, height 1.1s cubic-bezier(0.5, 0, 0.05, 2) 0.25s;
}
body .base.close .section-static {
width: 300px;
height: 300px;
-webkit-transition: width 1.25s cubic-bezier(0.5, 0, 0.05, 2), height 1.25s cubic-bezier(0.5, 0, 0.05, 2);
transition: width 1.25s cubic-bezier(0.5, 0, 0.05, 2), height 1.25s cubic-bezier(0.5, 0, 0.05, 2);
}
body {
background: #222;
color: #eee;
overflow: hidden;
}
.details {
position: fixed;
width: 500px;
top: -100px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
}
.details .title {
margin-bottom: 0;
}
.details .button {
background: transparent;
border: 1px solid white;
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
letter-spacing: 2px;
margin-top: 1rem;
}
.details .button:hover {
background: #fff;
color: #222;
}
nav {
position: absolute;
bottom: 30%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 100;
width: 100%;
}
nav .prev,
nav .next {
background-color: black;
padding: 0.25rem 0.5rem;
color: white;
}
nav .prev {
float: left;
}
nav .next {
float: right;
}
.login-wrapper {
background: #e2e2e5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
position: absolute;
place-content: center;
width: 100%;
}
@media (max-width: 767px) {
.login-wrapper {
height: auto;
margin-bottom: 20px;
padding-bottom: 20px;
}
}
.login-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 320px;
margin: 0 auto;
width: 640px;
}
.login-container svg {
position: absolute;
width: 320px;
left: 0;
}
.login-container svg path {
fill: none;
stroke: url(#linearGradient);
stroke-width: 4;
stroke-dasharray: 240 1386;
}
.login-container .form {
margin: 40px;
position: absolute;
}
.login-container .form label {
color: #c2c2c5;
display: block;
font-size: 14px;
height: 16px;
margin-top: 20px;
margin-bottom: 5px;
}
.login-container .form input {
background: transparent;
border: 0;
color: #f2f2f2;
font-size: 20px;
height: 30px;
line-height: 30px;
outline: none !important;
width: 100%;
}
.login-container .form input:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.login-container .form input::-moz-focus-inner {
border: 0;
}
.login-container .form #submit {
color: #707075;
margin-top: 40px;
-webkit-transition: color 300ms;
transition: color 300ms;
}
.login-container .form #submit:focus {
color: #f2f2f2;
}
.login-container .form #submit:active {
color: #d0d0d2;
}
.login-container .left {
background: white;
height: calc(100% - 40px);
top: 20px;
position: relative;
width: 50%;
}
@media (max-width: 767px) {
.login-container .left {
height: 100%;
left: 20px;
width: calc(100% - 40px);
max-height: 270px;
}
}
.login-container .login {
font-size: 50px;
font-weight: 900;
margin: 50px 40px 40px;
}
.login-container .eula {
color: #999;
font-size: 14px;
line-height: 1.5;
margin: 40px;
}
.login-container .right {
background: #474A59;
-webkit-box-shadow: 0px 0px 40px 16px rgba(0, 0, 0, 0.22);
box-shadow: 0px 0px 40px 16px rgba(0, 0, 0, 0.22);
color: #F1F1F2;
position: relative;
width: 50%;
}
@media (max-width: 767px) {
.login-container .right {
-ms-flex-negative: 0;
flex-shrink: 0;
height: 100%;
width: 100%;
max-height: 350px;
}
}
@media (max-width: 767px) {
.login-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 630px;
width: 320px;
}
}
.fa-spin-fast {
-webkit-animation: fa-spin-fast 0.2s infinite linear;
animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.lazy-image {
display: block;
-webkit-filter: blur(3px);
filter: blur(3px);
/* blur the lowres image */
background: #fff center center no-repeat;
background-size: cover;
}
.lazy-image > img {
display: block;
width: 100%;
opacity: 0;
/* visually hide the img element */
}
.lazy-image.is-loaded {
-webkit-filter: none;
filter: none;
/* remove the blur on fullres image */
-webkit-transition: -webkit-filter 1s;
transition: -webkit-filter 1s;
transition: filter 1s;
transition: filter 1s, -webkit-filter 1s;
}
@keyframes fa-spin-fast {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.material-card {
position: relative;
height: 0;
padding-bottom: calc(100% - 16px);
margin-bottom: 6.6em;
}
.material-card h2 {
position: absolute;
top: calc(100% - 16px);
left: 0;
width: 100%;
padding: 10px 16px;
color: #fff;
font-size: 1.4em;
line-height: 1.6em;
margin: 0;
z-index: 10;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card h2 span {
display: block;
}
.material-card h2 strong {
font-weight: 400;
display: block;
font-size: .8em;
}
.material-card h2:before {
content: ' ';
position: absolute;
left: 0;
top: -16px;
width: 0;
border: 8px solid;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card h2:after {
content: ' ';
position: absolute;
left: 0;
top: -16px;
width: 0;
border: 8px solid;
-webkit-transition: all 0.3s;
transition: all 0.3s;
top: auto;
bottom: 0;
}
.material-card.mc-active h2 {
top: 0;
padding: 10px 16px 10px 90px;
}
.material-card.mc-active h2:before {
top: 0;
}
.material-card.mc-active h2:after {
bottom: -16px;
}
.material-card .mc-content {
position: absolute;
right: 0;
top: 0;
bottom: 16px;
left: 16px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card .mc-btn-action {
position: absolute;
right: 16px;
top: 15px;
border-radius: 50%;
border: 5px solid;
width: 54px;
height: 54px;
line-height: 44px;
text-align: center;
color: #fff;
cursor: pointer;
z-index: 20;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card.mc-active .mc-btn-action {
top: 62px;
}
.material-card .mc-description {
position: absolute;
top: 100%;
right: 30px;
left: 30px;
bottom: 54px;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 1.2s;
transition: all 1.2s;
text-align: left;
}
.material-card .mc-footer {
height: 0;
overflow: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card .mc-footer h4 {
position: absolute;
top: 200px;
left: 30px;
padding: 0;
margin: 0;
font-size: 16px;
font-weight: 700;
-webkit-transition: all 1.4s;
transition: all 1.4s;
}
.material-card .mc-footer a {
display: block;
float: left;
position: relative;
width: 52px;
height: 52px;
margin-left: 5px;
margin-bottom: 15px;
font-size: 28px;
color: #fff;
line-height: 52px;
text-decoration: none;
top: 200px;
}
.material-card .mc-footer a:nth-child(1) {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.material-card .mc-footer a:nth-child(2) {
-webkit-transition: all 0.6s;
transition: all 0.6s;
}
.material-card .mc-footer a:nth-child(3) {
-webkit-transition: all 0.7s;
transition: all 0.7s;
}
.material-card .mc-footer a:nth-child(4) {
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.material-card .mc-footer a:nth-child(5) {
-webkit-transition: all 0.9s;
transition: all 0.9s;
}
.material-card .mc-footer a:hover {
z-index: 1;
position: relative;
}
.material-card .mc-footer a:hover:after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background-color: rgba(0, 0, 0, 0.2);
}
.material-card .lazy-image {
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.material-card.mc-active .lazy-image {
border-radius: 50%;
left: 0;
top: 12px;
width: 60px;
height: 60px;
z-index: 20;
}
.material-card.mc-active .mc-content {
padding-top: 5.6em;
}
.material-card.mc-active .mc-description {
top: 50px;
padding-top: 5.6em;
opacity: 1;
filter: alpha(opacity=100);
}
.material-card.mc-active .mc-footer {
overflow: visible;
position: absolute;
top: calc(100% - 9px);
left: 16px;
right: 0;
height: 82px;
padding-top: 15px;
padding-left: 25px;
}
.material-card.mc-active .mc-footer a {
top: 0;
}
.material-card.mc-active .mc-footer h4 {
top: -32px;
}
.material-card.Red h2 {
background-color: #F44336;
}
.material-card.Red h2:after {
border-top-color: #F44336;
border-right-color: #F44336;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Red h2:before {
border-top-color: transparent;
border-right-color: #B71C1C;
border-bottom-color: #B71C1C;
border-left-color: transparent;
}
.material-card.Red.mc-active h2:before {
border-top-color: transparent;
border-right-color: #F44336;
border-bottom-color: #F44336;
border-left-color: transparent;
}
.material-card.Red.mc-active h2:after {
border-top-color: #B71C1C;
border-right-color: #B71C1C;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Red .mc-btn-action {
background-color: #F44336;
}
.material-card.Red .mc-btn-action:hover {
background-color: #B71C1C;
}
.material-card.Red .mc-footer h4 {
color: #B71C1C;
}
.material-card.Red .mc-footer a {
background-color: #B71C1C;
}
.material-card.Red.mc-active .mc-content {
background-color: #FFEBEE;
}
.material-card.Red.mc-active .mc-footer {
background-color: #FFCDD2;
}
.material-card.Red.mc-active .mc-btn-action {
border-color: #FFEBEE;
}
.material-card.Blue-Grey h2 {
background-color: #607D8B;
}
.material-card.Blue-Grey h2:after {
border-top-color: #607D8B;
border-right-color: #607D8B;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue-Grey h2:before {
border-top-color: transparent;
border-right-color: #263238;
border-bottom-color: #263238;
border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:before {
border-top-color: transparent;
border-right-color: #607D8B;
border-bottom-color: #607D8B;
border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:after {
border-top-color: #263238;
border-right-color: #263238;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue-Grey .mc-btn-action {
background-color: #607D8B;
}
.material-card.Blue-Grey .mc-btn-action:hover {
background-color: #263238;
}
.material-card.Blue-Grey .mc-footer h4 {
color: #263238;
}
.material-card.Blue-Grey .mc-footer a {
background-color: #263238;
}
.material-card.Blue-Grey.mc-active .mc-content {
background-color: #ECEFF1;
}
.material-card.Blue-Grey.mc-active .mc-footer {
background-color: #CFD8DC;
}
.material-card.Blue-Grey.mc-active .mc-btn-action {
border-color: #ECEFF1;
}
.material-card.Pink h2 {
background-color: #E91E63;
}
.material-card.Pink h2:after {
border-top-color: #E91E63;
border-right-color: #E91E63;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Pink h2:before {
border-top-color: transparent;
border-right-color: #880E4F;
border-bottom-color: #880E4F;
border-left-color: transparent;
}
.material-card.Pink.mc-active h2:before {
border-top-color: transparent;
border-right-color: #E91E63;
border-bottom-color: #E91E63;
border-left-color: transparent;
}
.material-card.Pink.mc-active h2:after {
border-top-color: #880E4F;
border-right-color: #880E4F;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Pink .mc-btn-action {
background-color: #E91E63;
}
.material-card.Pink .mc-btn-action:hover {
background-color: #880E4F;
}
.material-card.Pink .mc-footer h4 {
color: #880E4F;
}
.material-card.Pink .mc-footer a {
background-color: #880E4F;
}
.material-card.Pink.mc-active .mc-content {
background-color: #FCE4EC;
}
.material-card.Pink.mc-active .mc-footer {
background-color: #F8BBD0;
}
.material-card.Pink.mc-active .mc-btn-action {
border-color: #FCE4EC;
}
.material-card.Purple h2 {
background-color: #9C27B0;
}
.material-card.Purple h2:after {
border-top-color: #9C27B0;
border-right-color: #9C27B0;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Purple h2:before {
border-top-color: transparent;
border-right-color: #4A148C;
border-bottom-color: #4A148C;
border-left-color: transparent;
}
.material-card.Purple.mc-active h2:before {
border-top-color: transparent;
border-right-color: #9C27B0;
border-bottom-color: #9C27B0;
border-left-color: transparent;
}
.material-card.Purple.mc-active h2:after {
border-top-color: #4A148C;
border-right-color: #4A148C;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Purple .mc-btn-action {
background-color: #9C27B0;
}
.material-card.Purple .mc-btn-action:hover {
background-color: #4A148C;
}
.material-card.Purple .mc-footer h4 {
color: #4A148C;
}
.material-card.Purple .mc-footer a {
background-color: #4A148C;
}
.material-card.Purple.mc-active .mc-content {
background-color: #F3E5F5;
}
.material-card.Purple.mc-active .mc-footer {
background-color: #E1BEE7;
}
.material-card.Purple.mc-active .mc-btn-action {
border-color: #F3E5F5;
}
.material-card.Deep-Purple h2 {
background-color: #673AB7;
}
.material-card.Deep-Purple h2:after {
border-top-color: #673AB7;
border-right-color: #673AB7;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Deep-Purple h2:before {
border-top-color: transparent;
border-right-color: #311B92;
border-bottom-color: #311B92;
border-left-color: transparent;
}
.material-card.Deep-Purple.mc-active h2:before {
border-top-color: transparent;
border-right-color: #673AB7;
border-bottom-color: #673AB7;
border-left-color: transparent;
}
.material-card.Deep-Purple.mc-active h2:after {
border-top-color: #311B92;
border-right-color: #311B92;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Deep-Purple .mc-btn-action {
background-color: #673AB7;
}
.material-card.Deep-Purple .mc-btn-action:hover {
background-color: #311B92;
}
.material-card.Deep-Purple .mc-footer h4 {
color: #311B92;
}
.material-card.Deep-Purple .mc-footer a {
background-color: #311B92;
}
.material-card.Deep-Purple.mc-active .mc-content {
background-color: #EDE7F6;
}
.material-card.Deep-Purple.mc-active .mc-footer {
background-color: #D1C4E9;
}
.material-card.Deep-Purple.mc-active .mc-btn-action {
border-color: #EDE7F6;
}
.material-card.Indigo h2 {
background-color: #3F51B5;
}
.material-card.Indigo h2:after {
border-top-color: #3F51B5;
border-right-color: #3F51B5;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Indigo h2:before {
border-top-color: transparent;
border-right-color: #1A237E;
border-bottom-color: #1A237E;
border-left-color: transparent;
}
.material-card.Indigo.mc-active h2:before {
border-top-color: transparent;
border-right-color: #3F51B5;
border-bottom-color: #3F51B5;
border-left-color: transparent;
}
.material-card.Indigo.mc-active h2:after {
border-top-color: #1A237E;
border-right-color: #1A237E;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Indigo .mc-btn-action {
background-color: #3F51B5;
}
.material-card.Indigo .mc-btn-action:hover {
background-color: #1A237E;
}
.material-card.Indigo .mc-footer h4 {
color: #1A237E;
}
.material-card.Indigo .mc-footer a {
background-color: #1A237E;
}
.material-card.Indigo.mc-active .mc-content {
background-color: #E8EAF6;
}
.material-card.Indigo.mc-active .mc-footer {
background-color: #C5CAE9;
}
.material-card.Indigo.mc-active .mc-btn-action {
border-color: #E8EAF6;
}
.material-card.Blue h2 {
background-color: #2196F3;
}
.material-card.Blue h2:after {
border-top-color: #2196F3;
border-right-color: #2196F3;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue h2:before {
border-top-color: transparent;
border-right-color: #0D47A1;
border-bottom-color: #0D47A1;
border-left-color: transparent;
}
.material-card.Blue.mc-active h2:before {
border-top-color: transparent;
border-right-color: #2196F3;
border-bottom-color: #2196F3;
border-left-color: transparent;
}
.material-card.Blue.mc-active h2:after {
border-top-color: #0D47A1;
border-right-color: #0D47A1;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue .mc-btn-action {
background-color: #2196F3;
}
.material-card.Blue .mc-btn-action:hover {
background-color: #0D47A1;
}
.material-card.Blue .mc-footer h4 {
color: #0D47A1;
}
.material-card.Blue .mc-footer a {
background-color: #0D47A1;
}
.material-card.Blue.mc-active .mc-content {
background-color: #E3F2FD;
}
.material-card.Blue.mc-active .mc-footer {
background-color: #BBDEFB;
}
.material-card.Blue.mc-active .mc-btn-action {
border-color: #E3F2FD;
}
.material-card.Light-Blue h2 {
background-color: #03A9F4;
}
.material-card.Light-Blue h2:after {
border-top-color: #03A9F4;
border-right-color: #03A9F4;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Light-Blue h2:before {
border-top-color: transparent;
border-right-color: #01579B;
border-bottom-color: #01579B;
border-left-color: transparent;
}
.material-card.Light-Blue.mc-active h2:before {
border-top-color: transparent;
border-right-color: #03A9F4;
border-bottom-color: #03A9F4;
border-left-color: transparent;
}
.material-card.Light-Blue.mc-active h2:after {
border-top-color: #01579B;
border-right-color: #01579B;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Light-Blue .mc-btn-action {
background-color: #03A9F4;
}
.material-card.Light-Blue .mc-btn-action:hover {
background-color: #01579B;
}
.material-card.Light-Blue .mc-footer h4 {
color: #01579B;
}
.material-card.Light-Blue .mc-footer a {
background-color: #01579B;
}
.material-card.Light-Blue.mc-active .mc-content {
background-color: #E1F5FE;
}
.material-card.Light-Blue.mc-active .mc-footer {
background-color: #B3E5FC;
}
.material-card.Light-Blue.mc-active .mc-btn-action {
border-color: #E1F5FE;
}
.material-card.Cyan h2 {
background-color: #00BCD4;
}
.material-card.Cyan h2:after {
border-top-color: #00BCD4;
border-right-color: #00BCD4;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Cyan h2:before {
border-top-color: transparent;
border-right-color: #006064;
border-bottom-color: #006064;
border-left-color: transparent;
}
.material-card.Cyan.mc-active h2:before {
border-top-color: transparent;
border-right-color: #00BCD4;
border-bottom-color: #00BCD4;
border-left-color: transparent;
}
.material-card.Cyan.mc-active h2:after {
border-top-color: #006064;
border-right-color: #006064;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Cyan .mc-btn-action {
background-color: #00BCD4;
}
.material-card.Cyan .mc-btn-action:hover {
background-color: #006064;
}
.material-card.Cyan .mc-footer h4 {
color: #006064;
}
.material-card.Cyan .mc-footer a {
background-color: #006064;
}
.material-card.Cyan.mc-active .mc-content {
background-color: #E0F7FA;
}
.material-card.Cyan.mc-active .mc-footer {
background-color: #B2EBF2;
}
.material-card.Cyan.mc-active .mc-btn-action {
border-color: #E0F7FA;
}
.material-card.Teal h2 {
background-color: #009688;
}
.material-card.Teal h2:after {
border-top-color: #009688;
border-right-color: #009688;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Teal h2:before {
border-top-color: transparent;
border-right-color: #004D40;
border-bottom-color: #004D40;
border-left-color: transparent;
}
.material-card.Teal.mc-active h2:before {
border-top-color: transparent;
border-right-color: #009688;
border-bottom-color: #009688;
border-left-color: transparent;
}
.material-card.Teal.mc-active h2:after {
border-top-color: #004D40;
border-right-color: #004D40;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Teal .mc-btn-action {
background-color: #009688;
}
.material-card.Teal .mc-btn-action:hover {
background-color: #004D40;
}
.material-card.Teal .mc-footer h4 {
color: #004D40;
}
.material-card.Teal .mc-footer a {
background-color: #004D40;
}
.material-card.Teal.mc-active .mc-content {
background-color: #E0F2F1;
}
.material-card.Teal.mc-active .mc-footer {
background-color: #B2DFDB;
}
.material-card.Teal.mc-active .mc-btn-action {
border-color: #E0F2F1;
}
.material-card.Green h2 {
background-color: #4CAF50;
}
.material-card.Green h2:after {
border-top-color: #4CAF50;
border-right-color: #4CAF50;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Green h2:before {
border-top-color: transparent;
border-right-color: #1B5E20;
border-bottom-color: #1B5E20;
border-left-color: transparent;
}
.material-card.Green.mc-active h2:before {
border-top-color: transparent;
border-right-color: #4CAF50;
border-bottom-color: #4CAF50;
border-left-color: transparent;
}
.material-card.Green.mc-active h2:after {
border-top-color: #1B5E20;
border-right-color: #1B5E20;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Green .mc-btn-action {
background-color: #4CAF50;
}
.material-card.Green .mc-btn-action:hover {
background-color: #1B5E20;
}
.material-card.Green .mc-footer h4 {
color: #1B5E20;
}
.material-card.Green .mc-footer a {
background-color: #1B5E20;
}
.material-card.Green.mc-active .mc-content {
background-color: #E8F5E9;
}
.material-card.Green.mc-active .mc-footer {
background-color: #C8E6C9;
}
.material-card.Green.mc-active .mc-btn-action {
border-color: #E8F5E9;
}
.material-card.Light-Green h2 {
background-color: #8BC34A;
}
.material-card.Light-Green h2:after {
border-top-color: #8BC34A;
border-right-color: #8BC34A;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Light-Green h2:before {
border-top-color: transparent;
border-right-color: #33691E;
border-bottom-color: #33691E;
border-left-color: transparent;
}
.material-card.Light-Green.mc-active h2:before {
border-top-color: transparent;
border-right-color: #8BC34A;
border-bottom-color: #8BC34A;
border-left-color: transparent;
}
.material-card.Light-Green.mc-active h2:after {
border-top-color: #33691E;
border-right-color: #33691E;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Light-Green .mc-btn-action {
background-color: #8BC34A;
}
.material-card.Light-Green .mc-btn-action:hover {
background-color: #33691E;
}
.material-card.Light-Green .mc-footer h4 {
color: #33691E;
}
.material-card.Light-Green .mc-footer a {
background-color: #33691E;
}
.material-card.Light-Green.mc-active .mc-content {
background-color: #F1F8E9;
}
.material-card.Light-Green.mc-active .mc-footer {
background-color: #DCEDC8;
}
.material-card.Light-Green.mc-active .mc-btn-action {
border-color: #F1F8E9;
}
.material-card.Lime h2 {
background-color: #CDDC39;
}
.material-card.Lime h2:after {
border-top-color: #CDDC39;
border-right-color: #CDDC39;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Lime h2:before {
border-top-color: transparent;
border-right-color: #827717;
border-bottom-color: #827717;
border-left-color: transparent;
}
.material-card.Lime.mc-active h2:before {
border-top-color: transparent;
border-right-color: #CDDC39;
border-bottom-color: #CDDC39;
border-left-color: transparent;
}
.material-card.Lime.mc-active h2:after {
border-top-color: #827717;
border-right-color: #827717;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Lime .mc-btn-action {
background-color: #CDDC39;
}
.material-card.Lime .mc-btn-action:hover {
background-color: #827717;
}
.material-card.Lime .mc-footer h4 {
color: #827717;
}
.material-card.Lime .mc-footer a {
background-color: #827717;
}
.material-card.Lime.mc-active .mc-content {
background-color: #F9FBE7;
}
.material-card.Lime.mc-active .mc-footer {
background-color: #F0F4C3;
}
.material-card.Lime.mc-active .mc-btn-action {
border-color: #F9FBE7;
}
.material-card.Yellow h2 {
background-color: #FFEB3B;
}
.material-card.Yellow h2:after {
border-top-color: #FFEB3B;
border-right-color: #FFEB3B;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Yellow h2:before {
border-top-color: transparent;
border-right-color: #F57F17;
border-bottom-color: #F57F17;
border-left-color: transparent;
}
.material-card.Yellow.mc-active h2:before {
border-top-color: transparent;
border-right-color: #FFEB3B;
border-bottom-color: #FFEB3B;
border-left-color: transparent;
}
.material-card.Yellow.mc-active h2:after {
border-top-color: #F57F17;
border-right-color: #F57F17;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Yellow .mc-btn-action {
background-color: #FFEB3B;
}
.material-card.Yellow .mc-btn-action:hover {
background-color: #F57F17;
}
.material-card.Yellow .mc-footer h4 {
color: #F57F17;
}
.material-card.Yellow .mc-footer a {
background-color: #F57F17;
}
.material-card.Yellow.mc-active .mc-content {
background-color: #FFFDE7;
}
.material-card.Yellow.mc-active .mc-footer {
background-color: #FFF9C4;
}
.material-card.Yellow.mc-active .mc-btn-action {
border-color: #FFFDE7;
}
.material-card.Amber h2 {
background-color: #FFC107;
}
.material-card.Amber h2:after {
border-top-color: #FFC107;
border-right-color: #FFC107;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Amber h2:before {
border-top-color: transparent;
border-right-color: #FF6F00;
border-bottom-color: #FF6F00;
border-left-color: transparent;
}
.material-card.Amber.mc-active h2:before {
border-top-color: transparent;
border-right-color: #FFC107;
border-bottom-color: #FFC107;
border-left-color: transparent;
}
.material-card.Amber.mc-active h2:after {
border-top-color: #FF6F00;
border-right-color: #FF6F00;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Amber .mc-btn-action {
background-color: #FFC107;
}
.material-card.Amber .mc-btn-action:hover {
background-color: #FF6F00;
}
.material-card.Amber .mc-footer h4 {
color: #FF6F00;
}
.material-card.Amber .mc-footer a {
background-color: #FF6F00;
}
.material-card.Amber.mc-active .mc-content {
background-color: #FFF8E1;
}
.material-card.Amber.mc-active .mc-footer {
background-color: #FFECB3;
}
.material-card.Amber.mc-active .mc-btn-action {
border-color: #FFF8E1;
}
.material-card.Orange h2 {
background-color: #FF9800;
}
.material-card.Orange h2:after {
border-top-color: #FF9800;
border-right-color: #FF9800;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Orange h2:before {
border-top-color: transparent;
border-right-color: #E65100;
border-bottom-color: #E65100;
border-left-color: transparent;
}
.material-card.Orange.mc-active h2:before {
border-top-color: transparent;
border-right-color: #FF9800;
border-bottom-color: #FF9800;
border-left-color: transparent;
}
.material-card.Orange.mc-active h2:after {
border-top-color: #E65100;
border-right-color: #E65100;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Orange .mc-btn-action {
background-color: #FF9800;
}
.material-card.Orange .mc-btn-action:hover {
background-color: #E65100;
}
.material-card.Orange .mc-footer h4 {
color: #E65100;
}
.material-card.Orange .mc-footer a {
background-color: #E65100;
}
.material-card.Orange.mc-active .mc-content {
background-color: #FFF3E0;
}
.material-card.Orange.mc-active .mc-footer {
background-color: #FFE0B2;
}
.material-card.Orange.mc-active .mc-btn-action {
border-color: #FFF3E0;
}
.material-card.Deep-Orange h2 {
background-color: #FF5722;
}
.material-card.Deep-Orange h2:after {
border-top-color: #FF5722;
border-right-color: #FF5722;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Deep-Orange h2:before {
border-top-color: transparent;
border-right-color: #BF360C;
border-bottom-color: #BF360C;
border-left-color: transparent;
}
.material-card.Deep-Orange.mc-active h2:before {
border-top-color: transparent;
border-right-color: #FF5722;
border-bottom-color: #FF5722;
border-left-color: transparent;
}
.material-card.Deep-Orange.mc-active h2:after {
border-top-color: #BF360C;
border-right-color: #BF360C;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Deep-Orange .mc-btn-action {
background-color: #FF5722;
}
.material-card.Deep-Orange .mc-btn-action:hover {
background-color: #BF360C;
}
.material-card.Deep-Orange .mc-footer h4 {
color: #BF360C;
}
.material-card.Deep-Orange .mc-footer a {
background-color: #BF360C;
}
.material-card.Deep-Orange.mc-active .mc-content {
background-color: #FBE9E7;
}
.material-card.Deep-Orange.mc-active .mc-footer {
background-color: #FFCCBC;
}
.material-card.Deep-Orange.mc-active .mc-btn-action {
border-color: #FBE9E7;
}
.material-card.Brown h2 {
background-color: #795548;
}
.material-card.Brown h2:after {
border-top-color: #795548;
border-right-color: #795548;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Brown h2:before {
border-top-color: transparent;
border-right-color: #3E2723;
border-bottom-color: #3E2723;
border-left-color: transparent;
}
.material-card.Brown.mc-active h2:before {
border-top-color: transparent;
border-right-color: #795548;
border-bottom-color: #795548;
border-left-color: transparent;
}
.material-card.Brown.mc-active h2:after {
border-top-color: #3E2723;
border-right-color: #3E2723;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Brown .mc-btn-action {
background-color: #795548;
}
.material-card.Brown .mc-btn-action:hover {
background-color: #3E2723;
}
.material-card.Brown .mc-footer h4 {
color: #3E2723;
}
.material-card.Brown .mc-footer a {
background-color: #3E2723;
}
.material-card.Brown.mc-active .mc-content {
background-color: #EFEBE9;
}
.material-card.Brown.mc-active .mc-footer {
background-color: #D7CCC8;
}
.material-card.Brown.mc-active .mc-btn-action {
border-color: #EFEBE9;
}
.material-card.Grey h2 {
background-color: #9E9E9E;
}
.material-card.Grey h2:after {
border-top-color: #9E9E9E;
border-right-color: #9E9E9E;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Grey h2:before {
border-top-color: transparent;
border-right-color: #212121;
border-bottom-color: #212121;
border-left-color: transparent;
}
.material-card.Grey.mc-active h2:before {
border-top-color: transparent;
border-right-color: #9E9E9E;
border-bottom-color: #9E9E9E;
border-left-color: transparent;
}
.material-card.Grey.mc-active h2:after {
border-top-color: #212121;
border-right-color: #212121;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Grey .mc-btn-action {
background-color: #9E9E9E;
}
.material-card.Grey .mc-btn-action:hover {
background-color: #212121;
}
.material-card.Grey .mc-footer h4 {
color: #212121;
}
.material-card.Grey .mc-footer a {
background-color: #212121;
}
.material-card.Grey.mc-active .mc-content {
background-color: #FAFAFA;
}
.material-card.Grey.mc-active .mc-footer {
background-color: #F5F5F5;
}
.material-card.Grey.mc-active .mc-btn-action {
border-color: #FAFAFA;
}
.material-card.Blue-Grey h2 {
background-color: #607D8B;
}
.material-card.Blue-Grey h2:after {
border-top-color: #607D8B;
border-right-color: #607D8B;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue-Grey h2:before {
border-top-color: transparent;
border-right-color: #263238;
border-bottom-color: #263238;
border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:before {
border-top-color: transparent;
border-right-color: #607D8B;
border-bottom-color: #607D8B;
border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:after {
border-top-color: #263238;
border-right-color: #263238;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.Blue-Grey .mc-btn-action {
background-color: #607D8B;
}
.material-card.Blue-Grey .mc-btn-action:hover {
background-color: #263238;
}
.material-card.Blue-Grey .mc-footer h4 {
color: #263238;
}
.material-card.Blue-Grey .mc-footer a {
background-color: #263238;
}
.material-card.Blue-Grey.mc-active .mc-content {
background-color: #ECEFF1;
}
.material-card.Blue-Grey.mc-active .mc-footer {
background-color: #CFD8DC;
}
.material-card.Blue-Grey.mc-active .mc-btn-action {
border-color: #ECEFF1;
}
@media screen and (max-width: 767px) {
.material-card.mc-active {
padding-bottom: 0;
height: auto;
}
}
@media screen and (max-width: 767px) {
.material-card.mc-active .mc-content {
position: relative;
margin-right: 16px;
}
}
@media screen and (max-width: 767px) {
.material-card.mc-active .mc-description {
position: relative;
top: auto;
right: auto;
left: auto;
padding: 50px 30px 70px 30px;
bottom: 0;
}
}
#video-background {
/* making the video fullscreen */
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
}
.jusitfy-center {
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: calc(100vh - 102px);
top: 0;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jusitfy-center:before {
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
background: black;
background: transparent;
background: rgba(0, 0, 0, 0.4);
z-index: 2;
}
.jusitfy-center .page-header, .jusitfy-center .page-header > * {
z-index: 2;
position: relative;
}
.jusitfy-center .page-header h1, .jusitfy-center .page-header h3 {
color: #CDDC39;
}
.jusitfy-center .page-header h1 {
font-size: 4rem;
}
.jusitfy-center .page-header h3 {
font-size: 1.5rem;
}
.jusitfy-center .lazy-image {
position: absolute;
width: 100%;
display: block;
top: 0;
left: 0;
z-index: 1;
}
.jusitfy-center .lazy-image:before {
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
background: black;
background: transparent;
background: rgba(0, 0, 0, 0.4);
z-index: 2;
}
#tab-contact {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background-color: #3b3f45;
}
#tab-contact .cell {
padding-top: 20%;
}
#tab-projects {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-top: 4%;
}
.fa {
position: relative;
top: 1px;
}
.grid-container {
width: 80%;
}
/* Main form wrapper */
.fs-form-wrap {
position: relative;
width: 100%;
height: 100%;
color: #fff;
}
.overview .fs-form-wrap {
height: auto;
top: -10%;
}
/* Title */
.fs-title {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 40px;
width: 100%;
}
.fs-title h1 {
margin: 0;
}
/* Form */
.fs-form {
position: relative;
text-align: left;
font-size: 2.5em;
}
.no-js .fs-form {
padding: 0 0 6em 0;
}
.fs-form-overview {
width: 100%;
height: 100%;
color: #512DA8;
font-size: 1.2em;
}
.fs-form-overview .fs-fields::before {
display: block;
margin-bottom: 3rem;
color: #AFB42B;
content: 'Review & Submit';
font-weight: 700;
font-size: 1.85em;
}
.fs-form.fs-show {
-webkit-animation: animFadeIn 0.5s;
animation: animFadeIn 0.5s;
}
.fs-form.fs-show .fs-fields {
-webkit-animation: animMove 0.5s;
animation: animMove 0.5s;
}
@-webkit-keyframes animFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes animFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes animMove {
from {
top: 100px;
}
}
@keyframes animMove {
from {
top: 100px;
}
}
.fs-form-full .fs-fields > li, .fs-nav-dots, .fs-progress, .fs-numbers, button.fs-continue, .fs-message-error, .fs-message-final {
visibility: hidden;
}
.no-js .fs-form-full .fs-fields > li {
visibility: visible;
}
.fs-show {
visibility: visible !important;
}
.fs-form-wrap button {
border: none;
background: none;
}
.fs-form-wrap button[disabled] {
opacity: 0.3;
pointer-events: none;
}
.fs-form-wrap input:focus, .fs-form-wrap button:focus {
outline: none;
}
/* Hide the submit button */
.fs-form .fs-submit {
display: none;
}
/* Fields */
.fs-fields {
position: relative;
margin: 0 auto;
padding: 0;
top: 0;
list-style: none;
}
.fs-fields > li {
position: relative;
z-index: 1;
margin: 0;
padding: 0;
border: none;
clear: both;
}
.fs-fields > li:hover {
z-index: 999;
}
.fs-radio-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.fs-radio-group:focus, .fs-radio-group:hover {
outline: 0;
}
.js .fs-form-full .fs-fields > li {
position: absolute;
width: 100%;
}
.fs-form-overview .fs-fields > li, .no-js .fs-form .fs-fields > li {
margin: 1em 0 2em;
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
/* Labels & info */
.fs-fields > li label {
position: relative;
}
.fs-fields > li label.fs-field-label {
display: inline-block;
font-weight: 700;
pointer-events: none;
font-size: 1.75rem;
color: #fff;
}
.fs-form-full .fs-fields > li label[data-info]::after {
position: relative;
display: inline-block;
top: 15px;
margin-left: 10px;
width: 24px;
height: 24px;
border: 2px solid #BDBDBD;
color: #BDBDBD;
border-radius: 50%;
content: 'i';
vertical-align: top;
text-align: center;
font-weight: 700;
font-style: italic;
font-size: 14px;
font-family: Georgia, serif;
line-height: 20px;
cursor: pointer;
pointer-events: auto;
}
.fs-form-full .fs-fields > li label[data-info]::before {
position: absolute;
bottom: 100%;
left: 0;
padding: 0 0 10px;
min-width: 200px;
content: attr(data-info);
font-size: 0.4em;
color: #6a7b7e;
opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
pointer-events: none;
}
.fs-form-full .fs-fields > li label[data-info]:hover::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
border-color: #CDDC39;
color: #CDDC39;
}
.fs-form-full .fs-fields > li label[data-info]:hover::before, .fs-form-full .fs-fields > li label[data-info]:hover::after {
border-color: #CDDC39;
color: #CDDC39;
}
.fs-form-full .fs-fields > li label:hover ~ .fs-info {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
pointer-events: auto;
}
.fs-form-full .fs-fields > li .fs-info:hover {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
pointer-events: auto;
}
/* Inputs */
.fs-fields input {
display: block;
height: 80px;
margin: 0;
padding: 0 0 .15em;
width: 100%;
border: none;
border-color: transparent;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
background-color: transparent;
color: #CDDC39;
text-overflow: ellipsis;
font-weight: bold;
font-size: 1.5em;
border-radius: 0;
}
.fs-fields input:focus {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-color: transparent;
border-bottom-color: rgba(205, 220, 57, 0.8);
}
.fs-fields input:invalid {
-webkit-box-shadow: none;
box-shadow: none;
/* removes red shadow in FF*/
}
.fs-form-overview .fs-fields input {
border-bottom-color: transparent;
color: #CDDC39;
}
.fs-fields [required] {
background-image: url(../img/abacusstar.svg);
background-position: top right;
background-size: 18px;
background-repeat: no-repeat;
}
.fs-fields input:focus {
background-color: transparent;
/* Fixes chrome bug with placeholder */
}
.fs-form-overview .fs-fields input {
font-size: 1.2em;
}
.fs-form-overview .fs-fields input:focus {
/* Fixes chrome bug with placeholder */
}
.fs-fields .fs-radio-custom input[type="radio"] {
position: absolute;
display: block;
margin: 30px auto 20px;
margin: 0 auto 20px;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
.fs-fields > li .fs-radio-custom span {
float: left;
position: relative;
margin-right: 3%;
padding: 10px;
max-width: 200px;
width: 30%;
text-align: center;
font-weight: 700;
font-size: 50%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fs-fields > li .fs-radio-custom span label {
color: #fff;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.fs-form-overview .fs-fields > li .fs-radio-custom span {
max-width: 140px;
font-size: 75%;
}
.fs-fields > li .fs-radio-custom label {
display: block;
padding-top: 100%;
width: 100%;
height: 100%;
cursor: pointer;
}
.fs-fields .fs-radio-custom label::after {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
background-position: 50% 0%;
background-size: 85%;
background-repeat: no-repeat;
content: '';
opacity: 0.5;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.fs-fields .fs-radio-custom label.radio-mobile::after {
background-image: url(../img/mobile.svg);
}
.fs-fields .fs-radio-custom label.radio-social::after {
background-image: url(../img/social.svg);
}
.fs-fields .fs-radio-custom label.radio-conversion::after {
background-image: url(../img/conversion.svg);
}
.fs-fields .fs-radio-custom label:hover::after {
opacity: 1;
}
.fs-fields input[type="radio"]:focus + label::after, .fs-fields input[type="radio"]:checked + label::after {
opacity: 1;
}
.fs-fields .fs-radio-custom input[type="radio"]:checked + label {
color: #CDDC39;
}
.fs-form-overview .fs-fields .fs-radio-custom input[type="radio"]:checked + label {
color: rgba(0, 0, 0, 0.8);
}
.fs-fields textarea {
padding: 0.25em;
width: 100%;
height: 200px;
border: 2px solid rgba(0, 0, 0, 0.2);
background-color: transparent;
color: #CDDC39;
font-weight: 700;
font-size: 0.85em;
resize: none;
}
.fs-form-overview .fs-fields textarea {
height: 100px;
color: #CDDC39;
}
.fs-fields textarea:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #CDDC39;
}
.fs-form div.cs-select.cs-skin-boxes {
display: block;
}
.fs-form-overview .cs-skin-boxes > span {
border-radius: 5px;
width: 90px;
height: 70px;
font-size: 0.8em;
}
.fs-form-overview .cs-skin-boxes > span::before {
padding-top: 50px;
-webkit-box-shadow: 0 20px 0 #292c30, inset 0 -5px #292c30;
box-shadow: 0 20px 0 #292c30, inset 0 -5px #292c30;
}
.fs-form-over .fs-fields input.fs-mark:focus {
border-color: rgba(205, 220, 57, 0.8) !important;
}
.fs-fields input.fs-mark {
padding-left: 3em;
background-image: url(../img/dollar.svg);
background-position: 0% .15em;
background-size: auto 75%;
background-repeat: no-repeat;
}
.fs-fields input.fs-mark[required] {
background-image: url(../img/dollar.svg), url(../img/abacusstar.svg);
background-position: 0% .15em, top right;
background-size: auto 75%, 18px;
background-repeat: no-repeat;
}
.fs-fields input::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.1);
}
.fs-fields textarea::-webkit-input-placeholder, .fs-fields input:-moz-placeholder, .fs-fields textarea:-moz-placeholder, .fs-fields input::-moz-placeholder, .fs-fields textarea::-moz-placeholder, .fs-fields input:-ms-input-placeholder, .fs-fields textarea:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.1);
}
.fs-fields input:focus::-webkit-input-placeholder {
color: transparent;
}
/* placeholder */
/* Hide placeholder when focused in Webkit browsers */
/* Dot navigation */
.fs-nav-dots {
position: absolute;
top: 50%;
right: 60px;
left: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.fs-nav-dots button {
position: relative;
display: block;
padding: 0;
margin: 16px 0;
width: 16px;
height: 16px;
border-radius: 50%;
background: transparent;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.fs-nav-dots button::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.5);
content: '';
text-indent: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.fs-nav-dots button::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.5);
content: '';
text-indent: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: #BDBDBD;
-webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}
.fs-nav-dots button.fs-dot-current {
-webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}
.fs-nav-dots button:hover::before, .fs-nav-dots button.fs-dot-current::before {
background: #fffed8;
}
.fs-nav-dots button:hover {
cursor: pointer;
}
/* Progress bar */
.fs-progress {
position: absolute;
top: 0;
width: 0%;
height: 0.5em;
background: #CDDC39;
-webkit-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
}
/* Number indicator */
.fs-numbers {
position: absolute;
top: 0;
right: 0;
overflow: hidden;
color: #BDBDBD;
margin: 40px;
width: 2em;
font-weight: 700;
font-size: 2em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
cursor: default;
}
.fs-numbers:after {
position: absolute;
width: 100%;
text-align: center;
content: '/';
font-weight: 300;
opacity: 0.4;
left: 0;
}
.fs-numbers span {
float: right;
width: 40%;
text-align: center;
}
.fs-numbers .fs-number-current {
float: left;
}
.fs-numbers .fs-number-new {
position: absolute;
left: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.fs-numbers.fs-show-next .fs-number-new {
-webkit-animation: animMoveUpFromDown 0.4s both;
animation: animMoveUpFromDown 0.4s both;
}
.fs-numbers.fs-show-next .fs-number-current {
-webkit-animation: animMoveUp 0.4s both;
animation: animMoveUp 0.4s both;
}
.fs-numbers.fs-show-prev .fs-number-new {
-webkit-animation: animMoveDownFromUp 0.4s both;
animation: animMoveDownFromUp 0.4s both;
}
.fs-numbers.fs-show-prev .fs-number-current {
-webkit-animation: animMoveDown 0.4s both;
animation: animMoveDown 0.4s both;
}
/* Animations for numbers */
/* Show next number */
@-webkit-keyframes animMoveUpFromDown {
from {
-webkit-transform: translateY(100%);
}
to {
-webkit-transform: translateY(0);
}
}
@keyframes animMoveUpFromDown {
from {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes animMoveUp {
to {
-webkit-transform: translateY(-100%);
}
}
@keyframes animMoveUp {
to {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
/* Show previous number */
@-webkit-keyframes animMoveDownFromUp {
from {
-webkit-transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
}
}
@keyframes animMoveDownFromUp {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes animMoveDown {
to {
-webkit-transform: translateY(100%);
}
}
@keyframes animMoveDown {
to {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
/* Continue button and submit button */
button.fs-submit, button.fs-continue {
padding: 0.6em 1.5em;
border: 3px solid #AFB42B;
border-radius: 40px;
font-weight: 700;
color: #CDDC39;
}
.fs-form-overview .fs-submit, .no-js .fs-form .fs-submit {
display: block;
float: right;
}
.fs-form-overview .fs-submit {
border-color: #AFB42B;
color: #CDDC39;
}
button.fs-continue {
position: absolute;
right: 0;
bottom: 0;
margin: 0 40px 60px 0;
font-size: 1.25em;
}
button.fs-continue:hover, button.fs-continue:focus {
cursor: pointer;
}
button.fs-submit:hover, button.fs-submit:focus {
background: #AFB42B;
color: #fff;
cursor: pointer;
}
button.fs-continue:hover {
background: #AFB42B;
color: #fff;
cursor: pointer;
}
.fs-continue::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
line-height: 3;
text-align: center;
background: transparent;
color: #BDBDBD;
content: 'or press ENTER';
font-size: 0.65em;
pointer-events: none;
}
/* Error message */
.fs-message-error {
position: absolute;
text-align: left;
bottom: 75%;
left: 0;
z-index: 800;
max-width: 960px;
width: 100%;
color: #eb7e7f;
font-weight: 700;
font-size: 1em;
opacity: 0;
}
.fs-message-error.fs-show {
opacity: 1;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
/* Animation classes & animations */
.fs-form li.fs-current {
visibility: visible;
}
.fs-form li.fs-hide, .fs-form li.fs-show {
pointer-events: none;
}
.fs-form .fs-display-next .fs-hide {
visibility: visible;
}
.fs-form .fs-display-next .fs-hide .fs-anim-lower, .fs-form .fs-display-next .fs-hide .fs-anim-upper {
-webkit-animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.fs-form .fs-display-next .fs-hide .fs-anim-lower {
-webkit-animation-delay: .1s;
animation-delay: .1s;
}
.fs-form .fs-display-next .fs-show .fs-anim-lower, .fs-form .fs-display-next .fs-show .fs-anim-upper {
-webkit-animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}
.fs-form .fs-display-next .fs-show .fs-anim-lower {
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.fs-form .fs-display-prev .fs-hide {
visibility: visible;
}
.fs-form .fs-display-prev .fs-hide .fs-anim-lower {
-webkit-animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
-webkit-animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
-webkit-animation-delay: .1s;
animation-delay: .1s;
}
.fs-form .fs-display-prev .fs-show .fs-anim-lower {
-webkit-animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}
.fs-form .fs-display-prev .fs-show .fs-anim-upper {
-webkit-animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
/* Hide current li when navigating to next question */
@-webkit-keyframes animHideNext {
to {
opacity: 0;
-webkit-transform: translate3d(0, -500px, 0);
}
}
@keyframes animHideNext {
to {
opacity: 0;
-webkit-transform: translate3d(0, -500px, 0);
transform: translate3d(0, -500px, 0);
}
}
/* Show new li when navigating to next question */
@-webkit-keyframes animShowNext {
from {
opacity: 0;
-webkit-transform: translate3d(0, 500px, 0);
}
}
@keyframes animShowNext {
from {
opacity: 0;
-webkit-transform: translate3d(0, 500px, 0);
transform: translate3d(0, 500px, 0);
}
}
/* Hide current li when navigating to previous question */
@-webkit-keyframes animHidePrev {
to {
opacity: 0;
-webkit-transform: translate3d(0, 500px, 0);
}
}
@keyframes animHidePrev {
to {
opacity: 0;
-webkit-transform: translate3d(0, 500px, 0);
transform: translate3d(0, 500px, 0);
}
}
/* Show new li when navigating to previous question */
@-webkit-keyframes animShowPrev {
from {
opacity: 0;
-webkit-transform: translate3d(0, -500px, 0);
}
}
@keyframes animShowPrev {
from {
opacity: 0;
-webkit-transform: translate3d(0, -500px, 0);
transform: translate3d(0, -500px, 0);
}
}
/* Remove IE clear cross */
input[type=text]::-ms-clear {
display: none;
}
/* Adjust form for smaller screens */
@media screen and (max-width: 52.5em) {
body {
min-height: 500px;
}
.fs-form-wrap {
font-size: 70%;
}
.fs-form {
top: 6em;
right: 2em;
left: 0;
padding: 0 3.75em 0 1em;
width: auto;
font-size: 2em;
}
.fs-form.fs-form-overview {
top: 0;
right: 0;
padding: 1.5em 1em 8em 1em;
font-size: 1.5em;
}
.fs-title {
padding: 20px;
}
.fs-numbers {
margin: 20px;
}
.fs-nav-dots {
right: 25px;
}
button.fs-continue {
right: 20px;
bottom: 20px;
margin: 0;
padding: 50px 0 0 50px;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 2em;
}
button.fs-continue::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '\27A1';
text-align: center;
font-size: 1em;
line-height: 50px;
}
.fs-continue::after {
content: '';
}
button.fs-submit {
width: 100%;
font-size: 1.25em;
}
.fs-message-error {
bottom: 1.75em;
left: 0;
padding: 0 90px 0 2em;
width: 100%;
font-size: 1.5em;
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
.fs-message-error.fs-show {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
div.cs-select {
display: inline-block;
vertical-align: middle;
position: relative;
text-align: left;
background: #fff;
z-index: 100;
width: 100%;
max-width: 500px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.cs-select:focus {
outline: none;
/* For better accessibility add a style for this in your skin */
}
.cs-select select {
display: none;
}
.cs-select span {
display: block;
position: relative;
cursor: pointer;
padding: 1em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cs-select > span {
padding-right: 3em;
}
.cs-select > span::after {
speak: none;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cs-select .cs-selected span::after {
speak: none;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\2713';
margin-left: 1em;
}
.cs-select > span::after {
content: '\25BE';
right: 1em;
}
.cs-select.cs-active > span::after {
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.cs-select .cs-options {
position: absolute;
overflow: hidden;
width: 100%;
background: #fff;
visibility: hidden;
z-index: 10000;
}
.cs-select.cs-active .cs-options {
visibility: visible;
}
.cs-select ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.cs-select ul span {
padding: 1em;
}
.cs-select ul li.cs-focus span {
background-color: #ddd;
}
.cs-select li.cs-optgroup ul {
padding-left: 1em;
}
.cs-select li.cs-optgroup > span {
cursor: default;
}
div.cs-skin-boxes {
background: transparent;
font-size: 0.65em;
font-weight: 700;
max-width: 300px;
z-index: 2000;
color: #fff;
}
@media screen and (max-width: 30em) {
div.cs-skin-boxes {
font-size: 1em;
}
}
.cs-skin-boxes > span {
border: 3px solid #292c30;
border-radius: 5px;
width: 150px;
height: 140px;
font-size: 0.5em;
padding: 0 0 0 10px;
background: #555b64;
}
div.cs-skin-boxes:focus > span {
-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.cs-skin-boxes > span::before {
content: '';
display: block;
padding-top: 110px;
margin-left: -10px;
-webkit-box-shadow: 0 25px 0 #292c30, inset 0 -10px #292c30;
box-shadow: 0 25px 0 #292c30, inset 0 -10px #292c30;
}
.cs-skin-boxes > span::after {
top: auto;
-webkit-transform: none;
transform: none;
}
.cs-skin-boxes.cs-active > span::after {
top: auto;
-webkit-transform: none;
transform: none;
}
.cs-skin-boxes .cs-options {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: auto;
background: #3b3f45;
font-size: 12px;
opacity: 0;
-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
transition: opacity 0.3s, visibility 0s 0.3s;
}
.cs-skin-boxes.cs-active .cs-options {
opacity: 1;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.cs-skin-boxes .cs-options ul {
position: absolute;
width: 100%;
height: 100%;
padding: 10px;
}
.cs-skin-boxes .cs-options li {
width: 20%;
height: 25%;
float: left;
position: relative;
cursor: pointer;
border-radius: 14px;
overflow: hidden;
opacity: 0;
color: rgba(255, 255, 255, 0.6);
border: 10px solid transparent;
background-clip: padding-box;
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
-webkit-box-shadow: inset 0 -6em 0 -2em #282b30, inset 0 -1px 1px #000;
box-shadow: inset 0 -6em 0 -2em #282b30, inset 0 -1px 1px #000;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.cs-skin-boxes.cs-active .cs-options li {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(2) {
-webkit-transition-delay: 0.01s;
transition-delay: 0.01s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(3) {
-webkit-transition-delay: 0.02s;
transition-delay: 0.02s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(4) {
-webkit-transition-delay: 0.03s;
transition-delay: 0.03s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(5) {
-webkit-transition-delay: 0.04s;
transition-delay: 0.04s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(6) {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(7) {
-webkit-transition-delay: 0.06s;
transition-delay: 0.06s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(8) {
-webkit-transition-delay: 0.07s;
transition-delay: 0.07s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(9) {
-webkit-transition-delay: 0.08s;
transition-delay: 0.08s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(10) {
-webkit-transition-delay: 0.09s;
transition-delay: 0.09s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(11) {
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(12) {
-webkit-transition-delay: .11s;
transition-delay: .11s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(13) {
-webkit-transition-delay: .12s;
transition-delay: .12s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(14) {
-webkit-transition-delay: .13s;
transition-delay: .13s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(15) {
-webkit-transition-delay: .14s;
transition-delay: .14s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(16) {
-webkit-transition-delay: .15s;
transition-delay: .15s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(17) {
-webkit-transition-delay: .16s;
transition-delay: .16s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(18) {
-webkit-transition-delay: .17s;
transition-delay: .17s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(19) {
-webkit-transition-delay: .18s;
transition-delay: .18s;
}
.cs-skin-boxes.cs-active .cs-options li:nth-child(20) {
-webkit-transition-delay: .19s;
transition-delay: .19s;
}
.cs-skin-boxes .cs-options li.cs-selected::after {
content: '\2714';
color: rgba(0, 0, 0, 0.1);
position: absolute;
font-size: 2em;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, -1em, 0);
transform: translate3d(-50%, -50%, 0) translate3d(0, -1em, 0);
}
.cs-skin-boxes .cs-options li.cs-selected span::after {
content: '';
}
.cs-skin-boxes .cs-options li.color-588c75 {
background-color: #588c75;
}
.cs-skin-boxes .cs-options li.color-b0c47f {
background-color: #b0c47f;
}
.cs-skin-boxes .cs-options li.color-f3e395 {
background-color: #f3e395;
}
.cs-skin-boxes .cs-options li.color-f3ae73 {
background-color: #f3ae73;
}
.cs-skin-boxes .cs-options li.color-da645a {
background-color: #da645a;
}
.cs-skin-boxes .cs-options li.color-79a38f {
background-color: #79a38f;
}
.cs-skin-boxes .cs-options li.color-c1d099 {
background-color: #c1d099;
}
.cs-skin-boxes .cs-options li.color-f5eaaa {
background-color: #f5eaaa;
}
.cs-skin-boxes .cs-options li.color-f5be8f {
background-color: #f5be8f;
}
.cs-skin-boxes .cs-options li.color-e1837b {
background-color: #e1837b;
}
.cs-skin-boxes .cs-options li.color-9bbaab {
background-color: #9bbaab;
}
.cs-skin-boxes .cs-options li.color-d1dcb2 {
background-color: #d1dcb2;
}
.cs-skin-boxes .cs-options li.color-f9eec0 {
background-color: #f9eec0;
}
.cs-skin-boxes .cs-options li.color-f7cda9 {
background-color: #f7cda9;
}
.cs-skin-boxes .cs-options li.color-e8a19b {
background-color: #e8a19b;
}
.cs-skin-boxes .cs-options li.color-bdd1c8 {
background-color: #bdd1c8;
}
.cs-skin-boxes .cs-options li.color-e1e7cd {
background-color: #e1e7cd;
}
.cs-skin-boxes .cs-options li.color-faf4d4 {
background-color: #faf4d4;
}
.cs-skin-boxes .cs-options li.color-fbdfc9 {
background-color: #fbdfc9;
}
.cs-skin-boxes .cs-options li.color-f1c1bd {
background-color: #f1c1bd;
}
.cs-skin-boxes .cs-options span {
position: absolute;
bottom: 0;
width: 100%;
line-height: 2em;
text-transform: uppercase;
letter-spacing: 1px;
}
.cs-skin-boxes .cs-options li span:hover {
color: #fff;
}
.cs-skin-boxes li.cs-focus span, .cs-skin-boxes li.cs-selected span {
color: #fff;
}
/* Product grid */
.grid {
position: relative;
overflow: hidden;
max-width: 1300px;
margin: 0 auto;
padding: 1.5em 0 8em;
text-align: center;
}
/* Loader */
.grid__loader {
display: none;
margin: 3em auto 0;
}
.grid--loading .grid__loader {
display: block;
}
/* Clearfix */
.grid:after {
content: '';
display: block;
clear: both;
}
/* Grid items */
.grid__sizer, .grid__item {
position: relative;
float: left;
width: 20%;
padding: .75em;
}
.no-touch .grid__sizer, .no-touch .grid__item {
padding: .75em .75em 1.25em;
}
.grid--loading .grid__item {
visibility: hidden;
}
.grid__item--size-a {
width: 40%;
}
/* Gallery */
.slider {
padding: 0;
border-radius: 5px;
background: #24252a;
}
.no-touch .slider {
padding: 0 0 1.25em;
}
.slider__item {
width: 100%;
padding: 1em;
}
.slider__item img {
width: 100%;
}
/* Flickity page dots */
.slider .flickity-page-dots {
bottom: 20px;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.no-touch .slider:hover .flickity-page-dots {
opacity: 1;
}
.slider .flickity-page-dots .dot {
background: #131417;
}
/* Product meta */
.meta {
position: relative;
margin: 10px 0 0;
padding: 0 60px 0 0;
text-align: left;
}
.meta__brand {
font-size: .85em;
font-weight: bold;
display: block;
color: #595b64;
}
.meta__title {
font-size: .95em;
font-weight: bold;
margin: 0;
padding: .4em 0 .1em;
}
.meta__price {
font-size: .95em;
font-weight: bold;
position: absolute;
top: .45em;
right: .25em;
color: #595b64;
}
/* Action style */
.action {
font-family: Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
font-size: 1.05em;
position: relative;
overflow: hidden;
margin: 0;
padding: .25em;
cursor: pointer;
color: #fff;
border: none;
background: none;
}
.action:focus {
outline: none;
}
.action--button {
color: #5c5edc;
}
.no-touch .action--button:hover {
color: #fff;
outline: none;
}
.text-hidden {
position: absolute;
top: 200%;
}
/* Add to cart button */
.action--buy {
position: absolute;
top: 0;
right: 0;
padding: 1.85em 2.35em;
-webkit-transition: opacity .3s, -webkit-transform .3s;
transition: opacity .3s, -webkit-transform .3s;
transition: opacity .3s, transform .3s;
transition: opacity .3s, transform .3s, -webkit-transform .3s;
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
.no-touch .action--buy {
opacity: 0;
}
.no-touch .grid__item:hover .action--buy {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* Fixed bottom bar */
.bar {
position: fixed;
z-index: 100;
bottom: 0;
left: 0;
width: 100%;
padding: 1.75em 5em;
text-align: center;
background: #191a1b;
-webkit-transform: translate3d(0, 0, 0);
/* Fix for Chrome flicker on Mac ...party like we're in 2012! */
}
.flexbox .filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/* Filter */
.filter__label {
font-size: .85em;
display: inline-block;
margin: 0 2%;
font-weight: bold;
color: #393A3F;
}
.filter__item {
font-weight: bold;
margin: 0 2%;
padding: .1em;
vertical-align: middle;
color: #a3a3b3;
border-bottom: 2px solid transparent;
}
.filter__item--selected {
color: #5c5edc;
border-color: #5c5edc;
}
.filter__item .icon {
font-size: 1.75em;
display: none;
}
/* Shopping cart */
.cart {
font-size: 1.5em;
position: absolute;
top: 0;
right: 0;
overflow: hidden;
height: 100%;
padding: 0 1.195em;
cursor: pointer;
color: #abacae;
border: none;
background-color: #131415;
}
.no-touch .cart:focus, .no-touch .cart:hover {
color: #fff;
outline: none;
}
.cart--animate .cart__icon {
-webkit-animation: cartAnim .4s forwards;
animation: cartAnim .4s forwards;
}
@-webkit-keyframes cartAnim {
50% {
opacity: 0;
-webkit-transform: translate3d(50px, 0, 0);
transform: translate3d(50px, 0, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes cartAnim {
50% {
opacity: 0;
-webkit-transform: translate3d(50px, 0, 0);
transform: translate3d(50px, 0, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.cart__count {
font-size: 9px;
font-weight: bold;
line-height: 15px;
position: absolute;
top: 50%;
right: 20px;
width: 15px;
height: 15px;
margin: -16px 0 0 0;
text-align: center;
color: #fff;
border-radius: 50%;
background: #5c5edc;
}
.cart--animate .cart__count {
-webkit-animation: countAnim .4s forwards;
animation: countAnim .4s forwards;
}
@-webkit-keyframes countAnim {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 80px, 0);
transform: translate3d(0, 80px, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -80px, 0);
transform: translate3d(0, -80px, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes countAnim {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 80px, 0);
transform: translate3d(0, 80px, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -80px, 0);
transform: translate3d(0, -80px, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
/* Resize grid items on smaller screens */
@media screen and (max-width: 65em) {
.grid__sizer, .grid__item, .grid__item--size-a {
width: 33.333%;
}
}
@media screen and (max-width: 50em) {
.grid__sizer, .grid__item, .grid__item--size-a {
width: 50%;
}
.bar {
padding-left: 0;
text-align: left;
}
}
@media screen and (max-width: 40em) {
.bar {
padding: .5em 4.5em .5em 0;
}
.flexbox .filter {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.filter__item {
height: 100%;
padding: .5em .1em;
border: none;
}
.filter__item .icon {
display: inline-block;
}
.filter__label, .action__text {
display: none;
}
.cart {
padding: 0 1em;
}
}
@media screen and (max-width: 25em) {
.grid {
max-width: 75%;
}
.grid__loader {
margin: 0 auto;
}
.grid__sizer, .grid__item, .grid__item--size-a {
width: 100%;
}
.action--buy {
font-size: 1.5em;
padding: 1.15em 1.5em;
-webkit-tap-highlight-color: transparent;
}
}
@media screen and (max-width: 30em) {
.cs-skin-boxes .cs-options li {
-webkit-box-shadow: none;
box-shadow: none;
border-width: 3px;
border-radius: 8px;
}
}
@media screen and (max-width: 30em) {
.cs-skin-boxes .cs-options li.cs-selected::after {
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
}
@media screen and (max-width: 30em) {
.cs-skin-boxes .cs-options span {
display: none;
}
} | 0.450359 | 0.073297 |
.body {
margin: 2px 10px;
padding: 2px 3px;
color: gray;
}
.nav-01 {
border: 2px;
}
.nav-01 h1 {
color: blue;
display: flex;
align-content: center;
justify-content: center;
font-size: 70px;
font-style: inherit;
}
.nav-02 {
display: flex;
justify-content: center;
align-items: center;
}
.hero {
margin: 10px;
margin-left: 50px;
height: 50vh;
width: 90%;
display: flex;
box-shadow: 3px 3px 5px rgb(148, 147, 147), 3px 3px 5px rgb(148, 147, 147);
}
#hero-1 {
height: 100%;
width: 100%;
}
#hero-2 {
margin-left: 10%;
padding: 0%;
height: 100%;
width: 60%;
display: flex;
text-align: center;
justify-content: space-evenly;
}
#hero-3 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#hero-3 button {
background-color: blue;
opacity: 90%;
font-weight: 900;
font-style: oblique;
width: 40%;
height: 10%;
border-radius: 7%;
}
.main {
margin: 10px;
margin-left: 50px;
height: 50vh;
width: 90%;
display: flex;
box-shadow: 3px 3px 5px rgb(148, 147, 147), 3px 3px 5px rgb(148, 147, 147);
}
#main-1 {
height: 100%;
width: 40%
}
#main-2 {
padding: 0%;
height: 100%;
width: 75%;
text-align: center;
}
#main-2 h2 {
color: blue;
font-size: 40px;
}
.main-3 {
margin: 5%;
margin-top: 8%;
border: 2px solid;
border-style: dashed;
display: flex;
align-content: center;
justify-content: center;
justify-content: space-around;
}
.main-4 {
margin: 5%;
font-weight: 900;
}
.main-5 {
margin: 5%;
font-weight: 900;
}
.main-6 {
margin: 5%;
color: blue;
}
.main-6 h3 {
font-size: 20px;
}
.footer {
margin: 10px;
margin-left: 50px;
height: 50vh;
width: 90%;
display: flex;
box-shadow: 3px 3px 5px rgb(148, 147, 147), 3px 3px 5px rgb(148, 147, 147);
}
#footer-1 {
height: 100%;
width: 34.5%;
}
#footer-2 {
width: 65.5%;
}
#footer-2 h2 {
color: blue;
display: flex;
align-items: center;
justify-content: center;
}
.footer-03 {
display: flex;
justify-content: space-evenly;
}
.footer-3 {
color: blue;
height: 100%;
width: 21.8%;
}
.footer-4 {
height: 100%;
width: 21.8%;
}
.footer-4 {
border: 2px solid;
height: 50%;
}
.footer-4 h4 {
text-align: center;
color: blue;
}
.footer-4 ul {
height: 25%;
overflow-y: scroll;
}
.footer-5 {
color: blue;
height: 100%;
width: 21.8%;
} | index.css | .body {
margin: 2px 10px;
padding: 2px 3px;
color: gray;
}
.nav-01 {
border: 2px;
}
.nav-01 h1 {
color: blue;
display: flex;
align-content: center;
justify-content: center;
font-size: 70px;
font-style: inherit;
}
.nav-02 {
display: flex;
justify-content: center;
align-items: center;
}
.hero {
margin: 10px;
margin-left: 50px;
height: 50vh;
width: 90%;
display: flex;
box-shadow: 3px 3px 5px rgb(148, 147, 147), 3px 3px 5px rgb(148, 147, 147);
}
#hero-1 {
height: 100%;
width: 100%;
}
#hero-2 {
margin-left: 10%;
padding: 0%;
height: 100%;
width: 60%;
display: flex;
text-align: center;
justify-content: space-evenly;
}
#hero-3 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#hero-3 button {
background-color: blue;
opacity: 90%;
font-weight: 900;
font-style: oblique;
width: 40%;
height: 10%;
border-radius: 7%;
}
.main {
margin: 10px;
margin-left: 50px;
height: 50vh;
width: 90%;
display: flex;
box-shadow: 3px 3px 5px rgb(148, 147, 147), 3px 3px 5px rgb(148, 147, 147);
}
#main-1 {
height: 100%;
width: 40%
}
#main-2 {
padding: 0%;
height: 100%;
width: 75%;
text-align: center;
}
#main-2 h2 {
color: blue;
font-size: 40px;
}
.main-3 {
margin: 5%;
margin-top: 8%;
border: 2px solid;
border-style: dashed;
display: flex;
align-content: center;
justify-content: center;
justify-content: space-around;
}
.main-4 {
margin: 5%;
font-weight: 900;
}
.main-5 {
margin: 5%;
font-weight: 900;
}
.main-6 {
margin: 5%;
color: blue;
}
.main-6 h3 {
font-size: 20px;
}
.footer {
margin: 10px;
margin-left: 50px;
height: 50vh;
width: 90%;
display: flex;
box-shadow: 3px 3px 5px rgb(148, 147, 147), 3px 3px 5px rgb(148, 147, 147);
}
#footer-1 {
height: 100%;
width: 34.5%;
}
#footer-2 {
width: 65.5%;
}
#footer-2 h2 {
color: blue;
display: flex;
align-items: center;
justify-content: center;
}
.footer-03 {
display: flex;
justify-content: space-evenly;
}
.footer-3 {
color: blue;
height: 100%;
width: 21.8%;
}
.footer-4 {
height: 100%;
width: 21.8%;
}
.footer-4 {
border: 2px solid;
height: 50%;
}
.footer-4 h4 {
text-align: center;
color: blue;
}
.footer-4 ul {
height: 25%;
overflow-y: scroll;
}
.footer-5 {
color: blue;
height: 100%;
width: 21.8%;
} | 0.597725 | 0.171755 |
.radius-none {
border-radius: 0; }
.overflow-hidden {
overflow: hidden; }
.overflow-auto {
overflow: auto; }
.block {
display: block; }
.inline-block {
display: inline-block; }
.relative {
position: relative; }
.fixed {
position: fixed; }
.height-auto {
min-height: 0; }
.z-3 {
z-index: 3; }
.z-2 {
z-index: 2; }
.z-1 {
z-index: 1; }
.focus-weight:focus {
outline: 0;
font-weight: 700; }
.pad {
padding: 20px; }
.pad-xxl {
padding: 60px; }
.pad-xl {
padding: 50px; }
.pad-lg {
padding: 40px; }
.pad-md {
padding: 30px; }
.pad-sm {
padding: 10px; }
.pad-xs {
padding: 5px; }
.pad-none {
padding: 0px; }
.pad-top {
padding-top: 20px; }
.pad-top-xxl {
padding-top: 60px; }
.pad-top-xl {
padding-top: 50px; }
.pad-top-lg {
padding-top: 40px; }
.pad-top-md {
padding-top: 30px; }
.pad-top-sm {
padding-top: 10px; }
.pad-top-xs {
padding-top: 5px; }
.pad-top-none {
padding-top: 0px; }
.pad-right {
padding-right: 20px; }
.pad-right-xxl {
padding-right: 60px; }
.pad-right-xl {
padding-right: 50px; }
.pad-right-lg {
padding-right: 40px; }
.pad-right-md {
padding-right: 30px; }
.pad-right-sm {
padding-right: 10px; }
.pad-right-xs {
padding-right: 5px; }
.pad-right-none {
padding-right: 0px; }
.pad-bottom {
padding-bottom: 20px; }
.pad-bottom-button {
padding-bottom: 100px; }
.pad-bottom-xxl {
padding-bottom: 60px; }
.pad-bottom-xl {
padding-bottom: 50px; }
.pad-bottom-lg {
padding-bottom: 40px; }
.pad-bottom-md {
padding-bottom: 30px; }
.pad-bottom-sm {
padding-bottom: 10px; }
.pad-bottom-xs {
padding-bottom: 5px; }
.pad-bottom-none {
padding-bottom: 0px; }
.pad-left {
padding-left: 20px; }
.pad-left-xxl {
padding-left: 60px; }
.pad-left-xl {
padding-left: 50px; }
.pad-left-lg {
padding-left: 40px; }
.pad-left-md {
padding-left: 30px; }
.pad-left-sm {
padding-left: 10px; }
.pad-left-xs {
padding-left: 5px; }
.pad-left-none {
padding-left: 0px; }
.pull {
margin: -20px; }
.pull-xxl {
margin: -40px; }
.pull-xl {
margin: -30px; }
.pull-lg {
margin: -20px; }
.pull-md {
margin: -15px; }
.pull-sm {
margin: -10px; }
.pull-xs {
margin: -5px; }
.pull-none {
margin: -0px; }
.pull-top {
margin-top: -20px; }
.pull-top-xxl {
margin-top: -40px; }
.pull-top-xl {
margin-top: -30px; }
.pull-top-lg {
margin-top: -20px; }
.pull-top-md {
margin-top: -15px; }
.pull-top-sm {
margin-top: -10px; }
.pull-top-xs {
margin-top: -5px; }
.pull-top-none {
margin-top: -0px; }
.pull-right-xxl {
margin-right: -40px; }
.pull-right-xl {
margin-right: -30px; }
.pull-right-lg {
margin-right: -20px; }
.pull-right-md {
margin-right: -15px; }
.pull-right-sm {
margin-right: -10px; }
.pull-right-xs {
margin-right: -5px; }
.pull-right-none {
margin-right: -0px; }
.pull-bottom {
margin-bottom: -20px; }
.pull-bottom-xxxl {
margin-bottom: -100px; }
.pull-bottom-xxl {
margin-bottom: -40px; }
.pull-bottom-xl {
margin-bottom: -30px; }
.pull-bottom-lg {
margin-bottom: -20px; }
.pull-bottom-md {
margin-bottom: -15px; }
.pull-bottom-sm {
margin-bottom: -10px; }
.pull-bottom-xs {
margin-bottom: -5px; }
.pull-bottom-none {
margin-bottom: -0px; }
.pull-left-xxl {
margin-left: -40px; }
.pull-left-xl {
margin-left: -30px; }
.pull-left-lg {
margin-left: -20px; }
.pull-left-md {
margin-left: -15px; }
.pull-left-sm {
margin-left: -10px; }
.pull-left-xs {
margin-left: -5px; }
.pull-left-none {
margin-left: -0px; }
.push {
margin: 20px; }
.push-xxl {
margin: 60px; }
.push-xl {
margin: 50px; }
.push-lg {
margin: 40px; }
.push-md {
margin: 30px; }
.push-sm {
margin: 10px; }
.push-xs {
margin: 5px; }
.push-none {
margin: 0px; }
.push-top {
margin-top: 20px; }
.push-top-xxl {
margin-top: 60px; }
.push-top-xl {
margin-top: 50px; }
.push-top-lg {
margin-top: 40px; }
.push-top-md {
margin-top: 30px; }
.push-top-sm {
margin-top: 10px; }
.push-top-xs {
margin-top: 5px; }
.push-top-none {
margin-top: 0px; }
.push-right {
margin-right: 20px; }
.push-right-xxl {
margin-right: 60px; }
.push-right-xl {
margin-right: 50px; }
.push-right-lg {
margin-right: 40px; }
.push-right-md {
margin-right: 30px; }
.push-right-sm {
margin-right: 10px; }
.push-right-xs {
margin-right: 5px; }
.push-right-none {
margin-right: 0px; }
.push-bottom {
margin-bottom: 20px; }
.push-bottom-button {
margin-bottom: 100px; }
.push-bottom-xxl {
margin-bottom: 60px; }
.push-bottom-xl {
margin-bottom: 50px; }
.push-bottom-lg {
margin-bottom: 40px; }
.push-bottom-md {
margin-bottom: 30px; }
.push-bottom-sm {
margin-bottom: 10px; }
.push-bottom-xs {
margin-bottom: 5px; }
.push-bottom-none {
margin-bottom: 0px; }
.push-left {
margin-left: 20px; }
.push-left-xxl {
margin-left: 60px; }
.push-left-xl {
margin-left: 50px; }
.push-left-lg {
margin-left: 40px; }
.push-left-md {
margin-left: 30px; }
.push-left-sm {
margin-left: 10px; }
.push-left-xs {
margin-left: 5px; }
.push-left-none {
margin-left: 0px; }
.size-12 {
height: 12px;
width: 12px; }
.size-16 {
height: 16px;
width: 16px; }
.size-24 {
height: 24px;
width: 24px; }
.size-32 {
height: 32px;
width: 32px; }
.size-50 {
height: 50px;
width: 50px; }
.size-64 {
height: 64px;
width: 64px; }
.size-72 {
height: 72px;
width: 72px; }
.size-100 {
height: 100px;
width: 100px; }
.size-128 {
height: 128px;
width: 128px; }
.size-256 {
height: 256px;
width: 256px; }
.size-height-12 {
height: 12px;
width: auto; }
.size-height-16 {
height: 16px;
width: auto; }
.size-height-24 {
height: 24px;
width: auto; }
.size-height-32 {
height: 32px;
width: auto; }
.size-height-50 {
height: 50px;
width: auto; }
.size-height-64 {
height: 64px;
width: auto; }
.size-height-72 {
height: 72px;
width: auto; }
.size-height-100 {
height: 100px;
width: auto; }
.size-height-128 {
height: 128px;
width: auto; }
.size-height-256 {
height: 256px;
width: auto; }
.size-width-12 {
width: 12px;
height: auto; }
.size-width-16 {
width: 16px;
height: auto; }
.size-width-24 {
width: 24px;
height: auto; }
.size-width-32 {
width: 32px;
height: auto; }
.size-width-50 {
width: 50px;
height: auto; }
.size-width-64 {
width: 64px;
height: auto; }
.size-width-72 {
width: 72px;
height: auto; }
.size-width-100 {
width: 100px;
height: auto; }
.size-width-128 {
width: 128px;
height: auto; }
.size-width-256 {
width: 256px;
height: auto; }
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
font-size: 60%; }
.text-normal {
font-style: normal; }
.text-center {
text-align: center; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-normal {
font-style: normal; }
.text-xs,
.text-sm,
.text-md,
.text-lg {
text-rendering: optimizeLegibility; }
.text-micro {
font-size: 10px;
font-weight: normal;
letter-spacing: 1px; }
.text-xs {
font-size: 50%; }
.text-sm {
font-size: 70%; }
.text-md {
font-size: 80%; }
.text-lg {
font-size: 110%; }
.text-xl {
font-size: 120%; }
.text-xxl {
font-size: 130%; }
.text-30 {
font-size: 30px; }
.text-super {
font-size: 60px; }
.text-wrap {
white-space: normal; }
.text-upper {
text-transform: uppercase; }
.text-truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; } | node_modules/@covalent/core/styles/utilities/utilities.css | .radius-none {
border-radius: 0; }
.overflow-hidden {
overflow: hidden; }
.overflow-auto {
overflow: auto; }
.block {
display: block; }
.inline-block {
display: inline-block; }
.relative {
position: relative; }
.fixed {
position: fixed; }
.height-auto {
min-height: 0; }
.z-3 {
z-index: 3; }
.z-2 {
z-index: 2; }
.z-1 {
z-index: 1; }
.focus-weight:focus {
outline: 0;
font-weight: 700; }
.pad {
padding: 20px; }
.pad-xxl {
padding: 60px; }
.pad-xl {
padding: 50px; }
.pad-lg {
padding: 40px; }
.pad-md {
padding: 30px; }
.pad-sm {
padding: 10px; }
.pad-xs {
padding: 5px; }
.pad-none {
padding: 0px; }
.pad-top {
padding-top: 20px; }
.pad-top-xxl {
padding-top: 60px; }
.pad-top-xl {
padding-top: 50px; }
.pad-top-lg {
padding-top: 40px; }
.pad-top-md {
padding-top: 30px; }
.pad-top-sm {
padding-top: 10px; }
.pad-top-xs {
padding-top: 5px; }
.pad-top-none {
padding-top: 0px; }
.pad-right {
padding-right: 20px; }
.pad-right-xxl {
padding-right: 60px; }
.pad-right-xl {
padding-right: 50px; }
.pad-right-lg {
padding-right: 40px; }
.pad-right-md {
padding-right: 30px; }
.pad-right-sm {
padding-right: 10px; }
.pad-right-xs {
padding-right: 5px; }
.pad-right-none {
padding-right: 0px; }
.pad-bottom {
padding-bottom: 20px; }
.pad-bottom-button {
padding-bottom: 100px; }
.pad-bottom-xxl {
padding-bottom: 60px; }
.pad-bottom-xl {
padding-bottom: 50px; }
.pad-bottom-lg {
padding-bottom: 40px; }
.pad-bottom-md {
padding-bottom: 30px; }
.pad-bottom-sm {
padding-bottom: 10px; }
.pad-bottom-xs {
padding-bottom: 5px; }
.pad-bottom-none {
padding-bottom: 0px; }
.pad-left {
padding-left: 20px; }
.pad-left-xxl {
padding-left: 60px; }
.pad-left-xl {
padding-left: 50px; }
.pad-left-lg {
padding-left: 40px; }
.pad-left-md {
padding-left: 30px; }
.pad-left-sm {
padding-left: 10px; }
.pad-left-xs {
padding-left: 5px; }
.pad-left-none {
padding-left: 0px; }
.pull {
margin: -20px; }
.pull-xxl {
margin: -40px; }
.pull-xl {
margin: -30px; }
.pull-lg {
margin: -20px; }
.pull-md {
margin: -15px; }
.pull-sm {
margin: -10px; }
.pull-xs {
margin: -5px; }
.pull-none {
margin: -0px; }
.pull-top {
margin-top: -20px; }
.pull-top-xxl {
margin-top: -40px; }
.pull-top-xl {
margin-top: -30px; }
.pull-top-lg {
margin-top: -20px; }
.pull-top-md {
margin-top: -15px; }
.pull-top-sm {
margin-top: -10px; }
.pull-top-xs {
margin-top: -5px; }
.pull-top-none {
margin-top: -0px; }
.pull-right-xxl {
margin-right: -40px; }
.pull-right-xl {
margin-right: -30px; }
.pull-right-lg {
margin-right: -20px; }
.pull-right-md {
margin-right: -15px; }
.pull-right-sm {
margin-right: -10px; }
.pull-right-xs {
margin-right: -5px; }
.pull-right-none {
margin-right: -0px; }
.pull-bottom {
margin-bottom: -20px; }
.pull-bottom-xxxl {
margin-bottom: -100px; }
.pull-bottom-xxl {
margin-bottom: -40px; }
.pull-bottom-xl {
margin-bottom: -30px; }
.pull-bottom-lg {
margin-bottom: -20px; }
.pull-bottom-md {
margin-bottom: -15px; }
.pull-bottom-sm {
margin-bottom: -10px; }
.pull-bottom-xs {
margin-bottom: -5px; }
.pull-bottom-none {
margin-bottom: -0px; }
.pull-left-xxl {
margin-left: -40px; }
.pull-left-xl {
margin-left: -30px; }
.pull-left-lg {
margin-left: -20px; }
.pull-left-md {
margin-left: -15px; }
.pull-left-sm {
margin-left: -10px; }
.pull-left-xs {
margin-left: -5px; }
.pull-left-none {
margin-left: -0px; }
.push {
margin: 20px; }
.push-xxl {
margin: 60px; }
.push-xl {
margin: 50px; }
.push-lg {
margin: 40px; }
.push-md {
margin: 30px; }
.push-sm {
margin: 10px; }
.push-xs {
margin: 5px; }
.push-none {
margin: 0px; }
.push-top {
margin-top: 20px; }
.push-top-xxl {
margin-top: 60px; }
.push-top-xl {
margin-top: 50px; }
.push-top-lg {
margin-top: 40px; }
.push-top-md {
margin-top: 30px; }
.push-top-sm {
margin-top: 10px; }
.push-top-xs {
margin-top: 5px; }
.push-top-none {
margin-top: 0px; }
.push-right {
margin-right: 20px; }
.push-right-xxl {
margin-right: 60px; }
.push-right-xl {
margin-right: 50px; }
.push-right-lg {
margin-right: 40px; }
.push-right-md {
margin-right: 30px; }
.push-right-sm {
margin-right: 10px; }
.push-right-xs {
margin-right: 5px; }
.push-right-none {
margin-right: 0px; }
.push-bottom {
margin-bottom: 20px; }
.push-bottom-button {
margin-bottom: 100px; }
.push-bottom-xxl {
margin-bottom: 60px; }
.push-bottom-xl {
margin-bottom: 50px; }
.push-bottom-lg {
margin-bottom: 40px; }
.push-bottom-md {
margin-bottom: 30px; }
.push-bottom-sm {
margin-bottom: 10px; }
.push-bottom-xs {
margin-bottom: 5px; }
.push-bottom-none {
margin-bottom: 0px; }
.push-left {
margin-left: 20px; }
.push-left-xxl {
margin-left: 60px; }
.push-left-xl {
margin-left: 50px; }
.push-left-lg {
margin-left: 40px; }
.push-left-md {
margin-left: 30px; }
.push-left-sm {
margin-left: 10px; }
.push-left-xs {
margin-left: 5px; }
.push-left-none {
margin-left: 0px; }
.size-12 {
height: 12px;
width: 12px; }
.size-16 {
height: 16px;
width: 16px; }
.size-24 {
height: 24px;
width: 24px; }
.size-32 {
height: 32px;
width: 32px; }
.size-50 {
height: 50px;
width: 50px; }
.size-64 {
height: 64px;
width: 64px; }
.size-72 {
height: 72px;
width: 72px; }
.size-100 {
height: 100px;
width: 100px; }
.size-128 {
height: 128px;
width: 128px; }
.size-256 {
height: 256px;
width: 256px; }
.size-height-12 {
height: 12px;
width: auto; }
.size-height-16 {
height: 16px;
width: auto; }
.size-height-24 {
height: 24px;
width: auto; }
.size-height-32 {
height: 32px;
width: auto; }
.size-height-50 {
height: 50px;
width: auto; }
.size-height-64 {
height: 64px;
width: auto; }
.size-height-72 {
height: 72px;
width: auto; }
.size-height-100 {
height: 100px;
width: auto; }
.size-height-128 {
height: 128px;
width: auto; }
.size-height-256 {
height: 256px;
width: auto; }
.size-width-12 {
width: 12px;
height: auto; }
.size-width-16 {
width: 16px;
height: auto; }
.size-width-24 {
width: 24px;
height: auto; }
.size-width-32 {
width: 32px;
height: auto; }
.size-width-50 {
width: 50px;
height: auto; }
.size-width-64 {
width: 64px;
height: auto; }
.size-width-72 {
width: 72px;
height: auto; }
.size-width-100 {
width: 100px;
height: auto; }
.size-width-128 {
width: 128px;
height: auto; }
.size-width-256 {
width: 256px;
height: auto; }
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
font-size: 60%; }
.text-normal {
font-style: normal; }
.text-center {
text-align: center; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-normal {
font-style: normal; }
.text-xs,
.text-sm,
.text-md,
.text-lg {
text-rendering: optimizeLegibility; }
.text-micro {
font-size: 10px;
font-weight: normal;
letter-spacing: 1px; }
.text-xs {
font-size: 50%; }
.text-sm {
font-size: 70%; }
.text-md {
font-size: 80%; }
.text-lg {
font-size: 110%; }
.text-xl {
font-size: 120%; }
.text-xxl {
font-size: 130%; }
.text-30 {
font-size: 30px; }
.text-super {
font-size: 60px; }
.text-wrap {
white-space: normal; }
.text-upper {
text-transform: uppercase; }
.text-truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; } | 0.556159 | 0.146545 |
@font-face {
font-family: 'etbuilder';
src:url('../fonts/etbuilder_v2_2.eot');
src:url('../fonts/etbuilder_v2_2.eot?#iefix') format('embedded-opentype'),
url('../fonts/etbuilder_v2_2.woff') format('woff'),
url('../fonts/etbuilder_v2_2.ttf') format('truetype'),
url('../fonts/etbuilder_v2_2.svg#etbuilder') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ETmodules';
src:url('../../fonts/ETmodules_v2.eot');
src:url('../../fonts/ETmodules_v2.eot?#iefix') format('embedded-opentype'),
url('../../fonts/ETmodules_v2.ttf') format('truetype'),
url('../../fonts/ETmodules_v2.woff') format('woff'),
url('../../fonts/ETmodules_v2.svg#ETmodules') format('svg');
font-weight: normal;
font-style: normal;
}
.clearfix:after, .et-pb-row-content:after, .et-pb-option:after, .et_pb_section_specialty .et-pb-section-content:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
#et_pb_main_container { position: relative; }
#et_pb_main_container a:active { outline: 0; }
#et_pb_layout_controls { overflow: hidden; text-align: right; margin: 20px 15px; top: 0; right: 0; }
.et_pb_section { background: #e6e6e6; margin: 15px 15px 50px; }
.et_pb_section, .et_pb_row, .et_pb_module_block { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; position: relative; cursor: move; }
.et-pb-section-content { padding: 15px 15px 25px 65px; }
.et_pb_section_fullwidth .et-pb-section-content { padding-bottom: 0; min-height: 87px; }
.et-pb-row-content { padding: 15px 15px 1px 65px; }
.et-pb-controls { position: absolute; top: 0; left: 0; bottom: 0; background-color: #2e86b9; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; width: 50px; font-size: 32px; -moz-box-shadow: inset -1px 0px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset -1px 0px 5px rgba(0, 0, 0, 0.1); box-shadow: inset -1px 0px 5px rgba(0, 0, 0, 0.1); }
.et_pb_row .et-pb-controls { background-color: #3dbaaa; }
.et_pb_section_specialty .et_pb_row .et-pb-controls { background-color: #eda565; }
.et_pb_module_block a { font-size: 32px; }
.et-pb-controls a, .et_pb_module_block a { color: #000; opacity: 0.5; text-decoration: none; }
.et-pb-controls a:hover, .et_pb_module_block a:hover { opacity: 0.6; }
.et-pb-controls .et-pb-settings, .et-pb-controls .et-pb-remove, .et-pb-clone { position: absolute; left: 9px; }
.et-pb-controls .et-pb-settings { top: 7px; }
.et-pb-controls .et-pb-clone { top: 36px; }
.et_pb_row .et-pb-controls .et-pb-clone { top: 15px; }
.et-pb-controls .et-pb-remove { bottom: 7px; left: 8px; }
.et_pb_module_block .et-pb-settings, .et_pb_module_block .et-pb-clone, .et_pb_module_block .et-pb-remove { float: left; position: relative; left: 0; }
.et_pb_module_block .et-pb-remove { float: right; }
.et-pb-section-add, .et-pb-row-add { position: absolute; bottom: -29px; left: -7px; text-decoration: none; font-size: 12px; color: #999; }
.et-pb-row-add { display: none; }
.et-pb-section-content .et_pb_row:last-child .et-pb-row-add { display: block; }
.et-pb-section-add:hover { color: #999; }
.et-pb-section-add:hover:before, .et-pb-section-add span:hover, .et-pb-row-add:hover, .et-pb-insert-column:hover, .et-pb-insert-module:hover { color: #555; }
.et-pb-insert-column:hover, .et-pb-insert-module:hover, .et-pb-add-sortable-initial:hover { border-color: #aeaeae; }
.et_pb_section_fullwidth > .et-pb-controls { background-color: #835fb3; }
.et_pb_section_specialty > .et-pb-controls { background-color: #ed6565; }
.et-pb-insert-column, .et-pb-insert-module, .et-pb-add-sortable-initial { display: block; border: 2px solid #BBB; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; text-align: center; padding: 0 0 11px; color: #999; text-decoration: none; position: relative; margin-bottom: 14px; }
.et-pb-settings span, .et-pb-remove span, .et-pb-modal-close span, .et-pb-advanced-setting-remove span, .et-pb-advanced-setting-options span, .et-pb-clone span { display: none; }
.et-pb-modal-close { text-decoration: none; font-size: 23px; color: #fff; position: absolute; top: 20px; right: 16px; z-index: 10; }
.et-pb-modal-close:hover { color: #c1e4f3;}
.et-pb-advanced-setting-remove, .et-pb-advanced-setting-options { position: absolute; top: 11px; left: 15px; text-decoration: none; color: #000; opacity: 0.5; font-size: 22px; }
.et-pb-advanced-setting-remove:hover, .et-pb-advanced-setting-options:hover { opacity: 0.7; color: #000; }
.et-pb-advanced-setting-options { left: auto; right: 15px; }
.et-pb-settings:before, .et-pb-remove:before, .et-pb-section-add:before, .et-pb-row-add:before, .et-pb-insert-column:before, .et-pb-insert-module:before, .et-pb-modal-close:before, .et-pb-advanced-setting-remove:before, .et-pb-advanced-setting-options:before, .et-pb-add-sortable-option:before, .et-pb-layout-buttons:before, .et-pb-all-modules li:before, .et-pb-clone:before { font-family: 'etbuilder'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.et_font_icon li:before { font-family: 'ETmodules'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; }
.et-pb-settings:before, .et-pb-advanced-setting-options:before { content: '\21'; }
.et-pb-clone:before { content: '\43'; }
.et-pb-remove:before, .et-pb-modal-close:before, .et-pb-advanced-setting-remove:before { content: '\22'; }
.et-pb-section-add:before, .et-pb-row-add:before, .et-pb-insert-column:before, .et-pb-insert-module:before, .et-pb-add-sortable-option:before { content: '\23'; font-size: 32px; top: 8px; position: relative; }
.et_pb_module_block + .et-pb-insert-module { border: none; display: inline; position: relative; top: -15px; padding: 0; left: -8px; }
.et_pb_row { min-height: 85px; background: #fafafa; margin: 0 0 15px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
.et-pb-column { float: left; margin-left: 2%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
.et-pb-column-4_4 { width: 100%; margin-left: 0; }
.et-pb-column-1_2 { width: 49%; }
.et-pb-column-1_3 { width: 32%; }
.et-pb-column-1_4 { width: 23.5%; }
.et-pb-column-2_3 { width: 66%; }
.et-pb-column-3_4 { width: 74.4%; }
.et-pb-module-title { font-size: 14px; font-weight: 100; min-width: 65px; margin: 6px 0; display: inline-block; }
.et-pb-option-advanced-module-settings { border-bottom: 1px solid #EEE; padding-bottom: 10px; }
.et-pb-add-sortable-option { color: #888; text-decoration: none; margin-left: -9px; position: relative; top: -10px; }
.et-pb-add-sortable-initial { margin: 0 0 10px; top: 0; }
.et-pb-add-sortable-option:hover { color: #111; }
.et-pb-column:first-child { margin-left: 0; }
.et_pb_modal_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 700; }
.et_pb_modal_settings_container { -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; position: fixed; top: 15%; left: 50%; bottom: 15%; width: 960px; margin: 0 0 0 -480px; background: #FFF; overflow: auto; padding: 61px 0 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 99999; }
.et_pb_module_block { background: #666666; padding: 8px; color: #f5f5f5; text-align: center; margin: 0 0 10px; min-height: 30px; }
.et_pb_content_option { clear: both; position: relative; }
.et-pb-option { padding: 15px 0; border-bottom: 1px solid #EEE; }
.et-pb-option:first-child { padding-top: 0; }
.et-pb-option:last-child { border-bottom: none; }
.et-pb-option > label { font-size: 17px; font-weight: 100; display: block; float: left; width: 200px; margin-top: 4px; }
.et-pb-option-container { float: left; }
.et-pb-option-container .description {max-width: 500px; color: #9B9B9B;}
.et-pb-option-main-content > label { float: none; width: auto; margin-bottom: 10px; }
.et-pb-option-main-content .et-pb-option-container { float: none; }
.et-pb-option-container .description { margin-top: 10px; }
.et-pb-option-main-content .description { margin-top: 15px; }
.et-pb-settings-heading { z-index: 1; border-bottom: 1px solid #22648A; position: absolute; top: 0; left: 0; width: 100%; box-sizing: border-box; padding: 25px 50px 20px 36px; margin: 0; font-size: 22px; font-weight: 100; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); background-color: #2e86b9; background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.5, #318EC4),
color-stop(1, #2E86B9)
);
background-image: -o-linear-gradient(bottom, #318EC4 50%, #2E86B9 100%);
background-image: -moz-linear-gradient(bottom, #318EC4 50%, #2E86B9 100%);
background-image: -webkit-linear-gradient(bottom, #318EC4 50%, #2E86B9 100%);
background-image: -ms-linear-gradient(bottom, #318EC4 50%, #2E86B9 100%);
background-image: linear-gradient(to bottom, #318EC4 50%, #2E86B9 100%);color: #fff; }
.et-pb-modal-bottom-container { position: absolute; bottom: 0; left: 0; width: 100%; border-top: 1px solid #dfdfdf; box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.04); padding: 18px 19px 18px 40px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: right; }
.et-pb-main-settings { overflow: auto; position: absolute; width: 100%; top: 62px; left: 0; bottom: 60px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 40px; }
.et-wp-after-3_8 .et-pb-main-settings { bottom: 64px; }
.et-pb-main-settings-full { bottom: 0 !important; }
.et_pb_stop_scroll { overflow: hidden; }
.ui-sortable-helper .et-pb-section-add, .ui-sortable-helper .et-pb-row-add { display: none !important; }
.ui-sortable-helper { opacity:0.7;}
.et-pb-sortable-options { margin: 0; }
.et-pb-sortable-options li { padding: 15px; background: #F9F9F9; border: 1px solid #EEE; margin-bottom: 10px; cursor: move; position: relative; text-align: center; font-size: 14px; min-height: 18px; }
.et-pb-column-layouts, .et-pb-all-modules { padding: 0; margin: 0; list-style: none; }
.et-pb-column-layouts li { float: left; width: 210px; margin: 0 20px 20px 0; padding: 25px; cursor: pointer; }
.et-pb-column-layouts li, .et-pb-layout-buttons, .et-pb-all-modules li { font-weight: 100; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #ebebeb; }
.et_pb_layout_column { float: left; height: 75px; background-color: #3dbaaa; margin-right: 4%; position: relative
; }
.et_pb_layout_column:before { position: absolute; top: 28px; left: 0; color: #FFF; font-size: 16px; width: 100%;
text-align: center; }
.et_pb_layout_column:last-child { margin-right: 0; }
.et_pb_column_layout_fullwidth { width: 100%; }
.et_pb_column_layout_1_2 { width: 48%; }
.et_pb_column_layout_1_2:before { content: '1/2'; }
.et_pb_column_layout_1_3 { width: 30.6%; }
.et_pb_column_layout_1_3:before { content: '1/3'; }
.et_pb_column_layout_1_4 { width: 22%; }
.et_pb_column_layout_1_4:before { content: '1/4'; }
.et_pb_column_layout_2_3 { width: 65%; }
.et_pb_column_layout_2_3:before { content: '2/3'; }
.et_pb_column_layout_3_4 { width: 74%; }
.et_pb_column_layout_3_4:before { content: '3/4'; }
.et-pb-layout-buttons:before, .et-pb-all-modules li:before { font-size: 32px; margin-right: 11px; position: absolute; left: 13px; top: 13px; }
.et-pb-layout-buttons, .et-pb-all-modules li { color: #666; text-decoration: none; padding: 20px 20px 20px 55px; font-size: 18px; display: inline-block; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;}
.et-pb-layout-buttons { margin: 0 0 20px 20px; position: relative; }
.et-pb-layout-buttons:hover, .et-pb-all-modules li:hover { background-color: #e3e3e3; color: #111; cursor: pointer; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; }
.et-pb-all-modules li { width: 190px; margin: 0 9px 20px 10px; position: relative; }
.et-pb-layout-buttons-save:before { content: '\40'; }
.et-pb-layout-buttons-load:before { content: '\24'; }
.et-pb-layout-buttons-clear:before { content: '\25'; }
.et-pb-all-modules > li:before { content: '\21'; }
.et-pb-all-modules .et_pb_image:before { content: '\26'; }
.et-pb-all-modules .et_pb_text:before { content: '\28'; }
.et-pb-all-modules .et_pb_blurb:before { content: '\67'; }
.et-pb-all-modules .et_pb_slider:before, .et-pb-all-modules .et_pb_fullwidth_slider:before { content: '\53'; }
.et-pb-all-modules .et_pb_testimonial:before { content: '\2a'; }
.et-pb-all-modules .et_pb_pricing_tables:before { content: '\56'; }
.et-pb-all-modules .et_pb_cta:before { content: '\65'; }
.et-pb-all-modules .et_pb_signup:before { content: '\52'; }
.et-pb-all-modules .et_pb_portfolio:before, .et-pb-all-modules .et_pb_fullwidth_portfolio:before { content: '\57'; }
.et-pb-all-modules .et_pb_filterable_portfolio:before { content: '\63'; }
.et-pb-all-modules .et_pb_counters:before { content: '\68'; }
.et-pb-all-modules .et_pb_circle_counter:before { content: '\66'; }
.et-pb-all-modules .et_pb_number_counter:before { content: '\58'; }
.et-pb-all-modules .et_pb_tabs:before { content: '\51'; }
.et-pb-all-modules .et_pb_toggle:before { content: '\50'; }
.et-pb-all-modules .et_pb_contact_form:before { content: '\31'; }
.et-pb-all-modules .et_pb_sidebar:before { content: '\54'; }
.et-pb-all-modules .et_pb_blog:before { content: '\33'; }
.et-pb-all-modules .et_pb_shop:before { content: '\36'; }
.et-pb-all-modules .et_pb_divider:before { content: '\64'; }
.et-pb-all-modules .et_pb_fullwidth_header:before { content: '\42'; }
.et-pb-all-modules .et_pb_countdown_timer:before { content: '\49'; }
.et-pb-all-modules .et_pb_gallery:before { content: '\27'; }
.et-pb-all-modules .et_pb_audio:before { content: '\69'; }
.et-pb-all-modules .et_pb_login:before { content: '\60'; }
.et-pb-all-modules .et_pb_accordion:before { content: '\70'; }
.et-pb-all-modules .et_pb_team_member:before { content: '\47'; }
.et-pb-all-modules .et_pb_map:before, .et-pb-all-modules .et_pb_fullwidth_map:before { content: '\59'; }
.et-pb-all-modules .et_pb_social_media_follow:before { content: '\62'; }
.et-pb-all-modules .et_pb_social_media_share:before { content: '\55'; }
.et-pb-all-modules .et_pb_fullwidth_header:before { content: '\61'; }
.et-pb-all-modules .et_pb_fullwidth_menu:before { content: '\21'; }
.et-pb-all-modules .et_pb_video:before { content: '\71'; }
.et-pb-all-modules .et_pb_video_slider:before { content: '\72'; }
.et-pb-upload-preview { width: 300px; margin-top: 10px; }
.et-pb-upload-preview img { max-width: 100%; height: auto; }
.et-pb-upload-preview-title { display: block; margin-bottom: 10px; }
#et_pb_toggle_builder { margin: 4px 0 12px; }
#et_pb_layout, .et_pb_hidden, #et_pb_hidden_editor { display: none; }
.et_pb_prompt_modal { position: fixed; top: 35%; left: 50%; width: 300px; background: #FFF; padding: 20px; margin-left: -170px; }
.et_pb_prompt_buttons { text-align: center; }
.et_pb_prompt_modal .et_pb_prompt_buttons a { margin-right: 7px; }
.et-pb-load-layouts li { width: 100%; margin: 0 0 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-right: 160px; }
.et-pb-load-layouts li:hover { color: #666666; cursor: default; }
.et_pb_layout_buttons { position: absolute; top: 15px; right: 15px; }
.et_pb_layout_buttons .et_pb_layout_button_delete { margin-left: 8px; }
.et-pb-section-add-fullwidth:before, .et-pb-section-add-specialty:before { content: ' / '; }
#et_pb_new_layout_name { width: 100%; }
.et-pb-map { height:400px; width:100%; }
/* puts default shortcodes window on top of the Builder modal window */
#TB_window { z-index: 1000000; }
#et_pb_loading_animation { position: fixed; top: 50%; left: 50%; width: 50px; height: 50px; background: #FFF; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; margin: -25px 0 0 -25px; z-index: 9000; }
#et_pb_loading_animation:before { content: ''; position: absolute; top: 50%; left: 50%; background: url( ../images/ajax-loader.gif ) no-repeat; width: 32px; height: 32px; margin: -16px 0 0 -16px; }
.et_pb_variation { height: 34px; float: left; margin-bottom: 7px; background: #3dbaaa; margin-right: 8%; }
.et_pb_3_variations .et_pb_variation { height: 18px; margin-bottom: 10px; }
.et_pb_variation_full {width: 100%; float: none; margin-right: 0; }
.et_pb_variations { background: none; }
.et_pb_variation_1_2 { width: 46%; }
.et_pb_variation_1_3 { width: 28%; }
.et_pb_variation_1_2:last-child, .et_pb_variation_1_3:last-child { margin-right: 0; }
.et_pb_specialty_column { background-color: #eda565; }
.et_pb_specialty_column:before, .et_pb_variations:before { content: ""; }
.et-pb-insert-module { margin-bottom: 15px; }
.ui-sortable-placeholder { border: 1px dashed #999; background: #f8f8f8; visibility: visible !important; width: 100%; box-shadow: none; padding: 0; -webkit-animation: zoomIn .3s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: zoomIn .3s 1 cubic-bezier(0.77,0,.175,1); -o-animation: zoomIn .3s 1 cubic-bezier(0.77,0,.175,1); animation: zoomIn .3s 1 cubic-bezier(0.77,0,.175,1); }
.et_pb_section.ui-sortable-placeholder {width: inherit;}
.et_pb_row.ui-sortable-placeholder { min-height: 0;}
.et_pb_module_block.ui-sortable-placeholder { height: 47px;}
.et_pb_section .ui-sortable-placeholder { background: #dcdcdc;}
.et_pb_row .ui-sortable-placeholder { background: #f1f1f1;}
@-webkit-keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale(.90); } 100% { opacity: 1; -webkit-transform: scale(1.0); } }
@-moz-keyframes zoomIn { 0% { opacity: 0; -moz-transform: scale(.9); } 100% { opacity: 1; -moz-transform: scale(1.0); } }
@-o-keyframes zoomIn { 0% { opacity: 0; -o-transform: scale(.9); } 100% { opacity: 1; -o-transform: scale(1.0); } }
@keyframes zoomIn { 0% { opacity: 0; transform: scale(.9)} 100% { opacity: 1; transform: scale(1.0); } }
.wp-core-ui .button.et-pb-reset {
font-size: 11px;
line-height: 18px;
height: 24px;
padding: 0 10px 1px;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
.et-pb-font-icon { display: none; }
ul.et_font_icon { overflow-y: scroll; height: 180px; }
.et_font_icon li { font-size: 16px; display: inline-block; background: #f3f3f3; border: 1px solid #fff; padding: 10px; margin: 0; cursor: pointer; }
.et_font_icon .et_active { background-color: #ddd; }
.et-pb-depends { display: none; }
.et-pb-error { color: #dd3d36; font-weight: bold; margin: 5px 0; }
.et_pb_fullwidth_only_module { float: left; }
.rtl .et-pb-controls { left: auto; right: 0; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; }
.rtl .et-pb-insert-column, .rtl .et-pb-insert-module, .rtl .et-pb-add-sortable-initial, .rtl .et_pb_module_block { text-align: right; }
.rtl .et-pb-section-content, .rtl .et-pb-row-content { padding-left: 15px; padding-right: 65px; }
.rtl .et-pb-section-add, .rtl .et-pb-row-add { right: 0; }
.rtl .et-pb-option > label, .rtl .et-pb-option-container { float: right; }
.rtl .et-pb-layout-buttons, .rtl .et-pb-modal-save { float: left; }
.rtl .et-pb-layout-buttons-save { margin-left: 0; }
.rtl .et-pb-option-main-content > label { width: 200px; }
.rtl .et-pb-all-modules li { float: right; }
.rtl .et-pb-all-modules li, .rtl .et-pb-layout-buttons { padding-right: 55px; padding-left: 20px; }
.rtl .et-pb-modal-close { right: auto; left: 16px; }
.rtl .et-pb-settings-heading { padding-right: 36px; padding-left: 50px; }
.rtl .et-pb-all-modules li:before, .rtl .et-pb-layout-buttons:before { left: auto; right: 13px; margin-right: 0; margin-left: 13px; }
.rtl .et_pb_layout_buttons { right: auto; left: 15px; }
.rtl .et_pb_layout_buttons .et_pb_layout_button_delete { margin-left: 0; margin-right: 8px; } | content/themes/Divi/et-pagebuilder/css/style.css | @font-face {
font-family: 'etbuilder';
src:url('../fonts/etbuilder_v2_2.eot');
src:url('../fonts/etbuilder_v2_2.eot?#iefix') format('embedded-opentype'),
url('../fonts/etbuilder_v2_2.woff') format('woff'),
url('../fonts/etbuilder_v2_2.ttf') format('truetype'),
url('../fonts/etbuilder_v2_2.svg#etbuilder') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ETmodules';
src:url('../../fonts/ETmodules_v2.eot');
src:url('../../fonts/ETmodules_v2.eot?#iefix') format('embedded-opentype'),
url('../../fonts/ETmodules_v2.ttf') format('truetype'),
url('../../fonts/ETmodules_v2.woff') format('woff'),
url('../../fonts/ETmodules_v2.svg#ETmodules') format('svg');
font-weight: normal;
font-style: normal;
}
.clearfix:after, .et-pb-row-content:after, .et-pb-option:after, .et_pb_section_specialty .et-pb-section-content:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
#et_pb_main_container { position: relative; }
#et_pb_main_container a:active { outline: 0; }
#et_pb_layout_controls { overflow: hidden; text-align: right; margin: 20px 15px; top: 0; right: 0; }
.et_pb_section { background: #e6e6e6; margin: 15px 15px 50px; }
.et_pb_section, .et_pb_row, .et_pb_module_block { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; position: relative; cursor: move; }
.et-pb-section-content { padding: 15px 15px 25px 65px; }
.et_pb_section_fullwidth .et-pb-section-content { padding-bottom: 0; min-height: 87px; }
.et-pb-row-content { padding: 15px 15px 1px 65px; }
.et-pb-controls { position: absolute; top: 0; left: 0; bottom: 0; background-color: #2e86b9; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; width: 50px; font-size: 32px; -moz-box-shadow: inset -1px 0px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset -1px 0px 5px rgba(0, 0, 0, 0.1); box-shadow: inset -1px 0px 5px rgba(0, 0, 0, 0.1); }
.et_pb_row .et-pb-controls { background-color: #3dbaaa; }
.et_pb_section_specialty .et_pb_row .et-pb-controls { background-color: #eda565; }
.et_pb_module_block a { font-size: 32px; }
.et-pb-controls a, .et_pb_module_block a { color: #000; opacity: 0.5; text-decoration: none; }
.et-pb-controls a:hover, .et_pb_module_block a:hover { opacity: 0.6; }
.et-pb-controls .et-pb-settings, .et-pb-controls .et-pb-remove, .et-pb-clone { position: absolute; left: 9px; }
.et-pb-controls .et-pb-settings { top: 7px; }
.et-pb-controls .et-pb-clone { top: 36px; }
.et_pb_row .et-pb-controls .et-pb-clone { top: 15px; }
.et-pb-controls .et-pb-remove { bottom: 7px; left: 8px; }
.et_pb_module_block .et-pb-settings, .et_pb_module_block .et-pb-clone, .et_pb_module_block .et-pb-remove { float: left; position: relative; left: 0; }
.et_pb_module_block .et-pb-remove { float: right; }
.et-pb-section-add, .et-pb-row-add { position: absolute; bottom: -29px; left: -7px; text-decoration: none; font-size: 12px; color: #999; }
.et-pb-row-add { display: none; }
.et-pb-section-content .et_pb_row:last-child .et-pb-row-add { display: block; }
.et-pb-section-add:hover { color: #999; }
.et-pb-section-add:hover:before, .et-pb-section-add span:hover, .et-pb-row-add:hover, .et-pb-insert-column:hover, .et-pb-insert-module:hover { color: #555; }
.et-pb-insert-column:hover, .et-pb-insert-module:hover, .et-pb-add-sortable-initial:hover { border-color: #aeaeae; }
.et_pb_section_fullwidth > .et-pb-controls { background-color: #835fb3; }
.et_pb_section_specialty > .et-pb-controls { background-color: #ed6565; }
.et-pb-insert-column, .et-pb-insert-module, .et-pb-add-sortable-initial { display: block; border: 2px solid #BBB; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; text-align: center; padding: 0 0 11px; color: #999; text-decoration: none; position: relative; margin-bottom: 14px; }
.et-pb-settings span, .et-pb-remove span, .et-pb-modal-close span, .et-pb-advanced-setting-remove span, .et-pb-advanced-setting-options span, .et-pb-clone span { display: none; }
.et-pb-modal-close { text-decoration: none; font-size: 23px; color: #fff; position: absolute; top: 20px; right: 16px; z-index: 10; }
.et-pb-modal-close:hover { color: #c1e4f3;}
.et-pb-advanced-setting-remove, .et-pb-advanced-setting-options { position: absolute; top: 11px; left: 15px; text-decoration: none; color: #000; opacity: 0.5; font-size: 22px; }
.et-pb-advanced-setting-remove:hover, .et-pb-advanced-setting-options:hover { opacity: 0.7; color: #000; }
.et-pb-advanced-setting-options { left: auto; right: 15px; }
.et-pb-settings:before, .et-pb-remove:before, .et-pb-section-add:before, .et-pb-row-add:before, .et-pb-insert-column:before, .et-pb-insert-module:before, .et-pb-modal-close:before, .et-pb-advanced-setting-remove:before, .et-pb-advanced-setting-options:before, .et-pb-add-sortable-option:before, .et-pb-layout-buttons:before, .et-pb-all-modules li:before, .et-pb-clone:before { font-family: 'etbuilder'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.et_font_icon li:before { font-family: 'ETmodules'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; }
.et-pb-settings:before, .et-pb-advanced-setting-options:before { content: '\21'; }
.et-pb-clone:before { content: '\43'; }
.et-pb-remove:before, .et-pb-modal-close:before, .et-pb-advanced-setting-remove:before { content: '\22'; }
.et-pb-section-add:before, .et-pb-row-add:before, .et-pb-insert-column:before, .et-pb-insert-module:before, .et-pb-add-sortable-option:before { content: '\23'; font-size: 32px; top: 8px; position: relative; }
.et_pb_module_block + .et-pb-insert-module { border: none; display: inline; position: relative; top: -15px; padding: 0; left: -8px; }
.et_pb_row { min-height: 85px; background: #fafafa; margin: 0 0 15px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
.et-pb-column { float: left; margin-left: 2%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
.et-pb-column-4_4 { width: 100%; margin-left: 0; }
.et-pb-column-1_2 { width: 49%; }
.et-pb-column-1_3 { width: 32%; }
.et-pb-column-1_4 { width: 23.5%; }
.et-pb-column-2_3 { width: 66%; }
.et-pb-column-3_4 { width: 74.4%; }
.et-pb-module-title { font-size: 14px; font-weight: 100; min-width: 65px; margin: 6px 0; display: inline-block; }
.et-pb-option-advanced-module-settings { border-bottom: 1px solid #EEE; padding-bottom: 10px; }
.et-pb-add-sortable-option { color: #888; text-decoration: none; margin-left: -9px; position: relative; top: -10px; }
.et-pb-add-sortable-initial { margin: 0 0 10px; top: 0; }
.et-pb-add-sortable-option:hover { color: #111; }
.et-pb-column:first-child { margin-left: 0; }
.et_pb_modal_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 700; }
.et_pb_modal_settings_container { -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; position: fixed; top: 15%; left: 50%; bottom: 15%; width: 960px; margin: 0 0 0 -480px; background: #FFF; overflow: auto; padding: 61px 0 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 99999; }
.et_pb_module_block { background: #666666; padding: 8px; color: #f5f5f5; text-align: center; margin: 0 0 10px; min-height: 30px; }
.et_pb_content_option { clear: both; position: relative; }
.et-pb-option { padding: 15px 0; border-bottom: 1px solid #EEE; }
.et-pb-option:first-child { padding-top: 0; }
.et-pb-option:last-child { border-bottom: none; }
.et-pb-option > label { font-size: 17px; font-weight: 100; display: block; float: left; width: 200px; margin-top: 4px; }
.et-pb-option-container { float: left; }
.et-pb-option-container .description {max-width: 500px; color: #9B9B9B;}
.et-pb-option-main-content > label { float: none; width: auto; margin-bottom: 10px; }
.et-pb-option-main-content .et-pb-option-container { float: none; }
.et-pb-option-container .description { margin-top: 10px; }
.et-pb-option-main-content .description { margin-top: 15px; }
.et-pb-settings-heading { z-index: 1; border-bottom: 1px solid #22648A; position: absolute; top: 0; left: 0; width: 100%; box-sizing: border-box; padding: 25px 50px 20px 36px; margin: 0; font-size: 22px; font-weight: 100; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); background-color: #2e86b9; background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.5, #318EC4),
color-stop(1, #2E86B9)
);
background-image: -o-linear-gradient(bottom, #318EC4 50%, #2E86B9 100%);
background-image: -moz-linear-gradient(bottom, #318EC4 50%, #2E86B9 100%);
background-image: -webkit-linear-gradient(bottom, #318EC4 50%, #2E86B9 100%);
background-image: -ms-linear-gradient(bottom, #318EC4 50%, #2E86B9 100%);
background-image: linear-gradient(to bottom, #318EC4 50%, #2E86B9 100%);color: #fff; }
.et-pb-modal-bottom-container { position: absolute; bottom: 0; left: 0; width: 100%; border-top: 1px solid #dfdfdf; box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.04); padding: 18px 19px 18px 40px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: right; }
.et-pb-main-settings { overflow: auto; position: absolute; width: 100%; top: 62px; left: 0; bottom: 60px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 40px; }
.et-wp-after-3_8 .et-pb-main-settings { bottom: 64px; }
.et-pb-main-settings-full { bottom: 0 !important; }
.et_pb_stop_scroll { overflow: hidden; }
.ui-sortable-helper .et-pb-section-add, .ui-sortable-helper .et-pb-row-add { display: none !important; }
.ui-sortable-helper { opacity:0.7;}
.et-pb-sortable-options { margin: 0; }
.et-pb-sortable-options li { padding: 15px; background: #F9F9F9; border: 1px solid #EEE; margin-bottom: 10px; cursor: move; position: relative; text-align: center; font-size: 14px; min-height: 18px; }
.et-pb-column-layouts, .et-pb-all-modules { padding: 0; margin: 0; list-style: none; }
.et-pb-column-layouts li { float: left; width: 210px; margin: 0 20px 20px 0; padding: 25px; cursor: pointer; }
.et-pb-column-layouts li, .et-pb-layout-buttons, .et-pb-all-modules li { font-weight: 100; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #ebebeb; }
.et_pb_layout_column { float: left; height: 75px; background-color: #3dbaaa; margin-right: 4%; position: relative
; }
.et_pb_layout_column:before { position: absolute; top: 28px; left: 0; color: #FFF; font-size: 16px; width: 100%;
text-align: center; }
.et_pb_layout_column:last-child { margin-right: 0; }
.et_pb_column_layout_fullwidth { width: 100%; }
.et_pb_column_layout_1_2 { width: 48%; }
.et_pb_column_layout_1_2:before { content: '1/2'; }
.et_pb_column_layout_1_3 { width: 30.6%; }
.et_pb_column_layout_1_3:before { content: '1/3'; }
.et_pb_column_layout_1_4 { width: 22%; }
.et_pb_column_layout_1_4:before { content: '1/4'; }
.et_pb_column_layout_2_3 { width: 65%; }
.et_pb_column_layout_2_3:before { content: '2/3'; }
.et_pb_column_layout_3_4 { width: 74%; }
.et_pb_column_layout_3_4:before { content: '3/4'; }
.et-pb-layout-buttons:before, .et-pb-all-modules li:before { font-size: 32px; margin-right: 11px; position: absolute; left: 13px; top: 13px; }
.et-pb-layout-buttons, .et-pb-all-modules li { color: #666; text-decoration: none; padding: 20px 20px 20px 55px; font-size: 18px; display: inline-block; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;}
.et-pb-layout-buttons { margin: 0 0 20px 20px; position: relative; }
.et-pb-layout-buttons:hover, .et-pb-all-modules li:hover { background-color: #e3e3e3; color: #111; cursor: pointer; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; }
.et-pb-all-modules li { width: 190px; margin: 0 9px 20px 10px; position: relative; }
.et-pb-layout-buttons-save:before { content: '\40'; }
.et-pb-layout-buttons-load:before { content: '\24'; }
.et-pb-layout-buttons-clear:before { content: '\25'; }
.et-pb-all-modules > li:before { content: '\21'; }
.et-pb-all-modules .et_pb_image:before { content: '\26'; }
.et-pb-all-modules .et_pb_text:before { content: '\28'; }
.et-pb-all-modules .et_pb_blurb:before { content: '\67'; }
.et-pb-all-modules .et_pb_slider:before, .et-pb-all-modules .et_pb_fullwidth_slider:before { content: '\53'; }
.et-pb-all-modules .et_pb_testimonial:before { content: '\2a'; }
.et-pb-all-modules .et_pb_pricing_tables:before { content: '\56'; }
.et-pb-all-modules .et_pb_cta:before { content: '\65'; }
.et-pb-all-modules .et_pb_signup:before { content: '\52'; }
.et-pb-all-modules .et_pb_portfolio:before, .et-pb-all-modules .et_pb_fullwidth_portfolio:before { content: '\57'; }
.et-pb-all-modules .et_pb_filterable_portfolio:before { content: '\63'; }
.et-pb-all-modules .et_pb_counters:before { content: '\68'; }
.et-pb-all-modules .et_pb_circle_counter:before { content: '\66'; }
.et-pb-all-modules .et_pb_number_counter:before { content: '\58'; }
.et-pb-all-modules .et_pb_tabs:before { content: '\51'; }
.et-pb-all-modules .et_pb_toggle:before { content: '\50'; }
.et-pb-all-modules .et_pb_contact_form:before { content: '\31'; }
.et-pb-all-modules .et_pb_sidebar:before { content: '\54'; }
.et-pb-all-modules .et_pb_blog:before { content: '\33'; }
.et-pb-all-modules .et_pb_shop:before { content: '\36'; }
.et-pb-all-modules .et_pb_divider:before { content: '\64'; }
.et-pb-all-modules .et_pb_fullwidth_header:before { content: '\42'; }
.et-pb-all-modules .et_pb_countdown_timer:before { content: '\49'; }
.et-pb-all-modules .et_pb_gallery:before { content: '\27'; }
.et-pb-all-modules .et_pb_audio:before { content: '\69'; }
.et-pb-all-modules .et_pb_login:before { content: '\60'; }
.et-pb-all-modules .et_pb_accordion:before { content: '\70'; }
.et-pb-all-modules .et_pb_team_member:before { content: '\47'; }
.et-pb-all-modules .et_pb_map:before, .et-pb-all-modules .et_pb_fullwidth_map:before { content: '\59'; }
.et-pb-all-modules .et_pb_social_media_follow:before { content: '\62'; }
.et-pb-all-modules .et_pb_social_media_share:before { content: '\55'; }
.et-pb-all-modules .et_pb_fullwidth_header:before { content: '\61'; }
.et-pb-all-modules .et_pb_fullwidth_menu:before { content: '\21'; }
.et-pb-all-modules .et_pb_video:before { content: '\71'; }
.et-pb-all-modules .et_pb_video_slider:before { content: '\72'; }
.et-pb-upload-preview { width: 300px; margin-top: 10px; }
.et-pb-upload-preview img { max-width: 100%; height: auto; }
.et-pb-upload-preview-title { display: block; margin-bottom: 10px; }
#et_pb_toggle_builder { margin: 4px 0 12px; }
#et_pb_layout, .et_pb_hidden, #et_pb_hidden_editor { display: none; }
.et_pb_prompt_modal { position: fixed; top: 35%; left: 50%; width: 300px; background: #FFF; padding: 20px; margin-left: -170px; }
.et_pb_prompt_buttons { text-align: center; }
.et_pb_prompt_modal .et_pb_prompt_buttons a { margin-right: 7px; }
.et-pb-load-layouts li { width: 100%; margin: 0 0 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-right: 160px; }
.et-pb-load-layouts li:hover { color: #666666; cursor: default; }
.et_pb_layout_buttons { position: absolute; top: 15px; right: 15px; }
.et_pb_layout_buttons .et_pb_layout_button_delete { margin-left: 8px; }
.et-pb-section-add-fullwidth:before, .et-pb-section-add-specialty:before { content: ' / '; }
#et_pb_new_layout_name { width: 100%; }
.et-pb-map { height:400px; width:100%; }
/* puts default shortcodes window on top of the Builder modal window */
#TB_window { z-index: 1000000; }
#et_pb_loading_animation { position: fixed; top: 50%; left: 50%; width: 50px; height: 50px; background: #FFF; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; margin: -25px 0 0 -25px; z-index: 9000; }
#et_pb_loading_animation:before { content: ''; position: absolute; top: 50%; left: 50%; background: url( ../images/ajax-loader.gif ) no-repeat; width: 32px; height: 32px; margin: -16px 0 0 -16px; }
.et_pb_variation { height: 34px; float: left; margin-bottom: 7px; background: #3dbaaa; margin-right: 8%; }
.et_pb_3_variations .et_pb_variation { height: 18px; margin-bottom: 10px; }
.et_pb_variation_full {width: 100%; float: none; margin-right: 0; }
.et_pb_variations { background: none; }
.et_pb_variation_1_2 { width: 46%; }
.et_pb_variation_1_3 { width: 28%; }
.et_pb_variation_1_2:last-child, .et_pb_variation_1_3:last-child { margin-right: 0; }
.et_pb_specialty_column { background-color: #eda565; }
.et_pb_specialty_column:before, .et_pb_variations:before { content: ""; }
.et-pb-insert-module { margin-bottom: 15px; }
.ui-sortable-placeholder { border: 1px dashed #999; background: #f8f8f8; visibility: visible !important; width: 100%; box-shadow: none; padding: 0; -webkit-animation: zoomIn .3s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: zoomIn .3s 1 cubic-bezier(0.77,0,.175,1); -o-animation: zoomIn .3s 1 cubic-bezier(0.77,0,.175,1); animation: zoomIn .3s 1 cubic-bezier(0.77,0,.175,1); }
.et_pb_section.ui-sortable-placeholder {width: inherit;}
.et_pb_row.ui-sortable-placeholder { min-height: 0;}
.et_pb_module_block.ui-sortable-placeholder { height: 47px;}
.et_pb_section .ui-sortable-placeholder { background: #dcdcdc;}
.et_pb_row .ui-sortable-placeholder { background: #f1f1f1;}
@-webkit-keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale(.90); } 100% { opacity: 1; -webkit-transform: scale(1.0); } }
@-moz-keyframes zoomIn { 0% { opacity: 0; -moz-transform: scale(.9); } 100% { opacity: 1; -moz-transform: scale(1.0); } }
@-o-keyframes zoomIn { 0% { opacity: 0; -o-transform: scale(.9); } 100% { opacity: 1; -o-transform: scale(1.0); } }
@keyframes zoomIn { 0% { opacity: 0; transform: scale(.9)} 100% { opacity: 1; transform: scale(1.0); } }
.wp-core-ui .button.et-pb-reset {
font-size: 11px;
line-height: 18px;
height: 24px;
padding: 0 10px 1px;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
.et-pb-font-icon { display: none; }
ul.et_font_icon { overflow-y: scroll; height: 180px; }
.et_font_icon li { font-size: 16px; display: inline-block; background: #f3f3f3; border: 1px solid #fff; padding: 10px; margin: 0; cursor: pointer; }
.et_font_icon .et_active { background-color: #ddd; }
.et-pb-depends { display: none; }
.et-pb-error { color: #dd3d36; font-weight: bold; margin: 5px 0; }
.et_pb_fullwidth_only_module { float: left; }
.rtl .et-pb-controls { left: auto; right: 0; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; }
.rtl .et-pb-insert-column, .rtl .et-pb-insert-module, .rtl .et-pb-add-sortable-initial, .rtl .et_pb_module_block { text-align: right; }
.rtl .et-pb-section-content, .rtl .et-pb-row-content { padding-left: 15px; padding-right: 65px; }
.rtl .et-pb-section-add, .rtl .et-pb-row-add { right: 0; }
.rtl .et-pb-option > label, .rtl .et-pb-option-container { float: right; }
.rtl .et-pb-layout-buttons, .rtl .et-pb-modal-save { float: left; }
.rtl .et-pb-layout-buttons-save { margin-left: 0; }
.rtl .et-pb-option-main-content > label { width: 200px; }
.rtl .et-pb-all-modules li { float: right; }
.rtl .et-pb-all-modules li, .rtl .et-pb-layout-buttons { padding-right: 55px; padding-left: 20px; }
.rtl .et-pb-modal-close { right: auto; left: 16px; }
.rtl .et-pb-settings-heading { padding-right: 36px; padding-left: 50px; }
.rtl .et-pb-all-modules li:before, .rtl .et-pb-layout-buttons:before { left: auto; right: 13px; margin-right: 0; margin-left: 13px; }
.rtl .et_pb_layout_buttons { right: auto; left: 15px; }
.rtl .et_pb_layout_buttons .et_pb_layout_button_delete { margin-left: 0; margin-right: 8px; } | 0.342242 | 0.072637 |
.background-splash {
background-size: cover !important;
}
.background-splash-wash {
background-color: rgba(11, 33, 56, 0.62);
width: 100%;
height: 60%;
display: flex;
align-items: center;
}
@font-face {
font-family: 'Mosk';
src: url('../fonts/mosk-regular.ttf');
}
.splash-header-body {
font-family: 'Mosk', sans-serif;
}
.splash-header {
font-size: 3.2em;
font-weight: bold;
letter-spacing: 6px;
color: #fff;
border-bottom: 2px solid #fff;
margin-bottom: 16px;
display: inline-block;
padding-left: 20px;
padding-right: 20px;
}
.splash-subheader {
font-size: 1.6em;
color: #fff;
}
.index-alerts {
width: 50%;
margin: 0 auto;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.index-content {
height: 40%;
background-color: #fff;
display: flex;
align-items: center;
}
.card {
padding-top: 80px;
padding-bottom: 80px;
color: #434343;
}
.card:hover,
.card:focus {
text-decoration: none;
background-color: #d6d6d6;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.card > .icon {
font-size: 64px;
padding-bottom: 48px;
}
.card > .header {
font-size: 20px;
font-weight: 600;
margin-bottom: 12px;
}
.card-red:hover,
.card-red:focus {
background-color: #ff8787;
}
.card-blue:hover,
.card-blue:focus {
background-color: #7c9fff;
}
.card-red.lighten:hover,
.card-red.lighten:focus {
background-color: #ffc2c2;
}
.card-blue.lighten:hover,
.card-blue.lighten:focus {
background-color: #b0c5ff;
}
@media screen and (min-height: 1024px) {
.background-splash-wash {
height: 75%;
}
.index-content {
height: auto;
display: block;
padding-top: 12px;
padding-bottom: 12px;
}
.card {
padding-top: 20px;
padding-bottom: 40px;
}
.card > .icon {
font-size: 64px;
padding-bottom: 20px;
}
.card > .description {
padding-left: 20%;
padding-right: 20%;
}
}
@media screen and (max-height: 812px) {
.background-splash-wash {
height: 100%;
}
.index-content {
height: auto;
display: block;
padding-top: 12px;
padding-bottom: 12px;
}
.card {
padding-top: 20px;
padding-bottom: 40px;
}
.card > .icon {
font-size: 64px;
padding-bottom: 20px;
}
.card > .description {
padding-left: 20%;
padding-right: 20%;
}
} | src/assets/css/index.css | .background-splash {
background-size: cover !important;
}
.background-splash-wash {
background-color: rgba(11, 33, 56, 0.62);
width: 100%;
height: 60%;
display: flex;
align-items: center;
}
@font-face {
font-family: 'Mosk';
src: url('../fonts/mosk-regular.ttf');
}
.splash-header-body {
font-family: 'Mosk', sans-serif;
}
.splash-header {
font-size: 3.2em;
font-weight: bold;
letter-spacing: 6px;
color: #fff;
border-bottom: 2px solid #fff;
margin-bottom: 16px;
display: inline-block;
padding-left: 20px;
padding-right: 20px;
}
.splash-subheader {
font-size: 1.6em;
color: #fff;
}
.index-alerts {
width: 50%;
margin: 0 auto;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.index-content {
height: 40%;
background-color: #fff;
display: flex;
align-items: center;
}
.card {
padding-top: 80px;
padding-bottom: 80px;
color: #434343;
}
.card:hover,
.card:focus {
text-decoration: none;
background-color: #d6d6d6;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.card > .icon {
font-size: 64px;
padding-bottom: 48px;
}
.card > .header {
font-size: 20px;
font-weight: 600;
margin-bottom: 12px;
}
.card-red:hover,
.card-red:focus {
background-color: #ff8787;
}
.card-blue:hover,
.card-blue:focus {
background-color: #7c9fff;
}
.card-red.lighten:hover,
.card-red.lighten:focus {
background-color: #ffc2c2;
}
.card-blue.lighten:hover,
.card-blue.lighten:focus {
background-color: #b0c5ff;
}
@media screen and (min-height: 1024px) {
.background-splash-wash {
height: 75%;
}
.index-content {
height: auto;
display: block;
padding-top: 12px;
padding-bottom: 12px;
}
.card {
padding-top: 20px;
padding-bottom: 40px;
}
.card > .icon {
font-size: 64px;
padding-bottom: 20px;
}
.card > .description {
padding-left: 20%;
padding-right: 20%;
}
}
@media screen and (max-height: 812px) {
.background-splash-wash {
height: 100%;
}
.index-content {
height: auto;
display: block;
padding-top: 12px;
padding-bottom: 12px;
}
.card {
padding-top: 20px;
padding-bottom: 40px;
}
.card > .icon {
font-size: 64px;
padding-bottom: 20px;
}
.card > .description {
padding-left: 20%;
padding-right: 20%;
}
} | 0.560373 | 0.080683 |
60 px columns, 24 px gutters, 72 px margins, 1212 px total (extra space for scrollbars)
---------------------------------------------------------------------------------------
1 2 3 4 5 6 7 8 9 10 11 12 13
60px 144px 228px 312px 396px 480px 564px 648px 732px 816px 900px 984px 1068px */
body { padding: 48px 0 0; }
img { max-width: 100%; }
.head_inner,
.hd_article,
.article_inner,
.pagenation ul,
.foot_inner {
margin: 0 auto;
padding: 0 72px 0;
width: 1068px;
}
body.post .content h1, body.post .content h2, body.post .content h3, body.post .content h4, body.post .content h5, body.post .content h6 { margin-left: 252px; }
body.post .content p, body.post .content ul, body.post .content ol, body.post .content dl, body.post .content blockquote { margin-left: 252px; }
body.post .content li p, body.post .content dt p, body.post .content dl p, .content body.post dd p { margin-left: 0; }
body.post .content img.huge {
left: -252px;
max-width: 1048px;
}
#foot .hasGrid div { width: 480px; }
/* 8-column layout
60 px columns, 24 px gutters, 60 px margins, 768 px total
---------------------------------------------------------
1 2 3 4 5 6 7 8
60px 144px 228px 312px 396px 480px 564px 648px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
body {
padding: 42px 0 0;
-webkit-tap-highlight-color: rgb(255,255,0);
}
.head_inner,
.hd_article,
.article_inner,
.pagenation ul,
.foot_inner {
margin: 0 auto;
padding: 0 60px 0;
width: 648px;
}
body.home .content .left,
body.home .content .right {
float: none;
margin-right: 0;
margin-left: 0;
}
body.post .content h1, body.post .content h2, body.post .content h3, body.post .content h4, body.post .content h5, body.post .content h6 { margin-left: 0; }
body.post .content p, body.post .content ul, body.post .content ol, body.post .content dl, body.post .content blockquote { margin-left: 0; }
body.post .content img.huge {
left: 0;
max-width: 628px;
}
#foot .hasGrid div { width: 648px; }
}
/* 5-column layout
60 px columns, 24 px gutters, 42 px margins, 480 px total
---------------------------------------------------------
1 2 3 4 5
60px 144px 228px 312px 396px */
@media only screen and (max-width: 767px) and (min-width: 480px) {
body {
padding: 30px 0 0;
/* Prevents Mobile Safari from bumping up font sizes in landscape */
-webkit-text-size-adjust: 100%;
}
.logo { font-size: 4.0em; }
.head_inner,
.hd_article,
.article_inner,
.pagenation ul,
.foot_inner {
margin: 0 auto;
padding: 0 42px 0;
width: 396px;
}
body.home .content .left,
body.home .content .right {
float: none;
margin-right: 0;
margin-left: 0;
}
body.post .content h1, body.post .content h2, body.post .content h3, body.post .content h4, body.post .content h5, body.post .content h6 { margin-left: 0; }
body.post .content p, body.post .content ul, body.post .content ol, body.post .content dl, body.post .content blockquote { margin-left: 0; }
body.post .content img.huge { max-width: 376px; }
#foot .hasGrid div { width: 396px; }
}
/* 3-column layout
60 px columns, 24 px gutters, 46 px margins, 320 px total
---------------------------------------------------------
1 2 3
60px 144px 228px */
@media only screen and (max-width: 479px) {
body {
padding: 24px 0 0;
/* Prevents Mobile Safari from bumping up font sizes in landscape */
-webkit-text-size-adjust: 100%;
}
.logo { font-size: 3.3em; }
.head_inner,
.hd_article,
.article_inner,
.pagenation ul,
.foot_inner {
padding: 0 46px 0;
width: 228px;
}
.btn { width: 228px; }
h1, .h1 { font-size: 1.75em; }
h2, .h2 { font-size: 1.5em; }
h3, .h3 { font-size: 1.25em; }
body.home .content .left,
body.home .content .right {
float: none;
margin-right: 0;
margin-left: 0;
}
body.home .content .action .demo { margin-bottom: 1.25em; }
body.post .content h1, body.post .content h2, body.post .content h3, body.post .content h4, body.post .content h5, body.post .content h6 { margin-left: 0; }
body.post .content p, body.post .content ul, body.post .content ol, body.post .content dl, body.post .content blockquote { margin-left: 0; }
body.post .content img.huge { max-width: 208px; }
.the_article .posts li small { display: none; }
#foot .hasGrid div { width: 228px; }
} | stylesheet/mediaqueries.css | 60 px columns, 24 px gutters, 72 px margins, 1212 px total (extra space for scrollbars)
---------------------------------------------------------------------------------------
1 2 3 4 5 6 7 8 9 10 11 12 13
60px 144px 228px 312px 396px 480px 564px 648px 732px 816px 900px 984px 1068px */
body { padding: 48px 0 0; }
img { max-width: 100%; }
.head_inner,
.hd_article,
.article_inner,
.pagenation ul,
.foot_inner {
margin: 0 auto;
padding: 0 72px 0;
width: 1068px;
}
body.post .content h1, body.post .content h2, body.post .content h3, body.post .content h4, body.post .content h5, body.post .content h6 { margin-left: 252px; }
body.post .content p, body.post .content ul, body.post .content ol, body.post .content dl, body.post .content blockquote { margin-left: 252px; }
body.post .content li p, body.post .content dt p, body.post .content dl p, .content body.post dd p { margin-left: 0; }
body.post .content img.huge {
left: -252px;
max-width: 1048px;
}
#foot .hasGrid div { width: 480px; }
/* 8-column layout
60 px columns, 24 px gutters, 60 px margins, 768 px total
---------------------------------------------------------
1 2 3 4 5 6 7 8
60px 144px 228px 312px 396px 480px 564px 648px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
body {
padding: 42px 0 0;
-webkit-tap-highlight-color: rgb(255,255,0);
}
.head_inner,
.hd_article,
.article_inner,
.pagenation ul,
.foot_inner {
margin: 0 auto;
padding: 0 60px 0;
width: 648px;
}
body.home .content .left,
body.home .content .right {
float: none;
margin-right: 0;
margin-left: 0;
}
body.post .content h1, body.post .content h2, body.post .content h3, body.post .content h4, body.post .content h5, body.post .content h6 { margin-left: 0; }
body.post .content p, body.post .content ul, body.post .content ol, body.post .content dl, body.post .content blockquote { margin-left: 0; }
body.post .content img.huge {
left: 0;
max-width: 628px;
}
#foot .hasGrid div { width: 648px; }
}
/* 5-column layout
60 px columns, 24 px gutters, 42 px margins, 480 px total
---------------------------------------------------------
1 2 3 4 5
60px 144px 228px 312px 396px */
@media only screen and (max-width: 767px) and (min-width: 480px) {
body {
padding: 30px 0 0;
/* Prevents Mobile Safari from bumping up font sizes in landscape */
-webkit-text-size-adjust: 100%;
}
.logo { font-size: 4.0em; }
.head_inner,
.hd_article,
.article_inner,
.pagenation ul,
.foot_inner {
margin: 0 auto;
padding: 0 42px 0;
width: 396px;
}
body.home .content .left,
body.home .content .right {
float: none;
margin-right: 0;
margin-left: 0;
}
body.post .content h1, body.post .content h2, body.post .content h3, body.post .content h4, body.post .content h5, body.post .content h6 { margin-left: 0; }
body.post .content p, body.post .content ul, body.post .content ol, body.post .content dl, body.post .content blockquote { margin-left: 0; }
body.post .content img.huge { max-width: 376px; }
#foot .hasGrid div { width: 396px; }
}
/* 3-column layout
60 px columns, 24 px gutters, 46 px margins, 320 px total
---------------------------------------------------------
1 2 3
60px 144px 228px */
@media only screen and (max-width: 479px) {
body {
padding: 24px 0 0;
/* Prevents Mobile Safari from bumping up font sizes in landscape */
-webkit-text-size-adjust: 100%;
}
.logo { font-size: 3.3em; }
.head_inner,
.hd_article,
.article_inner,
.pagenation ul,
.foot_inner {
padding: 0 46px 0;
width: 228px;
}
.btn { width: 228px; }
h1, .h1 { font-size: 1.75em; }
h2, .h2 { font-size: 1.5em; }
h3, .h3 { font-size: 1.25em; }
body.home .content .left,
body.home .content .right {
float: none;
margin-right: 0;
margin-left: 0;
}
body.home .content .action .demo { margin-bottom: 1.25em; }
body.post .content h1, body.post .content h2, body.post .content h3, body.post .content h4, body.post .content h5, body.post .content h6 { margin-left: 0; }
body.post .content p, body.post .content ul, body.post .content ol, body.post .content dl, body.post .content blockquote { margin-left: 0; }
body.post .content img.huge { max-width: 208px; }
.the_article .posts li small { display: none; }
#foot .hasGrid div { width: 228px; }
} | 0.258794 | 0.080394 |
@-moz-document url-prefix("http://socialani.me/") {
.pref-avatar:after {
content: '';
position: absolute;
top: -2px;
right: 0px;
bottom: 0;
left: 1px;
width: 64px!important;
height: 64px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
z-index:20!important;
}
.info-user:after {
content: '';
position: absolute;
top: -2px;
right: 0px;
bottom: 0;
left: 1px;
width: 40px!important;
height: 40px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
z-index:20!important;
}
li.node-response div.body:after {
content: '';
position: absolute;
top: -2px;
right: 0px!important;
bottom: 20;
left: -50px;
width: 40px!important;
height: 40px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
z-index:20!important;
}
li.node.comment:after{
content: '';
position: absolute;
top: -2px;
right: 0px;
bottom: 0;
left: 0px;
width: 40px!important;
height: 40px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
z-index:20!important;
}
li.node-response div.body:after {
content: '';
position: absolute;
top: -2px;
right: 0px;
bottom: 0;
left: 0-22px;
width: 40px!important;
height: 40px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
z-index:20!important;
}
a.fleft:after {
content: '';
position: absolute;
margin-left: -11.5%;
width: 40px!important;
height: 40px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
}
div.photo-profile:after{
content: '';
position: absolute;
top: -6px;
right: 0px;
bottom: 0;
left: 10px;
background-size: 100% 100%;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
z-index:20!important;
}
a.profile-avatar:after{
content: '';
position: absolute;
top: 65px;
right: 0px;
bottom: 0;
left: 14px;
width: 70px;
height: 70px;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%;
z-index:20!important;
}
img.tape-admin{
display: none;
}
} | data/usercss/128844.user.css | @-moz-document url-prefix("http://socialani.me/") {
.pref-avatar:after {
content: '';
position: absolute;
top: -2px;
right: 0px;
bottom: 0;
left: 1px;
width: 64px!important;
height: 64px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
z-index:20!important;
}
.info-user:after {
content: '';
position: absolute;
top: -2px;
right: 0px;
bottom: 0;
left: 1px;
width: 40px!important;
height: 40px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
z-index:20!important;
}
li.node-response div.body:after {
content: '';
position: absolute;
top: -2px;
right: 0px!important;
bottom: 20;
left: -50px;
width: 40px!important;
height: 40px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
z-index:20!important;
}
li.node.comment:after{
content: '';
position: absolute;
top: -2px;
right: 0px;
bottom: 0;
left: 0px;
width: 40px!important;
height: 40px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
z-index:20!important;
}
li.node-response div.body:after {
content: '';
position: absolute;
top: -2px;
right: 0px;
bottom: 0;
left: 0-22px;
width: 40px!important;
height: 40px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
z-index:20!important;
}
a.fleft:after {
content: '';
position: absolute;
margin-left: -11.5%;
width: 40px!important;
height: 40px!important;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%!important;
}
div.photo-profile:after{
content: '';
position: absolute;
top: -6px;
right: 0px;
bottom: 0;
left: 10px;
background-size: 100% 100%;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
z-index:20!important;
}
a.profile-avatar:after{
content: '';
position: absolute;
top: 65px;
right: 0px;
bottom: 0;
left: 14px;
width: 70px;
height: 70px;
background: url(http://socialani.me/css/images/tape_admin.png) no-repeat;
background-size: 100% 100%;
z-index:20!important;
}
img.tape-admin{
display: none;
}
} | 0.344113 | 0.04406 |
body {
min-width: 820px;
display: flex;
flex-direction: column;
font-family: HelveticaNeue-Thin,"Helvetica Neue Light","Helvetica Neue","Segoe UI",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.top {
height: 600px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.top h1, p {
text-align: center;
}
.top h1 {
font-size: 50px;
margin-top: 60px;
margin-bottom: 20px;
}
.top p {
line-height: 20px;
}
.top img {
height: 160px;
}
.top-button {
margin-top: 70px;
margin-bottom: 12px;
padding: 15px 24px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
background-color: #C32326;
color: white;
font-size: 20px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.top svg {
margin-right: 10px;
}
.top-button:hover{
background-color: rgba(195,35,38,.8);
}
.under-button {
font-size: 12px;
}
.under-button-span {
color: #C32326;
text-decoration: underline;
cursor: pointer;
font-size: 12px;
}
/****************************/
/*SECOND SECTION*/
/****************************/
#wowslider-container1 {
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.second {
/*height: 700px;*/
padding: 50px 0px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
background-color: #C32326;
}
.second h1 {
margin-bottom: 50px;
color: white;
font-size: 42px;
}
.image-box{
max-width: 1920px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.image-box img{
height: 400px;
position: absolute;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.first-img {
z-index: 0;
bottom: 0px;
right: 40px;
}
.second-img {
height: 440px !important;
z-index: 1;
bottom: -20px;
margin: 0 auto;
}
.third-img {
z-index: 0;
bottom: 0px;
left: 40px;
}
/****************************/
/*THIRD SECTION*/
/****************************/
.third {
height: 360px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.third h1 {
font-size: 42px;
margin: 0 0 50px;
}
.third p {
font-size: 20px;
margin: 15px 0px;
}
.third div {
width: 800px;
display: flex;
justify-content: space-around;
align-items: center;
}
.third a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.third div img {
height: 84px;
width: 84px;
}
.third a:nth-child(3) img {
margin-left: 10px;
}
/****************************/
/*FORTH SECTION*/
/****************************/
.forth {
height: 360px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #C32326;
color: white;
}
.forth h1 {
font-size: 42px;
margin: 0 0 50px;
}
.forth p {
font-size: 20px;
margin: 5px 0px;
}
.forth ul {
width: 800px;
display: flex;
justify-content: space-around;
align-items: center;
}
/****************************/
/*DOWNLOAD SECTION*/
/****************************/
.downloads {
height: 400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.downloads h1 {
font-size: 42px;
}
.downloads p {
margin: 40px 0px;
font-size: 13px;
line-height: 18px;
opacity: .6;
}
.downloads a {
height: 60px;
width: 210px;
margin: 0px 20px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
border: solid 1px #C32326;
color: #C32326;
font-size: 25px;
}
.downloads svg {
margin-right: 10px;
}
.downloads a:hover{
background-color: rgba(195,35,38,.05);
}
.download-buttons {
margin-top: 20px;
display: flex;
justify-content: center;
align-items: center;
}
/****************************/
/*FOOTER SECTION*/
/****************************/
footer {
height: 80px;
display: flex;
justify-content: center;
align-items: center;
background-color: #323940;
}
footer a {
margin-right: 10px;
padding: 11px 18px 10px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
background-color: #C32326;
color: white;
font-size: 15px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
footer svg {
margin-right: 10px;
}
footer a:hover{
background-color: rgba(195,35,38,.8);
}
footer p {
font-size: 15px;
color: white;
}
footer span {
color: #C32326;
} | docs/styles.css | body {
min-width: 820px;
display: flex;
flex-direction: column;
font-family: HelveticaNeue-Thin,"Helvetica Neue Light","Helvetica Neue","Segoe UI",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.top {
height: 600px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.top h1, p {
text-align: center;
}
.top h1 {
font-size: 50px;
margin-top: 60px;
margin-bottom: 20px;
}
.top p {
line-height: 20px;
}
.top img {
height: 160px;
}
.top-button {
margin-top: 70px;
margin-bottom: 12px;
padding: 15px 24px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
background-color: #C32326;
color: white;
font-size: 20px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.top svg {
margin-right: 10px;
}
.top-button:hover{
background-color: rgba(195,35,38,.8);
}
.under-button {
font-size: 12px;
}
.under-button-span {
color: #C32326;
text-decoration: underline;
cursor: pointer;
font-size: 12px;
}
/****************************/
/*SECOND SECTION*/
/****************************/
#wowslider-container1 {
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.second {
/*height: 700px;*/
padding: 50px 0px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
background-color: #C32326;
}
.second h1 {
margin-bottom: 50px;
color: white;
font-size: 42px;
}
.image-box{
max-width: 1920px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.image-box img{
height: 400px;
position: absolute;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.first-img {
z-index: 0;
bottom: 0px;
right: 40px;
}
.second-img {
height: 440px !important;
z-index: 1;
bottom: -20px;
margin: 0 auto;
}
.third-img {
z-index: 0;
bottom: 0px;
left: 40px;
}
/****************************/
/*THIRD SECTION*/
/****************************/
.third {
height: 360px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.third h1 {
font-size: 42px;
margin: 0 0 50px;
}
.third p {
font-size: 20px;
margin: 15px 0px;
}
.third div {
width: 800px;
display: flex;
justify-content: space-around;
align-items: center;
}
.third a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.third div img {
height: 84px;
width: 84px;
}
.third a:nth-child(3) img {
margin-left: 10px;
}
/****************************/
/*FORTH SECTION*/
/****************************/
.forth {
height: 360px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #C32326;
color: white;
}
.forth h1 {
font-size: 42px;
margin: 0 0 50px;
}
.forth p {
font-size: 20px;
margin: 5px 0px;
}
.forth ul {
width: 800px;
display: flex;
justify-content: space-around;
align-items: center;
}
/****************************/
/*DOWNLOAD SECTION*/
/****************************/
.downloads {
height: 400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.downloads h1 {
font-size: 42px;
}
.downloads p {
margin: 40px 0px;
font-size: 13px;
line-height: 18px;
opacity: .6;
}
.downloads a {
height: 60px;
width: 210px;
margin: 0px 20px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
border: solid 1px #C32326;
color: #C32326;
font-size: 25px;
}
.downloads svg {
margin-right: 10px;
}
.downloads a:hover{
background-color: rgba(195,35,38,.05);
}
.download-buttons {
margin-top: 20px;
display: flex;
justify-content: center;
align-items: center;
}
/****************************/
/*FOOTER SECTION*/
/****************************/
footer {
height: 80px;
display: flex;
justify-content: center;
align-items: center;
background-color: #323940;
}
footer a {
margin-right: 10px;
padding: 11px 18px 10px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
background-color: #C32326;
color: white;
font-size: 15px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
footer svg {
margin-right: 10px;
}
footer a:hover{
background-color: rgba(195,35,38,.8);
}
footer p {
font-size: 15px;
color: white;
}
footer span {
color: #C32326;
} | 0.379953 | 0.078148 |
@media print {
/* Reset quotes */
q {quotes: none}
q:before, q:after {content: ""}
/* Hide everything unneeded */
header h1, header nav, footer {display: none}
img { max-width: 100px; }
/* font sizes */
body {
font: 12pt Georgia, "Times New Roman", Times, serif;
/* font: 12pt Arial, sans-serif; */
line-height: 1.3;
}
h1 {font-size: 24pt}
h2 {font-size: 14pt; margin-top: 25px}
aside h2 {font-size: 18pt}
/* Show printer-frindly logo. */
header .print {display: block}
/* If you like things a little bit easier and more semantic you can alternatively just leave the h1 of the header visible, switch off the margin and make it bigger than the rest of the headlines */
/*header nav, footer, img {display: none}
header h1 {
margin: 0;
font-size: 30pt;
}*/
/* Some browsers like to show a border around images. Switch it off */
img {border: 0}
/* Mover the header a little bit awy from the content */
header {margin-bottom: 40px}
/* Display the URL of the site so that the user knows where the printout came from */
/* header:after {display: block; content: "www.alemohamad.com"} */
/* Additionally/optionally a little message could be displayed */
/*header:before {
display: block;
content: "Thank you for printing our content at www.alemohamad.com. Please check back soon for new offers about our products and services.";
margin-bottom: 10px;
border: 1px solid #bbb;
padding: 3px 5px;
font-style: italic;
}*/
/* Separate blockquotes a little bit from the rest */
blockquote {
font-size: 13pt;
font-style: italic;
}
/* By default links are blue. For optimal legibility change them to black */
a {color: #000}
/* Show the URL after each link, whereby internal links are preceeded by the site's URL */
a:after {
content: " (" attr(href) ")";
font-size: 80%;
word-wrap: break-word;
}
/* External links don't get this treatment */
a[href^="http://"]:after, a[href^="https://"]:after {
content: " (" attr(href) ")";
}
/* Append the source of the citation */
q:after {content: " (" attr(cite) ")"}
/* The Sidebar is placed under the content automatically. To distinguish it from the rest a border and a gap is set before */
aside {
border-top: 1px solid #bbb;
margin-top: 30px;
display: block;
width: auto;
/* Reset the element for IE < 8 */
position: static;
width: auto;
padding: 10px 0 0;
/*page-break-before: always; */ /* Moves the sidebar to new page */
}
/* Custom bullets for the list */
/*ul {list-style: none}
.main ul li:before {content: "» "}*/
}
/* Form treatment */
form input { border: none; } | assets/css/print.css | @media print {
/* Reset quotes */
q {quotes: none}
q:before, q:after {content: ""}
/* Hide everything unneeded */
header h1, header nav, footer {display: none}
img { max-width: 100px; }
/* font sizes */
body {
font: 12pt Georgia, "Times New Roman", Times, serif;
/* font: 12pt Arial, sans-serif; */
line-height: 1.3;
}
h1 {font-size: 24pt}
h2 {font-size: 14pt; margin-top: 25px}
aside h2 {font-size: 18pt}
/* Show printer-frindly logo. */
header .print {display: block}
/* If you like things a little bit easier and more semantic you can alternatively just leave the h1 of the header visible, switch off the margin and make it bigger than the rest of the headlines */
/*header nav, footer, img {display: none}
header h1 {
margin: 0;
font-size: 30pt;
}*/
/* Some browsers like to show a border around images. Switch it off */
img {border: 0}
/* Mover the header a little bit awy from the content */
header {margin-bottom: 40px}
/* Display the URL of the site so that the user knows where the printout came from */
/* header:after {display: block; content: "www.alemohamad.com"} */
/* Additionally/optionally a little message could be displayed */
/*header:before {
display: block;
content: "Thank you for printing our content at www.alemohamad.com. Please check back soon for new offers about our products and services.";
margin-bottom: 10px;
border: 1px solid #bbb;
padding: 3px 5px;
font-style: italic;
}*/
/* Separate blockquotes a little bit from the rest */
blockquote {
font-size: 13pt;
font-style: italic;
}
/* By default links are blue. For optimal legibility change them to black */
a {color: #000}
/* Show the URL after each link, whereby internal links are preceeded by the site's URL */
a:after {
content: " (" attr(href) ")";
font-size: 80%;
word-wrap: break-word;
}
/* External links don't get this treatment */
a[href^="http://"]:after, a[href^="https://"]:after {
content: " (" attr(href) ")";
}
/* Append the source of the citation */
q:after {content: " (" attr(cite) ")"}
/* The Sidebar is placed under the content automatically. To distinguish it from the rest a border and a gap is set before */
aside {
border-top: 1px solid #bbb;
margin-top: 30px;
display: block;
width: auto;
/* Reset the element for IE < 8 */
position: static;
width: auto;
padding: 10px 0 0;
/*page-break-before: always; */ /* Moves the sidebar to new page */
}
/* Custom bullets for the list */
/*ul {list-style: none}
.main ul li:before {content: "» "}*/
}
/* Form treatment */
form input { border: none; } | 0.215516 | 0.103431 |
@import "../../colors.css";
@import "../../typography.css";
@import "../properties.css";
:root {
--input-color: var(--color-light-steel-100);
--input-font-family: var(--title-font-family);
--input-font-size: var(--form-item-font-size);
--input-padding-bottom: var(--spacing-tiny);
--input-padding-top: var(--spacing-small);
--input-container-letter-spacing: var(--letter-spacing);
--input-container-padding: 4px;
--input-container-textarea-padding-top: 25px;
--input-textarea-border-color: var(--color-light-grey-50);
--input-textarea-border-radius: 3px;
--input-textarea-border-style: solid;
--input-textarea-border-width: 0 0 2px 0;
--input-textarea-caret-default-color: var(--color-light-steel-100);
--input-textarea-height: calc(100% - 25px);
--input-textarea-label-top: 0;
--input-textarea-placeholder-opacity: 0;
--input-multiline-content-present-top: 0;
--input-multiline-expander-min-height: 25px;
--input-multiline-font-size: var(--input-font-size);
--input-multiline-line-height: 20px;
--input-multiline-padding-bottom: var(--spacing-tiny);
--input-multiline-padding-left: 1px;
--input-multiline-padding-right: 1px;
--input-label-color: var(--form-item-label-color);
--input-label-font-size-default: var(--input-font-size);
--input-label-top: 20px;
--input-label-transition-time: 0.1s;
--input-icon-active-color: var(--color-light-coal-50);
--input-icon-inactive-color: var(--color-light-chromium-100);
--input-icon-margin: var(--spacing-small);
--input-icon-padding: 22px;
--input-display-password-icon-bottom: var(--spacing-tiny);
--input-display-password-icon-right: var(--spacing-tiny);
--input-secondary-text-font-size: var(--form-item-font-size);
--input-secondary-text-margin-top: var(--spacing-tiny);
--input-textarea-hover-border-color: var(--color-light-greenish-100);
--input-label-color-focus: var(--color-light-greenish-100);
--input-label-font-size-focus: var(--form-item-font-size);
--input-textarea-focus-border-color: var(--color-light-greenish-100);
--input-textarea-focus-placeholder-color: var(--color-light-chromium-100);
--input-textarea-focus-placeholder-opacity: 1;
--input-textarea-focus-transition-time: 100ms;
--input-color-error: var(--color-light-error);
--input-color-disabled: var(--color-light-silver-100);
--input-textarea-disabled-background: var(--color-light-silver-50);
--input-textarea-disabled-border-color: var(--color-light-iron-50);
} | src/styles/form-fields/input/properties.css | @import "../../colors.css";
@import "../../typography.css";
@import "../properties.css";
:root {
--input-color: var(--color-light-steel-100);
--input-font-family: var(--title-font-family);
--input-font-size: var(--form-item-font-size);
--input-padding-bottom: var(--spacing-tiny);
--input-padding-top: var(--spacing-small);
--input-container-letter-spacing: var(--letter-spacing);
--input-container-padding: 4px;
--input-container-textarea-padding-top: 25px;
--input-textarea-border-color: var(--color-light-grey-50);
--input-textarea-border-radius: 3px;
--input-textarea-border-style: solid;
--input-textarea-border-width: 0 0 2px 0;
--input-textarea-caret-default-color: var(--color-light-steel-100);
--input-textarea-height: calc(100% - 25px);
--input-textarea-label-top: 0;
--input-textarea-placeholder-opacity: 0;
--input-multiline-content-present-top: 0;
--input-multiline-expander-min-height: 25px;
--input-multiline-font-size: var(--input-font-size);
--input-multiline-line-height: 20px;
--input-multiline-padding-bottom: var(--spacing-tiny);
--input-multiline-padding-left: 1px;
--input-multiline-padding-right: 1px;
--input-label-color: var(--form-item-label-color);
--input-label-font-size-default: var(--input-font-size);
--input-label-top: 20px;
--input-label-transition-time: 0.1s;
--input-icon-active-color: var(--color-light-coal-50);
--input-icon-inactive-color: var(--color-light-chromium-100);
--input-icon-margin: var(--spacing-small);
--input-icon-padding: 22px;
--input-display-password-icon-bottom: var(--spacing-tiny);
--input-display-password-icon-right: var(--spacing-tiny);
--input-secondary-text-font-size: var(--form-item-font-size);
--input-secondary-text-margin-top: var(--spacing-tiny);
--input-textarea-hover-border-color: var(--color-light-greenish-100);
--input-label-color-focus: var(--color-light-greenish-100);
--input-label-font-size-focus: var(--form-item-font-size);
--input-textarea-focus-border-color: var(--color-light-greenish-100);
--input-textarea-focus-placeholder-color: var(--color-light-chromium-100);
--input-textarea-focus-placeholder-opacity: 1;
--input-textarea-focus-transition-time: 100ms;
--input-color-error: var(--color-light-error);
--input-color-disabled: var(--color-light-silver-100);
--input-textarea-disabled-background: var(--color-light-silver-50);
--input-textarea-disabled-border-color: var(--color-light-iron-50);
} | 0.393502 | 0.061003 |
margin: 5px 0
}
#lb-controls button, #lb-controls a {
font-size: 14px
}
#lb-canvas {
min-height: 100;
background: #fff
}
#lb-canvas textarea {
width: 100%;
height: 100%
}
#lb-canvas .lb-editing {
border-top: solid 1px #2fa4e7;
border-left: solid 1px #2fa4e7;
border-right: solid 1px #2fa4e7;
border-bottom: solid 1px #2fa4e7;
min-height: 30px;
background-color: none
}
#lb-canvas .lb-editing-selected {
-webkit-box-shadow: 0 0 5px 0 #2fa4e7;
-moz-box-shadow: 0 0 5px 0 #2fa4e7;
box-shadow: 0 0 5px 0 #2fa4e7
}
#lb-canvas .lb-editable-region {
border-top: solid 1px #c00;
border-left: solid 1px #c00;
border-right: solid 1px #c00;
border-bottom: solid 1px #c00;
border-style: dotted;
margin-bottom: 2px;
min-height: 30px -10;
padding: 0 20
}
#lb-canvas .lb-editable-region .lb-controls-element {
top: 0;
right: 0;
display: block
}
#lb-canvas .lb-editable-region .lb-controls-element a {
color: #fff;
font-size: 10px
}
#lb-canvas .lb-editable-region .lb-controls-element .lb-move {
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-topleft: 6px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
float: left;
background-color: #c00;
padding: 4px;
margin-left: -17px
}
#lb-canvas .lb-editable-region .lb-controls-element .lb-delete {
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
float: right;
background-color: #c00;
padding: 4px;
margin-right: -17px;
border-radius: 0 8px 8px 0
}
#lb-canvas .lb-tools {
background-color: none;
min-height: 30px;
display: block;
clear: both;
margin-left: -13px;
margin-right: -14px
}
#lb-canvas .lb-tools a {
color: #1a99e2;
font-size: 14px;
padding: 5px 5px 5px 8px;
float: left;
cursor: pointer;
background-color: none
}
#lb-canvas .lb-tools a:hover {
background-color: #2fa4e7;
color: #fff;
text-decoration: none
}
#lb-canvas .lb-tools label, #lb-canvas .lb-tools input {
font-size: 10px
}
#lb-canvas .lb-tools .lb-removeRow:hover, #lb-canvas .lb-tools .lb-removeCol:hover {
background-color: #c00;
color: #fff
}
#lb-canvas .lb-tools .lb-moveCol, #lb-canvas .lb-tools .lb-moveRow {
cursor: move
}
#lb-canvas .row.lb-editing, #lb-canvas .row-fluid.lb-editing {
background-color: none;
margin: 0 0 5px 0;
padding: 0 5px 0 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-topleft: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border-top: solid 1px #999;
border-left: solid 1px #999;
border-right: solid 1px #999;
border-bottom: solid 1px #999;
-webkit-box-shadow: 0 1px 2px #999;
-moz-box-shadow: 0 1px 2px #999;
box-shadow: 0 1px 2px #999
}
#lb-canvas .row.lb-editing > .lb-tools, #lb-canvas .row-fluid.lb-editing > .lb-tools {
background-color: none;
margin-right: 0;
margin-left: 0
}
#lb-canvas .row.lb-editing > .lb-tools a, #lb-canvas .row-fluid.lb-editing > .lb-tools a {
color: #666;
background-color: none;
font-size: 15px
}
#lb-canvas .row.lb-editing > .lb-tools a:hover, #lb-canvas .row-fluid.lb-editing > .lb-tools a:hover {
color: #fff;
background-color: #2fa4e7
}
.layout-mode a:hover {
cursor: pointer
}
.lb-custom_callback{
display: none;
} | layout_builder_libraries/css/layout_builder.css | margin: 5px 0
}
#lb-controls button, #lb-controls a {
font-size: 14px
}
#lb-canvas {
min-height: 100;
background: #fff
}
#lb-canvas textarea {
width: 100%;
height: 100%
}
#lb-canvas .lb-editing {
border-top: solid 1px #2fa4e7;
border-left: solid 1px #2fa4e7;
border-right: solid 1px #2fa4e7;
border-bottom: solid 1px #2fa4e7;
min-height: 30px;
background-color: none
}
#lb-canvas .lb-editing-selected {
-webkit-box-shadow: 0 0 5px 0 #2fa4e7;
-moz-box-shadow: 0 0 5px 0 #2fa4e7;
box-shadow: 0 0 5px 0 #2fa4e7
}
#lb-canvas .lb-editable-region {
border-top: solid 1px #c00;
border-left: solid 1px #c00;
border-right: solid 1px #c00;
border-bottom: solid 1px #c00;
border-style: dotted;
margin-bottom: 2px;
min-height: 30px -10;
padding: 0 20
}
#lb-canvas .lb-editable-region .lb-controls-element {
top: 0;
right: 0;
display: block
}
#lb-canvas .lb-editable-region .lb-controls-element a {
color: #fff;
font-size: 10px
}
#lb-canvas .lb-editable-region .lb-controls-element .lb-move {
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-topleft: 6px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
float: left;
background-color: #c00;
padding: 4px;
margin-left: -17px
}
#lb-canvas .lb-editable-region .lb-controls-element .lb-delete {
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
float: right;
background-color: #c00;
padding: 4px;
margin-right: -17px;
border-radius: 0 8px 8px 0
}
#lb-canvas .lb-tools {
background-color: none;
min-height: 30px;
display: block;
clear: both;
margin-left: -13px;
margin-right: -14px
}
#lb-canvas .lb-tools a {
color: #1a99e2;
font-size: 14px;
padding: 5px 5px 5px 8px;
float: left;
cursor: pointer;
background-color: none
}
#lb-canvas .lb-tools a:hover {
background-color: #2fa4e7;
color: #fff;
text-decoration: none
}
#lb-canvas .lb-tools label, #lb-canvas .lb-tools input {
font-size: 10px
}
#lb-canvas .lb-tools .lb-removeRow:hover, #lb-canvas .lb-tools .lb-removeCol:hover {
background-color: #c00;
color: #fff
}
#lb-canvas .lb-tools .lb-moveCol, #lb-canvas .lb-tools .lb-moveRow {
cursor: move
}
#lb-canvas .row.lb-editing, #lb-canvas .row-fluid.lb-editing {
background-color: none;
margin: 0 0 5px 0;
padding: 0 5px 0 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-topleft: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border-top: solid 1px #999;
border-left: solid 1px #999;
border-right: solid 1px #999;
border-bottom: solid 1px #999;
-webkit-box-shadow: 0 1px 2px #999;
-moz-box-shadow: 0 1px 2px #999;
box-shadow: 0 1px 2px #999
}
#lb-canvas .row.lb-editing > .lb-tools, #lb-canvas .row-fluid.lb-editing > .lb-tools {
background-color: none;
margin-right: 0;
margin-left: 0
}
#lb-canvas .row.lb-editing > .lb-tools a, #lb-canvas .row-fluid.lb-editing > .lb-tools a {
color: #666;
background-color: none;
font-size: 15px
}
#lb-canvas .row.lb-editing > .lb-tools a:hover, #lb-canvas .row-fluid.lb-editing > .lb-tools a:hover {
color: #fff;
background-color: #2fa4e7
}
.layout-mode a:hover {
cursor: pointer
}
.lb-custom_callback{
display: none;
} | 0.394551 | 0.095476 |
div.sheet-Null,
div.sheet-Chosen,
div.sheet-Crooked,
div.sheet-Divine,
div.sheet-Expert,
div.sheet-Flake,
div.sheet-Initiate,
div.sheet-Monstrous,
div.sheet-Mundane,
div.sheet-Professional,
div.sheet-Spellslinger,
div.sheet-Spooky,
div.sheet-Wronged,
div.sheet-Gumshoe,
div.sheet-Hex,
div.sheet-Pararomantic,
div.sheet-Searcher,
div.sheet-Exile,
div.sheet-Hardcase,
div.sheet-Luchador,
div.sheet-Meddlingkid,
div.sheet-Sidekick,
div.sheet-Snoop,
div.sheet-Summoned,
div.sheet-Traveler,
div.sheet-Actionscientist,
div.sheet-Biggamehunter,
div.sheet-Constructed,
div.sheet-Madscientist,
div.sheet-Custom
{
display: none;
}
input[type="radio"][value="0"]:checked ~ div.sheet-Null,
input[type="radio"][value="1"]:checked ~ div.sheet-Chosen,
input[type="radio"][value="2"]:checked ~ div.sheet-Crooked,
input[type="radio"][value="3"]:checked ~ div.sheet-Divine,
input[type="radio"][value="4"]:checked ~ div.sheet-Expert,
input[type="radio"][value="5"]:checked ~ div.sheet-Flake,
input[type="radio"][value="6"]:checked ~ div.sheet-Initiate,
input[type="radio"][value="7"]:checked ~ div.sheet-Monstrous,
input[type="radio"][value="8"]:checked ~ div.sheet-Mundane,
input[type="radio"][value="9"]:checked ~ div.sheet-Professional,
input[type="radio"][value="10"]:checked ~ div.sheet-Spellslinger,
input[type="radio"][value="11"]:checked ~ div.sheet-Spooky,
input[type="radio"][value="12"]:checked ~ div.sheet-Wronged,
input[type="radio"][value="13"]:checked ~ div.sheet-Gumshoe,
input[type="radio"][value="14"]:checked ~ div.sheet-Hex,
input[type="radio"][value="15"]:checked ~ div.sheet-Pararomantic,
input[type="radio"][value="16"]:checked ~ div.sheet-Searcher,
input[type="radio"][value="17"]:checked ~ div.sheet-Exile,
input[type="radio"][value="18"]:checked ~ div.sheet-Hardcase,
input[type="radio"][value="19"]:checked ~ div.sheet-Luchador,
input[type="radio"][value="20"]:checked ~ div.sheet-Meddlingkid,
input[type="radio"][value="21"]:checked ~ div.sheet-Sidekick,
input[type="radio"][value="22"]:checked ~ div.sheet-Snoop,
input[type="radio"][value="23"]:checked ~ div.sheet-Summoned,
input[type="radio"][value="24"]:checked ~ div.sheet-Traveler,
input[type="radio"][value="25"]:checked ~ div.sheet-Actionscientist,
input[type="radio"][value="26"]:checked ~ div.sheet-Biggamehunter,
input[type="radio"][value="27"]:checked ~ div.sheet-Constructed,
input[type="radio"][value="28"]:checked ~ div.sheet-Madscientist,
input[type="radio"][value="99"]:checked ~ div.sheet-Custom
{
display: block;
}
textarea
{
height: auto;
}
select.sheet-SkinSelect
{
position: relative;
top: 4px;
}
option.sheet-SkinSelect:checked
{
display: none;
} | Monster of the Week/MotWCSS.css | div.sheet-Null,
div.sheet-Chosen,
div.sheet-Crooked,
div.sheet-Divine,
div.sheet-Expert,
div.sheet-Flake,
div.sheet-Initiate,
div.sheet-Monstrous,
div.sheet-Mundane,
div.sheet-Professional,
div.sheet-Spellslinger,
div.sheet-Spooky,
div.sheet-Wronged,
div.sheet-Gumshoe,
div.sheet-Hex,
div.sheet-Pararomantic,
div.sheet-Searcher,
div.sheet-Exile,
div.sheet-Hardcase,
div.sheet-Luchador,
div.sheet-Meddlingkid,
div.sheet-Sidekick,
div.sheet-Snoop,
div.sheet-Summoned,
div.sheet-Traveler,
div.sheet-Actionscientist,
div.sheet-Biggamehunter,
div.sheet-Constructed,
div.sheet-Madscientist,
div.sheet-Custom
{
display: none;
}
input[type="radio"][value="0"]:checked ~ div.sheet-Null,
input[type="radio"][value="1"]:checked ~ div.sheet-Chosen,
input[type="radio"][value="2"]:checked ~ div.sheet-Crooked,
input[type="radio"][value="3"]:checked ~ div.sheet-Divine,
input[type="radio"][value="4"]:checked ~ div.sheet-Expert,
input[type="radio"][value="5"]:checked ~ div.sheet-Flake,
input[type="radio"][value="6"]:checked ~ div.sheet-Initiate,
input[type="radio"][value="7"]:checked ~ div.sheet-Monstrous,
input[type="radio"][value="8"]:checked ~ div.sheet-Mundane,
input[type="radio"][value="9"]:checked ~ div.sheet-Professional,
input[type="radio"][value="10"]:checked ~ div.sheet-Spellslinger,
input[type="radio"][value="11"]:checked ~ div.sheet-Spooky,
input[type="radio"][value="12"]:checked ~ div.sheet-Wronged,
input[type="radio"][value="13"]:checked ~ div.sheet-Gumshoe,
input[type="radio"][value="14"]:checked ~ div.sheet-Hex,
input[type="radio"][value="15"]:checked ~ div.sheet-Pararomantic,
input[type="radio"][value="16"]:checked ~ div.sheet-Searcher,
input[type="radio"][value="17"]:checked ~ div.sheet-Exile,
input[type="radio"][value="18"]:checked ~ div.sheet-Hardcase,
input[type="radio"][value="19"]:checked ~ div.sheet-Luchador,
input[type="radio"][value="20"]:checked ~ div.sheet-Meddlingkid,
input[type="radio"][value="21"]:checked ~ div.sheet-Sidekick,
input[type="radio"][value="22"]:checked ~ div.sheet-Snoop,
input[type="radio"][value="23"]:checked ~ div.sheet-Summoned,
input[type="radio"][value="24"]:checked ~ div.sheet-Traveler,
input[type="radio"][value="25"]:checked ~ div.sheet-Actionscientist,
input[type="radio"][value="26"]:checked ~ div.sheet-Biggamehunter,
input[type="radio"][value="27"]:checked ~ div.sheet-Constructed,
input[type="radio"][value="28"]:checked ~ div.sheet-Madscientist,
input[type="radio"][value="99"]:checked ~ div.sheet-Custom
{
display: block;
}
textarea
{
height: auto;
}
select.sheet-SkinSelect
{
position: relative;
top: 4px;
}
option.sheet-SkinSelect:checked
{
display: none;
} | 0.212804 | 0.078043 |
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html {
font-family: roboto;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
:before,
:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background-color: transparent
}
a:active,
a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,
strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
margin: .67em 0;
font-size: 2em
}
mark {
color: #000;
background: #ff0
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
pre {
overflow: auto
}
ul,ol{
list-style: none;
margin: 0;
padding: 0;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0
}
input {
line-height: normal
}
input[type=checkbox],
input[type=radio] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid silver
}
legend {
padding: 0;
border: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: 700
}
table {
border-spacing: 0;
border-collapse: collapse
}
td,
th {
padding: 0
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr,
img {
page-break-inside: avoid
}
img {
max-width: 100%!important
}
p,
h2,
h3 {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
select {
background: #fff!important
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}
body {
font-family: 'roboto', sans-serif;
font-size: 13px;
color: #333;
text-align: center;
background-color: #fff;
margin: 0;
line-height: 1.5;
}
img {
border: 0;
vertical-align: top;
}
/* hover */
a:hover {
color: #01A8E6;
text-decoration: none !important;
}
a:focus {
outline: 0;
text-decoration: none !important;
}
a {
color: #333;
}
.accordion a,
#viewed-products_block_left li .text_desc h5 a:hover {
color: #333;
text-decoration: none;
outline: medium none
}
/* heading tag */
/* title *************************************************************************************** */
h1 {
font-size: 36px;
color: #515151;
margin-bottom: 10px;
}
h2 {
font-size: 30px;
color: #515151;
margin-bottom: 10px;
}
h3 {
font-size: 24px;
color: #515151;
margin-bottom: 10px;
}
h4 {
font-size: 18px;
color: #515151;
margin-bottom: 10px;
}
h5 {
font-size: 14px;
color: #515151;
margin-bottom: 10px;
}
h6 {
font-size: 12px;
color: #515151;
margin-bottom: 10px;
}
/* default tag */
address {
font-style: normal;
margin-bottom: 20px;
font-style: normal;
line-height: 2;
}
/* HACK IOS ipad, iphone */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="image"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input,
button,
textarea,
select,
optgroup,
option {
font-family: inherit;
}
cite {
font-style: normal;
}
big {
font-size: 15px;
}
ul,
ol {
list-style: none;
margin-top: 0;
}
#order-slip p,
#addresses p,
#password p,
#order p,
#history p {
padding: 5px 0;
}
.hiddenclass {
display: none;
}
fieldset {
border: 0 none;
}
strong {
font-weight: bold;
}
q,
blockquote {
quotes: none;
}
a {
cursor: pointer;
text-decoration: none;
}
.clearBoth {
clear: both;
display: block;
}
q:before,
q:after {
content: '';
}
small {
font-size: 80%;
}
/* hidden class */
.hidden {
display: none;
}
/* defult class */
.nobr {
white-space: nowrap !important;
}
.a-left {
text-align: left !important;
}
.a-center {
text-align: center !important;
}
.a-right {
text-align: right !important;
}
.left {
float: left !important;
}
.right {
float: right !important;
}
.wrap {
white-space: normal !important;
}
.f-fix {
float: left;
width: 100%;
}
.clear {
clear: both!important;
}
/* main page */
.page {
width: 1170px;
margin: 0 auto;
text-align: left;
}
.page_align {
width: 1170px;
margin: 0 auto;
text-align: left;
}
.top_header_menu {
position: relative;
height: 34px;
}
#header_menu .welcome-msg {
text-align: center;
padding: 5px 0;
text-align: center;
color: #7f7d74;
}
/* default layout */
.main {
min-height: 355px;
margin: 0 0 0px 0;
}
.col-left {
float: left;
width: 270px;
margin-right: 30px;
padding: 0;
}
.col-right {
float: right;
width: 260px;
margin-left: 20px;
padding: 0;
}
.product-additional {
float: right;
width: 270px;
margin-left: 30px;
padding: 0;
}
.col-main {
float: left;
width: 870px;
padding: 0;
position: relative;
}
.without-sidebar .col-main {
width: 1170px;
}
.without-sidebar .product-view .product-shop-details {
width: 693px;
}
.col1-layout .col-main {
float: none;
width: auto;
}
.col2-left-layout .col-main {
float: right;
}
/* col set-2 */
.col2-set .col-1 {
float: left;
width: 48.5%;
background: white;
height: 305px;
}
.col2-set .col-2 {
float: right;
width: 48.5%;
background: white;
}
/* col set-3 */
.col3-set .col-1 {
float: left;
width: 32%;
}
.col3-set .col-2 {
float: left;
width: 32%;
margin-left: 2%;
}
.col3-set .col-3 {
float: right;
width: 32%;
}
/* input type */
input.input-text:hover,
select:hover,
textarea:hover,
input.text:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input.input-text:focus,
select:focus,
textarea:focus,
input.text:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="email"]:hover,
input[type="tel"]:hover {
border-color: #ecf0f1;
}
input[type="email"],
input[type="tel"],
input.input-text,
select,
textarea,
input.text,
input[type="text"],
input[type="password"] {
font-size: 13px;
border: 1px solid #ecf0f1;
background-color: #ffffff;
width: 340px;
border-radius: 0;
}
input,
select,
textarea,
button {
color: #515151;
}
input.input-text,
textarea,
input.text,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
padding: 8px;
}
select option {
padding-right: 5px;
padding-left: 5px;
}
textarea {
overflow: auto;
}
input.radio {
margin-right: 2px;
}
input.checkbox {
margin-right: 2px;
}
/* product qty box */
input.qty {
font-size: 17px;
color: #222222;
font-weight: normal;
text-align: center;
height: 53px;
width: 53px;
float: left;
}
button.button::-moz-focus-inner {
padding: 0;
border: 0;
}
button.button,
.button {
-webkit-border-fit: lines;
}
a.button {
color: #fff!important;
}
/* default button */
.btn-info,
.btn-default,
.btn-primary {
border-radius: 0;
color: #fff;
background: #01a8e6;
border: 1px solid #01a8e6;
font-weight: 800;
padding: 11px 19px;
text-transform: capitalize;
}
.btn-info:hover,
.btn-default:hover,
.btn-primary:hover,.btn-primary:active,.btn-primary:focus, .btn-default:active,.btn-default:focus{
background-color: #444444;
border: 1px solid #444444;
color: #fff;
}
.pagination > li > a, .pagination > li > span {
float: none;
}
button.button,
.button,
#carriercompare_submit,
#update_carriers_list {
overflow: visible;
border: none;
padding:12px 19px;
background: #444444;
font-weight: bold;
white-space: nowrap;
color: white;
text-align: center;
text-transform: capitalize;
margin: 0;
cursor: pointer;
color: #fff;
display: inline-block;
border-radius: 3px;
}
.fa-shopping-cart::before,.fa-mail-forward::before, .fa-share::before{
padding-right: 5px;
}
button.button:hover,
.button:hover,
#carriercompare_submit:hover,
#update_carriers_list:hover {
background-color: #01a8e6;
}
.process-to-chookout:before {
content: "\f00c";
font-family: FontAwesome;
font-size: 16px;
padding-right: 5px;
}
.process-to-chookout {
padding: 17px 37px !important;
width: 100% !important;
font-size: 18px;
font-weight: normal !important;
}
.slider-box-width {
margin: 0 auto;
width: 1170px !important;
}
button.button span {
white-space: nowrap;
}
a.button span {
white-space: nowrap;
}
p.required {
font-size: 10px;
text-align: left;
color: #990000;
}
#login_form p.required {
font-size: 11px;
text-align: right !important;
color: #990000;
}
buttons-set {
clear: both;
margin: 0;
padding: 16px;
text-align: right;
}
.buttons-set p.required {
margin: 0 0 10px;
}
.buttons-set .back-link {
float: left;
margin: 0;
}
.buttons-set button.button {}
/* all message */
.success {
color: #4F8A10;
font-weight: bold;
}
.messages,
.messages ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.messages {
width: 100%;
overflow: hidden;
}
.messages li {
margin: 0 0 !important;
}
.messages li li {
margin: 0 0 0px !important;
}
.success-msg {
font-size: 10px !important;
font-weight: normal !important;
min-height: 21px !important;
padding: 17px 0 13px 32px !important;
border-style: solid !important;
border-width: 1px !important;
}
.success-msg {
background-position: 10px center !important;
background-repeat: no-repeat !important;
background-image: url("../../image/ticon/i_msg-success.gif");
background-color: #DFF2BF;
border: 1px solid #4F8A10;
color: #4F8A10;
}
.warning {
color: #222222;
margin: 0 0 10px 0;
padding: 10px !important;
border: 1px solid #e6db55;
font-size: 13px;
background: #ffffe0
}
.error {
margin: 0 0 10px 0;
padding: 10px;
border: 1px solid #990000;
font-size: 13px;
background: #ffcccc
}
.error ol {
margin-left: 20px
}
.error p.lnk {
margin-top: 20px;
padding: 0;
font-size: 11px
}
/* breadcrumbs */
.breadcrumb {
margin: 0;
padding: 25px 6px 25px 2px;
background: none;
}
.breadcrumb li {
display: inline;
}
.breadcrumb span {
padding: 0 4px;
display: inline;
}
.breadcrumb li strong {
color: #222222;
font-weight: normal;
}
/* page headding */
.page-headding {
width: 100%;
overflow: hidden;
margin-bottom: 10px;
}
.page-headding h1,
.page-headding h2 {
font-family: "Montserrat", sans-serif;
font-size: 20px;
font-weight: 600;
margin-bottom: 0;
font-weight: normal;
padding-bottom: 8px;
text-align: left;
text-transform: uppercase;
color: #515151;
position: relative;
min-height: 29px;
}
.page-headding h1 span,
.page-headding h2 span {
bottom: -1px;
left: 0;
padding-bottom: 8px;
padding-right: 10px;
position: absolute;
}
/* category toolbar */
.pager {
text-align: center;
}
.limiter {
float: left;
margin-left: 5px;
margin-top: 3px;
padding-right: 2px;
}
.limiter label {
vertical-align: middle;
float: left;
margin-right: 10px;
color: #333;
margin-top: 6px;
}
.limiter label.label-right {
float: right;
margin-left: 10px;
}
.limiter select {
padding: 0;
vertical-align: middle;
}
.sort-by {
float: left;
margin-top: 3px;
}
.toolbar {
background-color: #fff;
padding: 0;
}
#product_list-grid_box {
margin: 20px 0 0px 0;
}
.toolbar .sortbutton {
float: left;
margin-left: 5px;
}
.sort-by label {
vertical-align: middle;
float: left;
margin-right: 10px;
color: #333;
margin-top: 6px;
}
.toolbar select {
width: auto !important;
padding: 8px 10px;
border-radius: 2px;
}
.sort-by select {
vertical-align: middle;
}
.view-mode {
width: 150px;
text-align: left;
}
.view-mode label {
float: left;
padding: 1px 1px 1px 5px;
color: #333;
margin-right: 5px;
margin-top: 9px;
}
.pager .selectbox {
top: -5px;
}
.sorter .view-mode {
float: left;
}
.sorter .view-mode label {
display: none;
}
.sorter .view-mode a {
text-decoration: none;
}
.sorter .view-mode span {
float: left;
margin: 2px 5px 0 0;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
float: left;
color: #666;
font-weight: normal;
text-align: center;
position: relative;
font-size: 0;
line-height: 40px;
width: 40px;
}
.sorter .view-mode .grid:before, .sorter .view-mode .list:before {
position: absolute;
content: "\f009";
top: 0;
left: 0;
font-family:fontawesome;
font-size: 20px;
background: #444444;
color: #fff;
width: 48px;
}
.sorter .view-mode .list {
margin-left: 10px;
}
.sorter .view-mode .list:before {
background-position: 100% 0;
content: "\f00b";
}
.sorter .view-mode strong.grid:before {
background: #333;
color: #fff;
}
.sorter .view-mode strong.list:before {
background: #333;
color: #fff;
}
.sorter .view-mode a.grid:hover:before,.sorter .view-mode a.grid.active:before {
background: #01A8E6;
color: #fff;
}
.sorter .view-mode a.list:hover:before,.sorter .view-mode a.list.active:before {
background: #01a8e6;
color: #fff;
}
.sorter {
font-size: 11px;
background: #fff;
padding: 4px 8px;
}
.view-mode {
float: left;
margin: 0 0 0 20px;
}
.pages {
margin-left: 94px;
margin-top: -8px;
float: right;
}
.pages ul {
display: inline;
}
.pages li {
display: inline-block;
padding-right: 4px;
}
.toolbar .pages li a {
background-color: #f8f8f8;
background-position: center center;
background-repeat: no-repeat;
border: 0 solid #fff;
border-radius: 0;
margin: 0;
padding: 4px;
width: 10px;
}
.pages li a,
.pages li strong {
padding: 3px 7px 1px 7px;
color: #333;
}
.pages strong {
font-weight: normal;
margin-right: 3px;
padding-top: 3px;
color: #333;
}
.pages .current {
background-color: #ff7cb0;
color: #fff;
padding: 4px;
}
.pages li:hover a {
background-color: #ff7cb0;
color: #fff;
}
.pages a.previous,
.pages a.next {
float: left;
height: 24px;
padding-left: 10px;
padding-right: 10px;
position: relative;
text-indent: -9999px;
top: 10px;
width: auto;
}
.pages a.previous img,
.pages a.next img {
margin: 0 -5px;
}
.pages a.previous {
background: url("../../image/ticon/pleft_arrow.png") no-repeat scroll center center;
}
.pages a.next {
background: url("../../image/ticon/pright_arrow.png") no-repeat scroll center center;
}
.pages a.previous:hover {
background: url("../../image/ticon/left_arrow-hover.png") no-repeat scroll center center;
}
.pages a.next:hover {
background: url("../../image/ticon/right_arrow-hover.png") no-repeat scroll center center;
}
.amount {
float: left;
margin: 0;
}
.amount strong {
font-weight: normal;
}
.toolbar .pager {
margin: 0;
}
.pager .dropdown {
text-align: left;
}
/* from list */
.cart-table .td-title {
display: block !important;
}
form.std fieldset,
.cart .totals,
#multishipping_mode_box,
div.addresses {}
.form-list li {
margin: 0 0 10px;
}
.form-list label,
#compare_shipping label,
.discount-form label,
#order-opc #login_form_content label {
color: #222222;
display: inline-block;
font-size: 14px;
font-weight: normal;
margin: 5px 0;
position: relative;
z-index: 0;
}
.form-list label.required em {
color: #FF0000;
float: right;
font-style: normal;
position: absolute;
right: -8px;
top: 0;
}
.form-list li.control label {
float: none;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
margin-top: -1px;
margin-right: 4px;
}
.form-list li.control .input-box {
clear: none;
display: inline;
width: auto;
}
.form-list .input-box {
display: block;
clear: both;
width: 250px;
}
.form-list .field {
float: left;
width: 270px;
}
.form-list textarea {
width: 180px;
height: 15px;
}
.form-list select {
width: 180px;
}
.buttons-set {
clear: both;
margin: 0;
padding: 5px 0 0;
text-align: left;
}
#center_column p.cart_navigation {
padding: 0px !important;
}
/* clearfix */
.clearfix:after {
display: block;
content: "";
overflow: hidden;
line-height: 0;
clear: both;
height: 0;
}
* html .clearfix {
height: 1%;
}
/***** After Class *****/
.header:after,.sf-menu:after,.promo-box:after,footer:after,
.mobile-container:after,
.our-offer-box:after,
.brand-logo:after,
.brand-logo .product-title:after,
.footer-top-box:after,
.iosSlidercontainer:after,
.header-container:after,
.toolbar:after,
.products-list:after,
#header_menu:after,
.top_header_menu:after,
.page:after,
.breadcrumbs:after,
#center_column:after,
.upsaleproducts:after,
.featuredproducts:after,
h1.products-title:after,
.newproducts:after,
.about-us-box:after,
.block .block-content:after,
.block:after,
.block .actions:after,
#nav:after,
.main:after,
.col-main:after,
.news-blog:after,
.block_content:after,
.product-essential:after,
.ratings:after,
.product-view .product-shop-details .short-description:after,
.product-buttons-box:after,
#attributes:after,
.product-quanity-cart-box:after,
.product-cart-box:after,
.product-review:after,
.review:after,
.relatedproducts:after,
.clearer:after,
.product-collateral:after,
.product-view .box-tags .form-add:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.product-view .big-product-box .more-views ul:after,
.cart:after,
.page-headding:after,
.cart-collaterals:after,
.col3-set:after,
.opc .step-title:after,
.pager:after,
.products-grid:after,
.block li.item:after,
.products-list li.item:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.cart .crosssell li.item:after,
.col2-set:after {
display: block;
content: ".";
clear: both;
font-size: 0;
line-height: 0;
height: 0;
overflow: hidden;
}
/***** Animision *****/
.product-quanity-cart-box .product-cart-box a.big-cart-button,.product-buttons-box .p-wishlist-button span,.product-buttons-box .p-compare-button span,
.form-search button.button,
.cart-button,
.quickview-button,
.wishlist-button,
.compare-button,
.product-buttons .compare-button,
button.button,
.button,
.product-buttons-row-cart,
.header .icon,
.custom-footer .footer-top-column .social a,
.quantity_up_box,
.quantity_down_box,
#added a,
.product-bottom-box,
.about-us-box .text-area a.redmore {
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
.product-quanity-cart-box .product-cart-box a.big-cart-button:hover,
.form-search button.button:hover,
.quickview-button:hover,
.cart-button:hover,
.wishlist-button:hover,
.compare-button:hover,
.product-buttons .compare-button:hover,
button.button:hover,
.button:hover,
.product-buttons-row-cart:hover,
.header .icon:hover,
.custom-footer .footer-top-column .social a:hover,
.quantity_up_box:hover,
.quantity_down_box:hover,
#added a:hover {
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
/***** Top Header Manu Start *****/
#header_menu {
height: 34px;
background: #f7f8f8;
position: fixed;
width: 100%;
z-index: 1020;
top: 0;
}
#header_menu a:hover {
text-decoration: none;
}
/***** Top Language *****/
#header_menu select {
display: none;
}
#header_menu .form-language {
float: right;
position: relative;
}
ul.lang > li > a {
padding: 7px 0 8px;
display: block;
}
/***** Top Currency *****/
#header_menu .form-currency {
float: right;
position: relative;
}
ul.curncy > li > a {
padding: 7px 8px;
display: block;
}
/***** Top Links *****/
#header_menu .links {
text-align: left;
float: left;
padding: 0;
}
.links li {
display: inline-block;
position: relative;
}
#header_menu .links> li> a {
font-size: 13px;
display: inline-block;
padding: 7px 8px;
text-decoration: none;
color: #888;
}
#header_menu .links li a:hover {
color: #333333;
transition: .4s;
}
#header_menu .links .last a {
border-right: none;
padding-right: 0px !important;
}
/***** Top Header Container *****/
.header-container {
margin: 0px;
background-color: #fff;
}
.header {
/* height: 110px;*/
margin: 0 auto;
width: 1170px;
}
/***** Top Header Logo Box *****/
.header .header-logo-box {
float: left;
width: 470px;
padding: 10px 0;
}
.header .header-logo-box .logo {
float: left;
}
.header .welcome-msg {
clear: both;
display: block;
float: left;
font-size: 12px;
height: 15px;
margin-top: 6px;
}
/***** Top Header Search Box *****/
.header-search-box {
display: none;
position: absolute;
right: 0px;
text-align: center;
top: 53px;
width: 100%;
z-index: 100;
}
.form-search input.input-text {
border-radius: 0;
background-color: #fff;
border: 1px solid #ecf0f1;
right: 0;
height: 50px;
line-height: 18px;
position: absolute;
padding: 6px 0 6px 10px;
width: 100%;
}
.form-search button:before {
content: "\f002";
font-family: 'FontAwesome';
font-size: 17px;
color: #fff;
}
.onclick-search-icon:before {
content: "\f002";
font-family: 'FontAwesome';
font-size: 13px;
}
.onclick-search-icon,
.header-minicart.icon {
color: #fff;
}
.menu-search-icon,
.header-minicart.icon,
.menu-notification
{
float: right !important;
cursor: pointer;
background: #606060;
}
.level-top.menu-search-icon {
margin-left: 1px;
margin-right: 0;
}
.menu-notification
{
margin-left: 0px;
margin-right: 1px !important;
}
.header-minicart.icon {
border: medium none;
padding: 6px 19px;
line-height: 20px;
}
.menu-search-icon a {
cursor: pointer;
}
.sf-menu > li#userlogout{
margin-right: 0;
}
.form-search button.button {
background-color: #01a8e6;
border: 1px solid #01a8e6;
border-radius: 0;
height:50px;
padding: 0;
position: absolute;
width: 60px;
z-index: 0;
right:0;
}
.form-search button.button:hover,.form-search button.button:focus {
background-color: #414141;
border-color:#414141;
}
.header #search_autocomplete {
margin: 15px 0 0 0;
}
.form-search .search-autocomplete {
z-index: 999;
}
/* block top search */
.ac_results {
border: 2px solid #FF7CB0;
background-color: white;
overflow: hidden;
width: 261px !important;
padding: 0;
text-align: left;
z-index: 100000;
}
.ac_results ul {
width: 100%;
margin: 0;
list-style: none outside none;
padding: 0;
display: block;
}
.ac_results li {
cursor: pointer;
display: block;
line-height: 18px;
margin: 0;
overflow: hidden;
padding: 3px 6px;
border-bottom: 1px solid #e4dddd;
}
.ac_results li img {
border: 1px solid #E4dddd;
float: left;
height: 48px;
padding: 1px;
width: 48px;
}
.ac_odd {
background-color: #e4dddd !important;
}
.ac_over {
background-color: #FF7CB0 !important;
}
.ac_results li span {
font-size: 10px;
overflow: hidden;
padding-left: 4px;
padding-top: 2px;
white-space: nowrap;
width: 176px !important;
float: left;
}
/***** Top Header Mini Cart Box *****/
.header .header-shipping-box {
float: right;
width: 700px;
}
.header .minicart-wrapper {
width: auto;
float: right;
}
.header .icon:before {
content: "\f07a";
font-family: 'FontAwesome';
font-size: 17px;
text-decoration: none;
color: #fff;
}
.header .logo img {
max-width: 100%;
}
.header .icon {
background-color: #444444;
height: 41px;
width: 40px;
z-index: 2;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
cursor: pointer;
float: left;
border: 0;
}
.header .icon:hover {
background-color: #01a8e6;
}
.header .minicart {
float: right;
width: auto;
}
.header .notification-menu {
float: right;
width: auto;
}
.notification-menu
{
position: absolute;
right: 0;
}
.block-cart-header {
border: none;
position: relative;
margin: 0;
background: none;
}
.block-cart-header .button-show {
font-size: 13px;
width: auto;
float: right;
padding: 12px 22px 15px 11px;
position: relative;
text-align: center;
}
.header .down-icon {
background: url("../../image/ticon/s-arrow-down-.png") no-repeat center center;
float: right;
height: 3px;
position: absolute;
right: 15px;
top: 21px;
width: 5px;
}
.block-cart-header .button-show a {
color: #222;
}
.block-cart-header .button-show a .price {
color: #222;
}
.block-cart-header .header-items.empty {
padding: 16px 5px;
}
.block-cart-header .header-items {
background-color: #fff;
border: 1px solid #ececec;
padding: 10px;
position: absolute;
right: 0;
top: 0px;
width: 300px;
z-index: 1400;
display: block;
margin: 0;
-moz-box-shadow: 0 2px 5px #e9eaea;
-webkit-box-shadow: 0 2px 5px #e9eaea;
-o-box-shadow: 0 2px 5px #e9eaea;
box-shadow: 0 2px 5px #e9eaea;
border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
-o-border-radius: 0px 0px 3px 3px;
}
.block-cart-header .empty {
text-align: center;
}
.block .empty {
margin: 0;
}
.block-cart-header .block-subtitle {
border-bottom: none;
}
.block .block-subtitle {
margin: 5px 0 6px;
padding: 0 0 2px;
border-bottom: 1px solid #F5F5F5;
text-transform: uppercase;
}
.block-cart-header .block-subtitle {
border-bottom: none;
}
#cart_block #cart_block_list dl {
clear: both;
float: left;
margin-bottom: 0;
padding-bottom: 10px;
width: 100%;
}
#cart_block #cart_block_list dt {
clear: both;
padding: 13px 0;
}
#cart_block #cart_block_list dt a {
float: left;
color: #222222;
}
#cart_block #cart_block_list dt a img {
border: 1px solid #e4dddd;
height: 55px;
margin-right: 8px;
margin-top: -4px;
width: 55px;
}
.block-cart-header .header-items img {
margin-right: 5px;
width: 70px;
border-radius: 0;
}
#cart_block .quantity-formated {
display: inline-block;
margin-right: 5px;
min-width: 18px;
}
#cart_block .remove_link {
display: inline-block;
float: right;
height: 12px;
margin: 1px 0 0 13px;
width: 12px;
}
#cart_block .remove_link a {
display: inline-block;
height: 12px;
line-height: 0;
overflow: hidden;
text-indent: -999em;
width: 12px;
background: url(../../image/ticon/btn_remove.png) no-repeat 0 0;
}
#cart_block .remove_link a:hover {
background: url(../../image/ticon/btn_remove2.png) no-repeat 0 0px;
}
#cart_block .price {
float: right;
font-size: 16px;
font-weight: normal;
margin-top: -3px;
color: #ff7cb0;
}
#cart_block #cart_block_list dd {
margin-left: 20px
}
#cart_block #cart-prices {
border-top: 1px solid #e4dddd;
font-size: 14px;
font-weight: normal;
line-height: 31px;
padding: 10px 4px;
text-align: left;
text-transform: uppercase;
color: #222222;
clear: both;
margin-top: 3px;
}
.block .actions {
padding: 5px 0 0;
margin: 5px 0 0;
text-align: right;
}
.block .actions button.button {
float: right;
}
/*********************** all slider code ****************************/
.slider {
cursor: default!important;
}
/* left arrow */
.brand-logo .brand-box {
width: 1105px;
margin: 0 auto;
margin-top: 40px;
}
.more-views {
margin: 0 auto 20px;
position: relative;
width: 261px;
}
.more-views li {
width: 83px;
}
.owl-next:before{
content: "\f105";
font-size: 25px;
font-family: fontawesome;
}
.owl-prev:before{
content: "\f104";
font-size: 25px;
font-family: fontawesome;
}
/*********************** end all slider code ****************************/
/***** Main Manu *****/
.nav-container {
background: #63666F;
}
#nav > li,
#nav > li > ul > li ul > li a {
transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
letter-spacing: normal;
}
#nav > li.over,
#nav > li:hover,
#nav > li.sfHoverForce {}
#nav .homelink {}
#nav > li {
display: inline-block;
}
#nav > li.over > a,
#nav > li:hover > a {
color: #01a8e6;
transition: .4s;
}
#nav > li a {
padding: 16px 17px;
color: #fff;
font-family: Montserrat;
font-size: 14px;
font-weight: bold;
}
.blocklist > li > ul > li,
#nav > li > ul > li ul > li {
background: none!important;
}
#nav .contact-menu {
float: right;
}
/* Menu 2 styles */
#nav li {
position: relative;
text-align: left;
}
#nav li.home a:before {
content: "\f015";
font-family: "FontAwesome";
font-size: 20px;
}
#nav li.home a {
padding: 12px 17px 15px !important;
}
#nav li.over {
z-index: 998;
}
#nav a,
#nav a:hover {
display: block;
text-decoration: none;
}
#nav span {
display: block;
cursor: pointer;
white-space: nowrap;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
}
#nav li ul span {
white-space: normal;
text-transform: lowercase;
}
#nav li ul span:first-letter {
text-transform: capitalize
}
/* 0 Level */
/* 1st Level */
#nav ul li.parent {}
#nav ul li.active {
margin: 0;
border: 0;
}
#nav ul a,
#nav ul a:hover {
float: none;
}
#nav ul li a {
font-weight: normal !important;
}
#nav ul.level0 {
border-top: 0;
}
#nav ul li a span {
font-weight: normal;
}
#nav > li > ul > li ul {
margin-left: 25px;
}
.blocklist > li > ul > li {
margin: 2px 0 2px 0;
}
/* 2nd Level */
/* 2nd Level */
#nav ul {}
#nav > li ul > li:last-child {
margin-bottom: 0 !important;
}
/* 3rd+ Level */
#nav ul ul,
#nav ul div {
top: 5px;
}
#nav ul ul {
left: 155px;
position: absolute;
top: -1px;
z-index: 9999;
display: none;
}
#nav li div {
left: 0px;
position: absolute;
top: 0px;
z-index: 5;
background-color: #00c0be;
}
#nav ul li a {
font-size: 12px;
color: #333;
padding: 10px;
}
#nav ul li a:hover {
color: #ff7cb0;
}
#nav > li ul > li {
margin: 0 0 1px;
}
/********************* mini manu ********************/
#mobile-menu {
display: none;
}
#mobile-menu {
background-color: #444444;
}
#mobile-menu .mobile-menu-toggle {
width: 980px;
margin: 0 auto;
position: relative;
}
#mobile-menu .toggle {
float: right;
width: 48px;
margin-top: 3px;
}
#mobile-menu .mobile-menu-toggle {}
#mobile-menu .mobile-main-menu {
background-color: #fff;
}
.mobile-menu-toggle ul >li {
display: inline-block;
}
.mobile-menu-toggle ul> li> a {
color: #fff;
text-transform: uppercase;
padding: 16px 17px;
display: block;
font-size: 15px;
}
.mobile-menu-toggle ul> li:hover> a {
background-color: #01a8e6;
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
.mobile-search-menu {
float: right;
background: #4f4f4f;
}
/* .mobile-search-menu a{ border-left: 1px solid #2dcafa; }*/
#mobile-menu .mobile-menu-toggle h2 {
font-family: "roboto", sans-serif;
color: #FFFFFF;
float: left;
font-weight: normal;
line-height: 12px;
margin-top: 11px;
text-align: left;
text-transform: uppercase;
width: 88%;
font-size: 18px;
}
#mobile-menu .toggle-icon .menu-icon:before {
content: "\f0ca";
font-family: FontAwesome;
padding-right: 4px;
font-size: 15px;
cursor: pointer;
font-weight: bold;
}
#mobile-menu .toggle-icon .menu-icon {
color: #fff;
}
.mobile-main-menu .accordion {
width: 980px;
margin: 0 auto;
}
.accordion {
list-style-type: none;
}
.accordion ul {
padding: 0;
margin: 0;
float: left;
display: block;
width: 100%;
}
.accordion li {
font-size: 13px;
cursor: pointer;
list-style-type: none;
padding: 0;
margin: 0;
float: left;
display: block;
width: 100%;
position: relative;
}
.accordion li.active> span.down-up:before {
content: "\f068";
font-family: FontAwesome;
}
.accordion span.down-up {
padding: 4px 12px;
position: absolute;
right: 18px;
top: 4px;
color: #444444;
}
.accordion span.down-up:before {
content: "\f067";
font-family: FontAwesome;
}
.accordion a:hover {
color: #444444;
}
.accordion a {
color: #515151;
cursor: pointer;
text-align: left;
display: block;
font-weight: bold;
padding: 8px 0 8px 20px;
text-decoration: none;
text-transform: capitalize;
}
.accordion ul li a {
font-size: 13px;
padding: 8px 0 8px 30px;
}
.accordion ul li ul a {
padding: 8px 0 8px 35px;
}
.accordion ul li ul a:hover {
font-size: 14px;
padding: 8px 0 8px 35px;
}
.accordion ul li a:hover {
font-size: 14px;
padding: 8px 0 8px 30px;
}
.accordion ul a {
padding: 8px 54px 8px 22px;
}
.form-control {
height: 42px;
}
/* cateogyr menu */
a.button {
padding: 10px 17px;
}
.block_content .accordion {
list-style-type: none;
background: #fff;
}
.block_content .accordion a {
border-bottom: medium none;
color: #515151;
cursor: pointer;
display: block;
padding: 4px 0;
text-decoration: none;
}
.accordion> li>ul>li>a:before,.accordion> li>ul>li>ul>li>a:before{
content: "\f105";
font-family: FontAwesome;
padding-right: 5px;
}
.block_content .accordion a:hover {
color: #444444;
}
.block_content .accordion ul li a {
font-size: 13px;
padding: 4px 0 4px 10px;
}
.block_content .accordion ul li a:hover {
font-size: 13px;
padding: 4px 0 4px 10px;
}
.block_content .accordion ul li ul li {
padding: 0px 0 0px 5px;
}
/******************** Home Page ********************/
/***** Mini Banner *****/
.mini-banner {
float: left;
padding-left: 10px;
width: 300px;
margin-bottom: 20px;
}
.mini-banner a,
.mini-banner > img {
display: block;
margin-bottom: 10px;
}
.promo-box a img,
.mini-banner a img,
.home-bottom-add img,
home-bottom-add img {
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
/***** Image scale *****/
.mini-banner a:last-child,
.mini-banner > img:last-child {
margin-bottom: 0;
}
.padding-top48{
padding-top: 48px;
}
/***** Home Add *****/
.promo-box {
float: left;
}
.promo-box .promo-box-inner {
float: left;
height: auto;
width: 390px;
}
.promo-box .promo-3 {
margin-right: 0;
}
.promo-box-inner img {
width: 100%;
height: auto;
}
.promo-box .promo-1 {
position: relative;
}
.promo-box-inner a.img::before {
background-color: #333;
content: "";
height: 100%;
opacity: 0.2;
position: absolute;
width: 100%;
z-index: 2;
}
.promo-box-inner:hover a.img::before{
-moz-transition: 0.7s;
-o-transition: 0.7s;
-webkit-transition: 0.7s;
transition: 0.7s;
}
.promo-box .promo-2 {
position: relative;
}
.promo-box .promo-3 {
position: relative;
}
.promo-box h2.title {
font-family: montserrat;
margin-bottom: 0;
position: absolute;
text-align: center;
top:60px;
width: 100%;
z-index: 3;
}
.promo-box-inner:hover h2.title a {
transition: .4s;
}
.promo-box h2.title a {
color: #ffffff;
font-size:30px;
font-weight: bold;
text-transform: uppercase;
transition: .4s;
font-family: montserrat;
letter-spacing: -2px;
}
.promo-box .desc {
color: #ffffff;
font-size: 13px;
font-weight: 500;
width: 300px;
margin-left: 46px;
position: absolute;
text-align: center;
top: 132px;
z-index: 3;
}
/** our offer box **/
.our-offer-box {
padding-top: 75px;
}
.our-offer-box .our-offer-box-inner {
background-color: #fff;
float: left;
margin-right: 30px;
padding: 4px;
width: 370px;
box-shadow: 0px 0px 2px 2px #ececec;
-moz-box-shadow: 0px 0px 2px 2px #ececec;
-webkit-box-shadow: 0px 0px 2px 2px #ececec;
}
.our-offer-box .our-offer-3 {
margin-right: 0 !important;
}
.our-offer-box .our-offer-box-inner p {
margin: 0;
padding: 0 20px 20px;
text-align: center;
}
.our-offer-box .our-offer-box-inner h3.title {
font-family: montserrat;
font-size: 19px;
font-weight: 700;
margin: 0;
padding: 30px 20px 15px;
text-align: center;
text-transform: capitalize;
}
.our-offer-box .our-offer-box-inner .desc {
font-family: 15px;
}
.our-offer-box .redmore-button {
color: #444444;
display: block;
padding: 10px 0 20px;
text-align: center;
text-transform: capitalize;
font-weight: bold;
text-decoration: underline;
}
.our-offer-box .our-offer-box-inner:hover .redmore-button {
color: #444444;
}
.our-offer-box .our-offer-1:hover .redmore-button {
color: #01a8e6;
}
.our-offer-box .our-offer-2:hover .redmore-button {
color: #01a8e6;
}
.our-offer-box .our-offer-3:hover .redmore-button {
color: #444444;
}
.our-offer-box .our-offer-box-inner:hover h3.title a {
color: #01a8e6;
}
.our-offer-box-inner .secore-con,
.our-offer-box-inner .themeoptions-con,
.our-offer-box-inner .responsive-con,
.our-offer-box-inner .delevery-con {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
display: block;
height: 70px;
margin: 0 auto;
width: 70px;
border: 10px solid #fff;
}
.our-offer-box-inner .icon-outer-color {
position: relative;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
display: block;
height: 70px;
margin: -40px auto 0;
width: 71px;
box-shadow: 0px 0px 2px 2px #ececec;
-moz-box-shadow: 0px 0px 2px 2px #ececec;
-webkit-box-shadow: 0px 0px 2px 2px #ececec;
}
.our-offer-box-inner .themeoptions-con {
padding: 0px;
background: #444444;
font-size: 21px;
color: #ffffff;
}
.our-offer-box-inner .responsive-con {
padding: 0px;
background: #444444;
font-size: 21px;
color: #ffffff;
}
.our-offer-box-inner .delevery-con {
padding: 0px;
background: #444444;
font-size: 21px;
color: #ffffff;
}
.our-offer-box-inner .responsive-con::before {
content: "\f10b";
font-family: fontawesome;
line-height: 2;
position: absolute;
top: 13px;
right: 30px;
}
.our-offer-box-inner .delevery-con::before {
content: "\f07a";
font-family: fontawesome;
position: absolute;
right: 25px;
top: 18px;
}
.our-offer-box-inner:hover .secore-con,
.our-offer-box-inner:hover .themeoptions-con,
.our-offer-box-inner:hover .responsive-con,
.our-offer-box-inner:hover .delevery-con {
background-color: #01a8e6;
}
/***** Products Title *****/
.sidebar h2.products-title,
.product_left h2.products-title {
margin-bottom: 24px;
overflow: hidden;
white-space: nowrap;
}
.relatedproducts h2.products-title {
font-size: 20px;
margin-top: 3px !important;
}
h2.products-title {
background-color: #f7f8f8;
font-family: "Montserrat", sans-serif;
font-size: 20px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
color: #333333;
padding: 10px;
margin:0 0 30px 0;
}
/***** Feature Products, New Products, Upsale Products *****/
/***** global Products *****/
.featuredproducts,
.newproducts,
.news-blog {
display: block;
position: relative;
}
.home-page #bestsaller_products {
display: block;
position: relative;
}
.about-us-box {
float: left;
margin-right: 20px;
}
.featuredproducts .item:hover,
.newproducts .item:hover,
.upsaleproducts .item:hover {}
.featuredproducts .item,
.newproducts .item,
.upsaleproducts .item {
padding: 4px;
}
.featuredproducts .item,
.newproducts .item,
.upsaleproducts .item {
margin-bottom: 0px;
}
/***** Product Box *****/
.jcarousel-skin-tango .jcarousel-item {
width: 248px;
float: left;
}
.product-box .rating_box {
display: block;
height: 19px;
}
.product-box {
background-color: #FFFFFF;
text-align: center;
box-shadow: 0px 0px 2px 2px #f5f5f5;
-moz-box-shadow: 0px 0px 2px 2px #f5f5f5;
-webkit-box-shadow: 0px 0px 2px 2px #f5f5f5;
}
.product-box:hover {
box-shadow: 0px 0px 4px 4px #f5f5f5;
-moz-box-shadow: 0px 0px 4px 4px #f5f5f5;
-webkit-box-shadow: 0px 0px 4px 4px #f5f5f5;
}
.product-box .product-bottom-box .desc {
background-color: #fff;
color: #595959;
display: block;
padding: 0px 23px 23px 23px;
position: absolute;
top: 92px;
z-index: 10;
line-height: 22px;
font-size: 12px;
height: 108px;
overflow: hidden;
}
.product-box .product-bottom-box .desc a {
padding-bottom: 7px;
}
.product-box:hover .product-bottom-box .desc {
top: -34px;
}
/*============ New & Sale Label ============*/
.new-box {
left: 0px;
}
.sale-box {
right: 0px;
}
.new-box,
.sale-box {
height: 85px;
overflow: hidden;
position: absolute;
text-align: center;
top: 0px;
width: 85px;
z-index: 0;
right: 0px;
font-size: 13px;
font-weight: normal;
}
.sale-label {
background-color: #01a8e6;
color: white;
display: block;
font: 12px;
padding: 21px 0 10px;
position: absolute;
right: -49px;
text-align: center;
top: -8px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-moz-transform: rotate(45deg);
width: 130px;
z-index: 1;
}
.new-label {
background-color: #444444;
color: white;
display: block;
font: 12px;
padding: 21px 0 10px;
position: absolute;
left: -49px;
text-align: center;
top: -8px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
width: 130px;
z-index: 1;
}
.sale-box-list-view {
right: -1px !important;
}
.new-box-list-view {
left: -4px !important;
}
.buttons-box {
margin-bottom: 14px;
float: left;
width: 100%;
}
.cart-button:before,
.listcart-button:before {
content: "\f07a";
font-family: 'FontAwesome';
font-size: 15px;
padding-right: 8px;
text-decoration: none;
}
a.quickview-button,
.cart-button,
.listcart-button {
transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
-ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
}
.listcart-button {
background: #444444;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
float: left;
font-weight: bold;
line-height: 20px;
margin-left: 4px;
overflow: hidden;
padding: 11px 16px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
}
.cart-button,
a.quickview-button {
background:#444444;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
font-family: roboto;
font-weight: bold;
overflow: hidden;
padding:12px 17px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
-webkit-transition:all 0.4s cubic-bezier(0, 0.135, 0.50, 0.405);
-moz-transition:all 0.4s cubic-bezier(0, 0.135, 0.50, 0.405);
-o-transition:all 0.4s cubic-bezier(0, 0.135, 0.50, 0.405);
transition:all 0.4s cubic-bezier(0, 0.135, 0.50, 0.405);
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
position: relative;
left: -360%;
}
.product-box:hover .cart-button{
left: 0;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.product-box:hover a.quickview-button {
left: 0;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
top:23px;
}
.cart-button:hover,
.listcart-button:hover {
background-color: #01a8e6;
color: #fff;
text-decoration: none;
}
.compare-button {
background: url("../../image/ticon/comparer.png") no-repeat scroll 14px 14px #444444;
cursor: pointer;
height: 39px;
width: 39px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
-moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
-o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
position: relative;
bottom: -360%;
float: right;
right: -48px;
z-index: 9999;
}
.product-box:hover .compare-button {
bottom: 60px;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.wishlist-button:hover,
.quickview-button:hover,
.compare-button:hover {
background-color: #01a8e6;
}
.wishlist-button {
background: #444444 url("../images/wishlit-.png") no-repeat 12px 15px;
height: 39px;
width: 39px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
-moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
-o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
position: relative;
bottom: -360%;
float: right;
right: -45px;
z-index: 9999;
}
.product-box:hover .wishlist-button {
bottom: 17px;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
-ms-transition-delay: 0.6s;
transition-delay: 0.6s;
}
a.quickview-button:before {
content: "\f002";
font-family: 'FontAwesome';
font-size: 15px;
padding-right: 0px;
}
a.quickview-button {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #01a8e6;
font-size: 13px;
color: #fff;
}
a.quickview-button:hover {
background-color: #444444;
}
.button-box{
left: 50%;
position: absolute;
top: 50%;
z-index: 9999;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.product-box a.product-image img {
display:inline-block;
height:300px;
}
.product-box .image {
text-align: center;
position: relative;
overflow: hidden;
background: #ecf0f1;
}
.product-box .image a {
border: none;
}
.product-box .name a:first-letter,.cart_item .product-name:first-letter {
text-transform: capitalize;
}
.product-box .name a{
color: #01a8e6;
display: block;
font-size: 15px;
font-weight: 500;
line-height: 24px;
overflow: hidden;
padding: 10px;
text-align: left;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.cart_item .product-name{
color: #515151;
display: block;
font-size: 13px;
font-weight: bold;
line-height: 24px;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
}
.product-box .name a:hover {
color: #444444;
}
.userddis-box {
display: block;
padding: 0px 10px 10px 10px;
text-align: left;
}
.userddis-box p b
{
font-weight: 500;
}
.userddis-box p
{
cursor: default;
}
.ellipsdis
{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.product-box .price-box p.old-price {
display: inline;
padding-right: 10px;
}
.product-box .price-box p {
padding: 0;
margin: 0;
}
.old-price {
margin: 0;
}
.product-box .price {
color: #444444;
padding-top: 20px;
text-align: left;
font-size: 16px;
margin-left: 10px;
font-weight: 600;
}
.product-box .price-box .price {
margin: 0;
padding: 0;
}
.price-box .old-price .price {
display: inline;
font-size: 15px;
color: #7f7d74 !important;
text-decoration: line-through;
}
.product-view .product-shop-details .price-box .price {
font-size: 24px;
color: #ff7cb0;
font-size: 24px;
font-weight: bold;
}
.product-box .price-box p.special-price {
display: inline;
}
.special-price {
margin: 0;
font-weight: 600;
}
.product-box:hover .buttons-box,
.products-list .item:hover .buttons-box {}
/***************** pupup message *****/
ol.none,
ol li.none {
display: none;
}
div.pup_box {
border: 2px solid #FF7CB0;
background-color: #FFFFFF;
padding: 10px;
width: 310px;
color: #FFFFFF;
font-size: 12px;
display: table;
left: 58%;
top: 2%;
height: 148px;
margin-left: -227px;
position: fixed;
right: 0;
text-align: left;
z-index: 9999;
}
.pup_box .pupup-inner-box .pupup-image-box,
.pup_box .pupup-inner-box .pupup-text-box {
float: left;
}
.pup_box .pupup-inner-box .pupup-image-box img {
border: 2px solid #e4dddd;
float: left;
height: 55px;
width: 55px;
}
.pup_box .pupup-inner-box .pupup-text-box span.title {
font-weight: bold;
}
.pup_box .pupup-inner-box .pupup-text-box span {
color: #222222;
display: block;
font-size: 13px;
font-weight: 300;
margin-bottom: 13px;
overflow: hidden;
padding-left: 12px;
padding-right: 12px;
text-align: justify;
text-overflow: ellipsis;
white-space: nowrap;
width: 171px;
}
div.pup_box .pupup-inner-box {
margin: 10px auto;
text-align: center;
width: 83%;
}
div.pup_box .button-box {
display: block;
float: left;
margin-left: 6px;
}
div.pup_box a {
float: left;
margin-right: 6px !important;
margin-top: 33px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
text-transform: lowercase;
white-space: nowrap;
width: 110px;
}
div.pup_box a:first-letter {
text-transform: capitalize
}
/***** About Us Box *****/
.about-us-box .text-area {
line-height: 19px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 20px;
padding: 35px 28px;
background-color: #F5f5f5;
color: #7f7d74;
float: left;
height: 323px;
margin-right: 12px;
overflow: hidden;
text-align: justify;
width: 329px;
}
.about-us-box .text-area p {
height: 328px;
overflow: hidden;
}
.about-us-box .text-area a.redmore {
border: 1px solid #fff;
margin-top: 24px;
float: left;
color: #7f7d74;
font-weight: normal;
padding: 10px 15px;
text-transform: uppercase;
}
.about-us-box .text-area a.redmore:hover {
background-color: #ff7cb0;
text-decoration: none;
color: #FFFFFF;
}
/***** About Us Sldier Box *****/
.about-us-box .about-us-sldier-box {
float: left;
width: 326px;
border: 0px;
overflow: hidden;
margin-top: 20px;
}
.bx-wrapper img {
display: block;
max-width: 100%;
}
.about-us-sldier-box .bx-wrapper .bx-controls {
margin-left: 122px;
margin-top: -85px;
position: absolute;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #00c0be;
border-radius: 25px 25px 25px 25px;
display: block;
height: 12px;
margin: 0 6px;
outline: 0 none;
text-indent: -9999px;
width: 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
border-color: #ff7cb0;
}
/***** New Products *****/
.home-bottom-add {
height: 252px;
overflow: hidden;
margin-bottom: 35px;
}
.home-bottom-add .add-banner-left {
float: left;
margin-right: 9px;
width: 699px;
}
.home-bottom-add .add-banner-right {
float: left;
width: 532px;
}
/***** News Blog *****/
.margin-bottom-15px {
margin-bottom: 15px;
display: block;
}
.news-blog .news-box {
padding: 4px;
}
.news-blog .product-details {
background-color: #FFFFFF;
text-align: center;
box-shadow: 0px 0px 2px 2px #f5f5f5;
-moz-box-shadow: 0px 0px 2px 2px #f5f5f5;
-webkit-box-shadow: 0px 0px 2px 2px #f5f5f5;
}
.news-blog .image {
position: relative;
overflow: hidden;
}
.news-blog .news-box:hover .product-details {
box-shadow: 0px 0px 4px 4px #f5f5f5;
-moz-box-shadow: 0px 0px 4px 4px #f5f5f5;
-webkit-box-shadow: 0px 0px 4px 4px #f5f5f5;
}
.news-blog .image a img {
padding: 10px;
max-width: 242px;
}
.news-blog .product-details h3.name a {
color: #515151;
display: block;
font-size: 15px;
font-weight: 600;
padding: 15px;
text-align: left;
text-decoration: none;
text-transform: capitalize;
text-overflow: ellipsis;
white-space: nowrap;
transition: all 0.4s ease 0s;
padding-top: 5px;
}
.news-blog .product-details h3.name {
margin:0;
}
.news-blog .product-details:hover h3 a {
color: #444444;
}
.news-blog .product-details .desc {
color: #515151;
display: block;
line-height: 22px;
overflow: hidden;
padding: 0 15px 15px;
text-align: left;
text-decoration: none;
text-overflow: ellipsis;
font-size: 12px;
}
.news-blog .product-details .Read-more {
color: #444444;
display: block;
font-size: 15px;
padding: 0 14px 19px;
text-align: left;
text-transform: capitalize;
}
.news-blog .product-details:hover .Read-more {
color: #01a8e6;
}
.news-blog .product-details .date {
color: #747474;
display: block;
font-size: 12px;
padding: 0 15px 5px;
text-align: left;
}
/***** Brand Logo *****/
.brand-logo .product-title:before {
content: "";
display: block;
height: 2px;
position: absolute;
top: 50%;
width: 100%;
z-index: 1;
}
.brand-logo .product-title {
color: #515151;
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: normal;
margin: 0;
position: relative;
text-align: center;
text-transform: uppercase;
padding: 10px 0;
}
.brand-logo .product-title span {
background-color: #ffffff;
display: inline-block;
line-height: 20px;
margin-bottom: 0;
padding: 0 15px;
position: relative;
text-shadow: 0 0 0;
z-index: 1;
font-size: 18px;
font-weight: 600;
}
.brand-logo .our-brand-logo li {
float: left;
overflow: hidden;
}
.brand-logo .jcarousel-control-prev,
.brand-logo .jcarousel-control-next {
top: 96px !important;
}
.brand-logo .jcarousel-control-prev {
left: 16px !important;
}
.brand-logo .jcarousel-control-next {
right: 16px;
}
/***** Custom Blog *****/
.padding-top30px{
margin-top: 30px;
}
.sidebar .block,
.product_left .block,
.product_right .block {}
.block .block-title {}
.block {
}
.block .block-content p {
overflow: hidden;
line-height: 22px;
padding: 10px 0 11px;
text-align: justify;
margin-bottom: 0;
}
#viewed-products_block_left h2,
.topsellersproduct .block-title h2,
.news-blog .block-title h2,
.relatedproducts .block-title h2,
.block .block-title h2 {
border-bottom: 1px solid #E4DDDD;
color: #222222;
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: normal;
margin-bottom: 0;
min-height: 22px;
padding-bottom: 8px;
position: relative;
text-align: left;
text-transform: uppercase;
}
#viewed-products_block_left h2 span,
.topsellersproduct .block-title h2 span,
.news-blog .block-title h2 span,
.relatedproducts .block-title h2 span,
.block .block-title h2 span {
border-bottom: 1px solid #FF7CB0;
bottom: -1px;
left: 0;
padding-bottom: 8px;
padding-right: 10px;
position: absolute;
}
.news-blog .block-title,
.relatedproducts .block-title,
.topsellersproduct .block-title,
.block .block-title {
margin-bottom: 15px;
}
/******* viewd prodcut ***/
/***** Special Offer *****/
.special-offer {
float: left;
overflow: hidden;
width: 235px !important;
margin-bottom: 25px;
}
.special-offer .product-box {
border: 1px solid #DFD8D8;
margin: 0;
text-align: center;
width: 233px !important;
padding-bottom: 15px;
}
.special-offer .product-box .image {
position: static;
}
.special-offer .product-box .product-bottom-box {
background-color: #fff;
display: block;
height: 136px;
}
.special-offer .product-box h3.name a {
float: left;
color: #FFFFFF;
text-decoration: underline;
display: block;
font-size: 13px;
font-weight: 300;
height: 15px;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
text-align: center;
text-transform: uppercase;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.special-offer .product-box .desc {
font-size: 12px;
color: #FFFFFF;
display: block;
padding-bottom: 0 !important;
height: 48px;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
text-align: justify;
text-decoration: none;
text-overflow: ellipsis;
}
.special-offer .product-box .desc span {
color: #ff7cb0;
font-weight: bold;
}
.special-offer .product-details {
position: relative;
}
.special-offer .product-details h2 {
font-family: "Montserrat", sans-serif;
background-color: #8CFFC6;
color: #020202;
font-size: 22px;
font-style: italic;
font-weight: normal;
opacity: 0.41;
padding: 11px 0;
position: absolute;
text-align: center;
width: 213px;
margin: 10px;
}
.special-offer .product-box .image .reduction {
background: none repeat scroll 0 0 #ff7cb0;
border-radius: 0 1px 24px 0;
color: #FFFFFF;
font-weight: bold;
left: 0;
padding: 8px;
position: absolute;
top: 128px;
}
.special-offer .product-box .image img {
padding: 10px;
width: 91%;
}
.special-offer .product-box .price-box {
background-color: #00c0be;
left: 10px;
opacity: 0.57;
padding: 18px 2px;
position: absolute;
right: 10px;
top: 196px;
}
.special-offer .product-box .old-price .price {
margin-left: 10px;
}
.special-offer .product-box .price {
color: #fff;
}
.special-offer .product-box .spcial_button {
border: 1px solid #D9E6E1;
border-radius: 0 0 3px 5px;
display: block;
font-size: 14px;
font-weight: normal;
margin: -11px auto 0;
overflow: hidden;
padding: 6px 0 8px;
text-overflow: ellipsis;
white-space: nowrap;
width: 89px;
}
.special-offer .bx-wrapper .bx-controls {
margin-left: 80px;
margin-top: -72px;
position: absolute;
}
.special-offer .product-box .price-box {
display: none;
}
.special-offer .product-box:hover .price-box {
display: block !important;
}
/******************** Product Page ********************/
/***** Main Container *****/
/***** Big Product Box *****/
.product-essential {
margin-bottom: 20px;
}
.product-view .big-product-box {
border: 1px solid #ecf0f1;
float: left;
margin: 0 30px 0 0;
width: 368px;
}
#product h3,
.tab-content h3 {
font-size: 18px;
font-weight: 600;
}
/***** Product Image Zoom *****/
.zoomWindow {
width: 348px !important;
}
.product-view .big-product-box .product-image {
display: block;
padding: 20px;
margin: 0;
position: relative;
}
.product-essential .product-sale {
margin-left: 280px;
}
.product-view .big-product-box .product-image a.product-light-box {
border-radius: 3px;
background: url("../../image/ticon/quickviw.png") no-repeat scroll 18px 17px #ff7cb0;
bottom: 17px;
color: #FFFFFF;
display: block;
font-size: 32px;
font-weight: bold;
height: 50px;
position: absolute;
right: 17px;
text-align: center;
width: 50px;
z-index: 1015;
}
.product-view .big-product-box .product-image a.product-light-box:hover {
background-color: #00c0be;
text-decoration: none;
}
/***** More Views Box *****/
.product-view .big-product-box .more-views li {
margin: 0 6px 0 0;
float: left;
}
.product-view .big-product-box .more-views li a {
float: left;
overflow: hidden;
border: 1px solid #ececec;
}
/***** Product Simpledd Box *****/
.big-product-box .product-simpledd-box {
clear: both;
float: left;
margin: 0px 0;
}
.big-product-box .product-simpledd-box a {
display: block;
margin: 20px 0 0 0;
}
/***** Product Shop Details *****/
.product-view .product-shop-details {
float: left;
width: 470px;
}
.col1-layout .product-view .product-shop-details {
float: left;
width: 520px;
}
/***** Product Info Box *****/
.product-view .product-shop-details .product-info-box {
float: left;
width: 100%;
background-color: white;
}
.col1-layout .product-view .product-shop-details .product-info-box {
float: left;
width: 520px;
;
background-color: white;
}
#zoometype_transper_id {
display: none;
}
.product-view .product-shop-details .product-name h1 {
border-bottom: 1px solid #ececec;
letter-spacing: -2px;
line-height: normal;
margin: 0 0 10px;
padding-bottom: 10px;
text-align: left;
word-spacing: 3px;
color: #333333;
font-family: Montserrat, sans-serif;
font-size: 24px;
font-weight: 600;
text-transform: capitalize;
}
.ratings {
font-size: 11px;
line-height: 1.25;
margin: 10px 0;
}
.ratings .rating-box {
float: left;
margin-right: 3px;
}
.ratings .rating-links {
margin: 0;
}
.product-view .product-shop-details .no-rating a,
.product-view .product-shop-details .ratings a {
color: #222222;
font-size: 12px;
text-decoration: none;
}
.ratings .rating-links .separator {
margin: 0 2px;
}
.rating-links .separator {
color: #222222;
font-size: 12px;
font-weight: 300;
margin: 0 2px;
}
.separator {
margin: 0 3px;
}
.product-view .product-shop-details .review {
margin: 0px 0px 20px 0px;
}
.product-view .product-shop-details #product_reference .editable {
font-weight: bold;
}
.product-view .product-shop-details #availability_statut {
margin: 16px 0;
display: block;
}
.product-view .product-shop-details #availability_statut #availability_value {
background-color: #008000;
color: #FFFFFF;
font-weight: bold;
padding: 4px 8px;
}
.product-view .product-shop-details .short-description {
clear: both;
color: #222222;
display: block;
margin: 8px 0 0;
padding-bottom: 5px;
padding-top: 8px;
}
.product-essential h2 {
font-size: 18px;
font-weight: bold;
}
.product-view .product-shop-details .short-description p {
line-height: 26px;
text-align: justify;
}
.product-view .product-shop-details .price-box {
margin: 10px 0;
}
.product-view .product-shop-details #reduction_percent {
background-color: #ff7cb0;
color: #FFFFFF;
float: right;
padding: 3px 8px;
}
.product-view .product-shop-details .price-box .old-price {
margin: 8px 0;
}
.old-price .price-label {
float: left;
font-size: 12px;
margin-right: 6px;
margin-top: 3px;
white-space: nowrap;
}
.product-view .product-shop-details .price-box .old-price .price {
font-weight: bold;
color: #222222 !important;
font-size: 16px;
text-decoration: line-through;
}
.special-price .price-label {
margin-right: 6px;
color: #ff7cb0;
float: left;
margin-top: 8px;
white-space: nowrap;
}
/***** Product Buttons Box *****/
.product-view .product-shop-details .product-buttons-box {
clear: both;
display: inline-block;
margin: 30px 0 0;
}
.product-buttons-box .p-wishlist-button,
.product-buttons-box .p-facebook-button,
.product-buttons-box .p-send-to-friend,
.product-buttons-box .p-compare-button {
cursor: pointer;
float: left;
text-decoration: none;
margin-right: 15px;
color: #515151;
}
.product-buttons-box .p-wishlist-button:hover span,
.product-buttons-box .p-send-to-friend:hover span,
.product-buttons-box .p-facebook-button:hover span,
.product-buttons-box .p-compare-button:hover span {
background-color: #01a8e6;
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
.product-buttons-box .p-wishlist-button:hover,
.product-buttons-box .p-send-to-friend:hover,
.product-buttons-box .p-facebook-button:hover,
.product-buttons-box .p-compare-button:hover {
color: #01a8e6;
}
.product-buttons-box .p-wishlist-button span {
width: 45px;
float: left;
height: 45px;
background: #444444 url("../../image/ticon/wishlit-.png") no-repeat 16px 16px;
cursor: pointer;
margin-right: 8px;
margin-top: -12px;
border-radius:50%;
-moz-border-radius:50%;
-moz-border-radius:50%;
}
.product-buttons-box .p-compare-button span {
background: url("../../image/ticon/comparer.png") no-repeat scroll 18px 15px #444444;
cursor: pointer;
float: left;
height: 45px;
width: 45px;
margin-right: 8px;
margin-top: -12px;
border-radius:50%;
-moz-border-radius:50%;
-moz-border-radius:50%;
}
.product-buttons-box .p-facebook-button span {
background: url("../../image/social/fb.png") no-repeat scroll 8px 8px #00c0be;
cursor: pointer;
float: left;
height: 33px;
width: 33px;
margin-right: 8px;
margin-top: -5px;
}
.product-buttons-box .p-send-to-friend span {
background: url("../../image/ticon/message.png") no-repeat scroll 9px center #00c0be;
cursor: pointer;
float: left;
height: 33px;
width: 33px;
margin-right: 8px;
margin-top: -8px;
}
/***** Product Attributes Box *****/
.product-view .product-shop-details #attributes {
float: left;
margin: 10px 0;
}
.product-view .product-shop-details #attributes .attribute_label {
display: block;
font-size: 18px;
margin-bottom: 5px;
}
.product-view .product-shop-details #attributes .attribute_label em {
color: red;
}
/***** Product Quanity Cart Box *****/
.product-quanity-cart-box {
margin: 10px 0 10px 0;
clear: both;
float: left;
}
.product-view .quanity-box label {
float: left;
font-size: 18px;
font-weight: normal;
margin-right: 8px;
margin-top: 10px;
}
.quantity_down_box {
background-color: #444444;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 17px;
font-weight: bold;
padding: 14px 8px;
}
.quantity_up_box:hover,
.quantity_down_box:hover {
background-color: #01a8e6;
}
.quantity_up_box {
float: left;
}
.quantity_up_box {
background-color: #444444;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 17px;
font-weight: bold;
padding: 14px 7px;
}
/***** Product Cart Box *****/
.product-quanity-cart-box .product-cart-box,
#quantity_wanted_p {
float: left;
margin: 22px 38px 0 0;
}
.product-quanity-cart-box .product-cart-box {
margin-top: 20px;
}
.product-quanity-cart-box .product-cart-box a.big-cart-button {
background-color: #01a8e6;
color: #FFFFFF;
cursor: pointer;
display: block;
float: left;
font-size: 17px;
font-weight: normal;
margin-top: 2px;
overflow: hidden;
padding:15px 24px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
}
.product-quanity-cart-box .product-cart-box a.big-cart-button:before {
content: "\f07a";
font-family: 'FontAwesome';
font-size: 17px;
text-decoration: none;
color: #fff;
padding-right: 10px;
}
.product-quanity-cart-box .product-cart-box a.big-cart-button:hover {
background-color: #444444;
}
/***** Product Right Box *****/
.product-view .p-left-sidebar .product_left {
float: left;
width: 235px;
}
.product-view .p-right-sidebar .product_right {
float: right;
width: 235px;
}
.relatedproducts,
.topsellersproduct {
margin-bottom: 25px;
overflow: hidden;
width: 235px !important;
height: auto !important;
}
.relatedproducts h1.products-title {}
.upsaleproducts.featuredproducts,
.relatedproducts .bx-wrapper,
.upsaleproducts,
.topsellersproduct .bx-wrapper {
position: relative;
}
.product-view {
margin-bottom: 35px;
}
/***** Block Box *****/
.product-view .product_left .block {
float: left;
}
/***** Product Collateral Box *****/
.product-collateral h2 {
font-size: 19px;
font-weight: normal;
line-height: 1.15;
}
/******************** Cart Page ********************/
/* default table */
.data-table {
width: 100%;
border-top: 1px solid #ecf0f1;
border-left: 1px solid #ecf0f1;
border-collapse: collapse;
background-color: #FFFFFF;
}
.wishlist-info tbody .name a {
color: #333;
}
.data-table tr.odd {
background: #fff;
color: #222222;
}
.data-table tr.even {
background: #FBF8FB;
color: #222222;
}
.data-table th {
padding: 2px 15px;
color: #444444;
font-size: 13px;
text-transform: uppercase;
white-space: nowrap;
}
.data-table th a {
color: #222222;
}
.data-table td {
padding: 3px 12px;
}
.data-table thead th,
.cart-table .cart_total_price,
.cart-table .footer-bottomm,
.cart-table .cart_total_delivery {
border-bottom: 1px solid #ecf0f1;
border-right: 1px solid #ecf0f1;
font-weight: normal;
padding: 10px;
line-height: 30px;
text-align: left;
text-transform: uppercase;
vertical-align: middle;
white-space: nowrap;
text-align: center;
}
.td-price .price {
color: #FF7CB0;
}
.data-table tfoot {
border-bottom: 1px solid #ecf0f1;
border-right: 1px solid #ecf0f1;
}
.data-table tbody th {
padding: 3px 8px;
font-size: 11px;
font-weight: bold;
text-transform: none;
white-space: normal;
text-align: center;
}
.data-table tbody th,
.data-table tbody td {
border-bottom: 1px solid #ecf0f1;
border-right: 1px solid #ecf0f1;
text-align: center;
font-size: 14px;
}
.data-table tbody tr:hover {}
.data-table tfoot strong {
font-size: 14px;
}
.data-table tbody.odd tr {
background: #fff;
}
.data-table tbody.even tr {
background: #fbf8fb;
}
.data-table tbody.odd tr td,
.data-table tbody.even tr td {
border-bottom: 0;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
border-bottom: 1px solid #ecf0f1;
}
.data-table tbody td .option-label {
font-weight: bold;
font-style: italic;
}
.data-table tbody td .option-value {
padding-left: 10px;
}
/***** Cart *****/
.cart .page-headding .checkout-types {
margin-top: 10px;
float: right;
}
.cart-table th {
padding: 5px 10px;
}
.cart-table tfoot td {
padding: 10px;
}
.cart-table td {
padding: 10px;
}
.cart-table .product-name a {
font-weight: normal;
color: #222222;
font-size: 13px;
margin: 0 0 6px;
}
h2.product-name {
text-transform: uppercase;
}
.data-table .quantity_up_box,
.data-table .quantity_down_box {
float: none !important;
padding: 2px 0 !important;
}
.data-table input.qty {
height: 26px !important;
width: 49px !important;
float: none;
}
.btn-remove {
}
.btn-remove2:hover,
.btn-remove:hover {
}
.cart-collaterals .col-1 form.std fieldset,
.cart-collaterals .col-2 div.std fieldset,
.cart-collaterals .col-3 .totals {
border: 1px solid #ecf0f1;
padding: 15px;
}
/***** Cart Collaterals *****/
.cart .cart-collaterals {
padding: 0px 0 0;
}
.cart .panel-heading h3,
.cart .shipping h2,
#compare_shipping h3 {
color: #222222;
font-family: "Montserrat", sans-serif;
font-size: 15px;
font-weight: normal;
text-transform: uppercase;
}
.cart .shipping p {
margin: 0 0 3px;
}
.cart .shipping .form-list .input-box {
width: 270px;
}
.cart #compare_shipping select {
width: 277px;
}
.cart .shipping .form-list input.input-text,
.cart #compare_shipping input[type="text"] {
width: 265px;
}
.cart .discount .buttons-set,
.cart .shipping .buttons-set {
margin: 10px 0 0;
border: 0;
padding: 0;
text-align: left;
}
.cart .discount .input-box {
width: 250px;
}
.cart .discount input.input-text {
width: 250px;
}
.cart .totals table {
float: right;
margin: 0 0 8px;
}
.cart .totals td {
padding: 0 0 0 15px;
}
.cart .totals tfoot td strong {
font-size: 20px;
font-weight: normal;
color: #222222;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong,
.cart-table #total_product,
.cart_total_price .total_price_container span {
font-size: 18px;
font-weight: normal;
white-space: nowrap !important;
}
.cart .totals .checkout-types {
font-size: 13px;
padding: 4px 0;
text-align: right;
}
.cart .totals .checkout-types li {
clear: both;
margin: 0 0 5px;
}
.opc {
position: relative;
margin: 20px 0;
}
.opc .allow .step-title {
color: #fff;
cursor: pointer;
}
.opc .step-title {
background: #00c0be;
padding: 8px 20px;
text-align: right;
}
.opc .step-title .number {
color: #FFFFFF;
float: left;
font-family: "Montserrat", sans-serif;
font-size: 15px;
font-weight: normal;
margin: 0 13px 0 0
}
.opc .allow .step-title h2 {
color: #fff;
}
.opc .step-title h2 {
float: left;
margin: 0;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: normal;
color: #fff;
text-transform: uppercase;
}
/******************** Product Grid Page ********************/
/***** Col Main *****/
.category-banner {
width: 100%;
overflow: hidden;
margin: 0 0 10px;
text-align: center;
}
.category-banner img {
width: 100%;
}
.cat_desc {
margin: 0;
}
.cat_desc {
background-color: #FFFFFF;
line-height: 20px;
padding: 15px 0;
text-align: justify;
}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
width: 100%;
margin: 0 auto;
}
/***** Products Grid View *****/
.products-grid .item:hover {}
.products-grid .item {
float: left;
margin-bottom: 30px;
text-align: center;
width: 262px;
padding: 4px;
margin-right: 30px;
}
@media (max-width: 2500px) and (min-width: 992px) {
.products-grid li.item:nth-child(3n){
margin-right:0;
}
}
.products-grid .item .product-box {
float: left;
text-align: center;
width: 262px;
}
.products-grid .item .product-box:hover {}
/* .product-3column li:nth-child(3n+3){margin-right: 0 !important;}
.product-4column li:nth-child(4n+4){margin-right: 0 !important;} */
.featuredproducts .product-4column li {
margin-top: 20px !important;
}
.featuredproducts .product-3column li {
margin-top: 20px !important;
}
.newproducts .product-4column li {
margin-top: 20px !important;
}
.newproducts .product-3column li {
margin-top: 20px !important;
}
/***** Products List View *****/
.products-list li.item {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0px 0px 2px 2px #f5f5f5;
-moz-box-shadow: 0px 0px 2px 2px #f5f5f5;
-webkit-box-shadow: 0px 0px 2px 2px #f5f5f5;
margin: 0 0 30px;
padding: 4px;
width: 100%;
}
.products-list li.item:hover {
box-shadow: 0px 0px 2px 4px #f5f5f5;
-moz-box-shadow: 0px 0px 2px 4px #f5f5f5;
-webkit-box-shadow: 0px 0px 2px 4px #f5f5f5;
}
.products-list .image {
float: left;
position: relative;
}
.products-list .product-shop {
float: left;
margin: 0;
min-height: 290px;
padding: 0 20px;
width: 542px;
}
.products-list .product-name {
font-size: 24px;
font-weight: 5500;
margin: 9px 0 7px;
text-transform: uppercase;
color: #222222;
}
.products-list .product-name a {
color: #515151;
}
.products-list .price-box {
display: block;
}
.products-list .price-box .old-price,
.products-list .price-box .special-price {
display: inline-block;
padding-right: 10px;
}
.products-list .price-box .old-price .price {
color: #7f7d74 !important;
font-size: 16px;
font-weight: normal;
text-decoration: line-through;
padding: 2px 0;
display: block;
}
.products-list .price-box .price {
font-size: 16px;
color: #444444;
font-weight: bold;
}
.products-list .desc {
line-height: 21px;
margin: 8px 0;
text-align: justify;
}
.products-list .buttons-box {
bottom: 5px;
margin-top: 17px;
width: auto;
}
.products-list .product-list-com-wish-bottom {}
.products-list .image img {
margin: 20px 0 20px 20px;
}
.products-list .sale-box {
right: 0;
}
/***** Col Left Sidebar *****/
.block-title h2 {
color: #222222;
font-size: 18px;
margin: 0;
font-weight: normal;
padding: 6px 20px;
font-family: "Montserrat", sans-serif;
}
.block_content .tag_level1:hover {
background: none repeat scroll 0 0 #00c0be;
color: #FFFFFF;
padding: 2px 8px 6px;
}
.left-advertisment {
margin-bottom: 20px;
}
#product .left-advertisment {
margin-top: 18px;
}
.listcart-button {
margin-right: 10px;
margin-top: -12px;
}
/******************** Login Page ********************/
/***** Col Main *****/
.account-login .content {
min-height: 223px;
}
.account-login .content h2 {
border-bottom: 1px solid #ececec;
font-size: 18px;
font-weight: normal;
margin-bottom: 20px;
padding: 12px 0 8px;
}
.account-login p.required {
margin: 0 0 10px 0;
}
.account-login .content {
line-height: 24px;
}
/***** Footer Top Box *****/
.footer-top-box {
padding: 20px 0;
background: #272c33;
}
.footer-top-box h4 {
color: #fff;
font-family:montserrat;
font-weight: 600;
text-align: center;
font-size: 18px;
text-transform: capitalize;
margin: 0;
padding-bottom: 15px;
}
.pagging_bottom_40 {
padding: 40px;
}
/***** Twitter Box *****/
.socail-network-box .footer-top-column {
float: left;
margin-right: 18px;
width: 308px;
}
.socail-network-box {
text-align: left;
}
.socail-network-box .footer-top-column h3 {
margin-bottom: 20px;
margin-top: 0;
border-bottom: 1px solid #E4DDDD;
color: #222222;
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: normal;
min-height: 29px;
padding-bottom: 8px;
position: relative;
text-align: left;
text-transform: uppercase;
}
.socail-network-box .footer-top-column h3 span {
border-bottom: 1px solid #FF7CB0;
bottom: -1px;
left: 0;
padding-bottom: 8px;
padding-right: 10px;
position: absolute;
}
/***** Facebook Box *****/
.facebook-box {
overflow: hidden;
margin-left: -10px;
margin-top: -10px;
}
/***** Custom Column Box *****/
.socail-network-box .footer-top-column:last-child {
margin-right: 0px !important;
}
.socail-network-box .footer-top-column .custom-text {
height: 163px;
overflow: hidden;
text-overflow: ellipsis;
}
.socail-network-box .footer-top-column .custom-text p {
padding-bottom: 0 !important;
color: #222222;
font-size: 12px;
line-height: 20px;
margin-bottom: 20px;
}
/***** Socail Icon Box *****/
.newslatter {
float: left;
width: 410px;
}
.newslatter .socail-icon-box a {
border: 1px solid #999;
color: #999;
display: inline-block;
height: 45px;
text-align: center;
width: 45px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
margin-right: 5px;
transition: all 0.3s ease 0s;
}
.newslatter .socail-icon-box a::before {
font-size: 20px;
line-height: 45px;
}
.newslatter .socail-icon-box a:hover{
background:#01a8e6;
color: #fff;
border: 1px solid #01a8e6;
transition: all 0.3s ease 0s;
}
.socail-icon-box {
text-align: center;
}
/***** Footer Middle Box *****/
footer {
background-color: #2a2f36;
width: 100%;
text-align: left;
margin-top: 48px;
}
.footer-middle-box {
padding: 0;
}
/***** Newslettter Box *****/
.footer-middle-box .newslettter-box {}
.footer-middle-box .form-subscribe div {
float: left;
}
.call-us-box {
float: left;
text-align: center;
width: 350px;
}
.footer-payment {
float: left;
width: 410px;
text-align: center;
}
.call-us-box h4:before {
content: '\f095';
font-family: FontAwesome;
padding-right: 7px
}
.call-us-box-num {
color: #fff;
font-size: 18px;
font-weight: 500;
}
.call-us-box-num span {
color: #ffffff;
display: block;
font-size: 12px;
}
.footer-middle-box .form-subscribe .news-icon {
background: url("../../image/ticon/news-latter.png") no-repeat scroll center center #ff7cb0;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
display: block;
float: left;
height: 40px;
margin-top: 5px;
width: 40px;
}
.form-subscribe-header h4 {
color: #FFFFFF;
font-family: "Montserrat", sans-serif;
font-size: 17px;
margin-top: 7px;
padding-left: 44px;
text-transform: uppercase;
text-overflow: ellipsis;
white-space: nowrap;
}
.form-subscribe-header span {
color: #FFFFFF;
font-size: 14px;
padding-left: 22px;
text-overflow: ellipsis;
white-space: nowrap;
}
.form-subscribe .input-box {
float: right !important;
}
.form-subscribe .input-box .warning_inline,
.form-subscribe .input-box .success_inline {
color: #e6db55;
}
.form-subscribe input.input-text {
border: 1px solid #FFFFFF;
border-radius: 2px !important;
margin-right: 2px;
float: left;
height: 35px;
line-height: 27px;
padding: 0 0 0 8px;
width: 270px;
}
.form-subscribe button.button {
background-color: #ff7cb0;
border: 1px solid #ff7cb0;
float: left;
font-size: 14px;
font-weight: normal;
height: 37px;
border-radius: 2px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 101px;
}
.form-subscribe button.button:hover {
background-color: #00c0be;
border: 1px solid #00c0be;
}
/***** Footer Wrapper Box *****/
.footer-wrapper {
clear: both;
min-height: 140px;
overflow: auto;
padding:40px 0 30px;
}
/***** Back To Top *****/
.footer-bottom #beck-to-top {
display: block;
z-index: 9999;
margin-top: -40px;
right: 20px;
margin-left: -100px;
width: 45px;
position: fixed;
bottom: 60px;
}
.footer-bottom #beck-to-top a {
display: block;
padding: 20px;
background: #444444 url(../images/up_arrow.png) no-repeat center 14px;
}
.footer-bottom #beck-to-top a:hover {
background-color: #01a8e6;
transition: all 180ms ease-in-out 0s;
-webkit-transition: all 180ms ease-in-out 0s;
-moz-transition: all 180ms ease-in-out 0s;
-ms-transition: all 180ms ease-in-out 0s;
-o-transition: all 180ms ease-in-out 0s;
}
.copyright a {
color: #fff;
transition: .4s;
}
/***** Contact US *****/
.footer-wrapper .column {
float: left;
margin-right: 30px;
width: 170px;
}
.footer-wrapper .column-1 {
float: left;
margin-right: 30px;
width: 270px
}
.footer-wrapper .column-5 {
float: left;
width: 270px
}
.footer-wrapper h3 {
color: #FFFFFF;
font-size: 18px ;
font-weight: 600;
text-transform: capitalize;
font-family: montserrat;
padding-bottom: 30px;
margin: 0;
}
.contact-page-box h3 {
color: #222222 ;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
}
.footer-wrapper .address {
clear: both;
float: left;
margin-bottom: 4px;
}
.footer-wrapper .icon-contact-bg {
border: 2px solid #ffffff;
border-radius: 100%;
color: #ffffff;
float: left;
height: 30px;
text-align: center;
width: 30px;
}
.footer-wrapper .address .icon-contact-bg::before {
content: "\f041";
font-family: fontawesome;
font-size: 16px;
display: block;
padding-top: 1px;
}
.footer-wrapper .address .contact-text,
.footer-wrapper .mobile .contact-text,
.footer-wrapper .email .contact-text,
.footer-wrapper .skype .contact-text {
color: #FFFFFF;
font-size: 12px;
padding-top: 5px;
padding-left: 55px;
}
.contact-page-box .address .contact-text,
.contact-page-box .mobile .contact-text,
.contact-page-box .email .contact-text,
.contact-page-box .skype .contact-text {
color: #222222 !important;
padding-left: 38px;
}
.footer-wrapper .skype {
clear: both;
float: left;
margin-bottom: 4px;
}
.footer-wrapper .skype .icon-contact-bg:before {
content: "\f17e";
font-family: fontawesome;
font-size: 15px;
display: block;
padding-left: 2px;
padding-top: 1px;
}
.copyright {
color: #999;
}
.footer-wrapper .column a,
.footer-wrapper .column-1 p {
text-decoration: none;
color: #fff;
line-height: 23px;
transition: all 0.4s ease 0s;
}
.contact-page-box .column a {
text-decoration: none;
color: #27ae61 !important;
line-height: 23px;
}
.footer-wrapper .column ul li:first-letter {
text-transform: capitalize;
}
.footer-wrapper .column a:hover,
.copyright a:hover {
color: #01a8e6;
}
.footer-wrapper .mobile {
clear: both;
float: left;
margin-bottom: 4px;
}
.footer-wrapper .mobile .icon-contact-bg:before {
content: "\f095";
font-family: fontawesome;
font-size: 15px;
padding-top: 2px;
display: block;
padding-left: 1px;
}
.footer-wrapper .email {
margin-bottom: 8px;
clear: both;
float: left;
}
.footer-wrapper .email .icon-contact-bg:before {
content: "\f003";
font-family: fontawesome;
font-size: 15px;
display: block;
padding-left: 1px;
padding-top: 2px;
}
.footer-wrapper .column ul {
margin: 0;
padding: 0;
}
.footer-wrapper .column ul li ul {
display: none !important;
}
.footer-wrapper .column ul li {
margin-bottom: 8px;
list-style: none;
padding-left: 0;
}
/***** Footer Bottom Box *****/
.footer-bottom {
background-color: #272c33;
color: #fff;
padding: 25px 0 20px;
font-size: 13px;
}
.footer-bottom .footer-payment {
text-align: right;
width: 450px;
float: right;
margin-top: -6px;
}
.footer-logo img {
padding-bottom: 6px;
}
.footer-payment-icon {}
.footer-payment-icon a {
background-color: #999;
border-radius: 2px;
display: inline-block;
height: 33px;
margin-right: 5px;
width: 54px;
transition: all 0.3s ease 0s;
}
.footer-payment-icon a:hover {
background-color: #01a8e6;
transition: all 0.3s ease 0s;
}
.footer-bottom ul {
display: inline;
}
.footer-bottom .footer-links {
text-align: center;
}
.footer-bottom .links li {
text-transform: none;
}
.footer-bottom li {
display: inline;
padding: 0 3px 0 0;
}
.footer-bottom .links li a {
color: #fff;
}
.footer-bottom .links li a:hover {
color: #ff7cb0;
}
.footer-bottom .links li.last {
padding-right: 0 !important;
}
.footer-payment-icon img {
margin-top: 5px;
text-align: center;
}
/*animation */
.flexslider-container .prev,
.flexslider-container .next,
.featuredproducts .jcarousel-next,
.featuredproducts .jcarousel-prev,
.newproducts .jcarousel-prev,
.newproducts .jcarousel-next,
.upsaleproducts .jcarousel-prev,
.upsaleproducts .jcarousel-next,
.topsellersproduct .bx-controls-direction a,
.relatedproducts .bx-controls-direction a,
.bx-wrapper .bx-controls-direction a {
transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
-moz-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
-webkit-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
-o-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
}
/* custome css */
#categories_block_left,
.sidebar .block {
border: 1px solid #ecf0f1;
color: #333;
border-top:transparent;
}
#categories_block_left .block-title,
.sidebar .block .block-title {
background-color: #ecf0f1;
border-left: 3px solid #444444;
font-family: "Montserrat", sans-serif;
padding: 15px;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
}
#categories_block_left .block_content,
.sidebar .block-content {
font-size: 13px;
padding: 0px 15px 15px;
}
.custome-border-box {
border: 1px solid #E4DDDD;
border-top: 3px solid #00C0BE;
padding: 20px;
margin-bottom: 25px;
}
.margine20-bottom,
.category-products,
.product-collateral {}
.footer-wrapper .column ul li a.lnk_wishlist img {
display: none;
}
.col-right .news-blog {
margin-bottom: 25px !important;
}
#viewed-products_block_left {
margin-bottom: 25px;
}
/* recente search */
.tb_right {
height: 300px;
position: fixed;
right:-300px;
top: 236px;
width: 300px;
z-index: 99997;
}
.tb_right #tb_icon:before {
content: "\f002";
color: #fff;
font-size: 18px;
font-family: FontAwesome;
padding-right: 8px;
}
.tb_right #tb_icon {
background: #01a8e6;
cursor: pointer;
float: left;
left: -96px;
position: relative;
z-index: 99998;
padding: 15px 13px 16px 14px;
color: #fff;
transform: rotate(-90deg);
top: 38px;
}
.tb_right .tb_box {
background-color: #FFFFFF;
border: 1px solid #01a8e6;
float: right;
position: relative;
top: -58px;
right:0px;
z-index: 99999;
width: 300px;
text-align: left;
padding-top:10px;
}
.tb_right .tb_box iframe,
.tb_left .tb_box iframe {
width: 245px !important;
}
.tb_left {
height: 389px;
left: -247px;
position: fixed;
top: 297px;
width: 245px;
z-index: 99997;
}
.tb_left #tb_icon:before {
content: "\f099";
color: #fff;
font-size: 20px;
font-family: FontAwesome;
}
.tb_left #tb_icon {
background-color: #0084b4;
cursor: pointer;
float: right;
position: relative;
right: -45px;
z-index: 99998;
padding: 15px 10px 16px 16px;
}
.tb_left .tb_box {
background-color: #FFFFFF;
border: 4px solid #0084b4;
float: left;
position: relative;
right: 0px;
top: -61px;
z-index: 99999;
width: 245px;
}
/* ======== Favorite =======*/
.fa_right {
height: 300px;
position: fixed;
right:-300px;
top: 236px;
width: 300px;
z-index: 99997;
}
.fa_right #fb_icon:before {
content: "\f002";
color: #fff;
font-size: 18px;
font-family: FontAwesome;
padding-right: 8px;
}
.fa_right #fb_icon {
background: #01a8e6;
cursor: pointer;
float: left;
left: -96px;
position: relative;
z-index: 99998;
padding: 15px 13px 16px 14px;
color: #fff;
transform: rotate(-90deg);
top: 38px;
}
.fa_right .fb_box {
background-color: #FFFFFF;
border: 1px solid #01a8e6;
float: right;
position: relative;
top: -58px;
right:0px;
z-index: 99999;
width: 300px;
text-align: left;
padding-top:10px;
}
.fa_right .fb_box iframe,
.fa_right .fb_box iframe {
width: 245px !important;
}
.fa_right {
height: 389px;
left: -247px;
position: fixed;
top: 297px;
width: 245px;
z-index: 99997;
}
.fa_right #fb_icon:before {
content: "\f099";
color: #fff;
font-size: 20px;
font-family: FontAwesome;
}
.fa_right #fb_icon {
background-color: #0084b4;
cursor: pointer;
float: right;
position: relative;
right: -45px;
z-index: 99998;
padding: 15px 10px 16px 16px;
}
.tb_left .fb_box {
background-color: #FFFFFF;
border: 4px solid #0084b4;
float: left;
position: relative;
right: 0px;
top: -61px;
z-index: 99999;
width: 245px;
}
/*============ Product Tabs ============*/
.product-tabs {
line-height: normal;
margin: 0;
outline: none;
padding: 0;
position: relative;
background-color: #fff;
margin-top: 0px;
height: 45px;
text-align: left;
padding-left: 0;
clear: both;
}
.product-tabs li {
display: inline-block;
height: auto;
line-height: normal;
margin: 0;
outline: none;
padding: 0;
list-style: none;
margin-right: 5px;
}
.product-tabs li.active {
background: none;
}
.product-tabs a {
display: inline-block;
font-size: 12px;
height: 45px;
line-height: 42px;
padding: 0 14px;
text-transform: uppercase;
color: #333;
}
.product-collateral .title-divider {
position: relative;
top: -1px;
}
.product-tabs-content {
margin: 0;
padding: 5px 0px 12px;
border-top: 1px solid #E6E6E6;
border-top: none;
background-color: #fff;
width: 565px;
}
.product-tabs-content-inner {
outline: none;
padding: 12px 0;
clear: both;
}
.product-tabs-content-inner strong {
font-weight: 900;
}
.product-tabs-content-inner h2 {
margin: 5px 0;
}
.product-tabs-content .form-add h2 {
font-size: 100%;
font-weight: 900;
}
.product-tabs-content h1 {
outline: none;
}
.product-tabs-content h3 {
font-size: 100%;
}
.product-tabs-content dl {
margin: 0;
padding: 0;
}
.product-tabs-content dt {
font-weight: normal;
padding: 8px 0;
}
.product-tabs-content dd {
margin: 0;
}
.product-tabs-content h1,
.product-tabs-content h2,
.product-tabs-content h3,
.product-tabs-content h4,
.product-tabs-content h5,
.product-tabs-content h6 {
font-weight: lighter;
height: auto;
margin: 0;
padding: 0;
}
.product-tabs-content table {
margin: 10px 0;
}
.product-tabs-content #review-form h4 {
margin: 5px 0 15px;
}
.product-tabs-content h4 {
font-size: 100%;
}
#product-tabs {
border: 0px solid #eee;
border-bottom-width: 0;
}
#product-tabs {}
.box-reviews dd,
.review-title {
border-bottom: 1px solid #ccc;
}
#product-tabs > dt {
border-bottom: 1px solid #ccc;
}
#product-tabs > dd {
border-left: 0px solid #ccc;
border-bottom: 1px solid #ccc;
}
fieldset {
border: 0 none;
margin: 0;
padding: 0;
}
#product-review-table {
margin: 10px 0;
}
#product-review-table th,
#product-review-table td {
text-align: left;
}
.tab-box {
padding: 0px 0;
margin-top: 6px;
margin-left: 5px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus ,.nav > li > a:hover, .nav > li > a:focus{
color: #fff;
background-color: #01a8e6;
border: 1px solid #01a8e6;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
color: #fff;
}
.tab-box li.activeLink:hover {
color: #222;
font-weight: 700;
}
.nav > li > a {
border-bottom: none;
color: #fff;
margin-right: 0px;
text-decoration: none;
text-transform: capitalize;
font-size: 14px;
line-height: 3;
padding: 0 15px;
background-color: #444444;
border: 1px solid #444444;
}
.tabLink {
color: #ccc;
font-weight: normal;
}
.tabcontent {
background-color: #ffffff;
color: #515151;
display: block;
padding: 20px 0 20px 5px;
overflow: hidden;
font-size: 13px;
line-height: 29px;
}
.tabcontent .std ul li {
color: #333;
list-style: square outside none;
margin-left: 1em;
}
.hide {
display: none;
}
.form-add-tags input.input-text,
select,
textarea {
padding: 8px 10px;
margin-top: 0px;
width: 360px;
}
.options select,
.options textarea {
width: 200px;
}
.additional p {
font-size: 14px
}
.product-view .big-product-box .product-image img {
height: 392px !important;
width: 330px !important;
}
/* custome css */
.ratting-show {
float: left;
margin-top: 10px;
}
.comments_advices {
float: left;
margin-top: 9px;
}
.share {
clear: both;
display: block;
float: left;
margin-top: 10px;
}
.breadcrumb li a,
.comments_advices a {
color: #333;
}
.product-info .description {
clear: both;
line-height: 20px;
margin-bottom: 10px;
padding: 5px 5px 10px;
}
.product-info .description p {
margin: 0 0 10px;
}
.availability,
.product-brand {
display: block;
font-size: 13px;
font-weight: 900;
margin: 0 0 8px;
}
.availability.in-stock span {
color: #27ae60;
}
.product-info-box .description span {
color: #444444;
}
.product-info .description span.price-old {
color: #515151;
text-decoration: line-through;
}
.product-info-box .special-price {
color: #f5537d;
}
.product-info-box .price-box {
font-size: 30px;
font-weight: 300;
line-height: 39px;
}
.product-info-box .description .price-tax {
color: #515151;
font-size: 24px;
font-weight: normal;
}
.recently-viewed-items li {
display: block;
padding-bottom: 11px;
}
.btn_cart_update {
background: url("../../image/ticon/update-icon.png") no-repeat scroll 0 0;
border: 0 none;
cursor: pointer;
float: left;
height: 14px;
margin-right: 8px;
margin-top: 6px;
width: 13px;
}
.quantity .remove-item {
background: url("../../image/ticon/delete-icon.png") no-repeat scroll 0 0;
border: 0 none;
cursor: pointer;
float: left;
height: 18px;
margin-top: 6px;
width: 16px;
}
.recently-viewed-items li a {
color: #515151;
font-weight: bold;
text-transform: capitalize;
}
.recently-viewed-items li a:hover {
color: #01a8e6;
}
#checkout-step-billing #content h2 {
margin-bottom: 0 !important;
font-size: 25px;
font-family: "Montserrat", sans-serif;
font-weight: normal;
}
#checkoutSteps #content h3,
#checkoutSteps .content h3,
.static-contain h3 {
font-size: 22px;
font-family: "Montserrat", sans-serif;
}
#checkoutSteps #content li,
.sitemap-info li {
padding-bottom: 10px;
}
.button-show:hover .block-cart-header .header-items {
display: block;
}
.prices-wrap .prices {
font-weight: 600;
line-height: 26px;
}
.prices-wrap .prices .price_total {}
.toolbar .pagination .links {
display: none;
}
#language img,
#currency img {
margin-top: 4px;
padding-right: 2px;
}
.form-currency button,
.form-language button {
padding: 6px 8px 5px;
color: #888;
}
.form-language ul li a:hover,
#currency button:hover,
.form-language button:hover,
#currency button:focus,
.form-language button:focus {
text-decoration: none;
color: #333333;
}
.form-language .fa ,.form-language .fa {
padding-right: 5px;
}
.btn-remove {
border: 0;
}
.top_header_menu .open > .dropdown-menu {
display: block;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background: none;
}
.dropdown-menu li {
display: block;
}
.top_header_menu .dropdown-menu {
background-color: #f7f8f8;
-moz-box-shadow: 0 2px 5px #e9eaea;
-webkit-box-shadow: 0 2px 5px #e9eaea;
-o-box-shadow: 0 2px 5px #e9eaea;
box-shadow: 0 2px 5px #e9eaea;
-moz-border-radius: 0 2px 5px #e9eaea;
-webkit-border-radius: 0 2px 5px #e9eaea;
-o-border-radius: 0 2px 5px #e9eaea;
border-radius:0 0 4px 4px;
display: none;
left: auto;
right: 0;
list-style:none;
min-width: 120px;
padding: 5px;
position: absolute;
top: 97%;
transition: all 1s ease 0s;
z-index: 1000;
border: 0;
margin: 0;
}
.dropdown-menu button {
text-align: left;
cursor: pointer;
}
.dropdown-menu > li > a {
padding: 3px 10px;
}
.fa-star {
color: #01a8e6;
}
.fa-star:before {
content: "\f005";
font-size: 15px;
font-family: fontawesome;
}
.fa-star-o {
color: #01a8e6;
}
.fa-star-o:before {
content: "\f006";
font-size: 15px;
font-family: fontawesome;
}
.fa-stack {
display: inline-block;
height: 21px !important;
line-height: normal !important;
position: relative;
vertical-align: middle;
width: 11px !important;
margin-right: 2px;
}
.checkout-accordions {
margin-bottom: 35px;
}
.btn {
font-size: 13px;
}
.dropdown:hover .dropdown-menu.dropdown-menu-right {
display: block;
}
.form-language:hover .dropdown-menu,.form-currency:hover .dropdown-menu {
display: block;
}
/** custom css **/
.minicart-wrapper:hover ul.header-items {
display: block;
}
.our-offer-box-inner.our-offer-3:hover .redmore-button {
color: #01a8e6;
}
.header-banner {
float: left;
padding: 40px 0;
text-align: center;
width: 335px;
}
.header-banner h3,.header-banner p{
color:#333;
}
.header-banner.hb-1{
margin-right: 30px;
}
.header-banner:hover h3{
color: #01a8e6;
}
.header-banner h3{
margin:0;
font-family: Montserrat;
text-transform: capitalize;
font-size: 20px;
font-weight: 600;
padding-bottom: 5px;
}
.header-banner.hb-1 h3:before{
content: "\f06b";
font-family: FontAwesome;
padding-right: 10px;
}
.header-banner.hb-2 h3:before{
content: "\f0d1";
font-family: FontAwesome;
padding-right: 10px;
}
.promo-box .promo-box-inner:hover img,
.latest-banner-inner .latest-banner1:hover img {
opacity: 1;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.promo-box .promo-box-inner img,
.latest-banner-inner .latest-banner1 img {
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.promo-box .promo-box-inner {
position: relative;
overflow: hidden;
background-color: #222;
}
.news-bottom-box h3.name a:hover {
color: #01a8e6;
transition: .4s;
}
/** latest banner **/
.latest-banner .latest-banner1 .text-box {
position: absolute;
top: 53px;
left: 25px;
text-align: center;
}
.latest-banner1 {
position: relative;
width: 585px;
float: left;
overflow: hidden;
}
.latest-banner .text-box .latest-banner-title {
background: rgba(0, 0, 0, 0.5);
color: #ffffff;
font-family: montserrat;
font-size: 38px;
font-weight: bold;
padding: 2px 15px 9px;
text-align: center;
text-transform: capitalize;
}
.latest-banner1:hover .latest-banner-title{
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
animation-duration: 0.8s;
animation-fill-mode: both;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.promo-box-inner:hover h2.title,.latest-banner:hover .latest-banner-dess {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.latest-banner .latest-banner-dess {
color: #ffffff;
font-family: roboto;
font-size: 20px;
font-weight: 400;
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
color: #ffffff;
font-family: roboto;
font-size: 20px;
font-weight: 400;
padding: 5px;
}
.latest-banner-button {
float: left;
margin-top: 40px;
}
.latest-banner-button .shop-naw {
background: #ffffff;
padding: 9px 23px;
transition: .7s;
}
.latest-banner-button .shop-naw span {
color: #444444;
font-weight: bold;
text-transform: capitalize;
transition: .4s;
}
.latest-banner-button .shop-naw:hover span {
color: #ffffff;
}
.latest-banner-button .shop-naw:hover {
background: #01a8e6;
border: 1px solid #01a8e6;
transition: .4s;
}
.latest-banner {
overflow: hidden;
}
/** footer **/
.footer-wrapper .column a::before {
content: "\f101";
font-family: fontawesome;
font-size: 13px;
margin-left: 0;
margin-right: 5px;
transition: all 0.4s ease 0s;
}
.footer-wrapper .column a:hover {
margin-left: 5px;
}
.our-offer-box-inner .themeoptions-con::before {
content: "\f069";
font-family: fontawesome;
line-height: 2;
position: absolute;
top: 13px;
right: 25px;
}
/* owl slider */
.owl-prev {
position: absolute;
top: -70px;
right: 34px;
}
.owl-next{
position: absolute;
right: 18px;
top: -70px;
}
.more-views .owl-prev {
left: -17px;
top: 20px;
right: auto;
}
.more-views .owl-next {
right: -17px;
top: 20px;
}
/* background animation */
.tab-box a,.btn-info, .btn-default, .btn-primary{
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav > li > a:hover, .nav > li > a:focus ,.btn-info:hover,.btn-info:focus, .btn-default:hover,.btn-default:focus, .btn-primary:hover,.btn-primary:focus{
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
/******************** mega menu banner ************************/
.menubanner2 .img-1,.menubanner2 .img-2 {
position: relative;
display: inline-block;
overflow: hidden;
margin-left: 0;
margin-right: 22px;
}
.menu-banner-text {
position: absolute;
top: 10px;
left: 20px;
}
.menu-banner-text > h2 {
font-family: montserrat;
font-size: 30px;
font-weight: bold;
margin: 3px 0;
text-transform: uppercase;
}
.menu-banner-text span {
color: #01a8e6;
}
.menu-banner-text > p {
color: #171717;
margin: 0px;
padding-top: 10px;
padding-bottom: 18px;
}
.menu-banner-text .buttons > a {
background-color: #ee4a43;
color: #fff;
padding: 11px 20px;
text-transform: capitalize;
transition: .4s;
}
.menu-banner-text .buttons > a:hover {
background-color: #444;
color: #fff;
transition: .4s;
}
.img-2 .menu-banner-text {
left: 20;
}
.menubanner2 img {
width: 100%;
}
.menu-banner-text > h3 {
font-size: 24px;
font-weight: normal;
margin: 7px 0 21px;
text-transform: capitalize;
}
.menu-banner {
position: relative;
}
.menu-banner-content {
left: 20px;
position: absolute;
top: 23px;
}
.menu-banner-content > h2 {
color: #ee4a43;
font-family: montserrat;
font-size: 30px;
font-weight: bold;
margin: 0;
text-transform: capitalize;
}
.menu-banner-content > h3 {
color: #ee4a43;
font-size: 20px;
margin: 10px 0 0;
text-transform: capitalize;
}
.menu-banner-content > h4 {
margin: -9px 0 0;
}
.menu-banner-content > h4 {
font-size: 20px;
}
.menu-banner-content span {
color: #ee4a43;
font-size: 60px;
}
/******************** end mega menu banner ************************/
.userd-option-btn
{
padding-bottom:5px;
padding-top: 5px;
float:left;
width:100%;
background: #ECF0F1;
}
.shortlistbtn
{
background: #01a8e6;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
font-family: roboto;
font-weight: bold;
overflow: hidden;
padding: 8px 8px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
float: left;
width: 30%;
margin: 0px 3px;
}
.shortlistbtn:hover
{
background: #444444;
color:#fff;
}
.shortlistbtn:before
{
content: "\f006";
font-family: 'FontAwesome';
font-size: 15px;
padding-right: 8px;
text-decoration: none;
}
.sharebtn
{
background: #B3DB71;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
font-family: roboto;
font-weight: bold;
overflow: hidden;
padding: 8px 8px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
float: left;
width: 30%;
margin: 0px 5px;
}
.sharebtn:hover
{
background: #444444;
color:#fff;
}
.sharebtn:before
{
content: "\f1e0";
font-family: 'FontAwesome';
font-size: 15px;
padding-right: 8px;
text-decoration: none;
}
.favoritebtn:before {
content: "\f08a";
font-family: 'FontAwesome';
font-size: 15px;
padding-right: 8px;
text-decoration: none;
}
.favoritebtn
{
background: #01A8E6;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
font-family: roboto;
font-weight: bold;
overflow: hidden;
padding: 8px 8px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
float: right;
width: 30%;
margin: 0px 3px;
}
.favoritebtn:hover
{
background: #444444;
color:#fff;
}
.count-notification
{ position: relative;
background: red;
padding: 3px 5px;
border-radius: 20px;
top: -6px;
font-size: 11px;
}
.notification-menu ul li
{
border-bottom: 1px solid #444;
}
.searchpopovr
{
border-radius: 0px;
width :500px;
}
.searchpopovr .popover-content
{
padding: 9px 4px;
}
.searchpopovr .form-group {
margin-bottom: 7px;
}
.searchpopovr .popover-title
{
border-left: 3px solid #444;
background: #ECF0F1;
font-size: 14px;
font-weight: 500;
color: #333;
font-family: "Montserrat", sans-serif;
border-radius: 0px;
}
#userlogout img
{ vertical-align: middle;
margin-right: 5px;
width: 26px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
.sub-heading-fix-height
{
max-height: 125px;
overflow: auto;
margin-bottom:10px;
}
.main
{
margin-top: 10px;
}
.selectall-nav
{ color: #01A8E6 !important;
float: right;
font-weight: 400 !important;
}
a.selectall-nav:hover
{
color:#515151 !important;
}
.mt10
{
margin-top: 10px;
}
.mr10
{
margin-right: 10px;
}
.ml15
{
margin-left: 15px;
}
.fixednavbar
{
position: fixed;
top:0;
z-index: 9999;
width:100%;
}
.zoomContainer
{
z-index: 9999;
}
.width100p
{
width:100% !important;
} | public/app/css/style.css | [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html {
font-family: roboto;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
:before,
:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background-color: transparent
}
a:active,
a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,
strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
margin: .67em 0;
font-size: 2em
}
mark {
color: #000;
background: #ff0
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
pre {
overflow: auto
}
ul,ol{
list-style: none;
margin: 0;
padding: 0;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0
}
input {
line-height: normal
}
input[type=checkbox],
input[type=radio] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid silver
}
legend {
padding: 0;
border: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: 700
}
table {
border-spacing: 0;
border-collapse: collapse
}
td,
th {
padding: 0
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr,
img {
page-break-inside: avoid
}
img {
max-width: 100%!important
}
p,
h2,
h3 {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
select {
background: #fff!important
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}
body {
font-family: 'roboto', sans-serif;
font-size: 13px;
color: #333;
text-align: center;
background-color: #fff;
margin: 0;
line-height: 1.5;
}
img {
border: 0;
vertical-align: top;
}
/* hover */
a:hover {
color: #01A8E6;
text-decoration: none !important;
}
a:focus {
outline: 0;
text-decoration: none !important;
}
a {
color: #333;
}
.accordion a,
#viewed-products_block_left li .text_desc h5 a:hover {
color: #333;
text-decoration: none;
outline: medium none
}
/* heading tag */
/* title *************************************************************************************** */
h1 {
font-size: 36px;
color: #515151;
margin-bottom: 10px;
}
h2 {
font-size: 30px;
color: #515151;
margin-bottom: 10px;
}
h3 {
font-size: 24px;
color: #515151;
margin-bottom: 10px;
}
h4 {
font-size: 18px;
color: #515151;
margin-bottom: 10px;
}
h5 {
font-size: 14px;
color: #515151;
margin-bottom: 10px;
}
h6 {
font-size: 12px;
color: #515151;
margin-bottom: 10px;
}
/* default tag */
address {
font-style: normal;
margin-bottom: 20px;
font-style: normal;
line-height: 2;
}
/* HACK IOS ipad, iphone */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="image"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input,
button,
textarea,
select,
optgroup,
option {
font-family: inherit;
}
cite {
font-style: normal;
}
big {
font-size: 15px;
}
ul,
ol {
list-style: none;
margin-top: 0;
}
#order-slip p,
#addresses p,
#password p,
#order p,
#history p {
padding: 5px 0;
}
.hiddenclass {
display: none;
}
fieldset {
border: 0 none;
}
strong {
font-weight: bold;
}
q,
blockquote {
quotes: none;
}
a {
cursor: pointer;
text-decoration: none;
}
.clearBoth {
clear: both;
display: block;
}
q:before,
q:after {
content: '';
}
small {
font-size: 80%;
}
/* hidden class */
.hidden {
display: none;
}
/* defult class */
.nobr {
white-space: nowrap !important;
}
.a-left {
text-align: left !important;
}
.a-center {
text-align: center !important;
}
.a-right {
text-align: right !important;
}
.left {
float: left !important;
}
.right {
float: right !important;
}
.wrap {
white-space: normal !important;
}
.f-fix {
float: left;
width: 100%;
}
.clear {
clear: both!important;
}
/* main page */
.page {
width: 1170px;
margin: 0 auto;
text-align: left;
}
.page_align {
width: 1170px;
margin: 0 auto;
text-align: left;
}
.top_header_menu {
position: relative;
height: 34px;
}
#header_menu .welcome-msg {
text-align: center;
padding: 5px 0;
text-align: center;
color: #7f7d74;
}
/* default layout */
.main {
min-height: 355px;
margin: 0 0 0px 0;
}
.col-left {
float: left;
width: 270px;
margin-right: 30px;
padding: 0;
}
.col-right {
float: right;
width: 260px;
margin-left: 20px;
padding: 0;
}
.product-additional {
float: right;
width: 270px;
margin-left: 30px;
padding: 0;
}
.col-main {
float: left;
width: 870px;
padding: 0;
position: relative;
}
.without-sidebar .col-main {
width: 1170px;
}
.without-sidebar .product-view .product-shop-details {
width: 693px;
}
.col1-layout .col-main {
float: none;
width: auto;
}
.col2-left-layout .col-main {
float: right;
}
/* col set-2 */
.col2-set .col-1 {
float: left;
width: 48.5%;
background: white;
height: 305px;
}
.col2-set .col-2 {
float: right;
width: 48.5%;
background: white;
}
/* col set-3 */
.col3-set .col-1 {
float: left;
width: 32%;
}
.col3-set .col-2 {
float: left;
width: 32%;
margin-left: 2%;
}
.col3-set .col-3 {
float: right;
width: 32%;
}
/* input type */
input.input-text:hover,
select:hover,
textarea:hover,
input.text:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input.input-text:focus,
select:focus,
textarea:focus,
input.text:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="email"]:hover,
input[type="tel"]:hover {
border-color: #ecf0f1;
}
input[type="email"],
input[type="tel"],
input.input-text,
select,
textarea,
input.text,
input[type="text"],
input[type="password"] {
font-size: 13px;
border: 1px solid #ecf0f1;
background-color: #ffffff;
width: 340px;
border-radius: 0;
}
input,
select,
textarea,
button {
color: #515151;
}
input.input-text,
textarea,
input.text,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
padding: 8px;
}
select option {
padding-right: 5px;
padding-left: 5px;
}
textarea {
overflow: auto;
}
input.radio {
margin-right: 2px;
}
input.checkbox {
margin-right: 2px;
}
/* product qty box */
input.qty {
font-size: 17px;
color: #222222;
font-weight: normal;
text-align: center;
height: 53px;
width: 53px;
float: left;
}
button.button::-moz-focus-inner {
padding: 0;
border: 0;
}
button.button,
.button {
-webkit-border-fit: lines;
}
a.button {
color: #fff!important;
}
/* default button */
.btn-info,
.btn-default,
.btn-primary {
border-radius: 0;
color: #fff;
background: #01a8e6;
border: 1px solid #01a8e6;
font-weight: 800;
padding: 11px 19px;
text-transform: capitalize;
}
.btn-info:hover,
.btn-default:hover,
.btn-primary:hover,.btn-primary:active,.btn-primary:focus, .btn-default:active,.btn-default:focus{
background-color: #444444;
border: 1px solid #444444;
color: #fff;
}
.pagination > li > a, .pagination > li > span {
float: none;
}
button.button,
.button,
#carriercompare_submit,
#update_carriers_list {
overflow: visible;
border: none;
padding:12px 19px;
background: #444444;
font-weight: bold;
white-space: nowrap;
color: white;
text-align: center;
text-transform: capitalize;
margin: 0;
cursor: pointer;
color: #fff;
display: inline-block;
border-radius: 3px;
}
.fa-shopping-cart::before,.fa-mail-forward::before, .fa-share::before{
padding-right: 5px;
}
button.button:hover,
.button:hover,
#carriercompare_submit:hover,
#update_carriers_list:hover {
background-color: #01a8e6;
}
.process-to-chookout:before {
content: "\f00c";
font-family: FontAwesome;
font-size: 16px;
padding-right: 5px;
}
.process-to-chookout {
padding: 17px 37px !important;
width: 100% !important;
font-size: 18px;
font-weight: normal !important;
}
.slider-box-width {
margin: 0 auto;
width: 1170px !important;
}
button.button span {
white-space: nowrap;
}
a.button span {
white-space: nowrap;
}
p.required {
font-size: 10px;
text-align: left;
color: #990000;
}
#login_form p.required {
font-size: 11px;
text-align: right !important;
color: #990000;
}
buttons-set {
clear: both;
margin: 0;
padding: 16px;
text-align: right;
}
.buttons-set p.required {
margin: 0 0 10px;
}
.buttons-set .back-link {
float: left;
margin: 0;
}
.buttons-set button.button {}
/* all message */
.success {
color: #4F8A10;
font-weight: bold;
}
.messages,
.messages ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.messages {
width: 100%;
overflow: hidden;
}
.messages li {
margin: 0 0 !important;
}
.messages li li {
margin: 0 0 0px !important;
}
.success-msg {
font-size: 10px !important;
font-weight: normal !important;
min-height: 21px !important;
padding: 17px 0 13px 32px !important;
border-style: solid !important;
border-width: 1px !important;
}
.success-msg {
background-position: 10px center !important;
background-repeat: no-repeat !important;
background-image: url("../../image/ticon/i_msg-success.gif");
background-color: #DFF2BF;
border: 1px solid #4F8A10;
color: #4F8A10;
}
.warning {
color: #222222;
margin: 0 0 10px 0;
padding: 10px !important;
border: 1px solid #e6db55;
font-size: 13px;
background: #ffffe0
}
.error {
margin: 0 0 10px 0;
padding: 10px;
border: 1px solid #990000;
font-size: 13px;
background: #ffcccc
}
.error ol {
margin-left: 20px
}
.error p.lnk {
margin-top: 20px;
padding: 0;
font-size: 11px
}
/* breadcrumbs */
.breadcrumb {
margin: 0;
padding: 25px 6px 25px 2px;
background: none;
}
.breadcrumb li {
display: inline;
}
.breadcrumb span {
padding: 0 4px;
display: inline;
}
.breadcrumb li strong {
color: #222222;
font-weight: normal;
}
/* page headding */
.page-headding {
width: 100%;
overflow: hidden;
margin-bottom: 10px;
}
.page-headding h1,
.page-headding h2 {
font-family: "Montserrat", sans-serif;
font-size: 20px;
font-weight: 600;
margin-bottom: 0;
font-weight: normal;
padding-bottom: 8px;
text-align: left;
text-transform: uppercase;
color: #515151;
position: relative;
min-height: 29px;
}
.page-headding h1 span,
.page-headding h2 span {
bottom: -1px;
left: 0;
padding-bottom: 8px;
padding-right: 10px;
position: absolute;
}
/* category toolbar */
.pager {
text-align: center;
}
.limiter {
float: left;
margin-left: 5px;
margin-top: 3px;
padding-right: 2px;
}
.limiter label {
vertical-align: middle;
float: left;
margin-right: 10px;
color: #333;
margin-top: 6px;
}
.limiter label.label-right {
float: right;
margin-left: 10px;
}
.limiter select {
padding: 0;
vertical-align: middle;
}
.sort-by {
float: left;
margin-top: 3px;
}
.toolbar {
background-color: #fff;
padding: 0;
}
#product_list-grid_box {
margin: 20px 0 0px 0;
}
.toolbar .sortbutton {
float: left;
margin-left: 5px;
}
.sort-by label {
vertical-align: middle;
float: left;
margin-right: 10px;
color: #333;
margin-top: 6px;
}
.toolbar select {
width: auto !important;
padding: 8px 10px;
border-radius: 2px;
}
.sort-by select {
vertical-align: middle;
}
.view-mode {
width: 150px;
text-align: left;
}
.view-mode label {
float: left;
padding: 1px 1px 1px 5px;
color: #333;
margin-right: 5px;
margin-top: 9px;
}
.pager .selectbox {
top: -5px;
}
.sorter .view-mode {
float: left;
}
.sorter .view-mode label {
display: none;
}
.sorter .view-mode a {
text-decoration: none;
}
.sorter .view-mode span {
float: left;
margin: 2px 5px 0 0;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
float: left;
color: #666;
font-weight: normal;
text-align: center;
position: relative;
font-size: 0;
line-height: 40px;
width: 40px;
}
.sorter .view-mode .grid:before, .sorter .view-mode .list:before {
position: absolute;
content: "\f009";
top: 0;
left: 0;
font-family:fontawesome;
font-size: 20px;
background: #444444;
color: #fff;
width: 48px;
}
.sorter .view-mode .list {
margin-left: 10px;
}
.sorter .view-mode .list:before {
background-position: 100% 0;
content: "\f00b";
}
.sorter .view-mode strong.grid:before {
background: #333;
color: #fff;
}
.sorter .view-mode strong.list:before {
background: #333;
color: #fff;
}
.sorter .view-mode a.grid:hover:before,.sorter .view-mode a.grid.active:before {
background: #01A8E6;
color: #fff;
}
.sorter .view-mode a.list:hover:before,.sorter .view-mode a.list.active:before {
background: #01a8e6;
color: #fff;
}
.sorter {
font-size: 11px;
background: #fff;
padding: 4px 8px;
}
.view-mode {
float: left;
margin: 0 0 0 20px;
}
.pages {
margin-left: 94px;
margin-top: -8px;
float: right;
}
.pages ul {
display: inline;
}
.pages li {
display: inline-block;
padding-right: 4px;
}
.toolbar .pages li a {
background-color: #f8f8f8;
background-position: center center;
background-repeat: no-repeat;
border: 0 solid #fff;
border-radius: 0;
margin: 0;
padding: 4px;
width: 10px;
}
.pages li a,
.pages li strong {
padding: 3px 7px 1px 7px;
color: #333;
}
.pages strong {
font-weight: normal;
margin-right: 3px;
padding-top: 3px;
color: #333;
}
.pages .current {
background-color: #ff7cb0;
color: #fff;
padding: 4px;
}
.pages li:hover a {
background-color: #ff7cb0;
color: #fff;
}
.pages a.previous,
.pages a.next {
float: left;
height: 24px;
padding-left: 10px;
padding-right: 10px;
position: relative;
text-indent: -9999px;
top: 10px;
width: auto;
}
.pages a.previous img,
.pages a.next img {
margin: 0 -5px;
}
.pages a.previous {
background: url("../../image/ticon/pleft_arrow.png") no-repeat scroll center center;
}
.pages a.next {
background: url("../../image/ticon/pright_arrow.png") no-repeat scroll center center;
}
.pages a.previous:hover {
background: url("../../image/ticon/left_arrow-hover.png") no-repeat scroll center center;
}
.pages a.next:hover {
background: url("../../image/ticon/right_arrow-hover.png") no-repeat scroll center center;
}
.amount {
float: left;
margin: 0;
}
.amount strong {
font-weight: normal;
}
.toolbar .pager {
margin: 0;
}
.pager .dropdown {
text-align: left;
}
/* from list */
.cart-table .td-title {
display: block !important;
}
form.std fieldset,
.cart .totals,
#multishipping_mode_box,
div.addresses {}
.form-list li {
margin: 0 0 10px;
}
.form-list label,
#compare_shipping label,
.discount-form label,
#order-opc #login_form_content label {
color: #222222;
display: inline-block;
font-size: 14px;
font-weight: normal;
margin: 5px 0;
position: relative;
z-index: 0;
}
.form-list label.required em {
color: #FF0000;
float: right;
font-style: normal;
position: absolute;
right: -8px;
top: 0;
}
.form-list li.control label {
float: none;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
margin-top: -1px;
margin-right: 4px;
}
.form-list li.control .input-box {
clear: none;
display: inline;
width: auto;
}
.form-list .input-box {
display: block;
clear: both;
width: 250px;
}
.form-list .field {
float: left;
width: 270px;
}
.form-list textarea {
width: 180px;
height: 15px;
}
.form-list select {
width: 180px;
}
.buttons-set {
clear: both;
margin: 0;
padding: 5px 0 0;
text-align: left;
}
#center_column p.cart_navigation {
padding: 0px !important;
}
/* clearfix */
.clearfix:after {
display: block;
content: "";
overflow: hidden;
line-height: 0;
clear: both;
height: 0;
}
* html .clearfix {
height: 1%;
}
/***** After Class *****/
.header:after,.sf-menu:after,.promo-box:after,footer:after,
.mobile-container:after,
.our-offer-box:after,
.brand-logo:after,
.brand-logo .product-title:after,
.footer-top-box:after,
.iosSlidercontainer:after,
.header-container:after,
.toolbar:after,
.products-list:after,
#header_menu:after,
.top_header_menu:after,
.page:after,
.breadcrumbs:after,
#center_column:after,
.upsaleproducts:after,
.featuredproducts:after,
h1.products-title:after,
.newproducts:after,
.about-us-box:after,
.block .block-content:after,
.block:after,
.block .actions:after,
#nav:after,
.main:after,
.col-main:after,
.news-blog:after,
.block_content:after,
.product-essential:after,
.ratings:after,
.product-view .product-shop-details .short-description:after,
.product-buttons-box:after,
#attributes:after,
.product-quanity-cart-box:after,
.product-cart-box:after,
.product-review:after,
.review:after,
.relatedproducts:after,
.clearer:after,
.product-collateral:after,
.product-view .box-tags .form-add:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.product-view .big-product-box .more-views ul:after,
.cart:after,
.page-headding:after,
.cart-collaterals:after,
.col3-set:after,
.opc .step-title:after,
.pager:after,
.products-grid:after,
.block li.item:after,
.products-list li.item:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.cart .crosssell li.item:after,
.col2-set:after {
display: block;
content: ".";
clear: both;
font-size: 0;
line-height: 0;
height: 0;
overflow: hidden;
}
/***** Animision *****/
.product-quanity-cart-box .product-cart-box a.big-cart-button,.product-buttons-box .p-wishlist-button span,.product-buttons-box .p-compare-button span,
.form-search button.button,
.cart-button,
.quickview-button,
.wishlist-button,
.compare-button,
.product-buttons .compare-button,
button.button,
.button,
.product-buttons-row-cart,
.header .icon,
.custom-footer .footer-top-column .social a,
.quantity_up_box,
.quantity_down_box,
#added a,
.product-bottom-box,
.about-us-box .text-area a.redmore {
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
.product-quanity-cart-box .product-cart-box a.big-cart-button:hover,
.form-search button.button:hover,
.quickview-button:hover,
.cart-button:hover,
.wishlist-button:hover,
.compare-button:hover,
.product-buttons .compare-button:hover,
button.button:hover,
.button:hover,
.product-buttons-row-cart:hover,
.header .icon:hover,
.custom-footer .footer-top-column .social a:hover,
.quantity_up_box:hover,
.quantity_down_box:hover,
#added a:hover {
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
/***** Top Header Manu Start *****/
#header_menu {
height: 34px;
background: #f7f8f8;
position: fixed;
width: 100%;
z-index: 1020;
top: 0;
}
#header_menu a:hover {
text-decoration: none;
}
/***** Top Language *****/
#header_menu select {
display: none;
}
#header_menu .form-language {
float: right;
position: relative;
}
ul.lang > li > a {
padding: 7px 0 8px;
display: block;
}
/***** Top Currency *****/
#header_menu .form-currency {
float: right;
position: relative;
}
ul.curncy > li > a {
padding: 7px 8px;
display: block;
}
/***** Top Links *****/
#header_menu .links {
text-align: left;
float: left;
padding: 0;
}
.links li {
display: inline-block;
position: relative;
}
#header_menu .links> li> a {
font-size: 13px;
display: inline-block;
padding: 7px 8px;
text-decoration: none;
color: #888;
}
#header_menu .links li a:hover {
color: #333333;
transition: .4s;
}
#header_menu .links .last a {
border-right: none;
padding-right: 0px !important;
}
/***** Top Header Container *****/
.header-container {
margin: 0px;
background-color: #fff;
}
.header {
/* height: 110px;*/
margin: 0 auto;
width: 1170px;
}
/***** Top Header Logo Box *****/
.header .header-logo-box {
float: left;
width: 470px;
padding: 10px 0;
}
.header .header-logo-box .logo {
float: left;
}
.header .welcome-msg {
clear: both;
display: block;
float: left;
font-size: 12px;
height: 15px;
margin-top: 6px;
}
/***** Top Header Search Box *****/
.header-search-box {
display: none;
position: absolute;
right: 0px;
text-align: center;
top: 53px;
width: 100%;
z-index: 100;
}
.form-search input.input-text {
border-radius: 0;
background-color: #fff;
border: 1px solid #ecf0f1;
right: 0;
height: 50px;
line-height: 18px;
position: absolute;
padding: 6px 0 6px 10px;
width: 100%;
}
.form-search button:before {
content: "\f002";
font-family: 'FontAwesome';
font-size: 17px;
color: #fff;
}
.onclick-search-icon:before {
content: "\f002";
font-family: 'FontAwesome';
font-size: 13px;
}
.onclick-search-icon,
.header-minicart.icon {
color: #fff;
}
.menu-search-icon,
.header-minicart.icon,
.menu-notification
{
float: right !important;
cursor: pointer;
background: #606060;
}
.level-top.menu-search-icon {
margin-left: 1px;
margin-right: 0;
}
.menu-notification
{
margin-left: 0px;
margin-right: 1px !important;
}
.header-minicart.icon {
border: medium none;
padding: 6px 19px;
line-height: 20px;
}
.menu-search-icon a {
cursor: pointer;
}
.sf-menu > li#userlogout{
margin-right: 0;
}
.form-search button.button {
background-color: #01a8e6;
border: 1px solid #01a8e6;
border-radius: 0;
height:50px;
padding: 0;
position: absolute;
width: 60px;
z-index: 0;
right:0;
}
.form-search button.button:hover,.form-search button.button:focus {
background-color: #414141;
border-color:#414141;
}
.header #search_autocomplete {
margin: 15px 0 0 0;
}
.form-search .search-autocomplete {
z-index: 999;
}
/* block top search */
.ac_results {
border: 2px solid #FF7CB0;
background-color: white;
overflow: hidden;
width: 261px !important;
padding: 0;
text-align: left;
z-index: 100000;
}
.ac_results ul {
width: 100%;
margin: 0;
list-style: none outside none;
padding: 0;
display: block;
}
.ac_results li {
cursor: pointer;
display: block;
line-height: 18px;
margin: 0;
overflow: hidden;
padding: 3px 6px;
border-bottom: 1px solid #e4dddd;
}
.ac_results li img {
border: 1px solid #E4dddd;
float: left;
height: 48px;
padding: 1px;
width: 48px;
}
.ac_odd {
background-color: #e4dddd !important;
}
.ac_over {
background-color: #FF7CB0 !important;
}
.ac_results li span {
font-size: 10px;
overflow: hidden;
padding-left: 4px;
padding-top: 2px;
white-space: nowrap;
width: 176px !important;
float: left;
}
/***** Top Header Mini Cart Box *****/
.header .header-shipping-box {
float: right;
width: 700px;
}
.header .minicart-wrapper {
width: auto;
float: right;
}
.header .icon:before {
content: "\f07a";
font-family: 'FontAwesome';
font-size: 17px;
text-decoration: none;
color: #fff;
}
.header .logo img {
max-width: 100%;
}
.header .icon {
background-color: #444444;
height: 41px;
width: 40px;
z-index: 2;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
cursor: pointer;
float: left;
border: 0;
}
.header .icon:hover {
background-color: #01a8e6;
}
.header .minicart {
float: right;
width: auto;
}
.header .notification-menu {
float: right;
width: auto;
}
.notification-menu
{
position: absolute;
right: 0;
}
.block-cart-header {
border: none;
position: relative;
margin: 0;
background: none;
}
.block-cart-header .button-show {
font-size: 13px;
width: auto;
float: right;
padding: 12px 22px 15px 11px;
position: relative;
text-align: center;
}
.header .down-icon {
background: url("../../image/ticon/s-arrow-down-.png") no-repeat center center;
float: right;
height: 3px;
position: absolute;
right: 15px;
top: 21px;
width: 5px;
}
.block-cart-header .button-show a {
color: #222;
}
.block-cart-header .button-show a .price {
color: #222;
}
.block-cart-header .header-items.empty {
padding: 16px 5px;
}
.block-cart-header .header-items {
background-color: #fff;
border: 1px solid #ececec;
padding: 10px;
position: absolute;
right: 0;
top: 0px;
width: 300px;
z-index: 1400;
display: block;
margin: 0;
-moz-box-shadow: 0 2px 5px #e9eaea;
-webkit-box-shadow: 0 2px 5px #e9eaea;
-o-box-shadow: 0 2px 5px #e9eaea;
box-shadow: 0 2px 5px #e9eaea;
border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
-o-border-radius: 0px 0px 3px 3px;
}
.block-cart-header .empty {
text-align: center;
}
.block .empty {
margin: 0;
}
.block-cart-header .block-subtitle {
border-bottom: none;
}
.block .block-subtitle {
margin: 5px 0 6px;
padding: 0 0 2px;
border-bottom: 1px solid #F5F5F5;
text-transform: uppercase;
}
.block-cart-header .block-subtitle {
border-bottom: none;
}
#cart_block #cart_block_list dl {
clear: both;
float: left;
margin-bottom: 0;
padding-bottom: 10px;
width: 100%;
}
#cart_block #cart_block_list dt {
clear: both;
padding: 13px 0;
}
#cart_block #cart_block_list dt a {
float: left;
color: #222222;
}
#cart_block #cart_block_list dt a img {
border: 1px solid #e4dddd;
height: 55px;
margin-right: 8px;
margin-top: -4px;
width: 55px;
}
.block-cart-header .header-items img {
margin-right: 5px;
width: 70px;
border-radius: 0;
}
#cart_block .quantity-formated {
display: inline-block;
margin-right: 5px;
min-width: 18px;
}
#cart_block .remove_link {
display: inline-block;
float: right;
height: 12px;
margin: 1px 0 0 13px;
width: 12px;
}
#cart_block .remove_link a {
display: inline-block;
height: 12px;
line-height: 0;
overflow: hidden;
text-indent: -999em;
width: 12px;
background: url(../../image/ticon/btn_remove.png) no-repeat 0 0;
}
#cart_block .remove_link a:hover {
background: url(../../image/ticon/btn_remove2.png) no-repeat 0 0px;
}
#cart_block .price {
float: right;
font-size: 16px;
font-weight: normal;
margin-top: -3px;
color: #ff7cb0;
}
#cart_block #cart_block_list dd {
margin-left: 20px
}
#cart_block #cart-prices {
border-top: 1px solid #e4dddd;
font-size: 14px;
font-weight: normal;
line-height: 31px;
padding: 10px 4px;
text-align: left;
text-transform: uppercase;
color: #222222;
clear: both;
margin-top: 3px;
}
.block .actions {
padding: 5px 0 0;
margin: 5px 0 0;
text-align: right;
}
.block .actions button.button {
float: right;
}
/*********************** all slider code ****************************/
.slider {
cursor: default!important;
}
/* left arrow */
.brand-logo .brand-box {
width: 1105px;
margin: 0 auto;
margin-top: 40px;
}
.more-views {
margin: 0 auto 20px;
position: relative;
width: 261px;
}
.more-views li {
width: 83px;
}
.owl-next:before{
content: "\f105";
font-size: 25px;
font-family: fontawesome;
}
.owl-prev:before{
content: "\f104";
font-size: 25px;
font-family: fontawesome;
}
/*********************** end all slider code ****************************/
/***** Main Manu *****/
.nav-container {
background: #63666F;
}
#nav > li,
#nav > li > ul > li ul > li a {
transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
letter-spacing: normal;
}
#nav > li.over,
#nav > li:hover,
#nav > li.sfHoverForce {}
#nav .homelink {}
#nav > li {
display: inline-block;
}
#nav > li.over > a,
#nav > li:hover > a {
color: #01a8e6;
transition: .4s;
}
#nav > li a {
padding: 16px 17px;
color: #fff;
font-family: Montserrat;
font-size: 14px;
font-weight: bold;
}
.blocklist > li > ul > li,
#nav > li > ul > li ul > li {
background: none!important;
}
#nav .contact-menu {
float: right;
}
/* Menu 2 styles */
#nav li {
position: relative;
text-align: left;
}
#nav li.home a:before {
content: "\f015";
font-family: "FontAwesome";
font-size: 20px;
}
#nav li.home a {
padding: 12px 17px 15px !important;
}
#nav li.over {
z-index: 998;
}
#nav a,
#nav a:hover {
display: block;
text-decoration: none;
}
#nav span {
display: block;
cursor: pointer;
white-space: nowrap;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
}
#nav li ul span {
white-space: normal;
text-transform: lowercase;
}
#nav li ul span:first-letter {
text-transform: capitalize
}
/* 0 Level */
/* 1st Level */
#nav ul li.parent {}
#nav ul li.active {
margin: 0;
border: 0;
}
#nav ul a,
#nav ul a:hover {
float: none;
}
#nav ul li a {
font-weight: normal !important;
}
#nav ul.level0 {
border-top: 0;
}
#nav ul li a span {
font-weight: normal;
}
#nav > li > ul > li ul {
margin-left: 25px;
}
.blocklist > li > ul > li {
margin: 2px 0 2px 0;
}
/* 2nd Level */
/* 2nd Level */
#nav ul {}
#nav > li ul > li:last-child {
margin-bottom: 0 !important;
}
/* 3rd+ Level */
#nav ul ul,
#nav ul div {
top: 5px;
}
#nav ul ul {
left: 155px;
position: absolute;
top: -1px;
z-index: 9999;
display: none;
}
#nav li div {
left: 0px;
position: absolute;
top: 0px;
z-index: 5;
background-color: #00c0be;
}
#nav ul li a {
font-size: 12px;
color: #333;
padding: 10px;
}
#nav ul li a:hover {
color: #ff7cb0;
}
#nav > li ul > li {
margin: 0 0 1px;
}
/********************* mini manu ********************/
#mobile-menu {
display: none;
}
#mobile-menu {
background-color: #444444;
}
#mobile-menu .mobile-menu-toggle {
width: 980px;
margin: 0 auto;
position: relative;
}
#mobile-menu .toggle {
float: right;
width: 48px;
margin-top: 3px;
}
#mobile-menu .mobile-menu-toggle {}
#mobile-menu .mobile-main-menu {
background-color: #fff;
}
.mobile-menu-toggle ul >li {
display: inline-block;
}
.mobile-menu-toggle ul> li> a {
color: #fff;
text-transform: uppercase;
padding: 16px 17px;
display: block;
font-size: 15px;
}
.mobile-menu-toggle ul> li:hover> a {
background-color: #01a8e6;
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
.mobile-search-menu {
float: right;
background: #4f4f4f;
}
/* .mobile-search-menu a{ border-left: 1px solid #2dcafa; }*/
#mobile-menu .mobile-menu-toggle h2 {
font-family: "roboto", sans-serif;
color: #FFFFFF;
float: left;
font-weight: normal;
line-height: 12px;
margin-top: 11px;
text-align: left;
text-transform: uppercase;
width: 88%;
font-size: 18px;
}
#mobile-menu .toggle-icon .menu-icon:before {
content: "\f0ca";
font-family: FontAwesome;
padding-right: 4px;
font-size: 15px;
cursor: pointer;
font-weight: bold;
}
#mobile-menu .toggle-icon .menu-icon {
color: #fff;
}
.mobile-main-menu .accordion {
width: 980px;
margin: 0 auto;
}
.accordion {
list-style-type: none;
}
.accordion ul {
padding: 0;
margin: 0;
float: left;
display: block;
width: 100%;
}
.accordion li {
font-size: 13px;
cursor: pointer;
list-style-type: none;
padding: 0;
margin: 0;
float: left;
display: block;
width: 100%;
position: relative;
}
.accordion li.active> span.down-up:before {
content: "\f068";
font-family: FontAwesome;
}
.accordion span.down-up {
padding: 4px 12px;
position: absolute;
right: 18px;
top: 4px;
color: #444444;
}
.accordion span.down-up:before {
content: "\f067";
font-family: FontAwesome;
}
.accordion a:hover {
color: #444444;
}
.accordion a {
color: #515151;
cursor: pointer;
text-align: left;
display: block;
font-weight: bold;
padding: 8px 0 8px 20px;
text-decoration: none;
text-transform: capitalize;
}
.accordion ul li a {
font-size: 13px;
padding: 8px 0 8px 30px;
}
.accordion ul li ul a {
padding: 8px 0 8px 35px;
}
.accordion ul li ul a:hover {
font-size: 14px;
padding: 8px 0 8px 35px;
}
.accordion ul li a:hover {
font-size: 14px;
padding: 8px 0 8px 30px;
}
.accordion ul a {
padding: 8px 54px 8px 22px;
}
.form-control {
height: 42px;
}
/* cateogyr menu */
a.button {
padding: 10px 17px;
}
.block_content .accordion {
list-style-type: none;
background: #fff;
}
.block_content .accordion a {
border-bottom: medium none;
color: #515151;
cursor: pointer;
display: block;
padding: 4px 0;
text-decoration: none;
}
.accordion> li>ul>li>a:before,.accordion> li>ul>li>ul>li>a:before{
content: "\f105";
font-family: FontAwesome;
padding-right: 5px;
}
.block_content .accordion a:hover {
color: #444444;
}
.block_content .accordion ul li a {
font-size: 13px;
padding: 4px 0 4px 10px;
}
.block_content .accordion ul li a:hover {
font-size: 13px;
padding: 4px 0 4px 10px;
}
.block_content .accordion ul li ul li {
padding: 0px 0 0px 5px;
}
/******************** Home Page ********************/
/***** Mini Banner *****/
.mini-banner {
float: left;
padding-left: 10px;
width: 300px;
margin-bottom: 20px;
}
.mini-banner a,
.mini-banner > img {
display: block;
margin-bottom: 10px;
}
.promo-box a img,
.mini-banner a img,
.home-bottom-add img,
home-bottom-add img {
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
/***** Image scale *****/
.mini-banner a:last-child,
.mini-banner > img:last-child {
margin-bottom: 0;
}
.padding-top48{
padding-top: 48px;
}
/***** Home Add *****/
.promo-box {
float: left;
}
.promo-box .promo-box-inner {
float: left;
height: auto;
width: 390px;
}
.promo-box .promo-3 {
margin-right: 0;
}
.promo-box-inner img {
width: 100%;
height: auto;
}
.promo-box .promo-1 {
position: relative;
}
.promo-box-inner a.img::before {
background-color: #333;
content: "";
height: 100%;
opacity: 0.2;
position: absolute;
width: 100%;
z-index: 2;
}
.promo-box-inner:hover a.img::before{
-moz-transition: 0.7s;
-o-transition: 0.7s;
-webkit-transition: 0.7s;
transition: 0.7s;
}
.promo-box .promo-2 {
position: relative;
}
.promo-box .promo-3 {
position: relative;
}
.promo-box h2.title {
font-family: montserrat;
margin-bottom: 0;
position: absolute;
text-align: center;
top:60px;
width: 100%;
z-index: 3;
}
.promo-box-inner:hover h2.title a {
transition: .4s;
}
.promo-box h2.title a {
color: #ffffff;
font-size:30px;
font-weight: bold;
text-transform: uppercase;
transition: .4s;
font-family: montserrat;
letter-spacing: -2px;
}
.promo-box .desc {
color: #ffffff;
font-size: 13px;
font-weight: 500;
width: 300px;
margin-left: 46px;
position: absolute;
text-align: center;
top: 132px;
z-index: 3;
}
/** our offer box **/
.our-offer-box {
padding-top: 75px;
}
.our-offer-box .our-offer-box-inner {
background-color: #fff;
float: left;
margin-right: 30px;
padding: 4px;
width: 370px;
box-shadow: 0px 0px 2px 2px #ececec;
-moz-box-shadow: 0px 0px 2px 2px #ececec;
-webkit-box-shadow: 0px 0px 2px 2px #ececec;
}
.our-offer-box .our-offer-3 {
margin-right: 0 !important;
}
.our-offer-box .our-offer-box-inner p {
margin: 0;
padding: 0 20px 20px;
text-align: center;
}
.our-offer-box .our-offer-box-inner h3.title {
font-family: montserrat;
font-size: 19px;
font-weight: 700;
margin: 0;
padding: 30px 20px 15px;
text-align: center;
text-transform: capitalize;
}
.our-offer-box .our-offer-box-inner .desc {
font-family: 15px;
}
.our-offer-box .redmore-button {
color: #444444;
display: block;
padding: 10px 0 20px;
text-align: center;
text-transform: capitalize;
font-weight: bold;
text-decoration: underline;
}
.our-offer-box .our-offer-box-inner:hover .redmore-button {
color: #444444;
}
.our-offer-box .our-offer-1:hover .redmore-button {
color: #01a8e6;
}
.our-offer-box .our-offer-2:hover .redmore-button {
color: #01a8e6;
}
.our-offer-box .our-offer-3:hover .redmore-button {
color: #444444;
}
.our-offer-box .our-offer-box-inner:hover h3.title a {
color: #01a8e6;
}
.our-offer-box-inner .secore-con,
.our-offer-box-inner .themeoptions-con,
.our-offer-box-inner .responsive-con,
.our-offer-box-inner .delevery-con {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
display: block;
height: 70px;
margin: 0 auto;
width: 70px;
border: 10px solid #fff;
}
.our-offer-box-inner .icon-outer-color {
position: relative;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
display: block;
height: 70px;
margin: -40px auto 0;
width: 71px;
box-shadow: 0px 0px 2px 2px #ececec;
-moz-box-shadow: 0px 0px 2px 2px #ececec;
-webkit-box-shadow: 0px 0px 2px 2px #ececec;
}
.our-offer-box-inner .themeoptions-con {
padding: 0px;
background: #444444;
font-size: 21px;
color: #ffffff;
}
.our-offer-box-inner .responsive-con {
padding: 0px;
background: #444444;
font-size: 21px;
color: #ffffff;
}
.our-offer-box-inner .delevery-con {
padding: 0px;
background: #444444;
font-size: 21px;
color: #ffffff;
}
.our-offer-box-inner .responsive-con::before {
content: "\f10b";
font-family: fontawesome;
line-height: 2;
position: absolute;
top: 13px;
right: 30px;
}
.our-offer-box-inner .delevery-con::before {
content: "\f07a";
font-family: fontawesome;
position: absolute;
right: 25px;
top: 18px;
}
.our-offer-box-inner:hover .secore-con,
.our-offer-box-inner:hover .themeoptions-con,
.our-offer-box-inner:hover .responsive-con,
.our-offer-box-inner:hover .delevery-con {
background-color: #01a8e6;
}
/***** Products Title *****/
.sidebar h2.products-title,
.product_left h2.products-title {
margin-bottom: 24px;
overflow: hidden;
white-space: nowrap;
}
.relatedproducts h2.products-title {
font-size: 20px;
margin-top: 3px !important;
}
h2.products-title {
background-color: #f7f8f8;
font-family: "Montserrat", sans-serif;
font-size: 20px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
color: #333333;
padding: 10px;
margin:0 0 30px 0;
}
/***** Feature Products, New Products, Upsale Products *****/
/***** global Products *****/
.featuredproducts,
.newproducts,
.news-blog {
display: block;
position: relative;
}
.home-page #bestsaller_products {
display: block;
position: relative;
}
.about-us-box {
float: left;
margin-right: 20px;
}
.featuredproducts .item:hover,
.newproducts .item:hover,
.upsaleproducts .item:hover {}
.featuredproducts .item,
.newproducts .item,
.upsaleproducts .item {
padding: 4px;
}
.featuredproducts .item,
.newproducts .item,
.upsaleproducts .item {
margin-bottom: 0px;
}
/***** Product Box *****/
.jcarousel-skin-tango .jcarousel-item {
width: 248px;
float: left;
}
.product-box .rating_box {
display: block;
height: 19px;
}
.product-box {
background-color: #FFFFFF;
text-align: center;
box-shadow: 0px 0px 2px 2px #f5f5f5;
-moz-box-shadow: 0px 0px 2px 2px #f5f5f5;
-webkit-box-shadow: 0px 0px 2px 2px #f5f5f5;
}
.product-box:hover {
box-shadow: 0px 0px 4px 4px #f5f5f5;
-moz-box-shadow: 0px 0px 4px 4px #f5f5f5;
-webkit-box-shadow: 0px 0px 4px 4px #f5f5f5;
}
.product-box .product-bottom-box .desc {
background-color: #fff;
color: #595959;
display: block;
padding: 0px 23px 23px 23px;
position: absolute;
top: 92px;
z-index: 10;
line-height: 22px;
font-size: 12px;
height: 108px;
overflow: hidden;
}
.product-box .product-bottom-box .desc a {
padding-bottom: 7px;
}
.product-box:hover .product-bottom-box .desc {
top: -34px;
}
/*============ New & Sale Label ============*/
.new-box {
left: 0px;
}
.sale-box {
right: 0px;
}
.new-box,
.sale-box {
height: 85px;
overflow: hidden;
position: absolute;
text-align: center;
top: 0px;
width: 85px;
z-index: 0;
right: 0px;
font-size: 13px;
font-weight: normal;
}
.sale-label {
background-color: #01a8e6;
color: white;
display: block;
font: 12px;
padding: 21px 0 10px;
position: absolute;
right: -49px;
text-align: center;
top: -8px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-moz-transform: rotate(45deg);
width: 130px;
z-index: 1;
}
.new-label {
background-color: #444444;
color: white;
display: block;
font: 12px;
padding: 21px 0 10px;
position: absolute;
left: -49px;
text-align: center;
top: -8px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
width: 130px;
z-index: 1;
}
.sale-box-list-view {
right: -1px !important;
}
.new-box-list-view {
left: -4px !important;
}
.buttons-box {
margin-bottom: 14px;
float: left;
width: 100%;
}
.cart-button:before,
.listcart-button:before {
content: "\f07a";
font-family: 'FontAwesome';
font-size: 15px;
padding-right: 8px;
text-decoration: none;
}
a.quickview-button,
.cart-button,
.listcart-button {
transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
-ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
}
.listcart-button {
background: #444444;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
float: left;
font-weight: bold;
line-height: 20px;
margin-left: 4px;
overflow: hidden;
padding: 11px 16px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
}
.cart-button,
a.quickview-button {
background:#444444;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
font-family: roboto;
font-weight: bold;
overflow: hidden;
padding:12px 17px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
-webkit-transition:all 0.4s cubic-bezier(0, 0.135, 0.50, 0.405);
-moz-transition:all 0.4s cubic-bezier(0, 0.135, 0.50, 0.405);
-o-transition:all 0.4s cubic-bezier(0, 0.135, 0.50, 0.405);
transition:all 0.4s cubic-bezier(0, 0.135, 0.50, 0.405);
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
position: relative;
left: -360%;
}
.product-box:hover .cart-button{
left: 0;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.product-box:hover a.quickview-button {
left: 0;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
top:23px;
}
.cart-button:hover,
.listcart-button:hover {
background-color: #01a8e6;
color: #fff;
text-decoration: none;
}
.compare-button {
background: url("../../image/ticon/comparer.png") no-repeat scroll 14px 14px #444444;
cursor: pointer;
height: 39px;
width: 39px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
-moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
-o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
position: relative;
bottom: -360%;
float: right;
right: -48px;
z-index: 9999;
}
.product-box:hover .compare-button {
bottom: 60px;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.wishlist-button:hover,
.quickview-button:hover,
.compare-button:hover {
background-color: #01a8e6;
}
.wishlist-button {
background: #444444 url("../images/wishlit-.png") no-repeat 12px 15px;
height: 39px;
width: 39px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
-moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
-o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
position: relative;
bottom: -360%;
float: right;
right: -45px;
z-index: 9999;
}
.product-box:hover .wishlist-button {
bottom: 17px;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
-ms-transition-delay: 0.6s;
transition-delay: 0.6s;
}
a.quickview-button:before {
content: "\f002";
font-family: 'FontAwesome';
font-size: 15px;
padding-right: 0px;
}
a.quickview-button {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #01a8e6;
font-size: 13px;
color: #fff;
}
a.quickview-button:hover {
background-color: #444444;
}
.button-box{
left: 50%;
position: absolute;
top: 50%;
z-index: 9999;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.product-box a.product-image img {
display:inline-block;
height:300px;
}
.product-box .image {
text-align: center;
position: relative;
overflow: hidden;
background: #ecf0f1;
}
.product-box .image a {
border: none;
}
.product-box .name a:first-letter,.cart_item .product-name:first-letter {
text-transform: capitalize;
}
.product-box .name a{
color: #01a8e6;
display: block;
font-size: 15px;
font-weight: 500;
line-height: 24px;
overflow: hidden;
padding: 10px;
text-align: left;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.cart_item .product-name{
color: #515151;
display: block;
font-size: 13px;
font-weight: bold;
line-height: 24px;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
}
.product-box .name a:hover {
color: #444444;
}
.userddis-box {
display: block;
padding: 0px 10px 10px 10px;
text-align: left;
}
.userddis-box p b
{
font-weight: 500;
}
.userddis-box p
{
cursor: default;
}
.ellipsdis
{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.product-box .price-box p.old-price {
display: inline;
padding-right: 10px;
}
.product-box .price-box p {
padding: 0;
margin: 0;
}
.old-price {
margin: 0;
}
.product-box .price {
color: #444444;
padding-top: 20px;
text-align: left;
font-size: 16px;
margin-left: 10px;
font-weight: 600;
}
.product-box .price-box .price {
margin: 0;
padding: 0;
}
.price-box .old-price .price {
display: inline;
font-size: 15px;
color: #7f7d74 !important;
text-decoration: line-through;
}
.product-view .product-shop-details .price-box .price {
font-size: 24px;
color: #ff7cb0;
font-size: 24px;
font-weight: bold;
}
.product-box .price-box p.special-price {
display: inline;
}
.special-price {
margin: 0;
font-weight: 600;
}
.product-box:hover .buttons-box,
.products-list .item:hover .buttons-box {}
/***************** pupup message *****/
ol.none,
ol li.none {
display: none;
}
div.pup_box {
border: 2px solid #FF7CB0;
background-color: #FFFFFF;
padding: 10px;
width: 310px;
color: #FFFFFF;
font-size: 12px;
display: table;
left: 58%;
top: 2%;
height: 148px;
margin-left: -227px;
position: fixed;
right: 0;
text-align: left;
z-index: 9999;
}
.pup_box .pupup-inner-box .pupup-image-box,
.pup_box .pupup-inner-box .pupup-text-box {
float: left;
}
.pup_box .pupup-inner-box .pupup-image-box img {
border: 2px solid #e4dddd;
float: left;
height: 55px;
width: 55px;
}
.pup_box .pupup-inner-box .pupup-text-box span.title {
font-weight: bold;
}
.pup_box .pupup-inner-box .pupup-text-box span {
color: #222222;
display: block;
font-size: 13px;
font-weight: 300;
margin-bottom: 13px;
overflow: hidden;
padding-left: 12px;
padding-right: 12px;
text-align: justify;
text-overflow: ellipsis;
white-space: nowrap;
width: 171px;
}
div.pup_box .pupup-inner-box {
margin: 10px auto;
text-align: center;
width: 83%;
}
div.pup_box .button-box {
display: block;
float: left;
margin-left: 6px;
}
div.pup_box a {
float: left;
margin-right: 6px !important;
margin-top: 33px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
text-transform: lowercase;
white-space: nowrap;
width: 110px;
}
div.pup_box a:first-letter {
text-transform: capitalize
}
/***** About Us Box *****/
.about-us-box .text-area {
line-height: 19px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 20px;
padding: 35px 28px;
background-color: #F5f5f5;
color: #7f7d74;
float: left;
height: 323px;
margin-right: 12px;
overflow: hidden;
text-align: justify;
width: 329px;
}
.about-us-box .text-area p {
height: 328px;
overflow: hidden;
}
.about-us-box .text-area a.redmore {
border: 1px solid #fff;
margin-top: 24px;
float: left;
color: #7f7d74;
font-weight: normal;
padding: 10px 15px;
text-transform: uppercase;
}
.about-us-box .text-area a.redmore:hover {
background-color: #ff7cb0;
text-decoration: none;
color: #FFFFFF;
}
/***** About Us Sldier Box *****/
.about-us-box .about-us-sldier-box {
float: left;
width: 326px;
border: 0px;
overflow: hidden;
margin-top: 20px;
}
.bx-wrapper img {
display: block;
max-width: 100%;
}
.about-us-sldier-box .bx-wrapper .bx-controls {
margin-left: 122px;
margin-top: -85px;
position: absolute;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #00c0be;
border-radius: 25px 25px 25px 25px;
display: block;
height: 12px;
margin: 0 6px;
outline: 0 none;
text-indent: -9999px;
width: 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
border-color: #ff7cb0;
}
/***** New Products *****/
.home-bottom-add {
height: 252px;
overflow: hidden;
margin-bottom: 35px;
}
.home-bottom-add .add-banner-left {
float: left;
margin-right: 9px;
width: 699px;
}
.home-bottom-add .add-banner-right {
float: left;
width: 532px;
}
/***** News Blog *****/
.margin-bottom-15px {
margin-bottom: 15px;
display: block;
}
.news-blog .news-box {
padding: 4px;
}
.news-blog .product-details {
background-color: #FFFFFF;
text-align: center;
box-shadow: 0px 0px 2px 2px #f5f5f5;
-moz-box-shadow: 0px 0px 2px 2px #f5f5f5;
-webkit-box-shadow: 0px 0px 2px 2px #f5f5f5;
}
.news-blog .image {
position: relative;
overflow: hidden;
}
.news-blog .news-box:hover .product-details {
box-shadow: 0px 0px 4px 4px #f5f5f5;
-moz-box-shadow: 0px 0px 4px 4px #f5f5f5;
-webkit-box-shadow: 0px 0px 4px 4px #f5f5f5;
}
.news-blog .image a img {
padding: 10px;
max-width: 242px;
}
.news-blog .product-details h3.name a {
color: #515151;
display: block;
font-size: 15px;
font-weight: 600;
padding: 15px;
text-align: left;
text-decoration: none;
text-transform: capitalize;
text-overflow: ellipsis;
white-space: nowrap;
transition: all 0.4s ease 0s;
padding-top: 5px;
}
.news-blog .product-details h3.name {
margin:0;
}
.news-blog .product-details:hover h3 a {
color: #444444;
}
.news-blog .product-details .desc {
color: #515151;
display: block;
line-height: 22px;
overflow: hidden;
padding: 0 15px 15px;
text-align: left;
text-decoration: none;
text-overflow: ellipsis;
font-size: 12px;
}
.news-blog .product-details .Read-more {
color: #444444;
display: block;
font-size: 15px;
padding: 0 14px 19px;
text-align: left;
text-transform: capitalize;
}
.news-blog .product-details:hover .Read-more {
color: #01a8e6;
}
.news-blog .product-details .date {
color: #747474;
display: block;
font-size: 12px;
padding: 0 15px 5px;
text-align: left;
}
/***** Brand Logo *****/
.brand-logo .product-title:before {
content: "";
display: block;
height: 2px;
position: absolute;
top: 50%;
width: 100%;
z-index: 1;
}
.brand-logo .product-title {
color: #515151;
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: normal;
margin: 0;
position: relative;
text-align: center;
text-transform: uppercase;
padding: 10px 0;
}
.brand-logo .product-title span {
background-color: #ffffff;
display: inline-block;
line-height: 20px;
margin-bottom: 0;
padding: 0 15px;
position: relative;
text-shadow: 0 0 0;
z-index: 1;
font-size: 18px;
font-weight: 600;
}
.brand-logo .our-brand-logo li {
float: left;
overflow: hidden;
}
.brand-logo .jcarousel-control-prev,
.brand-logo .jcarousel-control-next {
top: 96px !important;
}
.brand-logo .jcarousel-control-prev {
left: 16px !important;
}
.brand-logo .jcarousel-control-next {
right: 16px;
}
/***** Custom Blog *****/
.padding-top30px{
margin-top: 30px;
}
.sidebar .block,
.product_left .block,
.product_right .block {}
.block .block-title {}
.block {
}
.block .block-content p {
overflow: hidden;
line-height: 22px;
padding: 10px 0 11px;
text-align: justify;
margin-bottom: 0;
}
#viewed-products_block_left h2,
.topsellersproduct .block-title h2,
.news-blog .block-title h2,
.relatedproducts .block-title h2,
.block .block-title h2 {
border-bottom: 1px solid #E4DDDD;
color: #222222;
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: normal;
margin-bottom: 0;
min-height: 22px;
padding-bottom: 8px;
position: relative;
text-align: left;
text-transform: uppercase;
}
#viewed-products_block_left h2 span,
.topsellersproduct .block-title h2 span,
.news-blog .block-title h2 span,
.relatedproducts .block-title h2 span,
.block .block-title h2 span {
border-bottom: 1px solid #FF7CB0;
bottom: -1px;
left: 0;
padding-bottom: 8px;
padding-right: 10px;
position: absolute;
}
.news-blog .block-title,
.relatedproducts .block-title,
.topsellersproduct .block-title,
.block .block-title {
margin-bottom: 15px;
}
/******* viewd prodcut ***/
/***** Special Offer *****/
.special-offer {
float: left;
overflow: hidden;
width: 235px !important;
margin-bottom: 25px;
}
.special-offer .product-box {
border: 1px solid #DFD8D8;
margin: 0;
text-align: center;
width: 233px !important;
padding-bottom: 15px;
}
.special-offer .product-box .image {
position: static;
}
.special-offer .product-box .product-bottom-box {
background-color: #fff;
display: block;
height: 136px;
}
.special-offer .product-box h3.name a {
float: left;
color: #FFFFFF;
text-decoration: underline;
display: block;
font-size: 13px;
font-weight: 300;
height: 15px;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
text-align: center;
text-transform: uppercase;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.special-offer .product-box .desc {
font-size: 12px;
color: #FFFFFF;
display: block;
padding-bottom: 0 !important;
height: 48px;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
text-align: justify;
text-decoration: none;
text-overflow: ellipsis;
}
.special-offer .product-box .desc span {
color: #ff7cb0;
font-weight: bold;
}
.special-offer .product-details {
position: relative;
}
.special-offer .product-details h2 {
font-family: "Montserrat", sans-serif;
background-color: #8CFFC6;
color: #020202;
font-size: 22px;
font-style: italic;
font-weight: normal;
opacity: 0.41;
padding: 11px 0;
position: absolute;
text-align: center;
width: 213px;
margin: 10px;
}
.special-offer .product-box .image .reduction {
background: none repeat scroll 0 0 #ff7cb0;
border-radius: 0 1px 24px 0;
color: #FFFFFF;
font-weight: bold;
left: 0;
padding: 8px;
position: absolute;
top: 128px;
}
.special-offer .product-box .image img {
padding: 10px;
width: 91%;
}
.special-offer .product-box .price-box {
background-color: #00c0be;
left: 10px;
opacity: 0.57;
padding: 18px 2px;
position: absolute;
right: 10px;
top: 196px;
}
.special-offer .product-box .old-price .price {
margin-left: 10px;
}
.special-offer .product-box .price {
color: #fff;
}
.special-offer .product-box .spcial_button {
border: 1px solid #D9E6E1;
border-radius: 0 0 3px 5px;
display: block;
font-size: 14px;
font-weight: normal;
margin: -11px auto 0;
overflow: hidden;
padding: 6px 0 8px;
text-overflow: ellipsis;
white-space: nowrap;
width: 89px;
}
.special-offer .bx-wrapper .bx-controls {
margin-left: 80px;
margin-top: -72px;
position: absolute;
}
.special-offer .product-box .price-box {
display: none;
}
.special-offer .product-box:hover .price-box {
display: block !important;
}
/******************** Product Page ********************/
/***** Main Container *****/
/***** Big Product Box *****/
.product-essential {
margin-bottom: 20px;
}
.product-view .big-product-box {
border: 1px solid #ecf0f1;
float: left;
margin: 0 30px 0 0;
width: 368px;
}
#product h3,
.tab-content h3 {
font-size: 18px;
font-weight: 600;
}
/***** Product Image Zoom *****/
.zoomWindow {
width: 348px !important;
}
.product-view .big-product-box .product-image {
display: block;
padding: 20px;
margin: 0;
position: relative;
}
.product-essential .product-sale {
margin-left: 280px;
}
.product-view .big-product-box .product-image a.product-light-box {
border-radius: 3px;
background: url("../../image/ticon/quickviw.png") no-repeat scroll 18px 17px #ff7cb0;
bottom: 17px;
color: #FFFFFF;
display: block;
font-size: 32px;
font-weight: bold;
height: 50px;
position: absolute;
right: 17px;
text-align: center;
width: 50px;
z-index: 1015;
}
.product-view .big-product-box .product-image a.product-light-box:hover {
background-color: #00c0be;
text-decoration: none;
}
/***** More Views Box *****/
.product-view .big-product-box .more-views li {
margin: 0 6px 0 0;
float: left;
}
.product-view .big-product-box .more-views li a {
float: left;
overflow: hidden;
border: 1px solid #ececec;
}
/***** Product Simpledd Box *****/
.big-product-box .product-simpledd-box {
clear: both;
float: left;
margin: 0px 0;
}
.big-product-box .product-simpledd-box a {
display: block;
margin: 20px 0 0 0;
}
/***** Product Shop Details *****/
.product-view .product-shop-details {
float: left;
width: 470px;
}
.col1-layout .product-view .product-shop-details {
float: left;
width: 520px;
}
/***** Product Info Box *****/
.product-view .product-shop-details .product-info-box {
float: left;
width: 100%;
background-color: white;
}
.col1-layout .product-view .product-shop-details .product-info-box {
float: left;
width: 520px;
;
background-color: white;
}
#zoometype_transper_id {
display: none;
}
.product-view .product-shop-details .product-name h1 {
border-bottom: 1px solid #ececec;
letter-spacing: -2px;
line-height: normal;
margin: 0 0 10px;
padding-bottom: 10px;
text-align: left;
word-spacing: 3px;
color: #333333;
font-family: Montserrat, sans-serif;
font-size: 24px;
font-weight: 600;
text-transform: capitalize;
}
.ratings {
font-size: 11px;
line-height: 1.25;
margin: 10px 0;
}
.ratings .rating-box {
float: left;
margin-right: 3px;
}
.ratings .rating-links {
margin: 0;
}
.product-view .product-shop-details .no-rating a,
.product-view .product-shop-details .ratings a {
color: #222222;
font-size: 12px;
text-decoration: none;
}
.ratings .rating-links .separator {
margin: 0 2px;
}
.rating-links .separator {
color: #222222;
font-size: 12px;
font-weight: 300;
margin: 0 2px;
}
.separator {
margin: 0 3px;
}
.product-view .product-shop-details .review {
margin: 0px 0px 20px 0px;
}
.product-view .product-shop-details #product_reference .editable {
font-weight: bold;
}
.product-view .product-shop-details #availability_statut {
margin: 16px 0;
display: block;
}
.product-view .product-shop-details #availability_statut #availability_value {
background-color: #008000;
color: #FFFFFF;
font-weight: bold;
padding: 4px 8px;
}
.product-view .product-shop-details .short-description {
clear: both;
color: #222222;
display: block;
margin: 8px 0 0;
padding-bottom: 5px;
padding-top: 8px;
}
.product-essential h2 {
font-size: 18px;
font-weight: bold;
}
.product-view .product-shop-details .short-description p {
line-height: 26px;
text-align: justify;
}
.product-view .product-shop-details .price-box {
margin: 10px 0;
}
.product-view .product-shop-details #reduction_percent {
background-color: #ff7cb0;
color: #FFFFFF;
float: right;
padding: 3px 8px;
}
.product-view .product-shop-details .price-box .old-price {
margin: 8px 0;
}
.old-price .price-label {
float: left;
font-size: 12px;
margin-right: 6px;
margin-top: 3px;
white-space: nowrap;
}
.product-view .product-shop-details .price-box .old-price .price {
font-weight: bold;
color: #222222 !important;
font-size: 16px;
text-decoration: line-through;
}
.special-price .price-label {
margin-right: 6px;
color: #ff7cb0;
float: left;
margin-top: 8px;
white-space: nowrap;
}
/***** Product Buttons Box *****/
.product-view .product-shop-details .product-buttons-box {
clear: both;
display: inline-block;
margin: 30px 0 0;
}
.product-buttons-box .p-wishlist-button,
.product-buttons-box .p-facebook-button,
.product-buttons-box .p-send-to-friend,
.product-buttons-box .p-compare-button {
cursor: pointer;
float: left;
text-decoration: none;
margin-right: 15px;
color: #515151;
}
.product-buttons-box .p-wishlist-button:hover span,
.product-buttons-box .p-send-to-friend:hover span,
.product-buttons-box .p-facebook-button:hover span,
.product-buttons-box .p-compare-button:hover span {
background-color: #01a8e6;
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
.product-buttons-box .p-wishlist-button:hover,
.product-buttons-box .p-send-to-friend:hover,
.product-buttons-box .p-facebook-button:hover,
.product-buttons-box .p-compare-button:hover {
color: #01a8e6;
}
.product-buttons-box .p-wishlist-button span {
width: 45px;
float: left;
height: 45px;
background: #444444 url("../../image/ticon/wishlit-.png") no-repeat 16px 16px;
cursor: pointer;
margin-right: 8px;
margin-top: -12px;
border-radius:50%;
-moz-border-radius:50%;
-moz-border-radius:50%;
}
.product-buttons-box .p-compare-button span {
background: url("../../image/ticon/comparer.png") no-repeat scroll 18px 15px #444444;
cursor: pointer;
float: left;
height: 45px;
width: 45px;
margin-right: 8px;
margin-top: -12px;
border-radius:50%;
-moz-border-radius:50%;
-moz-border-radius:50%;
}
.product-buttons-box .p-facebook-button span {
background: url("../../image/social/fb.png") no-repeat scroll 8px 8px #00c0be;
cursor: pointer;
float: left;
height: 33px;
width: 33px;
margin-right: 8px;
margin-top: -5px;
}
.product-buttons-box .p-send-to-friend span {
background: url("../../image/ticon/message.png") no-repeat scroll 9px center #00c0be;
cursor: pointer;
float: left;
height: 33px;
width: 33px;
margin-right: 8px;
margin-top: -8px;
}
/***** Product Attributes Box *****/
.product-view .product-shop-details #attributes {
float: left;
margin: 10px 0;
}
.product-view .product-shop-details #attributes .attribute_label {
display: block;
font-size: 18px;
margin-bottom: 5px;
}
.product-view .product-shop-details #attributes .attribute_label em {
color: red;
}
/***** Product Quanity Cart Box *****/
.product-quanity-cart-box {
margin: 10px 0 10px 0;
clear: both;
float: left;
}
.product-view .quanity-box label {
float: left;
font-size: 18px;
font-weight: normal;
margin-right: 8px;
margin-top: 10px;
}
.quantity_down_box {
background-color: #444444;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 17px;
font-weight: bold;
padding: 14px 8px;
}
.quantity_up_box:hover,
.quantity_down_box:hover {
background-color: #01a8e6;
}
.quantity_up_box {
float: left;
}
.quantity_up_box {
background-color: #444444;
color: #FFFFFF;
cursor: pointer;
float: left;
font-size: 17px;
font-weight: bold;
padding: 14px 7px;
}
/***** Product Cart Box *****/
.product-quanity-cart-box .product-cart-box,
#quantity_wanted_p {
float: left;
margin: 22px 38px 0 0;
}
.product-quanity-cart-box .product-cart-box {
margin-top: 20px;
}
.product-quanity-cart-box .product-cart-box a.big-cart-button {
background-color: #01a8e6;
color: #FFFFFF;
cursor: pointer;
display: block;
float: left;
font-size: 17px;
font-weight: normal;
margin-top: 2px;
overflow: hidden;
padding:15px 24px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
}
.product-quanity-cart-box .product-cart-box a.big-cart-button:before {
content: "\f07a";
font-family: 'FontAwesome';
font-size: 17px;
text-decoration: none;
color: #fff;
padding-right: 10px;
}
.product-quanity-cart-box .product-cart-box a.big-cart-button:hover {
background-color: #444444;
}
/***** Product Right Box *****/
.product-view .p-left-sidebar .product_left {
float: left;
width: 235px;
}
.product-view .p-right-sidebar .product_right {
float: right;
width: 235px;
}
.relatedproducts,
.topsellersproduct {
margin-bottom: 25px;
overflow: hidden;
width: 235px !important;
height: auto !important;
}
.relatedproducts h1.products-title {}
.upsaleproducts.featuredproducts,
.relatedproducts .bx-wrapper,
.upsaleproducts,
.topsellersproduct .bx-wrapper {
position: relative;
}
.product-view {
margin-bottom: 35px;
}
/***** Block Box *****/
.product-view .product_left .block {
float: left;
}
/***** Product Collateral Box *****/
.product-collateral h2 {
font-size: 19px;
font-weight: normal;
line-height: 1.15;
}
/******************** Cart Page ********************/
/* default table */
.data-table {
width: 100%;
border-top: 1px solid #ecf0f1;
border-left: 1px solid #ecf0f1;
border-collapse: collapse;
background-color: #FFFFFF;
}
.wishlist-info tbody .name a {
color: #333;
}
.data-table tr.odd {
background: #fff;
color: #222222;
}
.data-table tr.even {
background: #FBF8FB;
color: #222222;
}
.data-table th {
padding: 2px 15px;
color: #444444;
font-size: 13px;
text-transform: uppercase;
white-space: nowrap;
}
.data-table th a {
color: #222222;
}
.data-table td {
padding: 3px 12px;
}
.data-table thead th,
.cart-table .cart_total_price,
.cart-table .footer-bottomm,
.cart-table .cart_total_delivery {
border-bottom: 1px solid #ecf0f1;
border-right: 1px solid #ecf0f1;
font-weight: normal;
padding: 10px;
line-height: 30px;
text-align: left;
text-transform: uppercase;
vertical-align: middle;
white-space: nowrap;
text-align: center;
}
.td-price .price {
color: #FF7CB0;
}
.data-table tfoot {
border-bottom: 1px solid #ecf0f1;
border-right: 1px solid #ecf0f1;
}
.data-table tbody th {
padding: 3px 8px;
font-size: 11px;
font-weight: bold;
text-transform: none;
white-space: normal;
text-align: center;
}
.data-table tbody th,
.data-table tbody td {
border-bottom: 1px solid #ecf0f1;
border-right: 1px solid #ecf0f1;
text-align: center;
font-size: 14px;
}
.data-table tbody tr:hover {}
.data-table tfoot strong {
font-size: 14px;
}
.data-table tbody.odd tr {
background: #fff;
}
.data-table tbody.even tr {
background: #fbf8fb;
}
.data-table tbody.odd tr td,
.data-table tbody.even tr td {
border-bottom: 0;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
border-bottom: 1px solid #ecf0f1;
}
.data-table tbody td .option-label {
font-weight: bold;
font-style: italic;
}
.data-table tbody td .option-value {
padding-left: 10px;
}
/***** Cart *****/
.cart .page-headding .checkout-types {
margin-top: 10px;
float: right;
}
.cart-table th {
padding: 5px 10px;
}
.cart-table tfoot td {
padding: 10px;
}
.cart-table td {
padding: 10px;
}
.cart-table .product-name a {
font-weight: normal;
color: #222222;
font-size: 13px;
margin: 0 0 6px;
}
h2.product-name {
text-transform: uppercase;
}
.data-table .quantity_up_box,
.data-table .quantity_down_box {
float: none !important;
padding: 2px 0 !important;
}
.data-table input.qty {
height: 26px !important;
width: 49px !important;
float: none;
}
.btn-remove {
}
.btn-remove2:hover,
.btn-remove:hover {
}
.cart-collaterals .col-1 form.std fieldset,
.cart-collaterals .col-2 div.std fieldset,
.cart-collaterals .col-3 .totals {
border: 1px solid #ecf0f1;
padding: 15px;
}
/***** Cart Collaterals *****/
.cart .cart-collaterals {
padding: 0px 0 0;
}
.cart .panel-heading h3,
.cart .shipping h2,
#compare_shipping h3 {
color: #222222;
font-family: "Montserrat", sans-serif;
font-size: 15px;
font-weight: normal;
text-transform: uppercase;
}
.cart .shipping p {
margin: 0 0 3px;
}
.cart .shipping .form-list .input-box {
width: 270px;
}
.cart #compare_shipping select {
width: 277px;
}
.cart .shipping .form-list input.input-text,
.cart #compare_shipping input[type="text"] {
width: 265px;
}
.cart .discount .buttons-set,
.cart .shipping .buttons-set {
margin: 10px 0 0;
border: 0;
padding: 0;
text-align: left;
}
.cart .discount .input-box {
width: 250px;
}
.cart .discount input.input-text {
width: 250px;
}
.cart .totals table {
float: right;
margin: 0 0 8px;
}
.cart .totals td {
padding: 0 0 0 15px;
}
.cart .totals tfoot td strong {
font-size: 20px;
font-weight: normal;
color: #222222;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong,
.cart-table #total_product,
.cart_total_price .total_price_container span {
font-size: 18px;
font-weight: normal;
white-space: nowrap !important;
}
.cart .totals .checkout-types {
font-size: 13px;
padding: 4px 0;
text-align: right;
}
.cart .totals .checkout-types li {
clear: both;
margin: 0 0 5px;
}
.opc {
position: relative;
margin: 20px 0;
}
.opc .allow .step-title {
color: #fff;
cursor: pointer;
}
.opc .step-title {
background: #00c0be;
padding: 8px 20px;
text-align: right;
}
.opc .step-title .number {
color: #FFFFFF;
float: left;
font-family: "Montserrat", sans-serif;
font-size: 15px;
font-weight: normal;
margin: 0 13px 0 0
}
.opc .allow .step-title h2 {
color: #fff;
}
.opc .step-title h2 {
float: left;
margin: 0;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: normal;
color: #fff;
text-transform: uppercase;
}
/******************** Product Grid Page ********************/
/***** Col Main *****/
.category-banner {
width: 100%;
overflow: hidden;
margin: 0 0 10px;
text-align: center;
}
.category-banner img {
width: 100%;
}
.cat_desc {
margin: 0;
}
.cat_desc {
background-color: #FFFFFF;
line-height: 20px;
padding: 15px 0;
text-align: justify;
}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
width: 100%;
margin: 0 auto;
}
/***** Products Grid View *****/
.products-grid .item:hover {}
.products-grid .item {
float: left;
margin-bottom: 30px;
text-align: center;
width: 262px;
padding: 4px;
margin-right: 30px;
}
@media (max-width: 2500px) and (min-width: 992px) {
.products-grid li.item:nth-child(3n){
margin-right:0;
}
}
.products-grid .item .product-box {
float: left;
text-align: center;
width: 262px;
}
.products-grid .item .product-box:hover {}
/* .product-3column li:nth-child(3n+3){margin-right: 0 !important;}
.product-4column li:nth-child(4n+4){margin-right: 0 !important;} */
.featuredproducts .product-4column li {
margin-top: 20px !important;
}
.featuredproducts .product-3column li {
margin-top: 20px !important;
}
.newproducts .product-4column li {
margin-top: 20px !important;
}
.newproducts .product-3column li {
margin-top: 20px !important;
}
/***** Products List View *****/
.products-list li.item {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0px 0px 2px 2px #f5f5f5;
-moz-box-shadow: 0px 0px 2px 2px #f5f5f5;
-webkit-box-shadow: 0px 0px 2px 2px #f5f5f5;
margin: 0 0 30px;
padding: 4px;
width: 100%;
}
.products-list li.item:hover {
box-shadow: 0px 0px 2px 4px #f5f5f5;
-moz-box-shadow: 0px 0px 2px 4px #f5f5f5;
-webkit-box-shadow: 0px 0px 2px 4px #f5f5f5;
}
.products-list .image {
float: left;
position: relative;
}
.products-list .product-shop {
float: left;
margin: 0;
min-height: 290px;
padding: 0 20px;
width: 542px;
}
.products-list .product-name {
font-size: 24px;
font-weight: 5500;
margin: 9px 0 7px;
text-transform: uppercase;
color: #222222;
}
.products-list .product-name a {
color: #515151;
}
.products-list .price-box {
display: block;
}
.products-list .price-box .old-price,
.products-list .price-box .special-price {
display: inline-block;
padding-right: 10px;
}
.products-list .price-box .old-price .price {
color: #7f7d74 !important;
font-size: 16px;
font-weight: normal;
text-decoration: line-through;
padding: 2px 0;
display: block;
}
.products-list .price-box .price {
font-size: 16px;
color: #444444;
font-weight: bold;
}
.products-list .desc {
line-height: 21px;
margin: 8px 0;
text-align: justify;
}
.products-list .buttons-box {
bottom: 5px;
margin-top: 17px;
width: auto;
}
.products-list .product-list-com-wish-bottom {}
.products-list .image img {
margin: 20px 0 20px 20px;
}
.products-list .sale-box {
right: 0;
}
/***** Col Left Sidebar *****/
.block-title h2 {
color: #222222;
font-size: 18px;
margin: 0;
font-weight: normal;
padding: 6px 20px;
font-family: "Montserrat", sans-serif;
}
.block_content .tag_level1:hover {
background: none repeat scroll 0 0 #00c0be;
color: #FFFFFF;
padding: 2px 8px 6px;
}
.left-advertisment {
margin-bottom: 20px;
}
#product .left-advertisment {
margin-top: 18px;
}
.listcart-button {
margin-right: 10px;
margin-top: -12px;
}
/******************** Login Page ********************/
/***** Col Main *****/
.account-login .content {
min-height: 223px;
}
.account-login .content h2 {
border-bottom: 1px solid #ececec;
font-size: 18px;
font-weight: normal;
margin-bottom: 20px;
padding: 12px 0 8px;
}
.account-login p.required {
margin: 0 0 10px 0;
}
.account-login .content {
line-height: 24px;
}
/***** Footer Top Box *****/
.footer-top-box {
padding: 20px 0;
background: #272c33;
}
.footer-top-box h4 {
color: #fff;
font-family:montserrat;
font-weight: 600;
text-align: center;
font-size: 18px;
text-transform: capitalize;
margin: 0;
padding-bottom: 15px;
}
.pagging_bottom_40 {
padding: 40px;
}
/***** Twitter Box *****/
.socail-network-box .footer-top-column {
float: left;
margin-right: 18px;
width: 308px;
}
.socail-network-box {
text-align: left;
}
.socail-network-box .footer-top-column h3 {
margin-bottom: 20px;
margin-top: 0;
border-bottom: 1px solid #E4DDDD;
color: #222222;
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: normal;
min-height: 29px;
padding-bottom: 8px;
position: relative;
text-align: left;
text-transform: uppercase;
}
.socail-network-box .footer-top-column h3 span {
border-bottom: 1px solid #FF7CB0;
bottom: -1px;
left: 0;
padding-bottom: 8px;
padding-right: 10px;
position: absolute;
}
/***** Facebook Box *****/
.facebook-box {
overflow: hidden;
margin-left: -10px;
margin-top: -10px;
}
/***** Custom Column Box *****/
.socail-network-box .footer-top-column:last-child {
margin-right: 0px !important;
}
.socail-network-box .footer-top-column .custom-text {
height: 163px;
overflow: hidden;
text-overflow: ellipsis;
}
.socail-network-box .footer-top-column .custom-text p {
padding-bottom: 0 !important;
color: #222222;
font-size: 12px;
line-height: 20px;
margin-bottom: 20px;
}
/***** Socail Icon Box *****/
.newslatter {
float: left;
width: 410px;
}
.newslatter .socail-icon-box a {
border: 1px solid #999;
color: #999;
display: inline-block;
height: 45px;
text-align: center;
width: 45px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
margin-right: 5px;
transition: all 0.3s ease 0s;
}
.newslatter .socail-icon-box a::before {
font-size: 20px;
line-height: 45px;
}
.newslatter .socail-icon-box a:hover{
background:#01a8e6;
color: #fff;
border: 1px solid #01a8e6;
transition: all 0.3s ease 0s;
}
.socail-icon-box {
text-align: center;
}
/***** Footer Middle Box *****/
footer {
background-color: #2a2f36;
width: 100%;
text-align: left;
margin-top: 48px;
}
.footer-middle-box {
padding: 0;
}
/***** Newslettter Box *****/
.footer-middle-box .newslettter-box {}
.footer-middle-box .form-subscribe div {
float: left;
}
.call-us-box {
float: left;
text-align: center;
width: 350px;
}
.footer-payment {
float: left;
width: 410px;
text-align: center;
}
.call-us-box h4:before {
content: '\f095';
font-family: FontAwesome;
padding-right: 7px
}
.call-us-box-num {
color: #fff;
font-size: 18px;
font-weight: 500;
}
.call-us-box-num span {
color: #ffffff;
display: block;
font-size: 12px;
}
.footer-middle-box .form-subscribe .news-icon {
background: url("../../image/ticon/news-latter.png") no-repeat scroll center center #ff7cb0;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
display: block;
float: left;
height: 40px;
margin-top: 5px;
width: 40px;
}
.form-subscribe-header h4 {
color: #FFFFFF;
font-family: "Montserrat", sans-serif;
font-size: 17px;
margin-top: 7px;
padding-left: 44px;
text-transform: uppercase;
text-overflow: ellipsis;
white-space: nowrap;
}
.form-subscribe-header span {
color: #FFFFFF;
font-size: 14px;
padding-left: 22px;
text-overflow: ellipsis;
white-space: nowrap;
}
.form-subscribe .input-box {
float: right !important;
}
.form-subscribe .input-box .warning_inline,
.form-subscribe .input-box .success_inline {
color: #e6db55;
}
.form-subscribe input.input-text {
border: 1px solid #FFFFFF;
border-radius: 2px !important;
margin-right: 2px;
float: left;
height: 35px;
line-height: 27px;
padding: 0 0 0 8px;
width: 270px;
}
.form-subscribe button.button {
background-color: #ff7cb0;
border: 1px solid #ff7cb0;
float: left;
font-size: 14px;
font-weight: normal;
height: 37px;
border-radius: 2px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 101px;
}
.form-subscribe button.button:hover {
background-color: #00c0be;
border: 1px solid #00c0be;
}
/***** Footer Wrapper Box *****/
.footer-wrapper {
clear: both;
min-height: 140px;
overflow: auto;
padding:40px 0 30px;
}
/***** Back To Top *****/
.footer-bottom #beck-to-top {
display: block;
z-index: 9999;
margin-top: -40px;
right: 20px;
margin-left: -100px;
width: 45px;
position: fixed;
bottom: 60px;
}
.footer-bottom #beck-to-top a {
display: block;
padding: 20px;
background: #444444 url(../images/up_arrow.png) no-repeat center 14px;
}
.footer-bottom #beck-to-top a:hover {
background-color: #01a8e6;
transition: all 180ms ease-in-out 0s;
-webkit-transition: all 180ms ease-in-out 0s;
-moz-transition: all 180ms ease-in-out 0s;
-ms-transition: all 180ms ease-in-out 0s;
-o-transition: all 180ms ease-in-out 0s;
}
.copyright a {
color: #fff;
transition: .4s;
}
/***** Contact US *****/
.footer-wrapper .column {
float: left;
margin-right: 30px;
width: 170px;
}
.footer-wrapper .column-1 {
float: left;
margin-right: 30px;
width: 270px
}
.footer-wrapper .column-5 {
float: left;
width: 270px
}
.footer-wrapper h3 {
color: #FFFFFF;
font-size: 18px ;
font-weight: 600;
text-transform: capitalize;
font-family: montserrat;
padding-bottom: 30px;
margin: 0;
}
.contact-page-box h3 {
color: #222222 ;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
}
.footer-wrapper .address {
clear: both;
float: left;
margin-bottom: 4px;
}
.footer-wrapper .icon-contact-bg {
border: 2px solid #ffffff;
border-radius: 100%;
color: #ffffff;
float: left;
height: 30px;
text-align: center;
width: 30px;
}
.footer-wrapper .address .icon-contact-bg::before {
content: "\f041";
font-family: fontawesome;
font-size: 16px;
display: block;
padding-top: 1px;
}
.footer-wrapper .address .contact-text,
.footer-wrapper .mobile .contact-text,
.footer-wrapper .email .contact-text,
.footer-wrapper .skype .contact-text {
color: #FFFFFF;
font-size: 12px;
padding-top: 5px;
padding-left: 55px;
}
.contact-page-box .address .contact-text,
.contact-page-box .mobile .contact-text,
.contact-page-box .email .contact-text,
.contact-page-box .skype .contact-text {
color: #222222 !important;
padding-left: 38px;
}
.footer-wrapper .skype {
clear: both;
float: left;
margin-bottom: 4px;
}
.footer-wrapper .skype .icon-contact-bg:before {
content: "\f17e";
font-family: fontawesome;
font-size: 15px;
display: block;
padding-left: 2px;
padding-top: 1px;
}
.copyright {
color: #999;
}
.footer-wrapper .column a,
.footer-wrapper .column-1 p {
text-decoration: none;
color: #fff;
line-height: 23px;
transition: all 0.4s ease 0s;
}
.contact-page-box .column a {
text-decoration: none;
color: #27ae61 !important;
line-height: 23px;
}
.footer-wrapper .column ul li:first-letter {
text-transform: capitalize;
}
.footer-wrapper .column a:hover,
.copyright a:hover {
color: #01a8e6;
}
.footer-wrapper .mobile {
clear: both;
float: left;
margin-bottom: 4px;
}
.footer-wrapper .mobile .icon-contact-bg:before {
content: "\f095";
font-family: fontawesome;
font-size: 15px;
padding-top: 2px;
display: block;
padding-left: 1px;
}
.footer-wrapper .email {
margin-bottom: 8px;
clear: both;
float: left;
}
.footer-wrapper .email .icon-contact-bg:before {
content: "\f003";
font-family: fontawesome;
font-size: 15px;
display: block;
padding-left: 1px;
padding-top: 2px;
}
.footer-wrapper .column ul {
margin: 0;
padding: 0;
}
.footer-wrapper .column ul li ul {
display: none !important;
}
.footer-wrapper .column ul li {
margin-bottom: 8px;
list-style: none;
padding-left: 0;
}
/***** Footer Bottom Box *****/
.footer-bottom {
background-color: #272c33;
color: #fff;
padding: 25px 0 20px;
font-size: 13px;
}
.footer-bottom .footer-payment {
text-align: right;
width: 450px;
float: right;
margin-top: -6px;
}
.footer-logo img {
padding-bottom: 6px;
}
.footer-payment-icon {}
.footer-payment-icon a {
background-color: #999;
border-radius: 2px;
display: inline-block;
height: 33px;
margin-right: 5px;
width: 54px;
transition: all 0.3s ease 0s;
}
.footer-payment-icon a:hover {
background-color: #01a8e6;
transition: all 0.3s ease 0s;
}
.footer-bottom ul {
display: inline;
}
.footer-bottom .footer-links {
text-align: center;
}
.footer-bottom .links li {
text-transform: none;
}
.footer-bottom li {
display: inline;
padding: 0 3px 0 0;
}
.footer-bottom .links li a {
color: #fff;
}
.footer-bottom .links li a:hover {
color: #ff7cb0;
}
.footer-bottom .links li.last {
padding-right: 0 !important;
}
.footer-payment-icon img {
margin-top: 5px;
text-align: center;
}
/*animation */
.flexslider-container .prev,
.flexslider-container .next,
.featuredproducts .jcarousel-next,
.featuredproducts .jcarousel-prev,
.newproducts .jcarousel-prev,
.newproducts .jcarousel-next,
.upsaleproducts .jcarousel-prev,
.upsaleproducts .jcarousel-next,
.topsellersproduct .bx-controls-direction a,
.relatedproducts .bx-controls-direction a,
.bx-wrapper .bx-controls-direction a {
transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
-moz-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
-webkit-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
-o-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
}
/* custome css */
#categories_block_left,
.sidebar .block {
border: 1px solid #ecf0f1;
color: #333;
border-top:transparent;
}
#categories_block_left .block-title,
.sidebar .block .block-title {
background-color: #ecf0f1;
border-left: 3px solid #444444;
font-family: "Montserrat", sans-serif;
padding: 15px;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
}
#categories_block_left .block_content,
.sidebar .block-content {
font-size: 13px;
padding: 0px 15px 15px;
}
.custome-border-box {
border: 1px solid #E4DDDD;
border-top: 3px solid #00C0BE;
padding: 20px;
margin-bottom: 25px;
}
.margine20-bottom,
.category-products,
.product-collateral {}
.footer-wrapper .column ul li a.lnk_wishlist img {
display: none;
}
.col-right .news-blog {
margin-bottom: 25px !important;
}
#viewed-products_block_left {
margin-bottom: 25px;
}
/* recente search */
.tb_right {
height: 300px;
position: fixed;
right:-300px;
top: 236px;
width: 300px;
z-index: 99997;
}
.tb_right #tb_icon:before {
content: "\f002";
color: #fff;
font-size: 18px;
font-family: FontAwesome;
padding-right: 8px;
}
.tb_right #tb_icon {
background: #01a8e6;
cursor: pointer;
float: left;
left: -96px;
position: relative;
z-index: 99998;
padding: 15px 13px 16px 14px;
color: #fff;
transform: rotate(-90deg);
top: 38px;
}
.tb_right .tb_box {
background-color: #FFFFFF;
border: 1px solid #01a8e6;
float: right;
position: relative;
top: -58px;
right:0px;
z-index: 99999;
width: 300px;
text-align: left;
padding-top:10px;
}
.tb_right .tb_box iframe,
.tb_left .tb_box iframe {
width: 245px !important;
}
.tb_left {
height: 389px;
left: -247px;
position: fixed;
top: 297px;
width: 245px;
z-index: 99997;
}
.tb_left #tb_icon:before {
content: "\f099";
color: #fff;
font-size: 20px;
font-family: FontAwesome;
}
.tb_left #tb_icon {
background-color: #0084b4;
cursor: pointer;
float: right;
position: relative;
right: -45px;
z-index: 99998;
padding: 15px 10px 16px 16px;
}
.tb_left .tb_box {
background-color: #FFFFFF;
border: 4px solid #0084b4;
float: left;
position: relative;
right: 0px;
top: -61px;
z-index: 99999;
width: 245px;
}
/* ======== Favorite =======*/
.fa_right {
height: 300px;
position: fixed;
right:-300px;
top: 236px;
width: 300px;
z-index: 99997;
}
.fa_right #fb_icon:before {
content: "\f002";
color: #fff;
font-size: 18px;
font-family: FontAwesome;
padding-right: 8px;
}
.fa_right #fb_icon {
background: #01a8e6;
cursor: pointer;
float: left;
left: -96px;
position: relative;
z-index: 99998;
padding: 15px 13px 16px 14px;
color: #fff;
transform: rotate(-90deg);
top: 38px;
}
.fa_right .fb_box {
background-color: #FFFFFF;
border: 1px solid #01a8e6;
float: right;
position: relative;
top: -58px;
right:0px;
z-index: 99999;
width: 300px;
text-align: left;
padding-top:10px;
}
.fa_right .fb_box iframe,
.fa_right .fb_box iframe {
width: 245px !important;
}
.fa_right {
height: 389px;
left: -247px;
position: fixed;
top: 297px;
width: 245px;
z-index: 99997;
}
.fa_right #fb_icon:before {
content: "\f099";
color: #fff;
font-size: 20px;
font-family: FontAwesome;
}
.fa_right #fb_icon {
background-color: #0084b4;
cursor: pointer;
float: right;
position: relative;
right: -45px;
z-index: 99998;
padding: 15px 10px 16px 16px;
}
.tb_left .fb_box {
background-color: #FFFFFF;
border: 4px solid #0084b4;
float: left;
position: relative;
right: 0px;
top: -61px;
z-index: 99999;
width: 245px;
}
/*============ Product Tabs ============*/
.product-tabs {
line-height: normal;
margin: 0;
outline: none;
padding: 0;
position: relative;
background-color: #fff;
margin-top: 0px;
height: 45px;
text-align: left;
padding-left: 0;
clear: both;
}
.product-tabs li {
display: inline-block;
height: auto;
line-height: normal;
margin: 0;
outline: none;
padding: 0;
list-style: none;
margin-right: 5px;
}
.product-tabs li.active {
background: none;
}
.product-tabs a {
display: inline-block;
font-size: 12px;
height: 45px;
line-height: 42px;
padding: 0 14px;
text-transform: uppercase;
color: #333;
}
.product-collateral .title-divider {
position: relative;
top: -1px;
}
.product-tabs-content {
margin: 0;
padding: 5px 0px 12px;
border-top: 1px solid #E6E6E6;
border-top: none;
background-color: #fff;
width: 565px;
}
.product-tabs-content-inner {
outline: none;
padding: 12px 0;
clear: both;
}
.product-tabs-content-inner strong {
font-weight: 900;
}
.product-tabs-content-inner h2 {
margin: 5px 0;
}
.product-tabs-content .form-add h2 {
font-size: 100%;
font-weight: 900;
}
.product-tabs-content h1 {
outline: none;
}
.product-tabs-content h3 {
font-size: 100%;
}
.product-tabs-content dl {
margin: 0;
padding: 0;
}
.product-tabs-content dt {
font-weight: normal;
padding: 8px 0;
}
.product-tabs-content dd {
margin: 0;
}
.product-tabs-content h1,
.product-tabs-content h2,
.product-tabs-content h3,
.product-tabs-content h4,
.product-tabs-content h5,
.product-tabs-content h6 {
font-weight: lighter;
height: auto;
margin: 0;
padding: 0;
}
.product-tabs-content table {
margin: 10px 0;
}
.product-tabs-content #review-form h4 {
margin: 5px 0 15px;
}
.product-tabs-content h4 {
font-size: 100%;
}
#product-tabs {
border: 0px solid #eee;
border-bottom-width: 0;
}
#product-tabs {}
.box-reviews dd,
.review-title {
border-bottom: 1px solid #ccc;
}
#product-tabs > dt {
border-bottom: 1px solid #ccc;
}
#product-tabs > dd {
border-left: 0px solid #ccc;
border-bottom: 1px solid #ccc;
}
fieldset {
border: 0 none;
margin: 0;
padding: 0;
}
#product-review-table {
margin: 10px 0;
}
#product-review-table th,
#product-review-table td {
text-align: left;
}
.tab-box {
padding: 0px 0;
margin-top: 6px;
margin-left: 5px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus ,.nav > li > a:hover, .nav > li > a:focus{
color: #fff;
background-color: #01a8e6;
border: 1px solid #01a8e6;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
color: #fff;
}
.tab-box li.activeLink:hover {
color: #222;
font-weight: 700;
}
.nav > li > a {
border-bottom: none;
color: #fff;
margin-right: 0px;
text-decoration: none;
text-transform: capitalize;
font-size: 14px;
line-height: 3;
padding: 0 15px;
background-color: #444444;
border: 1px solid #444444;
}
.tabLink {
color: #ccc;
font-weight: normal;
}
.tabcontent {
background-color: #ffffff;
color: #515151;
display: block;
padding: 20px 0 20px 5px;
overflow: hidden;
font-size: 13px;
line-height: 29px;
}
.tabcontent .std ul li {
color: #333;
list-style: square outside none;
margin-left: 1em;
}
.hide {
display: none;
}
.form-add-tags input.input-text,
select,
textarea {
padding: 8px 10px;
margin-top: 0px;
width: 360px;
}
.options select,
.options textarea {
width: 200px;
}
.additional p {
font-size: 14px
}
.product-view .big-product-box .product-image img {
height: 392px !important;
width: 330px !important;
}
/* custome css */
.ratting-show {
float: left;
margin-top: 10px;
}
.comments_advices {
float: left;
margin-top: 9px;
}
.share {
clear: both;
display: block;
float: left;
margin-top: 10px;
}
.breadcrumb li a,
.comments_advices a {
color: #333;
}
.product-info .description {
clear: both;
line-height: 20px;
margin-bottom: 10px;
padding: 5px 5px 10px;
}
.product-info .description p {
margin: 0 0 10px;
}
.availability,
.product-brand {
display: block;
font-size: 13px;
font-weight: 900;
margin: 0 0 8px;
}
.availability.in-stock span {
color: #27ae60;
}
.product-info-box .description span {
color: #444444;
}
.product-info .description span.price-old {
color: #515151;
text-decoration: line-through;
}
.product-info-box .special-price {
color: #f5537d;
}
.product-info-box .price-box {
font-size: 30px;
font-weight: 300;
line-height: 39px;
}
.product-info-box .description .price-tax {
color: #515151;
font-size: 24px;
font-weight: normal;
}
.recently-viewed-items li {
display: block;
padding-bottom: 11px;
}
.btn_cart_update {
background: url("../../image/ticon/update-icon.png") no-repeat scroll 0 0;
border: 0 none;
cursor: pointer;
float: left;
height: 14px;
margin-right: 8px;
margin-top: 6px;
width: 13px;
}
.quantity .remove-item {
background: url("../../image/ticon/delete-icon.png") no-repeat scroll 0 0;
border: 0 none;
cursor: pointer;
float: left;
height: 18px;
margin-top: 6px;
width: 16px;
}
.recently-viewed-items li a {
color: #515151;
font-weight: bold;
text-transform: capitalize;
}
.recently-viewed-items li a:hover {
color: #01a8e6;
}
#checkout-step-billing #content h2 {
margin-bottom: 0 !important;
font-size: 25px;
font-family: "Montserrat", sans-serif;
font-weight: normal;
}
#checkoutSteps #content h3,
#checkoutSteps .content h3,
.static-contain h3 {
font-size: 22px;
font-family: "Montserrat", sans-serif;
}
#checkoutSteps #content li,
.sitemap-info li {
padding-bottom: 10px;
}
.button-show:hover .block-cart-header .header-items {
display: block;
}
.prices-wrap .prices {
font-weight: 600;
line-height: 26px;
}
.prices-wrap .prices .price_total {}
.toolbar .pagination .links {
display: none;
}
#language img,
#currency img {
margin-top: 4px;
padding-right: 2px;
}
.form-currency button,
.form-language button {
padding: 6px 8px 5px;
color: #888;
}
.form-language ul li a:hover,
#currency button:hover,
.form-language button:hover,
#currency button:focus,
.form-language button:focus {
text-decoration: none;
color: #333333;
}
.form-language .fa ,.form-language .fa {
padding-right: 5px;
}
.btn-remove {
border: 0;
}
.top_header_menu .open > .dropdown-menu {
display: block;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background: none;
}
.dropdown-menu li {
display: block;
}
.top_header_menu .dropdown-menu {
background-color: #f7f8f8;
-moz-box-shadow: 0 2px 5px #e9eaea;
-webkit-box-shadow: 0 2px 5px #e9eaea;
-o-box-shadow: 0 2px 5px #e9eaea;
box-shadow: 0 2px 5px #e9eaea;
-moz-border-radius: 0 2px 5px #e9eaea;
-webkit-border-radius: 0 2px 5px #e9eaea;
-o-border-radius: 0 2px 5px #e9eaea;
border-radius:0 0 4px 4px;
display: none;
left: auto;
right: 0;
list-style:none;
min-width: 120px;
padding: 5px;
position: absolute;
top: 97%;
transition: all 1s ease 0s;
z-index: 1000;
border: 0;
margin: 0;
}
.dropdown-menu button {
text-align: left;
cursor: pointer;
}
.dropdown-menu > li > a {
padding: 3px 10px;
}
.fa-star {
color: #01a8e6;
}
.fa-star:before {
content: "\f005";
font-size: 15px;
font-family: fontawesome;
}
.fa-star-o {
color: #01a8e6;
}
.fa-star-o:before {
content: "\f006";
font-size: 15px;
font-family: fontawesome;
}
.fa-stack {
display: inline-block;
height: 21px !important;
line-height: normal !important;
position: relative;
vertical-align: middle;
width: 11px !important;
margin-right: 2px;
}
.checkout-accordions {
margin-bottom: 35px;
}
.btn {
font-size: 13px;
}
.dropdown:hover .dropdown-menu.dropdown-menu-right {
display: block;
}
.form-language:hover .dropdown-menu,.form-currency:hover .dropdown-menu {
display: block;
}
/** custom css **/
.minicart-wrapper:hover ul.header-items {
display: block;
}
.our-offer-box-inner.our-offer-3:hover .redmore-button {
color: #01a8e6;
}
.header-banner {
float: left;
padding: 40px 0;
text-align: center;
width: 335px;
}
.header-banner h3,.header-banner p{
color:#333;
}
.header-banner.hb-1{
margin-right: 30px;
}
.header-banner:hover h3{
color: #01a8e6;
}
.header-banner h3{
margin:0;
font-family: Montserrat;
text-transform: capitalize;
font-size: 20px;
font-weight: 600;
padding-bottom: 5px;
}
.header-banner.hb-1 h3:before{
content: "\f06b";
font-family: FontAwesome;
padding-right: 10px;
}
.header-banner.hb-2 h3:before{
content: "\f0d1";
font-family: FontAwesome;
padding-right: 10px;
}
.promo-box .promo-box-inner:hover img,
.latest-banner-inner .latest-banner1:hover img {
opacity: 1;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.promo-box .promo-box-inner img,
.latest-banner-inner .latest-banner1 img {
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.promo-box .promo-box-inner {
position: relative;
overflow: hidden;
background-color: #222;
}
.news-bottom-box h3.name a:hover {
color: #01a8e6;
transition: .4s;
}
/** latest banner **/
.latest-banner .latest-banner1 .text-box {
position: absolute;
top: 53px;
left: 25px;
text-align: center;
}
.latest-banner1 {
position: relative;
width: 585px;
float: left;
overflow: hidden;
}
.latest-banner .text-box .latest-banner-title {
background: rgba(0, 0, 0, 0.5);
color: #ffffff;
font-family: montserrat;
font-size: 38px;
font-weight: bold;
padding: 2px 15px 9px;
text-align: center;
text-transform: capitalize;
}
.latest-banner1:hover .latest-banner-title{
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
animation-duration: 0.8s;
animation-fill-mode: both;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.promo-box-inner:hover h2.title,.latest-banner:hover .latest-banner-dess {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.latest-banner .latest-banner-dess {
color: #ffffff;
font-family: roboto;
font-size: 20px;
font-weight: 400;
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
color: #ffffff;
font-family: roboto;
font-size: 20px;
font-weight: 400;
padding: 5px;
}
.latest-banner-button {
float: left;
margin-top: 40px;
}
.latest-banner-button .shop-naw {
background: #ffffff;
padding: 9px 23px;
transition: .7s;
}
.latest-banner-button .shop-naw span {
color: #444444;
font-weight: bold;
text-transform: capitalize;
transition: .4s;
}
.latest-banner-button .shop-naw:hover span {
color: #ffffff;
}
.latest-banner-button .shop-naw:hover {
background: #01a8e6;
border: 1px solid #01a8e6;
transition: .4s;
}
.latest-banner {
overflow: hidden;
}
/** footer **/
.footer-wrapper .column a::before {
content: "\f101";
font-family: fontawesome;
font-size: 13px;
margin-left: 0;
margin-right: 5px;
transition: all 0.4s ease 0s;
}
.footer-wrapper .column a:hover {
margin-left: 5px;
}
.our-offer-box-inner .themeoptions-con::before {
content: "\f069";
font-family: fontawesome;
line-height: 2;
position: absolute;
top: 13px;
right: 25px;
}
/* owl slider */
.owl-prev {
position: absolute;
top: -70px;
right: 34px;
}
.owl-next{
position: absolute;
right: 18px;
top: -70px;
}
.more-views .owl-prev {
left: -17px;
top: 20px;
right: auto;
}
.more-views .owl-next {
right: -17px;
top: 20px;
}
/* background animation */
.tab-box a,.btn-info, .btn-default, .btn-primary{
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav > li > a:hover, .nav > li > a:focus ,.btn-info:hover,.btn-info:focus, .btn-default:hover,.btn-default:focus, .btn-primary:hover,.btn-primary:focus{
-webkit-transition:background 0.5s;
-moz-transition:background 0.5s;
-o-transition:background 0.5s;
transition:background 0.5s;
}
/******************** mega menu banner ************************/
.menubanner2 .img-1,.menubanner2 .img-2 {
position: relative;
display: inline-block;
overflow: hidden;
margin-left: 0;
margin-right: 22px;
}
.menu-banner-text {
position: absolute;
top: 10px;
left: 20px;
}
.menu-banner-text > h2 {
font-family: montserrat;
font-size: 30px;
font-weight: bold;
margin: 3px 0;
text-transform: uppercase;
}
.menu-banner-text span {
color: #01a8e6;
}
.menu-banner-text > p {
color: #171717;
margin: 0px;
padding-top: 10px;
padding-bottom: 18px;
}
.menu-banner-text .buttons > a {
background-color: #ee4a43;
color: #fff;
padding: 11px 20px;
text-transform: capitalize;
transition: .4s;
}
.menu-banner-text .buttons > a:hover {
background-color: #444;
color: #fff;
transition: .4s;
}
.img-2 .menu-banner-text {
left: 20;
}
.menubanner2 img {
width: 100%;
}
.menu-banner-text > h3 {
font-size: 24px;
font-weight: normal;
margin: 7px 0 21px;
text-transform: capitalize;
}
.menu-banner {
position: relative;
}
.menu-banner-content {
left: 20px;
position: absolute;
top: 23px;
}
.menu-banner-content > h2 {
color: #ee4a43;
font-family: montserrat;
font-size: 30px;
font-weight: bold;
margin: 0;
text-transform: capitalize;
}
.menu-banner-content > h3 {
color: #ee4a43;
font-size: 20px;
margin: 10px 0 0;
text-transform: capitalize;
}
.menu-banner-content > h4 {
margin: -9px 0 0;
}
.menu-banner-content > h4 {
font-size: 20px;
}
.menu-banner-content span {
color: #ee4a43;
font-size: 60px;
}
/******************** end mega menu banner ************************/
.userd-option-btn
{
padding-bottom:5px;
padding-top: 5px;
float:left;
width:100%;
background: #ECF0F1;
}
.shortlistbtn
{
background: #01a8e6;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
font-family: roboto;
font-weight: bold;
overflow: hidden;
padding: 8px 8px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
float: left;
width: 30%;
margin: 0px 3px;
}
.shortlistbtn:hover
{
background: #444444;
color:#fff;
}
.shortlistbtn:before
{
content: "\f006";
font-family: 'FontAwesome';
font-size: 15px;
padding-right: 8px;
text-decoration: none;
}
.sharebtn
{
background: #B3DB71;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
font-family: roboto;
font-weight: bold;
overflow: hidden;
padding: 8px 8px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
float: left;
width: 30%;
margin: 0px 5px;
}
.sharebtn:hover
{
background: #444444;
color:#fff;
}
.sharebtn:before
{
content: "\f1e0";
font-family: 'FontAwesome';
font-size: 15px;
padding-right: 8px;
text-decoration: none;
}
.favoritebtn:before {
content: "\f08a";
font-family: 'FontAwesome';
font-size: 15px;
padding-right: 8px;
text-decoration: none;
}
.favoritebtn
{
background: #01A8E6;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
font-family: roboto;
font-weight: bold;
overflow: hidden;
padding: 8px 8px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: capitalize;
white-space: nowrap;
float: right;
width: 30%;
margin: 0px 3px;
}
.favoritebtn:hover
{
background: #444444;
color:#fff;
}
.count-notification
{ position: relative;
background: red;
padding: 3px 5px;
border-radius: 20px;
top: -6px;
font-size: 11px;
}
.notification-menu ul li
{
border-bottom: 1px solid #444;
}
.searchpopovr
{
border-radius: 0px;
width :500px;
}
.searchpopovr .popover-content
{
padding: 9px 4px;
}
.searchpopovr .form-group {
margin-bottom: 7px;
}
.searchpopovr .popover-title
{
border-left: 3px solid #444;
background: #ECF0F1;
font-size: 14px;
font-weight: 500;
color: #333;
font-family: "Montserrat", sans-serif;
border-radius: 0px;
}
#userlogout img
{ vertical-align: middle;
margin-right: 5px;
width: 26px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
.sub-heading-fix-height
{
max-height: 125px;
overflow: auto;
margin-bottom:10px;
}
.main
{
margin-top: 10px;
}
.selectall-nav
{ color: #01A8E6 !important;
float: right;
font-weight: 400 !important;
}
a.selectall-nav:hover
{
color:#515151 !important;
}
.mt10
{
margin-top: 10px;
}
.mr10
{
margin-right: 10px;
}
.ml15
{
margin-left: 15px;
}
.fixednavbar
{
position: fixed;
top:0;
z-index: 9999;
width:100%;
}
.zoomContainer
{
z-index: 9999;
}
.width100p
{
width:100% !important;
} | 0.376394 | 0.171894 |
.button {
padding: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #1B1B1B;
color: white;
display: inline-block;
cursor: pointer;
font-size: 14px;
}
.button:hover {
background-color: black;
}
.button:active {
transform: scale(0.9);
}
body,
html {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
color: white;
}
body {
background-color: #535A5E;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
white-space: nowrap;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a {
text-decoration: none;
}
#overlay-black {
z-index: 2000;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
pointer-events: none;
opacity: 0;
}
#overlay-black .popover {
margin: 0 auto;
background-color: #303030;
width: 500px;
min-height: 100px;
border: 1px solid black;
padding: 15px;
}
#overlay-black .popover h3 {
font-family: 'Open Sans', sans-serif;
font-weight: normal;
line-height: 0;
font-size: 18px;
}
#overlay-black .popover .input-large {
width: 98%;
border: none;
height: 25px;
background-color: #1B1B1B;
margin-top: 5px;
color: gray;
padding-left: 10px;
}
#sysbar {
-webkit-app-region: drag;
background-color: #2E3233;
border-bottom: 1px solid black;
width: 100%;
height: 35px;
line-height: 35px;
color: white;
text-align: center;
position: relative;
z-index: 1000;
-moz-box-shadow: 0px 0px 15px 0px #000000;
-webkit-box-shadow: 0px 0px 15px 0px #000000;
-o-box-shadow: 0px 0px 15px 0px #000000;
box-shadow: 0px 0px 15px 0px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=15);
}
#sysbar .menu-container {
position: absolute;
left: 10px;
top: 0px;
-webkit-app-region: no-drag;
}
#sysbar .menu-container .item {
display: inline-block;
vertical-align: top;
min-width: 30px;
height: 35px;
font-size: 13px;
cursor: pointer;
color: gray;
margin-left: 10px;
position: relative;
}
#sysbar .menu-container .item .sub-menu {
position: absolute;
top: 35px;
min-width: 50px;
min-height: 30px;
background-color: #2E3233;
border: 1px solid black;
border-top: none;
display: none;
}
#sysbar .menu-container .item .sub-menu .sub-item {
color: gray;
width: 100%;
text-align: left;
padding-left: 15px;
padding-right: 15px;
}
#sysbar .menu-container .item .sub-menu .sub-item span {
font-size: 10px;
}
#sysbar .menu-container .item .sub-menu .sub-item:hover {
color: white;
}
#sysbar .menu-container .item:hover {
color: white;
}
#sysbar .menu-container .item:hover .sub-menu {
display: block;
}
#sysbar .title {
font-size: 16px;
cursor: default;
}
#sysbar .action-container {
position: absolute;
right: 10px;
top: 9px;
-webkit-app-region: no-drag;
}
#sysbar .action-container .bubble-bt {
height: 17px;
width: 17px;
border-radius: 17px;
cursor: pointer;
transition: 0.2s;
display: inline-block;
vertical-align: top;
margin-right: 2px;
background-color: black;
}
#sysbar .action-container .bubble-red {
background-color: #FF605C;
}
#sysbar .action-container .bubble-red:hover {
background-color: #dc4642;
}
#sysbar .action-container .bubble-green {
background-color: #0ECA37;
}
#sysbar .action-container .bubble-green:hover {
background-color: #0fa12e;
}
#sysbar .action-container .bubble-orange {
background-color: #FEBD00;
}
#sysbar .action-container .bubble-orange:hover {
background-color: #d09d07;
}
#sidebar {
-moz-box-shadow: 0px 0px 15px 0px #000000;
-webkit-box-shadow: 0px 0px 15px 0px #000000;
-o-box-shadow: 0px 0px 15px 0px #000000;
box-shadow: 0px 0px 15px 0px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=15);
position: relative;
vertical-align: top;
display: inline-block;
background-color: #393E3F;
z-index: 1;
width: 200px;
height: 100%;
border-right: 1px solid black;
padding-top: 20px;
overflow-x: auto;
overflow-y: hidden;
}
#sidebar .header-item {
white-space: nowrap;
color: white;
font-size: 17px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
cursor: pointer;
}
#sidebar .header-item i {
margin-right: 2px;
font-size: 13px;
}
#sidebar .normal-item {
white-space: nowrap;
color: gray;
font-size: 15px;
padding-left: 45px;
padding-top: 5px;
padding-bottom: 5px;
cursor: pointer;
transition: 0.2s;
}
#sidebar .normal-item:active {
transform: scale(0.9);
}
#sidebar .normal-item:hover {
color: white;
}
#sidebar .normal-item i {
margin-right: 2px;
font-size: 12px;
}
#main-content {
display: inline-block;
vertical-align: top;
position: absolute;
left: 200px;
right: 0px;
bottom: 50px;
top: 35px;
margin-left: -5px;
overflow: auto;
}
#music-player {
z-index: 0;
background-color: #393E3F;
position: absolute;
left: 200px;
right: 0px;
bottom: 0;
height: 50px;
line-height: 50px;
border-top: 1px solid black;
-moz-box-shadow: 0px 0px 15px 0px #000000;
-webkit-box-shadow: 0px 0px 15px 0px #000000;
-o-box-shadow: 0px 0px 15px 0px #000000;
box-shadow: 0px 0px 15px 0px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=15);
}
#music-player .control-bt {
display: inline-block;
height: 25px;
font-size: 25px;
cursor: pointer;
}
#music-player .control-bt:active {
transform: scale(0.9);
}
#music-player .play-bt {
margin-left: 10px;
margin-right: 10px;
}
#music-player .seek-control {
position: absolute;
top: 5px;
left: 110px;
right: 10px;
line-height: 30px;
height: 50px;
vertical-align: top;
}
#music-player .seek-control .title {
font-size: 11px;
}
#music-player .seek-control .progress-bar {
width: 100%;
height: 2px;
background-color: gray;
border-radius: 5px;
position: relative;
}
#music-player .seek-control .progress-bar .seek-bt {
background-color: white;
border: 1px solid lightgray;
height: 10px;
width: 10px;
border-radius: 10px;
position: absolute;
top: -5px;
left: 0px;
cursor: pointer;
}
.ptable {
margin: 0;
padding: 0;
border: none;
}
.ptable .table-item {
cursor: pointer;
height: 50px;
}
.ptable .table-item:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.ptable tr {
width: 100%;
}
.ptable tr th {
background-color: #2E3233;
padding: 5px;
border-bottom: 1px solid black;
border-right: 1px solid black;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
cursor: pointer;
font-size: 14px;
}
.ptable tr th i {
margin-right: 5px;
}
.ptable tr td {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
padding: 5px;
border-bottom: 1px solid #393E3F;
position: relative;
}
.ptable tr .progress-bar {
width: 50%;
height: 100%;
background-color: #4A7B4A;
position: relative;
}
.ptable tr .centered-text {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 30px;
color: white;
text-align: center;
z-index: 1;
font-size: 11px;
}
.ptable tr:nth-child(odd) {
background-color: #393E3F;
} | css/style.css | .button {
padding: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #1B1B1B;
color: white;
display: inline-block;
cursor: pointer;
font-size: 14px;
}
.button:hover {
background-color: black;
}
.button:active {
transform: scale(0.9);
}
body,
html {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
color: white;
}
body {
background-color: #535A5E;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
white-space: nowrap;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a {
text-decoration: none;
}
#overlay-black {
z-index: 2000;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
pointer-events: none;
opacity: 0;
}
#overlay-black .popover {
margin: 0 auto;
background-color: #303030;
width: 500px;
min-height: 100px;
border: 1px solid black;
padding: 15px;
}
#overlay-black .popover h3 {
font-family: 'Open Sans', sans-serif;
font-weight: normal;
line-height: 0;
font-size: 18px;
}
#overlay-black .popover .input-large {
width: 98%;
border: none;
height: 25px;
background-color: #1B1B1B;
margin-top: 5px;
color: gray;
padding-left: 10px;
}
#sysbar {
-webkit-app-region: drag;
background-color: #2E3233;
border-bottom: 1px solid black;
width: 100%;
height: 35px;
line-height: 35px;
color: white;
text-align: center;
position: relative;
z-index: 1000;
-moz-box-shadow: 0px 0px 15px 0px #000000;
-webkit-box-shadow: 0px 0px 15px 0px #000000;
-o-box-shadow: 0px 0px 15px 0px #000000;
box-shadow: 0px 0px 15px 0px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=15);
}
#sysbar .menu-container {
position: absolute;
left: 10px;
top: 0px;
-webkit-app-region: no-drag;
}
#sysbar .menu-container .item {
display: inline-block;
vertical-align: top;
min-width: 30px;
height: 35px;
font-size: 13px;
cursor: pointer;
color: gray;
margin-left: 10px;
position: relative;
}
#sysbar .menu-container .item .sub-menu {
position: absolute;
top: 35px;
min-width: 50px;
min-height: 30px;
background-color: #2E3233;
border: 1px solid black;
border-top: none;
display: none;
}
#sysbar .menu-container .item .sub-menu .sub-item {
color: gray;
width: 100%;
text-align: left;
padding-left: 15px;
padding-right: 15px;
}
#sysbar .menu-container .item .sub-menu .sub-item span {
font-size: 10px;
}
#sysbar .menu-container .item .sub-menu .sub-item:hover {
color: white;
}
#sysbar .menu-container .item:hover {
color: white;
}
#sysbar .menu-container .item:hover .sub-menu {
display: block;
}
#sysbar .title {
font-size: 16px;
cursor: default;
}
#sysbar .action-container {
position: absolute;
right: 10px;
top: 9px;
-webkit-app-region: no-drag;
}
#sysbar .action-container .bubble-bt {
height: 17px;
width: 17px;
border-radius: 17px;
cursor: pointer;
transition: 0.2s;
display: inline-block;
vertical-align: top;
margin-right: 2px;
background-color: black;
}
#sysbar .action-container .bubble-red {
background-color: #FF605C;
}
#sysbar .action-container .bubble-red:hover {
background-color: #dc4642;
}
#sysbar .action-container .bubble-green {
background-color: #0ECA37;
}
#sysbar .action-container .bubble-green:hover {
background-color: #0fa12e;
}
#sysbar .action-container .bubble-orange {
background-color: #FEBD00;
}
#sysbar .action-container .bubble-orange:hover {
background-color: #d09d07;
}
#sidebar {
-moz-box-shadow: 0px 0px 15px 0px #000000;
-webkit-box-shadow: 0px 0px 15px 0px #000000;
-o-box-shadow: 0px 0px 15px 0px #000000;
box-shadow: 0px 0px 15px 0px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=15);
position: relative;
vertical-align: top;
display: inline-block;
background-color: #393E3F;
z-index: 1;
width: 200px;
height: 100%;
border-right: 1px solid black;
padding-top: 20px;
overflow-x: auto;
overflow-y: hidden;
}
#sidebar .header-item {
white-space: nowrap;
color: white;
font-size: 17px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
cursor: pointer;
}
#sidebar .header-item i {
margin-right: 2px;
font-size: 13px;
}
#sidebar .normal-item {
white-space: nowrap;
color: gray;
font-size: 15px;
padding-left: 45px;
padding-top: 5px;
padding-bottom: 5px;
cursor: pointer;
transition: 0.2s;
}
#sidebar .normal-item:active {
transform: scale(0.9);
}
#sidebar .normal-item:hover {
color: white;
}
#sidebar .normal-item i {
margin-right: 2px;
font-size: 12px;
}
#main-content {
display: inline-block;
vertical-align: top;
position: absolute;
left: 200px;
right: 0px;
bottom: 50px;
top: 35px;
margin-left: -5px;
overflow: auto;
}
#music-player {
z-index: 0;
background-color: #393E3F;
position: absolute;
left: 200px;
right: 0px;
bottom: 0;
height: 50px;
line-height: 50px;
border-top: 1px solid black;
-moz-box-shadow: 0px 0px 15px 0px #000000;
-webkit-box-shadow: 0px 0px 15px 0px #000000;
-o-box-shadow: 0px 0px 15px 0px #000000;
box-shadow: 0px 0px 15px 0px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=15);
}
#music-player .control-bt {
display: inline-block;
height: 25px;
font-size: 25px;
cursor: pointer;
}
#music-player .control-bt:active {
transform: scale(0.9);
}
#music-player .play-bt {
margin-left: 10px;
margin-right: 10px;
}
#music-player .seek-control {
position: absolute;
top: 5px;
left: 110px;
right: 10px;
line-height: 30px;
height: 50px;
vertical-align: top;
}
#music-player .seek-control .title {
font-size: 11px;
}
#music-player .seek-control .progress-bar {
width: 100%;
height: 2px;
background-color: gray;
border-radius: 5px;
position: relative;
}
#music-player .seek-control .progress-bar .seek-bt {
background-color: white;
border: 1px solid lightgray;
height: 10px;
width: 10px;
border-radius: 10px;
position: absolute;
top: -5px;
left: 0px;
cursor: pointer;
}
.ptable {
margin: 0;
padding: 0;
border: none;
}
.ptable .table-item {
cursor: pointer;
height: 50px;
}
.ptable .table-item:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.ptable tr {
width: 100%;
}
.ptable tr th {
background-color: #2E3233;
padding: 5px;
border-bottom: 1px solid black;
border-right: 1px solid black;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
cursor: pointer;
font-size: 14px;
}
.ptable tr th i {
margin-right: 5px;
}
.ptable tr td {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
padding: 5px;
border-bottom: 1px solid #393E3F;
position: relative;
}
.ptable tr .progress-bar {
width: 50%;
height: 100%;
background-color: #4A7B4A;
position: relative;
}
.ptable tr .centered-text {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 30px;
color: white;
text-align: center;
z-index: 1;
font-size: 11px;
}
.ptable tr:nth-child(odd) {
background-color: #393E3F;
} | 0.326271 | 0.063744 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.qwant.com") {
/*Qwant Material design is a theme made by @Berter3000 for Qwant.
The theme is in the public domain.
Version 2016-11-11*/
@media all and (min-width: 999px)
{
body
{
background: #FAFAFA;
}
/*Sidebar*/
.sidebar
{
border-right: 1px solid rgba(0,0,0,0.14);
background: #fff;
}
/*.sidebar__top
{
background: transparent;
height: 110px;
}*/
.sidebar__item--current .sidebar__item__link
{
border-right: 2px solid #2196f3;
}
.sidebar__item .sidebar__item__link
{
color: rgba(57,59,61,.88);
}
.sidebar__item--all .sidebar__item__icon
{
background-position: -44px -304px;
}
.sidebar__item--web .sidebar__item__icon
{
background-position: -44px -348px;
}
.sidebar__item--news .sidebar__item__icon
{
background-position: -44px -398px;
}
.sidebar__item--social .sidebar__item__icon
{
background-position: -44px -436px;
}
.sidebar__item--images .sidebar__item__icon
{
background-position: -44px -480px;
}
.sidebar__item--videos .sidebar__item__icon
{
background-position: -44px -524px;
}
.sidebar__item--shopping .sidebar__item__icon
{
background-position: -44px -568px;
}
.sidebar__item--music .sidebar__item__icon
{
background-position: -44px -612px;
}
@media all and (max-height: 850px)
{
.sidebar__item--all .sidebar__item__icon
{
background-position: 0px 0px;
}
.sidebar__item--web .sidebar__item__icon
{
background-position: -28px 0px;
}
.sidebar__item--news .sidebar__item__icon
{
background-position: -56px 0px;
}
.sidebar__item--social .sidebar__item__icon
{
background-position: -84px 0px;
}
.sidebar__item--images .sidebar__item__icon
{
background-position: -112px 0px;
}
.sidebar__item--videos .sidebar__item__icon
{
background-position: -140px 0px;
}
.sidebar__item--shopping .sidebar__item__icon
{
background-position: -168px 0px;
}
.sidebar__item--music .sidebar__item__icon
{
background-position: -224px 0px;
}
}
.sidebar__item--boards
{
background: #2196f3;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.sidebar__item--boards .sidebar__item__label
{
color: #fff;
}
.sidebar__item--boards
{
bottom: 0px;
}
/*Home page*/
.home_page .search_bar .search_bar__form /*Search bar*/
{
background: #fff;
margin-top: 8px;
border: none;
border-radius: 2px;
padding: 6px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.home_page .autocomplete__dropdown /*Dropdown suggestions menu*/
{
border: none;
border-radius: 0px 0px 2px 2px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
margin: 0px -6px;
width: calc(100% + 70px);
}
.home_page .search_bar .search_bar__form__input, .home_page .search_bar .search_bar__form__placeholder /*Text into search bar*/
{
top: 10px;
}
.results-view .result-list__search .autocomplete__dropdown
{
top: 33px;
}
/*Search header*/
.result-list__top
{
position: fixed;
width: 100%;
height: 56px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
background: #2196f3;
color: #fff;
z-index: 6;
top: 0px;
}
.result_filter_dropdown
{
top: 71px;
}
.header
{
z-index: 7;
}
.header, .header__text
{
position: fixed;
background: #2196f3;
height: 56px;
}
.header__text
{
width: 100%;
height: 56px;
color: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
z-index: 6;
}
.header__text a
{
color: #fff;
}
.header__user .select-placeholder:hover, .header__user .wrapper-dropdown.active .select-placeholder, .header__user a:hover
{
color: #fff;
}
.header__user .select-placeholder, .header__user a
{
color: #fff;
}
.header__user .select-placeholder:hover, .header__user a:hover
{
color: rgba(255,255,255,.5);
}
.header__user .header__user__icon--settings
{
line-height: 56px;
}
.header__user__icon--settings span
{
background-position: -425px -250px;
}
.results-view .search_bar .search_bar__form, .results-page .search_bar .search_bar__form, .music_artist .search_bar .search_bar__form, .music_discography .search_bar .search_bar__form /*Search bar*/
{
background: #fff;
margin-top: 8px;
height: 40px;
border: none;
border-radius: 2px;
padding: 6px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.results-view .search_bar .search_bar__form__reset, .results-page .search_bar .search_bar__form__reset, .music_artist .search_bar .search_bar__form__reset, .music_discography .search_bar .search_bar__form__reset /*Reset button*/
{
padding: 0px;
}
.results-view .search_bar .search_bar__form__search, .results-page .search_bar .search_bar__form__search, .music_artist .search_bar .search_bar__form__search, .music_discography .search_bar .search_bar__form__search /*Search button*/
{
margin-top: -8px;
}
.results-view .suggester, .results-page .suggester, .music_artist .suggester, .music_discography .suggester /*Dropdown suggestions menu*/
{
margin-top: -17px;
}
.results-view .autocomplete__dropdown, .result-list__search .autocomplete__dropdown
{
border: none;
border-radius: 0px 0px 2px 2px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
margin: 0px -6px;
width: calc(100% + 70px);
}
.results-view .result-list__search .autocomplete__dropdown, .result-list__search .autocomplete__dropdown
{
top: 33px;
}
.autocomplete__hint
{
color: #AFAFAF;
}
.autocomplete__submit
{
opacity: .4;
}
.autocomplete__dropdown p.autocomplete_dropdown_item
{
background: transparent;
}
.results-page
{
padding-top: 56px;
}
/*About, images, videos ribbon*/
.results-page--all .ribbon__tabs
{
background: #fff;
border-bottom: 1px solid rgba(0,0,0,0.14);
}
.results-column--knowledge-ribbon, .results-column--music-ribbon, .ia-weather-current, .ia__encryption, .ia__calculator, .ia__unit_converter, .ia__npm
{
margin-top: 0px;
background: #fff;
border-bottom: 1px solid rgba(0,0,0,0.14);
}
.results-page--all .ribbon__tabs__tab.ribbon__tabs__tab--selected, .results-page--all .ribbon__tabs__tab.ribbon__tabs__tab--selected.ribbon__tabs__tab-images, .results-page--all .ribbon__tabs__tab.ribbon__tabs__tab--selected.ribbon__tabs__tab-videos, .results-page--all .ribbon__tabs__tab.ribbon__tabs__tab--selected.ribbon__tabs__tab-shopping, .results-page--all .ribbon__tabs__tab.ribbon__tabs__tab--selected.ribbon__tabs__tab-music, .artist_header__navigation_item_link.artist_header__navigation_item_link--selected
{
color: #2196F3;
border-bottom: 2px solid #2196F3;
opacity: 1;
}
.tooltip_container
{
background: RGBA(97, 97, 97, 0.9);
box-shadow: none;
padding: 8px;
font-size: 13px;
border-radius: 2px;
transition: opacity .3s;
}
.tooltip_container::after
{
display: none;
}
.results-page--all .ribbon__content__see-more, .results-page--all .ribbon__tabs__tab, .artist_header__navigation_item_link
{
color: #757575;
opacity: .65;
}
.results-page--all .ribbon__content::after
{
display: none;
}
/*Shopping ribbon*/
.results-column--shopping-ribbon .result_fragment
{
height: 100%;
background: #FAFAFA;
}
.results-column--shopping-ribbon .result.result--shopping a
{
margin: 3px 2px 2px 3px;
border: 1px solid rgba(0,0,0,0.14);
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
transition: .3s;
}
.results-column--shopping-ribbon .result.result--shopping a:hover
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
/*Music ribbon*/
.results-page--web .music-ribbon__discography__item
{
height: 149px;
width: 149px;
}
/*Weather ribbon*/
.ia_container--vertical .ia-weather-current
{
background: #fff;
}
.ia_container--vertical .ia-weather-forecast-five-container
{
width: 299px;
}
.ia-weather-forecast-five-snapshot--odd
{
background: transparent;
border: none;
}
/*Instant answers*/
.ia_container--horizontal .ia__encryption, .ia_container--horizontal .ia__calculator, .ia_container--horizontal .ia__unit_converter, .ia_container--horizontal .ia__npm
{
background: #fff;
border: 1px solid rgba(0,0,0,0.14);
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
margin: 30px 0px 10px 40px;
padding: 30px 30px 30px 30px;
transition: .3s;
}
.ia_container--horizontal .ia__encryption:hover, .ia_container--horizontal .ia__calculator:hover, .ia_container--horizontal .ia__unit_converter:hover, .ia_container--horizontal .ia__npm:hover
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
/*Results*/
.results-page h2, .results-page h2 a
{
color: #2196f3;
}
.results-page--all h2, .results-page--web h2, .results-page--news h2, .results-page--social h2, .results-page--shopping h2, .music_artist_search_page.results-page h2
{
border-bottom: none;
margin-bottom: -20px;
}
.results-page--web h2, .results-page--news h2, .results-page--social h2, .results-column--videos h2, .results-column--images h2, .results-page--shopping h2, .music_artist_search_page.results-page h2
{
color: rgba(0,0,0,.54);
}
.result_fragment
{
border-top: 1px solid rgba(0,0,0,0.14);
}
.results-page h2 a:hover
{
color: #1565C0;
}
.results-column--web .result, .results-page--all .results-column--news .result, .results-column--social .result, .results-column--shopping .result, .music_artist_search_page .result
{
background: #fff;
border: 1px solid rgba(0,0,0,0.14);
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
padding: 30px 30px 30px 30px;
transition: .3s;
}
.results-page--news .result
{
background: #fff;
border: 1px solid rgba(0,0,0,0.14);
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
padding: 30px 30px 30px 210px;
min-height: 156px;
transition: .3s;
}
.results-column--web .result:hover, .results-column--news .result:hover, .results-column--social .result:hover, .results-column--shopping .result:hover
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.result__url__type
{
color: #fff;
background: #ed9100;
border-radius: 2px;
padding-left: 3px;
padding-right: 3px;
}
.result__web__tooltip
{
top: 22px;
right: 50px;
color: #fff;
background: RGBA(97, 97, 97, 0.9);
border-radius: 2px;
border: none;
box-shadow: none;
}
.result__web__tooltip::before, .result__web__tooltip .icon
{
display: none;
}
.result__web__tooltip__text
{
margin-left: 8px;
margin-right: 8px;
margin-top: 0px;
}
.results-page--news .result__img__container
{
top: 35px;
left: 30px;
}
.results-page--all .result_actions__button_container, .results-page--web .result_actions__button_container, .results-page--news .result_actions__button_container, .results-page--social .result_actions__button_container, .results-column--shopping .result_actions__button_container, .music_artist_search_page .result_actions__button_container
{
top: 22px;
right: 7px;
}
/*Qnowledge graph*/
.results-page--web .ia_container--vertical, .results-page--web .results-column--knowledge
{
background: #fff;
border: 1px solid rgba(0,0,0,0.14);
border-radius: 2px;
margin-top: 30px;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
transition: .3s;
}
.results-page--web .ia_container--vertical:hover, .results-page--web .results-column--knowledge:hover
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.results-page--web .results-column--smart
{
margin-top: 10px;
}
.result_filter_list__filters
{
margin-top: 10px;
border-left: 1px solid rgba(0,0,0,0.14);
}
.result_filter_list__filters .result_filter__item + .result_filter__item
{
border-top: 1px solid rgba(0,0,0,0.14);
}
.result_filter__item__container__input
{
border-bottom: 2px solid #2196f3;
border-left: none;
border-right: none;
border-top: none;
border-radius: 0px;
font-family: Helvetica,"Droid Sans",Arial,sans-serif;
}
/*Images and videos results*/
.results-page--images .result_filters_container, .results-page--videos .result_filters_container /*Filters*/
{
top: 58px;
}
.results-column--videos h2, .results-column--images h2
{
border-bottom: 1px solid rgba(0,0,0,0.14);
}
.results-column--videos .result
{
border: 1px solid rgba(0,0,0,0.14);
border-radius: 2px;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
transition: .3s;
}
.results-column--videos .result:hover
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.result_filters_dropdown--handheld::before, .result_filters_dropdown--handheld::after, .result_filter_list__filters::before, .result_filter_list__filters::after
{
content: none;
}
.result_filters_dropdown--handheld, .results-page--news .result_filter_list__filters
{
border: 1px solid rgba(0,0,0,0.14);
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
border-radius: 2px;
top: 0px;
background: #fff;
}
.result_filter__item
{
margin: 0;
}
.result_filters_dropdown--handheld .wrapper-list li, .result_filters_dropdown--handheld .result_filter__item__label, .result_filter_list__filters .wrapper-list li, .result_filter_list__filters .result_filter__item__label
{
padding: 5px 10px 5px 20px;
transition: .3s;
}
.result_filters_dropdown--handheld .wrapper-list li:hover, .result_filter_list__filters .wrapper-list li:hover
{
background: #EEE;
}
.result_filters_dropdown--handheld .wrapper-list li:hover a, .result_filter_list__filters .wrapper-list li:hover a
{
color: rgba(57,59,61,.66);
}
.result_filters_dropdown--handheld .wrapper-list li.selected a, .result_filter_list__filters .wrapper-list li.selected a
{
font-weight: 400;
color: rgba(57,59,61,.82);
}
/*Previews*/
.image-overlay .image-overlay__image, .video-overlay .video-overlay__video
{
background: #fff;
border-radius: 2px 2px 0px 0px;
box-shadow: 0 2px 15px rgba(0,0,0,0.56);
}
.image-overlay .image-overlay__info, .video-overlay .video-overlay__info
{
background: #fff;
border-radius: 0px 0px 2px 2px;
box-shadow: 0 2px 15px rgba(0,0,0,0.56);
padding: 30px;
}
.image-overlay .image-overlay__info h3, .video-overlay .video-overlay__info h3
{
color: #212121;
text-shadow: none;
}
.result-list__search-holder--overlay /*Search box*/
{
border: none;
background: none;
box-shadow: none;
margin: 0px 24px;
}
.result-list__search-holder--overlay .search_bar__form__placeholder /*Text into search box*/
{
color: #979797;
font-size: 2em;
}
.result-list__search-holder--overlay .search_bar__form__input
{
color: #51585f;
font-size: 2em;
}
.result-list__search-holder--overlay .suggester /*Dropdown suggestions menu*/
{
background: #fff;
width: 100%;
}
.suggester__list
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.result-list__search-holder--overlay .suggester .suggester__list__element /*A suggestion*/
{
color: #333;
}
.image-overlay, .video-overlay
{
background: rgba(0,0,0,.8);
}
.image-overlay .image-overlay__menu, .video-overlay .video-overlay__menu
{
background: #2196f3;
z-index: 7;
border-radius: 0px 0px 0px 2px;
box-shadow: 0 2px 15px rgba(0,0,0,0.56);
top: 56px;
}
/*Settings page*/
.form_page
{
border: 1px solid rgba(0,0,0,0.14);
border-radius: 2px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
padding: 74px 24px 24px;
margin: 0px auto 76px auto;
}
.button
{
border-radius: 2px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.button:hover
{
box-shadow: 0 2px 15px rgba(0,0,0,0.26);
}
.button--blue
{
background: #2196f3;
}
.button--blue:hover
{
background: #1e88e5;
}
.button--grey
{
background: #fff;
color: #525252;
}
.button--grey:hover
{
background: #eee;
color: #525252;
}
.wrapper-dropdown
{
border-bottom: 1px solid rgba(0,0,0,0.14);
}
.form_page .wrapper-dropdown.active, .result_filter__item--dropdown .wrapper-dropdown.active
{
background: #fff;
color: #2196f3;
border-radius: 2px 2px 0px 0px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.wrapper-dropdown.active .select-placeholder
{
color: #2196f3;
}
.wrapper-dropdown .dropdown
{
border-radius: 0px 0px 2px 2px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.wrapper-dropdown .dropdown .dropdown__item:hover
{
background: #eee;
}
.toggle-switch input + label
{
background: #939393;
height: 21px;
}
.toggle-switch input + label::after
{
background: #f1f1f1;
height: 30px;
width: 30px;
top:-5px;
left: -3px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.toggle-switch input:checked + label::before
{
background: #70B8B2;
}
.toggle-switch input:checked + label::after
{
background: #009688;
box-shadow: 0 2px 15px rgba(0,0,0,0.26)
}
.input__text, .account_page .account_page__fields .input__textarea
{
border-bottom: 1px solid rgba(0,0,0,0.14);
background: transparent;
border-radius: 0px;
}
.input__text:active, .input__text:focus, .input__textarea:active, .input__textarea:focus, .account_page .account_page__fields .input__textarea:active, .account_page .account_page__fields .input__textarea:focus
{
border-bottom: 2px solid #2196f3;
}
/*Footer*/
.footer
{
box-shadow: none;
border-top: 1px solid rgba(0,0,0,0.14);
}
/*Music search*/
.music_artist_search_page
{
top: -56px;
}
.results-column--social .result.result--social--facebook, .results-column--social .result.result--social--twitter
{
background: transparent;
border-top: none;
border-right: none;
border-bottom: none;
box-shadow: none;
border-radius: 0px;
}
.artist_header
{
top: 56px;
}
.music-header-container
{
min-height: 300px;
}
/*Music Player*/
.music__player__container, #music_player__video_container
{
background: rgba(255,255,255,1);
}
#music_player__video_container
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.music_player, .music-player__next--active, .music-player__prev--active, .music-player__repeat--active, .music-player__shuffle--active, .music-player__album, .music-player__artist-link, .music-player__video_toggle-icon, #c_11
{
color: #212121;
background: transparent;
}
.music-player__progress-bar
{
background: rgba(255,255,255,1);
box-shadow: 0 -2px 5px rgba(0,0,0,0.26);
}
#music-player__progress-bar__progress, #music-player__volume-input__knob, #music-player__volume-input__back
{
background: #2196F3;
}
}
} | data/usercss/125390.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.qwant.com") {
/*Qwant Material design is a theme made by @Berter3000 for Qwant.
The theme is in the public domain.
Version 2016-11-11*/
@media all and (min-width: 999px)
{
body
{
background: #FAFAFA;
}
/*Sidebar*/
.sidebar
{
border-right: 1px solid rgba(0,0,0,0.14);
background: #fff;
}
/*.sidebar__top
{
background: transparent;
height: 110px;
}*/
.sidebar__item--current .sidebar__item__link
{
border-right: 2px solid #2196f3;
}
.sidebar__item .sidebar__item__link
{
color: rgba(57,59,61,.88);
}
.sidebar__item--all .sidebar__item__icon
{
background-position: -44px -304px;
}
.sidebar__item--web .sidebar__item__icon
{
background-position: -44px -348px;
}
.sidebar__item--news .sidebar__item__icon
{
background-position: -44px -398px;
}
.sidebar__item--social .sidebar__item__icon
{
background-position: -44px -436px;
}
.sidebar__item--images .sidebar__item__icon
{
background-position: -44px -480px;
}
.sidebar__item--videos .sidebar__item__icon
{
background-position: -44px -524px;
}
.sidebar__item--shopping .sidebar__item__icon
{
background-position: -44px -568px;
}
.sidebar__item--music .sidebar__item__icon
{
background-position: -44px -612px;
}
@media all and (max-height: 850px)
{
.sidebar__item--all .sidebar__item__icon
{
background-position: 0px 0px;
}
.sidebar__item--web .sidebar__item__icon
{
background-position: -28px 0px;
}
.sidebar__item--news .sidebar__item__icon
{
background-position: -56px 0px;
}
.sidebar__item--social .sidebar__item__icon
{
background-position: -84px 0px;
}
.sidebar__item--images .sidebar__item__icon
{
background-position: -112px 0px;
}
.sidebar__item--videos .sidebar__item__icon
{
background-position: -140px 0px;
}
.sidebar__item--shopping .sidebar__item__icon
{
background-position: -168px 0px;
}
.sidebar__item--music .sidebar__item__icon
{
background-position: -224px 0px;
}
}
.sidebar__item--boards
{
background: #2196f3;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.sidebar__item--boards .sidebar__item__label
{
color: #fff;
}
.sidebar__item--boards
{
bottom: 0px;
}
/*Home page*/
.home_page .search_bar .search_bar__form /*Search bar*/
{
background: #fff;
margin-top: 8px;
border: none;
border-radius: 2px;
padding: 6px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.home_page .autocomplete__dropdown /*Dropdown suggestions menu*/
{
border: none;
border-radius: 0px 0px 2px 2px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
margin: 0px -6px;
width: calc(100% + 70px);
}
.home_page .search_bar .search_bar__form__input, .home_page .search_bar .search_bar__form__placeholder /*Text into search bar*/
{
top: 10px;
}
.results-view .result-list__search .autocomplete__dropdown
{
top: 33px;
}
/*Search header*/
.result-list__top
{
position: fixed;
width: 100%;
height: 56px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
background: #2196f3;
color: #fff;
z-index: 6;
top: 0px;
}
.result_filter_dropdown
{
top: 71px;
}
.header
{
z-index: 7;
}
.header, .header__text
{
position: fixed;
background: #2196f3;
height: 56px;
}
.header__text
{
width: 100%;
height: 56px;
color: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
z-index: 6;
}
.header__text a
{
color: #fff;
}
.header__user .select-placeholder:hover, .header__user .wrapper-dropdown.active .select-placeholder, .header__user a:hover
{
color: #fff;
}
.header__user .select-placeholder, .header__user a
{
color: #fff;
}
.header__user .select-placeholder:hover, .header__user a:hover
{
color: rgba(255,255,255,.5);
}
.header__user .header__user__icon--settings
{
line-height: 56px;
}
.header__user__icon--settings span
{
background-position: -425px -250px;
}
.results-view .search_bar .search_bar__form, .results-page .search_bar .search_bar__form, .music_artist .search_bar .search_bar__form, .music_discography .search_bar .search_bar__form /*Search bar*/
{
background: #fff;
margin-top: 8px;
height: 40px;
border: none;
border-radius: 2px;
padding: 6px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.results-view .search_bar .search_bar__form__reset, .results-page .search_bar .search_bar__form__reset, .music_artist .search_bar .search_bar__form__reset, .music_discography .search_bar .search_bar__form__reset /*Reset button*/
{
padding: 0px;
}
.results-view .search_bar .search_bar__form__search, .results-page .search_bar .search_bar__form__search, .music_artist .search_bar .search_bar__form__search, .music_discography .search_bar .search_bar__form__search /*Search button*/
{
margin-top: -8px;
}
.results-view .suggester, .results-page .suggester, .music_artist .suggester, .music_discography .suggester /*Dropdown suggestions menu*/
{
margin-top: -17px;
}
.results-view .autocomplete__dropdown, .result-list__search .autocomplete__dropdown
{
border: none;
border-radius: 0px 0px 2px 2px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
margin: 0px -6px;
width: calc(100% + 70px);
}
.results-view .result-list__search .autocomplete__dropdown, .result-list__search .autocomplete__dropdown
{
top: 33px;
}
.autocomplete__hint
{
color: #AFAFAF;
}
.autocomplete__submit
{
opacity: .4;
}
.autocomplete__dropdown p.autocomplete_dropdown_item
{
background: transparent;
}
.results-page
{
padding-top: 56px;
}
/*About, images, videos ribbon*/
.results-page--all .ribbon__tabs
{
background: #fff;
border-bottom: 1px solid rgba(0,0,0,0.14);
}
.results-column--knowledge-ribbon, .results-column--music-ribbon, .ia-weather-current, .ia__encryption, .ia__calculator, .ia__unit_converter, .ia__npm
{
margin-top: 0px;
background: #fff;
border-bottom: 1px solid rgba(0,0,0,0.14);
}
.results-page--all .ribbon__tabs__tab.ribbon__tabs__tab--selected, .results-page--all .ribbon__tabs__tab.ribbon__tabs__tab--selected.ribbon__tabs__tab-images, .results-page--all .ribbon__tabs__tab.ribbon__tabs__tab--selected.ribbon__tabs__tab-videos, .results-page--all .ribbon__tabs__tab.ribbon__tabs__tab--selected.ribbon__tabs__tab-shopping, .results-page--all .ribbon__tabs__tab.ribbon__tabs__tab--selected.ribbon__tabs__tab-music, .artist_header__navigation_item_link.artist_header__navigation_item_link--selected
{
color: #2196F3;
border-bottom: 2px solid #2196F3;
opacity: 1;
}
.tooltip_container
{
background: RGBA(97, 97, 97, 0.9);
box-shadow: none;
padding: 8px;
font-size: 13px;
border-radius: 2px;
transition: opacity .3s;
}
.tooltip_container::after
{
display: none;
}
.results-page--all .ribbon__content__see-more, .results-page--all .ribbon__tabs__tab, .artist_header__navigation_item_link
{
color: #757575;
opacity: .65;
}
.results-page--all .ribbon__content::after
{
display: none;
}
/*Shopping ribbon*/
.results-column--shopping-ribbon .result_fragment
{
height: 100%;
background: #FAFAFA;
}
.results-column--shopping-ribbon .result.result--shopping a
{
margin: 3px 2px 2px 3px;
border: 1px solid rgba(0,0,0,0.14);
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
transition: .3s;
}
.results-column--shopping-ribbon .result.result--shopping a:hover
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
/*Music ribbon*/
.results-page--web .music-ribbon__discography__item
{
height: 149px;
width: 149px;
}
/*Weather ribbon*/
.ia_container--vertical .ia-weather-current
{
background: #fff;
}
.ia_container--vertical .ia-weather-forecast-five-container
{
width: 299px;
}
.ia-weather-forecast-five-snapshot--odd
{
background: transparent;
border: none;
}
/*Instant answers*/
.ia_container--horizontal .ia__encryption, .ia_container--horizontal .ia__calculator, .ia_container--horizontal .ia__unit_converter, .ia_container--horizontal .ia__npm
{
background: #fff;
border: 1px solid rgba(0,0,0,0.14);
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
margin: 30px 0px 10px 40px;
padding: 30px 30px 30px 30px;
transition: .3s;
}
.ia_container--horizontal .ia__encryption:hover, .ia_container--horizontal .ia__calculator:hover, .ia_container--horizontal .ia__unit_converter:hover, .ia_container--horizontal .ia__npm:hover
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
/*Results*/
.results-page h2, .results-page h2 a
{
color: #2196f3;
}
.results-page--all h2, .results-page--web h2, .results-page--news h2, .results-page--social h2, .results-page--shopping h2, .music_artist_search_page.results-page h2
{
border-bottom: none;
margin-bottom: -20px;
}
.results-page--web h2, .results-page--news h2, .results-page--social h2, .results-column--videos h2, .results-column--images h2, .results-page--shopping h2, .music_artist_search_page.results-page h2
{
color: rgba(0,0,0,.54);
}
.result_fragment
{
border-top: 1px solid rgba(0,0,0,0.14);
}
.results-page h2 a:hover
{
color: #1565C0;
}
.results-column--web .result, .results-page--all .results-column--news .result, .results-column--social .result, .results-column--shopping .result, .music_artist_search_page .result
{
background: #fff;
border: 1px solid rgba(0,0,0,0.14);
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
padding: 30px 30px 30px 30px;
transition: .3s;
}
.results-page--news .result
{
background: #fff;
border: 1px solid rgba(0,0,0,0.14);
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
padding: 30px 30px 30px 210px;
min-height: 156px;
transition: .3s;
}
.results-column--web .result:hover, .results-column--news .result:hover, .results-column--social .result:hover, .results-column--shopping .result:hover
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.result__url__type
{
color: #fff;
background: #ed9100;
border-radius: 2px;
padding-left: 3px;
padding-right: 3px;
}
.result__web__tooltip
{
top: 22px;
right: 50px;
color: #fff;
background: RGBA(97, 97, 97, 0.9);
border-radius: 2px;
border: none;
box-shadow: none;
}
.result__web__tooltip::before, .result__web__tooltip .icon
{
display: none;
}
.result__web__tooltip__text
{
margin-left: 8px;
margin-right: 8px;
margin-top: 0px;
}
.results-page--news .result__img__container
{
top: 35px;
left: 30px;
}
.results-page--all .result_actions__button_container, .results-page--web .result_actions__button_container, .results-page--news .result_actions__button_container, .results-page--social .result_actions__button_container, .results-column--shopping .result_actions__button_container, .music_artist_search_page .result_actions__button_container
{
top: 22px;
right: 7px;
}
/*Qnowledge graph*/
.results-page--web .ia_container--vertical, .results-page--web .results-column--knowledge
{
background: #fff;
border: 1px solid rgba(0,0,0,0.14);
border-radius: 2px;
margin-top: 30px;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
transition: .3s;
}
.results-page--web .ia_container--vertical:hover, .results-page--web .results-column--knowledge:hover
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.results-page--web .results-column--smart
{
margin-top: 10px;
}
.result_filter_list__filters
{
margin-top: 10px;
border-left: 1px solid rgba(0,0,0,0.14);
}
.result_filter_list__filters .result_filter__item + .result_filter__item
{
border-top: 1px solid rgba(0,0,0,0.14);
}
.result_filter__item__container__input
{
border-bottom: 2px solid #2196f3;
border-left: none;
border-right: none;
border-top: none;
border-radius: 0px;
font-family: Helvetica,"Droid Sans",Arial,sans-serif;
}
/*Images and videos results*/
.results-page--images .result_filters_container, .results-page--videos .result_filters_container /*Filters*/
{
top: 58px;
}
.results-column--videos h2, .results-column--images h2
{
border-bottom: 1px solid rgba(0,0,0,0.14);
}
.results-column--videos .result
{
border: 1px solid rgba(0,0,0,0.14);
border-radius: 2px;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
transition: .3s;
}
.results-column--videos .result:hover
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.result_filters_dropdown--handheld::before, .result_filters_dropdown--handheld::after, .result_filter_list__filters::before, .result_filter_list__filters::after
{
content: none;
}
.result_filters_dropdown--handheld, .results-page--news .result_filter_list__filters
{
border: 1px solid rgba(0,0,0,0.14);
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
border-radius: 2px;
top: 0px;
background: #fff;
}
.result_filter__item
{
margin: 0;
}
.result_filters_dropdown--handheld .wrapper-list li, .result_filters_dropdown--handheld .result_filter__item__label, .result_filter_list__filters .wrapper-list li, .result_filter_list__filters .result_filter__item__label
{
padding: 5px 10px 5px 20px;
transition: .3s;
}
.result_filters_dropdown--handheld .wrapper-list li:hover, .result_filter_list__filters .wrapper-list li:hover
{
background: #EEE;
}
.result_filters_dropdown--handheld .wrapper-list li:hover a, .result_filter_list__filters .wrapper-list li:hover a
{
color: rgba(57,59,61,.66);
}
.result_filters_dropdown--handheld .wrapper-list li.selected a, .result_filter_list__filters .wrapper-list li.selected a
{
font-weight: 400;
color: rgba(57,59,61,.82);
}
/*Previews*/
.image-overlay .image-overlay__image, .video-overlay .video-overlay__video
{
background: #fff;
border-radius: 2px 2px 0px 0px;
box-shadow: 0 2px 15px rgba(0,0,0,0.56);
}
.image-overlay .image-overlay__info, .video-overlay .video-overlay__info
{
background: #fff;
border-radius: 0px 0px 2px 2px;
box-shadow: 0 2px 15px rgba(0,0,0,0.56);
padding: 30px;
}
.image-overlay .image-overlay__info h3, .video-overlay .video-overlay__info h3
{
color: #212121;
text-shadow: none;
}
.result-list__search-holder--overlay /*Search box*/
{
border: none;
background: none;
box-shadow: none;
margin: 0px 24px;
}
.result-list__search-holder--overlay .search_bar__form__placeholder /*Text into search box*/
{
color: #979797;
font-size: 2em;
}
.result-list__search-holder--overlay .search_bar__form__input
{
color: #51585f;
font-size: 2em;
}
.result-list__search-holder--overlay .suggester /*Dropdown suggestions menu*/
{
background: #fff;
width: 100%;
}
.suggester__list
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.result-list__search-holder--overlay .suggester .suggester__list__element /*A suggestion*/
{
color: #333;
}
.image-overlay, .video-overlay
{
background: rgba(0,0,0,.8);
}
.image-overlay .image-overlay__menu, .video-overlay .video-overlay__menu
{
background: #2196f3;
z-index: 7;
border-radius: 0px 0px 0px 2px;
box-shadow: 0 2px 15px rgba(0,0,0,0.56);
top: 56px;
}
/*Settings page*/
.form_page
{
border: 1px solid rgba(0,0,0,0.14);
border-radius: 2px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
padding: 74px 24px 24px;
margin: 0px auto 76px auto;
}
.button
{
border-radius: 2px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.button:hover
{
box-shadow: 0 2px 15px rgba(0,0,0,0.26);
}
.button--blue
{
background: #2196f3;
}
.button--blue:hover
{
background: #1e88e5;
}
.button--grey
{
background: #fff;
color: #525252;
}
.button--grey:hover
{
background: #eee;
color: #525252;
}
.wrapper-dropdown
{
border-bottom: 1px solid rgba(0,0,0,0.14);
}
.form_page .wrapper-dropdown.active, .result_filter__item--dropdown .wrapper-dropdown.active
{
background: #fff;
color: #2196f3;
border-radius: 2px 2px 0px 0px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.wrapper-dropdown.active .select-placeholder
{
color: #2196f3;
}
.wrapper-dropdown .dropdown
{
border-radius: 0px 0px 2px 2px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.wrapper-dropdown .dropdown .dropdown__item:hover
{
background: #eee;
}
.toggle-switch input + label
{
background: #939393;
height: 21px;
}
.toggle-switch input + label::after
{
background: #f1f1f1;
height: 30px;
width: 30px;
top:-5px;
left: -3px;
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.toggle-switch input:checked + label::before
{
background: #70B8B2;
}
.toggle-switch input:checked + label::after
{
background: #009688;
box-shadow: 0 2px 15px rgba(0,0,0,0.26)
}
.input__text, .account_page .account_page__fields .input__textarea
{
border-bottom: 1px solid rgba(0,0,0,0.14);
background: transparent;
border-radius: 0px;
}
.input__text:active, .input__text:focus, .input__textarea:active, .input__textarea:focus, .account_page .account_page__fields .input__textarea:active, .account_page .account_page__fields .input__textarea:focus
{
border-bottom: 2px solid #2196f3;
}
/*Footer*/
.footer
{
box-shadow: none;
border-top: 1px solid rgba(0,0,0,0.14);
}
/*Music search*/
.music_artist_search_page
{
top: -56px;
}
.results-column--social .result.result--social--facebook, .results-column--social .result.result--social--twitter
{
background: transparent;
border-top: none;
border-right: none;
border-bottom: none;
box-shadow: none;
border-radius: 0px;
}
.artist_header
{
top: 56px;
}
.music-header-container
{
min-height: 300px;
}
/*Music Player*/
.music__player__container, #music_player__video_container
{
background: rgba(255,255,255,1);
}
#music_player__video_container
{
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.music_player, .music-player__next--active, .music-player__prev--active, .music-player__repeat--active, .music-player__shuffle--active, .music-player__album, .music-player__artist-link, .music-player__video_toggle-icon, #c_11
{
color: #212121;
background: transparent;
}
.music-player__progress-bar
{
background: rgba(255,255,255,1);
box-shadow: 0 -2px 5px rgba(0,0,0,0.26);
}
#music-player__progress-bar__progress, #music-player__volume-input__knob, #music-player__volume-input__back
{
background: #2196F3;
}
}
} | 0.309545 | 0.063628 |
.mc-t {
font-weight: 900;
text-align: center;
margin-bottom: 10px;
font-size: 2em;
color: #4CAF50;
text-shadow: 1px 1px 0px #166119, 1px 1px 0px #333, 1px 1px 3px #333;
}
.mc-help {
text-align: center;
max-width: 650px;
margin-left: auto;
margin-right: auto;
color: #7b7b7b;
position: relative;
padding-top: 10px;
margin-top: 15px;
}
.mc-help::before {
content: '';
position: absolute;
width: 200px;
height: 1px;
background: #ccc;
top: 0;
left: 50%;
margin-left: -100px;
}
.hc-create {
display: table;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
}
.hc-create a {
display: block;
float: left;
padding: 10px;
border: 1px solid #ccc;
margin-left: 5px;
margin-right: 5px;
line-height: 1;
border-radius: 3px;
margin-bottom: 10px;
}
.bl-dt {}
.bl-dt .dt-tit {
font-size: 1.6em;
font-weight: 900;
color: #275f29;
text-align: left;
line-height: 1.2;
max-width: 90%;
display: table;
/* margin-left: auto; */
/* margin-right: auto; */
}
.bl-dt .dt-sta {
display: table;
/* margin-left: auto; */
/* margin-right: auto; */
}
.bl-dt .dt-sta span {
/* margin-left: 10px; */
margin-right: 20px;
color: #737373;
}
.bl-dt .dt-sta a {
font-weight: 900;
}
.bl-dt .dt-desc {
margin-bottom: 20px;
margin-top: 10px;
color: #949494;
background: #fff;
padding: 10px;
border-radius: 2px;
box-shadow: 0 0 3px 0 #e4e4e4;
}
.bl-dt .dt-ct {
font-size: 1.1em;
color: #333;
text-align: justify;
}
.bl-dt .dt-ac {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
padding: 7px 5px;
margin-top: 20px;
font-style: italic;
color: #666;
text-align: right;
display: table;
width: 100%;
clear: both;
line-height: 2;
}
.bl-dt .dt-ac .dt-ac-ri{}
.bl-dt .dt-ac ul {
list-style: none;
padding: 0;
display: table;
float: right;
margin: 0;
margin-left: 10px;
}
.bl-dt .dt-ac li {
float: left;
margin-left: 7px;
}
.bl-dt .dt-ac li a {
display: block;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
color: #fff;
background: #4caf50;
}
.bl-dt .dt-ac .dt-ac-le{
float: left;
}
.bl-dt .dt-ac .dt-ac-le a{
display: inline;
font-style: normal;
margin-right: 5px;
line-height: 1;
}
.bl-dt .dt-ac li.like a {
background: transparent;
color: #ff0000;
font-size: 1.5em;
}
.bl-dt .dt-ac li.like a:hover {
color: #4caf50;
}
.bl-dt .dt-ac li.fb a:hover {
background: #3b5999;
}
.bl-dt .dt-ac li.gg a:hover {
background: #dd4b39;
}
.bl-dt .dt-tag {
display: table;
width: 100%;
margin-top: 20px;
}
.bl-dt .dt-tag a {
border: 1px solid #e4e4e4;
line-height: 1;
padding: 2px 5px;
border-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
background: #f1f1f1;
position: relative;
margin-right: 16px;
}
.bl-dt .dt-tag a::before {
content: '';
background: transparent;
position: absolute;
border-style: solid;
border-width: 13px 8px;
border-color: transparent transparent transparent #f1f1f1;
right: -16px;
top: 0;
z-index: 1;
}
.bl-dt .dt-tag a::after {
content: '';
background: transparent;
position: absolute;
border-style: solid;
border-width: 13px 8px;
border-color: transparent transparent transparent #e4e4e4;
right: -17px;
top: 0;
z-index: 0;
}
.bl-dt .dt-tag a:hover {
opacity: 0.8;
filter: alpha(opacity=0.8);
}
.bl-dt .dt-author {
display: table;
width: 100%;
padding: 10px 5px;
margin-top: 50px;
border: 3px double #ddd;
background: #f7f7f7;
position: relative;
/* box-shadow: 0 0 2px 0 #ccc; */
}
.bl-dt .dt-author::before {
content: '';
position: absolute;
top: -7px;
width: 45px;
height: 30px;
background: url('../../public/images/ui/paper-clip.png') no-repeat;
background-size: 100% 100%;
}
.bl-dt .dt-author .fll {
float: left;
width: 80%;
}
.bl-dt .dt-author .flr {
float: right;
width: 20%;
}
.bl-dt .dt-author .fl-top {}
.bl-dt .dt-author .fl-ava {
float: left;
width: 50px;
height: 50px;
}
.bl-dt .dt-author .fl-name {
float: right;
width: calc(100% - 50px);
padding-left: 10px;
}
.bl-dt .dt-author .fl-name p {
margin-bottom: 5px;
line-height: 1;
font-size: 0.85em;
}
.bl-dt .dt-author .fl-name p:first-child {
font-weight: 900;
font-size: 1.1em;
}
.bl-dt .dt-author .fl-bottom {
display: table;
width: 100%;
margin-top: 0;
color: #5f5f5f;
padding-top: 10px;
font-size: 0.9em;
}
.bl-dt .dt-author .fl-bottom p {
margin-bottom: 5px;
}
.bl-dt .dt-author .flr ul {
list-style: none;
padding: 0;
}
.bl-dt .dt-author .flr li {
padding: 5px 0;
font-size: 0.9em;
color: #5f5f5f;
line-height: 1;
}
.bl-dt .dt-cmt {
display: table;
width: 100%;
margin-top: 30px;
}
.bl-dt .dt-cmt .cmt-t {
font-weight: 900;
position: relative;
}
.bl-dt .dt-cmt .cmt-t::before {
content: '';
height: 1px;
width: 100%;
background: #ddd;
position: absolute;
right: 0;
top: 50%;
}
.bl-dt .dt-cmt .cmt-t span {
float: right;
background: #f6fbff;
position: relative;
padding-left: 5px;
cursor: pointer;
}
.bl-dt .dt-cmt .cmt-t label {
margin: 0;
background: #f6fbff;
position: relative;
z-index: 1;
padding-right: 5px;
}
.bl-dt .dt-cmt .cmt-opt {
position: absolute;
right: 10px;
}
.bl-dt .dt-cmt .cmt-opt span {
display: table;
margin-left: auto;
font-size: 20px;
color: #333;
padding: 4px 7px;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
line-height: 1;
}
.bl-dt .dt-cmt .cmt-opt span:hover {
background: #ddd;
border-color: #ddd;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.bl-dt .dt-cmt .cmt-opt ul {
list-style: none;
padding: 0;
margin: 0;
position: absolute;
min-width: 140px;
font-size: 14px;
right: 0;
background: #fff;
box-shadow: 0 0 8px 0 #bbbbbb;
border-radius: 2px;
z-index: 2;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.bl-dt .dt-cmt .cmt-opt:hover > ul {
display: block;
opacity: 1;
filter: alpha(opacity=1);
visibility: visible;
backface-visibility: visible;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.bl-dt .dt-cmt .cmt-opt ul li {
display: block;
border-bottom: 1px solid #efefef;
}
.bl-dt .dt-cmt .cmt-opt ul a {
display: block;
padding: 7px 5px;
line-height: 1;
color: #3f8042;
}
.bl-dt .dt-cmt .cmt-opt ul a:hover {
background: #f3f3f3;
}
.bl-dt .dt-cmt .cmt-list {
margin-top: 20px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.bl-dt .dt-cmt .cmt-list.c-collapse {
max-height: 0;
overflow: hidden;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.bl-dt .dt-cmt .cmt-i {
border: 1px solid #ddd;
background: #fff;
margin-bottom: 20px;
position: relative;
}
.bl-dt .dt-cmt .cmt-i.cmt-rep {
width: 97%;
margin-left: auto;
}
.bl-dt .dt-cmt .cmt-inf {
display: table;
width: 100%;
padding: 5px;
background: rgba(0, 0, 0, 0.05);
border-bottom: 1px solid #ddd;
}
.bl-dt .dt-cmt .cmt-inf .fll {
float: left;
width: 40px;
height: 40px;
}
.bl-dt .dt-cmt .cmt-inf .flr {
float: right;
width: calc(100% - 40px);
}
.bl-dt .dt-cmt .cmt-inf .flr p {
margin-bottom: 5px;
line-height: 1.1;
font-size: 14px;
padding-left: 10px;
color: #888;
}
.bl-dt .dt-cmt .cmt-inf .flr p a {
font-weight: 900;
font-size: 1.1em;
}
.bl-dt .dt-cmt .cmt-ct {
padding: 10px 5px;
}
.bl-dt .dt-cmt .cmt-ac {
padding: 5px 5px 10px 5px;
}
.bl-dt .dt-cmt .cmt-ac a {
margin-right: 10px;
}
.bl-dt .dt-ct.dt-lr {}
.bl-dt .dt-ct.dt-lr .lr-t {
font-weight: 900;
margin-bottom: 10px;
font-size: 1.1em;
}
.bl-dt .dt-ct.dt-lr p {
margin-bottom: 7px;
line-height: 1.2;
}
.dt-player {
margin-bottom: 20px;
margin-top: 50px;
}
.form-comment {
position: relative;
margin-bottom: 20px;
}
.btn-reply {
text-decoration: underline;
position: absolute;
bottom: 20px;
right: 0;
}
.btn-reply:hover {
cursor: pointer;
text-decoration: none;
}
.block-ss.block-page-create {
background: url(../images/ui/yu0kYej.png) no-repeat bottom right;
}
.block-ss.block-page-create .block-tt h3,
.block-ss.block-ss.block-page-create .block-tt span {
font-size: 1.3em;
color: #656565;
text-transform: capitalize;
border: 0;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
margin-bottom: 14px;
font-weight: 100;
}
.block-ss.block-page-create .h-item.h-horizontal {
box-shadow: none;
background: #fafdff;
}
.block-ss.block-page-create .h-item.h-horizontal .h-thumb {
height: 100px;
}
.block-ss.block-page-create .h-item.h-horizontal h3 {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.block-ss.block-page-create .h-item .h-desc {
padding-bottom: 0px;
}
.block-ss.block-page-create .h-item.h-horizontal .h-i-item {
padding-bottom: 0;
}
.not-cc {
padding: 10px 5px;
border: 1px dashed #ccc;
color: #5d5d5d;
font-size: 14px;
text-align: center;
margin-bottom: 20px;
background: #f1f1f1;
font-weight: 700;
}
/*Custom icon*/
span.fr-emoticon {
font-weight: normal;
font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
display: inline;
line-height: 0;
}
span.fr-emoticon.fr-emoticon-img {
background-repeat: no-repeat !important;
font-size: inherit;
height: 1em;
width: 1em;
min-height: 20px;
min-width: 20px;
display: inline-block;
margin: -0.1em 0.1em 0.1em;
line-height: 1;
vertical-align: middle;
}
#preview {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 10000;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
#preview.display {
opacity: 1;
visibility: visible;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
#preview .btn-close {
position: absolute;
top: 10px;
right: 20px;
background: #F44336;
color: #fff;
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 100%;
font-size: 22px;
cursor: pointer;
}
#preview .contain-preview {
background: #fff;
max-width: 70%;
max-height: 95%;
display: block;
margin: auto;
padding: 30px 20px;
margin-top: 50px;
border-radius: 5px;
border: 1px solid #ccc;
overflow: hidden;
} | public/css/article.css | .mc-t {
font-weight: 900;
text-align: center;
margin-bottom: 10px;
font-size: 2em;
color: #4CAF50;
text-shadow: 1px 1px 0px #166119, 1px 1px 0px #333, 1px 1px 3px #333;
}
.mc-help {
text-align: center;
max-width: 650px;
margin-left: auto;
margin-right: auto;
color: #7b7b7b;
position: relative;
padding-top: 10px;
margin-top: 15px;
}
.mc-help::before {
content: '';
position: absolute;
width: 200px;
height: 1px;
background: #ccc;
top: 0;
left: 50%;
margin-left: -100px;
}
.hc-create {
display: table;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
}
.hc-create a {
display: block;
float: left;
padding: 10px;
border: 1px solid #ccc;
margin-left: 5px;
margin-right: 5px;
line-height: 1;
border-radius: 3px;
margin-bottom: 10px;
}
.bl-dt {}
.bl-dt .dt-tit {
font-size: 1.6em;
font-weight: 900;
color: #275f29;
text-align: left;
line-height: 1.2;
max-width: 90%;
display: table;
/* margin-left: auto; */
/* margin-right: auto; */
}
.bl-dt .dt-sta {
display: table;
/* margin-left: auto; */
/* margin-right: auto; */
}
.bl-dt .dt-sta span {
/* margin-left: 10px; */
margin-right: 20px;
color: #737373;
}
.bl-dt .dt-sta a {
font-weight: 900;
}
.bl-dt .dt-desc {
margin-bottom: 20px;
margin-top: 10px;
color: #949494;
background: #fff;
padding: 10px;
border-radius: 2px;
box-shadow: 0 0 3px 0 #e4e4e4;
}
.bl-dt .dt-ct {
font-size: 1.1em;
color: #333;
text-align: justify;
}
.bl-dt .dt-ac {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
padding: 7px 5px;
margin-top: 20px;
font-style: italic;
color: #666;
text-align: right;
display: table;
width: 100%;
clear: both;
line-height: 2;
}
.bl-dt .dt-ac .dt-ac-ri{}
.bl-dt .dt-ac ul {
list-style: none;
padding: 0;
display: table;
float: right;
margin: 0;
margin-left: 10px;
}
.bl-dt .dt-ac li {
float: left;
margin-left: 7px;
}
.bl-dt .dt-ac li a {
display: block;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
color: #fff;
background: #4caf50;
}
.bl-dt .dt-ac .dt-ac-le{
float: left;
}
.bl-dt .dt-ac .dt-ac-le a{
display: inline;
font-style: normal;
margin-right: 5px;
line-height: 1;
}
.bl-dt .dt-ac li.like a {
background: transparent;
color: #ff0000;
font-size: 1.5em;
}
.bl-dt .dt-ac li.like a:hover {
color: #4caf50;
}
.bl-dt .dt-ac li.fb a:hover {
background: #3b5999;
}
.bl-dt .dt-ac li.gg a:hover {
background: #dd4b39;
}
.bl-dt .dt-tag {
display: table;
width: 100%;
margin-top: 20px;
}
.bl-dt .dt-tag a {
border: 1px solid #e4e4e4;
line-height: 1;
padding: 2px 5px;
border-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
background: #f1f1f1;
position: relative;
margin-right: 16px;
}
.bl-dt .dt-tag a::before {
content: '';
background: transparent;
position: absolute;
border-style: solid;
border-width: 13px 8px;
border-color: transparent transparent transparent #f1f1f1;
right: -16px;
top: 0;
z-index: 1;
}
.bl-dt .dt-tag a::after {
content: '';
background: transparent;
position: absolute;
border-style: solid;
border-width: 13px 8px;
border-color: transparent transparent transparent #e4e4e4;
right: -17px;
top: 0;
z-index: 0;
}
.bl-dt .dt-tag a:hover {
opacity: 0.8;
filter: alpha(opacity=0.8);
}
.bl-dt .dt-author {
display: table;
width: 100%;
padding: 10px 5px;
margin-top: 50px;
border: 3px double #ddd;
background: #f7f7f7;
position: relative;
/* box-shadow: 0 0 2px 0 #ccc; */
}
.bl-dt .dt-author::before {
content: '';
position: absolute;
top: -7px;
width: 45px;
height: 30px;
background: url('../../public/images/ui/paper-clip.png') no-repeat;
background-size: 100% 100%;
}
.bl-dt .dt-author .fll {
float: left;
width: 80%;
}
.bl-dt .dt-author .flr {
float: right;
width: 20%;
}
.bl-dt .dt-author .fl-top {}
.bl-dt .dt-author .fl-ava {
float: left;
width: 50px;
height: 50px;
}
.bl-dt .dt-author .fl-name {
float: right;
width: calc(100% - 50px);
padding-left: 10px;
}
.bl-dt .dt-author .fl-name p {
margin-bottom: 5px;
line-height: 1;
font-size: 0.85em;
}
.bl-dt .dt-author .fl-name p:first-child {
font-weight: 900;
font-size: 1.1em;
}
.bl-dt .dt-author .fl-bottom {
display: table;
width: 100%;
margin-top: 0;
color: #5f5f5f;
padding-top: 10px;
font-size: 0.9em;
}
.bl-dt .dt-author .fl-bottom p {
margin-bottom: 5px;
}
.bl-dt .dt-author .flr ul {
list-style: none;
padding: 0;
}
.bl-dt .dt-author .flr li {
padding: 5px 0;
font-size: 0.9em;
color: #5f5f5f;
line-height: 1;
}
.bl-dt .dt-cmt {
display: table;
width: 100%;
margin-top: 30px;
}
.bl-dt .dt-cmt .cmt-t {
font-weight: 900;
position: relative;
}
.bl-dt .dt-cmt .cmt-t::before {
content: '';
height: 1px;
width: 100%;
background: #ddd;
position: absolute;
right: 0;
top: 50%;
}
.bl-dt .dt-cmt .cmt-t span {
float: right;
background: #f6fbff;
position: relative;
padding-left: 5px;
cursor: pointer;
}
.bl-dt .dt-cmt .cmt-t label {
margin: 0;
background: #f6fbff;
position: relative;
z-index: 1;
padding-right: 5px;
}
.bl-dt .dt-cmt .cmt-opt {
position: absolute;
right: 10px;
}
.bl-dt .dt-cmt .cmt-opt span {
display: table;
margin-left: auto;
font-size: 20px;
color: #333;
padding: 4px 7px;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
line-height: 1;
}
.bl-dt .dt-cmt .cmt-opt span:hover {
background: #ddd;
border-color: #ddd;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.bl-dt .dt-cmt .cmt-opt ul {
list-style: none;
padding: 0;
margin: 0;
position: absolute;
min-width: 140px;
font-size: 14px;
right: 0;
background: #fff;
box-shadow: 0 0 8px 0 #bbbbbb;
border-radius: 2px;
z-index: 2;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.bl-dt .dt-cmt .cmt-opt:hover > ul {
display: block;
opacity: 1;
filter: alpha(opacity=1);
visibility: visible;
backface-visibility: visible;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.bl-dt .dt-cmt .cmt-opt ul li {
display: block;
border-bottom: 1px solid #efefef;
}
.bl-dt .dt-cmt .cmt-opt ul a {
display: block;
padding: 7px 5px;
line-height: 1;
color: #3f8042;
}
.bl-dt .dt-cmt .cmt-opt ul a:hover {
background: #f3f3f3;
}
.bl-dt .dt-cmt .cmt-list {
margin-top: 20px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.bl-dt .dt-cmt .cmt-list.c-collapse {
max-height: 0;
overflow: hidden;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.bl-dt .dt-cmt .cmt-i {
border: 1px solid #ddd;
background: #fff;
margin-bottom: 20px;
position: relative;
}
.bl-dt .dt-cmt .cmt-i.cmt-rep {
width: 97%;
margin-left: auto;
}
.bl-dt .dt-cmt .cmt-inf {
display: table;
width: 100%;
padding: 5px;
background: rgba(0, 0, 0, 0.05);
border-bottom: 1px solid #ddd;
}
.bl-dt .dt-cmt .cmt-inf .fll {
float: left;
width: 40px;
height: 40px;
}
.bl-dt .dt-cmt .cmt-inf .flr {
float: right;
width: calc(100% - 40px);
}
.bl-dt .dt-cmt .cmt-inf .flr p {
margin-bottom: 5px;
line-height: 1.1;
font-size: 14px;
padding-left: 10px;
color: #888;
}
.bl-dt .dt-cmt .cmt-inf .flr p a {
font-weight: 900;
font-size: 1.1em;
}
.bl-dt .dt-cmt .cmt-ct {
padding: 10px 5px;
}
.bl-dt .dt-cmt .cmt-ac {
padding: 5px 5px 10px 5px;
}
.bl-dt .dt-cmt .cmt-ac a {
margin-right: 10px;
}
.bl-dt .dt-ct.dt-lr {}
.bl-dt .dt-ct.dt-lr .lr-t {
font-weight: 900;
margin-bottom: 10px;
font-size: 1.1em;
}
.bl-dt .dt-ct.dt-lr p {
margin-bottom: 7px;
line-height: 1.2;
}
.dt-player {
margin-bottom: 20px;
margin-top: 50px;
}
.form-comment {
position: relative;
margin-bottom: 20px;
}
.btn-reply {
text-decoration: underline;
position: absolute;
bottom: 20px;
right: 0;
}
.btn-reply:hover {
cursor: pointer;
text-decoration: none;
}
.block-ss.block-page-create {
background: url(../images/ui/yu0kYej.png) no-repeat bottom right;
}
.block-ss.block-page-create .block-tt h3,
.block-ss.block-ss.block-page-create .block-tt span {
font-size: 1.3em;
color: #656565;
text-transform: capitalize;
border: 0;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
margin-bottom: 14px;
font-weight: 100;
}
.block-ss.block-page-create .h-item.h-horizontal {
box-shadow: none;
background: #fafdff;
}
.block-ss.block-page-create .h-item.h-horizontal .h-thumb {
height: 100px;
}
.block-ss.block-page-create .h-item.h-horizontal h3 {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.block-ss.block-page-create .h-item .h-desc {
padding-bottom: 0px;
}
.block-ss.block-page-create .h-item.h-horizontal .h-i-item {
padding-bottom: 0;
}
.not-cc {
padding: 10px 5px;
border: 1px dashed #ccc;
color: #5d5d5d;
font-size: 14px;
text-align: center;
margin-bottom: 20px;
background: #f1f1f1;
font-weight: 700;
}
/*Custom icon*/
span.fr-emoticon {
font-weight: normal;
font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
display: inline;
line-height: 0;
}
span.fr-emoticon.fr-emoticon-img {
background-repeat: no-repeat !important;
font-size: inherit;
height: 1em;
width: 1em;
min-height: 20px;
min-width: 20px;
display: inline-block;
margin: -0.1em 0.1em 0.1em;
line-height: 1;
vertical-align: middle;
}
#preview {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 10000;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
#preview.display {
opacity: 1;
visibility: visible;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
#preview .btn-close {
position: absolute;
top: 10px;
right: 20px;
background: #F44336;
color: #fff;
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 100%;
font-size: 22px;
cursor: pointer;
}
#preview .contain-preview {
background: #fff;
max-width: 70%;
max-height: 95%;
display: block;
margin: auto;
padding: 30px 20px;
margin-top: 50px;
border-radius: 5px;
border: 1px solid #ccc;
overflow: hidden;
} | 0.603465 | 0.166066 |
html {
min-width: 400px;
width: 100%;
height: 100%;
}
body {
font-family: "Open Sans" ,sans-serif;
color: #000000;
margin-top: 40px;
line-height: 16px;
font-weight: 400;
font-size: 14px;
width: 100%;
height: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-family:"Open Sans", sans-serif;
font-weight: 500;
line-height:40px;
color: #11b674;
}
p {
font-family:"Open Sans", sans-serif;
font-weight: 500;
line-height: 2em;
color: gray;
}
h1 {
color: #11b674;
font-weight: 700;
}
h3 {
color: #11b674;
font-weight: 700;
}
/** Navigation bar */
@media(min-width:767px) {
.navbar {
padding: 20px 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.top-nav-collapse {
padding: 0;
}
}
/** Margin Adjustment for clear view */
.main-top-margin {
margin-top: 60px;
}
.main-low-margin {
margin-top: 35px;
}
/*
Header Section
*/
#header {
/*background: url(../images/banner/banner.jpg) no-repeat center top;*/
background: url(../images/background.jpg) no-repeat center top;
margin-top: -20px;
padding-top:20px;
text-align:center;
background-position: center center;
min-height: 100%;
/* browser support*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#header #myname {
margin-top: 120px;
color: #ffffff;
font-size: 65px;
font-weight: 900;
letter-spacing: 4px;
line-height: 70px;
min-width: 300px;
/*width: 100%;*/
height: auto;
}
#header #logo {
color: #ffffff;
font-size: 30px;
font-weight: 900;
letter-spacing: 4px;
}
#header h2 {
color: #ffffff;
font-size: 25px;
font-weight: 900;
letter-spacing: 3px;
}
#down-icon {
color: #ffffff;
font-weight: 900;
font-size: 65px;
@include animation (bounce 2s infinite)
}
.bounce {
position: absolute;
bottom: 200px;
left: 50% ;
width: 60px;
height: 60px ;
margin-left:-30px;
animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
-o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
/**
About Section
*/
#about {
padding-top: 50px;
text-align: center;
background-color: #fafafa;
}
#brief {
padding-top: 50px;
}
/*
Bootstrap element
*/
.navbar {
font-size: 14px;
}
.navbar-inverse {
background: #000000;
border-color: #5d5b66;
}
.navbar-inverse .navbar-brand {
color: #ffffff;
font-size: 25px;
font-weight: 900;
letter-spacing: 2px;
}
.navbar-inverse .navbar-nav >li > a {
color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a {
background: #2e6da4;
}
/** Contact section */
#contact {
background-color: #fafafa;
min-width: 100%;
}
#contact-message {
padding-bottom: 50px;
}
#contact-message h3 {
color: gray;
padding-bottom: 20px;
}
.message-details {
padding: 20px 40px;
}
.message-details input {
padding: 15px 10px;
}
.message-details .form-control {
border: 1px solid #e9e9e9;
border-radius: 2px;
box-shadow: none;
font-size: .875em;
padding: 20px;
margin-bottom: 15px;
}
.message-details .btn {
background-color: #11b674;
border: 1px solid transparent;
border-radius: 2px;
color: #ffffff;
font-size: .875em;
font-weight: 800;
width: 100%;
padding: 12px 16px;
}
.email-lnk {
background-color: #11b674;
border: 1px solid transparent;
border-radius: 2px;
color: #ffffff;
font-size: .875em;
font-weight: 800;
width: 100%;
padding: 12px 16px;
}
/***************
Color code
****************/
.color-github {
color: #000000;
}
.color-linkedin{
color: #007bb6;
}
.color-facebook {
color: #3B5998;
}
.color-twitter {
color: #00aced;
}
.color-google-plus{
color : #dd4b39;
}
/**************
Footer
**************/
#footer {
text-align: right;
padding: 10px 30px 10px 30px;
}
/****
Tech
*****/
#techstats {
max-width: 100%;
min-width: 300px;
height: auto;
} | css/style.css | html {
min-width: 400px;
width: 100%;
height: 100%;
}
body {
font-family: "Open Sans" ,sans-serif;
color: #000000;
margin-top: 40px;
line-height: 16px;
font-weight: 400;
font-size: 14px;
width: 100%;
height: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-family:"Open Sans", sans-serif;
font-weight: 500;
line-height:40px;
color: #11b674;
}
p {
font-family:"Open Sans", sans-serif;
font-weight: 500;
line-height: 2em;
color: gray;
}
h1 {
color: #11b674;
font-weight: 700;
}
h3 {
color: #11b674;
font-weight: 700;
}
/** Navigation bar */
@media(min-width:767px) {
.navbar {
padding: 20px 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.top-nav-collapse {
padding: 0;
}
}
/** Margin Adjustment for clear view */
.main-top-margin {
margin-top: 60px;
}
.main-low-margin {
margin-top: 35px;
}
/*
Header Section
*/
#header {
/*background: url(../images/banner/banner.jpg) no-repeat center top;*/
background: url(../images/background.jpg) no-repeat center top;
margin-top: -20px;
padding-top:20px;
text-align:center;
background-position: center center;
min-height: 100%;
/* browser support*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#header #myname {
margin-top: 120px;
color: #ffffff;
font-size: 65px;
font-weight: 900;
letter-spacing: 4px;
line-height: 70px;
min-width: 300px;
/*width: 100%;*/
height: auto;
}
#header #logo {
color: #ffffff;
font-size: 30px;
font-weight: 900;
letter-spacing: 4px;
}
#header h2 {
color: #ffffff;
font-size: 25px;
font-weight: 900;
letter-spacing: 3px;
}
#down-icon {
color: #ffffff;
font-weight: 900;
font-size: 65px;
@include animation (bounce 2s infinite)
}
.bounce {
position: absolute;
bottom: 200px;
left: 50% ;
width: 60px;
height: 60px ;
margin-left:-30px;
animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
-o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
/**
About Section
*/
#about {
padding-top: 50px;
text-align: center;
background-color: #fafafa;
}
#brief {
padding-top: 50px;
}
/*
Bootstrap element
*/
.navbar {
font-size: 14px;
}
.navbar-inverse {
background: #000000;
border-color: #5d5b66;
}
.navbar-inverse .navbar-brand {
color: #ffffff;
font-size: 25px;
font-weight: 900;
letter-spacing: 2px;
}
.navbar-inverse .navbar-nav >li > a {
color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a {
background: #2e6da4;
}
/** Contact section */
#contact {
background-color: #fafafa;
min-width: 100%;
}
#contact-message {
padding-bottom: 50px;
}
#contact-message h3 {
color: gray;
padding-bottom: 20px;
}
.message-details {
padding: 20px 40px;
}
.message-details input {
padding: 15px 10px;
}
.message-details .form-control {
border: 1px solid #e9e9e9;
border-radius: 2px;
box-shadow: none;
font-size: .875em;
padding: 20px;
margin-bottom: 15px;
}
.message-details .btn {
background-color: #11b674;
border: 1px solid transparent;
border-radius: 2px;
color: #ffffff;
font-size: .875em;
font-weight: 800;
width: 100%;
padding: 12px 16px;
}
.email-lnk {
background-color: #11b674;
border: 1px solid transparent;
border-radius: 2px;
color: #ffffff;
font-size: .875em;
font-weight: 800;
width: 100%;
padding: 12px 16px;
}
/***************
Color code
****************/
.color-github {
color: #000000;
}
.color-linkedin{
color: #007bb6;
}
.color-facebook {
color: #3B5998;
}
.color-twitter {
color: #00aced;
}
.color-google-plus{
color : #dd4b39;
}
/**************
Footer
**************/
#footer {
text-align: right;
padding: 10px 30px 10px 30px;
}
/****
Tech
*****/
#techstats {
max-width: 100%;
min-width: 300px;
height: auto;
} | 0.352202 | 0.073364 |
@font-face {
font-family: 'appicon';
src: url('appicon8a13.eot?hmcgh6');
src: url('appicon8a13.eot?hmcgh6#iefix') format('embedded-opentype'),
url('appicon8a13.ttf?hmcgh6') format('truetype'),
url('appicon8a13.woff?hmcgh6') format('woff'),
url('appicon8a13.svg?hmcgh6#appicon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="app-icon-"], [class*=" app-icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'appicon' !important;
speak: never;
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;
}
.app-icon-equalizer:before {
content: "\e921";
}
.app-icon-settings:before {
content: "\e921";
}
.app-icon-options:before {
content: "\e921";
}
.app-icon-wrench:before {
content: "\e922";
}
.app-icon-settings2:before {
content: "\e922";
}
.app-icon-options1:before {
content: "\e922";
}
.app-icon-preferences:before {
content: "\e922";
}
.app-icon-cog2:before {
content: "\e923";
}
.app-icon-gear:before {
content: "\e923";
}
.app-icon-settings3:before {
content: "\e923";
}
.app-icon-generate:before {
content: "\e923";
}
.app-icon-make:before {
content: "\e923";
}
.app-icon-options2:before {
content: "\e923";
}
.app-icon-icon1:before {
content: "\e920";
}
.app-icon-wrench1:before {
content: "\e991";
}
.app-icon-equalizer3:before {
content: "\e992";
}
.app-icon-equalizer2:before {
content: "\e993";
}
.app-icon-cog4:before {
content: "\e994";
}
.app-icon-cogs:before {
content: "\e995";
}
.app-icon-magic-wand:before {
content: "\e997";
}
.app-icon-contrast:before {
content: "\e9d5";
}
.app-icon-brightness-contrast:before {
content: "\e9d6";
}
.app-icon-arrow-left2:before {
content: "\ea40";
}
.app-icon-equalizer1:before {
content: "\e924";
}
.app-icon-settings1:before {
content: "\e924";
}
.app-icon-adjust:before {
content: "\e924";
}
.app-icon-tools-2:before {
content: "\e91d";
}
.app-icon-settings442:before {
content: "\e91e";
}
.app-icon-settings11:before {
content: "\e91f";
}
.app-icon-cog3:before {
content: "\e91f";
}
.app-icon-preferences1:before {
content: "\e91f";
}
.app-icon-cog:before {
content: "\e925";
}
.app-icon-keyboard_arrow_left:before {
content: "\e900";
}
.app-icon-arrow-thin-left:before {
content: "\e901";
}
.app-icon-setting1:before {
content: "\e903";
}
.app-icon-setting2:before {
content: "\e904";
}
.app-icon-setting32:before {
content: "\e905";
}
.app-icon-setting42:before {
content: "\e906";
}
.app-icon-setting52:before {
content: "\e907";
}
.app-icon-setting71:before {
content: "\e908";
}
.app-icon-setting8:before {
content: "\e909";
}
.app-icon-setting9:before {
content: "\e90a";
}
.app-icon-chevron-left-outline:before {
content: "\e902";
}
.app-icon-mode41:before {
content: "\e90b";
}
.app-icon-mode51:before {
content: "\e90c";
}
.app-icon-mode11:before {
content: "\e90d";
}
.app-icon-mode21:before {
content: "\e90e";
}
.app-icon-mode31:before {
content: "\e90f";
}
.app-icon-menu1:before {
content: "\e910";
}
.app-icon-menu13:before {
content: "\e911";
}
.app-icon-menu2:before {
content: "\e912";
}
.app-icon-menu23:before {
content: "\e913";
}
.app-icon-menu3:before {
content: "\e914";
}
.app-icon-menu4:before {
content: "\e915";
}
.app-icon-menu43:before {
content: "\e916";
}
.app-icon-menu5:before {
content: "\e917";
}
.app-icon-menu53:before {
content: "\e918";
}
.app-icon-menu6:before {
content: "\e919";
}
.app-icon-menu61:before {
content: "\e91a";
}
.app-icon-menu7:before {
content: "\e91b";
}
.app-icon-menu72:before {
content: "\e91c";
}
.app-icon-cog1:before {
content: "\e926";
} | webapp/apps/Dev.Web.Shop/Areas/Content/libs/fonts/mdi/appicon/appicon.css | @font-face {
font-family: 'appicon';
src: url('appicon8a13.eot?hmcgh6');
src: url('appicon8a13.eot?hmcgh6#iefix') format('embedded-opentype'),
url('appicon8a13.ttf?hmcgh6') format('truetype'),
url('appicon8a13.woff?hmcgh6') format('woff'),
url('appicon8a13.svg?hmcgh6#appicon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="app-icon-"], [class*=" app-icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'appicon' !important;
speak: never;
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;
}
.app-icon-equalizer:before {
content: "\e921";
}
.app-icon-settings:before {
content: "\e921";
}
.app-icon-options:before {
content: "\e921";
}
.app-icon-wrench:before {
content: "\e922";
}
.app-icon-settings2:before {
content: "\e922";
}
.app-icon-options1:before {
content: "\e922";
}
.app-icon-preferences:before {
content: "\e922";
}
.app-icon-cog2:before {
content: "\e923";
}
.app-icon-gear:before {
content: "\e923";
}
.app-icon-settings3:before {
content: "\e923";
}
.app-icon-generate:before {
content: "\e923";
}
.app-icon-make:before {
content: "\e923";
}
.app-icon-options2:before {
content: "\e923";
}
.app-icon-icon1:before {
content: "\e920";
}
.app-icon-wrench1:before {
content: "\e991";
}
.app-icon-equalizer3:before {
content: "\e992";
}
.app-icon-equalizer2:before {
content: "\e993";
}
.app-icon-cog4:before {
content: "\e994";
}
.app-icon-cogs:before {
content: "\e995";
}
.app-icon-magic-wand:before {
content: "\e997";
}
.app-icon-contrast:before {
content: "\e9d5";
}
.app-icon-brightness-contrast:before {
content: "\e9d6";
}
.app-icon-arrow-left2:before {
content: "\ea40";
}
.app-icon-equalizer1:before {
content: "\e924";
}
.app-icon-settings1:before {
content: "\e924";
}
.app-icon-adjust:before {
content: "\e924";
}
.app-icon-tools-2:before {
content: "\e91d";
}
.app-icon-settings442:before {
content: "\e91e";
}
.app-icon-settings11:before {
content: "\e91f";
}
.app-icon-cog3:before {
content: "\e91f";
}
.app-icon-preferences1:before {
content: "\e91f";
}
.app-icon-cog:before {
content: "\e925";
}
.app-icon-keyboard_arrow_left:before {
content: "\e900";
}
.app-icon-arrow-thin-left:before {
content: "\e901";
}
.app-icon-setting1:before {
content: "\e903";
}
.app-icon-setting2:before {
content: "\e904";
}
.app-icon-setting32:before {
content: "\e905";
}
.app-icon-setting42:before {
content: "\e906";
}
.app-icon-setting52:before {
content: "\e907";
}
.app-icon-setting71:before {
content: "\e908";
}
.app-icon-setting8:before {
content: "\e909";
}
.app-icon-setting9:before {
content: "\e90a";
}
.app-icon-chevron-left-outline:before {
content: "\e902";
}
.app-icon-mode41:before {
content: "\e90b";
}
.app-icon-mode51:before {
content: "\e90c";
}
.app-icon-mode11:before {
content: "\e90d";
}
.app-icon-mode21:before {
content: "\e90e";
}
.app-icon-mode31:before {
content: "\e90f";
}
.app-icon-menu1:before {
content: "\e910";
}
.app-icon-menu13:before {
content: "\e911";
}
.app-icon-menu2:before {
content: "\e912";
}
.app-icon-menu23:before {
content: "\e913";
}
.app-icon-menu3:before {
content: "\e914";
}
.app-icon-menu4:before {
content: "\e915";
}
.app-icon-menu43:before {
content: "\e916";
}
.app-icon-menu5:before {
content: "\e917";
}
.app-icon-menu53:before {
content: "\e918";
}
.app-icon-menu6:before {
content: "\e919";
}
.app-icon-menu61:before {
content: "\e91a";
}
.app-icon-menu7:before {
content: "\e91b";
}
.app-icon-menu72:before {
content: "\e91c";
}
.app-icon-cog1:before {
content: "\e926";
} | 0.242116 | 0.068133 |
@charset "UTF-8";
@font-face{
font-family:'entypo';
font-style:normal;
font-weight:normal;
src:url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot');
src:url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix') format('eot'),url('http://weloveiconfonts.com/api/fonts/entypo/entypo.woff') format('woff'),url('http://weloveiconfonts.com/api/fonts/entypo/entypo.ttf') format('truetype'),url('http://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo') format('svg')
}
.entypo-note:before{
content:"\266a"
}
.entypo-note-beamed:before{
content:"\266b"
}
.entypo-music:before{
content:"\1f3b5"
}
.entypo-search:before{
content:"\1f50d"
}
.entypo-flashlight:before{
content:"\1f526"
}
.entypo-mail:before{
content:"\2709"
}
.entypo-heart:before{
content:"\2665"
}
.entypo-heart-empty:before{
content:"\2661"
}
.entypo-star:before{
content:"\2605"
}
.entypo-star-empty:before{
content:"\2606"
}
.entypo-user:before{
content:"\1f464"
}
.entypo-users:before{
content:"\1f465"
}
.entypo-user-add:before{
content:"\e700"
}
.entypo-video:before{
content:"\1f3ac"
}
.entypo-picture:before{
content:"\1f304"
}
.entypo-camera:before{
content:"\1f4f7"
}
.entypo-layout:before{
content:"\268f"
}
.entypo-menu:before{
content:"\2630"
}
.entypo-check:before{
content:"\2713"
}
.entypo-cancel:before{
content:"\2715"
}
.entypo-cancel-circled:before{
content:"\2716"
}
.entypo-cancel-squared:before{
content:"\274e"
}
.entypo-plus:before{
content:"\2b"
}
.entypo-plus-circled:before{
content:"\2795"
}
.entypo-plus-squared:before{
content:"\229e"
}
.entypo-minus:before{
content:"\2d"
}
.entypo-minus-circled:before{
content:"\2796"
}
.entypo-minus-squared:before{
content:"\229f"
}
.entypo-help:before{
content:"\2753"
}
.entypo-help-circled:before{
content:"\e704"
}
.entypo-info:before{
content:"\2139"
}
.entypo-info-circled:before{
content:"\e705"
}
.entypo-back:before{
content:"\1f519"
}
.entypo-home:before{
content:"\2302"
}
.entypo-link:before{
content:"\1f517"
}
.entypo-attach:before{
content:"\1f4ce"
}
.entypo-lock:before{
content:"\1f512"
}
.entypo-lock-open:before{
content:"\1f513"
}
.entypo-eye:before{
content:"\e70a"
}
.entypo-tag:before{
content:"\e70c"
}
.entypo-bookmark:before{
content:"\1f516"
}
.entypo-bookmarks:before{
content:"\1f4d1"
}
.entypo-flag:before{
content:"\2691"
}
.entypo-thumbs-up:before{
content:"\1f44d"
}
.entypo-thumbs-down:before{
content:"\1f44e"
}
.entypo-download:before{
content:"\1f4e5"
}
.entypo-upload:before{
content:"\1f4e4"
}
.entypo-upload-cloud:before{
content:"\e711"
}
.entypo-reply:before{
content:"\e712"
}
.entypo-reply-all:before{
content:"\e713"
}
.entypo-forward:before{
content:"\27a6"
}
.entypo-quote:before{
content:"\275e"
}
.entypo-code:before{
content:"\e714"
}
.entypo-export:before{
content:"\e715"
}
.entypo-pencil:before{
content:"\270e"
}
.entypo-feather:before{
content:"\2712"
}
.entypo-print:before{
content:"\e716"
}
.entypo-retweet:before{
content:"\e717"
}
.entypo-keyboard:before{
content:"\2328"
}
.entypo-comment:before{
content:"\e718"
}
.entypo-chat:before{
content:"\e720"
}
.entypo-bell:before{
content:"\1f514"
}
.entypo-attention:before{
content:"\26a0"
}
.entypo-alert:before{
content:"\1f4a5'"
}
.entypo-vcard:before{
content:"\e722"
}
.entypo-address:before{
content:"\e723"
}
.entypo-location:before{
content:"\e724"
}
.entypo-map:before{
content:"\e727"
}
.entypo-direction:before{
content:"\27a2"
}
.entypo-compass:before{
content:"\e728"
}
.entypo-cup:before{
content:"\2615"
}
.entypo-trash:before{
content:"\e729"
}
.entypo-doc:before{
content:"\e730"
}
.entypo-docs:before{
content:"\e736"
}
.entypo-doc-landscape:before{
content:"\e737"
}
.entypo-doc-text:before{
content:"\1f4c4"
}
.entypo-doc-text-inv:before{
content:"\e731"
}
.entypo-newspaper:before{
content:"\1f4f0"
}
.entypo-book-open:before{
content:"\1f4d6"
}
.entypo-book:before{
content:"\1f4d5"
}
.entypo-folder:before{
content:"\1f4c1"
}
.entypo-archive:before{
content:"\e738"
}
.entypo-box:before{
content:"\1f4e6"
}
.entypo-rss:before{
content:"\e73a"
}
.entypo-phone:before{
content:"\1f4dE"
}
.entypo-cog:before{
content:"\2699"
}
.entypo-tools:before{
content:"\2692"
}
.entypo-share:before{
content:"\e73c"
}
.entypo-shareable:before{
content:"\e73e"
}
.entypo-basket:before{
content:"\e73d"
}
.entypo-bag:before{
content:"\1f45c'"
}
.entypo-calendar:before{
content:"\1f4c5"
}
.entypo-login:before{
content:"\e740"
}
.entypo-logout:before{
content:"\e741"
}
.entypo-mic:before{
content:"\1f3a4"
}
.entypo-mute:before{
content:"\1f507"
}
.entypo-sound:before{
content:"\1f50a"
}
.entypo-volume:before{
content:"\e742"
}
.entypo-clock:before{
content:"\1f554"
}
.entypo-hourglass:before{
content:"\23f3"
}
.entypo-lamp:before{
content:"\1f4a1"
}
.entypo-light-down:before{
content:"\1f505"
}
.entypo-light-up:before{
content:"\1f506"
}
.entypo-adjust:before{
content:"\25d1"
}
.entypo-block:before{
content:"\1f6ab"
}
.entypo-resize-full:before{
content:"\e744"
}
.entypo-resize-small:before{
content:"\e746"
}
.entypo-popup:before{
content:"\e74c"
}
.entypo-publish:before{
content:"\e74d"
}
.entypo-window:before{
content:"\e74e"
}
.entypo-arrow-combo:before{
content:"\e74f"
}
.entypo-down-circled:before{
content:"\e758"
}
.entypo-left-circled:before{
content:"\e759"
}
.entypo-right-circled:before{
content:"\e75a"
}
.entypo-up-circled:before{
content:"\e75b"
}
.entypo-down-open:before{
content:"\e75c"
}
.entypo-left-open:before{
content:"\e75d"
}
.entypo-right-open:before{
content:"\e75e"
}
.entypo-up-open:before{
content:"\e75f"
}
.entypo-down-open-mini:before{
content:"\e760"
}
.entypo-left-open-mini:before{
content:"\e761"
}
.entypo-right-open-mini:before{
content:"\e762"
}
.entypo-up-open-mini:before{
content:"\e763"
}
.entypo-down-open-big:before{
content:"\e764"
}
.entypo-left-open-big:before{
content:"\e765"
}
.entypo-right-open-big:before{
content:"\e766"
}
.entypo-up-open-big:before{
content:"\e767"
}
.entypo-down:before{
content:"\2b07"
}
.entypo-left:before{
content:"\2b05"
}
.entypo-right:before{
content:"\27a1"
}
.entypo-up:before{
content:"\2b06"
}
.entypo-down-dir:before{
content:"\25be"
}
.entypo-left-dir:before{
content:"\25c2"
}
.entypo-right-dir:before{
content:"\25b8"
}
.entypo-up-dir:before{
content:"\25b4"
}
.entypo-down-bold:before{
content:"\e4b0"
}
.entypo-left-bold:before{
content:"\e4ad"
}
.entypo-right-bold:before{
content:"\e4ae"
}
.entypo-up-bold:before{
content:"\e4af"
}
.entypo-down-thin:before{
content:"\2193"
}
.entypo-left-thin:before{
content:"\2190"
}
.entypo-right-thin:before{
content:"\2192"
}
.entypo-up-thin:before{
content:"\2191"
}
.entypo-ccw:before{
content:"\27f2"
}
.entypo-cw:before{
content:"\27f3"
}
.entypo-arrows-ccw:before{
content:"\1f504"
}
.entypo-level-down:before{
content:"\21b3"
}
.entypo-level-up:before{
content:"\21b0"
}
.entypo-shuffle:before{
content:"\1f500"
}
.entypo-loop:before{
content:"\1f501"
}
.entypo-switch:before{
content:"\21c6"
}
.entypo-play:before{
content:"\25b6"
}
.entypo-stop:before{
content:"\25a0"
}
.entypo-pause:before{
content:"\2389"
}
.entypo-record:before{
content:"\26ab"
}
.entypo-to-end:before{
content:"\23ed"
}
.entypo-to-start:before{
content:"\23ee"
}
.entypo-fast-forward:before{
content:"\23e9"
}
.entypo-fast-backward:before{
content:"\23ea"
}
.entypo-progress-0:before{
content:"\e768"
}
.entypo-progress-1:before{
content:"\e769"
}
.entypo-progress-2:before{
content:"\e76a"
}
.entypo-progress-3:before{
content:"\e76b"
}
.entypo-target:before{
content:"\1f3af"
}
.entypo-palette:before{
content:"\1f3a8"
}
.entypo-list:before{
content:"\e005"
}
.entypo-list-add:before{
content:"\e003"
}
.entypo-signal:before{
content:"\1f4f6"
}
.entypo-trophy:before{
content:"\1f3c6"
}
.entypo-battery:before{
content:"\1f50b"
}
.entypo-back-in-time:before{
content:"\e771"
}
.entypo-monitor:before{
content:"\1f4bb"
}
.entypo-mobile:before{
content:"\1f4f1"
}
.entypo-network:before{
content:"\e776"
}
.entypo-cd:before{
content:"\1f4bf"
}
.entypo-inbox:before{
content:"\e777"
}
.entypo-install:before{
content:"\e778"
}
.entypo-globe:before{
content:"\1f30e"
}
.entypo-cloud:before{
content:"\2601"
}
.entypo-cloud-thunder:before{
content:"\26c8"
}
.entypo-flash:before{
content:"\26a1"
}
.entypo-moon:before{
content:"\263d"
}
.entypo-flight:before{
content:"\2708"
}
.entypo-paper-plane:before{
content:"\e79b"
}
.entypo-leaf:before{
content:"\1f342"
}
.entypo-lifebuoy:before{
content:"\e788"
}
.entypo-mouse:before{
content:"\e789"
}
.entypo-briefcase:before{
content:"\1f4bc"
}
.entypo-suitcase:before{
content:"\e78e"
}
.entypo-dot:before{
content:"\e78b"
}
.entypo-dot-2:before{
content:"\e78c"
}
.entypo-dot-3:before{
content:"\e78d"
}
.entypo-brush:before{
content:"\e79a"
}
.entypo-magnet:before{
content:"\e7a1"
}
.entypo-infinity:before{
content:"\221e"
}
.entypo-erase:before{
content:"\232b"
}
.entypo-chart-pie:before{
content:"\e751"
}
.entypo-chart-line:before{
content:"\1f4c8"
}
.entypo-chart-bar:before{
content:"\1f4ca"
}
.entypo-chart-area:before{
content:"\1f53e"
}
.entypo-tape:before{
content:"\2707"
}
.entypo-graduation-cap:before{
content:"\1f393"
}
.entypo-language:before{
content:"\e752"
}
.entypo-ticket:before{
content:"\1f3ab"
}
.entypo-water:before{
content:"\1f4a6"
}
.entypo-droplet:before{
content:"\1f4a7"
}
.entypo-air:before{
content:"\e753"
}
.entypo-credit-card:before{
content:"\1f4b3"
}
.entypo-floppy:before{
content:"\1f4be"
}
.entypo-clipboard:before{
content:"\1f4cb"
}
.entypo-megaphone:before{
content:"\1f4e3"
}
.entypo-database:before{
content:"\e754"
}
.entypo-drive:before{
content:"\e755"
}
.entypo-bucket:before{
content:"\e756"
}
.entypo-thermometer:before{
content:"\e757"
}
.entypo-key:before{
content:"\1f511"
}
.entypo-flow-cascade:before{
content:"\e790"
}
.entypo-flow-branch:before{
content:"\e791"
}
.entypo-flow-tree:before{
content:"\e792"
}
.entypo-flow-line:before{
content:"\e793"
}
.entypo-flow-parallel:before{
content:"\e794"
}
.entypo-rocket:before{
content:"\1f680"
}
.entypo-gauge:before{
content:"\e7a2"
}
.entypo-traffic-cone:before{
content:"\e7a3"
}
.entypo-cc:before{
content:"\e7a5"
}
.entypo-cc-by:before{
content:"\e7a6"
}
.entypo-cc-nc:before{
content:"\e7a7"
}
.entypo-cc-nc-eu:before{
content:"\e7a8"
}
.entypo-cc-nc-jp:before{
content:"\e7a9"
}
.entypo-cc-sa:before{
content:"\e7aa"
}
.entypo-cc-nd:before{
content:"\e7ab"
}
.entypo-cc-pd:before{
content:"\e7ac"
}
.entypo-cc-zero:before{
content:"\e7ad"
}
.entypo-cc-share:before{
content:"\e7ae"
}
.entypo-cc-remix:before{
content:"\e7af"
}
.entypo-github:before{
content:"\f300"
}
.entypo-github-circled:before{
content:"\f301"
}
.entypo-flickr:before{
content:"\f303"
}
.entypo-flickr-circled:before{
content:"\f304"
}
.entypo-vimeo:before{
content:"\f306"
}
.entypo-vimeo-circled:before{
content:"\f307"
}
.entypo-twitter:before{
content:"\f309"
}
.entypo-twitter-circled:before{
content:"\f30a"
}
.entypo-facebook:before{
content:"\f30c"
}
.entypo-facebook-circled:before{
content:"\f30d"
}
.entypo-facebook-squared:before{
content:"\f30e"
}
.entypo-gplus:before{
content:"\f30f"
}
.entypo-gplus-circled:before{
content:"\f310"
}
.entypo-pinterest:before{
content:"\f312"
}
.entypo-pinterest-circled:before{
content:"\f313"
}
.entypo-tumblr:before{
content:"\f315"
}
.entypo-tumblr-circled:before{
content:"\f316"
}
.entypo-linkedin:before{
content:"\f318"
}
.entypo-linkedin-circled:before{
content:"\f319"
}
.entypo-dribbble:before{
content:"\f31b"
}
.entypo-dribbble-circled:before{
content:"\f31c"
}
.entypo-stumbleupon:before{
content:"\f31e"
}
.entypo-stumbleupon-circled:before{
content:"\f31f"
}
.entypo-lastfm:before{
content:"\f321"
}
.entypo-lastfm-circled:before{
content:"\f322"
}
.entypo-rdio:before{
content:"\f324"
}
.entypo-rdio-circled:before{
content:"\f325"
}
.entypo-spotify:before{
content:"\f327"
}
.entypo-spotify-circled:before{
content:"\f328"
}
.entypo-qq:before{
content:"\f32a"
}
.entypo-instagrem:before{
content:"\f32d"
}
.entypo-dropbox:before{
content:"\f330"
}
.entypo-evernote:before{
content:"\f333"
}
.entypo-flattr:before{
content:"\f336"
}
.entypo-skype:before{
content:"\f339"
}
.entypo-skype-circled:before{
content:"\f33a"
}
.entypo-renren:before{
content:"\f33c"
}
.entypo-sina-weibo:before{
content:"\f33f"
}
.entypo-paypal:before{
content:"\f342"
}
.entypo-picasa:before{
content:"\f345"
}
.entypo-soundcloud:before{
content:"\f348"
}
.entypo-mixi:before{
content:"\f34b"
}
.entypo-behance:before{
content:"\f34e"
}
.entypo-google-circles:before{
content:"\f351"
}
.entypo-vkontakte:before{
content:"\f354"
}
.entypo-smashing:before{
content:"\f357"
}
.entypo-sweden:before{
content:"\f601"
}
.entypo-db-shape:before{
content:"\f600"
}
.entypo-logo-db:before{
content:"\f603"
}
*:focus{
outline:none
}
body.blur .sidebar{
background-image:-o-linear-gradient(-89deg, #f7f7f7 0, #ebebeb 100%);
background-image:-moz-linear-gradient(-89deg, #f7f7f7 0, #ebebeb 100%);
background-image:-ms-linear-gradient(-89deg, #f7f7f7 0, #ebebeb 100%);
background-image:linear-gradient(-179deg, #f7f7f7 0, #ebebeb 100%)
}
body.blur ul.nav li.selected{
background-image:-o-linear-gradient(-89deg, #bdc7dd 0, #a6b2cd 100%, #9da9c6 100%);
background-image:-moz-linear-gradient(-89deg, #bdc7dd 0, #a6b2cd 100%, #9da9c6 100%);
background-image:-ms-linear-gradient(-89deg, #bdc7dd 0, #a6b2cd 100%, #9da9c6 100%);
background-image:linear-gradient(-179deg, #bdc7dd 0, #a6b2cd 100%, #9da9c6 100%);
-moz-box-shadow:inset 0 -1px 0 0 #93a0ba,inset 0 1px 0 0 #bbc5d7,inset 0 2px 0 0 #c3cce0;
box-shadow:inset 0 -1px 0 0 #93a0ba,inset 0 1px 0 0 #bbc5d7,inset 0 2px 0 0 #c3cce0
}
body.blur ul.nav li.selected span.sidebar-badge{
color:#acb6d0 !important
}
body.blur table.table-maverix tr.selected{
color:#000;
background-color:#cbcbcb !important
}
body.blur table.table-maverix tr.selected select.on-white-select{
background-color:#cbcbcb
}
body.blur table.table-maverix tr.selected .info-sub{
color:#787878 !important
}
[class*="entypo-"]:before{
font-family:'entypo',sans-serif
}
body{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif
}
p{
margin-bottom:20px;
margin-top:5px
}
.sidebar{
position:absolute;
overflow:scroll;
top:0;
bottom:0;
width:254px;
z-index:2;
background:#4286f4;
-moz-box-shadow:1px 0 0 0 rgba(0,0,0,0.24),inset -1px 0 0 0 rgba(254,255,255,0.27);
box-shadow:1px 0 0 0 rgba(0,0,0,0.24),inset -1px 0 0 0 rgba(254,255,255,0.27);
background-image:-o-linear-gradient(-89deg, #e8ecf1 0, #d1d8e0 100%);
background-image:-moz-linear-gradient(-89deg, #e8ecf1 0, #d1d8e0 100%);
background-image:-ms-linear-gradient(-89deg, #e8ecf1 0, #d1d8e0 100%);
background-image:linear-gradient(-179deg, #e8ecf1 0, #d1d8e0 100%)
}
.sidebar div.sidebar-navicontainer{
margin-bottom:5px
}
.sidebar div.sidebar-headbox:hover .sidebar-toggle{
opacity:1;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.sidebar div.sidebar-headbox .sidebar-header{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-weight:bold;
font-size:11px;
color:#707e8c;
line-height:13px;
text-shadow:0 1px 0 rgba(255,255,255,0.46);
text-transform:uppercase;
display:inline-block;
padding:5px 9px
}
.sidebar div.sidebar-navicontainer .sidebar-headlogo{
padding:20px 10px;
margin-left: 70px
}
.sidebar div.sidebar-headbox .sidebar-toggle{
opacity:0;
cursor:pointer;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-weight:bold;
font-size:11px;
color:#98a5b2;
line-height:13px;
text-shadow:0 1px 0 rgba(255,255,255,0.6);
float:right;
margin-top:5px;
padding-right:10px
}
.sidebar div.sidebar-headbox .sidebar-toggle:hover{
text-decoration:none
}
.sidebar div.sidebar-headbox .sidebar-toggle:active{
color:#5069ec
}
.sidebar ul.nav li{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
line-height:13px;
color:#000;
padding:4px 28px;
padding-top:3px;
padding-right:10px;
text-shadow:0 1px 0 #fff;
margin-bottom:1px
}
.sidebar ul.nav li.selected{
color:#fff;
text-shadow:0 1px 2px rgba(0,0,0,0.5);
font-weight:bold;
background-image:-o-linear-gradient(-89deg, #69b1e5 0, #3485d0 100%);
background-image:-moz-linear-gradient(-89deg, #69b1e5 0, #3485d0 100%);
background-image:-ms-linear-gradient(-89deg, #69b1e5 0, #3485d0 100%);
background-image:linear-gradient(-179deg, #69b1e5 0, #3485d0 100%);
-moz-box-shadow:0 -1px 0 0 #5ca4df,inset 0 -1px 0 0 #327ac2,inset 0 1px 0 0 #71b9ea;
box-shadow:0 -1px 0 0 #5ca4df,inset 0 -1px 0 0 #327ac2,inset 0 1px 0 0 #71b9ea
}
.sidebar ul.nav li.selected span{
color:#fff;
text-shadow:0 1px 2px rgba(0,0,0,0.1)
}
.sidebar ul.nav li.selected .sidebar-badge{
background-color:#fff;
color:#4b8fd5 !important
}
.sidebar ul.nav li.selected a{
color:#fff !important
}
.sidebar ul.nav li.selected a:focus{
background:none !important
}
.sidebar ul.nav li a{
text-decoration:none;
color:#000 !important;
padding:0
}
.sidebar ul.nav li a:hover{
background:none !important
}
.sidebar ul.nav li span{
color:#818896;
font-size:18px;
text-shadow:0 1px 0 #fff;
width:20px;
display:inline-block;
text-align:center
}
.sidebar ul.nav li .sidebar-badge{
float:right;
background-color:#98a5b3;
border-radius:50px;
font-size:11px !important;
line-height:15px;
color:#fff !important;
font-weight:bold;
text-shadow:none
}
.content{
position:absolute;
left:254px;
right:0;
top:88px;
bottom:0;
overflow-y:scroll
}
.content .container-fluid{
padding:20px
}
.content .container-maverix{
width:680px;
margin:0 auto;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
color:#000;
line-height:16px;
padding-top:25px
}
div.heading-bar{
position:absolute;
top:0;
left:255px;
right:0;
z-index:2;
min-width:680px;
background-image:-o-linear-gradient(-89deg, #3C3CDC 0, #000611 100%); /* from efeef1 to 3C3CD , from 020c1c to 000611*/
background-image:-moz-linear-gradient(-89deg, #3C3CDC 0, #000611 100%); /* from efeef1 to 3C3CD , from 020c1c to 000611*/
background-image:-ms-linear-gradient(-89deg, #3C3CDC 0, #000611 100%); /* from efeef1 to 3C3CD , from 020c1c to 000611*/
background-image:linear-gradient(-179deg, #3C3CDC 0, #000611 100%); /* from efeef1 to 3C3CD , from 020c1c to 000611*/
border-bottom:1px solid #c2c2c2;
height:88px;
padding:20px
}
div.heading-bar .user-bar{
position:absolute;
top:0;
right:10px;
font-size:11px;
line-height:30px
}
div.heading-bar .heading-one{
display:table-cell;
vertical-align:middle;
font-family:Helvetica Neue,Helvetica,Arial;
font-weight:bold;
font-size:24px;
color:#ffffff; /* from 3a3d40 to ffffff */
line-height:29px;
letter-spacing:-1px;
text-shadow:0 1px 0 rgba(255,255,255,0.46) !important
}
div.heading-bar .heading-one img{
margin-right:10px
}
.sub-nav{
background-image:-o-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:-moz-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:-ms-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:linear-gradient(-179deg, #f5f5f5 0, #e5e5e5 100%);
border:1px solid #c2c2c2;
border-left:none;
border-right:none;
-moz-box-shadow:inset 0 1px 0 0 #fff;
box-shadow:inset 0 1px 0 0 #fff;
height:25px;
position:fixed;
top:87px;
left:255px;
right:0
}
.sub-nav ul{
position:absolute;
top:-1px;
left:0;
right:0;
padding:0;
text-align:center
}
.sub-nav ul li{
display:inline-block;
margin-left:-6px;
background-image:-o-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:-moz-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:-ms-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:linear-gradient(-179deg, #f5f5f5 0, #e5e5e5 100%);
border:1px solid #c2c2c2;
-moz-box-shadow:inset 1px 1px 0 0 #fff;
box-shadow:inset 1px 1px 0 0 #fff
}
.sub-nav ul li.selected{
z-index:99;
background-image:-o-linear-gradient(-89deg, #e1e1e1 0, #e6e6e6 100%);
background-image:-moz-linear-gradient(-89deg, #e1e1e1 0, #e6e6e6 100%);
background-image:-ms-linear-gradient(-89deg, #e1e1e1 0, #e6e6e6 100%);
background-image:linear-gradient(-179deg, #e1e1e1 0, #e6e6e6 100%);
border:1px solid #a8a8a8;
-moz-box-shadow:inset -1px 0 0 0 #d3d3d3,inset 1px 0 0 0 #d4d4d4,inset 0 1px 0 0 #dfdfdf,inset 0 -1px 0 0 #e5e5e5;
box-shadow:inset -1px 0 0 0 #d3d3d3,inset 1px 0 0 0 #d4d4d4,inset 0 1px 0 0 #dfdfdf,inset 0 -1px 0 0 #e5e5e5
}
.sub-nav ul li a{
display:inline-block;
padding:4px 40px;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-weight:bold;
font-size:12px;
color:#686868;
line-height:15px;
text-shadow:1px 1px 0 rgba(255,255,255,0.6)
}
.sub-nav ul li a:hover{
text-decoration:none !important
}
.sub-nav-content-container{
padding-top:20px
}
.btn{
border-radius:4px;
border:1px solid #979797;
padding-top:0;
padding-bottom:0;
height:21px;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
color:#000;
font-size:13px;
line-height:19px;
display:inline-block
}
.btn:hover{
color:#000
}
.btn.btn-default{
background-image:-o-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-moz-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-ms-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
-moz-box-shadow:0 1px 0 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53);
box-shadow:0 1px 1px 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53)
}
.btn.btn-default:active{
background-color:#ededed;
background-image:none;
background-image:-o-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:-moz-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:-ms-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
border:1px solid #557bc8
}
.btn.btn-primary{
border-top-color:#595b71;
border-bottom-color:#515268;
border-left-color:#56586f;
border-right-color:#56586f;
background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #d3f7fd), color-stop(.5, #87c5fb), color-stop(.5, #a1d1f9), color-stop(1, #d4e9fc));
background-image:-moz-linear-gradient(center bottom, #d3f7fd 0, #87c5fb 50%, #a1d1f9 50%, #d4e9fc 100%);
-webkit-animation-name:blinking;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-iteration-count:infinite;
-webkit-animation-duration:1s;
-moz-animation-name:blinking;
-moz-animation-timing-function:ease-in-out;
-moz-animation-iteration-count:infinite;
-moz-animation-duration:1s;
animation-name:blinking;
animation-timing-function:ease-in-out;
animation-iteration-count:infinite;
animation-duration:1s
}
.btn.btn-primary:active{
background-color:#ededed;
background-image:none;
background-image:-o-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:-moz-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:-ms-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
border:1px solid #557bc8
}
.btn.disabled{
background-image:-o-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-moz-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-ms-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
border:1px solid #979797;
-moz-box-shadow:0 1px 0 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53);
box-shadow:0 1px 0 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53)
}
.btn.btn-capsule{
border-radius:40px;
height:20px;
background-image:-o-linear-gradient(-89deg, #fbfbfb 0, #dfdfdf 100%);
background-image:-moz-linear-gradient(-89deg, #fbfbfb 0, #dfdfdf 100%);
background-image:-ms-linear-gradient(-89deg, #fbfbfb 0, #dfdfdf 100%);
background-image:linear-gradient(-179deg, #fbfbfb 0, #dfdfdf 100%);
border:1px solid #979797;
-moz-box-shadow:0 1px 0 0 rgba(0,0,0,1);
box-shadow:0 1px 0 0 rgba(0,0,0,1);
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
color:#000;
line-height:14px;
text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.btn.btn-capsule:active{
background-color:#a3e2e2; /* from#dadada */
background-image:none
}
.btn.btn-sm{
border-radius:3px;
background-image:-o-linear-gradient(89deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-moz-linear-gradient(89deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-ms-linear-gradient(89deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:linear-gradient(-1deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
border:1px solid #979797;
-moz-box-shadow:0 1px 0 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53);
box-shadow:0 1px 0 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53);
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:11px;
color:#000;
line-height:13px;
display:inline-block;
height:16px
}
.btn.btn-sm:active{
background-color:#dadada;
background-image:none
}
.btn.btn-lg{
height:31px;
line-height:31px;
font-size:16px !important;
padding-top:0;
padding-bottom:0
}
.btn.btn-on-grey{
background-image:-o-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:-moz-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:-ms-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:linear-gradient(-179deg, #fdfdfd 0, #ececec 100%);
border:1px solid #8e8e8e;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
min-width:96px
}
.btn.btn-on-grey:active{
background-image:-o-linear-gradient(-89deg, #e6e6e6 0, #e3e3e3 100%);
background-image:-moz-linear-gradient(-89deg, #e6e6e6 0, #e3e3e3 100%);
background-image:-ms-linear-gradient(-89deg, #e6e6e6 0, #e3e3e3 100%);
background-image:linear-gradient(-179deg, #e6e6e6 0, #e3e3e3 100%);
border:1px solid #8e8e8e;
-moz-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.4)
}
.btn.btn-modern{
border-radius:4px;
background-color:#fff !important;
background-image:none !important;
-moz-box-shadow:0 1px 1px 0 rgba(255,254,255,0.59),inset 0 1px 2px 0 #fff;
box-shadow:0 1px 1px 0 rgba(255,254,255,0.59),inset 0 1px 2px 0 #fff;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:12px;
list-style:12px;
color:#333
}
.btn.btn-modern:active,.btn.btn-modern.btn-sm:active{
background-image:none;
outline:0;
-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn.btn-modern span[class^="entypo-"],.btn.btn-modern span[class*=" entypo-"]{
font-size:14px
}
.btn.btn-help{
background-image:-o-linear-gradient(-89deg, #fff 0, #f3f3f3 50%, #ececec 50%, #f1f1f1 100%);
background-image:-moz-linear-gradient(-89deg, #fff 0, #f3f3f3 50%, #ececec 50%, #f1f1f1 100%);
background-image:-ms-linear-gradient(-89deg, #fff 0, #f3f3f3 50%, #ececec 50%, #f1f1f1 100%);
background-image:linear-gradient(-179deg, #fff 0, #f3f3f3 50%, #ececec 50%, #f1f1f1 100%);
border:1px solid #8d8d8d;
border-radius:30px;
height:21px;
width:21px;
display:inline-block;
color:#434343;
padding:0
}
.panel{
background:rgba(239,239,239,0.99);
border:1px solid rgba(0,0,0,0.49);
-moz-box-shadow:0 3px 5px 0 rgba(0,0,0,0.45);
box-shadow:0 3px 5px 0 rgba(0,0,0,0.45)
}
.panel .panel-body{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
color:#000;
line-height:16px
}
.panel .panel-heading{
background-image:-o-linear-gradient(-89deg, #ededed 0, #d8d8d8 100%);
background-image:-moz-linear-gradient(-89deg, #ededed 0, #d8d8d8 100%);
background-image:-ms-linear-gradient(-89deg, #ededed 0, #d8d8d8 100%);
background-image:linear-gradient(-179deg, #ededed 0, #d8d8d8 100%);
-moz-box-shadow:0 1px 0 0 #bfbfbf;
box-shadow:0 1px 0 0 #bfbfbf
}
.panel .panel-heading .panel-title{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
color:#2f2f2f;
line-height:16px;
text-shadow:0 1px 0 rgba(254,255,255,0.49)
}
div.table-cell{
height:150px;
border:1px solid rgba(0,0,0,0.17);
width:100%;
overflow:scroll;
margin-bottom:1em
}
table.table-maverix{
width:100%
}
table.table-maverix tr.selected{
color:#fff;
background-color:#3874d7
}
table.table-maverix tr.selected select{
background-color:#3874d7
}
table.table-maverix tr.selected .info-sub{
color:#fff !important
}
table.table-maverix td{
padding-top:2px !important;
padding-bottom:2px !important;
padding:2px
}
table.table-maverix p.info-main{
font-weight:bold;
margin:0;
line-height:13px
}
table.table-maverix p.info-sub{
font-size:11px;
color:#787878;
line-height:13px;
margin:0
}
.table-maverix-small{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:11px;
color:#000;
line-height:13px;
letter-spacing:0
}
.table-maverix-small td{
border:none !important
}
.table-maverix-small td.td-icon{
font-size:15px;
width:20px
}
.table-maverix-small select.on-white-select{
background-color:#fff;
-webkit-appearance:none;
-moz-appearance:none;
width:150px;
border:none
}
.table-maverix-small span.entypo-arrow-combo{
position:relative;
left:-10px
}
.table-maverix-large td{
border-top:none !important;
border-bottom:1px solid #e6e6e6 !important
}
.table-maverix-large td.td-icon{
width:1em;
font-size:20px
}
.table-maverix-large td div.placeholder{
min-height:40px
}
.ui-switch{
box-sizing:border-box;
position:relative;
width:40px;
height:24px;
background-color:#ddd;
border-radius:12px;
transition:background-color .3s;
display:inline-block;
top:7px
}
.ui-switch .toggler{
position:absolute;
top:1px;
left:1px;
width:22px;
height:22px;
background-color:#fff;
border-radius:11px;
box-shadow:0 2px 5px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.2);
transition:left .3s
}
.ui-switch.on{
background-color:#77ce65
}
.ui-switch.on .toggler{
left:17px
}
.ui-label{
font-family:Helvetica Neue,Helvetica,Arial;
font-weight:bold;
font-size:13px;
color:#4a4a4a;
line-height:16px;
text-shadow:0 1px 0 rgba(255,255,255,0.8);
display:inline-block;
padding:4px
}
a.dropdown-toggle{
color:#616161 !important
}
a.dropdown-toggle:hover{
color:#616161
}
#top-switch{
position:fixed;
top:30px;
right:50px;
padding-top:0
}
.osx-switch{
padding-left:30px;
padding-top:20px;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.osx-switch .osx-switch-label{
font-family:Helvetica Neue,Helvetica,Arial;
font-weight:bold;
font-size:13px;
color:#4a4a4a;
line-height:16px;
text-shadow:0 1px 0 rgba(255,255,255,0.8)
}
.osx-switch .osx-switch-label-active{
position:relative;
left:-30px
}
.osx-switch .osx-switch-label-inactive{
position:relative;
right:-55px
}
.osx-switch label{
position:relative;
top:-20px;
width:70px;
height:22px;
margin:0;
padding:0;
background-image:-o-linear-gradient(-89deg, #818181 0, #b8b8b8 100%);
background-image:-moz-linear-gradient(-89deg, #818181 0, #b8b8b8 100%);
background-image:-ms-linear-gradient(-89deg, #818181 0, #b8b8b8 100%);
background-image:linear-gradient(-179deg, #818181 0, #b8b8b8 100%);
-moz-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.2);
border-top:1px solid #5c5c5c;
border-bottom:1px solid #989898
}
.osx-switch label a{
margin-top:-1px;
height:22px;
box-shadow:none;
background-image:-o-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:-moz-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:-ms-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:linear-gradient(-179deg, #fdfdfd 0, #ececec 100%);
border:1px solid #7d7d7d
}
h1{
font-family:Helvetica Neue,Helvetica,Arial;
font-weight:100
}
h2{
font-family:Helvetica Neue,Helvetica,Arial;
font-size:18px;
font-weight:normal;
color:#62676c;
line-height:18px;
margin-bottom:5px;
margin-top:20px
}
h2:first-child{
margin-top:0
}
@media screen and (-webkit-min-device-pixel-ratio:0){
h2{
font-weight:300
}
}
h3{
font-family:Helvetica Neue,Helvetica,Arial;
font-weight:bold;
font-size:14px;
color:#4a4a4a;
line-height:17px;
text-shadow:0 1px 0 rgba(255,255,255,0.8);
margin-bottom:0
}
progress[value]{
width:100%
}
input[type=text],input[type=password],input[type=email]{
border-radius:0 !important;
padding:0 3px !important;
font-size:13px !important;
line-height:13px !important;
color:#39090a !important;
height:22px !important;
background:#fff;
border:1px solid #9b9b9b !important;
border-top:1px solid #8e8e8e !important;
border-bottom:1px solid #afafaf !important;
-moz-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.2) !important;
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.2) !important
}
input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder{
padding-top:1px;
color:#777
}
input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=email]:-moz-placeholder{
padding-top:1px;
color:#777
}
input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=email]::-moz-placeholder{
padding-top:1px;
color:#777
}
input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder{
padding-top:1px;
color:#777
}
input[type=text]:focus,input[type=password]:focus,input[type=email]:focus{
outline:none !important;
border:1px solid #6a9ecf !important;
-moz-box-shadow:0 0 2px 1px #71a5d6,inset 0 0 2px 1px #71a5d6 !important;
box-shadow:0 0 2px 1px #71a5d6,inset 0 0 2px 1px #71a5d6 !important;
-webkit-transition:none;
-moz-transition:none;
-ms-transition:none;
-o-transition:none;
transition:none
}
select.select-large{
font-size:16px
}
textarea{
padding:3px !important;
font-size:13px !important;
color:#39090a !important;
border:1px solid #9b9b9b !important;
border-top:1px solid #8e8e8e !important;
border-bottom:1px solid #afafaf !important;
-moz-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.2) !important;
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.2) !important
}
textarea:focus{
outline:none !important;
border:1px solid #2686e0 !important;
-moz-box-shadow:0 0 2px 1px #71a5d6,inset 0 0 2px 1px #71a5d6 !important;
box-shadow:0 0 2px 1px #71a5d6,inset 0 0 2px 1px #71a5d6 !important;
-webkit-transition:none;
-moz-transition:none;
-ms-transition:none;
-o-transition:none;
transition:none
}
input[type=checkbox]{
font-size:20px;
line-height:20px;
position:relative;
top:-3px
}
input[type=checkbox-big]{
font-size:50px;
line-height:50px;
position:relative;
top:-40px
}
input[type=search]{
-webkit-appearance:searchfield;
font-size:32px
}
input.mvx-search{
display:inline-block !important;
border-radius:13px !important;
border:1px solid #fff;
background:#fff;
-moz-box-shadow:inset 0 -1px 0 0 #c6c6c6,inset 0 1px 0 0 #a6a6a6,inset 0 1px 3px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 -1px 0 0 #c6c6c6,inset 0 1px 0 0 #a6a6a6,inset 0 1px 3px 0 rgba(0,0,0,0.5);
padding-left:26px !important;
padding-right:22px !important;
height:24px !important
}
span.search-input span{
color:#777;
position:relative;
left:12px;
font-size:16px
}
span.search-input input{
margin-left:-12px
}
ul.dropdown-menu{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
color:#000;
line-height:16px;
border-radius:5px !important
}
ul.dropdown-menu a{
line-height:18px;
padding:0 20px;
border-top:1px solid rgba(255,255,255,0);
border-bottom:1px solid rgba(255,255,255,0)
}
ul.dropdown-menu li.disabled a:hover{
border-top:1px solid rgba(255,255,255,0);
border-bottom:1px solid rgba(255,255,255,0)
}
ul.dropdown-menu a:hover{
color:#fff;
background-image:-o-linear-gradient(-89deg, #6288f8 0, #2261f6 100%);
background-image:-moz-linear-gradient(-89deg, #6288f8 0, #2261f6 100%);
background-image:-ms-linear-gradient(-89deg, #6288f8 0, #2261f6 100%);
background-image:linear-gradient(-179deg, #6288f8 0, #2261f6 100%);
border-top:1px solid #587fee;
border-bottom:1px solid #0d52eb
}
span.on-badge{
display:inline-block;
border-radius:5px;
width:10px;
height:10px;
background-image:-o-linear-gradient(-89deg, #a0d071 50%, #e5fc97 100%);
background-image:-moz-linear-gradient(-89deg, #a0d071 50%, #e5fc97 100%);
background-image:-ms-linear-gradient(-89deg, #a0d071 50%, #e5fc97 100%);
background-image:linear-gradient(-179deg, #a0d071 50%, #e5fc97 100%);
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4),inset 0 1px 1px 0 #426844,inset 0 3px 0 0 rgba(255,255,255,0.5);
box-shadow:0 1px 2px 0 rgba(0,0,0,0.4),inset 0 1px 1px 0 #426844,inset 0 3px 0 0 rgba(255,255,255,0.5)
}
span.off-badge{
display:inline-block;
border-radius:5px;
width:10px;
height:10px;
background-image:-o-linear-gradient(-89deg, #ff2402 0, #d61b00 49%, #fec7c6 89%);
background-image:-moz-linear-gradient(-89deg, #ff2402 0, #d61b00 49%, #fec7c6 89%);
background-image:-ms-linear-gradient(-89deg, #ff2402 0, #d61b00 49%, #fec7c6 89%);
background-image:linear-gradient(-179deg, #ff2402 0, #d61b00 49%, #fec7c6 89%);
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4),inset 0 0 2px 0 #785757,inset 0 -1px 1px 0 #6a0701;
box-shadow:0 1px 2px 0 rgba(0,0,0,0.4),inset 0 0 2px 0 #785757,inset 0 -1px 1px 0 #6a0701
}
.nfo{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:11px;
color:#808080;
line-height:13px
}
table.table-content-block{
width:100%
}
table.table-content-block td{
vertical-align:top;
padding:0 2px;
padding-bottom:5px
}
table.table-content-block td.td-label{
width:120px;
text-align:right;
padding-right:5px
}
table.table-content-block td.td-actions{
text-align:right
}
span.entypo-right.maverix-circle{
display:inline-block;
background-color:#474747;
color:#fff;
border-radius:50px;
font-size:8px;
line-height:10px;
width:10px;
height:10px;
text-align:center;
position:relative;
top:-1px
}
.indent{
margin-left:20px
}
ul.list-unstyled li{
line-height:22px
}
ul.list-unstyled select{
position:relative;
top:-2px
}
ul.list-unstyled input[type=checkbox]{
position:relative;
top:0
}
.grey-bg{
background-color:#e8e8e8
}
.grey-bg .btn.btn-on-grey{
margin:0 4px
}
.toolbar-button{
border-radius:3px;
height:22px;
display:inline-block;
padding:3px 12px;
background-image:-o-linear-gradient(-89deg, #f5f5f5 0, #b3b3b3 100%);
background-image:-moz-linear-gradient(-89deg, #f5f5f5 0, #b3b3b3 100%);
background-image:-ms-linear-gradient(-89deg, #f5f5f5 0, #b3b3b3 100%);
background-image:linear-gradient(-179deg, #f5f5f5 0, #b3b3b3 100%);
border:1px solid #7e7e7e; /* from 3723ce */
-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.4);
box-shadow:0 1px 0 0 rgba(255,255,255,0.4);
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-weight:normal;
color:#404040;
line-height:14px;
text-shadow:0 1px 0 rgba(255,255,255,0.4)
}
.toolbar-button:hover{
text-decoration:none;
color:#070ac1 /* from 404040 */
}
.toolbar-button:active{
color:#002126;
border-radius:3px;
background-image:-o-linear-gradient(-89deg, #b3b3b3 0, #e8e8e8 100%);
background-image:-moz-linear-gradient(-89deg, #b3b3b3 0, #e8e8e8 100%);
background-image:-ms-linear-gradient(-89deg, #b3b3b3 0, #e8e8e8 100%);
background-image:linear-gradient(-179deg, #b3b3b3 0, #e8e8e8 100%);
border:1px solid #7e7e7e;
-moz-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.4),0 1px 0 0 rgba(255,255,255,0.4);
box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.4),0 1px 0 0 rgba(255,255,255,0.4)
}
.toolbar{
/* background-image:url("../img/grey-bg.png"); */
height:35px;
padding:6px 10px;
/* border-top:1px solid #5e5e5e; */
-moz-box-shadow:inset 0 1px 0 0 #e1e1e1;
/* box-shadow:inset 0 1px 0 0 #e1e1e1 */
}
.toolbar-off{
background-image:url("../img/off-grey-bg.png");
height:34px;
padding:6px 10px;
border-top-color:#9b9b9b;
-moz-box-shadow:inset 0 1px 0 0 #f2f2f2;
box-shadow:inset 0 1px 0 0 #f2f2f2
}
.modal-backdrop{
background-color:#000
}
.modal-backdrop.in{
filter:alpha(opacity=70);
opacity:.7
}
.modal-header{
background-color:#f5f7f9;
padding:20px;
border-bottom:1px solid #ada6ac;
border-top-left-radius:4px;
border-top-right-radius:4px
}
.modal-header .modal-title{
font-family:Helvetica,arial,verdana,sans-serif;
font-weight:bold;
font-size:26px;
color:#3c3c3c;
line-height:31px
}
.modal-header .modal-subtitle{
font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
font-size:13px;
color:#999;
line-height:15px
}
.modal-footer{
background-color:#e8e8e8;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
height:45px;
padding:10px;
border-top:1px solid #a8a8a8
}
@-webkit-keyframes blinking{
from{
-webkit-box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
50%{
-webkit-box-shadow:inset 0 19px 0 rgba(0,115,215,0.2),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
to{
-webkit-box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
}
@-moz-keyframes blinking{
from{
-moz-box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
50%{
-moz-box-shadow:inset 0 19px 0 rgba(0,115,215,0.2),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
to{
-moz-box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
}
@keyframes blinking{
from{
box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
50%{
box-shadow:inset 0 19px 0 rgba(0,115,215,0.2),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
to{
box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
}
.content-block{
margin-bottom:30px
}
ul.entypo-ul li{
display:inline-block;
font-size:20px !important;
line-height:28px !important
}
.emoji-font{
font-family:"Apple Color Emoji";
font-size:20px !important;
line-height:28px !important
}
/* added new */
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 40%;
border-color:#ddd
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.entypo-trash:before {
content: "\e729";
}
.entypo-trash:hover {
background-color: #4CAF50;
}
.container-settings-button{
font-size: 30px
}
.button {
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
}
.form-group-textarea{
margin-left:55%;
margin-top:-30%
}
.form-group-validation{
margin-left:100%;
margin-top:-30%;
}
.form-control {
display: block;
width: 40%;
height: 26px;
padding: 2px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} | css/maverix.css | @charset "UTF-8";
@font-face{
font-family:'entypo';
font-style:normal;
font-weight:normal;
src:url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot');
src:url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix') format('eot'),url('http://weloveiconfonts.com/api/fonts/entypo/entypo.woff') format('woff'),url('http://weloveiconfonts.com/api/fonts/entypo/entypo.ttf') format('truetype'),url('http://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo') format('svg')
}
.entypo-note:before{
content:"\266a"
}
.entypo-note-beamed:before{
content:"\266b"
}
.entypo-music:before{
content:"\1f3b5"
}
.entypo-search:before{
content:"\1f50d"
}
.entypo-flashlight:before{
content:"\1f526"
}
.entypo-mail:before{
content:"\2709"
}
.entypo-heart:before{
content:"\2665"
}
.entypo-heart-empty:before{
content:"\2661"
}
.entypo-star:before{
content:"\2605"
}
.entypo-star-empty:before{
content:"\2606"
}
.entypo-user:before{
content:"\1f464"
}
.entypo-users:before{
content:"\1f465"
}
.entypo-user-add:before{
content:"\e700"
}
.entypo-video:before{
content:"\1f3ac"
}
.entypo-picture:before{
content:"\1f304"
}
.entypo-camera:before{
content:"\1f4f7"
}
.entypo-layout:before{
content:"\268f"
}
.entypo-menu:before{
content:"\2630"
}
.entypo-check:before{
content:"\2713"
}
.entypo-cancel:before{
content:"\2715"
}
.entypo-cancel-circled:before{
content:"\2716"
}
.entypo-cancel-squared:before{
content:"\274e"
}
.entypo-plus:before{
content:"\2b"
}
.entypo-plus-circled:before{
content:"\2795"
}
.entypo-plus-squared:before{
content:"\229e"
}
.entypo-minus:before{
content:"\2d"
}
.entypo-minus-circled:before{
content:"\2796"
}
.entypo-minus-squared:before{
content:"\229f"
}
.entypo-help:before{
content:"\2753"
}
.entypo-help-circled:before{
content:"\e704"
}
.entypo-info:before{
content:"\2139"
}
.entypo-info-circled:before{
content:"\e705"
}
.entypo-back:before{
content:"\1f519"
}
.entypo-home:before{
content:"\2302"
}
.entypo-link:before{
content:"\1f517"
}
.entypo-attach:before{
content:"\1f4ce"
}
.entypo-lock:before{
content:"\1f512"
}
.entypo-lock-open:before{
content:"\1f513"
}
.entypo-eye:before{
content:"\e70a"
}
.entypo-tag:before{
content:"\e70c"
}
.entypo-bookmark:before{
content:"\1f516"
}
.entypo-bookmarks:before{
content:"\1f4d1"
}
.entypo-flag:before{
content:"\2691"
}
.entypo-thumbs-up:before{
content:"\1f44d"
}
.entypo-thumbs-down:before{
content:"\1f44e"
}
.entypo-download:before{
content:"\1f4e5"
}
.entypo-upload:before{
content:"\1f4e4"
}
.entypo-upload-cloud:before{
content:"\e711"
}
.entypo-reply:before{
content:"\e712"
}
.entypo-reply-all:before{
content:"\e713"
}
.entypo-forward:before{
content:"\27a6"
}
.entypo-quote:before{
content:"\275e"
}
.entypo-code:before{
content:"\e714"
}
.entypo-export:before{
content:"\e715"
}
.entypo-pencil:before{
content:"\270e"
}
.entypo-feather:before{
content:"\2712"
}
.entypo-print:before{
content:"\e716"
}
.entypo-retweet:before{
content:"\e717"
}
.entypo-keyboard:before{
content:"\2328"
}
.entypo-comment:before{
content:"\e718"
}
.entypo-chat:before{
content:"\e720"
}
.entypo-bell:before{
content:"\1f514"
}
.entypo-attention:before{
content:"\26a0"
}
.entypo-alert:before{
content:"\1f4a5'"
}
.entypo-vcard:before{
content:"\e722"
}
.entypo-address:before{
content:"\e723"
}
.entypo-location:before{
content:"\e724"
}
.entypo-map:before{
content:"\e727"
}
.entypo-direction:before{
content:"\27a2"
}
.entypo-compass:before{
content:"\e728"
}
.entypo-cup:before{
content:"\2615"
}
.entypo-trash:before{
content:"\e729"
}
.entypo-doc:before{
content:"\e730"
}
.entypo-docs:before{
content:"\e736"
}
.entypo-doc-landscape:before{
content:"\e737"
}
.entypo-doc-text:before{
content:"\1f4c4"
}
.entypo-doc-text-inv:before{
content:"\e731"
}
.entypo-newspaper:before{
content:"\1f4f0"
}
.entypo-book-open:before{
content:"\1f4d6"
}
.entypo-book:before{
content:"\1f4d5"
}
.entypo-folder:before{
content:"\1f4c1"
}
.entypo-archive:before{
content:"\e738"
}
.entypo-box:before{
content:"\1f4e6"
}
.entypo-rss:before{
content:"\e73a"
}
.entypo-phone:before{
content:"\1f4dE"
}
.entypo-cog:before{
content:"\2699"
}
.entypo-tools:before{
content:"\2692"
}
.entypo-share:before{
content:"\e73c"
}
.entypo-shareable:before{
content:"\e73e"
}
.entypo-basket:before{
content:"\e73d"
}
.entypo-bag:before{
content:"\1f45c'"
}
.entypo-calendar:before{
content:"\1f4c5"
}
.entypo-login:before{
content:"\e740"
}
.entypo-logout:before{
content:"\e741"
}
.entypo-mic:before{
content:"\1f3a4"
}
.entypo-mute:before{
content:"\1f507"
}
.entypo-sound:before{
content:"\1f50a"
}
.entypo-volume:before{
content:"\e742"
}
.entypo-clock:before{
content:"\1f554"
}
.entypo-hourglass:before{
content:"\23f3"
}
.entypo-lamp:before{
content:"\1f4a1"
}
.entypo-light-down:before{
content:"\1f505"
}
.entypo-light-up:before{
content:"\1f506"
}
.entypo-adjust:before{
content:"\25d1"
}
.entypo-block:before{
content:"\1f6ab"
}
.entypo-resize-full:before{
content:"\e744"
}
.entypo-resize-small:before{
content:"\e746"
}
.entypo-popup:before{
content:"\e74c"
}
.entypo-publish:before{
content:"\e74d"
}
.entypo-window:before{
content:"\e74e"
}
.entypo-arrow-combo:before{
content:"\e74f"
}
.entypo-down-circled:before{
content:"\e758"
}
.entypo-left-circled:before{
content:"\e759"
}
.entypo-right-circled:before{
content:"\e75a"
}
.entypo-up-circled:before{
content:"\e75b"
}
.entypo-down-open:before{
content:"\e75c"
}
.entypo-left-open:before{
content:"\e75d"
}
.entypo-right-open:before{
content:"\e75e"
}
.entypo-up-open:before{
content:"\e75f"
}
.entypo-down-open-mini:before{
content:"\e760"
}
.entypo-left-open-mini:before{
content:"\e761"
}
.entypo-right-open-mini:before{
content:"\e762"
}
.entypo-up-open-mini:before{
content:"\e763"
}
.entypo-down-open-big:before{
content:"\e764"
}
.entypo-left-open-big:before{
content:"\e765"
}
.entypo-right-open-big:before{
content:"\e766"
}
.entypo-up-open-big:before{
content:"\e767"
}
.entypo-down:before{
content:"\2b07"
}
.entypo-left:before{
content:"\2b05"
}
.entypo-right:before{
content:"\27a1"
}
.entypo-up:before{
content:"\2b06"
}
.entypo-down-dir:before{
content:"\25be"
}
.entypo-left-dir:before{
content:"\25c2"
}
.entypo-right-dir:before{
content:"\25b8"
}
.entypo-up-dir:before{
content:"\25b4"
}
.entypo-down-bold:before{
content:"\e4b0"
}
.entypo-left-bold:before{
content:"\e4ad"
}
.entypo-right-bold:before{
content:"\e4ae"
}
.entypo-up-bold:before{
content:"\e4af"
}
.entypo-down-thin:before{
content:"\2193"
}
.entypo-left-thin:before{
content:"\2190"
}
.entypo-right-thin:before{
content:"\2192"
}
.entypo-up-thin:before{
content:"\2191"
}
.entypo-ccw:before{
content:"\27f2"
}
.entypo-cw:before{
content:"\27f3"
}
.entypo-arrows-ccw:before{
content:"\1f504"
}
.entypo-level-down:before{
content:"\21b3"
}
.entypo-level-up:before{
content:"\21b0"
}
.entypo-shuffle:before{
content:"\1f500"
}
.entypo-loop:before{
content:"\1f501"
}
.entypo-switch:before{
content:"\21c6"
}
.entypo-play:before{
content:"\25b6"
}
.entypo-stop:before{
content:"\25a0"
}
.entypo-pause:before{
content:"\2389"
}
.entypo-record:before{
content:"\26ab"
}
.entypo-to-end:before{
content:"\23ed"
}
.entypo-to-start:before{
content:"\23ee"
}
.entypo-fast-forward:before{
content:"\23e9"
}
.entypo-fast-backward:before{
content:"\23ea"
}
.entypo-progress-0:before{
content:"\e768"
}
.entypo-progress-1:before{
content:"\e769"
}
.entypo-progress-2:before{
content:"\e76a"
}
.entypo-progress-3:before{
content:"\e76b"
}
.entypo-target:before{
content:"\1f3af"
}
.entypo-palette:before{
content:"\1f3a8"
}
.entypo-list:before{
content:"\e005"
}
.entypo-list-add:before{
content:"\e003"
}
.entypo-signal:before{
content:"\1f4f6"
}
.entypo-trophy:before{
content:"\1f3c6"
}
.entypo-battery:before{
content:"\1f50b"
}
.entypo-back-in-time:before{
content:"\e771"
}
.entypo-monitor:before{
content:"\1f4bb"
}
.entypo-mobile:before{
content:"\1f4f1"
}
.entypo-network:before{
content:"\e776"
}
.entypo-cd:before{
content:"\1f4bf"
}
.entypo-inbox:before{
content:"\e777"
}
.entypo-install:before{
content:"\e778"
}
.entypo-globe:before{
content:"\1f30e"
}
.entypo-cloud:before{
content:"\2601"
}
.entypo-cloud-thunder:before{
content:"\26c8"
}
.entypo-flash:before{
content:"\26a1"
}
.entypo-moon:before{
content:"\263d"
}
.entypo-flight:before{
content:"\2708"
}
.entypo-paper-plane:before{
content:"\e79b"
}
.entypo-leaf:before{
content:"\1f342"
}
.entypo-lifebuoy:before{
content:"\e788"
}
.entypo-mouse:before{
content:"\e789"
}
.entypo-briefcase:before{
content:"\1f4bc"
}
.entypo-suitcase:before{
content:"\e78e"
}
.entypo-dot:before{
content:"\e78b"
}
.entypo-dot-2:before{
content:"\e78c"
}
.entypo-dot-3:before{
content:"\e78d"
}
.entypo-brush:before{
content:"\e79a"
}
.entypo-magnet:before{
content:"\e7a1"
}
.entypo-infinity:before{
content:"\221e"
}
.entypo-erase:before{
content:"\232b"
}
.entypo-chart-pie:before{
content:"\e751"
}
.entypo-chart-line:before{
content:"\1f4c8"
}
.entypo-chart-bar:before{
content:"\1f4ca"
}
.entypo-chart-area:before{
content:"\1f53e"
}
.entypo-tape:before{
content:"\2707"
}
.entypo-graduation-cap:before{
content:"\1f393"
}
.entypo-language:before{
content:"\e752"
}
.entypo-ticket:before{
content:"\1f3ab"
}
.entypo-water:before{
content:"\1f4a6"
}
.entypo-droplet:before{
content:"\1f4a7"
}
.entypo-air:before{
content:"\e753"
}
.entypo-credit-card:before{
content:"\1f4b3"
}
.entypo-floppy:before{
content:"\1f4be"
}
.entypo-clipboard:before{
content:"\1f4cb"
}
.entypo-megaphone:before{
content:"\1f4e3"
}
.entypo-database:before{
content:"\e754"
}
.entypo-drive:before{
content:"\e755"
}
.entypo-bucket:before{
content:"\e756"
}
.entypo-thermometer:before{
content:"\e757"
}
.entypo-key:before{
content:"\1f511"
}
.entypo-flow-cascade:before{
content:"\e790"
}
.entypo-flow-branch:before{
content:"\e791"
}
.entypo-flow-tree:before{
content:"\e792"
}
.entypo-flow-line:before{
content:"\e793"
}
.entypo-flow-parallel:before{
content:"\e794"
}
.entypo-rocket:before{
content:"\1f680"
}
.entypo-gauge:before{
content:"\e7a2"
}
.entypo-traffic-cone:before{
content:"\e7a3"
}
.entypo-cc:before{
content:"\e7a5"
}
.entypo-cc-by:before{
content:"\e7a6"
}
.entypo-cc-nc:before{
content:"\e7a7"
}
.entypo-cc-nc-eu:before{
content:"\e7a8"
}
.entypo-cc-nc-jp:before{
content:"\e7a9"
}
.entypo-cc-sa:before{
content:"\e7aa"
}
.entypo-cc-nd:before{
content:"\e7ab"
}
.entypo-cc-pd:before{
content:"\e7ac"
}
.entypo-cc-zero:before{
content:"\e7ad"
}
.entypo-cc-share:before{
content:"\e7ae"
}
.entypo-cc-remix:before{
content:"\e7af"
}
.entypo-github:before{
content:"\f300"
}
.entypo-github-circled:before{
content:"\f301"
}
.entypo-flickr:before{
content:"\f303"
}
.entypo-flickr-circled:before{
content:"\f304"
}
.entypo-vimeo:before{
content:"\f306"
}
.entypo-vimeo-circled:before{
content:"\f307"
}
.entypo-twitter:before{
content:"\f309"
}
.entypo-twitter-circled:before{
content:"\f30a"
}
.entypo-facebook:before{
content:"\f30c"
}
.entypo-facebook-circled:before{
content:"\f30d"
}
.entypo-facebook-squared:before{
content:"\f30e"
}
.entypo-gplus:before{
content:"\f30f"
}
.entypo-gplus-circled:before{
content:"\f310"
}
.entypo-pinterest:before{
content:"\f312"
}
.entypo-pinterest-circled:before{
content:"\f313"
}
.entypo-tumblr:before{
content:"\f315"
}
.entypo-tumblr-circled:before{
content:"\f316"
}
.entypo-linkedin:before{
content:"\f318"
}
.entypo-linkedin-circled:before{
content:"\f319"
}
.entypo-dribbble:before{
content:"\f31b"
}
.entypo-dribbble-circled:before{
content:"\f31c"
}
.entypo-stumbleupon:before{
content:"\f31e"
}
.entypo-stumbleupon-circled:before{
content:"\f31f"
}
.entypo-lastfm:before{
content:"\f321"
}
.entypo-lastfm-circled:before{
content:"\f322"
}
.entypo-rdio:before{
content:"\f324"
}
.entypo-rdio-circled:before{
content:"\f325"
}
.entypo-spotify:before{
content:"\f327"
}
.entypo-spotify-circled:before{
content:"\f328"
}
.entypo-qq:before{
content:"\f32a"
}
.entypo-instagrem:before{
content:"\f32d"
}
.entypo-dropbox:before{
content:"\f330"
}
.entypo-evernote:before{
content:"\f333"
}
.entypo-flattr:before{
content:"\f336"
}
.entypo-skype:before{
content:"\f339"
}
.entypo-skype-circled:before{
content:"\f33a"
}
.entypo-renren:before{
content:"\f33c"
}
.entypo-sina-weibo:before{
content:"\f33f"
}
.entypo-paypal:before{
content:"\f342"
}
.entypo-picasa:before{
content:"\f345"
}
.entypo-soundcloud:before{
content:"\f348"
}
.entypo-mixi:before{
content:"\f34b"
}
.entypo-behance:before{
content:"\f34e"
}
.entypo-google-circles:before{
content:"\f351"
}
.entypo-vkontakte:before{
content:"\f354"
}
.entypo-smashing:before{
content:"\f357"
}
.entypo-sweden:before{
content:"\f601"
}
.entypo-db-shape:before{
content:"\f600"
}
.entypo-logo-db:before{
content:"\f603"
}
*:focus{
outline:none
}
body.blur .sidebar{
background-image:-o-linear-gradient(-89deg, #f7f7f7 0, #ebebeb 100%);
background-image:-moz-linear-gradient(-89deg, #f7f7f7 0, #ebebeb 100%);
background-image:-ms-linear-gradient(-89deg, #f7f7f7 0, #ebebeb 100%);
background-image:linear-gradient(-179deg, #f7f7f7 0, #ebebeb 100%)
}
body.blur ul.nav li.selected{
background-image:-o-linear-gradient(-89deg, #bdc7dd 0, #a6b2cd 100%, #9da9c6 100%);
background-image:-moz-linear-gradient(-89deg, #bdc7dd 0, #a6b2cd 100%, #9da9c6 100%);
background-image:-ms-linear-gradient(-89deg, #bdc7dd 0, #a6b2cd 100%, #9da9c6 100%);
background-image:linear-gradient(-179deg, #bdc7dd 0, #a6b2cd 100%, #9da9c6 100%);
-moz-box-shadow:inset 0 -1px 0 0 #93a0ba,inset 0 1px 0 0 #bbc5d7,inset 0 2px 0 0 #c3cce0;
box-shadow:inset 0 -1px 0 0 #93a0ba,inset 0 1px 0 0 #bbc5d7,inset 0 2px 0 0 #c3cce0
}
body.blur ul.nav li.selected span.sidebar-badge{
color:#acb6d0 !important
}
body.blur table.table-maverix tr.selected{
color:#000;
background-color:#cbcbcb !important
}
body.blur table.table-maverix tr.selected select.on-white-select{
background-color:#cbcbcb
}
body.blur table.table-maverix tr.selected .info-sub{
color:#787878 !important
}
[class*="entypo-"]:before{
font-family:'entypo',sans-serif
}
body{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif
}
p{
margin-bottom:20px;
margin-top:5px
}
.sidebar{
position:absolute;
overflow:scroll;
top:0;
bottom:0;
width:254px;
z-index:2;
background:#4286f4;
-moz-box-shadow:1px 0 0 0 rgba(0,0,0,0.24),inset -1px 0 0 0 rgba(254,255,255,0.27);
box-shadow:1px 0 0 0 rgba(0,0,0,0.24),inset -1px 0 0 0 rgba(254,255,255,0.27);
background-image:-o-linear-gradient(-89deg, #e8ecf1 0, #d1d8e0 100%);
background-image:-moz-linear-gradient(-89deg, #e8ecf1 0, #d1d8e0 100%);
background-image:-ms-linear-gradient(-89deg, #e8ecf1 0, #d1d8e0 100%);
background-image:linear-gradient(-179deg, #e8ecf1 0, #d1d8e0 100%)
}
.sidebar div.sidebar-navicontainer{
margin-bottom:5px
}
.sidebar div.sidebar-headbox:hover .sidebar-toggle{
opacity:1;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.sidebar div.sidebar-headbox .sidebar-header{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-weight:bold;
font-size:11px;
color:#707e8c;
line-height:13px;
text-shadow:0 1px 0 rgba(255,255,255,0.46);
text-transform:uppercase;
display:inline-block;
padding:5px 9px
}
.sidebar div.sidebar-navicontainer .sidebar-headlogo{
padding:20px 10px;
margin-left: 70px
}
.sidebar div.sidebar-headbox .sidebar-toggle{
opacity:0;
cursor:pointer;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-weight:bold;
font-size:11px;
color:#98a5b2;
line-height:13px;
text-shadow:0 1px 0 rgba(255,255,255,0.6);
float:right;
margin-top:5px;
padding-right:10px
}
.sidebar div.sidebar-headbox .sidebar-toggle:hover{
text-decoration:none
}
.sidebar div.sidebar-headbox .sidebar-toggle:active{
color:#5069ec
}
.sidebar ul.nav li{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
line-height:13px;
color:#000;
padding:4px 28px;
padding-top:3px;
padding-right:10px;
text-shadow:0 1px 0 #fff;
margin-bottom:1px
}
.sidebar ul.nav li.selected{
color:#fff;
text-shadow:0 1px 2px rgba(0,0,0,0.5);
font-weight:bold;
background-image:-o-linear-gradient(-89deg, #69b1e5 0, #3485d0 100%);
background-image:-moz-linear-gradient(-89deg, #69b1e5 0, #3485d0 100%);
background-image:-ms-linear-gradient(-89deg, #69b1e5 0, #3485d0 100%);
background-image:linear-gradient(-179deg, #69b1e5 0, #3485d0 100%);
-moz-box-shadow:0 -1px 0 0 #5ca4df,inset 0 -1px 0 0 #327ac2,inset 0 1px 0 0 #71b9ea;
box-shadow:0 -1px 0 0 #5ca4df,inset 0 -1px 0 0 #327ac2,inset 0 1px 0 0 #71b9ea
}
.sidebar ul.nav li.selected span{
color:#fff;
text-shadow:0 1px 2px rgba(0,0,0,0.1)
}
.sidebar ul.nav li.selected .sidebar-badge{
background-color:#fff;
color:#4b8fd5 !important
}
.sidebar ul.nav li.selected a{
color:#fff !important
}
.sidebar ul.nav li.selected a:focus{
background:none !important
}
.sidebar ul.nav li a{
text-decoration:none;
color:#000 !important;
padding:0
}
.sidebar ul.nav li a:hover{
background:none !important
}
.sidebar ul.nav li span{
color:#818896;
font-size:18px;
text-shadow:0 1px 0 #fff;
width:20px;
display:inline-block;
text-align:center
}
.sidebar ul.nav li .sidebar-badge{
float:right;
background-color:#98a5b3;
border-radius:50px;
font-size:11px !important;
line-height:15px;
color:#fff !important;
font-weight:bold;
text-shadow:none
}
.content{
position:absolute;
left:254px;
right:0;
top:88px;
bottom:0;
overflow-y:scroll
}
.content .container-fluid{
padding:20px
}
.content .container-maverix{
width:680px;
margin:0 auto;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
color:#000;
line-height:16px;
padding-top:25px
}
div.heading-bar{
position:absolute;
top:0;
left:255px;
right:0;
z-index:2;
min-width:680px;
background-image:-o-linear-gradient(-89deg, #3C3CDC 0, #000611 100%); /* from efeef1 to 3C3CD , from 020c1c to 000611*/
background-image:-moz-linear-gradient(-89deg, #3C3CDC 0, #000611 100%); /* from efeef1 to 3C3CD , from 020c1c to 000611*/
background-image:-ms-linear-gradient(-89deg, #3C3CDC 0, #000611 100%); /* from efeef1 to 3C3CD , from 020c1c to 000611*/
background-image:linear-gradient(-179deg, #3C3CDC 0, #000611 100%); /* from efeef1 to 3C3CD , from 020c1c to 000611*/
border-bottom:1px solid #c2c2c2;
height:88px;
padding:20px
}
div.heading-bar .user-bar{
position:absolute;
top:0;
right:10px;
font-size:11px;
line-height:30px
}
div.heading-bar .heading-one{
display:table-cell;
vertical-align:middle;
font-family:Helvetica Neue,Helvetica,Arial;
font-weight:bold;
font-size:24px;
color:#ffffff; /* from 3a3d40 to ffffff */
line-height:29px;
letter-spacing:-1px;
text-shadow:0 1px 0 rgba(255,255,255,0.46) !important
}
div.heading-bar .heading-one img{
margin-right:10px
}
.sub-nav{
background-image:-o-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:-moz-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:-ms-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:linear-gradient(-179deg, #f5f5f5 0, #e5e5e5 100%);
border:1px solid #c2c2c2;
border-left:none;
border-right:none;
-moz-box-shadow:inset 0 1px 0 0 #fff;
box-shadow:inset 0 1px 0 0 #fff;
height:25px;
position:fixed;
top:87px;
left:255px;
right:0
}
.sub-nav ul{
position:absolute;
top:-1px;
left:0;
right:0;
padding:0;
text-align:center
}
.sub-nav ul li{
display:inline-block;
margin-left:-6px;
background-image:-o-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:-moz-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:-ms-linear-gradient(-89deg, #f5f5f5 0, #e5e5e5 100%);
background-image:linear-gradient(-179deg, #f5f5f5 0, #e5e5e5 100%);
border:1px solid #c2c2c2;
-moz-box-shadow:inset 1px 1px 0 0 #fff;
box-shadow:inset 1px 1px 0 0 #fff
}
.sub-nav ul li.selected{
z-index:99;
background-image:-o-linear-gradient(-89deg, #e1e1e1 0, #e6e6e6 100%);
background-image:-moz-linear-gradient(-89deg, #e1e1e1 0, #e6e6e6 100%);
background-image:-ms-linear-gradient(-89deg, #e1e1e1 0, #e6e6e6 100%);
background-image:linear-gradient(-179deg, #e1e1e1 0, #e6e6e6 100%);
border:1px solid #a8a8a8;
-moz-box-shadow:inset -1px 0 0 0 #d3d3d3,inset 1px 0 0 0 #d4d4d4,inset 0 1px 0 0 #dfdfdf,inset 0 -1px 0 0 #e5e5e5;
box-shadow:inset -1px 0 0 0 #d3d3d3,inset 1px 0 0 0 #d4d4d4,inset 0 1px 0 0 #dfdfdf,inset 0 -1px 0 0 #e5e5e5
}
.sub-nav ul li a{
display:inline-block;
padding:4px 40px;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-weight:bold;
font-size:12px;
color:#686868;
line-height:15px;
text-shadow:1px 1px 0 rgba(255,255,255,0.6)
}
.sub-nav ul li a:hover{
text-decoration:none !important
}
.sub-nav-content-container{
padding-top:20px
}
.btn{
border-radius:4px;
border:1px solid #979797;
padding-top:0;
padding-bottom:0;
height:21px;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
color:#000;
font-size:13px;
line-height:19px;
display:inline-block
}
.btn:hover{
color:#000
}
.btn.btn-default{
background-image:-o-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-moz-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-ms-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
-moz-box-shadow:0 1px 0 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53);
box-shadow:0 1px 1px 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53)
}
.btn.btn-default:active{
background-color:#ededed;
background-image:none;
background-image:-o-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:-moz-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:-ms-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
border:1px solid #557bc8
}
.btn.btn-primary{
border-top-color:#595b71;
border-bottom-color:#515268;
border-left-color:#56586f;
border-right-color:#56586f;
background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #d3f7fd), color-stop(.5, #87c5fb), color-stop(.5, #a1d1f9), color-stop(1, #d4e9fc));
background-image:-moz-linear-gradient(center bottom, #d3f7fd 0, #87c5fb 50%, #a1d1f9 50%, #d4e9fc 100%);
-webkit-animation-name:blinking;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-iteration-count:infinite;
-webkit-animation-duration:1s;
-moz-animation-name:blinking;
-moz-animation-timing-function:ease-in-out;
-moz-animation-iteration-count:infinite;
-moz-animation-duration:1s;
animation-name:blinking;
animation-timing-function:ease-in-out;
animation-iteration-count:infinite;
animation-duration:1s
}
.btn.btn-primary:active{
background-color:#ededed;
background-image:none;
background-image:-o-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:-moz-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:-ms-linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
background-image:linear-gradient(0deg, #a1c5eb 0, #649fec 46%, #4191ec 53%, #94c4eb 100%);
border:1px solid #557bc8
}
.btn.disabled{
background-image:-o-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-moz-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-ms-linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:linear-gradient(0deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
border:1px solid #979797;
-moz-box-shadow:0 1px 0 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53);
box-shadow:0 1px 0 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53)
}
.btn.btn-capsule{
border-radius:40px;
height:20px;
background-image:-o-linear-gradient(-89deg, #fbfbfb 0, #dfdfdf 100%);
background-image:-moz-linear-gradient(-89deg, #fbfbfb 0, #dfdfdf 100%);
background-image:-ms-linear-gradient(-89deg, #fbfbfb 0, #dfdfdf 100%);
background-image:linear-gradient(-179deg, #fbfbfb 0, #dfdfdf 100%);
border:1px solid #979797;
-moz-box-shadow:0 1px 0 0 rgba(0,0,0,1);
box-shadow:0 1px 0 0 rgba(0,0,0,1);
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
color:#000;
line-height:14px;
text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.btn.btn-capsule:active{
background-color:#a3e2e2; /* from#dadada */
background-image:none
}
.btn.btn-sm{
border-radius:3px;
background-image:-o-linear-gradient(89deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-moz-linear-gradient(89deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:-ms-linear-gradient(89deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
background-image:linear-gradient(-1deg, #ededed 0, #f3f3f3 50%, #fafafa 50%, #fff 100%);
border:1px solid #979797;
-moz-box-shadow:0 1px 0 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53);
box-shadow:0 1px 0 0 rgba(0,0,0,0.14),inset 0 0 0 1px rgba(255,255,255,0.42),inset 0 1px 0 0 rgba(255,255,255,0.53);
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:11px;
color:#000;
line-height:13px;
display:inline-block;
height:16px
}
.btn.btn-sm:active{
background-color:#dadada;
background-image:none
}
.btn.btn-lg{
height:31px;
line-height:31px;
font-size:16px !important;
padding-top:0;
padding-bottom:0
}
.btn.btn-on-grey{
background-image:-o-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:-moz-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:-ms-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:linear-gradient(-179deg, #fdfdfd 0, #ececec 100%);
border:1px solid #8e8e8e;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
min-width:96px
}
.btn.btn-on-grey:active{
background-image:-o-linear-gradient(-89deg, #e6e6e6 0, #e3e3e3 100%);
background-image:-moz-linear-gradient(-89deg, #e6e6e6 0, #e3e3e3 100%);
background-image:-ms-linear-gradient(-89deg, #e6e6e6 0, #e3e3e3 100%);
background-image:linear-gradient(-179deg, #e6e6e6 0, #e3e3e3 100%);
border:1px solid #8e8e8e;
-moz-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.4)
}
.btn.btn-modern{
border-radius:4px;
background-color:#fff !important;
background-image:none !important;
-moz-box-shadow:0 1px 1px 0 rgba(255,254,255,0.59),inset 0 1px 2px 0 #fff;
box-shadow:0 1px 1px 0 rgba(255,254,255,0.59),inset 0 1px 2px 0 #fff;
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:12px;
list-style:12px;
color:#333
}
.btn.btn-modern:active,.btn.btn-modern.btn-sm:active{
background-image:none;
outline:0;
-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn.btn-modern span[class^="entypo-"],.btn.btn-modern span[class*=" entypo-"]{
font-size:14px
}
.btn.btn-help{
background-image:-o-linear-gradient(-89deg, #fff 0, #f3f3f3 50%, #ececec 50%, #f1f1f1 100%);
background-image:-moz-linear-gradient(-89deg, #fff 0, #f3f3f3 50%, #ececec 50%, #f1f1f1 100%);
background-image:-ms-linear-gradient(-89deg, #fff 0, #f3f3f3 50%, #ececec 50%, #f1f1f1 100%);
background-image:linear-gradient(-179deg, #fff 0, #f3f3f3 50%, #ececec 50%, #f1f1f1 100%);
border:1px solid #8d8d8d;
border-radius:30px;
height:21px;
width:21px;
display:inline-block;
color:#434343;
padding:0
}
.panel{
background:rgba(239,239,239,0.99);
border:1px solid rgba(0,0,0,0.49);
-moz-box-shadow:0 3px 5px 0 rgba(0,0,0,0.45);
box-shadow:0 3px 5px 0 rgba(0,0,0,0.45)
}
.panel .panel-body{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
color:#000;
line-height:16px
}
.panel .panel-heading{
background-image:-o-linear-gradient(-89deg, #ededed 0, #d8d8d8 100%);
background-image:-moz-linear-gradient(-89deg, #ededed 0, #d8d8d8 100%);
background-image:-ms-linear-gradient(-89deg, #ededed 0, #d8d8d8 100%);
background-image:linear-gradient(-179deg, #ededed 0, #d8d8d8 100%);
-moz-box-shadow:0 1px 0 0 #bfbfbf;
box-shadow:0 1px 0 0 #bfbfbf
}
.panel .panel-heading .panel-title{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
color:#2f2f2f;
line-height:16px;
text-shadow:0 1px 0 rgba(254,255,255,0.49)
}
div.table-cell{
height:150px;
border:1px solid rgba(0,0,0,0.17);
width:100%;
overflow:scroll;
margin-bottom:1em
}
table.table-maverix{
width:100%
}
table.table-maverix tr.selected{
color:#fff;
background-color:#3874d7
}
table.table-maverix tr.selected select{
background-color:#3874d7
}
table.table-maverix tr.selected .info-sub{
color:#fff !important
}
table.table-maverix td{
padding-top:2px !important;
padding-bottom:2px !important;
padding:2px
}
table.table-maverix p.info-main{
font-weight:bold;
margin:0;
line-height:13px
}
table.table-maverix p.info-sub{
font-size:11px;
color:#787878;
line-height:13px;
margin:0
}
.table-maverix-small{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:11px;
color:#000;
line-height:13px;
letter-spacing:0
}
.table-maverix-small td{
border:none !important
}
.table-maverix-small td.td-icon{
font-size:15px;
width:20px
}
.table-maverix-small select.on-white-select{
background-color:#fff;
-webkit-appearance:none;
-moz-appearance:none;
width:150px;
border:none
}
.table-maverix-small span.entypo-arrow-combo{
position:relative;
left:-10px
}
.table-maverix-large td{
border-top:none !important;
border-bottom:1px solid #e6e6e6 !important
}
.table-maverix-large td.td-icon{
width:1em;
font-size:20px
}
.table-maverix-large td div.placeholder{
min-height:40px
}
.ui-switch{
box-sizing:border-box;
position:relative;
width:40px;
height:24px;
background-color:#ddd;
border-radius:12px;
transition:background-color .3s;
display:inline-block;
top:7px
}
.ui-switch .toggler{
position:absolute;
top:1px;
left:1px;
width:22px;
height:22px;
background-color:#fff;
border-radius:11px;
box-shadow:0 2px 5px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.2);
transition:left .3s
}
.ui-switch.on{
background-color:#77ce65
}
.ui-switch.on .toggler{
left:17px
}
.ui-label{
font-family:Helvetica Neue,Helvetica,Arial;
font-weight:bold;
font-size:13px;
color:#4a4a4a;
line-height:16px;
text-shadow:0 1px 0 rgba(255,255,255,0.8);
display:inline-block;
padding:4px
}
a.dropdown-toggle{
color:#616161 !important
}
a.dropdown-toggle:hover{
color:#616161
}
#top-switch{
position:fixed;
top:30px;
right:50px;
padding-top:0
}
.osx-switch{
padding-left:30px;
padding-top:20px;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.osx-switch .osx-switch-label{
font-family:Helvetica Neue,Helvetica,Arial;
font-weight:bold;
font-size:13px;
color:#4a4a4a;
line-height:16px;
text-shadow:0 1px 0 rgba(255,255,255,0.8)
}
.osx-switch .osx-switch-label-active{
position:relative;
left:-30px
}
.osx-switch .osx-switch-label-inactive{
position:relative;
right:-55px
}
.osx-switch label{
position:relative;
top:-20px;
width:70px;
height:22px;
margin:0;
padding:0;
background-image:-o-linear-gradient(-89deg, #818181 0, #b8b8b8 100%);
background-image:-moz-linear-gradient(-89deg, #818181 0, #b8b8b8 100%);
background-image:-ms-linear-gradient(-89deg, #818181 0, #b8b8b8 100%);
background-image:linear-gradient(-179deg, #818181 0, #b8b8b8 100%);
-moz-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.2);
border-top:1px solid #5c5c5c;
border-bottom:1px solid #989898
}
.osx-switch label a{
margin-top:-1px;
height:22px;
box-shadow:none;
background-image:-o-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:-moz-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:-ms-linear-gradient(-89deg, #fdfdfd 0, #ececec 100%);
background-image:linear-gradient(-179deg, #fdfdfd 0, #ececec 100%);
border:1px solid #7d7d7d
}
h1{
font-family:Helvetica Neue,Helvetica,Arial;
font-weight:100
}
h2{
font-family:Helvetica Neue,Helvetica,Arial;
font-size:18px;
font-weight:normal;
color:#62676c;
line-height:18px;
margin-bottom:5px;
margin-top:20px
}
h2:first-child{
margin-top:0
}
@media screen and (-webkit-min-device-pixel-ratio:0){
h2{
font-weight:300
}
}
h3{
font-family:Helvetica Neue,Helvetica,Arial;
font-weight:bold;
font-size:14px;
color:#4a4a4a;
line-height:17px;
text-shadow:0 1px 0 rgba(255,255,255,0.8);
margin-bottom:0
}
progress[value]{
width:100%
}
input[type=text],input[type=password],input[type=email]{
border-radius:0 !important;
padding:0 3px !important;
font-size:13px !important;
line-height:13px !important;
color:#39090a !important;
height:22px !important;
background:#fff;
border:1px solid #9b9b9b !important;
border-top:1px solid #8e8e8e !important;
border-bottom:1px solid #afafaf !important;
-moz-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.2) !important;
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.2) !important
}
input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder{
padding-top:1px;
color:#777
}
input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=email]:-moz-placeholder{
padding-top:1px;
color:#777
}
input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=email]::-moz-placeholder{
padding-top:1px;
color:#777
}
input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder{
padding-top:1px;
color:#777
}
input[type=text]:focus,input[type=password]:focus,input[type=email]:focus{
outline:none !important;
border:1px solid #6a9ecf !important;
-moz-box-shadow:0 0 2px 1px #71a5d6,inset 0 0 2px 1px #71a5d6 !important;
box-shadow:0 0 2px 1px #71a5d6,inset 0 0 2px 1px #71a5d6 !important;
-webkit-transition:none;
-moz-transition:none;
-ms-transition:none;
-o-transition:none;
transition:none
}
select.select-large{
font-size:16px
}
textarea{
padding:3px !important;
font-size:13px !important;
color:#39090a !important;
border:1px solid #9b9b9b !important;
border-top:1px solid #8e8e8e !important;
border-bottom:1px solid #afafaf !important;
-moz-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.2) !important;
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.2) !important
}
textarea:focus{
outline:none !important;
border:1px solid #2686e0 !important;
-moz-box-shadow:0 0 2px 1px #71a5d6,inset 0 0 2px 1px #71a5d6 !important;
box-shadow:0 0 2px 1px #71a5d6,inset 0 0 2px 1px #71a5d6 !important;
-webkit-transition:none;
-moz-transition:none;
-ms-transition:none;
-o-transition:none;
transition:none
}
input[type=checkbox]{
font-size:20px;
line-height:20px;
position:relative;
top:-3px
}
input[type=checkbox-big]{
font-size:50px;
line-height:50px;
position:relative;
top:-40px
}
input[type=search]{
-webkit-appearance:searchfield;
font-size:32px
}
input.mvx-search{
display:inline-block !important;
border-radius:13px !important;
border:1px solid #fff;
background:#fff;
-moz-box-shadow:inset 0 -1px 0 0 #c6c6c6,inset 0 1px 0 0 #a6a6a6,inset 0 1px 3px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 -1px 0 0 #c6c6c6,inset 0 1px 0 0 #a6a6a6,inset 0 1px 3px 0 rgba(0,0,0,0.5);
padding-left:26px !important;
padding-right:22px !important;
height:24px !important
}
span.search-input span{
color:#777;
position:relative;
left:12px;
font-size:16px
}
span.search-input input{
margin-left:-12px
}
ul.dropdown-menu{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:13px;
color:#000;
line-height:16px;
border-radius:5px !important
}
ul.dropdown-menu a{
line-height:18px;
padding:0 20px;
border-top:1px solid rgba(255,255,255,0);
border-bottom:1px solid rgba(255,255,255,0)
}
ul.dropdown-menu li.disabled a:hover{
border-top:1px solid rgba(255,255,255,0);
border-bottom:1px solid rgba(255,255,255,0)
}
ul.dropdown-menu a:hover{
color:#fff;
background-image:-o-linear-gradient(-89deg, #6288f8 0, #2261f6 100%);
background-image:-moz-linear-gradient(-89deg, #6288f8 0, #2261f6 100%);
background-image:-ms-linear-gradient(-89deg, #6288f8 0, #2261f6 100%);
background-image:linear-gradient(-179deg, #6288f8 0, #2261f6 100%);
border-top:1px solid #587fee;
border-bottom:1px solid #0d52eb
}
span.on-badge{
display:inline-block;
border-radius:5px;
width:10px;
height:10px;
background-image:-o-linear-gradient(-89deg, #a0d071 50%, #e5fc97 100%);
background-image:-moz-linear-gradient(-89deg, #a0d071 50%, #e5fc97 100%);
background-image:-ms-linear-gradient(-89deg, #a0d071 50%, #e5fc97 100%);
background-image:linear-gradient(-179deg, #a0d071 50%, #e5fc97 100%);
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4),inset 0 1px 1px 0 #426844,inset 0 3px 0 0 rgba(255,255,255,0.5);
box-shadow:0 1px 2px 0 rgba(0,0,0,0.4),inset 0 1px 1px 0 #426844,inset 0 3px 0 0 rgba(255,255,255,0.5)
}
span.off-badge{
display:inline-block;
border-radius:5px;
width:10px;
height:10px;
background-image:-o-linear-gradient(-89deg, #ff2402 0, #d61b00 49%, #fec7c6 89%);
background-image:-moz-linear-gradient(-89deg, #ff2402 0, #d61b00 49%, #fec7c6 89%);
background-image:-ms-linear-gradient(-89deg, #ff2402 0, #d61b00 49%, #fec7c6 89%);
background-image:linear-gradient(-179deg, #ff2402 0, #d61b00 49%, #fec7c6 89%);
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4),inset 0 0 2px 0 #785757,inset 0 -1px 1px 0 #6a0701;
box-shadow:0 1px 2px 0 rgba(0,0,0,0.4),inset 0 0 2px 0 #785757,inset 0 -1px 1px 0 #6a0701
}
.nfo{
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size:11px;
color:#808080;
line-height:13px
}
table.table-content-block{
width:100%
}
table.table-content-block td{
vertical-align:top;
padding:0 2px;
padding-bottom:5px
}
table.table-content-block td.td-label{
width:120px;
text-align:right;
padding-right:5px
}
table.table-content-block td.td-actions{
text-align:right
}
span.entypo-right.maverix-circle{
display:inline-block;
background-color:#474747;
color:#fff;
border-radius:50px;
font-size:8px;
line-height:10px;
width:10px;
height:10px;
text-align:center;
position:relative;
top:-1px
}
.indent{
margin-left:20px
}
ul.list-unstyled li{
line-height:22px
}
ul.list-unstyled select{
position:relative;
top:-2px
}
ul.list-unstyled input[type=checkbox]{
position:relative;
top:0
}
.grey-bg{
background-color:#e8e8e8
}
.grey-bg .btn.btn-on-grey{
margin:0 4px
}
.toolbar-button{
border-radius:3px;
height:22px;
display:inline-block;
padding:3px 12px;
background-image:-o-linear-gradient(-89deg, #f5f5f5 0, #b3b3b3 100%);
background-image:-moz-linear-gradient(-89deg, #f5f5f5 0, #b3b3b3 100%);
background-image:-ms-linear-gradient(-89deg, #f5f5f5 0, #b3b3b3 100%);
background-image:linear-gradient(-179deg, #f5f5f5 0, #b3b3b3 100%);
border:1px solid #7e7e7e; /* from 3723ce */
-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.4);
box-shadow:0 1px 0 0 rgba(255,255,255,0.4);
font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
font-weight:normal;
color:#404040;
line-height:14px;
text-shadow:0 1px 0 rgba(255,255,255,0.4)
}
.toolbar-button:hover{
text-decoration:none;
color:#070ac1 /* from 404040 */
}
.toolbar-button:active{
color:#002126;
border-radius:3px;
background-image:-o-linear-gradient(-89deg, #b3b3b3 0, #e8e8e8 100%);
background-image:-moz-linear-gradient(-89deg, #b3b3b3 0, #e8e8e8 100%);
background-image:-ms-linear-gradient(-89deg, #b3b3b3 0, #e8e8e8 100%);
background-image:linear-gradient(-179deg, #b3b3b3 0, #e8e8e8 100%);
border:1px solid #7e7e7e;
-moz-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.4),0 1px 0 0 rgba(255,255,255,0.4);
box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.4),0 1px 0 0 rgba(255,255,255,0.4)
}
.toolbar{
/* background-image:url("../img/grey-bg.png"); */
height:35px;
padding:6px 10px;
/* border-top:1px solid #5e5e5e; */
-moz-box-shadow:inset 0 1px 0 0 #e1e1e1;
/* box-shadow:inset 0 1px 0 0 #e1e1e1 */
}
.toolbar-off{
background-image:url("../img/off-grey-bg.png");
height:34px;
padding:6px 10px;
border-top-color:#9b9b9b;
-moz-box-shadow:inset 0 1px 0 0 #f2f2f2;
box-shadow:inset 0 1px 0 0 #f2f2f2
}
.modal-backdrop{
background-color:#000
}
.modal-backdrop.in{
filter:alpha(opacity=70);
opacity:.7
}
.modal-header{
background-color:#f5f7f9;
padding:20px;
border-bottom:1px solid #ada6ac;
border-top-left-radius:4px;
border-top-right-radius:4px
}
.modal-header .modal-title{
font-family:Helvetica,arial,verdana,sans-serif;
font-weight:bold;
font-size:26px;
color:#3c3c3c;
line-height:31px
}
.modal-header .modal-subtitle{
font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
font-size:13px;
color:#999;
line-height:15px
}
.modal-footer{
background-color:#e8e8e8;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
height:45px;
padding:10px;
border-top:1px solid #a8a8a8
}
@-webkit-keyframes blinking{
from{
-webkit-box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
50%{
-webkit-box-shadow:inset 0 19px 0 rgba(0,115,215,0.2),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
to{
-webkit-box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
}
@-moz-keyframes blinking{
from{
-moz-box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
50%{
-moz-box-shadow:inset 0 19px 0 rgba(0,115,215,0.2),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
to{
-moz-box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
}
@keyframes blinking{
from{
box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
50%{
box-shadow:inset 0 19px 0 rgba(0,115,215,0.2),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
to{
box-shadow:inset 0 19px 0 rgba(0,115,215,0),inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.09)
}
}
.content-block{
margin-bottom:30px
}
ul.entypo-ul li{
display:inline-block;
font-size:20px !important;
line-height:28px !important
}
.emoji-font{
font-family:"Apple Color Emoji";
font-size:20px !important;
line-height:28px !important
}
/* added new */
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 40%;
border-color:#ddd
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.entypo-trash:before {
content: "\e729";
}
.entypo-trash:hover {
background-color: #4CAF50;
}
.container-settings-button{
font-size: 30px
}
.button {
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
}
.form-group-textarea{
margin-left:55%;
margin-top:-30%
}
.form-group-validation{
margin-left:100%;
margin-top:-30%;
}
.form-control {
display: block;
width: 40%;
height: 26px;
padding: 2px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} | 0.329715 | 0.075041 |
body {
color: #8c8c8c;
font: 1rem "Roboto", sans-serif;
background-color: #eee;
}
html,
body,
.container {
height: 100%;
}
a {
color: inherit;
}
a:hover {
color: #7f8ff4;
}
.container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.uppercase {
text-transform: uppercase;
}
.btn {
display: inline-block;
background: transparent;
color: inherit;
font: inherit;
border: 0;
outline: 0;
padding: 0;
-webkit-transition: all 200ms ease-in;
transition: all 200ms ease-in;
cursor: pointer;
}
.btn--primary {
background: #7f8ff4;
color: #fff;
-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
border-radius: 2px;
padding: 12px 36px;
}
.btn--primary:hover {
background: #6c7ff2;
}
.btn--primary:active {
background: #7f8ff4;
-webkit-box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.btn--inside {
margin-left: -96px;
}
.form__field {
width: 360px;
background: #fff;
color: #a3a3a3;
font: inherit;
-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
border: 0;
outline: 0;
padding: 22px 18px;
}
::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
color: #a3a3a3;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #a3a3a3;
opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #a3a3a3;
opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #a3a3a3;
}
::-ms-input-placeholder {
/* Microsoft Edge */
color: #a3a3a3;
}
::placeholder {
/* Most modern browsers support this now. */
color: #a3a3a3;
}
.countdown {
font-size: 25px;
line-height: 1.3333;
padding-bottom: 25px;
text-align: center;
}
.subscriber {
padding-top: 6px;
font-size: 12px;
text-align: center;
}
.github {
position: absolute;
margin: 5px 0 0 10px;
z-index: 1;
float: left;
}
.github:after {
clear: both;
} | css/style.css | body {
color: #8c8c8c;
font: 1rem "Roboto", sans-serif;
background-color: #eee;
}
html,
body,
.container {
height: 100%;
}
a {
color: inherit;
}
a:hover {
color: #7f8ff4;
}
.container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.uppercase {
text-transform: uppercase;
}
.btn {
display: inline-block;
background: transparent;
color: inherit;
font: inherit;
border: 0;
outline: 0;
padding: 0;
-webkit-transition: all 200ms ease-in;
transition: all 200ms ease-in;
cursor: pointer;
}
.btn--primary {
background: #7f8ff4;
color: #fff;
-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
border-radius: 2px;
padding: 12px 36px;
}
.btn--primary:hover {
background: #6c7ff2;
}
.btn--primary:active {
background: #7f8ff4;
-webkit-box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.btn--inside {
margin-left: -96px;
}
.form__field {
width: 360px;
background: #fff;
color: #a3a3a3;
font: inherit;
-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
border: 0;
outline: 0;
padding: 22px 18px;
}
::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
color: #a3a3a3;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #a3a3a3;
opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #a3a3a3;
opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #a3a3a3;
}
::-ms-input-placeholder {
/* Microsoft Edge */
color: #a3a3a3;
}
::placeholder {
/* Most modern browsers support this now. */
color: #a3a3a3;
}
.countdown {
font-size: 25px;
line-height: 1.3333;
padding-bottom: 25px;
text-align: center;
}
.subscriber {
padding-top: 6px;
font-size: 12px;
text-align: center;
}
.github {
position: absolute;
margin: 5px 0 0 10px;
z-index: 1;
float: left;
}
.github:after {
clear: both;
} | 0.407569 | 0.064065 |
.toolbar{
font-size:0.8125rem;
tap-highlight-color:rgba(0, 0, 0, 0);
touch-callout:none;
}
.toolbar .toolbar-item{
cursor:pointer;
padding:1em 1.3333em;
line-height:1em;
text-decoration:none;
}
.toolbar .toolbar-item:hover,
.toolbar .toolbar-item:focus{
text-decoration:none;
}
.toolbar .toolbar-bar{
background-color:#07364a;
color:#ddd;
}
.toolbar .toolbar-bar .toolbar-item{
color:#fff;
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item{
font-weight:bold;
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:hover,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:focus{
background:#002337;
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active{
background:#0c5c7f;
}
.toolbar .toolbar-tray{
background-color:#0c5c7f;
}
.toolbar .toolbar-tray-horizontal > .toolbar-lining{
padding-right:5em;
}
[dir="rtl"] .toolbar .toolbar-tray-horizontal > .toolbar-lining{
padding-right:0;
padding-left:5em;
}
.toolbar-tray a{
color:white;
cursor:pointer;
padding:1em 1.3333em;
text-decoration:none;
}
.toolbar .toolbar-tray-horizontal .menu-item{
background:#0c5c7f;
}
.toolbar .toolbar-tray-horizontal .menu-item.level-1{
border:0;
}
.toolbar .toolbar-tray-vertical .menu-item{
background:#0c5c7f;
}
.toolbar .toolbar-tray-vertical .menu-item.level-1{
border-bottom:1px solid #fff;
}
.toolbar .toolbar-tray a:hover,
.toolbar .toolbar-tray a:active,
.toolbar .toolbar-tray a:focus,
.toolbar .toolbar-tray a.is-active{
color:#009fe3;
text-decoration:none;
}
.toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu{
margin-left:0.25em;
}
[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu{
margin-left:0;
margin-right:0.25em;
}
.toolbar .toolbar-toggle-orientation{
padding:0;
height:100%;
}
.toolbar .toolbar-toggle-orientation > .toolbar-lining{
float:right;
}
[dir="rtl"] .toolbar .toolbar-toggle-orientation > .toolbar-lining{
float:left;
}
.toolbar .toolbar-toggle-orientation button{
cursor:pointer;
display:inline-block;
}
.toolbar .level-2 > ul{
background-color:#0c5c7f;
border-bottom-color:#ccc;
border-top-color:#e5e5e5;
}
.toolbar .level-3 > ul{
background-color:#0c5c7f;
border-bottom-color:#c5c5c5;
border-top-color:#ddd;
}
.toolbar .level-4 > ul{
background-color:#0c5c7f;
border-bottom-color:#bbb;
border-top-color:#d5d5d5;
}
.toolbar .level-5 > ul{
background-color:#0c5c7f;
border-bottom-color:#b5b5b5;
border-top-color:#ccc;
}
.toolbar .level-6 > ul{
background-color:#0c5c7f;
border-bottom-color:#aaa;
border-top-color:#c5c5c5;
}
.toolbar .level-7 > ul{
background-color:#0c5c7f;
border-bottom-color:#b5b5b5;
border-top-color:#ccc;
}
.toolbar .level-8 > ul{
background-color:#0c5c7f;
border-bottom-color:#ccc;
border-top-color:#ddd;
} | docroot/themes/contrib/thunder_admin/css/components/toolbar.theme.css | .toolbar{
font-size:0.8125rem;
tap-highlight-color:rgba(0, 0, 0, 0);
touch-callout:none;
}
.toolbar .toolbar-item{
cursor:pointer;
padding:1em 1.3333em;
line-height:1em;
text-decoration:none;
}
.toolbar .toolbar-item:hover,
.toolbar .toolbar-item:focus{
text-decoration:none;
}
.toolbar .toolbar-bar{
background-color:#07364a;
color:#ddd;
}
.toolbar .toolbar-bar .toolbar-item{
color:#fff;
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item{
font-weight:bold;
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:hover,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:focus{
background:#002337;
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active{
background:#0c5c7f;
}
.toolbar .toolbar-tray{
background-color:#0c5c7f;
}
.toolbar .toolbar-tray-horizontal > .toolbar-lining{
padding-right:5em;
}
[dir="rtl"] .toolbar .toolbar-tray-horizontal > .toolbar-lining{
padding-right:0;
padding-left:5em;
}
.toolbar-tray a{
color:white;
cursor:pointer;
padding:1em 1.3333em;
text-decoration:none;
}
.toolbar .toolbar-tray-horizontal .menu-item{
background:#0c5c7f;
}
.toolbar .toolbar-tray-horizontal .menu-item.level-1{
border:0;
}
.toolbar .toolbar-tray-vertical .menu-item{
background:#0c5c7f;
}
.toolbar .toolbar-tray-vertical .menu-item.level-1{
border-bottom:1px solid #fff;
}
.toolbar .toolbar-tray a:hover,
.toolbar .toolbar-tray a:active,
.toolbar .toolbar-tray a:focus,
.toolbar .toolbar-tray a.is-active{
color:#009fe3;
text-decoration:none;
}
.toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu{
margin-left:0.25em;
}
[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu{
margin-left:0;
margin-right:0.25em;
}
.toolbar .toolbar-toggle-orientation{
padding:0;
height:100%;
}
.toolbar .toolbar-toggle-orientation > .toolbar-lining{
float:right;
}
[dir="rtl"] .toolbar .toolbar-toggle-orientation > .toolbar-lining{
float:left;
}
.toolbar .toolbar-toggle-orientation button{
cursor:pointer;
display:inline-block;
}
.toolbar .level-2 > ul{
background-color:#0c5c7f;
border-bottom-color:#ccc;
border-top-color:#e5e5e5;
}
.toolbar .level-3 > ul{
background-color:#0c5c7f;
border-bottom-color:#c5c5c5;
border-top-color:#ddd;
}
.toolbar .level-4 > ul{
background-color:#0c5c7f;
border-bottom-color:#bbb;
border-top-color:#d5d5d5;
}
.toolbar .level-5 > ul{
background-color:#0c5c7f;
border-bottom-color:#b5b5b5;
border-top-color:#ccc;
}
.toolbar .level-6 > ul{
background-color:#0c5c7f;
border-bottom-color:#aaa;
border-top-color:#c5c5c5;
}
.toolbar .level-7 > ul{
background-color:#0c5c7f;
border-bottom-color:#b5b5b5;
border-top-color:#ccc;
}
.toolbar .level-8 > ul{
background-color:#0c5c7f;
border-bottom-color:#ccc;
border-top-color:#ddd;
} | 0.429908 | 0.034554 |
html,
body,
header,
#intro {
height: 100%;
width: 100%;
}
#intro {
background-image: url('./image/Screenshot from 2019-07-15 09-05-07.png');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
@import url("https://fonts.googleapis.com/css?family=Barriecito&display=swap");
* {
box-sizing: border-box;
}
*:before, *:after {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
}
body {
width: 100%;
height: 100vh;
font-family: "Barriecito", cursive;
background-color: #1c1c1c;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23404040' fill-opacity='0.37'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.container-sass {
padding: 0 10px;
}
h1 {
color: #fff;
font-size: 30px;
margin: 0;
width: 100%;
position: relative;
padding: 10px;
}
@media only screen and (min-width: 768px) {
h1 {
font-size: 40px;
padding: 10px 20px;
}
}
@media only screen and (min-width: 992px) {
h1 {
font-size: 50px;
}
}
@media only screen and (min-width: 1170px) {
h1 {
font-size: 72px;
}
}
.effect-wrap {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
height: 100vh;
}
.effect-block span {
opacity: 0;
animation: text-visible 0.0001s linear forwards;
animation-delay: 1.5s;
}
.effect-block:after {
content: "";
top: 0;
left: 0;
position: absolute;
width: 0%;
height: 100%;
/* background: #008CBA; */
background: #f9ff57;
animation: effect-block 2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
animation-delay: 1s;
}
#another {
top: 30px;
}
@media only screen and (min-width: 992px) {
#another {
left: 100px;
}
}
#another span {
animation-delay: 2s;
}
#another.effect-block:after {
background: black;
animation-delay: 1.4s;
}
@keyframes effect-block {
0% {
left: 0;
width: 0%;
}
50% {
left: 0;
width: 100%;
}
100% {
left: 100%;
width: 0%;
}
}
@keyframes text-visible {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.container {
position: relative;
width: 50%;
}
.image {
display: block;
width: 100%;
height: auto;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color:rgba(0, 0, 0, 0.5);
}
.container:hover .overlay {
opacity: 1;
}
.text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
body{
position: absolute;
width: 100%;
/* height: 1667px; */
background: url(50795562-.jpg), url(50795562-.jpg);
}
h1{
color: black;
font-size: 2;
margin-top: -200;
text-align: center;
}
h2{
color: black;
text-align: center;
}
h3{
color: black;
text-align: center;
font-family: fantasy;
}
.scroll {
position: relative;
bottom: 180px;
left: 0;
right: 0;
margin: auto;
} */ | css/style.css | html,
body,
header,
#intro {
height: 100%;
width: 100%;
}
#intro {
background-image: url('./image/Screenshot from 2019-07-15 09-05-07.png');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
@import url("https://fonts.googleapis.com/css?family=Barriecito&display=swap");
* {
box-sizing: border-box;
}
*:before, *:after {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
}
body {
width: 100%;
height: 100vh;
font-family: "Barriecito", cursive;
background-color: #1c1c1c;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23404040' fill-opacity='0.37'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.container-sass {
padding: 0 10px;
}
h1 {
color: #fff;
font-size: 30px;
margin: 0;
width: 100%;
position: relative;
padding: 10px;
}
@media only screen and (min-width: 768px) {
h1 {
font-size: 40px;
padding: 10px 20px;
}
}
@media only screen and (min-width: 992px) {
h1 {
font-size: 50px;
}
}
@media only screen and (min-width: 1170px) {
h1 {
font-size: 72px;
}
}
.effect-wrap {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
height: 100vh;
}
.effect-block span {
opacity: 0;
animation: text-visible 0.0001s linear forwards;
animation-delay: 1.5s;
}
.effect-block:after {
content: "";
top: 0;
left: 0;
position: absolute;
width: 0%;
height: 100%;
/* background: #008CBA; */
background: #f9ff57;
animation: effect-block 2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
animation-delay: 1s;
}
#another {
top: 30px;
}
@media only screen and (min-width: 992px) {
#another {
left: 100px;
}
}
#another span {
animation-delay: 2s;
}
#another.effect-block:after {
background: black;
animation-delay: 1.4s;
}
@keyframes effect-block {
0% {
left: 0;
width: 0%;
}
50% {
left: 0;
width: 100%;
}
100% {
left: 100%;
width: 0%;
}
}
@keyframes text-visible {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.container {
position: relative;
width: 50%;
}
.image {
display: block;
width: 100%;
height: auto;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color:rgba(0, 0, 0, 0.5);
}
.container:hover .overlay {
opacity: 1;
}
.text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
body{
position: absolute;
width: 100%;
/* height: 1667px; */
background: url(50795562-.jpg), url(50795562-.jpg);
}
h1{
color: black;
font-size: 2;
margin-top: -200;
text-align: center;
}
h2{
color: black;
text-align: center;
}
h3{
color: black;
text-align: center;
font-family: fantasy;
}
.scroll {
position: relative;
bottom: 180px;
left: 0;
right: 0;
margin: auto;
} */ | 0.381796 | 0.249825 |
@charset "utf-8";
* {
margin: 0;
padding: 0;
font-family: "SimHei" arial helvetica;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:root {
color: #979797;
}
html {
width: 100%;
overflow-x: hidden;
max-width: 480px;
margin: 0 auto;
}
table {
/*width: 24rem;*/
width: 100%;
border-collapse: collapse;
overflow: hidden;
text-align: center;
position: relative;
table-layout: fixed;
word-wrap: break-word;
}
table th {
background: #fff;
width: 13%;
height: 3rem;
color: #5A5A5A;
border-bottom: 1px solid #D6DFE1;
}
table td {
/*background: #EEF2F3;*/
/*border: solid #D6E0E2;*/
/*border-width: 1px 0;*/
border-left: 0;
border-right: 0;
border-bottom: 1px solid #D6DFE1;
/*border-image: url(img/border.png) 30 30 round;*/
height: 3.5rem;
color: #fff;
font-size: 0.7rem;
position: relative;
background: #ECF0F1;
}
.now {
color: skyblue;
}
table tr th:first-of-type {
width: 8%;
}
table tr td:first-of-type {
color: #000;
}
.append {
height: 2.5rem;
}
nav {
display: -moz-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
display: -webkit-box;
border-top: 1px solid #CFD1D1;
position: fixed;
bottom: 0;
width: 100%;
height: 52px;
background: #fff;
max-width: 480px;
left: auto;
right: auto;
}
nav a {
color: inherit;
text-decoration: none;
}
nav div {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
font-size: 12px;
}
nav div img {
height: 24px;
margin: 6px auto 4px;
}
nav .on {
color: skyblue;
}
.click td {
height: 6rem;
}
.code {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 120;
top: 0;
left: 0;
display: none;
}
.code .window {
width: 88%;
margin: 0 auto;
margin-top: 20%;
border-top: 5px solid #0d8fe7;
background: #fff;
}
.code .window p {
text-align: center;
font-size: 1.3rem;
line-height: 3.5rem;
color: #000;
}
.code .window .in {
border-top: 1px solid #e0e0e2;
padding: 2rem;
width: 100%;
}
.code .window .in p {
font-size: 1rem;
color: #979797;
}
.code .window .input {
border: 1px solid #e0e0e2;
padding: 0.6rem;
width: 60%;
display: inline-block;
vertical-align: middle;
}
.code .window img {
vertical-align: middle;
}
.code .window .input input {
border: none;
width: 90%;
line-height: 21px;
outline: none;
}
.button {
width: 45%;
line-height: 2.5rem;
border: 1px solid #e0e0e2;
display: inline-block;
vertical-align: top;
border-radius: 5px;
text-align: center;
margin: 2rem 0 0;
color: #000;
}
.ok {
background: #0E8EE7;
color: #fff;
}
.weui-cell__bd a {
color: gray;
}
.modal-content .weui-form-preview {
margin-top: 0.5rem;
} | src/main/webapp/css/schedule/schedule_blue.css | @charset "utf-8";
* {
margin: 0;
padding: 0;
font-family: "SimHei" arial helvetica;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:root {
color: #979797;
}
html {
width: 100%;
overflow-x: hidden;
max-width: 480px;
margin: 0 auto;
}
table {
/*width: 24rem;*/
width: 100%;
border-collapse: collapse;
overflow: hidden;
text-align: center;
position: relative;
table-layout: fixed;
word-wrap: break-word;
}
table th {
background: #fff;
width: 13%;
height: 3rem;
color: #5A5A5A;
border-bottom: 1px solid #D6DFE1;
}
table td {
/*background: #EEF2F3;*/
/*border: solid #D6E0E2;*/
/*border-width: 1px 0;*/
border-left: 0;
border-right: 0;
border-bottom: 1px solid #D6DFE1;
/*border-image: url(img/border.png) 30 30 round;*/
height: 3.5rem;
color: #fff;
font-size: 0.7rem;
position: relative;
background: #ECF0F1;
}
.now {
color: skyblue;
}
table tr th:first-of-type {
width: 8%;
}
table tr td:first-of-type {
color: #000;
}
.append {
height: 2.5rem;
}
nav {
display: -moz-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
display: -webkit-box;
border-top: 1px solid #CFD1D1;
position: fixed;
bottom: 0;
width: 100%;
height: 52px;
background: #fff;
max-width: 480px;
left: auto;
right: auto;
}
nav a {
color: inherit;
text-decoration: none;
}
nav div {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
font-size: 12px;
}
nav div img {
height: 24px;
margin: 6px auto 4px;
}
nav .on {
color: skyblue;
}
.click td {
height: 6rem;
}
.code {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 120;
top: 0;
left: 0;
display: none;
}
.code .window {
width: 88%;
margin: 0 auto;
margin-top: 20%;
border-top: 5px solid #0d8fe7;
background: #fff;
}
.code .window p {
text-align: center;
font-size: 1.3rem;
line-height: 3.5rem;
color: #000;
}
.code .window .in {
border-top: 1px solid #e0e0e2;
padding: 2rem;
width: 100%;
}
.code .window .in p {
font-size: 1rem;
color: #979797;
}
.code .window .input {
border: 1px solid #e0e0e2;
padding: 0.6rem;
width: 60%;
display: inline-block;
vertical-align: middle;
}
.code .window img {
vertical-align: middle;
}
.code .window .input input {
border: none;
width: 90%;
line-height: 21px;
outline: none;
}
.button {
width: 45%;
line-height: 2.5rem;
border: 1px solid #e0e0e2;
display: inline-block;
vertical-align: top;
border-radius: 5px;
text-align: center;
margin: 2rem 0 0;
color: #000;
}
.ok {
background: #0E8EE7;
color: #fff;
}
.weui-cell__bd a {
color: gray;
}
.modal-content .weui-form-preview {
margin-top: 0.5rem;
} | 0.427158 | 0.082328 |
.create-a-proposal {
position: relative;
}
.create-a-proposal .g-wrapper {
position: static;
}
.create-a-proposal__wrapper .title {
font-family: $Bold;
font-size: 40px;
line-height: 54px;
}
.create-a-proposal__wrapper .description {
font-family: $Medium;
color: rgba(60,60,67,0.6);
margin-top: 8px;
}
.create-a-proposal__wrapper .text {
font-family: $Medium;
color: rgba(60,60,67,0.6);
margin-top: 40px;
}
.create-a-proposal__wrapper .column {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 24px;
}
.create-a-proposal__wrapper .column .item {
margin-left: 24px;
}
.create-a-proposal__wrapper .column .item:first-child {
margin-left: 0;
width: 100%;
max-width: 200px;
}
.create-a-proposal__wrapper .column .item span {
font-family: $Bold;
font-size: 24px;
line-height: 32px;
color: $black;
display: block;
}
.create-a-proposal__wrapper .column .item p {
font-family: $Medium;
font-size: 16px;
line-height: 24px;
color: $black;
margin-top: 8px;
}
.create-a-proposal__wrapper .statements {
margin-top: 36px;
}
.create-a-proposal__wrapper .statements form {
margin-top: 20px;
}
.create-a-proposal__wrapper .statements form label {
font-family: $Medium;
width: 100%;
color: rgba(60,60,67,0.6);
margin-top: 40px;
display: block;
}
.create-a-proposal__wrapper .statements form label:first-child {
margin-top: 0;
}
.create-a-proposal__wrapper .statements form label input,
.create-a-proposal__wrapper .statements form label textarea {
opacity: 1;
width: 100%;
background: none;
border: none;
margin-top: 8px;
}
.create-a-proposal__wrapper .statements form label input {
font-family: $Bold;
font-weight: bold;
font-size: 24px;
line-height: 32px;
}
.create-a-proposal__wrapper .statements form label input::-webkit-input-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label input::-moz-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label input:-moz-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label input:-ms-input-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label textarea {
resize: none;
font-family: $Regular;
font-size: 14px;
line-height: 22px;
}
.create-a-proposal__wrapper .statements form label textarea::-webkit-input-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label textarea::-moz-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label textarea:-moz-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label textarea:-ms-input-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form button {
margin-top: 40px;
} | static_layouts/css/sources/includes/create-a-proposal/menu.css | .create-a-proposal {
position: relative;
}
.create-a-proposal .g-wrapper {
position: static;
}
.create-a-proposal__wrapper .title {
font-family: $Bold;
font-size: 40px;
line-height: 54px;
}
.create-a-proposal__wrapper .description {
font-family: $Medium;
color: rgba(60,60,67,0.6);
margin-top: 8px;
}
.create-a-proposal__wrapper .text {
font-family: $Medium;
color: rgba(60,60,67,0.6);
margin-top: 40px;
}
.create-a-proposal__wrapper .column {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 24px;
}
.create-a-proposal__wrapper .column .item {
margin-left: 24px;
}
.create-a-proposal__wrapper .column .item:first-child {
margin-left: 0;
width: 100%;
max-width: 200px;
}
.create-a-proposal__wrapper .column .item span {
font-family: $Bold;
font-size: 24px;
line-height: 32px;
color: $black;
display: block;
}
.create-a-proposal__wrapper .column .item p {
font-family: $Medium;
font-size: 16px;
line-height: 24px;
color: $black;
margin-top: 8px;
}
.create-a-proposal__wrapper .statements {
margin-top: 36px;
}
.create-a-proposal__wrapper .statements form {
margin-top: 20px;
}
.create-a-proposal__wrapper .statements form label {
font-family: $Medium;
width: 100%;
color: rgba(60,60,67,0.6);
margin-top: 40px;
display: block;
}
.create-a-proposal__wrapper .statements form label:first-child {
margin-top: 0;
}
.create-a-proposal__wrapper .statements form label input,
.create-a-proposal__wrapper .statements form label textarea {
opacity: 1;
width: 100%;
background: none;
border: none;
margin-top: 8px;
}
.create-a-proposal__wrapper .statements form label input {
font-family: $Bold;
font-weight: bold;
font-size: 24px;
line-height: 32px;
}
.create-a-proposal__wrapper .statements form label input::-webkit-input-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label input::-moz-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label input:-moz-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label input:-ms-input-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label textarea {
resize: none;
font-family: $Regular;
font-size: 14px;
line-height: 22px;
}
.create-a-proposal__wrapper .statements form label textarea::-webkit-input-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label textarea::-moz-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label textarea:-moz-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form label textarea:-ms-input-placeholder {
color: $black;
opacity: 0.2;
}
.create-a-proposal__wrapper .statements form button {
margin-top: 40px;
} | 0.446977 | 0.056731 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/**************************MOBILE STYLES**************************/
* {
box-sizing: border-box;
}
body {
align-items: center;
display: flex;
flex-flow: row wrap;
font-family: "Fredoka", sans-serif;
justify-content: center;
width: 100%;
}
header {
align-items: center;
display: flex;
justify-content: center;
width: 100%;
}
header #game-title {
color: #30c5ff;
font-family: "Orbitron", sans-serif;
word-spacing: 10px;
letter-spacing: 2px;
}
#game-title .fa-robot {
color: #777f92;
}
#game-ui {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-top: 20px;
width: 80%;
}
#game-board {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: 30px;
width: 100%;
}
#game-board tr {
align-items: center;
display: flex;
justify-content: center;
text-align: center;
width: 100%;
}
td {
align-items: center;
border: 1px solid #777f92;
background-color: #fff;
display: flex;
height: 48px;
justify-content: space-evenly;
width: 48px;
}
.col-number,
.row-number {
color: #777f92;
font-size: 0.7em;
font-weight: bold;
border: none;
}
.col-number {
height: 30px;
justify-content: center;
}
.row-number {
width: 30px;
}
.robot {
background-color: #fff;
}
.robot .fa-solid {
color: #000;
font-size: 15px;
}
.wall {
background-color: #ba7a3a;
}
#interactions {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
width: 100%;
}
#ui-messages {
align-items: center;
border: 2px solid #ccc;
display: flex;
font-size: 0.8em;
height: 80px;
justify-content: center;
margin-top: 20px;
padding: 10px;
width: 100%;
}
#message {
color: #000;
font-family: "Orbitron", sans-serif;
text-align: center;
text-transform: uppercase;
word-spacing: 5px;
}
#game-ctrls {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-top: 20px;
width: 100%;
}
#place {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 100%;
}
#game-ctrls h2,
#game-ctrls h3 {
color: #777f92;
font-family: "Merriweather", serif;
font-weight: 500;
width: 100%;
}
#game-ctrls h2 {
margin-bottom: 0;
text-align: center;
}
#select-ctrls {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
width: 100%;
}
#game-ctrls label {
font-family: "Merriweather", serif;
width: 30%;
}
#place-object,
#select-row,
#select-column,
#select-facing-direction {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
margin: 10px 0;
width: 100%;
}
#object,
#row,
#column,
#facing {
appearance: button;
background-color: #0563af;
border: none;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
color: white;
outline: none;
padding: 10px;
width: 70%;
-webkit-appearance: button;
}
#place-btn {
align-items: flex-start;
display: flex;
justify-content: center;
width: 100%;
}
button {
align-items: center;
background-color: #1e8449;
border-radius: 3px;
border-style: none;
box-shadow: rgba(39, 174, 96, 0.15) 0 4px 9px;
color: #fff;
cursor: pointer;
display: flex;
flex-flow: row wrap;
justify-content: center;
padding: 10px 0;
width: 35%;
}
button:hover {
background-color: #27ae60;
box-shadow: rgba(39, 174, 96, 0.2) 0 6px 12px;
opacity: 1;
}
#submit {
margin: 20px 0;
}
#secondary-ctrls {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: 30px;
width: 100%;
}
#rotate {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin-bottom: 20px;
width: 100%;
}
#rotate-left,
#rotate-right {
align-items: flex-start;
display: flex;
justify-content: center;
width: 35%;
}
.rotate-btn {
width: 100%;
}
#move,
#report {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: 20px;
width: 100%;
}
/**************************TABLET STYLES**************************/
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#game-ui {
width: 80%;
}
td {
height: 80px;
width: 80px;
}
.col-number,
.row-number {
font-size: 1em;
}
.col-number {
height: 40px;
}
.row-number {
width: 70px;
}
.robot .fa-solid {
font-size: 25px;
}
#ui-messages {
height: 80px;
}
#game-ctrls {
justify-content: space-between;
}
#place,
#secondary-ctrls {
width: 40%;
}
}
/**************************DESKTOP STYLES**************************/
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
#game-ui {
justify-content: space-around;
width: 90%;
}
#game-board {
justify-content: flex-start;
width: 50%;
}
td {
height: 100px;
width: 100px;
}
.robot .fa-solid {
font-size: 40px;
}
#interactions {
justify-content: flex-end;
width: 50%;
}
#ui-messages {
height: 100px;
margin-top: 0;
}
#message {
font-size: 1.35em;
}
#place,
#secondary-ctrls {
width: 45%;
}
#place-object,
#select-row,
#select-column,
#select-facing-direction {
width: 100%;
}
#game-ctrls label {
width: 30%;
}
#object,
#row,
#column,
#facing {
width: 60%;
}
#secondary-ctrls {
justify-content: center;
}
#move,
#report {
margin: 6px 0;
}
button {
padding: 10px 0;
width: 100px;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/**************************MOBILE STYLES**************************/
* {
box-sizing: border-box;
}
body {
align-items: center;
display: flex;
flex-flow: row wrap;
font-family: "Fredoka", sans-serif;
justify-content: center;
width: 100%;
}
header {
align-items: center;
display: flex;
justify-content: center;
width: 100%;
}
header #game-title {
color: #30c5ff;
font-family: "Orbitron", sans-serif;
word-spacing: 10px;
letter-spacing: 2px;
}
#game-title .fa-robot {
color: #777f92;
}
#game-ui {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-top: 20px;
width: 80%;
}
#game-board {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: 30px;
width: 100%;
}
#game-board tr {
align-items: center;
display: flex;
justify-content: center;
text-align: center;
width: 100%;
}
td {
align-items: center;
border: 1px solid #777f92;
background-color: #fff;
display: flex;
height: 48px;
justify-content: space-evenly;
width: 48px;
}
.col-number,
.row-number {
color: #777f92;
font-size: 0.7em;
font-weight: bold;
border: none;
}
.col-number {
height: 30px;
justify-content: center;
}
.row-number {
width: 30px;
}
.robot {
background-color: #fff;
}
.robot .fa-solid {
color: #000;
font-size: 15px;
}
.wall {
background-color: #ba7a3a;
}
#interactions {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
width: 100%;
}
#ui-messages {
align-items: center;
border: 2px solid #ccc;
display: flex;
font-size: 0.8em;
height: 80px;
justify-content: center;
margin-top: 20px;
padding: 10px;
width: 100%;
}
#message {
color: #000;
font-family: "Orbitron", sans-serif;
text-align: center;
text-transform: uppercase;
word-spacing: 5px;
}
#game-ctrls {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-top: 20px;
width: 100%;
}
#place {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 100%;
}
#game-ctrls h2,
#game-ctrls h3 {
color: #777f92;
font-family: "Merriweather", serif;
font-weight: 500;
width: 100%;
}
#game-ctrls h2 {
margin-bottom: 0;
text-align: center;
}
#select-ctrls {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
width: 100%;
}
#game-ctrls label {
font-family: "Merriweather", serif;
width: 30%;
}
#place-object,
#select-row,
#select-column,
#select-facing-direction {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
margin: 10px 0;
width: 100%;
}
#object,
#row,
#column,
#facing {
appearance: button;
background-color: #0563af;
border: none;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
color: white;
outline: none;
padding: 10px;
width: 70%;
-webkit-appearance: button;
}
#place-btn {
align-items: flex-start;
display: flex;
justify-content: center;
width: 100%;
}
button {
align-items: center;
background-color: #1e8449;
border-radius: 3px;
border-style: none;
box-shadow: rgba(39, 174, 96, 0.15) 0 4px 9px;
color: #fff;
cursor: pointer;
display: flex;
flex-flow: row wrap;
justify-content: center;
padding: 10px 0;
width: 35%;
}
button:hover {
background-color: #27ae60;
box-shadow: rgba(39, 174, 96, 0.2) 0 6px 12px;
opacity: 1;
}
#submit {
margin: 20px 0;
}
#secondary-ctrls {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: 30px;
width: 100%;
}
#rotate {
align-items: flex-start;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin-bottom: 20px;
width: 100%;
}
#rotate-left,
#rotate-right {
align-items: flex-start;
display: flex;
justify-content: center;
width: 35%;
}
.rotate-btn {
width: 100%;
}
#move,
#report {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: 20px;
width: 100%;
}
/**************************TABLET STYLES**************************/
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#game-ui {
width: 80%;
}
td {
height: 80px;
width: 80px;
}
.col-number,
.row-number {
font-size: 1em;
}
.col-number {
height: 40px;
}
.row-number {
width: 70px;
}
.robot .fa-solid {
font-size: 25px;
}
#ui-messages {
height: 80px;
}
#game-ctrls {
justify-content: space-between;
}
#place,
#secondary-ctrls {
width: 40%;
}
}
/**************************DESKTOP STYLES**************************/
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
#game-ui {
justify-content: space-around;
width: 90%;
}
#game-board {
justify-content: flex-start;
width: 50%;
}
td {
height: 100px;
width: 100px;
}
.robot .fa-solid {
font-size: 40px;
}
#interactions {
justify-content: flex-end;
width: 50%;
}
#ui-messages {
height: 100px;
margin-top: 0;
}
#message {
font-size: 1.35em;
}
#place,
#secondary-ctrls {
width: 45%;
}
#place-object,
#select-row,
#select-column,
#select-facing-direction {
width: 100%;
}
#game-ctrls label {
width: 30%;
}
#object,
#row,
#column,
#facing {
width: 60%;
}
#secondary-ctrls {
justify-content: center;
}
#move,
#report {
margin: 6px 0;
}
button {
padding: 10px 0;
width: 100px;
}
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.485112 | 0.083068 |
body
{
background-color: #FFFFFF;
color: #000000;
font-family: Arial;
font-weight: normal;
font-size: 13px;
line-height: 1.1875;
margin: 0;
padding: 0;
}
#wb_PageHeader
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
background-color: #454744;
background-image: none;
border: 0px solid #CCCCCC;
box-sizing: border-box;
margin: 0;
}
#PageHeader
{
box-sizing: border-box;
padding: 0px 15px 0px 15px;
margin-right: auto;
margin-left: auto;
}
#PageHeader > .row
{
margin-right: -15px;
margin-left: -15px;
}
#PageHeader > .row > .col-1, #PageHeader > .row > .col-2, #PageHeader > .row > .col-3
{
box-sizing: border-box;
font-size: 0px;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
position: relative;
}
#PageHeader > .row > .col-1, #PageHeader > .row > .col-2, #PageHeader > .row > .col-3
{
float: left;
}
#PageHeader > .row > .col-1
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 16.66666667%;
text-align: left;
}
#PageHeader > .row > .col-2
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 66.66666667%;
text-align: center;
}
#PageHeader > .row > .col-3
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 16.66666667%;
text-align: right;
}
#PageHeader:before,
#PageHeader:after,
#PageHeader .row:before,
#PageHeader .row:after
{
display: table;
content: " ";
}
#PageHeader:after,
#PageHeader .row:after
{
clear: both;
}
@media (max-width: 480px)
{
#PageHeader > .row > .col-1, #PageHeader > .row > .col-2, #PageHeader > .row > .col-3
{
float: none;
width: 100%;
}
}
#wb_FontAwesomeIcon1
{
background-color: #454545;
background-image: none;
border: 0px solid #454545;
text-align: center;
margin: 0;
padding: 15px 15px 15px 15px;
vertical-align: top;
display:inline-block;
position:relative;
}
#wb_FontAwesomeIcon1:hover
{
background-color: #454545;
background-image: none;
border: 0px solid #454545;
}
#FontAwesomeIcon1
{
height: 40px;
width: 40px;
}
#FontAwesomeIcon1 i
{
color: #FFFFFF;
display: inline-block;
font-size: 40px;
line-height: 40px;
vertical-align: middle;
width: 39px;
}
#wb_FontAwesomeIcon1:hover i
{
color: #B7B7B7;
}
#wb_PanelMenu1 a, #PanelMenu1_markup li a
{
display: block;
text-align: left;
vertical-align: middle;
}
#PanelMenu1_markup
{
display: none;
margin: 0;
padding: 0;
}
#PanelMenu1_panel #PanelMenu1_markup
{
display: block;
}
#PanelMenu1_markup ul
{
list-style: none;
list-style-type: none;
margin: 0;
padding: 0;
}
#PanelMenu1_markup li a, #PanelMenu1_markup li a:hover
{
padding: 10px 10px 10px 10px;
box-shadow: none;
}
#PanelMenu1_markup .divider
{
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #2E2E2E;
}
#PanelMenu1_panel
{
display: none;
position: absolute;
position: fixed;
top: 0;
height: 100%;
width: 250px;
z-index: 9999;
}
#PanelMenu1_overlay
{
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.2;
z-index: 9998;
}
#PanelMenu1_markup li a
{
color: #F7F7F7;
border: 0px solid #2E2E2E;
background-color: #454744;
font-family: Arial;
font-weight: normal;
font-size: 13px;
font-style: normal;
text-decoration: none;
}
#wb_PanelMenu1 a
{
color: #F7F7F7;
border: 0px solid #2E2E2E;
background-color: #454744;
font-family: Arial;
font-weight: normal;
font-size: 13px;
font-style: normal;
text-decoration: none;
}
#PanelMenu1_markup li a:hover
{
color: #454744;
background-color: #B7B7B7;
border: 0px solid #2E2E2E;
}
#wb_PanelMenu1 a:hover
{
color: #454744;
background-color: #B7B7B7;
border: 0px solid #2E2E2E;
}
#PanelMenu1_panel
{
background-color: #454744;
overflow-y: auto;
}
#PanelMenu1
{
padding-right: 48px;
}
#PanelMenu1:after
{
position: absolute;
top: 50%;
right: 16px;
width: 32px;
height: 32px;
margin-top: -16px;
content: "\f0c9";
display: inline-block;
font-family: FontAwesome;
font-size: 32px;
line-height: 32px;
}
#PanelMenu1
{
line-height: 70px;
width: 15px;
height: 70px;
position: absolute;
z-index: 999;
}
#PanelMenu1_markup ul li i
{
font-size: 32px;
padding: 0px 10px 0px 0px;
vertical-align: middle;
width: 32px;
}
#PanelMenu1_markup span
{
display: inline-block;
height: 32px;
vertical-align: middle;
line-height: 32px;
}
#wb_Heading1
{
background-color: transparent;
background-image: none;
border: 0px solid #000000;
box-sizing: border-box;
margin: 0;
padding: 15px 0px 15px 0px;
text-align: center;
}
#Heading1
{
color: #FFFFFF;
font-family: Arial;
font-weight: bold;
font-size: 32px;
margin: 0;
text-align: center;
}
#wb_contact
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
background-color: #202020;
background-image: none;
border: 0px solid #CCCCCC;
box-sizing: border-box;
margin: 0;
}
#contact
{
box-sizing: border-box;
padding: 40px 15px 40px 15px;
margin-right: auto;
margin-left: auto;
max-width: 1024px;
}
#contact > .row
{
margin-right: -15px;
margin-left: -15px;
}
#contact > .row > .col-1
{
box-sizing: border-box;
font-size: 0px;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
position: relative;
}
#contact > .row > .col-1
{
float: left;
}
#contact > .row > .col-1
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 100%;
text-align: center;
}
#contact:before,
#contact:after,
#contact .row:before,
#contact .row:after
{
display: table;
content: " ";
}
#contact:after,
#contact .row:after
{
clear: both;
}
@media (max-width: 480px)
{
#contact > .row > .col-1
{
float: none;
width: 100%;
}
}
#wb_contactHeadingText
{
background-color: transparent;
background-image: none;
border: 0px solid #000000;
padding: 0;
margin: 0;
text-align: center;
}
#wb_contactHeadingText div
{
text-align: center;
}
#wb_contactForm
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
background-color: #202020;
background-image: none;
border: 0px solid #CCCCCC;
box-sizing: border-box;
margin: 0;
}
#contactForm
{
box-sizing: border-box;
padding: 50px 15px 50px 15px;
margin-right: auto;
margin-left: auto;
max-width: 1024px;
}
#contactForm > .row
{
margin-right: -15px;
margin-left: -15px;
}
#contactForm > .row > .col-1, #contactForm > .row > .col-2
{
box-sizing: border-box;
font-size: 0px;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
position: relative;
}
#contactForm > .row > .col-1, #contactForm > .row > .col-2
{
float: left;
}
#contactForm > .row > .col-1
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 50%;
text-align: left;
}
#contactForm > .row > .col-2
{
background-color: transparent;
background-image: none;
border: 0px solid #ECF0F1;
width: 50%;
text-align: left;
}
#contactForm:before,
#contactForm:after,
#contactForm .row:before,
#contactForm .row:after
{
display: table;
content: " ";
}
#contactForm:after,
#contactForm .row:after
{
clear: both;
}
@media (max-width: 480px)
{
#contactForm > .row > .col-1, #contactForm > .row > .col-2
{
float: none;
width: 100% !important;
}
}
#contactMessage
{
border: 2px solid #28A7E9;
background-color: #202020;
background-image: none;
color :#FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 15px;
box-sizing: border-box;
padding: 8px 12px 8px 12px;
margin: 0px 0px 20px 0px;
text-align: left;
overflow: auto;
resize: none;
}
#contactMessage::placeholder
{
color: #FFFFFF;
opacity: 1;
}
#contactMessage::-ms-input-placeholder
{
color: #FFFFFF;
}
#contactButton
{
border: 1px solid #28A7E9;
background-color: #28A7E9;
background-image: none;
color: #FFFFFF;
font-family: Arial;
font-weight: bold;
font-size: 15px;
box-shadow: 2px 2px 2px #000000;
-webkit-appearance: none;
margin: 0px 0px 10px 0px;
}
#contactSubject
{
border: 2px solid #28A7E9;
background-color: #202020;
background-image: none;
color :#FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 15px;
box-sizing: border-box;
line-height: 22px;
padding: 8px 12px 8px 12px;
margin: 0px 0px 20px 0px;
text-align: left;
}
#contactSubject::placeholder
{
color: #FFFFFF;
opacity: 1;
}
#contactSubject::-ms-input-placeholder
{
color: #FFFFFF;
}
#wb_contactText
{
background-color: transparent;
background-image: none;
border: 0px solid #000000;
padding: 0;
margin: 0;
text-align: left;
}
#wb_contactText
{
color: #FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 15px;
line-height: 22px;
}
#wb_contactText p, #wb_contactText ul
{
margin: 0;
padding: 0;
}
#wb_contactFormInner
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
background-color: transparent;
background-image: none;
border: 0px solid #CCCCCC;
box-sizing: border-box;
margin: 0;
}
#contactFormInner
{
box-sizing: border-box;
padding: 0;
margin-right: auto;
margin-left: auto;
}
#contactFormInner > .row
{
margin-right: 0;
margin-left: 0;
}
#contactFormInner > .row > .col-1, #contactFormInner > .row > .col-2
{
box-sizing: border-box;
font-size: 0px;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
position: relative;
}
#contactFormInner > .row > .col-1, #contactFormInner > .row > .col-2
{
float: left;
}
#contactFormInner > .row > .col-1
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 50%;
text-align: left;
}
#contactFormInner > .row > .col-1 > .col-1-padding
{
padding: 0px 8px 0px 0px;
}
#contactFormInner > .row > .col-2
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 50%;
text-align: left;
}
#contactFormInner > .row > .col-2 > .col-2-padding
{
padding: 0px 0px 0px 8px;
}
#contactFormInner:before,
#contactFormInner:after,
#contactFormInner .row:before,
#contactFormInner .row:after
{
display: table;
content: " ";
}
#contactFormInner:after,
#contactFormInner .row:after
{
clear: both;
}
@media (max-width: 480px)
{
#contactFormInner > .row > .col-1, #contactFormInner > .row > .col-2
{
float: none;
width: 100% !important;
}
}
#contactName
{
border: 2px solid #28A7E9;
background-color: #202020;
background-image: none;
color :#FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 15px;
box-sizing: border-box;
line-height: 22px;
padding: 8px 12px 8px 12px;
margin: 0px 0px 20px 0px;
text-align: left;
}
#contactName::placeholder
{
color: #FFFFFF;
opacity: 1;
}
#contactName::-ms-input-placeholder
{
color: #FFFFFF;
}
#contactEmail
{
border: 2px solid #28A7E9;
background-color: #202020;
background-image: none;
color :#FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 15px;
box-sizing: border-box;
line-height: 22px;
padding: 8px 12px 8px 12px;
margin: 0px 0px 20px 0px;
text-align: left;
}
#contactEmail::placeholder
{
color: #FFFFFF;
opacity: 1;
}
#contactEmail::-ms-input-placeholder
{
color: #FFFFFF;
}
#wb_LayoutGrid2
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
background-color: #272626;
background-image: none;
border: 0px solid #CCCCCC;
box-sizing: border-box;
margin: 0;
}
#LayoutGrid2
{
box-sizing: border-box;
padding: 20px 15px 20px 15px;
margin-right: auto;
margin-left: auto;
max-width: 1024px;
}
#LayoutGrid2 > .row
{
margin-right: -15px;
margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
box-sizing: border-box;
font-size: 0px;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
float: left;
}
#LayoutGrid2 > .row > .col-1
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 33.33333333%;
text-align: left;
}
#LayoutGrid2 > .row > .col-2
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 33.33333333%;
text-align: center;
}
#LayoutGrid2 > .row > .col-3
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 33.33333333%;
text-align: right;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
display: table;
content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
float: none;
width: 100% !important;
}
}
#wb_FontAwesomeIcon3
{
background-color: #53BDFA;
background-image: none;
border: 0px solid #FFFFFF;
text-align: center;
margin: 0px 6px 0px 0px;
padding: 6px 6px 6px 6px;
vertical-align: top;
display:inline-block;
position:relative;
}
#wb_FontAwesomeIcon3:hover
{
background-color: #FFFFFF;
background-image: none;
border: 0px solid #FFFFFF;
}
#FontAwesomeIcon3
{
height: 20px;
width: 20px;
}
#FontAwesomeIcon3 i
{
color: #FFFFFF;
display: inline-block;
font-size: 20px;
line-height: 20px;
vertical-align: middle;
width: 10px;
}
#wb_FontAwesomeIcon3:hover i
{
color: #53BDFA;
}
#wb_FontAwesomeIcon4
{
background-color: #53BDFA;
background-image: none;
border: 0px solid #FFFFFF;
text-align: center;
margin: 0px 6px 0px 0px;
padding: 6px 6px 6px 6px;
vertical-align: top;
display:inline-block;
position:relative;
}
#wb_FontAwesomeIcon4:hover
{
background-color: #FFFFFF;
background-image: none;
border: 0px solid #FFFFFF;
}
#FontAwesomeIcon4
{
height: 20px;
width: 20px;
}
#FontAwesomeIcon4 i
{
color: #FFFFFF;
display: inline-block;
font-size: 20px;
line-height: 20px;
vertical-align: middle;
width: 16px;
}
#wb_FontAwesomeIcon4:hover i
{
color: #53BDFA;
}
#wb_FontAwesomeIcon8
{
background-color: #53BDFA;
background-image: none;
border: 0px solid #FFFFFF;
text-align: center;
margin: 0px 6px 0px 0px;
padding: 6px 6px 6px 6px;
vertical-align: top;
display:inline-block;
position:relative;
}
#wb_FontAwesomeIcon8:hover
{
background-color: #FFFFFF;
background-image: none;
border: 0px solid #FFFFFF;
}
#FontAwesomeIcon8
{
height: 20px;
width: 20px;
}
#FontAwesomeIcon8 i
{
color: #FFFFFF;
display: inline-block;
font-size: 20px;
line-height: 20px;
vertical-align: middle;
width: 16px;
}
#wb_FontAwesomeIcon8:hover i
{
color: #53BDFA;
}
#wb_FontAwesomeIcon10
{
background-color: #53BDFA;
background-image: none;
border: 0px solid #FFFFFF;
text-align: center;
margin: 0px 6px 0px 0px;
padding: 6px 6px 6px 6px;
vertical-align: top;
display:inline-block;
position:relative;
}
#wb_FontAwesomeIcon10:hover
{
background-color: #FFFFFF;
background-image: none;
border: 0px solid #FFFFFF;
}
#FontAwesomeIcon10
{
height: 20px;
width: 20px;
}
#FontAwesomeIcon10 i
{
color: #FFFFFF;
display: inline-block;
font-size: 20px;
line-height: 20px;
vertical-align: middle;
width: 14px;
}
#wb_FontAwesomeIcon10:hover i
{
color: #53BDFA;
} | assets/css/form1.css | body
{
background-color: #FFFFFF;
color: #000000;
font-family: Arial;
font-weight: normal;
font-size: 13px;
line-height: 1.1875;
margin: 0;
padding: 0;
}
#wb_PageHeader
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
background-color: #454744;
background-image: none;
border: 0px solid #CCCCCC;
box-sizing: border-box;
margin: 0;
}
#PageHeader
{
box-sizing: border-box;
padding: 0px 15px 0px 15px;
margin-right: auto;
margin-left: auto;
}
#PageHeader > .row
{
margin-right: -15px;
margin-left: -15px;
}
#PageHeader > .row > .col-1, #PageHeader > .row > .col-2, #PageHeader > .row > .col-3
{
box-sizing: border-box;
font-size: 0px;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
position: relative;
}
#PageHeader > .row > .col-1, #PageHeader > .row > .col-2, #PageHeader > .row > .col-3
{
float: left;
}
#PageHeader > .row > .col-1
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 16.66666667%;
text-align: left;
}
#PageHeader > .row > .col-2
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 66.66666667%;
text-align: center;
}
#PageHeader > .row > .col-3
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 16.66666667%;
text-align: right;
}
#PageHeader:before,
#PageHeader:after,
#PageHeader .row:before,
#PageHeader .row:after
{
display: table;
content: " ";
}
#PageHeader:after,
#PageHeader .row:after
{
clear: both;
}
@media (max-width: 480px)
{
#PageHeader > .row > .col-1, #PageHeader > .row > .col-2, #PageHeader > .row > .col-3
{
float: none;
width: 100%;
}
}
#wb_FontAwesomeIcon1
{
background-color: #454545;
background-image: none;
border: 0px solid #454545;
text-align: center;
margin: 0;
padding: 15px 15px 15px 15px;
vertical-align: top;
display:inline-block;
position:relative;
}
#wb_FontAwesomeIcon1:hover
{
background-color: #454545;
background-image: none;
border: 0px solid #454545;
}
#FontAwesomeIcon1
{
height: 40px;
width: 40px;
}
#FontAwesomeIcon1 i
{
color: #FFFFFF;
display: inline-block;
font-size: 40px;
line-height: 40px;
vertical-align: middle;
width: 39px;
}
#wb_FontAwesomeIcon1:hover i
{
color: #B7B7B7;
}
#wb_PanelMenu1 a, #PanelMenu1_markup li a
{
display: block;
text-align: left;
vertical-align: middle;
}
#PanelMenu1_markup
{
display: none;
margin: 0;
padding: 0;
}
#PanelMenu1_panel #PanelMenu1_markup
{
display: block;
}
#PanelMenu1_markup ul
{
list-style: none;
list-style-type: none;
margin: 0;
padding: 0;
}
#PanelMenu1_markup li a, #PanelMenu1_markup li a:hover
{
padding: 10px 10px 10px 10px;
box-shadow: none;
}
#PanelMenu1_markup .divider
{
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #2E2E2E;
}
#PanelMenu1_panel
{
display: none;
position: absolute;
position: fixed;
top: 0;
height: 100%;
width: 250px;
z-index: 9999;
}
#PanelMenu1_overlay
{
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.2;
z-index: 9998;
}
#PanelMenu1_markup li a
{
color: #F7F7F7;
border: 0px solid #2E2E2E;
background-color: #454744;
font-family: Arial;
font-weight: normal;
font-size: 13px;
font-style: normal;
text-decoration: none;
}
#wb_PanelMenu1 a
{
color: #F7F7F7;
border: 0px solid #2E2E2E;
background-color: #454744;
font-family: Arial;
font-weight: normal;
font-size: 13px;
font-style: normal;
text-decoration: none;
}
#PanelMenu1_markup li a:hover
{
color: #454744;
background-color: #B7B7B7;
border: 0px solid #2E2E2E;
}
#wb_PanelMenu1 a:hover
{
color: #454744;
background-color: #B7B7B7;
border: 0px solid #2E2E2E;
}
#PanelMenu1_panel
{
background-color: #454744;
overflow-y: auto;
}
#PanelMenu1
{
padding-right: 48px;
}
#PanelMenu1:after
{
position: absolute;
top: 50%;
right: 16px;
width: 32px;
height: 32px;
margin-top: -16px;
content: "\f0c9";
display: inline-block;
font-family: FontAwesome;
font-size: 32px;
line-height: 32px;
}
#PanelMenu1
{
line-height: 70px;
width: 15px;
height: 70px;
position: absolute;
z-index: 999;
}
#PanelMenu1_markup ul li i
{
font-size: 32px;
padding: 0px 10px 0px 0px;
vertical-align: middle;
width: 32px;
}
#PanelMenu1_markup span
{
display: inline-block;
height: 32px;
vertical-align: middle;
line-height: 32px;
}
#wb_Heading1
{
background-color: transparent;
background-image: none;
border: 0px solid #000000;
box-sizing: border-box;
margin: 0;
padding: 15px 0px 15px 0px;
text-align: center;
}
#Heading1
{
color: #FFFFFF;
font-family: Arial;
font-weight: bold;
font-size: 32px;
margin: 0;
text-align: center;
}
#wb_contact
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
background-color: #202020;
background-image: none;
border: 0px solid #CCCCCC;
box-sizing: border-box;
margin: 0;
}
#contact
{
box-sizing: border-box;
padding: 40px 15px 40px 15px;
margin-right: auto;
margin-left: auto;
max-width: 1024px;
}
#contact > .row
{
margin-right: -15px;
margin-left: -15px;
}
#contact > .row > .col-1
{
box-sizing: border-box;
font-size: 0px;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
position: relative;
}
#contact > .row > .col-1
{
float: left;
}
#contact > .row > .col-1
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 100%;
text-align: center;
}
#contact:before,
#contact:after,
#contact .row:before,
#contact .row:after
{
display: table;
content: " ";
}
#contact:after,
#contact .row:after
{
clear: both;
}
@media (max-width: 480px)
{
#contact > .row > .col-1
{
float: none;
width: 100%;
}
}
#wb_contactHeadingText
{
background-color: transparent;
background-image: none;
border: 0px solid #000000;
padding: 0;
margin: 0;
text-align: center;
}
#wb_contactHeadingText div
{
text-align: center;
}
#wb_contactForm
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
background-color: #202020;
background-image: none;
border: 0px solid #CCCCCC;
box-sizing: border-box;
margin: 0;
}
#contactForm
{
box-sizing: border-box;
padding: 50px 15px 50px 15px;
margin-right: auto;
margin-left: auto;
max-width: 1024px;
}
#contactForm > .row
{
margin-right: -15px;
margin-left: -15px;
}
#contactForm > .row > .col-1, #contactForm > .row > .col-2
{
box-sizing: border-box;
font-size: 0px;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
position: relative;
}
#contactForm > .row > .col-1, #contactForm > .row > .col-2
{
float: left;
}
#contactForm > .row > .col-1
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 50%;
text-align: left;
}
#contactForm > .row > .col-2
{
background-color: transparent;
background-image: none;
border: 0px solid #ECF0F1;
width: 50%;
text-align: left;
}
#contactForm:before,
#contactForm:after,
#contactForm .row:before,
#contactForm .row:after
{
display: table;
content: " ";
}
#contactForm:after,
#contactForm .row:after
{
clear: both;
}
@media (max-width: 480px)
{
#contactForm > .row > .col-1, #contactForm > .row > .col-2
{
float: none;
width: 100% !important;
}
}
#contactMessage
{
border: 2px solid #28A7E9;
background-color: #202020;
background-image: none;
color :#FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 15px;
box-sizing: border-box;
padding: 8px 12px 8px 12px;
margin: 0px 0px 20px 0px;
text-align: left;
overflow: auto;
resize: none;
}
#contactMessage::placeholder
{
color: #FFFFFF;
opacity: 1;
}
#contactMessage::-ms-input-placeholder
{
color: #FFFFFF;
}
#contactButton
{
border: 1px solid #28A7E9;
background-color: #28A7E9;
background-image: none;
color: #FFFFFF;
font-family: Arial;
font-weight: bold;
font-size: 15px;
box-shadow: 2px 2px 2px #000000;
-webkit-appearance: none;
margin: 0px 0px 10px 0px;
}
#contactSubject
{
border: 2px solid #28A7E9;
background-color: #202020;
background-image: none;
color :#FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 15px;
box-sizing: border-box;
line-height: 22px;
padding: 8px 12px 8px 12px;
margin: 0px 0px 20px 0px;
text-align: left;
}
#contactSubject::placeholder
{
color: #FFFFFF;
opacity: 1;
}
#contactSubject::-ms-input-placeholder
{
color: #FFFFFF;
}
#wb_contactText
{
background-color: transparent;
background-image: none;
border: 0px solid #000000;
padding: 0;
margin: 0;
text-align: left;
}
#wb_contactText
{
color: #FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 15px;
line-height: 22px;
}
#wb_contactText p, #wb_contactText ul
{
margin: 0;
padding: 0;
}
#wb_contactFormInner
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
background-color: transparent;
background-image: none;
border: 0px solid #CCCCCC;
box-sizing: border-box;
margin: 0;
}
#contactFormInner
{
box-sizing: border-box;
padding: 0;
margin-right: auto;
margin-left: auto;
}
#contactFormInner > .row
{
margin-right: 0;
margin-left: 0;
}
#contactFormInner > .row > .col-1, #contactFormInner > .row > .col-2
{
box-sizing: border-box;
font-size: 0px;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
position: relative;
}
#contactFormInner > .row > .col-1, #contactFormInner > .row > .col-2
{
float: left;
}
#contactFormInner > .row > .col-1
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 50%;
text-align: left;
}
#contactFormInner > .row > .col-1 > .col-1-padding
{
padding: 0px 8px 0px 0px;
}
#contactFormInner > .row > .col-2
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 50%;
text-align: left;
}
#contactFormInner > .row > .col-2 > .col-2-padding
{
padding: 0px 0px 0px 8px;
}
#contactFormInner:before,
#contactFormInner:after,
#contactFormInner .row:before,
#contactFormInner .row:after
{
display: table;
content: " ";
}
#contactFormInner:after,
#contactFormInner .row:after
{
clear: both;
}
@media (max-width: 480px)
{
#contactFormInner > .row > .col-1, #contactFormInner > .row > .col-2
{
float: none;
width: 100% !important;
}
}
#contactName
{
border: 2px solid #28A7E9;
background-color: #202020;
background-image: none;
color :#FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 15px;
box-sizing: border-box;
line-height: 22px;
padding: 8px 12px 8px 12px;
margin: 0px 0px 20px 0px;
text-align: left;
}
#contactName::placeholder
{
color: #FFFFFF;
opacity: 1;
}
#contactName::-ms-input-placeholder
{
color: #FFFFFF;
}
#contactEmail
{
border: 2px solid #28A7E9;
background-color: #202020;
background-image: none;
color :#FFFFFF;
font-family: Arial;
font-weight: normal;
font-size: 15px;
box-sizing: border-box;
line-height: 22px;
padding: 8px 12px 8px 12px;
margin: 0px 0px 20px 0px;
text-align: left;
}
#contactEmail::placeholder
{
color: #FFFFFF;
opacity: 1;
}
#contactEmail::-ms-input-placeholder
{
color: #FFFFFF;
}
#wb_LayoutGrid2
{
clear: both;
position: relative;
table-layout: fixed;
display: table;
text-align: center;
width: 100%;
background-color: #272626;
background-image: none;
border: 0px solid #CCCCCC;
box-sizing: border-box;
margin: 0;
}
#LayoutGrid2
{
box-sizing: border-box;
padding: 20px 15px 20px 15px;
margin-right: auto;
margin-left: auto;
max-width: 1024px;
}
#LayoutGrid2 > .row
{
margin-right: -15px;
margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
box-sizing: border-box;
font-size: 0px;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
float: left;
}
#LayoutGrid2 > .row > .col-1
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 33.33333333%;
text-align: left;
}
#LayoutGrid2 > .row > .col-2
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 33.33333333%;
text-align: center;
}
#LayoutGrid2 > .row > .col-3
{
background-color: transparent;
background-image: none;
border: 0px solid #FFFFFF;
width: 33.33333333%;
text-align: right;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
display: table;
content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
float: none;
width: 100% !important;
}
}
#wb_FontAwesomeIcon3
{
background-color: #53BDFA;
background-image: none;
border: 0px solid #FFFFFF;
text-align: center;
margin: 0px 6px 0px 0px;
padding: 6px 6px 6px 6px;
vertical-align: top;
display:inline-block;
position:relative;
}
#wb_FontAwesomeIcon3:hover
{
background-color: #FFFFFF;
background-image: none;
border: 0px solid #FFFFFF;
}
#FontAwesomeIcon3
{
height: 20px;
width: 20px;
}
#FontAwesomeIcon3 i
{
color: #FFFFFF;
display: inline-block;
font-size: 20px;
line-height: 20px;
vertical-align: middle;
width: 10px;
}
#wb_FontAwesomeIcon3:hover i
{
color: #53BDFA;
}
#wb_FontAwesomeIcon4
{
background-color: #53BDFA;
background-image: none;
border: 0px solid #FFFFFF;
text-align: center;
margin: 0px 6px 0px 0px;
padding: 6px 6px 6px 6px;
vertical-align: top;
display:inline-block;
position:relative;
}
#wb_FontAwesomeIcon4:hover
{
background-color: #FFFFFF;
background-image: none;
border: 0px solid #FFFFFF;
}
#FontAwesomeIcon4
{
height: 20px;
width: 20px;
}
#FontAwesomeIcon4 i
{
color: #FFFFFF;
display: inline-block;
font-size: 20px;
line-height: 20px;
vertical-align: middle;
width: 16px;
}
#wb_FontAwesomeIcon4:hover i
{
color: #53BDFA;
}
#wb_FontAwesomeIcon8
{
background-color: #53BDFA;
background-image: none;
border: 0px solid #FFFFFF;
text-align: center;
margin: 0px 6px 0px 0px;
padding: 6px 6px 6px 6px;
vertical-align: top;
display:inline-block;
position:relative;
}
#wb_FontAwesomeIcon8:hover
{
background-color: #FFFFFF;
background-image: none;
border: 0px solid #FFFFFF;
}
#FontAwesomeIcon8
{
height: 20px;
width: 20px;
}
#FontAwesomeIcon8 i
{
color: #FFFFFF;
display: inline-block;
font-size: 20px;
line-height: 20px;
vertical-align: middle;
width: 16px;
}
#wb_FontAwesomeIcon8:hover i
{
color: #53BDFA;
}
#wb_FontAwesomeIcon10
{
background-color: #53BDFA;
background-image: none;
border: 0px solid #FFFFFF;
text-align: center;
margin: 0px 6px 0px 0px;
padding: 6px 6px 6px 6px;
vertical-align: top;
display:inline-block;
position:relative;
}
#wb_FontAwesomeIcon10:hover
{
background-color: #FFFFFF;
background-image: none;
border: 0px solid #FFFFFF;
}
#FontAwesomeIcon10
{
height: 20px;
width: 20px;
}
#FontAwesomeIcon10 i
{
color: #FFFFFF;
display: inline-block;
font-size: 20px;
line-height: 20px;
vertical-align: middle;
width: 14px;
}
#wb_FontAwesomeIcon10:hover i
{
color: #53BDFA;
} | 0.334155 | 0.042364 |
@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
/* 1 */
display: block; }
/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template,
[hidden] {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0; }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/* Forms
========================================================================== */
/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
font: inherit;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
font-weight: bold; }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
* 2. Show the overflow in Edge, Firefox, and IE.
*/
button,
input,
select {
/* 2 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
input:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* Correct the odd appearance of search inputs in Chrome and Safari.
*/
[type="search"] {
-webkit-appearance: textfield; }
/**
* Remove the inner padding and cancel buttons in Chrome on OS X and
* Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 <NAME>
*/
.animated {
animation-duration: 1s;
animation-fill-mode: both; }
.animated.infinite {
animation-iteration-count: infinite; }
.animated.hinge {
animation-duration: 2s; }
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s; }
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0); }
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0); }
70% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0); }
90% {
transform: translate3d(0, -4px, 0); } }
.bounce {
animation-name: bounce;
transform-origin: center bottom; }
@keyframes flash {
from, 50%, to {
opacity: 1; }
25%, 75% {
opacity: 0; } }
.flash {
animation-name: flash; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes pulse {
from {
transform: scale3d(1, 1, 1); }
50% {
transform: scale3d(1.05, 1.05, 1.05); }
to {
transform: scale3d(1, 1, 1); } }
.pulse {
animation-name: pulse; }
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1); }
30% {
transform: scale3d(1.25, 0.75, 1); }
40% {
transform: scale3d(0.75, 1.25, 1); }
50% {
transform: scale3d(1.15, 0.85, 1); }
65% {
transform: scale3d(0.95, 1.05, 1); }
75% {
transform: scale3d(1.05, 0.95, 1); }
to {
transform: scale3d(1, 1, 1); } }
.rubberBand {
animation-name: rubberBand; }
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0); }
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0); } }
.shake {
animation-name: shake; }
@keyframes headShake {
0% {
transform: translateX(0); }
6.5% {
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
transform: translateX(5px) rotateY(7deg); }
31.5% {
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
transform: translateX(2px) rotateY(3deg); }
50% {
transform: translateX(0); } }
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake; }
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg); }
40% {
transform: rotate3d(0, 0, 1, -10deg); }
60% {
transform: rotate3d(0, 0, 1, 5deg); }
80% {
transform: rotate3d(0, 0, 1, -5deg); }
to {
transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
transform-origin: top center;
animation-name: swing; }
@keyframes tada {
from {
transform: scale3d(1, 1, 1); }
10%, 20% {
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
transform: scale3d(1, 1, 1); } }
.tada {
animation-name: tada; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes wobble {
from {
transform: none; }
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
transform: none; } }
.wobble {
animation-name: wobble; }
@keyframes jello {
from, 11.1%, to {
transform: none; }
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
transform: skewX(0.39063deg) skewY(0.39063deg); }
88.8% {
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
animation-name: jello;
transform-origin: center; }
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
20% {
transform: scale3d(1.1, 1.1, 1.1); }
40% {
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03); }
80% {
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
transform: scale3d(1, 1, 1); } }
.bounceIn {
animation-name: bounceIn; }
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, 25px, 0); }
75% {
transform: translate3d(0, -10px, 0); }
90% {
transform: translate3d(0, 5px, 0); }
to {
transform: none; } }
.bounceInDown {
animation-name: bounceInDown; }
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(25px, 0, 0); }
75% {
transform: translate3d(-10px, 0, 0); }
90% {
transform: translate3d(5px, 0, 0); }
to {
transform: none; } }
.bounceInLeft {
animation-name: bounceInLeft; }
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0); }
75% {
transform: translate3d(10px, 0, 0); }
90% {
transform: translate3d(-5px, 0, 0); }
to {
transform: none; } }
.bounceInRight {
animation-name: bounceInRight; }
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
75% {
transform: translate3d(0, 10px, 0); }
90% {
transform: translate3d(0, -5px, 0); }
to {
transform: translate3d(0, 0, 0); } }
.bounceInUp {
animation-name: bounceInUp; }
@keyframes bounceOut {
20% {
transform: scale3d(0.9, 0.9, 0.9); }
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
animation-name: bounceOut; }
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
animation-name: bounceOutDown; }
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
animation-name: bounceOutLeft; }
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
animation-name: bounceOutRight; }
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
animation-name: bounceOutUp; }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.fadeIn {
animation-name: fadeIn; }
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDown {
animation-name: fadeInDown; }
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDownBig {
animation-name: fadeInDownBig; }
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeft {
animation-name: fadeInLeft; }
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeftBig {
animation-name: fadeInLeftBig; }
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRight {
animation-name: fadeInRight; }
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRightBig {
animation-name: fadeInRightBig; }
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUp {
animation-name: fadeInUp; }
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUpBig {
animation-name: fadeInUpBig; }
@keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
.fadeOut {
animation-name: fadeOut; }
@keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
animation-name: fadeOutDown; }
@keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
animation-name: fadeOutDownBig; }
@keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
animation-name: fadeOutLeft; }
@keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
animation-name: fadeOutLeftBig; }
@keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
animation-name: fadeOutRight; }
@keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
animation-name: fadeOutRightBig; }
@keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
animation-name: fadeOutUp; }
@keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
animation-name: fadeOutUpBig; }
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out; }
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out; }
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in; }
80% {
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
animation-timing-function: ease-in; }
to {
transform: perspective(400px);
animation-timing-function: ease-in; } }
.animated.flip {
backface-visibility: visible;
animation-name: flip; }
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
transform: perspective(400px); } }
.flipInX {
backface-visibility: visible !important;
animation-name: flipInX; }
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
transform: perspective(400px); } }
.flipInY {
backface-visibility: visible !important;
animation-name: flipInY; }
@keyframes flipOutX {
from {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
.flipOutX {
animation-name: flipOutX;
backface-visibility: visible !important; }
@keyframes flipOutY {
from {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
.flipOutY {
backface-visibility: visible !important;
animation-name: flipOutY; }
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
transform: skewX(20deg);
opacity: 1; }
80% {
transform: skewX(-5deg);
opacity: 1; }
to {
transform: none;
opacity: 1; } }
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out; }
@keyframes lightSpeedOut {
from {
opacity: 1; }
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in; }
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
transform-origin: center;
transform: none;
opacity: 1; } }
.rotateIn {
animation-name: rotateIn; }
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInDownLeft {
animation-name: rotateInDownLeft; }
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInDownRight {
animation-name: rotateInDownRight; }
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInUpLeft {
animation-name: rotateInUpLeft; }
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInUpRight {
animation-name: rotateInUpRight; }
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1; }
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
.rotateOut {
animation-name: rotateOut; }
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
.rotateOutDownLeft {
animation-name: rotateOutDownLeft; }
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutDownRight {
animation-name: rotateOutDownRight; }
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutUpLeft {
animation-name: rotateOutUpLeft; }
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
.rotateOutUpRight {
animation-name: rotateOutUpRight; }
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out; }
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out; }
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
transform: translate3d(0, 700px, 0);
opacity: 0; } }
.hinge {
animation-name: hinge; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
transform: none; } }
.rollIn {
animation-name: rollIn; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
animation-name: rollOut; }
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
.zoomIn {
animation-name: zoomIn; }
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
animation-name: zoomInDown; }
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
animation-name: zoomInLeft; }
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
animation-name: zoomInRight; }
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
animation-name: zoomInUp; }
@keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
.zoomOut {
animation-name: zoomOut; }
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
animation-name: zoomOutDown; }
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center; } }
.zoomOutLeft {
animation-name: zoomOutLeft; }
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center; } }
.zoomOutRight {
animation-name: zoomOutRight; }
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
animation-name: zoomOutUp; }
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInDown {
animation-name: slideInDown; }
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInLeft {
animation-name: slideInLeft; }
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInRight {
animation-name: slideInRight; }
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInUp {
animation-name: slideInUp; }
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(0, 100%, 0); } }
.slideOutDown {
animation-name: slideOutDown; }
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
animation-name: slideOutLeft; }
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(100%, 0, 0); } }
.slideOutRight {
animation-name: slideOutRight; }
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(0, -100%, 0); } }
.slideOutUp {
animation-name: slideOutUp; }
body {
font-size: .6rem;
font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #373737; }
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
background: transparent; }
a, img, article, aside, figure, footer, header, nav, section, details, summary {
display: block; }
img,
object,
embed {
max-width: 100%; }
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none; }
h1, h2 {
font-size: .8rem; }
h3, h4 {
font-size: .7rem; }
h5, h6 {
font-size: .6rem; }
input, button {
outline: none !important; }
ul {
list-style: none; }
/*内边距和边框不再会增加它的宽度*/
html {
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
img {
width: inherit;
height: inherit; }
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
margin: 0; }
/* make buttons play nice in IE */
button,
input[type=button] {
width: auto;
overflow: visible; }
label,
input[type=button],
input[type=submit],
input[type=file],
button {
cursor: pointer; }
html {
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.view {
width: 16rem;
min-height: 28.4rem;
height: auto;
overflow: hidden;
position: relative; }
.view-black {
background: #404040; }
.view-container {
display: block;
position: absolute;
transition: transform 300ms linear;
transform: none; }
.view-container:before, .view-container:after {
content: " ";
display: table; }
.view-container:after {
clear: both; }
.mb-01r {
margin-bottom: .1rem; }
.mb-02r {
margin-bottom: .2rem; }
.mb-03r {
margin-bottom: .3rem; }
.mb-04r {
margin-bottom: .4rem; }
.mb-05r {
margin-bottom: .5rem; }
.mt-01r {
margin-top: .1rem; }
.mt-02r {
margin-top: .2rem; }
.mt-03r {
margin-top: .3rem; }
.mt-04r {
margin-top: .4rem; }
.mt-05r {
margin-top: .5rem; }
.ml-01r {
margin-left: .1rem; }
.ml-02r {
margin-left: .2rem; }
.ml-03r {
margin-left: .3rem; }
.ml-04r {
margin-left: .4rem; }
.ml-05r {
margin-left: .5rem; }
.mr-01r {
margin-right: .1rem; }
.mr-02r {
margin-right: .2rem; }
.mr-03r {
margin-right: .3rem; }
.mr-04r {
margin-right: .4rem; }
.mr-05r {
margin-right: .5rem; }
.none {
display: none; }
.block {
display: block; }
.invisible {
visibility: hidden; }
.visible {
visibility: visible; } | Elagance/app/assets/css/elagance.css | @charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
/* 1 */
display: block; }
/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template,
[hidden] {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0; }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/* Forms
========================================================================== */
/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
font: inherit;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
font-weight: bold; }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
* 2. Show the overflow in Edge, Firefox, and IE.
*/
button,
input,
select {
/* 2 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
input:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* Correct the odd appearance of search inputs in Chrome and Safari.
*/
[type="search"] {
-webkit-appearance: textfield; }
/**
* Remove the inner padding and cancel buttons in Chrome on OS X and
* Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 <NAME>
*/
.animated {
animation-duration: 1s;
animation-fill-mode: both; }
.animated.infinite {
animation-iteration-count: infinite; }
.animated.hinge {
animation-duration: 2s; }
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s; }
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0); }
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0); }
70% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0); }
90% {
transform: translate3d(0, -4px, 0); } }
.bounce {
animation-name: bounce;
transform-origin: center bottom; }
@keyframes flash {
from, 50%, to {
opacity: 1; }
25%, 75% {
opacity: 0; } }
.flash {
animation-name: flash; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes pulse {
from {
transform: scale3d(1, 1, 1); }
50% {
transform: scale3d(1.05, 1.05, 1.05); }
to {
transform: scale3d(1, 1, 1); } }
.pulse {
animation-name: pulse; }
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1); }
30% {
transform: scale3d(1.25, 0.75, 1); }
40% {
transform: scale3d(0.75, 1.25, 1); }
50% {
transform: scale3d(1.15, 0.85, 1); }
65% {
transform: scale3d(0.95, 1.05, 1); }
75% {
transform: scale3d(1.05, 0.95, 1); }
to {
transform: scale3d(1, 1, 1); } }
.rubberBand {
animation-name: rubberBand; }
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0); }
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0); }
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0); } }
.shake {
animation-name: shake; }
@keyframes headShake {
0% {
transform: translateX(0); }
6.5% {
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
transform: translateX(5px) rotateY(7deg); }
31.5% {
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
transform: translateX(2px) rotateY(3deg); }
50% {
transform: translateX(0); } }
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake; }
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg); }
40% {
transform: rotate3d(0, 0, 1, -10deg); }
60% {
transform: rotate3d(0, 0, 1, 5deg); }
80% {
transform: rotate3d(0, 0, 1, -5deg); }
to {
transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
transform-origin: top center;
animation-name: swing; }
@keyframes tada {
from {
transform: scale3d(1, 1, 1); }
10%, 20% {
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
transform: scale3d(1, 1, 1); } }
.tada {
animation-name: tada; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes wobble {
from {
transform: none; }
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
transform: none; } }
.wobble {
animation-name: wobble; }
@keyframes jello {
from, 11.1%, to {
transform: none; }
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
transform: skewX(0.39063deg) skewY(0.39063deg); }
88.8% {
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
animation-name: jello;
transform-origin: center; }
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
20% {
transform: scale3d(1.1, 1.1, 1.1); }
40% {
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03); }
80% {
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
transform: scale3d(1, 1, 1); } }
.bounceIn {
animation-name: bounceIn; }
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, 25px, 0); }
75% {
transform: translate3d(0, -10px, 0); }
90% {
transform: translate3d(0, 5px, 0); }
to {
transform: none; } }
.bounceInDown {
animation-name: bounceInDown; }
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(25px, 0, 0); }
75% {
transform: translate3d(-10px, 0, 0); }
90% {
transform: translate3d(5px, 0, 0); }
to {
transform: none; } }
.bounceInLeft {
animation-name: bounceInLeft; }
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0); }
75% {
transform: translate3d(10px, 0, 0); }
90% {
transform: translate3d(-5px, 0, 0); }
to {
transform: none; } }
.bounceInRight {
animation-name: bounceInRight; }
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
75% {
transform: translate3d(0, 10px, 0); }
90% {
transform: translate3d(0, -5px, 0); }
to {
transform: translate3d(0, 0, 0); } }
.bounceInUp {
animation-name: bounceInUp; }
@keyframes bounceOut {
20% {
transform: scale3d(0.9, 0.9, 0.9); }
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
animation-name: bounceOut; }
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
animation-name: bounceOutDown; }
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
animation-name: bounceOutLeft; }
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
animation-name: bounceOutRight; }
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
animation-name: bounceOutUp; }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.fadeIn {
animation-name: fadeIn; }
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDown {
animation-name: fadeInDown; }
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDownBig {
animation-name: fadeInDownBig; }
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeft {
animation-name: fadeInLeft; }
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeftBig {
animation-name: fadeInLeftBig; }
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRight {
animation-name: fadeInRight; }
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRightBig {
animation-name: fadeInRightBig; }
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUp {
animation-name: fadeInUp; }
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUpBig {
animation-name: fadeInUpBig; }
@keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
.fadeOut {
animation-name: fadeOut; }
@keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
animation-name: fadeOutDown; }
@keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
animation-name: fadeOutDownBig; }
@keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
animation-name: fadeOutLeft; }
@keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
animation-name: fadeOutLeftBig; }
@keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
animation-name: fadeOutRight; }
@keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
animation-name: fadeOutRightBig; }
@keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
animation-name: fadeOutUp; }
@keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
animation-name: fadeOutUpBig; }
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out; }
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out; }
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in; }
80% {
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
animation-timing-function: ease-in; }
to {
transform: perspective(400px);
animation-timing-function: ease-in; } }
.animated.flip {
backface-visibility: visible;
animation-name: flip; }
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
transform: perspective(400px); } }
.flipInX {
backface-visibility: visible !important;
animation-name: flipInX; }
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
transform: perspective(400px); } }
.flipInY {
backface-visibility: visible !important;
animation-name: flipInY; }
@keyframes flipOutX {
from {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
.flipOutX {
animation-name: flipOutX;
backface-visibility: visible !important; }
@keyframes flipOutY {
from {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
.flipOutY {
backface-visibility: visible !important;
animation-name: flipOutY; }
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
transform: skewX(20deg);
opacity: 1; }
80% {
transform: skewX(-5deg);
opacity: 1; }
to {
transform: none;
opacity: 1; } }
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out; }
@keyframes lightSpeedOut {
from {
opacity: 1; }
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in; }
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
transform-origin: center;
transform: none;
opacity: 1; } }
.rotateIn {
animation-name: rotateIn; }
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInDownLeft {
animation-name: rotateInDownLeft; }
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInDownRight {
animation-name: rotateInDownRight; }
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInUpLeft {
animation-name: rotateInUpLeft; }
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInUpRight {
animation-name: rotateInUpRight; }
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1; }
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
.rotateOut {
animation-name: rotateOut; }
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
.rotateOutDownLeft {
animation-name: rotateOutDownLeft; }
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutDownRight {
animation-name: rotateOutDownRight; }
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutUpLeft {
animation-name: rotateOutUpLeft; }
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
.rotateOutUpRight {
animation-name: rotateOutUpRight; }
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out; }
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out; }
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
transform: translate3d(0, 700px, 0);
opacity: 0; } }
.hinge {
animation-name: hinge; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
transform: none; } }
.rollIn {
animation-name: rollIn; }
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
animation-name: rollOut; }
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
.zoomIn {
animation-name: zoomIn; }
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
animation-name: zoomInDown; }
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
animation-name: zoomInLeft; }
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
animation-name: zoomInRight; }
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
animation-name: zoomInUp; }
@keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
.zoomOut {
animation-name: zoomOut; }
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
animation-name: zoomOutDown; }
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center; } }
.zoomOutLeft {
animation-name: zoomOutLeft; }
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center; } }
.zoomOutRight {
animation-name: zoomOutRight; }
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
animation-name: zoomOutUp; }
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInDown {
animation-name: slideInDown; }
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInLeft {
animation-name: slideInLeft; }
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInRight {
animation-name: slideInRight; }
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
transform: translate3d(0, 0, 0); } }
.slideInUp {
animation-name: slideInUp; }
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(0, 100%, 0); } }
.slideOutDown {
animation-name: slideOutDown; }
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
animation-name: slideOutLeft; }
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(100%, 0, 0); } }
.slideOutRight {
animation-name: slideOutRight; }
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
transform: translate3d(0, -100%, 0); } }
.slideOutUp {
animation-name: slideOutUp; }
body {
font-size: .6rem;
font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #373737; }
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
background: transparent; }
a, img, article, aside, figure, footer, header, nav, section, details, summary {
display: block; }
img,
object,
embed {
max-width: 100%; }
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none; }
h1, h2 {
font-size: .8rem; }
h3, h4 {
font-size: .7rem; }
h5, h6 {
font-size: .6rem; }
input, button {
outline: none !important; }
ul {
list-style: none; }
/*内边距和边框不再会增加它的宽度*/
html {
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
img {
width: inherit;
height: inherit; }
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
margin: 0; }
/* make buttons play nice in IE */
button,
input[type=button] {
width: auto;
overflow: visible; }
label,
input[type=button],
input[type=submit],
input[type=file],
button {
cursor: pointer; }
html {
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.view {
width: 16rem;
min-height: 28.4rem;
height: auto;
overflow: hidden;
position: relative; }
.view-black {
background: #404040; }
.view-container {
display: block;
position: absolute;
transition: transform 300ms linear;
transform: none; }
.view-container:before, .view-container:after {
content: " ";
display: table; }
.view-container:after {
clear: both; }
.mb-01r {
margin-bottom: .1rem; }
.mb-02r {
margin-bottom: .2rem; }
.mb-03r {
margin-bottom: .3rem; }
.mb-04r {
margin-bottom: .4rem; }
.mb-05r {
margin-bottom: .5rem; }
.mt-01r {
margin-top: .1rem; }
.mt-02r {
margin-top: .2rem; }
.mt-03r {
margin-top: .3rem; }
.mt-04r {
margin-top: .4rem; }
.mt-05r {
margin-top: .5rem; }
.ml-01r {
margin-left: .1rem; }
.ml-02r {
margin-left: .2rem; }
.ml-03r {
margin-left: .3rem; }
.ml-04r {
margin-left: .4rem; }
.ml-05r {
margin-left: .5rem; }
.mr-01r {
margin-right: .1rem; }
.mr-02r {
margin-right: .2rem; }
.mr-03r {
margin-right: .3rem; }
.mr-04r {
margin-right: .4rem; }
.mr-05r {
margin-right: .5rem; }
.none {
display: none; }
.block {
display: block; }
.invisible {
visibility: hidden; }
.visible {
visibility: visible; } | 0.622459 | 0.113138 |
html {
scroll-behavior: smooth;
}
#page-wrapper {
display: flex;
flex-direction: column;
}
.bubble {
display: flex;
align-items: center;
justify-content: center;
height: 20vw;
width: 20vw;
max-width: 100px;
max-height: 100px;
font-size: 3em;
border: solid black;
border-radius: 50%;
padding: 0.25em;
margin: 5px;
transition: 0.2s;
color: black;
background-color: white;
}
#bubbles {
position: fixed;
display: flex;
flex-direction: column;
height: 100vh;
justify-content: space-evenly;
}
.bubble img {
height: 1em;
}
.bubble:hover {
border-color: white;
filter: invert(1);
text-decoration: none;
}
header {
min-height: 100vh;
margin-left: 125px;
display: flex;
flex-direction: column;
justify-content: center;
}
#intro-text {
display: flex;
flex-direction: column;
justify-content: center;
width: auto;
}
#scroll-down-button:hover {
filter: invert(1);
}
main {
margin-left: 125px;
}
#showcase {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-around;
}
#projects {
max-height: 40vh;
display: flex;
flex-direction: column;
align-content: flex-start;
}
#project-box {
margin-top: 3vh;
padding: 0 20px 0 20px;
max-height: 100%;
overflow-y: auto;
overflow-x: inherit;
}
.project-card {
justify-content: center;
height: 20vh;
}
.project-card .card-image {
max-height: 100%;
height: auto;
max-width: 100%;
width: auto;
transition-duration: 0.2s;
}
.card-mouseover {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
max-height: 100%;
opacity: 0;
transition: 0.2s;
background-color: rgba(255, 255, 255, 0.5);
}
.card-mouseover a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
width: 100%;
height: 100%;
}
.card-mouseover a img {
max-width: 70%;
max-height: 70%;
}
.project-card:hover .card-image {
filter: blur(2px) grayscale(1);
}
.project-card:hover .card-mouseover {
opacity: 1;
}
#technologies-box {
max-height: 35vh;
padding-top: 50px;
padding-right: 20px;
overflow-y: auto;
overflow-x: inherit;
}
.tech-icon {
display: flex;
flex-direction: column;
align-items: center;
}
.tech-icon img {
filter: grayscale(1);
height: 3em;
}
@media (max-width: 1250px) {
.display-1 {
font-size: 5.5vw
}
.display-2 {
font-size: 5vw
}
.display-3 {
font-size: 4vw
}
.display-4 {
font-size: 3vw
}
}
@media (max-width: 500px) {
.bubble {
font-size: 10vw;
}
header {
margin-left: 25vw;
}
main {
margin-left: 25vw;
}
}
@media (max-height: 600px) {
.bubble {
font-size: 10vh;
height: 20vh;
width: 20vh;
padding: 2.5vh
}
} | style.css | html {
scroll-behavior: smooth;
}
#page-wrapper {
display: flex;
flex-direction: column;
}
.bubble {
display: flex;
align-items: center;
justify-content: center;
height: 20vw;
width: 20vw;
max-width: 100px;
max-height: 100px;
font-size: 3em;
border: solid black;
border-radius: 50%;
padding: 0.25em;
margin: 5px;
transition: 0.2s;
color: black;
background-color: white;
}
#bubbles {
position: fixed;
display: flex;
flex-direction: column;
height: 100vh;
justify-content: space-evenly;
}
.bubble img {
height: 1em;
}
.bubble:hover {
border-color: white;
filter: invert(1);
text-decoration: none;
}
header {
min-height: 100vh;
margin-left: 125px;
display: flex;
flex-direction: column;
justify-content: center;
}
#intro-text {
display: flex;
flex-direction: column;
justify-content: center;
width: auto;
}
#scroll-down-button:hover {
filter: invert(1);
}
main {
margin-left: 125px;
}
#showcase {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-around;
}
#projects {
max-height: 40vh;
display: flex;
flex-direction: column;
align-content: flex-start;
}
#project-box {
margin-top: 3vh;
padding: 0 20px 0 20px;
max-height: 100%;
overflow-y: auto;
overflow-x: inherit;
}
.project-card {
justify-content: center;
height: 20vh;
}
.project-card .card-image {
max-height: 100%;
height: auto;
max-width: 100%;
width: auto;
transition-duration: 0.2s;
}
.card-mouseover {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
max-height: 100%;
opacity: 0;
transition: 0.2s;
background-color: rgba(255, 255, 255, 0.5);
}
.card-mouseover a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
width: 100%;
height: 100%;
}
.card-mouseover a img {
max-width: 70%;
max-height: 70%;
}
.project-card:hover .card-image {
filter: blur(2px) grayscale(1);
}
.project-card:hover .card-mouseover {
opacity: 1;
}
#technologies-box {
max-height: 35vh;
padding-top: 50px;
padding-right: 20px;
overflow-y: auto;
overflow-x: inherit;
}
.tech-icon {
display: flex;
flex-direction: column;
align-items: center;
}
.tech-icon img {
filter: grayscale(1);
height: 3em;
}
@media (max-width: 1250px) {
.display-1 {
font-size: 5.5vw
}
.display-2 {
font-size: 5vw
}
.display-3 {
font-size: 4vw
}
.display-4 {
font-size: 3vw
}
}
@media (max-width: 500px) {
.bubble {
font-size: 10vw;
}
header {
margin-left: 25vw;
}
main {
margin-left: 25vw;
}
}
@media (max-height: 600px) {
.bubble {
font-size: 10vh;
height: 20vh;
width: 20vh;
padding: 2.5vh
}
} | 0.66769 | 0.101189 |
margin-bottom: 0%;
color: #21201B;
}
@media screen and (min-width: 1100px) and (max-width: 2600px) {
#imgordi2{
display: none;
}
}
#log1{
border-top: none;
border-left: none;
border-right: none;
border-width: thin;
}
#allignlogin{
justify-content: center;
display: flex;
}
#log{
margin-top: 7%;
width: 350px;
height: 510px;
}
.loge{
margin: 0;
}
.news1::before
{
content:"";
flex:1 1;
background:#D6D1C1;
height:1px;
align-self: center;
margin: 10px 10px 10px 10px;
}
.news1::after {
content:"";
flex:1 1;
background:#D6D1C1;
height:1px;
align-self: center;
margin: 10px 20px 10px 10px;
}
.news1{
font-family: 'Poppins', sans-serif;
display:flex;
font-size: 28px;
color: #21201b;
width: 100%;
}
#log1::placeholder {
color: #969281!important;
}
#imgheader{
width: 40px;
height:30px;
}
#imgheader1{
width: 40px;
height:40px;
}
@media screen and (min-width: 0px) and (max-width: 481px) {
#imgheader{
width: 21px;
height:21px;
}
#imgheader1{
width: 20px;
height:20px;
}
#log{
margin-top: 40%;
width: 350px;
height: 510px;
}
.news1{
font-family: 'Poppins', sans-serif;
display:flex;
font-size: 15px;
color: #21201b;
width: 100%;
}
#allignlogin{
justify-content: center;
display: flex;
flex-wrap: wrap;
}
#imgordi{
display: none;
}
.loge{
font-size: 11px;
}
}
@media screen and (min-width: 481px) and (max-width: 650px) {
#imgheader{
width: 65px;
height: 22px;
}
#imgheader1{
width: 20px;
height:20px;
margin-left: 200%;
}
#log{
width: 350px;
height: 510px;
}
.news1{
font-family: 'Poppins', sans-serif;
display:flex;
font-size: 15px;
color: #21201b;
width: 100%;
}
#allignlogin{
justify-content: center;
display: flex;
flex-wrap: wrap;
}
#imgordi{
display: none;
}
}
@media screen and (min-width: 650px) and (max-width: 1100px) {
#log{
width: 350px;
height: 350px;
}
#allignlogin{
align-items: center;
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
}
#imgordi2{
display: none;
}
#log1{
border-top: none;
border-left: none;
border-right: none;
border-width: thin;
}
.loge{
margin: 0;
}
.news1::before
{
content:"";
flex:1 1;
background:#D6D1C1;
height:1px;
align-self: center;
margin: 10px 10px 10px 10px;
}
.news1::after {
content:"";
flex:1 1;
background:#D6D1C1;
height:1px;
align-self: center;
margin: 10px 20px 10px 10px;
}
.news1{
font-family: 'Poppins', sans-serif;
display:flex;
font-size: 28px;
color: #21201b;
width: 100%;
}
#log1::placeholder {
color: #969281!important;
}
#imgheader{
width: 40px;
height:30px;
}
#imgheader1{
width: 40px;
height:40px;
}
} | public/css/login.css | margin-bottom: 0%;
color: #21201B;
}
@media screen and (min-width: 1100px) and (max-width: 2600px) {
#imgordi2{
display: none;
}
}
#log1{
border-top: none;
border-left: none;
border-right: none;
border-width: thin;
}
#allignlogin{
justify-content: center;
display: flex;
}
#log{
margin-top: 7%;
width: 350px;
height: 510px;
}
.loge{
margin: 0;
}
.news1::before
{
content:"";
flex:1 1;
background:#D6D1C1;
height:1px;
align-self: center;
margin: 10px 10px 10px 10px;
}
.news1::after {
content:"";
flex:1 1;
background:#D6D1C1;
height:1px;
align-self: center;
margin: 10px 20px 10px 10px;
}
.news1{
font-family: 'Poppins', sans-serif;
display:flex;
font-size: 28px;
color: #21201b;
width: 100%;
}
#log1::placeholder {
color: #969281!important;
}
#imgheader{
width: 40px;
height:30px;
}
#imgheader1{
width: 40px;
height:40px;
}
@media screen and (min-width: 0px) and (max-width: 481px) {
#imgheader{
width: 21px;
height:21px;
}
#imgheader1{
width: 20px;
height:20px;
}
#log{
margin-top: 40%;
width: 350px;
height: 510px;
}
.news1{
font-family: 'Poppins', sans-serif;
display:flex;
font-size: 15px;
color: #21201b;
width: 100%;
}
#allignlogin{
justify-content: center;
display: flex;
flex-wrap: wrap;
}
#imgordi{
display: none;
}
.loge{
font-size: 11px;
}
}
@media screen and (min-width: 481px) and (max-width: 650px) {
#imgheader{
width: 65px;
height: 22px;
}
#imgheader1{
width: 20px;
height:20px;
margin-left: 200%;
}
#log{
width: 350px;
height: 510px;
}
.news1{
font-family: 'Poppins', sans-serif;
display:flex;
font-size: 15px;
color: #21201b;
width: 100%;
}
#allignlogin{
justify-content: center;
display: flex;
flex-wrap: wrap;
}
#imgordi{
display: none;
}
}
@media screen and (min-width: 650px) and (max-width: 1100px) {
#log{
width: 350px;
height: 350px;
}
#allignlogin{
align-items: center;
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
}
#imgordi2{
display: none;
}
#log1{
border-top: none;
border-left: none;
border-right: none;
border-width: thin;
}
.loge{
margin: 0;
}
.news1::before
{
content:"";
flex:1 1;
background:#D6D1C1;
height:1px;
align-self: center;
margin: 10px 10px 10px 10px;
}
.news1::after {
content:"";
flex:1 1;
background:#D6D1C1;
height:1px;
align-self: center;
margin: 10px 20px 10px 10px;
}
.news1{
font-family: 'Poppins', sans-serif;
display:flex;
font-size: 28px;
color: #21201b;
width: 100%;
}
#log1::placeholder {
color: #969281!important;
}
#imgheader{
width: 40px;
height:30px;
}
#imgheader1{
width: 40px;
height:40px;
}
} | 0.107525 | 0.077973 |
body {
background: white;
color: black;
}
#start_calibration #start_show {
margin-top: 12px;
font-size: 22px;
}
.gaze {
display: none;
}
.calibration {
/*display: none;*/
}
#placeholder {
text-align: center;
font-size: 52px;
font-family: 'Kalam';
font-weight: bold;
margin-top: 130px;
margin-bottom: 330px;
}
/*Calibratin style*/
.Calibration {
width: 20px;
height: 20px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
background-color: red;
opacity: 0.2;
border-color: black;
border-style: solid;
position: fixed;
}
/*Calibration points position*/
#Pt1 {
top: 70px;
left: 2vw;
}
#Pt2 {
top: 70px;
left: 50vw;
margin-left: 340;
}
#Pt3 {
top: 70px;
right: 2vw;
}
#Pt4 {
top: 50vh;
left: 2vw;
}
#Pt5 {
top: 50vh;
left: 50vw;
}
#Pt6 {
top: 50vh;
right: 2vw;
}
#Pt7 {
bottom: 2vw;
left: 2vw;
}
#Pt8 {
bottom: 2vw;
left: 50vw;
}
#Pt9 {
bottom: 2vw;
right: 2vw;
}
#faceOverlay {
width: 117px;
height: 117px;
}
/* Navbar styling */
#webgazerNavbar {
left: 320px;
z-index: 0;
box-shadow: 0px 3px 5px #ddd;
border: 0px;
background-color: #fff;
}
#Accuracy a {
background-color: #222;
color: #eee;
left: -15px;
padding-left: 80px;
padding-right: 40px;
}
#Accuracy {
background-color: #222;
padding-left: inherit;
}
li {
padding-left: 50px;
}
.navbar-right li {
padding-right: 20px;
}
.helpBtn {
padding: 15px;
border: none;
background: none;
color: #777;
}
.helpBtn a {
background: none;
color: #777;
}
.helpBtn a:hover {
color: black !important;
text-decoration: none;
}
.swal-icon--error {
border-color: #f27474;
-webkit-animation: animateErrorIcon .5s;
animation: animateErrorIcon .5s
}
.swal-icon--error__x-mark {
position: relative;
display: block;
-webkit-animation: animateXMark .5s;
animation: animateXMark .5s
}
.swal-icon--error__line {
position: absolute;
height: 5px;
width: 47px;
background-color: #f27474;
display: block;
top: 37px;
border-radius: 2px
}
.swal-icon--error__line--left {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 17px
}
.swal-icon--error__line--right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 16px
}
@-webkit-keyframes animateErrorIcon {
0% {
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
opacity: 0
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1
}
}
@keyframes animateErrorIcon {
0% {
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
opacity: 0
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1
}
}
@-webkit-keyframes animateXMark {
0% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
50% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
80% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
margin-top: -6px
}
to {
-webkit-transform: scale(1);
transform: scale(1);
margin-top: 0;
opacity: 1
}
}
@keyframes animateXMark {
0% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
50% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
80% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
margin-top: -6px
}
to {
-webkit-transform: scale(1);
transform: scale(1);
margin-top: 0;
opacity: 1
}
}
.swal-icon--warning {
border-color: #f8bb86;
-webkit-animation: pulseWarning .75s infinite alternate;
animation: pulseWarning .75s infinite alternate
}
.swal-icon--warning__body {
width: 5px;
height: 47px;
top: 10px;
border-radius: 2px;
margin-left: -2px
}
.swal-icon--warning__body, .swal-icon--warning__dot {
position: absolute;
left: 50%;
background-color: #f8bb86
}
.swal-icon--warning__dot {
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -4px;
bottom: -11px
}
@-webkit-keyframes pulseWarning {
0% {
border-color: #f8d486
}
to {
border-color: #f8bb86
}
}
@keyframes pulseWarning {
0% {
border-color: #f8d486
}
to {
border-color: #f8bb86
}
}
.swal-icon--success {
border-color: #a5dc86
}
.swal-icon--success:after, .swal-icon--success:before {
content: "";
border-radius: 50%;
position: absolute;
width: 60px;
height: 120px;
background: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.swal-icon--success:before {
border-radius: 120px 0 0 120px;
top: -7px;
left: -33px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 60px 60px;
transform-origin: 60px 60px
}
.swal-icon--success:after {
border-radius: 0 120px 120px 0;
top: -11px;
left: 30px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0 60px;
transform-origin: 0 60px;
-webkit-animation: rotatePlaceholder 4.25s ease-in;
animation: rotatePlaceholder 4.25s ease-in
}
.swal-icon--success__ring {
width: 80px;
height: 80px;
border: 4px solid hsla(98,55%,69%,.2);
border-radius: 50%;
box-sizing: content-box;
position: absolute;
left: -4px;
top: -4px;
z-index: 2
}
.swal-icon--success__hide-corners {
width: 5px;
height: 90px;
background-color: #fff;
padding: 1px;
position: absolute;
left: 28px;
top: 8px;
z-index: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.swal-icon--success__line {
height: 5px;
background-color: #a5dc86;
display: block;
border-radius: 2px;
position: absolute;
z-index: 2
}
.swal-icon--success__line--tip {
width: 25px;
left: 14px;
top: 46px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: animateSuccessTip .75s;
animation: animateSuccessTip .75s
}
.swal-icon--success__line--long {
width: 47px;
right: 8px;
top: 38px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: animateSuccessLong .75s;
animation: animateSuccessLong .75s
}
@-webkit-keyframes rotatePlaceholder {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
5% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
12% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
to {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
}
@keyframes rotatePlaceholder {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
5% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
12% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
to {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
}
@-webkit-keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px
}
54% {
width: 0;
left: 1px;
top: 19px
}
70% {
width: 50px;
left: -8px;
top: 37px
}
84% {
width: 17px;
left: 21px;
top: 48px
}
to {
width: 25px;
left: 14px;
top: 45px
}
}
@keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px
}
54% {
width: 0;
left: 1px;
top: 19px
}
70% {
width: 50px;
left: -8px;
top: 37px
}
84% {
width: 17px;
left: 21px;
top: 48px
}
to {
width: 25px;
left: 14px;
top: 45px
}
}
@-webkit-keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px
}
65% {
width: 0;
right: 46px;
top: 54px
}
84% {
width: 55px;
right: 0;
top: 35px
}
to {
width: 47px;
right: 8px;
top: 38px
}
}
@keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px
}
65% {
width: 0;
right: 46px;
top: 54px
}
84% {
width: 55px;
right: 0;
top: 35px
}
to {
width: 47px;
right: 8px;
top: 38px
}
}
.swal-icon--info {
border-color: #c9dae1
}
.swal-icon--info:before {
width: 5px;
height: 29px;
bottom: 17px;
border-radius: 2px;
margin-left: -2px
}
.swal-icon--info:after, .swal-icon--info:before {
content: "";
position: absolute;
left: 50%;
background-color: #c9dae1
}
.swal-icon--info:after {
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -3px;
top: 19px
}
.swal-icon {
width: 80px;
height: 80px;
border-width: 4px;
border-style: solid;
border-radius: 50%;
padding: 0;
position: relative;
box-sizing: content-box;
margin: 20px auto
}
.swal-icon:first-child {
margin-top: 32px
}
.swal-icon--custom {
width: auto;
height: auto;
max-width: 100%;
border: none;
border-radius: 0
}
.swal-icon img {
max-width: 100%;
max-height: 100%
}
.swal-title {
color: rgba(0,0,0,.65);
font-weight: 600;
text-transform: none;
position: relative;
display: block;
padding: 13px 16px;
font-size: 27px;
line-height: normal;
text-align: center;
margin-bottom: 0
}
.swal-title:first-child {
margin-top: 26px
}
.swal-title:not(:first-child) {
padding-bottom: 0
}
.swal-title:not(:last-child) {
margin-bottom: 13px
}
.swal-text {
font-size: 16px;
position: relative;
float: none;
line-height: normal;
vertical-align: top;
text-align: left;
display: inline-block;
margin: 0;
padding: 0 10px;
font-weight: 400;
color: rgba(0,0,0,.64);
max-width: calc(100% - 20px);
overflow-wrap: break-word;
box-sizing: border-box
}
.swal-text:first-child {
margin-top: 45px
}
.swal-text:last-child {
margin-bottom: 45px
}
.swal-footer {
text-align: right;
padding-top: 13px;
margin-top: 13px;
padding: 13px 16px;
border-radius: inherit;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.swal-button-container {
margin: 5px;
display: inline-block;
position: relative
}
.swal-button {
background-color: #7cd1f9;
color: #fff;
border: none;
box-shadow: none;
border-radius: 5px;
font-weight: 600;
font-size: 14px;
padding: 10px 24px;
margin: 0;
cursor: pointer
}
.swal-button[not:disabled]:hover {
background-color: #78cbf2
}
.swal-button:active {
background-color: #70bce0
}
.swal-button:focus {
outline: none;
box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(43,114,165,.29)
}
.swal-button[disabled] {
opacity: .5;
cursor: default
}
.swal-button::-moz-focus-inner {
border: 0
}
.swal-button--cancel {
color: #555;
background-color: #efefef
}
.swal-button--cancel[not:disabled]:hover {
background-color: #e8e8e8
}
.swal-button--cancel:active {
background-color: #d7d7d7
}
.swal-button--cancel:focus {
box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(116,136,150,.29)
}
.swal-button--danger {
background-color: #e64942
}
.swal-button--danger[not:disabled]:hover {
background-color: #df4740
}
.swal-button--danger:active {
background-color: #cf423b
}
.swal-button--danger:focus {
box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(165,43,43,.29)
}
.swal-content {
padding: 0 20px;
margin-top: 20px;
font-size: medium
}
.swal-content:last-child {
margin-bottom: 20px
}
.swal-content__input, .swal-content__textarea {
-webkit-appearance: none;
background-color: #fff;
border: none;
font-size: 14px;
display: block;
box-sizing: border-box;
width: 100%;
border: 1px solid rgba(0,0,0,.14);
padding: 10px 13px;
border-radius: 2px;
transition: border-color .2s
}
.swal-content__input:focus, .swal-content__textarea:focus {
outline: none;
border-color: #6db8ff
}
.swal-content__textarea {
resize: vertical
}
.swal-button--loading {
color: transparent
}
.swal-button--loading ~ .swal-button__loader {
opacity: 1
}
.swal-button__loader {
position: absolute;
height: auto;
width: 43px;
z-index: 2;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
text-align: center;
pointer-events: none;
opacity: 0
}
.swal-button__loader div {
display: inline-block;
float: none;
vertical-align: baseline;
width: 9px;
height: 9px;
padding: 0;
border: none;
margin: 2px;
opacity: .4;
border-radius: 7px;
background-color: hsla(0,0%,100%,.9);
transition: background .2s;
-webkit-animation: swal-loading-anim 1s infinite;
animation: swal-loading-anim 1s infinite
}
.swal-button__loader div:nth-child(3n+2) {
-webkit-animation-delay: .15s;
animation-delay: .15s
}
.swal-button__loader div:nth-child(3n+3) {
-webkit-animation-delay: .3s;
animation-delay: .3s
}
@-webkit-keyframes swal-loading-anim {
0% {
opacity: .4
}
20% {
opacity: .4
}
50% {
opacity: 1
}
to {
opacity: .4
}
}
@keyframes swal-loading-anim {
0% {
opacity: .4
}
20% {
opacity: .4
}
50% {
opacity: 1
}
to {
opacity: .4
}
}
.swal-overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 0;
overflow-y: auto;
background-color: rgba(0,0,0,.4);
z-index: 10000;
pointer-events: none;
opacity: 0;
transition: opacity .3s
}
.swal-overlay:before {
content: " ";
display: inline-block;
vertical-align: middle;
height: 100%
}
.swal-overlay--show-modal {
opacity: 1;
pointer-events: auto
}
.swal-overlay--show-modal .swal-modal {
opacity: 1;
pointer-events: auto;
box-sizing: border-box;
-webkit-animation: showSweetAlert .3s;
animation: showSweetAlert .3s;
will-change: transform
}
.swal-modal {
width: 478px;
opacity: 0;
pointer-events: none;
background-color: #fff;
text-align: center;
border-radius: 5px;
position: static;
margin: 20px auto;
display: inline-block;
vertical-align: middle;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
z-index: 10001;
transition: opacity .2s,-webkit-transform .3s;
transition: transform .3s,opacity .2s;
transition: transform .3s,opacity .2s,-webkit-transform .3s
}
@media (max-width:500px) {
.swal-modal {
width: calc(100% - 20px)
}
}
@-webkit-keyframes showSweetAlert {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
1% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
45% {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
80% {
-webkit-transform: scale(.95);
transform: scale(.95)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes showSweetAlert {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
1% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
45% {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
80% {
-webkit-transform: scale(.95);
transform: scale(.95)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
} | WebApp/assets/index.css | body {
background: white;
color: black;
}
#start_calibration #start_show {
margin-top: 12px;
font-size: 22px;
}
.gaze {
display: none;
}
.calibration {
/*display: none;*/
}
#placeholder {
text-align: center;
font-size: 52px;
font-family: 'Kalam';
font-weight: bold;
margin-top: 130px;
margin-bottom: 330px;
}
/*Calibratin style*/
.Calibration {
width: 20px;
height: 20px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
background-color: red;
opacity: 0.2;
border-color: black;
border-style: solid;
position: fixed;
}
/*Calibration points position*/
#Pt1 {
top: 70px;
left: 2vw;
}
#Pt2 {
top: 70px;
left: 50vw;
margin-left: 340;
}
#Pt3 {
top: 70px;
right: 2vw;
}
#Pt4 {
top: 50vh;
left: 2vw;
}
#Pt5 {
top: 50vh;
left: 50vw;
}
#Pt6 {
top: 50vh;
right: 2vw;
}
#Pt7 {
bottom: 2vw;
left: 2vw;
}
#Pt8 {
bottom: 2vw;
left: 50vw;
}
#Pt9 {
bottom: 2vw;
right: 2vw;
}
#faceOverlay {
width: 117px;
height: 117px;
}
/* Navbar styling */
#webgazerNavbar {
left: 320px;
z-index: 0;
box-shadow: 0px 3px 5px #ddd;
border: 0px;
background-color: #fff;
}
#Accuracy a {
background-color: #222;
color: #eee;
left: -15px;
padding-left: 80px;
padding-right: 40px;
}
#Accuracy {
background-color: #222;
padding-left: inherit;
}
li {
padding-left: 50px;
}
.navbar-right li {
padding-right: 20px;
}
.helpBtn {
padding: 15px;
border: none;
background: none;
color: #777;
}
.helpBtn a {
background: none;
color: #777;
}
.helpBtn a:hover {
color: black !important;
text-decoration: none;
}
.swal-icon--error {
border-color: #f27474;
-webkit-animation: animateErrorIcon .5s;
animation: animateErrorIcon .5s
}
.swal-icon--error__x-mark {
position: relative;
display: block;
-webkit-animation: animateXMark .5s;
animation: animateXMark .5s
}
.swal-icon--error__line {
position: absolute;
height: 5px;
width: 47px;
background-color: #f27474;
display: block;
top: 37px;
border-radius: 2px
}
.swal-icon--error__line--left {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 17px
}
.swal-icon--error__line--right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 16px
}
@-webkit-keyframes animateErrorIcon {
0% {
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
opacity: 0
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1
}
}
@keyframes animateErrorIcon {
0% {
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
opacity: 0
}
to {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1
}
}
@-webkit-keyframes animateXMark {
0% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
50% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
80% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
margin-top: -6px
}
to {
-webkit-transform: scale(1);
transform: scale(1);
margin-top: 0;
opacity: 1
}
}
@keyframes animateXMark {
0% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
50% {
-webkit-transform: scale(.4);
transform: scale(.4);
margin-top: 26px;
opacity: 0
}
80% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
margin-top: -6px
}
to {
-webkit-transform: scale(1);
transform: scale(1);
margin-top: 0;
opacity: 1
}
}
.swal-icon--warning {
border-color: #f8bb86;
-webkit-animation: pulseWarning .75s infinite alternate;
animation: pulseWarning .75s infinite alternate
}
.swal-icon--warning__body {
width: 5px;
height: 47px;
top: 10px;
border-radius: 2px;
margin-left: -2px
}
.swal-icon--warning__body, .swal-icon--warning__dot {
position: absolute;
left: 50%;
background-color: #f8bb86
}
.swal-icon--warning__dot {
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -4px;
bottom: -11px
}
@-webkit-keyframes pulseWarning {
0% {
border-color: #f8d486
}
to {
border-color: #f8bb86
}
}
@keyframes pulseWarning {
0% {
border-color: #f8d486
}
to {
border-color: #f8bb86
}
}
.swal-icon--success {
border-color: #a5dc86
}
.swal-icon--success:after, .swal-icon--success:before {
content: "";
border-radius: 50%;
position: absolute;
width: 60px;
height: 120px;
background: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.swal-icon--success:before {
border-radius: 120px 0 0 120px;
top: -7px;
left: -33px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 60px 60px;
transform-origin: 60px 60px
}
.swal-icon--success:after {
border-radius: 0 120px 120px 0;
top: -11px;
left: 30px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0 60px;
transform-origin: 0 60px;
-webkit-animation: rotatePlaceholder 4.25s ease-in;
animation: rotatePlaceholder 4.25s ease-in
}
.swal-icon--success__ring {
width: 80px;
height: 80px;
border: 4px solid hsla(98,55%,69%,.2);
border-radius: 50%;
box-sizing: content-box;
position: absolute;
left: -4px;
top: -4px;
z-index: 2
}
.swal-icon--success__hide-corners {
width: 5px;
height: 90px;
background-color: #fff;
padding: 1px;
position: absolute;
left: 28px;
top: 8px;
z-index: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.swal-icon--success__line {
height: 5px;
background-color: #a5dc86;
display: block;
border-radius: 2px;
position: absolute;
z-index: 2
}
.swal-icon--success__line--tip {
width: 25px;
left: 14px;
top: 46px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: animateSuccessTip .75s;
animation: animateSuccessTip .75s
}
.swal-icon--success__line--long {
width: 47px;
right: 8px;
top: 38px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: animateSuccessLong .75s;
animation: animateSuccessLong .75s
}
@-webkit-keyframes rotatePlaceholder {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
5% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
12% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
to {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
}
@keyframes rotatePlaceholder {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
5% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
12% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
to {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
}
@-webkit-keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px
}
54% {
width: 0;
left: 1px;
top: 19px
}
70% {
width: 50px;
left: -8px;
top: 37px
}
84% {
width: 17px;
left: 21px;
top: 48px
}
to {
width: 25px;
left: 14px;
top: 45px
}
}
@keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px
}
54% {
width: 0;
left: 1px;
top: 19px
}
70% {
width: 50px;
left: -8px;
top: 37px
}
84% {
width: 17px;
left: 21px;
top: 48px
}
to {
width: 25px;
left: 14px;
top: 45px
}
}
@-webkit-keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px
}
65% {
width: 0;
right: 46px;
top: 54px
}
84% {
width: 55px;
right: 0;
top: 35px
}
to {
width: 47px;
right: 8px;
top: 38px
}
}
@keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px
}
65% {
width: 0;
right: 46px;
top: 54px
}
84% {
width: 55px;
right: 0;
top: 35px
}
to {
width: 47px;
right: 8px;
top: 38px
}
}
.swal-icon--info {
border-color: #c9dae1
}
.swal-icon--info:before {
width: 5px;
height: 29px;
bottom: 17px;
border-radius: 2px;
margin-left: -2px
}
.swal-icon--info:after, .swal-icon--info:before {
content: "";
position: absolute;
left: 50%;
background-color: #c9dae1
}
.swal-icon--info:after {
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -3px;
top: 19px
}
.swal-icon {
width: 80px;
height: 80px;
border-width: 4px;
border-style: solid;
border-radius: 50%;
padding: 0;
position: relative;
box-sizing: content-box;
margin: 20px auto
}
.swal-icon:first-child {
margin-top: 32px
}
.swal-icon--custom {
width: auto;
height: auto;
max-width: 100%;
border: none;
border-radius: 0
}
.swal-icon img {
max-width: 100%;
max-height: 100%
}
.swal-title {
color: rgba(0,0,0,.65);
font-weight: 600;
text-transform: none;
position: relative;
display: block;
padding: 13px 16px;
font-size: 27px;
line-height: normal;
text-align: center;
margin-bottom: 0
}
.swal-title:first-child {
margin-top: 26px
}
.swal-title:not(:first-child) {
padding-bottom: 0
}
.swal-title:not(:last-child) {
margin-bottom: 13px
}
.swal-text {
font-size: 16px;
position: relative;
float: none;
line-height: normal;
vertical-align: top;
text-align: left;
display: inline-block;
margin: 0;
padding: 0 10px;
font-weight: 400;
color: rgba(0,0,0,.64);
max-width: calc(100% - 20px);
overflow-wrap: break-word;
box-sizing: border-box
}
.swal-text:first-child {
margin-top: 45px
}
.swal-text:last-child {
margin-bottom: 45px
}
.swal-footer {
text-align: right;
padding-top: 13px;
margin-top: 13px;
padding: 13px 16px;
border-radius: inherit;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.swal-button-container {
margin: 5px;
display: inline-block;
position: relative
}
.swal-button {
background-color: #7cd1f9;
color: #fff;
border: none;
box-shadow: none;
border-radius: 5px;
font-weight: 600;
font-size: 14px;
padding: 10px 24px;
margin: 0;
cursor: pointer
}
.swal-button[not:disabled]:hover {
background-color: #78cbf2
}
.swal-button:active {
background-color: #70bce0
}
.swal-button:focus {
outline: none;
box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(43,114,165,.29)
}
.swal-button[disabled] {
opacity: .5;
cursor: default
}
.swal-button::-moz-focus-inner {
border: 0
}
.swal-button--cancel {
color: #555;
background-color: #efefef
}
.swal-button--cancel[not:disabled]:hover {
background-color: #e8e8e8
}
.swal-button--cancel:active {
background-color: #d7d7d7
}
.swal-button--cancel:focus {
box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(116,136,150,.29)
}
.swal-button--danger {
background-color: #e64942
}
.swal-button--danger[not:disabled]:hover {
background-color: #df4740
}
.swal-button--danger:active {
background-color: #cf423b
}
.swal-button--danger:focus {
box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(165,43,43,.29)
}
.swal-content {
padding: 0 20px;
margin-top: 20px;
font-size: medium
}
.swal-content:last-child {
margin-bottom: 20px
}
.swal-content__input, .swal-content__textarea {
-webkit-appearance: none;
background-color: #fff;
border: none;
font-size: 14px;
display: block;
box-sizing: border-box;
width: 100%;
border: 1px solid rgba(0,0,0,.14);
padding: 10px 13px;
border-radius: 2px;
transition: border-color .2s
}
.swal-content__input:focus, .swal-content__textarea:focus {
outline: none;
border-color: #6db8ff
}
.swal-content__textarea {
resize: vertical
}
.swal-button--loading {
color: transparent
}
.swal-button--loading ~ .swal-button__loader {
opacity: 1
}
.swal-button__loader {
position: absolute;
height: auto;
width: 43px;
z-index: 2;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
text-align: center;
pointer-events: none;
opacity: 0
}
.swal-button__loader div {
display: inline-block;
float: none;
vertical-align: baseline;
width: 9px;
height: 9px;
padding: 0;
border: none;
margin: 2px;
opacity: .4;
border-radius: 7px;
background-color: hsla(0,0%,100%,.9);
transition: background .2s;
-webkit-animation: swal-loading-anim 1s infinite;
animation: swal-loading-anim 1s infinite
}
.swal-button__loader div:nth-child(3n+2) {
-webkit-animation-delay: .15s;
animation-delay: .15s
}
.swal-button__loader div:nth-child(3n+3) {
-webkit-animation-delay: .3s;
animation-delay: .3s
}
@-webkit-keyframes swal-loading-anim {
0% {
opacity: .4
}
20% {
opacity: .4
}
50% {
opacity: 1
}
to {
opacity: .4
}
}
@keyframes swal-loading-anim {
0% {
opacity: .4
}
20% {
opacity: .4
}
50% {
opacity: 1
}
to {
opacity: .4
}
}
.swal-overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 0;
overflow-y: auto;
background-color: rgba(0,0,0,.4);
z-index: 10000;
pointer-events: none;
opacity: 0;
transition: opacity .3s
}
.swal-overlay:before {
content: " ";
display: inline-block;
vertical-align: middle;
height: 100%
}
.swal-overlay--show-modal {
opacity: 1;
pointer-events: auto
}
.swal-overlay--show-modal .swal-modal {
opacity: 1;
pointer-events: auto;
box-sizing: border-box;
-webkit-animation: showSweetAlert .3s;
animation: showSweetAlert .3s;
will-change: transform
}
.swal-modal {
width: 478px;
opacity: 0;
pointer-events: none;
background-color: #fff;
text-align: center;
border-radius: 5px;
position: static;
margin: 20px auto;
display: inline-block;
vertical-align: middle;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
z-index: 10001;
transition: opacity .2s,-webkit-transform .3s;
transition: transform .3s,opacity .2s;
transition: transform .3s,opacity .2s,-webkit-transform .3s
}
@media (max-width:500px) {
.swal-modal {
width: calc(100% - 20px)
}
}
@-webkit-keyframes showSweetAlert {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
1% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
45% {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
80% {
-webkit-transform: scale(.95);
transform: scale(.95)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes showSweetAlert {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
1% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
45% {
-webkit-transform: scale(1.05);
transform: scale(1.05)
}
80% {
-webkit-transform: scale(.95);
transform: scale(.95)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
} | 0.523177 | 0.094343 |
div.message-container {
width: 250px;
height: 250px;
overflow-y: auto;
overflow-x: hidden;
font-size: 10px;
padding: 5px;
}
.message-container p {
padding: 0;
margin: 0;
}
.datestamp {
display: block;
text-align: center;
font-weight: bold;
margin-bottom: 8px;
color: #8b91a0;
text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
}
/** ios1-ios6 bubbles **/
.bubble {
box-sizing: border-box;
float: left;
width: auto;
max-width: 80%;
position: relative;
clear: both;
background: #95c2fd;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #bee2ff), color-stop(1, #95c2fd));
background-image: -webkit-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
background-image: -moz-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
background-image: -ms-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
background-image: -o-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
background-image: linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95c2fd', endColorstr='#bee2ff');
border: solid 1px rgba(0,0,0,0.5);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
margin-bottom: 20px;
padding: 6px 20px;
color: #000;
text-shadow: 0 1px 1px rgba(255,255,255,0.8);
word-wrap: break-word;
}
.bubble:before, .bubble:after {
border-radius: 20px / 5px;
content: '';
display: block;
position: absolute;
}
.bubble:before {
border: 10px solid transparent;
border-bottom-color: rgba(0,0,0,0.5);
bottom: 0px;
left: -7px;
z-index: -2;
}
.bubble:after {
border: 8px solid transparent;
border-bottom-color: #bee2ff; /* arrow color */
bottom: 1px;
left: -5px;
}
.bubble-alt {
float: right;
}
.bubble-alt:before {
left: auto;
right: -7px;
}
.bubble-alt:after {
left: auto;
right: -5px;
}
.bubble p {
font-size: 1.4em;
}
/* green bubble */
.green {
background: #7acd47;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #ace44b),color-stop(1, #7acd47));
background-image: -webkit-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
background-image: -moz-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
background-image: -ms-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
background-image: -o-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
background-image: linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7acd47', endColorstr='#ace44b');
}
.green:after {
border-bottom-color: #ace44b;
}
/* white bubble */
.white {
background: #7acd47;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #e5e5e5),color-stop(1, #dbdbdb));
background-image: -webkit-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
background-image: -moz-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
background-image: -ms-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
background-image: -o-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
background-image: linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dbdbdb', endColorstr='#e5e5e5');
}
.white:after {
border-bottom-color: #e5e5e5;
}
/* yellow bubble */
.yellow {
background: #7acd47;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #fcf3c3),color-stop(1, #f4e371));
background-image: -webkit-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
background-image: -moz-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
background-image: -ms-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
background-image: -o-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
background-image: linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4e371', endColorstr='#fcf3c3');
}
.yellow:after {
border-bottom-color: #fcf3c3;
}
/* red bubble */
.red {
background: #7acd47;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #ea8378),color-stop(1, #e2675a));
background-image: -webkit-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
background-image: -moz-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
background-image: -ms-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
background-image: -o-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
background-image: linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e2675a', endColorstr='#ea8378');
}
.red:after {
border-bottom-color: #ea8378;
}
/* pink bubble */
.pink {
background: #7acd47;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #ffbee3),color-stop(1, #f8a5ce));
background-image: -webkit-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
background-image: -moz-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
background-image: -ms-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
background-image: -o-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
background-image: linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8a5ce', endColorstr='#ffbee3');
}
.pink:after {
border-bottom-color: #ffbee3;
} | vendor/vision/yii2-private-messages/web/css/vision_messages.css | div.message-container {
width: 250px;
height: 250px;
overflow-y: auto;
overflow-x: hidden;
font-size: 10px;
padding: 5px;
}
.message-container p {
padding: 0;
margin: 0;
}
.datestamp {
display: block;
text-align: center;
font-weight: bold;
margin-bottom: 8px;
color: #8b91a0;
text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
}
/** ios1-ios6 bubbles **/
.bubble {
box-sizing: border-box;
float: left;
width: auto;
max-width: 80%;
position: relative;
clear: both;
background: #95c2fd;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #bee2ff), color-stop(1, #95c2fd));
background-image: -webkit-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
background-image: -moz-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
background-image: -ms-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
background-image: -o-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
background-image: linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95c2fd', endColorstr='#bee2ff');
border: solid 1px rgba(0,0,0,0.5);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
margin-bottom: 20px;
padding: 6px 20px;
color: #000;
text-shadow: 0 1px 1px rgba(255,255,255,0.8);
word-wrap: break-word;
}
.bubble:before, .bubble:after {
border-radius: 20px / 5px;
content: '';
display: block;
position: absolute;
}
.bubble:before {
border: 10px solid transparent;
border-bottom-color: rgba(0,0,0,0.5);
bottom: 0px;
left: -7px;
z-index: -2;
}
.bubble:after {
border: 8px solid transparent;
border-bottom-color: #bee2ff; /* arrow color */
bottom: 1px;
left: -5px;
}
.bubble-alt {
float: right;
}
.bubble-alt:before {
left: auto;
right: -7px;
}
.bubble-alt:after {
left: auto;
right: -5px;
}
.bubble p {
font-size: 1.4em;
}
/* green bubble */
.green {
background: #7acd47;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #ace44b),color-stop(1, #7acd47));
background-image: -webkit-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
background-image: -moz-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
background-image: -ms-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
background-image: -o-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
background-image: linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7acd47', endColorstr='#ace44b');
}
.green:after {
border-bottom-color: #ace44b;
}
/* white bubble */
.white {
background: #7acd47;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #e5e5e5),color-stop(1, #dbdbdb));
background-image: -webkit-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
background-image: -moz-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
background-image: -ms-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
background-image: -o-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
background-image: linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dbdbdb', endColorstr='#e5e5e5');
}
.white:after {
border-bottom-color: #e5e5e5;
}
/* yellow bubble */
.yellow {
background: #7acd47;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #fcf3c3),color-stop(1, #f4e371));
background-image: -webkit-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
background-image: -moz-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
background-image: -ms-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
background-image: -o-linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
background-image: linear-gradient(bottom, #fcf3c3 15%, #f4e371 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4e371', endColorstr='#fcf3c3');
}
.yellow:after {
border-bottom-color: #fcf3c3;
}
/* red bubble */
.red {
background: #7acd47;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #ea8378),color-stop(1, #e2675a));
background-image: -webkit-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
background-image: -moz-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
background-image: -ms-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
background-image: -o-linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
background-image: linear-gradient(bottom, #ea8378 15%, #e2675a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e2675a', endColorstr='#ea8378');
}
.red:after {
border-bottom-color: #ea8378;
}
/* pink bubble */
.pink {
background: #7acd47;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #ffbee3),color-stop(1, #f8a5ce));
background-image: -webkit-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
background-image: -moz-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
background-image: -ms-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
background-image: -o-linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
background-image: linear-gradient(bottom, #ffbee3 15%, #f8a5ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8a5ce', endColorstr='#ffbee3');
}
.pink:after {
border-bottom-color: #ffbee3;
} | 0.272702 | 0.122392 |
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background: #6f8db8;
overflow: hidden;
}
/* Set border box sizing */
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* For every element set box sizing and font family */
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
position: absolute;
}
*:before, *:after {
content: '';
z-index: 1;
}
.sky {
width: 100%;
height: 50%;
}
.sun {
width: 300px;
height: 300px;
background: yellow;
top: -15%;
left: -5%;
border-radius: 50%;
-webkit-box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
-webkit-animation: sun 2s infinite;
animation: sun 2s infinite;
z-index: 2;
}
.clouds {
width: 100%;
height: 100%;
}
.clouds .cloud:nth-child(1) {
left: 20%;
top: 80%;
}
.clouds .cloud:nth-child(2) {
top: 60%;
}
.clouds .cloud:nth-child(3) {
left: 70%;
top: 80%;
}
.cloud {
width: 300px;
height: 100px;
background-color: white;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 10em;
-webkit-box-shadow: 0 0 30px white, inset -10px -10px 30px #ccc;
box-shadow: 0 0 30px white, inset -10px -10px 30px #ccc;
-webkit-animation: cloud 2s infinite;
animation: cloud 2s infinite;
z-index: 2;
}
.cloud::before {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: white;
top: -40px;
left: 50px;
-webkit-box-shadow: 0 0 50px white;
box-shadow: 0 0 50px white;
}
.cloud::after {
width: 120px;
height: 120px;
border-radius: 50%;
background-color: white;
top: -50px;
left: 120px;
-webkit-box-shadow: 0 0 50px white;
box-shadow: 0 0 50px white;
}
/* Wind */
.wind {
width: 100%;
height: 100vh;
}
.wind__air-wave {
background-color: #d6d9f6;
height: 10px;
border-radius: 30%;
opacity: 0.2;
z-index: 1;
}
.wind__air-wave:nth-of-type(1) {
top: 1073px;
left: 100%;
width: 327px;
opacity: 0.4;
-webkit-animation: wind 2s linear infinite;
animation: wind 2s linear infinite;
}
.wind__air-wave:nth-of-type(2) {
top: 510px;
left: 100%;
width: 106px;
opacity: 0.2;
-webkit-animation: wind 4s linear infinite;
animation: wind 4s linear infinite;
}
.wind__air-wave:nth-of-type(3) {
top: 1482px;
left: 100%;
width: 347px;
opacity: 0.4;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(4) {
top: 157px;
left: 100%;
width: 253px;
opacity: 0.4;
-webkit-animation: wind 7s linear infinite;
animation: wind 7s linear infinite;
}
.wind__air-wave:nth-of-type(5) {
top: 21px;
left: 100%;
width: 251px;
opacity: 0.4;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(6) {
top: 1016px;
left: 100%;
width: 170px;
opacity: 0.5;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(7) {
top: 903px;
left: 100%;
width: 349px;
opacity: 0.3;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(8) {
top: 479px;
left: 100%;
width: 84px;
opacity: 0.1;
-webkit-animation: wind 10s linear infinite;
animation: wind 10s linear infinite;
}
.wind__air-wave:nth-of-type(9) {
top: 613px;
left: 100%;
width: 76px;
opacity: 0.4;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(10) {
top: 1299px;
left: 100%;
width: 228px;
opacity: 0.3;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(11) {
top: 675px;
left: 100%;
width: 140px;
opacity: 0.2;
-webkit-animation: wind 6s linear infinite;
animation: wind 6s linear infinite;
}
.wind__air-wave:nth-of-type(12) {
top: 953px;
left: 100%;
width: 317px;
opacity: 0.4;
-webkit-animation: wind 8s linear infinite;
animation: wind 8s linear infinite;
}
.wind__air-wave:nth-of-type(13) {
top: 1245px;
left: 100%;
width: 223px;
opacity: 0.3;
-webkit-animation: wind 6s linear infinite;
animation: wind 6s linear infinite;
}
.wind__air-wave:nth-of-type(14) {
top: 838px;
left: 100%;
width: 142px;
opacity: 0.4;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(15) {
top: 79px;
left: 100%;
width: 316px;
opacity: 0.2;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(16) {
top: 1242px;
left: 100%;
width: 221px;
opacity: 0.4;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(17) {
top: 174px;
left: 100%;
width: 262px;
opacity: 0.1;
-webkit-animation: wind 7s linear infinite;
animation: wind 7s linear infinite;
}
.wind__air-wave:nth-of-type(18) {
top: 1383px;
left: 100%;
width: 309px;
opacity: 0.2;
-webkit-animation: wind 4s linear infinite;
animation: wind 4s linear infinite;
}
.wind__air-wave:nth-of-type(19) {
top: 93px;
left: 100%;
width: 132px;
opacity: 0.4;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(20) {
top: 16px;
left: 100%;
width: 304px;
opacity: 0.5;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(21) {
top: 1270px;
left: 100%;
width: 113px;
opacity: 0.3;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(22) {
top: 258px;
left: 100%;
width: 179px;
opacity: 0.5;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(23) {
top: 254px;
left: 100%;
width: 133px;
opacity: 0.3;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(24) {
top: 1497px;
left: 100%;
width: 332px;
opacity: 0.1;
-webkit-animation: wind 7s linear infinite;
animation: wind 7s linear infinite;
}
.wind__air-wave:nth-of-type(25) {
top: 126px;
left: 100%;
width: 281px;
opacity: 0.2;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(26) {
top: 519px;
left: 100%;
width: 307px;
opacity: 0.4;
-webkit-animation: wind 6s linear infinite;
animation: wind 6s linear infinite;
}
.wind__air-wave:nth-of-type(27) {
top: 134px;
left: 100%;
width: 276px;
opacity: 0.4;
-webkit-animation: wind 2s linear infinite;
animation: wind 2s linear infinite;
}
.wind__air-wave:nth-of-type(28) {
top: 461px;
left: 100%;
width: 193px;
opacity: 0.4;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(29) {
top: 893px;
left: 100%;
width: 264px;
opacity: 0.5;
-webkit-animation: wind 3s linear infinite;
animation: wind 3s linear infinite;
}
.wind__air-wave:nth-of-type(30) {
top: 1479px;
left: 100%;
width: 252px;
opacity: 0.3;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(31) {
top: 414px;
left: 100%;
width: 92px;
opacity: 0.1;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(32) {
top: 823px;
left: 100%;
width: 86px;
opacity: 0.5;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(33) {
top: 1256px;
left: 100%;
width: 201px;
opacity: 0.1;
-webkit-animation: wind 4s linear infinite;
animation: wind 4s linear infinite;
}
.wind__air-wave:nth-of-type(34) {
top: 1057px;
left: 100%;
width: 246px;
opacity: 0.1;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(35) {
top: 893px;
left: 100%;
width: 122px;
opacity: 0.4;
-webkit-animation: wind 5s linear infinite;
animation: wind 5s linear infinite;
}
.wind__air-wave:nth-of-type(36) {
top: 1419px;
left: 100%;
width: 278px;
opacity: 0.1;
-webkit-animation: wind 12s linear infinite;
animation: wind 12s linear infinite;
}
.wind__air-wave:nth-of-type(37) {
top: 1357px;
left: 100%;
width: 270px;
opacity: 0.5;
-webkit-animation: wind 5s linear infinite;
animation: wind 5s linear infinite;
}
.wind__air-wave:nth-of-type(38) {
top: 710px;
left: 100%;
width: 276px;
opacity: 0.5;
-webkit-animation: wind 15s linear infinite;
animation: wind 15s linear infinite;
}
.wind__air-wave:nth-of-type(39) {
top: 356px;
left: 100%;
width: 280px;
opacity: 0.3;
-webkit-animation: wind 2s linear infinite;
animation: wind 2s linear infinite;
}
.wind__air-wave:nth-of-type(40) {
top: 779px;
left: 100%;
width: 97px;
opacity: 0.1;
-webkit-animation: wind 2s linear infinite;
animation: wind 2s linear infinite;
}
.wind__air-wave:nth-of-type(41) {
top: 1049px;
left: 100%;
width: 208px;
opacity: 0.2;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(42) {
top: 1140px;
left: 100%;
width: 124px;
opacity: 0.1;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(43) {
top: 694px;
left: 100%;
width: 187px;
opacity: 0.3;
-webkit-animation: wind 15s linear infinite;
animation: wind 15s linear infinite;
}
.wind__air-wave:nth-of-type(44) {
top: 437px;
left: 100%;
width: 299px;
opacity: 0.5;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(45) {
top: 374px;
left: 100%;
width: 285px;
opacity: 0.3;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(46) {
top: 360px;
left: 100%;
width: 289px;
opacity: 0.1;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(47) {
top: 131px;
left: 100%;
width: 102px;
opacity: 0.3;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(48) {
top: 962px;
left: 100%;
width: 330px;
opacity: 0.2;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(49) {
top: 502px;
left: 100%;
width: 305px;
opacity: 0.5;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(50) {
top: 1270px;
left: 100%;
width: 258px;
opacity: 0.5;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(51) {
top: 218px;
left: 100%;
width: 191px;
opacity: 0.3;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(52) {
top: 518px;
left: 100%;
width: 264px;
opacity: 0.2;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(53) {
top: 477px;
left: 100%;
width: 67px;
opacity: 0.4;
-webkit-animation: wind 5s linear infinite;
animation: wind 5s linear infinite;
}
.wind__air-wave:nth-of-type(54) {
top: 113px;
left: 100%;
width: 113px;
opacity: 0.5;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(55) {
top: 1282px;
left: 100%;
width: 136px;
opacity: 0.2;
-webkit-animation: wind 4s linear infinite;
animation: wind 4s linear infinite;
}
.wind__air-wave:nth-of-type(56) {
top: 135px;
left: 100%;
width: 348px;
opacity: 0.3;
-webkit-animation: wind 10s linear infinite;
animation: wind 10s linear infinite;
}
.wind__air-wave:nth-of-type(57) {
top: 404px;
left: 100%;
width: 278px;
opacity: 0.3;
-webkit-animation: wind 12s linear infinite;
animation: wind 12s linear infinite;
}
.wind__air-wave:nth-of-type(58) {
top: 96px;
left: 100%;
width: 127px;
opacity: 0.4;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(59) {
top: 797px;
left: 100%;
width: 302px;
opacity: 0.1;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(60) {
top: 2px;
left: 100%;
width: 85px;
opacity: 0.1;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(61) {
top: 1216px;
left: 100%;
width: 51px;
opacity: 0.1;
-webkit-animation: wind 15s linear infinite;
animation: wind 15s linear infinite;
}
.wind__air-wave:nth-of-type(62) {
top: 807px;
left: 100%;
width: 167px;
opacity: 0.1;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(63) {
top: 558px;
left: 100%;
width: 141px;
opacity: 0.2;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(64) {
top: 343px;
left: 100%;
width: 109px;
opacity: 0.1;
-webkit-animation: wind 8s linear infinite;
animation: wind 8s linear infinite;
}
.wind__air-wave:nth-of-type(65) {
top: 1094px;
left: 100%;
width: 244px;
opacity: 0.3;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(66) {
top: 1129px;
left: 100%;
width: 55px;
opacity: 0.3;
-webkit-animation: wind 3s linear infinite;
animation: wind 3s linear infinite;
}
.wind__air-wave:nth-of-type(67) {
top: 574px;
left: 100%;
width: 232px;
opacity: 0.2;
-webkit-animation: wind 8s linear infinite;
animation: wind 8s linear infinite;
}
.wind__air-wave:nth-of-type(68) {
top: 192px;
left: 100%;
width: 293px;
opacity: 0.3;
-webkit-animation: wind 5s linear infinite;
animation: wind 5s linear infinite;
}
.wind__air-wave:nth-of-type(69) {
top: 1346px;
left: 100%;
width: 188px;
opacity: 0.5;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(70) {
top: 299px;
left: 100%;
width: 132px;
opacity: 0.2;
-webkit-animation: wind 4s linear infinite;
animation: wind 4s linear infinite;
}
.wind__air-wave:nth-of-type(71) {
top: 435px;
left: 100%;
width: 179px;
opacity: 0.1;
-webkit-animation: wind 15s linear infinite;
animation: wind 15s linear infinite;
}
.wind__air-wave:nth-of-type(72) {
top: 536px;
left: 100%;
width: 123px;
opacity: 0.1;
-webkit-animation: wind 8s linear infinite;
animation: wind 8s linear infinite;
}
.wind__air-wave:nth-of-type(73) {
top: 695px;
left: 100%;
width: 188px;
opacity: 0.1;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(74) {
top: 1067px;
left: 100%;
width: 194px;
opacity: 0.5;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
@-webkit-keyframes wind {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-3000px);
transform: translateX(-3000px);
}
}
@keyframes wind {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-3000px);
transform: translateX(-3000px);
}
}
@-webkit-keyframes sun {
0% {
-webkit-box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
}
50% {
-webkit-box-shadow: 0 0 500px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 500px yellow, inset -10px -10px 30px #b3b300;
}
100% {
-webkit-box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
}
}
@keyframes sun {
0% {
-webkit-box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
}
50% {
-webkit-box-shadow: 0 0 500px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 500px yellow, inset -10px -10px 30px #b3b300;
}
100% {
-webkit-box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
}
}
@-webkit-keyframes cloud {
0%, 100% {
-webkit-transform: translate(-50%, -50%) skew(0);
transform: translate(-50%, -50%) skew(0);
}
50% {
-webkit-transform: translate(-52%, -50%) skew(4deg);
transform: translate(-52%, -50%) skew(4deg);
}
}
@keyframes cloud {
0%, 100% {
-webkit-transform: translate(-50%, -50%) skew(0);
transform: translate(-50%, -50%) skew(0);
}
50% {
-webkit-transform: translate(-52%, -50%) skew(4deg);
transform: translate(-52%, -50%) skew(4deg);
}
}
/* Original House Reference: https://codepen.io/sidtheangel/pen/JxgKpK
* Codepen helpful in showing structure of a house example
* Extended and additions made to suit project
*/
.house {
width: auto;
height: auto;
z-index: 3;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 57%;
}
.house__front {
height: 200px;
width: 200px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.house__wall {
width: 200px;
height: 150px;
background: #FFCD3B;
border-left: 10px solid #eeb100;
border-right: 10px solid #eeb100;
}
.house__door {
height: 80px;
width: 50px;
border: 5px solid #EC3E35;
background: #DB7670;
bottom: 13px;
left: 33%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.house__door-knob {
width: 15px;
height: 15px;
background: #FFCD3B;
border-radius: 50%;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border: 2px solid #EC3E35;
z-index: 4;
}
.house__door-upperframe {
width: 85%;
height: 30px;
margin: 3px;
border-radius: 3px;
background: #EC3E35;
}
.house__door-lowerframe {
width: 85%;
height: 30px;
margin: 3px;
bottom: 0;
border-radius: 3px;
background: #EC3E35;
}
.house__door-step-1 {
width: 80px;
height: 13px;
background: #A1A1A1;
bottom: 0;
left: 20px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: 3px solid #888888;
}
.house__door-step-2 {
width: 100px;
height: 13px;
background: #A1A1A1;
bottom: -10px;
left: 10px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: 3px solid #888888;
}
.house__sidewall {
width: 200px;
height: 150px;
left: -76px;
background: rgba(255, 205, 59, 0.85);
}
.house__roof {
width: 77px;
height: 100px;
top: 0;
background: rgba(236, 62, 53, 0.85);
-webkit-transform: skew(-37deg) translateX(40%);
transform: skew(-45deg) translateX(265%);
left: -231px;
}
.house__triangle {
position: relative;
border-bottom: 100px solid #EC3E35;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
}
.house__ground {
width: 500px;
height: 50px;
background: rgba(240, 240, 240, 0.6);
bottom: -35%;
left: -50%;
-webkit-transform: translate(-16%);
transform: translate(-16%);
border-radius: 100%;
z-index: -1;
}
.house__window-upper {
width: 48px;
height: 48px;
background: #ffffff;
border-radius: 5px;
border: 5px solid #eeb100;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 5px;
}
.house__window-upper .house__window-square:nth-child(1) {
background-color: #4FC3F7;
left: 4px;
top: 5px;
width: 13px;
height: 13px;
}
.house__window-upper .house__window-square:nth-child(2) {
background-color: #4FC3F7;
left: 20px;
top: 5px;
width: 13px;
height: 13px;
}
.house__window-upper .house__window-square:nth-child(3) {
background-color: #4FC3F7;
left: 4px;
top: 20px;
width: 13px;
height: 13px;
}
.house__window-upper .house__window-square:nth-child(4) {
background-color: #4FC3F7;
left: 20px;
top: 20px;
width: 13px;
height: 13px;
}
.house__window-side {
width: 55px;
height: 65px;
background: #ffffff;
border-radius: 5px;
border: 5px solid #eeb100;
left: 75%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 40%;
}
.house__window-side .house__window-square:nth-child(1) {
background-color: #4FC3F7;
left: 5px;
top: 5px;
}
.house__window-side .house__window-square:nth-child(2) {
background-color: #4FC3F7;
left: 25px;
top: 5px;
}
.house__window-side .house__window-square:nth-child(3) {
background-color: #4FC3F7;
left: 5px;
top: 25px;
}
.house__window-side .house__window-square:nth-child(4) {
background-color: #4FC3F7;
left: 25px;
top: 25px;
}
.house__window-side .house__window-square:nth-child(5) {
background-color: #4FC3F7;
left: 5px;
top: 45px;
}
.house__window-side .house__window-square:nth-child(6) {
background-color: #4FC3F7;
left: 25px;
top: 45px;
}
.house__window-side::after {
width: 120%;
height: 10px;
background: brown;
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
bottom: -10px;
border-radius: 3px;
}
.house__window-square {
width: 15px;
height: 15px;
border-radius: 2px;
background: blue;
}
.house__garage {
height: 200px;
width: 200px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.house__garage-roof {
width: 50px;
height: 30px;
top: 80%;
left: -62%;
background: #EC3E35;
-webkit-transform: skewX(-47deg) translateX(32%);
transform: skewX(-47deg) translateX(32%);
}
.house__garage-triangle {
top: 80%;
left: -37%;
border-bottom: 30px solid #FFCD3B;
border-left: 32px solid transparent;
}
.house__garage-wall {
width: 32px;
height: 60px;
background: #FFCD3B;
top: 95%;
left: -37%;
}
.house__garage-sidewall {
width: 48px;
height: 60px;
background: rgba(255, 205, 59, 0.85);
top: 95%;
left: -61%;
}
.grass {
bottom: 0;
width: 100%;
height: 35%;
background: #82C7A0;
border-top-left-radius: 100% 200%;
border-top-right-radius: 100% 200%;
-webkit-box-shadow: 0 0 30px #82C7A0;
box-shadow: 0 0 30px #82C7A0;
z-index: 2;
}
.grass__bush {
width: 300px;
height: 100px;
background-color: #97C861;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border: 3px solid #5fb785;
border-radius: 10em;
-webkit-animation: bush 2s ease infinite;
animation: bush 2s ease infinite;
z-index: 2;
}
.grass__bush::before {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: #97C861;
border-top: 5px solid #5fb785;
top: -40px;
left: 50px;
}
.grass__bush::after {
width: 120px;
height: 120px;
border-radius: 50%;
background-color: #97C861;
border-top: 5px solid #5fb785;
top: -50px;
left: 120px;
}
.grass .grass__bush:nth-child(1) {
width: 150px;
height: 60px;
left: 35%;
top: 10%;
}
.grass .grass__bush:nth-child(1)::before {
width: 60px;
height: 60px;
left: 20px;
top: -20px;
}
.grass .grass__bush:nth-child(1)::after {
width: 70px;
height: 70px;
left: 50px;
top: -30px;
}
.grass .grass__bush:nth-child(2) {
width: 150px;
height: 60px;
left: 58%;
top: 10%;
}
.grass .grass__bush:nth-child(2)::before {
width: 60px;
height: 60px;
left: 20px;
top: -20px;
}
.grass .grass__bush:nth-child(2)::after {
width: 70px;
height: 70px;
left: 50px;
top: -30px;
}
@-webkit-keyframes bush {
0%, 100% {
-webkit-transform: translate(-50%, -50%) skew(0);
transform: translate(-50%, -50%) skew(0);
}
50% {
-webkit-transform: translate(-52%, -50%) skew(7deg);
transform: translate(-52%, -50%) skew(7deg);
}
}
@keyframes bush {
0%, 100% {
-webkit-transform: translate(-50%, -50%) skew(0);
transform: translate(-50%, -50%) skew(0);
}
50% {
-webkit-transform: translate(-52%, -50%) skew(7deg);
transform: translate(-52%, -50%) skew(7deg);
}
} | house-with-clouds/css/master.css | html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background: #6f8db8;
overflow: hidden;
}
/* Set border box sizing */
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* For every element set box sizing and font family */
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
position: absolute;
}
*:before, *:after {
content: '';
z-index: 1;
}
.sky {
width: 100%;
height: 50%;
}
.sun {
width: 300px;
height: 300px;
background: yellow;
top: -15%;
left: -5%;
border-radius: 50%;
-webkit-box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
-webkit-animation: sun 2s infinite;
animation: sun 2s infinite;
z-index: 2;
}
.clouds {
width: 100%;
height: 100%;
}
.clouds .cloud:nth-child(1) {
left: 20%;
top: 80%;
}
.clouds .cloud:nth-child(2) {
top: 60%;
}
.clouds .cloud:nth-child(3) {
left: 70%;
top: 80%;
}
.cloud {
width: 300px;
height: 100px;
background-color: white;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 10em;
-webkit-box-shadow: 0 0 30px white, inset -10px -10px 30px #ccc;
box-shadow: 0 0 30px white, inset -10px -10px 30px #ccc;
-webkit-animation: cloud 2s infinite;
animation: cloud 2s infinite;
z-index: 2;
}
.cloud::before {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: white;
top: -40px;
left: 50px;
-webkit-box-shadow: 0 0 50px white;
box-shadow: 0 0 50px white;
}
.cloud::after {
width: 120px;
height: 120px;
border-radius: 50%;
background-color: white;
top: -50px;
left: 120px;
-webkit-box-shadow: 0 0 50px white;
box-shadow: 0 0 50px white;
}
/* Wind */
.wind {
width: 100%;
height: 100vh;
}
.wind__air-wave {
background-color: #d6d9f6;
height: 10px;
border-radius: 30%;
opacity: 0.2;
z-index: 1;
}
.wind__air-wave:nth-of-type(1) {
top: 1073px;
left: 100%;
width: 327px;
opacity: 0.4;
-webkit-animation: wind 2s linear infinite;
animation: wind 2s linear infinite;
}
.wind__air-wave:nth-of-type(2) {
top: 510px;
left: 100%;
width: 106px;
opacity: 0.2;
-webkit-animation: wind 4s linear infinite;
animation: wind 4s linear infinite;
}
.wind__air-wave:nth-of-type(3) {
top: 1482px;
left: 100%;
width: 347px;
opacity: 0.4;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(4) {
top: 157px;
left: 100%;
width: 253px;
opacity: 0.4;
-webkit-animation: wind 7s linear infinite;
animation: wind 7s linear infinite;
}
.wind__air-wave:nth-of-type(5) {
top: 21px;
left: 100%;
width: 251px;
opacity: 0.4;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(6) {
top: 1016px;
left: 100%;
width: 170px;
opacity: 0.5;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(7) {
top: 903px;
left: 100%;
width: 349px;
opacity: 0.3;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(8) {
top: 479px;
left: 100%;
width: 84px;
opacity: 0.1;
-webkit-animation: wind 10s linear infinite;
animation: wind 10s linear infinite;
}
.wind__air-wave:nth-of-type(9) {
top: 613px;
left: 100%;
width: 76px;
opacity: 0.4;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(10) {
top: 1299px;
left: 100%;
width: 228px;
opacity: 0.3;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(11) {
top: 675px;
left: 100%;
width: 140px;
opacity: 0.2;
-webkit-animation: wind 6s linear infinite;
animation: wind 6s linear infinite;
}
.wind__air-wave:nth-of-type(12) {
top: 953px;
left: 100%;
width: 317px;
opacity: 0.4;
-webkit-animation: wind 8s linear infinite;
animation: wind 8s linear infinite;
}
.wind__air-wave:nth-of-type(13) {
top: 1245px;
left: 100%;
width: 223px;
opacity: 0.3;
-webkit-animation: wind 6s linear infinite;
animation: wind 6s linear infinite;
}
.wind__air-wave:nth-of-type(14) {
top: 838px;
left: 100%;
width: 142px;
opacity: 0.4;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(15) {
top: 79px;
left: 100%;
width: 316px;
opacity: 0.2;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(16) {
top: 1242px;
left: 100%;
width: 221px;
opacity: 0.4;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(17) {
top: 174px;
left: 100%;
width: 262px;
opacity: 0.1;
-webkit-animation: wind 7s linear infinite;
animation: wind 7s linear infinite;
}
.wind__air-wave:nth-of-type(18) {
top: 1383px;
left: 100%;
width: 309px;
opacity: 0.2;
-webkit-animation: wind 4s linear infinite;
animation: wind 4s linear infinite;
}
.wind__air-wave:nth-of-type(19) {
top: 93px;
left: 100%;
width: 132px;
opacity: 0.4;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(20) {
top: 16px;
left: 100%;
width: 304px;
opacity: 0.5;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(21) {
top: 1270px;
left: 100%;
width: 113px;
opacity: 0.3;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(22) {
top: 258px;
left: 100%;
width: 179px;
opacity: 0.5;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(23) {
top: 254px;
left: 100%;
width: 133px;
opacity: 0.3;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(24) {
top: 1497px;
left: 100%;
width: 332px;
opacity: 0.1;
-webkit-animation: wind 7s linear infinite;
animation: wind 7s linear infinite;
}
.wind__air-wave:nth-of-type(25) {
top: 126px;
left: 100%;
width: 281px;
opacity: 0.2;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(26) {
top: 519px;
left: 100%;
width: 307px;
opacity: 0.4;
-webkit-animation: wind 6s linear infinite;
animation: wind 6s linear infinite;
}
.wind__air-wave:nth-of-type(27) {
top: 134px;
left: 100%;
width: 276px;
opacity: 0.4;
-webkit-animation: wind 2s linear infinite;
animation: wind 2s linear infinite;
}
.wind__air-wave:nth-of-type(28) {
top: 461px;
left: 100%;
width: 193px;
opacity: 0.4;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(29) {
top: 893px;
left: 100%;
width: 264px;
opacity: 0.5;
-webkit-animation: wind 3s linear infinite;
animation: wind 3s linear infinite;
}
.wind__air-wave:nth-of-type(30) {
top: 1479px;
left: 100%;
width: 252px;
opacity: 0.3;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(31) {
top: 414px;
left: 100%;
width: 92px;
opacity: 0.1;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(32) {
top: 823px;
left: 100%;
width: 86px;
opacity: 0.5;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(33) {
top: 1256px;
left: 100%;
width: 201px;
opacity: 0.1;
-webkit-animation: wind 4s linear infinite;
animation: wind 4s linear infinite;
}
.wind__air-wave:nth-of-type(34) {
top: 1057px;
left: 100%;
width: 246px;
opacity: 0.1;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(35) {
top: 893px;
left: 100%;
width: 122px;
opacity: 0.4;
-webkit-animation: wind 5s linear infinite;
animation: wind 5s linear infinite;
}
.wind__air-wave:nth-of-type(36) {
top: 1419px;
left: 100%;
width: 278px;
opacity: 0.1;
-webkit-animation: wind 12s linear infinite;
animation: wind 12s linear infinite;
}
.wind__air-wave:nth-of-type(37) {
top: 1357px;
left: 100%;
width: 270px;
opacity: 0.5;
-webkit-animation: wind 5s linear infinite;
animation: wind 5s linear infinite;
}
.wind__air-wave:nth-of-type(38) {
top: 710px;
left: 100%;
width: 276px;
opacity: 0.5;
-webkit-animation: wind 15s linear infinite;
animation: wind 15s linear infinite;
}
.wind__air-wave:nth-of-type(39) {
top: 356px;
left: 100%;
width: 280px;
opacity: 0.3;
-webkit-animation: wind 2s linear infinite;
animation: wind 2s linear infinite;
}
.wind__air-wave:nth-of-type(40) {
top: 779px;
left: 100%;
width: 97px;
opacity: 0.1;
-webkit-animation: wind 2s linear infinite;
animation: wind 2s linear infinite;
}
.wind__air-wave:nth-of-type(41) {
top: 1049px;
left: 100%;
width: 208px;
opacity: 0.2;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(42) {
top: 1140px;
left: 100%;
width: 124px;
opacity: 0.1;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(43) {
top: 694px;
left: 100%;
width: 187px;
opacity: 0.3;
-webkit-animation: wind 15s linear infinite;
animation: wind 15s linear infinite;
}
.wind__air-wave:nth-of-type(44) {
top: 437px;
left: 100%;
width: 299px;
opacity: 0.5;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(45) {
top: 374px;
left: 100%;
width: 285px;
opacity: 0.3;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(46) {
top: 360px;
left: 100%;
width: 289px;
opacity: 0.1;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(47) {
top: 131px;
left: 100%;
width: 102px;
opacity: 0.3;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(48) {
top: 962px;
left: 100%;
width: 330px;
opacity: 0.2;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(49) {
top: 502px;
left: 100%;
width: 305px;
opacity: 0.5;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(50) {
top: 1270px;
left: 100%;
width: 258px;
opacity: 0.5;
-webkit-animation: wind 9s linear infinite;
animation: wind 9s linear infinite;
}
.wind__air-wave:nth-of-type(51) {
top: 218px;
left: 100%;
width: 191px;
opacity: 0.3;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(52) {
top: 518px;
left: 100%;
width: 264px;
opacity: 0.2;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(53) {
top: 477px;
left: 100%;
width: 67px;
opacity: 0.4;
-webkit-animation: wind 5s linear infinite;
animation: wind 5s linear infinite;
}
.wind__air-wave:nth-of-type(54) {
top: 113px;
left: 100%;
width: 113px;
opacity: 0.5;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(55) {
top: 1282px;
left: 100%;
width: 136px;
opacity: 0.2;
-webkit-animation: wind 4s linear infinite;
animation: wind 4s linear infinite;
}
.wind__air-wave:nth-of-type(56) {
top: 135px;
left: 100%;
width: 348px;
opacity: 0.3;
-webkit-animation: wind 10s linear infinite;
animation: wind 10s linear infinite;
}
.wind__air-wave:nth-of-type(57) {
top: 404px;
left: 100%;
width: 278px;
opacity: 0.3;
-webkit-animation: wind 12s linear infinite;
animation: wind 12s linear infinite;
}
.wind__air-wave:nth-of-type(58) {
top: 96px;
left: 100%;
width: 127px;
opacity: 0.4;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(59) {
top: 797px;
left: 100%;
width: 302px;
opacity: 0.1;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(60) {
top: 2px;
left: 100%;
width: 85px;
opacity: 0.1;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(61) {
top: 1216px;
left: 100%;
width: 51px;
opacity: 0.1;
-webkit-animation: wind 15s linear infinite;
animation: wind 15s linear infinite;
}
.wind__air-wave:nth-of-type(62) {
top: 807px;
left: 100%;
width: 167px;
opacity: 0.1;
-webkit-animation: wind 11s linear infinite;
animation: wind 11s linear infinite;
}
.wind__air-wave:nth-of-type(63) {
top: 558px;
left: 100%;
width: 141px;
opacity: 0.2;
-webkit-animation: wind 13s linear infinite;
animation: wind 13s linear infinite;
}
.wind__air-wave:nth-of-type(64) {
top: 343px;
left: 100%;
width: 109px;
opacity: 0.1;
-webkit-animation: wind 8s linear infinite;
animation: wind 8s linear infinite;
}
.wind__air-wave:nth-of-type(65) {
top: 1094px;
left: 100%;
width: 244px;
opacity: 0.3;
-webkit-animation: wind 16s linear infinite;
animation: wind 16s linear infinite;
}
.wind__air-wave:nth-of-type(66) {
top: 1129px;
left: 100%;
width: 55px;
opacity: 0.3;
-webkit-animation: wind 3s linear infinite;
animation: wind 3s linear infinite;
}
.wind__air-wave:nth-of-type(67) {
top: 574px;
left: 100%;
width: 232px;
opacity: 0.2;
-webkit-animation: wind 8s linear infinite;
animation: wind 8s linear infinite;
}
.wind__air-wave:nth-of-type(68) {
top: 192px;
left: 100%;
width: 293px;
opacity: 0.3;
-webkit-animation: wind 5s linear infinite;
animation: wind 5s linear infinite;
}
.wind__air-wave:nth-of-type(69) {
top: 1346px;
left: 100%;
width: 188px;
opacity: 0.5;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(70) {
top: 299px;
left: 100%;
width: 132px;
opacity: 0.2;
-webkit-animation: wind 4s linear infinite;
animation: wind 4s linear infinite;
}
.wind__air-wave:nth-of-type(71) {
top: 435px;
left: 100%;
width: 179px;
opacity: 0.1;
-webkit-animation: wind 15s linear infinite;
animation: wind 15s linear infinite;
}
.wind__air-wave:nth-of-type(72) {
top: 536px;
left: 100%;
width: 123px;
opacity: 0.1;
-webkit-animation: wind 8s linear infinite;
animation: wind 8s linear infinite;
}
.wind__air-wave:nth-of-type(73) {
top: 695px;
left: 100%;
width: 188px;
opacity: 0.1;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
.wind__air-wave:nth-of-type(74) {
top: 1067px;
left: 100%;
width: 194px;
opacity: 0.5;
-webkit-animation: wind 14s linear infinite;
animation: wind 14s linear infinite;
}
@-webkit-keyframes wind {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-3000px);
transform: translateX(-3000px);
}
}
@keyframes wind {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-3000px);
transform: translateX(-3000px);
}
}
@-webkit-keyframes sun {
0% {
-webkit-box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
}
50% {
-webkit-box-shadow: 0 0 500px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 500px yellow, inset -10px -10px 30px #b3b300;
}
100% {
-webkit-box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
}
}
@keyframes sun {
0% {
-webkit-box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
}
50% {
-webkit-box-shadow: 0 0 500px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 500px yellow, inset -10px -10px 30px #b3b300;
}
100% {
-webkit-box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
box-shadow: 0 0 30px yellow, inset -10px -10px 30px #b3b300;
}
}
@-webkit-keyframes cloud {
0%, 100% {
-webkit-transform: translate(-50%, -50%) skew(0);
transform: translate(-50%, -50%) skew(0);
}
50% {
-webkit-transform: translate(-52%, -50%) skew(4deg);
transform: translate(-52%, -50%) skew(4deg);
}
}
@keyframes cloud {
0%, 100% {
-webkit-transform: translate(-50%, -50%) skew(0);
transform: translate(-50%, -50%) skew(0);
}
50% {
-webkit-transform: translate(-52%, -50%) skew(4deg);
transform: translate(-52%, -50%) skew(4deg);
}
}
/* Original House Reference: https://codepen.io/sidtheangel/pen/JxgKpK
* Codepen helpful in showing structure of a house example
* Extended and additions made to suit project
*/
.house {
width: auto;
height: auto;
z-index: 3;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 57%;
}
.house__front {
height: 200px;
width: 200px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.house__wall {
width: 200px;
height: 150px;
background: #FFCD3B;
border-left: 10px solid #eeb100;
border-right: 10px solid #eeb100;
}
.house__door {
height: 80px;
width: 50px;
border: 5px solid #EC3E35;
background: #DB7670;
bottom: 13px;
left: 33%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.house__door-knob {
width: 15px;
height: 15px;
background: #FFCD3B;
border-radius: 50%;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border: 2px solid #EC3E35;
z-index: 4;
}
.house__door-upperframe {
width: 85%;
height: 30px;
margin: 3px;
border-radius: 3px;
background: #EC3E35;
}
.house__door-lowerframe {
width: 85%;
height: 30px;
margin: 3px;
bottom: 0;
border-radius: 3px;
background: #EC3E35;
}
.house__door-step-1 {
width: 80px;
height: 13px;
background: #A1A1A1;
bottom: 0;
left: 20px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: 3px solid #888888;
}
.house__door-step-2 {
width: 100px;
height: 13px;
background: #A1A1A1;
bottom: -10px;
left: 10px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: 3px solid #888888;
}
.house__sidewall {
width: 200px;
height: 150px;
left: -76px;
background: rgba(255, 205, 59, 0.85);
}
.house__roof {
width: 77px;
height: 100px;
top: 0;
background: rgba(236, 62, 53, 0.85);
-webkit-transform: skew(-37deg) translateX(40%);
transform: skew(-45deg) translateX(265%);
left: -231px;
}
.house__triangle {
position: relative;
border-bottom: 100px solid #EC3E35;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
}
.house__ground {
width: 500px;
height: 50px;
background: rgba(240, 240, 240, 0.6);
bottom: -35%;
left: -50%;
-webkit-transform: translate(-16%);
transform: translate(-16%);
border-radius: 100%;
z-index: -1;
}
.house__window-upper {
width: 48px;
height: 48px;
background: #ffffff;
border-radius: 5px;
border: 5px solid #eeb100;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 5px;
}
.house__window-upper .house__window-square:nth-child(1) {
background-color: #4FC3F7;
left: 4px;
top: 5px;
width: 13px;
height: 13px;
}
.house__window-upper .house__window-square:nth-child(2) {
background-color: #4FC3F7;
left: 20px;
top: 5px;
width: 13px;
height: 13px;
}
.house__window-upper .house__window-square:nth-child(3) {
background-color: #4FC3F7;
left: 4px;
top: 20px;
width: 13px;
height: 13px;
}
.house__window-upper .house__window-square:nth-child(4) {
background-color: #4FC3F7;
left: 20px;
top: 20px;
width: 13px;
height: 13px;
}
.house__window-side {
width: 55px;
height: 65px;
background: #ffffff;
border-radius: 5px;
border: 5px solid #eeb100;
left: 75%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 40%;
}
.house__window-side .house__window-square:nth-child(1) {
background-color: #4FC3F7;
left: 5px;
top: 5px;
}
.house__window-side .house__window-square:nth-child(2) {
background-color: #4FC3F7;
left: 25px;
top: 5px;
}
.house__window-side .house__window-square:nth-child(3) {
background-color: #4FC3F7;
left: 5px;
top: 25px;
}
.house__window-side .house__window-square:nth-child(4) {
background-color: #4FC3F7;
left: 25px;
top: 25px;
}
.house__window-side .house__window-square:nth-child(5) {
background-color: #4FC3F7;
left: 5px;
top: 45px;
}
.house__window-side .house__window-square:nth-child(6) {
background-color: #4FC3F7;
left: 25px;
top: 45px;
}
.house__window-side::after {
width: 120%;
height: 10px;
background: brown;
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
bottom: -10px;
border-radius: 3px;
}
.house__window-square {
width: 15px;
height: 15px;
border-radius: 2px;
background: blue;
}
.house__garage {
height: 200px;
width: 200px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.house__garage-roof {
width: 50px;
height: 30px;
top: 80%;
left: -62%;
background: #EC3E35;
-webkit-transform: skewX(-47deg) translateX(32%);
transform: skewX(-47deg) translateX(32%);
}
.house__garage-triangle {
top: 80%;
left: -37%;
border-bottom: 30px solid #FFCD3B;
border-left: 32px solid transparent;
}
.house__garage-wall {
width: 32px;
height: 60px;
background: #FFCD3B;
top: 95%;
left: -37%;
}
.house__garage-sidewall {
width: 48px;
height: 60px;
background: rgba(255, 205, 59, 0.85);
top: 95%;
left: -61%;
}
.grass {
bottom: 0;
width: 100%;
height: 35%;
background: #82C7A0;
border-top-left-radius: 100% 200%;
border-top-right-radius: 100% 200%;
-webkit-box-shadow: 0 0 30px #82C7A0;
box-shadow: 0 0 30px #82C7A0;
z-index: 2;
}
.grass__bush {
width: 300px;
height: 100px;
background-color: #97C861;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border: 3px solid #5fb785;
border-radius: 10em;
-webkit-animation: bush 2s ease infinite;
animation: bush 2s ease infinite;
z-index: 2;
}
.grass__bush::before {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: #97C861;
border-top: 5px solid #5fb785;
top: -40px;
left: 50px;
}
.grass__bush::after {
width: 120px;
height: 120px;
border-radius: 50%;
background-color: #97C861;
border-top: 5px solid #5fb785;
top: -50px;
left: 120px;
}
.grass .grass__bush:nth-child(1) {
width: 150px;
height: 60px;
left: 35%;
top: 10%;
}
.grass .grass__bush:nth-child(1)::before {
width: 60px;
height: 60px;
left: 20px;
top: -20px;
}
.grass .grass__bush:nth-child(1)::after {
width: 70px;
height: 70px;
left: 50px;
top: -30px;
}
.grass .grass__bush:nth-child(2) {
width: 150px;
height: 60px;
left: 58%;
top: 10%;
}
.grass .grass__bush:nth-child(2)::before {
width: 60px;
height: 60px;
left: 20px;
top: -20px;
}
.grass .grass__bush:nth-child(2)::after {
width: 70px;
height: 70px;
left: 50px;
top: -30px;
}
@-webkit-keyframes bush {
0%, 100% {
-webkit-transform: translate(-50%, -50%) skew(0);
transform: translate(-50%, -50%) skew(0);
}
50% {
-webkit-transform: translate(-52%, -50%) skew(7deg);
transform: translate(-52%, -50%) skew(7deg);
}
}
@keyframes bush {
0%, 100% {
-webkit-transform: translate(-50%, -50%) skew(0);
transform: translate(-50%, -50%) skew(0);
}
50% {
-webkit-transform: translate(-52%, -50%) skew(7deg);
transform: translate(-52%, -50%) skew(7deg);
}
} | 0.507812 | 0.057361 |
@font-face {
font-family: 'ExtJS';
src: url('fonts/ExtJS.eot?-tqegh9');
src: url('fonts/ExtJS.eot?#iefix-tqegh9') format('embedded-opentype'), url('fonts/ExtJS.ttf?-tqegh9') format('truetype'), url('fonts/ExtJS.woff?-tqegh9') format('woff'), url('fonts/ExtJS.svg?-tqegh9#ExtJS') format('svg');
font-weight: normal;
font-style: normal;
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:16 */
.ext {
font-family: ExtJS;
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:20 */
.ext-sencha:before {
content: "\e61e";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:23 */
.ext-checkbox-checked:before {
content: "\e613";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:26 */
.ext-checkbox-unchecked:before {
content: "\e614";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:29 */
.ext-chevron-left:before {
content: "\e615";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:32 */
.ext-chevron-right:before {
content: "\e616";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:35 */
.ext-double-chevron-left:before {
content: "\e617";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:38 */
.ext-double-chevron-right:before {
content: "\e618";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:41 */
.ext-sort-down:before {
content: "\e619";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:44 */
.ext-sort-up:before {
content: "\e61a";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:47 */
.ext-spinner-down:before {
content: "\e61b";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:50 */
.ext-spinner-up:before {
content: "\e61c";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:53 */
.ext-square-edit:before {
content: "\e61d";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:56 */
.ext-equals-vertical:before {
content: "\e612";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:59 */
.ext-collapse:before {
content: "\e600";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:62 */
.ext-columns:before {
content: "\e601";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:65 */
.ext-dirty:before {
content: "\e602";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:68 */
.ext-dirty-rtl:before {
content: "\e603";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:71 */
.ext-edit-html:before {
content: "\e604";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:74 */
.ext-equals:before {
content: "\e605";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:77 */
.ext-expand:before {
content: "\e606";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:80 */
.ext-group-by:before {
content: "\e607";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:83 */
.ext-minimize:before {
content: "\e608";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:86 */
.ext-nw-handle:before {
content: "\e609";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:89 */
.ext-ne-handle:before {
content: "\e60a";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:92 */
.ext-sw-handle:before {
content: "\e60b";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:95 */
.ext-se-handle:before {
content: "\e60c";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:98 */
.ext-text-background-color:before {
content: "\e60d";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:101 */
.ext-text-color:before {
content: "\e60e";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:104 */
.ext-text-decrease:before {
content: "\e60f";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:107 */
.ext-text-increase:before {
content: "\e610";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:110 */
.ext-unpin:before {
content: "\e611";
} | static/ext-6.0.1/build/packages/font-ext/resources/font-ext-all-rtl-debug.css | @font-face {
font-family: 'ExtJS';
src: url('fonts/ExtJS.eot?-tqegh9');
src: url('fonts/ExtJS.eot?#iefix-tqegh9') format('embedded-opentype'), url('fonts/ExtJS.ttf?-tqegh9') format('truetype'), url('fonts/ExtJS.woff?-tqegh9') format('woff'), url('fonts/ExtJS.svg?-tqegh9#ExtJS') format('svg');
font-weight: normal;
font-style: normal;
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:16 */
.ext {
font-family: ExtJS;
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:20 */
.ext-sencha:before {
content: "\e61e";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:23 */
.ext-checkbox-checked:before {
content: "\e613";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:26 */
.ext-checkbox-unchecked:before {
content: "\e614";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:29 */
.ext-chevron-left:before {
content: "\e615";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:32 */
.ext-chevron-right:before {
content: "\e616";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:35 */
.ext-double-chevron-left:before {
content: "\e617";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:38 */
.ext-double-chevron-right:before {
content: "\e618";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:41 */
.ext-sort-down:before {
content: "\e619";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:44 */
.ext-sort-up:before {
content: "\e61a";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:47 */
.ext-spinner-down:before {
content: "\e61b";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:50 */
.ext-spinner-up:before {
content: "\e61c";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:53 */
.ext-square-edit:before {
content: "\e61d";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:56 */
.ext-equals-vertical:before {
content: "\e612";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:59 */
.ext-collapse:before {
content: "\e600";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:62 */
.ext-columns:before {
content: "\e601";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:65 */
.ext-dirty:before {
content: "\e602";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:68 */
.ext-dirty-rtl:before {
content: "\e603";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:71 */
.ext-edit-html:before {
content: "\e604";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:74 */
.ext-equals:before {
content: "\e605";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:77 */
.ext-expand:before {
content: "\e606";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:80 */
.ext-group-by:before {
content: "\e607";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:83 */
.ext-minimize:before {
content: "\e608";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:86 */
.ext-nw-handle:before {
content: "\e609";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:89 */
.ext-ne-handle:before {
content: "\e60a";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:92 */
.ext-sw-handle:before {
content: "\e60b";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:95 */
.ext-se-handle:before {
content: "\e60c";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:98 */
.ext-text-background-color:before {
content: "\e60d";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:101 */
.ext-text-color:before {
content: "\e60e";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:104 */
.ext-text-decrease:before {
content: "\e60f";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:107 */
.ext-text-increase:before {
content: "\e610";
}
/* http://localhost:1842/packages/font-ext/sass/src/all.scss:110 */
.ext-unpin:before {
content: "\e611";
} | 0.367497 | 0.049108 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* font-family: 'Poppins', sans-serif; */
/* Estilos generales */
* {
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #333;
overflow-x: hidden;
text-align: center;
}
.text-center {
text-align: center;
}
/* Grid */
@media only screen and (min-width: 768px) {
.contenedor-grid {
margin-bottom: 15px;
}
.contenedor-grid::after {
content: "";
display: block;
clear: both;
}
[class*="columnas"] {
padding: 0 10px;
float: left;
}
.columnas1-4 {
width: 25%;
}
.columnas2-4 {
width: 50%;
}
.columnas3-4 {
width: 75%;
}
.columnas1-3 {
width: 33.3%;
}
.columnas2-3 {
width: 66.6%;
}
}
/* Video */
.v-header {
height: 100vh;
display: flex;
align-items: center;
color: #fff;
}
.contenedor {
max-width: 960px;
padding-left: 1rem;
padding-right: 1rem;
margin: auto;
text-align: center;
}
.video-completo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: hidden;
}
.video-completo video {
min-width: 100%;
min-height: 100%;
}
.header-contenido {
z-index: 2;
}
.header-contenido h1 {
font-size: 50px;
margin-bottom: 0;
color: #333;
text-align: center;
}
.header-contenido p {
font-size: 1.5rem;
display: block;
padding-bottom: 1rem;
color: #f2f2f2;
text-align: center;
}
/* Boton */
.btn {
background: #34b3a0;
color: #fff;
font-size: 1.2rem;
padding: 1rem 2rem;
text-decoration: none;
transition: 0.8s ease-out;
border-radius: 30px;
}
.btn:hover {
color: #34b3a0;
background: transparent;
transition: 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
border: 2px solid #34b3a0;
font-weight: 700;
}
/* Esta clase se agrega cuando se hace swipe up */
.fixed {
position: fixed;
top: 0;
height: 70px;
z-index: 1;
}
/* Navegacion */
a {
text-decoration: none;
}
section#landingpage {
height: 15vh;
}
nav {
position: absolute;
width: 100%;
height: 70px;
background: rgba(0, 0, 0, 0.4);
}
nav ul {
padding: 0;
}
nav li {
display: inline-block;
padding: 10px 40px;
font-size: 15px;
font-weight: 400;
}
nav li a {
color: #fff;
text-transform: uppercase;
}
nav li a:hover {
color: #34b3a0;
}
/* Responsive */
@media only screen and (max-width: 520px) {
nav li {
padding: 10px 2px;
font-size: 12px;
}
nav ul {
padding: 0;
}
}
/* Inicio */
.servicio-nosotros {
margin-bottom: 15px;
}
.servicio-item h3 {
font-size: 24px;
line-height: 25px;
}
.item-img {
margin-bottom: 15px;
}
.titulo {
padding-bottom: 15px;
}
/** Nosotros **/
.sub-titulo {
font-size: 20px;
}
.img-responsive {
width: 75%;
border-radius: 3px;
}
/* */
.servicio-caja {
margin-bottom: 40px;
margin-left: -7px;
}
@media only screen and (max-width: 520px) {
.servicio-caja,
.servicio-caja .servicio-icono {
width: 100%;
}
}
/* */
.servicio-icono {
margin: 0 20px 20px 0;
float: left;
}
.servicio-desc h5 {
margin-bottom: 10px;
}
/* Subscribete */
#subscribete {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
url(../img/banner.jpg) fixed center center;
background-size: cover;
padding: 80px 0;
}
#subscribete .subscribete-titulo {
color: #fff;
font-size: 28px;
font-weight: 700;
}
#subscribete .subscribete-texto {
color: #fff;
}
#subscribete .subscribete-btn-contenedor {
text-align: center;
padding-top: 20px;
}
#subscribete .subscribete-btn {
text-transform: uppercase;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 20px;
border-radius: 30px;
transition: 0.8s;
margin: 50px;
border: 2px solid #fff;
color: #fff;
}
#subscribete .subscribete-btn:hover {
background: #00b8dd;
border: 2px solid #00b8dd;
}
/* Servicios */
.img-responsive2 {
width: 100%;
}
.servicio {
margin-top: 20px;
}
@media screen and (max-width: 468px) {
.izquierda {
text-align: left;
}
}
/* Testimoniales */
.servicio-testimonial {
margin-top: 40px;
}
.persona {
text-align: center;
}
.persona .efecto-redondo {
border-radius: 50%;
border: 6px solid #fff;
margin-bottom: 15px;
overflow: hidden;
height: 260px;
width: 260px;
margin: 0 auto;
}
.persona .efecto-redondo img {
max-width: 100%;
}
.persona h4 {
font-weight: 700;
color: #00b8dd;
margin-bottom: 5px;
}
.persona span {
color: #333333;
}
.cita {
position: relative;
background: #fff;
padding: 60px;
margin-top: 40px;
font-size: 16px;
font-style: italic;
border-radius: 5px;
}
.border {
border: 3px solid #f3ecec;
}
/* Contacto */
.servicio-contacto {
margin-top: 40px;
}
.info {
color: #333333;
}
.info i {
font-size: 32px;
color: #00b8dd;
float: left;
padding-left: 200px;
}
@media only screen and (max-width: 468px) {
.info i {
padding-left: 50px;
}
}
.info p {
padding: 0 0 10px 50px;
line-height: 24px;
margin: 30px;
}
input#nombre,
input#email,
input#asunto {
display: block;
width: 75%;
height: 34px;
padding: 6px 12px;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
margin-bottom: 5px;
}
textarea {
display: block;
width: 75%;
height: 120px;
padding: 6px 12px;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
margin-bottom: 20px;
}
@media only screen and (max-width: 468px) {
input#nombre,
input#email,
input#asunto {
margin-left: 50px;
}
textarea {
margin-left: 50px;
}
}
.form button[type="submit"] {
background: #00b8dd;
border: 0;
padding: 10px 24px;
color: #fff;
transition: 0.4s;
margin-right: 150px;
border-radius: 30px;
}
.form button[type="submit"]:hover {
background: #25d8fc;
}
@media only screen and (max-width: 468px) {
.form button[type="submit"] {
margin-right: 0;
margin-bottom: 20px;
}
}
/* Footer */
#footer {
background: #111;
padding: 30px 0;
color: #fff;
padding-top: 50px;
}
#footer .copyright {
text-align: center;
}
/* Flecha */
.hacia-arriba {
position: fixed;
background: rgba(0, 0, 0, 0.2);
color: #fff;
padding: 6px 12px 9px;
font-size: 16px;
border-radius: 5px;
right: 15px;
bottom: 15px;
transition: background 0.8s;
}
@media (max-width: 768px) {
.hacia-arriba {
bottom: 15px;
}
}
.hacia-arriba:focus {
background: rgba(0, 0, 0, 0.2);
color: #fff;
outline: none;
}
.hacia-arriba:hover {
background: #00b8dd;
color: #fff;
}
/* Lettering */
@media only screen and (min-width: 998px) {
h1.animada {
color: #fff;
font-size: 3em;
font-weight: 900;
margin: 0;
padding: 0;
transition: 0.5s;
transform: perspective(1000px) rotateX(35deg);
}
h1.animada span {
position: relative;
}
/* --- */
.animada .char1,
.animada .char2,
.animada .char3,
.animada .char4,
.animada .char5,
.animada .char6,
.animada .char7,
.animada .char8,
.animada .char9,
.animada .char10,
.animada .char11,
.animada .char12,
.animada .char13,
.animada .char14,
.animada .char15,
.animada .char16,
.animada .char17,
.animada .char18,
.animada .char19,
.animada .char20 {
display: inline-block;
padding: 0 10px;
transition: 0.5s;
text-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
filter: blur(0.5px);
}
.animada .char1,
.animada .char3,
.animada .char5,
.animada .char7,
.animada .char9,
.animada .char11,
.animada .char13,
.animada .char15,
.animada .char17,
.animada .char19 {
background: rgba(0, 0, 0, 0.2);
transform: skewY(-15deg);
}
.animada .char2,
.animada .char4,
.animada .char6,
.animada .char8,
.animada .char10,
.animada .char12,
.animada .char14,
.animada .char16,
.animada .char18,
.animada .char20 {
background: rgba(255, 255, 255, 0.2);
transform: skewY(15deg);
}
.animada:hover .char1,
.animada:hover .char2,
.animada:hover .char3,
.animada:hover .char4,
.animada:hover .char5,
.animada:hover .char6,
.animada:hover .char7,
.animada:hover .char8,
.animada:hover .char9,
.animada:hover .char10,
.animada:hover .char11,
.animada:hover .char12,
.animada:hover .char13,
.animada:hover .char14,
.animada:hover .char15,
.animada:hover .char16,
.animada:hover .char17,
.animada:hover .char18,
.animada:hover .char19,
.animada:hover .char20 {
background: rgba(1, 153, 184, 0.4);
transform: skewY(0deg);
filter: blur(0);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
h1.animada:hover {
transform: perspective(1000px) rotateX(10deg);
}
/* --- */
}
/* Responsive */
@media only screen and (max-width: 468px) {
h1.animada {
color: #fff;
font-size: 1.2em;
font-weight: 900;
margin: 0;
padding: 0;
transition: 0.5s;
transform: perspective(1000px) rotateX(35deg);
}
h1.animada span {
position: relative;
}
/* --- */
.animada .char1,
.animada .char2,
.animada .char3,
.animada .char4,
.animada .char5,
.animada .char6,
.animada .char7,
.animada .char8,
.animada .char9,
.animada .char10,
.animada .char11,
.animada .char12,
.animada .char13,
.animada .char14,
.animada .char15,
.animada .char16,
.animada .char17,
.animada .char18,
.animada .char19,
.animada .char20 {
display: inline-block;
padding: 0 10px;
transition: 0.5s;
text-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
filter: blur(0.5px);
}
.animada .char1,
.animada .char3,
.animada .char5,
.animada .char7,
.animada .char9,
.animada .char11,
.animada .char13,
.animada .char15,
.animada .char17,
.animada .char19 {
background: rgba(0, 0, 0, 0.2);
transform: skewY(-15deg);
}
.animada .char2,
.animada .char4,
.animada .char6,
.animada .char8,
.animada .char10,
.animada .char12,
.animada .char14,
.animada .char16,
.animada .char18,
.animada .char20 {
background: rgba(255, 255, 255, 0.2);
transform: skewY(15deg);
}
/* --- */
}
/* ---------- */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* font-family: 'Poppins', sans-serif; */
/* Estilos generales */
* {
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #333;
overflow-x: hidden;
text-align: center;
}
.text-center {
text-align: center;
}
/* Grid */
@media only screen and (min-width: 768px) {
.contenedor-grid {
margin-bottom: 15px;
}
.contenedor-grid::after {
content: "";
display: block;
clear: both;
}
[class*="columnas"] {
padding: 0 10px;
float: left;
}
.columnas1-4 {
width: 25%;
}
.columnas2-4 {
width: 50%;
}
.columnas3-4 {
width: 75%;
}
.columnas1-3 {
width: 33.3%;
}
.columnas2-3 {
width: 66.6%;
}
}
/* Video */
.v-header {
height: 100vh;
display: flex;
align-items: center;
color: #fff;
}
.contenedor {
max-width: 960px;
padding-left: 1rem;
padding-right: 1rem;
margin: auto;
text-align: center;
}
.video-completo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: hidden;
}
.video-completo video {
min-width: 100%;
min-height: 100%;
}
.header-contenido {
z-index: 2;
}
.header-contenido h1 {
font-size: 50px;
margin-bottom: 0;
color: #333;
text-align: center;
}
.header-contenido p {
font-size: 1.5rem;
display: block;
padding-bottom: 1rem;
color: #f2f2f2;
text-align: center;
}
/* Boton */
.btn {
background: #34b3a0;
color: #fff;
font-size: 1.2rem;
padding: 1rem 2rem;
text-decoration: none;
transition: 0.8s ease-out;
border-radius: 30px;
}
.btn:hover {
color: #34b3a0;
background: transparent;
transition: 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
border: 2px solid #34b3a0;
font-weight: 700;
}
/* Esta clase se agrega cuando se hace swipe up */
.fixed {
position: fixed;
top: 0;
height: 70px;
z-index: 1;
}
/* Navegacion */
a {
text-decoration: none;
}
section#landingpage {
height: 15vh;
}
nav {
position: absolute;
width: 100%;
height: 70px;
background: rgba(0, 0, 0, 0.4);
}
nav ul {
padding: 0;
}
nav li {
display: inline-block;
padding: 10px 40px;
font-size: 15px;
font-weight: 400;
}
nav li a {
color: #fff;
text-transform: uppercase;
}
nav li a:hover {
color: #34b3a0;
}
/* Responsive */
@media only screen and (max-width: 520px) {
nav li {
padding: 10px 2px;
font-size: 12px;
}
nav ul {
padding: 0;
}
}
/* Inicio */
.servicio-nosotros {
margin-bottom: 15px;
}
.servicio-item h3 {
font-size: 24px;
line-height: 25px;
}
.item-img {
margin-bottom: 15px;
}
.titulo {
padding-bottom: 15px;
}
/** Nosotros **/
.sub-titulo {
font-size: 20px;
}
.img-responsive {
width: 75%;
border-radius: 3px;
}
/* */
.servicio-caja {
margin-bottom: 40px;
margin-left: -7px;
}
@media only screen and (max-width: 520px) {
.servicio-caja,
.servicio-caja .servicio-icono {
width: 100%;
}
}
/* */
.servicio-icono {
margin: 0 20px 20px 0;
float: left;
}
.servicio-desc h5 {
margin-bottom: 10px;
}
/* Subscribete */
#subscribete {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
url(../img/banner.jpg) fixed center center;
background-size: cover;
padding: 80px 0;
}
#subscribete .subscribete-titulo {
color: #fff;
font-size: 28px;
font-weight: 700;
}
#subscribete .subscribete-texto {
color: #fff;
}
#subscribete .subscribete-btn-contenedor {
text-align: center;
padding-top: 20px;
}
#subscribete .subscribete-btn {
text-transform: uppercase;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 20px;
border-radius: 30px;
transition: 0.8s;
margin: 50px;
border: 2px solid #fff;
color: #fff;
}
#subscribete .subscribete-btn:hover {
background: #00b8dd;
border: 2px solid #00b8dd;
}
/* Servicios */
.img-responsive2 {
width: 100%;
}
.servicio {
margin-top: 20px;
}
@media screen and (max-width: 468px) {
.izquierda {
text-align: left;
}
}
/* Testimoniales */
.servicio-testimonial {
margin-top: 40px;
}
.persona {
text-align: center;
}
.persona .efecto-redondo {
border-radius: 50%;
border: 6px solid #fff;
margin-bottom: 15px;
overflow: hidden;
height: 260px;
width: 260px;
margin: 0 auto;
}
.persona .efecto-redondo img {
max-width: 100%;
}
.persona h4 {
font-weight: 700;
color: #00b8dd;
margin-bottom: 5px;
}
.persona span {
color: #333333;
}
.cita {
position: relative;
background: #fff;
padding: 60px;
margin-top: 40px;
font-size: 16px;
font-style: italic;
border-radius: 5px;
}
.border {
border: 3px solid #f3ecec;
}
/* Contacto */
.servicio-contacto {
margin-top: 40px;
}
.info {
color: #333333;
}
.info i {
font-size: 32px;
color: #00b8dd;
float: left;
padding-left: 200px;
}
@media only screen and (max-width: 468px) {
.info i {
padding-left: 50px;
}
}
.info p {
padding: 0 0 10px 50px;
line-height: 24px;
margin: 30px;
}
input#nombre,
input#email,
input#asunto {
display: block;
width: 75%;
height: 34px;
padding: 6px 12px;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
margin-bottom: 5px;
}
textarea {
display: block;
width: 75%;
height: 120px;
padding: 6px 12px;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
margin-bottom: 20px;
}
@media only screen and (max-width: 468px) {
input#nombre,
input#email,
input#asunto {
margin-left: 50px;
}
textarea {
margin-left: 50px;
}
}
.form button[type="submit"] {
background: #00b8dd;
border: 0;
padding: 10px 24px;
color: #fff;
transition: 0.4s;
margin-right: 150px;
border-radius: 30px;
}
.form button[type="submit"]:hover {
background: #25d8fc;
}
@media only screen and (max-width: 468px) {
.form button[type="submit"] {
margin-right: 0;
margin-bottom: 20px;
}
}
/* Footer */
#footer {
background: #111;
padding: 30px 0;
color: #fff;
padding-top: 50px;
}
#footer .copyright {
text-align: center;
}
/* Flecha */
.hacia-arriba {
position: fixed;
background: rgba(0, 0, 0, 0.2);
color: #fff;
padding: 6px 12px 9px;
font-size: 16px;
border-radius: 5px;
right: 15px;
bottom: 15px;
transition: background 0.8s;
}
@media (max-width: 768px) {
.hacia-arriba {
bottom: 15px;
}
}
.hacia-arriba:focus {
background: rgba(0, 0, 0, 0.2);
color: #fff;
outline: none;
}
.hacia-arriba:hover {
background: #00b8dd;
color: #fff;
}
/* Lettering */
@media only screen and (min-width: 998px) {
h1.animada {
color: #fff;
font-size: 3em;
font-weight: 900;
margin: 0;
padding: 0;
transition: 0.5s;
transform: perspective(1000px) rotateX(35deg);
}
h1.animada span {
position: relative;
}
/* --- */
.animada .char1,
.animada .char2,
.animada .char3,
.animada .char4,
.animada .char5,
.animada .char6,
.animada .char7,
.animada .char8,
.animada .char9,
.animada .char10,
.animada .char11,
.animada .char12,
.animada .char13,
.animada .char14,
.animada .char15,
.animada .char16,
.animada .char17,
.animada .char18,
.animada .char19,
.animada .char20 {
display: inline-block;
padding: 0 10px;
transition: 0.5s;
text-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
filter: blur(0.5px);
}
.animada .char1,
.animada .char3,
.animada .char5,
.animada .char7,
.animada .char9,
.animada .char11,
.animada .char13,
.animada .char15,
.animada .char17,
.animada .char19 {
background: rgba(0, 0, 0, 0.2);
transform: skewY(-15deg);
}
.animada .char2,
.animada .char4,
.animada .char6,
.animada .char8,
.animada .char10,
.animada .char12,
.animada .char14,
.animada .char16,
.animada .char18,
.animada .char20 {
background: rgba(255, 255, 255, 0.2);
transform: skewY(15deg);
}
.animada:hover .char1,
.animada:hover .char2,
.animada:hover .char3,
.animada:hover .char4,
.animada:hover .char5,
.animada:hover .char6,
.animada:hover .char7,
.animada:hover .char8,
.animada:hover .char9,
.animada:hover .char10,
.animada:hover .char11,
.animada:hover .char12,
.animada:hover .char13,
.animada:hover .char14,
.animada:hover .char15,
.animada:hover .char16,
.animada:hover .char17,
.animada:hover .char18,
.animada:hover .char19,
.animada:hover .char20 {
background: rgba(1, 153, 184, 0.4);
transform: skewY(0deg);
filter: blur(0);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
h1.animada:hover {
transform: perspective(1000px) rotateX(10deg);
}
/* --- */
}
/* Responsive */
@media only screen and (max-width: 468px) {
h1.animada {
color: #fff;
font-size: 1.2em;
font-weight: 900;
margin: 0;
padding: 0;
transition: 0.5s;
transform: perspective(1000px) rotateX(35deg);
}
h1.animada span {
position: relative;
}
/* --- */
.animada .char1,
.animada .char2,
.animada .char3,
.animada .char4,
.animada .char5,
.animada .char6,
.animada .char7,
.animada .char8,
.animada .char9,
.animada .char10,
.animada .char11,
.animada .char12,
.animada .char13,
.animada .char14,
.animada .char15,
.animada .char16,
.animada .char17,
.animada .char18,
.animada .char19,
.animada .char20 {
display: inline-block;
padding: 0 10px;
transition: 0.5s;
text-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
filter: blur(0.5px);
}
.animada .char1,
.animada .char3,
.animada .char5,
.animada .char7,
.animada .char9,
.animada .char11,
.animada .char13,
.animada .char15,
.animada .char17,
.animada .char19 {
background: rgba(0, 0, 0, 0.2);
transform: skewY(-15deg);
}
.animada .char2,
.animada .char4,
.animada .char6,
.animada .char8,
.animada .char10,
.animada .char12,
.animada .char14,
.animada .char16,
.animada .char18,
.animada .char20 {
background: rgba(255, 255, 255, 0.2);
transform: skewY(15deg);
}
/* --- */
}
/* ---------- */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.573917 | 0.102754 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.