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 |
|---|---|---|---|---|
.nav-link {
color: #5f6368;
font-size: 20px;
margin: 0px 5px;
border-bottom: 5px solid #fff;
transition: border-bottom 0.3s ease;
padding-top: 0px;
}
.nav-link:hover {
color: #5f6368;
border-bottom: 5px solid lightgray;
}
/* .navbar {
margin-bottom: 50px;
} */
a {
color: #5f6368;
}
a:hover {
color: #5f6368;
text-decoration: none;
}
header {
padding-bottom: 50px;
}
/* Google Drawer */
.nav-left {
position: absolute;
left: -32px;
border: none;
}
/* .nav-left,
.nav-center {
height: 41px;
} */
.nav-left h3,
#toggler-name-center {
font-weight: 200;
margin-bottom: 18px;
}
#toggler-initials-center {
font-weight: 200;
}
#toggler-btn:focus {
border: none;
}
#toggler-name,
#toggler-initials {
margin-left: 20px;
}
#toggler-btn {
font-size: 15px;
}
#thing {
padding-top: 10px;
position: relative;
display: flex;
justify-content: center;
width: 100%;
}
@media (max-width: 425px) {
#toggler-btn {
display: inline-block;
}
#toggler-initials {
display: none;
}
#toggler-name {
display: none;
}
#toggler-name-center {
display: none;
}
#toggler-initials-center {
display: block;
}
#toggler-nav {
display: none;
}
}
@media (min-width: 425px) {
#toggler-btn {
display: inline-block;
}
#toggler-initials {
display: none;
}
#toggler-name {
display: none;
}
#toggler-name-center {
display: block;
}
#toggler-initials-center {
display: none;
}
#toggler-nav {
display: none;
}
}
@media (min-width: 768px) {
#toggler-btn {
display: inline-block;
}
#toggler-initials {
display: none;
}
#toggler-name {
display: none;
}
#toggler-name-center {
display: block;
}
#toggler-initials-center {
display: none;
}
#toggler-nav {
display: none;
}
}
@media (min-width: 1024px) {
.navbar {
margin-bottom: 50px;
}
#toggler-btn {
display: none;
}
#toggler-initials {
display: block;
}
#toggler-name-center {
display: none;
}
#toggler-initials-center {
display: none;
}
#toggler-nav {
display: flex;
}
}
@media (min-width: 1440px) {
#toggler-initials {
display: none;
}
#toggler-name {
display: block;
}
}
.drawer-connect-block {
margin-left: 20px;
margin-bottom: 1rem;
}
.mdc-list {
padding-top: 0px;
}
.mdc-list span {
font-size: 20px;
font-weight: 400;
}
.mdc-list-group__subheader {
font-size: 22px;
}
.mdc-drawer__title {
font-weight: 400;
text-align: left;
}
.mdc-drawer__header {
padding-left: 10px;
}
/* .subheader {
font-size: 22px;
} */
.gd-nav-drawer--subheader {
font-family: "Google Sans", Roboto, Arial, sans-serif;
font-size: 1.375rem;
font-weight: 400;
font-style: normal;
line-height: 1.75rem;
color: #9e9e9e;
text-align: left;
margin: 1rem 0 0.5rem 1rem;
}
.mdc-list-item:hover .mdc-list-item__text {
text-decoration: underline;
}
.drawer-text {
padding-left: 17px;
padding-right: 10px;
}
.mdc-drawer__header {
min-height: 50px;
}
.active-red {
border-color: red;
}
.active-red:hover {
border-color: red;
}
.active-blue {
border-color: blue;
}
.active-blue:hover {
border-color: blue;
}
.active-green {
border-color: green;
}
.active-green:hover {
border-color: green;
} | src/components/NavBar/index.css | .nav-link {
color: #5f6368;
font-size: 20px;
margin: 0px 5px;
border-bottom: 5px solid #fff;
transition: border-bottom 0.3s ease;
padding-top: 0px;
}
.nav-link:hover {
color: #5f6368;
border-bottom: 5px solid lightgray;
}
/* .navbar {
margin-bottom: 50px;
} */
a {
color: #5f6368;
}
a:hover {
color: #5f6368;
text-decoration: none;
}
header {
padding-bottom: 50px;
}
/* Google Drawer */
.nav-left {
position: absolute;
left: -32px;
border: none;
}
/* .nav-left,
.nav-center {
height: 41px;
} */
.nav-left h3,
#toggler-name-center {
font-weight: 200;
margin-bottom: 18px;
}
#toggler-initials-center {
font-weight: 200;
}
#toggler-btn:focus {
border: none;
}
#toggler-name,
#toggler-initials {
margin-left: 20px;
}
#toggler-btn {
font-size: 15px;
}
#thing {
padding-top: 10px;
position: relative;
display: flex;
justify-content: center;
width: 100%;
}
@media (max-width: 425px) {
#toggler-btn {
display: inline-block;
}
#toggler-initials {
display: none;
}
#toggler-name {
display: none;
}
#toggler-name-center {
display: none;
}
#toggler-initials-center {
display: block;
}
#toggler-nav {
display: none;
}
}
@media (min-width: 425px) {
#toggler-btn {
display: inline-block;
}
#toggler-initials {
display: none;
}
#toggler-name {
display: none;
}
#toggler-name-center {
display: block;
}
#toggler-initials-center {
display: none;
}
#toggler-nav {
display: none;
}
}
@media (min-width: 768px) {
#toggler-btn {
display: inline-block;
}
#toggler-initials {
display: none;
}
#toggler-name {
display: none;
}
#toggler-name-center {
display: block;
}
#toggler-initials-center {
display: none;
}
#toggler-nav {
display: none;
}
}
@media (min-width: 1024px) {
.navbar {
margin-bottom: 50px;
}
#toggler-btn {
display: none;
}
#toggler-initials {
display: block;
}
#toggler-name-center {
display: none;
}
#toggler-initials-center {
display: none;
}
#toggler-nav {
display: flex;
}
}
@media (min-width: 1440px) {
#toggler-initials {
display: none;
}
#toggler-name {
display: block;
}
}
.drawer-connect-block {
margin-left: 20px;
margin-bottom: 1rem;
}
.mdc-list {
padding-top: 0px;
}
.mdc-list span {
font-size: 20px;
font-weight: 400;
}
.mdc-list-group__subheader {
font-size: 22px;
}
.mdc-drawer__title {
font-weight: 400;
text-align: left;
}
.mdc-drawer__header {
padding-left: 10px;
}
/* .subheader {
font-size: 22px;
} */
.gd-nav-drawer--subheader {
font-family: "Google Sans", Roboto, Arial, sans-serif;
font-size: 1.375rem;
font-weight: 400;
font-style: normal;
line-height: 1.75rem;
color: #9e9e9e;
text-align: left;
margin: 1rem 0 0.5rem 1rem;
}
.mdc-list-item:hover .mdc-list-item__text {
text-decoration: underline;
}
.drawer-text {
padding-left: 17px;
padding-right: 10px;
}
.mdc-drawer__header {
min-height: 50px;
}
.active-red {
border-color: red;
}
.active-red:hover {
border-color: red;
}
.active-blue {
border-color: blue;
}
.active-blue:hover {
border-color: blue;
}
.active-green {
border-color: green;
}
.active-green:hover {
border-color: green;
} | 0.465387 | 0.110471 |
* {
margin: 0;
}
body {
padding: 0;
margin: 0;
background-color: white;
/* -moz-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
-webkit-transition: background-color 200ms linear;
transition: background-color 200ms linear;*/
}
body.loading {
}
html {
height:100%;
-webkit-font-smoothing: antialiased;
}
body.reader {
height: 100%;
overflow: hidden;
position: fixed;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
}
.container::after {
content:""; /* not "."! */
display:block;
clear:both;
}
/*
General Layout
--------------------------------------- */
#container {
position: relative;
margin: 0 auto;
min-width: 800px;
}
/* In reader view */
body.reader #container {
/*max-width: 1400px;*/ /* 988px / 16px = 61.75em */
height: 100%;
}
body, textarea, p, input {
font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
color: #505050;
}
a {
color: #900;
font-weight: normal;
text-decoration: none;
/* -moz-transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;
-o-transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;
-webkit-transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;
transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;*/
}
a:hover {
color: rgba(11, 157, 217, 1);
}
img {
border: none;
padding: 0;
margin: 0;
}
strong { font-weight: 700; }
h1, h2, h3 {
font-weight: 700;
}
h1 a { color: white; }
h1 a:hover { color: white; }
h2 {
font-size: 1.75em;
padding-bottom: 20px;
}
h3, h4, h5, h6 {
margin-bottom: 20px;
font-size: 1em;
font-weight: 700;
}
p {
padding-bottom: 20px;
}
p:last-child { padding-bottom: 0; }
.small {
color: #505050;
font-size: .75em;
font-weight: 400;
}
/* Use border-box box model */
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* Article Overrides */
#container .article .resources .info .content-node.active .resource-header {
background: #5c6570;
}
.article .resources .nodes > #articleinfo > .content {
border-top: 1px solid #ddd;
}
.article span.annotation.author-callout-style1 {
font-weight: bold;
color: rgb(183, 14, 14);
}
.article span.annotation.author-callout-style2 {
font-weight: bold;
color: rgb(0, 179, 255);
}
.article span.annotation.author-callout-style3 {
font-weight: bold;
color: rgb(4, 195, 4);
}
.article span.annotation.author-callout-style4 {
font-weight: bold;
color: gold;
}
/* main
--------------------------------------- */
#main {
position: relative;
}
body.reader #main {
height: 100%;
}
#container .loading {
position: absolute;
top: 15px;
left: 70px;
right: 0px;
height: 49px;
line-height: 50px;
font-size: 12px;
}
/* Loading bar */
.spinner-wrapper {
position: fixed;
display: none;
left: 50%;
margin-left: -75px;
width: 150px;
top: 40%;
z-index: 5000;
}
body.loading .spinner-wrapper {
display: block;
}
.spinner-wrapper .spinner {
width: 40px;
height: 40px;
margin: 0 auto;
background: #444;
-webkit-animation: rotateplane 1.2s infinite ease-in-out;
animation: rotateplane 1.2s infinite ease-in-out;
}
.spinner-wrapper .message {
color: #444;
text-align: center;
font-size: 12px;
padding-top: 20px;
}
@-webkit-keyframes rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
#MathJax_Message {
display: none;
} | styles/lens.css | * {
margin: 0;
}
body {
padding: 0;
margin: 0;
background-color: white;
/* -moz-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
-webkit-transition: background-color 200ms linear;
transition: background-color 200ms linear;*/
}
body.loading {
}
html {
height:100%;
-webkit-font-smoothing: antialiased;
}
body.reader {
height: 100%;
overflow: hidden;
position: fixed;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
}
.container::after {
content:""; /* not "."! */
display:block;
clear:both;
}
/*
General Layout
--------------------------------------- */
#container {
position: relative;
margin: 0 auto;
min-width: 800px;
}
/* In reader view */
body.reader #container {
/*max-width: 1400px;*/ /* 988px / 16px = 61.75em */
height: 100%;
}
body, textarea, p, input {
font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
color: #505050;
}
a {
color: #900;
font-weight: normal;
text-decoration: none;
/* -moz-transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;
-o-transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;
-webkit-transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;
transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;*/
}
a:hover {
color: rgba(11, 157, 217, 1);
}
img {
border: none;
padding: 0;
margin: 0;
}
strong { font-weight: 700; }
h1, h2, h3 {
font-weight: 700;
}
h1 a { color: white; }
h1 a:hover { color: white; }
h2 {
font-size: 1.75em;
padding-bottom: 20px;
}
h3, h4, h5, h6 {
margin-bottom: 20px;
font-size: 1em;
font-weight: 700;
}
p {
padding-bottom: 20px;
}
p:last-child { padding-bottom: 0; }
.small {
color: #505050;
font-size: .75em;
font-weight: 400;
}
/* Use border-box box model */
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* Article Overrides */
#container .article .resources .info .content-node.active .resource-header {
background: #5c6570;
}
.article .resources .nodes > #articleinfo > .content {
border-top: 1px solid #ddd;
}
.article span.annotation.author-callout-style1 {
font-weight: bold;
color: rgb(183, 14, 14);
}
.article span.annotation.author-callout-style2 {
font-weight: bold;
color: rgb(0, 179, 255);
}
.article span.annotation.author-callout-style3 {
font-weight: bold;
color: rgb(4, 195, 4);
}
.article span.annotation.author-callout-style4 {
font-weight: bold;
color: gold;
}
/* main
--------------------------------------- */
#main {
position: relative;
}
body.reader #main {
height: 100%;
}
#container .loading {
position: absolute;
top: 15px;
left: 70px;
right: 0px;
height: 49px;
line-height: 50px;
font-size: 12px;
}
/* Loading bar */
.spinner-wrapper {
position: fixed;
display: none;
left: 50%;
margin-left: -75px;
width: 150px;
top: 40%;
z-index: 5000;
}
body.loading .spinner-wrapper {
display: block;
}
.spinner-wrapper .spinner {
width: 40px;
height: 40px;
margin: 0 auto;
background: #444;
-webkit-animation: rotateplane 1.2s infinite ease-in-out;
animation: rotateplane 1.2s infinite ease-in-out;
}
.spinner-wrapper .message {
color: #444;
text-align: center;
font-size: 12px;
padding-top: 20px;
}
@-webkit-keyframes rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
#MathJax_Message {
display: none;
} | 0.492432 | 0.074131 |
* {
margin: 0;
padding: 0;
/* Definindo a margem geral em 0. */
}
header {
width: 100%; /* Define largura 100%. */
height: 100vh; /* Define altura 100% da visão. */
overflow: hidden; /* Corta o conteudo que ultrapassa o scroll. */
position: relative; /* Começa a contar a partir do canto superior esquerdo. */
}
.img-wrapper {
width: 100%;
height: 100vh;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.8); /* Define a cor do plano de fundo */
}
.img-wrapper img {
width: 100%;
height: 100vh;
opacity: 0.5; /* Define opacidade da imagem. */
}
.banner {
position: absolute; /* Define o posicionamento a partir das diretrizes abaixo. */
top: 30%; /* 30% de distancia da parte de cima. */
left: 15%; /* 15% de distancia da esquerda. */
}
.banner h1 {
color: #ffffff; /* Define cor do texto. */
font-size: 3.5rem; /* Define tamanho do texto. */
font-weight: 200; /* Define intensidade da fonte. */
text-shadow: 0.3rem 0.4rem 2px rgba(255, 255, 255, 0.212); /* Define sombras do texto. */
line-height: 3.5rem; /* Define o espaçamento entre as linhas do texto. */
margin-bottom: 2rem; /* Define margem inferior. */
}
.banner h2{
color: #ffffff;
font-size: 3.5rem;
font-weight: 180;
text-shadow: 0.3rem 0.4rem 2px rgba(255, 255, 255, 0.212);
line-height: 3.5rem;
margin-bottom: 2rem;
}
.banner p{
color: #ffffff;
font-size: 3.5rem;
font-weight: 200;
text-shadow: 0.3rem 0.4rem 2px rgba(255, 255, 255, 0.212);
line-height: 3.5rem;
margin-bottom: 2rem;
}
.banner button {
color: #fff; /* Define cor do texto. */
text-transform: uppercase; /* Coloca o texto em maiúsculo. */
letter-spacing: 0.1rem; /* Define espaço entre as letras. */
background-color: rgba(51, 2, 114, 0.884); /* Define cor de fundo do botão. */
padding: 1rem 3rem; /* Define distancia das bordas. */
border: none; /* Tira as bordas do botão. */
cursor: pointer; /* Define o cursor do mouse. */
margin-bottom: 2rem; /* Define margem inferior. */
margin-left: 4rem; /* Define margem esquerda. */
}
input[type="text"] {
height: 2.5rem; /* Define altura da campo. */
width: 18rem; /* Define largura do campo. */
}
.banner label{
color: #ffffff;
font-size: 3.5rem;
font-weight: 200;
text-shadow: 0.3rem 0.4rem 2px rgba(255, 255, 255, 0.212);
line-height: 3.5rem;
margin-bottom: 2rem;
} | estilo.css | * {
margin: 0;
padding: 0;
/* Definindo a margem geral em 0. */
}
header {
width: 100%; /* Define largura 100%. */
height: 100vh; /* Define altura 100% da visão. */
overflow: hidden; /* Corta o conteudo que ultrapassa o scroll. */
position: relative; /* Começa a contar a partir do canto superior esquerdo. */
}
.img-wrapper {
width: 100%;
height: 100vh;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.8); /* Define a cor do plano de fundo */
}
.img-wrapper img {
width: 100%;
height: 100vh;
opacity: 0.5; /* Define opacidade da imagem. */
}
.banner {
position: absolute; /* Define o posicionamento a partir das diretrizes abaixo. */
top: 30%; /* 30% de distancia da parte de cima. */
left: 15%; /* 15% de distancia da esquerda. */
}
.banner h1 {
color: #ffffff; /* Define cor do texto. */
font-size: 3.5rem; /* Define tamanho do texto. */
font-weight: 200; /* Define intensidade da fonte. */
text-shadow: 0.3rem 0.4rem 2px rgba(255, 255, 255, 0.212); /* Define sombras do texto. */
line-height: 3.5rem; /* Define o espaçamento entre as linhas do texto. */
margin-bottom: 2rem; /* Define margem inferior. */
}
.banner h2{
color: #ffffff;
font-size: 3.5rem;
font-weight: 180;
text-shadow: 0.3rem 0.4rem 2px rgba(255, 255, 255, 0.212);
line-height: 3.5rem;
margin-bottom: 2rem;
}
.banner p{
color: #ffffff;
font-size: 3.5rem;
font-weight: 200;
text-shadow: 0.3rem 0.4rem 2px rgba(255, 255, 255, 0.212);
line-height: 3.5rem;
margin-bottom: 2rem;
}
.banner button {
color: #fff; /* Define cor do texto. */
text-transform: uppercase; /* Coloca o texto em maiúsculo. */
letter-spacing: 0.1rem; /* Define espaço entre as letras. */
background-color: rgba(51, 2, 114, 0.884); /* Define cor de fundo do botão. */
padding: 1rem 3rem; /* Define distancia das bordas. */
border: none; /* Tira as bordas do botão. */
cursor: pointer; /* Define o cursor do mouse. */
margin-bottom: 2rem; /* Define margem inferior. */
margin-left: 4rem; /* Define margem esquerda. */
}
input[type="text"] {
height: 2.5rem; /* Define altura da campo. */
width: 18rem; /* Define largura do campo. */
}
.banner label{
color: #ffffff;
font-size: 3.5rem;
font-weight: 200;
text-shadow: 0.3rem 0.4rem 2px rgba(255, 255, 255, 0.212);
line-height: 3.5rem;
margin-bottom: 2rem;
} | 0.381911 | 0.130895 |
.dashboard-menu {
margin-top: 5px;
display: flex;
flex-direction: row;
height: 35px;
}
.table-list-dropdown {
margin-left: 7px;
}
.btn-import-db {
border-radius: 50% !important;
margin-left: 7px;
}
.label-data-source {
display: table;
height: 100%;
}
.label-data-source span {
display: table-cell;
vertical-align: middle;
}
.btn-import-db .fa-plus {
color: #fff;
}
.table-list-dropdown {
width: 250px;
}
.dashboard-content {
width: calc(100vw);
min-width: 800px;
display: flex;
flex-direction: row;
margin-top: 10px;
}
.dashboard-content .dashboard-content-left {
width: 30%;
padding: 10px;
border: 1px solid #a7afce;
height: calc(100vh - 50px - 35px - 10px - 50px - 15px);
overflow: auto;
}
.dashboard-content .dashboard-content-right {
width: 64%;
padding: 10px;
margin-left: -1px;
border: 1px solid #a7afce;
height: calc(100vh - 50px - 35px - 10px - 50px - 15px);
overflow: auto;
}
.item-table-name {
border: 1px solid #d5c0ff;
margin-bottom: 7px;
padding: 5px;
font-size: 15px;
cursor: pointer;
}
.label-list-table, .label-list-column {
height: 22px;
font-weight: 500;
font-size: 15px;
padding-bottom: 2rem
}
.list-table-content {
/* height: calc(100% - 22px); */
overflow: auto;
border-top: 1px solid #d5c0ff;
}
.item-table-name:hover {
-webkit-box-shadow: 2px 2px 23px -1px rgba(133,126,133,1);
-moz-box-shadow: 2px 2px 23px -1px rgba(133,126,133,1);
box-shadow: 2px 2px 23px -1px rgba(133,126,133,1);
transition: 200ms;
font-size: 16px;
}
.left-list-top {
position: relative;
/* height: 60%; */
height: 100%;
overflow: auto
}
.left-list-bottom {
position: relative;
border-top: 1px solid #a7afce;
height: 40%;
overflow: auto;
padding-top: 1rem;
}
.btn-submit-query {
margin-top: 1rem;
margin-bottom: 1rem;
}
.Collapsible {
background-color: white;
}
.Collapsible__trigger {
display: block;
font-weight: 400;
text-decoration: none;
color: #333333;
position: relative;
border-bottom: 3px solid #e4e5e6;
padding: 10px;
background: #5192a9c2;
color: white;
}
.Collapsible__contentInner {
/* padding: 10px; */
padding-left: 20px;
border: 1px solid #ebebeb;
border-top: 0;
}
.Collapsible__contentOuter {
background-color: #e4e5e6;
}
.Collapsible__trigger.is-open:after {
transform: rotateZ(180deg);
}
.Collapsible__trigger:after {
font-family: 'FontAwesome';
content: '\f107';
position: absolute;
right: 10px;
top: 10px;
display: block;
transition: transform 300ms;
}
.second-collapsible .Collapsible__trigger {
background: #94b3be;
}
.second-collapsible .Collapsible__contentOuter {
background-color: #94b3be59;
}
.second-collapsible .Collapsible__contentInner > div {
padding-top: 5px;
padding-bottom: 3px;
border-bottom: 1px solid black;
cursor: pointer;
}
.second-collapsible .Collapsible__contentInner > div:last-child {
border-bottom: 0;
}
.chart-page-container {
margin-top: 10px;
}
.chart-page-item {
height: 610px;
}
.query-menu {
display: flex;
flex-direction: row;
height: 35px;
margin-top: -5px;
}
.btn-change-query {
border-radius: 50% !important;
margin-left: 7px;
}
.label-query-menu {
display: table;
height: 100%;
font-weight: 500;
font-size: 14px;
}
.label-query-menu span {
display: table-cell;
vertical-align: middle;
}
.sql-editors {
border: 1px solid black;
}
.report-content {
width: calc(100vw - 60px);
min-width: 800px;
display: flex;
flex-direction: row;
margin-top: 10px;
}
.width-50 {
width: 50%;
}
.width-40 {
width: 40%;
}
.width-60 {
width: 60%;
}
.width-50:first-child,
.width-40:first-child,
.width-60:first-child {
padding-right: 15px;
}
.width-50:last-child {
padding-left: 15px;
}
.modal-container-body {
display: flex;
flex-direction: row;
}
.left-block {
height: 326px;
overflow-y: auto;
}
.report-content .record-list {
overflow-y: auto;
height: 490px;
}
.width-95 {
width: 97%;
}
.dashboard-content-left .Collapsible {
width: 97%;
}
.padding-bottom-5 {
padding-bottom: 10px;
}
.margin-left-20 {
margin-left: 20px;
}
.help {
color: #20a8d8 !important;
cursor: pointer;
}
.img-help {
max-width: 100%;
height: auto;
}
.color-danger {
background-color: #f86c6b;
color: yellow;
}
.simple-filter {
display: flex;
flex-direction: row;
margin-bottom: 15px;
}
.multi-select {
min-width: 200px;
z-index: 1000;
}
.filter-item {
margin-right: 10px;
}
.btn-apply-filter {
position: relative;
}
.btn-apply-filter .btn {
position: absolute;
top: 20px;
} | src/scss/dashboard.css | .dashboard-menu {
margin-top: 5px;
display: flex;
flex-direction: row;
height: 35px;
}
.table-list-dropdown {
margin-left: 7px;
}
.btn-import-db {
border-radius: 50% !important;
margin-left: 7px;
}
.label-data-source {
display: table;
height: 100%;
}
.label-data-source span {
display: table-cell;
vertical-align: middle;
}
.btn-import-db .fa-plus {
color: #fff;
}
.table-list-dropdown {
width: 250px;
}
.dashboard-content {
width: calc(100vw);
min-width: 800px;
display: flex;
flex-direction: row;
margin-top: 10px;
}
.dashboard-content .dashboard-content-left {
width: 30%;
padding: 10px;
border: 1px solid #a7afce;
height: calc(100vh - 50px - 35px - 10px - 50px - 15px);
overflow: auto;
}
.dashboard-content .dashboard-content-right {
width: 64%;
padding: 10px;
margin-left: -1px;
border: 1px solid #a7afce;
height: calc(100vh - 50px - 35px - 10px - 50px - 15px);
overflow: auto;
}
.item-table-name {
border: 1px solid #d5c0ff;
margin-bottom: 7px;
padding: 5px;
font-size: 15px;
cursor: pointer;
}
.label-list-table, .label-list-column {
height: 22px;
font-weight: 500;
font-size: 15px;
padding-bottom: 2rem
}
.list-table-content {
/* height: calc(100% - 22px); */
overflow: auto;
border-top: 1px solid #d5c0ff;
}
.item-table-name:hover {
-webkit-box-shadow: 2px 2px 23px -1px rgba(133,126,133,1);
-moz-box-shadow: 2px 2px 23px -1px rgba(133,126,133,1);
box-shadow: 2px 2px 23px -1px rgba(133,126,133,1);
transition: 200ms;
font-size: 16px;
}
.left-list-top {
position: relative;
/* height: 60%; */
height: 100%;
overflow: auto
}
.left-list-bottom {
position: relative;
border-top: 1px solid #a7afce;
height: 40%;
overflow: auto;
padding-top: 1rem;
}
.btn-submit-query {
margin-top: 1rem;
margin-bottom: 1rem;
}
.Collapsible {
background-color: white;
}
.Collapsible__trigger {
display: block;
font-weight: 400;
text-decoration: none;
color: #333333;
position: relative;
border-bottom: 3px solid #e4e5e6;
padding: 10px;
background: #5192a9c2;
color: white;
}
.Collapsible__contentInner {
/* padding: 10px; */
padding-left: 20px;
border: 1px solid #ebebeb;
border-top: 0;
}
.Collapsible__contentOuter {
background-color: #e4e5e6;
}
.Collapsible__trigger.is-open:after {
transform: rotateZ(180deg);
}
.Collapsible__trigger:after {
font-family: 'FontAwesome';
content: '\f107';
position: absolute;
right: 10px;
top: 10px;
display: block;
transition: transform 300ms;
}
.second-collapsible .Collapsible__trigger {
background: #94b3be;
}
.second-collapsible .Collapsible__contentOuter {
background-color: #94b3be59;
}
.second-collapsible .Collapsible__contentInner > div {
padding-top: 5px;
padding-bottom: 3px;
border-bottom: 1px solid black;
cursor: pointer;
}
.second-collapsible .Collapsible__contentInner > div:last-child {
border-bottom: 0;
}
.chart-page-container {
margin-top: 10px;
}
.chart-page-item {
height: 610px;
}
.query-menu {
display: flex;
flex-direction: row;
height: 35px;
margin-top: -5px;
}
.btn-change-query {
border-radius: 50% !important;
margin-left: 7px;
}
.label-query-menu {
display: table;
height: 100%;
font-weight: 500;
font-size: 14px;
}
.label-query-menu span {
display: table-cell;
vertical-align: middle;
}
.sql-editors {
border: 1px solid black;
}
.report-content {
width: calc(100vw - 60px);
min-width: 800px;
display: flex;
flex-direction: row;
margin-top: 10px;
}
.width-50 {
width: 50%;
}
.width-40 {
width: 40%;
}
.width-60 {
width: 60%;
}
.width-50:first-child,
.width-40:first-child,
.width-60:first-child {
padding-right: 15px;
}
.width-50:last-child {
padding-left: 15px;
}
.modal-container-body {
display: flex;
flex-direction: row;
}
.left-block {
height: 326px;
overflow-y: auto;
}
.report-content .record-list {
overflow-y: auto;
height: 490px;
}
.width-95 {
width: 97%;
}
.dashboard-content-left .Collapsible {
width: 97%;
}
.padding-bottom-5 {
padding-bottom: 10px;
}
.margin-left-20 {
margin-left: 20px;
}
.help {
color: #20a8d8 !important;
cursor: pointer;
}
.img-help {
max-width: 100%;
height: auto;
}
.color-danger {
background-color: #f86c6b;
color: yellow;
}
.simple-filter {
display: flex;
flex-direction: row;
margin-bottom: 15px;
}
.multi-select {
min-width: 200px;
z-index: 1000;
}
.filter-item {
margin-right: 10px;
}
.btn-apply-filter {
position: relative;
}
.btn-apply-filter .btn {
position: absolute;
top: 20px;
} | 0.422743 | 0.073596 |
* {
box-sizing: border-box;
}
body {
font-size: 1rem;
line-height: 1.4;
color: #2e3131;
background-color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #202020;
font-family: Arial, Helvetica, sans-serif;
}
a {
color: #104891;
text-decoration: none;
}
.tags a:hover {
background-color: #0a2e5c;
color: #fff;
}
a:hover {
color: #0a2e5c;
}
.p-name a:hover {
color: #0a2e5c;
}
pre {
background: #F0F0F0;
margin: 1rem 0;
border-radius: 2px;
}
blockquote {
border-left: 10px solid #eee;
margin: 0;
padding: 0 2rem;
}
/* Utility Classes */
.wrapper {
margin: 0 0rem;
}
.padding {
padding: 0rem 0rem;
}
.left {
float: left;
}
.right {
float: right
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
/* Content Styling */
.header .padding {
margin-top: 7px;
padding: .7rem 0;
}
.header {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #eee;
background: #171717;
font-family: Arial, Helvetica, sans-serif;
background: linear-gradient(#272727, #1D1D1D, #171717);
}
.header a {
color: #fff;
}
.header .logo {
font-size: 2rem;
text-transform: uppercase;
font-weight: bold;
letter-spacing: -3px;
padding: 0px 1rem 0px 1rem;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
}
.footer {
padding-top: 7px;
padding-bottom: 7px;
margin-left: 0px;
margin-bottom: 10px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background: #171717;
background: linear-gradient(#171717, #1D1D1D, #272727);
color: #eee;
font-family: "Times New Roman", Helvetica, sans-serif;
}
/* Menu Settings */
.main-nav ul {
text-align: right;
letter-spacing: 1em;
margin: 0;
padding-right: 20px;
}
.main-nav ul li {
display: inline-block;
letter-spacing: normal;
}
.main-nav ul li a {
position: relative;
display: block;
line-height: 45px;
color: #fff;
padding: 0 15px;
white-space: nowrap;
}
.main-nav>ul>li>a {
border-radius: 2px;
}
/*Active dropdown nav item */
.main-nav ul li:hover>a {
background-color: #0a2e5c;
}
/* Selected Dropdown nav item */
.main-nav ul li.selected>a {
background-color: #104891;
color: #fff;
}
/* Dropdown CSS */
.main-nav ul li {
position: relative;
}
.main-nav ul li ul {
position: absolute;
min-width: 100%;
text-align: left;
z-index: 999;
display: none;
}
.main-nav ul li ul li {
display: block;
}
/* Dropdown CSS */
.main-nav ul li ul ul {
left: 100%;
top: 0;
}
/* Active on Hover */
.main-nav li:hover>ul {
display: block;
}
/* Child Indicator */
.main-nav .has-children>a {
padding-right: 30px;
}
.main-nav .has-children>a:after {
font-family: FontAwesome;
content: '\f107';
position: absolute;
display: inline-block;
right: 8px;
top: 0;
}
.main-nav .has-children .has-children>a:after {
content: '\f105';
}
input {
border-radius: 2px;
min-width: 400px;
min-height: 30px;
border: 1px solid grey;
color: #000000;
padding: 0 0.5rem;
}
textarea.input {
border-radius: 2px;
border: 1px solid grey;
min-width: 80%;
height: 200px;
color: #000000;
padding: 0 0.5rem;
padding-top: 10px;
}
input[name="searchfield"] {
border-radius: 2px;
font-size: 1rem;
min-width: 200px;
border: none;
color: #000000;
margin: -8px;
}
#top {
max-width: 980px;
margin: 0 auto;
}
pre {
border-radius: 5px;
padding: 5px 10px;
}
.list-item {
border-top: 3px solid #000;
background-color: #FFF;
padding: 1px 20px 0px 20px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#footer-bold {
color: #171717;
}
.between-content {
height: 10px;
}
.content-wrapper {
align-items: flex-start;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
margin: auto;
}
.p-tags {
border-radius: 3px;
background-color: #104891;
color: #FFF;
padding: 0.3rem 0.5rem;
}
.hashtag {
font-size: 2rem;
font-family: Arial, Helvetica, sans-serif;
color: #171717;
}
.tags {
display: flex;
align-items: center;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
border-top: solid thin #171717;
}
.p-name {
font-size: 1.5rem;
}
.prevoius-next {
text-align: center;
font-weight: bold;
padding-bottom: 10px;
margin-top: -10px;
}
form {
border-radius: 3px;
background-color: #fff;
padding: 0 0.5rem;
}
#banner {
height: auto;
max-width: 100%;
}
.contact-form {
border-top: 3px solid #000;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
background-color: rgb(252, 252, 252);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
ul.pagination {
margin: 0px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgb(252, 252, 252);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.pagination {
border-top: 3px solid #000;
}
.search-row-padding {
border-top: 3px solid #000;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
background-color: #fff;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
hr {
border: none;
color: #202020;
}
.search-results .tags {
display: flex;
align-items: center;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
border-top: solid thin #171717;
}
/* Container holding the image and the text */
.banner-container {
border-top: 0px solid #000;
position: relative;
text-align: center;
color: white;
padding-bottom: 5px;
}
/* Banner text padding */
.banner-text-padding {
position: absolute;
bottom: 40px;
left: 0px;
width: auto;
background-color: black;
background: rgba(0, 0, 0, .8);
transform: rotate(10deg);
}
.banner-text {
margin-left: 10px;
text-align: left;
color: #E0E0E0;
margin-right: 10px;
font-family: Arial, Helvetica, sans-serif;
}
.middle {
display: block;
margin: auto;
width: auto;
height: auto;
max-width: 100%;
position: relative;
overflow: hidden;
text-align: center;
}
.middle img {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.summary {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
.callout {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}
.callout p {
text-align: left;
}
.callout h2 {
text-align: center;
}
.feature-items {
display: inline;
width: 100%;
text-align: center;
background-color: rgb(252, 252, 252);
}
.feature {
width: 32%;
display: inline-block;
padding-right: 10px;
padding-left: 10px;
padding-top: 20px;
vertical-align: text-top;
}
.feature a {
color: #2e3131;
}
.feature a:hover {
color: #0a2e5c;
}
.modular-row {
border-top: 3px solid #000;
text-align: center;
background-color: #fff;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.search-wrapper {
width: 0%;
}
.search-item {
margin: 0px !important;
padding-left: 10px;
padding-right: 10px;
}
.search-header {
background-color: #fff;
margin-top: 0;
margin-bottom: 0;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 1px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top: 3px solid #000;
} | css/custom.css |
* {
box-sizing: border-box;
}
body {
font-size: 1rem;
line-height: 1.4;
color: #2e3131;
background-color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #202020;
font-family: Arial, Helvetica, sans-serif;
}
a {
color: #104891;
text-decoration: none;
}
.tags a:hover {
background-color: #0a2e5c;
color: #fff;
}
a:hover {
color: #0a2e5c;
}
.p-name a:hover {
color: #0a2e5c;
}
pre {
background: #F0F0F0;
margin: 1rem 0;
border-radius: 2px;
}
blockquote {
border-left: 10px solid #eee;
margin: 0;
padding: 0 2rem;
}
/* Utility Classes */
.wrapper {
margin: 0 0rem;
}
.padding {
padding: 0rem 0rem;
}
.left {
float: left;
}
.right {
float: right
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
/* Content Styling */
.header .padding {
margin-top: 7px;
padding: .7rem 0;
}
.header {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #eee;
background: #171717;
font-family: Arial, Helvetica, sans-serif;
background: linear-gradient(#272727, #1D1D1D, #171717);
}
.header a {
color: #fff;
}
.header .logo {
font-size: 2rem;
text-transform: uppercase;
font-weight: bold;
letter-spacing: -3px;
padding: 0px 1rem 0px 1rem;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
}
.footer {
padding-top: 7px;
padding-bottom: 7px;
margin-left: 0px;
margin-bottom: 10px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background: #171717;
background: linear-gradient(#171717, #1D1D1D, #272727);
color: #eee;
font-family: "Times New Roman", Helvetica, sans-serif;
}
/* Menu Settings */
.main-nav ul {
text-align: right;
letter-spacing: 1em;
margin: 0;
padding-right: 20px;
}
.main-nav ul li {
display: inline-block;
letter-spacing: normal;
}
.main-nav ul li a {
position: relative;
display: block;
line-height: 45px;
color: #fff;
padding: 0 15px;
white-space: nowrap;
}
.main-nav>ul>li>a {
border-radius: 2px;
}
/*Active dropdown nav item */
.main-nav ul li:hover>a {
background-color: #0a2e5c;
}
/* Selected Dropdown nav item */
.main-nav ul li.selected>a {
background-color: #104891;
color: #fff;
}
/* Dropdown CSS */
.main-nav ul li {
position: relative;
}
.main-nav ul li ul {
position: absolute;
min-width: 100%;
text-align: left;
z-index: 999;
display: none;
}
.main-nav ul li ul li {
display: block;
}
/* Dropdown CSS */
.main-nav ul li ul ul {
left: 100%;
top: 0;
}
/* Active on Hover */
.main-nav li:hover>ul {
display: block;
}
/* Child Indicator */
.main-nav .has-children>a {
padding-right: 30px;
}
.main-nav .has-children>a:after {
font-family: FontAwesome;
content: '\f107';
position: absolute;
display: inline-block;
right: 8px;
top: 0;
}
.main-nav .has-children .has-children>a:after {
content: '\f105';
}
input {
border-radius: 2px;
min-width: 400px;
min-height: 30px;
border: 1px solid grey;
color: #000000;
padding: 0 0.5rem;
}
textarea.input {
border-radius: 2px;
border: 1px solid grey;
min-width: 80%;
height: 200px;
color: #000000;
padding: 0 0.5rem;
padding-top: 10px;
}
input[name="searchfield"] {
border-radius: 2px;
font-size: 1rem;
min-width: 200px;
border: none;
color: #000000;
margin: -8px;
}
#top {
max-width: 980px;
margin: 0 auto;
}
pre {
border-radius: 5px;
padding: 5px 10px;
}
.list-item {
border-top: 3px solid #000;
background-color: #FFF;
padding: 1px 20px 0px 20px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#footer-bold {
color: #171717;
}
.between-content {
height: 10px;
}
.content-wrapper {
align-items: flex-start;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
margin: auto;
}
.p-tags {
border-radius: 3px;
background-color: #104891;
color: #FFF;
padding: 0.3rem 0.5rem;
}
.hashtag {
font-size: 2rem;
font-family: Arial, Helvetica, sans-serif;
color: #171717;
}
.tags {
display: flex;
align-items: center;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
border-top: solid thin #171717;
}
.p-name {
font-size: 1.5rem;
}
.prevoius-next {
text-align: center;
font-weight: bold;
padding-bottom: 10px;
margin-top: -10px;
}
form {
border-radius: 3px;
background-color: #fff;
padding: 0 0.5rem;
}
#banner {
height: auto;
max-width: 100%;
}
.contact-form {
border-top: 3px solid #000;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
background-color: rgb(252, 252, 252);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
ul.pagination {
margin: 0px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgb(252, 252, 252);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.pagination {
border-top: 3px solid #000;
}
.search-row-padding {
border-top: 3px solid #000;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
background-color: #fff;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
hr {
border: none;
color: #202020;
}
.search-results .tags {
display: flex;
align-items: center;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
border-top: solid thin #171717;
}
/* Container holding the image and the text */
.banner-container {
border-top: 0px solid #000;
position: relative;
text-align: center;
color: white;
padding-bottom: 5px;
}
/* Banner text padding */
.banner-text-padding {
position: absolute;
bottom: 40px;
left: 0px;
width: auto;
background-color: black;
background: rgba(0, 0, 0, .8);
transform: rotate(10deg);
}
.banner-text {
margin-left: 10px;
text-align: left;
color: #E0E0E0;
margin-right: 10px;
font-family: Arial, Helvetica, sans-serif;
}
.middle {
display: block;
margin: auto;
width: auto;
height: auto;
max-width: 100%;
position: relative;
overflow: hidden;
text-align: center;
}
.middle img {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.summary {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
.callout {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}
.callout p {
text-align: left;
}
.callout h2 {
text-align: center;
}
.feature-items {
display: inline;
width: 100%;
text-align: center;
background-color: rgb(252, 252, 252);
}
.feature {
width: 32%;
display: inline-block;
padding-right: 10px;
padding-left: 10px;
padding-top: 20px;
vertical-align: text-top;
}
.feature a {
color: #2e3131;
}
.feature a:hover {
color: #0a2e5c;
}
.modular-row {
border-top: 3px solid #000;
text-align: center;
background-color: #fff;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.search-wrapper {
width: 0%;
}
.search-item {
margin: 0px !important;
padding-left: 10px;
padding-right: 10px;
}
.search-header {
background-color: #fff;
margin-top: 0;
margin-bottom: 0;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 1px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top: 3px solid #000;
} | 0.599251 | 0.131285 |
form{
position: fixed;
top: 0;
left: 0;
display: inline-flex;
height: 100vh;
width: 100vw;
justify-content: center;
align-content: center;
flex-wrap: wrap;
/* background-color: rgba(128, 128, 128, 0.555);
*/
background: #0766859d; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fff, #07668588); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fff, #0766859d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
font-family: 'comfortaa';
z-index: 10;
/* opacity: 0; */
visibility: hidden;
}
.full{
opacity: 1;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
#pin{
padding-left: 10px;
border-radius: 13px;
border: 2px solid black;
position: relative;
left: 48px;
}
#pin:focus{
outline: none;
box-shadow: 0px 0px 0px 1px rgb(177, 238, 182);
}
form{
transition-duration: 0.8s;
transition-timing-function: ease-in-out;
}
.formBody{
position: relative;
top: -670px;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
flex-wrap: wrap;
align-items: flex-start;
border-right: 2px solid rgb(0, 0, 0);
border-bottom: 2px solid rgb(2, 0, 0);
border-left: 2px solid rgb(129, 112, 112);
border-top: 2px solid rgb(122, 113, 113);
border-radius: 10px;
padding: 20px;
transition-duration: 1s;
transition-timing-function: cubic-bezier(.62,.02,.72,1.47);
background-color: rgba(0, 0, 0, 0.71);
background-color: transparent;
box-shadow: 9px 10px 11px 0px #00000083;;
}
.formBody div{
display: inline-flex;
justify-content: space-between;
width: 300px;
/* border: 1px solid red; */
height: 35px;
margin-block-end: 10px;
/* overflow: hidden; */
}
.formBody input[type = text]{
width: 85%;
background-color: transparent;
border-radius: 10px;
padding-left: 10px;
margin-left: 15px;
border: 2px solid black;
}
.formBody input[type = text]:focus{
outline:none;
box-shadow: 0px 0px 0px 1px rgb(177, 238, 182);
}
.formBody div span{
display: flex;
justify-content: left;
}
#terms{
display: flex;
justify-content: center;
margin-top: 25px;
}
#terms span{
margin-right: 8px;
position: relative;
top: -3px;
}
#btn{
justify-content: space-around;
}
.formBody div img{
height: 32px;
width: 32px;
}
#Textarea{
height: 100px;
background-color: transparent;
margin-block: 10px;
}
textarea{
border: 2px solid black;
position: relative;
top: -13px;
left: 1px;
border-radius: 13px;
padding: 9px;
}
textarea:focus{
outline: none;
box-shadow: 0px 0px 0px 1px rgb(177, 238, 182);
}
#radio{
position: relative;
top: 10px;
}
#radio img{
position: relative;
top: -8px;
}
#send:enabled{
/* background-color: blueviolet; */
border: 2px solid blue;
/* box-shadow: -3px 3px 6px 1px #69656d; */
border-radius: 08px;
width: 100px;
font-family: 'comfortaa';
font-weight: bolder;
}
#close:enabled{
/* background-color: blueviolet; */
border: 2px solid blue;
/* box-shadow: -3px 3px 6px 1px #69656d; */
border-radius: 08px;
width: 100px;
font-family: 'comfortaa';
font-weight: bolder;
}
#send:disabled{
border-radius: 08px;
width: 100px;
font-family: 'comfortaa';
background-color: grey;
}
.click{
box-shadow: 0px 0px 6px 1px #160116;
font-family: 'comfortaa';
}
#btn{
overflow: visible;
}
#send:enabled:hover{
cursor: pointer;
font-family: 'comfortaa';
box-shadow: 0px 0px 8px grey;
}
#close:hover{
cursor: pointer;
font-family: 'comfortaa';
box-shadow: 0px 0px 8px grey;
}
input::placeholder{
font-family: 'comfortaa';
color: black;
} | spycss/form.css | form{
position: fixed;
top: 0;
left: 0;
display: inline-flex;
height: 100vh;
width: 100vw;
justify-content: center;
align-content: center;
flex-wrap: wrap;
/* background-color: rgba(128, 128, 128, 0.555);
*/
background: #0766859d; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fff, #07668588); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fff, #0766859d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
font-family: 'comfortaa';
z-index: 10;
/* opacity: 0; */
visibility: hidden;
}
.full{
opacity: 1;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
#pin{
padding-left: 10px;
border-radius: 13px;
border: 2px solid black;
position: relative;
left: 48px;
}
#pin:focus{
outline: none;
box-shadow: 0px 0px 0px 1px rgb(177, 238, 182);
}
form{
transition-duration: 0.8s;
transition-timing-function: ease-in-out;
}
.formBody{
position: relative;
top: -670px;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
flex-wrap: wrap;
align-items: flex-start;
border-right: 2px solid rgb(0, 0, 0);
border-bottom: 2px solid rgb(2, 0, 0);
border-left: 2px solid rgb(129, 112, 112);
border-top: 2px solid rgb(122, 113, 113);
border-radius: 10px;
padding: 20px;
transition-duration: 1s;
transition-timing-function: cubic-bezier(.62,.02,.72,1.47);
background-color: rgba(0, 0, 0, 0.71);
background-color: transparent;
box-shadow: 9px 10px 11px 0px #00000083;;
}
.formBody div{
display: inline-flex;
justify-content: space-between;
width: 300px;
/* border: 1px solid red; */
height: 35px;
margin-block-end: 10px;
/* overflow: hidden; */
}
.formBody input[type = text]{
width: 85%;
background-color: transparent;
border-radius: 10px;
padding-left: 10px;
margin-left: 15px;
border: 2px solid black;
}
.formBody input[type = text]:focus{
outline:none;
box-shadow: 0px 0px 0px 1px rgb(177, 238, 182);
}
.formBody div span{
display: flex;
justify-content: left;
}
#terms{
display: flex;
justify-content: center;
margin-top: 25px;
}
#terms span{
margin-right: 8px;
position: relative;
top: -3px;
}
#btn{
justify-content: space-around;
}
.formBody div img{
height: 32px;
width: 32px;
}
#Textarea{
height: 100px;
background-color: transparent;
margin-block: 10px;
}
textarea{
border: 2px solid black;
position: relative;
top: -13px;
left: 1px;
border-radius: 13px;
padding: 9px;
}
textarea:focus{
outline: none;
box-shadow: 0px 0px 0px 1px rgb(177, 238, 182);
}
#radio{
position: relative;
top: 10px;
}
#radio img{
position: relative;
top: -8px;
}
#send:enabled{
/* background-color: blueviolet; */
border: 2px solid blue;
/* box-shadow: -3px 3px 6px 1px #69656d; */
border-radius: 08px;
width: 100px;
font-family: 'comfortaa';
font-weight: bolder;
}
#close:enabled{
/* background-color: blueviolet; */
border: 2px solid blue;
/* box-shadow: -3px 3px 6px 1px #69656d; */
border-radius: 08px;
width: 100px;
font-family: 'comfortaa';
font-weight: bolder;
}
#send:disabled{
border-radius: 08px;
width: 100px;
font-family: 'comfortaa';
background-color: grey;
}
.click{
box-shadow: 0px 0px 6px 1px #160116;
font-family: 'comfortaa';
}
#btn{
overflow: visible;
}
#send:enabled:hover{
cursor: pointer;
font-family: 'comfortaa';
box-shadow: 0px 0px 8px grey;
}
#close:hover{
cursor: pointer;
font-family: 'comfortaa';
box-shadow: 0px 0px 8px grey;
}
input::placeholder{
font-family: 'comfortaa';
color: black;
} | 0.325413 | 0.076339 |
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}
@media only screen and (max-width: 1199px) {
.department-v1 .department-tab .service-content {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 991px) {
.department-v1 .department-tab .service-content {
padding: 0 20px;
}
.copyright {
text-align: center;
margin-bottom: 10px;
}
.footer-menu {
width: 100%;
}
.footer-menu ul {
float: none;
text-align: center;
}
.footer-menu ul li {
float: none;
display: inline-block;
}
.prev a, .next a {
display: inline-block;
}
.prev, .next {
padding-top: 20px;
padding-bottom: 20px;
overflow: hidden;
text-align: center;
}
.prev {
border-right: 0;
border-bottom: 1px solid #eae7e7;
}
.prev .inner,
.next .inner {
width: 100%;
}
.prev p, .next p {
text-align: center;
display: block;
}
.prev p {
padding-top: 10px;
}
.pricing-v1 .pricing-item {
margin-bottom: 25px;
}
}
@media only screen and (max-width: 767px) {
.department-v1 .department-tab .nav.nav-tabs a {
padding: 10px 0;
font-size: 9px;
}
.department-v1 .department-tab .nav.nav-tabs a i {
font-size: 28px;
}
.quote-v1 .quote-text {
margin-bottom: 40px;
}
.quote-v1 .quote-button {
text-align: center;
}
.footer-col h3 {
margin-top: 30px;
}
.testimonial-v1 .content .comment {
padding-left: 10px;
padding-right: 10px;
}
.contact-v3 .item {
margin-bottom: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.sf-menu li {
margin-right: 0px;
}
.sf-menu li a {
padding-left: 20px;
padding-right: 20px;
}
.department-v2 .department-tab .nav-tabs {
width: 25%;
}
.department-v2 .department-tab .tab-content {
width: 75%;
}
.department-v2 .department-tab .thumb {
padding-left: 0;
padding-right: 0;
}
.widget-search button {
width: 35px!important;
}
}
@media only screen and (min-width: 0) and (max-width: 750px) {
.top-contact,
.top-social {
width: 100%;
text-align: center;
}
.top-contact {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #54cbf4;
}
.top-contact .list {
float: none;
display: inline-block;
font-size: 16px;
}
.top-contact .list a {
font-size: 16px;
}
.top-social ul {
float: none;
display: inline-block;
}
}
@media only screen and (max-width: 991px) {
header .logo {
float: none;
margin: 0 auto;
text-align: center;
}
}
@media only screen and (max-width: 767px) {
header .logo {
text-align: left;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-col h3 {
margin-top: 30px;
}
.department-v2 .department-tab .nav-tabs {
width: 30%;
}
.department-v2 .department-tab .tab-content {
width: 70%;
}
.department-v2 .department-tab .thumb {
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
}
.footer-main .col-sm-6:nth-of-type(2n+1) {
clear: both!important;
}
}
@media only screen and (min-width: 590px) and (max-width: 767px) {
.department-v2 .department-tab .nav-tabs {
width: 40%;
}
.department-v2 .department-tab .tab-content {
width: 60%;
}
.department-v2 .department-tab .department-content {
padding: 15px 0;
}
.department-v2 .department-tab .thumb {
padding-top: 10px;
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (min-width: 0px) and (max-width: 590px) {
.department-v2 .department-tab .nav-tabs {
width: 100%;
}
.department-v2 .department-tab .tab-content {
width: 100%;
}
.department-v2 .department-tab .department-content {
padding: 15px 0;
}
.department-v2 .department-tab .thumb {
padding-top: 10px;
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (min-width: 751px) and (max-width: 991px) {
.top-social {
float: left;
}
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
.top-contact .list {
display: block;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 749px) {
.slicknav_menu {
display: block!important;
z-index: 99999999!important;
}
header .nav-wrapper,
.nav-wrapper .nav {
display: none!important;
}
}
@media only screen and (min-width: 750px) {
.slicknav_menu {
display: none!important;
}
header .nav-wrapper,
.nav-wrapper .nav {
display: block!important;
}
}
@media only screen and (max-width: 991px) {
.gallery .mix {width: calc(50% - 10px)!important;}
header.sticky {height: auto!important;}
header .nav-wrapper {float: none!important;}
header .nav-wrapper ul {float:none!important;text-align:center!important;}
.sf-menu > li {float: none;display: inline-block!important;}
}
@media only screen and (max-width: 650px) {
.gallery .mix {width: 100%!important;height:auto;}
.gallery .mix .inner .photo {height:450px;}
ul.gallery-menu li {width:100%;}
}
@media only screen and (max-width: 600px) {
.gallery .mix .inner .photo {height:400px;}
}
@media only screen and (max-width: 550px) {
.gallery .mix .inner .photo {height:350px;}
}
@media only screen and (max-width: 500px) {
.gallery .mix .inner .photo {height:320px;}
}
@media only screen and (max-width: 450px) {
.gallery .mix .inner .photo {height:280px;}
}
@media only screen and (min-width: 992px) {
.ser-item:nth-child(3n+1) {
clear: both;
}
}
@media only screen and (max-width: 991px) {
.ser-item:nth-child(2n+1) {
clear: both;
}
}
@media only screen and (max-width: 650px) {
.blog .image-holder {
width: 100%!important;
margin-right: 0!important;
margin-bottom: 15px;
}
.blog .text {
width: 100%!important;
}
.blog .text .inner {
padding: 0!important;
}
} | public/assets/front/css/responsive.css | * {
margin: 0;
padding: 0;
border: 0;
outline: none;
}
@media only screen and (max-width: 1199px) {
.department-v1 .department-tab .service-content {
margin-bottom: 30px;
}
}
@media only screen and (max-width: 991px) {
.department-v1 .department-tab .service-content {
padding: 0 20px;
}
.copyright {
text-align: center;
margin-bottom: 10px;
}
.footer-menu {
width: 100%;
}
.footer-menu ul {
float: none;
text-align: center;
}
.footer-menu ul li {
float: none;
display: inline-block;
}
.prev a, .next a {
display: inline-block;
}
.prev, .next {
padding-top: 20px;
padding-bottom: 20px;
overflow: hidden;
text-align: center;
}
.prev {
border-right: 0;
border-bottom: 1px solid #eae7e7;
}
.prev .inner,
.next .inner {
width: 100%;
}
.prev p, .next p {
text-align: center;
display: block;
}
.prev p {
padding-top: 10px;
}
.pricing-v1 .pricing-item {
margin-bottom: 25px;
}
}
@media only screen and (max-width: 767px) {
.department-v1 .department-tab .nav.nav-tabs a {
padding: 10px 0;
font-size: 9px;
}
.department-v1 .department-tab .nav.nav-tabs a i {
font-size: 28px;
}
.quote-v1 .quote-text {
margin-bottom: 40px;
}
.quote-v1 .quote-button {
text-align: center;
}
.footer-col h3 {
margin-top: 30px;
}
.testimonial-v1 .content .comment {
padding-left: 10px;
padding-right: 10px;
}
.contact-v3 .item {
margin-bottom: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.sf-menu li {
margin-right: 0px;
}
.sf-menu li a {
padding-left: 20px;
padding-right: 20px;
}
.department-v2 .department-tab .nav-tabs {
width: 25%;
}
.department-v2 .department-tab .tab-content {
width: 75%;
}
.department-v2 .department-tab .thumb {
padding-left: 0;
padding-right: 0;
}
.widget-search button {
width: 35px!important;
}
}
@media only screen and (min-width: 0) and (max-width: 750px) {
.top-contact,
.top-social {
width: 100%;
text-align: center;
}
.top-contact {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #54cbf4;
}
.top-contact .list {
float: none;
display: inline-block;
font-size: 16px;
}
.top-contact .list a {
font-size: 16px;
}
.top-social ul {
float: none;
display: inline-block;
}
}
@media only screen and (max-width: 991px) {
header .logo {
float: none;
margin: 0 auto;
text-align: center;
}
}
@media only screen and (max-width: 767px) {
header .logo {
text-align: left;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-col h3 {
margin-top: 30px;
}
.department-v2 .department-tab .nav-tabs {
width: 30%;
}
.department-v2 .department-tab .tab-content {
width: 70%;
}
.department-v2 .department-tab .thumb {
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
}
.footer-main .col-sm-6:nth-of-type(2n+1) {
clear: both!important;
}
}
@media only screen and (min-width: 590px) and (max-width: 767px) {
.department-v2 .department-tab .nav-tabs {
width: 40%;
}
.department-v2 .department-tab .tab-content {
width: 60%;
}
.department-v2 .department-tab .department-content {
padding: 15px 0;
}
.department-v2 .department-tab .thumb {
padding-top: 10px;
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (min-width: 0px) and (max-width: 590px) {
.department-v2 .department-tab .nav-tabs {
width: 100%;
}
.department-v2 .department-tab .tab-content {
width: 100%;
}
.department-v2 .department-tab .department-content {
padding: 15px 0;
}
.department-v2 .department-tab .thumb {
padding-top: 10px;
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (min-width: 751px) and (max-width: 991px) {
.top-social {
float: left;
}
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
.top-contact .list {
display: block;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 749px) {
.slicknav_menu {
display: block!important;
z-index: 99999999!important;
}
header .nav-wrapper,
.nav-wrapper .nav {
display: none!important;
}
}
@media only screen and (min-width: 750px) {
.slicknav_menu {
display: none!important;
}
header .nav-wrapper,
.nav-wrapper .nav {
display: block!important;
}
}
@media only screen and (max-width: 991px) {
.gallery .mix {width: calc(50% - 10px)!important;}
header.sticky {height: auto!important;}
header .nav-wrapper {float: none!important;}
header .nav-wrapper ul {float:none!important;text-align:center!important;}
.sf-menu > li {float: none;display: inline-block!important;}
}
@media only screen and (max-width: 650px) {
.gallery .mix {width: 100%!important;height:auto;}
.gallery .mix .inner .photo {height:450px;}
ul.gallery-menu li {width:100%;}
}
@media only screen and (max-width: 600px) {
.gallery .mix .inner .photo {height:400px;}
}
@media only screen and (max-width: 550px) {
.gallery .mix .inner .photo {height:350px;}
}
@media only screen and (max-width: 500px) {
.gallery .mix .inner .photo {height:320px;}
}
@media only screen and (max-width: 450px) {
.gallery .mix .inner .photo {height:280px;}
}
@media only screen and (min-width: 992px) {
.ser-item:nth-child(3n+1) {
clear: both;
}
}
@media only screen and (max-width: 991px) {
.ser-item:nth-child(2n+1) {
clear: both;
}
}
@media only screen and (max-width: 650px) {
.blog .image-holder {
width: 100%!important;
margin-right: 0!important;
margin-bottom: 15px;
}
.blog .text {
width: 100%!important;
}
.blog .text .inner {
padding: 0!important;
}
} | 0.196094 | 0.079353 |
@-moz-document url-prefix(https://www.facebook.com), url-prefix(https://apps.facebook.com) {
.fbChatSidebarBody {background: #FFF !Important}
._55lq {margin-left: 4px !important}
body{
background: url("https://wallpaperscraft.com/image/girl_toy_smiling_young_asian_69611_1366x768.jpg") #fff top center fixed !important
}
body:not(.Locale_en_US) #searchBarClickRef, body.Locale_en_US ._2gyj ._4w96._585-
{position: absolute !important; top: 8px; width: 400px !important; max-width: 400px !important; margin: 0 !important; padding: 0 !important; z-index: 2 !important; left: 157px !important;}body:not(.SettingsPage) #leftCol
{padding: 10px !important; position: fixed !important; left: 0 !important; overflow: hidden !important; height: 100vh !important; background: #fff !important; width: 18px !important; transition: all .5s cubic-bezier(.07,.64,.33,.97) !important}
._4tdt ._4tdw,
div.fbNubFlyoutBodyContent table.conversationContainer tbody tr td.vBot div._51lq div div._50ke a.profileLink img.profilePhoto,
li._42fz a._55ln ._55lp ._56p9 ._55lt {
border-radius: 50%!important;
overflow: hidden!important
}
._55y4 ._bui ._5afe .linkWrap
{padding-left: 4px !important; opacity: 0 !important; transition: all .15s ease !important;}#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar
{right: -160px !important; transition: all .5s cubic-bezier(.07,.64,.33,.97) !important; -webkit-box-shadow: none !important; border-left: 0 !important; box-shadow: none !important;}
.sidebarMode ._48gf
{right: 50px !important;}
#facebook.sidebarMode:not(.miniSidebar) #pagelet_canvas_nav_content,
#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar .fbChatOrderedList ._56p9:after,
#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar .fbChatOrderedList ._5bon ._568-,
._1nc6 ._5w1r:after,
._1nc7 ._5w1r:after,
._3tmp .loadingNavigation,
._4ypf,
._4yph,
._5otg::after,
._5ys_::after,
.bottomBorder,
.topBorder,
body:not(.SettingsPage) #leftCol:hover:after {
display: none!important
}
._5bon ._568-+i,
._5bon ._568-:empty+i {
padding: 0!important;
border-radius: 20px!important
}
body:not(.SettingsPage) #leftCol:hover {
width: 169px!important;
transition: all .3s cubic-bezier(.07, .64, .33, .97)!important
}
body:not(.SettingsPage) #pagelet_navigation {
height: 88vh!important;
overflow: scroll!important;
width: 203px!important;
opacity: .9!important;
margin-left: -10px!important
}
body:not(.SettingsPage) #pagelet_navigation .sideNavItem a {
padding-left: 36px!important
}
body:not(.SettingsPage) #pagelet_welcome_box {
width: 183px!important
}
body:not(.SettingsPage) #pagelet_navigation .navHeader {
padding-left: 10px!important
}
body:not(.SettingsPage) ._55y4 ._bui ._5afe {
padding-left: 28px!important
}
body:not(.SettingsPage) #leftCol:hover ._55y4 ._bui ._5afe .linkWrap {
opacity: 1!important
}
body:not(.SettingsPage) #leftCol .uiHeaderTitle {
width: 140px!important
}
body.Locale_en_US:not(.SettingsPage) ._5o88 {
margin-left: 10px!important
}
body.Locale_en_US:not(.SettingsPage) #pagelet_navigation {
width: 201px!important;
overflow-x: hidden!important
}
body.Locale_en_US:not(.SettingsPage) ._36hd,
body.Locale_en_US:not(.SettingsPage) ._4r58 {
width: 180px!important
}
#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar:hover {
right: 0!important;
transition: all .2s cubic-bezier(.07, .64, .33, .97)!important;
box-shadow: 0 0 7px 5px rgba(0, 0, 0, .1)!important
}
#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar .fbChatOrderedList ._5bon {
position: absolute!important;
left: 2px!important;
top: -2px!important;
line-height: normal!important;
margin: 0!important;
border-radius: 20px!important;
padding: 0!important;
height: 13px!important;
width: 13px!important
}
._5bon ._568-:empty+i {
background-image: url(https://pbs.twimg.com/media/CNyeTNXWwAAbAS7.png)!important;
background-position: 0 1px!important;
margin: 0!important;
background-color: #72aa19!important
}
#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar ._5q88.fbChatTypeahead .textInput {
padding-left: 45px!important
}
} | data/usercss/126709.user.css | @-moz-document url-prefix(https://www.facebook.com), url-prefix(https://apps.facebook.com) {
.fbChatSidebarBody {background: #FFF !Important}
._55lq {margin-left: 4px !important}
body{
background: url("https://wallpaperscraft.com/image/girl_toy_smiling_young_asian_69611_1366x768.jpg") #fff top center fixed !important
}
body:not(.Locale_en_US) #searchBarClickRef, body.Locale_en_US ._2gyj ._4w96._585-
{position: absolute !important; top: 8px; width: 400px !important; max-width: 400px !important; margin: 0 !important; padding: 0 !important; z-index: 2 !important; left: 157px !important;}body:not(.SettingsPage) #leftCol
{padding: 10px !important; position: fixed !important; left: 0 !important; overflow: hidden !important; height: 100vh !important; background: #fff !important; width: 18px !important; transition: all .5s cubic-bezier(.07,.64,.33,.97) !important}
._4tdt ._4tdw,
div.fbNubFlyoutBodyContent table.conversationContainer tbody tr td.vBot div._51lq div div._50ke a.profileLink img.profilePhoto,
li._42fz a._55ln ._55lp ._56p9 ._55lt {
border-radius: 50%!important;
overflow: hidden!important
}
._55y4 ._bui ._5afe .linkWrap
{padding-left: 4px !important; opacity: 0 !important; transition: all .15s ease !important;}#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar
{right: -160px !important; transition: all .5s cubic-bezier(.07,.64,.33,.97) !important; -webkit-box-shadow: none !important; border-left: 0 !important; box-shadow: none !important;}
.sidebarMode ._48gf
{right: 50px !important;}
#facebook.sidebarMode:not(.miniSidebar) #pagelet_canvas_nav_content,
#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar .fbChatOrderedList ._56p9:after,
#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar .fbChatOrderedList ._5bon ._568-,
._1nc6 ._5w1r:after,
._1nc7 ._5w1r:after,
._3tmp .loadingNavigation,
._4ypf,
._4yph,
._5otg::after,
._5ys_::after,
.bottomBorder,
.topBorder,
body:not(.SettingsPage) #leftCol:hover:after {
display: none!important
}
._5bon ._568-+i,
._5bon ._568-:empty+i {
padding: 0!important;
border-radius: 20px!important
}
body:not(.SettingsPage) #leftCol:hover {
width: 169px!important;
transition: all .3s cubic-bezier(.07, .64, .33, .97)!important
}
body:not(.SettingsPage) #pagelet_navigation {
height: 88vh!important;
overflow: scroll!important;
width: 203px!important;
opacity: .9!important;
margin-left: -10px!important
}
body:not(.SettingsPage) #pagelet_navigation .sideNavItem a {
padding-left: 36px!important
}
body:not(.SettingsPage) #pagelet_welcome_box {
width: 183px!important
}
body:not(.SettingsPage) #pagelet_navigation .navHeader {
padding-left: 10px!important
}
body:not(.SettingsPage) ._55y4 ._bui ._5afe {
padding-left: 28px!important
}
body:not(.SettingsPage) #leftCol:hover ._55y4 ._bui ._5afe .linkWrap {
opacity: 1!important
}
body:not(.SettingsPage) #leftCol .uiHeaderTitle {
width: 140px!important
}
body.Locale_en_US:not(.SettingsPage) ._5o88 {
margin-left: 10px!important
}
body.Locale_en_US:not(.SettingsPage) #pagelet_navigation {
width: 201px!important;
overflow-x: hidden!important
}
body.Locale_en_US:not(.SettingsPage) ._36hd,
body.Locale_en_US:not(.SettingsPage) ._4r58 {
width: 180px!important
}
#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar:hover {
right: 0!important;
transition: all .2s cubic-bezier(.07, .64, .33, .97)!important;
box-shadow: 0 0 7px 5px rgba(0, 0, 0, .1)!important
}
#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar .fbChatOrderedList ._5bon {
position: absolute!important;
left: 2px!important;
top: -2px!important;
line-height: normal!important;
margin: 0!important;
border-radius: 20px!important;
padding: 0!important;
height: 13px!important;
width: 13px!important
}
._5bon ._568-:empty+i {
background-image: url(https://pbs.twimg.com/media/CNyeTNXWwAAbAS7.png)!important;
background-position: 0 1px!important;
margin: 0!important;
background-color: #72aa19!important
}
#facebook.sidebarMode:not(.miniSidebar) .fbChatSidebar ._5q88.fbChatTypeahead .textInput {
padding-left: 45px!important
}
} | 0.483892 | 0.135204 |
@import '../dependencies/bootstrap/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css?family=Quicksand');
:root {
--primary-color: #1FAA00;
--black: #212529;
}
body {
font-family: 'Quicksand', apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
main {
margin-top: 58px;
padding-top: 32px;
padding-bottom: 16px;
width: 100%;
}
section {
position: relative;
}
a {
color: black;
text-decoration: none;
}
a:hover {
color: black;
text-decoration: none;
}
button.material-icons {
background-color: transparent;
cursor: pointer;
border: none;
box-shadow: none;
font-size: 2rem;
}
button.material-icons:focus {
outline: none;
}
.title {
font-weight: bold;
font-size: 1.3rem;
}
.primary-color {
color: var(--primary-color) !important;
}
.primary-bg {
background-color: var(--primary-color) !important;
color: white !important;
}
.primary-border {
border-color: var(--primary-color) !important;
color: var(--primary-color) !important;
}
nav.navbar {
box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .1);
background-color: white;
}
nav.navbar a {
color: var(--black);
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#1FAA00' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:focus {
outline: none;
}
.navbar-collapse.collapsing a.nav-link,
.navbar-collapse.show a.nav-link,
.navbar-collapse.collapsing a.nav-link.btn,
.navbar-collapse.show a.nav-link.btn {
color: var(--black) !important;
text-align: left;
background-color: transparent !important;
font-weight: 400 !important;
}
a.nav-link:focus {
outline: none;
box-shadow: none;
}
a.nav-link {
padding: 8px 16px;
margin: 0 4px;
}
a.nav-link:hover {
background-color: rgba(30, 168, 0, .2);
border-radius: 4px;
}
a.nav-link.primary-bg:hover {
background-color: #24b803;
}
.radius-20 {
border-radius: 20px;
}
.liked {
color: #D81E06;
}
footer {
background-color: var(--black);
color: #929292;
}
footer a {
color: #929292;
}
footer a:hover {
color: #929292;
text-decoration: underline;
}
.footer-title {
color: #c0c0c0;
}
.secondary-footer {
display: flex;
flex-direction: row;
justify-content: space-between;
padding-top: 16px;
}
/* .secondary-footer > div:nth-of-type(2) {
display: flex;
}
.secondary-footer > div:nth-of-type(2) > * {
margin: 0 20px;
} */
.secondary-footer ul {
padding-left: 24px;
}
.secondary-footer > div:first-of-type {
max-width: 300px;
}
.secondary-footer > div:first-of-type a {
font-size: 2rem;
font-weight: 600;
}
.secondary-footer > div:not(:first-of-type) {
padding-top: 20px;
}
.primary-footer {
background-color: #1e2225;
color: #929292;
text-align: center;
padding: 4px 0;
}
@media only screen and (max-width: 992px) {
footer > .secondary-footer.container {
display: none;
}
}
.card-body {
margin-top: 100px;
} | assets/styles/main.css | @import '../dependencies/bootstrap/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css?family=Quicksand');
:root {
--primary-color: #1FAA00;
--black: #212529;
}
body {
font-family: 'Quicksand', apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
main {
margin-top: 58px;
padding-top: 32px;
padding-bottom: 16px;
width: 100%;
}
section {
position: relative;
}
a {
color: black;
text-decoration: none;
}
a:hover {
color: black;
text-decoration: none;
}
button.material-icons {
background-color: transparent;
cursor: pointer;
border: none;
box-shadow: none;
font-size: 2rem;
}
button.material-icons:focus {
outline: none;
}
.title {
font-weight: bold;
font-size: 1.3rem;
}
.primary-color {
color: var(--primary-color) !important;
}
.primary-bg {
background-color: var(--primary-color) !important;
color: white !important;
}
.primary-border {
border-color: var(--primary-color) !important;
color: var(--primary-color) !important;
}
nav.navbar {
box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .1);
background-color: white;
}
nav.navbar a {
color: var(--black);
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#1FAA00' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:focus {
outline: none;
}
.navbar-collapse.collapsing a.nav-link,
.navbar-collapse.show a.nav-link,
.navbar-collapse.collapsing a.nav-link.btn,
.navbar-collapse.show a.nav-link.btn {
color: var(--black) !important;
text-align: left;
background-color: transparent !important;
font-weight: 400 !important;
}
a.nav-link:focus {
outline: none;
box-shadow: none;
}
a.nav-link {
padding: 8px 16px;
margin: 0 4px;
}
a.nav-link:hover {
background-color: rgba(30, 168, 0, .2);
border-radius: 4px;
}
a.nav-link.primary-bg:hover {
background-color: #24b803;
}
.radius-20 {
border-radius: 20px;
}
.liked {
color: #D81E06;
}
footer {
background-color: var(--black);
color: #929292;
}
footer a {
color: #929292;
}
footer a:hover {
color: #929292;
text-decoration: underline;
}
.footer-title {
color: #c0c0c0;
}
.secondary-footer {
display: flex;
flex-direction: row;
justify-content: space-between;
padding-top: 16px;
}
/* .secondary-footer > div:nth-of-type(2) {
display: flex;
}
.secondary-footer > div:nth-of-type(2) > * {
margin: 0 20px;
} */
.secondary-footer ul {
padding-left: 24px;
}
.secondary-footer > div:first-of-type {
max-width: 300px;
}
.secondary-footer > div:first-of-type a {
font-size: 2rem;
font-weight: 600;
}
.secondary-footer > div:not(:first-of-type) {
padding-top: 20px;
}
.primary-footer {
background-color: #1e2225;
color: #929292;
text-align: center;
padding: 4px 0;
}
@media only screen and (max-width: 992px) {
footer > .secondary-footer.container {
display: none;
}
}
.card-body {
margin-top: 100px;
} | 0.445288 | 0.074064 |
body {
font-family: "ProximaNovaRegular";
src: url(../fonts/ProximaNova-Regular.ttf);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'ProximaNovaBold', 'ProximaNovaRegular';
src: url(../fonts/ProximaNova-Bold.ttf);
font-weight: 700;
}
header.masthead {
position: relative;
background-color: #343a40;
background: url("../img/bg-masthead.jpg") no-repeat center center;
background-size: cover;
padding-top: 8rem;
padding-bottom: 8rem;
}
header.masthead .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
.header-bg-dark{
background-color: #273E4A!important;
}
.showcase .container {
min-height: 350px;
background-color: #F9F9F9;
margin-top: 10px;
margin-bottom: 10px;
}
.call-to-action {
position: relative;
background-color: #343a40;
background: url("../img/bg-masthead.jpg") no-repeat center center;
background-size: cover;
padding-top: 7rem;
padding-bottom: 7rem;
}
.call-to-action .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
.padall {
padding: 3px;
}
footer.footer {
left: 0;
bottom: 0;
width: 100%;
color: white;
text-align: center;
padding-top: 1rem;
padding-bottom: 1rem;
}
.footer-bg-dark {
background-color: #263E4A!important;
}
.list-inline {
list-style-type: none;
}
.list-inline-item a {
color:#FFFFFF;
}
padding-bottom: 1rem;
}
#event-calendar table {
width: 100%;
}
#event-calendar table tr th {
border: 1px solid #ddd;
width: 80px;
height: 30px;
text-align: center;
color: gray;
font-size: 14px;
font-weight: 400;
}
#event-calendar table tr td {
border: 1px solid #ddd;
width: 80px;
text-align: center;
}
#event-calendar .calendar tr td:last-child>a {
color: #C4C4C4;
}
#event-calendar .calendar td>a {
position: relative;
z-index: 2;
font-size: 20px;
font-weight: 300;
}
#event-calendar .calendar td div.highlight {
background-color: #EEEEEE;
color: red;
width: 100%;
left: 0;
right: 1px;
position: absolute;
top: 0;
bottom: 1px;
z-index: 0;
}
#event-calendar .calendar td {
position: relative;
}
#event-calendar table tr td {
height: 90px;
}
/*** Shopping ***/
#shopping-cart {
margin: 30px;
width: 100%;
}
#product-grid {
margin: 20px;
}
#shopping-cart table {
width: 100%;
background-color: #F0F0F0;
}
#shopping-cart table td {
background-color: #FFFFFF;
}
.txt-heading {
color: #211a1a;
border-bottom: 1px solid #E0E0E0;
overflow: auto;
}
#btnEmpty {
background-color: #ffffff;
border: #d00000 1px solid;
padding: 5px 10px;
color: #d00000;
float: right;
text-decoration: none;
border-radius: 3px;
margin: 10px 0px;
}
.btnAddAction {
padding: 5px 10px;
margin-left: 5px;
background-color: #efefef;
border: #E0E0E0 1px solid;
color: #211a1a;
float: right;
text-decoration: none;
border-radius: 3px;
cursor: pointer;
}
#product-grid .txt-heading {
margin-bottom: 18px;
}
.product-item {
float: left;
background: #ffffff;
margin: 6px;
padding: 5px;
border: #E0E0E0 1px solid;
}
.product-image {
height: 155px;
width: 250px;
background-color: #FFF;
}
.clear-float {
clear: both;
}
.demo-input-box {
border-radius: 2px;
border: #CCC 1px solid;
padding: 2px 1px;
}
.tbl-cart {
font-size: 0.9em;
}
.tbl-cart th {
font-weight: normal;
}
.product-title {
margin-bottom: 20px;
}
.product-price {
float:left;
}
.cart-action {
float: right;
}
.product-quantity {
padding: 5px 10px;
border-radius: 3px;
border: #E0E0E0 1px solid;
}
.product-tile-footer {
padding: 15px 15px 0px 15px;
overflow: auto;
}
.cart-item-image {
width: 30px;
height: 30px;
border-radius: 50%;
border: #E0E0E0 1px solid;
padding: 5px;
vertical-align: middle;
margin-right: 15px;
}
.no-records {
text-align: center;
clear: both;
margin: 38px 0px;
} | css/build.css | body {
font-family: "ProximaNovaRegular";
src: url(../fonts/ProximaNova-Regular.ttf);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'ProximaNovaBold', 'ProximaNovaRegular';
src: url(../fonts/ProximaNova-Bold.ttf);
font-weight: 700;
}
header.masthead {
position: relative;
background-color: #343a40;
background: url("../img/bg-masthead.jpg") no-repeat center center;
background-size: cover;
padding-top: 8rem;
padding-bottom: 8rem;
}
header.masthead .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
.header-bg-dark{
background-color: #273E4A!important;
}
.showcase .container {
min-height: 350px;
background-color: #F9F9F9;
margin-top: 10px;
margin-bottom: 10px;
}
.call-to-action {
position: relative;
background-color: #343a40;
background: url("../img/bg-masthead.jpg") no-repeat center center;
background-size: cover;
padding-top: 7rem;
padding-bottom: 7rem;
}
.call-to-action .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
.padall {
padding: 3px;
}
footer.footer {
left: 0;
bottom: 0;
width: 100%;
color: white;
text-align: center;
padding-top: 1rem;
padding-bottom: 1rem;
}
.footer-bg-dark {
background-color: #263E4A!important;
}
.list-inline {
list-style-type: none;
}
.list-inline-item a {
color:#FFFFFF;
}
padding-bottom: 1rem;
}
#event-calendar table {
width: 100%;
}
#event-calendar table tr th {
border: 1px solid #ddd;
width: 80px;
height: 30px;
text-align: center;
color: gray;
font-size: 14px;
font-weight: 400;
}
#event-calendar table tr td {
border: 1px solid #ddd;
width: 80px;
text-align: center;
}
#event-calendar .calendar tr td:last-child>a {
color: #C4C4C4;
}
#event-calendar .calendar td>a {
position: relative;
z-index: 2;
font-size: 20px;
font-weight: 300;
}
#event-calendar .calendar td div.highlight {
background-color: #EEEEEE;
color: red;
width: 100%;
left: 0;
right: 1px;
position: absolute;
top: 0;
bottom: 1px;
z-index: 0;
}
#event-calendar .calendar td {
position: relative;
}
#event-calendar table tr td {
height: 90px;
}
/*** Shopping ***/
#shopping-cart {
margin: 30px;
width: 100%;
}
#product-grid {
margin: 20px;
}
#shopping-cart table {
width: 100%;
background-color: #F0F0F0;
}
#shopping-cart table td {
background-color: #FFFFFF;
}
.txt-heading {
color: #211a1a;
border-bottom: 1px solid #E0E0E0;
overflow: auto;
}
#btnEmpty {
background-color: #ffffff;
border: #d00000 1px solid;
padding: 5px 10px;
color: #d00000;
float: right;
text-decoration: none;
border-radius: 3px;
margin: 10px 0px;
}
.btnAddAction {
padding: 5px 10px;
margin-left: 5px;
background-color: #efefef;
border: #E0E0E0 1px solid;
color: #211a1a;
float: right;
text-decoration: none;
border-radius: 3px;
cursor: pointer;
}
#product-grid .txt-heading {
margin-bottom: 18px;
}
.product-item {
float: left;
background: #ffffff;
margin: 6px;
padding: 5px;
border: #E0E0E0 1px solid;
}
.product-image {
height: 155px;
width: 250px;
background-color: #FFF;
}
.clear-float {
clear: both;
}
.demo-input-box {
border-radius: 2px;
border: #CCC 1px solid;
padding: 2px 1px;
}
.tbl-cart {
font-size: 0.9em;
}
.tbl-cart th {
font-weight: normal;
}
.product-title {
margin-bottom: 20px;
}
.product-price {
float:left;
}
.cart-action {
float: right;
}
.product-quantity {
padding: 5px 10px;
border-radius: 3px;
border: #E0E0E0 1px solid;
}
.product-tile-footer {
padding: 15px 15px 0px 15px;
overflow: auto;
}
.cart-item-image {
width: 30px;
height: 30px;
border-radius: 50%;
border: #E0E0E0 1px solid;
padding: 5px;
vertical-align: middle;
margin-right: 15px;
}
.no-records {
text-align: center;
clear: both;
margin: 38px 0px;
} | 0.320183 | 0.089415 |
*::before,
*,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Patua One", cursive;
}
ul {
list-style: none;
}
/* global */
body {
margin: 0 auto;
color: white;
max-width: 1440px;
font-family: "Patua One", cursive;
position: relative;
}
.bg-grey {
background-color: lightgray;
}
a {
text-decoration: none;
color: gray;
}
/* Header */
header {
display: grid;
grid-template-columns: 1fr 3fr 350px;
gap: 10px;
padding: 20px 60px;
background-color: gray;
font-size: 22px;
}
header nav {
display: flex;
align-items: center;
}
header nav ul {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding-right: 50px;
}
header nav ul button {
background-color: lightgrey;
border-radius: 15px;
padding: 15px;
border: none;
}
header .logo {
height: 50px;
background-color: rgb(39, 39, 39);
}
input {
border-radius: 15px;
border: none;
font-size: 25px;
outline: none;
padding-left: 15px;
}
.image-frame {
width: 75.6px;
height: 75.6px;
margin-right: 30px;
background-color: white;
border-radius: 5px;
position: relative;
transform: scale(1) rotateZ(calc(11 * -1deg));
transition: all 0.3s;
}
.hidden {
display: none;
}
/* Showcase */
.showcase-grid {
display: grid;
grid-template-columns: repeat(auto-fill, 50%);
}
.showcase-item {
background-color: darkgray;
padding: 100px 50px;
}
.showcase-grid > :nth-child(odd) {
background-color: rgb(102, 102, 102);
}
.author figure {
display: flex;
align-items: center;
}
.icon-arrow img {
width: 50px;
}
.explore-feature img {
height: 240px;
}
.community-links-item img {
width: 100%;
}
.our-guides-item img {
width: 100%;
max-height: 300px;
border-radius: 6px;
filter: grayscale();
}
.shipping-section img {
max-width: 517px;
height: auto;
width: 800px;
filter: grayscale();
border-radius: 6px;
}
.author figure img,
.community-links-item .image-frame {
background-color: gray;
position: absolute;
transform: scale(1) rotateZ(calc(11 * -1deg));
transition: all 0.3s;
top: 0;
bottom: 0;
margin: 5px;
left: 0;
right: 0;
width: 65.6px;
height: 65.6px;
}
.author-name {
font-size: large;
}
.person-of-the-week figure img {
width: 250%;
border: 1px solid gray;
border-radius: 6px;
padding: 5px;
}
.showcase-item .image-frame img {
transform: rotate(0);
}
.title {
padding: 20px 0;
font-size: xx-large;
line-height: 45px;
}
.comments {
padding-bottom: 20px;
}
.icon-arrow {
display: inline-block;
padding: 30px 15px 30px 20px;
position: absolute;
left: 0;
bottom: 0;
}
.icon-arrow:hover {
background-color: gray;
}
.image-frame:hover {
transform: scale(1) rotateZ(0);
transition: all 0.3s;
}
/* latest-posts-section */
.explore-feature button {
margin-bottom: 10px;
padding: 15px 100px;
border-radius: 11px;
border: none;
}
.latest-posts-section {
position: relative;
display: grid;
padding: 0 50px;
margin-top: 50px;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 0.5fr 1fr 1fr;
gap: 70px 10px;
}
#section-title {
position: absolute;
transform: rotate(90deg);
color: black;
z-index: 100;
justify-content: space-between;
}
article:hover .icon-arrow {
background-color: gray;
}
.latest-posts-section article {
color: black;
position: relative;
}
.time-written {
font-size: medium;
font-family: Arial, Helvetica, sans-serif;
color: gray;
}
.time-written span {
font-size: large;
}
.latest-posts h3 {
font-size: x-large;
margin: 10px 0 20px 0;
text-decoration: underline;
}
.latest-posts {
transition: all 0.3s;
padding: 40px;
}
.latest-posts:hover {
transform: scale(1.02);
background-color: #fff;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
transition: all 0.3s;
}
.lastest-posts-author {
color: gray;
margin-bottom: 10px;
}
footer nav ul li a {
text-decoration: underline;
}
.lastest-posts-author a {
text-decoration: underline;
color: gray;
margin-left: 5px;
}
footer p {
width: 30%;
margin-top: 30px;
}
.lastest-post-description,
.person-of-the-week-description p,
.paragraph {
line-height: 30px;
font-family: "Times New Roman", Times, serif;
font-weight: lighter;
color: #333;
padding-bottom: 130px;
}
/* ads sub-section */
.shipping-section * {
margin-bottom: 20px;
}
.latest-posts-section .ads {
grid-column: 1/2;
text-align: center;
border-radius: 6px;
}
.shipping-section h6 {
font-size: 23px;
padding: 15px 235px;
}
.communit-links-item-description h6 {
text-decoration: underline;
}
footer h5 {
padding-top: 50px;
font-size: 18px;
}
.latest-posts-section .ads h6 {
margin-bottom: 20px;
font-size: 12px;
color: lightgray;
}
.latest-posts-section .ads article {
background-color: lightgray;
padding: 15px 30px;
border-radius: 11px;
}
.latest-posts-section .ads article * {
margin-bottom: 20px;
}
.design-systems .design-systems-image img {
height: 400px;
width: 300px;
transform: scale(1) rotate(-11deg);
transition: all 0.3s;
transform-origin: left bottom;
box-shadow: -10px 30px 31px -18px rgba(0, 0, 0, 0.75);
}
.ads .img {
width: 175px;
margin: auto;
height: 35px;
line-height: 35px;
border-radius: 100px;
background-color: darkgray;
text-align: center;
}
.design-systems .design-systems-image img:hover {
transform: scale(1);
transition: all 0.3s;
}
.our-guides-item button {
padding: 15px;
background-color: darkgray;
border-radius: 6px;
color: #333;
margin: 20px 0;
border: none;
font-size: x-large;
}
.newsletter-join button {
height: 100%;
border-radius: 0 6px 6px 0;
margin: 0;
}
.latest-posts-section .ads article button {
text-transform: uppercase;
padding: 10px;
background-color: darkgray;
border-radius: 6px;
cursor: pointer;
}
/* explore-feature sub-section */
.latest-posts-section .explore-feature {
grid-column: 2/-1;
background-color: darkgray;
border-radius: 11px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.explore-feature h2 {
font-size: xx-large;
padding: 20px 0;
}
.explore-feature p {
padding: 20px 0;
white-space: nowrap;
}
.latest-articles p {
display: inline-block;
text-align: center;
border-bottom: 5px solid grey;
color: #333;
padding-bottom: 10px;
}
.our-guides-item p {
padding-bottom: 15px;
margin-bottom: 15px;
color: gray;
}
.disclaimer p {
line-height: 25px;
margin-bottom: 0;
}
.explore-feature p:last-child {
display: flex;
}
.explore-feature p a {
text-decoration: underline;
margin-left: 5px;
}
/* latest articles part */
.latest-articles {
grid-column: 2/3;
padding: 100px 0;
margin: 0 auto;
}
.latest-articles p:hover {
cursor: pointer;
}
/* shipping-section */
.shipping-section {
width: 100%;
background-color: gray;
min-height: 200px;
display: flex;
flex-direction: column;
align-items: center;
padding: 80px;
text-align: center;
}
.shipping-section a:first-of-type {
font-size: 52px;
color: white;
text-decoration: underline;
}
.shipping-section a:last-of-type {
border: none;
font-size: 23px;
background-color: #fff;
color: black;
padding: 20px 100px;
border-radius: 11px;
}
/* Community Links */
.person-of-the-week {
display: flex;
justify-content: space-around;
padding: 30px;
grid-column: 1 / -1;
}
.person-of-the-week h4 {
margin-bottom: 30px;
font-size: large;
letter-spacing: 2px;
font-family: "Times New Roman", Times, serif;
font-weight: lighter;
color: gray;
}
.person-of-the-week figure {
flex: 1;
}
.person-of-the-week-description {
flex: 3;
}
.community-links {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
padding: 40px;
}
.community-links-item {
grid-column: 1 span;
display: flex;
color: gray;
position: relative;
}
.community-links-item .image-frame {
position: relative;
margin-right: 25px;
border: 3px solid gray;
}
.more-links {
margin: 0 auto;
color: black;
text-align: center;
border-bottom: 5px solid gray;
padding-bottom: 10px;
width: 210px;
margin-bottom: 50px;
}
/* design-systems */
.design-systems {
position: relative;
padding: 50px 70px;
color: white;
background-color: gray;
display: flex;
justify-content: space-between;
}
.design-systems .design-systems-info {
display: flex;
flex-direction: column;
}
.design-systems .design-systems-info p {
font-family: "Lora", serif;
width: 670px;
margin-bottom: 40px;
line-height: 1.8;
}
.design-systems .design-systems-info p:first-child {
font-size: 16px;
}
.design-systems .design-systems-info p:last-child {
font-size: 20px;
margin-top: 20px;
}
.title-section-article {
padding: 20px 0;
font-size: 47px;
}
.design-systems .design-systems-info a {
padding: 18px 30px;
background-color: white;
border-radius: 11px;
border: none;
width: 320px;
text-align: center;
}
.design-systems .design-systems-image {
position: absolute;
right: 100px;
top: -50px;
filter: grayscale();
}
/* Our Guides */
.our-guides {
display: grid;
gap: 25px;
grid-template-columns: 1fr 1fr;
padding: 50px 70px;
}
.our-guides-item {
background-color: lightgray;
border-radius: 6px;
padding: 25px;
grid-column: auto;
}
.our-guides-item h5 {
text-transform: uppercase;
color: #333;
font-family: "Times New Roman", Times, serif;
letter-spacing: 1px;
font-weight: lighter;
}
.our-guides-item h2 {
color: #333;
padding-top: 0;
}
.newsletter-join {
display: flex;
justify-content: center;
}
.newsletter-join input {
border-radius: 6px 0 0 6px;
}
.disclaimer {
padding: 8px;
background-color: darkgray;
border-radius: 6px;
text-align: center;
max-width: 40%;
margin: auto;
margin-top: 30px;
}
.our-guides .latest-articles {
grid-column: 2 span;
text-align: center;
}
/* Footer */
footer {
background-color: lightgray;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
bottom: 0;
min-height: 300px;
right: 0;
left: 0;
}
.links-list,
.nav-footer {
display: flex;
width: 60%;
margin: auto;
text-align: center;
justify-content: center;
list-style: circle;
flex-wrap: wrap;
line-height: 30px;
margin-bottom: 50px;
}
.nav-footer li,
.links-list li:not(:last-child) {
margin-right: 25px;
}
.nav-footer {
margin-top: 30px;
list-style: none;
} | css/app.css |
*::before,
*,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Patua One", cursive;
}
ul {
list-style: none;
}
/* global */
body {
margin: 0 auto;
color: white;
max-width: 1440px;
font-family: "Patua One", cursive;
position: relative;
}
.bg-grey {
background-color: lightgray;
}
a {
text-decoration: none;
color: gray;
}
/* Header */
header {
display: grid;
grid-template-columns: 1fr 3fr 350px;
gap: 10px;
padding: 20px 60px;
background-color: gray;
font-size: 22px;
}
header nav {
display: flex;
align-items: center;
}
header nav ul {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding-right: 50px;
}
header nav ul button {
background-color: lightgrey;
border-radius: 15px;
padding: 15px;
border: none;
}
header .logo {
height: 50px;
background-color: rgb(39, 39, 39);
}
input {
border-radius: 15px;
border: none;
font-size: 25px;
outline: none;
padding-left: 15px;
}
.image-frame {
width: 75.6px;
height: 75.6px;
margin-right: 30px;
background-color: white;
border-radius: 5px;
position: relative;
transform: scale(1) rotateZ(calc(11 * -1deg));
transition: all 0.3s;
}
.hidden {
display: none;
}
/* Showcase */
.showcase-grid {
display: grid;
grid-template-columns: repeat(auto-fill, 50%);
}
.showcase-item {
background-color: darkgray;
padding: 100px 50px;
}
.showcase-grid > :nth-child(odd) {
background-color: rgb(102, 102, 102);
}
.author figure {
display: flex;
align-items: center;
}
.icon-arrow img {
width: 50px;
}
.explore-feature img {
height: 240px;
}
.community-links-item img {
width: 100%;
}
.our-guides-item img {
width: 100%;
max-height: 300px;
border-radius: 6px;
filter: grayscale();
}
.shipping-section img {
max-width: 517px;
height: auto;
width: 800px;
filter: grayscale();
border-radius: 6px;
}
.author figure img,
.community-links-item .image-frame {
background-color: gray;
position: absolute;
transform: scale(1) rotateZ(calc(11 * -1deg));
transition: all 0.3s;
top: 0;
bottom: 0;
margin: 5px;
left: 0;
right: 0;
width: 65.6px;
height: 65.6px;
}
.author-name {
font-size: large;
}
.person-of-the-week figure img {
width: 250%;
border: 1px solid gray;
border-radius: 6px;
padding: 5px;
}
.showcase-item .image-frame img {
transform: rotate(0);
}
.title {
padding: 20px 0;
font-size: xx-large;
line-height: 45px;
}
.comments {
padding-bottom: 20px;
}
.icon-arrow {
display: inline-block;
padding: 30px 15px 30px 20px;
position: absolute;
left: 0;
bottom: 0;
}
.icon-arrow:hover {
background-color: gray;
}
.image-frame:hover {
transform: scale(1) rotateZ(0);
transition: all 0.3s;
}
/* latest-posts-section */
.explore-feature button {
margin-bottom: 10px;
padding: 15px 100px;
border-radius: 11px;
border: none;
}
.latest-posts-section {
position: relative;
display: grid;
padding: 0 50px;
margin-top: 50px;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 0.5fr 1fr 1fr;
gap: 70px 10px;
}
#section-title {
position: absolute;
transform: rotate(90deg);
color: black;
z-index: 100;
justify-content: space-between;
}
article:hover .icon-arrow {
background-color: gray;
}
.latest-posts-section article {
color: black;
position: relative;
}
.time-written {
font-size: medium;
font-family: Arial, Helvetica, sans-serif;
color: gray;
}
.time-written span {
font-size: large;
}
.latest-posts h3 {
font-size: x-large;
margin: 10px 0 20px 0;
text-decoration: underline;
}
.latest-posts {
transition: all 0.3s;
padding: 40px;
}
.latest-posts:hover {
transform: scale(1.02);
background-color: #fff;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
transition: all 0.3s;
}
.lastest-posts-author {
color: gray;
margin-bottom: 10px;
}
footer nav ul li a {
text-decoration: underline;
}
.lastest-posts-author a {
text-decoration: underline;
color: gray;
margin-left: 5px;
}
footer p {
width: 30%;
margin-top: 30px;
}
.lastest-post-description,
.person-of-the-week-description p,
.paragraph {
line-height: 30px;
font-family: "Times New Roman", Times, serif;
font-weight: lighter;
color: #333;
padding-bottom: 130px;
}
/* ads sub-section */
.shipping-section * {
margin-bottom: 20px;
}
.latest-posts-section .ads {
grid-column: 1/2;
text-align: center;
border-radius: 6px;
}
.shipping-section h6 {
font-size: 23px;
padding: 15px 235px;
}
.communit-links-item-description h6 {
text-decoration: underline;
}
footer h5 {
padding-top: 50px;
font-size: 18px;
}
.latest-posts-section .ads h6 {
margin-bottom: 20px;
font-size: 12px;
color: lightgray;
}
.latest-posts-section .ads article {
background-color: lightgray;
padding: 15px 30px;
border-radius: 11px;
}
.latest-posts-section .ads article * {
margin-bottom: 20px;
}
.design-systems .design-systems-image img {
height: 400px;
width: 300px;
transform: scale(1) rotate(-11deg);
transition: all 0.3s;
transform-origin: left bottom;
box-shadow: -10px 30px 31px -18px rgba(0, 0, 0, 0.75);
}
.ads .img {
width: 175px;
margin: auto;
height: 35px;
line-height: 35px;
border-radius: 100px;
background-color: darkgray;
text-align: center;
}
.design-systems .design-systems-image img:hover {
transform: scale(1);
transition: all 0.3s;
}
.our-guides-item button {
padding: 15px;
background-color: darkgray;
border-radius: 6px;
color: #333;
margin: 20px 0;
border: none;
font-size: x-large;
}
.newsletter-join button {
height: 100%;
border-radius: 0 6px 6px 0;
margin: 0;
}
.latest-posts-section .ads article button {
text-transform: uppercase;
padding: 10px;
background-color: darkgray;
border-radius: 6px;
cursor: pointer;
}
/* explore-feature sub-section */
.latest-posts-section .explore-feature {
grid-column: 2/-1;
background-color: darkgray;
border-radius: 11px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.explore-feature h2 {
font-size: xx-large;
padding: 20px 0;
}
.explore-feature p {
padding: 20px 0;
white-space: nowrap;
}
.latest-articles p {
display: inline-block;
text-align: center;
border-bottom: 5px solid grey;
color: #333;
padding-bottom: 10px;
}
.our-guides-item p {
padding-bottom: 15px;
margin-bottom: 15px;
color: gray;
}
.disclaimer p {
line-height: 25px;
margin-bottom: 0;
}
.explore-feature p:last-child {
display: flex;
}
.explore-feature p a {
text-decoration: underline;
margin-left: 5px;
}
/* latest articles part */
.latest-articles {
grid-column: 2/3;
padding: 100px 0;
margin: 0 auto;
}
.latest-articles p:hover {
cursor: pointer;
}
/* shipping-section */
.shipping-section {
width: 100%;
background-color: gray;
min-height: 200px;
display: flex;
flex-direction: column;
align-items: center;
padding: 80px;
text-align: center;
}
.shipping-section a:first-of-type {
font-size: 52px;
color: white;
text-decoration: underline;
}
.shipping-section a:last-of-type {
border: none;
font-size: 23px;
background-color: #fff;
color: black;
padding: 20px 100px;
border-radius: 11px;
}
/* Community Links */
.person-of-the-week {
display: flex;
justify-content: space-around;
padding: 30px;
grid-column: 1 / -1;
}
.person-of-the-week h4 {
margin-bottom: 30px;
font-size: large;
letter-spacing: 2px;
font-family: "Times New Roman", Times, serif;
font-weight: lighter;
color: gray;
}
.person-of-the-week figure {
flex: 1;
}
.person-of-the-week-description {
flex: 3;
}
.community-links {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
padding: 40px;
}
.community-links-item {
grid-column: 1 span;
display: flex;
color: gray;
position: relative;
}
.community-links-item .image-frame {
position: relative;
margin-right: 25px;
border: 3px solid gray;
}
.more-links {
margin: 0 auto;
color: black;
text-align: center;
border-bottom: 5px solid gray;
padding-bottom: 10px;
width: 210px;
margin-bottom: 50px;
}
/* design-systems */
.design-systems {
position: relative;
padding: 50px 70px;
color: white;
background-color: gray;
display: flex;
justify-content: space-between;
}
.design-systems .design-systems-info {
display: flex;
flex-direction: column;
}
.design-systems .design-systems-info p {
font-family: "Lora", serif;
width: 670px;
margin-bottom: 40px;
line-height: 1.8;
}
.design-systems .design-systems-info p:first-child {
font-size: 16px;
}
.design-systems .design-systems-info p:last-child {
font-size: 20px;
margin-top: 20px;
}
.title-section-article {
padding: 20px 0;
font-size: 47px;
}
.design-systems .design-systems-info a {
padding: 18px 30px;
background-color: white;
border-radius: 11px;
border: none;
width: 320px;
text-align: center;
}
.design-systems .design-systems-image {
position: absolute;
right: 100px;
top: -50px;
filter: grayscale();
}
/* Our Guides */
.our-guides {
display: grid;
gap: 25px;
grid-template-columns: 1fr 1fr;
padding: 50px 70px;
}
.our-guides-item {
background-color: lightgray;
border-radius: 6px;
padding: 25px;
grid-column: auto;
}
.our-guides-item h5 {
text-transform: uppercase;
color: #333;
font-family: "Times New Roman", Times, serif;
letter-spacing: 1px;
font-weight: lighter;
}
.our-guides-item h2 {
color: #333;
padding-top: 0;
}
.newsletter-join {
display: flex;
justify-content: center;
}
.newsletter-join input {
border-radius: 6px 0 0 6px;
}
.disclaimer {
padding: 8px;
background-color: darkgray;
border-radius: 6px;
text-align: center;
max-width: 40%;
margin: auto;
margin-top: 30px;
}
.our-guides .latest-articles {
grid-column: 2 span;
text-align: center;
}
/* Footer */
footer {
background-color: lightgray;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
bottom: 0;
min-height: 300px;
right: 0;
left: 0;
}
.links-list,
.nav-footer {
display: flex;
width: 60%;
margin: auto;
text-align: center;
justify-content: center;
list-style: circle;
flex-wrap: wrap;
line-height: 30px;
margin-bottom: 50px;
}
.nav-footer li,
.links-list li:not(:last-child) {
margin-right: 25px;
}
.nav-footer {
margin-top: 30px;
list-style: none;
} | 0.488039 | 0.085327 |
.win {
position: fixed;
border: 3px solid #4484CE;
/*border-radius: 5px; */
background: rgba(255, 255, 255, .8);
/*background-image: linear-gradient(160deg, #fff3dc 0%, #ffd586 50%, #ffa0bf 100%); */
font-size: 12px;
box-shadow: 4px 4px 32px #888;
}
.win_h {
background: #4484CE;
color: #FFF;
cursor: pointer;
text-align: center;
height: 15px;
/*border-radius: 5px 5px 0 0;*/
/*background-image: linear-gradient(160deg, #e1efff 0%, #4484CE 50%, #9ac9ff 100%);*/
}
.win_c {
color: #FFF;
margin: 0 2px 0 0;
}
.win_imgselect {
width: 32px;
height: 32px;
}
.win_label {
font-weight: bold;
width: 200px;
}
.win_help {
font-size: 10px;
font-style: italic;
}
.color_bar {
border: 1px solid #000;
border-radius: 3px;
width: 128px;
height: 10px;
box-shadow: 2px 2px 8px #888;
}
.color_grab {
cursor: pointer;
border: 1px solid #444;
border-radius: 3px;
width: 5px;
height: 14px;
background: rgba(128, 128, 128, .8);
box-shadow: 2px 2px 8px #888;
}
.colorbox {
width: 50px;
height: 50px;
border: 1px solid #ddd;
box-shadow: 2px 2px 8px #888;
}
.slider_bar {
border: 1px solid #888;
border-radius: 3px;
width: 128px;
height: 5px;
background: linear-gradient(#888, #CCC);
box-shadow: 2px 2px 8px #888;
}
.slider_grab {
cursor: pointer;
border: 1px solid #444;
border-radius: 3px;
width: 5px;
height: 14px;
background: rgba(128, 128, 128, .8);
box-shadow: 2px 2px 8px #888;
}
.slider_value {
width: 30px;
}
.win_button {
background: #4484CE;
color: #FFF;
border: 1px solid #3374BE;
border-radius: 5px;
box-shadow: 2px 2px 8px #888;
cursor: pointer;
font-weight: bold;
}
.win_imgradio {
width: 32px;
height: 32px;
border: 1px solid #888;
border-radius: 4px;
cursor: pointer;
box-shadow: 4px 4px 4px #888;
transform: translate(-2px,-2px);
background: rgba(255,255,255,1);
}
.win_imgradio_selected {
width: 32px;
height: 32px;
border: 1px solid #888;
border-radius: 4px;
background: rgba(224,224,224,1);
}
.win_description {
z-index: 1000;
background: linear-gradient(to right, #fff, #eee);
font-size: 10px;
padding: 2px;
border-radius: 2px;
border: 1px solid #888;
}
.dictlist_value {
font-size: 10px;
font-family: monospace;
} | html/static/css/diagram_win.css | .win {
position: fixed;
border: 3px solid #4484CE;
/*border-radius: 5px; */
background: rgba(255, 255, 255, .8);
/*background-image: linear-gradient(160deg, #fff3dc 0%, #ffd586 50%, #ffa0bf 100%); */
font-size: 12px;
box-shadow: 4px 4px 32px #888;
}
.win_h {
background: #4484CE;
color: #FFF;
cursor: pointer;
text-align: center;
height: 15px;
/*border-radius: 5px 5px 0 0;*/
/*background-image: linear-gradient(160deg, #e1efff 0%, #4484CE 50%, #9ac9ff 100%);*/
}
.win_c {
color: #FFF;
margin: 0 2px 0 0;
}
.win_imgselect {
width: 32px;
height: 32px;
}
.win_label {
font-weight: bold;
width: 200px;
}
.win_help {
font-size: 10px;
font-style: italic;
}
.color_bar {
border: 1px solid #000;
border-radius: 3px;
width: 128px;
height: 10px;
box-shadow: 2px 2px 8px #888;
}
.color_grab {
cursor: pointer;
border: 1px solid #444;
border-radius: 3px;
width: 5px;
height: 14px;
background: rgba(128, 128, 128, .8);
box-shadow: 2px 2px 8px #888;
}
.colorbox {
width: 50px;
height: 50px;
border: 1px solid #ddd;
box-shadow: 2px 2px 8px #888;
}
.slider_bar {
border: 1px solid #888;
border-radius: 3px;
width: 128px;
height: 5px;
background: linear-gradient(#888, #CCC);
box-shadow: 2px 2px 8px #888;
}
.slider_grab {
cursor: pointer;
border: 1px solid #444;
border-radius: 3px;
width: 5px;
height: 14px;
background: rgba(128, 128, 128, .8);
box-shadow: 2px 2px 8px #888;
}
.slider_value {
width: 30px;
}
.win_button {
background: #4484CE;
color: #FFF;
border: 1px solid #3374BE;
border-radius: 5px;
box-shadow: 2px 2px 8px #888;
cursor: pointer;
font-weight: bold;
}
.win_imgradio {
width: 32px;
height: 32px;
border: 1px solid #888;
border-radius: 4px;
cursor: pointer;
box-shadow: 4px 4px 4px #888;
transform: translate(-2px,-2px);
background: rgba(255,255,255,1);
}
.win_imgradio_selected {
width: 32px;
height: 32px;
border: 1px solid #888;
border-radius: 4px;
background: rgba(224,224,224,1);
}
.win_description {
z-index: 1000;
background: linear-gradient(to right, #fff, #eee);
font-size: 10px;
padding: 2px;
border-radius: 2px;
border: 1px solid #888;
}
.dictlist_value {
font-size: 10px;
font-family: monospace;
} | 0.337313 | 0.107719 |
:root {
--ion-color-primary: #5F75F7;
--ion-color-primary-rgb: 95,117,247;
--ion-color-primary-contrast: #ffffff;
--ion-color-primary-contrast-rgb: 255,255,255;
--ion-color-primary-shade: #5467d9;
--ion-color-primary-tint: #6f83f8;
--ion-color-primary-header: #5467d9;
--ion-color-primary-header-rgb: 84,103,217;
--ion-color-primary-header-contrast: #ffffff;
--ion-color-primary-header-contrast-rgb: 255,255,255;
--ion-color-primary-header-shade: #4a5bbf;
--ion-color-primary-header-tint: #6576dd;
--ion-color-secondary: #73D2FA;
--ion-color-secondary-rgb: 115,210,250;
--ion-color-secondary-contrast: #000000;
--ion-color-secondary-contrast-rgb: 0,0,0;
--ion-color-secondary-shade: #65b9dc;
--ion-color-secondary-tint: #81d7fb;
--ion-color-tertiary: #79F0FB;
--ion-color-tertiary-rgb: 121,240,251;
--ion-color-tertiary-contrast: #000000;
--ion-color-tertiary-contrast-rgb: 0,0,0;
--ion-color-tertiary-shade: #6ad3dd;
--ion-color-tertiary-tint: #86f2fb;
--ion-color-quaternary: #a06cf9;
--ion-color-quaternary-rgb: 160,108,249;
--ion-color-quaternary-contrast: #000000;
--ion-color-quaternary-contrast-rgb: 0,0,0;
--ion-color-quaternary-shade: #8d5fdb;
--ion-color-quaternary-tint: #aa7bfa;
--ion-color-success: #80DB74;
--ion-color-success-rgb: 128,219,116;
--ion-color-success-contrast: #000000;
--ion-color-success-contrast-rgb: 0,0,0;
--ion-color-success-shade: #71c166;
--ion-color-success-tint: #8ddf82;
--ion-color-warning: #FCD66C;
--ion-color-warning-rgb: 252,214,108;
--ion-color-warning-contrast: #000000;
--ion-color-warning-contrast-rgb: 0,0,0;
--ion-color-warning-shade: #debc5f;
--ion-color-warning-tint: #fcda7b;
--ion-color-danger: #E7636C;
--ion-color-danger-rgb: 231,99,108;
--ion-color-danger-contrast: #000000;
--ion-color-danger-contrast-rgb: 0,0,0;
--ion-color-danger-shade: #cb575f;
--ion-color-danger-tint: #e9737b;
--ion-color-dark: #222428;
--ion-color-dark-rgb: 34,34,34;
--ion-color-dark-contrast: #ffffff;
--ion-color-dark-contrast-rgb: 255,255,255;
--ion-color-dark-shade: #1e2023;
--ion-color-dark-tint: #383a3e;
--ion-color-medium: #989aa2;
--ion-color-medium-rgb: 152,154,162;
--ion-color-medium-contrast: #ffffff;
--ion-color-medium-contrast-rgb: 255,255,255;
--ion-color-medium-shade: #86888f;
--ion-color-medium-tint: #a2a4ab;
--ion-color-light: #f4f5f8;
--ion-color-light-rgb: 244,244,244;
--ion-color-light-contrast: #000000;
--ion-color-light-contrast-rgb: 0,0,0;
--ion-color-light-shade: #d7d8da;
--ion-color-light-tint: #f5f6f9;
--ion-color-light-gray: #EDEDED;
--ion-color-light-gray-rgb: 237,237,237;
--ion-color-light-gray-contrast: #000000;
--ion-color-light-gray-contrast-rgb: 0,0,0;
--ion-color-light-gray-shade: #d1d1d1;
--ion-color-light-gray-tint: #efefef;
--ion-color-white: #ffffff;
--ion-color-white-rgb: 255,255,255;
--ion-color-white-contrast: #000000;
--ion-color-white-contrast-rgb: 0,0,0;
--ion-color-white-shade: #e0e0e0;
--ion-color-white-tint: #ffffff;
--ion-color-pink: #de8fbe;
--ion-color-pink-rgb: 222,143,190;
--ion-color-pink-contrast: #000000;
--ion-color-pink-contrast-rgb: 0,0,0;
--ion-color-pink-shade: #c37ea7;
--ion-color-pink-tint: #e19ac5;
--ion-color-vibrant-red: #FC0A1A;
--ion-color-vibrant-red-rgb: 252,10,26;
--ion-color-vibrant-red-contrast: #ffffff;
--ion-color-vibrant-red-contrast-rgb: 255,255,255;
--ion-color-vibrant-red-shade: #de0917;
--ion-color-vibrant-red-tint: #fc2331;
--ion-background-color: #ffffff;
--ion-background-color-rgb: 255,255,255;
--ion-text-color: #222B3F;
--ion-text-color-rgb: 34,43,63;
--ion-color-step-50: #f4f4f5;
--ion-color-step-100: #e9eaec;
--ion-color-step-150: #dedfe2;
--ion-color-step-200: #d3d5d9;
--ion-color-step-250: #c8cacf;
--ion-color-step-300: #bdbfc5;
--ion-color-step-350: #b2b5bc;
--ion-color-step-400: #a7aab2;
--ion-color-step-450: #9ca0a9;
--ion-color-step-500: #91959f;
--ion-color-step-550: #858a95;
--ion-color-step-600: #7a808c;
--ion-color-step-650: #6f7582;
--ion-color-step-700: #646b79;
--ion-color-step-750: #59606f;
--ion-color-step-800: #4e5565;
--ion-color-step-850: #434b5c;
--ion-color-step-900: #384052;
--ion-color-step-950: #2d3649;
--ion-color-text-light: #5B667E;
--ion-color-text-light-rgb: 91,102,126;
--ion-color-text-light-contrast: #ffffff;
--ion-color-text-light-contrast-rgb: 255,255,255;
--ion-color-text-light-shade: #505a6f;
--ion-color-text-light-tint: #6b758b;
/** transparent **/
--ion-color-transparent: #fafafa;
--ion-color-transparent-rgb: 245, 61, 61;;
--ion-color-transparent-contrast: #ffffff;
--ion-color-transparent-contrast-rgb: 255, 255, 255;
--ion-color-transparent-shade: #dcdcdc;
--ion-color-transparent-tint: #fbfbfb;
--ion-color-empty-blue: #D1E3FF;
--ion-color-empty-blue-rgb: 209,227,255;
--ion-color-empty-blue-contrast: #000000;
--ion-color-empty-blue-contrast-rgb: 0,0,0;
--ion-color-empty-blue-shade: #b8c8e0;
--ion-color-empty-blue-tint: #d6e6ff;
--peti-welcome-background-height: 65vh;
--peti-background-height: 38vh;
--peti-avatar-size: 14vh;
--peti-top-app-bar-height: 56px;
--peti-color-picker-wheel-size: 250px;
--peti-icon-slot-margin: 20px;
}
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
a {
color: var(--ion-color-primary);//#fdcc52;
transition: all .35s;
}
a:hover, a:focus {
color: #fcbd20;
}
hr {
max-width: 100px;
margin: 25px auto 0;
border-width: 1px;
border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
font-weight: 200;
letter-spacing: 1px;
}
p {
font-size: 18px;
line-height: 1.5;
margin-bottom: 20px;
}
section {
padding: 100px 0;
}
section h2 {
font-size: 50px;
}
#mainNav {
border-color: rgba(34, 34, 34, 0.05);
background-color: white;
transition: all .35s;
font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
font-weight: 200;
letter-spacing: 1px;
}
#mainNav .navbar-brand {
color: var(--ion-color-primary);//#fdcc52;
//font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
font-weight: 200;
letter-spacing: 1px;
font-size: 2rem;
font-weight: bold;
}
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
color: var(--ion-color-primary-shade);
}
#mainNav .navbar-toggler {
font-size: 12px;
padding: 8px 10px;
color: #222222;
}
#mainNav .navbar-nav > li > a {
//font-size: 11px;
//font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
font-size: 1rem;
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
//letter-spacing: 2px;
text-transform: uppercase;
font-weight: bold;
}
#mainNav .navbar-nav > li > a.active {
color: var(--ion-color-primary) !important;//#fdcc52 !important;
background-color: transparent;
}
#mainNav .navbar-nav > li > a.active:hover {
background-color: transparent;
}
#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
color: var(--ion-text-color);//#222222;
}
#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
color: var(--ion-color-primary);//#fdcc52;
}
@media (min-width: 992px) {
#mainNav {
border-color: transparent;
background-color: transparent;
}
#mainNav .navbar-brand {
color: fade(white, 70%);
}
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
color: white;
}
#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
color: var(--ion-text-color);//rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
color: white;
}
#mainNav.navbar-shrink {
border-color: rgba(34, 34, 34, 0.1);
background-color: white;
}
#mainNav.navbar-shrink .navbar-brand {
color: var(--ion-text-color);//#222222;
}
#mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
color: var(--ion-color-primary);//#fdcc52;
}
#mainNav.navbar-shrink .navbar-nav > li > a,
#mainNav.navbar-shrink .navbar-nav > li > a:focus {
color: var(--ion-text-color);//#222222;
}
#mainNav.navbar-shrink .navbar-nav > li > a:hover,
#mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
color: var(--ion-color-primary);//#fdcc52;
}
}
header.masthead {
position: relative;
width: 100%;
padding-top: 150px;
padding-bottom: 100px;
color: white;
//background: url("../img/bg-pattern.png"), #7b4397;
//background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
background: var(--ion-color-primary);
background: linear-gradient(to bottom, var(--ion-color-tertiary), var(--ion-color-primary) 50%);
}
header.masthead .header-content {
max-width: 500px;
margin-bottom: 100px;
text-align: center;
}
header.masthead .header-content h1 {
font-size: 30px;
}
header.masthead .device-container {
max-width: 325px;
margin-right: auto;
margin-left: auto;
}
header.masthead .device-container .screen img {
border-radius: 3px;
}
@media (min-width: 992px) {
header.masthead {
height: 100vh;
min-height: 775px;
padding-top: 0;
padding-bottom: 0;
}
header.masthead .header-content {
//margin-bottom: 0;
text-align: left;
}
header.masthead .header-content h1 {
font-size: 50px;
}
header.masthead .device-container {
max-width: 325px;
}
}
section.download {
position: relative;
padding: 150px 0;
background-color: white;
background-image: url("../img/blob.svg");
min-height: 500px;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right bottom;
background-size: contain;
}
section.download h2 {
font-size: 50px;
margin-top: 0;
}
section.download .badges .badge-link {
display: block;
margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
margin-bottom: 0;
}
section.download .badges .badge-link img {
height: 60px;
}
@media (min-width: 768px) {
section.download .badges .badge-link {
display: inline-block;
margin-bottom: 0;
}
}
@media (min-width: 768px) {
section.download h2 {
font-size: 70px;
}
}
section.features .section-heading {
margin-bottom: 100px;
}
section.features .section-heading h2 {
margin-top: 0;
}
section.features .section-heading p {
margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
max-width: 325px;
margin: 0 auto;
}
section.features .device-container {
margin-bottom: 100px;
}
@media (min-width: 992px) {
section.features .device-container {
margin-bottom: 0;
}
}
section.features .feature-item {
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
section.features .feature-item h3 {
font-size: 30px;
}
section.features .feature-item i {
font-size: 80px;
display: block;
margin-bottom: 15px;
background: linear-gradient(to left, #7b4397, #dc2430);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
section.cta {
position: relative;
padding: 250px 0;
background-image: url("../img/bg-cta.jpg");
background-position: center;
background-size: cover;
}
section.cta .cta-content {
position: relative;
z-index: 1;
}
section.cta .cta-content h2 {
font-size: 50px;
max-width: 450px;
margin-top: 0;
margin-bottom: 25px;
color: white;
}
@media (min-width: 768px) {
section.cta .cta-content h2 {
font-size: 80px;
}
}
section.cta .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
section.contact {
text-align: center;
}
section.contact h2 {
margin-top: 0;
margin-bottom: 25px;
}
section.contact h2 i {
color: #dd4b39;
}
section.contact ul.list-social {
margin-bottom: 0;
}
section.contact ul.list-social li a {
font-size: 40px;
line-height: 80px;
display: block;
width: 80px;
height: 80px;
color: white;
border-radius: 100%;
}
section.contact ul.list-social li.social-twitter a {
background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
background-color: #d73925;
}
footer {
padding: 25px 0;
text-align: center;
color: rgba(255, 255, 255, 0.3);
background-color: #222222;
}
footer p {
font-size: 12px;
margin: 0;
}
footer ul {
margin-bottom: 0;
}
footer ul li a {
font-size: 12px;
color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
text-decoration: none;
}
.bg-primary {
background: var(--ion-color-primary) !important;//#fdcc52;
//background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
color: var(--ion-color-primary);//#fdcc52;
}
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0;
}
.btn-outline {
color: white;
//border: 1px solid;
//border-color: white;
background: #7ea0f6;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
color: var(--ion-text-color);//white;
border-color: var(--ion-color-secondary);//#fdcc52;
background-color: var(--ion-color-secondary);//#fdcc52;
}
.btn {
border-radius: 300px;
//font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
letter-spacing: 2px;
text-transform: uppercase;
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
font-weight: bold;
}
.btn-xl {
//font-size: 11px;
font-size: 14px;
padding: 15px 45px;
}
//-----------------------------------------------
.device-container {
padding-top: 30px;
}
.device {
height: 90% !important;
width: 90% !important;
position: absolute;
margin: 0 auto;
}
div.container {
align-items: baseline !important;
}
div.container-wave {
align-items: baseline !important;
background: var(--ion-color-primary);
width: 100% !important;
padding: 100px 0 0 0;
align-items: baseline !important;
}
.site-description {
color: #757575;//#989aa2;
font-family: var(--font-base, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
font-size: 1.25rem;
}
.has-foreground-dark-color {
color: var(--ion-text-color);
font-weight: bold;
}
#waveTop{
position: absolute;
bottom: 0px;
width: 100%;
}
#waveTop path {
fill: #fff;
fill-opacity: 1;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
} | css/new-age.css |
:root {
--ion-color-primary: #5F75F7;
--ion-color-primary-rgb: 95,117,247;
--ion-color-primary-contrast: #ffffff;
--ion-color-primary-contrast-rgb: 255,255,255;
--ion-color-primary-shade: #5467d9;
--ion-color-primary-tint: #6f83f8;
--ion-color-primary-header: #5467d9;
--ion-color-primary-header-rgb: 84,103,217;
--ion-color-primary-header-contrast: #ffffff;
--ion-color-primary-header-contrast-rgb: 255,255,255;
--ion-color-primary-header-shade: #4a5bbf;
--ion-color-primary-header-tint: #6576dd;
--ion-color-secondary: #73D2FA;
--ion-color-secondary-rgb: 115,210,250;
--ion-color-secondary-contrast: #000000;
--ion-color-secondary-contrast-rgb: 0,0,0;
--ion-color-secondary-shade: #65b9dc;
--ion-color-secondary-tint: #81d7fb;
--ion-color-tertiary: #79F0FB;
--ion-color-tertiary-rgb: 121,240,251;
--ion-color-tertiary-contrast: #000000;
--ion-color-tertiary-contrast-rgb: 0,0,0;
--ion-color-tertiary-shade: #6ad3dd;
--ion-color-tertiary-tint: #86f2fb;
--ion-color-quaternary: #a06cf9;
--ion-color-quaternary-rgb: 160,108,249;
--ion-color-quaternary-contrast: #000000;
--ion-color-quaternary-contrast-rgb: 0,0,0;
--ion-color-quaternary-shade: #8d5fdb;
--ion-color-quaternary-tint: #aa7bfa;
--ion-color-success: #80DB74;
--ion-color-success-rgb: 128,219,116;
--ion-color-success-contrast: #000000;
--ion-color-success-contrast-rgb: 0,0,0;
--ion-color-success-shade: #71c166;
--ion-color-success-tint: #8ddf82;
--ion-color-warning: #FCD66C;
--ion-color-warning-rgb: 252,214,108;
--ion-color-warning-contrast: #000000;
--ion-color-warning-contrast-rgb: 0,0,0;
--ion-color-warning-shade: #debc5f;
--ion-color-warning-tint: #fcda7b;
--ion-color-danger: #E7636C;
--ion-color-danger-rgb: 231,99,108;
--ion-color-danger-contrast: #000000;
--ion-color-danger-contrast-rgb: 0,0,0;
--ion-color-danger-shade: #cb575f;
--ion-color-danger-tint: #e9737b;
--ion-color-dark: #222428;
--ion-color-dark-rgb: 34,34,34;
--ion-color-dark-contrast: #ffffff;
--ion-color-dark-contrast-rgb: 255,255,255;
--ion-color-dark-shade: #1e2023;
--ion-color-dark-tint: #383a3e;
--ion-color-medium: #989aa2;
--ion-color-medium-rgb: 152,154,162;
--ion-color-medium-contrast: #ffffff;
--ion-color-medium-contrast-rgb: 255,255,255;
--ion-color-medium-shade: #86888f;
--ion-color-medium-tint: #a2a4ab;
--ion-color-light: #f4f5f8;
--ion-color-light-rgb: 244,244,244;
--ion-color-light-contrast: #000000;
--ion-color-light-contrast-rgb: 0,0,0;
--ion-color-light-shade: #d7d8da;
--ion-color-light-tint: #f5f6f9;
--ion-color-light-gray: #EDEDED;
--ion-color-light-gray-rgb: 237,237,237;
--ion-color-light-gray-contrast: #000000;
--ion-color-light-gray-contrast-rgb: 0,0,0;
--ion-color-light-gray-shade: #d1d1d1;
--ion-color-light-gray-tint: #efefef;
--ion-color-white: #ffffff;
--ion-color-white-rgb: 255,255,255;
--ion-color-white-contrast: #000000;
--ion-color-white-contrast-rgb: 0,0,0;
--ion-color-white-shade: #e0e0e0;
--ion-color-white-tint: #ffffff;
--ion-color-pink: #de8fbe;
--ion-color-pink-rgb: 222,143,190;
--ion-color-pink-contrast: #000000;
--ion-color-pink-contrast-rgb: 0,0,0;
--ion-color-pink-shade: #c37ea7;
--ion-color-pink-tint: #e19ac5;
--ion-color-vibrant-red: #FC0A1A;
--ion-color-vibrant-red-rgb: 252,10,26;
--ion-color-vibrant-red-contrast: #ffffff;
--ion-color-vibrant-red-contrast-rgb: 255,255,255;
--ion-color-vibrant-red-shade: #de0917;
--ion-color-vibrant-red-tint: #fc2331;
--ion-background-color: #ffffff;
--ion-background-color-rgb: 255,255,255;
--ion-text-color: #222B3F;
--ion-text-color-rgb: 34,43,63;
--ion-color-step-50: #f4f4f5;
--ion-color-step-100: #e9eaec;
--ion-color-step-150: #dedfe2;
--ion-color-step-200: #d3d5d9;
--ion-color-step-250: #c8cacf;
--ion-color-step-300: #bdbfc5;
--ion-color-step-350: #b2b5bc;
--ion-color-step-400: #a7aab2;
--ion-color-step-450: #9ca0a9;
--ion-color-step-500: #91959f;
--ion-color-step-550: #858a95;
--ion-color-step-600: #7a808c;
--ion-color-step-650: #6f7582;
--ion-color-step-700: #646b79;
--ion-color-step-750: #59606f;
--ion-color-step-800: #4e5565;
--ion-color-step-850: #434b5c;
--ion-color-step-900: #384052;
--ion-color-step-950: #2d3649;
--ion-color-text-light: #5B667E;
--ion-color-text-light-rgb: 91,102,126;
--ion-color-text-light-contrast: #ffffff;
--ion-color-text-light-contrast-rgb: 255,255,255;
--ion-color-text-light-shade: #505a6f;
--ion-color-text-light-tint: #6b758b;
/** transparent **/
--ion-color-transparent: #fafafa;
--ion-color-transparent-rgb: 245, 61, 61;;
--ion-color-transparent-contrast: #ffffff;
--ion-color-transparent-contrast-rgb: 255, 255, 255;
--ion-color-transparent-shade: #dcdcdc;
--ion-color-transparent-tint: #fbfbfb;
--ion-color-empty-blue: #D1E3FF;
--ion-color-empty-blue-rgb: 209,227,255;
--ion-color-empty-blue-contrast: #000000;
--ion-color-empty-blue-contrast-rgb: 0,0,0;
--ion-color-empty-blue-shade: #b8c8e0;
--ion-color-empty-blue-tint: #d6e6ff;
--peti-welcome-background-height: 65vh;
--peti-background-height: 38vh;
--peti-avatar-size: 14vh;
--peti-top-app-bar-height: 56px;
--peti-color-picker-wheel-size: 250px;
--peti-icon-slot-margin: 20px;
}
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
a {
color: var(--ion-color-primary);//#fdcc52;
transition: all .35s;
}
a:hover, a:focus {
color: #fcbd20;
}
hr {
max-width: 100px;
margin: 25px auto 0;
border-width: 1px;
border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
font-weight: 200;
letter-spacing: 1px;
}
p {
font-size: 18px;
line-height: 1.5;
margin-bottom: 20px;
}
section {
padding: 100px 0;
}
section h2 {
font-size: 50px;
}
#mainNav {
border-color: rgba(34, 34, 34, 0.05);
background-color: white;
transition: all .35s;
font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
font-weight: 200;
letter-spacing: 1px;
}
#mainNav .navbar-brand {
color: var(--ion-color-primary);//#fdcc52;
//font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
font-weight: 200;
letter-spacing: 1px;
font-size: 2rem;
font-weight: bold;
}
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
color: var(--ion-color-primary-shade);
}
#mainNav .navbar-toggler {
font-size: 12px;
padding: 8px 10px;
color: #222222;
}
#mainNav .navbar-nav > li > a {
//font-size: 11px;
//font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
font-size: 1rem;
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
//letter-spacing: 2px;
text-transform: uppercase;
font-weight: bold;
}
#mainNav .navbar-nav > li > a.active {
color: var(--ion-color-primary) !important;//#fdcc52 !important;
background-color: transparent;
}
#mainNav .navbar-nav > li > a.active:hover {
background-color: transparent;
}
#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
color: var(--ion-text-color);//#222222;
}
#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
color: var(--ion-color-primary);//#fdcc52;
}
@media (min-width: 992px) {
#mainNav {
border-color: transparent;
background-color: transparent;
}
#mainNav .navbar-brand {
color: fade(white, 70%);
}
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
color: white;
}
#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
color: var(--ion-text-color);//rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
color: white;
}
#mainNav.navbar-shrink {
border-color: rgba(34, 34, 34, 0.1);
background-color: white;
}
#mainNav.navbar-shrink .navbar-brand {
color: var(--ion-text-color);//#222222;
}
#mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
color: var(--ion-color-primary);//#fdcc52;
}
#mainNav.navbar-shrink .navbar-nav > li > a,
#mainNav.navbar-shrink .navbar-nav > li > a:focus {
color: var(--ion-text-color);//#222222;
}
#mainNav.navbar-shrink .navbar-nav > li > a:hover,
#mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
color: var(--ion-color-primary);//#fdcc52;
}
}
header.masthead {
position: relative;
width: 100%;
padding-top: 150px;
padding-bottom: 100px;
color: white;
//background: url("../img/bg-pattern.png"), #7b4397;
//background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
background: var(--ion-color-primary);
background: linear-gradient(to bottom, var(--ion-color-tertiary), var(--ion-color-primary) 50%);
}
header.masthead .header-content {
max-width: 500px;
margin-bottom: 100px;
text-align: center;
}
header.masthead .header-content h1 {
font-size: 30px;
}
header.masthead .device-container {
max-width: 325px;
margin-right: auto;
margin-left: auto;
}
header.masthead .device-container .screen img {
border-radius: 3px;
}
@media (min-width: 992px) {
header.masthead {
height: 100vh;
min-height: 775px;
padding-top: 0;
padding-bottom: 0;
}
header.masthead .header-content {
//margin-bottom: 0;
text-align: left;
}
header.masthead .header-content h1 {
font-size: 50px;
}
header.masthead .device-container {
max-width: 325px;
}
}
section.download {
position: relative;
padding: 150px 0;
background-color: white;
background-image: url("../img/blob.svg");
min-height: 500px;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right bottom;
background-size: contain;
}
section.download h2 {
font-size: 50px;
margin-top: 0;
}
section.download .badges .badge-link {
display: block;
margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
margin-bottom: 0;
}
section.download .badges .badge-link img {
height: 60px;
}
@media (min-width: 768px) {
section.download .badges .badge-link {
display: inline-block;
margin-bottom: 0;
}
}
@media (min-width: 768px) {
section.download h2 {
font-size: 70px;
}
}
section.features .section-heading {
margin-bottom: 100px;
}
section.features .section-heading h2 {
margin-top: 0;
}
section.features .section-heading p {
margin-bottom: 0;
}
section.features .device-container,
section.features .feature-item {
max-width: 325px;
margin: 0 auto;
}
section.features .device-container {
margin-bottom: 100px;
}
@media (min-width: 992px) {
section.features .device-container {
margin-bottom: 0;
}
}
section.features .feature-item {
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
section.features .feature-item h3 {
font-size: 30px;
}
section.features .feature-item i {
font-size: 80px;
display: block;
margin-bottom: 15px;
background: linear-gradient(to left, #7b4397, #dc2430);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
section.cta {
position: relative;
padding: 250px 0;
background-image: url("../img/bg-cta.jpg");
background-position: center;
background-size: cover;
}
section.cta .cta-content {
position: relative;
z-index: 1;
}
section.cta .cta-content h2 {
font-size: 50px;
max-width: 450px;
margin-top: 0;
margin-bottom: 25px;
color: white;
}
@media (min-width: 768px) {
section.cta .cta-content h2 {
font-size: 80px;
}
}
section.cta .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
section.contact {
text-align: center;
}
section.contact h2 {
margin-top: 0;
margin-bottom: 25px;
}
section.contact h2 i {
color: #dd4b39;
}
section.contact ul.list-social {
margin-bottom: 0;
}
section.contact ul.list-social li a {
font-size: 40px;
line-height: 80px;
display: block;
width: 80px;
height: 80px;
color: white;
border-radius: 100%;
}
section.contact ul.list-social li.social-twitter a {
background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
background-color: #d73925;
}
footer {
padding: 25px 0;
text-align: center;
color: rgba(255, 255, 255, 0.3);
background-color: #222222;
}
footer p {
font-size: 12px;
margin: 0;
}
footer ul {
margin-bottom: 0;
}
footer ul li a {
font-size: 12px;
color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
text-decoration: none;
}
.bg-primary {
background: var(--ion-color-primary) !important;//#fdcc52;
//background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
color: var(--ion-color-primary);//#fdcc52;
}
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0;
}
.btn-outline {
color: white;
//border: 1px solid;
//border-color: white;
background: #7ea0f6;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
color: var(--ion-text-color);//white;
border-color: var(--ion-color-secondary);//#fdcc52;
background-color: var(--ion-color-secondary);//#fdcc52;
}
.btn {
border-radius: 300px;
//font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
letter-spacing: 2px;
text-transform: uppercase;
font-family: var(--font-headings, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
font-weight: bold;
}
.btn-xl {
//font-size: 11px;
font-size: 14px;
padding: 15px 45px;
}
//-----------------------------------------------
.device-container {
padding-top: 30px;
}
.device {
height: 90% !important;
width: 90% !important;
position: absolute;
margin: 0 auto;
}
div.container {
align-items: baseline !important;
}
div.container-wave {
align-items: baseline !important;
background: var(--ion-color-primary);
width: 100% !important;
padding: 100px 0 0 0;
align-items: baseline !important;
}
.site-description {
color: #757575;//#989aa2;
font-family: var(--font-base, "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
font-size: 1.25rem;
}
.has-foreground-dark-color {
color: var(--ion-text-color);
font-weight: bold;
}
#waveTop{
position: absolute;
bottom: 0px;
width: 100%;
}
#waveTop path {
fill: #fff;
fill-opacity: 1;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
} | 0.611266 | 0.080973 |
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,
dl,
dt,
dd,
ol,
nav ul,
nav 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%;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* start editing from here */
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
}
/* text align right */
.txt-lt {
text-align: left;
}
/* text align left */
.txt-center {
text-align: center;
}
/* text align center */
.float-rt {
float: right;
}
/* float right */
.float-lt {
float: left;
}
/* float left */
.clear {
clear: both;
}
/* clear float */
.pos-relative {
position: relative;
}
/* Position Relative */
.pos-absolute {
position: absolute;
}
/* Position Absolute */
.vertical-base {
vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
display: block;
}
/* vertical menu */
nav.horizontal ul li {
display: inline-block;
}
/* horizontal menu */
img {
max-width: 100%;
}
/*end reset*/
html,
body {
padding: 0;
margin: 0;
background: #fff;
font-family: 'Open Sans', sans-serif;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}
select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
font-family: 'Open Sans', sans-serif;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
ul {
margin: 0;
padding: 0;
}
/*-- //Reset-Code --*/
/*--background --*/
body {
box-sizing: border-box;
background: #ffffff;
min-height: 100vh;
}
.w3layouts-two-grids {
width: 82%;
margin: 0px auto;
}
.mid-class,.main-two-w3ls {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap:wrap;
}
h1.error {
text-align: center;
color: #000;
text-transform: uppercase;
}
.img-right-side{
text-align: center;
flex-basis: 65%;
-webkit-flex-basis: 65%;
box-sizing: border-box;}
.txt-left-side {
flex-basis: 35%;
-webkit-flex-basis: 35%;
box-sizing: border-box;
text-align: center;
background: #fff;
box-shadow: 0px 0px 10px 1px #cccccc;
}
.img-right-side h3, .txt-left-side h2 {
text-transform:uppercase;
color: #000;
letter-spacing: 0px;
}
.img-right-side p {
font-size: 13.5px;
color: #908c8c;
letter-spacing: 0px;
line-height: 24px;
margin-bottom: 48px;
}
.form-left-to-w3l {
display: flex;
display: -webkit-flex;
border: none;
border-bottom: 1px solid #a5a2a2;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.form-left-to-w3l input[type="text"],.form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
-webkit-flex-basis: 90%;
flex-basis: 90%;
width: 100%;
color: #000;
border: none;
border-left:1px solid #a5a2a2;
outline: none;
-webkit-appearance: none;
background: transparent;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
box-sizing: border-box;
}
.form-left-to-w3l:hover{border-bottom:1px solid #67e878;}
.form-left-to-w3l:hover span{color:#67e878;}
.form-left-to-w3l:hover.form-left-to-w3l input[type="email"],
.form-left-to-w3l:hover.form-left-to-w3l input[type="password"],
.form-left-to-w3l:hover.form-left-to-w3l input[type="text"]
{ border-left:1px solid #67e878; }
.form-left-to-w3l span {
-webkit-flex-basis: 15%;
flex-basis: 15%;
border: none;
text-align: center;
color: #cccccc;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
button[type=submit] {
background: #67e878;
outline: none;
color: #fff;
font-weight: 600;
border: none;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
width: 100%;
border-radius: 10px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
box-shadow: 0px 0px 8px 0px #60f574;
}
button[type=submit]:hover,a.for:hover,.w3layouts_more-buttn a:hover{opacity:0.8;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color:#b7b6b6;
}
::-moz-placeholder { /* Firefox 19+ */
color:#b7b6b6;
}
:-ms-input-placeholder { /* IE 10+ */
color:#b7b6b6;
}
:-moz-placeholder { /* Firefox 18- */
color:#b7b6b6;
}
input.checked {
position: absolute;
top: 3px;
left:0px;
cursor: pointer;
}
.left-side-forget {
position: relative;
}
.remenber-me, a.for {
color: #757272;
letter-spacing: 0px;
text-transform: capitalize;
}
.remenber-me {
margin-left: 31px;
}
.left-side-forget, .right-side-forget {
flex-basis: 50%;
-webkit-flex-basis: 50%;
text-align: left;
box-sizing: border-box;
}
.w3layouts_more-buttn h3 {
color: #a0a0a0;
letter-spacing: 0px;
font-weight: 800;
}
.w3layouts_more-buttn a {
font-size: 13px;
color: #e80000;
font-weight: bold;
text-decoration: none;
margin-left: 10px;
text-transform: capitalize;
display: inline-block;
letter-spacing: 0px;
outline: none;
}
.copyrigh-wthree {
text-align: center;
}
.copyrigh-wthree p {
color: #000;
}
.copyrigh-wthree p a {
color:#60baaf;
font-size: 14px;
font-weight: 800;
}
/*--responsive--*/
@media(max-width:1920px){
h1.error {
padding-top: 65px;
margin-bottom: 50px;
font-size: 55px;
}
.img-right-side h3, .txt-left-side h2 {
font-size: 25px;
margin-bottom: 37px;
}
.remenber-me, a.for {
font-size: 13px;
}
.img-right-side, .txt-left-side {
padding: 5.5em 5em 3.5em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
font-size: 16px;
padding-left: 25px;
}
.form-left-to-w3l {
margin: 0px 0px 36px;
padding-bottom: 17px;
}
.form-left-to-w3l span {
font-size: 25px;
}
.w3layouts_more-buttn h3 {
font-size: 15px;
}
.copyrigh-wthree {
padding: 4em 0em 4.5em;
}
}
@media(max-width:1680px){
h1.error {
padding-top: 58px;
margin-bottom: 47px;
font-size: 52px;
}
.img-right-side h3, .txt-left-side h2 {
font-size: 23px;
margin-bottom: 35px;
}
.remenber-me, a.for {
font-size: 12px;
}
.img-right-side, .txt-left-side {
padding: 4.5em 4.5em 3em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
font-size: 15px;
padding-left: 23px;
}
.form-left-to-w3l {
margin: 0px 0px 35px;
padding-bottom: 15px;
}
.form-left-to-w3l span {
font-size: 23px;
}
.w3layouts_more-buttn h3 {
font-size: 14px;
}
.copyrigh-wthree {
padding: 3.5em 0em 4.5em;
}
}
@media(max-width:1600px){
h1.error {
padding-top: 54px;
margin-bottom: 43px;
letter-spacing: 3px;
font-size: 49px;
}
.img-right-side h3, .txt-left-side h2 {
font-size: 22px;
margin-bottom: 34px;
}
.remenber-me, a.for {
font-size: 11px;
}
.img-right-side, .txt-left-side {
padding: 3.5em 4em 2.5em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
font-size: 14px;
padding-left: 20px;
}
.form-left-to-w3l {
margin: 0px 0px 33px;
padding-bottom: 14px;
}
.form-left-to-w3l span {
font-size: 21px;
}
.w3layouts_more-buttn h3 {
font-size: 13px;
}
.copyrigh-wthree p {
font-size: 14px;
letter-spacing: 3px;
}
.copyrigh-wthree {
padding: 3em 0em 4.5em;
}
button[type=submit] {
font-size: 15px;
padding: 19px 20px;
margin: 53px 0px;
}
.right-side-forget {
text-align: right;
}
}
@media(max-width:1440px){
h1.error {
padding-top: 51px;
margin-bottom: 41px;
font-size: 47px;
}
.img-right-side h3, .txt-left-side h2 {
font-size: 21px;
}
.img-right-side, .txt-left-side {
padding: 3em 3.5em 2.3em;
}
.w3layouts-two-grids {
width: 85%;
}
button[type=submit] {
padding: 17px 20px;
}
}
@media(max-width:1366px){
.form-left-to-w3l {
margin: 0px 0px 30px;
padding-bottom: 13px;
}
.img-right-side h3, .txt-left-side h2 {
margin-bottom: 29px;
}
button[type=submit] {
margin: 50px 0px;
}
}
@media(max-width:1280px){
h1.error {
padding-top: 49px;
margin-bottom: 38px;
font-size: 43px;
}
.img-right-side, .txt-left-side {
padding: 2.5em 3em 2.3em;
}
.w3layouts-two-grids {
width: 88%;
}
.form-left-to-w3l span {
font-size: 18px;
}
.form-left-to-w3l input[type="text"],
.form-left-to-w3l input[type="email"],
.form-left-to-w3l input[type="password"] {
padding-left: 16px;
}
button[type=submit] {
margin: 47px 0px;
}
.img-right-side p {
margin-bottom: 39px;
}
}
@media(max-width:1080px){
.copyrigh-wthree p {
letter-spacing: 2px;
}
.img-right-side, .txt-left-side {
padding: 2.5em 2.5em 2em;
}
.form-left-to-w3l {
margin: 0px 0px 26px;
}
.w3layouts-two-grids {
width: 92%;
}
.copyrigh-wthree {
padding: 2.5em 0em 4em;
}
h1.error {
font-size: 41px;
}
.img-right-side h3, .txt-left-side h2 {
margin-bottom: 27px;
}
}
@media(max-width:1050px){
.img-right-side h3, .txt-left-side h2 {
font-size: 20px;
}
.img-right-side p {
margin-bottom: 33px;
}
.remenber-me, a.for {
font-size: 11px;
}
.w3layouts_more-buttn h3 {
font-size: 12px;
}
.w3layouts_more-buttn a {
font-size: 12px;
}
}
@media(max-width:1024px){
.mid-class {
flex-direction: column;
}
.w3layouts-two-grids {
width: 51%;
}
h1.error {
padding-top: 47px;
margin-bottom: 9px;
}
.form-left-to-w3l {
margin: 0px 0px 24px;
padding-bottom: 11px;
}
button[type=submit] {
margin: 42px 0px;
}
}
@media(max-width:991px){
h1.error {
font-size: 38px;
}
.img-right-side, .txt-left-side {
padding: 2.3em 2.2em 1.8em;
}
button[type=submit] {
padding: 14px 20px;
}
}
@media(max-width:900px){
h1.error {
padding-top: 45px;
}
.form-left-to-w3l span {
font-size: 16px;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
padding-left: 14px;
}
button[type=submit] {
margin: 39px 0px;
}
}
@media(max-width:800px){
.w3layouts-two-grids {
width: 58%;
}
.img-right-side, .txt-left-side {
padding: 2em 2em 1.6em;
}
}
@media(max-width:768px){
.w3layouts-two-grids {
width: 61%;
}
button[type=submit] {
font-size: 14px;
}
.copyrigh-wthree p {
letter-spacing: 1px;
}
}
@media(max-width:767px){
h1.error {
font-size: 36px;
letter-spacing: 2px;
}
.img-right-side h3, .txt-left-side h2 {
margin-bottom: 23px;
}
}
@media(max-width:736px){
.w3layouts-two-grids {
width: 64%;
}
.img-right-side p {
margin-bottom: 31px;
}
.form-left-to-w3l {
margin: 0px 0px 21px;
}
}
@media(max-width:667px){
.w3layouts-two-grids {
width: 69%;
}
h1.error {
padding-top: 42px;
}
}
@media(max-width:640px){
.w3layouts-two-grids {
width: 72%;
}
h1.error {
font-size: 34px;
}
button[type=submit] {
margin: 36px 0px;
}
}
@media(max-width:600px){
.w3layouts-two-grids {
width: 78%;
}
button[type=submit] {
padding: 12px 20px;
font-size: 13px;
}
}
@media(max-width:568px){
.w3layouts-two-grids {
width: 81%;
}
.img-right-side, .txt-left-side {
padding: 1.8em 1.8em 1.4em;
}
.form-left-to-w3l {
padding-bottom: 9px;
}
}
@media(max-width:480px){
h1.error {
font-size: 30px;
padding-top: 38px;
}
.w3layouts-two-grids {
width: 94%;
}
.img-right-side h3, .txt-left-side h2 {
font-size: 19px;
}
}
@media(max-width:440px){
h1.error {
font-size: 27px;
padding-top: 35px;
letter-spacing: 1px;
}
.copyrigh-wthree p a {
line-height: 35px;
}
}
@media(max-width:414px){
button[type=submit] {
margin: 29px 0px;
}
.form-left-to-w3l {
margin: 0px 0px 21px;
}
}
@media(max-width:384px){
h1.error {
font-size: 24px;
}
.img-right-side, .txt-left-side {
padding: 1.5em 1.5em 1.4em;
}
}
@media(max-width:375px){
.form-left-to-w3l {
margin: 0px 0px 19px;
padding-bottom: 7px;
}
h1.error {
font-size: 22px;
}
}
@media(max-width:320px){
.img-right-side h3, .txt-left-side h2 {
font-size: 17px;
}
h1.error {
letter-spacing: 0px;
font-size: 21px;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
font-size: 13px;
}
/*--//responsive--*/ | public/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,
dl,
dt,
dd,
ol,
nav ul,
nav 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%;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* start editing from here */
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
}
/* text align right */
.txt-lt {
text-align: left;
}
/* text align left */
.txt-center {
text-align: center;
}
/* text align center */
.float-rt {
float: right;
}
/* float right */
.float-lt {
float: left;
}
/* float left */
.clear {
clear: both;
}
/* clear float */
.pos-relative {
position: relative;
}
/* Position Relative */
.pos-absolute {
position: absolute;
}
/* Position Absolute */
.vertical-base {
vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
display: block;
}
/* vertical menu */
nav.horizontal ul li {
display: inline-block;
}
/* horizontal menu */
img {
max-width: 100%;
}
/*end reset*/
html,
body {
padding: 0;
margin: 0;
background: #fff;
font-family: 'Open Sans', sans-serif;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}
select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
font-family: 'Open Sans', sans-serif;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Open Sans', sans-serif;
}
ul {
margin: 0;
padding: 0;
}
/*-- //Reset-Code --*/
/*--background --*/
body {
box-sizing: border-box;
background: #ffffff;
min-height: 100vh;
}
.w3layouts-two-grids {
width: 82%;
margin: 0px auto;
}
.mid-class,.main-two-w3ls {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap:wrap;
}
h1.error {
text-align: center;
color: #000;
text-transform: uppercase;
}
.img-right-side{
text-align: center;
flex-basis: 65%;
-webkit-flex-basis: 65%;
box-sizing: border-box;}
.txt-left-side {
flex-basis: 35%;
-webkit-flex-basis: 35%;
box-sizing: border-box;
text-align: center;
background: #fff;
box-shadow: 0px 0px 10px 1px #cccccc;
}
.img-right-side h3, .txt-left-side h2 {
text-transform:uppercase;
color: #000;
letter-spacing: 0px;
}
.img-right-side p {
font-size: 13.5px;
color: #908c8c;
letter-spacing: 0px;
line-height: 24px;
margin-bottom: 48px;
}
.form-left-to-w3l {
display: flex;
display: -webkit-flex;
border: none;
border-bottom: 1px solid #a5a2a2;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.form-left-to-w3l input[type="text"],.form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
-webkit-flex-basis: 90%;
flex-basis: 90%;
width: 100%;
color: #000;
border: none;
border-left:1px solid #a5a2a2;
outline: none;
-webkit-appearance: none;
background: transparent;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
box-sizing: border-box;
}
.form-left-to-w3l:hover{border-bottom:1px solid #67e878;}
.form-left-to-w3l:hover span{color:#67e878;}
.form-left-to-w3l:hover.form-left-to-w3l input[type="email"],
.form-left-to-w3l:hover.form-left-to-w3l input[type="password"],
.form-left-to-w3l:hover.form-left-to-w3l input[type="text"]
{ border-left:1px solid #67e878; }
.form-left-to-w3l span {
-webkit-flex-basis: 15%;
flex-basis: 15%;
border: none;
text-align: center;
color: #cccccc;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
button[type=submit] {
background: #67e878;
outline: none;
color: #fff;
font-weight: 600;
border: none;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
width: 100%;
border-radius: 10px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
box-shadow: 0px 0px 8px 0px #60f574;
}
button[type=submit]:hover,a.for:hover,.w3layouts_more-buttn a:hover{opacity:0.8;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color:#b7b6b6;
}
::-moz-placeholder { /* Firefox 19+ */
color:#b7b6b6;
}
:-ms-input-placeholder { /* IE 10+ */
color:#b7b6b6;
}
:-moz-placeholder { /* Firefox 18- */
color:#b7b6b6;
}
input.checked {
position: absolute;
top: 3px;
left:0px;
cursor: pointer;
}
.left-side-forget {
position: relative;
}
.remenber-me, a.for {
color: #757272;
letter-spacing: 0px;
text-transform: capitalize;
}
.remenber-me {
margin-left: 31px;
}
.left-side-forget, .right-side-forget {
flex-basis: 50%;
-webkit-flex-basis: 50%;
text-align: left;
box-sizing: border-box;
}
.w3layouts_more-buttn h3 {
color: #a0a0a0;
letter-spacing: 0px;
font-weight: 800;
}
.w3layouts_more-buttn a {
font-size: 13px;
color: #e80000;
font-weight: bold;
text-decoration: none;
margin-left: 10px;
text-transform: capitalize;
display: inline-block;
letter-spacing: 0px;
outline: none;
}
.copyrigh-wthree {
text-align: center;
}
.copyrigh-wthree p {
color: #000;
}
.copyrigh-wthree p a {
color:#60baaf;
font-size: 14px;
font-weight: 800;
}
/*--responsive--*/
@media(max-width:1920px){
h1.error {
padding-top: 65px;
margin-bottom: 50px;
font-size: 55px;
}
.img-right-side h3, .txt-left-side h2 {
font-size: 25px;
margin-bottom: 37px;
}
.remenber-me, a.for {
font-size: 13px;
}
.img-right-side, .txt-left-side {
padding: 5.5em 5em 3.5em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
font-size: 16px;
padding-left: 25px;
}
.form-left-to-w3l {
margin: 0px 0px 36px;
padding-bottom: 17px;
}
.form-left-to-w3l span {
font-size: 25px;
}
.w3layouts_more-buttn h3 {
font-size: 15px;
}
.copyrigh-wthree {
padding: 4em 0em 4.5em;
}
}
@media(max-width:1680px){
h1.error {
padding-top: 58px;
margin-bottom: 47px;
font-size: 52px;
}
.img-right-side h3, .txt-left-side h2 {
font-size: 23px;
margin-bottom: 35px;
}
.remenber-me, a.for {
font-size: 12px;
}
.img-right-side, .txt-left-side {
padding: 4.5em 4.5em 3em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
font-size: 15px;
padding-left: 23px;
}
.form-left-to-w3l {
margin: 0px 0px 35px;
padding-bottom: 15px;
}
.form-left-to-w3l span {
font-size: 23px;
}
.w3layouts_more-buttn h3 {
font-size: 14px;
}
.copyrigh-wthree {
padding: 3.5em 0em 4.5em;
}
}
@media(max-width:1600px){
h1.error {
padding-top: 54px;
margin-bottom: 43px;
letter-spacing: 3px;
font-size: 49px;
}
.img-right-side h3, .txt-left-side h2 {
font-size: 22px;
margin-bottom: 34px;
}
.remenber-me, a.for {
font-size: 11px;
}
.img-right-side, .txt-left-side {
padding: 3.5em 4em 2.5em;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
font-size: 14px;
padding-left: 20px;
}
.form-left-to-w3l {
margin: 0px 0px 33px;
padding-bottom: 14px;
}
.form-left-to-w3l span {
font-size: 21px;
}
.w3layouts_more-buttn h3 {
font-size: 13px;
}
.copyrigh-wthree p {
font-size: 14px;
letter-spacing: 3px;
}
.copyrigh-wthree {
padding: 3em 0em 4.5em;
}
button[type=submit] {
font-size: 15px;
padding: 19px 20px;
margin: 53px 0px;
}
.right-side-forget {
text-align: right;
}
}
@media(max-width:1440px){
h1.error {
padding-top: 51px;
margin-bottom: 41px;
font-size: 47px;
}
.img-right-side h3, .txt-left-side h2 {
font-size: 21px;
}
.img-right-side, .txt-left-side {
padding: 3em 3.5em 2.3em;
}
.w3layouts-two-grids {
width: 85%;
}
button[type=submit] {
padding: 17px 20px;
}
}
@media(max-width:1366px){
.form-left-to-w3l {
margin: 0px 0px 30px;
padding-bottom: 13px;
}
.img-right-side h3, .txt-left-side h2 {
margin-bottom: 29px;
}
button[type=submit] {
margin: 50px 0px;
}
}
@media(max-width:1280px){
h1.error {
padding-top: 49px;
margin-bottom: 38px;
font-size: 43px;
}
.img-right-side, .txt-left-side {
padding: 2.5em 3em 2.3em;
}
.w3layouts-two-grids {
width: 88%;
}
.form-left-to-w3l span {
font-size: 18px;
}
.form-left-to-w3l input[type="text"],
.form-left-to-w3l input[type="email"],
.form-left-to-w3l input[type="password"] {
padding-left: 16px;
}
button[type=submit] {
margin: 47px 0px;
}
.img-right-side p {
margin-bottom: 39px;
}
}
@media(max-width:1080px){
.copyrigh-wthree p {
letter-spacing: 2px;
}
.img-right-side, .txt-left-side {
padding: 2.5em 2.5em 2em;
}
.form-left-to-w3l {
margin: 0px 0px 26px;
}
.w3layouts-two-grids {
width: 92%;
}
.copyrigh-wthree {
padding: 2.5em 0em 4em;
}
h1.error {
font-size: 41px;
}
.img-right-side h3, .txt-left-side h2 {
margin-bottom: 27px;
}
}
@media(max-width:1050px){
.img-right-side h3, .txt-left-side h2 {
font-size: 20px;
}
.img-right-side p {
margin-bottom: 33px;
}
.remenber-me, a.for {
font-size: 11px;
}
.w3layouts_more-buttn h3 {
font-size: 12px;
}
.w3layouts_more-buttn a {
font-size: 12px;
}
}
@media(max-width:1024px){
.mid-class {
flex-direction: column;
}
.w3layouts-two-grids {
width: 51%;
}
h1.error {
padding-top: 47px;
margin-bottom: 9px;
}
.form-left-to-w3l {
margin: 0px 0px 24px;
padding-bottom: 11px;
}
button[type=submit] {
margin: 42px 0px;
}
}
@media(max-width:991px){
h1.error {
font-size: 38px;
}
.img-right-side, .txt-left-side {
padding: 2.3em 2.2em 1.8em;
}
button[type=submit] {
padding: 14px 20px;
}
}
@media(max-width:900px){
h1.error {
padding-top: 45px;
}
.form-left-to-w3l span {
font-size: 16px;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
padding-left: 14px;
}
button[type=submit] {
margin: 39px 0px;
}
}
@media(max-width:800px){
.w3layouts-two-grids {
width: 58%;
}
.img-right-side, .txt-left-side {
padding: 2em 2em 1.6em;
}
}
@media(max-width:768px){
.w3layouts-two-grids {
width: 61%;
}
button[type=submit] {
font-size: 14px;
}
.copyrigh-wthree p {
letter-spacing: 1px;
}
}
@media(max-width:767px){
h1.error {
font-size: 36px;
letter-spacing: 2px;
}
.img-right-side h3, .txt-left-side h2 {
margin-bottom: 23px;
}
}
@media(max-width:736px){
.w3layouts-two-grids {
width: 64%;
}
.img-right-side p {
margin-bottom: 31px;
}
.form-left-to-w3l {
margin: 0px 0px 21px;
}
}
@media(max-width:667px){
.w3layouts-two-grids {
width: 69%;
}
h1.error {
padding-top: 42px;
}
}
@media(max-width:640px){
.w3layouts-two-grids {
width: 72%;
}
h1.error {
font-size: 34px;
}
button[type=submit] {
margin: 36px 0px;
}
}
@media(max-width:600px){
.w3layouts-two-grids {
width: 78%;
}
button[type=submit] {
padding: 12px 20px;
font-size: 13px;
}
}
@media(max-width:568px){
.w3layouts-two-grids {
width: 81%;
}
.img-right-side, .txt-left-side {
padding: 1.8em 1.8em 1.4em;
}
.form-left-to-w3l {
padding-bottom: 9px;
}
}
@media(max-width:480px){
h1.error {
font-size: 30px;
padding-top: 38px;
}
.w3layouts-two-grids {
width: 94%;
}
.img-right-side h3, .txt-left-side h2 {
font-size: 19px;
}
}
@media(max-width:440px){
h1.error {
font-size: 27px;
padding-top: 35px;
letter-spacing: 1px;
}
.copyrigh-wthree p a {
line-height: 35px;
}
}
@media(max-width:414px){
button[type=submit] {
margin: 29px 0px;
}
.form-left-to-w3l {
margin: 0px 0px 21px;
}
}
@media(max-width:384px){
h1.error {
font-size: 24px;
}
.img-right-side, .txt-left-side {
padding: 1.5em 1.5em 1.4em;
}
}
@media(max-width:375px){
.form-left-to-w3l {
margin: 0px 0px 19px;
padding-bottom: 7px;
}
h1.error {
font-size: 22px;
}
}
@media(max-width:320px){
.img-right-side h3, .txt-left-side h2 {
font-size: 17px;
}
h1.error {
letter-spacing: 0px;
font-size: 21px;
}
.form-left-to-w3l input[type="text"], .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
font-size: 13px;
}
/*--//responsive--*/ | 0.352425 | 0.063919 |
FONT-FAMILY: arial, helvetica, sans-serif
}
#pulse-container P {
FONT-SIZE: 1em; COLOR: #000; TEXT-DECORATION: none; LINE-HEIGHT: 1em
}
#pulse-container A {
FONT-SIZE: 1em; COLOR: #000; TEXT-DECORATION: none; LINE-HEIGHT: 1em
}
#pulse-container LI {
LIST-STYLE-TYPE: none
}
#pulse-close {
HEIGHT: 15px; BACKGROUND: url(../img/pulse_close.gif) #9e9e9e no-repeat; RIGHT: 22px; POSITION: absolute; COLOR: #000; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 1px; PADDING-LEFT: 0px; TEXT-DECORATION: none; MARGIN: 0px; DISPLAY: block; TOP: 13px; PADDING-RIGHT: 0px; WIDTH: 16px
}
.blq-gvl-2-7 #pulse-close {
RIGHT: 13px
}
.pulse-bar {
BORDER-TOP: #000 1px solid; BORDER-RIGHT: #000 1px solid; BACKGROUND: url(../img/pulse_bar_bg.jpg) #ff9 repeat-x; BORDER-BOTTOM: #000 1px solid; PADDING-BOTTOM: 14px; PADDING-TOP: 14px; PADDING-LEFT: 14px; MARGIN: 0px auto; BORDER-LEFT: #000 1px solid; PADDING-RIGHT: 14px; WIDTH: 946px
}
.blq-gvl-2-7 .pulse-bar {
WIDTH: 944px
}
.pulse-bar LI {
FLOAT: left; COLOR: #000; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 14px
}
.pulse-bar P {
FLOAT: left; COLOR: #000; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 14px
}
.pulse-bar UL {
PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; DISPLAY: inline; PADDING-RIGHT: 0px
}
.pulse-bar #pulse-accept {
COLOR: #009
}
.pulse-bar #pulse-reject {
COLOR: #009
}
.pulse-bar A {
TEXT-DECORATION: underline
}
.pulse-pop {
FONT-SIZE: 1.3em; FONT-FAMILY: arial, sans-serif; POSITION: absolute; TEXT-ALIGN: center; LEFT: 40%; MARGIN: 0px; Z-INDEX: 9999; LINE-HEIGHT: 1.6em; TOP: 80px; WIDTH: 250px
}
.pulse-pop #pulse-q {
BACKGROUND: url(../img/pulse_bg.png) no-repeat; PADDING-BOTTOM: 20px; PADDING-TOP: 25px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px
}
.pulse-pop #pulse-a {
BACKGROUND: url(../img/pulse_bg.png) no-repeat 50% bottom; ZOOM: 1
}
.pulse-pop P {
PADDING-BOTTOM: 0px; PADDING-TOP: 10px; PADDING-LEFT: 10px; MARGIN: 0px; PADDING-RIGHT: 10px
}
.pulse-pop UL {
PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 50px; MARGIN: 0px; PADDING-RIGHT: 50px
}
.pulse-pop #pulse-accept {
MARGIN-BOTTOM: 10px; HEIGHT: 22px; BACKGROUND: url(../img/pulse_btn.gif) no-repeat; COLOR: #000; PADDING-TOP: 5px; TEXT-DECORATION: none; WIDTH: 66px
}
.pulse-pop #pulse-reject {
MARGIN-BOTTOM: 10px; HEIGHT: 22px; BACKGROUND: url(../img/pulse_btn.gif) no-repeat; COLOR: #000; PADDING-TOP: 5px; TEXT-DECORATION: none; WIDTH: 66px
}
.pulse-pop #pulse-accept {
FLOAT: left
}
.pulse-pop #pulse-reject {
FLOAT: right
}
.pulse-pop LI {
DISPLAY: inline
} | tests/html_tests/websitesource/67,bbc.co.uk/test_files/pulse.css | FONT-FAMILY: arial, helvetica, sans-serif
}
#pulse-container P {
FONT-SIZE: 1em; COLOR: #000; TEXT-DECORATION: none; LINE-HEIGHT: 1em
}
#pulse-container A {
FONT-SIZE: 1em; COLOR: #000; TEXT-DECORATION: none; LINE-HEIGHT: 1em
}
#pulse-container LI {
LIST-STYLE-TYPE: none
}
#pulse-close {
HEIGHT: 15px; BACKGROUND: url(../img/pulse_close.gif) #9e9e9e no-repeat; RIGHT: 22px; POSITION: absolute; COLOR: #000; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 1px; PADDING-LEFT: 0px; TEXT-DECORATION: none; MARGIN: 0px; DISPLAY: block; TOP: 13px; PADDING-RIGHT: 0px; WIDTH: 16px
}
.blq-gvl-2-7 #pulse-close {
RIGHT: 13px
}
.pulse-bar {
BORDER-TOP: #000 1px solid; BORDER-RIGHT: #000 1px solid; BACKGROUND: url(../img/pulse_bar_bg.jpg) #ff9 repeat-x; BORDER-BOTTOM: #000 1px solid; PADDING-BOTTOM: 14px; PADDING-TOP: 14px; PADDING-LEFT: 14px; MARGIN: 0px auto; BORDER-LEFT: #000 1px solid; PADDING-RIGHT: 14px; WIDTH: 946px
}
.blq-gvl-2-7 .pulse-bar {
WIDTH: 944px
}
.pulse-bar LI {
FLOAT: left; COLOR: #000; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 14px
}
.pulse-bar P {
FLOAT: left; COLOR: #000; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 14px
}
.pulse-bar UL {
PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; DISPLAY: inline; PADDING-RIGHT: 0px
}
.pulse-bar #pulse-accept {
COLOR: #009
}
.pulse-bar #pulse-reject {
COLOR: #009
}
.pulse-bar A {
TEXT-DECORATION: underline
}
.pulse-pop {
FONT-SIZE: 1.3em; FONT-FAMILY: arial, sans-serif; POSITION: absolute; TEXT-ALIGN: center; LEFT: 40%; MARGIN: 0px; Z-INDEX: 9999; LINE-HEIGHT: 1.6em; TOP: 80px; WIDTH: 250px
}
.pulse-pop #pulse-q {
BACKGROUND: url(../img/pulse_bg.png) no-repeat; PADDING-BOTTOM: 20px; PADDING-TOP: 25px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px
}
.pulse-pop #pulse-a {
BACKGROUND: url(../img/pulse_bg.png) no-repeat 50% bottom; ZOOM: 1
}
.pulse-pop P {
PADDING-BOTTOM: 0px; PADDING-TOP: 10px; PADDING-LEFT: 10px; MARGIN: 0px; PADDING-RIGHT: 10px
}
.pulse-pop UL {
PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 50px; MARGIN: 0px; PADDING-RIGHT: 50px
}
.pulse-pop #pulse-accept {
MARGIN-BOTTOM: 10px; HEIGHT: 22px; BACKGROUND: url(../img/pulse_btn.gif) no-repeat; COLOR: #000; PADDING-TOP: 5px; TEXT-DECORATION: none; WIDTH: 66px
}
.pulse-pop #pulse-reject {
MARGIN-BOTTOM: 10px; HEIGHT: 22px; BACKGROUND: url(../img/pulse_btn.gif) no-repeat; COLOR: #000; PADDING-TOP: 5px; TEXT-DECORATION: none; WIDTH: 66px
}
.pulse-pop #pulse-accept {
FLOAT: left
}
.pulse-pop #pulse-reject {
FLOAT: right
}
.pulse-pop LI {
DISPLAY: inline
} | 0.227641 | 0.073165 |
/* This file contains fixes that are introduced to facilitate
migrating TypeScript's CSS to be Bootstrap-based.
We're using the v1 site's CSS as a baseline for correct appearance. */
/* Homepage bugs ============================== */
/* Bug: Node.js samples boxes collapse because Bootstrap sets all to border-box by default */
/* Download button box sizing */
/* Bug: After conversion to Bootstrap, the code box on the homepage doesn't size correctly */
/* Bug: Open in Playground buttons on Tutorial */
#node-samples dl, #node-samples dd, #node-samples dt, #panorama-2 .code, .getbtn a, #main-callout h1, .sample .code .inplayground,
.monaco-editor-hover {
box-sizing: content-box;
-moz-box-sizing: content-box;
}
/* Bug: After conversion to Bootstrap carousel, the "Scalable" slide doesn't appear */
#panorama-1 {
min-height: 500px;
}
#panorama-1 p {
color: black;
}
#home-dlbar, #home-community {
min-height: 410px;
}
/* Feature: Carousel indicators*/
#home-panorama .carousel-indicators li {
border-color: #09f;
border-width: 2px;
}
.left.carousel-control, .right.carousel-control {
background: none;
filter: initial;
}
/* Bug: After conversion to Bootstrap carousel, the 2nd and 3rd items jerk on width > 1250px */
#panorama-2, #panorama-3 {
width: 100%;
max-width: none;
margin: 0;
}
#panorama-2 .pan-wrapper, #panorama-3 .pan-wrapper {
max-width: 1200px;
margin: 0 auto;
}
/* Bug: Code sample slides down on < 480px width */
@media screen and (max-width: 775px) {
#home-panorama .code {
transform: scale(0.75) translate(0, -30px);
}
}
/* Feature: Homepage navigation moving up and introducing subnav layer */
/* Bug: Bootstrap added an outline */
nav a.minor {
padding: 20px 23px 40px;
}
nav a.minor.with-subnav {
cursor: default;
}
.tutorial #sn-learn, .handbook #sn-learn, .samples #sn-learn {
display: block;
}
@media screen and (min-width: 776px) {
nav .subnav,
.tutorial nav.show-dl #sn-learn, .handbook nav.show-dl #sn-learn, .samples nav.show-dl #sn-learn,
.tutorial nav.show-int #sn-learn, .handbook nav.show-int #sn-learn, .samples nav.show-int #sn-learn {
position: absolute;
left: 300px;
top: 60px;
width: 488px;
height: 0px;
display: block;
opacity: 0;
transition-property: opacity, height;
transition-duration: 0.5s, 0.01s;
transition-timing-function: ease-in-out, step-end;
transition-delay: 0, 0.5s;
overflow: hidden;
}
nav .subnav a {
padding: 5px 10px;
}
nav.show-learn #sn-learn, nav.show-dl #sn-dl, nav.show-int #sn-int,
.tutorial nav #sn-learn, .handbook nav #sn-learn, .samples nav #sn-learn {
transition-property: height, opacity;
transition-duration: 0.01s, 0.5s;
transition-timing-function: step-start, ease-in-out;
transition-delay: 0;
opacity: 1.0;
height: 40px;
display: block;
}
}
@media screen and (max-width: 775px) {
nav a.minor {
padding: 0;
margin: 5px 0 0;
}
nav .subnav {
position: static;
left: initial;
top: initial;
width: auto;
height: auto;
}
nav .subnav a {
display: block;
text-align: center;
}
nav .subnav,
.tutorial nav.show-dl #sn-learn, .handbook nav.show-dl #sn-learn, .samples nav.show-dl #sn-learn,
.tutorial nav.show-int #sn-learn, .handbook nav.show-int #sn-learn, .samples nav.show-int #sn-learn {
max-height: 0px;
display: block;
opacity: 0;
transition-property: opacity max-height;
transition-duration: 0.25s;
transition-timing-function: ease-in-out;
transition-delay: 0;
overflow: hidden;
}
nav .subnav a {
padding: 5px 10px;
font-size: 12px;
}
nav.show-learn #sn-learn, nav.show-dl #sn-dl, nav.show-int #sn-int,
.tutorial nav #sn-learn, .handbook nav #sn-learn, .samples nav #sn-learn {
transition-property: max-height opacity;
transition-duration: 0.25s;
transition-timing-function: ease-in-out;
transition-delay: 0;
opacity: 1.0;
max-height: 125px;
display: block;
}
#main-callout {
margin-top: 275px;
}
.intro {
margin-top: 275px !important;
}
}
/* Samples page ================= */
.ss {
border: 1px solid black;
}
.samples .sample-centered {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.samples .sample-centered .subtitle {
font: 14pt SegoeUI, 'Segoe UI';
color: #666;
display: block;
}
.samples .sample-row {
padding: 25px 0;
}
.samples .sample-row:nth-child(odd) {
background-color: #efeff2;
}
/* bug: buttons on the Samples page are losing their setting */
.samples button.dl, .samples button.run {
font-size: 16px !important;
}
/* Tutorials page =================== */
.tutorial .center-container {
width: 100%;
max-width: 1180px;
padding: 0 10px;
margin: 0 auto;
}
.tutorial hr {
border-color: #537900;
}
/* Handbook page =================== */
.handbook h1 {
font: 27pt SegoeUILight, 'Segoe UI Light', SegoeUI, 'Segoe UI', Arial, sans-serif;
color: rgb(66, 139, 202);
}
.handbook h1 a:hover {
text-decoration: none;
}
.handbook h2 {
font-size: 18pt;
margin-top: 16px;
}
.handbook h2 a {
color: #444;
}
.handbook h2 a:hover {
text-decoration: none;
}
.handbook h3 {
font-size: 16pt;
margin-top: 13px;
}
.handbook h4 {
color: green;
font-size: 14pt;
margin-top: 10px;
}
.handbook h5 {
font-size: 12pt;
margin-top: 8px;
}
.handbook h6 {
color: #666;
font-family: SegoeUI, 'Segoe UI', Arial, sans-serif;
font-size: 12px;
margin-top: 8px;
margin-bottom: 4px;
}
#handbook-nav-container {
width: 100%;
position: fixed;
}
@media screen and (max-width: 992px) {
#handbook-nav-container {
position: static;
}
}
.hb-main {
padding-left: 10px;
}
.hb-main > li {
margin-bottom: 10px;
}
.hb-sub {
font-size: 14px;
max-height: 5000px;
opacity: 1;
}
.hb-sub.hidden-sub {
max-height: 0px;
opacity: 0;
overflow: hidden;
}
.hbn-sub:link, .hbn-sub:visited, .hbn-sub:active, .hbn-sub:hover, .hbn-main:link, .hbn-main:active, .hbn-main:visited, .hbn-main:hover {
color: rgb(0,102,204);
transition: color ease-in 0.2s;
}
.hb-active:link, .hb-active:active, .hb-active:visited, .hb-active:hover {
color: #537900;
transition: color ease-in 0.2s;
}
/* Clouds */
#panorama-1 {
background-position: initial initial; background-repeat: initial initial;
background-image: linear-gradient(to bottom, #62bbff 0%, #96ddff 100%);
}
#panorama-1 .webgl-hidden-callout {
display: none;
position: absolute;
top: 10px;
left: 10px;
font-size: 10px;
color: black;
z-index: 200;
}
#panorama-1 canvas {
width: 100%;
height: 400px;
position: absolute;
}
#panorama-1.hide-webgl canvas {
display: none;
}
#panorama-1.hide-webgl .webgl-hidden-callout {
display: block;
z-index: 99;
}
#panorama-1.webgl-not-supported .webgl-hidden-callout {
display: none;
}
#panorama-1 .clouds1,
#panorama-1 .clouds2,
#panorama-1 .clouds3,
#panorama-1 .clouds4 {
display: none;
}
#panorama-1.hide-webgl .clouds1,
#panorama-1.hide-webgl .clouds2,
#panorama-1.hide-webgl .clouds3,
#panorama-1.hide-webgl .clouds4 {
display: block;
}
/* Terms of Use */
#tou-main h1, #tou-main h2 {
line-height: initial;
}
@media print {
nav {
display: none;
}
}
@media screen and (max-width: 775px) {
#playground-host {
margin-top: 285px;
}
}
/* feature: Updated download links */
.dl-info .dl-link {
top: 270px;
height: 34px;
padding: 0 0 0 60px;
font-size: 16pt;
margin: 0;
display: block;
position: absolute;
background: url('images/icon_sprite_download_white.png') no-repeat 8px 0;
color: white;
}
.dl-info .dl-link2 {
top: 320px;
}
/* Monaco bugs */
.monaco-editor .container:before, .monaco-editor .row:before {
content: "";
display: inherit;
}
.monaco-editor .container:after, .monaco-editor .row:after {
clear: inherit;
}
.monaco-editor .container {
width: auto;
margin: inherit;
padding: inherit;
}
.monaco-editor .close {
float: none;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
color: inherit;
text-shadow: inherit;
opacity: inherit;
filter: inherit;
}
.monaco-editor .row {
margin: inherit;
}
.monaco-editor .invisible {
visibility: visible;
} | www/Content/tsmig.css | /* This file contains fixes that are introduced to facilitate
migrating TypeScript's CSS to be Bootstrap-based.
We're using the v1 site's CSS as a baseline for correct appearance. */
/* Homepage bugs ============================== */
/* Bug: Node.js samples boxes collapse because Bootstrap sets all to border-box by default */
/* Download button box sizing */
/* Bug: After conversion to Bootstrap, the code box on the homepage doesn't size correctly */
/* Bug: Open in Playground buttons on Tutorial */
#node-samples dl, #node-samples dd, #node-samples dt, #panorama-2 .code, .getbtn a, #main-callout h1, .sample .code .inplayground,
.monaco-editor-hover {
box-sizing: content-box;
-moz-box-sizing: content-box;
}
/* Bug: After conversion to Bootstrap carousel, the "Scalable" slide doesn't appear */
#panorama-1 {
min-height: 500px;
}
#panorama-1 p {
color: black;
}
#home-dlbar, #home-community {
min-height: 410px;
}
/* Feature: Carousel indicators*/
#home-panorama .carousel-indicators li {
border-color: #09f;
border-width: 2px;
}
.left.carousel-control, .right.carousel-control {
background: none;
filter: initial;
}
/* Bug: After conversion to Bootstrap carousel, the 2nd and 3rd items jerk on width > 1250px */
#panorama-2, #panorama-3 {
width: 100%;
max-width: none;
margin: 0;
}
#panorama-2 .pan-wrapper, #panorama-3 .pan-wrapper {
max-width: 1200px;
margin: 0 auto;
}
/* Bug: Code sample slides down on < 480px width */
@media screen and (max-width: 775px) {
#home-panorama .code {
transform: scale(0.75) translate(0, -30px);
}
}
/* Feature: Homepage navigation moving up and introducing subnav layer */
/* Bug: Bootstrap added an outline */
nav a.minor {
padding: 20px 23px 40px;
}
nav a.minor.with-subnav {
cursor: default;
}
.tutorial #sn-learn, .handbook #sn-learn, .samples #sn-learn {
display: block;
}
@media screen and (min-width: 776px) {
nav .subnav,
.tutorial nav.show-dl #sn-learn, .handbook nav.show-dl #sn-learn, .samples nav.show-dl #sn-learn,
.tutorial nav.show-int #sn-learn, .handbook nav.show-int #sn-learn, .samples nav.show-int #sn-learn {
position: absolute;
left: 300px;
top: 60px;
width: 488px;
height: 0px;
display: block;
opacity: 0;
transition-property: opacity, height;
transition-duration: 0.5s, 0.01s;
transition-timing-function: ease-in-out, step-end;
transition-delay: 0, 0.5s;
overflow: hidden;
}
nav .subnav a {
padding: 5px 10px;
}
nav.show-learn #sn-learn, nav.show-dl #sn-dl, nav.show-int #sn-int,
.tutorial nav #sn-learn, .handbook nav #sn-learn, .samples nav #sn-learn {
transition-property: height, opacity;
transition-duration: 0.01s, 0.5s;
transition-timing-function: step-start, ease-in-out;
transition-delay: 0;
opacity: 1.0;
height: 40px;
display: block;
}
}
@media screen and (max-width: 775px) {
nav a.minor {
padding: 0;
margin: 5px 0 0;
}
nav .subnav {
position: static;
left: initial;
top: initial;
width: auto;
height: auto;
}
nav .subnav a {
display: block;
text-align: center;
}
nav .subnav,
.tutorial nav.show-dl #sn-learn, .handbook nav.show-dl #sn-learn, .samples nav.show-dl #sn-learn,
.tutorial nav.show-int #sn-learn, .handbook nav.show-int #sn-learn, .samples nav.show-int #sn-learn {
max-height: 0px;
display: block;
opacity: 0;
transition-property: opacity max-height;
transition-duration: 0.25s;
transition-timing-function: ease-in-out;
transition-delay: 0;
overflow: hidden;
}
nav .subnav a {
padding: 5px 10px;
font-size: 12px;
}
nav.show-learn #sn-learn, nav.show-dl #sn-dl, nav.show-int #sn-int,
.tutorial nav #sn-learn, .handbook nav #sn-learn, .samples nav #sn-learn {
transition-property: max-height opacity;
transition-duration: 0.25s;
transition-timing-function: ease-in-out;
transition-delay: 0;
opacity: 1.0;
max-height: 125px;
display: block;
}
#main-callout {
margin-top: 275px;
}
.intro {
margin-top: 275px !important;
}
}
/* Samples page ================= */
.ss {
border: 1px solid black;
}
.samples .sample-centered {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.samples .sample-centered .subtitle {
font: 14pt SegoeUI, 'Segoe UI';
color: #666;
display: block;
}
.samples .sample-row {
padding: 25px 0;
}
.samples .sample-row:nth-child(odd) {
background-color: #efeff2;
}
/* bug: buttons on the Samples page are losing their setting */
.samples button.dl, .samples button.run {
font-size: 16px !important;
}
/* Tutorials page =================== */
.tutorial .center-container {
width: 100%;
max-width: 1180px;
padding: 0 10px;
margin: 0 auto;
}
.tutorial hr {
border-color: #537900;
}
/* Handbook page =================== */
.handbook h1 {
font: 27pt SegoeUILight, 'Segoe UI Light', SegoeUI, 'Segoe UI', Arial, sans-serif;
color: rgb(66, 139, 202);
}
.handbook h1 a:hover {
text-decoration: none;
}
.handbook h2 {
font-size: 18pt;
margin-top: 16px;
}
.handbook h2 a {
color: #444;
}
.handbook h2 a:hover {
text-decoration: none;
}
.handbook h3 {
font-size: 16pt;
margin-top: 13px;
}
.handbook h4 {
color: green;
font-size: 14pt;
margin-top: 10px;
}
.handbook h5 {
font-size: 12pt;
margin-top: 8px;
}
.handbook h6 {
color: #666;
font-family: SegoeUI, 'Segoe UI', Arial, sans-serif;
font-size: 12px;
margin-top: 8px;
margin-bottom: 4px;
}
#handbook-nav-container {
width: 100%;
position: fixed;
}
@media screen and (max-width: 992px) {
#handbook-nav-container {
position: static;
}
}
.hb-main {
padding-left: 10px;
}
.hb-main > li {
margin-bottom: 10px;
}
.hb-sub {
font-size: 14px;
max-height: 5000px;
opacity: 1;
}
.hb-sub.hidden-sub {
max-height: 0px;
opacity: 0;
overflow: hidden;
}
.hbn-sub:link, .hbn-sub:visited, .hbn-sub:active, .hbn-sub:hover, .hbn-main:link, .hbn-main:active, .hbn-main:visited, .hbn-main:hover {
color: rgb(0,102,204);
transition: color ease-in 0.2s;
}
.hb-active:link, .hb-active:active, .hb-active:visited, .hb-active:hover {
color: #537900;
transition: color ease-in 0.2s;
}
/* Clouds */
#panorama-1 {
background-position: initial initial; background-repeat: initial initial;
background-image: linear-gradient(to bottom, #62bbff 0%, #96ddff 100%);
}
#panorama-1 .webgl-hidden-callout {
display: none;
position: absolute;
top: 10px;
left: 10px;
font-size: 10px;
color: black;
z-index: 200;
}
#panorama-1 canvas {
width: 100%;
height: 400px;
position: absolute;
}
#panorama-1.hide-webgl canvas {
display: none;
}
#panorama-1.hide-webgl .webgl-hidden-callout {
display: block;
z-index: 99;
}
#panorama-1.webgl-not-supported .webgl-hidden-callout {
display: none;
}
#panorama-1 .clouds1,
#panorama-1 .clouds2,
#panorama-1 .clouds3,
#panorama-1 .clouds4 {
display: none;
}
#panorama-1.hide-webgl .clouds1,
#panorama-1.hide-webgl .clouds2,
#panorama-1.hide-webgl .clouds3,
#panorama-1.hide-webgl .clouds4 {
display: block;
}
/* Terms of Use */
#tou-main h1, #tou-main h2 {
line-height: initial;
}
@media print {
nav {
display: none;
}
}
@media screen and (max-width: 775px) {
#playground-host {
margin-top: 285px;
}
}
/* feature: Updated download links */
.dl-info .dl-link {
top: 270px;
height: 34px;
padding: 0 0 0 60px;
font-size: 16pt;
margin: 0;
display: block;
position: absolute;
background: url('images/icon_sprite_download_white.png') no-repeat 8px 0;
color: white;
}
.dl-info .dl-link2 {
top: 320px;
}
/* Monaco bugs */
.monaco-editor .container:before, .monaco-editor .row:before {
content: "";
display: inherit;
}
.monaco-editor .container:after, .monaco-editor .row:after {
clear: inherit;
}
.monaco-editor .container {
width: auto;
margin: inherit;
padding: inherit;
}
.monaco-editor .close {
float: none;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
color: inherit;
text-shadow: inherit;
opacity: inherit;
filter: inherit;
}
.monaco-editor .row {
margin: inherit;
}
.monaco-editor .invisible {
visibility: visible;
} | 0.321673 | 0.10434 |
.comment-popup-body {
background-color: #fff;
}
#comment-loading {
width: 28px;
height: 28px;
position:relative;
top: 100px;
margin-left: auto;
margin-right: auto;
z-index:500;
}
.comment-search-box {
position: absolute;
top: 28px;
left: 30px;
z-index: 1000;
color: #ccc !important; /* was ccc */
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 4px !important;
}
.comment-search-box input { /* Overriding common css frameworks like bootstrap */
color: #444;
border: 0px;
text-indent: 4px;
box-sizing: border-box;
ms-box-sizing: border-box;
webkit-box-sizing: border-box;
moz-box-sizing: border-box;
width: 210px;
height: 1.4em;
}
#comment-message {
padding-top: 3px;
}
.comment-search-box input:focus {
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}
button:focus {
outline: none; /*for chrome bugfix to allow form on top of canvas */
}
.comment-suggestion {
width: 170px;
border-bottom: 1px solid #888;
z-index: 1000;
cursor: pointer;
font-size: 120%;
}
#comment-baddomain {
position: absolute;
top: 6px;
left: 10px;
font-family: helvetica, sans-serif;
font-size: 12px;
color: #777;
}
.comment-highlight {
color: #fdd;
}
.comment-suggestion-box {
width: 172px;
z-index: 999;
margin-bottom: 20px;
padding-top: 3px;
}
#comment-clear {
vertical-align: middle;
padding-left:6px;
padding-right: 6px;
}
#comment-popup {
position: relative;
z-index: 4000;
top: 5%;
left:5%;
height: 90%;
width: 90%;
background-color: rgba(200,200,200,0.9);
font-family: helvetica, sans-serif;
font-size: 12px;
color: #444;
box-shadow: 2px 2px 2px rgba(0,0,0,.5);
border-radius: 5px;
}
.comment-inner-style {
font-family: helvetica, sans-serif;
font-size: 12px;
color: #444;
}
.comment-padding {
margin: 10px;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index: 4100;
}
.comment-padding-allow-space {
margin: 10px;
position: absolute;
top:0;
left:0;
right:0;
bottom:20px;
z-index: 4100;
}
#comment-popup-inner {
position: absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index: 4100;
}
#comment-popup-text-container {
position: relative;
border: 1px solid #ddd;
top: 0px;
left:0px;
height: 100%; /*works in every browser except ie7*/
width: 95%;
overflow-y: hidden; /* was auto */
overflow-x: hidden;
border-radius: 5px;
background-color: white;
z-index: 4200;
}
.comment-frm-scroller {
display: none;
-webkit-overflow-scrolling: touch;
overflow-y: scroll; /* was auto */
padding-right: 4px; /* added for slight margin */
}
#comment-prev-messages {
}
.private {
}
#comment-popup-content {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.comment-logo {
position: absolute;
bottom: 10px;
left: 10px;
}
.comment-controls {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
/*z-index: 1000;*/
}
#comment-popup-container {
position: fixed;
top:0px;
left:0px;
padding: 0px;
margin:0px;
display: none;
z-index: 3000;
}
#comment-in-here {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
overflow-x: hidden;
}
#comment-close-popup {
position: relative;
float: right;
padding: 5%;
z-index:5000;
height: 100%;
}
#comment-close-popup-container {
position: relative;
float: right;
width: 40px;
}
#comment-pop-title {
float: left;
position: relative;
color: #444;
font-size: 130%;
width: 100%;
margin-bottom: 10px;
}
#comment-show-password {
margin-bottom: 10px;
}
#comment-pop-text {
clear: both;
}
#comment-pop-image {
padding: 10px;
float: right;
}
.comment-popup-style {
font-family: Helvetica, sans-serif;
}
#comment-pop-title a:link {
color: #0000ee;
text-decoration: underline;
}
#comment-pop-title a:visited {
color:#800080;
}
#comment-pop-text a:link {
color: #0000ee;
text-decoration: underline;
}
#comment-pop-text a:visited {
color:#800080;
}
#comment-search {
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 120%;
width: 160px;
padding: 0px;
margin: 0px;
}
#comment-preloader-hidden {
width: 30px;
height: 30px;
top: 200px;
left: 330px;
position: absolute;
z-index: 4000;
}
.comment-mapspecs {
width: 100%;
height: 300px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 10px;
}
#comment-waiting {
display:none;
padding-top: 10px;
}
a img {
outline: none;
}
img {
border : none;
} /* old ie versions */
/* Specific to Bootstrap 3 */
/* get a larger input, and align it with submit button */
.form-inline .form-group > div.col-xs-8 {
padding-left: 0 !important;
padding-right: 0 !important;
}
/* vertical align label */
.form-inline label {
line-height: 34px !important;
}
/* force inline control to fit container width
http://getbootstrap.com/css/#forms-inline */
.form-inline .form-control {
width: 100% !important;
}
/* Reset margin-bottom for our multiline form */
@media (min-width: 768px) {
.form-inline .form-group {
margin-bottom: 15px !important;
}
}
.comment-open {
cursor:pointer; /* ensure ipads click ok */
}
#comment-key {
position: absolute;
bottom: 0px;
left: 10px;
z-index:5000;
width:100%;
display: inline-block;
white-space: nowrap;
float: left;
}
.comment-settings a {
white-space: nowrap;
display: inline-block;
margin: 0px;
padding: 0px;
}
.comment-settings img {
margin: 0px;
padding: 0px;
white-space: nowrap;
display: inline-block;
}
.comment-settings {
bottom: 0px;
height: 16px;
display: inline-block;
white-space: nowrap;
margin-right: 10px;
}
.comment-button {
margin: 0px;
}
.comment-private-key {
bottom: 0px;
background-color: #d9edf7;
padding: 3px;
}
.comment-vid-play {
position: relative;
left: 30px;
top: 30px;
}
.comment-vid-wrap {
background-image:url("https://atomjump.com/images/play.png");
width: 32px;
height: 32px;
}
.comment-msg-td {
word-wrap: break-word;
width: 65%;
}
.comment-ago-td {
max-width:36%;
padding-right: 0px !important;
}
.comment-ago-text {
min-width: 55px;
overflow: hidden;
white-space:nowrap;
}
@media (max-width: 768px) {
/* Mobile devices have 100% screens */
#comment-popup {
position: relative;
z-index: 4000;
top: 0%;
left:0%;
height: 100%;
width: 100%;
background-color: rgba(200,200,200,0.9);
font-family: helvetica, sans-serif;
font-size: 12px;
color: #444;
/*Removed: */
box-shadow: 0px 0px 0px rgba(0,0,0,.5);
border-radius: 0px;
}
.comment-padding {
margin-top: 10px; /* smaller left and right */
margin-bottom: 14px; /* larger bottom */
margin-left: 0px;
margin-right: 0px;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index: 4100;
}
.comment-padding-allow-space {
margin-top: 24px; /* smaller left and right, but bigger at top */
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
position: absolute;
top:0;
left:0;
right:0;
bottom:20px;
z-index: 4100;
}
#comment-close-popup-container {
position: relative;
float: right;
width: 20px;
height: 16px;
margin-right: 10px;
}
#comment-popup-text-container {
position: relative;
border: 1px solid #ddd;
top: 0px;
left:0px;
height: 100%; /*works in every browser except ie7*/
width: 100%; /* wider here */
overflow-y: hidden; /* was auto */
overflow-x: hidden;
border-radius: 5px;
background-color: white;
z-index: 4200;
}
#comment-key {
position: absolute;
bottom: 0px;
left: 10px;
z-index:5000;
width:100%;
padding-right: 10px; /* this is added */
display: inline-block;
white-space: nowrap;
float: left;
}
.comment-frm-scroller {
display: none;
-webkit-overflow-scrolling: touch;
overflow-y: scroll; /* was auto */
padding-right: 4px; /* added for slight margin */
padding-left: 10px; /* added for some margin */
}
.comment-msg-td {
word-wrap: break-word;
width: 74%;
}
.comment-button {
margin: 4px; /* make easier to touch */
}
} | css/releases/comments-1.0.1.css | .comment-popup-body {
background-color: #fff;
}
#comment-loading {
width: 28px;
height: 28px;
position:relative;
top: 100px;
margin-left: auto;
margin-right: auto;
z-index:500;
}
.comment-search-box {
position: absolute;
top: 28px;
left: 30px;
z-index: 1000;
color: #ccc !important; /* was ccc */
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 4px !important;
}
.comment-search-box input { /* Overriding common css frameworks like bootstrap */
color: #444;
border: 0px;
text-indent: 4px;
box-sizing: border-box;
ms-box-sizing: border-box;
webkit-box-sizing: border-box;
moz-box-sizing: border-box;
width: 210px;
height: 1.4em;
}
#comment-message {
padding-top: 3px;
}
.comment-search-box input:focus {
outline: none;
border-color: #9ecaed;
box-shadow: 0 0 10px #9ecaed;
}
button:focus {
outline: none; /*for chrome bugfix to allow form on top of canvas */
}
.comment-suggestion {
width: 170px;
border-bottom: 1px solid #888;
z-index: 1000;
cursor: pointer;
font-size: 120%;
}
#comment-baddomain {
position: absolute;
top: 6px;
left: 10px;
font-family: helvetica, sans-serif;
font-size: 12px;
color: #777;
}
.comment-highlight {
color: #fdd;
}
.comment-suggestion-box {
width: 172px;
z-index: 999;
margin-bottom: 20px;
padding-top: 3px;
}
#comment-clear {
vertical-align: middle;
padding-left:6px;
padding-right: 6px;
}
#comment-popup {
position: relative;
z-index: 4000;
top: 5%;
left:5%;
height: 90%;
width: 90%;
background-color: rgba(200,200,200,0.9);
font-family: helvetica, sans-serif;
font-size: 12px;
color: #444;
box-shadow: 2px 2px 2px rgba(0,0,0,.5);
border-radius: 5px;
}
.comment-inner-style {
font-family: helvetica, sans-serif;
font-size: 12px;
color: #444;
}
.comment-padding {
margin: 10px;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index: 4100;
}
.comment-padding-allow-space {
margin: 10px;
position: absolute;
top:0;
left:0;
right:0;
bottom:20px;
z-index: 4100;
}
#comment-popup-inner {
position: absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index: 4100;
}
#comment-popup-text-container {
position: relative;
border: 1px solid #ddd;
top: 0px;
left:0px;
height: 100%; /*works in every browser except ie7*/
width: 95%;
overflow-y: hidden; /* was auto */
overflow-x: hidden;
border-radius: 5px;
background-color: white;
z-index: 4200;
}
.comment-frm-scroller {
display: none;
-webkit-overflow-scrolling: touch;
overflow-y: scroll; /* was auto */
padding-right: 4px; /* added for slight margin */
}
#comment-prev-messages {
}
.private {
}
#comment-popup-content {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.comment-logo {
position: absolute;
bottom: 10px;
left: 10px;
}
.comment-controls {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
/*z-index: 1000;*/
}
#comment-popup-container {
position: fixed;
top:0px;
left:0px;
padding: 0px;
margin:0px;
display: none;
z-index: 3000;
}
#comment-in-here {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
overflow-x: hidden;
}
#comment-close-popup {
position: relative;
float: right;
padding: 5%;
z-index:5000;
height: 100%;
}
#comment-close-popup-container {
position: relative;
float: right;
width: 40px;
}
#comment-pop-title {
float: left;
position: relative;
color: #444;
font-size: 130%;
width: 100%;
margin-bottom: 10px;
}
#comment-show-password {
margin-bottom: 10px;
}
#comment-pop-text {
clear: both;
}
#comment-pop-image {
padding: 10px;
float: right;
}
.comment-popup-style {
font-family: Helvetica, sans-serif;
}
#comment-pop-title a:link {
color: #0000ee;
text-decoration: underline;
}
#comment-pop-title a:visited {
color:#800080;
}
#comment-pop-text a:link {
color: #0000ee;
text-decoration: underline;
}
#comment-pop-text a:visited {
color:#800080;
}
#comment-search {
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 120%;
width: 160px;
padding: 0px;
margin: 0px;
}
#comment-preloader-hidden {
width: 30px;
height: 30px;
top: 200px;
left: 330px;
position: absolute;
z-index: 4000;
}
.comment-mapspecs {
width: 100%;
height: 300px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 10px;
}
#comment-waiting {
display:none;
padding-top: 10px;
}
a img {
outline: none;
}
img {
border : none;
} /* old ie versions */
/* Specific to Bootstrap 3 */
/* get a larger input, and align it with submit button */
.form-inline .form-group > div.col-xs-8 {
padding-left: 0 !important;
padding-right: 0 !important;
}
/* vertical align label */
.form-inline label {
line-height: 34px !important;
}
/* force inline control to fit container width
http://getbootstrap.com/css/#forms-inline */
.form-inline .form-control {
width: 100% !important;
}
/* Reset margin-bottom for our multiline form */
@media (min-width: 768px) {
.form-inline .form-group {
margin-bottom: 15px !important;
}
}
.comment-open {
cursor:pointer; /* ensure ipads click ok */
}
#comment-key {
position: absolute;
bottom: 0px;
left: 10px;
z-index:5000;
width:100%;
display: inline-block;
white-space: nowrap;
float: left;
}
.comment-settings a {
white-space: nowrap;
display: inline-block;
margin: 0px;
padding: 0px;
}
.comment-settings img {
margin: 0px;
padding: 0px;
white-space: nowrap;
display: inline-block;
}
.comment-settings {
bottom: 0px;
height: 16px;
display: inline-block;
white-space: nowrap;
margin-right: 10px;
}
.comment-button {
margin: 0px;
}
.comment-private-key {
bottom: 0px;
background-color: #d9edf7;
padding: 3px;
}
.comment-vid-play {
position: relative;
left: 30px;
top: 30px;
}
.comment-vid-wrap {
background-image:url("https://atomjump.com/images/play.png");
width: 32px;
height: 32px;
}
.comment-msg-td {
word-wrap: break-word;
width: 65%;
}
.comment-ago-td {
max-width:36%;
padding-right: 0px !important;
}
.comment-ago-text {
min-width: 55px;
overflow: hidden;
white-space:nowrap;
}
@media (max-width: 768px) {
/* Mobile devices have 100% screens */
#comment-popup {
position: relative;
z-index: 4000;
top: 0%;
left:0%;
height: 100%;
width: 100%;
background-color: rgba(200,200,200,0.9);
font-family: helvetica, sans-serif;
font-size: 12px;
color: #444;
/*Removed: */
box-shadow: 0px 0px 0px rgba(0,0,0,.5);
border-radius: 0px;
}
.comment-padding {
margin-top: 10px; /* smaller left and right */
margin-bottom: 14px; /* larger bottom */
margin-left: 0px;
margin-right: 0px;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index: 4100;
}
.comment-padding-allow-space {
margin-top: 24px; /* smaller left and right, but bigger at top */
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
position: absolute;
top:0;
left:0;
right:0;
bottom:20px;
z-index: 4100;
}
#comment-close-popup-container {
position: relative;
float: right;
width: 20px;
height: 16px;
margin-right: 10px;
}
#comment-popup-text-container {
position: relative;
border: 1px solid #ddd;
top: 0px;
left:0px;
height: 100%; /*works in every browser except ie7*/
width: 100%; /* wider here */
overflow-y: hidden; /* was auto */
overflow-x: hidden;
border-radius: 5px;
background-color: white;
z-index: 4200;
}
#comment-key {
position: absolute;
bottom: 0px;
left: 10px;
z-index:5000;
width:100%;
padding-right: 10px; /* this is added */
display: inline-block;
white-space: nowrap;
float: left;
}
.comment-frm-scroller {
display: none;
-webkit-overflow-scrolling: touch;
overflow-y: scroll; /* was auto */
padding-right: 4px; /* added for slight margin */
padding-left: 10px; /* added for some margin */
}
.comment-msg-td {
word-wrap: break-word;
width: 74%;
}
.comment-button {
margin: 4px; /* make easier to touch */
}
} | 0.210929 | 0.065755 |
*,
html {
scroll-behavior: smooth;
}
body {
background: #eee;
margin: 0;
background: url(../images/body-bg.png);
}
/* scrollbar styling */
:root {
scrollbar-color: #4033ff !important;
scrollbar-width: auto !important;
}
/*DEFAULT*/
a {
text-decoration: none;
}
li {
list-style: none;
padding-bottom: 5px;
}
/* BUTTONS */
.hire-btn {
padding: 14px 24px;
margin-right: 1rem;
box-shadow: 0px 3px 8px -3px rgba(1, 1, 1, 0.5);
outline: none;
border: 0;
background: #2ECC71;
border-radius: 25px;
color: #fff;
font-weight: 400;
font-size: 17px;
text-align: center;
transition: 0.5s;
font-family: 'Overpass', sans-serif;
}
.hire-btn:hover {
background-color: #2196F3;
text-decoration: none;
color: #ffff;
}
/* Download CV btn */
.download-cv-btn {
padding: 14px 24px;
box-shadow: 0px 3px 8px -3px rgba(1, 1, 1, 0.5);
outline: none;
border: 0;
background: #fff;
border-radius: 25px;
color: #4033ff;
font-weight: 400;
font-size: 17px;
text-align: center;
transition: 0.5s;
font-family: 'Overpass', sans-serif;
}
.download-cv-btn:hover {
background-color: #2196F3;
text-decoration: none;
color: #ffff;
}
.mail-section {
margin-top: 4rem;
}
.mail-me {
padding: 14px 24px;
box-shadow: 0px 3px 8px -3px rgba(1, 1, 1, 0.5);
outline: none;
border: 0;
background: #2ECC71;
border-radius: 25px;
color: #fff;
font-weight: 400;
font-size: 17px;
text-align: center;
transition: 0.5s;
font-family: 'Overpass', sans-serif;
}
.mail-me:hover {
background-color: #2196F3;
text-decoration: none;
color: #ffff;
}
/* END OF BUTTONS */
/* LANDING PAGE INLINE PHOTO */
.inline-photo {
opacity: 0;
transform: translateY(4em) rotateZ(-0deg);
transition: transform 4s .25s cubic-bezier(0, 1, .3, 1), opacity .3s .25s ease-out;
will-change: transform, opacity;
}
.inline-photo.is-visible {
opacity: 1;
transform: rotateZ(-0deg);
}
/*NAV-BAR*/
header {
position: fixed;
top: 0;
width: 100%;
z-index: 9;
}
.topnav {
overflow: hidden;
width: 90%;
margin: auto;
background-color: transparent;
}
.topnav a {
float: right;
display: block;
color: #f2f2f2;
text-align: center;
padding: 35px 18px;
/* top | right | bottom | left */
text-decoration: none;
font-size: 17px;
transition: 0.5s;
font-family: "Poppins", sans-serif;
}
.topnav .logo {
float: left;
/* font-family: 'Fredoka One', cursive; */
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
color: #fff;
padding: 30px 18px;
font-size: 2.2em;
cursor: pointer;
text-decoration: none;
}
.active {
color: gray;
}
.topnav .icon {
display: none;
}
.topnav .icon:hover {
text-decoration: none;
}
.dropdown {
float: right;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 17px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.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 {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.topnav a:hover,
.dropdown:hover .dropbtn {
color: rgb(180, 205, 255);
}
.dropdown-content a:hover {
background-color: #ddd;
color: black;
}
.dropdown:hover .dropdown-content {
display: block;
}
#navbar {
background-color: #fff;
position: fixed;
top: -60px;
width: 100%;
display: block;
z-index: 9;
box-shadow: 0px 6px 16px -6px rgba(1, 1, 1, 0.5);
transition: top 0.5s ease-in-out;
}
#navbar a {
float: right;
display: block;
color: #000;
text-align: center;
padding: 15px;
text-decoration: none;
font-size: 17px;
margin-right: 1rem;
font-family: 'Overpass', sans-serif;
/* font-family: 'Libre Franklin', sans-serif; */
}
#navbar .logo {
float: left;
}
#navbar a:hover {
background-color: #ddd;
color: black;
}
.slide-menu .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;
}
.slide-menu .dropdown .dropbtn {
font-size: 17px;
border: none;
outline: none;
color: #000;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
/* LANDING PAGE CONTENT */
.main {
width: 100%;
height: 100vh;
background-image: url("../images/main-bg.webp");
background-size: 100% 100%;
}
.main table {
width: 100%;
height: 100vh;
}
.main table td {
width: 50%;
}
.main table td img {
width: 70%;
float: right;
/* height: 50%;
*/
pointer-events: none;
--delay: 0s;
animation: arrows 4s var(--delay) infinite ease-in;
margin-right: 5rem;
padding-top: 3rem;
}
.main table td section {
margin-left: 12%;
color: #fff;
}
.main table td section .title {
font-size: 4.5rem;
font-family: 'Oswald', sans-serif;
}
.main table td section .sub-title {
font-family: 'Overpass', sans-serif;
}
.main table td section .sub-title,
.main table td section p {
color: rgb(180, 205, 255);
}
.main table td section p {
margin-bottom: 4rem;
font-size: 2rem;
font-family: 'Fira Sans Condensed', sans-serif;
}
/* Quote */
.quote {
padding: 3rem;
font-family: 'Fira Sans Condensed', sans-serif;
background-image: url(../images/price_bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.quote-2 {
padding: 0rem;
font-family: 'Fira Sans Condensed', sans-serif;
}
.author-quote {
text-align: center;
font-size: 2rem;
}
.author-quote-2 {
text-align: center;
font-size: 1.3rem;
}
.author {
text-align: left;
margin-left: 50%;
}
/*About*/
.about {
padding: 5rem;
}
.about-me-text {
font-family: 'Overpass', sans-serif;
font-size: 17px;
}
.top-right-shape img {
height: 40%;
width: 30%;
position: absolute;
top: -150px;
right: -150px;
}
.bottom-left-shape img {
height: 40%;
width: 30%;
position: absolute;
bottom: -50px;
left: -50px;
}
.profile-img {
width: 60%;
height: 80%;
}
/* Footer social media icons */
.social-media-icons {
padding: 2rem 0 2rem 0;
text-align: center;
/* top | right | bottom | left */
}
ul.social-network {
list-style: none;
display: inline;
margin-left: 0 !important;
padding: 0;
}
ul.social-network li {
display: inline;
margin-left: 0px;
margin-right: 0rem;
}
.social-network a.icoTwitter:hover {
background-color: #55acee;
}
.social-network a.icoLinkedin:hover {
background-color: #007bb5;
}
.social-network a.icoGit:hover {
background-color: #2b2929;
}
.social-network a.icoTwitter:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoGit:hover i {
color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
color: #44BCDD;
}
.social-circle li a {
display: inline-block;
position: relative;
margin: 0 auto 0 auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
width: 40px;
height: 40px;
font-size: 20px;
/* background-color:#33ccff; */
background-color: #2196F3;
}
.social-circle li i {
margin: 0;
line-height: 40px;
text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: white;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
/* End of Footer styling */
/* Services */
.intro {
/* top | right | bottom | left */
padding: 4rem;
}
.intro-text p {
padding: 4rem;
}
.section-title {
text-align: center;
font-weight: 700;
color: grey;
letter-spacing: 3;
position: relative;
padding-bottom: 15px;
margin-bottom: 2rem;
font-family: 'Fira Sans Condensed', sans-serif;
}
.section-title::before {
content: '';
position: absolute;
display: block;
width: 120px;
height: 1px;
background: #ddd;
bottom: 1px;
left: calc(50% - 60px);
}
.section-title::after {
content: '';
position: absolute;
display: block;
width: 40px;
height: 3px;
background: #2ECC71;
bottom: 0;
left: calc(50% - 20px);
}
.services-main img {
width: 100%;
}
.services-section {
height: 70vh;
}
.service-content {
padding: 5rem;
}
.service-content h4 {
font-family: 'Fira Sans Condensed', sans-serif;
margin-bottom: 10px;
font-weight: 700;
color: grey;
}
.service-description {
font-family: 'Overpass', sans-serif;
font-size: 17px;
}
/* PROJECTS */
.projects {}
#img-fluid {
max-width: 100%;
height: auto;
}
.project-display img {}
/*Divs with left text and image on the right*/
.project-description {
margin-right: -15%;
padding: 2rem;
border-radius: 4px;
background: #e0e0e0;
font-family: 'Overpass', sans-serif;
letter-spacing: 1;
font-size: 17px;
}
.project-description-title {
text-align: left;
font-weight: 700;
color: grey;
font-family: 'Fira Sans Condensed', sans-serif;
}
.project-description-icons a {
color: inherit;
}
.project-description-icons i {
font-size: 20px;
margin-top: 2rem;
color: ;
}
.projects .row {
padding: 6rem 0 6rem 0;
}
/*Divs with right text and image on the left*/
.project-description-category-b {
text-align: right;
}
.project-description-b {
margin-left: -15%;
padding: 2rem;
border-radius: 4px;
background: #e0e0e0;
letter-spacing: 1;
font-size: 17px;
font-family: 'Overpass', sans-serif;
}
.project-description-title-b {
text-align: right;
font-family: 'Fira Sans Condensed', sans-serif;
font-weight: 700;
color: grey;
}
.project-description-icons-b {
text-align: right;
}
.project-description-icons-b a {
color: inherit;
}
.project-description-icons-b i {
font-size: 20px;
margin-top: 2rem;
}
.tech-stack {
margin-right: 1rem;
}
.minor-project-card {
margin: 2rem;
padding: 3rem;
border-radius: 4px;
background: #e0e0e0;
box-shadow: 20px 20px 60px #bebebe,
-20px -20px 60px #ffffff;
}
.project-description-title-minor {
font-weight: 700;
color: inherit;
font-family: 'Fira Sans Condensed', sans-serif;
}
.minor-project-card .header .bi-folder {
font-size: 50px;
}
.minor-project-card .header span {
font-size: 20px;
text-decoration: none;
}
.minor-project-external-links a {
text-decoration: none;
color: inherit;
}
.minor-project-external-links a:hover {}
.minor-project-text {
font-family: 'Overpass', sans-serif;
letter-spacing: 1;
font-size: 17px;
}
.archive-link {
font-family: 'Overpass', sans-serif;
text-decoration: none;
font-size: 16px;
}
/*End of project showcase styling*/
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
position: relative;
color: #444444;
text-align: center;
background: #ffff;
box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
padding: 20px 0 30px 0;
transition: all 0.3s ease-in-out;
z-index: 1;
}
.contact .icon-box::before {
content: '';
position: absolute;
background: #cbe0fb;
right: 0;
left: 0;
bottom: 0;
top: 100%;
transition: all 0.3s;
z-index: -1;
}
.contact .icon-box:hover::before {
background: #106eea;
top: 0;
border-radius: 0px;
}
.contact .info-box i {
font-size: 32px;
color: #106eea;
border-radius: 50%;
padding: 8px;
border: 2px solid #b3d1fa;
}
.contact .info-box h3 {
font-size: 20px;
color: #777777;
font-weight: 700;
margin: 10px 0;
font-family: 'Fira Sans Condensed', sans-serif;
}
.contact .info-box p {
padding: 0;
line-height: 24px;
font-size: 17px;
margin-bottom: 0;
font-family: 'Overpass', sans-serif;
}
.contact .php-email-form {
box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
padding: 30px;
background: #fff;
}
.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .error-message br+br {
margin-top: 25px;
}
.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}
.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
margin-bottom: 20px;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
border-color: #106eea;
}
.contact .php-email-form input {
padding: 10px 15px;
}
.contact .php-email-form textarea {
padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
background: #007bff;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
background: #3b8af2;
}
@-webkit-keyframes animate-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes animate-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
background: #fff;
padding: 0 0 10px 0;
color: #444444;
font-size: 16px;
background: #f1f6fe;
font-family: 'Overpass', sans-serif;
}
#footer {
text-align: center;
}
#footer .container i {
color: red;
}
.footer-images {
margin-top: -6rem;
}
#back2Top {
width: 40px;
line-height: 40px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
position: fixed;
bottom: 50px;
right: 15px;
color: white;
background: #2ECC71;
border: 1px #fff;
text-align: center;
font-size: 25px;
text-decoration: none;
border-radius: 50%;
}
#back2Top:hover {
color: #fff;
background: #2196F3;
}
#back2Top i {
font-size: 20px;
margin-top: 2px;
}
@media screen and (max-width: 600px) {
.hire-btn {
margin-right: 1px;
}
.hire-btn,
.download-cv-btn {
padding: 14px 20px;
font-size: 15px;
}
.topnav {
background: #4033ff;
width: 100%;
padding-top: 0;
padding-bottom: 0;
}
.topnav a {
padding: 20px 18px;
/* top | right | bottom | left */
}
.topnav .logo {
padding: 20px 18px;
}
.topnav a:not(:first-child),
.dropdown .dropbtn {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {
position: relative;
}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
.topnav.responsive .dropdown {
float: none;
}
.topnav.responsive .dropdown-content {
position: relative;
}
.topnav.responsive .dropdown .dropbtn {
display: block;
width: 100%;
text-align: left;
}
}
@media (max-width:600px) {
#navbar {
display: none;
}
@keyframes arrows {
0%,
100% {
color: black;
transform: translateY(0);
}
50% {
color: #3AB493;
transform: translateY(20px);
}
}
@media (max-width:600px) {
.main {
margin-top: 4rem;
padding-top: 2rem;
}
.main table td {
width: 100%;
display: block;
}
.main table td section {
margin-top: 20%;
margin: 5%;
}
.main table td section .title {
font-size: 3rem;
padding: 2rem 0 2rem 0;
}
.main table td section .sub-title {
padding: 2rem 0 0 0;
}
.main table td section p {
margin-bottom: 2rem;
font-size: 2rem;
}
.main table td img {
width: 60%;
height: 60%;
margin-top: 0%;
margin-bottom: 2rem;
pointer-events: none;
}
.author-quote {
font-size: 1.5rem;
margin-top: 4rem;
}
/* PROJECTS */
/* Left text / image right*/
.projects {}
.project-display img {}
.project-description {
margin-right: 0;
background-color: #fff;
padding: 0;
}
.project-description-title {
text-align: left;
}
.project-description-icons i {}
.projects .row {
padding: 1rem 0 1rem 0;
}
/* Section titles */
.section-title {
padding-top: 3rem;
}
/*Divs with right text and image on the left*/
.project-description-category-b {}
.project-description-b {
margin-left: 0;
background-color: #fff;
padding: 0;
}
.tech-stack {
display: none;
}
.project-description-title-b {}
.project-description-icons-b {}
.project-description-icons-b i {}
/* minor projects*/
.minor-project-card {
margin: 5px 0 5px 0;
padding: 3rem;
border-radius: 0;
background: #e0e0e0;
box-shadow: 0;
}
.about {
padding: 1.5rem;
}
.footer-text {
margin-top: 5rem;
}
}
@keyframes opaqTransition {
3% {
transform: translateX(0);
}
25% {
transform: translateX(0);
}
28% {
transform: translateX(-700px);
}
100% {
transform: translateX(-700px);
}
}
@media (max-width:600px) {
/* Services */
.intro {
/* top | right | bottom | left */
padding: 2rem;
}
.intro-text p {
padding: 2rem;
}
/* Services-main */
.service-content {
padding: 1rem;
}
.services-main img {
height: 100%;
width: 80vw;
}
/* Footer */
/* Social media icons */
.social-media-icons {
text-align: center;
}
.service-content h4 {
text-align: center;
}
}
} | css/styles.css | *,
html {
scroll-behavior: smooth;
}
body {
background: #eee;
margin: 0;
background: url(../images/body-bg.png);
}
/* scrollbar styling */
:root {
scrollbar-color: #4033ff !important;
scrollbar-width: auto !important;
}
/*DEFAULT*/
a {
text-decoration: none;
}
li {
list-style: none;
padding-bottom: 5px;
}
/* BUTTONS */
.hire-btn {
padding: 14px 24px;
margin-right: 1rem;
box-shadow: 0px 3px 8px -3px rgba(1, 1, 1, 0.5);
outline: none;
border: 0;
background: #2ECC71;
border-radius: 25px;
color: #fff;
font-weight: 400;
font-size: 17px;
text-align: center;
transition: 0.5s;
font-family: 'Overpass', sans-serif;
}
.hire-btn:hover {
background-color: #2196F3;
text-decoration: none;
color: #ffff;
}
/* Download CV btn */
.download-cv-btn {
padding: 14px 24px;
box-shadow: 0px 3px 8px -3px rgba(1, 1, 1, 0.5);
outline: none;
border: 0;
background: #fff;
border-radius: 25px;
color: #4033ff;
font-weight: 400;
font-size: 17px;
text-align: center;
transition: 0.5s;
font-family: 'Overpass', sans-serif;
}
.download-cv-btn:hover {
background-color: #2196F3;
text-decoration: none;
color: #ffff;
}
.mail-section {
margin-top: 4rem;
}
.mail-me {
padding: 14px 24px;
box-shadow: 0px 3px 8px -3px rgba(1, 1, 1, 0.5);
outline: none;
border: 0;
background: #2ECC71;
border-radius: 25px;
color: #fff;
font-weight: 400;
font-size: 17px;
text-align: center;
transition: 0.5s;
font-family: 'Overpass', sans-serif;
}
.mail-me:hover {
background-color: #2196F3;
text-decoration: none;
color: #ffff;
}
/* END OF BUTTONS */
/* LANDING PAGE INLINE PHOTO */
.inline-photo {
opacity: 0;
transform: translateY(4em) rotateZ(-0deg);
transition: transform 4s .25s cubic-bezier(0, 1, .3, 1), opacity .3s .25s ease-out;
will-change: transform, opacity;
}
.inline-photo.is-visible {
opacity: 1;
transform: rotateZ(-0deg);
}
/*NAV-BAR*/
header {
position: fixed;
top: 0;
width: 100%;
z-index: 9;
}
.topnav {
overflow: hidden;
width: 90%;
margin: auto;
background-color: transparent;
}
.topnav a {
float: right;
display: block;
color: #f2f2f2;
text-align: center;
padding: 35px 18px;
/* top | right | bottom | left */
text-decoration: none;
font-size: 17px;
transition: 0.5s;
font-family: "Poppins", sans-serif;
}
.topnav .logo {
float: left;
/* font-family: 'Fredoka One', cursive; */
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
color: #fff;
padding: 30px 18px;
font-size: 2.2em;
cursor: pointer;
text-decoration: none;
}
.active {
color: gray;
}
.topnav .icon {
display: none;
}
.topnav .icon:hover {
text-decoration: none;
}
.dropdown {
float: right;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 17px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.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 {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.topnav a:hover,
.dropdown:hover .dropbtn {
color: rgb(180, 205, 255);
}
.dropdown-content a:hover {
background-color: #ddd;
color: black;
}
.dropdown:hover .dropdown-content {
display: block;
}
#navbar {
background-color: #fff;
position: fixed;
top: -60px;
width: 100%;
display: block;
z-index: 9;
box-shadow: 0px 6px 16px -6px rgba(1, 1, 1, 0.5);
transition: top 0.5s ease-in-out;
}
#navbar a {
float: right;
display: block;
color: #000;
text-align: center;
padding: 15px;
text-decoration: none;
font-size: 17px;
margin-right: 1rem;
font-family: 'Overpass', sans-serif;
/* font-family: 'Libre Franklin', sans-serif; */
}
#navbar .logo {
float: left;
}
#navbar a:hover {
background-color: #ddd;
color: black;
}
.slide-menu .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;
}
.slide-menu .dropdown .dropbtn {
font-size: 17px;
border: none;
outline: none;
color: #000;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
/* LANDING PAGE CONTENT */
.main {
width: 100%;
height: 100vh;
background-image: url("../images/main-bg.webp");
background-size: 100% 100%;
}
.main table {
width: 100%;
height: 100vh;
}
.main table td {
width: 50%;
}
.main table td img {
width: 70%;
float: right;
/* height: 50%;
*/
pointer-events: none;
--delay: 0s;
animation: arrows 4s var(--delay) infinite ease-in;
margin-right: 5rem;
padding-top: 3rem;
}
.main table td section {
margin-left: 12%;
color: #fff;
}
.main table td section .title {
font-size: 4.5rem;
font-family: 'Oswald', sans-serif;
}
.main table td section .sub-title {
font-family: 'Overpass', sans-serif;
}
.main table td section .sub-title,
.main table td section p {
color: rgb(180, 205, 255);
}
.main table td section p {
margin-bottom: 4rem;
font-size: 2rem;
font-family: 'Fira Sans Condensed', sans-serif;
}
/* Quote */
.quote {
padding: 3rem;
font-family: 'Fira Sans Condensed', sans-serif;
background-image: url(../images/price_bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.quote-2 {
padding: 0rem;
font-family: 'Fira Sans Condensed', sans-serif;
}
.author-quote {
text-align: center;
font-size: 2rem;
}
.author-quote-2 {
text-align: center;
font-size: 1.3rem;
}
.author {
text-align: left;
margin-left: 50%;
}
/*About*/
.about {
padding: 5rem;
}
.about-me-text {
font-family: 'Overpass', sans-serif;
font-size: 17px;
}
.top-right-shape img {
height: 40%;
width: 30%;
position: absolute;
top: -150px;
right: -150px;
}
.bottom-left-shape img {
height: 40%;
width: 30%;
position: absolute;
bottom: -50px;
left: -50px;
}
.profile-img {
width: 60%;
height: 80%;
}
/* Footer social media icons */
.social-media-icons {
padding: 2rem 0 2rem 0;
text-align: center;
/* top | right | bottom | left */
}
ul.social-network {
list-style: none;
display: inline;
margin-left: 0 !important;
padding: 0;
}
ul.social-network li {
display: inline;
margin-left: 0px;
margin-right: 0rem;
}
.social-network a.icoTwitter:hover {
background-color: #55acee;
}
.social-network a.icoLinkedin:hover {
background-color: #007bb5;
}
.social-network a.icoGit:hover {
background-color: #2b2929;
}
.social-network a.icoTwitter:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoGit:hover i {
color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
color: #44BCDD;
}
.social-circle li a {
display: inline-block;
position: relative;
margin: 0 auto 0 auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
width: 40px;
height: 40px;
font-size: 20px;
/* background-color:#33ccff; */
background-color: #2196F3;
}
.social-circle li i {
margin: 0;
line-height: 40px;
text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: white;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
/* End of Footer styling */
/* Services */
.intro {
/* top | right | bottom | left */
padding: 4rem;
}
.intro-text p {
padding: 4rem;
}
.section-title {
text-align: center;
font-weight: 700;
color: grey;
letter-spacing: 3;
position: relative;
padding-bottom: 15px;
margin-bottom: 2rem;
font-family: 'Fira Sans Condensed', sans-serif;
}
.section-title::before {
content: '';
position: absolute;
display: block;
width: 120px;
height: 1px;
background: #ddd;
bottom: 1px;
left: calc(50% - 60px);
}
.section-title::after {
content: '';
position: absolute;
display: block;
width: 40px;
height: 3px;
background: #2ECC71;
bottom: 0;
left: calc(50% - 20px);
}
.services-main img {
width: 100%;
}
.services-section {
height: 70vh;
}
.service-content {
padding: 5rem;
}
.service-content h4 {
font-family: 'Fira Sans Condensed', sans-serif;
margin-bottom: 10px;
font-weight: 700;
color: grey;
}
.service-description {
font-family: 'Overpass', sans-serif;
font-size: 17px;
}
/* PROJECTS */
.projects {}
#img-fluid {
max-width: 100%;
height: auto;
}
.project-display img {}
/*Divs with left text and image on the right*/
.project-description {
margin-right: -15%;
padding: 2rem;
border-radius: 4px;
background: #e0e0e0;
font-family: 'Overpass', sans-serif;
letter-spacing: 1;
font-size: 17px;
}
.project-description-title {
text-align: left;
font-weight: 700;
color: grey;
font-family: 'Fira Sans Condensed', sans-serif;
}
.project-description-icons a {
color: inherit;
}
.project-description-icons i {
font-size: 20px;
margin-top: 2rem;
color: ;
}
.projects .row {
padding: 6rem 0 6rem 0;
}
/*Divs with right text and image on the left*/
.project-description-category-b {
text-align: right;
}
.project-description-b {
margin-left: -15%;
padding: 2rem;
border-radius: 4px;
background: #e0e0e0;
letter-spacing: 1;
font-size: 17px;
font-family: 'Overpass', sans-serif;
}
.project-description-title-b {
text-align: right;
font-family: 'Fira Sans Condensed', sans-serif;
font-weight: 700;
color: grey;
}
.project-description-icons-b {
text-align: right;
}
.project-description-icons-b a {
color: inherit;
}
.project-description-icons-b i {
font-size: 20px;
margin-top: 2rem;
}
.tech-stack {
margin-right: 1rem;
}
.minor-project-card {
margin: 2rem;
padding: 3rem;
border-radius: 4px;
background: #e0e0e0;
box-shadow: 20px 20px 60px #bebebe,
-20px -20px 60px #ffffff;
}
.project-description-title-minor {
font-weight: 700;
color: inherit;
font-family: 'Fira Sans Condensed', sans-serif;
}
.minor-project-card .header .bi-folder {
font-size: 50px;
}
.minor-project-card .header span {
font-size: 20px;
text-decoration: none;
}
.minor-project-external-links a {
text-decoration: none;
color: inherit;
}
.minor-project-external-links a:hover {}
.minor-project-text {
font-family: 'Overpass', sans-serif;
letter-spacing: 1;
font-size: 17px;
}
.archive-link {
font-family: 'Overpass', sans-serif;
text-decoration: none;
font-size: 16px;
}
/*End of project showcase styling*/
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
position: relative;
color: #444444;
text-align: center;
background: #ffff;
box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
padding: 20px 0 30px 0;
transition: all 0.3s ease-in-out;
z-index: 1;
}
.contact .icon-box::before {
content: '';
position: absolute;
background: #cbe0fb;
right: 0;
left: 0;
bottom: 0;
top: 100%;
transition: all 0.3s;
z-index: -1;
}
.contact .icon-box:hover::before {
background: #106eea;
top: 0;
border-radius: 0px;
}
.contact .info-box i {
font-size: 32px;
color: #106eea;
border-radius: 50%;
padding: 8px;
border: 2px solid #b3d1fa;
}
.contact .info-box h3 {
font-size: 20px;
color: #777777;
font-weight: 700;
margin: 10px 0;
font-family: 'Fira Sans Condensed', sans-serif;
}
.contact .info-box p {
padding: 0;
line-height: 24px;
font-size: 17px;
margin-bottom: 0;
font-family: 'Overpass', sans-serif;
}
.contact .php-email-form {
box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
padding: 30px;
background: #fff;
}
.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .error-message br+br {
margin-top: 25px;
}
.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}
.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
margin-bottom: 20px;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
border-color: #106eea;
}
.contact .php-email-form input {
padding: 10px 15px;
}
.contact .php-email-form textarea {
padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
background: #007bff;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
background: #3b8af2;
}
@-webkit-keyframes animate-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes animate-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
background: #fff;
padding: 0 0 10px 0;
color: #444444;
font-size: 16px;
background: #f1f6fe;
font-family: 'Overpass', sans-serif;
}
#footer {
text-align: center;
}
#footer .container i {
color: red;
}
.footer-images {
margin-top: -6rem;
}
#back2Top {
width: 40px;
line-height: 40px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
position: fixed;
bottom: 50px;
right: 15px;
color: white;
background: #2ECC71;
border: 1px #fff;
text-align: center;
font-size: 25px;
text-decoration: none;
border-radius: 50%;
}
#back2Top:hover {
color: #fff;
background: #2196F3;
}
#back2Top i {
font-size: 20px;
margin-top: 2px;
}
@media screen and (max-width: 600px) {
.hire-btn {
margin-right: 1px;
}
.hire-btn,
.download-cv-btn {
padding: 14px 20px;
font-size: 15px;
}
.topnav {
background: #4033ff;
width: 100%;
padding-top: 0;
padding-bottom: 0;
}
.topnav a {
padding: 20px 18px;
/* top | right | bottom | left */
}
.topnav .logo {
padding: 20px 18px;
}
.topnav a:not(:first-child),
.dropdown .dropbtn {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {
position: relative;
}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
.topnav.responsive .dropdown {
float: none;
}
.topnav.responsive .dropdown-content {
position: relative;
}
.topnav.responsive .dropdown .dropbtn {
display: block;
width: 100%;
text-align: left;
}
}
@media (max-width:600px) {
#navbar {
display: none;
}
@keyframes arrows {
0%,
100% {
color: black;
transform: translateY(0);
}
50% {
color: #3AB493;
transform: translateY(20px);
}
}
@media (max-width:600px) {
.main {
margin-top: 4rem;
padding-top: 2rem;
}
.main table td {
width: 100%;
display: block;
}
.main table td section {
margin-top: 20%;
margin: 5%;
}
.main table td section .title {
font-size: 3rem;
padding: 2rem 0 2rem 0;
}
.main table td section .sub-title {
padding: 2rem 0 0 0;
}
.main table td section p {
margin-bottom: 2rem;
font-size: 2rem;
}
.main table td img {
width: 60%;
height: 60%;
margin-top: 0%;
margin-bottom: 2rem;
pointer-events: none;
}
.author-quote {
font-size: 1.5rem;
margin-top: 4rem;
}
/* PROJECTS */
/* Left text / image right*/
.projects {}
.project-display img {}
.project-description {
margin-right: 0;
background-color: #fff;
padding: 0;
}
.project-description-title {
text-align: left;
}
.project-description-icons i {}
.projects .row {
padding: 1rem 0 1rem 0;
}
/* Section titles */
.section-title {
padding-top: 3rem;
}
/*Divs with right text and image on the left*/
.project-description-category-b {}
.project-description-b {
margin-left: 0;
background-color: #fff;
padding: 0;
}
.tech-stack {
display: none;
}
.project-description-title-b {}
.project-description-icons-b {}
.project-description-icons-b i {}
/* minor projects*/
.minor-project-card {
margin: 5px 0 5px 0;
padding: 3rem;
border-radius: 0;
background: #e0e0e0;
box-shadow: 0;
}
.about {
padding: 1.5rem;
}
.footer-text {
margin-top: 5rem;
}
}
@keyframes opaqTransition {
3% {
transform: translateX(0);
}
25% {
transform: translateX(0);
}
28% {
transform: translateX(-700px);
}
100% {
transform: translateX(-700px);
}
}
@media (max-width:600px) {
/* Services */
.intro {
/* top | right | bottom | left */
padding: 2rem;
}
.intro-text p {
padding: 2rem;
}
/* Services-main */
.service-content {
padding: 1rem;
}
.services-main img {
height: 100%;
width: 80vw;
}
/* Footer */
/* Social media icons */
.social-media-icons {
text-align: center;
}
.service-content h4 {
text-align: center;
}
}
} | 0.439266 | 0.063511 |
.webuploader-container {
position: relative;
}
.webuploader-element-invisible {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
position: relative;
display: inline-block;
cursor: pointer;
background: #00b7ee;
padding: 10px 15px;
color: #fff;
text-align: center;
border-radius: 3px;
overflow: hidden;
}
.webuploader-pick-hover {
background: #00a2d4;
}
.webuploader-pick-disable {
opacity: 0.6;
pointer-events:none;
}
/*
图片处理css
*/
img.cover{
width:100px;
height:100px;
}
img.cover:hover{
/* -webkit-transform:scale(10,10);
-moz-transform:scale(10,10);
-transform:scale(10,10);*/
}
/*
上传文件css
*/
.uploader-list .file-item{
display: inline-block;
margin: 5px;
border: 1px red solid;
position: relative;
}
.webuploader-pick{
background-color: #3a4658 !important;
}
.file-panel p.error {
background: #f43838;
color: #fff;
position: absolute;
bottom: 0;
left: 0;
height: 28px;
line-height: 28px;
width: 100%;
z-index: 100;
}
.filelist .success {
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 40px;
width: 100%;
z-index: 200;
background: url(./images/success.png) no-repeat right bottom;
}
.uploader-list .file-panel {
position: absolute;
height: 0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
background: rgba( 0, 0, 0, 0.5 );
width: 100%;
top: 0;
left: 0;
overflow: hidden;
z-index: 300;
}
.uploader-list .file-panel span {
width: 24px;
height: 24px;
display: inline;
float: right;
text-indent: -9999px;
overflow: hidden;
background: url(./images/icons.png) no-repeat;
margin: 5px 1px 1px;
cursor: pointer;
}
.uploader-list .file-panel .rotateLeft {
background-position: 0 -24px;
}
.uploader-list .file-panel .rotateLeft:hover {
background-position: 0 0;
}
.uploader-list .file-panel .rotateRight {
background-position: -24px -24px;
}
.uploader-list .file-panel .rotateRight:hover {
background-position: -24px 0;
}
.uploader-list .file-panel .cancel {
background-position: -48px -24px;
}
.uploader-list .file-panel .cancel:hover {
background-position: -48px 0;
}
/**
进度条
**/
.uploader-list .filelist p.progress {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
height: 8px;
overflow: hidden;
z-index: 50;
}
.uploader-list .filelist p.progress span {
display: none;
overflow: hidden;
width: 0;
height: 100%;
background: #1483d8 url(./images/progress.png) repeat-x;
-webit-transition: width 200ms linear;
-moz-transition: width 200ms linear;
-o-transition: width 200ms linear;
-ms-transition: width 200ms linear;
transition: width 200ms linear;
-webkit-animation: progressmove 2s linear infinite;
-moz-animation: progressmove 2s linear infinite;
-o-animation: progressmove 2s linear infinite;
-ms-animation: progressmove 2s linear infinite;
animation: progressmove 2s linear infinite;
-webkit-transform: translateZ(0);
} | public/static/webuploader-0.1.5/webuploader.css | .webuploader-container {
position: relative;
}
.webuploader-element-invisible {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
position: relative;
display: inline-block;
cursor: pointer;
background: #00b7ee;
padding: 10px 15px;
color: #fff;
text-align: center;
border-radius: 3px;
overflow: hidden;
}
.webuploader-pick-hover {
background: #00a2d4;
}
.webuploader-pick-disable {
opacity: 0.6;
pointer-events:none;
}
/*
图片处理css
*/
img.cover{
width:100px;
height:100px;
}
img.cover:hover{
/* -webkit-transform:scale(10,10);
-moz-transform:scale(10,10);
-transform:scale(10,10);*/
}
/*
上传文件css
*/
.uploader-list .file-item{
display: inline-block;
margin: 5px;
border: 1px red solid;
position: relative;
}
.webuploader-pick{
background-color: #3a4658 !important;
}
.file-panel p.error {
background: #f43838;
color: #fff;
position: absolute;
bottom: 0;
left: 0;
height: 28px;
line-height: 28px;
width: 100%;
z-index: 100;
}
.filelist .success {
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 40px;
width: 100%;
z-index: 200;
background: url(./images/success.png) no-repeat right bottom;
}
.uploader-list .file-panel {
position: absolute;
height: 0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
background: rgba( 0, 0, 0, 0.5 );
width: 100%;
top: 0;
left: 0;
overflow: hidden;
z-index: 300;
}
.uploader-list .file-panel span {
width: 24px;
height: 24px;
display: inline;
float: right;
text-indent: -9999px;
overflow: hidden;
background: url(./images/icons.png) no-repeat;
margin: 5px 1px 1px;
cursor: pointer;
}
.uploader-list .file-panel .rotateLeft {
background-position: 0 -24px;
}
.uploader-list .file-panel .rotateLeft:hover {
background-position: 0 0;
}
.uploader-list .file-panel .rotateRight {
background-position: -24px -24px;
}
.uploader-list .file-panel .rotateRight:hover {
background-position: -24px 0;
}
.uploader-list .file-panel .cancel {
background-position: -48px -24px;
}
.uploader-list .file-panel .cancel:hover {
background-position: -48px 0;
}
/**
进度条
**/
.uploader-list .filelist p.progress {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
height: 8px;
overflow: hidden;
z-index: 50;
}
.uploader-list .filelist p.progress span {
display: none;
overflow: hidden;
width: 0;
height: 100%;
background: #1483d8 url(./images/progress.png) repeat-x;
-webit-transition: width 200ms linear;
-moz-transition: width 200ms linear;
-o-transition: width 200ms linear;
-ms-transition: width 200ms linear;
transition: width 200ms linear;
-webkit-animation: progressmove 2s linear infinite;
-moz-animation: progressmove 2s linear infinite;
-o-animation: progressmove 2s linear infinite;
-ms-animation: progressmove 2s linear infinite;
animation: progressmove 2s linear infinite;
-webkit-transform: translateZ(0);
} | 0.345657 | 0.064624 |
.resource {
width: 30%;
margin: 0 1%;
margin-bottom: 10px;
background: #fff;
height: 220px;
float: left;
padding: 8px 8px;
/*-moz-box-sizing: border-box;*/
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.resource-main .resource:nth-child(odd) {
margin-left: 0;
}
.resource-main .resource:nth-child(even) {
margin-right: 0;
}
.resource-title {
text-align: center;
padding: 5px 0;
margin-top: 7px;
margin-bottom: 5px;
}
.resource-title > a {
font-size: 16px;
font-weight: bold;
line-height: 18px;
color: #01AAED;
}
.resource-title > a:hover {
color: #1E9FFF;
}
.resource-abstract {
padding: 3px;
text-align: center;
font-size: smaller;
color: #838383;
height: 50px;
overflow: hidden;
}
.resource-info {
font-size: smaller;
position: absolute;
bottom: 50px;
left: 0;
right: 0;
padding: 2px 10px;
}
.resource-info .category {
float: left;
}
.resource-info .create-time {
float: right;
margin-right: 10px;
}
.resource-footer {
font-size: small;
border-top: 1px solid #e7e7e7;
box-shadow: 0 1px 0 0 #fff inset;
color: #8B8B8C;
height: 50px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0 10px;
line-height: 50px;
text-align: center;
}
.resource-footer a:nth-child(2) {
display: none;
}
.resource-footer i {
font-size: 12px !important;
}
.res-footer {
text-align: center;
border-top: 1px solid #009688;
margin-top: 15px;
background: #393D49;
padding: 5px 0;
color: #d3d2d2;
}
.res-footer a {
color: #d2d2d2;
}
.res-footer a:hover {
color: #fbfbfb;
}
.res-footer > p {
margin: 2px 0;
}
.res-footer > p a,
.res-footer > p span {
padding-left: 7px;
}
/* 小屏幕(平板,大于等于 768px) */
@media (min-width: 768px) {
.resource {
width: 25%;
margin: 0 1%;
margin-bottom: 10px;
height: 220px;
}
.resource-main .resource:nth-child(odd) {
margin-left: 1%;
}
.resource-main .resource:nth-child(even) {
margin-right: 1%;
}
.resource-main .resource:nth-child(3n+1) {
margin-left: 0;
}
.resource-main .resource:nth-child(3n+3) {
margin-right: 0;
}
.resource-footer a:nth-child(2) {
display: inline-block;
}
.resource-footer .removeRes{
display: none;
}
}
/* 中等屏幕(桌面显示器,大于等于 992px) */
@media (min-width: 992px) {
.resource {
width: 20%;
margin: 0 1%;
margin-bottom: 10px;
}
.resource-main .resource:nth-child(odd) {
margin-left: 1%;
}
.resource-main .resource:nth-child(even) {
margin-right: 1%;
}
.resource-main .resource:nth-child(3n+1) {
margin-left: 1%;
}
.resource-main .resource:nth-child(3n+3) {
margin-right: 1%;
}
.resource-main .resource:nth-child(4n+1) {
margin-left: 0;
}
.resource-main .resource:nth-child(4n) {
margin-right: 0;
}
.resource-footer .removeRes{
display: none;
}
} | target/myBlog/static/css/resource.css |
.resource {
width: 30%;
margin: 0 1%;
margin-bottom: 10px;
background: #fff;
height: 220px;
float: left;
padding: 8px 8px;
/*-moz-box-sizing: border-box;*/
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.resource-main .resource:nth-child(odd) {
margin-left: 0;
}
.resource-main .resource:nth-child(even) {
margin-right: 0;
}
.resource-title {
text-align: center;
padding: 5px 0;
margin-top: 7px;
margin-bottom: 5px;
}
.resource-title > a {
font-size: 16px;
font-weight: bold;
line-height: 18px;
color: #01AAED;
}
.resource-title > a:hover {
color: #1E9FFF;
}
.resource-abstract {
padding: 3px;
text-align: center;
font-size: smaller;
color: #838383;
height: 50px;
overflow: hidden;
}
.resource-info {
font-size: smaller;
position: absolute;
bottom: 50px;
left: 0;
right: 0;
padding: 2px 10px;
}
.resource-info .category {
float: left;
}
.resource-info .create-time {
float: right;
margin-right: 10px;
}
.resource-footer {
font-size: small;
border-top: 1px solid #e7e7e7;
box-shadow: 0 1px 0 0 #fff inset;
color: #8B8B8C;
height: 50px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0 10px;
line-height: 50px;
text-align: center;
}
.resource-footer a:nth-child(2) {
display: none;
}
.resource-footer i {
font-size: 12px !important;
}
.res-footer {
text-align: center;
border-top: 1px solid #009688;
margin-top: 15px;
background: #393D49;
padding: 5px 0;
color: #d3d2d2;
}
.res-footer a {
color: #d2d2d2;
}
.res-footer a:hover {
color: #fbfbfb;
}
.res-footer > p {
margin: 2px 0;
}
.res-footer > p a,
.res-footer > p span {
padding-left: 7px;
}
/* 小屏幕(平板,大于等于 768px) */
@media (min-width: 768px) {
.resource {
width: 25%;
margin: 0 1%;
margin-bottom: 10px;
height: 220px;
}
.resource-main .resource:nth-child(odd) {
margin-left: 1%;
}
.resource-main .resource:nth-child(even) {
margin-right: 1%;
}
.resource-main .resource:nth-child(3n+1) {
margin-left: 0;
}
.resource-main .resource:nth-child(3n+3) {
margin-right: 0;
}
.resource-footer a:nth-child(2) {
display: inline-block;
}
.resource-footer .removeRes{
display: none;
}
}
/* 中等屏幕(桌面显示器,大于等于 992px) */
@media (min-width: 992px) {
.resource {
width: 20%;
margin: 0 1%;
margin-bottom: 10px;
}
.resource-main .resource:nth-child(odd) {
margin-left: 1%;
}
.resource-main .resource:nth-child(even) {
margin-right: 1%;
}
.resource-main .resource:nth-child(3n+1) {
margin-left: 1%;
}
.resource-main .resource:nth-child(3n+3) {
margin-right: 1%;
}
.resource-main .resource:nth-child(4n+1) {
margin-left: 0;
}
.resource-main .resource:nth-child(4n) {
margin-right: 0;
}
.resource-footer .removeRes{
display: none;
}
} | 0.441432 | 0.101723 |
@import url("nunito.css");
@import url("bootstrap.min.css");
:root {
--color-white: rgb(255, 255, 255);
--color-black: rgb(0, 0, 0);
--color-white-transparent: rgba(255, 255, 255, 0.5);
--color-gray-text: rgb(112, 112, 112);
--color-light-gray-button: rgb(129, 151, 188);
--color-light-gray-hover-button: rgb(106, 125, 156);
--color-dark-blue-button: rgb(87, 42, 87);
--color-dark-blue-hover-button: rgb(54, 25, 54);
--content-height: 450px;
--text-align-center: center;
}
@font-face {
font-family: "Open Sans";
src: url('open-sans/OpenSans-Light.ttf') format('truetype')
}
@font-face {
font-family: "Open Sans";
src: url('open-sans/OpenSans-SemiBold.ttf') format('truetype');
font-weight: bold;
}
html {
height: 100%;
width: 100%;
}
body {
margin: 0;
padding: 0;
font-family: "Open Sans", Roboto, "Segoe UI", "Noto Sans", Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
background-image: url("../images/background.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 100%;
width: 100%;
display: block !important;
}
#more-information {
padding: 2rem;
}
#more-information .jumbotron {
background: none;
}
#restore-new-container,
#credentials-container {
display: none;
width: 89%;
height: var(--content-height);
text-align: var(--text-align-center);
}
.credentials-panel-container {
justify-content: center;
display: flex;
flex: 1;
}
.card-header {
background-color: var(--color-light-gray-button);
font-size: 120%;
}
.wallet-type-card {
position: absolute;
display: flex;
align-items: center;
width: 48px;
height: 48px;
left: 40%;
top: -20px;
border-radius: 50%;
}
#enter-credentials {
font-size: 150%;
font-weight: lighter;
color: var(--color-gray-text);
}
#wallet-authorization + .card-body #enter-credentials:before {
background: url('../images/login.png') center center no-repeat;
background-size: 80px 80px;
display: block;
width: 120px;
height: 120px;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
content: '';
border: var(--color-black) 2px solid;
border-radius: 50%;
}
.wallet-type:hover {
background: #edf1f4;
cursor: pointer;
}
.wizard-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.form-group > * {
margin: 10px 0;
}
.form-group {
padding-left: 0;
}
.content {
padding: 130px;
z-index: 100;
background: var(--color-white-transparent);
flex-direction: column;
}
.bs-stepper-header {
padding: 20px;
width: 100%;
align-self: center;
}
.stepper-content {
z-index: 100;
background: var(--color-white-transparent);
flex-direction: column;
width: 79%;
height: var(--content-height);
align-self: center;
padding: 1% 10% !important;
}
#seed_keep_secret {
font-size: 150%;
}
.set-register-details-content {
padding: 40px 20px 20px !important;
}
.buttons-box {
margin-top: 60px;
text-align: left;
width: 48%;
justify-content: space-between;
display: flex;
}
.content .title {
font-size: 300%;
font-weight: bold;
color: var(--color-gray-text);
text-align: left;
}
.content .caption {
font-size: 150%;
color: var(--color-gray-text);
text-align: left;
}
.content .actions {
margin-top: 20px;
text-align: left;
justify-content: space-between;
display: flex;
width: var(--content-height);
padding: 30px 0;
}
.btn-csb-loader {
padding: 10px 30px;
font-weight: bold;
width: 180px;
font-size: 15px;
color: var(--color-white) !important;
}
.btn-csb-new,
.btn-lost-pin {
background-color: var(--color-light-gray-button);
}
.btn-csb-new:hover,
.btn-csb-new:active,
.btn-csb-new:focus,
.btn-lost-pin:hover,
.btn-lost-pin:active,
.btn-lost-pin:visited,
.btn-lost-pin:focus {
background-color: var(--color-light-gray-hover-button);
}
.btn-csb-restore,
.btn-open-wallet {
background-color: var(--color-dark-blue-button);
}
.btn-csb-restore:hover,
.btn-csb-restore:active,
.btn-csb-restore:focus,
.btn-open-wallet:hover,
.btn-open-wallet:active,
.btn-open-wallet:visited,
.btn-open-wallet:focus {
background-color: var(--color-dark-blue-hover-button);
}
.btn-primary {
background-color: var(--color-dark-blue-button) !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
{
background-color: var(--color-dark-blue-hover-button) !important;
}
.credentials-panel-action-box {
padding: 0 80px;
}
#seed-label {
font-size: 170%
}
#register-successfully {
font-size: 22px;
font-weight: 500;
}
.register-detail-label {
font-size: 120%
}
.stepper-content .active .bs-stepper-circle {
background-color: var(--color-dark-blue-button);
}
label.error {
color: darkred;
}
.sk-cube-grid {
width: 128px;
height: 128px;
margin: 100px auto;
}
.sk-cube-grid .sk-cube {
width: 33%;
height: 33%;
background-color: #dee9f8;
float: left;
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
@keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
.loader-container {
position: absolute;
height: 100%;
width: 100%;
min-height: 100%;
display: flex;
align-items: center;
z-index: 10000000;
background: #00000099;
}
.bg-violet {
background: var(--color-white-transparent);
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
.credentials-panel {
width: 20rem;
}
.content .title {
font-size: 180%;
text-align: var(--text-align-center);
margin: 30px;
}
.content .caption {
font-size: 140%;
text-align: var(--text-align-center);
margin-bottom: 50px;
}
.content .actions {
display: contents;
}
.content {
padding: 20px;
}
.btn-csb-loader {
margin-bottom: 15px;
margin-top: 5px;
}
.stepper-content {
flex-direction: initial;
text-align: var(--text-align-center);
}
.set-register-details-content {
padding: 0 !important;
}
.register-detail-label {
font-size: 100%;
}
#register-successfully {
font-size: 22px;
font-weight: 500;
}
.buttons-box {
display: block;
text-align: var(--text-align-center);
margin-top: 0;
width: 100%;
}
.bs-stepper-header {
padding: 0;
margin: 0 !important;
width: 100%;
}
.form-group > * {
margin: 0 0 1.1rem;
}
.form-control {
display: initial;
}
.card-body {
padding: 0;
}
.credentials-panel-action-box {
padding: 0 70px;
}
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
.credentials-panel {
width: 24rem;
}
.content .title {
font-size: 220%;
text-align: var(--text-align-center);
margin: 40px;
}
.content .caption {
font-size: 140%;
text-align: var(--text-align-center);
margin-bottom: 100px;
}
.content .actions {
display: contents;
}
.content {
padding: 20px;
}
.btn-csb-loader {
margin-bottom: 35px;
}
.stepper-content {
flex-direction: initial;
text-align: var(--text-align-center);
}
.set-register-details-content {
padding: 0 !important;
}
.register-detail-label {
font-size: 100%;
}
#register-successfully {
font-size: 22px;
font-weight: 500;
}
.buttons-box {
display: block;
text-align: var(--text-align-center);
margin-top: 0;
width: 100%;
}
.form-group > * {
margin: 0;
margin-bottom: 1.1rem;
}
.bs-stepper-content {
width: 100%;
}
.bs-stepper-header {
padding: 0;
margin: 0 !important;
width: 100%;
}
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
.credentials-panel {
width: 32rem;
}
.buttons-box {
width: 100%;
}
.credentials-panel-action-box {
padding: 0 30px;
}
.register-detail-label {
height: 50px;
}
#register-successfully {
font-size: 22px;
font-weight: 500;
}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
.credentials-panel {
width: 36rem;
}
.buttons-box {
width: 100%;
}
.credentials-panel-action-box {
padding: 0 30px;
}
.register-detail-label {
height: 50px;
}
#register-successfully {
font-size: 22px;
font-weight: 500;
}
}
#login-image {
display: block;
}
.circle {
background: var(--color-white);
font-size: 25px;
text-align: var(--text-align-center);
margin-right: 10px;
border-radius: 50%;
display: inline-block;
padding: 10px;
}
@media (min-width: 1200px) {
.credentials-panel {
width: 50rem;
height: 30rem;
}
.buttons-box {
width: 100%;
}
.buttons-box-set-register-details {
width: 48%;
}
.buttons-box-access-wallet {
width: 48%;
margin-left: -15px;
margin-right: -15px;
}
.credentials-panel-action-box {
padding: 0 80px;
}
}
@media print {
.s-stepper-header {
display: none;
}
#seed {
font-size: 13px;
text-align: var(--text-align-center);
}
#complete-step .form-group {
position: absolute;
background: var(--color-white);
left: 0;
right: 0;
bottom: 0;
top: 0;
padding-top: 20%;
}
#complete-step .form-group .input-group-append,
#complete-step .form-group small {
display: none;
}
}
#step-pin,
#step-complete,
#step-seed,
#pin-help,
#pin-confirm-help
{
display: none;
} | assets/css/blue-fluorite.css | @import url("nunito.css");
@import url("bootstrap.min.css");
:root {
--color-white: rgb(255, 255, 255);
--color-black: rgb(0, 0, 0);
--color-white-transparent: rgba(255, 255, 255, 0.5);
--color-gray-text: rgb(112, 112, 112);
--color-light-gray-button: rgb(129, 151, 188);
--color-light-gray-hover-button: rgb(106, 125, 156);
--color-dark-blue-button: rgb(87, 42, 87);
--color-dark-blue-hover-button: rgb(54, 25, 54);
--content-height: 450px;
--text-align-center: center;
}
@font-face {
font-family: "Open Sans";
src: url('open-sans/OpenSans-Light.ttf') format('truetype')
}
@font-face {
font-family: "Open Sans";
src: url('open-sans/OpenSans-SemiBold.ttf') format('truetype');
font-weight: bold;
}
html {
height: 100%;
width: 100%;
}
body {
margin: 0;
padding: 0;
font-family: "Open Sans", Roboto, "Segoe UI", "Noto Sans", Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
background-image: url("../images/background.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 100%;
width: 100%;
display: block !important;
}
#more-information {
padding: 2rem;
}
#more-information .jumbotron {
background: none;
}
#restore-new-container,
#credentials-container {
display: none;
width: 89%;
height: var(--content-height);
text-align: var(--text-align-center);
}
.credentials-panel-container {
justify-content: center;
display: flex;
flex: 1;
}
.card-header {
background-color: var(--color-light-gray-button);
font-size: 120%;
}
.wallet-type-card {
position: absolute;
display: flex;
align-items: center;
width: 48px;
height: 48px;
left: 40%;
top: -20px;
border-radius: 50%;
}
#enter-credentials {
font-size: 150%;
font-weight: lighter;
color: var(--color-gray-text);
}
#wallet-authorization + .card-body #enter-credentials:before {
background: url('../images/login.png') center center no-repeat;
background-size: 80px 80px;
display: block;
width: 120px;
height: 120px;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
content: '';
border: var(--color-black) 2px solid;
border-radius: 50%;
}
.wallet-type:hover {
background: #edf1f4;
cursor: pointer;
}
.wizard-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.form-group > * {
margin: 10px 0;
}
.form-group {
padding-left: 0;
}
.content {
padding: 130px;
z-index: 100;
background: var(--color-white-transparent);
flex-direction: column;
}
.bs-stepper-header {
padding: 20px;
width: 100%;
align-self: center;
}
.stepper-content {
z-index: 100;
background: var(--color-white-transparent);
flex-direction: column;
width: 79%;
height: var(--content-height);
align-self: center;
padding: 1% 10% !important;
}
#seed_keep_secret {
font-size: 150%;
}
.set-register-details-content {
padding: 40px 20px 20px !important;
}
.buttons-box {
margin-top: 60px;
text-align: left;
width: 48%;
justify-content: space-between;
display: flex;
}
.content .title {
font-size: 300%;
font-weight: bold;
color: var(--color-gray-text);
text-align: left;
}
.content .caption {
font-size: 150%;
color: var(--color-gray-text);
text-align: left;
}
.content .actions {
margin-top: 20px;
text-align: left;
justify-content: space-between;
display: flex;
width: var(--content-height);
padding: 30px 0;
}
.btn-csb-loader {
padding: 10px 30px;
font-weight: bold;
width: 180px;
font-size: 15px;
color: var(--color-white) !important;
}
.btn-csb-new,
.btn-lost-pin {
background-color: var(--color-light-gray-button);
}
.btn-csb-new:hover,
.btn-csb-new:active,
.btn-csb-new:focus,
.btn-lost-pin:hover,
.btn-lost-pin:active,
.btn-lost-pin:visited,
.btn-lost-pin:focus {
background-color: var(--color-light-gray-hover-button);
}
.btn-csb-restore,
.btn-open-wallet {
background-color: var(--color-dark-blue-button);
}
.btn-csb-restore:hover,
.btn-csb-restore:active,
.btn-csb-restore:focus,
.btn-open-wallet:hover,
.btn-open-wallet:active,
.btn-open-wallet:visited,
.btn-open-wallet:focus {
background-color: var(--color-dark-blue-hover-button);
}
.btn-primary {
background-color: var(--color-dark-blue-button) !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
{
background-color: var(--color-dark-blue-hover-button) !important;
}
.credentials-panel-action-box {
padding: 0 80px;
}
#seed-label {
font-size: 170%
}
#register-successfully {
font-size: 22px;
font-weight: 500;
}
.register-detail-label {
font-size: 120%
}
.stepper-content .active .bs-stepper-circle {
background-color: var(--color-dark-blue-button);
}
label.error {
color: darkred;
}
.sk-cube-grid {
width: 128px;
height: 128px;
margin: 100px auto;
}
.sk-cube-grid .sk-cube {
width: 33%;
height: 33%;
background-color: #dee9f8;
float: left;
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
@keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
.loader-container {
position: absolute;
height: 100%;
width: 100%;
min-height: 100%;
display: flex;
align-items: center;
z-index: 10000000;
background: #00000099;
}
.bg-violet {
background: var(--color-white-transparent);
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
.credentials-panel {
width: 20rem;
}
.content .title {
font-size: 180%;
text-align: var(--text-align-center);
margin: 30px;
}
.content .caption {
font-size: 140%;
text-align: var(--text-align-center);
margin-bottom: 50px;
}
.content .actions {
display: contents;
}
.content {
padding: 20px;
}
.btn-csb-loader {
margin-bottom: 15px;
margin-top: 5px;
}
.stepper-content {
flex-direction: initial;
text-align: var(--text-align-center);
}
.set-register-details-content {
padding: 0 !important;
}
.register-detail-label {
font-size: 100%;
}
#register-successfully {
font-size: 22px;
font-weight: 500;
}
.buttons-box {
display: block;
text-align: var(--text-align-center);
margin-top: 0;
width: 100%;
}
.bs-stepper-header {
padding: 0;
margin: 0 !important;
width: 100%;
}
.form-group > * {
margin: 0 0 1.1rem;
}
.form-control {
display: initial;
}
.card-body {
padding: 0;
}
.credentials-panel-action-box {
padding: 0 70px;
}
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
.credentials-panel {
width: 24rem;
}
.content .title {
font-size: 220%;
text-align: var(--text-align-center);
margin: 40px;
}
.content .caption {
font-size: 140%;
text-align: var(--text-align-center);
margin-bottom: 100px;
}
.content .actions {
display: contents;
}
.content {
padding: 20px;
}
.btn-csb-loader {
margin-bottom: 35px;
}
.stepper-content {
flex-direction: initial;
text-align: var(--text-align-center);
}
.set-register-details-content {
padding: 0 !important;
}
.register-detail-label {
font-size: 100%;
}
#register-successfully {
font-size: 22px;
font-weight: 500;
}
.buttons-box {
display: block;
text-align: var(--text-align-center);
margin-top: 0;
width: 100%;
}
.form-group > * {
margin: 0;
margin-bottom: 1.1rem;
}
.bs-stepper-content {
width: 100%;
}
.bs-stepper-header {
padding: 0;
margin: 0 !important;
width: 100%;
}
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
.credentials-panel {
width: 32rem;
}
.buttons-box {
width: 100%;
}
.credentials-panel-action-box {
padding: 0 30px;
}
.register-detail-label {
height: 50px;
}
#register-successfully {
font-size: 22px;
font-weight: 500;
}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
.credentials-panel {
width: 36rem;
}
.buttons-box {
width: 100%;
}
.credentials-panel-action-box {
padding: 0 30px;
}
.register-detail-label {
height: 50px;
}
#register-successfully {
font-size: 22px;
font-weight: 500;
}
}
#login-image {
display: block;
}
.circle {
background: var(--color-white);
font-size: 25px;
text-align: var(--text-align-center);
margin-right: 10px;
border-radius: 50%;
display: inline-block;
padding: 10px;
}
@media (min-width: 1200px) {
.credentials-panel {
width: 50rem;
height: 30rem;
}
.buttons-box {
width: 100%;
}
.buttons-box-set-register-details {
width: 48%;
}
.buttons-box-access-wallet {
width: 48%;
margin-left: -15px;
margin-right: -15px;
}
.credentials-panel-action-box {
padding: 0 80px;
}
}
@media print {
.s-stepper-header {
display: none;
}
#seed {
font-size: 13px;
text-align: var(--text-align-center);
}
#complete-step .form-group {
position: absolute;
background: var(--color-white);
left: 0;
right: 0;
bottom: 0;
top: 0;
padding-top: 20%;
}
#complete-step .form-group .input-group-append,
#complete-step .form-group small {
display: none;
}
}
#step-pin,
#step-complete,
#step-seed,
#pin-help,
#pin-confirm-help
{
display: none;
} | 0.391988 | 0.091504 |
.navbar {
padding: 0;
background: #FFFFFF;
border-bottom: 0.01rem solid #f4f4f4;
-webkit-box-shadow: 0px 0px 15px 1px rgba(138, 132, 206, 0.03);
-moz-box-shadow: 0px 0px 15px 1px rgba(138, 132, 206, 0.03);
box-shadow: 0px 0px 15px 1px rgba(138, 132, 206, 0.03);
}
.navbar.expand-header {
margin: 0
}
.navbar-brand {
width: 5.5rem;
padding-top: 0.0rem;
padding-bottom: 0.0rem;
margin-right: 0.0rem;
}
.navbar .border-underline {
border-left: 1px solid #ccc;
height: 20px;
margin-top: 18px;
margin-left: -5px;
margin-right: 8px;
}
.navbar-expand-sm .navbar-nav .nav-link {
line-height: 2.75rem;
padding: 0.39rem 0.6rem;
text-transform: initial;
position: unset;
}
.navbar .toggle-sidebar, .navbar .sidebarCollapse {
display: inline-block;
position: relative;
float: left;
color: #707792;
padding: 8px;
font-size: 23px;
line-height: 1.9;
margin-left: 20px;
margin-right: 22px;
}
.dropdown-menu {
border-radius: 6px;
border-color: #e6e6e6;
}
.dropdown-item {
line-height: 1.8;
font-size: 0.96rem;
padding: 0.625rem 1rem;
word-wrap: normal;
}
.navbar .navbar-nav .nav-item.dropdown.show a.nav-link span {
color: #6156ce!important;
}
.navbar .navbar-nav .nav-item.dropdown.show a.nav-link span.badge {
background-color: #f8538d!important;
}
.navbar .navbar-nav .nav-item .dropdown-item.active,
.navbar .navbar-nav .nav-item .dropdown-item:active {
background-color: transparent;
color: #16181b;
}
.navbar .navbar-nav .nav-item.dropdown .nav-link:hover span {
color: #5247bd!important;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
top: 95%;
border-radius: 0;
border: none;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
border-radius: 6px;
}
/*Language Dropdown*/
.navbar .navbar-nav .nav-item.dropdown.language-dropdown a.dropdown-toggle:after {
display: none;
}
.navbar .navbar-nav .nav-item.dropdown.language-dropdown a span {
font-size: 14px;
vertical-align: middle;
}
.navbar .navbar-nav .nav-item.dropdown.language-dropdown .dropdown-menu {
right: auto;
left: 0;
margin: 0;
min-width: 190px;
}
.navbar .navbar-nav .nav-item.dropdown.language-dropdown .nav-link img {
width: 21px;
border-radius: 4px;
}
/*Message Dropdown*/
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .nav-link {
font-size: 20px;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .nav-link:after {
display: none;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .nav-link span {
color: #707792;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .nav-link span.badge {
position: absolute;
top: 14px;
right: 0;
width: 19px;
height: 19px;
border-radius: 50%;
padding: 0.1em 0.1em 0.1em;
font-size: 11px;
color: #fff!important;
background: #3862f5;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .nav-link:hover span.badge {
background-color: #f8538d!important;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .dropdown-menu {
width: 305px;
padding: 0;
background-color: #fcfdfe;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.title {
color: #6c757d;
background-color: #fff;
border-bottom: solid 1px #e9ecef;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
padding-top: 1.125rem;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.title i {
font-size: 24px;
vertical-align: middle;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.title span {
font-size: 14px;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item:hover {
background-color: transparent;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media {
padding: 10px 0 25px 0;
border-bottom: 1px solid #f1f3f1;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .usr-img {
position: relative;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .usr-img.online:before {
position: absolute;
content: '';
background-color: #18d17f;
padding: 5px;
border-radius: 50%;
bottom: 1px;
right: -2px;
z-index: 5;
border: solid 2px #fff;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .usr-img img {
height: 46px;
width: 46px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .text {
color: #000;
font-size: 14px;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media:hover .text {
color: #4f5163;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .meta-time {
color: #888da8;
font-size: 11px;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .meta-user-name {
color: #3232b7;
font-size: 14px;
font-weight: 600;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media span.badge {
padding: 1px 12px;
background-color: #f8538d;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item.footer {
padding: 0;
text-align: center;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item.footer div {
background-color: #3232b7;
border-color: #fff;
padding: 6px 24px 6px 4px;
letter-spacing: 0;
background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item.footer div i {
font-size: 20px;
vertical-align: middle;
background-color: #fff;
color: #3232b7;
padding: 7px;
border-radius: 50%;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item.footer div:hover {
background-image: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}
/*Notification Dropdown*/
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .nav-link {
font-size: 21px;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .nav-link:after {
display: none;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .nav-link span {
color: #707792;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .nav-link span.badge {
position: absolute;
top: 14px;
right: 0;
width: 19px;
height: 19px;
border-radius: 50%;
padding: 0.1em 0.1em 0.1em;
font-size: 11px;
color: #fff!important;
background: #00d1c1;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .nav-link:hover span.badge {
background-color: #f8538d!important;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item.title {
color: #6c757d;
background-color: #fff;
border-bottom: solid 1px #e9ecef;
border-radius: 6px;
padding-top: 1.125rem;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item.title i {
font-size: 22px;
vertical-align: middle;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item.title span {
font-size: 14px;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-menu {
width: 365px;
width: 305px;
padding: 0;
background-color: #fcfdfe;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item {
padding: 18px 15px 18px 15px;
padding: 18px 0 18px 0;
border-bottom: 1px solid #f1f3f1;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item i {
color: #aaa;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item h6 {
font-weight: 600;
font-size: 14px;
color: #000;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item p {
color: #bcbcbc;
font-size: 13px;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item p span.meta-time {
vertical-align: middle;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item p span.meta-member-notification {
vertical-align: middle;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item .badge-collapsed-img img {
width: 35px;
height: 35px;
}
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item.footer {
}
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item.footer span {
vertical-align: middle;
color: #3862f5;
font-weight: 600;
}
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item.footer div {
color: #fff;
letter-spacing: 0;
}
.navbar .navbar-nav .notification-list .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.navbar .navbar-nav .notification-list .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
left: 0;
}
.navbar .navbar-nav .nav-item.notification-dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #dedfdf!important;
width: 5px;
}
/* Custom Dropdown */
/* The container <div> - needed to position the dropdown content */
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .c-dropdown {
position: relative;
margin-top: -15px;
}
/* Dropdown Content (Hidden by Default) */
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .c-dropdown-content {
position: absolute;
top: 100%;
left: auto;
right: 11px;
z-index: 1000;
display: none;
float: left;
min-width: 6rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
border-radius: 6px;
}
/* Links inside the dropdown */
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .c-dropdown-content .c-dropdown-item {
width: 100%;
padding: 1px 13px;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
font-size: 13px;
font-weight: 600;
}
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .c-dropdown-content .c-dropdown-item:hover {
color: #e7515a;
}
/* Change color of dropdown links on hover */
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .c-dropdown-content a:hover {background-color: #ddd}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .show {display:block;}
/*Search */
.navbar .navbar-nav .nav-item form.form-inline {
width: 170px;
padding: 11px 0;
position: relative;
}
.navbar .navbar-nav .nav-item form.form-inline:before {
position: absolute;
font-family: 'flaticon';
left: 12px;
content: "\f169";
top: 17px;
z-index: 6;
font-size: 17px;
}
header.tabMobileView.navbar .navbar-nav .nav-item form.form-inline:before {
color: #fff;
}
header.navbar:not(.tabMobileView) .navbar-nav .nav-item form.form-inline:before {
color: #181722;
}
.navbar .navbar-nav .nav-item form.form-inline input.search-form-control {
width: 100%;
font-size: 13px;
background-color: #e3e3e3;
padding-left: 35px;
padding-top: 8px;
padding-bottom: 8px;
border: none;
-webkit-border-radius: 10em;
-moz-border-radius: 10em;
border-radius: 10em;
color: #0101565e;
}
.navbar .navbar-nav .nav-item form.form-inline input.search-form-control::-webkit-input-placeholder {
color: #6c757d;
font-size: 13px;
}
.navbar .navbar-nav .nav-item form.form-inline input.search-form-control::-ms-input-placeholder {
color: #6c757d;
font-size: 13px;
}
.navbar .navbar-nav .nav-item form.form-inline input.search-form-control::-moz-placeholder {
color: #6c757d;
font-size: 13px;
}
/*App Dropdown*/
.navbar .navbar-nav .nav-item.app-dropdown .nav-link {
font-size: 24px;
}
.navbar .navbar-nav .nav-item.dropdown.app-dropdown .nav-link:after {
display: none;
}
.navbar .navbar-nav .nav-item.app-dropdown .nav-link span {
color: #707792;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu {
width: 305px;
right: 0;
left: auto;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu .dropdown-item {
display: inline-block;
position: relative;
margin: 5px;
width: 88px;
height: 88px;
text-align: center;
padding: .25rem 0.25rem;
border: 1px solid #ffffff;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu .dropdown-item:hover {
background-color: transparent;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu .dropdown-item i {
display: block;
margin: 0 auto;
width: 100%;
color: #707792;
font-size: 31px;
text-align: center;
padding-bottom: 0.5rem;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu .dropdown-item:hover i {
color: #181722;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu .dropdown-item span {
color: #555;
cursor: pointer;
font-size: 0.90rem;
}
/* User Profile Dropdown*/
.navbar .navbar-nav .nav-item.user-profile-dropdown .nav-link.user {
padding: 0.29rem 0.6rem;
margin-right: 4px;
font-size: 25px;
}
.navbar .navbar-nav .nav-item.dropdown.user-profile-dropdown .nav-link:after {
display: none;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .nav-link span {
color: #707792;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu {
right: 8px;
left: auto;
min-width: 12rem;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item {
padding: 8px 16px;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item i {
font-size: 20px;
vertical-align: middle;
color: #707792;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item span {
padding-left: 8px;
position: relative;
color: #3b3f5c;
font-size: 15px;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:hover i {
color: #6156ce;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:hover span {
color: #6156ce;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-divider {
border-top: 1px solid #e9ecef;
}
/* Nav Control Sidebar Toggle */
.navbar-expand-sm .navbar-nav .cs-toggle .nav-link {
font-size: 21px;
margin-right: 3px;
}
.navbar-expand-sm .navbar-nav .cs-toggle .nav-link span.d-lg-inline-block {
color: #3862f5;
}
.navbar .navbar-nav .nav-item.cs-toggle .nav-link span {
color: #707792;
}
/*
===============
Sidebar
===============
*/
.sidebar-wrapper {
width: 255px;
}
.sidebar-theme {
background: #181722;
}
.sidebar-closed > .sidebar-wrapper {
width: 0;
left: -35px;
}
.sidebar-closed > #content {
margin-left: 0px
}
#sidebar .theme-brand {
background-color: #1f212d;
box-shadow: -8px -4px 6px 1px rgb(15, 14, 32);
padding: 0.9px;
}
#sidebar .theme-brand li.theme-text a {
font-size: 21px !important;
color: #fff !important;
line-height: 2.75rem;
padding: 0.39rem 0.8rem;
text-transform: initial;
position: unset;
}
#sidebar .navbar-brand .img-fluid {
display: inline;
width: 44px;
height: auto;
margin-left: 20px;
margin-top: 5px;
}
#sidebar .border-underline {
border-left: 1px solid #ccc;
height: 20px;
margin-top: 18px;
margin-left: 0px;
margin-right: 8px;
}
#sidebar * {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
#sidebar ul.menu-categories {
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
}
#sidebar ul.menu-categories li > .dropdown-toggle[aria-expanded="true"] i.flaticon-right-arrow {
transform: rotate(90deg);
}
#sidebar ul.menu-categories li.menu:first-child {
margin-top: 20px;
margin-bottom: 20px;
}
#sidebar ul.menu-categories li.menu:first-child > a {
background-color: #2b293d;
color: #8c8b8b;
border-radius: 30px;
margin-bottom: 30px;
}
#sidebar ul.menu-categories li.menu:first-child > .dropdown-toggle i {
color: #e0d4d5;
padding: 0;
border-radius: 0;
}
#sidebar ul.menu-categories li.menu:first-child > .dropdown-toggle[aria-expanded="true"] {
color: #fff;
}
#sidebar ul.menu-categories li.menu:first-child > .dropdown-toggle[aria-expanded="true"] i {
background-color: transparent;
color: #fff;
font-size: 21px;
}
#sidebar ul.menu-categories li.menu:first-child > a span.badge {
vertical-align: middle;
padding: 3px 15px;
line-height: 1.3;
}
#sidebar ul.menu-categories li.menu:first-child ul.submenu {
}
#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a {
justify-content: flex-start;
padding: 12px 12px 12px 35px;
padding: 12px 12px 12px 2px;
}
#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a i {
align-self: center;
margin-right: 12px;
font-size: 19px;
width: 21px;
}
#sidebar ul.menu-categories li.menu:last-child {
padding-bottom: 40px;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle {
display: flex;
justify-content: space-between;
padding: 30px 4px;
height: 44px;
cursor: pointer;
font-size: 15.32px;
font-weight: 200;
color: #beb3b6;
padding: 30px 5px 30px 0px;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle > div {
align-self: center;
}
#sidebar ul.menu-categories li.menu .dropdown-toggle:after {
display: none;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle i {
color: #beb3b6;
font-size: 21px;
margin-right: 6px;
vertical-align: middle;
padding: 7px;
border-radius: 50%;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] i {
background-color: #322c35;
color: #fff;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] span {
color: #fff;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover,
#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover i {
color: #fff
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle i.flaticon-right-arrow,
#sidebar ul.menu-categories li.menu > .dropdown-toggle i.flaticon-down-arrow {
font-size: 11px;
vertical-align: middle;
margin-right: 0;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] i.flaticon-right-arrow,
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] i.flaticon-down-arrow {
background-color: transparent;
}
#sidebar ul.menu-categories li.menu > a span:not(.badge) {
vertical-align: middle;
}
#sidebar ul.menu-categories ul.submenu > li a {
position: relative;
display: flex;
justify-content: space-between;
padding: 15px 12px 15px 48px;
padding: 17px 12px 17px 48px;
padding-left: 14px;
margin-left: 46px;
font-size: 13.32px;
font-weight: 200;
color: #707792;
color: #888ea8;
}
#sidebar ul.menu-categories li.menu:not(:first-child) ul.submenu > li a:before {
content: '';
background-color: #888ea8;
position: absolute;
height: 1px;
width: 5px;
top: 27px;
left: 0;
}
#sidebar ul.menu-categories ul.submenu > li.active a {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li a:hover {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li a:hover:before {
background-color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li a i {
align-self: center;
font-size: 9px;
}
#sidebar ul.menu-categories ul.submenu li > [aria-expanded="true"] i {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu li > a[aria-expanded="true"] {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a {
position: relative;
padding: 12px 12px 12px 48px;
padding-left: 14px;
margin-left: 55px;
font-size: 13px;
color: #7a7a7a;
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:hover {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:hover:before {
background-color: #fff
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:before {
content: '';
background-color: #7a7a7a;
padding: 2px;
position: absolute;
top: 20px!important;
border-radius: 50%;
left: 0;
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a:before {
background-color: #fff;
}
.overlay {
display: none;
position: fixed;
width: 100vw;
height: 100vh;
background: #3b3f5c!important;
z-index: 998!important;
opacity: 0;
transition: all 0.5s ease-in-out;
}
/*
=========================
Control Sidebar
=========================
*/
.control-sidebar {
position: fixed;
top: 58px;
display: flex;
height: 100vh;
height: 97vh;
right: -375px;
width: auto;
z-index: 1000;
background: #fcfdfe;
-webkit-transition: right .3s ease-in-out;
-o-transition: right .3s ease-in-out;
transition: right .3s ease-in-out;
-webkit-box-shadow: -1px 1px 6px 0px rgba(113, 106, 202, 0.13);
-moz-box-shadow: -1px 1px 6px 0px rgba(113, 106, 202, 0.13);
box-shadow: -1px 1px 6px 0px rgba(113, 106, 202, 0.13);
}
.control-sidebar.control-sidebar-open {
right: 0;
}
.control-sidebar .close-sidebar i {
font-size: 25px;
color: #fbccdd;
cursor: pointer;
}
.control-sidebar .close-sidebar i:hover {
color: #e7515a;
}
.control-sidebar .usr-info img {
height: 70px;
width: 70px;
}
.control-sidebar .usr-info h5.usr-name {
color: #000;
font-weight: 600;
font-size: 22px;
}
.control-sidebar .usr-info p.usr-occupation {
font-size: 16px;
color: #888ea8;
}
.cs-overlay {
display: none;
position: fixed;
/* full screen */
width: 100vw;
height: 100vh;
background: #3b3f5c;
/* middle layer, i.e. appears below the sidebar */
z-index: 998;
opacity: 0;
/* animate the transition */
transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.cs-overlay.show {
display: block;
opacity: .7;
}
/*
Tabs Nav Section
*/
.control-sidebar .nav.nav-tabs {
background-color: #f2f6f9;
border-radius: 30px;
padding: 1px 1px;
border-bottom: none;
}
.control-sidebar .nav.nav-tabs li .nav-link {
color: #3b3f5c;
padding: 12px;
border: none;
font-size: 14px;
height: 45px;
margin-right: auto;
margin-left: auto;
}
.control-sidebar .nav.nav-tabs .nav-link.active {
background-color: #6424c9;
border-radius: 15px!important;
color: #fff;
border-radius: 30px !important;
}
/*
Tabs Content Section
*/
.control-sidebar .tab-content {
width: 295px;
padding: 0;
}
/*
Task
*/
.control-sidebar .tab-content .tasks {
padding: 10px;
}
.control-sidebar .tab-content .tasks .recent .d-flex .icon {
position: relative;
}
.control-sidebar .tab-content .tasks .recent .d-flex .icon:before {
position: absolute;
content: "";
background-color: #6424c9;
padding: 5px;
right: -10px;
border-radius: 50%;
top: 0;
}
.control-sidebar .tab-content .tasks .recent .d-flex .icon i {
color: #707792;
font-size: 25px;
}
.control-sidebar .tab-content .tasks .recent .d-flex span:not(.notification-count) {
font-size: 16px;
font-weight: 600;
color: #1d1d1d;
}
.control-sidebar .tab-content .tasks .recent .d-flex .notification-count {
color: #6424c9;
font-weight: 600;
font-size: 16px;
}
.control-sidebar .tab-content .tasks .recent .d-flex p.r-view-all {
color: #ee3d50;
font-size: 16px;
}
.control-sidebar .tab-content .tasks .recent .media {
padding: 10px;
}
.control-sidebar .tab-content .tasks .recent .media img {
width: 45px;
height: 45px;
border-radius: 10px;
border: solid 1px #f1f3f1;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .tasks .recent .media .media-body {
border-bottom: 1px solid #e9ecef;
padding-bottom: 20px;
}
.control-sidebar .tab-content .tasks .recent .media .media-body h6 {
font-size: 17px;
color: #000000;
margin-bottom: 5px !important;
}
.control-sidebar .tab-content .tasks .recent .media .media-body p {
font-size: 15px;
color: #888ea8;
}
.control-sidebar .tab-content .tasks .recent .media .media-body p.meta-time {
font-size: 13px;
}
.control-sidebar .tab-content .tasks .recent .media i.remove-noti {
font-size: 21px;
color: #d3d3d3;
cursor: pointer;
}
.control-sidebar .tab-content .tasks .recent .media i.remove-noti:hover {
color: #e7515a;
}
.control-sidebar .tab-content .tasks .recent .media i:not(.remove-noti) {
font-size: 19px;
color: #fff;
cursor: pointer;
border-radius: 50%;
padding: 9px;
background-color: #000;
}
.control-sidebar .tab-content .tasks .recent .media.system-notify i:not(.remove-noti) {
background-color: #6156ce;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .tasks .recent .media.mail-notify i:not(.remove-noti) {
background-color: #25d5e4;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
/*
Today
*/
.control-sidebar .tab-content .tasks {
padding: 10px;
}
.control-sidebar .tab-content .tasks .today .d-flex .icon {
position: relative;
}
.control-sidebar .tab-content .tasks .today .d-flex .icon:before {
position: absolute;
content: "";
background-color: #6424c9;
padding: 5px;
right: -10px;
border-radius: 50%;
top: 0;
}
.control-sidebar .tab-content .tasks .today .d-flex .icon i {
color: #707792;
font-size: 25px;
}
.control-sidebar .tab-content .tasks .today .d-flex span:not(.notification-count) {
font-size: 16px;
font-weight: 600;
color: #515365;
}
.control-sidebar .tab-content .tasks .today .d-flex .notification-count {
color: #6424c9;
font-weight: 600;
font-size: 16px;
}
.control-sidebar .tab-content .tasks .today .d-flex p.r-view-all {
color: #ee3d50;
font-size: 16px;
}
.control-sidebar .tab-content .tasks .today .media {
padding: 10px;
}
.control-sidebar .tab-content .tasks .today .media img {
width: 45px;
height: 45px;
border-radius: 10px;
border: solid 1px #f1f3f1;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .tasks .today .media .media-body {
border-bottom: 1px solid #e9ecef;
padding-bottom: 20px;
}
.control-sidebar .tab-content .tasks .today .media .media-body h6 {
font-size: 17px;
color: #000;
margin-bottom: 5px !important;
}
.control-sidebar .tab-content .tasks .today .media .media-body p {
font-size: 15px;
color: #888ea8;
}
.control-sidebar .tab-content .tasks .today .media .media-body p.meta-time {
font-size: 13px;
}
.control-sidebar .tab-content .tasks .today .media i.remove-noti {
font-size: 19px;
color: #d3d3d3;
cursor: pointer;
}
.control-sidebar .tab-content .tasks .today .media i.remove-noti:hover {
color: #e7515a;
}
.control-sidebar .tab-content .tasks .today .media i:not(.remove-noti) {
font-size: 19px;
color: #d3d3d3;
cursor: pointer;
border-radius: 50%;
padding: 9px;
background-color: #000;
}
/*
Task Stats
*/
.control-sidebar .tab-content .tasks {
padding: 10px;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-header h6 span {
position: relative;
font-weight: 600;
color: #000;
text-transform: uppercase;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-header h6 span:before {
position: absolute;
content: "";
background-color: #6424c9;
padding: 5px;
left: -17px;
border-radius: 50%;
top: -3px;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-header i {
font-size: 19px;
color: #d3d3d3;
cursor: pointer;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-header i:hover {
color: #e7515a;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body button {
text-transform: capitalize;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .d-flex {
margin-bottom: 10px !important;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .d-flex p {
font-weight: 600;
color: #000;
font-size: 0.875rem;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .progress {
height: 8px;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .progress .progress-bar.bg-secondary {
background-color: #9960ea!important;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .progress .progress-bar.bg-danger {
background-color: #f8538d!important;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .progress .progress-bar.bg-info {
background-color: #25d5e4!important;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body button.btn {
padding: 8px 38px;
}
/*
Friends
*/
.control-sidebar .tab-content .friends {
padding: 10px;
}
.control-sidebar .tab-content .friends .recent .t-s-header h6 span {
position: relative;
font-weight: 600;
font-size: 17px;
color: #1d1d1d;
}
.control-sidebar .tab-content .friends .recent .t-s-header h6 span:before {
position: absolute;
content: "";
background-color: #6424c9;
padding: 5px;
left: -17px;
border-radius: 50%;
top: 7px;
}
.control-sidebar .tab-content .friends .recent .t-s-header p {
color: #ee3d50;
font-size: 16px;
}
.control-sidebar .tab-content .friends .recent .list-inline {
}
.control-sidebar .tab-content .friends .recent .list-inline li {
position: relative;
}
.control-sidebar .tab-content .friends .recent .list-inline li img {
border-radius: 50%;
width: 45px;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .friends .recent .list-inline li span {
position: absolute;
top: 0;
right: -10px;
line-height: 1.2;
padding-left: 5px;
height: 23px;
width: 23px;
border: solid 2px #fff;
}
.control-sidebar .tab-content .friends .recent .friend-request .d-flex {
}
.control-sidebar .tab-content .friends .recent .friend-request .d-flex .media i {
background: #6156ce;
padding: 9px;
border-radius: 50%;
vertical-align: middle;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .friends .recent .friend-request .d-flex .media .media-body h6 {
font-size: 16px;
font-weight: 600;
color: #1d1d1d;
}
.control-sidebar .tab-content .friends .recent .friend-request .d-flex p {
color: #ee3d50;
font-size: 16px;
}
.control-sidebar .tab-content .friends .recent .friend-request .media {
}
.control-sidebar .tab-content .friends .recent .friend-request .media {
padding: 10px;
}
.control-sidebar .tab-content .friends .recent .friend-request .media img {
width: 45px;
height: 45px;
border-radius: 10px;
border: none;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .friends .recent .friend-request .media .media-body {
border-bottom: 1px solid #e9ecef;
padding-bottom: 20px;
}
.control-sidebar .tab-content .friends .recent .friend-request .media .media-body h6 {
font-size: 17px;
color: #000000;
margin-bottom: 5px !important;
}
.control-sidebar .tab-content .friends .recent .friend-request .media .media-body p {
font-size: 14px;
color: #888ea8;
}
.control-sidebar .tab-content .friends .recent .friend-request .media i {
font-size: 19px;
color: #ffffff;
cursor: pointer;
}
.control-sidebar .tab-content .friends .recent .friend-request .media i.flaticon-fill-tick {
color: #d3d3d3;
font-size: 20px;
}
.control-sidebar .tab-content .friends .recent .friend-request .media i.flaticon-close-fill {
color: #d3d3d3;
font-size: 20px;
}
.control-sidebar .tab-content .friends .recent .friend-request .media i.flaticon-fill-tick:hover {
color: #00d1c1;
}
.control-sidebar .tab-content .friends .recent .friend-request .media i.flaticon-close-fill:hover {
color: #e7515a
}
/*Online*/
.control-sidebar .tab-content .friends {
padding: 10px;
}
.control-sidebar .tab-content .friends .online {
}
.control-sidebar .tab-content .friends .online .t-s-header {
}
.control-sidebar .tab-content .friends .online .t-s-header h6 span {
position: relative;
font-size: 19px;
font-weight: 600;
color: #1d1d1d;
}
.control-sidebar .tab-content .friends .online .t-s-header h6 span:before {
position: absolute;
content: "";
background-color: #07e0c4;
padding: 7px;
left: -24px;
border-radius: 50%;
top: 6px;
}
.control-sidebar .tab-content .friends .online .t-s-header p {
color: #ee3d50;
font-size: 16px;
}
.control-sidebar .tab-content .friends .online .media {
}
.control-sidebar .tab-content .friends .online .media {
padding: 10px;
}
.control-sidebar .tab-content .friends .online .media img {
width: 45px;
height: 45px;
border: none;
border-radius: 10px !important;
}
.control-sidebar .tab-content .friends .online .media .media-body:not(:last-child) {
border-bottom: 1px solid #e9ecef;
padding-bottom: 20px;
}
.control-sidebar .tab-content .friends .online .media .media-body h6 {
font-size: 17px;
color: #000000;
margin-bottom: 5px !important;
}
.control-sidebar .tab-content .friends .online .media .media-body h6 .badge {
border-radius: 50%;
padding: 4px 8px;
}
.control-sidebar .tab-content .friends .online .media .media-body p {
font-size: 15px;
color: #888ea8;
}
.control-sidebar .tab-content .friends .online .media .media-body p.meta-time {
font-size: 13px;
}
/*
Away Stats
*/
.control-sidebar .tab-content .friends {
padding: 10px;
}
.control-sidebar .tab-content .friends .away-stats {
margin-bottom: 5rem;
}
.control-sidebar .tab-content .friends .away-stats .t-s-header {
}
.control-sidebar .tab-content .friends .away-stats .t-s-header h6 span {
position: relative;
padding-left: 33px;
font-size: 19px;
font-weight: 600;
color: #1d1d1d;
}
.control-sidebar .tab-content .friends .away-stats .t-s-header h6 span:before {
position: absolute;
content: "";
background-color: #e9b02b;
border-radius: 50%;
top: 6px;
padding: 7px;
left: 6px;
}
.control-sidebar .tab-content .friends .away-stats .a-s-media .media {
padding: 10px;
}
.control-sidebar .tab-content .friends .away-stats .a-s-media .media .profile-img {
position: relative;
width: auto;
height: auto;
}
.control-sidebar .tab-content .friends .away-stats .a-s-media .media .profile-img:after {
position: absolute;
content: "";
background-color: #e9b02b;
bottom: -5px;
padding: 5px;
right: 6px;
border-radius: 50%;
border: 2px solid #fff;
}
.control-sidebar .tab-content .friends .away-stats .a-s-media .media .profile-img img {
border-radius: 10px;
width: 45px;
height: 45px;
border: none;
}
.control-sidebar .tab-content .friends .away-stats .a-s-media .media .media-body h6 {
font-weight: 600;
color: #282828;
}
/*
Settings
*/
/*Admin*/
.control-sidebar .tab-content .settings {
padding: 20px;
}
.control-sidebar .tab-content .settings .admin-setting .d-flex {
font-size: 17px;
color: #1d1d1d;
}
.control-sidebar .tab-content .settings .admin-setting .d-flex .media i {
background: #6156ce;
padding: 9px;
border-radius: 50%;
vertical-align: middle;
color: #fff;
font-size: 19px;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .settings .admin-setting .d-flex .media .media-body h6 {
font-weight: 600;
font-size: 17px;
color: #1d1d1d;
}
.control-sidebar .tab-content .settings .admin-setting .d-flex p {
font-size: 15px;
color: #e7515a;
margin-top: 3px;
}
/*General Settings*/
.control-sidebar .tab-content .settings .general-setting .d-flex .media i {
background: #6156ce;
padding: 9px;
border-radius: 50%;
vertical-align: middle;
color: #fff;
font-size: 19px;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .settings .general-setting .d-flex .media .media-body h6 {
font-weight: 600;
font-size: 17px;
color: #1d1d1d;
}
.control-sidebar .tab-content .settings .general-setting .media i {
padding: 8px;
font-size: 20px;
background: #000;
color: #fff;
border-radius: 50%;
font-weight: normal;
margin-right: 10px;
}
.control-sidebar .tab-content .settings .general-setting .media i.fb {
background: #3b5998;
}
.control-sidebar .tab-content .settings .general-setting .media i.dribbble {
background: #f26798;
}
.control-sidebar .tab-content .settings .general-setting .media i.lin {
background: #007ab9;
}
.control-sidebar .tab-content .settings .general-setting .media i.tweet {
background: #26a6d1;
}
.control-sidebar .tab-content .settings .general-setting .media i.behance {
background: #4176fa;
}
.control-sidebar .tab-content .settings .general-setting .media .media-body h6 {
color: #000;
}
.control-sidebar .tab-content .settings .general-setting .chk-settings .media .media-body h6 {
font-weight: 600;
font-size: 17px;
color: #1d1d1d;
margin-bottom: 20px;
}
.control-sidebar .tab-content .settings .general-setting .chk-settings .media .media-body p {
color: #848383;
font-size: 15px;
}
.control-sidebar .tab-content .settings .general-setting .chk-settings .media .new-control-indicator {
width: 1.3rem;
height: 1.3rem;
border: none;
}
.control-sidebar .tab-content .settings .general-setting .delete-chat .media .media-body h6 {
color: #000;
font-weight: 600;
}
.control-sidebar .tab-content .settings .general-setting .delete-chat .media i.del-chat-his {
cursor: pointer;
padding: 7px;
background: #e7515a;
color: #fff;
border-radius: 5px;
}
.control-sidebar .tab-content .settings .general-setting .usr-status .d-flex {
}
.control-sidebar .tab-content .settings .general-setting .usr-status .d-flex .media {
}
.control-sidebar .tab-content .settings .general-setting .usr-status .d-flex .media i {
background: #25d5e4;
padding: 9px;
border-radius: 50%;
vertical-align: middle;
color: #fff;
font-size: 19px;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media .media-body h6 {
font-weight: 600;
font-size: 20px;
color: #1d1d1d;
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media.stats {
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media.stats h6 {
color: #3b3f5c;
font-size: 16px;
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media.stats .n-chk .checkbox-outline-success span.new-control-indicator {
background-color: transparent;
border: 2px solid #1abc9c;
height: 19px;
width: 19px;
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media.stats .n-chk .checkbox-outline-default span.new-control-indicator {
background-color: transparent;
border: 2px solid #acb0c3;
height: 19px;
width: 19px;
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media.stats .n-chk .checkbox-outline-warning span.new-control-indicator {
background-color: transparent;
border: 2px solid #e9b02b;
height: 19px;
width: 19px;
}
.control-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #dedfdf!important;
width: 5px;
}
/*
=======================
Footer Section
=======================
*/
.footer-section {
background-color: #3b3f5c;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
}
.footer-section .footer-section-1 {
width: 255px;
}
.footer-section .footer-section-1.f-close {
width: 0;
}
.footer-section .footer-section-2 {
width: 50%;
background: #fefefe;
flex-grow: 8;
}
.footer-section .links {
margin: 15.3px 0;
}
.footer-section .links a {
color: #494949;
font-size: 15px;
}
.footer-section .bottom-footer {
margin: 0px;
color: #494949;
font-size: 14px;
padding: 15.5px 0;
}
.footer-section .bottom-footer a {
color: #1a74e9;
border: none;
}
.topbar-layout .footer-section {
position: relative;
margin: -50px 30px 0 30px;
background-color: #fff;
}
.footer-closed.footer-section {
margin: -50px 30px 0 30px;
}
.fixed-footer {
position: fixed;
left: 255px;
right: 0;
bottom: 0;
height: 45px;
margin: 0 15px;
background-color: #fff;
-webkit-transition: left ease-in-out .3s;
-moz-transition: left ease-in-out .3s;
-o-transition: left ease-in-out .3s;
transition: left ease-in-out .3s;
-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2)
}
.footer-closed .fixed-footer {
left: 0px
}
.boxed-footer-section {
position: absolute;
left: 256px;
right: 0;
bottom: 0;
width: 855px;
height: 45px;
margin: 0 auto;
background-color: #fff;
-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2)
}
.footer-closed .boxed-footer-section {
left: 0px;
width: 1110px
}
.theme-footer-section {
position: absolute;
left: 0;
right: 0;
bottom: 4px;
margin: 0 15px;
background-color: #fff;
-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2)
}
/*-----page scroll css-----*/
.mainTitle {
font-size:34px
}
.scrollTop {
}
.scrollTop:hover {
}
.scrollTop i {
color: #181722;
font-size: 29px;
background: #d3d3d3;
border-radius: 50%;
cursor: pointer;
}
.scrollTop i:hover {
background: transparent;
}
/*
======================
MEDIA QUERIES
======================
*/
@media (max-width: 991px) {
/*
=============
NavBar
=============
*/
.main-container.sidebar-closed #content {
margin-right: 0;
}
header.tabMobileView {
box-shadow: none!important;
}
header.tabMobileView img {
width: 47px;
margin-left: 5px;
}
header.tabMobileView .toggle-sidebar,
header.tabMobileView .sidebarCollapse {
display: inline-block;
color: #beb3b6;
font-size: 30px;
line-height: 0;
margin-left: 6px;
margin-right: 0;
}
header.tabMobileView {
background-color: #181722;
height: 47px;
}
.navbar input.search-form-control {
background-color: #292938!important;
color: #d3d3d3!important;
}
.navbar {
background-color: #181722!important;
border-bottom: 0.01rem solid #181722!important;
}
.navbar .navbar-nav .nav-item.dropdown .nav-link:hover span {
color: #fff!important;
}
.navbar .navbar-nav .nav-item.dropdown.show a.nav-link span {
color: #fff!important;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .nav-link.user {
margin-right: 0;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .dropdown-menu {
left: -65px;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-menu {
left: -120px;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu {
right: -39px;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu {
right: -80px;
}
/*
=============
Sidebar
=============
*/
body:not(.topbar-layout) header.navbar:not(.tabMobileView) {
top: 47px;
}
#content {
margin-top: 104px;
}
.main-container:not(.sbar-open) .sidebar-wrapper {
width: 0;
left: -35px;
}
.sidebar-wrapper .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #707792!important;
}
.sidebar-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #707792!important;
}
.sidebar-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 3px;
}
.sidebar-wrapper {
position: fixed;
top: 0;
bottom: 0;
z-index: 9999;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.sidebar-noneoverflow {
overflow: hidden;
}
#sidebar {
height: 100vh!important;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
/* display .overlay when it has the .active class */
.overlay.show {
display: block;
opacity: .7;
}
#dismiss {
position: absolute;
top: 110px;
right: -32px;
background-color: #2b293d;
padding: 5px 9px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
color: #fff;
cursor: pointer;
}
/*
======================
Control Sidebar
======================
*/
.control-sidebar { height: 90vh!important; }
.cs-noneoverflow {
overflow: hidden;
-webkit-overflow-scrolling:touch;
}
/*
=============
Footer
=============
*/
.footer-section .footer-section-1 {
width: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.control-sidebar { top: 103px!important; }
}
@media (max-width: 767px) {
.control-sidebar { top: 104px!important; }
.control-sidebar-scroll { height: 87.5%!important; }
}
@media (min-width: 992px) {
header.navbar {
margin: 0 0 0 255px;
}
} | public/frontendAsset/assets/css/structure.css | .navbar {
padding: 0;
background: #FFFFFF;
border-bottom: 0.01rem solid #f4f4f4;
-webkit-box-shadow: 0px 0px 15px 1px rgba(138, 132, 206, 0.03);
-moz-box-shadow: 0px 0px 15px 1px rgba(138, 132, 206, 0.03);
box-shadow: 0px 0px 15px 1px rgba(138, 132, 206, 0.03);
}
.navbar.expand-header {
margin: 0
}
.navbar-brand {
width: 5.5rem;
padding-top: 0.0rem;
padding-bottom: 0.0rem;
margin-right: 0.0rem;
}
.navbar .border-underline {
border-left: 1px solid #ccc;
height: 20px;
margin-top: 18px;
margin-left: -5px;
margin-right: 8px;
}
.navbar-expand-sm .navbar-nav .nav-link {
line-height: 2.75rem;
padding: 0.39rem 0.6rem;
text-transform: initial;
position: unset;
}
.navbar .toggle-sidebar, .navbar .sidebarCollapse {
display: inline-block;
position: relative;
float: left;
color: #707792;
padding: 8px;
font-size: 23px;
line-height: 1.9;
margin-left: 20px;
margin-right: 22px;
}
.dropdown-menu {
border-radius: 6px;
border-color: #e6e6e6;
}
.dropdown-item {
line-height: 1.8;
font-size: 0.96rem;
padding: 0.625rem 1rem;
word-wrap: normal;
}
.navbar .navbar-nav .nav-item.dropdown.show a.nav-link span {
color: #6156ce!important;
}
.navbar .navbar-nav .nav-item.dropdown.show a.nav-link span.badge {
background-color: #f8538d!important;
}
.navbar .navbar-nav .nav-item .dropdown-item.active,
.navbar .navbar-nav .nav-item .dropdown-item:active {
background-color: transparent;
color: #16181b;
}
.navbar .navbar-nav .nav-item.dropdown .nav-link:hover span {
color: #5247bd!important;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
top: 95%;
border-radius: 0;
border: none;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
border-radius: 6px;
}
/*Language Dropdown*/
.navbar .navbar-nav .nav-item.dropdown.language-dropdown a.dropdown-toggle:after {
display: none;
}
.navbar .navbar-nav .nav-item.dropdown.language-dropdown a span {
font-size: 14px;
vertical-align: middle;
}
.navbar .navbar-nav .nav-item.dropdown.language-dropdown .dropdown-menu {
right: auto;
left: 0;
margin: 0;
min-width: 190px;
}
.navbar .navbar-nav .nav-item.dropdown.language-dropdown .nav-link img {
width: 21px;
border-radius: 4px;
}
/*Message Dropdown*/
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .nav-link {
font-size: 20px;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .nav-link:after {
display: none;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .nav-link span {
color: #707792;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .nav-link span.badge {
position: absolute;
top: 14px;
right: 0;
width: 19px;
height: 19px;
border-radius: 50%;
padding: 0.1em 0.1em 0.1em;
font-size: 11px;
color: #fff!important;
background: #3862f5;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .nav-link:hover span.badge {
background-color: #f8538d!important;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .dropdown-menu {
width: 305px;
padding: 0;
background-color: #fcfdfe;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.title {
color: #6c757d;
background-color: #fff;
border-bottom: solid 1px #e9ecef;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
padding-top: 1.125rem;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.title i {
font-size: 24px;
vertical-align: middle;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.title span {
font-size: 14px;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item:hover {
background-color: transparent;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media {
padding: 10px 0 25px 0;
border-bottom: 1px solid #f1f3f1;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .usr-img {
position: relative;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .usr-img.online:before {
position: absolute;
content: '';
background-color: #18d17f;
padding: 5px;
border-radius: 50%;
bottom: 1px;
right: -2px;
z-index: 5;
border: solid 2px #fff;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .usr-img img {
height: 46px;
width: 46px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .text {
color: #000;
font-size: 14px;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media:hover .text {
color: #4f5163;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .meta-time {
color: #888da8;
font-size: 11px;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media .meta-user-name {
color: #3232b7;
font-size: 14px;
font-weight: 600;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item .media span.badge {
padding: 1px 12px;
background-color: #f8538d;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item.footer {
padding: 0;
text-align: center;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item.footer div {
background-color: #3232b7;
border-color: #fff;
padding: 6px 24px 6px 4px;
letter-spacing: 0;
background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item.footer div i {
font-size: 20px;
vertical-align: middle;
background-color: #fff;
color: #3232b7;
padding: 7px;
border-radius: 50%;
}
.navbar .navbar-nav .nav-item.message-dropdown .dropdown-item.footer div:hover {
background-image: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}
/*Notification Dropdown*/
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .nav-link {
font-size: 21px;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .nav-link:after {
display: none;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .nav-link span {
color: #707792;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .nav-link span.badge {
position: absolute;
top: 14px;
right: 0;
width: 19px;
height: 19px;
border-radius: 50%;
padding: 0.1em 0.1em 0.1em;
font-size: 11px;
color: #fff!important;
background: #00d1c1;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .nav-link:hover span.badge {
background-color: #f8538d!important;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item.title {
color: #6c757d;
background-color: #fff;
border-bottom: solid 1px #e9ecef;
border-radius: 6px;
padding-top: 1.125rem;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item.title i {
font-size: 22px;
vertical-align: middle;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item.title span {
font-size: 14px;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-menu {
width: 365px;
width: 305px;
padding: 0;
background-color: #fcfdfe;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item {
padding: 18px 15px 18px 15px;
padding: 18px 0 18px 0;
border-bottom: 1px solid #f1f3f1;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item i {
color: #aaa;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item h6 {
font-weight: 600;
font-size: 14px;
color: #000;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item p {
color: #bcbcbc;
font-size: 13px;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item p span.meta-time {
vertical-align: middle;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item p span.meta-member-notification {
vertical-align: middle;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-item .notification-list .notification-item .badge-collapsed-img img {
width: 35px;
height: 35px;
}
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item.footer {
}
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item.footer span {
vertical-align: middle;
color: #3862f5;
font-weight: 600;
}
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item.footer div {
color: #fff;
letter-spacing: 0;
}
.navbar .navbar-nav .notification-list .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.navbar .navbar-nav .notification-list .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
left: 0;
}
.navbar .navbar-nav .nav-item.notification-dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #dedfdf!important;
width: 5px;
}
/* Custom Dropdown */
/* The container <div> - needed to position the dropdown content */
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .c-dropdown {
position: relative;
margin-top: -15px;
}
/* Dropdown Content (Hidden by Default) */
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .c-dropdown-content {
position: absolute;
top: 100%;
left: auto;
right: 11px;
z-index: 1000;
display: none;
float: left;
min-width: 6rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
border-radius: 6px;
}
/* Links inside the dropdown */
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .c-dropdown-content .c-dropdown-item {
width: 100%;
padding: 1px 13px;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
font-size: 13px;
font-weight: 600;
}
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .c-dropdown-content .c-dropdown-item:hover {
color: #e7515a;
}
/* Change color of dropdown links on hover */
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .c-dropdown-content a:hover {background-color: #ddd}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.navbar .navbar-nav .nav-item.notification-dropdown .dropdown-item .show {display:block;}
/*Search */
.navbar .navbar-nav .nav-item form.form-inline {
width: 170px;
padding: 11px 0;
position: relative;
}
.navbar .navbar-nav .nav-item form.form-inline:before {
position: absolute;
font-family: 'flaticon';
left: 12px;
content: "\f169";
top: 17px;
z-index: 6;
font-size: 17px;
}
header.tabMobileView.navbar .navbar-nav .nav-item form.form-inline:before {
color: #fff;
}
header.navbar:not(.tabMobileView) .navbar-nav .nav-item form.form-inline:before {
color: #181722;
}
.navbar .navbar-nav .nav-item form.form-inline input.search-form-control {
width: 100%;
font-size: 13px;
background-color: #e3e3e3;
padding-left: 35px;
padding-top: 8px;
padding-bottom: 8px;
border: none;
-webkit-border-radius: 10em;
-moz-border-radius: 10em;
border-radius: 10em;
color: #0101565e;
}
.navbar .navbar-nav .nav-item form.form-inline input.search-form-control::-webkit-input-placeholder {
color: #6c757d;
font-size: 13px;
}
.navbar .navbar-nav .nav-item form.form-inline input.search-form-control::-ms-input-placeholder {
color: #6c757d;
font-size: 13px;
}
.navbar .navbar-nav .nav-item form.form-inline input.search-form-control::-moz-placeholder {
color: #6c757d;
font-size: 13px;
}
/*App Dropdown*/
.navbar .navbar-nav .nav-item.app-dropdown .nav-link {
font-size: 24px;
}
.navbar .navbar-nav .nav-item.dropdown.app-dropdown .nav-link:after {
display: none;
}
.navbar .navbar-nav .nav-item.app-dropdown .nav-link span {
color: #707792;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu {
width: 305px;
right: 0;
left: auto;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu .dropdown-item {
display: inline-block;
position: relative;
margin: 5px;
width: 88px;
height: 88px;
text-align: center;
padding: .25rem 0.25rem;
border: 1px solid #ffffff;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu .dropdown-item:hover {
background-color: transparent;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu .dropdown-item i {
display: block;
margin: 0 auto;
width: 100%;
color: #707792;
font-size: 31px;
text-align: center;
padding-bottom: 0.5rem;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu .dropdown-item:hover i {
color: #181722;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu .dropdown-item span {
color: #555;
cursor: pointer;
font-size: 0.90rem;
}
/* User Profile Dropdown*/
.navbar .navbar-nav .nav-item.user-profile-dropdown .nav-link.user {
padding: 0.29rem 0.6rem;
margin-right: 4px;
font-size: 25px;
}
.navbar .navbar-nav .nav-item.dropdown.user-profile-dropdown .nav-link:after {
display: none;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .nav-link span {
color: #707792;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu {
right: 8px;
left: auto;
min-width: 12rem;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item {
padding: 8px 16px;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item i {
font-size: 20px;
vertical-align: middle;
color: #707792;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item span {
padding-left: 8px;
position: relative;
color: #3b3f5c;
font-size: 15px;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:hover i {
color: #6156ce;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:hover span {
color: #6156ce;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu .dropdown-divider {
border-top: 1px solid #e9ecef;
}
/* Nav Control Sidebar Toggle */
.navbar-expand-sm .navbar-nav .cs-toggle .nav-link {
font-size: 21px;
margin-right: 3px;
}
.navbar-expand-sm .navbar-nav .cs-toggle .nav-link span.d-lg-inline-block {
color: #3862f5;
}
.navbar .navbar-nav .nav-item.cs-toggle .nav-link span {
color: #707792;
}
/*
===============
Sidebar
===============
*/
.sidebar-wrapper {
width: 255px;
}
.sidebar-theme {
background: #181722;
}
.sidebar-closed > .sidebar-wrapper {
width: 0;
left: -35px;
}
.sidebar-closed > #content {
margin-left: 0px
}
#sidebar .theme-brand {
background-color: #1f212d;
box-shadow: -8px -4px 6px 1px rgb(15, 14, 32);
padding: 0.9px;
}
#sidebar .theme-brand li.theme-text a {
font-size: 21px !important;
color: #fff !important;
line-height: 2.75rem;
padding: 0.39rem 0.8rem;
text-transform: initial;
position: unset;
}
#sidebar .navbar-brand .img-fluid {
display: inline;
width: 44px;
height: auto;
margin-left: 20px;
margin-top: 5px;
}
#sidebar .border-underline {
border-left: 1px solid #ccc;
height: 20px;
margin-top: 18px;
margin-left: 0px;
margin-right: 8px;
}
#sidebar * {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
#sidebar ul.menu-categories {
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
}
#sidebar ul.menu-categories li > .dropdown-toggle[aria-expanded="true"] i.flaticon-right-arrow {
transform: rotate(90deg);
}
#sidebar ul.menu-categories li.menu:first-child {
margin-top: 20px;
margin-bottom: 20px;
}
#sidebar ul.menu-categories li.menu:first-child > a {
background-color: #2b293d;
color: #8c8b8b;
border-radius: 30px;
margin-bottom: 30px;
}
#sidebar ul.menu-categories li.menu:first-child > .dropdown-toggle i {
color: #e0d4d5;
padding: 0;
border-radius: 0;
}
#sidebar ul.menu-categories li.menu:first-child > .dropdown-toggle[aria-expanded="true"] {
color: #fff;
}
#sidebar ul.menu-categories li.menu:first-child > .dropdown-toggle[aria-expanded="true"] i {
background-color: transparent;
color: #fff;
font-size: 21px;
}
#sidebar ul.menu-categories li.menu:first-child > a span.badge {
vertical-align: middle;
padding: 3px 15px;
line-height: 1.3;
}
#sidebar ul.menu-categories li.menu:first-child ul.submenu {
}
#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a {
justify-content: flex-start;
padding: 12px 12px 12px 35px;
padding: 12px 12px 12px 2px;
}
#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a i {
align-self: center;
margin-right: 12px;
font-size: 19px;
width: 21px;
}
#sidebar ul.menu-categories li.menu:last-child {
padding-bottom: 40px;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle {
display: flex;
justify-content: space-between;
padding: 30px 4px;
height: 44px;
cursor: pointer;
font-size: 15.32px;
font-weight: 200;
color: #beb3b6;
padding: 30px 5px 30px 0px;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle > div {
align-self: center;
}
#sidebar ul.menu-categories li.menu .dropdown-toggle:after {
display: none;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle i {
color: #beb3b6;
font-size: 21px;
margin-right: 6px;
vertical-align: middle;
padding: 7px;
border-radius: 50%;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] i {
background-color: #322c35;
color: #fff;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] span {
color: #fff;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover,
#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover i {
color: #fff
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle i.flaticon-right-arrow,
#sidebar ul.menu-categories li.menu > .dropdown-toggle i.flaticon-down-arrow {
font-size: 11px;
vertical-align: middle;
margin-right: 0;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] i.flaticon-right-arrow,
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] i.flaticon-down-arrow {
background-color: transparent;
}
#sidebar ul.menu-categories li.menu > a span:not(.badge) {
vertical-align: middle;
}
#sidebar ul.menu-categories ul.submenu > li a {
position: relative;
display: flex;
justify-content: space-between;
padding: 15px 12px 15px 48px;
padding: 17px 12px 17px 48px;
padding-left: 14px;
margin-left: 46px;
font-size: 13.32px;
font-weight: 200;
color: #707792;
color: #888ea8;
}
#sidebar ul.menu-categories li.menu:not(:first-child) ul.submenu > li a:before {
content: '';
background-color: #888ea8;
position: absolute;
height: 1px;
width: 5px;
top: 27px;
left: 0;
}
#sidebar ul.menu-categories ul.submenu > li.active a {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li a:hover {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li a:hover:before {
background-color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li a i {
align-self: center;
font-size: 9px;
}
#sidebar ul.menu-categories ul.submenu li > [aria-expanded="true"] i {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu li > a[aria-expanded="true"] {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a {
position: relative;
padding: 12px 12px 12px 48px;
padding-left: 14px;
margin-left: 55px;
font-size: 13px;
color: #7a7a7a;
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:hover {
color: #fff;
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:hover:before {
background-color: #fff
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:before {
content: '';
background-color: #7a7a7a;
padding: 2px;
position: absolute;
top: 20px!important;
border-radius: 50%;
left: 0;
}
#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a:before {
background-color: #fff;
}
.overlay {
display: none;
position: fixed;
width: 100vw;
height: 100vh;
background: #3b3f5c!important;
z-index: 998!important;
opacity: 0;
transition: all 0.5s ease-in-out;
}
/*
=========================
Control Sidebar
=========================
*/
.control-sidebar {
position: fixed;
top: 58px;
display: flex;
height: 100vh;
height: 97vh;
right: -375px;
width: auto;
z-index: 1000;
background: #fcfdfe;
-webkit-transition: right .3s ease-in-out;
-o-transition: right .3s ease-in-out;
transition: right .3s ease-in-out;
-webkit-box-shadow: -1px 1px 6px 0px rgba(113, 106, 202, 0.13);
-moz-box-shadow: -1px 1px 6px 0px rgba(113, 106, 202, 0.13);
box-shadow: -1px 1px 6px 0px rgba(113, 106, 202, 0.13);
}
.control-sidebar.control-sidebar-open {
right: 0;
}
.control-sidebar .close-sidebar i {
font-size: 25px;
color: #fbccdd;
cursor: pointer;
}
.control-sidebar .close-sidebar i:hover {
color: #e7515a;
}
.control-sidebar .usr-info img {
height: 70px;
width: 70px;
}
.control-sidebar .usr-info h5.usr-name {
color: #000;
font-weight: 600;
font-size: 22px;
}
.control-sidebar .usr-info p.usr-occupation {
font-size: 16px;
color: #888ea8;
}
.cs-overlay {
display: none;
position: fixed;
/* full screen */
width: 100vw;
height: 100vh;
background: #3b3f5c;
/* middle layer, i.e. appears below the sidebar */
z-index: 998;
opacity: 0;
/* animate the transition */
transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.cs-overlay.show {
display: block;
opacity: .7;
}
/*
Tabs Nav Section
*/
.control-sidebar .nav.nav-tabs {
background-color: #f2f6f9;
border-radius: 30px;
padding: 1px 1px;
border-bottom: none;
}
.control-sidebar .nav.nav-tabs li .nav-link {
color: #3b3f5c;
padding: 12px;
border: none;
font-size: 14px;
height: 45px;
margin-right: auto;
margin-left: auto;
}
.control-sidebar .nav.nav-tabs .nav-link.active {
background-color: #6424c9;
border-radius: 15px!important;
color: #fff;
border-radius: 30px !important;
}
/*
Tabs Content Section
*/
.control-sidebar .tab-content {
width: 295px;
padding: 0;
}
/*
Task
*/
.control-sidebar .tab-content .tasks {
padding: 10px;
}
.control-sidebar .tab-content .tasks .recent .d-flex .icon {
position: relative;
}
.control-sidebar .tab-content .tasks .recent .d-flex .icon:before {
position: absolute;
content: "";
background-color: #6424c9;
padding: 5px;
right: -10px;
border-radius: 50%;
top: 0;
}
.control-sidebar .tab-content .tasks .recent .d-flex .icon i {
color: #707792;
font-size: 25px;
}
.control-sidebar .tab-content .tasks .recent .d-flex span:not(.notification-count) {
font-size: 16px;
font-weight: 600;
color: #1d1d1d;
}
.control-sidebar .tab-content .tasks .recent .d-flex .notification-count {
color: #6424c9;
font-weight: 600;
font-size: 16px;
}
.control-sidebar .tab-content .tasks .recent .d-flex p.r-view-all {
color: #ee3d50;
font-size: 16px;
}
.control-sidebar .tab-content .tasks .recent .media {
padding: 10px;
}
.control-sidebar .tab-content .tasks .recent .media img {
width: 45px;
height: 45px;
border-radius: 10px;
border: solid 1px #f1f3f1;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .tasks .recent .media .media-body {
border-bottom: 1px solid #e9ecef;
padding-bottom: 20px;
}
.control-sidebar .tab-content .tasks .recent .media .media-body h6 {
font-size: 17px;
color: #000000;
margin-bottom: 5px !important;
}
.control-sidebar .tab-content .tasks .recent .media .media-body p {
font-size: 15px;
color: #888ea8;
}
.control-sidebar .tab-content .tasks .recent .media .media-body p.meta-time {
font-size: 13px;
}
.control-sidebar .tab-content .tasks .recent .media i.remove-noti {
font-size: 21px;
color: #d3d3d3;
cursor: pointer;
}
.control-sidebar .tab-content .tasks .recent .media i.remove-noti:hover {
color: #e7515a;
}
.control-sidebar .tab-content .tasks .recent .media i:not(.remove-noti) {
font-size: 19px;
color: #fff;
cursor: pointer;
border-radius: 50%;
padding: 9px;
background-color: #000;
}
.control-sidebar .tab-content .tasks .recent .media.system-notify i:not(.remove-noti) {
background-color: #6156ce;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .tasks .recent .media.mail-notify i:not(.remove-noti) {
background-color: #25d5e4;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
/*
Today
*/
.control-sidebar .tab-content .tasks {
padding: 10px;
}
.control-sidebar .tab-content .tasks .today .d-flex .icon {
position: relative;
}
.control-sidebar .tab-content .tasks .today .d-flex .icon:before {
position: absolute;
content: "";
background-color: #6424c9;
padding: 5px;
right: -10px;
border-radius: 50%;
top: 0;
}
.control-sidebar .tab-content .tasks .today .d-flex .icon i {
color: #707792;
font-size: 25px;
}
.control-sidebar .tab-content .tasks .today .d-flex span:not(.notification-count) {
font-size: 16px;
font-weight: 600;
color: #515365;
}
.control-sidebar .tab-content .tasks .today .d-flex .notification-count {
color: #6424c9;
font-weight: 600;
font-size: 16px;
}
.control-sidebar .tab-content .tasks .today .d-flex p.r-view-all {
color: #ee3d50;
font-size: 16px;
}
.control-sidebar .tab-content .tasks .today .media {
padding: 10px;
}
.control-sidebar .tab-content .tasks .today .media img {
width: 45px;
height: 45px;
border-radius: 10px;
border: solid 1px #f1f3f1;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .tasks .today .media .media-body {
border-bottom: 1px solid #e9ecef;
padding-bottom: 20px;
}
.control-sidebar .tab-content .tasks .today .media .media-body h6 {
font-size: 17px;
color: #000;
margin-bottom: 5px !important;
}
.control-sidebar .tab-content .tasks .today .media .media-body p {
font-size: 15px;
color: #888ea8;
}
.control-sidebar .tab-content .tasks .today .media .media-body p.meta-time {
font-size: 13px;
}
.control-sidebar .tab-content .tasks .today .media i.remove-noti {
font-size: 19px;
color: #d3d3d3;
cursor: pointer;
}
.control-sidebar .tab-content .tasks .today .media i.remove-noti:hover {
color: #e7515a;
}
.control-sidebar .tab-content .tasks .today .media i:not(.remove-noti) {
font-size: 19px;
color: #d3d3d3;
cursor: pointer;
border-radius: 50%;
padding: 9px;
background-color: #000;
}
/*
Task Stats
*/
.control-sidebar .tab-content .tasks {
padding: 10px;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-header h6 span {
position: relative;
font-weight: 600;
color: #000;
text-transform: uppercase;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-header h6 span:before {
position: absolute;
content: "";
background-color: #6424c9;
padding: 5px;
left: -17px;
border-radius: 50%;
top: -3px;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-header i {
font-size: 19px;
color: #d3d3d3;
cursor: pointer;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-header i:hover {
color: #e7515a;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body button {
text-transform: capitalize;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .d-flex {
margin-bottom: 10px !important;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .d-flex p {
font-weight: 600;
color: #000;
font-size: 0.875rem;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .progress {
height: 8px;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .progress .progress-bar.bg-secondary {
background-color: #9960ea!important;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .progress .progress-bar.bg-danger {
background-color: #f8538d!important;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body .progress .progress-bar.bg-info {
background-color: #25d5e4!important;
}
.control-sidebar .tab-content .tasks .task-stats .t-s-body button.btn {
padding: 8px 38px;
}
/*
Friends
*/
.control-sidebar .tab-content .friends {
padding: 10px;
}
.control-sidebar .tab-content .friends .recent .t-s-header h6 span {
position: relative;
font-weight: 600;
font-size: 17px;
color: #1d1d1d;
}
.control-sidebar .tab-content .friends .recent .t-s-header h6 span:before {
position: absolute;
content: "";
background-color: #6424c9;
padding: 5px;
left: -17px;
border-radius: 50%;
top: 7px;
}
.control-sidebar .tab-content .friends .recent .t-s-header p {
color: #ee3d50;
font-size: 16px;
}
.control-sidebar .tab-content .friends .recent .list-inline {
}
.control-sidebar .tab-content .friends .recent .list-inline li {
position: relative;
}
.control-sidebar .tab-content .friends .recent .list-inline li img {
border-radius: 50%;
width: 45px;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .friends .recent .list-inline li span {
position: absolute;
top: 0;
right: -10px;
line-height: 1.2;
padding-left: 5px;
height: 23px;
width: 23px;
border: solid 2px #fff;
}
.control-sidebar .tab-content .friends .recent .friend-request .d-flex {
}
.control-sidebar .tab-content .friends .recent .friend-request .d-flex .media i {
background: #6156ce;
padding: 9px;
border-radius: 50%;
vertical-align: middle;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .friends .recent .friend-request .d-flex .media .media-body h6 {
font-size: 16px;
font-weight: 600;
color: #1d1d1d;
}
.control-sidebar .tab-content .friends .recent .friend-request .d-flex p {
color: #ee3d50;
font-size: 16px;
}
.control-sidebar .tab-content .friends .recent .friend-request .media {
}
.control-sidebar .tab-content .friends .recent .friend-request .media {
padding: 10px;
}
.control-sidebar .tab-content .friends .recent .friend-request .media img {
width: 45px;
height: 45px;
border-radius: 10px;
border: none;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .friends .recent .friend-request .media .media-body {
border-bottom: 1px solid #e9ecef;
padding-bottom: 20px;
}
.control-sidebar .tab-content .friends .recent .friend-request .media .media-body h6 {
font-size: 17px;
color: #000000;
margin-bottom: 5px !important;
}
.control-sidebar .tab-content .friends .recent .friend-request .media .media-body p {
font-size: 14px;
color: #888ea8;
}
.control-sidebar .tab-content .friends .recent .friend-request .media i {
font-size: 19px;
color: #ffffff;
cursor: pointer;
}
.control-sidebar .tab-content .friends .recent .friend-request .media i.flaticon-fill-tick {
color: #d3d3d3;
font-size: 20px;
}
.control-sidebar .tab-content .friends .recent .friend-request .media i.flaticon-close-fill {
color: #d3d3d3;
font-size: 20px;
}
.control-sidebar .tab-content .friends .recent .friend-request .media i.flaticon-fill-tick:hover {
color: #00d1c1;
}
.control-sidebar .tab-content .friends .recent .friend-request .media i.flaticon-close-fill:hover {
color: #e7515a
}
/*Online*/
.control-sidebar .tab-content .friends {
padding: 10px;
}
.control-sidebar .tab-content .friends .online {
}
.control-sidebar .tab-content .friends .online .t-s-header {
}
.control-sidebar .tab-content .friends .online .t-s-header h6 span {
position: relative;
font-size: 19px;
font-weight: 600;
color: #1d1d1d;
}
.control-sidebar .tab-content .friends .online .t-s-header h6 span:before {
position: absolute;
content: "";
background-color: #07e0c4;
padding: 7px;
left: -24px;
border-radius: 50%;
top: 6px;
}
.control-sidebar .tab-content .friends .online .t-s-header p {
color: #ee3d50;
font-size: 16px;
}
.control-sidebar .tab-content .friends .online .media {
}
.control-sidebar .tab-content .friends .online .media {
padding: 10px;
}
.control-sidebar .tab-content .friends .online .media img {
width: 45px;
height: 45px;
border: none;
border-radius: 10px !important;
}
.control-sidebar .tab-content .friends .online .media .media-body:not(:last-child) {
border-bottom: 1px solid #e9ecef;
padding-bottom: 20px;
}
.control-sidebar .tab-content .friends .online .media .media-body h6 {
font-size: 17px;
color: #000000;
margin-bottom: 5px !important;
}
.control-sidebar .tab-content .friends .online .media .media-body h6 .badge {
border-radius: 50%;
padding: 4px 8px;
}
.control-sidebar .tab-content .friends .online .media .media-body p {
font-size: 15px;
color: #888ea8;
}
.control-sidebar .tab-content .friends .online .media .media-body p.meta-time {
font-size: 13px;
}
/*
Away Stats
*/
.control-sidebar .tab-content .friends {
padding: 10px;
}
.control-sidebar .tab-content .friends .away-stats {
margin-bottom: 5rem;
}
.control-sidebar .tab-content .friends .away-stats .t-s-header {
}
.control-sidebar .tab-content .friends .away-stats .t-s-header h6 span {
position: relative;
padding-left: 33px;
font-size: 19px;
font-weight: 600;
color: #1d1d1d;
}
.control-sidebar .tab-content .friends .away-stats .t-s-header h6 span:before {
position: absolute;
content: "";
background-color: #e9b02b;
border-radius: 50%;
top: 6px;
padding: 7px;
left: 6px;
}
.control-sidebar .tab-content .friends .away-stats .a-s-media .media {
padding: 10px;
}
.control-sidebar .tab-content .friends .away-stats .a-s-media .media .profile-img {
position: relative;
width: auto;
height: auto;
}
.control-sidebar .tab-content .friends .away-stats .a-s-media .media .profile-img:after {
position: absolute;
content: "";
background-color: #e9b02b;
bottom: -5px;
padding: 5px;
right: 6px;
border-radius: 50%;
border: 2px solid #fff;
}
.control-sidebar .tab-content .friends .away-stats .a-s-media .media .profile-img img {
border-radius: 10px;
width: 45px;
height: 45px;
border: none;
}
.control-sidebar .tab-content .friends .away-stats .a-s-media .media .media-body h6 {
font-weight: 600;
color: #282828;
}
/*
Settings
*/
/*Admin*/
.control-sidebar .tab-content .settings {
padding: 20px;
}
.control-sidebar .tab-content .settings .admin-setting .d-flex {
font-size: 17px;
color: #1d1d1d;
}
.control-sidebar .tab-content .settings .admin-setting .d-flex .media i {
background: #6156ce;
padding: 9px;
border-radius: 50%;
vertical-align: middle;
color: #fff;
font-size: 19px;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .settings .admin-setting .d-flex .media .media-body h6 {
font-weight: 600;
font-size: 17px;
color: #1d1d1d;
}
.control-sidebar .tab-content .settings .admin-setting .d-flex p {
font-size: 15px;
color: #e7515a;
margin-top: 3px;
}
/*General Settings*/
.control-sidebar .tab-content .settings .general-setting .d-flex .media i {
background: #6156ce;
padding: 9px;
border-radius: 50%;
vertical-align: middle;
color: #fff;
font-size: 19px;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .settings .general-setting .d-flex .media .media-body h6 {
font-weight: 600;
font-size: 17px;
color: #1d1d1d;
}
.control-sidebar .tab-content .settings .general-setting .media i {
padding: 8px;
font-size: 20px;
background: #000;
color: #fff;
border-radius: 50%;
font-weight: normal;
margin-right: 10px;
}
.control-sidebar .tab-content .settings .general-setting .media i.fb {
background: #3b5998;
}
.control-sidebar .tab-content .settings .general-setting .media i.dribbble {
background: #f26798;
}
.control-sidebar .tab-content .settings .general-setting .media i.lin {
background: #007ab9;
}
.control-sidebar .tab-content .settings .general-setting .media i.tweet {
background: #26a6d1;
}
.control-sidebar .tab-content .settings .general-setting .media i.behance {
background: #4176fa;
}
.control-sidebar .tab-content .settings .general-setting .media .media-body h6 {
color: #000;
}
.control-sidebar .tab-content .settings .general-setting .chk-settings .media .media-body h6 {
font-weight: 600;
font-size: 17px;
color: #1d1d1d;
margin-bottom: 20px;
}
.control-sidebar .tab-content .settings .general-setting .chk-settings .media .media-body p {
color: #848383;
font-size: 15px;
}
.control-sidebar .tab-content .settings .general-setting .chk-settings .media .new-control-indicator {
width: 1.3rem;
height: 1.3rem;
border: none;
}
.control-sidebar .tab-content .settings .general-setting .delete-chat .media .media-body h6 {
color: #000;
font-weight: 600;
}
.control-sidebar .tab-content .settings .general-setting .delete-chat .media i.del-chat-his {
cursor: pointer;
padding: 7px;
background: #e7515a;
color: #fff;
border-radius: 5px;
}
.control-sidebar .tab-content .settings .general-setting .usr-status .d-flex {
}
.control-sidebar .tab-content .settings .general-setting .usr-status .d-flex .media {
}
.control-sidebar .tab-content .settings .general-setting .usr-status .d-flex .media i {
background: #25d5e4;
padding: 9px;
border-radius: 50%;
vertical-align: middle;
color: #fff;
font-size: 19px;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.12);
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media .media-body h6 {
font-weight: 600;
font-size: 20px;
color: #1d1d1d;
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media.stats {
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media.stats h6 {
color: #3b3f5c;
font-size: 16px;
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media.stats .n-chk .checkbox-outline-success span.new-control-indicator {
background-color: transparent;
border: 2px solid #1abc9c;
height: 19px;
width: 19px;
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media.stats .n-chk .checkbox-outline-default span.new-control-indicator {
background-color: transparent;
border: 2px solid #acb0c3;
height: 19px;
width: 19px;
}
.control-sidebar .tab-content .settings .general-setting .usr-status .media.stats .n-chk .checkbox-outline-warning span.new-control-indicator {
background-color: transparent;
border: 2px solid #e9b02b;
height: 19px;
width: 19px;
}
.control-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #dedfdf!important;
width: 5px;
}
/*
=======================
Footer Section
=======================
*/
.footer-section {
background-color: #3b3f5c;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
}
.footer-section .footer-section-1 {
width: 255px;
}
.footer-section .footer-section-1.f-close {
width: 0;
}
.footer-section .footer-section-2 {
width: 50%;
background: #fefefe;
flex-grow: 8;
}
.footer-section .links {
margin: 15.3px 0;
}
.footer-section .links a {
color: #494949;
font-size: 15px;
}
.footer-section .bottom-footer {
margin: 0px;
color: #494949;
font-size: 14px;
padding: 15.5px 0;
}
.footer-section .bottom-footer a {
color: #1a74e9;
border: none;
}
.topbar-layout .footer-section {
position: relative;
margin: -50px 30px 0 30px;
background-color: #fff;
}
.footer-closed.footer-section {
margin: -50px 30px 0 30px;
}
.fixed-footer {
position: fixed;
left: 255px;
right: 0;
bottom: 0;
height: 45px;
margin: 0 15px;
background-color: #fff;
-webkit-transition: left ease-in-out .3s;
-moz-transition: left ease-in-out .3s;
-o-transition: left ease-in-out .3s;
transition: left ease-in-out .3s;
-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2)
}
.footer-closed .fixed-footer {
left: 0px
}
.boxed-footer-section {
position: absolute;
left: 256px;
right: 0;
bottom: 0;
width: 855px;
height: 45px;
margin: 0 auto;
background-color: #fff;
-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2)
}
.footer-closed .boxed-footer-section {
left: 0px;
width: 1110px
}
.theme-footer-section {
position: absolute;
left: 0;
right: 0;
bottom: 4px;
margin: 0 15px;
background-color: #fff;
-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2)
}
/*-----page scroll css-----*/
.mainTitle {
font-size:34px
}
.scrollTop {
}
.scrollTop:hover {
}
.scrollTop i {
color: #181722;
font-size: 29px;
background: #d3d3d3;
border-radius: 50%;
cursor: pointer;
}
.scrollTop i:hover {
background: transparent;
}
/*
======================
MEDIA QUERIES
======================
*/
@media (max-width: 991px) {
/*
=============
NavBar
=============
*/
.main-container.sidebar-closed #content {
margin-right: 0;
}
header.tabMobileView {
box-shadow: none!important;
}
header.tabMobileView img {
width: 47px;
margin-left: 5px;
}
header.tabMobileView .toggle-sidebar,
header.tabMobileView .sidebarCollapse {
display: inline-block;
color: #beb3b6;
font-size: 30px;
line-height: 0;
margin-left: 6px;
margin-right: 0;
}
header.tabMobileView {
background-color: #181722;
height: 47px;
}
.navbar input.search-form-control {
background-color: #292938!important;
color: #d3d3d3!important;
}
.navbar {
background-color: #181722!important;
border-bottom: 0.01rem solid #181722!important;
}
.navbar .navbar-nav .nav-item.dropdown .nav-link:hover span {
color: #fff!important;
}
.navbar .navbar-nav .nav-item.dropdown.show a.nav-link span {
color: #fff!important;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .nav-link.user {
margin-right: 0;
}
.navbar .navbar-nav .nav-item.dropdown.message-dropdown .dropdown-menu {
left: -65px;
}
.navbar .navbar-nav .nav-item.dropdown.notification-dropdown .dropdown-menu {
left: -120px;
}
.navbar .navbar-nav .nav-item.app-dropdown .dropdown-menu {
right: -39px;
}
.navbar .navbar-nav .nav-item.user-profile-dropdown .dropdown-menu {
right: -80px;
}
/*
=============
Sidebar
=============
*/
body:not(.topbar-layout) header.navbar:not(.tabMobileView) {
top: 47px;
}
#content {
margin-top: 104px;
}
.main-container:not(.sbar-open) .sidebar-wrapper {
width: 0;
left: -35px;
}
.sidebar-wrapper .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #707792!important;
}
.sidebar-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #707792!important;
}
.sidebar-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 3px;
}
.sidebar-wrapper {
position: fixed;
top: 0;
bottom: 0;
z-index: 9999;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.sidebar-noneoverflow {
overflow: hidden;
}
#sidebar {
height: 100vh!important;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
/* display .overlay when it has the .active class */
.overlay.show {
display: block;
opacity: .7;
}
#dismiss {
position: absolute;
top: 110px;
right: -32px;
background-color: #2b293d;
padding: 5px 9px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
color: #fff;
cursor: pointer;
}
/*
======================
Control Sidebar
======================
*/
.control-sidebar { height: 90vh!important; }
.cs-noneoverflow {
overflow: hidden;
-webkit-overflow-scrolling:touch;
}
/*
=============
Footer
=============
*/
.footer-section .footer-section-1 {
width: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.control-sidebar { top: 103px!important; }
}
@media (max-width: 767px) {
.control-sidebar { top: 104px!important; }
.control-sidebar-scroll { height: 87.5%!important; }
}
@media (min-width: 992px) {
header.navbar {
margin: 0 0 0 255px;
}
} | 0.312475 | 0.048858 |
.topcoat-button,
.topcoat-button--quiet,
.topcoat-button--large,
.topcoat-button--large--quiet,
.topcoat-button--cta,
.topcoat-button--large--cta {
position: relative;
display: inline-block;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding-box;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0 1.16rem;
font-size: 12px;
line-height: 2rem;
letter-spacing: 1px;
color: #c6c8c8;
text-shadow: 0 -1px rgba(0,0,0,0.69);
vertical-align: top;
background-color: #595b5b;
-webkit-box-shadow: inset 0 1px rgba(255,255,255,0.12);
box-shadow: inset 0 1px rgba(255,255,255,0.12);
border: 1px solid rgba(0,0,0,0.36);
-webkit-border-radius: 3px;
border-radius: 3px;
}
.topcoat-button:active,
.topcoat-button.is-active,
.topcoat-button--large:active,
.topcoat-button--large.is-active {
background-color: #404141;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,0.18);
box-shadow: inset 0 1px rgba(0,0,0,0.18);
}
.topcoat-button:disabled,
.topcoat-button.is-disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
/* topdoc
name: Topdoc Quiet Button Component
description: A simple button
modifiers:
:active: Quiet button active state
.is-active: Simulates active state for a quiet button on touch interfaces
:disabled: Disabled state
.is-disabled: Simulates disabled state
tags:
- desktop
- light
- mobile
- button
- quiet
markup: |
<div class="test-wrapper">
<a class="topcoat-button--quiet">Button</a>
<a class="topcoat-button--quiet is-active">Button</a>
<a class="topcoat-button--quiet is-disabled">Button</a>
</div>
*/
.topcoat-button--quiet {
background: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-button--quiet:active,
.topcoat-button--quiet.is-active,
.topcoat-button--large--quiet:active,
.topcoat-button--large--quiet.is-active {
color: #c6c8c8;
text-shadow: 0 -1px rgba(0,0,0,0.69);
background-color: #404141;
border: 1px solid rgba(0,0,0,0.36);
-webkit-box-shadow: inset 0 1px rgba(0,0,0,0.18);
box-shadow: inset 0 1px rgba(0,0,0,0.18);
}
.topcoat-button--quiet:disabled,
.topcoat-button--quiet.is-disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
} | test/fixtures/project/button.css | .topcoat-button,
.topcoat-button--quiet,
.topcoat-button--large,
.topcoat-button--large--quiet,
.topcoat-button--cta,
.topcoat-button--large--cta {
position: relative;
display: inline-block;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding-box;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0 1.16rem;
font-size: 12px;
line-height: 2rem;
letter-spacing: 1px;
color: #c6c8c8;
text-shadow: 0 -1px rgba(0,0,0,0.69);
vertical-align: top;
background-color: #595b5b;
-webkit-box-shadow: inset 0 1px rgba(255,255,255,0.12);
box-shadow: inset 0 1px rgba(255,255,255,0.12);
border: 1px solid rgba(0,0,0,0.36);
-webkit-border-radius: 3px;
border-radius: 3px;
}
.topcoat-button:active,
.topcoat-button.is-active,
.topcoat-button--large:active,
.topcoat-button--large.is-active {
background-color: #404141;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,0.18);
box-shadow: inset 0 1px rgba(0,0,0,0.18);
}
.topcoat-button:disabled,
.topcoat-button.is-disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
/* topdoc
name: Topdoc Quiet Button Component
description: A simple button
modifiers:
:active: Quiet button active state
.is-active: Simulates active state for a quiet button on touch interfaces
:disabled: Disabled state
.is-disabled: Simulates disabled state
tags:
- desktop
- light
- mobile
- button
- quiet
markup: |
<div class="test-wrapper">
<a class="topcoat-button--quiet">Button</a>
<a class="topcoat-button--quiet is-active">Button</a>
<a class="topcoat-button--quiet is-disabled">Button</a>
</div>
*/
.topcoat-button--quiet {
background: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-button--quiet:active,
.topcoat-button--quiet.is-active,
.topcoat-button--large--quiet:active,
.topcoat-button--large--quiet.is-active {
color: #c6c8c8;
text-shadow: 0 -1px rgba(0,0,0,0.69);
background-color: #404141;
border: 1px solid rgba(0,0,0,0.36);
-webkit-box-shadow: inset 0 1px rgba(0,0,0,0.18);
box-shadow: inset 0 1px rgba(0,0,0,0.18);
}
.topcoat-button--quiet:disabled,
.topcoat-button--quiet.is-disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
} | 0.370909 | 0.047206 |
hr{
border: none;
background:#CCC;
height: 1px;
}
.hidden_ell{
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
.visible_ell{
display: block;
visibility: visible;
opacity: 1;
}
.transition_2{
-webkit-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;
}
.pointer_events{
pointer-events: none;
}
/* Import & Export */
*[class^="button"].not_active{
opacity: 0.5;
cursor: default;
/* pointer-events: none; */
}
#area-drag-drop{
}
.drag-drop #area-drag-drop .drag-drop-inside{
margin-top: 160px;
}
.drag-drop-inside {
text-align: center;
display: block;
overflow: hidden;
padding: 150px 0;
min-height:465px;
}
.drop_icon {
margin:55px auto 25px;
width:142px;
height:142px;
border:10px solid #2ba8e3;
border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius:100px;
font-family:FontAwesome;
text-align:center;
color:#2ba8e3;
transition:all ease-in 0.2s;
-webkit-transition:all ease-in 0.2s;
-moz-transition:all ease-in 0.2s;
-o-transition:all ease-in 0.2s;
-ms-transition:all ease-in 0.2s;
}
.drop_icon:before {
text-align:center;
display:block;
content:'';
font-size:72px;
line-height:122px;
}
#upload_files.hover .drop_icon {
background:#2ba8e3;
color:#fff;
transform:scale(1.3);
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
}
.drop_icon.second_step {
position:absolute;
left:50%;
margin-left:-71px;
top:50%;
margin-top:-121px;
z-index:0;
}
#upload_files.hover .drop_icon.second_step {
z-index:5;
}
h6.drop_heading {
font-size:24px;
color:#2ba8e3;
margin-bottom:20px;
}
.drag-drop-inside .drag-drop-buttons {
margin-bottom:20px;
}
.btn.new-btn {
font-size:16px;
font-family:'Open Sans', sans-serif;
background:#ff5450;
border-color:#ff5450 #ff5450 #c5413f #ff5450;
}
.drag-drop-inside {
padding:10px;
}
.drag-drop-inside p {
font-size: 24px;
color: #a1a2a2;
display: block;
font:normal 24px/1.2em Arial, Helvetica, sans-serif;
}
.drag-drop-inside p.max-upload-size{
font:normal 13px/24px Arial, Helvetica, sans-serif;
color: #a1a2a2;
margin: 10px 0 25px;
}
#server_settings tr th {
background:#ecf6fb;
}
form#upload_files{
overflow: hidden;
min-height: 470px;
background: #fff;
}
#import_step_2{
margin-top: -476px;
position: relative;
z-index: 1;
}
.error_file{
background: #ffe1e1 !important;
border-bottom:1px solid;
border-color:#febcbc !important;
}
#file_list_holder{
height: 480px;
overflow: hidden;
position: relative;
}
#file_list {
width: 100%;
overflow: hidden;
background: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#file_list #file_list_header {
padding-right: 18px;
border-bottom: 1px solid #a8d4ed;
font-size: 16px;
color:#505050;
}
#file_list #file_list_body{
overflow-y: scroll;
max-height: 430px;
min-height: 430px;
display: block;
overflow-x: hidden;
font:normal 13px/18px Arial, Helvetica, sans-serif;
color:#222;
}
#file_list_body .row {
margin-left:0px;
margin-right:0px;
border-top:1px solid #e5e5e5;
}
#file_list_body .row:first-child {
border:none;
}
#file_list_header .row {
margin-right:0px;
margin-left:0;
}
#file_list .row div[class^="column"]{
padding: 15px 10px 14px 10px;
display: inline-block;
vertical-align: middle;
}
#file_list .column_1{
width: 60%;
padding-left: 20px;
}
#file_list .column_2{
width: 20%;
text-align:center;
}
#file_list .column_3{
width: 20%;
position: relative;
text-align:center;
}
#file_list_header .column_3 {
width: 19%;
}
#import_status{
width: 100%;
margin: 0 0 0 0;
background:#fff;
}
#upload_status, #import_data{
width: 100%;
position: relative;
z-index: 1;
}
#upload_status {
padding:3px 0;
}
#counters{
display: inline-block;
line-height: 20px;
}
.items_name{
margin-left: 2px;
}
#info_holder{
vertical-align: top;
margin-top: 20px;
}
.loader_bar{
width: 100%;
height: 40px;
background: #f2f2f2;
position: relative;
}
.loader_bar span{
width: 0%;
height: 40px;
background: #8BC954;
display: block;
}
.loader_bar .loaded-text {
text-align:center;
width:100%;
display:block;
position:absolute;
text-transform:uppercase;
line-height:40px;
font-size:20px;
font-weight:normal;
}
#import_data{
overflow: hidden;
position: relative;
z-index: 0;
}
#import_data .loader_bar span{
background: #4BBD00;
}
#import_xml_status{
min-height: 480px;
overflow: auto;
padding: 10px 20px;
background: #FFF;
}
#status_log p>i{
display:block;
margin: 0 0px 20px 0;
text-align: center;
font-size:72px;
width:142px;
height:142px;
margin:0 auto 30px;
background:url(../img/loader.gif) center center no-repeat;
}
#status_log p{
color: #505050;
font:normal 20px/24px Arial, Helvetica, sans-serif;
text-align:center;
margin: 85px 0 0;
}
#status_log p span.loader-info {
font:normal 13px/18px Arial, Helvetica, sans-serif;
color:#a1a2a2;
display:block;
padding:12px 0 0 0;
}
#status_log p.error_import i {
background:none;
border:10px solid #ff5450;
border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius:100px;
line-height:122px;
color:#ff5450;
}
#status_log p.done_import i {
background:none;
border:10px solid #8cc954;
border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius:100px;
line-height:122px;
color:#8cc954;
}
#status_log p.error_import{
color: #F50000;
}
#not_load_file{
color: #B43C38;
font-weight: 700;
margin: 7px 10px;
display: inline-block;
}
.file_progress_bar{
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
background: #bdf48c;
z-index: 0;
opacity: 1;
width: 0%;
}
.file_progress_text{
position: relative;
z-index: 1;
}
#successMessage .modal-dialog, #moduleMessage .modal-dialog {
margin-top:200px;
}
#successMessage .modal-header, #moduleMessage .modal-header {
background:#f5f5f5;
border-radius:6px 6px 0 0 ;
-webkit-border-radius:6px 6px 0 0;
-moz-border-radius:6px 6px 0 0;
padding-left:20px;
padding-right:20px;
}
#successMessage .modal-header .close, #moduleMessage .modal-header .close {
font-size:28px;
margin-top:2px;
}
#successMessage .modal-title, #moduleMessage .modal-title {
font-size:20px;
margin-bottom:0;
}
#successMessage .modal-body, #moduleMessage .modal-body {
padding:25px 20px;
}
#successMessage .modal-body .alert, #moduleMessage .modal-body {margin-bottom:0;}
#import_status .sdi_show_error_info_container {
background:#fff;
border:1px solid #ccc;
padding:0 15px;
color:#000;
margin-top:15px;
display:none;
} | theme/manual_install/theme1362/modules/sampledatainstall/views/css/sampledatainstall.css | hr{
border: none;
background:#CCC;
height: 1px;
}
.hidden_ell{
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
.visible_ell{
display: block;
visibility: visible;
opacity: 1;
}
.transition_2{
-webkit-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;
}
.pointer_events{
pointer-events: none;
}
/* Import & Export */
*[class^="button"].not_active{
opacity: 0.5;
cursor: default;
/* pointer-events: none; */
}
#area-drag-drop{
}
.drag-drop #area-drag-drop .drag-drop-inside{
margin-top: 160px;
}
.drag-drop-inside {
text-align: center;
display: block;
overflow: hidden;
padding: 150px 0;
min-height:465px;
}
.drop_icon {
margin:55px auto 25px;
width:142px;
height:142px;
border:10px solid #2ba8e3;
border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius:100px;
font-family:FontAwesome;
text-align:center;
color:#2ba8e3;
transition:all ease-in 0.2s;
-webkit-transition:all ease-in 0.2s;
-moz-transition:all ease-in 0.2s;
-o-transition:all ease-in 0.2s;
-ms-transition:all ease-in 0.2s;
}
.drop_icon:before {
text-align:center;
display:block;
content:'';
font-size:72px;
line-height:122px;
}
#upload_files.hover .drop_icon {
background:#2ba8e3;
color:#fff;
transform:scale(1.3);
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
}
.drop_icon.second_step {
position:absolute;
left:50%;
margin-left:-71px;
top:50%;
margin-top:-121px;
z-index:0;
}
#upload_files.hover .drop_icon.second_step {
z-index:5;
}
h6.drop_heading {
font-size:24px;
color:#2ba8e3;
margin-bottom:20px;
}
.drag-drop-inside .drag-drop-buttons {
margin-bottom:20px;
}
.btn.new-btn {
font-size:16px;
font-family:'Open Sans', sans-serif;
background:#ff5450;
border-color:#ff5450 #ff5450 #c5413f #ff5450;
}
.drag-drop-inside {
padding:10px;
}
.drag-drop-inside p {
font-size: 24px;
color: #a1a2a2;
display: block;
font:normal 24px/1.2em Arial, Helvetica, sans-serif;
}
.drag-drop-inside p.max-upload-size{
font:normal 13px/24px Arial, Helvetica, sans-serif;
color: #a1a2a2;
margin: 10px 0 25px;
}
#server_settings tr th {
background:#ecf6fb;
}
form#upload_files{
overflow: hidden;
min-height: 470px;
background: #fff;
}
#import_step_2{
margin-top: -476px;
position: relative;
z-index: 1;
}
.error_file{
background: #ffe1e1 !important;
border-bottom:1px solid;
border-color:#febcbc !important;
}
#file_list_holder{
height: 480px;
overflow: hidden;
position: relative;
}
#file_list {
width: 100%;
overflow: hidden;
background: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#file_list #file_list_header {
padding-right: 18px;
border-bottom: 1px solid #a8d4ed;
font-size: 16px;
color:#505050;
}
#file_list #file_list_body{
overflow-y: scroll;
max-height: 430px;
min-height: 430px;
display: block;
overflow-x: hidden;
font:normal 13px/18px Arial, Helvetica, sans-serif;
color:#222;
}
#file_list_body .row {
margin-left:0px;
margin-right:0px;
border-top:1px solid #e5e5e5;
}
#file_list_body .row:first-child {
border:none;
}
#file_list_header .row {
margin-right:0px;
margin-left:0;
}
#file_list .row div[class^="column"]{
padding: 15px 10px 14px 10px;
display: inline-block;
vertical-align: middle;
}
#file_list .column_1{
width: 60%;
padding-left: 20px;
}
#file_list .column_2{
width: 20%;
text-align:center;
}
#file_list .column_3{
width: 20%;
position: relative;
text-align:center;
}
#file_list_header .column_3 {
width: 19%;
}
#import_status{
width: 100%;
margin: 0 0 0 0;
background:#fff;
}
#upload_status, #import_data{
width: 100%;
position: relative;
z-index: 1;
}
#upload_status {
padding:3px 0;
}
#counters{
display: inline-block;
line-height: 20px;
}
.items_name{
margin-left: 2px;
}
#info_holder{
vertical-align: top;
margin-top: 20px;
}
.loader_bar{
width: 100%;
height: 40px;
background: #f2f2f2;
position: relative;
}
.loader_bar span{
width: 0%;
height: 40px;
background: #8BC954;
display: block;
}
.loader_bar .loaded-text {
text-align:center;
width:100%;
display:block;
position:absolute;
text-transform:uppercase;
line-height:40px;
font-size:20px;
font-weight:normal;
}
#import_data{
overflow: hidden;
position: relative;
z-index: 0;
}
#import_data .loader_bar span{
background: #4BBD00;
}
#import_xml_status{
min-height: 480px;
overflow: auto;
padding: 10px 20px;
background: #FFF;
}
#status_log p>i{
display:block;
margin: 0 0px 20px 0;
text-align: center;
font-size:72px;
width:142px;
height:142px;
margin:0 auto 30px;
background:url(../img/loader.gif) center center no-repeat;
}
#status_log p{
color: #505050;
font:normal 20px/24px Arial, Helvetica, sans-serif;
text-align:center;
margin: 85px 0 0;
}
#status_log p span.loader-info {
font:normal 13px/18px Arial, Helvetica, sans-serif;
color:#a1a2a2;
display:block;
padding:12px 0 0 0;
}
#status_log p.error_import i {
background:none;
border:10px solid #ff5450;
border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius:100px;
line-height:122px;
color:#ff5450;
}
#status_log p.done_import i {
background:none;
border:10px solid #8cc954;
border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius:100px;
line-height:122px;
color:#8cc954;
}
#status_log p.error_import{
color: #F50000;
}
#not_load_file{
color: #B43C38;
font-weight: 700;
margin: 7px 10px;
display: inline-block;
}
.file_progress_bar{
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
background: #bdf48c;
z-index: 0;
opacity: 1;
width: 0%;
}
.file_progress_text{
position: relative;
z-index: 1;
}
#successMessage .modal-dialog, #moduleMessage .modal-dialog {
margin-top:200px;
}
#successMessage .modal-header, #moduleMessage .modal-header {
background:#f5f5f5;
border-radius:6px 6px 0 0 ;
-webkit-border-radius:6px 6px 0 0;
-moz-border-radius:6px 6px 0 0;
padding-left:20px;
padding-right:20px;
}
#successMessage .modal-header .close, #moduleMessage .modal-header .close {
font-size:28px;
margin-top:2px;
}
#successMessage .modal-title, #moduleMessage .modal-title {
font-size:20px;
margin-bottom:0;
}
#successMessage .modal-body, #moduleMessage .modal-body {
padding:25px 20px;
}
#successMessage .modal-body .alert, #moduleMessage .modal-body {margin-bottom:0;}
#import_status .sdi_show_error_info_container {
background:#fff;
border:1px solid #ccc;
padding:0 15px;
color:#000;
margin-top:15px;
display:none;
} | 0.196595 | 0.050214 |
@font-face {
font-family: 'TrenchFont';
src: url('./assets/fonts/trench100free.ttf') format('truetype');
font-style: normal;
font-weight: normal;
}
body {
width: 800;
height: 500;
overflow: hidden;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}
/* UI */
.row {
display: flex;
}
#bottom-bar {
display: flex;
height: 100px;
width: 796px;
justify-content: center;
align-content: center;
}
.score-box {
text-align: center;
flex: 100%;
}
.downs-box {
text-align: center;
flex: 100%;
}
.time-box {
text-align: center;
flex: 100%;
}
.box-header {
user-select: none;
margin-top: 5px;
margin-bottom: 0px;
font-size: 28pt;
font-weight: 900;
font-family: "TrenchFont"
}
#score-text {
user-select: none;
margin-top: -5px;
font-size: 48pt;
font-weight: 900;
font-family: "TrenchFont";
color: chartreuse
}
#downs-text {
user-select: none;
margin-top: -5px;
font-size: 36pt;
font-weight: 900;
font-family: "TrenchFont";
color: rgb(243, 202, 69)
}
#time-text {
user-select: none;
margin-top: -5px;
font-size: 48pt;
font-weight: 900;
font-family: "TrenchFont";
color: rgb(228, 223, 182)
}
#field-container {
position: relative;
flex: 100%;
height: 350px;
background-image: url("./assets/field.png");
background-repeat: no-repeat;
}
#start-button {
z-index: 200;
user-select: none;
position: absolute;
background-color: crimson;
padding: 20px;
left: 268px;
top: 140px;
font-size: 64pt;
font-family: "TrenchFont";
}
/* Sprites */
#player-sprite {
user-select: none;
position: absolute;
width: 32px;
height: 32px;
}
.zombie-sprite {
user-select: none;
position: absolute;
width: 32px;
height: 32px;
}
.referee-tombstone-sprite {
user-select: none;
position: absolute;
width: 24px;
height: 24px;
}
.referee-sprite {
user-select: none;
position: absolute;
width: 32px;
height: 32px;
}
.marker-sprite {
user-select: none;
position: absolute;
width: 32px;
height: 32px;
} | js/styles.css | @font-face {
font-family: 'TrenchFont';
src: url('./assets/fonts/trench100free.ttf') format('truetype');
font-style: normal;
font-weight: normal;
}
body {
width: 800;
height: 500;
overflow: hidden;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}
/* UI */
.row {
display: flex;
}
#bottom-bar {
display: flex;
height: 100px;
width: 796px;
justify-content: center;
align-content: center;
}
.score-box {
text-align: center;
flex: 100%;
}
.downs-box {
text-align: center;
flex: 100%;
}
.time-box {
text-align: center;
flex: 100%;
}
.box-header {
user-select: none;
margin-top: 5px;
margin-bottom: 0px;
font-size: 28pt;
font-weight: 900;
font-family: "TrenchFont"
}
#score-text {
user-select: none;
margin-top: -5px;
font-size: 48pt;
font-weight: 900;
font-family: "TrenchFont";
color: chartreuse
}
#downs-text {
user-select: none;
margin-top: -5px;
font-size: 36pt;
font-weight: 900;
font-family: "TrenchFont";
color: rgb(243, 202, 69)
}
#time-text {
user-select: none;
margin-top: -5px;
font-size: 48pt;
font-weight: 900;
font-family: "TrenchFont";
color: rgb(228, 223, 182)
}
#field-container {
position: relative;
flex: 100%;
height: 350px;
background-image: url("./assets/field.png");
background-repeat: no-repeat;
}
#start-button {
z-index: 200;
user-select: none;
position: absolute;
background-color: crimson;
padding: 20px;
left: 268px;
top: 140px;
font-size: 64pt;
font-family: "TrenchFont";
}
/* Sprites */
#player-sprite {
user-select: none;
position: absolute;
width: 32px;
height: 32px;
}
.zombie-sprite {
user-select: none;
position: absolute;
width: 32px;
height: 32px;
}
.referee-tombstone-sprite {
user-select: none;
position: absolute;
width: 24px;
height: 24px;
}
.referee-sprite {
user-select: none;
position: absolute;
width: 32px;
height: 32px;
}
.marker-sprite {
user-select: none;
position: absolute;
width: 32px;
height: 32px;
} | 0.370112 | 0.058561 |
@media (min-width: 768px) {
.content-tabs {
position: relative;
height: 41px;
background-color: #fafafa;
border-bottom: 1px solid #ccc
}
.content-tabs .page-tabs a{
background-color: #eee;
}
.content-tabs .page-tabs a {
line-height: 40px;
float: left;
min-width:120px;
text-align:center;
border-right: 1px solid #ccc;
}
.content-tabs .page-tabs a .page_tab_close{
margin-left:20px;
font-size: 12px;
}
.content-tabs .page-tabs a .page_tab_close:hover{
color: red;
border: 1px solid red;
}
.content-tabs .page-tabs a.active {
background: #b1dcfd;
color: #000;
font-weight: bold;
}
.content-tabs .page-tabs a:hover {
font-weight: bold;
}
}
@media (max-width: 768px) {
.content-tabs {
display: none;
}
}
.nav-link {
cursor: pointer;
}
.loading-message {
display: inline-block;
min-width: 125px;
padding: 10px;
margin: 0 auto;
color: #000 !important;
font-size: 13px;
font-weight: 400;
text-align: center;
vertical-align: middle;
}
.loading-message > span {
line-height: 20px;
vertical-align: middle;
}
.loading-message.loading-message-boxed {
border: 1px solid #ddd;
background-color: #eee;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.page-loading {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: fixed;
top: 50%;
left: 50%;
min-width: 125px;
margin-left: -60px;
margin-top: -30px;
padding: 7px;
text-align: center;
color: #333;
font-size: 13px;
border: 1px solid #ddd;
background-color: #eee;
vertical-align: middle;
-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.page-loading > span {
line-height: 20px;
vertical-align: middle;
} | src/main/resources/static/css/iframeTab.css | @media (min-width: 768px) {
.content-tabs {
position: relative;
height: 41px;
background-color: #fafafa;
border-bottom: 1px solid #ccc
}
.content-tabs .page-tabs a{
background-color: #eee;
}
.content-tabs .page-tabs a {
line-height: 40px;
float: left;
min-width:120px;
text-align:center;
border-right: 1px solid #ccc;
}
.content-tabs .page-tabs a .page_tab_close{
margin-left:20px;
font-size: 12px;
}
.content-tabs .page-tabs a .page_tab_close:hover{
color: red;
border: 1px solid red;
}
.content-tabs .page-tabs a.active {
background: #b1dcfd;
color: #000;
font-weight: bold;
}
.content-tabs .page-tabs a:hover {
font-weight: bold;
}
}
@media (max-width: 768px) {
.content-tabs {
display: none;
}
}
.nav-link {
cursor: pointer;
}
.loading-message {
display: inline-block;
min-width: 125px;
padding: 10px;
margin: 0 auto;
color: #000 !important;
font-size: 13px;
font-weight: 400;
text-align: center;
vertical-align: middle;
}
.loading-message > span {
line-height: 20px;
vertical-align: middle;
}
.loading-message.loading-message-boxed {
border: 1px solid #ddd;
background-color: #eee;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.page-loading {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: fixed;
top: 50%;
left: 50%;
min-width: 125px;
margin-left: -60px;
margin-top: -30px;
padding: 7px;
text-align: center;
color: #333;
font-size: 13px;
border: 1px solid #ddd;
background-color: #eee;
vertical-align: middle;
-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.page-loading > span {
line-height: 20px;
vertical-align: middle;
} | 0.307046 | 0.09611 |
@charset "UTF-8";
/* Core styles for the page */
body {
padding: 0;
font-size: 13px;
font-family: Verdana, sans-serif;
background: url(../img/bg.png) repeat 0 0 #CCC;
}
@media (max-width: 767px) {
body {
background: #5f5f5f;
}
}
footer {
clear: both;
text-align: center;
color: #666666;
font-size: 0.85em;
}
.mobile-footer {
position: fixed;
left: 0;
bottom: 0;
margin: 0;
width: 100%;
clear: both;
height: 60px;
background: #CCC;
}
a {
color: #27240F;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
.btn:focus, a:focus {
/* Remove outlines from buttons and anchors */
background-position: 0px center;
outline: none;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
color: #131b1f;
text-shadow: 0 1px 1px #858585;
font-weight: bold;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
color: #EDF4EA;
text-shadow: 1px 1px 1px #000000;
}
footer {
margin: 10px;
color: #a3a3a3;
}
.well {
/* Add shadows to all wells */
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}
/* Button */
.btn-danger,
.btn-primary {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: bold;
text-align: center;
color: #961311 !important;
background: #f15755 url(../img/btn-pink.png) top left repeat-x;
border: 1px solid #b53331;
text-shadow: 0 1px 0 #ea8c8b;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}
.btn-danger:active,
.btn-primary:active {
color: #fff !important;
text-shadow: 0 1px 0 #f8a5a4;
border: 1px solid #ac2925;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-danger:hover,
.btn-danger:focus {
color: #fff !important;
background: #dc4644 url(../img/btn-pink-hvr.png) top left repeat-x;
text-shadow: 0 1px 0 #961311;
border: 1px solid #ac2925;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
background-color: #e24f4d;
border: 1px solid #ac2925;
}
/* Table */
.table-bordered tr {
font-size: 13px;
color: #666;
}
.table-bordered th {
font-size: 13px;
color: #333;
background-color: #edf4ea;
}
/* Logo */
#logo {
background: url(../img/bg-red.png) repeat scroll 0 0 transparent;
}
@media (min-width: 992px) {
#logo {
padding-left: 20%;
}
}
#logo .wrap {
background: url(../img/banner.png) no-repeat scroll 0 0 transparent;
height: 90px;
margin: 0 auto 0px;
padding: 0;
text-align: center;
}
#logo h1 {
display: none;
}
#container {
margin: 0 auto;
border: 0px;
background: url(../img/bg-dark.png) repeat-x center bottom #5f5f5f;
padding-top: 0px;
background-size: auto;
width: auto;
}
@media (max-width: 767px) {
#container {
background: #5f5f5f;
}
}
#menu {
width: auto;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
background: url(../img/nav-bg.png) repeat 0 0 #CCC;
box-shadow: 0 5px 3px rgba(0, 0, 0, 0.13), 0 -1px 0 rgba(0, 0, 0, 0.01) inset;
}
@media (min-width: 992px) {
#menu {
padding-left: 20%;
}
}
#content {
padding-bottom: 60px;
}
/* Navbar */
.navbar .nav > li > a {
color: #565656;
font-size: 14px;
text-shadow: 0 1px 0 #e7f5f3;
font-weight: bold;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
color: #ce4240;
background-color: transparent;
}
.navbar-toggle {
/* The border is not visible by default. */
border: 1px solid;
}
.navbar-toggle .icon-bar {
/* The border is not visible by default. */
border: 1px solid;
}
/* Left Column */
#itemMenu {
background-color: #c9c7c7;
/* Removes the box-shadow from IE due to glitches involving transitions */
box-shadow: none;
border-radius: 2px;
margin-bottom: 5%;
}
.panel {
/* Reset margin and border for panels */
margin-bottom: 0px;
border: none;
background-color: transparent;
cursor: pointer;
}
.panel-group {
border-radius: 0px;
border: 0px;
margin-bottom: 0px;
}
.panel-default > .panel-heading {
background: transparent;
border-bottom: 1px solid #b5b5b5;
border-top: 1px solid #efefef;
font-weight: bold;
padding: 8px 15px;
}
.panel-heading a {
/* Expand anchors to fill available width */
display: block;
}
.panel-body {
background: #ECEAE6;
}
.panel-body a {
color: #444444;
text-shadow: 0 1px 0 #fff;
}
@media (max-width: 767px) {
/* Expand anchors to fill available width */
.panel-body a {
display: block;
}
}
.panel-body a:hover {
color: #1e91aa;
}
/* Carousel */
.carousel-container {
width: 640px;
margin: 0% auto;
}
.carousel-control {
border: none;
}
.carousel-caption {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.70);
padding: 10px 15px;
position: relative;
right: 0px;
left: 0px;
bottom: 0px;
}
.carousel-caption h4, .carousel-caption p {
margin-top: 10px;
}
.carousel-caption h4 {
color: #ce4240;
font-size: 32px;
text-shadow: 0 2px 2px #000;
font-family: 'Rokkitt', serif;
font-weight: normal;
}
.carousel-caption p {
font-weight: bold;
text-align: justify;
}
.carousel-caption .action {
margin: 50px 0;
}
ol.carousel-indicators {
display: none;
}
/* Pagination */
ul.pagination > li > a,
ul.pagination > li > span {
color: #27240F;
}
ul.pagination > li > a:hover,
ul.pagination > li > a:focus,
ul.pagination > .active > a,
ul.pagination > .active > span {
color: #dc4644;
background: #cccccc;
}
ul.pagination > .disabled > span,
ul.pagination > .disabled > a,
ul.pagination > .disabled > a:hover,
ul.pagination > .disabled > a:focus {
background-color: #FFFFFF;
}
ul.pagination .active {
font-weight: bold;
}
ul.pagination .active > a {
background: #ffffff;
border-color: #dddddd;
}
ul.pagination .active > a:focus,
ul.pagination .active > a:hover {
background: #cccccc;
border-color: #dddddd;
color: #dc4644;
}
/* Show Metrics */
.show-status {
margin: 20px 5px;
padding: 10px;
background-color: #ffffff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.show-status-header {
border-bottom: 2px solid #eeeeee;
font-weight: bold;
margin-right: 40px;
margin-bottom: 20px;
}
/* Bot styles */
.bot-label {
font-weight: bold;
font-family: "Rokkitt", serif;
font-size: 1.1em;
text-shadow: 0 1px 1px #000000;
color: #EDF4EA;
}
.bot-console {
margin-top: 30px;
margin-bottom: 5px;
}
/* Additional styles */
.top5 {
margin-top: 5%;
}
@media (max-width: 1024px) {
.top4 {
margin: 15px 0;
}
}
h2.page-header {
border-bottom: 1px solid #757575;
}
.page-header {
border-bottom: 1px solid #DDDCDC;
margin: 10px 0 18px 0;
}
h4.page-header {
font-size: 16px;
}
.special-title {
font-family: "Rokkitt", serif;
}
.light-font {
text-shadow: 0 1px 1px #000000;
color: #EDF4EA;
}
.error-notification {
color: #B94A48;
}
/* Search facets copied over from accordion's main style */
.facets-group {
border-radius: 0px;
border: 0px;
margin-bottom: 0px;
}
.facets-heading {
background: transparent;
border: 0px;
border-bottom: 1px solid #b5b5b5;
border-top: 1px solid #efefef;
}
.facets-heading a {
text-shadow: 0 1px 0 #e8e7e7;
}
.facets-heading a:hover {
color: #0c7085;
}
.facets-heading .facets-toggle {
padding: 8px 15px;
font-weight: bold;
display: block;
}
.facets-body {
background: #ECEAE6;
}
.facets-body a {
color: #444444;
text-shadow: 0 1px 0 #fff;
}
.facets-body a:hover {
color: #1e91aa;
}
.facets-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
}
/* Display pointer icon for delete glyphicons */
span[data-tm-role="delete"] {
cursor: pointer;
}
/* Highlight links - that stand out from the background */
a.highlight-link {
color: #EDF4EA;
}
@media ( max-width : 767px) {
/*
Responsive table based on http://elvery.net/demo/responsive-tables/#no-more-tables
*/
/* Force table to not be like tables anymore */
.table-stack table,
.table-stack thead,
.table-stack tbody,
.table-stack th,
.table-stack td,
.table-stack tr {
display: block;
word-wrap: break-word;
}
/* Hide table headers (but not display: none;, for accessibility) */
.table-stack thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.table-stack tr {
border: 1px solid #ccc;
}
.table-stack td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50% !important; /* Important for iOS */
text-align: left;
white-space: normal;
}
.table-stack td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align: left;
font-weight: bold;
}
/*
Label the data
*/
.table-stack td:before { content: attr(data-title); }
} | tm-ui-v2/public-html/resources/css/screen.css | @charset "UTF-8";
/* Core styles for the page */
body {
padding: 0;
font-size: 13px;
font-family: Verdana, sans-serif;
background: url(../img/bg.png) repeat 0 0 #CCC;
}
@media (max-width: 767px) {
body {
background: #5f5f5f;
}
}
footer {
clear: both;
text-align: center;
color: #666666;
font-size: 0.85em;
}
.mobile-footer {
position: fixed;
left: 0;
bottom: 0;
margin: 0;
width: 100%;
clear: both;
height: 60px;
background: #CCC;
}
a {
color: #27240F;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
.btn:focus, a:focus {
/* Remove outlines from buttons and anchors */
background-position: 0px center;
outline: none;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
color: #131b1f;
text-shadow: 0 1px 1px #858585;
font-weight: bold;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
color: #EDF4EA;
text-shadow: 1px 1px 1px #000000;
}
footer {
margin: 10px;
color: #a3a3a3;
}
.well {
/* Add shadows to all wells */
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}
/* Button */
.btn-danger,
.btn-primary {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: bold;
text-align: center;
color: #961311 !important;
background: #f15755 url(../img/btn-pink.png) top left repeat-x;
border: 1px solid #b53331;
text-shadow: 0 1px 0 #ea8c8b;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}
.btn-danger:active,
.btn-primary:active {
color: #fff !important;
text-shadow: 0 1px 0 #f8a5a4;
border: 1px solid #ac2925;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-danger:hover,
.btn-danger:focus {
color: #fff !important;
background: #dc4644 url(../img/btn-pink-hvr.png) top left repeat-x;
text-shadow: 0 1px 0 #961311;
border: 1px solid #ac2925;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
background-color: #e24f4d;
border: 1px solid #ac2925;
}
/* Table */
.table-bordered tr {
font-size: 13px;
color: #666;
}
.table-bordered th {
font-size: 13px;
color: #333;
background-color: #edf4ea;
}
/* Logo */
#logo {
background: url(../img/bg-red.png) repeat scroll 0 0 transparent;
}
@media (min-width: 992px) {
#logo {
padding-left: 20%;
}
}
#logo .wrap {
background: url(../img/banner.png) no-repeat scroll 0 0 transparent;
height: 90px;
margin: 0 auto 0px;
padding: 0;
text-align: center;
}
#logo h1 {
display: none;
}
#container {
margin: 0 auto;
border: 0px;
background: url(../img/bg-dark.png) repeat-x center bottom #5f5f5f;
padding-top: 0px;
background-size: auto;
width: auto;
}
@media (max-width: 767px) {
#container {
background: #5f5f5f;
}
}
#menu {
width: auto;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
background: url(../img/nav-bg.png) repeat 0 0 #CCC;
box-shadow: 0 5px 3px rgba(0, 0, 0, 0.13), 0 -1px 0 rgba(0, 0, 0, 0.01) inset;
}
@media (min-width: 992px) {
#menu {
padding-left: 20%;
}
}
#content {
padding-bottom: 60px;
}
/* Navbar */
.navbar .nav > li > a {
color: #565656;
font-size: 14px;
text-shadow: 0 1px 0 #e7f5f3;
font-weight: bold;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
color: #ce4240;
background-color: transparent;
}
.navbar-toggle {
/* The border is not visible by default. */
border: 1px solid;
}
.navbar-toggle .icon-bar {
/* The border is not visible by default. */
border: 1px solid;
}
/* Left Column */
#itemMenu {
background-color: #c9c7c7;
/* Removes the box-shadow from IE due to glitches involving transitions */
box-shadow: none;
border-radius: 2px;
margin-bottom: 5%;
}
.panel {
/* Reset margin and border for panels */
margin-bottom: 0px;
border: none;
background-color: transparent;
cursor: pointer;
}
.panel-group {
border-radius: 0px;
border: 0px;
margin-bottom: 0px;
}
.panel-default > .panel-heading {
background: transparent;
border-bottom: 1px solid #b5b5b5;
border-top: 1px solid #efefef;
font-weight: bold;
padding: 8px 15px;
}
.panel-heading a {
/* Expand anchors to fill available width */
display: block;
}
.panel-body {
background: #ECEAE6;
}
.panel-body a {
color: #444444;
text-shadow: 0 1px 0 #fff;
}
@media (max-width: 767px) {
/* Expand anchors to fill available width */
.panel-body a {
display: block;
}
}
.panel-body a:hover {
color: #1e91aa;
}
/* Carousel */
.carousel-container {
width: 640px;
margin: 0% auto;
}
.carousel-control {
border: none;
}
.carousel-caption {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.70);
padding: 10px 15px;
position: relative;
right: 0px;
left: 0px;
bottom: 0px;
}
.carousel-caption h4, .carousel-caption p {
margin-top: 10px;
}
.carousel-caption h4 {
color: #ce4240;
font-size: 32px;
text-shadow: 0 2px 2px #000;
font-family: 'Rokkitt', serif;
font-weight: normal;
}
.carousel-caption p {
font-weight: bold;
text-align: justify;
}
.carousel-caption .action {
margin: 50px 0;
}
ol.carousel-indicators {
display: none;
}
/* Pagination */
ul.pagination > li > a,
ul.pagination > li > span {
color: #27240F;
}
ul.pagination > li > a:hover,
ul.pagination > li > a:focus,
ul.pagination > .active > a,
ul.pagination > .active > span {
color: #dc4644;
background: #cccccc;
}
ul.pagination > .disabled > span,
ul.pagination > .disabled > a,
ul.pagination > .disabled > a:hover,
ul.pagination > .disabled > a:focus {
background-color: #FFFFFF;
}
ul.pagination .active {
font-weight: bold;
}
ul.pagination .active > a {
background: #ffffff;
border-color: #dddddd;
}
ul.pagination .active > a:focus,
ul.pagination .active > a:hover {
background: #cccccc;
border-color: #dddddd;
color: #dc4644;
}
/* Show Metrics */
.show-status {
margin: 20px 5px;
padding: 10px;
background-color: #ffffff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.show-status-header {
border-bottom: 2px solid #eeeeee;
font-weight: bold;
margin-right: 40px;
margin-bottom: 20px;
}
/* Bot styles */
.bot-label {
font-weight: bold;
font-family: "Rokkitt", serif;
font-size: 1.1em;
text-shadow: 0 1px 1px #000000;
color: #EDF4EA;
}
.bot-console {
margin-top: 30px;
margin-bottom: 5px;
}
/* Additional styles */
.top5 {
margin-top: 5%;
}
@media (max-width: 1024px) {
.top4 {
margin: 15px 0;
}
}
h2.page-header {
border-bottom: 1px solid #757575;
}
.page-header {
border-bottom: 1px solid #DDDCDC;
margin: 10px 0 18px 0;
}
h4.page-header {
font-size: 16px;
}
.special-title {
font-family: "Rokkitt", serif;
}
.light-font {
text-shadow: 0 1px 1px #000000;
color: #EDF4EA;
}
.error-notification {
color: #B94A48;
}
/* Search facets copied over from accordion's main style */
.facets-group {
border-radius: 0px;
border: 0px;
margin-bottom: 0px;
}
.facets-heading {
background: transparent;
border: 0px;
border-bottom: 1px solid #b5b5b5;
border-top: 1px solid #efefef;
}
.facets-heading a {
text-shadow: 0 1px 0 #e8e7e7;
}
.facets-heading a:hover {
color: #0c7085;
}
.facets-heading .facets-toggle {
padding: 8px 15px;
font-weight: bold;
display: block;
}
.facets-body {
background: #ECEAE6;
}
.facets-body a {
color: #444444;
text-shadow: 0 1px 0 #fff;
}
.facets-body a:hover {
color: #1e91aa;
}
.facets-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
}
/* Display pointer icon for delete glyphicons */
span[data-tm-role="delete"] {
cursor: pointer;
}
/* Highlight links - that stand out from the background */
a.highlight-link {
color: #EDF4EA;
}
@media ( max-width : 767px) {
/*
Responsive table based on http://elvery.net/demo/responsive-tables/#no-more-tables
*/
/* Force table to not be like tables anymore */
.table-stack table,
.table-stack thead,
.table-stack tbody,
.table-stack th,
.table-stack td,
.table-stack tr {
display: block;
word-wrap: break-word;
}
/* Hide table headers (but not display: none;, for accessibility) */
.table-stack thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.table-stack tr {
border: 1px solid #ccc;
}
.table-stack td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50% !important; /* Important for iOS */
text-align: left;
white-space: normal;
}
.table-stack td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align: left;
font-weight: bold;
}
/*
Label the data
*/
.table-stack td:before { content: attr(data-title); }
} | 0.228759 | 0.091707 |
* {
margin: 0;
padding: 0;
}
.backtop {
position: fixed;
right: 20px;
bottom: 200px;
z-index: 3;
cursor: pointer;
display: none;
}
.db {
display: block;
}
#logo {
width: 100%;
height: 100px;
background: #ffb700;
}
#content {
width: 100%;
overflow: hidden;
display: table;
text-align: center;
}
#content span {
widows: 100%;
display: table-cell;
vertical-align: middle;
}
img {
width: 100%;
}
.ejnav {
height: 88px;
padding-top: 3px;
background: #fafafa;
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.swiper-container {
width: 1170px;
margin: 0 auto;
position: relative;
overflow: hidden;
z-index: 1;
height: 85px;
}
@media (min-width: 1200px) {
width: 1170px;
}
@media (min-width: 992px) {
width: 970px;
}
@media (min-width: 768px) {
width: 750px;
}
.container {
width: 1170px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.ejnav ul li {
width: auto!important;
}
.swiper-slide {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}
.ejnav ul li a.on,
.ejnav ul li a:hover {
border-bottom: solid 3px #f39700;
color: #f39700;
}
@media (max-width: 1366px) {
.ejnav ul li a {
font-size: 18px;
margin-left: 10px;
margin-right: 10px;
}
}
.ejnav ul li a {
display: block;
padding-left: 10px;
padding-right: 10px;
line-height: 82px;
border-bottom: solid 3px #fafafa;
color: #616161;
font-size: 20px;
margin-left: 20px;
margin-right: 20px;
text-decoration: none;
}
.trans {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.case_list {
padding: 45px 0 50px;
}
.case_list ul li {
background: #fafafa;
margin-top: 30px;
}
.case_list ul li .pic {
width: 295px;
float: left;
}
.rel {
position: relative;
}
.db {
display: block;
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.case_list ul li .cont {
margin-left: 330px;
}
.ovh {
overflow: hidden;
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fix:after {
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
}
.case_list ul li .cont a.more {
float: right;
margin-right: 40px;
margin-top: 80px;
}
.fr {
float: right;
}
.db {
display: block;
}
img {
vertical-align: middle;
}
.case_list ul li .cont .cont1 {
margin-right: 150px;
padding-top: 30px;
}
.case_list ul li .cont .cont1 .tit {
color: #000;
font-size: 22px;
}
.case_list ul li .cont .cont1 .note {
color: #616161;
font-size: 14px;
line-height: 28px;
margin-top: 15px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.case_list ul li .cont .cont1 .date {
color: #999;
font-size: 14px;
margin-top: 15px;
}
.tc {
text-align: center;
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.case_list ul li:hover {
box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
}
.case_list ul li {
background: #fafafa;
margin-top: 30px;
}
.trans {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.case_list ul li:hover .cont .cont1 .tit {
color: #f39700;
}
@media (max-width: 1600px) {
background: #1e2124;
padding: 85px 0 70px;
}
.footer {
background: #1e2124;
padding: 85px 0 70px;
}
@media (min-width: 1200px) {
width: 1170px;
}
@media (min-width: 992px) {
width: 970px;
}
@media (min-width: 768px) {
width: 750px;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 1600px) {
width: 100%;
margin-bottom: 40px;
}
.footer .container .footer_left {
width: 1140px;
color: #fff;
margin-bottom: 40px;
}
.fl {
float: left;
}
.footer .container .footer_left .note {
font-size: 16px;
line-height: 30px;
border-bottom: solid 1px #787a7c;
padding-bottom: 15px;
margin-bottom: 15px;
margin-top: 10px;
}
.footer .container .footer_left .note1 {
font-size: 14px;
line-height: 30px;
}
.vmid {
vertical-align: middle;
display: inline-block;
position: relative;
top: -1px;
width: 18px;
height: 19px;
}
.mr5 {
margin-right: 5px;
}
@media (max-width: 1600px) {
margin-left: 0;
}
.footer .container .footer_right {
margin-left: 0;
}
.footer .container .footer_right ul {
width: 20%;
}
.fl {
float: left;
}
.footer .container .footer_right ul li.li_tit {
padding-bottom: 15px;
}
.footer .container .footer_right ul li.li_tit a {
color: #fff;
font-size: 16px;
}
.footer .container .footer_right ul li.li_nr a:hover {
opacity: 1;
}
a:hover,
a:focus {
text-decoration: none!important;
}
.footer .container .footer_right ul li.li_nr {
height: 30px;
line-height: 30px;
overflow: hidden;
}
.footer .container .footer_right ul li.li_nr a {
color: #fff;
opacity: .6;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul,
ol {
padding-left: 0;
list-style-type: none;
}
.copyRight {
padding: 40px 0;
line-height: 20px;
background: #1e2124;
border-top: solid 1px #35383a;
color: #fff;
font-size: 14px;
}
@media (min-width: 992px) {
width: 970px;
}
@media (min-width: 768px) {
width: 750px;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
} | rjfw/css/rjfw/rjfw.css | * {
margin: 0;
padding: 0;
}
.backtop {
position: fixed;
right: 20px;
bottom: 200px;
z-index: 3;
cursor: pointer;
display: none;
}
.db {
display: block;
}
#logo {
width: 100%;
height: 100px;
background: #ffb700;
}
#content {
width: 100%;
overflow: hidden;
display: table;
text-align: center;
}
#content span {
widows: 100%;
display: table-cell;
vertical-align: middle;
}
img {
width: 100%;
}
.ejnav {
height: 88px;
padding-top: 3px;
background: #fafafa;
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.swiper-container {
width: 1170px;
margin: 0 auto;
position: relative;
overflow: hidden;
z-index: 1;
height: 85px;
}
@media (min-width: 1200px) {
width: 1170px;
}
@media (min-width: 992px) {
width: 970px;
}
@media (min-width: 768px) {
width: 750px;
}
.container {
width: 1170px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.ejnav ul li {
width: auto!important;
}
.swiper-slide {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}
.ejnav ul li a.on,
.ejnav ul li a:hover {
border-bottom: solid 3px #f39700;
color: #f39700;
}
@media (max-width: 1366px) {
.ejnav ul li a {
font-size: 18px;
margin-left: 10px;
margin-right: 10px;
}
}
.ejnav ul li a {
display: block;
padding-left: 10px;
padding-right: 10px;
line-height: 82px;
border-bottom: solid 3px #fafafa;
color: #616161;
font-size: 20px;
margin-left: 20px;
margin-right: 20px;
text-decoration: none;
}
.trans {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.case_list {
padding: 45px 0 50px;
}
.case_list ul li {
background: #fafafa;
margin-top: 30px;
}
.case_list ul li .pic {
width: 295px;
float: left;
}
.rel {
position: relative;
}
.db {
display: block;
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.case_list ul li .cont {
margin-left: 330px;
}
.ovh {
overflow: hidden;
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fix:after {
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
}
.case_list ul li .cont a.more {
float: right;
margin-right: 40px;
margin-top: 80px;
}
.fr {
float: right;
}
.db {
display: block;
}
img {
vertical-align: middle;
}
.case_list ul li .cont .cont1 {
margin-right: 150px;
padding-top: 30px;
}
.case_list ul li .cont .cont1 .tit {
color: #000;
font-size: 22px;
}
.case_list ul li .cont .cont1 .note {
color: #616161;
font-size: 14px;
line-height: 28px;
margin-top: 15px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.case_list ul li .cont .cont1 .date {
color: #999;
font-size: 14px;
margin-top: 15px;
}
.tc {
text-align: center;
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.case_list ul li:hover {
box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
}
.case_list ul li {
background: #fafafa;
margin-top: 30px;
}
.trans {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.case_list ul li:hover .cont .cont1 .tit {
color: #f39700;
}
@media (max-width: 1600px) {
background: #1e2124;
padding: 85px 0 70px;
}
.footer {
background: #1e2124;
padding: 85px 0 70px;
}
@media (min-width: 1200px) {
width: 1170px;
}
@media (min-width: 992px) {
width: 970px;
}
@media (min-width: 768px) {
width: 750px;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 1600px) {
width: 100%;
margin-bottom: 40px;
}
.footer .container .footer_left {
width: 1140px;
color: #fff;
margin-bottom: 40px;
}
.fl {
float: left;
}
.footer .container .footer_left .note {
font-size: 16px;
line-height: 30px;
border-bottom: solid 1px #787a7c;
padding-bottom: 15px;
margin-bottom: 15px;
margin-top: 10px;
}
.footer .container .footer_left .note1 {
font-size: 14px;
line-height: 30px;
}
.vmid {
vertical-align: middle;
display: inline-block;
position: relative;
top: -1px;
width: 18px;
height: 19px;
}
.mr5 {
margin-right: 5px;
}
@media (max-width: 1600px) {
margin-left: 0;
}
.footer .container .footer_right {
margin-left: 0;
}
.footer .container .footer_right ul {
width: 20%;
}
.fl {
float: left;
}
.footer .container .footer_right ul li.li_tit {
padding-bottom: 15px;
}
.footer .container .footer_right ul li.li_tit a {
color: #fff;
font-size: 16px;
}
.footer .container .footer_right ul li.li_nr a:hover {
opacity: 1;
}
a:hover,
a:focus {
text-decoration: none!important;
}
.footer .container .footer_right ul li.li_nr {
height: 30px;
line-height: 30px;
overflow: hidden;
}
.footer .container .footer_right ul li.li_nr a {
color: #fff;
opacity: .6;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul,
ol {
padding-left: 0;
list-style-type: none;
}
.copyRight {
padding: 40px 0;
line-height: 20px;
background: #1e2124;
border-top: solid 1px #35383a;
color: #fff;
font-size: 14px;
}
@media (min-width: 992px) {
width: 970px;
}
@media (min-width: 768px) {
width: 750px;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
} | 0.328206 | 0.064979 |
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
.tp-caption.Fashion-BigDisplay,
.Fashion-BigDisplay {
color: rgba(0, 0, 0, 1.00);
font-size: 60px;
line-height: 60px;
font-weight: 900;
font-style: normal;
font-family: Raleway;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px
}
.tp-caption.mfnrs_sport_large_light,
.mfnrs_sport_large_light {
color: #ffffff;
font-size: 90px;
line-height: 67px;
font-weight: 900;
font-style: italic;
font-family: Lato;
text-decoration: none;
background-color: transparent;
border-color: #ffffff;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-shadow: none;
letter-spacing: -3px
}
#rev_slider_6_1_wrapper .tp-loader.spinner2 {
background-color: #FFFFFF !important;
}
#rev_slider_4_2 .uranus.tparrows {
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0);
}
#rev_slider_4_2 .uranus.tparrows:before {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 40px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
#rev_slider_4_2 .uranus.tparrows:hover:before {
opacity: 0.75;
}
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin: 0 !important;
}
.fluid-width-video-wrapper {
width: 100%;
position: relative;
padding: 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tt-animated {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.tt-animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.tt-animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
.tt-fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown
}
@-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
}
}
.tt-fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}
#comTomTicketChatWidget * {
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-display: swap;
}
#comTomTicketChatWidget .title {
color: #2a445d;
font-weight: 600;
font-size: 28px;
}
#comTomTicketChatWidget {
text-align: right;
font-family: sans-serif;
cursor: pointer;
position: absolute;
line-height: 1.38
}
#comTomTicketChatWidget>span.tomticketChat-status {
display: inline-block;
padding-right: 14px;
padding-top: 12px;
margin: 0 0 0 48px;
font-weight: 600;
font-size: 16px;
}
#comTomTicketChatWidget>span.tomticketChat-icon-status-widget {
float: left;
position: absolute;
left: 14px;
top: 10px;
}
#comTomTicketChatWidget>span.tomticketChat-icon-status-widget #ic-online,
#comTomTicketChatWidget>span.tomticketChat-icon-status-widget #ic-offline {
fill: #ffffff
}
#comTomTicketChatWidget,
#comTomTicketChatContainer {
z-index: 9999
}
#comTomTicketChatContainer {
text-align: initial !important;
background-color: #ffffff;
min-width: 344px;
min-height: 467px;
}
#comTomTicketChatContainer>iframe {
position: absolute;
width: 100%;
height: 100%;
border-width: 0px;
border-radius: 6px;
background-color: white;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-display: swap;
font-weight: 300;
src: url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-light-webfont.woff2) format("woff2"), url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-light-webfont.woff) format("woff");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-regular-webfont.woff2) format("woff2"), url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-regular-webfont.woff) format("woff");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-display: swap;
font-weight: 600;
src: url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-semibold-webfont.woff2) format("woff2"), url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-semibold-webfont.woff) format("woff");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-bold-webfont.woff2) format("woff2"), url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-bold-webfont.woff) format("woff");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}
.fb_hidden {
position: absolute;
top: -10000px;
z-index: 10001
}
.fb_reposition {
overflow: hidden;
position: relative
}
.fb_invisible {
display: none
}
.fb_reset {
background: none;
border: 0;
border-spacing: 0;
color: #000;
cursor: auto;
direction: ltr;
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1;
margin: 0;
overflow: visible;
padding: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
text-shadow: none;
text-transform: none;
visibility: visible;
white-space: normal;
word-spacing: normal
}
.fb_reset>div {
overflow: hidden
}
@keyframes fb_transform {
from {
opacity: 0;
transform: scale(.95)
}
to {
opacity: 1;
transform: scale(1)
}
}
.fb_animate {
animation: fb_transform .3s forwards
}
.fb_dialog {
background: rgba(82, 82, 82, .7);
position: absolute;
top: -10000px;
z-index: 10001
}
.fb_dialog_advanced {
border-radius: 8px;
padding: 10px
}
.fb_dialog_content {
background: #fff;
color: #373737
}
.fb_dialog_close_icon {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
cursor: pointer;
display: block;
height: 15px;
position: absolute;
right: 18px;
top: 17px;
width: 15px
}
.fb_dialog_mobile .fb_dialog_close_icon {
left: 5px;
right: auto;
top: 5px
}
.fb_dialog_padding {
background-color: transparent;
position: absolute;
width: 1px;
z-index: -1
}
.fb_dialog_close_icon:hover {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
}
.fb_dialog_close_icon:active {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
}
.fb_dialog_iframe {
line-height: 0
}
.fb_dialog_content .dialog_title {
background: #6d84b4;
border: 1px solid #365899;
color: #fff;
font-size: 14px;
font-weight: bold;
margin: 0
}
.fb_dialog_content .dialog_title>span {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
float: left;
padding: 5px 0 7px 26px
}
body.fb_hidden {
height: 100%;
left: 0;
margin: 0;
overflow: visible;
position: absolute;
top: -10000px;
transform: none;
width: 100%
}
.fb_dialog.fb_dialog_mobile.loading {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
min-height: 100%;
min-width: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 10001
}
.fb_dialog.fb_dialog_mobile.loading.centered {
background: none;
height: auto;
min-height: initial;
min-width: initial;
width: auto
}
.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
width: 100%
}
.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
background: none
}
.loading.centered #fb_dialog_loader_close {
clear: both;
color: #fff;
display: block;
font-size: 18px;
padding-top: 20px
}
#fb-root #fb_dialog_ipad_overlay {
background: rgba(0, 0, 0, .4);
bottom: 0;
left: 0;
min-height: 100%;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 10000
}
#fb-root #fb_dialog_ipad_overlay.hidden {
display: none
}
.fb_dialog.fb_dialog_mobile.loading iframe {
visibility: hidden
}
.fb_dialog_mobile .fb_dialog_iframe {
position: sticky;
top: 0
}
.fb_dialog_content .dialog_header {
background: linear-gradient(from(#738aba), to(#2c4987));
border-bottom: 1px solid;
border-color: #043b87;
box-shadow: white 0 1px 1px -1px inset;
color: #fff;
font: bold 14px Helvetica, sans-serif;
text-overflow: ellipsis;
text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
vertical-align: middle;
white-space: nowrap
}
.fb_dialog_content .dialog_header table {
height: 43px;
width: 100%
}
.fb_dialog_content .dialog_header td.header_left {
font-size: 12px;
padding-left: 5px;
vertical-align: middle;
width: 60px
}
.fb_dialog_content .dialog_header td.header_right {
font-size: 12px;
padding-right: 5px;
vertical-align: middle;
width: 60px
}
.fb_dialog_content .touchable_button {
background: linear-gradient(from(#4267B2), to(#2a4887));
background-clip: padding-box;
border: 1px solid #29487d;
border-radius: 3px;
display: inline-block;
line-height: 18px;
margin-top: 3px;
max-width: 85px;
padding: 4px 12px;
position: relative
}
.fb_dialog_content .dialog_header .touchable_button input {
background: none;
border: none;
color: #fff;
font: bold 12px Helvetica, sans-serif;
margin: 2px -12px;
padding: 2px 6px 3px 6px;
text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}
.fb_dialog_content .dialog_header .header_center {
color: #fff;
font-size: 16px;
font-weight: bold;
line-height: 18px;
text-align: center;
vertical-align: middle
}
.fb_dialog_content .dialog_content {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
border: 1px solid #4a4a4a;
border-bottom: 0;
border-top: 0;
height: 150px
}
.fb_dialog_content .dialog_footer {
background: #f5f6f7;
border: 1px solid #4a4a4a;
border-top-color: #ccc;
height: 40px
}
#fb_dialog_loader_close {
float: left
}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
visibility: hidden
}
#fb_dialog_loader_spinner {
animation: rotateSpinner 1.2s linear infinite;
background-color: transparent;
background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
background-position: 50% 50%;
background-repeat: no-repeat;
height: 24px;
width: 24px
}
@keyframes rotateSpinner {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}
.fb_iframe_widget {
display: inline-block;
position: relative
}
.fb_iframe_widget span {
display: inline-block;
position: relative;
text-align: justify
}
.fb_iframe_widget iframe {
position: absolute
}
.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
max-width: 100%
}
.fb_iframe_widget_fluid_desktop iframe {
min-width: 220px;
position: relative
}
.fb_iframe_widget_lift {
z-index: 1
}
.fb_iframe_widget_fluid {
display: inline
}
.fb_iframe_widget_fluid span {
width: 100%
}
.fb_mpn_mobile_landing_page_slide_out {
animation-duration: 200ms;
animation-name: fb_mpn_landing_page_slide_out;
transition-timing-function: ease-in
}
.fb_mpn_mobile_landing_page_slide_out_from_left {
animation-duration: 200ms;
animation-name: fb_mpn_landing_page_slide_out_from_left;
transition-timing-function: ease-in
}
.fb_mpn_mobile_landing_page_slide_up {
animation-duration: 500ms;
animation-name: fb_mpn_landing_page_slide_up;
transition-timing-function: ease-in
}
.fb_mpn_mobile_bounce_in {
animation-duration: 300ms;
animation-name: fb_mpn_bounce_in;
transition-timing-function: ease-in
}
.fb_mpn_mobile_bounce_out {
animation-duration: 300ms;
animation-name: fb_mpn_bounce_out;
transition-timing-function: ease-in
}
.fb_mpn_mobile_bounce_out_v2 {
animation-duration: 300ms;
animation-name: fb_mpn_fade_out;
transition-timing-function: ease-in
}
.fb_customer_chat_bounce_in_v2 {
animation-duration: 300ms;
animation-name: fb_bounce_in_v2;
transition-timing-function: ease-in
}
.fb_customer_chat_bounce_in_from_left {
animation-duration: 300ms;
animation-name: fb_bounce_in_from_left;
transition-timing-function: ease-in
}
.fb_customer_chat_bounce_out_v2 {
animation-duration: 300ms;
animation-name: fb_bounce_out_v2;
transition-timing-function: ease-in
}
.fb_customer_chat_bounce_out_from_left {
animation-duration: 300ms;
animation-name: fb_bounce_out_from_left;
transition-timing-function: ease-in
}
.fb_customer_chat_bubble_animated_no_badge {
box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
transition: box-shadow 150ms linear
}
.fb_customer_chat_bubble_animated_no_badge:hover {
box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}
.fb_customer_chat_bubble_animated_with_badge {
box-shadow: -5px 4px 14px rgba(0, 0, 0, .15);
transition: box-shadow 150ms linear
}
.fb_customer_chat_bubble_animated_with_badge:hover {
box-shadow: -5px 8px 24px rgba(0, 0, 0, .2)
}
.fb_invisible_flow {
display: inherit;
height: 0;
overflow-x: hidden;
width: 0
}
.fb_new_ui_mobile_overlay_active {
overflow: hidden
}
@keyframes fb_mpn_landing_page_slide_in {
0% {
border-radius: 50%;
margin: 0 24px;
width: 60px
}
40% {
border-radius: 18px
}
100% {
margin: 0 12px;
width: 100% - 24px
}
}
@keyframes fb_mpn_landing_page_slide_in_from_left {
0% {
border-radius: 50%;
left: 12px;
margin: 0 24px;
width: 60px
}
40% {
border-radius: 18px
}
100% {
left: 12px;
margin: 0 12px;
width: 100% - 24px
}
}
@keyframes fb_mpn_landing_page_slide_out {
0% {
margin: 0 12px;
width: 100% - 24px
}
60% {
border-radius: 18px
}
100% {
border-radius: 50%;
margin: 0 24px;
width: 60px
}
}
@keyframes fb_mpn_landing_page_slide_out_from_left {
0% {
left: 12px;
width: 100% - 24px
}
60% {
border-radius: 18px
}
100% {
border-radius: 50%;
left: 12px;
width: 60px
}
}
@keyframes fb_mpn_landing_page_slide_up {
0% {
bottom: 0;
opacity: 0
}
100% {
bottom: 24px;
opacity: 1
}
}
@keyframes fb_mpn_bounce_in {
0% {
opacity: .5;
top: 100%
}
100% {
opacity: 1;
top: 0
}
}
@keyframes fb_mpn_fade_out {
0% {
bottom: 30px;
opacity: 1
}
100% {
bottom: 0;
opacity: 0
}
}
@keyframes fb_mpn_bounce_out {
0% {
opacity: 1;
top: 0
}
100% {
opacity: .5;
top: 100%
}
}
@keyframes fb_bounce_in_v2 {
0% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom right
}
50% {
transform: scale(1.03, 1.03);
transform-origin: bottom right
}
100% {
opacity: 1;
transform: scale(1, 1);
transform-origin: bottom right
}
}
@keyframes fb_bounce_in_from_left {
0% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom left
}
50% {
transform: scale(1.03, 1.03);
transform-origin: bottom left
}
100% {
opacity: 1;
transform: scale(1, 1);
transform-origin: bottom left
}
}
@keyframes fb_bounce_out_v2 {
0% {
opacity: 1;
transform: scale(1, 1);
transform-origin: bottom right
}
100% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom right
}
}
@keyframes fb_bounce_out_from_left {
0% {
opacity: 1;
transform: scale(1, 1);
transform-origin: bottom left
}
100% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom left
}
}
@keyframes fb_bounce_out_v2_mobile_chat_started {
0% {
opacity: 1;
top: 0
}
100% {
opacity: 0;
top: 20px
}
}
@keyframes fb_customer_chat_bubble_bounce_in_animation {
0% {
bottom: 6pt;
opacity: 0;
transform: scale(0, 0);
transform-origin: center
}
70% {
bottom: 18pt;
opacity: 1;
transform: scale(1.2, 1.2)
}
100% {
transform: scale(1, 1)
}
}
@keyframes slideInFromBottom {
0% {
opacity: .1;
transform: translateY(100%)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
@keyframes slideInFromBottomDelay {
0% {
opacity: 0;
transform: translateY(100%)
}
97% {
opacity: 0;
transform: translateY(100%)
}
100% {
opacity: 1;
transform: translateY(0)
}
} | resources/views/site/css/app.css | img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
.tp-caption.Fashion-BigDisplay,
.Fashion-BigDisplay {
color: rgba(0, 0, 0, 1.00);
font-size: 60px;
line-height: 60px;
font-weight: 900;
font-style: normal;
font-family: Raleway;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px
}
.tp-caption.mfnrs_sport_large_light,
.mfnrs_sport_large_light {
color: #ffffff;
font-size: 90px;
line-height: 67px;
font-weight: 900;
font-style: italic;
font-family: Lato;
text-decoration: none;
background-color: transparent;
border-color: #ffffff;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-shadow: none;
letter-spacing: -3px
}
#rev_slider_6_1_wrapper .tp-loader.spinner2 {
background-color: #FFFFFF !important;
}
#rev_slider_4_2 .uranus.tparrows {
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0);
}
#rev_slider_4_2 .uranus.tparrows:before {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 40px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
#rev_slider_4_2 .uranus.tparrows:hover:before {
opacity: 0.75;
}
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin: 0 !important;
}
.fluid-width-video-wrapper {
width: 100%;
position: relative;
padding: 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tt-animated {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.tt-animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.tt-animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
.tt-fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown
}
@-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
}
}
.tt-fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}
#comTomTicketChatWidget * {
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-display: swap;
}
#comTomTicketChatWidget .title {
color: #2a445d;
font-weight: 600;
font-size: 28px;
}
#comTomTicketChatWidget {
text-align: right;
font-family: sans-serif;
cursor: pointer;
position: absolute;
line-height: 1.38
}
#comTomTicketChatWidget>span.tomticketChat-status {
display: inline-block;
padding-right: 14px;
padding-top: 12px;
margin: 0 0 0 48px;
font-weight: 600;
font-size: 16px;
}
#comTomTicketChatWidget>span.tomticketChat-icon-status-widget {
float: left;
position: absolute;
left: 14px;
top: 10px;
}
#comTomTicketChatWidget>span.tomticketChat-icon-status-widget #ic-online,
#comTomTicketChatWidget>span.tomticketChat-icon-status-widget #ic-offline {
fill: #ffffff
}
#comTomTicketChatWidget,
#comTomTicketChatContainer {
z-index: 9999
}
#comTomTicketChatContainer {
text-align: initial !important;
background-color: #ffffff;
min-width: 344px;
min-height: 467px;
}
#comTomTicketChatContainer>iframe {
position: absolute;
width: 100%;
height: 100%;
border-width: 0px;
border-radius: 6px;
background-color: white;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-display: swap;
font-weight: 300;
src: url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-light-webfont.woff2) format("woff2"), url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-light-webfont.woff) format("woff");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-regular-webfont.woff2) format("woff2"), url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-regular-webfont.woff) format("woff");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-display: swap;
font-weight: 600;
src: url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-semibold-webfont.woff2) format("woff2"), url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-semibold-webfont.woff) format("woff");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-bold-webfont.woff2) format("woff2"), url(https://d3sp7qnmxop1ri.cloudfront.net/atendimentoonline/v2/2.0.0/fonts/OpenSans/opensans-bold-webfont.woff) format("woff");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}
.fb_hidden {
position: absolute;
top: -10000px;
z-index: 10001
}
.fb_reposition {
overflow: hidden;
position: relative
}
.fb_invisible {
display: none
}
.fb_reset {
background: none;
border: 0;
border-spacing: 0;
color: #000;
cursor: auto;
direction: ltr;
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1;
margin: 0;
overflow: visible;
padding: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
text-shadow: none;
text-transform: none;
visibility: visible;
white-space: normal;
word-spacing: normal
}
.fb_reset>div {
overflow: hidden
}
@keyframes fb_transform {
from {
opacity: 0;
transform: scale(.95)
}
to {
opacity: 1;
transform: scale(1)
}
}
.fb_animate {
animation: fb_transform .3s forwards
}
.fb_dialog {
background: rgba(82, 82, 82, .7);
position: absolute;
top: -10000px;
z-index: 10001
}
.fb_dialog_advanced {
border-radius: 8px;
padding: 10px
}
.fb_dialog_content {
background: #fff;
color: #373737
}
.fb_dialog_close_icon {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
cursor: pointer;
display: block;
height: 15px;
position: absolute;
right: 18px;
top: 17px;
width: 15px
}
.fb_dialog_mobile .fb_dialog_close_icon {
left: 5px;
right: auto;
top: 5px
}
.fb_dialog_padding {
background-color: transparent;
position: absolute;
width: 1px;
z-index: -1
}
.fb_dialog_close_icon:hover {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
}
.fb_dialog_close_icon:active {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
}
.fb_dialog_iframe {
line-height: 0
}
.fb_dialog_content .dialog_title {
background: #6d84b4;
border: 1px solid #365899;
color: #fff;
font-size: 14px;
font-weight: bold;
margin: 0
}
.fb_dialog_content .dialog_title>span {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
float: left;
padding: 5px 0 7px 26px
}
body.fb_hidden {
height: 100%;
left: 0;
margin: 0;
overflow: visible;
position: absolute;
top: -10000px;
transform: none;
width: 100%
}
.fb_dialog.fb_dialog_mobile.loading {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
min-height: 100%;
min-width: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 10001
}
.fb_dialog.fb_dialog_mobile.loading.centered {
background: none;
height: auto;
min-height: initial;
min-width: initial;
width: auto
}
.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
width: 100%
}
.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
background: none
}
.loading.centered #fb_dialog_loader_close {
clear: both;
color: #fff;
display: block;
font-size: 18px;
padding-top: 20px
}
#fb-root #fb_dialog_ipad_overlay {
background: rgba(0, 0, 0, .4);
bottom: 0;
left: 0;
min-height: 100%;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 10000
}
#fb-root #fb_dialog_ipad_overlay.hidden {
display: none
}
.fb_dialog.fb_dialog_mobile.loading iframe {
visibility: hidden
}
.fb_dialog_mobile .fb_dialog_iframe {
position: sticky;
top: 0
}
.fb_dialog_content .dialog_header {
background: linear-gradient(from(#738aba), to(#2c4987));
border-bottom: 1px solid;
border-color: #043b87;
box-shadow: white 0 1px 1px -1px inset;
color: #fff;
font: bold 14px Helvetica, sans-serif;
text-overflow: ellipsis;
text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
vertical-align: middle;
white-space: nowrap
}
.fb_dialog_content .dialog_header table {
height: 43px;
width: 100%
}
.fb_dialog_content .dialog_header td.header_left {
font-size: 12px;
padding-left: 5px;
vertical-align: middle;
width: 60px
}
.fb_dialog_content .dialog_header td.header_right {
font-size: 12px;
padding-right: 5px;
vertical-align: middle;
width: 60px
}
.fb_dialog_content .touchable_button {
background: linear-gradient(from(#4267B2), to(#2a4887));
background-clip: padding-box;
border: 1px solid #29487d;
border-radius: 3px;
display: inline-block;
line-height: 18px;
margin-top: 3px;
max-width: 85px;
padding: 4px 12px;
position: relative
}
.fb_dialog_content .dialog_header .touchable_button input {
background: none;
border: none;
color: #fff;
font: bold 12px Helvetica, sans-serif;
margin: 2px -12px;
padding: 2px 6px 3px 6px;
text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}
.fb_dialog_content .dialog_header .header_center {
color: #fff;
font-size: 16px;
font-weight: bold;
line-height: 18px;
text-align: center;
vertical-align: middle
}
.fb_dialog_content .dialog_content {
background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
border: 1px solid #4a4a4a;
border-bottom: 0;
border-top: 0;
height: 150px
}
.fb_dialog_content .dialog_footer {
background: #f5f6f7;
border: 1px solid #4a4a4a;
border-top-color: #ccc;
height: 40px
}
#fb_dialog_loader_close {
float: left
}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
visibility: hidden
}
#fb_dialog_loader_spinner {
animation: rotateSpinner 1.2s linear infinite;
background-color: transparent;
background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
background-position: 50% 50%;
background-repeat: no-repeat;
height: 24px;
width: 24px
}
@keyframes rotateSpinner {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}
.fb_iframe_widget {
display: inline-block;
position: relative
}
.fb_iframe_widget span {
display: inline-block;
position: relative;
text-align: justify
}
.fb_iframe_widget iframe {
position: absolute
}
.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
max-width: 100%
}
.fb_iframe_widget_fluid_desktop iframe {
min-width: 220px;
position: relative
}
.fb_iframe_widget_lift {
z-index: 1
}
.fb_iframe_widget_fluid {
display: inline
}
.fb_iframe_widget_fluid span {
width: 100%
}
.fb_mpn_mobile_landing_page_slide_out {
animation-duration: 200ms;
animation-name: fb_mpn_landing_page_slide_out;
transition-timing-function: ease-in
}
.fb_mpn_mobile_landing_page_slide_out_from_left {
animation-duration: 200ms;
animation-name: fb_mpn_landing_page_slide_out_from_left;
transition-timing-function: ease-in
}
.fb_mpn_mobile_landing_page_slide_up {
animation-duration: 500ms;
animation-name: fb_mpn_landing_page_slide_up;
transition-timing-function: ease-in
}
.fb_mpn_mobile_bounce_in {
animation-duration: 300ms;
animation-name: fb_mpn_bounce_in;
transition-timing-function: ease-in
}
.fb_mpn_mobile_bounce_out {
animation-duration: 300ms;
animation-name: fb_mpn_bounce_out;
transition-timing-function: ease-in
}
.fb_mpn_mobile_bounce_out_v2 {
animation-duration: 300ms;
animation-name: fb_mpn_fade_out;
transition-timing-function: ease-in
}
.fb_customer_chat_bounce_in_v2 {
animation-duration: 300ms;
animation-name: fb_bounce_in_v2;
transition-timing-function: ease-in
}
.fb_customer_chat_bounce_in_from_left {
animation-duration: 300ms;
animation-name: fb_bounce_in_from_left;
transition-timing-function: ease-in
}
.fb_customer_chat_bounce_out_v2 {
animation-duration: 300ms;
animation-name: fb_bounce_out_v2;
transition-timing-function: ease-in
}
.fb_customer_chat_bounce_out_from_left {
animation-duration: 300ms;
animation-name: fb_bounce_out_from_left;
transition-timing-function: ease-in
}
.fb_customer_chat_bubble_animated_no_badge {
box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
transition: box-shadow 150ms linear
}
.fb_customer_chat_bubble_animated_no_badge:hover {
box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}
.fb_customer_chat_bubble_animated_with_badge {
box-shadow: -5px 4px 14px rgba(0, 0, 0, .15);
transition: box-shadow 150ms linear
}
.fb_customer_chat_bubble_animated_with_badge:hover {
box-shadow: -5px 8px 24px rgba(0, 0, 0, .2)
}
.fb_invisible_flow {
display: inherit;
height: 0;
overflow-x: hidden;
width: 0
}
.fb_new_ui_mobile_overlay_active {
overflow: hidden
}
@keyframes fb_mpn_landing_page_slide_in {
0% {
border-radius: 50%;
margin: 0 24px;
width: 60px
}
40% {
border-radius: 18px
}
100% {
margin: 0 12px;
width: 100% - 24px
}
}
@keyframes fb_mpn_landing_page_slide_in_from_left {
0% {
border-radius: 50%;
left: 12px;
margin: 0 24px;
width: 60px
}
40% {
border-radius: 18px
}
100% {
left: 12px;
margin: 0 12px;
width: 100% - 24px
}
}
@keyframes fb_mpn_landing_page_slide_out {
0% {
margin: 0 12px;
width: 100% - 24px
}
60% {
border-radius: 18px
}
100% {
border-radius: 50%;
margin: 0 24px;
width: 60px
}
}
@keyframes fb_mpn_landing_page_slide_out_from_left {
0% {
left: 12px;
width: 100% - 24px
}
60% {
border-radius: 18px
}
100% {
border-radius: 50%;
left: 12px;
width: 60px
}
}
@keyframes fb_mpn_landing_page_slide_up {
0% {
bottom: 0;
opacity: 0
}
100% {
bottom: 24px;
opacity: 1
}
}
@keyframes fb_mpn_bounce_in {
0% {
opacity: .5;
top: 100%
}
100% {
opacity: 1;
top: 0
}
}
@keyframes fb_mpn_fade_out {
0% {
bottom: 30px;
opacity: 1
}
100% {
bottom: 0;
opacity: 0
}
}
@keyframes fb_mpn_bounce_out {
0% {
opacity: 1;
top: 0
}
100% {
opacity: .5;
top: 100%
}
}
@keyframes fb_bounce_in_v2 {
0% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom right
}
50% {
transform: scale(1.03, 1.03);
transform-origin: bottom right
}
100% {
opacity: 1;
transform: scale(1, 1);
transform-origin: bottom right
}
}
@keyframes fb_bounce_in_from_left {
0% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom left
}
50% {
transform: scale(1.03, 1.03);
transform-origin: bottom left
}
100% {
opacity: 1;
transform: scale(1, 1);
transform-origin: bottom left
}
}
@keyframes fb_bounce_out_v2 {
0% {
opacity: 1;
transform: scale(1, 1);
transform-origin: bottom right
}
100% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom right
}
}
@keyframes fb_bounce_out_from_left {
0% {
opacity: 1;
transform: scale(1, 1);
transform-origin: bottom left
}
100% {
opacity: 0;
transform: scale(0, 0);
transform-origin: bottom left
}
}
@keyframes fb_bounce_out_v2_mobile_chat_started {
0% {
opacity: 1;
top: 0
}
100% {
opacity: 0;
top: 20px
}
}
@keyframes fb_customer_chat_bubble_bounce_in_animation {
0% {
bottom: 6pt;
opacity: 0;
transform: scale(0, 0);
transform-origin: center
}
70% {
bottom: 18pt;
opacity: 1;
transform: scale(1.2, 1.2)
}
100% {
transform: scale(1, 1)
}
}
@keyframes slideInFromBottom {
0% {
opacity: .1;
transform: translateY(100%)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
@keyframes slideInFromBottomDelay {
0% {
opacity: 0;
transform: translateY(100%)
}
97% {
opacity: 0;
transform: translateY(100%)
}
100% {
opacity: 1;
transform: translateY(0)
}
} | 0.38168 | 0.124054 |
display: flex;
align-items: center;
flex-wrap: nowrap;
}
input[type=range] {
margin: 0 50px 0 0;
}
.slider, .input {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
grid-template-areas: "slider slider" "icon1 icon2";
grid-gap: 10px;
margin-right: 50px;
}
.input {
grid-template-columns: auto auto;
grid-template-rows: auto;
grid-template-areas: "icon1 slider";
}
.slider input, .input input {
grid-area: slider;
margin: 0 !important;
align-self: end;
}
.slider .icon:first-of-type, .input .icon {
grid-area: icon1;
align-self: center;
}
.slider .icon:last-child {
grid-area: icon2;
justify-self: end;
}
.minimize:before {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23dcdcdc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line></svg>') center;
}
.maximize:before {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23dcdcdc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" y1="3" x2="14" y2="10"></line><line x1="3" y1="21" x2="10" y2="14"></line></svg>') center;
}
.angle:before {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23dcdcdc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="1.5" y1="18.2" x2="22.5" y2="18.2"/><line x1="1.5" y1="18.2" x2="16.3" y2="3.3"/><path d="M5,11.3c1.5,0,2.9,0.6,3.9,1.6s1.6,2.4,1.6,3.9s-0.6,2.9-1.6,3.9"/></svg>') center;
}
#name {
color: rgb(var(--color));
font-family: 'Montserrat Alternates', monospace;
letter-spacing: 2px;
font-size: 22px;
height: 40px;
width: 110px;
background: rgba(var(--color), .2);
padding: 4px 0 5px 2px;
border-radius: 7px;
display: flex;
align-items: center;
justify-content: center;
}
#name.focus {
color: rgba(var(--color), .5);
}
#name span {
color: rgb(var(--color));
outline: none;
white-space: nowrap;
}
#name span:empty:after {
content: "0";
color: rgba(var(--color), .5);
display: inline-block;
} | css/panel.css | display: flex;
align-items: center;
flex-wrap: nowrap;
}
input[type=range] {
margin: 0 50px 0 0;
}
.slider, .input {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
grid-template-areas: "slider slider" "icon1 icon2";
grid-gap: 10px;
margin-right: 50px;
}
.input {
grid-template-columns: auto auto;
grid-template-rows: auto;
grid-template-areas: "icon1 slider";
}
.slider input, .input input {
grid-area: slider;
margin: 0 !important;
align-self: end;
}
.slider .icon:first-of-type, .input .icon {
grid-area: icon1;
align-self: center;
}
.slider .icon:last-child {
grid-area: icon2;
justify-self: end;
}
.minimize:before {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23dcdcdc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line></svg>') center;
}
.maximize:before {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23dcdcdc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" y1="3" x2="14" y2="10"></line><line x1="3" y1="21" x2="10" y2="14"></line></svg>') center;
}
.angle:before {
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23dcdcdc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="1.5" y1="18.2" x2="22.5" y2="18.2"/><line x1="1.5" y1="18.2" x2="16.3" y2="3.3"/><path d="M5,11.3c1.5,0,2.9,0.6,3.9,1.6s1.6,2.4,1.6,3.9s-0.6,2.9-1.6,3.9"/></svg>') center;
}
#name {
color: rgb(var(--color));
font-family: 'Montserrat Alternates', monospace;
letter-spacing: 2px;
font-size: 22px;
height: 40px;
width: 110px;
background: rgba(var(--color), .2);
padding: 4px 0 5px 2px;
border-radius: 7px;
display: flex;
align-items: center;
justify-content: center;
}
#name.focus {
color: rgba(var(--color), .5);
}
#name span {
color: rgb(var(--color));
outline: none;
white-space: nowrap;
}
#name span:empty:after {
content: "0";
color: rgba(var(--color), .5);
display: inline-block;
} | 0.418935 | 0.203312 |
.feature__container {
min-height: 85vh;
background-color: var(--night-primary-black);
}
.feature__container.light {
background-color: var(--light-primary-white);
}
.feature__main {
display: flex;
padding: 0 10rem;
height: 50rem;
}
.feature__info--container,
.feature__banner {
flex: 1;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
border-radius: 10px;
overflow: hidden;
}
.feature__info--paddingleft {
padding-left: 5rem;
}
/* .feature__info{
padding-bottom: 10rem;
} */
.feature__h1 {
font-size: 3rem;
color: var(--light-primary-white);
}
.feature__h1.light {
color: var(--night-primary-black);
}
.feature__p {
font-size: 1.5rem;
margin: 1rem 0;
font-weight: bold;
color: var(--light-secondary-grey);
}
.feature__button {
margin: 0.5rem 0;
display: inline-block;
color: var(--night-primary-purple);
text-decoration: none;
padding: 1rem 1.5rem;
font-size: 1.25rem;
font-weight: bold;
border: 2px solid var(--night-primary-purple);
border-radius: 10px;
transition: all 0.4s;
}
.feature__button:hover {
background-color: var(--night-primary-purple);
color: white;
}
.feature__banner--img {
width: 100%;
}
.feature__banner--img__attendence {
width: 60%;
}
@media (min-width: 2100px) {
.feature__main {
height: 85rem !important;
}
}
@media (min-width: 1500px) {
.feature__main {
height: 70rem;
}
}
@media (max-width: 900px) {
.feature__main {
padding: 0 5rem;
height: 40rem;
}
}
@media (max-width: 550px) {
.feature__main {
height: 75rem;
flex-direction: column-reverse;
}
.feature__info--paddingleft {
padding-left: 0;
}
.feature__info--container:not(:nth-child(4)) {
border-bottom: 2px solid #ddd;
}
.feature__main:last-child {
height: 60rem;
}
.feature__info {
text-align: center;
}
.feature__main:nth-child(2),
.feature__main:nth-child(4) {
flex-direction: column;
}
}
@media (max-width: 400px) {
.feature__main {
padding: 0 2rem;
}
} | client/src/pages/Feature/Feature.css | .feature__container {
min-height: 85vh;
background-color: var(--night-primary-black);
}
.feature__container.light {
background-color: var(--light-primary-white);
}
.feature__main {
display: flex;
padding: 0 10rem;
height: 50rem;
}
.feature__info--container,
.feature__banner {
flex: 1;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
border-radius: 10px;
overflow: hidden;
}
.feature__info--paddingleft {
padding-left: 5rem;
}
/* .feature__info{
padding-bottom: 10rem;
} */
.feature__h1 {
font-size: 3rem;
color: var(--light-primary-white);
}
.feature__h1.light {
color: var(--night-primary-black);
}
.feature__p {
font-size: 1.5rem;
margin: 1rem 0;
font-weight: bold;
color: var(--light-secondary-grey);
}
.feature__button {
margin: 0.5rem 0;
display: inline-block;
color: var(--night-primary-purple);
text-decoration: none;
padding: 1rem 1.5rem;
font-size: 1.25rem;
font-weight: bold;
border: 2px solid var(--night-primary-purple);
border-radius: 10px;
transition: all 0.4s;
}
.feature__button:hover {
background-color: var(--night-primary-purple);
color: white;
}
.feature__banner--img {
width: 100%;
}
.feature__banner--img__attendence {
width: 60%;
}
@media (min-width: 2100px) {
.feature__main {
height: 85rem !important;
}
}
@media (min-width: 1500px) {
.feature__main {
height: 70rem;
}
}
@media (max-width: 900px) {
.feature__main {
padding: 0 5rem;
height: 40rem;
}
}
@media (max-width: 550px) {
.feature__main {
height: 75rem;
flex-direction: column-reverse;
}
.feature__info--paddingleft {
padding-left: 0;
}
.feature__info--container:not(:nth-child(4)) {
border-bottom: 2px solid #ddd;
}
.feature__main:last-child {
height: 60rem;
}
.feature__info {
text-align: center;
}
.feature__main:nth-child(2),
.feature__main:nth-child(4) {
flex-direction: column;
}
}
@media (max-width: 400px) {
.feature__main {
padding: 0 2rem;
}
} | 0.670824 | 0.082401 |
html {
box-sizing: border-box; }
/*
*, *:before, *:after {
box-sizing: inherit;
} */
.d-inline-flex{
display: inline-flex;
}
.transition-collapse{
transition: all 250ms ease-in 0s !important;
}
.spinner {
animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(270deg);
}
}
.font-size-15{
font-size: 15px;
}
.path {
stroke-dasharray: 187;
stroke-dashoffset: 0;
transform-origin: center;
animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@keyframes colors {
0% {
stroke: #4285F4;
}
25% {
stroke: #DE3E35;
}
50% {
stroke: #F7C223;
}
75% {
stroke: #1B9A59;
}
100% {
stroke: #4285F4;
}
}
@keyframes dash {
0% {
stroke-dashoffset: 187;
}
50% {
stroke-dashoffset: 46.75;
transform: rotate(135deg);
}
100% {
stroke-dashoffset: 187;
transform: rotate(450deg);
}
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #CCCCCC !important;
opacity: 1; /* Firefox */
}
td img
{
display: block;
margin-left: auto;
margin-right: auto;
}
.dis-none{
display: none;
}
.color-white{
color:#fff;
}
.float-right{
float:right;
}
.swal2-actions{
justify-content: space-evenly !important;
}
/* .filter-option-inner-inner{
color:#fff !important;
} */
.content-table-menu{
margin-top:10px !important;
position: relative;
}
/* .filter-option-inner-inner{
color:#333 !important;
} */
/* .sidebar.toggled{
width: 0 !important;
}
.sidebar.toggled .fa-laugh-wink{
display: none;
} */
.m-l-10{
margin-left: 10px;
}
.m-r-10{
margin-right: 10px;
}
.w-100{
width: 100%;
}
.font-weight-bold{
font-weight: bold;
}
.w-5{
width: 5%;
}
.w-25{
width: 25%;
}
.w-12{
width: 12%;
}
.w-20{
width: 20%;
}
.w-10{
width: 20%;
}
.w-21{
width: 21%;
}
.w-32{
width: 32% !important;
}
.m-r-5{
margin-right: 5px;
}
/* .dropdown-item.active{
background-color:#0099FF;
} */
.btn-primary{
/* background: #001489 !important; */
}
.box-shadow-error{
box-shadow:0px 0px 5px 5px rgba(204,51,51,0.5);
}
.w-50{
width: 50%;
}
.w-5{
width: 5%;
}
.w-15{
width: 15%;
}
.w-20{
width: 20%;
}
.w-30{
width: 30%;
}
.p-r-24{
padding-right: 24px !important;
}
.form-control{
color:#333 !important;
}
td.details-control {
background: url('../photos/plus.png') no-repeat;
background-position-x: center;
background-position-y: 15px;
cursor: pointer;
}
.modal-lg {
max-width: 80% !important;
}
.cursor-poiter{
cursor: pointer;
}
.shown td.details-control {
background: url('../photos/minus.png') no-repeat;
cursor: pointer;
background-position-x: center;
background-position-y: 15px;
}
.dt-checkboxes {
display: block !important;
}
.dt-checkboxes-select-all input{
display: block !important;
}
#table_length{
padding-top: 0.5rem !important;
}
.table_filter{
display: flex;
margin-bottom: 5px;
}
.m-b-15{
margin-bottom: 15px;
}
.button-success
img{
border-radius: 20px;
cursor: pointer;
}
img:hover{
opacity: 0.8;
}
.pos-relative{
position: relative;
}
.m-l-5{
margin-left:5px;
}
#table_processing{
position:relative;
border:none;
top:10%;
}
.btn-warning{
color:#fff !important;
}
.background-white{
background: #fff !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
.text-align-right{
text-align: right;
}
.format-tr{
text-align: center !important;
vertical-align: middle !important;
}
.dataTables_scrollHeadInner{
padding-right: 0 !important;
}
.dataTables_scrollBody{
scrollbar-width: none !important;
}
.table_filter .bootstrap-select {
width: 150px !important;
}
.table_filter .custom-select{
height: 38px !important;
}
#table_filter .form-control{
height: 38px !important;
}
.pad-0.25{
padding:0.25rem;
}
.w-15{
width: 15%;
}
.w-5{
width: 5%;
}
.w-20{
width: 20%;
}
.border-danger{
border: #DC3545 solid 2px ;
}
.fade{
transition: opacity .10s ease-in-out !important;
}
.m-b-0{
margin-bottom: 0;
}
.text-align-center{
text-align: center;
}
.flex-basis-80{
flex-basis: 80% ;
}
.flex-basis-75{
flex-basis: 75% ;
}
.cursor-pointer{
cursor: pointer;
}
.justify-content-left{
justify-content: left;
}
.justify-content-right{
justify-content: right;
}
.vertical-align-middle{
vertical-align: middle;
}
.m-t-5{
margin-top: .5rem;
}
.m-b-10{
margin-bottom: 10px;
}
.m-l-10{
margin-left:10px;
}
.color-red{
color:red;
}
.font-size-20{
font-size: 20px;
}
.font-size-18{
font-size: 18px;
}
.font-size-22{
font-size: 22px;
}
.m-r-10{
margin-right: 10px;
}
.text-align-center{
text-align: center;
}
.vertical-align-middle{
vertical-align: middle;
}
.b-r-20{
border-radius: 20px;
}
.border-error{
-webkit-box-shadow: 0 0 0 .2rem #FF2121;
box-shadow: 0 0 0 .2rem #FF2121;
}
.input-validation-error {
border: 2px solid #F5C6CB !important;
}
.margin-botto
.grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
margin: 0;
clear: none;
float: left; }
.grid-1 {
width: 8.33333%; }
.table-scroll {
height:500px;
overflow:auto;
margin-top:20px;
}
.grid-2 {
width: 16.66667%; }
.grid-3 {
width: 25%; }
.grid-4 {
width: 33.33333%; }
.grid-5 {
width: 41.66667%; }
.grid-6 {
width: 50%; }
.grid-7 {
width: 58.33333%; }
.grid-8 {
width: 66.66667%; }
.grid-9 {
width: 75%; }
.grid-10 {
width: 83.33333%; }
.grid-11 {
width: 91.66667%; }
.grid-12 {
width: 100%; }
.offset-0 {
margin-left: 0; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
.offset-12 {
margin-left: 100%; }
.pad-1 {
padding: 8px; }
.pad-1-left {
padding-left: 8px; }
.pad-1-right {
padding-right: 8px; }
.pad-1-top {
padding-top: 8px; }
.pad-1-bottom {
padding-bottom: 8px; }
.pad-1-sides {
padding-left: 8px;
padding-right: 8px; }
.pad-1-vert {
padding-top: 8px;
padding-bottom: 8px; }
.marg-1 {
margin: 8px; }
.marg-1-left {
margin-left: 8px; }
.m-r-20{
margin-right: 20px;
}
table tfoot tr td{
font-weight: bold !important;
}
.p-t-18{
padding-top: 18px;
}
.btn-warning{
color:#fff
}
.w-10{
width: 10%;
}
.w-20{
width: 20%;
}
.m-r-30{
margin-right: 30px;
}
.text-line-through{
text-decoration: line-through;
}
.font-weight-bold
.m-b-5{
margin-bottom: .5rem;
}
.m-b-20{
margin-bottom:20px;
}
.input-edit{
margin: 12px;
width: 80px;
border-color: rgba(82,168,236,.8) !important;
box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
}
.mr-0{
margin-right: 0;
}
.m-b-5{
margin-bottom: .5rem !important;
}
.w-30{
width: 30%;
}
.btn-primary{
color:#fff !important;
}
.btn-warning:hover{
color:#fff
}
.marg-1-right {
margin-right: 8px; }
.marg-1-top {
margin-top: 8px; }
.marg-1-bottom {
margin-bottom: 8px; }
.marg-1-sides {
margin-left: 8px;
margin-right: 8px; }
.marg-1-vert {
margin-top: 8px;
margin-bottom: 8px; }
.pad-2 {
padding: 16px; }
.pad-2-left {
padding-left: 16px; }
.pad-2-right {
padding-right: 16px; }
.pad-2-top {
padding-top: 16px; }
.pad-2-bottom {
padding-bottom: 16px; }
.pad-2-sides {
padding-left: 16px;
padding-right: 16px; }
.pad-2-vert {
padding-top: 16px;
padding-bottom: 16px; }
.marg-2 {
margin: 16px; }
.marg-2-left {
margin-left: 16px; }
.marg-2-right {
margin-right: 16px; }
.marg-2-top {
margin-top: 16px; }
.marg-2-bottom {
margin-bottom: 16px; }
.marg-2-sides {
margin-left: 16px;
margin-right: 16px; }
.marg-2-vert {
margin-top: 16px;
margin-bottom: 16px; }
.pad-3 {
padding: 32px; }
.pad-3-left {
padding-left: 32px; }
.pad-3-right {
padding-right: 32px; }
.pad-3-top {
padding-top: 32px; }
.pad-3-bottom {
padding-bottom: 32px; }
.pad-3-sides {
padding-left: 32px;
padding-right: 32px; }
.pad-3-vert {
padding-top: 32px;
padding-bottom: 32px; }
.marg-3 {
margin: 32px; }
.marg-3-left {
margin-left: 32px; }
.marg-3-right {
margin-right: 32px; }
.marg-3-top {
margin-top: 32px; }
.marg-3-bottom {
margin-bottom: 32px; }
.marg-3-sides {
margin-left: 32px;
margin-right: 32px; }
.marg-3-vert {
margin-top: 32px;
margin-bottom: 32px; }
.pad-0 {
padding: 0; }
.pad-0-left {
padding-left: 0; }
.pad-0-right {
padding-right: 0; }
.pad-0-top {
padding-top: 0; }
.pad-0-bottom {
padding-bottom: 0; }
.pad-0-sides {
padding-left: 0;
padding-right: 0; }
.pad-0-vert {
padding-top: 0;
padding-bottom: 0; }
.marg-0 {
margin: 0; }
.marg-0-left {
margin-left: 0; }
.marg-0-right {
margin-right: 0; }
.marg-0-top {
margin-top: 0; }
.marg-0-bottom {
margin-bottom: 0; }
.marg-0-sides {
margin-left: 0;
margin-right: 0; }
.marg-0-vert {
margin-top: 0;
margin-bottom: 0; }
@media (max-width: 480px) {
.s-grid, .s-grid-1, .s-grid-2, .s-grid-3, .s-grid-4, .s-grid-5, .s-grid-6, .s-grid-7, .s-grid-8, .s-grid-9, .s-grid-10, .s-grid-11, .s-grid-12 {
margin: 0;
clear: none;
float: left; }
.s-grid-1 {
width: 8.33333%; }
.s-grid-2 {
width: 16.66667%; }
.s-grid-3 {
width: 25%; }
.s-grid-4 {
width: 33.33333%; }
.s-grid-5 {
width: 41.66667%; }
.s-grid-6 {
width: 50%; }
.s-grid-7 {
width: 58.33333%; }
.s-grid-8 {
width: 66.66667%; }
.s-grid-9 {
width: 75%; }
.s-grid-10 {
width: 83.33333%; }
.s-grid-11 {
width: 91.66667%; }
.s-grid-12 {
width: 100%; }
.s-offset-0 {
margin-left: 0; }
.s-offset-1 {
margin-left: 8.33333%; }
.s-offset-2 {
margin-left: 16.66667%; }
.s-offset-3 {
margin-left: 25%; }
.s-offset-4 {
margin-left: 33.33333%; }
.s-offset-5 {
margin-left: 41.66667%; }
.s-offset-6 {
margin-left: 50%; }
.s-offset-7 {
margin-left: 58.33333%; }
.s-offset-8 {
margin-left: 66.66667%; }
.s-offset-9 {
margin-left: 75%; }
.s-offset-10 {
margin-left: 83.33333%; }
.s-offset-11 {
margin-left: 91.66667%; }
.s-offset-12 {
margin-left: 100%; }
.s-pad-1 {
padding: 8px; }
.s-pad-1-left {
padding-left: 8px; }
.s-pad-1-right {
padding-right: 8px; }
.s-pad-1-top {
padding-top: 8px; }
.s-pad-1-bottom {
padding-bottom: 8px; }
.s-pad-1-sides {
padding-left: 8px;
padding-right: 8px; }
.s-pad-1-vert {
padding-top: 8px;
padding-bottom: 8px; }
.s-marg-1 {
margin: 8px; }
.s-marg-1-left {
margin-left: 8px; }
.s-marg-1-right {
margin-right: 8px; }
.s-marg-1-top {
margin-top: 8px; }
.s-marg-1-bottom {
margin-bottom: 8px; }
.s-marg-1-sides {
margin-left: 8px;
margin-right: 8px; }
.s-marg-1-vert {
margin-top: 8px;
margin-bottom: 8px; }
.s-pad-2 {
padding: 16px; }
.s-pad-2-left {
padding-left: 16px; }
.s-pad-2-right {
padding-right: 16px; }
.s-pad-2-top {
padding-top: 16px; }
.s-pad-2-bottom {
padding-bottom: 16px; }
.s-pad-2-sides {
padding-left: 16px;
padding-right: 16px; }
.s-pad-2-vert {
padding-top: 16px;
padding-bottom: 16px; }
.s-marg-2 {
margin: 16px; }
.s-marg-2-left {
margin-left: 16px; }
.s-marg-2-right {
margin-right: 16px; }
.s-marg-2-top {
margin-top: 16px; }
.s-marg-2-bottom {
margin-bottom: 16px; }
.s-marg-2-sides {
margin-left: 16px;
margin-right: 16px; }
.s-marg-2-vert {
margin-top: 16px;
margin-bottom: 16px; }
.s-pad-3 {
padding: 32px; }
.s-pad-3-left {
padding-left: 32px; }
.s-pad-3-right {
padding-right: 32px; }
.s-pad-3-top {
padding-top: 32px; }
.s-pad-3-bottom {
padding-bottom: 32px; }
.s-pad-3-sides {
padding-left: 32px;
padding-right: 32px; }
.s-pad-3-vert {
padding-top: 32px;
padding-bottom: 32px; }
.s-marg-3 {
margin: 32px; }
.s-marg-3-left {
margin-left: 32px; }
.s-marg-3-right {
margin-right: 32px; }
.s-marg-3-top {
margin-top: 32px; }
.s-marg-3-bottom {
margin-bottom: 32px; }
.s-marg-3-sides {
margin-left: 32px;
margin-right: 32px; }
.s-marg-3-vert {
margin-top: 32px;
margin-bottom: 32px; }
.s-pad-0 {
padding: 0; }
.s-pad-0-left {
padding-left: 0; }
.s-pad-0-right {
padding-right: 0; }
.s-pad-0-top {
padding-top: 0; }
.s-pad-0-bottom {
padding-bottom: 0; }
.s-pad-0-sides {
padding-left: 0;
padding-right: 0; }
.s-pad-0-vert {
padding-top: 0;
padding-bottom: 0; }
.s-marg-0 {
margin: 0; }
.s-marg-0-left {
margin-left: 0; }
.s-marg-0-right {
margin-right: 0; }
.s-marg-0-top {
margin-top: 0; }
.s-marg-0-bottom {
margin-bottom: 0; }
.s-marg-0-sides {
margin-left: 0;
margin-right: 0; }
.s-marg-0-vert {
margin-top: 0;
margin-bottom: 0; } }
@media (min-width: 481px) and (max-width: 800px) {
.m-grid, .m-grid-1, .m-grid-2, .m-grid-3, .m-grid-4, .m-grid-5, .m-grid-6, .m-grid-7, .m-grid-8, .m-grid-9, .m-grid-10, .m-grid-11, .m-grid-12 {
margin: 0;
clear: none;
float: left; }
.m-grid-1 {
width: 8.33333%; }
.m-grid-2 {
width: 16.66667%; }
.m-grid-3 {
width: 25%; }
.m-grid-4 {
width: 33.33333%; }
.m-grid-5 {
width: 41.66667%; }
.m-grid-6 {
width: 50%; }
.m-grid-7 {
width: 58.33333%; }
.m-grid-8 {
width: 66.66667%; }
.m-grid-9 {
width: 75%; }
.m-grid-10 {
width: 83.33333%; }
.m-grid-11 {
width: 91.66667%; }
.m-grid-12 {
width: 100%; }
.m-offset-0 {
margin-left: 0; }
.m-offset-1 {
margin-left: 8.33333%; }
.m-offset-2 {
margin-left: 16.66667%; }
.m-offset-3 {
margin-left: 25%; }
.m-offset-4 {
margin-left: 33.33333%; }
.m-offset-5 {
margin-left: 41.66667%; }
.m-offset-6 {
margin-left: 50%; }
.m-offset-7 {
margin-left: 58.33333%; }
.m-offset-8 {
margin-left: 66.66667%; }
.m-offset-9 {
margin-left: 75%; }
.m-offset-10 {
margin-left: 83.33333%; }
.m-offset-11 {
margin-left: 91.66667%; }
.m-offset-12 {
margin-left: 100%; }
.m-pad-1 {
padding: 8px; }
.m-pad-1-left {
padding-left: 8px; }
.m-pad-1-right {
padding-right: 8px; }
.m-pad-1-top {
padding-top: 8px; }
.m-pad-1-bottom {
padding-bottom: 8px; }
.m-pad-1-sides {
padding-left: 8px;
padding-right: 8px; }
.m-pad-1-vert {
padding-top: 8px;
padding-bottom: 8px; }
.m-marg-1 {
margin: 8px; }
.m-marg-1-left {
margin-left: 8px; }
.m-marg-1-right {
margin-right: 8px; }
.m-marg-1-top {
margin-top: 8px; }
.m-marg-1-bottom {
margin-bottom: 8px; }
.m-marg-1-sides {
margin-left: 8px;
margin-right: 8px; }
.m-marg-1-vert {
margin-top: 8px;
margin-bottom: 8px; }
.m-pad-2 {
padding: 16px; }
.m-pad-2-left {
padding-left: 16px; }
.m-pad-2-right {
padding-right: 16px; }
.m-pad-2-top {
padding-top: 16px; }
.m-pad-2-bottom {
padding-bottom: 16px; }
.m-pad-2-sides {
padding-left: 16px;
padding-right: 16px; }
.m-pad-2-vert {
padding-top: 16px;
padding-bottom: 16px; }
.m-marg-2 {
margin: 16px; }
.m-marg-2-left {
margin-left: 16px; }
.m-marg-2-right {
margin-right: 16px; }
.m-marg-2-top {
margin-top: 16px; }
.m-marg-2-bottom {
margin-bottom: 16px; }
.m-marg-2-sides {
margin-left: 16px;
margin-right: 16px; }
.m-marg-2-vert {
margin-top: 16px;
margin-bottom: 16px; }
.m-pad-3 {
padding: 32px; }
.m-pad-3-left {
padding-left: 32px; }
.m-pad-3-right {
padding-right: 32px; }
.m-pad-3-top {
padding-top: 32px; }
.m-pad-3-bottom {
padding-bottom: 32px; }
.m-pad-3-sides {
padding-left: 32px;
padding-right: 32px; }
.m-pad-3-vert {
padding-top: 32px;
padding-bottom: 32px; }
.m-marg-3 {
margin: 32px; }
.m-marg-3-left {
margin-left: 32px; }
.m-marg-3-right {
margin-right: 32px; }
.m-marg-3-top {
margin-top: 32px; }
.m-marg-3-bottom {
margin-bottom: 32px; }
.m-marg-3-sides {
margin-left: 32px;
margin-right: 32px; }
.m-marg-3-vert {
margin-top: 32px;
margin-bottom: 32px; }
.m-pad-0 {
padding: 0; }
.m-pad-0-left {
padding-left: 0; }
.m-pad-0-right {
padding-right: 0; }
.m-pad-0-top {
padding-top: 0; }
.m-pad-0-bottom {
padding-bottom: 0; }
.m-pad-0-sides {
padding-left: 0;
padding-right: 0; }
.m-pad-0-vert {
padding-top: 0;
padding-bottom: 0; }
.m-marg-0 {
margin: 0; }
.m-marg-0-left {
margin-left: 0; }
.m-marg-0-right {
margin-right: 0; }
.m-marg-0-top {
margin-top: 0; }
.m-marg-0-bottom {
margin-bottom: 0; }
.m-marg-0-sides {
margin-left: 0;
margin-right: 0; }
.m-marg-0-vert {
margin-top: 0;
margin-bottom: 0; } }
@media (min-width: 801px) {
.l-grid, .l-grid-1, .l-grid-2, .l-grid-3, .l-grid-4, .l-grid-5, .l-grid-6, .l-grid-7, .l-grid-8, .l-grid-9, .l-grid-10, .l-grid-11, .l-grid-12 {
margin: 0;
clear: none;
float: left; }
.l-grid-1 {
width: 8.33333%; }
.l-grid-2 {
width: 16.66667%; }
.l-grid-3 {
width: 25%; }
.l-grid-4 {
width: 33.33333%; }
.l-grid-5 {
width: 41.66667%; }
.l-grid-6 {
width: 50%; }
.l-grid-7 {
width: 58.33333%; }
.l-grid-8 {
width: 66.66667%; }
.l-grid-9 {
width: 75%; }
.l-grid-10 {
width: 83.33333%; }
.l-grid-11 {
width: 91.66667%; }
.l-grid-12 {
width: 100%; }
.l-offset-0 {
margin-left: 0; }
.l-offset-1 {
margin-left: 8.33333%; }
.l-offset-2 {
margin-left: 16.66667%; }
.l-offset-3 {
margin-left: 25%; }
.l-offset-4 {
margin-left: 33.33333%; }
.l-offset-5 {
margin-left: 41.66667%; }
.l-offset-6 {
margin-left: 50%; }
.l-offset-7 {
margin-left: 58.33333%; }
.l-offset-8 {
margin-left: 66.66667%; }
.l-offset-9 {
margin-left: 75%; }
.l-offset-10 {
margin-left: 83.33333%; }
.l-offset-11 {
margin-left: 91.66667%; }
.l-offset-12 {
margin-left: 100%; }
.l-pad-1 {
padding: 8px; }
.l-pad-1-left {
padding-left: 8px; }
.l-pad-1-right {
padding-right: 8px; }
.l-pad-1-top {
padding-top: 8px; }
.l-pad-1-bottom {
padding-bottom: 8px; }
.l-pad-1-sides {
padding-left: 8px;
padding-right: 8px; }
.l-pad-1-vert {
padding-top: 8px;
padding-bottom: 8px; }
.l-marg-1 {
margin: 8px; }
.l-marg-1-left {
margin-left: 8px; }
.l-marg-1-right {
margin-right: 8px; }
.l-marg-1-top {
margin-top: 8px; }
.l-marg-1-bottom {
margin-bottom: 8px; }
.l-marg-1-sides {
margin-left: 8px;
margin-right: 8px; }
.l-marg-1-vert {
margin-top: 8px;
margin-bottom: 8px; }
.l-pad-2 {
padding: 16px; }
.l-pad-2-left {
padding-left: 16px; }
.l-pad-2-right {
padding-right: 16px; }
.l-pad-2-top {
padding-top: 16px; }
.l-pad-2-bottom {
padding-bottom: 16px; }
.l-pad-2-sides {
padding-left: 16px;
padding-right: 16px; }
.l-pad-2-vert {
padding-top: 16px;
padding-bottom: 16px; }
.l-marg-2 {
margin: 16px; }
.l-marg-2-left {
margin-left: 16px; }
.l-marg-2-right {
margin-right: 16px; }
.l-marg-2-top {
margin-top: 16px; }
.l-marg-2-bottom {
margin-bottom: 16px; }
.l-marg-2-sides {
margin-left: 16px;
margin-right: 16px; }
.l-marg-2-vert {
margin-top: 16px;
margin-bottom: 16px; }
.l-pad-3 {
padding: 32px; }
.l-pad-3-left {
padding-left: 32px; }
.l-pad-3-right {
padding-right: 32px; }
.l-pad-3-top {
padding-top: 32px; }
.l-pad-3-bottom {
padding-bottom: 32px; }
.l-pad-3-sides {
padding-left: 32px;
padding-right: 32px; }
.l-pad-3-vert {
padding-top: 32px;
padding-bottom: 32px; }
.l-marg-3 {
margin: 32px; }
.l-marg-3-left {
margin-left: 32px; }
.l-marg-3-right {
margin-right: 32px; }
.l-marg-3-top {
margin-top: 32px; }
.l-marg-3-bottom {
margin-bottom: 32px; }
.l-marg-3-sides {
margin-left: 32px;
margin-right: 32px; }
.l-marg-3-vert {
margin-top: 32px;
margin-bottom: 32px; }
.l-pad-0 {
padding: 0; }
.l-pad-0-left {
padding-left: 0; }
.l-pad-0-right {
padding-right: 0; }
.l-pad-0-top {
padding-top: 0; }
.l-pad-0-bottom {
padding-bottom: 0; }
.l-pad-0-sides {
padding-left: 0;
padding-right: 0; }
.l-pad-0-vert {
padding-top: 0;
padding-bottom: 0; }
.l-marg-0 {
margin: 0; }
.l-marg-0-left {
margin-left: 0; }
.l-marg-0-right {
margin-right: 0; }
.l-marg-0-top {
margin-top: 0; }
.l-marg-0-bottom {
margin-bottom: 0; }
.l-marg-0-sides {
margin-left: 0;
margin-right: 0; }
.l-marg-0-vert {
margin-top: 0;
margin-bottom: 0; } }
.pad-half {
padding: 4px; }
.pad-half-left {
padding-left: 4px; }
.pad-half-right {
padding-right: 4px; }
.pad-half-top {
padding-top: 4px; }
.pad-half-bottom {
padding-bottom: 4px; }
.pad-half-sides {
padding-left: 4px;
padding-right: 4px; }
.pad-half-vert {
padding-top: 4px;
padding-bottom: 4px; }
.marg-half {
margin: 4px; }
.marg-half-left {
margin-left: 4px; }
.marg-half-right {
margin-right: 4px; }
.marg-half-top {
margin-top: 4px; }
.marg-half-bottom {
margin-bottom: 4px; }
.marg-half-sides {
margin-left: 4px;
margin-right: 4px; }
.marg-half-vert {
margin-top: 4px;
margin-bottom: 4px; }
.grid-flex {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-box-wrap: wrap;
-webkit-box-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flexbox-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
a{
cursor: pointer;
}
.card{
margin-bottom: .75rem !important;
}
.p-t-0{
padding-top: 0;
}
.w-90{
width: 90%;
} | public/css/util.css | html {
box-sizing: border-box; }
/*
*, *:before, *:after {
box-sizing: inherit;
} */
.d-inline-flex{
display: inline-flex;
}
.transition-collapse{
transition: all 250ms ease-in 0s !important;
}
.spinner {
animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(270deg);
}
}
.font-size-15{
font-size: 15px;
}
.path {
stroke-dasharray: 187;
stroke-dashoffset: 0;
transform-origin: center;
animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@keyframes colors {
0% {
stroke: #4285F4;
}
25% {
stroke: #DE3E35;
}
50% {
stroke: #F7C223;
}
75% {
stroke: #1B9A59;
}
100% {
stroke: #4285F4;
}
}
@keyframes dash {
0% {
stroke-dashoffset: 187;
}
50% {
stroke-dashoffset: 46.75;
transform: rotate(135deg);
}
100% {
stroke-dashoffset: 187;
transform: rotate(450deg);
}
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #CCCCCC !important;
opacity: 1; /* Firefox */
}
td img
{
display: block;
margin-left: auto;
margin-right: auto;
}
.dis-none{
display: none;
}
.color-white{
color:#fff;
}
.float-right{
float:right;
}
.swal2-actions{
justify-content: space-evenly !important;
}
/* .filter-option-inner-inner{
color:#fff !important;
} */
.content-table-menu{
margin-top:10px !important;
position: relative;
}
/* .filter-option-inner-inner{
color:#333 !important;
} */
/* .sidebar.toggled{
width: 0 !important;
}
.sidebar.toggled .fa-laugh-wink{
display: none;
} */
.m-l-10{
margin-left: 10px;
}
.m-r-10{
margin-right: 10px;
}
.w-100{
width: 100%;
}
.font-weight-bold{
font-weight: bold;
}
.w-5{
width: 5%;
}
.w-25{
width: 25%;
}
.w-12{
width: 12%;
}
.w-20{
width: 20%;
}
.w-10{
width: 20%;
}
.w-21{
width: 21%;
}
.w-32{
width: 32% !important;
}
.m-r-5{
margin-right: 5px;
}
/* .dropdown-item.active{
background-color:#0099FF;
} */
.btn-primary{
/* background: #001489 !important; */
}
.box-shadow-error{
box-shadow:0px 0px 5px 5px rgba(204,51,51,0.5);
}
.w-50{
width: 50%;
}
.w-5{
width: 5%;
}
.w-15{
width: 15%;
}
.w-20{
width: 20%;
}
.w-30{
width: 30%;
}
.p-r-24{
padding-right: 24px !important;
}
.form-control{
color:#333 !important;
}
td.details-control {
background: url('../photos/plus.png') no-repeat;
background-position-x: center;
background-position-y: 15px;
cursor: pointer;
}
.modal-lg {
max-width: 80% !important;
}
.cursor-poiter{
cursor: pointer;
}
.shown td.details-control {
background: url('../photos/minus.png') no-repeat;
cursor: pointer;
background-position-x: center;
background-position-y: 15px;
}
.dt-checkboxes {
display: block !important;
}
.dt-checkboxes-select-all input{
display: block !important;
}
#table_length{
padding-top: 0.5rem !important;
}
.table_filter{
display: flex;
margin-bottom: 5px;
}
.m-b-15{
margin-bottom: 15px;
}
.button-success
img{
border-radius: 20px;
cursor: pointer;
}
img:hover{
opacity: 0.8;
}
.pos-relative{
position: relative;
}
.m-l-5{
margin-left:5px;
}
#table_processing{
position:relative;
border:none;
top:10%;
}
.btn-warning{
color:#fff !important;
}
.background-white{
background: #fff !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
.text-align-right{
text-align: right;
}
.format-tr{
text-align: center !important;
vertical-align: middle !important;
}
.dataTables_scrollHeadInner{
padding-right: 0 !important;
}
.dataTables_scrollBody{
scrollbar-width: none !important;
}
.table_filter .bootstrap-select {
width: 150px !important;
}
.table_filter .custom-select{
height: 38px !important;
}
#table_filter .form-control{
height: 38px !important;
}
.pad-0.25{
padding:0.25rem;
}
.w-15{
width: 15%;
}
.w-5{
width: 5%;
}
.w-20{
width: 20%;
}
.border-danger{
border: #DC3545 solid 2px ;
}
.fade{
transition: opacity .10s ease-in-out !important;
}
.m-b-0{
margin-bottom: 0;
}
.text-align-center{
text-align: center;
}
.flex-basis-80{
flex-basis: 80% ;
}
.flex-basis-75{
flex-basis: 75% ;
}
.cursor-pointer{
cursor: pointer;
}
.justify-content-left{
justify-content: left;
}
.justify-content-right{
justify-content: right;
}
.vertical-align-middle{
vertical-align: middle;
}
.m-t-5{
margin-top: .5rem;
}
.m-b-10{
margin-bottom: 10px;
}
.m-l-10{
margin-left:10px;
}
.color-red{
color:red;
}
.font-size-20{
font-size: 20px;
}
.font-size-18{
font-size: 18px;
}
.font-size-22{
font-size: 22px;
}
.m-r-10{
margin-right: 10px;
}
.text-align-center{
text-align: center;
}
.vertical-align-middle{
vertical-align: middle;
}
.b-r-20{
border-radius: 20px;
}
.border-error{
-webkit-box-shadow: 0 0 0 .2rem #FF2121;
box-shadow: 0 0 0 .2rem #FF2121;
}
.input-validation-error {
border: 2px solid #F5C6CB !important;
}
.margin-botto
.grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
margin: 0;
clear: none;
float: left; }
.grid-1 {
width: 8.33333%; }
.table-scroll {
height:500px;
overflow:auto;
margin-top:20px;
}
.grid-2 {
width: 16.66667%; }
.grid-3 {
width: 25%; }
.grid-4 {
width: 33.33333%; }
.grid-5 {
width: 41.66667%; }
.grid-6 {
width: 50%; }
.grid-7 {
width: 58.33333%; }
.grid-8 {
width: 66.66667%; }
.grid-9 {
width: 75%; }
.grid-10 {
width: 83.33333%; }
.grid-11 {
width: 91.66667%; }
.grid-12 {
width: 100%; }
.offset-0 {
margin-left: 0; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
.offset-12 {
margin-left: 100%; }
.pad-1 {
padding: 8px; }
.pad-1-left {
padding-left: 8px; }
.pad-1-right {
padding-right: 8px; }
.pad-1-top {
padding-top: 8px; }
.pad-1-bottom {
padding-bottom: 8px; }
.pad-1-sides {
padding-left: 8px;
padding-right: 8px; }
.pad-1-vert {
padding-top: 8px;
padding-bottom: 8px; }
.marg-1 {
margin: 8px; }
.marg-1-left {
margin-left: 8px; }
.m-r-20{
margin-right: 20px;
}
table tfoot tr td{
font-weight: bold !important;
}
.p-t-18{
padding-top: 18px;
}
.btn-warning{
color:#fff
}
.w-10{
width: 10%;
}
.w-20{
width: 20%;
}
.m-r-30{
margin-right: 30px;
}
.text-line-through{
text-decoration: line-through;
}
.font-weight-bold
.m-b-5{
margin-bottom: .5rem;
}
.m-b-20{
margin-bottom:20px;
}
.input-edit{
margin: 12px;
width: 80px;
border-color: rgba(82,168,236,.8) !important;
box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
}
.mr-0{
margin-right: 0;
}
.m-b-5{
margin-bottom: .5rem !important;
}
.w-30{
width: 30%;
}
.btn-primary{
color:#fff !important;
}
.btn-warning:hover{
color:#fff
}
.marg-1-right {
margin-right: 8px; }
.marg-1-top {
margin-top: 8px; }
.marg-1-bottom {
margin-bottom: 8px; }
.marg-1-sides {
margin-left: 8px;
margin-right: 8px; }
.marg-1-vert {
margin-top: 8px;
margin-bottom: 8px; }
.pad-2 {
padding: 16px; }
.pad-2-left {
padding-left: 16px; }
.pad-2-right {
padding-right: 16px; }
.pad-2-top {
padding-top: 16px; }
.pad-2-bottom {
padding-bottom: 16px; }
.pad-2-sides {
padding-left: 16px;
padding-right: 16px; }
.pad-2-vert {
padding-top: 16px;
padding-bottom: 16px; }
.marg-2 {
margin: 16px; }
.marg-2-left {
margin-left: 16px; }
.marg-2-right {
margin-right: 16px; }
.marg-2-top {
margin-top: 16px; }
.marg-2-bottom {
margin-bottom: 16px; }
.marg-2-sides {
margin-left: 16px;
margin-right: 16px; }
.marg-2-vert {
margin-top: 16px;
margin-bottom: 16px; }
.pad-3 {
padding: 32px; }
.pad-3-left {
padding-left: 32px; }
.pad-3-right {
padding-right: 32px; }
.pad-3-top {
padding-top: 32px; }
.pad-3-bottom {
padding-bottom: 32px; }
.pad-3-sides {
padding-left: 32px;
padding-right: 32px; }
.pad-3-vert {
padding-top: 32px;
padding-bottom: 32px; }
.marg-3 {
margin: 32px; }
.marg-3-left {
margin-left: 32px; }
.marg-3-right {
margin-right: 32px; }
.marg-3-top {
margin-top: 32px; }
.marg-3-bottom {
margin-bottom: 32px; }
.marg-3-sides {
margin-left: 32px;
margin-right: 32px; }
.marg-3-vert {
margin-top: 32px;
margin-bottom: 32px; }
.pad-0 {
padding: 0; }
.pad-0-left {
padding-left: 0; }
.pad-0-right {
padding-right: 0; }
.pad-0-top {
padding-top: 0; }
.pad-0-bottom {
padding-bottom: 0; }
.pad-0-sides {
padding-left: 0;
padding-right: 0; }
.pad-0-vert {
padding-top: 0;
padding-bottom: 0; }
.marg-0 {
margin: 0; }
.marg-0-left {
margin-left: 0; }
.marg-0-right {
margin-right: 0; }
.marg-0-top {
margin-top: 0; }
.marg-0-bottom {
margin-bottom: 0; }
.marg-0-sides {
margin-left: 0;
margin-right: 0; }
.marg-0-vert {
margin-top: 0;
margin-bottom: 0; }
@media (max-width: 480px) {
.s-grid, .s-grid-1, .s-grid-2, .s-grid-3, .s-grid-4, .s-grid-5, .s-grid-6, .s-grid-7, .s-grid-8, .s-grid-9, .s-grid-10, .s-grid-11, .s-grid-12 {
margin: 0;
clear: none;
float: left; }
.s-grid-1 {
width: 8.33333%; }
.s-grid-2 {
width: 16.66667%; }
.s-grid-3 {
width: 25%; }
.s-grid-4 {
width: 33.33333%; }
.s-grid-5 {
width: 41.66667%; }
.s-grid-6 {
width: 50%; }
.s-grid-7 {
width: 58.33333%; }
.s-grid-8 {
width: 66.66667%; }
.s-grid-9 {
width: 75%; }
.s-grid-10 {
width: 83.33333%; }
.s-grid-11 {
width: 91.66667%; }
.s-grid-12 {
width: 100%; }
.s-offset-0 {
margin-left: 0; }
.s-offset-1 {
margin-left: 8.33333%; }
.s-offset-2 {
margin-left: 16.66667%; }
.s-offset-3 {
margin-left: 25%; }
.s-offset-4 {
margin-left: 33.33333%; }
.s-offset-5 {
margin-left: 41.66667%; }
.s-offset-6 {
margin-left: 50%; }
.s-offset-7 {
margin-left: 58.33333%; }
.s-offset-8 {
margin-left: 66.66667%; }
.s-offset-9 {
margin-left: 75%; }
.s-offset-10 {
margin-left: 83.33333%; }
.s-offset-11 {
margin-left: 91.66667%; }
.s-offset-12 {
margin-left: 100%; }
.s-pad-1 {
padding: 8px; }
.s-pad-1-left {
padding-left: 8px; }
.s-pad-1-right {
padding-right: 8px; }
.s-pad-1-top {
padding-top: 8px; }
.s-pad-1-bottom {
padding-bottom: 8px; }
.s-pad-1-sides {
padding-left: 8px;
padding-right: 8px; }
.s-pad-1-vert {
padding-top: 8px;
padding-bottom: 8px; }
.s-marg-1 {
margin: 8px; }
.s-marg-1-left {
margin-left: 8px; }
.s-marg-1-right {
margin-right: 8px; }
.s-marg-1-top {
margin-top: 8px; }
.s-marg-1-bottom {
margin-bottom: 8px; }
.s-marg-1-sides {
margin-left: 8px;
margin-right: 8px; }
.s-marg-1-vert {
margin-top: 8px;
margin-bottom: 8px; }
.s-pad-2 {
padding: 16px; }
.s-pad-2-left {
padding-left: 16px; }
.s-pad-2-right {
padding-right: 16px; }
.s-pad-2-top {
padding-top: 16px; }
.s-pad-2-bottom {
padding-bottom: 16px; }
.s-pad-2-sides {
padding-left: 16px;
padding-right: 16px; }
.s-pad-2-vert {
padding-top: 16px;
padding-bottom: 16px; }
.s-marg-2 {
margin: 16px; }
.s-marg-2-left {
margin-left: 16px; }
.s-marg-2-right {
margin-right: 16px; }
.s-marg-2-top {
margin-top: 16px; }
.s-marg-2-bottom {
margin-bottom: 16px; }
.s-marg-2-sides {
margin-left: 16px;
margin-right: 16px; }
.s-marg-2-vert {
margin-top: 16px;
margin-bottom: 16px; }
.s-pad-3 {
padding: 32px; }
.s-pad-3-left {
padding-left: 32px; }
.s-pad-3-right {
padding-right: 32px; }
.s-pad-3-top {
padding-top: 32px; }
.s-pad-3-bottom {
padding-bottom: 32px; }
.s-pad-3-sides {
padding-left: 32px;
padding-right: 32px; }
.s-pad-3-vert {
padding-top: 32px;
padding-bottom: 32px; }
.s-marg-3 {
margin: 32px; }
.s-marg-3-left {
margin-left: 32px; }
.s-marg-3-right {
margin-right: 32px; }
.s-marg-3-top {
margin-top: 32px; }
.s-marg-3-bottom {
margin-bottom: 32px; }
.s-marg-3-sides {
margin-left: 32px;
margin-right: 32px; }
.s-marg-3-vert {
margin-top: 32px;
margin-bottom: 32px; }
.s-pad-0 {
padding: 0; }
.s-pad-0-left {
padding-left: 0; }
.s-pad-0-right {
padding-right: 0; }
.s-pad-0-top {
padding-top: 0; }
.s-pad-0-bottom {
padding-bottom: 0; }
.s-pad-0-sides {
padding-left: 0;
padding-right: 0; }
.s-pad-0-vert {
padding-top: 0;
padding-bottom: 0; }
.s-marg-0 {
margin: 0; }
.s-marg-0-left {
margin-left: 0; }
.s-marg-0-right {
margin-right: 0; }
.s-marg-0-top {
margin-top: 0; }
.s-marg-0-bottom {
margin-bottom: 0; }
.s-marg-0-sides {
margin-left: 0;
margin-right: 0; }
.s-marg-0-vert {
margin-top: 0;
margin-bottom: 0; } }
@media (min-width: 481px) and (max-width: 800px) {
.m-grid, .m-grid-1, .m-grid-2, .m-grid-3, .m-grid-4, .m-grid-5, .m-grid-6, .m-grid-7, .m-grid-8, .m-grid-9, .m-grid-10, .m-grid-11, .m-grid-12 {
margin: 0;
clear: none;
float: left; }
.m-grid-1 {
width: 8.33333%; }
.m-grid-2 {
width: 16.66667%; }
.m-grid-3 {
width: 25%; }
.m-grid-4 {
width: 33.33333%; }
.m-grid-5 {
width: 41.66667%; }
.m-grid-6 {
width: 50%; }
.m-grid-7 {
width: 58.33333%; }
.m-grid-8 {
width: 66.66667%; }
.m-grid-9 {
width: 75%; }
.m-grid-10 {
width: 83.33333%; }
.m-grid-11 {
width: 91.66667%; }
.m-grid-12 {
width: 100%; }
.m-offset-0 {
margin-left: 0; }
.m-offset-1 {
margin-left: 8.33333%; }
.m-offset-2 {
margin-left: 16.66667%; }
.m-offset-3 {
margin-left: 25%; }
.m-offset-4 {
margin-left: 33.33333%; }
.m-offset-5 {
margin-left: 41.66667%; }
.m-offset-6 {
margin-left: 50%; }
.m-offset-7 {
margin-left: 58.33333%; }
.m-offset-8 {
margin-left: 66.66667%; }
.m-offset-9 {
margin-left: 75%; }
.m-offset-10 {
margin-left: 83.33333%; }
.m-offset-11 {
margin-left: 91.66667%; }
.m-offset-12 {
margin-left: 100%; }
.m-pad-1 {
padding: 8px; }
.m-pad-1-left {
padding-left: 8px; }
.m-pad-1-right {
padding-right: 8px; }
.m-pad-1-top {
padding-top: 8px; }
.m-pad-1-bottom {
padding-bottom: 8px; }
.m-pad-1-sides {
padding-left: 8px;
padding-right: 8px; }
.m-pad-1-vert {
padding-top: 8px;
padding-bottom: 8px; }
.m-marg-1 {
margin: 8px; }
.m-marg-1-left {
margin-left: 8px; }
.m-marg-1-right {
margin-right: 8px; }
.m-marg-1-top {
margin-top: 8px; }
.m-marg-1-bottom {
margin-bottom: 8px; }
.m-marg-1-sides {
margin-left: 8px;
margin-right: 8px; }
.m-marg-1-vert {
margin-top: 8px;
margin-bottom: 8px; }
.m-pad-2 {
padding: 16px; }
.m-pad-2-left {
padding-left: 16px; }
.m-pad-2-right {
padding-right: 16px; }
.m-pad-2-top {
padding-top: 16px; }
.m-pad-2-bottom {
padding-bottom: 16px; }
.m-pad-2-sides {
padding-left: 16px;
padding-right: 16px; }
.m-pad-2-vert {
padding-top: 16px;
padding-bottom: 16px; }
.m-marg-2 {
margin: 16px; }
.m-marg-2-left {
margin-left: 16px; }
.m-marg-2-right {
margin-right: 16px; }
.m-marg-2-top {
margin-top: 16px; }
.m-marg-2-bottom {
margin-bottom: 16px; }
.m-marg-2-sides {
margin-left: 16px;
margin-right: 16px; }
.m-marg-2-vert {
margin-top: 16px;
margin-bottom: 16px; }
.m-pad-3 {
padding: 32px; }
.m-pad-3-left {
padding-left: 32px; }
.m-pad-3-right {
padding-right: 32px; }
.m-pad-3-top {
padding-top: 32px; }
.m-pad-3-bottom {
padding-bottom: 32px; }
.m-pad-3-sides {
padding-left: 32px;
padding-right: 32px; }
.m-pad-3-vert {
padding-top: 32px;
padding-bottom: 32px; }
.m-marg-3 {
margin: 32px; }
.m-marg-3-left {
margin-left: 32px; }
.m-marg-3-right {
margin-right: 32px; }
.m-marg-3-top {
margin-top: 32px; }
.m-marg-3-bottom {
margin-bottom: 32px; }
.m-marg-3-sides {
margin-left: 32px;
margin-right: 32px; }
.m-marg-3-vert {
margin-top: 32px;
margin-bottom: 32px; }
.m-pad-0 {
padding: 0; }
.m-pad-0-left {
padding-left: 0; }
.m-pad-0-right {
padding-right: 0; }
.m-pad-0-top {
padding-top: 0; }
.m-pad-0-bottom {
padding-bottom: 0; }
.m-pad-0-sides {
padding-left: 0;
padding-right: 0; }
.m-pad-0-vert {
padding-top: 0;
padding-bottom: 0; }
.m-marg-0 {
margin: 0; }
.m-marg-0-left {
margin-left: 0; }
.m-marg-0-right {
margin-right: 0; }
.m-marg-0-top {
margin-top: 0; }
.m-marg-0-bottom {
margin-bottom: 0; }
.m-marg-0-sides {
margin-left: 0;
margin-right: 0; }
.m-marg-0-vert {
margin-top: 0;
margin-bottom: 0; } }
@media (min-width: 801px) {
.l-grid, .l-grid-1, .l-grid-2, .l-grid-3, .l-grid-4, .l-grid-5, .l-grid-6, .l-grid-7, .l-grid-8, .l-grid-9, .l-grid-10, .l-grid-11, .l-grid-12 {
margin: 0;
clear: none;
float: left; }
.l-grid-1 {
width: 8.33333%; }
.l-grid-2 {
width: 16.66667%; }
.l-grid-3 {
width: 25%; }
.l-grid-4 {
width: 33.33333%; }
.l-grid-5 {
width: 41.66667%; }
.l-grid-6 {
width: 50%; }
.l-grid-7 {
width: 58.33333%; }
.l-grid-8 {
width: 66.66667%; }
.l-grid-9 {
width: 75%; }
.l-grid-10 {
width: 83.33333%; }
.l-grid-11 {
width: 91.66667%; }
.l-grid-12 {
width: 100%; }
.l-offset-0 {
margin-left: 0; }
.l-offset-1 {
margin-left: 8.33333%; }
.l-offset-2 {
margin-left: 16.66667%; }
.l-offset-3 {
margin-left: 25%; }
.l-offset-4 {
margin-left: 33.33333%; }
.l-offset-5 {
margin-left: 41.66667%; }
.l-offset-6 {
margin-left: 50%; }
.l-offset-7 {
margin-left: 58.33333%; }
.l-offset-8 {
margin-left: 66.66667%; }
.l-offset-9 {
margin-left: 75%; }
.l-offset-10 {
margin-left: 83.33333%; }
.l-offset-11 {
margin-left: 91.66667%; }
.l-offset-12 {
margin-left: 100%; }
.l-pad-1 {
padding: 8px; }
.l-pad-1-left {
padding-left: 8px; }
.l-pad-1-right {
padding-right: 8px; }
.l-pad-1-top {
padding-top: 8px; }
.l-pad-1-bottom {
padding-bottom: 8px; }
.l-pad-1-sides {
padding-left: 8px;
padding-right: 8px; }
.l-pad-1-vert {
padding-top: 8px;
padding-bottom: 8px; }
.l-marg-1 {
margin: 8px; }
.l-marg-1-left {
margin-left: 8px; }
.l-marg-1-right {
margin-right: 8px; }
.l-marg-1-top {
margin-top: 8px; }
.l-marg-1-bottom {
margin-bottom: 8px; }
.l-marg-1-sides {
margin-left: 8px;
margin-right: 8px; }
.l-marg-1-vert {
margin-top: 8px;
margin-bottom: 8px; }
.l-pad-2 {
padding: 16px; }
.l-pad-2-left {
padding-left: 16px; }
.l-pad-2-right {
padding-right: 16px; }
.l-pad-2-top {
padding-top: 16px; }
.l-pad-2-bottom {
padding-bottom: 16px; }
.l-pad-2-sides {
padding-left: 16px;
padding-right: 16px; }
.l-pad-2-vert {
padding-top: 16px;
padding-bottom: 16px; }
.l-marg-2 {
margin: 16px; }
.l-marg-2-left {
margin-left: 16px; }
.l-marg-2-right {
margin-right: 16px; }
.l-marg-2-top {
margin-top: 16px; }
.l-marg-2-bottom {
margin-bottom: 16px; }
.l-marg-2-sides {
margin-left: 16px;
margin-right: 16px; }
.l-marg-2-vert {
margin-top: 16px;
margin-bottom: 16px; }
.l-pad-3 {
padding: 32px; }
.l-pad-3-left {
padding-left: 32px; }
.l-pad-3-right {
padding-right: 32px; }
.l-pad-3-top {
padding-top: 32px; }
.l-pad-3-bottom {
padding-bottom: 32px; }
.l-pad-3-sides {
padding-left: 32px;
padding-right: 32px; }
.l-pad-3-vert {
padding-top: 32px;
padding-bottom: 32px; }
.l-marg-3 {
margin: 32px; }
.l-marg-3-left {
margin-left: 32px; }
.l-marg-3-right {
margin-right: 32px; }
.l-marg-3-top {
margin-top: 32px; }
.l-marg-3-bottom {
margin-bottom: 32px; }
.l-marg-3-sides {
margin-left: 32px;
margin-right: 32px; }
.l-marg-3-vert {
margin-top: 32px;
margin-bottom: 32px; }
.l-pad-0 {
padding: 0; }
.l-pad-0-left {
padding-left: 0; }
.l-pad-0-right {
padding-right: 0; }
.l-pad-0-top {
padding-top: 0; }
.l-pad-0-bottom {
padding-bottom: 0; }
.l-pad-0-sides {
padding-left: 0;
padding-right: 0; }
.l-pad-0-vert {
padding-top: 0;
padding-bottom: 0; }
.l-marg-0 {
margin: 0; }
.l-marg-0-left {
margin-left: 0; }
.l-marg-0-right {
margin-right: 0; }
.l-marg-0-top {
margin-top: 0; }
.l-marg-0-bottom {
margin-bottom: 0; }
.l-marg-0-sides {
margin-left: 0;
margin-right: 0; }
.l-marg-0-vert {
margin-top: 0;
margin-bottom: 0; } }
.pad-half {
padding: 4px; }
.pad-half-left {
padding-left: 4px; }
.pad-half-right {
padding-right: 4px; }
.pad-half-top {
padding-top: 4px; }
.pad-half-bottom {
padding-bottom: 4px; }
.pad-half-sides {
padding-left: 4px;
padding-right: 4px; }
.pad-half-vert {
padding-top: 4px;
padding-bottom: 4px; }
.marg-half {
margin: 4px; }
.marg-half-left {
margin-left: 4px; }
.marg-half-right {
margin-right: 4px; }
.marg-half-top {
margin-top: 4px; }
.marg-half-bottom {
margin-bottom: 4px; }
.marg-half-sides {
margin-left: 4px;
margin-right: 4px; }
.marg-half-vert {
margin-top: 4px;
margin-bottom: 4px; }
.grid-flex {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-moz-box-wrap: wrap;
-webkit-box-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flexbox-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
a{
cursor: pointer;
}
.card{
margin-bottom: .75rem !important;
}
.p-t-0{
padding-top: 0;
}
.w-90{
width: 90%;
} | 0.440469 | 0.075483 |
html {
height:100%
}
body.signin {
height:auto;
background:url(../img/login-background.jpg) no-repeat center fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
color:rgba(30,40,55,0.95)
}
.signinpanel {
width:750px;
margin:10% auto 0
}
.signinpanel .logopanel {
float:none;
width:auto;
padding:0;
background:0 0
}
.signinpanel .signin-info ul {
list-style:none;
padding:0;
margin:20px 0
}
.signinpanel .form-control {
display:block;
margin-top:15px
}
.signinpanel .uname {
background:#fff url(../img/user.png) no-repeat 95% center;
color:#333
}
.signinpanel .pword {
background:#fff url(../img/locked.png) no-repeat 95% center;
color:#333
}
.signinpanel .code {
background:#fff no-repeat 95% center;
color:#333;
margin:0 0 15px 0;
}
.signinpanel .btn {
margin-top:15px
}
.signinpanel form {
background:rgba(255,255,255,.2);
border:1px solid rgba(255,255,255,.3);
-moz-box-shadow:0 3px 0 rgba(12,12,12,.03);
-webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);
box-shadow:0 3px 0 rgba(12,12,12,.03);
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:30px
}
.signup-footer {
border-top:solid 1px rgba(255,255,255,.3);
margin:20px 0;
padding-top:15px
}
@media screen and (max-width:768px) {
.signinpanel,.signuppanel {
margin:0 auto;
width:420px!important;
padding:20px
}
.signinpanel form {
margin-top:20px
}
.signup-footer,.signuppanel .form-control {
margin-bottom:10px
}
.signup-footer .pull-left,.signup-footer .pull-right {
float:none!important;
text-align:center
}
.signinpanel .signin-info ul {
display:none
}
}@media screen and (max-width:320px) {
.signinpanel,.signuppanel {
margin:0 20px;
width:auto
}
}.checkbox-custom {
position:relative;
padding:0 15px 0 25px;
margin-bottom:7px;
display:inline-block;
}
.checkbox-custom input[type="checkbox"] {
opacity:0;
position:absolute;
cursor:pointer;
z-index:2;
margin:-6px 0 0 0;
top:50%;
left:3px;
}
.checkbox-custom label:before {
content:'';
position:absolute;
top:50%;
left:0;
margin-top:-9px;
width:18px;
height:17px;
display:inline-block;
border-radius:2px;
border:1px solid #bbb;
background:#fff;
}
.checkbox-custom input[type="checkbox"]:checked +label:after {
position:absolute;
display:inline-block;
font-family:'Glyphicons Halflings';
content:"\e013";
top:42%;
left:3px;
margin-top:-5px;
font-size:11px;
line-height:1;
width:16px;
height:16px;
color:#333;
}
.checkbox-custom label {
cursor:pointer;
line-height:1.2;
font-weight:normal;
margin-bottom:0;
text-align:left;
}
input {
text-align:center
}
h3 {
color:rgba(255,255,255,.95)
} | src/main/resources/static/css/login.css | html {
height:100%
}
body.signin {
height:auto;
background:url(../img/login-background.jpg) no-repeat center fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
color:rgba(30,40,55,0.95)
}
.signinpanel {
width:750px;
margin:10% auto 0
}
.signinpanel .logopanel {
float:none;
width:auto;
padding:0;
background:0 0
}
.signinpanel .signin-info ul {
list-style:none;
padding:0;
margin:20px 0
}
.signinpanel .form-control {
display:block;
margin-top:15px
}
.signinpanel .uname {
background:#fff url(../img/user.png) no-repeat 95% center;
color:#333
}
.signinpanel .pword {
background:#fff url(../img/locked.png) no-repeat 95% center;
color:#333
}
.signinpanel .code {
background:#fff no-repeat 95% center;
color:#333;
margin:0 0 15px 0;
}
.signinpanel .btn {
margin-top:15px
}
.signinpanel form {
background:rgba(255,255,255,.2);
border:1px solid rgba(255,255,255,.3);
-moz-box-shadow:0 3px 0 rgba(12,12,12,.03);
-webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);
box-shadow:0 3px 0 rgba(12,12,12,.03);
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:30px
}
.signup-footer {
border-top:solid 1px rgba(255,255,255,.3);
margin:20px 0;
padding-top:15px
}
@media screen and (max-width:768px) {
.signinpanel,.signuppanel {
margin:0 auto;
width:420px!important;
padding:20px
}
.signinpanel form {
margin-top:20px
}
.signup-footer,.signuppanel .form-control {
margin-bottom:10px
}
.signup-footer .pull-left,.signup-footer .pull-right {
float:none!important;
text-align:center
}
.signinpanel .signin-info ul {
display:none
}
}@media screen and (max-width:320px) {
.signinpanel,.signuppanel {
margin:0 20px;
width:auto
}
}.checkbox-custom {
position:relative;
padding:0 15px 0 25px;
margin-bottom:7px;
display:inline-block;
}
.checkbox-custom input[type="checkbox"] {
opacity:0;
position:absolute;
cursor:pointer;
z-index:2;
margin:-6px 0 0 0;
top:50%;
left:3px;
}
.checkbox-custom label:before {
content:'';
position:absolute;
top:50%;
left:0;
margin-top:-9px;
width:18px;
height:17px;
display:inline-block;
border-radius:2px;
border:1px solid #bbb;
background:#fff;
}
.checkbox-custom input[type="checkbox"]:checked +label:after {
position:absolute;
display:inline-block;
font-family:'Glyphicons Halflings';
content:"\e013";
top:42%;
left:3px;
margin-top:-5px;
font-size:11px;
line-height:1;
width:16px;
height:16px;
color:#333;
}
.checkbox-custom label {
cursor:pointer;
line-height:1.2;
font-weight:normal;
margin-bottom:0;
text-align:left;
}
input {
text-align:center
}
h3 {
color:rgba(255,255,255,.95)
} | 0.221772 | 0.05279 |
@-moz-document url-prefix("http://www.tumblr.com/"), url-prefix('https://www.tumblr.com/') {
.controls_section li .posts:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 180px !important;
font: inherit !important;
left: 35px;
}
a.posts div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .posts:before {
content: "Journal Entries" !important;
}.controls_section li .likes:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 100px !important;
font: inherit !important;
left: 35px;
}
a.likes div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .likes:before {
content: "Pie" !important;
}.controls_section li .following:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 100px !important;
font: inherit !important;
left: 35px;
}
a.following div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .following:before {
content: "Assbutts" !important;
}.controls_section li .followers:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 100px !important;
font: inherit !important;
left: 35px;
}
a.followers div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .followers:before {
content: "<NAME>" !important;
}.controls_section li .spotlight:before {
position: absolute !important;
height: 23px !important;
line-height: 28px !important;
width: 200px !important;
font: inherit !important;
left: 35px;
}
a.spotlight div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .spotlight:before {
content: "Find Hunters" !important;
}.controls_section li .drafts:before {
position: absolute !important;
height: 23px !important;
line-height: 28px !important;
width: 120px !important;
font: inherit !important;
left: 35px;
}
a.drafts div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .drafts:before {
content: "Purgatory" !important;
}.controls_section li .queue:before {
position: absolute !important;
height: 23px !important;
line-height: 28px !important;
width: 120px !important;
font: inherit !important;
left: 35px;
}
a.queue div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .queue:before {
content: "Waiting" !important;
}.controls_section li .customize:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 180px !important;
font: inherit !important;
left: 35px;
}
a.customize div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .customize:before {
content: "Change Vessels" !important;
}
.controls_section li .activity:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 120px !important;
font: inherit !important;
left: 35px;
}
a.activity div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .activity:before {
content: "Lives Saved" !important;
}
.controls_section li .members:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 100px !important;
font: inherit !important;
left: 35px;
}
a.members div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .members:before {
content: "Hunters" !important;
}
} | data/usercss/98058.user.css | @-moz-document url-prefix("http://www.tumblr.com/"), url-prefix('https://www.tumblr.com/') {
.controls_section li .posts:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 180px !important;
font: inherit !important;
left: 35px;
}
a.posts div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .posts:before {
content: "Journal Entries" !important;
}.controls_section li .likes:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 100px !important;
font: inherit !important;
left: 35px;
}
a.likes div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .likes:before {
content: "Pie" !important;
}.controls_section li .following:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 100px !important;
font: inherit !important;
left: 35px;
}
a.following div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .following:before {
content: "Assbutts" !important;
}.controls_section li .followers:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 100px !important;
font: inherit !important;
left: 35px;
}
a.followers div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .followers:before {
content: "<NAME>" !important;
}.controls_section li .spotlight:before {
position: absolute !important;
height: 23px !important;
line-height: 28px !important;
width: 200px !important;
font: inherit !important;
left: 35px;
}
a.spotlight div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .spotlight:before {
content: "Find Hunters" !important;
}.controls_section li .drafts:before {
position: absolute !important;
height: 23px !important;
line-height: 28px !important;
width: 120px !important;
font: inherit !important;
left: 35px;
}
a.drafts div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .drafts:before {
content: "Purgatory" !important;
}.controls_section li .queue:before {
position: absolute !important;
height: 23px !important;
line-height: 28px !important;
width: 120px !important;
font: inherit !important;
left: 35px;
}
a.queue div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .queue:before {
content: "Waiting" !important;
}.controls_section li .customize:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 180px !important;
font: inherit !important;
left: 35px;
}
a.customize div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .customize:before {
content: "Change Vessels" !important;
}
.controls_section li .activity:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 120px !important;
font: inherit !important;
left: 35px;
}
a.activity div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .activity:before {
content: "Lives Saved" !important;
}
.controls_section li .members:before {
position: absolute !important;
height: 30px !important;
line-height: 28px !important;
width: 100px !important;
font: inherit !important;
left: 35px;
}
a.members div.hide_overflow{
visibility: hidden !important;
}
.controls_section li .members:before {
content: "Hunters" !important;
}
} | 0.407923 | 0.059183 |
.btn-send{
font-size: 20px;
padding: 8px 16px;
}
.fa-users{
font-size: 20px;
}
.user-paragraf{
font-size: 18px;
margin-left: 5px;
}
.fa-user-tag{
font-size: 17px;
margin-right: 3px;
margin-left: 5px;
}
/* Switch checkbox */
.switch {
position: relative;
display: inline-block;
width: 30px;
height: 14px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 8px;
width: 8px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(16);
-ms-transform: translateX(16px);
transform: translateX(16px);
}
/* Slider input file */
.file-upload {
background-color: #ffffff;
max-width: 400px;
margin: 0 auto;
padding: 20px;
}
.file-upload-btn {
width: 100%;
margin: 0;
color: #fff;
background: #1FB264;
border: none;
padding: 10px;
border-radius: 4px;
border-bottom: 4px solid #15824B;
transition: all .2s ease;
outline: none;
text-transform: uppercase;
font-weight: 700;
}
.file-upload-btn:hover {
background: #1AA059;
color: #ffffff;
transition: all .2s ease;
cursor: pointer;
}
.file-upload-btn:active {
border: 0;
transition: all .2s ease;
}
.file-upload-content {
display: none;
text-align: center;
}
.file-upload-input {
position: absolute;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
outline: none;
opacity: 0;
cursor: pointer;
}
.image-upload-wrap {
margin-top: 20px;
border: 4px dashed #1FB264;
position: relative;
}
.image-dropping,
.image-upload-wrap:hover {
background-color: #1FB264;
border: 4px dashed #ffffff;
}
.image-title-wrap {
padding: 0 15px 15px 15px;
color: #222;
}
.drag-text {
text-align: center;
}
.drag-text h3 {
font-weight: 100;
text-transform: uppercase;
color: #15824B;
padding: 60px 0;
}
.file-upload-image {
max-height: 200px;
max-width: 200px;
margin: auto;
padding: 20px;
}
.remove-image {
width: 200px;
margin: 0;
color: #fff;
background: #cd4535;
border: none;
padding: 10px;
border-radius: 4px;
border-bottom: 4px solid #b02818;
transition: all .2s ease;
outline: none;
text-transform: uppercase;
font-weight: 700;
}
.remove-image:hover {
background: #c13b2a;
color: #ffffff;
transition: all .2s ease;
cursor: pointer;
}
.remove-image:active {
border: 0;
transition: all .2s ease;
}
/* Rounded sliders */
.slider.round {
border-radius: 14px;
}
.slider.round:before {
border-radius: 50%;
}
/* media query */
@media screen and (max-width: 590px) {
.table{
font-size: 12px;
}
} | public/admin/assets/css/style.css | .btn-send{
font-size: 20px;
padding: 8px 16px;
}
.fa-users{
font-size: 20px;
}
.user-paragraf{
font-size: 18px;
margin-left: 5px;
}
.fa-user-tag{
font-size: 17px;
margin-right: 3px;
margin-left: 5px;
}
/* Switch checkbox */
.switch {
position: relative;
display: inline-block;
width: 30px;
height: 14px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 8px;
width: 8px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(16);
-ms-transform: translateX(16px);
transform: translateX(16px);
}
/* Slider input file */
.file-upload {
background-color: #ffffff;
max-width: 400px;
margin: 0 auto;
padding: 20px;
}
.file-upload-btn {
width: 100%;
margin: 0;
color: #fff;
background: #1FB264;
border: none;
padding: 10px;
border-radius: 4px;
border-bottom: 4px solid #15824B;
transition: all .2s ease;
outline: none;
text-transform: uppercase;
font-weight: 700;
}
.file-upload-btn:hover {
background: #1AA059;
color: #ffffff;
transition: all .2s ease;
cursor: pointer;
}
.file-upload-btn:active {
border: 0;
transition: all .2s ease;
}
.file-upload-content {
display: none;
text-align: center;
}
.file-upload-input {
position: absolute;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
outline: none;
opacity: 0;
cursor: pointer;
}
.image-upload-wrap {
margin-top: 20px;
border: 4px dashed #1FB264;
position: relative;
}
.image-dropping,
.image-upload-wrap:hover {
background-color: #1FB264;
border: 4px dashed #ffffff;
}
.image-title-wrap {
padding: 0 15px 15px 15px;
color: #222;
}
.drag-text {
text-align: center;
}
.drag-text h3 {
font-weight: 100;
text-transform: uppercase;
color: #15824B;
padding: 60px 0;
}
.file-upload-image {
max-height: 200px;
max-width: 200px;
margin: auto;
padding: 20px;
}
.remove-image {
width: 200px;
margin: 0;
color: #fff;
background: #cd4535;
border: none;
padding: 10px;
border-radius: 4px;
border-bottom: 4px solid #b02818;
transition: all .2s ease;
outline: none;
text-transform: uppercase;
font-weight: 700;
}
.remove-image:hover {
background: #c13b2a;
color: #ffffff;
transition: all .2s ease;
cursor: pointer;
}
.remove-image:active {
border: 0;
transition: all .2s ease;
}
/* Rounded sliders */
.slider.round {
border-radius: 14px;
}
.slider.round:before {
border-radius: 50%;
}
/* media query */
@media screen and (max-width: 590px) {
.table{
font-size: 12px;
}
} | 0.358465 | 0.073863 |
.column {
display: block;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
padding: 0.75rem;
}
/* line 11, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-narrow {
flex: none;
width: unset;
}
/* line 14, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-full {
flex: none;
width: 100%;
}
/* line 17, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-three-quarters {
flex: none;
width: 75%;
}
/* line 20, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-two-thirds {
flex: none;
width: 66.6666%;
}
/* line 23, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-half {
flex: none;
width: 50%;
}
/* line 26, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-one-third {
flex: none;
width: 33.3333%;
}
/* line 29, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-one-quarter {
flex: none;
width: 25%;
}
/* line 32, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-one-fifth {
flex: none;
width: 20%;
}
/* line 35, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-two-fifths {
flex: none;
width: 40%;
}
/* line 38, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-three-fifths {
flex: none;
width: 60%;
}
/* line 41, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-four-fifths {
flex: none;
width: 80%;
}
/* line 44, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-quarters {
margin-left: 75%;
}
/* line 46, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-thirds {
margin-left: 66.6666%;
}
/* line 48, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-half {
margin-left: 50%;
}
/* line 50, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-third {
margin-left: 33.3333%;
}
/* line 52, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-quarter {
margin-left: 25%;
}
/* line 54, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-fifth {
margin-left: 20%;
}
/* line 56, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-fifths {
margin-left: 40%;
}
/* line 58, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-fifths {
margin-left: 60%;
}
/* line 60, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-four-fifths {
margin-left: 80%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-0 {
flex: none;
width: 0%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-0 {
margin-left: 0%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-1 {
flex: none;
width: 8.33333%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-1 {
margin-left: 8.33333%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-2 {
flex: none;
width: 16.66667%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-2 {
margin-left: 16.66667%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-3 {
flex: none;
width: 25%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-3 {
margin-left: 25%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-4 {
flex: none;
width: 33.33333%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-4 {
margin-left: 33.33333%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-5 {
flex: none;
width: 41.66667%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-5 {
margin-left: 41.66667%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-6 {
flex: none;
width: 50%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-6 {
margin-left: 50%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-7 {
flex: none;
width: 58.33333%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-7 {
margin-left: 58.33333%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-8 {
flex: none;
width: 66.66667%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-8 {
margin-left: 66.66667%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-9 {
flex: none;
width: 75%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-9 {
margin-left: 75%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-10 {
flex: none;
width: 83.33333%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-10 {
margin-left: 83.33333%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-11 {
flex: none;
width: 91.66667%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-11 {
margin-left: 91.66667%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-12 {
flex: none;
width: 100%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-12 {
margin-left: 100%;
}
@media screen and (max-width: 768px) {
/* line 69, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow-mobile {
flex: none;
width: unset;
}
/* line 72, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full-mobile {
flex: none;
width: 100%;
}
/* line 75, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters-mobile {
flex: none;
width: 75%;
}
/* line 78, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds-mobile {
flex: none;
width: 66.6666%;
}
/* line 81, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half-mobile {
flex: none;
width: 50%;
}
/* line 84, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third-mobile {
flex: none;
width: 33.3333%;
}
/* line 87, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter-mobile {
flex: none;
width: 25%;
}
/* line 90, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth-mobile {
flex: none;
width: 20%;
}
/* line 93, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths-mobile {
flex: none;
width: 40%;
}
/* line 96, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths-mobile {
flex: none;
width: 60%;
}
/* line 99, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths-mobile {
flex: none;
width: 80%;
}
/* line 102, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters-mobile {
margin-left: 75%;
}
/* line 104, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds-mobile {
margin-left: 66.6666%;
}
/* line 106, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half-mobile {
margin-left: 50%;
}
/* line 108, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third-mobile {
margin-left: 33.3333%;
}
/* line 110, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter-mobile {
margin-left: 25%;
}
/* line 112, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth-mobile {
margin-left: 20%;
}
/* line 114, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths-mobile {
margin-left: 40%;
}
/* line 116, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths-mobile {
margin-left: 60%;
}
/* line 118, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths-mobile {
margin-left: 80%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0-mobile {
flex: none;
width: 0%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0-mobile {
margin-left: 0%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1-mobile {
flex: none;
width: 8.33333%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1-mobile {
margin-left: 8.33333%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2-mobile {
flex: none;
width: 16.66667%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2-mobile {
margin-left: 16.66667%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3-mobile {
flex: none;
width: 25%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3-mobile {
margin-left: 25%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4-mobile {
flex: none;
width: 33.33333%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4-mobile {
margin-left: 33.33333%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5-mobile {
flex: none;
width: 41.66667%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5-mobile {
margin-left: 41.66667%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6-mobile {
flex: none;
width: 50%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6-mobile {
margin-left: 50%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7-mobile {
flex: none;
width: 58.33333%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7-mobile {
margin-left: 58.33333%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8-mobile {
flex: none;
width: 66.66667%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8-mobile {
margin-left: 66.66667%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9-mobile {
flex: none;
width: 75%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9-mobile {
margin-left: 75%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10-mobile {
flex: none;
width: 83.33333%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10-mobile {
margin-left: 83.33333%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11-mobile {
flex: none;
width: 91.66667%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11-mobile {
margin-left: 91.66667%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12-mobile {
flex: none;
width: 100%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12-mobile {
margin-left: 100%;
}
}
@media screen and (min-width: 769px), print {
/* line 127, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow, .column.is-narrow-tablet {
flex: none;
width: unset;
}
/* line 131, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full, .column.is-full-tablet {
flex: none;
width: 100%;
}
/* line 135, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters, .column.is-three-quarters-tablet {
flex: none;
width: 75%;
}
/* line 139, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds, .column.is-two-thirds-tablet {
flex: none;
width: 66.6666%;
}
/* line 143, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half, .column.is-half-tablet {
flex: none;
width: 50%;
}
/* line 147, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third, .column.is-one-third-tablet {
flex: none;
width: 33.3333%;
}
/* line 151, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter, .column.is-one-quarter-tablet {
flex: none;
width: 25%;
}
/* line 155, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth, .column.is-one-fifth-tablet {
flex: none;
width: 20%;
}
/* line 159, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths, .column.is-two-fifths-tablet {
flex: none;
width: 40%;
}
/* line 163, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths, .column.is-three-fifths-tablet {
flex: none;
width: 60%;
}
/* line 167, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths, .column.is-four-fifths-tablet {
flex: none;
width: 80%;
}
/* line 171, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
margin-left: 75%;
}
/* line 174, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
margin-left: 66.6666%;
}
/* line 177, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half, .column.is-offset-half-tablet {
margin-left: 50%;
}
/* line 180, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third, .column.is-offset-one-third-tablet {
margin-left: 33.3333%;
}
/* line 183, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
margin-left: 25%;
}
/* line 186, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
margin-left: 20%;
}
/* line 189, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
margin-left: 40%;
}
/* line 192, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
margin-left: 60%;
}
/* line 195, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
margin-left: 80%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0, .column.is-0-tablet {
flex: none;
width: 0%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0, .column.is-offset-0-tablet {
margin-left: 0%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1, .column.is-1-tablet {
flex: none;
width: 8.33333%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1, .column.is-offset-1-tablet {
margin-left: 8.33333%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2, .column.is-2-tablet {
flex: none;
width: 16.66667%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2, .column.is-offset-2-tablet {
margin-left: 16.66667%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3, .column.is-3-tablet {
flex: none;
width: 25%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3, .column.is-offset-3-tablet {
margin-left: 25%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4, .column.is-4-tablet {
flex: none;
width: 33.33333%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4, .column.is-offset-4-tablet {
margin-left: 33.33333%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5, .column.is-5-tablet {
flex: none;
width: 41.66667%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5, .column.is-offset-5-tablet {
margin-left: 41.66667%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6, .column.is-6-tablet {
flex: none;
width: 50%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6, .column.is-offset-6-tablet {
margin-left: 50%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7, .column.is-7-tablet {
flex: none;
width: 58.33333%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7, .column.is-offset-7-tablet {
margin-left: 58.33333%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8, .column.is-8-tablet {
flex: none;
width: 66.66667%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8, .column.is-offset-8-tablet {
margin-left: 66.66667%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9, .column.is-9-tablet {
flex: none;
width: 75%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9, .column.is-offset-9-tablet {
margin-left: 75%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10, .column.is-10-tablet {
flex: none;
width: 83.33333%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10, .column.is-offset-10-tablet {
margin-left: 83.33333%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11, .column.is-11-tablet {
flex: none;
width: 91.66667%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11, .column.is-offset-11-tablet {
margin-left: 91.66667%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12, .column.is-12-tablet {
flex: none;
width: 100%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12, .column.is-offset-12-tablet {
margin-left: 100%;
}
}
@media screen and (max-width: 1023px) {
/* line 207, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow-touch {
flex: none;
width: unset;
}
/* line 210, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full-touch {
flex: none;
width: 100%;
}
/* line 213, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters-touch {
flex: none;
width: 75%;
}
/* line 216, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds-touch {
flex: none;
width: 66.6666%;
}
/* line 219, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half-touch {
flex: none;
width: 50%;
}
/* line 222, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third-touch {
flex: none;
width: 33.3333%;
}
/* line 225, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter-touch {
flex: none;
width: 25%;
}
/* line 228, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth-touch {
flex: none;
width: 20%;
}
/* line 231, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths-touch {
flex: none;
width: 40%;
}
/* line 234, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths-touch {
flex: none;
width: 60%;
}
/* line 237, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths-touch {
flex: none;
width: 80%;
}
/* line 240, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters-touch {
margin-left: 75%;
}
/* line 242, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds-touch {
margin-left: 66.6666%;
}
/* line 244, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half-touch {
margin-left: 50%;
}
/* line 246, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third-touch {
margin-left: 33.3333%;
}
/* line 248, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter-touch {
margin-left: 25%;
}
/* line 250, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth-touch {
margin-left: 20%;
}
/* line 252, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths-touch {
margin-left: 40%;
}
/* line 254, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths-touch {
margin-left: 60%;
}
/* line 256, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths-touch {
margin-left: 80%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0-touch {
flex: none;
width: 0%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0-touch {
margin-left: 0%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1-touch {
flex: none;
width: 8.33333%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1-touch {
margin-left: 8.33333%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2-touch {
flex: none;
width: 16.66667%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2-touch {
margin-left: 16.66667%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3-touch {
flex: none;
width: 25%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3-touch {
margin-left: 25%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4-touch {
flex: none;
width: 33.33333%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4-touch {
margin-left: 33.33333%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5-touch {
flex: none;
width: 41.66667%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5-touch {
margin-left: 41.66667%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6-touch {
flex: none;
width: 50%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6-touch {
margin-left: 50%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7-touch {
flex: none;
width: 58.33333%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7-touch {
margin-left: 58.33333%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8-touch {
flex: none;
width: 66.66667%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8-touch {
margin-left: 66.66667%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9-touch {
flex: none;
width: 75%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9-touch {
margin-left: 75%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10-touch {
flex: none;
width: 83.33333%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10-touch {
margin-left: 83.33333%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11-touch {
flex: none;
width: 91.66667%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11-touch {
margin-left: 91.66667%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12-touch {
flex: none;
width: 100%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12-touch {
margin-left: 100%;
}
}
@media screen and (min-width: 1024px) {
/* line 265, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow-desktop {
flex: none;
width: unset;
}
/* line 268, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full-desktop {
flex: none;
width: 100%;
}
/* line 271, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters-desktop {
flex: none;
width: 75%;
}
/* line 274, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds-desktop {
flex: none;
width: 66.6666%;
}
/* line 277, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half-desktop {
flex: none;
width: 50%;
}
/* line 280, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third-desktop {
flex: none;
width: 33.3333%;
}
/* line 283, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter-desktop {
flex: none;
width: 25%;
}
/* line 286, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth-desktop {
flex: none;
width: 20%;
}
/* line 289, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths-desktop {
flex: none;
width: 40%;
}
/* line 292, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths-desktop {
flex: none;
width: 60%;
}
/* line 295, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths-desktop {
flex: none;
width: 80%;
}
/* line 298, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters-desktop {
margin-left: 75%;
}
/* line 300, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds-desktop {
margin-left: 66.6666%;
}
/* line 302, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half-desktop {
margin-left: 50%;
}
/* line 304, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third-desktop {
margin-left: 33.3333%;
}
/* line 306, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter-desktop {
margin-left: 25%;
}
/* line 308, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth-desktop {
margin-left: 20%;
}
/* line 310, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths-desktop {
margin-left: 40%;
}
/* line 312, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths-desktop {
margin-left: 60%;
}
/* line 314, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths-desktop {
margin-left: 80%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0-desktop {
flex: none;
width: 0%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0-desktop {
margin-left: 0%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1-desktop {
flex: none;
width: 8.33333%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1-desktop {
margin-left: 8.33333%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2-desktop {
flex: none;
width: 16.66667%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2-desktop {
margin-left: 16.66667%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3-desktop {
flex: none;
width: 25%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3-desktop {
margin-left: 25%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4-desktop {
flex: none;
width: 33.33333%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4-desktop {
margin-left: 33.33333%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5-desktop {
flex: none;
width: 41.66667%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5-desktop {
margin-left: 41.66667%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6-desktop {
flex: none;
width: 50%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6-desktop {
margin-left: 50%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7-desktop {
flex: none;
width: 58.33333%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7-desktop {
margin-left: 58.33333%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8-desktop {
flex: none;
width: 66.66667%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8-desktop {
margin-left: 66.66667%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9-desktop {
flex: none;
width: 75%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9-desktop {
margin-left: 75%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10-desktop {
flex: none;
width: 83.33333%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10-desktop {
margin-left: 83.33333%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11-desktop {
flex: none;
width: 91.66667%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11-desktop {
margin-left: 91.66667%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12-desktop {
flex: none;
width: 100%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12-desktop {
margin-left: 100%;
}
}
@media screen and (min-width: 1216px) {
/* line 323, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow-widescreen {
flex: none;
width: unset;
}
/* line 326, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full-widescreen {
flex: none;
width: 100%;
}
/* line 329, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters-widescreen {
flex: none;
width: 75%;
}
/* line 332, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds-widescreen {
flex: none;
width: 66.6666%;
}
/* line 335, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half-widescreen {
flex: none;
width: 50%;
}
/* line 338, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third-widescreen {
flex: none;
width: 33.3333%;
}
/* line 341, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter-widescreen {
flex: none;
width: 25%;
}
/* line 344, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth-widescreen {
flex: none;
width: 20%;
}
/* line 347, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths-widescreen {
flex: none;
width: 40%;
}
/* line 350, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths-widescreen {
flex: none;
width: 60%;
}
/* line 353, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths-widescreen {
flex: none;
width: 80%;
}
/* line 356, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters-widescreen {
margin-left: 75%;
}
/* line 358, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds-widescreen {
margin-left: 66.6666%;
}
/* line 360, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half-widescreen {
margin-left: 50%;
}
/* line 362, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third-widescreen {
margin-left: 33.3333%;
}
/* line 364, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter-widescreen {
margin-left: 25%;
}
/* line 366, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth-widescreen {
margin-left: 20%;
}
/* line 368, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths-widescreen {
margin-left: 40%;
}
/* line 370, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths-widescreen {
margin-left: 60%;
}
/* line 372, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths-widescreen {
margin-left: 80%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0-widescreen {
flex: none;
width: 0%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0-widescreen {
margin-left: 0%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1-widescreen {
flex: none;
width: 8.33333%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1-widescreen {
margin-left: 8.33333%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2-widescreen {
flex: none;
width: 16.66667%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2-widescreen {
margin-left: 16.66667%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3-widescreen {
flex: none;
width: 25%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3-widescreen {
margin-left: 25%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4-widescreen {
flex: none;
width: 33.33333%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4-widescreen {
margin-left: 33.33333%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5-widescreen {
flex: none;
width: 41.66667%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5-widescreen {
margin-left: 41.66667%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6-widescreen {
flex: none;
width: 50%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6-widescreen {
margin-left: 50%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7-widescreen {
flex: none;
width: 58.33333%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7-widescreen {
margin-left: 58.33333%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8-widescreen {
flex: none;
width: 66.66667%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8-widescreen {
margin-left: 66.66667%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9-widescreen {
flex: none;
width: 75%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9-widescreen {
margin-left: 75%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10-widescreen {
flex: none;
width: 83.33333%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10-widescreen {
margin-left: 83.33333%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11-widescreen {
flex: none;
width: 91.66667%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11-widescreen {
margin-left: 91.66667%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12-widescreen {
flex: none;
width: 100%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12-widescreen {
margin-left: 100%;
}
}
@media screen and (min-width: 1408px) {
/* line 381, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow-fullhd {
flex: none;
width: unset;
}
/* line 384, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full-fullhd {
flex: none;
width: 100%;
}
/* line 387, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters-fullhd {
flex: none;
width: 75%;
}
/* line 390, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds-fullhd {
flex: none;
width: 66.6666%;
}
/* line 393, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half-fullhd {
flex: none;
width: 50%;
}
/* line 396, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third-fullhd {
flex: none;
width: 33.3333%;
}
/* line 399, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter-fullhd {
flex: none;
width: 25%;
}
/* line 402, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth-fullhd {
flex: none;
width: 20%;
}
/* line 405, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths-fullhd {
flex: none;
width: 40%;
}
/* line 408, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths-fullhd {
flex: none;
width: 60%;
}
/* line 411, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths-fullhd {
flex: none;
width: 80%;
}
/* line 414, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters-fullhd {
margin-left: 75%;
}
/* line 416, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds-fullhd {
margin-left: 66.6666%;
}
/* line 418, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half-fullhd {
margin-left: 50%;
}
/* line 420, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third-fullhd {
margin-left: 33.3333%;
}
/* line 422, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter-fullhd {
margin-left: 25%;
}
/* line 424, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth-fullhd {
margin-left: 20%;
}
/* line 426, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths-fullhd {
margin-left: 40%;
}
/* line 428, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths-fullhd {
margin-left: 60%;
}
/* line 430, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths-fullhd {
margin-left: 80%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0-fullhd {
flex: none;
width: 0%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0-fullhd {
margin-left: 0%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1-fullhd {
flex: none;
width: 8.33333%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1-fullhd {
margin-left: 8.33333%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2-fullhd {
flex: none;
width: 16.66667%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2-fullhd {
margin-left: 16.66667%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3-fullhd {
flex: none;
width: 25%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3-fullhd {
margin-left: 25%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4-fullhd {
flex: none;
width: 33.33333%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4-fullhd {
margin-left: 33.33333%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5-fullhd {
flex: none;
width: 41.66667%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5-fullhd {
margin-left: 41.66667%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6-fullhd {
flex: none;
width: 50%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6-fullhd {
margin-left: 50%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7-fullhd {
flex: none;
width: 58.33333%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7-fullhd {
margin-left: 58.33333%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8-fullhd {
flex: none;
width: 66.66667%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8-fullhd {
margin-left: 66.66667%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9-fullhd {
flex: none;
width: 75%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9-fullhd {
margin-left: 75%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10-fullhd {
flex: none;
width: 83.33333%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10-fullhd {
margin-left: 83.33333%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11-fullhd {
flex: none;
width: 91.66667%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11-fullhd {
margin-left: 91.66667%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12-fullhd {
flex: none;
width: 100%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12-fullhd {
margin-left: 100%;
}
}
/* line 439, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns {
margin-left: -0.75rem;
margin-right: -0.75rem;
margin-top: -0.75rem;
}
/* line 443, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns:last-child {
margin-bottom: -0.75rem;
}
/* line 445, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns:not(:last-child) {
margin-bottom: calc(1.5rem - 0.75rem);
}
/* line 448, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-centered {
justify-content: center;
}
/* line 450, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-gapless {
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
/* line 454, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-gapless > .column {
margin: 0;
padding: 0 !important;
}
/* line 457, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-gapless:not(:last-child) {
margin-bottom: 1.5rem;
}
/* line 459, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-gapless:last-child {
margin-bottom: 0;
}
/* line 461, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile {
display: flex;
}
/* line 463, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-multiline {
flex-wrap: wrap;
}
/* line 465, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-vcentered {
align-items: center;
}
@media screen and (min-width: 769px), print {
/* line 469, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns:not(.is-desktop) {
display: flex;
}
}
@media screen and (min-width: 1024px) {
/* line 473, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-desktop {
display: flex;
}
}
/* line 477, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable {
--columnGap: 0.75rem;
margin-left: calc(-1 * var(--columnGap));
margin-right: calc(-1 * var(--columnGap));
}
/* line 481, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable > .column {
padding-left: var(--columnGap);
padding-right: var(--columnGap);
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0 {
--columnGap: 0rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-mobile {
--columnGap: 0rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-tablet {
--columnGap: 0rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-tablet-only {
--columnGap: 0rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-touch {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-desktop {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-desktop-only {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-widescreen {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-widescreen-only {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-fullhd {
--columnGap: 0rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1 {
--columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-mobile {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-tablet {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-tablet-only {
--columnGap: 0.25rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-touch {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-desktop {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-desktop-only {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-widescreen {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-widescreen-only {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-fullhd {
--columnGap: 0.25rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2 {
--columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-mobile {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-tablet {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-tablet-only {
--columnGap: 0.5rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-touch {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-desktop {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-desktop-only {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-widescreen {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-widescreen-only {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-fullhd {
--columnGap: 0.5rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3 {
--columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-mobile {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-tablet {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-tablet-only {
--columnGap: 0.75rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-touch {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-desktop {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-desktop-only {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-widescreen {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-widescreen-only {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-fullhd {
--columnGap: 0.75rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4 {
--columnGap: 1rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-mobile {
--columnGap: 1rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-tablet {
--columnGap: 1rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-tablet-only {
--columnGap: 1rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-touch {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-desktop {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-desktop-only {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-widescreen {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-widescreen-only {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-fullhd {
--columnGap: 1rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5 {
--columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-mobile {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-tablet {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-tablet-only {
--columnGap: 1.25rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-touch {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-desktop {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-desktop-only {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-widescreen {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-widescreen-only {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-fullhd {
--columnGap: 1.25rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6 {
--columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-mobile {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-tablet {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-tablet-only {
--columnGap: 1.5rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-touch {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-desktop {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-desktop-only {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-widescreen {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-widescreen-only {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-fullhd {
--columnGap: 1.5rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7 {
--columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-mobile {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-tablet {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-tablet-only {
--columnGap: 1.75rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-touch {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-desktop {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-desktop-only {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-widescreen {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-widescreen-only {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-fullhd {
--columnGap: 1.75rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8 {
--columnGap: 2rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-mobile {
--columnGap: 2rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-tablet {
--columnGap: 2rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-tablet-only {
--columnGap: 2rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-touch {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-desktop {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-desktop-only {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-widescreen {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-widescreen-only {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-fullhd {
--columnGap: 2rem;
}
}
/*# sourceMappingURL=columns.css.map */ | css/bulma/grid/columns.css | .column {
display: block;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
padding: 0.75rem;
}
/* line 11, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-narrow {
flex: none;
width: unset;
}
/* line 14, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-full {
flex: none;
width: 100%;
}
/* line 17, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-three-quarters {
flex: none;
width: 75%;
}
/* line 20, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-two-thirds {
flex: none;
width: 66.6666%;
}
/* line 23, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-half {
flex: none;
width: 50%;
}
/* line 26, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-one-third {
flex: none;
width: 33.3333%;
}
/* line 29, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-one-quarter {
flex: none;
width: 25%;
}
/* line 32, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-one-fifth {
flex: none;
width: 20%;
}
/* line 35, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-two-fifths {
flex: none;
width: 40%;
}
/* line 38, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-three-fifths {
flex: none;
width: 60%;
}
/* line 41, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-four-fifths {
flex: none;
width: 80%;
}
/* line 44, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-quarters {
margin-left: 75%;
}
/* line 46, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-thirds {
margin-left: 66.6666%;
}
/* line 48, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-half {
margin-left: 50%;
}
/* line 50, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-third {
margin-left: 33.3333%;
}
/* line 52, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-quarter {
margin-left: 25%;
}
/* line 54, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-fifth {
margin-left: 20%;
}
/* line 56, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-fifths {
margin-left: 40%;
}
/* line 58, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-fifths {
margin-left: 60%;
}
/* line 60, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-four-fifths {
margin-left: 80%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-0 {
flex: none;
width: 0%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-0 {
margin-left: 0%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-1 {
flex: none;
width: 8.33333%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-1 {
margin-left: 8.33333%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-2 {
flex: none;
width: 16.66667%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-2 {
margin-left: 16.66667%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-3 {
flex: none;
width: 25%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-3 {
margin-left: 25%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-4 {
flex: none;
width: 33.33333%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-4 {
margin-left: 33.33333%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-5 {
flex: none;
width: 41.66667%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-5 {
margin-left: 41.66667%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-6 {
flex: none;
width: 50%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-6 {
margin-left: 50%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-7 {
flex: none;
width: 58.33333%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-7 {
margin-left: 58.33333%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-8 {
flex: none;
width: 66.66667%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-8 {
margin-left: 66.66667%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-9 {
flex: none;
width: 75%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-9 {
margin-left: 75%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-10 {
flex: none;
width: 83.33333%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-10 {
margin-left: 83.33333%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-11 {
flex: none;
width: 91.66667%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-11 {
margin-left: 91.66667%;
}
/* line 63, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-12 {
flex: none;
width: 100%;
}
/* line 66, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-12 {
margin-left: 100%;
}
@media screen and (max-width: 768px) {
/* line 69, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow-mobile {
flex: none;
width: unset;
}
/* line 72, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full-mobile {
flex: none;
width: 100%;
}
/* line 75, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters-mobile {
flex: none;
width: 75%;
}
/* line 78, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds-mobile {
flex: none;
width: 66.6666%;
}
/* line 81, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half-mobile {
flex: none;
width: 50%;
}
/* line 84, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third-mobile {
flex: none;
width: 33.3333%;
}
/* line 87, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter-mobile {
flex: none;
width: 25%;
}
/* line 90, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth-mobile {
flex: none;
width: 20%;
}
/* line 93, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths-mobile {
flex: none;
width: 40%;
}
/* line 96, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths-mobile {
flex: none;
width: 60%;
}
/* line 99, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths-mobile {
flex: none;
width: 80%;
}
/* line 102, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters-mobile {
margin-left: 75%;
}
/* line 104, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds-mobile {
margin-left: 66.6666%;
}
/* line 106, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half-mobile {
margin-left: 50%;
}
/* line 108, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third-mobile {
margin-left: 33.3333%;
}
/* line 110, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter-mobile {
margin-left: 25%;
}
/* line 112, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth-mobile {
margin-left: 20%;
}
/* line 114, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths-mobile {
margin-left: 40%;
}
/* line 116, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths-mobile {
margin-left: 60%;
}
/* line 118, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths-mobile {
margin-left: 80%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0-mobile {
flex: none;
width: 0%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0-mobile {
margin-left: 0%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1-mobile {
flex: none;
width: 8.33333%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1-mobile {
margin-left: 8.33333%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2-mobile {
flex: none;
width: 16.66667%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2-mobile {
margin-left: 16.66667%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3-mobile {
flex: none;
width: 25%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3-mobile {
margin-left: 25%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4-mobile {
flex: none;
width: 33.33333%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4-mobile {
margin-left: 33.33333%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5-mobile {
flex: none;
width: 41.66667%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5-mobile {
margin-left: 41.66667%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6-mobile {
flex: none;
width: 50%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6-mobile {
margin-left: 50%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7-mobile {
flex: none;
width: 58.33333%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7-mobile {
margin-left: 58.33333%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8-mobile {
flex: none;
width: 66.66667%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8-mobile {
margin-left: 66.66667%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9-mobile {
flex: none;
width: 75%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9-mobile {
margin-left: 75%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10-mobile {
flex: none;
width: 83.33333%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10-mobile {
margin-left: 83.33333%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11-mobile {
flex: none;
width: 91.66667%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11-mobile {
margin-left: 91.66667%;
}
/* line 121, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12-mobile {
flex: none;
width: 100%;
}
/* line 124, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12-mobile {
margin-left: 100%;
}
}
@media screen and (min-width: 769px), print {
/* line 127, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow, .column.is-narrow-tablet {
flex: none;
width: unset;
}
/* line 131, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full, .column.is-full-tablet {
flex: none;
width: 100%;
}
/* line 135, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters, .column.is-three-quarters-tablet {
flex: none;
width: 75%;
}
/* line 139, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds, .column.is-two-thirds-tablet {
flex: none;
width: 66.6666%;
}
/* line 143, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half, .column.is-half-tablet {
flex: none;
width: 50%;
}
/* line 147, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third, .column.is-one-third-tablet {
flex: none;
width: 33.3333%;
}
/* line 151, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter, .column.is-one-quarter-tablet {
flex: none;
width: 25%;
}
/* line 155, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth, .column.is-one-fifth-tablet {
flex: none;
width: 20%;
}
/* line 159, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths, .column.is-two-fifths-tablet {
flex: none;
width: 40%;
}
/* line 163, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths, .column.is-three-fifths-tablet {
flex: none;
width: 60%;
}
/* line 167, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths, .column.is-four-fifths-tablet {
flex: none;
width: 80%;
}
/* line 171, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
margin-left: 75%;
}
/* line 174, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
margin-left: 66.6666%;
}
/* line 177, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half, .column.is-offset-half-tablet {
margin-left: 50%;
}
/* line 180, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third, .column.is-offset-one-third-tablet {
margin-left: 33.3333%;
}
/* line 183, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
margin-left: 25%;
}
/* line 186, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
margin-left: 20%;
}
/* line 189, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
margin-left: 40%;
}
/* line 192, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
margin-left: 60%;
}
/* line 195, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
margin-left: 80%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0, .column.is-0-tablet {
flex: none;
width: 0%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0, .column.is-offset-0-tablet {
margin-left: 0%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1, .column.is-1-tablet {
flex: none;
width: 8.33333%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1, .column.is-offset-1-tablet {
margin-left: 8.33333%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2, .column.is-2-tablet {
flex: none;
width: 16.66667%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2, .column.is-offset-2-tablet {
margin-left: 16.66667%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3, .column.is-3-tablet {
flex: none;
width: 25%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3, .column.is-offset-3-tablet {
margin-left: 25%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4, .column.is-4-tablet {
flex: none;
width: 33.33333%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4, .column.is-offset-4-tablet {
margin-left: 33.33333%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5, .column.is-5-tablet {
flex: none;
width: 41.66667%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5, .column.is-offset-5-tablet {
margin-left: 41.66667%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6, .column.is-6-tablet {
flex: none;
width: 50%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6, .column.is-offset-6-tablet {
margin-left: 50%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7, .column.is-7-tablet {
flex: none;
width: 58.33333%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7, .column.is-offset-7-tablet {
margin-left: 58.33333%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8, .column.is-8-tablet {
flex: none;
width: 66.66667%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8, .column.is-offset-8-tablet {
margin-left: 66.66667%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9, .column.is-9-tablet {
flex: none;
width: 75%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9, .column.is-offset-9-tablet {
margin-left: 75%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10, .column.is-10-tablet {
flex: none;
width: 83.33333%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10, .column.is-offset-10-tablet {
margin-left: 83.33333%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11, .column.is-11-tablet {
flex: none;
width: 91.66667%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11, .column.is-offset-11-tablet {
margin-left: 91.66667%;
}
/* line 199, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12, .column.is-12-tablet {
flex: none;
width: 100%;
}
/* line 203, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12, .column.is-offset-12-tablet {
margin-left: 100%;
}
}
@media screen and (max-width: 1023px) {
/* line 207, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow-touch {
flex: none;
width: unset;
}
/* line 210, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full-touch {
flex: none;
width: 100%;
}
/* line 213, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters-touch {
flex: none;
width: 75%;
}
/* line 216, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds-touch {
flex: none;
width: 66.6666%;
}
/* line 219, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half-touch {
flex: none;
width: 50%;
}
/* line 222, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third-touch {
flex: none;
width: 33.3333%;
}
/* line 225, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter-touch {
flex: none;
width: 25%;
}
/* line 228, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth-touch {
flex: none;
width: 20%;
}
/* line 231, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths-touch {
flex: none;
width: 40%;
}
/* line 234, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths-touch {
flex: none;
width: 60%;
}
/* line 237, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths-touch {
flex: none;
width: 80%;
}
/* line 240, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters-touch {
margin-left: 75%;
}
/* line 242, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds-touch {
margin-left: 66.6666%;
}
/* line 244, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half-touch {
margin-left: 50%;
}
/* line 246, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third-touch {
margin-left: 33.3333%;
}
/* line 248, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter-touch {
margin-left: 25%;
}
/* line 250, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth-touch {
margin-left: 20%;
}
/* line 252, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths-touch {
margin-left: 40%;
}
/* line 254, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths-touch {
margin-left: 60%;
}
/* line 256, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths-touch {
margin-left: 80%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0-touch {
flex: none;
width: 0%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0-touch {
margin-left: 0%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1-touch {
flex: none;
width: 8.33333%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1-touch {
margin-left: 8.33333%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2-touch {
flex: none;
width: 16.66667%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2-touch {
margin-left: 16.66667%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3-touch {
flex: none;
width: 25%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3-touch {
margin-left: 25%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4-touch {
flex: none;
width: 33.33333%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4-touch {
margin-left: 33.33333%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5-touch {
flex: none;
width: 41.66667%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5-touch {
margin-left: 41.66667%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6-touch {
flex: none;
width: 50%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6-touch {
margin-left: 50%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7-touch {
flex: none;
width: 58.33333%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7-touch {
margin-left: 58.33333%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8-touch {
flex: none;
width: 66.66667%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8-touch {
margin-left: 66.66667%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9-touch {
flex: none;
width: 75%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9-touch {
margin-left: 75%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10-touch {
flex: none;
width: 83.33333%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10-touch {
margin-left: 83.33333%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11-touch {
flex: none;
width: 91.66667%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11-touch {
margin-left: 91.66667%;
}
/* line 259, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12-touch {
flex: none;
width: 100%;
}
/* line 262, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12-touch {
margin-left: 100%;
}
}
@media screen and (min-width: 1024px) {
/* line 265, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow-desktop {
flex: none;
width: unset;
}
/* line 268, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full-desktop {
flex: none;
width: 100%;
}
/* line 271, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters-desktop {
flex: none;
width: 75%;
}
/* line 274, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds-desktop {
flex: none;
width: 66.6666%;
}
/* line 277, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half-desktop {
flex: none;
width: 50%;
}
/* line 280, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third-desktop {
flex: none;
width: 33.3333%;
}
/* line 283, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter-desktop {
flex: none;
width: 25%;
}
/* line 286, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth-desktop {
flex: none;
width: 20%;
}
/* line 289, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths-desktop {
flex: none;
width: 40%;
}
/* line 292, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths-desktop {
flex: none;
width: 60%;
}
/* line 295, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths-desktop {
flex: none;
width: 80%;
}
/* line 298, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters-desktop {
margin-left: 75%;
}
/* line 300, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds-desktop {
margin-left: 66.6666%;
}
/* line 302, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half-desktop {
margin-left: 50%;
}
/* line 304, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third-desktop {
margin-left: 33.3333%;
}
/* line 306, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter-desktop {
margin-left: 25%;
}
/* line 308, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth-desktop {
margin-left: 20%;
}
/* line 310, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths-desktop {
margin-left: 40%;
}
/* line 312, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths-desktop {
margin-left: 60%;
}
/* line 314, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths-desktop {
margin-left: 80%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0-desktop {
flex: none;
width: 0%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0-desktop {
margin-left: 0%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1-desktop {
flex: none;
width: 8.33333%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1-desktop {
margin-left: 8.33333%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2-desktop {
flex: none;
width: 16.66667%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2-desktop {
margin-left: 16.66667%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3-desktop {
flex: none;
width: 25%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3-desktop {
margin-left: 25%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4-desktop {
flex: none;
width: 33.33333%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4-desktop {
margin-left: 33.33333%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5-desktop {
flex: none;
width: 41.66667%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5-desktop {
margin-left: 41.66667%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6-desktop {
flex: none;
width: 50%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6-desktop {
margin-left: 50%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7-desktop {
flex: none;
width: 58.33333%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7-desktop {
margin-left: 58.33333%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8-desktop {
flex: none;
width: 66.66667%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8-desktop {
margin-left: 66.66667%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9-desktop {
flex: none;
width: 75%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9-desktop {
margin-left: 75%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10-desktop {
flex: none;
width: 83.33333%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10-desktop {
margin-left: 83.33333%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11-desktop {
flex: none;
width: 91.66667%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11-desktop {
margin-left: 91.66667%;
}
/* line 317, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12-desktop {
flex: none;
width: 100%;
}
/* line 320, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12-desktop {
margin-left: 100%;
}
}
@media screen and (min-width: 1216px) {
/* line 323, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow-widescreen {
flex: none;
width: unset;
}
/* line 326, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full-widescreen {
flex: none;
width: 100%;
}
/* line 329, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters-widescreen {
flex: none;
width: 75%;
}
/* line 332, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds-widescreen {
flex: none;
width: 66.6666%;
}
/* line 335, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half-widescreen {
flex: none;
width: 50%;
}
/* line 338, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third-widescreen {
flex: none;
width: 33.3333%;
}
/* line 341, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter-widescreen {
flex: none;
width: 25%;
}
/* line 344, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth-widescreen {
flex: none;
width: 20%;
}
/* line 347, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths-widescreen {
flex: none;
width: 40%;
}
/* line 350, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths-widescreen {
flex: none;
width: 60%;
}
/* line 353, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths-widescreen {
flex: none;
width: 80%;
}
/* line 356, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters-widescreen {
margin-left: 75%;
}
/* line 358, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds-widescreen {
margin-left: 66.6666%;
}
/* line 360, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half-widescreen {
margin-left: 50%;
}
/* line 362, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third-widescreen {
margin-left: 33.3333%;
}
/* line 364, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter-widescreen {
margin-left: 25%;
}
/* line 366, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth-widescreen {
margin-left: 20%;
}
/* line 368, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths-widescreen {
margin-left: 40%;
}
/* line 370, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths-widescreen {
margin-left: 60%;
}
/* line 372, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths-widescreen {
margin-left: 80%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0-widescreen {
flex: none;
width: 0%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0-widescreen {
margin-left: 0%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1-widescreen {
flex: none;
width: 8.33333%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1-widescreen {
margin-left: 8.33333%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2-widescreen {
flex: none;
width: 16.66667%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2-widescreen {
margin-left: 16.66667%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3-widescreen {
flex: none;
width: 25%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3-widescreen {
margin-left: 25%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4-widescreen {
flex: none;
width: 33.33333%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4-widescreen {
margin-left: 33.33333%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5-widescreen {
flex: none;
width: 41.66667%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5-widescreen {
margin-left: 41.66667%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6-widescreen {
flex: none;
width: 50%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6-widescreen {
margin-left: 50%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7-widescreen {
flex: none;
width: 58.33333%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7-widescreen {
margin-left: 58.33333%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8-widescreen {
flex: none;
width: 66.66667%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8-widescreen {
margin-left: 66.66667%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9-widescreen {
flex: none;
width: 75%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9-widescreen {
margin-left: 75%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10-widescreen {
flex: none;
width: 83.33333%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10-widescreen {
margin-left: 83.33333%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11-widescreen {
flex: none;
width: 91.66667%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11-widescreen {
margin-left: 91.66667%;
}
/* line 375, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12-widescreen {
flex: none;
width: 100%;
}
/* line 378, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12-widescreen {
margin-left: 100%;
}
}
@media screen and (min-width: 1408px) {
/* line 381, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-narrow-fullhd {
flex: none;
width: unset;
}
/* line 384, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-full-fullhd {
flex: none;
width: 100%;
}
/* line 387, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-quarters-fullhd {
flex: none;
width: 75%;
}
/* line 390, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-thirds-fullhd {
flex: none;
width: 66.6666%;
}
/* line 393, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-half-fullhd {
flex: none;
width: 50%;
}
/* line 396, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-third-fullhd {
flex: none;
width: 33.3333%;
}
/* line 399, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-quarter-fullhd {
flex: none;
width: 25%;
}
/* line 402, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-one-fifth-fullhd {
flex: none;
width: 20%;
}
/* line 405, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-two-fifths-fullhd {
flex: none;
width: 40%;
}
/* line 408, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-three-fifths-fullhd {
flex: none;
width: 60%;
}
/* line 411, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-four-fifths-fullhd {
flex: none;
width: 80%;
}
/* line 414, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-quarters-fullhd {
margin-left: 75%;
}
/* line 416, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-thirds-fullhd {
margin-left: 66.6666%;
}
/* line 418, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-half-fullhd {
margin-left: 50%;
}
/* line 420, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-third-fullhd {
margin-left: 33.3333%;
}
/* line 422, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-quarter-fullhd {
margin-left: 25%;
}
/* line 424, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-one-fifth-fullhd {
margin-left: 20%;
}
/* line 426, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-two-fifths-fullhd {
margin-left: 40%;
}
/* line 428, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-three-fifths-fullhd {
margin-left: 60%;
}
/* line 430, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-four-fifths-fullhd {
margin-left: 80%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-0-fullhd {
flex: none;
width: 0%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-0-fullhd {
margin-left: 0%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-1-fullhd {
flex: none;
width: 8.33333%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-1-fullhd {
margin-left: 8.33333%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-2-fullhd {
flex: none;
width: 16.66667%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-2-fullhd {
margin-left: 16.66667%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-3-fullhd {
flex: none;
width: 25%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-3-fullhd {
margin-left: 25%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-4-fullhd {
flex: none;
width: 33.33333%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-4-fullhd {
margin-left: 33.33333%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-5-fullhd {
flex: none;
width: 41.66667%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-5-fullhd {
margin-left: 41.66667%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-6-fullhd {
flex: none;
width: 50%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-6-fullhd {
margin-left: 50%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-7-fullhd {
flex: none;
width: 58.33333%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-7-fullhd {
margin-left: 58.33333%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-8-fullhd {
flex: none;
width: 66.66667%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-8-fullhd {
margin-left: 66.66667%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-9-fullhd {
flex: none;
width: 75%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-9-fullhd {
margin-left: 75%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-10-fullhd {
flex: none;
width: 83.33333%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-10-fullhd {
margin-left: 83.33333%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-11-fullhd {
flex: none;
width: 91.66667%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-11-fullhd {
margin-left: 91.66667%;
}
/* line 433, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-12-fullhd {
flex: none;
width: 100%;
}
/* line 436, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.column.is-offset-12-fullhd {
margin-left: 100%;
}
}
/* line 439, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns {
margin-left: -0.75rem;
margin-right: -0.75rem;
margin-top: -0.75rem;
}
/* line 443, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns:last-child {
margin-bottom: -0.75rem;
}
/* line 445, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns:not(:last-child) {
margin-bottom: calc(1.5rem - 0.75rem);
}
/* line 448, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-centered {
justify-content: center;
}
/* line 450, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-gapless {
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
/* line 454, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-gapless > .column {
margin: 0;
padding: 0 !important;
}
/* line 457, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-gapless:not(:last-child) {
margin-bottom: 1.5rem;
}
/* line 459, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-gapless:last-child {
margin-bottom: 0;
}
/* line 461, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-mobile {
display: flex;
}
/* line 463, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-multiline {
flex-wrap: wrap;
}
/* line 465, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-vcentered {
align-items: center;
}
@media screen and (min-width: 769px), print {
/* line 469, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns:not(.is-desktop) {
display: flex;
}
}
@media screen and (min-width: 1024px) {
/* line 473, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-desktop {
display: flex;
}
}
/* line 477, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable {
--columnGap: 0.75rem;
margin-left: calc(-1 * var(--columnGap));
margin-right: calc(-1 * var(--columnGap));
}
/* line 481, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable > .column {
padding-left: var(--columnGap);
padding-right: var(--columnGap);
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0 {
--columnGap: 0rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-mobile {
--columnGap: 0rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-tablet {
--columnGap: 0rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-tablet-only {
--columnGap: 0rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-touch {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-desktop {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-desktop-only {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-widescreen {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-widescreen-only {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-0-fullhd {
--columnGap: 0rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1 {
--columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-mobile {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-tablet {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-tablet-only {
--columnGap: 0.25rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-touch {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-desktop {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-desktop-only {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-widescreen {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-widescreen-only {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-1-fullhd {
--columnGap: 0.25rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2 {
--columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-mobile {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-tablet {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-tablet-only {
--columnGap: 0.5rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-touch {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-desktop {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-desktop-only {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-widescreen {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-widescreen-only {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-2-fullhd {
--columnGap: 0.5rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3 {
--columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-mobile {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-tablet {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-tablet-only {
--columnGap: 0.75rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-touch {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-desktop {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-desktop-only {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-widescreen {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-widescreen-only {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-3-fullhd {
--columnGap: 0.75rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4 {
--columnGap: 1rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-mobile {
--columnGap: 1rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-tablet {
--columnGap: 1rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-tablet-only {
--columnGap: 1rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-touch {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-desktop {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-desktop-only {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-widescreen {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-widescreen-only {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-4-fullhd {
--columnGap: 1rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5 {
--columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-mobile {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-tablet {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-tablet-only {
--columnGap: 1.25rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-touch {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-desktop {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-desktop-only {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-widescreen {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-widescreen-only {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-5-fullhd {
--columnGap: 1.25rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6 {
--columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-mobile {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-tablet {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-tablet-only {
--columnGap: 1.5rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-touch {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-desktop {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-desktop-only {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-widescreen {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-widescreen-only {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-6-fullhd {
--columnGap: 1.5rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7 {
--columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-mobile {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-tablet {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-tablet-only {
--columnGap: 1.75rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-touch {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-desktop {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-desktop-only {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-widescreen {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-widescreen-only {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-7-fullhd {
--columnGap: 1.75rem;
}
}
/* line 485, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8 {
--columnGap: 2rem;
}
@media screen and (max-width: 768px) {
/* line 488, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-mobile {
--columnGap: 2rem;
}
}
@media screen and (min-width: 769px), print {
/* line 491, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-tablet {
--columnGap: 2rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
/* line 494, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-tablet-only {
--columnGap: 2rem;
}
}
@media screen and (max-width: 1023px) {
/* line 497, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-touch {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1024px) {
/* line 500, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-desktop {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
/* line 503, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-desktop-only {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1216px) {
/* line 506, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-widescreen {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
/* line 509, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-widescreen-only {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1408px) {
/* line 512, ../../../WebstormProjects/ckosidow.github.io/sass/bulma/grid/columns.sass */
.columns.is-variable.is-8-fullhd {
--columnGap: 2rem;
}
}
/*# sourceMappingURL=columns.css.map */ | 0.25128 | 0.065665 |
body {
margin: 8px;
height: calc(100vh - 16px);
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgb(47 54 60);
}
::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
}
::-webkit-scrollbar-thumb:hover {
background-color: #abadaf;
}
.bg-main{
background-color: #101d24;
border: 2px solid #232c33;
}
.bg-contrast{
background-color: #202c33;
}
.box-shadow{
box-shadow: 0 2px 8px rgb(0 0 0 / 30%), inset 10px 10px 40px rgb(0 0 0 / 30%);
}
.navbar {
height: 50px;
flex-wrap: nowrap;
margin-bottom: 8px;
border-radius: 8px;
}
.navbar-brand {
color: #ccc;
}
a.nav-link {
color: #c5c5c9 !important;
cursor: pointer;
}
#layoutSidenav {
display: flex;
}
#layoutSidenav_content {
width: calc(100% - 120px);
}
#layoutSidenav_nav {
height: calc(100vh - 74px);
flex-basis: 120px;
flex-shrink: 0;
margin-right: 15px;
margin-left: -12px !important;
}
.sidenav-menu {
overflow-y: overlay;
padding: 0px 8px;
flex-grow: 1;
}
.sidenav {
display: flex;
flex-direction: column;
height: 100%;
flex-wrap: nowrap;
color: rgba(255, 255, 255, 0.5);
border-radius: 8px;
}
.item {
display: inline-flex;
position: relative;
width: 46px;
height: 46px;
align-items: center;
justify-content: center;
margin: 2px;
padding: 10px;
border: 1px solid #343a40;
color: rgba(255, 255, 255, 0.7);
border-radius: 3px;
transition: 0.3s ease-in;
}
.item img {
width: 32px;
height: 32px;
}
.item:hover {
border-color: rgba(255, 255, 255, 0.7);
color: #958b8b;
transition: 0.3s ease-in;
text-decoration: none;
}
.sidenav-footer {
flex-shrink: 0;
}
.heading-title {
padding: 5px;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
display: block;
color: rgba(255, 255, 255, 0.25);
}
.group {
margin: 10px 0px;
display: table;
}
.info-box {
border-radius: 8px;
margin: 5px;
box-shadow: 0 2px 8px rgb(0 0 0 / 60%), inset 10px 10px 40px rgb(0 0 0 / 60%);
}
.sidenav-footer .info-box:first-child {
margin-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.sidenav-footer .info-box:last-child {
margin-top: -10px;
}
.sidenav-footer .info-box:first-child ul {
padding-bottom: 20px;
}
.info-box ul {
margin: 0;
list-style: none;
padding: 8px;
}
.info-box li {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 5px;
}
.info-box lable {
font-size: 10px;
}
.info-box .heading-title {
color: rgba(255, 255, 255, 0.5);
border-radius: 8px 8px 0px 0px;
padding: 5px 8px;
font-size: 11px;
text-transform: capitalize;
}
.grid-shape {
width: 10px;
height: 10px;
display: block;
border-width: 2px;
border-style: solid;
}
.circuit-shape {
width: 15px;
height: 3px;
display: block;
}
.info-box li:last-child {
margin-bottom: 0;
}
.close-grid {
background-color: #7cc304;
border-color: #7cc304;
}
.open-grid {
background-color: #fff;
border-color: #7cc304;
}
.under-fault-grid {
background-color: #ff3838;
border-color: #ff3838;
}
.under-permit-grid {
background-color: #fce83a;
border-color: #fce83a;
}
.de-energize-circuit {
background-color: #fff;
}
.overload-circuit {
background-color: #c99af7;
}
.under-fault-circuit {
background-color: #ff3838;
}
.under-permit-circuit {
background-color: #fce83a;
}
main {
margin-left: 8px;
height: calc(100vh - 74px);
overflow: hidden;
padding: 10px;
border-radius: 10px;
}
#diagram{
padding: 0px;
height: 100%;
width: 100%;
overflow: overlay;
} | public/assets/css/newstyle.css | body {
margin: 8px;
height: calc(100vh - 16px);
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgb(47 54 60);
}
::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
}
::-webkit-scrollbar-thumb:hover {
background-color: #abadaf;
}
.bg-main{
background-color: #101d24;
border: 2px solid #232c33;
}
.bg-contrast{
background-color: #202c33;
}
.box-shadow{
box-shadow: 0 2px 8px rgb(0 0 0 / 30%), inset 10px 10px 40px rgb(0 0 0 / 30%);
}
.navbar {
height: 50px;
flex-wrap: nowrap;
margin-bottom: 8px;
border-radius: 8px;
}
.navbar-brand {
color: #ccc;
}
a.nav-link {
color: #c5c5c9 !important;
cursor: pointer;
}
#layoutSidenav {
display: flex;
}
#layoutSidenav_content {
width: calc(100% - 120px);
}
#layoutSidenav_nav {
height: calc(100vh - 74px);
flex-basis: 120px;
flex-shrink: 0;
margin-right: 15px;
margin-left: -12px !important;
}
.sidenav-menu {
overflow-y: overlay;
padding: 0px 8px;
flex-grow: 1;
}
.sidenav {
display: flex;
flex-direction: column;
height: 100%;
flex-wrap: nowrap;
color: rgba(255, 255, 255, 0.5);
border-radius: 8px;
}
.item {
display: inline-flex;
position: relative;
width: 46px;
height: 46px;
align-items: center;
justify-content: center;
margin: 2px;
padding: 10px;
border: 1px solid #343a40;
color: rgba(255, 255, 255, 0.7);
border-radius: 3px;
transition: 0.3s ease-in;
}
.item img {
width: 32px;
height: 32px;
}
.item:hover {
border-color: rgba(255, 255, 255, 0.7);
color: #958b8b;
transition: 0.3s ease-in;
text-decoration: none;
}
.sidenav-footer {
flex-shrink: 0;
}
.heading-title {
padding: 5px;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
display: block;
color: rgba(255, 255, 255, 0.25);
}
.group {
margin: 10px 0px;
display: table;
}
.info-box {
border-radius: 8px;
margin: 5px;
box-shadow: 0 2px 8px rgb(0 0 0 / 60%), inset 10px 10px 40px rgb(0 0 0 / 60%);
}
.sidenav-footer .info-box:first-child {
margin-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.sidenav-footer .info-box:last-child {
margin-top: -10px;
}
.sidenav-footer .info-box:first-child ul {
padding-bottom: 20px;
}
.info-box ul {
margin: 0;
list-style: none;
padding: 8px;
}
.info-box li {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 5px;
}
.info-box lable {
font-size: 10px;
}
.info-box .heading-title {
color: rgba(255, 255, 255, 0.5);
border-radius: 8px 8px 0px 0px;
padding: 5px 8px;
font-size: 11px;
text-transform: capitalize;
}
.grid-shape {
width: 10px;
height: 10px;
display: block;
border-width: 2px;
border-style: solid;
}
.circuit-shape {
width: 15px;
height: 3px;
display: block;
}
.info-box li:last-child {
margin-bottom: 0;
}
.close-grid {
background-color: #7cc304;
border-color: #7cc304;
}
.open-grid {
background-color: #fff;
border-color: #7cc304;
}
.under-fault-grid {
background-color: #ff3838;
border-color: #ff3838;
}
.under-permit-grid {
background-color: #fce83a;
border-color: #fce83a;
}
.de-energize-circuit {
background-color: #fff;
}
.overload-circuit {
background-color: #c99af7;
}
.under-fault-circuit {
background-color: #ff3838;
}
.under-permit-circuit {
background-color: #fce83a;
}
main {
margin-left: 8px;
height: calc(100vh - 74px);
overflow: hidden;
padding: 10px;
border-radius: 10px;
}
#diagram{
padding: 0px;
height: 100%;
width: 100%;
overflow: overlay;
} | 0.370453 | 0.063395 |
.sky-gradient-0, .sky-gradient-24 {
background: #00000c;
}
.sky-gradient-1 {
background: linear-gradient(to bottom, #020111 85%, #191621 100%);
}
.sky-gradient-2 {
background: linear-gradient(to bottom, #020111 60%, #20202c 100%);
}
.sky-gradient-3 {
background: linear-gradient(to bottom, #020111 10%, #3a3a52 100%);
}
.sky-gradient-4 {
background: linear-gradient(to bottom, #20202c 0%, #515175 100%);
}
.sky-gradient-5 {
background: linear-gradient(to bottom, #40405c 0%, #6f71aa 80%, #8a76ab 100%);
}
.sky-gradient-6 {
background: linear-gradient(to bottom, #4a4969 0%, #7072ab 50%, #cd82a0 100%);
}
.sky-gradient-7 {
background: linear-gradient(to bottom, #757abf 0%, #8583be 60%, #eab0d1 100%);
}
.sky-gradient-8 {
background: linear-gradient(to bottom, #82addb 0%, #ebb2b1 100%);
}
.sky-gradient-9 {
background: linear-gradient(to bottom, #94c5f8 1%, #a6e6ff 70%, #b1b5ea 100%);
}
.sky-gradient-10 {
background: linear-gradient(to bottom, #b7eaff 0%, #94dfff 100%);
}
.sky-gradient-11 {
background: linear-gradient(to bottom, #9be2fe 0%, #67d1fb 100%);
}
.sky-gradient-12 {
background: linear-gradient(to bottom, #90dffe 0%, #38a3d1 100%);
}
.sky-gradient-13 {
background: linear-gradient(to bottom, #57c1eb 0%, #246fa8 100%);
}
.sky-gradient-14 {
background: linear-gradient(to bottom, #2d91c2 0%, #1e528e 100%);
}
.sky-gradient-15 {
background: linear-gradient(to bottom, #2473ab 0%, #1e528e 70%, #5b7983 100%);
}
.sky-gradient-16 {
background: linear-gradient(to bottom, #1e528e 0%, #265889 50%, #9da671 100%);
}
.sky-gradient-17 {
background: linear-gradient(to bottom, #1e528e 0%, #728a7c 50%, #e9ce5d 100%);
}
.sky-gradient-18 {
background: linear-gradient(to bottom, #154277 0%, #576e71 30%, #e1c45e 70%, #b26339 100%);
}
.sky-gradient-19 {
background: linear-gradient(to bottom, #163C52 0%, #4F4F47 30%, #C5752D 60%, #B7490F 80%, #2F1107 100%);
}
.sky-gradient-20 {
background: linear-gradient(to bottom, #071B26 0%, #071B26 30%, #8A3B12 80%, #240E03 100%);
}
.sky-gradient-21 {
background: linear-gradient(to bottom, #010A10 30%, #59230B 80%, #2F1107 100%);
}
.sky-gradient-22 {
background: linear-gradient(to bottom, #090401 50%, #4B1D06 100%);
}
.sky-gradient-23 {
background: linear-gradient(to bottom, #00000c 80%, #150800 100%);
} | css/sky.css | .sky-gradient-0, .sky-gradient-24 {
background: #00000c;
}
.sky-gradient-1 {
background: linear-gradient(to bottom, #020111 85%, #191621 100%);
}
.sky-gradient-2 {
background: linear-gradient(to bottom, #020111 60%, #20202c 100%);
}
.sky-gradient-3 {
background: linear-gradient(to bottom, #020111 10%, #3a3a52 100%);
}
.sky-gradient-4 {
background: linear-gradient(to bottom, #20202c 0%, #515175 100%);
}
.sky-gradient-5 {
background: linear-gradient(to bottom, #40405c 0%, #6f71aa 80%, #8a76ab 100%);
}
.sky-gradient-6 {
background: linear-gradient(to bottom, #4a4969 0%, #7072ab 50%, #cd82a0 100%);
}
.sky-gradient-7 {
background: linear-gradient(to bottom, #757abf 0%, #8583be 60%, #eab0d1 100%);
}
.sky-gradient-8 {
background: linear-gradient(to bottom, #82addb 0%, #ebb2b1 100%);
}
.sky-gradient-9 {
background: linear-gradient(to bottom, #94c5f8 1%, #a6e6ff 70%, #b1b5ea 100%);
}
.sky-gradient-10 {
background: linear-gradient(to bottom, #b7eaff 0%, #94dfff 100%);
}
.sky-gradient-11 {
background: linear-gradient(to bottom, #9be2fe 0%, #67d1fb 100%);
}
.sky-gradient-12 {
background: linear-gradient(to bottom, #90dffe 0%, #38a3d1 100%);
}
.sky-gradient-13 {
background: linear-gradient(to bottom, #57c1eb 0%, #246fa8 100%);
}
.sky-gradient-14 {
background: linear-gradient(to bottom, #2d91c2 0%, #1e528e 100%);
}
.sky-gradient-15 {
background: linear-gradient(to bottom, #2473ab 0%, #1e528e 70%, #5b7983 100%);
}
.sky-gradient-16 {
background: linear-gradient(to bottom, #1e528e 0%, #265889 50%, #9da671 100%);
}
.sky-gradient-17 {
background: linear-gradient(to bottom, #1e528e 0%, #728a7c 50%, #e9ce5d 100%);
}
.sky-gradient-18 {
background: linear-gradient(to bottom, #154277 0%, #576e71 30%, #e1c45e 70%, #b26339 100%);
}
.sky-gradient-19 {
background: linear-gradient(to bottom, #163C52 0%, #4F4F47 30%, #C5752D 60%, #B7490F 80%, #2F1107 100%);
}
.sky-gradient-20 {
background: linear-gradient(to bottom, #071B26 0%, #071B26 30%, #8A3B12 80%, #240E03 100%);
}
.sky-gradient-21 {
background: linear-gradient(to bottom, #010A10 30%, #59230B 80%, #2F1107 100%);
}
.sky-gradient-22 {
background: linear-gradient(to bottom, #090401 50%, #4B1D06 100%);
}
.sky-gradient-23 {
background: linear-gradient(to bottom, #00000c 80%, #150800 100%);
} | 0.598195 | 0.202897 |
div {
border-radius: 10px;
border-color: white;
}
#header {
height: 47px;
width: 365px;
margin: auto;
margin-top: 150px;
margin-bottom: 0px;
text-align: center;
font-family: serif;
background: rgba(0, 0, 0, 0.7); /* translucent black */
}
body {
overflow: hidden;
background: url(../Images/background.png);
background-size: 100% 100%;
background-repeat: repeat-y;
}
#form {
display: block;
margin-top: 100px;
margin-bottom: 0px;
}
.text {
color: white;
text-align: center;
}
#field {
display: block;
width: 350px;
margin:auto;
padding: 3px;
font-size: 18px;
}
#mainButton {
margin: auto;
width: 150px;
height: 28px;
float: bottom;
margin-top: 40px;
margin-bottom: 0px;
background-color: #0cf;
border-radius: 5px;
font-size: 17px;
opacity: .85;
cursor: pointer;
cursor: hand;
}
#error {
margin: auto;
width: 400px;
height: 31px;
padding-top: 3px;
float: bottom;
margin-top: 30px;
margin-bottom: 0px;
border-radius: 5px;
font-size: 20px;
}
#outputDiv {
display: inline;
}
#previewDiv {
margin-top: 60px;
margin-left: 8%;
float: left;
display: inline;
width: 32%;
}
#preview {
max-height: 3%;
max-width: 100%;
border-radius: 10px;
box-shadow: 0px 0px 25px #333;
}
#resultsDiv {
width: 50%;
float: right;
margin-right: 8%;
margin-top: 60px;
}
#resultsTitle {
margin-bottom: 30px;
}
.resultLine {
height: 10%;
display: block;
margin-top: 10px;
}
#line5 {
margin-bottom: 20px;
}
.outputTitle {
color: white;
text-align: left;
margin-left: 4%;
display: inline-block;
width: 3%;
font-size: 20px;
}
.bar {
width: 75%;
height: 32px;
margin-left: 10%;
display: inline-block;
}
.fill {
width: 0%;
height: 32px;
background-color: #0cf;
}
.fillNum {
text-align: center;
color: white;
font-size: 20px;
}
#detailsBackground {
background-color: black;
opacity: .6;
text-align: center;
height: 60px;
clear: both;
bottom: 0%;
position: fixed;
width: 100%;
}
.docButton {
display: inline-block;
width: 300px;
font-size: 20px;
background-color: #0cf;
color: white;
text-align: center;
padding: 2px;
padding-right: 15px;
padding-left: 15px;
cursor: pointer;
cursor: hand;
margin: 20px;
} | static/CSS/style.css | div {
border-radius: 10px;
border-color: white;
}
#header {
height: 47px;
width: 365px;
margin: auto;
margin-top: 150px;
margin-bottom: 0px;
text-align: center;
font-family: serif;
background: rgba(0, 0, 0, 0.7); /* translucent black */
}
body {
overflow: hidden;
background: url(../Images/background.png);
background-size: 100% 100%;
background-repeat: repeat-y;
}
#form {
display: block;
margin-top: 100px;
margin-bottom: 0px;
}
.text {
color: white;
text-align: center;
}
#field {
display: block;
width: 350px;
margin:auto;
padding: 3px;
font-size: 18px;
}
#mainButton {
margin: auto;
width: 150px;
height: 28px;
float: bottom;
margin-top: 40px;
margin-bottom: 0px;
background-color: #0cf;
border-radius: 5px;
font-size: 17px;
opacity: .85;
cursor: pointer;
cursor: hand;
}
#error {
margin: auto;
width: 400px;
height: 31px;
padding-top: 3px;
float: bottom;
margin-top: 30px;
margin-bottom: 0px;
border-radius: 5px;
font-size: 20px;
}
#outputDiv {
display: inline;
}
#previewDiv {
margin-top: 60px;
margin-left: 8%;
float: left;
display: inline;
width: 32%;
}
#preview {
max-height: 3%;
max-width: 100%;
border-radius: 10px;
box-shadow: 0px 0px 25px #333;
}
#resultsDiv {
width: 50%;
float: right;
margin-right: 8%;
margin-top: 60px;
}
#resultsTitle {
margin-bottom: 30px;
}
.resultLine {
height: 10%;
display: block;
margin-top: 10px;
}
#line5 {
margin-bottom: 20px;
}
.outputTitle {
color: white;
text-align: left;
margin-left: 4%;
display: inline-block;
width: 3%;
font-size: 20px;
}
.bar {
width: 75%;
height: 32px;
margin-left: 10%;
display: inline-block;
}
.fill {
width: 0%;
height: 32px;
background-color: #0cf;
}
.fillNum {
text-align: center;
color: white;
font-size: 20px;
}
#detailsBackground {
background-color: black;
opacity: .6;
text-align: center;
height: 60px;
clear: both;
bottom: 0%;
position: fixed;
width: 100%;
}
.docButton {
display: inline-block;
width: 300px;
font-size: 20px;
background-color: #0cf;
color: white;
text-align: center;
padding: 2px;
padding-right: 15px;
padding-left: 15px;
cursor: pointer;
cursor: hand;
margin: 20px;
} | 0.356335 | 0.134151 |
@-moz-document domain("www.cifraclub.com.br") {
body, .cifra-mono, .cifra-mono pre, .appDescription, .header-button, .art_musics.all li>a, .tops_footer li:hover .top-txt_secondary, .aprenda_tutoriais .tutoriais_list .foruns_list-title, .gridMusicTop a:hover .top-txt_secondary, .top.topArtist li:hover .top-txt_secondary, #va_info, .list-suggest li a, .courseCard-name, .btn:hover, .btn:active, .gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet, .gs-fileFormatType, .learn-link:hover, .inp_opt input:hover+label:before, .inp_opt input:hover+label, .inp_opt:hover label, .inp_opt input:checked+label, .vers-r:hover, a.vers-r>span:nth-child(1), .header-button--login, #side-menu .btn.btn-full:hover, #side-menu .side-item:hover, .storeSection .moreButton:hover {color: #b9b9b9;}
.courseCard:hover .courseCard-name, .academyInfo-text, .academyInfo-title, #c-ver .list-links a:hover, #c-ver .list-links a.on, #c-ver .list-links a.on:hover {color:#d9d9d9;}
.w-content, .gsc-control-cse, .gsc-control-cse .gsc-table-result, .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult, #c-exibir li:hover, .cifra_acordes--artista .inp_opt input+label:hover {background: #212121; color: #b9b9b9;}
.t1, .t2, .t3, .chord, .titleTuner, .list-links a, .tops_footer .t2 a, .t2.box-title a, .top-txt_primary, .cctv-cp .t2 a, .news-box .t2 a, .news-description, .cctv-aula strong {color: #d9d9d9;}
.btn, .modal, #c-rol, .btn:hover, .header, .btn-fa.buttonFan, .js-expandtext, .header-suggest.on, #va_info, .courseCard-button:hover, .gsc-webResult.gsc-result:hover, .learn-link, #c-acordes.modal.open, .js-expandtext:hover, .cifra_acordes--artista .inp_opt input+label, .suggest-all, .storeSection .moreButton:hover {background: #151515; border: 1px solid #1a1a1a;}
body, .add_full, .links_apps a, .storeSection, .academy, #va_info .btn, .bannerCifraClub, .tab.g-1.tab-mt .tab_more-modal:hover .item-more:not(.on), .tab.g-1.tab-mt .tab_more-modal.open .item-more:not(.on), #c-ver .list-links a:hover, #c-ver .list-links a.on, #c-ver .list-links a.on:hover, .vers-r:hover, .vers-h:hover {background: #212121;}
.links_apps a:hover, .l_row:before {background: #151515;}
#va_info .btn, .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult, #c-exibir.modal, .tab_el.dark.tab_more a, .cifra_acordes--artista .inp_opt input+label:hover {border: 1px solid #1a1a1a;}
.learn-link:hover {border: 1px solid transparent;}
.list-links a:hover, .list-links a.hover, .art_musics span a:hover, .tab_el>a, .tab_el>.tab-item, .tab>li>a, .tab>li>.tab-item, .courseCard-name:hover {background: #151515; color: #d9d9d9;}
.header-button.on, .no-touch .header-button:hover, .js-expandtext:hover, .tab_el.open>a, .tab_el:hover>a, .tab_el.hover>a, .tab_el:hover>.tab-item, .tab_el.hover>.tab-item, .tab>li.open>a, .tab>li:hover>a, .tab>li.hover>a, .tab>li:hover>.tab-item, .tab>li.hover>.tab-item, .list-suggest li a:hover, .list-suggest li a.hover, .header-button--login:hover {background: #212121; color: #d9d9d9;}
.btn-dest{background:#f70;}
.btn-fa.buttonFan:hover, .tops_footer li:hover, .gridMusicTop a:hover, .top.topArtist li:hover{background: rgba(255,119,0,0.2);}
.btn-fa.buttonFan:hover{border: 1px solid transparent;}
.btn.btn-dest.js-ok:hover, .btn-dest:hover{background: #e65100;}
.c-tr_control.next:hover{background: linear-gradient(to right, #151515 0%, #212121 100%)}
.c-tr_control.prev:hover{background: linear-gradient(to left, #151515 0%, #212121 100%)}
.tab_el>a.on, .tab_el>a.on:hover, .tab_el>.tab-item.on, .tab_el>.tab-item.on:hover, .tab>li>a.on, .tab>li>a.on:hover, .tab>li>.tab-item.on, .tab>li>.tab-item.on:hover {background: #151515;}
.list-suggest{border-bottom: 1px solid #151515;}
.courseCard-container {background: #151515; box-shadow: 0 24px 20px -24px #151515;}
.courseCard-button{border: 0px solid transparent; color: #d9d9d9;}
.bannerCifraClub {border-top: 1px solid #1a1a1a;}
.g-hr{border-bottom: 1px solid #1a1a1a;}
.js-expandtext, .tab_el.dark.tab_more a, #c-exibir li, .btn-slim, .cifra_acordes--artista .inp_opt input+label, .suggest-all, .no-touch .suggest-all:hover, .suggest-all.hover {color: #757575;}
#c-acordes.open .modal_resize {background: linear-gradient(to right, #212121 -1px, #151515);}
#side-menu #side-simp:hover, #side-menu #side-simp.on, #side-menu #side-simp.on:hover, #side-menu #side-rolagem:hover, #side-menu #side-rolagem.on, #side-menu #side-rolagem.on:hover, #side-menu #side-acordes:hover, #side-menu #side-acordes.on, #side-menu #side-acordes.on:hover, #side-menu #side-afinacao:hover, #side-menu #side-afinacao.on, #side-menu #side-afinacao.on:hover, #side-menu #side-capotraste:hover, #side-menu #side-capotraste.on, #side-menu #side-capotraste.on:hover, #side-menu #side-exibir:hover, #side-menu #side-exibir.on, #side-menu #side-exibir.on:hover, #side-menu #side-font button:hover, .tab_el.dark>a:hover, .tab_el.dark.hover, .tab_el.dark.tab_more .js-modal-trigger.on {background: #212121; border: 1px solid #1a1a1a; color: #b9b9b9;}
.modal-expand:hover {background: linear-gradient(#151515, #212121);
}
} | data/usercss/208277.user.css | @-moz-document domain("www.cifraclub.com.br") {
body, .cifra-mono, .cifra-mono pre, .appDescription, .header-button, .art_musics.all li>a, .tops_footer li:hover .top-txt_secondary, .aprenda_tutoriais .tutoriais_list .foruns_list-title, .gridMusicTop a:hover .top-txt_secondary, .top.topArtist li:hover .top-txt_secondary, #va_info, .list-suggest li a, .courseCard-name, .btn:hover, .btn:active, .gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet, .gs-fileFormatType, .learn-link:hover, .inp_opt input:hover+label:before, .inp_opt input:hover+label, .inp_opt:hover label, .inp_opt input:checked+label, .vers-r:hover, a.vers-r>span:nth-child(1), .header-button--login, #side-menu .btn.btn-full:hover, #side-menu .side-item:hover, .storeSection .moreButton:hover {color: #b9b9b9;}
.courseCard:hover .courseCard-name, .academyInfo-text, .academyInfo-title, #c-ver .list-links a:hover, #c-ver .list-links a.on, #c-ver .list-links a.on:hover {color:#d9d9d9;}
.w-content, .gsc-control-cse, .gsc-control-cse .gsc-table-result, .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult, #c-exibir li:hover, .cifra_acordes--artista .inp_opt input+label:hover {background: #212121; color: #b9b9b9;}
.t1, .t2, .t3, .chord, .titleTuner, .list-links a, .tops_footer .t2 a, .t2.box-title a, .top-txt_primary, .cctv-cp .t2 a, .news-box .t2 a, .news-description, .cctv-aula strong {color: #d9d9d9;}
.btn, .modal, #c-rol, .btn:hover, .header, .btn-fa.buttonFan, .js-expandtext, .header-suggest.on, #va_info, .courseCard-button:hover, .gsc-webResult.gsc-result:hover, .learn-link, #c-acordes.modal.open, .js-expandtext:hover, .cifra_acordes--artista .inp_opt input+label, .suggest-all, .storeSection .moreButton:hover {background: #151515; border: 1px solid #1a1a1a;}
body, .add_full, .links_apps a, .storeSection, .academy, #va_info .btn, .bannerCifraClub, .tab.g-1.tab-mt .tab_more-modal:hover .item-more:not(.on), .tab.g-1.tab-mt .tab_more-modal.open .item-more:not(.on), #c-ver .list-links a:hover, #c-ver .list-links a.on, #c-ver .list-links a.on:hover, .vers-r:hover, .vers-h:hover {background: #212121;}
.links_apps a:hover, .l_row:before {background: #151515;}
#va_info .btn, .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult, #c-exibir.modal, .tab_el.dark.tab_more a, .cifra_acordes--artista .inp_opt input+label:hover {border: 1px solid #1a1a1a;}
.learn-link:hover {border: 1px solid transparent;}
.list-links a:hover, .list-links a.hover, .art_musics span a:hover, .tab_el>a, .tab_el>.tab-item, .tab>li>a, .tab>li>.tab-item, .courseCard-name:hover {background: #151515; color: #d9d9d9;}
.header-button.on, .no-touch .header-button:hover, .js-expandtext:hover, .tab_el.open>a, .tab_el:hover>a, .tab_el.hover>a, .tab_el:hover>.tab-item, .tab_el.hover>.tab-item, .tab>li.open>a, .tab>li:hover>a, .tab>li.hover>a, .tab>li:hover>.tab-item, .tab>li.hover>.tab-item, .list-suggest li a:hover, .list-suggest li a.hover, .header-button--login:hover {background: #212121; color: #d9d9d9;}
.btn-dest{background:#f70;}
.btn-fa.buttonFan:hover, .tops_footer li:hover, .gridMusicTop a:hover, .top.topArtist li:hover{background: rgba(255,119,0,0.2);}
.btn-fa.buttonFan:hover{border: 1px solid transparent;}
.btn.btn-dest.js-ok:hover, .btn-dest:hover{background: #e65100;}
.c-tr_control.next:hover{background: linear-gradient(to right, #151515 0%, #212121 100%)}
.c-tr_control.prev:hover{background: linear-gradient(to left, #151515 0%, #212121 100%)}
.tab_el>a.on, .tab_el>a.on:hover, .tab_el>.tab-item.on, .tab_el>.tab-item.on:hover, .tab>li>a.on, .tab>li>a.on:hover, .tab>li>.tab-item.on, .tab>li>.tab-item.on:hover {background: #151515;}
.list-suggest{border-bottom: 1px solid #151515;}
.courseCard-container {background: #151515; box-shadow: 0 24px 20px -24px #151515;}
.courseCard-button{border: 0px solid transparent; color: #d9d9d9;}
.bannerCifraClub {border-top: 1px solid #1a1a1a;}
.g-hr{border-bottom: 1px solid #1a1a1a;}
.js-expandtext, .tab_el.dark.tab_more a, #c-exibir li, .btn-slim, .cifra_acordes--artista .inp_opt input+label, .suggest-all, .no-touch .suggest-all:hover, .suggest-all.hover {color: #757575;}
#c-acordes.open .modal_resize {background: linear-gradient(to right, #212121 -1px, #151515);}
#side-menu #side-simp:hover, #side-menu #side-simp.on, #side-menu #side-simp.on:hover, #side-menu #side-rolagem:hover, #side-menu #side-rolagem.on, #side-menu #side-rolagem.on:hover, #side-menu #side-acordes:hover, #side-menu #side-acordes.on, #side-menu #side-acordes.on:hover, #side-menu #side-afinacao:hover, #side-menu #side-afinacao.on, #side-menu #side-afinacao.on:hover, #side-menu #side-capotraste:hover, #side-menu #side-capotraste.on, #side-menu #side-capotraste.on:hover, #side-menu #side-exibir:hover, #side-menu #side-exibir.on, #side-menu #side-exibir.on:hover, #side-menu #side-font button:hover, .tab_el.dark>a:hover, .tab_el.dark.hover, .tab_el.dark.tab_more .js-modal-trigger.on {background: #212121; border: 1px solid #1a1a1a; color: #b9b9b9;}
.modal-expand:hover {background: linear-gradient(#151515, #212121);
}
} | 0.219923 | 0.050847 |
.Testimonial{
position: relative;
width: 100%;
max-width: 768px;
background-color: var(--color-white);
border: 1px solid var(--color-gray3);
margin: 2em auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.Testimonial::after {
content: '\201C';
position: absolute;
top: 10px;
left: 0;
width: 50px;
height: 50px;
padding-top: 8px;
margin-left: -25px;
background: var(--color-gray1);
font-family: "Georgia", serif;
color: var(--color-gray9);
font-size: 70px;
font-size: 80px;
line-height: 75px;
text-align: center;
display: none;
border: 1px solid var(--color-gray5);
}
.recommendations {
display: block;
padding: 20px 10px;
}
.recommendationRecco {
display: flex;
position: relative;
font-size: 14px;
width:100%;
max-height: 50px;
text-align: center;
color: var(--color-gray10);
margin: var(--space-5) auto var(--space-10);
overflow:hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
text-overflow: ellipsis;
font-weight: 300;
line-height: 25px;
}
.recommendationPerson {
}
.recommendationName,
.recommendationRole {
text-align: center;
color: var(--color-gray10);
margin: 0 auto;
font-size: 12px;
line-height: 18px;
}
.recommendationRole {
font-size: 10px;
}
.recommendationName{
font-weight: 600;
}
.SeeAll{
padding: 5px 0;
text-align: center;
background: var(--color-gray1);
font-size: 12px;
display: block;
border: none;
}
.SeeAll:hover{
border: none;
background: var(--color-gray3);
}
.multipleTestimonial {
display: flex;
justify-content: center;
align-content: center;
align-items: baseline;
flex-wrap: wrap;
}
.multipleTestimonial .Testimonial {
max-width: 94%;
margin: 3%;
}
.multipleTestimonial .recommendationRecco {
display: block;
font-size: 1rem;
text-overflow: initial;
max-height: initial;
width: 100%;
}
.CarouselActionsBack,
.CarouselActionsNext {
position: absolute;
top: 0;
height: 100%;
}
.CarouselActionsNext {
right: 0;
}
.CarouselActionsBack {
left: 0;
}
.Next{
float: right;
}
.Back {
float: left;
}
.Next,
.Back,
.PlayPause {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
}
.Next,
.Back {
width: 25px;
height: inherit;
margin: 0px 10px;
padding: 50px 0;
display: inline-block;
position: relative;
}
.Next:disabled::before,
.Back:disabled::before {
border-color: var(--color-gray4);
}
.Next:before,
.Back:before {
content: "";
display: block;
width: 15px;
height: 15px;
top: 50%;
left: 50%;
border-style: solid;
border-color: var(--color-gray7);
border-width: 2px 2px 0 0;
position: absolute;
-moz-transform-origin: 50% 50% 50%;
-ms-transform-origin: 50% 50% 50%;
-webkit-transform-origin: 50% 50% 50%;
transform-origin: 50% 50% 50%;
}
.Back:before {
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
margin: 0 0 0 -5px;
}
.Next:before {
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: 0 0 0 -15px;
}
@media only screen and (min-width: 480px) {
.Testimonial{
width: 95%;
}
.recommendations {
padding: 40px;
}
.recommendationRecco {
margin: var(--space-5) auto var(--space-25);
}
.Testimonial::after {
display: block;
}
.recommendationRole {
font-size: 12px;
}
.recommendationRecco {
font-size: 20px;
}
.Next{
margin: 0px 20px 0 0 ;
}
.Back {
margin: 0px 0 0 20px;
}
.Next:before,
.Back:before {
width: 20px;
height: 20px;
}
}
@media only screen and (min-width: 768px) {
.Testimonial{
position: relative;
width: 90%;
}
/* .multipleTestimonial .Testimonial {
max-width: 46%;
margin: 2%;
} */
.recommendations {
padding: 40px;
}
.recommendationRecco {
font-size: 20px;
width:90%;
line-height: 35px;
max-height: 110px;
margin: var(--space-5) auto var(--space-40);
-webkit-line-clamp: 3;
}
.SeeAll {
padding: 10px 0;
margin-top: -30px;
font-size: 20px;
}
.recommendationName{
font-size: 16px;
line-height: 28px;
}
} | src/components/Testimonial/Testimonial.module.css | .Testimonial{
position: relative;
width: 100%;
max-width: 768px;
background-color: var(--color-white);
border: 1px solid var(--color-gray3);
margin: 2em auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.Testimonial::after {
content: '\201C';
position: absolute;
top: 10px;
left: 0;
width: 50px;
height: 50px;
padding-top: 8px;
margin-left: -25px;
background: var(--color-gray1);
font-family: "Georgia", serif;
color: var(--color-gray9);
font-size: 70px;
font-size: 80px;
line-height: 75px;
text-align: center;
display: none;
border: 1px solid var(--color-gray5);
}
.recommendations {
display: block;
padding: 20px 10px;
}
.recommendationRecco {
display: flex;
position: relative;
font-size: 14px;
width:100%;
max-height: 50px;
text-align: center;
color: var(--color-gray10);
margin: var(--space-5) auto var(--space-10);
overflow:hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
/* autoprefixer: ignore next */
-webkit-box-orient: vertical;
text-overflow: ellipsis;
font-weight: 300;
line-height: 25px;
}
.recommendationPerson {
}
.recommendationName,
.recommendationRole {
text-align: center;
color: var(--color-gray10);
margin: 0 auto;
font-size: 12px;
line-height: 18px;
}
.recommendationRole {
font-size: 10px;
}
.recommendationName{
font-weight: 600;
}
.SeeAll{
padding: 5px 0;
text-align: center;
background: var(--color-gray1);
font-size: 12px;
display: block;
border: none;
}
.SeeAll:hover{
border: none;
background: var(--color-gray3);
}
.multipleTestimonial {
display: flex;
justify-content: center;
align-content: center;
align-items: baseline;
flex-wrap: wrap;
}
.multipleTestimonial .Testimonial {
max-width: 94%;
margin: 3%;
}
.multipleTestimonial .recommendationRecco {
display: block;
font-size: 1rem;
text-overflow: initial;
max-height: initial;
width: 100%;
}
.CarouselActionsBack,
.CarouselActionsNext {
position: absolute;
top: 0;
height: 100%;
}
.CarouselActionsNext {
right: 0;
}
.CarouselActionsBack {
left: 0;
}
.Next{
float: right;
}
.Back {
float: left;
}
.Next,
.Back,
.PlayPause {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
}
.Next,
.Back {
width: 25px;
height: inherit;
margin: 0px 10px;
padding: 50px 0;
display: inline-block;
position: relative;
}
.Next:disabled::before,
.Back:disabled::before {
border-color: var(--color-gray4);
}
.Next:before,
.Back:before {
content: "";
display: block;
width: 15px;
height: 15px;
top: 50%;
left: 50%;
border-style: solid;
border-color: var(--color-gray7);
border-width: 2px 2px 0 0;
position: absolute;
-moz-transform-origin: 50% 50% 50%;
-ms-transform-origin: 50% 50% 50%;
-webkit-transform-origin: 50% 50% 50%;
transform-origin: 50% 50% 50%;
}
.Back:before {
-moz-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
margin: 0 0 0 -5px;
}
.Next:before {
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: 0 0 0 -15px;
}
@media only screen and (min-width: 480px) {
.Testimonial{
width: 95%;
}
.recommendations {
padding: 40px;
}
.recommendationRecco {
margin: var(--space-5) auto var(--space-25);
}
.Testimonial::after {
display: block;
}
.recommendationRole {
font-size: 12px;
}
.recommendationRecco {
font-size: 20px;
}
.Next{
margin: 0px 20px 0 0 ;
}
.Back {
margin: 0px 0 0 20px;
}
.Next:before,
.Back:before {
width: 20px;
height: 20px;
}
}
@media only screen and (min-width: 768px) {
.Testimonial{
position: relative;
width: 90%;
}
/* .multipleTestimonial .Testimonial {
max-width: 46%;
margin: 2%;
} */
.recommendations {
padding: 40px;
}
.recommendationRecco {
font-size: 20px;
width:90%;
line-height: 35px;
max-height: 110px;
margin: var(--space-5) auto var(--space-40);
-webkit-line-clamp: 3;
}
.SeeAll {
padding: 10px 0;
margin-top: -30px;
font-size: 20px;
}
.recommendationName{
font-size: 16px;
line-height: 28px;
}
} | 0.323594 | 0.124107 |
ol, ul {
margin: 0 0 1.5em 8px;
}
#about {
/* float: left; */
/* border: 3px solid red; */
/* margin: 5px; */
}
.section-body {
padding: 2px;
}
#file-index {
margin: 5px 5px 20px 5px;
padding: 5px 5px 20px 5px;
}
#class-index {
float: left;
margin: 5px;
}
#method-index {
float: left;
/* border: 3px solid red; */
margin: 5px;
}
#file-index .title, #class-index .title, #method-index .title {
font-size: 110%;
}
.ng-cm-type {
color: #ddd;
padding: 0 10px;
}
/* Base Green is: #6C8C22 */
*{ padding: 0; margin: 0; }
/*
body {
background: #fff;
font: 14px "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
*/
body.class, body.module, body.file {
/* margin-left: 40px; */
}
body.file-popup {
font-size: 90%;
margin-left: 0;
}
/*
h1 {
font-size: 2em%;
color: #07c;
}
h2,h3,h4 { margin-top: 1.5em; }
*/
:link,
:visited {
color: #07c;
text-decoration: none;
}
:link:hover,
:visited:hover {
border-bottom: 1px dotted #933;
}
pre {
background: #ddd;
margin: 0.5em 0;
padding: 0.5em;
color: #000;
}
pre.ruby {
background: #303030;
color: #fff;
}
/* @group Generic Classes */
.initially-hidden {
display: none;
}
.quicksearch-field {
width: 98%;
background: #ddd;
border: 1px solid #aaa;
height: 1.5em;
-webkit-border-radius: 4px;
}
.quicksearch-field:focus {
background: #f1edba;
}
.missing-docs {
font-size: 120%;
background: white url(../images/wrench_orange.png) no-repeat 4px center;
color: #ccc;
line-height: 2em;
border: 1px solid #d00;
opacity: 1;
padding-left: 20px;
text-indent: 24px;
letter-spacing: 3px;
font-weight: bold;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.target-section {
border: 2px solid #dcce90;
border-left-width: 8px;
padding: 0 1em;
background: #fff3c2;
}
/* @end */
/* @group Index Page, Standalone file pages */
body.indexpage {
margin: 1em 3em;
}
body.indexpage p,
body.indexpage div,
body.file p {
margin: 1em 0;
}
.indexpage ul,
.file #documentation ul {
line-height: 160%;
list-style: none;
}
.indexpage ul :link,
.indexpage ul :visited {
font-size: 16px;
}
.indexpage li,
.file #documentation li {
padding-left: 20px;
background: url(../images/bullet_black.png) no-repeat left 4px;
}
.indexpage li.module {
background: url(../images/package.png) no-repeat left 4px;
}
.indexpage li.class {
background: url(../images/ruby.png) no-repeat left 4px;
}
.indexpage li.file {
background: url(../images/page_white_text.png) no-repeat left 4px;
}
.file li p,
.indexpage li p {
margin: 0 0;
}
/* @end */
/* @group Top-Level Structure */
.class #metadata,
.file #metadata,
.module #metadata {
float: left;
width: 260px;
}
.class #documentation,
.file #documentation,
.module #documentation {
margin: 2em 1em 5em 300px;
min-width: 340px;
}
.file #metadata {
margin: 0.8em;
}
#validator-badges {
clear: both;
margin: 1em 1em 2em;
}
/* @end */
/* @group Metadata Section */
#metadata .section {
background-color: #eee;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #aaa;
margin: 0 8px 16px;
font-size: 90%;
overflow: hidden;
}
#metadata h3.section-header {
margin: 0;
padding: 2px 8px;
background: #ccc;
color: #068;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-bottom: 1px solid #aaa;
}
#metadata #home-section h3.section-header {
border-bottom: 0;
}
#metadata ul,
#metadata dl,
#metadata p {
padding: 8px;
list-style: none;
}
#files ul , #file-metadata ul {
margin-left:18px;
list-style-image: url(../images/page_green.png);
}
dl.svninfo {
color: #068;
margin: 0;
}
dl.svninfo dt {
font-weight: bold;
}
/* rdoc.css */
ul.link-list li {
white-space: nowrap;
}
/* RD */
ul.link-list {
padding: 2px;
margin-left: 5px;
}
ul.link-list .type {
font-size: 8px;
text-transform: uppercase;
color: white;
background: #efefef;
padding: 2px 4px;
-webkit-border-radius: 5px;
}
/* @end */
/* @group Project Metadata Section */
#project-metadata {
margin-top: 3em;
}
.file #project-metadata {
margin-top: 0em;
}
#project-metadata .section {
border: 1px solid #aaa;
}
#project-metadata h3.section-header {
border-bottom: 1px solid #aaa;
position: relative;
}
#project-metadata h3.section-header .search-toggle {
position: absolute;
right: 5px;
}
#project-metadata form {
color: #777;
background: #ccc;
padding: 8px 8px 16px;
border-bottom: 1px solid #bbb;
}
#project-metadata fieldset {
border: 0;
}
#no-class-search-results {
margin: 0 auto 1em;
text-align: center;
font-size: 14px;
font-weight: bold;
color: #aaa;
}
/* @end */
/* @group Documentation Section */
#description {
font-size: 100%;
color: #333;
}
#description p {
margin: 1em 0.4em;
}
#description li p {
margin: 0;
}
#description ul {
margin-left: 1.5em;
}
#description ul li {
line-height: 1.4em;
}
#description dl,
#documentation dl {
margin: 8px 1.5em;
border: 1px solid #ccc;
}
#description dl {
font-size: 14px;
}
#description dt,
#documentation dt {
padding: 2px 4px;
font-weight: bold;
background: #ddd;
}
#description dd,
#documentation dd {
padding: 2px 12px;
}
#description dd + dt,
#documentation dd + dt {
margin-top: 0.7em;
}
#documentation .section {
font-size: 90%;
}
#documentation h3.section-header {
margin-top: 2em;
padding: 0.75em 0.5em;
background-color: #dedede;
color: #333;
font-size: 150%;
border: 1px solid #bbb;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#constants-list > dl,
#attributes-list > dl {
margin: 1em 0 2em;
border: 0;
}
#constants-list > dl dt,
#attributes-list > dl dt {
padding-left: 0;
font-weight: bold;
font-family: Monaco, "Andale Mono";
background: inherit;
}
#constants-list > dl dt a,
#attributes-list > dl dt a {
color: inherit;
}
#constants-list > dl dd,
#attributes-list > dl dd {
margin: 0 0 1em 0;
padding: 0;
color: #068;
}
/* @group Method Details */
#documentation .method-source-code {
display: none;
}
#documentation .method-detail {
margin: 0.5em 0;
padding: 0.5em 0;
cursor: pointer;
}
#documentation .method-detail:hover {
background-color: #eee;
color: #000;
}
#documentation .method-heading {
position: relative;
padding: 2px 4px 0 20px;
font-size: 125%;
font-weight: bold;
color: #333;
background: url(../images/brick.png) no-repeat left bottom;
}
#documentation .method-heading :link,
#documentation .method-heading :visited {
color: inherit;
}
#documentation .method-click-advice {
position: absolute;
top: 2px;
right: 5px;
font-size: 10px;
color: #9b9877;
visibility: hidden;
padding-right: 20px;
line-height: 20px;
background: url(../images/zoom.png) no-repeat right top;
}
#documentation .method-detail:hover .method-click-advice {
visibility: visible;
}
#documentation .method-alias .method-heading {
color: #068;
background: url(../images/brick_link.png) no-repeat left bottom;
}
#documentation .method-description,
#documentation .aliases {
margin: 5px 20px;
/*
line-height: 1.2em;
color: #068;
*/
}
#documentation .aliases {
padding-top: 4px;
font-style: italic;
cursor: default;
}
#documentation .method-description p {
padding: 0;
}
#documentation .method-description p + p {
margin-bottom: 0.5em;
}
#documentation .method-description ul {
margin-left: 1.5em;
}
#documentation .attribute-method-heading {
background: url(../images/tag_green.png) no-repeat left bottom;
}
#documentation #attribute-method-details .method-detail:hover {
background-color: transparent;
cursor: default;
}
#documentation .attribute-access-type {
font-size: 60%;
text-transform: uppercase;
vertical-align: super;
padding: 0 2px;
}
/* @end */
/* @end */
/* @group Source Code */
div.method-source-code {
background: #262626;
color: #efefef;
margin: 1em;
padding: 0.5em;
border: 1px dashed #999;
overflow: hidden;
}
div.method-source-code pre {
background: inherit;
padding: 0;
color: white;
overflow: auto;
}
/* @group Ruby keyword styles */
.ruby-constant { color: #7fffd4; background: transparent; }
.ruby-keyword { color: #00ffff; background: transparent; }
.ruby-ivar { color: #eedd82; background: transparent; }
.ruby-operator { color: #00ffee; background: transparent; }
.ruby-identifier { color: #ffdead; background: transparent; }
.ruby-node { color: #ffa07a; background: transparent; }
._ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
.ruby-regexp { color: #ffa07a; background: transparent; }
.ruby-value { color: #7fffd4; background: transparent; }
/* JGB 2012-10-17 */
.ruby-comment { color: #5eff1f; font-weight: bold; background: transparent; }
/* @end */
/* @end */
/* @group File Popup Contents */
.file #metadata,
.file-popup #metadata {
}
.file-popup dl {
font-size: 80%;
padding: 0.75em;
background-color: #dedede;
color: #333;
border: 1px solid #bbb;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.file dt {
font-weight: bold;
padding-left: 22px;
line-height: 20px;
background: url(../images/page_white_width.png) no-repeat left top;
}
.file dt.modified-date {
background: url(../images/date.png) no-repeat left top;
}
.file dt.requires {
background: url(../images/plugin.png) no-repeat left top;
}
.file dt.scs-url {
background: url(../images/wrench.png) no-repeat left top;
}
.file dl dd {
margin: 0 0 1em 0;
}
.file #metadata dl dd ul {
list-style: circle;
margin-left: 20px;
padding-top: 0;
}
.file #metadata dl dd ul li {
}
.file h2 {
margin-top: 2em;
padding: 0.75em 0.5em;
background-color: #dedede;
color: #333;
font-size: 120%;
border: 1px solid #bbb;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/* @end */
/* @group ThickBox Styles */
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}
#TB_secondLine {
font: 10px Arial, Helvetica, sans-serif;
color:#068;
}
#TB_window :link,
#TB_window :visited { color: #068; }
#TB_window :link:hover,
#TB_window :visited:hover { color: #000; }
#TB_window :link:active,
#TB_window :visited:active { color: #068; }
#TB_window :link:focus,
#TB_window :visited:focus { color: #068; }
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
display:block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #068;
border-left: 1px solid #068;
}
#TB_caption{
height:25px;
padding:7px 30px 10px 25px;
float:left;
}
#TB_closeWindow{
height:25px;
padding:11px 25px 10px 0;
float:right;
}
#TB_closeAjaxWindow{
padding:7px 10px 5px 0;
margin-bottom:1px;
text-align:right;
float:right;
}
#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 10px;
margin-bottom:1px;
font-size: 22px;
}
#TB_title{
background-color: #07c;
color: #dedede;
height:40px;
}
#TB_title :link,
#TB_title :visited {
color: white !important;
border-bottom: 1px dotted #dedede;
}
#TB_ajaxContent{
clear:both;
padding:2px 15px 15px 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
padding:15px;
}
#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}
#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height:100%;
width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
}
/* @end */
/* @group Debugging Section */
#debugging-toggle {
text-align: center;
}
#debugging-toggle img {
cursor: pointer;
}
#rdoc-debugging-section-dump {
display: none;
margin: 0 2em 2em;
background: #ccc;
border: 1px solid #999;
}
/* Glommed from Babel */
.search-field {
font-family: Monaco, Consolas, "Lucida Console", monospace;
/* position: absolute; */
left: 203px;
padding: 0 1px 2px 2px; /* TRBL */
background: #f5f5f5;
border: 1px solid silver;
color: silver;
width: 8em; /* search... */
margin-bottom: 10px;
}
.search-field.active {
background: #fffffa; /* very pale yellow */
color: black;
}
.indexpage .entries {
padding: 0.2em 0;
font-size: 80%;
overflow-x: hidden;
overflow-y: auto;
}
#class-index .entries , #method-index .entries {
/* Sort of hacky but a fix */
width: 460px;
text-overflow: ellipsis;
}
.indexpage p {
white-space: nowrap;
}
.indexpage .type {
color:#444;
font-size:75%;
padding-left:0.67ex;
display:inline-block;
width:0.85em;
}
.indexpage a, .indexpage a:hover {
padding: 0 0.5ex;
}
#footer {
margin-top: 50px;
font-size:0.75em;
text-align: center;
/* bottom: 3px;
right: 10px;
*/
}
body.index #footer {
color: #999;
margin-top:30px;
position:absolute;
position:fixed;
bottom:0;
width: 90%;
height:30px; /* Height of the footer */
text-align: right;
font-size: 0.75em;
}
/* @end */
/* Make it more like new ruby-doc.org */
h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", serif;
color: #6C6C6C;
}
.index-g1 h2 a, .index-g1 h2 a:visited , .index-g1 h2 a:link,
.index-g0 h2 a, .index-g0 h2 a:visited , .index-g0 h2 a:link {
/* color: #6C6C6C !important; */
color: #c7211b !important;
text-decoration: none!important;
border-bottom: none;
}
h2 a, h2 a:visited , h2 a:link {
/*color: #fff!important; */
color: #fff;
text-decoration: none!important;
border-bottom: none;
}
#description h2 a, #description h2 a:visited , #description h2 a:link {
color: #CC3333;
text-decoration: none!important;
border-bottom: none;
}
h1 a, h1 a:visited , h1 a:link {
color: #fff!important;
text-decoration: none!important;
border-bottom: none;
}
#documentation h1 a, #documentation h1 a:visited , #documentation h1 a:link {
color: ##333 !important;
}
h2 a:hover {
color:red!important;
text-decoration: none!important;
}
html {
color: #6C6C6C;
}
a, a:visited, a:link {
color: #333 ! important;
text-decoration: none ! important;
opacity: 1.0;
border-bottom: dotted #cdcdcd 1px
}
a:hover {
color:red!important;
text-decoration: none!important;
opacity: 1.0;
}
#header {
margin-top:1em;
text-align: right;
background:url(../images/logo-rubydoc.gif) 850px 0 no-repeat ;
height: 120px;
}
#header h1{
margin: 5px 120px 5px 0px;
}
#header p {
margin: 5px 120px 5px 0px;
font-size: 1.5em;
}
#OLD_actionbar {
background: #646462 ! important;
color: #fff ! important;
font-weight: bold;
width: 100% ! important;
line-height: 2em;
height: 2em;
font-family: Helvetica, Arial, sans-serif;
border: solid #646462 1px;
}
#OLD_actionbar .right {
text-align: right;
}
#OLD_actionbar li a, #OLD_actionbar li a:visited , #OLD_actionbar li a:link {
color: #fff ! important;
text-decoration: none ! important;
opacity: 1.0;
border-bottom: none;
}
#OLD_actionbar li a:hover {
color:red!important;
text-decoration: none!important;
opacity: 1.0;
border-bottom: none;
}
#OLD_actionbar li {
display: inline;
padding: 2px 5px;
}
.wrapper{
width:960px;
margin:0 auto;
padding:0 10px;
}
/* associated content */
.associated a, .associated a:visited,.associated a:link {
color: #a80101 ! important;
font-weight:bold;
}
.associated {
margin: 10px;
margin-top: 30px;
padding: 10px;
padding-bottom: 30px;
background-color: #feffb6;
margin-bottom: 20px;
}
#documentation .associated h3.section-header {
margin-top: 0px;
background-color: #d4d598;
}
#alternateFormatLink {
position:fixed; background: none;
border:1px solid #fefefe;
width:150px;
z-index:100;
margin: 0;
right: 0px;
top: 140px;
font-size:60%;
background-color:rgba(255,255,255,0.5);
}
.rdocstar #alternateFormatLink {
right : -50px ! important;
}
#alternateFormatLink {
display:block;
margin:0 0.5em;
}
.rotate {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
/* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
/* Should be unset in IE9+ I think. */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#carbonads, #carbonads_1 {
border: dotted 1px #FCC;
padding: 5px;
margin: 30px 2px 70px;
}
.carbon-text { display:block }
.
@media (max-width: 720px){
#alternateFormatLink {
display: none;
}
.wrapper{
width:auto!important;
padding:10px!important;
width:auto!important;
}
header p {
font-size: 1em;
}
/* We need to force the div with the method list to fall
below the clas list div
*/
#method-index, #class-index{
clear: both;
}
/*
Sat Sep 24 23:21:56 MST 2011
Need a better way to do this;
using a fixed em size is hacky because:
- Different browser handle it differently
- Different ruby versions have a different number of classes listed.
But: This makes it usable for now.
*/
#class-index {
height: 140em;
}
#OLD_actionbar {
height: 5em;
}
div.adzbox {
/* display:none; */
float: left ! important;
margin-left: 10px;
clear: both;
}
}
@media print{
.wrapper{
width:75%;
margin:0 auto;
}
}
.wrapper {
/* adjust spacing to allow more room on the right */
/* margin-right:10%; */
width:1010px;
margin:0 auto;
padding:0 10px;
}
.class #documentation,
.file #documentation,
.module #documentation {
min-width: 340px;
max-width: 560px;
}
div.adzbox , div.adzbox-index, div.adzbox-adjecent-files, div.adzbox-no-files-index {
height: 250px;
width: 130px;
width: 160px;
float: right;
margin-right: -40px;
/* border: solid 1px #333;
background-color: #33f;
*/
}
div.adzbox-no-files-index {
margin-top: -220px;
margin-right: -40px;
}
div.adzbox-index {
margin-top: 1px;
margin-right: 1px;
margin-right: 60px;
}
div.adzbox-adjecent-files {
margin-top: -10px;
margin-right: -30px;
}
div.adzbox {
margin-top: 200px;
}
#extraz {
float: right;
width: 170px;
height: 260px;
margin-right: -100px;
/* background-color: #f30; */
}
.rd-ab-msg {
font-family: Helvetica, Arial, sans-serif;
border: 1px solid #AB5454;
padding: 5px;
margin-right: 20px;
color: #999;
background: #FDFDFD;
font-size: 12px;
font-weight: bold;
} | Documents/Class_ String (Ruby 2.2.0)_files/rdoc.css | ol, ul {
margin: 0 0 1.5em 8px;
}
#about {
/* float: left; */
/* border: 3px solid red; */
/* margin: 5px; */
}
.section-body {
padding: 2px;
}
#file-index {
margin: 5px 5px 20px 5px;
padding: 5px 5px 20px 5px;
}
#class-index {
float: left;
margin: 5px;
}
#method-index {
float: left;
/* border: 3px solid red; */
margin: 5px;
}
#file-index .title, #class-index .title, #method-index .title {
font-size: 110%;
}
.ng-cm-type {
color: #ddd;
padding: 0 10px;
}
/* Base Green is: #6C8C22 */
*{ padding: 0; margin: 0; }
/*
body {
background: #fff;
font: 14px "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
*/
body.class, body.module, body.file {
/* margin-left: 40px; */
}
body.file-popup {
font-size: 90%;
margin-left: 0;
}
/*
h1 {
font-size: 2em%;
color: #07c;
}
h2,h3,h4 { margin-top: 1.5em; }
*/
:link,
:visited {
color: #07c;
text-decoration: none;
}
:link:hover,
:visited:hover {
border-bottom: 1px dotted #933;
}
pre {
background: #ddd;
margin: 0.5em 0;
padding: 0.5em;
color: #000;
}
pre.ruby {
background: #303030;
color: #fff;
}
/* @group Generic Classes */
.initially-hidden {
display: none;
}
.quicksearch-field {
width: 98%;
background: #ddd;
border: 1px solid #aaa;
height: 1.5em;
-webkit-border-radius: 4px;
}
.quicksearch-field:focus {
background: #f1edba;
}
.missing-docs {
font-size: 120%;
background: white url(../images/wrench_orange.png) no-repeat 4px center;
color: #ccc;
line-height: 2em;
border: 1px solid #d00;
opacity: 1;
padding-left: 20px;
text-indent: 24px;
letter-spacing: 3px;
font-weight: bold;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.target-section {
border: 2px solid #dcce90;
border-left-width: 8px;
padding: 0 1em;
background: #fff3c2;
}
/* @end */
/* @group Index Page, Standalone file pages */
body.indexpage {
margin: 1em 3em;
}
body.indexpage p,
body.indexpage div,
body.file p {
margin: 1em 0;
}
.indexpage ul,
.file #documentation ul {
line-height: 160%;
list-style: none;
}
.indexpage ul :link,
.indexpage ul :visited {
font-size: 16px;
}
.indexpage li,
.file #documentation li {
padding-left: 20px;
background: url(../images/bullet_black.png) no-repeat left 4px;
}
.indexpage li.module {
background: url(../images/package.png) no-repeat left 4px;
}
.indexpage li.class {
background: url(../images/ruby.png) no-repeat left 4px;
}
.indexpage li.file {
background: url(../images/page_white_text.png) no-repeat left 4px;
}
.file li p,
.indexpage li p {
margin: 0 0;
}
/* @end */
/* @group Top-Level Structure */
.class #metadata,
.file #metadata,
.module #metadata {
float: left;
width: 260px;
}
.class #documentation,
.file #documentation,
.module #documentation {
margin: 2em 1em 5em 300px;
min-width: 340px;
}
.file #metadata {
margin: 0.8em;
}
#validator-badges {
clear: both;
margin: 1em 1em 2em;
}
/* @end */
/* @group Metadata Section */
#metadata .section {
background-color: #eee;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #aaa;
margin: 0 8px 16px;
font-size: 90%;
overflow: hidden;
}
#metadata h3.section-header {
margin: 0;
padding: 2px 8px;
background: #ccc;
color: #068;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-bottom: 1px solid #aaa;
}
#metadata #home-section h3.section-header {
border-bottom: 0;
}
#metadata ul,
#metadata dl,
#metadata p {
padding: 8px;
list-style: none;
}
#files ul , #file-metadata ul {
margin-left:18px;
list-style-image: url(../images/page_green.png);
}
dl.svninfo {
color: #068;
margin: 0;
}
dl.svninfo dt {
font-weight: bold;
}
/* rdoc.css */
ul.link-list li {
white-space: nowrap;
}
/* RD */
ul.link-list {
padding: 2px;
margin-left: 5px;
}
ul.link-list .type {
font-size: 8px;
text-transform: uppercase;
color: white;
background: #efefef;
padding: 2px 4px;
-webkit-border-radius: 5px;
}
/* @end */
/* @group Project Metadata Section */
#project-metadata {
margin-top: 3em;
}
.file #project-metadata {
margin-top: 0em;
}
#project-metadata .section {
border: 1px solid #aaa;
}
#project-metadata h3.section-header {
border-bottom: 1px solid #aaa;
position: relative;
}
#project-metadata h3.section-header .search-toggle {
position: absolute;
right: 5px;
}
#project-metadata form {
color: #777;
background: #ccc;
padding: 8px 8px 16px;
border-bottom: 1px solid #bbb;
}
#project-metadata fieldset {
border: 0;
}
#no-class-search-results {
margin: 0 auto 1em;
text-align: center;
font-size: 14px;
font-weight: bold;
color: #aaa;
}
/* @end */
/* @group Documentation Section */
#description {
font-size: 100%;
color: #333;
}
#description p {
margin: 1em 0.4em;
}
#description li p {
margin: 0;
}
#description ul {
margin-left: 1.5em;
}
#description ul li {
line-height: 1.4em;
}
#description dl,
#documentation dl {
margin: 8px 1.5em;
border: 1px solid #ccc;
}
#description dl {
font-size: 14px;
}
#description dt,
#documentation dt {
padding: 2px 4px;
font-weight: bold;
background: #ddd;
}
#description dd,
#documentation dd {
padding: 2px 12px;
}
#description dd + dt,
#documentation dd + dt {
margin-top: 0.7em;
}
#documentation .section {
font-size: 90%;
}
#documentation h3.section-header {
margin-top: 2em;
padding: 0.75em 0.5em;
background-color: #dedede;
color: #333;
font-size: 150%;
border: 1px solid #bbb;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#constants-list > dl,
#attributes-list > dl {
margin: 1em 0 2em;
border: 0;
}
#constants-list > dl dt,
#attributes-list > dl dt {
padding-left: 0;
font-weight: bold;
font-family: Monaco, "Andale Mono";
background: inherit;
}
#constants-list > dl dt a,
#attributes-list > dl dt a {
color: inherit;
}
#constants-list > dl dd,
#attributes-list > dl dd {
margin: 0 0 1em 0;
padding: 0;
color: #068;
}
/* @group Method Details */
#documentation .method-source-code {
display: none;
}
#documentation .method-detail {
margin: 0.5em 0;
padding: 0.5em 0;
cursor: pointer;
}
#documentation .method-detail:hover {
background-color: #eee;
color: #000;
}
#documentation .method-heading {
position: relative;
padding: 2px 4px 0 20px;
font-size: 125%;
font-weight: bold;
color: #333;
background: url(../images/brick.png) no-repeat left bottom;
}
#documentation .method-heading :link,
#documentation .method-heading :visited {
color: inherit;
}
#documentation .method-click-advice {
position: absolute;
top: 2px;
right: 5px;
font-size: 10px;
color: #9b9877;
visibility: hidden;
padding-right: 20px;
line-height: 20px;
background: url(../images/zoom.png) no-repeat right top;
}
#documentation .method-detail:hover .method-click-advice {
visibility: visible;
}
#documentation .method-alias .method-heading {
color: #068;
background: url(../images/brick_link.png) no-repeat left bottom;
}
#documentation .method-description,
#documentation .aliases {
margin: 5px 20px;
/*
line-height: 1.2em;
color: #068;
*/
}
#documentation .aliases {
padding-top: 4px;
font-style: italic;
cursor: default;
}
#documentation .method-description p {
padding: 0;
}
#documentation .method-description p + p {
margin-bottom: 0.5em;
}
#documentation .method-description ul {
margin-left: 1.5em;
}
#documentation .attribute-method-heading {
background: url(../images/tag_green.png) no-repeat left bottom;
}
#documentation #attribute-method-details .method-detail:hover {
background-color: transparent;
cursor: default;
}
#documentation .attribute-access-type {
font-size: 60%;
text-transform: uppercase;
vertical-align: super;
padding: 0 2px;
}
/* @end */
/* @end */
/* @group Source Code */
div.method-source-code {
background: #262626;
color: #efefef;
margin: 1em;
padding: 0.5em;
border: 1px dashed #999;
overflow: hidden;
}
div.method-source-code pre {
background: inherit;
padding: 0;
color: white;
overflow: auto;
}
/* @group Ruby keyword styles */
.ruby-constant { color: #7fffd4; background: transparent; }
.ruby-keyword { color: #00ffff; background: transparent; }
.ruby-ivar { color: #eedd82; background: transparent; }
.ruby-operator { color: #00ffee; background: transparent; }
.ruby-identifier { color: #ffdead; background: transparent; }
.ruby-node { color: #ffa07a; background: transparent; }
._ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
.ruby-regexp { color: #ffa07a; background: transparent; }
.ruby-value { color: #7fffd4; background: transparent; }
/* JGB 2012-10-17 */
.ruby-comment { color: #5eff1f; font-weight: bold; background: transparent; }
/* @end */
/* @end */
/* @group File Popup Contents */
.file #metadata,
.file-popup #metadata {
}
.file-popup dl {
font-size: 80%;
padding: 0.75em;
background-color: #dedede;
color: #333;
border: 1px solid #bbb;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.file dt {
font-weight: bold;
padding-left: 22px;
line-height: 20px;
background: url(../images/page_white_width.png) no-repeat left top;
}
.file dt.modified-date {
background: url(../images/date.png) no-repeat left top;
}
.file dt.requires {
background: url(../images/plugin.png) no-repeat left top;
}
.file dt.scs-url {
background: url(../images/wrench.png) no-repeat left top;
}
.file dl dd {
margin: 0 0 1em 0;
}
.file #metadata dl dd ul {
list-style: circle;
margin-left: 20px;
padding-top: 0;
}
.file #metadata dl dd ul li {
}
.file h2 {
margin-top: 2em;
padding: 0.75em 0.5em;
background-color: #dedede;
color: #333;
font-size: 120%;
border: 1px solid #bbb;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/* @end */
/* @group ThickBox Styles */
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}
#TB_secondLine {
font: 10px Arial, Helvetica, sans-serif;
color:#068;
}
#TB_window :link,
#TB_window :visited { color: #068; }
#TB_window :link:hover,
#TB_window :visited:hover { color: #000; }
#TB_window :link:active,
#TB_window :visited:active { color: #068; }
#TB_window :link:focus,
#TB_window :visited:focus { color: #068; }
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
display:block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #068;
border-left: 1px solid #068;
}
#TB_caption{
height:25px;
padding:7px 30px 10px 25px;
float:left;
}
#TB_closeWindow{
height:25px;
padding:11px 25px 10px 0;
float:right;
}
#TB_closeAjaxWindow{
padding:7px 10px 5px 0;
margin-bottom:1px;
text-align:right;
float:right;
}
#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 10px;
margin-bottom:1px;
font-size: 22px;
}
#TB_title{
background-color: #07c;
color: #dedede;
height:40px;
}
#TB_title :link,
#TB_title :visited {
color: white !important;
border-bottom: 1px dotted #dedede;
}
#TB_ajaxContent{
clear:both;
padding:2px 15px 15px 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
padding:15px;
}
#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}
#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height:100%;
width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
}
/* @end */
/* @group Debugging Section */
#debugging-toggle {
text-align: center;
}
#debugging-toggle img {
cursor: pointer;
}
#rdoc-debugging-section-dump {
display: none;
margin: 0 2em 2em;
background: #ccc;
border: 1px solid #999;
}
/* Glommed from Babel */
.search-field {
font-family: Monaco, Consolas, "Lucida Console", monospace;
/* position: absolute; */
left: 203px;
padding: 0 1px 2px 2px; /* TRBL */
background: #f5f5f5;
border: 1px solid silver;
color: silver;
width: 8em; /* search... */
margin-bottom: 10px;
}
.search-field.active {
background: #fffffa; /* very pale yellow */
color: black;
}
.indexpage .entries {
padding: 0.2em 0;
font-size: 80%;
overflow-x: hidden;
overflow-y: auto;
}
#class-index .entries , #method-index .entries {
/* Sort of hacky but a fix */
width: 460px;
text-overflow: ellipsis;
}
.indexpage p {
white-space: nowrap;
}
.indexpage .type {
color:#444;
font-size:75%;
padding-left:0.67ex;
display:inline-block;
width:0.85em;
}
.indexpage a, .indexpage a:hover {
padding: 0 0.5ex;
}
#footer {
margin-top: 50px;
font-size:0.75em;
text-align: center;
/* bottom: 3px;
right: 10px;
*/
}
body.index #footer {
color: #999;
margin-top:30px;
position:absolute;
position:fixed;
bottom:0;
width: 90%;
height:30px; /* Height of the footer */
text-align: right;
font-size: 0.75em;
}
/* @end */
/* Make it more like new ruby-doc.org */
h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", serif;
color: #6C6C6C;
}
.index-g1 h2 a, .index-g1 h2 a:visited , .index-g1 h2 a:link,
.index-g0 h2 a, .index-g0 h2 a:visited , .index-g0 h2 a:link {
/* color: #6C6C6C !important; */
color: #c7211b !important;
text-decoration: none!important;
border-bottom: none;
}
h2 a, h2 a:visited , h2 a:link {
/*color: #fff!important; */
color: #fff;
text-decoration: none!important;
border-bottom: none;
}
#description h2 a, #description h2 a:visited , #description h2 a:link {
color: #CC3333;
text-decoration: none!important;
border-bottom: none;
}
h1 a, h1 a:visited , h1 a:link {
color: #fff!important;
text-decoration: none!important;
border-bottom: none;
}
#documentation h1 a, #documentation h1 a:visited , #documentation h1 a:link {
color: ##333 !important;
}
h2 a:hover {
color:red!important;
text-decoration: none!important;
}
html {
color: #6C6C6C;
}
a, a:visited, a:link {
color: #333 ! important;
text-decoration: none ! important;
opacity: 1.0;
border-bottom: dotted #cdcdcd 1px
}
a:hover {
color:red!important;
text-decoration: none!important;
opacity: 1.0;
}
#header {
margin-top:1em;
text-align: right;
background:url(../images/logo-rubydoc.gif) 850px 0 no-repeat ;
height: 120px;
}
#header h1{
margin: 5px 120px 5px 0px;
}
#header p {
margin: 5px 120px 5px 0px;
font-size: 1.5em;
}
#OLD_actionbar {
background: #646462 ! important;
color: #fff ! important;
font-weight: bold;
width: 100% ! important;
line-height: 2em;
height: 2em;
font-family: Helvetica, Arial, sans-serif;
border: solid #646462 1px;
}
#OLD_actionbar .right {
text-align: right;
}
#OLD_actionbar li a, #OLD_actionbar li a:visited , #OLD_actionbar li a:link {
color: #fff ! important;
text-decoration: none ! important;
opacity: 1.0;
border-bottom: none;
}
#OLD_actionbar li a:hover {
color:red!important;
text-decoration: none!important;
opacity: 1.0;
border-bottom: none;
}
#OLD_actionbar li {
display: inline;
padding: 2px 5px;
}
.wrapper{
width:960px;
margin:0 auto;
padding:0 10px;
}
/* associated content */
.associated a, .associated a:visited,.associated a:link {
color: #a80101 ! important;
font-weight:bold;
}
.associated {
margin: 10px;
margin-top: 30px;
padding: 10px;
padding-bottom: 30px;
background-color: #feffb6;
margin-bottom: 20px;
}
#documentation .associated h3.section-header {
margin-top: 0px;
background-color: #d4d598;
}
#alternateFormatLink {
position:fixed; background: none;
border:1px solid #fefefe;
width:150px;
z-index:100;
margin: 0;
right: 0px;
top: 140px;
font-size:60%;
background-color:rgba(255,255,255,0.5);
}
.rdocstar #alternateFormatLink {
right : -50px ! important;
}
#alternateFormatLink {
display:block;
margin:0 0.5em;
}
.rotate {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
/* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
/* Should be unset in IE9+ I think. */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#carbonads, #carbonads_1 {
border: dotted 1px #FCC;
padding: 5px;
margin: 30px 2px 70px;
}
.carbon-text { display:block }
.
@media (max-width: 720px){
#alternateFormatLink {
display: none;
}
.wrapper{
width:auto!important;
padding:10px!important;
width:auto!important;
}
header p {
font-size: 1em;
}
/* We need to force the div with the method list to fall
below the clas list div
*/
#method-index, #class-index{
clear: both;
}
/*
Sat Sep 24 23:21:56 MST 2011
Need a better way to do this;
using a fixed em size is hacky because:
- Different browser handle it differently
- Different ruby versions have a different number of classes listed.
But: This makes it usable for now.
*/
#class-index {
height: 140em;
}
#OLD_actionbar {
height: 5em;
}
div.adzbox {
/* display:none; */
float: left ! important;
margin-left: 10px;
clear: both;
}
}
@media print{
.wrapper{
width:75%;
margin:0 auto;
}
}
.wrapper {
/* adjust spacing to allow more room on the right */
/* margin-right:10%; */
width:1010px;
margin:0 auto;
padding:0 10px;
}
.class #documentation,
.file #documentation,
.module #documentation {
min-width: 340px;
max-width: 560px;
}
div.adzbox , div.adzbox-index, div.adzbox-adjecent-files, div.adzbox-no-files-index {
height: 250px;
width: 130px;
width: 160px;
float: right;
margin-right: -40px;
/* border: solid 1px #333;
background-color: #33f;
*/
}
div.adzbox-no-files-index {
margin-top: -220px;
margin-right: -40px;
}
div.adzbox-index {
margin-top: 1px;
margin-right: 1px;
margin-right: 60px;
}
div.adzbox-adjecent-files {
margin-top: -10px;
margin-right: -30px;
}
div.adzbox {
margin-top: 200px;
}
#extraz {
float: right;
width: 170px;
height: 260px;
margin-right: -100px;
/* background-color: #f30; */
}
.rd-ab-msg {
font-family: Helvetica, Arial, sans-serif;
border: 1px solid #AB5454;
padding: 5px;
margin-right: 20px;
color: #999;
background: #FDFDFD;
font-size: 12px;
font-weight: bold;
} | 0.205934 | 0.143818 |
table.flexible_shipping_methods th.select,
table.flexible_shipping_methods td.select {
text-align: center;
width: 40px;
margin-top: -7px;
margin-left: -6px;
padding: 2px;
}
table.flexible_shipping_methods .checkbox-select-all {
margin: 0 12px 0 8px;
}
table.flexible_shipping_methods th.integration,
table.flexible_shipping_methods td.integration {
text-align: center;
width: 130px;
}
table.flexible_shipping_methods tr.highlight td {
background-color: #e4f2fd;
}
table.flexible_shipping_methods.wc_shipping th {
font-weight: 400;
width: auto;
}
table.flexible_shipping_methods td.ui-sortable-handle:before, table.flexible_shipping_services td.ui-sortable-handle:before {
content: '\f333';
font-family: Dashicons;
text-align: center;
line-height: 1;
color: #999;
display: block;
width: 17px;
float: left;
height: 100%;
line-height: 24px;
}
/* ZmianyMO: POCZĄTEK */
table.wc_input_table.flexible_shipping_rules.fs_new_interface td {
padding: 25px 5px;
vertical-align: middle;
border: none;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface tr:nth-child( even ) td {
background: #f9f9f9;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface tr:nth-child( odd ) td.sort {
background: white;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface td p.form-row {
margin-top: 0;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface .description {
padding-top: 5px;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface .form-row {
padding-right: 5px;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface .single_rule_condition {
vertical-align: middle;
display: flex;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface tbody .sort {
padding-top: 27px !important;
padding-bottom: 23px !important;
}
/* ZmianyMO: KONIEC */
/* Rules Table */
.flexible_shipping_method_rules th {
width: auto;
}
.flexible_shipping_method_rules th.sort {
width: 10px;
}
td.fs_cost {
width: 75px!important;
}
div.rule_condition div {
display: inline-block;
}
div.rule_condition div.based_on {
width: 70px;
}
div.rule_condition div input {
width: 70px;
}
table.flexible_shipping_method_rules th, table.flexible_shipping_method_rules th {
padding: 5px 10px 5px 0px;
}
table.flexible_shipping_method_rules td p,
table.flexible_shipping_method_rules td p input,
table.flexible_shipping_method_rules td p select {
margin: 0;
width: 100%;
box-shadow: none;
padding: 0px!important;
}
table.flexible_shipping_method_rules td p input[type=text] {
text-align: right;
padding: 0px 5px 0px 5px!important;
width: 100%!important;
}
table.flexible_shipping_method_rules td p select {
margin: 0;
width: 100%!important;
box-shadow: none;
line-height: 28px;
height: 37px;
vertical-align: middle;;
}
table.flexible_shipping_method_rules td p input[type=checkbox] {
margin: 0;
width: auto;
}
table.flexible_shipping_method_rules th,
table.flexible_shipping_method_rules td {
text-align: center;
}
table.flexible_shipping_method_rules th.shipping_class,
table.flexible_shipping_method_rules td.shipping_class {
text-align: center;
width: 200px;
}
table.flexible_shipping_method_rules td.shipping_class span {
border:none;
}
table.flexible_shipping_method_rules th.stop,
table.flexible_shipping_method_rules td.stop {
text-align: center;
width: 30px;
}
table.flexible_shipping_method_rules th.cancel,
table.flexible_shipping_method_rules td.cancel {
text-align: center;
width: 60px;
}
.woocommerce table.form-table .flexible_shipping_method_rules th span.woocommerce-help-tip {
float: none;
margin: 0px;
}
.woocommerce table.form-table .flexible_shipping_method_rules .select2-container {
margin: 0;
}
/* Locations Add-On */
.woocommerce table.form-table .fs-locations-table .select2-container {
max-width: none;
}
.woocommerce table.form-table .fs-locations-table th .woocommerce-help-tip {
float: none;
}
div.flexilble_shipping_export_import {
float:right;
}
table.flexible_shipping_method_rules tfoot th {
padding: 10px;
}
.fs_shipping_class {
/*width: 300px!important;*/
}
/* Ads */
.woocommerce_page_wc-settings #mainform {
position: relative;
}
/* Flexible Shipping Column - Orders List */
.column-flexible_shipping {
width: 130px;
}
.column-flexible_shipping .shipping-status {
float: left;
margin-right: 8px;
margin-top: 4px;
text-align: left;
width: 18px;
}
.column-flexible_shipping .shipping-status .created:after {
color: #d0c21f !important;
}
.column-flexible_shipping .shipping-actions a.button {
float: left;
margin: 0 4px 2px 0;
display: block;
height: 2em !important;
padding: 0 !important;
position: relative;
text-indent: -9999px;
width: 2em;
}
.column-flexible_shipping .shipping-actions a.button:after {
font-family: WooCommerce;
font-variant: normal;
font-weight: 400;
height: 100%;
left: 0;
line-height: 1.85;
margin: 0;
position: absolute;
text-align: center;
text-indent: 0;
text-transform: none;
top: 0;
width: 100%;
}
.column-flexible_shipping .shipping-actions a.button.get-label:after {
content: "\e01e";
}
.column-flexible_shipping .shipping-actions a.button.track:after {
content: "\e01b";
}
.column-flexible_shipping mark.failed:after {
color: #a00 !important;
}
.column-flexible_shipping mark.manifest:after {
color: #2ea2cc !important;
}
.flexible_shipping_shipment_message {
color: green;
}
.flexible_shipping_shipment_message_error {
color: #a00 !important;
}
.flexible_shipping_shipment_message_error span {
color: #444;
font-weight: bold;
}
/** select */
.woocommerce .wp-admin select {
height: 100%;
}
/** flexible printing integration */
.button.flexible-printing-button-print {
height: auto !important;
white-space: normal !important;;
word-wrap: break-word !important;;
}
/* Info Page */
.inspire-settings {
display: table;
width: 100%;
}
.inspire-settings .inspire-main-content,
.inspire-settings .inspire-sidebar {
display: table-cell;
height: 500px;
margin: 0;
padding: 0;
vertical-align: top;
}
.inspire-settings .inspire-main-content {
min-width: 800px;
}
.inspire-settings .inspire-sidebar {
padding-left: 30px;
width: 250px;
}
.flexible-shipping-info ol {
margin-top: 0;
}
#wpbody-content .flexible-shipping-info .metabox-holder {
padding-top: 0;
}
/* menu */
#adminmenu #toplevel_page_flexible-shipping .menu-icon-generic div.wp-menu-image::before {
font-family: WooCommerce!important;
content: '\e01d';
}
/* Flexible shipping settings */
.fs-new-service {
color: #006799;
}
/* Order shipping */
.fs-order-item-fallback {
margin-top: .5em;
color: #888;
}
/* order metabox */
.flexible_shipping_shipment_content p select {
max-width: 95%;
}
.flexible_shipping_shipment_content span.description {
display: block;
}
.fs-saas-button-cancel-created {
float: right;
color: #a00;
margin-top: 5px;
}
.fs-saas-button-cancel-created:hover {
color: #a00;
cursor: pointer;
}
.flexible_shipping_shipment_content input[type=checkbox] {
float: left;
margin-right: 5px;
margin-top: 2px !important;
opacity: 1;
border-color: #888;
}
.flexible_shipping_shipment_content input[type=checkbox]:disabled {
opacity: 0.7;
border-color: rgba( 51, 51, 51, 0.5 );
}
.flexible_shipping_shipment_content p.fs-saas-status {
}
.flexible_shipping_shipment_content p.fs-saas-status span {
font-weight: bold;
color: #444;
}
.flexible_shipping_shipment_content p.fs-saas-status-fs-new {
color: #ffba00;
}
.flexible_shipping_shipment_content p.fs-saas-status-fs-created {
color: #d0c21f;
}
.flexible_shipping_shipment_content p.fs-saas-status-fs-confirmed {
color: #444;
}
.flexible_shipping_shipment_content p.fs-saas-status-fs-failed {
color: #a00;
}
.flexible_shipping_shipment_content p.fs-saas-status-fs-manifest {
color: #2ea2cc;
}
.flexible_shipping_shipment_content p.connection-error {
font-weight: bold;
color: #a00;
}
.fs-saas-shipment span {
font-weight: bold;
}
.fs-saas-charges span {
}
.fs-saas-labels-counts span {
font-weight: bold;
}
.fs-saas-no-labels-left {
color: #a00;
}
div.flexible-shipping-shipment-attachments p {
display: inline;
}
.flexible_shipping_shipment_attachment_message {
padding-top: 10px;
color: green;
}
table.flexible_shipping_services {
max-width: 550px;
}
table.flexible_shipping_services .sort {
width: 1%;
}
table.flexible_shipping_services .service_code {
width: 30px;
}
table.flexible_shipping_services .select {
text-align: center;
width: 1%;
}
table.flexible_shipping_services .select input {
margin: 0 8px 0 8px;
}
.woocommerce table.form-table table.flexible_shipping_services td.service_name input {
width: 100%;
}
input.woocommerce_flexible_shipping_service_name {
width: 100%;
}
/* Connect Global Notice */
.updated .fs-banner__button-container {
padding: 0.75rem 0 0;
}
.notice-info.fs-connect__container {
border-left: none;
padding: 0;
box-shadow: 0 0 0 1px #dfdfdf, 0 1px 2px #dfdfdf;
}
@media screen and (max-width: 782px) {
.notice-info.fs-connect__container {
padding: 0 !important;
}
}
.fs-connect__container {
display: block;
position: relative;
box-sizing: border-box;
}
.fs-connect__inner-container > a:first-child {
z-index: 1;
}
.fs-connect__inner-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: left;
justify-content: left;
}
.fs-connect__content-container {
width: 1250px;
position: relative;
padding: 2rem;
z-index: 0;
}
@media (min-width: 782px) {
.fs-connect__content-container {
padding: 2rem 2rem 4rem 2rem;
}
}
.fs-connect__content-container p {
color: #555;
font-size: 0.875rem;
}
.fs-connect__content-container h2 {
margin-top: 0;
color: #555;
line-height: 1.6;
}
.fs-connect__content-icon {
float: right;
margin: 0 1.5rem 0 2.25rem;
}
.fs-connect__content-icon svg {
fill: #0085ba;
height: 180px;
width: auto;
}
@media (max-width: 782px) {
.fs-connect__content-icon.fs-connect-illo {
float: none;
width: 100%;
text-align: center;
margin: 2.25rem 0 1.5rem;
}
}
.fs-connect__slide {
display: none;
}
.fs-connect__slide.fs__slide-is-active {
display: block;
}
@media (min-width: 782px) {
.fs-connect__content-container .fs-banner__button-container {
position: absolute;
bottom: 0.5rem;
}
}
.fs-banner__button-container .button-primary {
margin: 0 0.3125rem 0.3125rem 0;
}
.fs-connect__vertical-nav {
background-color: #f1f1f1;
}
@media (min-width: 600px) {
.fs-connect__vertical-nav {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (max-width: 600px) {
.fs-connect__vertical-nav {
display: none;
}
}
.fs-connect__vertical-nav-container {
width: 15rem;
}
.vertical-menu__feature-item-label {
display: none;
}
@media (min-width: 600px) {
.vertical-menu__feature-item {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
border: none;
padding: 0.5rem;
border-bottom: 1px solid #dfdfdf;
border-right: 1px solid #dfdfdf;
border-left: 3px solid #f9f9f9;
background-color: #f9f9f9;
color: #555;
cursor: pointer;
}
.vertical-menu__feature-item:last-of-type {
position: relative;
top: 1px;
}
.vertical-menu__feature-item-is-selected {
border-left: 3px solid #0085ba;
border-right: 1px solid #fff;
background-color: #fff;
color: #2e4453;
}
.vertical-menu__feature-item-is-selected.fs-feature-intro {
border-left: 3px solid #00BE28;
}
.vertical-menu__feature-item-icon {
width: 1.25rem;
height: 1.25rem;
padding: 0.25rem;
text-align: center;
}
.vertical-menu__feature-item svg {
fill: #555;
vertical-align: middle;
}
.vertical-menu__feature-item-is-selected svg {
fill: #0085ba;
}
.vertical-menu__feature-item-label {
display: block;
padding: 0.5rem;
}
}
.fs-couriers {
margin-top: 2.5em;
}
.fs-courier {
position: relative;
margin-bottom: 2.5em;
text-align: center;
}
.fs-courier img {
height: 50px;
width: auto;
}
.fs-courier-label {
background-color: #333;
border-radius: 3px;
color: #fff;
padding: 0 4px 1px;
position: absolute;
right: 0;
top: -10px;
}
@media (min-width: 1200px) {
.fs-couriers {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.fs-courier {
width: 20%;
}
}
/* Connect Register */
.admin_page_flexible_shipping_connect_register .notice.is-dismissible,
.admin_page_flexible_shipping_connect_register .update-nag,
.admin_page_flexible_shipping_connect_register .updated,
.admin_page_flexible_shipping_connect_register .settings-error {
display: none !important;
}
.fs-page-wrap {
margin: 0 auto;
max-width: 45rem;
}
.fs-page-wrap h1 {
font-weight: normal;
margin-bottom: .67em;
text-align: center;
}
.fs-box {
display: block;
position: relative;
margin: 0 auto 20px;
padding: 16px;
box-sizing: border-box;
background: white;
box-shadow: 0 0 0 1px #dfdfdf, 0 1px 2px #dfdfdf;
}
.fs-box:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.admin_page_flexible_shipping_connect_register .fs-box,
.fs-box.text-center {
text-align: center;
}
.admin_page_flexible_shipping_connect_register .fs-box p {
margin: 1.5em 0;
}
.fs-box input[type="email"] {
padding: 8px 10px;
}
.fs-actions {
padding-left: 40px;
}
.fs-actions button:active {
vertical-align: inherit !important;
}
.fs-actions .spinner {
float: none;
margin-top: 0;
}
.fs-cols {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.fs-inner-box {
box-sizing: border-box;
margin-top: 30px;
padding: 0 20px;
}
.fs-inner-box h4 {
font-size: 1.2em;
margin-bottom: .37em;
}
.fs-inner-box svg {
fill: #0085ba;
height: 70px;
width: auto;
}
@media (min-width: 600px) {
.fs-inner-box {
width: 33.33%;
}
}
.fs-connect-box-header {
margin-top: 3em;
}
.hide-fs-connect-integration-box {
display: none;
}
.fs-settings-div table.form-table {
width: 700px;
float: left;
}
.fs-flexible-shipping-sidebar {
float:right;
padding-left: 30px;
width: 300px;
margin-top: -100px;
}
@media (max-width: 1200px) {
.fs-flexible-shipping-sidebar {
display: none;
}
}
/* WP Desk Metabox */
.wpdesk-metabox {
background-color: #23282d;
color: #fff;
padding: 20px;
}
.wpdesk-metabox .title {
color: #fff;
}
.wpdesk-metabox .icon {
display: block;
margin: 0 auto;
width: 110px;
}
/* flexible_shipping_rules */
table.wc_input_table.flexible_shipping_rules {
width: auto;
min-width: 764px;
}
table.wc_input_table.flexible_shipping_rules td {
padding: 3px 5px;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper input {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper select, table.wc_input_table.flexible_shipping_rules p span.woocommerce-input-wrapper select {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper label {
padding-right: 3px;
padding-left: 3px;
}
table.wc_input_table.flexible_shipping_rules td label {
padding-right: 3px;
padding-left: 3px;
padding-top: 5px;
}
/* ZmianyMO: większy oddech między polami */
table.wc_input_table.flexible_shipping_rules.fs_new_interface td label {
padding-right: 10px;
padding-left: 10px;
padding-top: 5px;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper span.description, table.wc_input_table.flexible_shipping_rules p.form-row span.description {
padding-right: 3px;
padding-left: 3px;
vertical-align: middle;
font-style: normal;
font-size: 14px;
}
table.wc_input_table.flexible_shipping_rules p.form-row span.description {
padding-top:4px;
position: absolute;
}
table.wc_input_table.flexible_shipping_rules td {
vertical-align: top;
}
table.wc_input_table.flexible_shipping_rules td {
padding-top: 2px;
padding-bottom: 2px;
}
table.wc_input_table.flexible_shipping_rules th.sort, table.wc_input_table.flexible_shipping_rules th.sort {
width: 20px;
text-align: center;
}
table.wc_input_table.flexible_shipping_rules th.cb, table.wc_input_table.flexible_shipping_rules td.cb {
width: 20px;
text-align: center;
padding: 10px 5px;
padding-right: 5px!important;
margin: 0px;
}
table.wc_input_table.flexible_shipping_rules th.cb input, table.wc_input_table.flexible_shipping_rules td.cb input {
margin: 0px;
}
table.wc_input_table.flexible_shipping_rules th.rule_costs {
width: 220px;
}
table.wc_input_table.flexible_shipping_rules input[type=text] {
width:100px!important;
height:2em!important;
border: 1px solid;
}
table.wc_input_table.flexible_shipping_rules select {
width:120px !important;
height:2em!important;
border: 1px solid;
padding: 0 5px;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface select {
width:130px !important; /* ZmianyMO: tutaj musi być, jeżeli chcemy dać "is" do środka */
}
table.wc_input_table.flexible_shipping_rules input.cost_additional {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules input.per_value {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs div.input-wrapper.cost_per_order {
display: block;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs a.button.plus.insert {
display: inline-block;
float: right;
clear: both;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs div.additional_cost_wrapper {
border-top: 1px solid #dfdfdf;
margin-top: 2px;
padding-top: 2px;
display: block;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs a.button.minus {
display: inline-block;
float: right;
clear: both;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) {
border-top: 1px solid #dfdfdf;
padding-top: 2px;
margin-top: 2px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_field_wrapper {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper input.parameter_min {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper input.parameter_max {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition label.condition_field_label {
width: 55px;
text-align: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child label.condition_field_label_where {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) label.condition_field_label_where {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child label.condition_field_label_and {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) label.condition_field_label_and {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition a.minus {
float: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition a.plus {
float: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child a.minus {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) a.plus {
display: none;
}
table.wc_input_table.flexible_shipping_rules input.select2-search__field {
border: 0px;
}
table.wc_input_table.flexible_shipping_method_rules td p label span.optional {
display: none;
}
table.wc_input_table.flexible_shipping_rules td.rule_conditions {
min-width: 465px;
}
table.wc_input_table.flexible_shipping_rules td.rule_conditions div.single_rule_condition p.form-row {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules td p label span.optional {
display: none;
}
/** New rules table banner */
table#fs_new_rules_table_banner.widefat thead td, table#fs_new_rules_table_banner_for_new_table.widefat thead td {
padding:5px 20px 20px;
}
/* flexible_shipping_rules */
table.wc_input_table.flexible_shipping_rules span.input-wrapper {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper input {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper select {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper label {
padding-right: 3px;
padding-left: 3px;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper span.description {
padding-right: 3px;
padding-left: 3px;
vertical-align: middle;
}
table.wc_input_table.flexible_shipping_rules td {
vertical-align: top;
}
table.wc_input_table.flexible_shipping_rules td {
padding-top: 2px;
padding-bottom: 2px;
}
table.wc_input_table.flexible_shipping_rules th.sort, table.wc_input_table.flexible_shipping_rules th.sort {
width: 20px;
text-align: center;
}
table.wc_input_table.flexible_shipping_rules th.cb, table.wc_input_table.flexible_shipping_rules td.cb {
width: 20px;
text-align: center;
}
table.wc_input_table.flexible_shipping_rules th.rule_costs {
width: 520px;
}
table.wc_input_table.flexible_shipping_rules input[type=text] {
width:auto!important;
height:auto!important;
border: 1px solid;
}
table.wc_input_table.flexible_shipping_rules input.cost_additional {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules input.per_value {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs div.input-wrapper.cost_per_order {
display: block;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs a.button.plus.insert {
display: inline-block;
float: right;
clear: both;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs div.additional_cost_wrapper {
border-top: 1px solid #dfdfdf;
margin-top: 2px;
padding-top: 2px;
display: block;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs a.button.minus {
display: inline-block;
float: right;
clear: both;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) {
border-top: 1px solid #dfdfdf;
padding-top: 2px;
margin-top: 2px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_field_wrapper {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper input.parameter_min {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper input.parameter_max {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition label.condition_field_label {
width: 55px;
text-align: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child label.condition_field_label_where {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) label.condition_field_label_where {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child label.condition_field_label_and {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) label.condition_field_label_and {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition a.minus {
float: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition a.plus {
float: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child a.minus {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) a.plus {
display: none;
}
table.wc_input_table.flexible_shipping_rules input.select2-search__field {
border: 0px;
} | site/web/app/plugins/flexible-shipping/assets/css/admin.css | table.flexible_shipping_methods th.select,
table.flexible_shipping_methods td.select {
text-align: center;
width: 40px;
margin-top: -7px;
margin-left: -6px;
padding: 2px;
}
table.flexible_shipping_methods .checkbox-select-all {
margin: 0 12px 0 8px;
}
table.flexible_shipping_methods th.integration,
table.flexible_shipping_methods td.integration {
text-align: center;
width: 130px;
}
table.flexible_shipping_methods tr.highlight td {
background-color: #e4f2fd;
}
table.flexible_shipping_methods.wc_shipping th {
font-weight: 400;
width: auto;
}
table.flexible_shipping_methods td.ui-sortable-handle:before, table.flexible_shipping_services td.ui-sortable-handle:before {
content: '\f333';
font-family: Dashicons;
text-align: center;
line-height: 1;
color: #999;
display: block;
width: 17px;
float: left;
height: 100%;
line-height: 24px;
}
/* ZmianyMO: POCZĄTEK */
table.wc_input_table.flexible_shipping_rules.fs_new_interface td {
padding: 25px 5px;
vertical-align: middle;
border: none;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface tr:nth-child( even ) td {
background: #f9f9f9;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface tr:nth-child( odd ) td.sort {
background: white;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface td p.form-row {
margin-top: 0;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface .description {
padding-top: 5px;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface .form-row {
padding-right: 5px;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface .single_rule_condition {
vertical-align: middle;
display: flex;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface tbody .sort {
padding-top: 27px !important;
padding-bottom: 23px !important;
}
/* ZmianyMO: KONIEC */
/* Rules Table */
.flexible_shipping_method_rules th {
width: auto;
}
.flexible_shipping_method_rules th.sort {
width: 10px;
}
td.fs_cost {
width: 75px!important;
}
div.rule_condition div {
display: inline-block;
}
div.rule_condition div.based_on {
width: 70px;
}
div.rule_condition div input {
width: 70px;
}
table.flexible_shipping_method_rules th, table.flexible_shipping_method_rules th {
padding: 5px 10px 5px 0px;
}
table.flexible_shipping_method_rules td p,
table.flexible_shipping_method_rules td p input,
table.flexible_shipping_method_rules td p select {
margin: 0;
width: 100%;
box-shadow: none;
padding: 0px!important;
}
table.flexible_shipping_method_rules td p input[type=text] {
text-align: right;
padding: 0px 5px 0px 5px!important;
width: 100%!important;
}
table.flexible_shipping_method_rules td p select {
margin: 0;
width: 100%!important;
box-shadow: none;
line-height: 28px;
height: 37px;
vertical-align: middle;;
}
table.flexible_shipping_method_rules td p input[type=checkbox] {
margin: 0;
width: auto;
}
table.flexible_shipping_method_rules th,
table.flexible_shipping_method_rules td {
text-align: center;
}
table.flexible_shipping_method_rules th.shipping_class,
table.flexible_shipping_method_rules td.shipping_class {
text-align: center;
width: 200px;
}
table.flexible_shipping_method_rules td.shipping_class span {
border:none;
}
table.flexible_shipping_method_rules th.stop,
table.flexible_shipping_method_rules td.stop {
text-align: center;
width: 30px;
}
table.flexible_shipping_method_rules th.cancel,
table.flexible_shipping_method_rules td.cancel {
text-align: center;
width: 60px;
}
.woocommerce table.form-table .flexible_shipping_method_rules th span.woocommerce-help-tip {
float: none;
margin: 0px;
}
.woocommerce table.form-table .flexible_shipping_method_rules .select2-container {
margin: 0;
}
/* Locations Add-On */
.woocommerce table.form-table .fs-locations-table .select2-container {
max-width: none;
}
.woocommerce table.form-table .fs-locations-table th .woocommerce-help-tip {
float: none;
}
div.flexilble_shipping_export_import {
float:right;
}
table.flexible_shipping_method_rules tfoot th {
padding: 10px;
}
.fs_shipping_class {
/*width: 300px!important;*/
}
/* Ads */
.woocommerce_page_wc-settings #mainform {
position: relative;
}
/* Flexible Shipping Column - Orders List */
.column-flexible_shipping {
width: 130px;
}
.column-flexible_shipping .shipping-status {
float: left;
margin-right: 8px;
margin-top: 4px;
text-align: left;
width: 18px;
}
.column-flexible_shipping .shipping-status .created:after {
color: #d0c21f !important;
}
.column-flexible_shipping .shipping-actions a.button {
float: left;
margin: 0 4px 2px 0;
display: block;
height: 2em !important;
padding: 0 !important;
position: relative;
text-indent: -9999px;
width: 2em;
}
.column-flexible_shipping .shipping-actions a.button:after {
font-family: WooCommerce;
font-variant: normal;
font-weight: 400;
height: 100%;
left: 0;
line-height: 1.85;
margin: 0;
position: absolute;
text-align: center;
text-indent: 0;
text-transform: none;
top: 0;
width: 100%;
}
.column-flexible_shipping .shipping-actions a.button.get-label:after {
content: "\e01e";
}
.column-flexible_shipping .shipping-actions a.button.track:after {
content: "\e01b";
}
.column-flexible_shipping mark.failed:after {
color: #a00 !important;
}
.column-flexible_shipping mark.manifest:after {
color: #2ea2cc !important;
}
.flexible_shipping_shipment_message {
color: green;
}
.flexible_shipping_shipment_message_error {
color: #a00 !important;
}
.flexible_shipping_shipment_message_error span {
color: #444;
font-weight: bold;
}
/** select */
.woocommerce .wp-admin select {
height: 100%;
}
/** flexible printing integration */
.button.flexible-printing-button-print {
height: auto !important;
white-space: normal !important;;
word-wrap: break-word !important;;
}
/* Info Page */
.inspire-settings {
display: table;
width: 100%;
}
.inspire-settings .inspire-main-content,
.inspire-settings .inspire-sidebar {
display: table-cell;
height: 500px;
margin: 0;
padding: 0;
vertical-align: top;
}
.inspire-settings .inspire-main-content {
min-width: 800px;
}
.inspire-settings .inspire-sidebar {
padding-left: 30px;
width: 250px;
}
.flexible-shipping-info ol {
margin-top: 0;
}
#wpbody-content .flexible-shipping-info .metabox-holder {
padding-top: 0;
}
/* menu */
#adminmenu #toplevel_page_flexible-shipping .menu-icon-generic div.wp-menu-image::before {
font-family: WooCommerce!important;
content: '\e01d';
}
/* Flexible shipping settings */
.fs-new-service {
color: #006799;
}
/* Order shipping */
.fs-order-item-fallback {
margin-top: .5em;
color: #888;
}
/* order metabox */
.flexible_shipping_shipment_content p select {
max-width: 95%;
}
.flexible_shipping_shipment_content span.description {
display: block;
}
.fs-saas-button-cancel-created {
float: right;
color: #a00;
margin-top: 5px;
}
.fs-saas-button-cancel-created:hover {
color: #a00;
cursor: pointer;
}
.flexible_shipping_shipment_content input[type=checkbox] {
float: left;
margin-right: 5px;
margin-top: 2px !important;
opacity: 1;
border-color: #888;
}
.flexible_shipping_shipment_content input[type=checkbox]:disabled {
opacity: 0.7;
border-color: rgba( 51, 51, 51, 0.5 );
}
.flexible_shipping_shipment_content p.fs-saas-status {
}
.flexible_shipping_shipment_content p.fs-saas-status span {
font-weight: bold;
color: #444;
}
.flexible_shipping_shipment_content p.fs-saas-status-fs-new {
color: #ffba00;
}
.flexible_shipping_shipment_content p.fs-saas-status-fs-created {
color: #d0c21f;
}
.flexible_shipping_shipment_content p.fs-saas-status-fs-confirmed {
color: #444;
}
.flexible_shipping_shipment_content p.fs-saas-status-fs-failed {
color: #a00;
}
.flexible_shipping_shipment_content p.fs-saas-status-fs-manifest {
color: #2ea2cc;
}
.flexible_shipping_shipment_content p.connection-error {
font-weight: bold;
color: #a00;
}
.fs-saas-shipment span {
font-weight: bold;
}
.fs-saas-charges span {
}
.fs-saas-labels-counts span {
font-weight: bold;
}
.fs-saas-no-labels-left {
color: #a00;
}
div.flexible-shipping-shipment-attachments p {
display: inline;
}
.flexible_shipping_shipment_attachment_message {
padding-top: 10px;
color: green;
}
table.flexible_shipping_services {
max-width: 550px;
}
table.flexible_shipping_services .sort {
width: 1%;
}
table.flexible_shipping_services .service_code {
width: 30px;
}
table.flexible_shipping_services .select {
text-align: center;
width: 1%;
}
table.flexible_shipping_services .select input {
margin: 0 8px 0 8px;
}
.woocommerce table.form-table table.flexible_shipping_services td.service_name input {
width: 100%;
}
input.woocommerce_flexible_shipping_service_name {
width: 100%;
}
/* Connect Global Notice */
.updated .fs-banner__button-container {
padding: 0.75rem 0 0;
}
.notice-info.fs-connect__container {
border-left: none;
padding: 0;
box-shadow: 0 0 0 1px #dfdfdf, 0 1px 2px #dfdfdf;
}
@media screen and (max-width: 782px) {
.notice-info.fs-connect__container {
padding: 0 !important;
}
}
.fs-connect__container {
display: block;
position: relative;
box-sizing: border-box;
}
.fs-connect__inner-container > a:first-child {
z-index: 1;
}
.fs-connect__inner-container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: left;
justify-content: left;
}
.fs-connect__content-container {
width: 1250px;
position: relative;
padding: 2rem;
z-index: 0;
}
@media (min-width: 782px) {
.fs-connect__content-container {
padding: 2rem 2rem 4rem 2rem;
}
}
.fs-connect__content-container p {
color: #555;
font-size: 0.875rem;
}
.fs-connect__content-container h2 {
margin-top: 0;
color: #555;
line-height: 1.6;
}
.fs-connect__content-icon {
float: right;
margin: 0 1.5rem 0 2.25rem;
}
.fs-connect__content-icon svg {
fill: #0085ba;
height: 180px;
width: auto;
}
@media (max-width: 782px) {
.fs-connect__content-icon.fs-connect-illo {
float: none;
width: 100%;
text-align: center;
margin: 2.25rem 0 1.5rem;
}
}
.fs-connect__slide {
display: none;
}
.fs-connect__slide.fs__slide-is-active {
display: block;
}
@media (min-width: 782px) {
.fs-connect__content-container .fs-banner__button-container {
position: absolute;
bottom: 0.5rem;
}
}
.fs-banner__button-container .button-primary {
margin: 0 0.3125rem 0.3125rem 0;
}
.fs-connect__vertical-nav {
background-color: #f1f1f1;
}
@media (min-width: 600px) {
.fs-connect__vertical-nav {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (max-width: 600px) {
.fs-connect__vertical-nav {
display: none;
}
}
.fs-connect__vertical-nav-container {
width: 15rem;
}
.vertical-menu__feature-item-label {
display: none;
}
@media (min-width: 600px) {
.vertical-menu__feature-item {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
border: none;
padding: 0.5rem;
border-bottom: 1px solid #dfdfdf;
border-right: 1px solid #dfdfdf;
border-left: 3px solid #f9f9f9;
background-color: #f9f9f9;
color: #555;
cursor: pointer;
}
.vertical-menu__feature-item:last-of-type {
position: relative;
top: 1px;
}
.vertical-menu__feature-item-is-selected {
border-left: 3px solid #0085ba;
border-right: 1px solid #fff;
background-color: #fff;
color: #2e4453;
}
.vertical-menu__feature-item-is-selected.fs-feature-intro {
border-left: 3px solid #00BE28;
}
.vertical-menu__feature-item-icon {
width: 1.25rem;
height: 1.25rem;
padding: 0.25rem;
text-align: center;
}
.vertical-menu__feature-item svg {
fill: #555;
vertical-align: middle;
}
.vertical-menu__feature-item-is-selected svg {
fill: #0085ba;
}
.vertical-menu__feature-item-label {
display: block;
padding: 0.5rem;
}
}
.fs-couriers {
margin-top: 2.5em;
}
.fs-courier {
position: relative;
margin-bottom: 2.5em;
text-align: center;
}
.fs-courier img {
height: 50px;
width: auto;
}
.fs-courier-label {
background-color: #333;
border-radius: 3px;
color: #fff;
padding: 0 4px 1px;
position: absolute;
right: 0;
top: -10px;
}
@media (min-width: 1200px) {
.fs-couriers {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.fs-courier {
width: 20%;
}
}
/* Connect Register */
.admin_page_flexible_shipping_connect_register .notice.is-dismissible,
.admin_page_flexible_shipping_connect_register .update-nag,
.admin_page_flexible_shipping_connect_register .updated,
.admin_page_flexible_shipping_connect_register .settings-error {
display: none !important;
}
.fs-page-wrap {
margin: 0 auto;
max-width: 45rem;
}
.fs-page-wrap h1 {
font-weight: normal;
margin-bottom: .67em;
text-align: center;
}
.fs-box {
display: block;
position: relative;
margin: 0 auto 20px;
padding: 16px;
box-sizing: border-box;
background: white;
box-shadow: 0 0 0 1px #dfdfdf, 0 1px 2px #dfdfdf;
}
.fs-box:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.admin_page_flexible_shipping_connect_register .fs-box,
.fs-box.text-center {
text-align: center;
}
.admin_page_flexible_shipping_connect_register .fs-box p {
margin: 1.5em 0;
}
.fs-box input[type="email"] {
padding: 8px 10px;
}
.fs-actions {
padding-left: 40px;
}
.fs-actions button:active {
vertical-align: inherit !important;
}
.fs-actions .spinner {
float: none;
margin-top: 0;
}
.fs-cols {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.fs-inner-box {
box-sizing: border-box;
margin-top: 30px;
padding: 0 20px;
}
.fs-inner-box h4 {
font-size: 1.2em;
margin-bottom: .37em;
}
.fs-inner-box svg {
fill: #0085ba;
height: 70px;
width: auto;
}
@media (min-width: 600px) {
.fs-inner-box {
width: 33.33%;
}
}
.fs-connect-box-header {
margin-top: 3em;
}
.hide-fs-connect-integration-box {
display: none;
}
.fs-settings-div table.form-table {
width: 700px;
float: left;
}
.fs-flexible-shipping-sidebar {
float:right;
padding-left: 30px;
width: 300px;
margin-top: -100px;
}
@media (max-width: 1200px) {
.fs-flexible-shipping-sidebar {
display: none;
}
}
/* WP Desk Metabox */
.wpdesk-metabox {
background-color: #23282d;
color: #fff;
padding: 20px;
}
.wpdesk-metabox .title {
color: #fff;
}
.wpdesk-metabox .icon {
display: block;
margin: 0 auto;
width: 110px;
}
/* flexible_shipping_rules */
table.wc_input_table.flexible_shipping_rules {
width: auto;
min-width: 764px;
}
table.wc_input_table.flexible_shipping_rules td {
padding: 3px 5px;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper input {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper select, table.wc_input_table.flexible_shipping_rules p span.woocommerce-input-wrapper select {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper label {
padding-right: 3px;
padding-left: 3px;
}
table.wc_input_table.flexible_shipping_rules td label {
padding-right: 3px;
padding-left: 3px;
padding-top: 5px;
}
/* ZmianyMO: większy oddech między polami */
table.wc_input_table.flexible_shipping_rules.fs_new_interface td label {
padding-right: 10px;
padding-left: 10px;
padding-top: 5px;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper span.description, table.wc_input_table.flexible_shipping_rules p.form-row span.description {
padding-right: 3px;
padding-left: 3px;
vertical-align: middle;
font-style: normal;
font-size: 14px;
}
table.wc_input_table.flexible_shipping_rules p.form-row span.description {
padding-top:4px;
position: absolute;
}
table.wc_input_table.flexible_shipping_rules td {
vertical-align: top;
}
table.wc_input_table.flexible_shipping_rules td {
padding-top: 2px;
padding-bottom: 2px;
}
table.wc_input_table.flexible_shipping_rules th.sort, table.wc_input_table.flexible_shipping_rules th.sort {
width: 20px;
text-align: center;
}
table.wc_input_table.flexible_shipping_rules th.cb, table.wc_input_table.flexible_shipping_rules td.cb {
width: 20px;
text-align: center;
padding: 10px 5px;
padding-right: 5px!important;
margin: 0px;
}
table.wc_input_table.flexible_shipping_rules th.cb input, table.wc_input_table.flexible_shipping_rules td.cb input {
margin: 0px;
}
table.wc_input_table.flexible_shipping_rules th.rule_costs {
width: 220px;
}
table.wc_input_table.flexible_shipping_rules input[type=text] {
width:100px!important;
height:2em!important;
border: 1px solid;
}
table.wc_input_table.flexible_shipping_rules select {
width:120px !important;
height:2em!important;
border: 1px solid;
padding: 0 5px;
}
table.wc_input_table.flexible_shipping_rules.fs_new_interface select {
width:130px !important; /* ZmianyMO: tutaj musi być, jeżeli chcemy dać "is" do środka */
}
table.wc_input_table.flexible_shipping_rules input.cost_additional {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules input.per_value {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs div.input-wrapper.cost_per_order {
display: block;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs a.button.plus.insert {
display: inline-block;
float: right;
clear: both;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs div.additional_cost_wrapper {
border-top: 1px solid #dfdfdf;
margin-top: 2px;
padding-top: 2px;
display: block;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs a.button.minus {
display: inline-block;
float: right;
clear: both;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) {
border-top: 1px solid #dfdfdf;
padding-top: 2px;
margin-top: 2px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_field_wrapper {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper input.parameter_min {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper input.parameter_max {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition label.condition_field_label {
width: 55px;
text-align: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child label.condition_field_label_where {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) label.condition_field_label_where {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child label.condition_field_label_and {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) label.condition_field_label_and {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition a.minus {
float: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition a.plus {
float: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child a.minus {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) a.plus {
display: none;
}
table.wc_input_table.flexible_shipping_rules input.select2-search__field {
border: 0px;
}
table.wc_input_table.flexible_shipping_method_rules td p label span.optional {
display: none;
}
table.wc_input_table.flexible_shipping_rules td.rule_conditions {
min-width: 465px;
}
table.wc_input_table.flexible_shipping_rules td.rule_conditions div.single_rule_condition p.form-row {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules td p label span.optional {
display: none;
}
/** New rules table banner */
table#fs_new_rules_table_banner.widefat thead td, table#fs_new_rules_table_banner_for_new_table.widefat thead td {
padding:5px 20px 20px;
}
/* flexible_shipping_rules */
table.wc_input_table.flexible_shipping_rules span.input-wrapper {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper input {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper select {
line-height: 2em;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper label {
padding-right: 3px;
padding-left: 3px;
}
table.wc_input_table.flexible_shipping_rules span.input-wrapper span.description {
padding-right: 3px;
padding-left: 3px;
vertical-align: middle;
}
table.wc_input_table.flexible_shipping_rules td {
vertical-align: top;
}
table.wc_input_table.flexible_shipping_rules td {
padding-top: 2px;
padding-bottom: 2px;
}
table.wc_input_table.flexible_shipping_rules th.sort, table.wc_input_table.flexible_shipping_rules th.sort {
width: 20px;
text-align: center;
}
table.wc_input_table.flexible_shipping_rules th.cb, table.wc_input_table.flexible_shipping_rules td.cb {
width: 20px;
text-align: center;
}
table.wc_input_table.flexible_shipping_rules th.rule_costs {
width: 520px;
}
table.wc_input_table.flexible_shipping_rules input[type=text] {
width:auto!important;
height:auto!important;
border: 1px solid;
}
table.wc_input_table.flexible_shipping_rules input.cost_additional {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules input.per_value {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs div.input-wrapper.cost_per_order {
display: block;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs a.button.plus.insert {
display: inline-block;
float: right;
clear: both;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs div.additional_cost_wrapper {
border-top: 1px solid #dfdfdf;
margin-top: 2px;
padding-top: 2px;
display: block;
}
table.wc_input_table.flexible_shipping_rules td.rule_costs a.button.minus {
display: inline-block;
float: right;
clear: both;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) {
border-top: 1px solid #dfdfdf;
padding-top: 2px;
margin-top: 2px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_field_wrapper {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper input.parameter_min {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition div.condition_parameters_wrapper input.parameter_max {
width: 60px!important;
min-width: 60px;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition label.condition_field_label {
width: 55px;
text-align: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child label.condition_field_label_where {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) label.condition_field_label_where {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child label.condition_field_label_and {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) label.condition_field_label_and {
display: inline-block;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition a.minus {
float: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition a.plus {
float: right;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:first-child a.minus {
display: none;
}
table.wc_input_table.flexible_shipping_rules div.single_rule_condition:nth-child(n+2) a.plus {
display: none;
}
table.wc_input_table.flexible_shipping_rules input.select2-search__field {
border: 0px;
} | 0.446736 | 0.084909 |
*{padding: 0;margin: 0;}
.section-1{
background: #d2d2d2;
padding: 0px 0px;
position: relative;
}
.section-1::before{
content: "";
background: white;
width: 27%;
height: 102%;
position: absolute;
top: 0;
left: 0;
clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
border-radius: 0px 29px 0px 0px;
z-index: 1;
}
.card {
background-color: #6cdde0;
}
.checkmark {
display: inline-block;
transform: rotate(45deg);
height: 30px;
width: 20px;
border-bottom: 7px solid #78b13f;
border-right: 7px solid #78b13f;
background-color: lightgreen;
}
.box {
height: 20px;
display:inline-block;
vertical-align:middle;
width: 20px;
background-color: lightgreen;
border: 2px solid darkgreen;
}
.red {
background-color: red;
}
.green {
background-color: lightgreen;
}
.blue {
background-color: blue;
}
.ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
display: block;
overflow: hidden;
width: relative;
}
.logo_sec{
float:left;
margin-left: 10px;
position: absolute;
z-index: 2;
}
.section-1 .sec-1-text p{
margin: 0px;
padding: 0px;
font-weight: bold;
}
.section-1 .sec-1-text p span{
}
.section-1 .sec-1-text .btn{
background: #123981;
border: none;
font-weight: bold;
border-radius: 8px;
padding: 4px 28px;
}
/*-------------navigationbar-------*/
.bottom-heading{}
.bottom-heading img{
width: 42%;
}
.bottom-heading ul{}
.bottom-heading ul li{
margin-right: 80px;
}
.bottom-heading2 ul li{
margin-right: 15px;
}
/*--------profile------*/
.profile-wrap{
display: flex;
align-items: center;
width: 16%;
text-align: right;
justify-content: flex-end;
}
.profile-wrap .name{
width: 100%;
}
.profile-wrap .name a{
text-decoration: none;
}
.profile-wrap .name p{
margin: 0;
width: 100%;
background: #babef3;
color: #a80404;
border-radius: 7px;
padding: 5px;
text-align: center;
font-weight: bold;
}
.profile-wrap .profile-photo{
width: 100px;
height: 100px;
}
.profile-wrap .profile-photo img{
width: 100px;
border-radius: 50%;
height: 80px;
}
.profile-wrap .messenger{}
.profile-wrap .messenger a{}
.profile-wrap .messenger a i{font-size: 33px;color: #727cff;}
.profile-wrap .notification{}
.profile-wrap .notification i{
font-size: 33px;
color: #727cff;
margin-left: 16px;
}
/*------------section-2------*/
.section-2{
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: overlay;
}
.section-2 .doc-image{
margin: 20px 0px;
}
.section-2 .doc-image img{
width: 100%;
}
.section-2 .hospital-des{}
.section-2 .hospital-des h4{
font-weight: bold;
color: #373636;
font-size: 32px;
margin: 0;
}
.section-2 .hospital-des h1{
font-weight: bold;
color: #a80404;
font-size: 70px;
margin: 0;
}
.section-2 .hospital-des button{
border: none;
background: #454ec7;
padding: 13px 32px;
color: white;
font-weight: bold;
margin-right: 9px;
margin-top: 30px;
border-radius: 15px;
transition: all 0.2s;
}
.section-2 .hospital-des button:hover{
background: #d2d2d2;
color:#a80404;
}
/*--------section-3-------*/
.section-3{
/* position: relative; */
/* top: -80px; */
background: #eeeeee;
}
.search-wrap{
background: #fdfdfd;
padding: 20px 18px;
border-radius: 10px;
padding-bottom: 25px;
border: 2px solid #e8e7e7;
position: relative;
top: -80px;
}
.search-wrap h3{
text-align: center;
margin-bottom: 18px;
}
.search-wrap input{}
.footer{
background: #d2d2d2;
position: relative;
margin-top: 300px; /* negative value of footer height */
height: 150px;
clear:both;
padding-top:20px;
}
.footer p{
font-size: 18px;
margin: 0px;
}
.footer p strong{}
--------------------------------
/*---patient page 1 css-------*/
.all-body-wrap{
background: #f3f1f1;
padding: 50px 0px;
}
.catagory-search{
background: white;
border-radius: 10px;
border:2px solid #d2d2d2;
margin-bottom: 5px;
}
.catagory-search select{
border: none;
position: relative;
}
.catagory-search select::before{
content: "";
background: red;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.all-body-wrap .body-wrap{
background:white;
border-radius: 10px;
height: 600px;
padding: 15px 0px;
}
.all-body-wrap .body-wrap .catagory-location{}
.all-body-wrap .body-wrap .hos-catagory-list{
background: #ffffff;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav{}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item{
padding: 0% 4%;
position: relative;
margin: 0px 42px;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item a{}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul{list-style: none;padding: 0;}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li{
position: relative;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li a{
color: white;
display: block;
text-decoration: none;
/* margin: 8px 0px; */
text-align: center;
padding: 7px 0px;
}
.list{
height: 400px;
position: absolute;
top: 40px;
left: 0;
width: 100%;
background: #babef3;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-2{
position: absolute;
top: 0;
background: #777777;
/* padding: 10px; */
z-index: 11;
left: 100%;
width: 185px;
display: none;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li:hover .list-2{
display: block !important;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li:hover .list-3{
display: block !important;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li:hover{
background: #70c395;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-2 ul li:hover{
border-left: 5px solid red;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li ul{}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li ul li{}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li ul li a{}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3{
position: absolute;
top: -14px;
background: white;
left: 84%;
z-index: 1;
width: 400px;
border-radius: 9px;
padding-top: 50px;
display: none;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-btn{
display: flex;
justify-content: center;
align-items: center;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-btn button{
border: none;
margin: 9px;
width: 165px;
color: black;
background: no-repeat;
border: 2px solid #b5b5b5;
padding: 3px 10px;
border-radius: 5px;
transition: all 0.2s;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-btn button a{
color: #f565a1;
font-weight: bold;
transition: all 0.2s;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-btn button:hover{
background: #40ea40;
color: white;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-btn button a:hover{
color: white;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-text{
display: flex;
justify-content: space-between;
padding: 12px;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-text a{
color: #f565a1;
font-size: 14px;
}
.nav-item{
font-weight: bold;
}
/*-------------patient page -2--css----*/
.patient-post-wrap{
background: #f3f1f1;
padding: 50px 0px;
}
.patient-post-left{
background: white;
border-radius: 10px;
height: 450px;
}
.patient-post-left .patient-post-left-text{
background: #babef3;
height: 100px;
margin: 18px;
text-align: center;
border-radius: 10px;
}
.patient-post-left .patient-post-left-text p{}
.patient-post-left .patient-post-left-text p a{
color: #030392;
font-weight: bold;
}
.patient-post-left .patient-post-left-text p a{}
.patient-post-middle{
background: white;
border-radius: 10px;
padding: 30px 20px;
}
.patient-post-middle h3{
text-align: center;
color: #030392;
border: 2px solid silver;
border-radius: 10px;
padding: 5px 0px;
margin-bottom: 30px;
}
.patient-img{
width: 100%;
}
.patient-img img{
width: 45px;
height: 45px;
background: #babef3;
padding: 5px;
border-radius: 50%;
}
.problem-type-select{
display: flex;
align-items: center;
margin-bottom: 10px;
}
.problem-type{
display: flex;
align-items: center;
}
.problem-type p{
margin: 0px;
width: 179px;
color: #030392;
font-weight: bold;
}
.problem-type .form-floating{}
.problem-type .form-floating select{}
.gender-age{
display: flex;
align-items: center;
margin-top: 15px;
}
.gender{
display: flex;
align-items: center;
align-content: center;
}
.gender p{
margin: 0;
margin-right: 8px;
font-weight: bold;
}
.gender p span{
color: #ec0303;
font-weight: bold;
}
.gender select{}
.age{
display: flex;
align-items: center;
margin-left: 25px;
}
.age p{
margin: 0px;
margin-right: 8px;
font-weight: bold;
}
.age p span{
color: #a80404;
font-weight: bold;
}
.age p span input{}
.post-btn{
text-align: right;
}
.post-btn input{
border: none;
background: #727cff;
color: white;
padding: 5px 20px;
font-weight: bold;
border-radius: 10px;
}
.file-upload{
margin-top: 15px;
}
.file-upload input{}
.patient-post-right{
background: white;
text-align: center;
border-radius: 10px;
height: 450px;
}
.patient-post-right-text{
background: #babef3;
margin: 18px;
border-radius: 10px;
}
.patient-post-right-text p{
margin: 0px;
padding: 14px 0px;
font-weight: bold;
}
.patient-post-right-text p a{
text-decoration: none;
color: #030392;
}
/*----------patient-3 css--------*/
.e-care-list-all-wrap{background: #f3f1f1;padding: 50px 0px;}
.e-care-list{
background: #babef3;
border-radius: 10px;
padding: 10px;
}
.doctor-list-btn{
background: white;
padding: 5px;
border-radius: 10px;
text-align: center;
}
.doctor-list-btn .doctor-btn{
background: #9ba2fd;
border: none;
padding: 5px 20px;
border-radius: 20px;
color: #030365;
font-weight: 500;
}
.doctor-list-btn .doctor-btn:hover{
background: #010177;
color: white;
}
.e-care-search{
background: white;
border: 1px solid silver;
border-radius: 10px;
}
.e-care-search input{
border: none;
background: transparent;
}
.e-care-search select{}
.e-care-search .e-search{}
.e-care-profile-list{
}
.e-care-profile{
background: white;
height: 180px;
padding: 16px;
margin: 12px;
position: relative;
border-radius: 10px;
}
.e-care-content{
display: flex;
align-items: center;
align-content: center;
width: 100%;
}
.e-care-content img{
width: 45px;
height: 45px;
padding: 5px;
border-radius: 50%;
background: #babef3;
}
.e-care-content p{
margin: 0px;
}
.e-care-content p span{
font-weight: bold;
}
.e-content-wrap{
margin-left: 20px;
}.e-care-content h4{
}
.e-care-content-bottom{
width: 54%;
background: #9ba2fd;
text-align: center;
float: right;
position: absolute;
right: 0;
bottom: 0;
padding: 7px 0px;
font-weight: bold;
color: white;
border-radius: 10px 10px 0px 0px;
}
.e-care-content-bottom p{
margin: 0px;
}
.e-care-content-bottom span{}
.select-doctor{
background: white;
margin: 0px 10px;
padding: 10px 15px;
border-radius: 10px;
border: 3px solid #00000042;
}
.select-doctor p{
margin: 0;
text-align: center;
font-weight: 500;
color: #484545;
}
/*------E-care ctagory list--------*/
.e-care-catagory-list{
background: white;
height: 397px;
}
.e-care-catagory-list h5{
width: 50%;
margin: 0 auto;
border-bottom: 2px solid #6f6e6e;
text-align: center;
padding: 10px;
}
.e-care-catagory-list ul{margin-top: 25px;}
.e-care-catagory-list ul li{
padding: 5px 0px;
}
.e-care-catagory-list ul li a{
text-decoration: none;
}
.logo-relation{
position: relative;
}
.logo-wrap{
position: absolute;
left: 0;
top: -100%;
width: 15%;
}
/*-------Hospital Details----------*/
.hospital-details{
background: white;
}
.hospital-details-heading{
background: #631663;
color: white;
padding: 1px 10px;
}
.hospital-details-heading h1{}
.hospital-all-details{
padding: 5px 10px;
}
.hospital-all-details ul{
list-style: none;
padding: 0;
}
.hospital-all-details ul li{}
.hospital-all-details ul li a{display: flex;justify-content: space-between;text-decoration: none;font-weight: 500;}
.hospital-all-details ul li a .arrow i,.arrow2 i{
background: #3131ed;
color: white;
padding: 4px;
}
.hospital-all-details ul li a p{
color: #464646;
font-weight: 400;
}
.hospital-all-details ul li a p .ratting{
color: #d2d200;
}
.hospital-all-details ul li a p .ratting-count{}
/*------drop-box------*/
.hospital-wrap{
position: relative;
transition: all 0.3s;
}
.drop-box,.drop-box-3{
position: absolute;
top: 0;
background: #fffefe;
border: 2px solid #9a9292;
left: 100%;
transform: scaleX(0);
transform-origin: left;
transition: all 0.5s;
padding: 20px 0px !important;
z-index: 111;
border-radius: 10px;
}
.drop-box li,.drop-box-3 li{
padding: 8px 18px;
transition: all 0.5s;
}
.drop-box li a,.drop-box-3 li a{
display: block !important;
color: #020277;
}
.drop-box li a span{}
/*------hover Effect---------*/
.hospital-wrap:hover{
/* border: 3px solid #631663;*/
border-radius: 10px;
outline: #4CAF50 solid 3px;
}
.hospital-wrap:hover .drop-box{
transform: scaleX(1);
transform-origin: left;
}
.drop-box li:hover{
}
.drop-box li a:hover{
color: green!important;
}
/*------doctor details-----*/
.doctor-details{
border-bottom: 4px solid #b3b3b3;
border-radius: 4px;
position: relative;
transition: all 0.3s;
}
.arrow2{
margin-right: 40px;
}
/*-----doctor-details-drop-box--------*/
.drop-box-2{
background: #77e3ee;
padding: 10px;
position: absolute;
top: 0;
left: 100%;
width: 120%;
border-radius: 15px;
transform: scaleX(0);
transform-origin: left;
transition: all 0.5s;
z-index: 1111;
}
.doctor-details-wrapper{
display: flex;
justify-content: space-between;
}
.drop-box-2-doctor-img{}
.drop-box-2-doctor-img img{
width: 60px;
background: white;
padding: 5px;
border-radius: 50%;
margin-right: 10px;
}
.drop-box-2-content{
margin-left: 25px;
}
.drop-box-2-content p{}
.drop-box-2-content p{}
.drop-box-2-content .name{}
.drop-box-2-content .degree{}
.drop-box-2-content .degree{}
.drop-box-2-content .speciality{}
.chember-details{
background: white;
padding: 5px;
border-radius: 10px;
}
.chember-details .chember-heading{
text-align: center;
width: 50%;
margin: 0 auto;
border-bottom: 1px solid #8d8d8d;
}
.chember-details .chember-time{}
.chember-details .chember-time .time{
display: flex;
justify-content: space-between;
}
.chember-details .chember-time .time span{}
.apiontment-details{
display: flex;
justify-content: space-between;
/* align-items: center; */
/* align-content: center; */
}
.appointment-buttons{
background: #acacfb;
border-radius: 12px;
display: flex;
align-items: center;
align-content: center;
padding: 0px 10px;
margin-top: 5px;
}
.appointment-buttons span{}
.appointment-buttons span a{text-decoration: none;color: #05057c;font-weight: 500;/* border-right: 2px solid #03a9f4; */}
.appoinment-ratting{}
.appoinment-ratting p{}
.appoinment-ratting p span{}
.appoinment-ratting p span i{}
/*---------doctor-details-drop-2---hover------*/
.doctor-details:hover{
border-radius: 10px;
outline: #4CAF50 solid 3px;
}
.doctor-details:hover .drop-box-2{
transform: scaleX(1);
transform-origin: left;
}
/*-------ambulance service--------*/
.ambulance-service{
position: relative;
transition: all 0.3s;
}
.drop-box-3{
width: 60%;
text-align: center;
}
.ambulance-service:hover{
border-radius: 10px;
outline: #4CAF50 solid 3px;
}
.ambulance-service:hover .drop-box-3{
transform: scaleX(1);
transform-origin: left;
}
.drop-box-3 li a:hover{
color: green!important;
}
/*-----------Book form---------*/
.book-list{
position: relative;
transition: all 3s;
}
.book-form{
position: absolute;
top: 34px;
width: 156%;
left: 71px;
background: silver;
padding: 29px 10px;
transform: scaleY(0);
transform-origin: top;
transition: all 0.5s;
z-index: 1111;
}
.book-body{
background: #dad9d9;
overflow: hidden;
padding: 10px;
}
.book-form form{}
.book-form form input{
width: 100%;
}
.book-form form p{
display: flex;
width: 100%;
}
.book-form form p span{}
.book-form form button{
border: none;
background: none;
width: 100%;
text-align: right;
padding: 10px 0px;
}
.book-form form button a{}
.book-form form .confirm{
width: 50%;
background: #631663;
color: white;
padding: 5px 0px;
font-weight: bold;
border-radius: 10px;
}
/*---------book for hover effect--------*/
.book-list:hover{
border-radius: 10px;
outline: #4CAF50 solid 3px;
}
.book-list:hover .book-form{
transform: scaleY(1);
transform-origin: top;
}
/*-------service-hour-drop-box-------*/
.service-hour{
position: relative;
transition: all 0.3s;
}
.service-hour-drop-box{
position: absolute;
top: 100%;left: 0;
background: #631663;
width: 100%;
border-radius: 10px;
transform: scaleY(0);
transform-origin: top;
transition: all 0.5s;
}
.service-hour-drop-box li{
position: relative;
transition: all 0.3s;
}
.service-hour-drop-box li a{
color: white;
}
.service-hour-drop-box li a span{}
/*-------service-hour-drop-box---Hover----*/
.service-hour:hover{
outline: #4CAF50 solid 3px;
}
.service-hour:hover .service-hour-drop-box{
transform: scaleY(1);
transform-origin: top;
}
/*-------service-hour-drop-box-2------*/
.service-hour-drop-box-2{
position: absolute;
top: 0;
left: 100%;
width: 100%;
background: white;
border: 2px solid black;
border-radius: 10px;
transform: scaleX(0);
transform-origin: left;
transition: all 0.5s;
}
.service-hour-drop-box-2 li{}
.service-hour-drop-box-2 li span{}
/*-------hover effect---service-hour-dropbox-*/
.service-hour-drop-box li:hover{
outline: #4CAF50 solid 3px;
}
.service-hour-drop-box li:hover .service-hour-drop-box-2{
transform: scaleX(1);
transform-origin: left;
}
#ui-datepicker-div{
background: gainsboro;
padding: 10px 20px;
}
tbody, td, tfoot, th, thead, tr {
border-color: inherit;
border-style: solid;
border-width: 0;
border: 1px solid #b9b9b9;
padding: 5px;
}
.doctor-list{}
.doctor-btn{}
.commentbox{
display: flex;
padding: 10px;
flex-direction: row;
justify-content: flex-start;
align-items: center;
background-color: white;
gap: 20px;
}
.displaycomments{
display: flex;
padding: 20px;
flex-direction: column;
background-color: lightgray;
}
.com{
display: flex;
padding: 4px;
flex-direction: column;
background-color: white;
}
.display_follows{
display: flex;
padding: 20px;
flex-direction: column;
background-color: lightgray;
}
.covBtn{
display: block;
text-align: center;
width: 200px;
height: 50px;
border: 2px solid blue;
font-weight: bold;
color: darkblue;
border-radius: 5%;
background-color: #babef3;
padding-top: 5px;
}
.covBtn:hover{
background-color: cyan;
}
.rateBtn{
display: block;
text-align: center;
width: 200px;
height: 50px;
border: 2px solid blue;
font-weight: bold;
color: black;
border-radius: 5%;
background-color: lightblue;
padding-top: 5px;
}
.rateBtn:hover{
background-color: royalblue;
color: white;
}
.rateBox{
background-color: yellow;
display: flex;
flex-direction: column;
padding: 5px;
}
.rateName{
background-color: white;
display: flex;
flex-direction: row;
padding: 5px;
}
.rate{
background-color: white;
display: flex;
flex-direction: row;
padding: 5px;
}
.rateWhole{
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 5px;
} | public/css/style.css | *{padding: 0;margin: 0;}
.section-1{
background: #d2d2d2;
padding: 0px 0px;
position: relative;
}
.section-1::before{
content: "";
background: white;
width: 27%;
height: 102%;
position: absolute;
top: 0;
left: 0;
clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
border-radius: 0px 29px 0px 0px;
z-index: 1;
}
.card {
background-color: #6cdde0;
}
.checkmark {
display: inline-block;
transform: rotate(45deg);
height: 30px;
width: 20px;
border-bottom: 7px solid #78b13f;
border-right: 7px solid #78b13f;
background-color: lightgreen;
}
.box {
height: 20px;
display:inline-block;
vertical-align:middle;
width: 20px;
background-color: lightgreen;
border: 2px solid darkgreen;
}
.red {
background-color: red;
}
.green {
background-color: lightgreen;
}
.blue {
background-color: blue;
}
.ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
display: block;
overflow: hidden;
width: relative;
}
.logo_sec{
float:left;
margin-left: 10px;
position: absolute;
z-index: 2;
}
.section-1 .sec-1-text p{
margin: 0px;
padding: 0px;
font-weight: bold;
}
.section-1 .sec-1-text p span{
}
.section-1 .sec-1-text .btn{
background: #123981;
border: none;
font-weight: bold;
border-radius: 8px;
padding: 4px 28px;
}
/*-------------navigationbar-------*/
.bottom-heading{}
.bottom-heading img{
width: 42%;
}
.bottom-heading ul{}
.bottom-heading ul li{
margin-right: 80px;
}
.bottom-heading2 ul li{
margin-right: 15px;
}
/*--------profile------*/
.profile-wrap{
display: flex;
align-items: center;
width: 16%;
text-align: right;
justify-content: flex-end;
}
.profile-wrap .name{
width: 100%;
}
.profile-wrap .name a{
text-decoration: none;
}
.profile-wrap .name p{
margin: 0;
width: 100%;
background: #babef3;
color: #a80404;
border-radius: 7px;
padding: 5px;
text-align: center;
font-weight: bold;
}
.profile-wrap .profile-photo{
width: 100px;
height: 100px;
}
.profile-wrap .profile-photo img{
width: 100px;
border-radius: 50%;
height: 80px;
}
.profile-wrap .messenger{}
.profile-wrap .messenger a{}
.profile-wrap .messenger a i{font-size: 33px;color: #727cff;}
.profile-wrap .notification{}
.profile-wrap .notification i{
font-size: 33px;
color: #727cff;
margin-left: 16px;
}
/*------------section-2------*/
.section-2{
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: overlay;
}
.section-2 .doc-image{
margin: 20px 0px;
}
.section-2 .doc-image img{
width: 100%;
}
.section-2 .hospital-des{}
.section-2 .hospital-des h4{
font-weight: bold;
color: #373636;
font-size: 32px;
margin: 0;
}
.section-2 .hospital-des h1{
font-weight: bold;
color: #a80404;
font-size: 70px;
margin: 0;
}
.section-2 .hospital-des button{
border: none;
background: #454ec7;
padding: 13px 32px;
color: white;
font-weight: bold;
margin-right: 9px;
margin-top: 30px;
border-radius: 15px;
transition: all 0.2s;
}
.section-2 .hospital-des button:hover{
background: #d2d2d2;
color:#a80404;
}
/*--------section-3-------*/
.section-3{
/* position: relative; */
/* top: -80px; */
background: #eeeeee;
}
.search-wrap{
background: #fdfdfd;
padding: 20px 18px;
border-radius: 10px;
padding-bottom: 25px;
border: 2px solid #e8e7e7;
position: relative;
top: -80px;
}
.search-wrap h3{
text-align: center;
margin-bottom: 18px;
}
.search-wrap input{}
.footer{
background: #d2d2d2;
position: relative;
margin-top: 300px; /* negative value of footer height */
height: 150px;
clear:both;
padding-top:20px;
}
.footer p{
font-size: 18px;
margin: 0px;
}
.footer p strong{}
--------------------------------
/*---patient page 1 css-------*/
.all-body-wrap{
background: #f3f1f1;
padding: 50px 0px;
}
.catagory-search{
background: white;
border-radius: 10px;
border:2px solid #d2d2d2;
margin-bottom: 5px;
}
.catagory-search select{
border: none;
position: relative;
}
.catagory-search select::before{
content: "";
background: red;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.all-body-wrap .body-wrap{
background:white;
border-radius: 10px;
height: 600px;
padding: 15px 0px;
}
.all-body-wrap .body-wrap .catagory-location{}
.all-body-wrap .body-wrap .hos-catagory-list{
background: #ffffff;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav{}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item{
padding: 0% 4%;
position: relative;
margin: 0px 42px;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item a{}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul{list-style: none;padding: 0;}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li{
position: relative;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li a{
color: white;
display: block;
text-decoration: none;
/* margin: 8px 0px; */
text-align: center;
padding: 7px 0px;
}
.list{
height: 400px;
position: absolute;
top: 40px;
left: 0;
width: 100%;
background: #babef3;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-2{
position: absolute;
top: 0;
background: #777777;
/* padding: 10px; */
z-index: 11;
left: 100%;
width: 185px;
display: none;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li:hover .list-2{
display: block !important;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li:hover .list-3{
display: block !important;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li:hover{
background: #70c395;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-2 ul li:hover{
border-left: 5px solid red;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li ul{}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li ul li{}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li ul li a{}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3{
position: absolute;
top: -14px;
background: white;
left: 84%;
z-index: 1;
width: 400px;
border-radius: 9px;
padding-top: 50px;
display: none;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-btn{
display: flex;
justify-content: center;
align-items: center;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-btn button{
border: none;
margin: 9px;
width: 165px;
color: black;
background: no-repeat;
border: 2px solid #b5b5b5;
padding: 3px 10px;
border-radius: 5px;
transition: all 0.2s;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-btn button a{
color: #f565a1;
font-weight: bold;
transition: all 0.2s;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-btn button:hover{
background: #40ea40;
color: white;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-btn button a:hover{
color: white;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-text{
display: flex;
justify-content: space-between;
padding: 12px;
}
.all-body-wrap .body-wrap .hos-catagory-list .nav .nav-item ul li .list-3 .list-3-text a{
color: #f565a1;
font-size: 14px;
}
.nav-item{
font-weight: bold;
}
/*-------------patient page -2--css----*/
.patient-post-wrap{
background: #f3f1f1;
padding: 50px 0px;
}
.patient-post-left{
background: white;
border-radius: 10px;
height: 450px;
}
.patient-post-left .patient-post-left-text{
background: #babef3;
height: 100px;
margin: 18px;
text-align: center;
border-radius: 10px;
}
.patient-post-left .patient-post-left-text p{}
.patient-post-left .patient-post-left-text p a{
color: #030392;
font-weight: bold;
}
.patient-post-left .patient-post-left-text p a{}
.patient-post-middle{
background: white;
border-radius: 10px;
padding: 30px 20px;
}
.patient-post-middle h3{
text-align: center;
color: #030392;
border: 2px solid silver;
border-radius: 10px;
padding: 5px 0px;
margin-bottom: 30px;
}
.patient-img{
width: 100%;
}
.patient-img img{
width: 45px;
height: 45px;
background: #babef3;
padding: 5px;
border-radius: 50%;
}
.problem-type-select{
display: flex;
align-items: center;
margin-bottom: 10px;
}
.problem-type{
display: flex;
align-items: center;
}
.problem-type p{
margin: 0px;
width: 179px;
color: #030392;
font-weight: bold;
}
.problem-type .form-floating{}
.problem-type .form-floating select{}
.gender-age{
display: flex;
align-items: center;
margin-top: 15px;
}
.gender{
display: flex;
align-items: center;
align-content: center;
}
.gender p{
margin: 0;
margin-right: 8px;
font-weight: bold;
}
.gender p span{
color: #ec0303;
font-weight: bold;
}
.gender select{}
.age{
display: flex;
align-items: center;
margin-left: 25px;
}
.age p{
margin: 0px;
margin-right: 8px;
font-weight: bold;
}
.age p span{
color: #a80404;
font-weight: bold;
}
.age p span input{}
.post-btn{
text-align: right;
}
.post-btn input{
border: none;
background: #727cff;
color: white;
padding: 5px 20px;
font-weight: bold;
border-radius: 10px;
}
.file-upload{
margin-top: 15px;
}
.file-upload input{}
.patient-post-right{
background: white;
text-align: center;
border-radius: 10px;
height: 450px;
}
.patient-post-right-text{
background: #babef3;
margin: 18px;
border-radius: 10px;
}
.patient-post-right-text p{
margin: 0px;
padding: 14px 0px;
font-weight: bold;
}
.patient-post-right-text p a{
text-decoration: none;
color: #030392;
}
/*----------patient-3 css--------*/
.e-care-list-all-wrap{background: #f3f1f1;padding: 50px 0px;}
.e-care-list{
background: #babef3;
border-radius: 10px;
padding: 10px;
}
.doctor-list-btn{
background: white;
padding: 5px;
border-radius: 10px;
text-align: center;
}
.doctor-list-btn .doctor-btn{
background: #9ba2fd;
border: none;
padding: 5px 20px;
border-radius: 20px;
color: #030365;
font-weight: 500;
}
.doctor-list-btn .doctor-btn:hover{
background: #010177;
color: white;
}
.e-care-search{
background: white;
border: 1px solid silver;
border-radius: 10px;
}
.e-care-search input{
border: none;
background: transparent;
}
.e-care-search select{}
.e-care-search .e-search{}
.e-care-profile-list{
}
.e-care-profile{
background: white;
height: 180px;
padding: 16px;
margin: 12px;
position: relative;
border-radius: 10px;
}
.e-care-content{
display: flex;
align-items: center;
align-content: center;
width: 100%;
}
.e-care-content img{
width: 45px;
height: 45px;
padding: 5px;
border-radius: 50%;
background: #babef3;
}
.e-care-content p{
margin: 0px;
}
.e-care-content p span{
font-weight: bold;
}
.e-content-wrap{
margin-left: 20px;
}.e-care-content h4{
}
.e-care-content-bottom{
width: 54%;
background: #9ba2fd;
text-align: center;
float: right;
position: absolute;
right: 0;
bottom: 0;
padding: 7px 0px;
font-weight: bold;
color: white;
border-radius: 10px 10px 0px 0px;
}
.e-care-content-bottom p{
margin: 0px;
}
.e-care-content-bottom span{}
.select-doctor{
background: white;
margin: 0px 10px;
padding: 10px 15px;
border-radius: 10px;
border: 3px solid #00000042;
}
.select-doctor p{
margin: 0;
text-align: center;
font-weight: 500;
color: #484545;
}
/*------E-care ctagory list--------*/
.e-care-catagory-list{
background: white;
height: 397px;
}
.e-care-catagory-list h5{
width: 50%;
margin: 0 auto;
border-bottom: 2px solid #6f6e6e;
text-align: center;
padding: 10px;
}
.e-care-catagory-list ul{margin-top: 25px;}
.e-care-catagory-list ul li{
padding: 5px 0px;
}
.e-care-catagory-list ul li a{
text-decoration: none;
}
.logo-relation{
position: relative;
}
.logo-wrap{
position: absolute;
left: 0;
top: -100%;
width: 15%;
}
/*-------Hospital Details----------*/
.hospital-details{
background: white;
}
.hospital-details-heading{
background: #631663;
color: white;
padding: 1px 10px;
}
.hospital-details-heading h1{}
.hospital-all-details{
padding: 5px 10px;
}
.hospital-all-details ul{
list-style: none;
padding: 0;
}
.hospital-all-details ul li{}
.hospital-all-details ul li a{display: flex;justify-content: space-between;text-decoration: none;font-weight: 500;}
.hospital-all-details ul li a .arrow i,.arrow2 i{
background: #3131ed;
color: white;
padding: 4px;
}
.hospital-all-details ul li a p{
color: #464646;
font-weight: 400;
}
.hospital-all-details ul li a p .ratting{
color: #d2d200;
}
.hospital-all-details ul li a p .ratting-count{}
/*------drop-box------*/
.hospital-wrap{
position: relative;
transition: all 0.3s;
}
.drop-box,.drop-box-3{
position: absolute;
top: 0;
background: #fffefe;
border: 2px solid #9a9292;
left: 100%;
transform: scaleX(0);
transform-origin: left;
transition: all 0.5s;
padding: 20px 0px !important;
z-index: 111;
border-radius: 10px;
}
.drop-box li,.drop-box-3 li{
padding: 8px 18px;
transition: all 0.5s;
}
.drop-box li a,.drop-box-3 li a{
display: block !important;
color: #020277;
}
.drop-box li a span{}
/*------hover Effect---------*/
.hospital-wrap:hover{
/* border: 3px solid #631663;*/
border-radius: 10px;
outline: #4CAF50 solid 3px;
}
.hospital-wrap:hover .drop-box{
transform: scaleX(1);
transform-origin: left;
}
.drop-box li:hover{
}
.drop-box li a:hover{
color: green!important;
}
/*------doctor details-----*/
.doctor-details{
border-bottom: 4px solid #b3b3b3;
border-radius: 4px;
position: relative;
transition: all 0.3s;
}
.arrow2{
margin-right: 40px;
}
/*-----doctor-details-drop-box--------*/
.drop-box-2{
background: #77e3ee;
padding: 10px;
position: absolute;
top: 0;
left: 100%;
width: 120%;
border-radius: 15px;
transform: scaleX(0);
transform-origin: left;
transition: all 0.5s;
z-index: 1111;
}
.doctor-details-wrapper{
display: flex;
justify-content: space-between;
}
.drop-box-2-doctor-img{}
.drop-box-2-doctor-img img{
width: 60px;
background: white;
padding: 5px;
border-radius: 50%;
margin-right: 10px;
}
.drop-box-2-content{
margin-left: 25px;
}
.drop-box-2-content p{}
.drop-box-2-content p{}
.drop-box-2-content .name{}
.drop-box-2-content .degree{}
.drop-box-2-content .degree{}
.drop-box-2-content .speciality{}
.chember-details{
background: white;
padding: 5px;
border-radius: 10px;
}
.chember-details .chember-heading{
text-align: center;
width: 50%;
margin: 0 auto;
border-bottom: 1px solid #8d8d8d;
}
.chember-details .chember-time{}
.chember-details .chember-time .time{
display: flex;
justify-content: space-between;
}
.chember-details .chember-time .time span{}
.apiontment-details{
display: flex;
justify-content: space-between;
/* align-items: center; */
/* align-content: center; */
}
.appointment-buttons{
background: #acacfb;
border-radius: 12px;
display: flex;
align-items: center;
align-content: center;
padding: 0px 10px;
margin-top: 5px;
}
.appointment-buttons span{}
.appointment-buttons span a{text-decoration: none;color: #05057c;font-weight: 500;/* border-right: 2px solid #03a9f4; */}
.appoinment-ratting{}
.appoinment-ratting p{}
.appoinment-ratting p span{}
.appoinment-ratting p span i{}
/*---------doctor-details-drop-2---hover------*/
.doctor-details:hover{
border-radius: 10px;
outline: #4CAF50 solid 3px;
}
.doctor-details:hover .drop-box-2{
transform: scaleX(1);
transform-origin: left;
}
/*-------ambulance service--------*/
.ambulance-service{
position: relative;
transition: all 0.3s;
}
.drop-box-3{
width: 60%;
text-align: center;
}
.ambulance-service:hover{
border-radius: 10px;
outline: #4CAF50 solid 3px;
}
.ambulance-service:hover .drop-box-3{
transform: scaleX(1);
transform-origin: left;
}
.drop-box-3 li a:hover{
color: green!important;
}
/*-----------Book form---------*/
.book-list{
position: relative;
transition: all 3s;
}
.book-form{
position: absolute;
top: 34px;
width: 156%;
left: 71px;
background: silver;
padding: 29px 10px;
transform: scaleY(0);
transform-origin: top;
transition: all 0.5s;
z-index: 1111;
}
.book-body{
background: #dad9d9;
overflow: hidden;
padding: 10px;
}
.book-form form{}
.book-form form input{
width: 100%;
}
.book-form form p{
display: flex;
width: 100%;
}
.book-form form p span{}
.book-form form button{
border: none;
background: none;
width: 100%;
text-align: right;
padding: 10px 0px;
}
.book-form form button a{}
.book-form form .confirm{
width: 50%;
background: #631663;
color: white;
padding: 5px 0px;
font-weight: bold;
border-radius: 10px;
}
/*---------book for hover effect--------*/
.book-list:hover{
border-radius: 10px;
outline: #4CAF50 solid 3px;
}
.book-list:hover .book-form{
transform: scaleY(1);
transform-origin: top;
}
/*-------service-hour-drop-box-------*/
.service-hour{
position: relative;
transition: all 0.3s;
}
.service-hour-drop-box{
position: absolute;
top: 100%;left: 0;
background: #631663;
width: 100%;
border-radius: 10px;
transform: scaleY(0);
transform-origin: top;
transition: all 0.5s;
}
.service-hour-drop-box li{
position: relative;
transition: all 0.3s;
}
.service-hour-drop-box li a{
color: white;
}
.service-hour-drop-box li a span{}
/*-------service-hour-drop-box---Hover----*/
.service-hour:hover{
outline: #4CAF50 solid 3px;
}
.service-hour:hover .service-hour-drop-box{
transform: scaleY(1);
transform-origin: top;
}
/*-------service-hour-drop-box-2------*/
.service-hour-drop-box-2{
position: absolute;
top: 0;
left: 100%;
width: 100%;
background: white;
border: 2px solid black;
border-radius: 10px;
transform: scaleX(0);
transform-origin: left;
transition: all 0.5s;
}
.service-hour-drop-box-2 li{}
.service-hour-drop-box-2 li span{}
/*-------hover effect---service-hour-dropbox-*/
.service-hour-drop-box li:hover{
outline: #4CAF50 solid 3px;
}
.service-hour-drop-box li:hover .service-hour-drop-box-2{
transform: scaleX(1);
transform-origin: left;
}
#ui-datepicker-div{
background: gainsboro;
padding: 10px 20px;
}
tbody, td, tfoot, th, thead, tr {
border-color: inherit;
border-style: solid;
border-width: 0;
border: 1px solid #b9b9b9;
padding: 5px;
}
.doctor-list{}
.doctor-btn{}
.commentbox{
display: flex;
padding: 10px;
flex-direction: row;
justify-content: flex-start;
align-items: center;
background-color: white;
gap: 20px;
}
.displaycomments{
display: flex;
padding: 20px;
flex-direction: column;
background-color: lightgray;
}
.com{
display: flex;
padding: 4px;
flex-direction: column;
background-color: white;
}
.display_follows{
display: flex;
padding: 20px;
flex-direction: column;
background-color: lightgray;
}
.covBtn{
display: block;
text-align: center;
width: 200px;
height: 50px;
border: 2px solid blue;
font-weight: bold;
color: darkblue;
border-radius: 5%;
background-color: #babef3;
padding-top: 5px;
}
.covBtn:hover{
background-color: cyan;
}
.rateBtn{
display: block;
text-align: center;
width: 200px;
height: 50px;
border: 2px solid blue;
font-weight: bold;
color: black;
border-radius: 5%;
background-color: lightblue;
padding-top: 5px;
}
.rateBtn:hover{
background-color: royalblue;
color: white;
}
.rateBox{
background-color: yellow;
display: flex;
flex-direction: column;
padding: 5px;
}
.rateName{
background-color: white;
display: flex;
flex-direction: row;
padding: 5px;
}
.rate{
background-color: white;
display: flex;
flex-direction: row;
padding: 5px;
}
.rateWhole{
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 5px;
} | 0.297878 | 0.051966 |
.hero_area{
height: 100vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 10rem 0 3rem;
}
.hero_area h1{
font-weight: 500;
font-size: 2.4rem;
line-height: 2.8rem;
}
.hero_area p{
font-size: 1.2rem;
line-height: 1.68rem;
margin-top: 0.5rem;
}
.hero_area a{
display: inline-block;
padding: 0.3rem 2.4rem;
background: #000000;
border-radius: .5rem;
color: #ffffff;
font-size: 1.4rem;
line-height: 1.6rem;
margin-top: 1rem;
}
.hero_area a:hover{
background-color: var(--theme-color);
}
/* features product */
.feature_product {
padding: 3rem 0;
}
/* content area */
.content_area p{
font-family: var(--monts);
font-size: 1rem;
line-height: 1.8rem;
letter-spacing: -0.0015rem;
padding: 1rem;
}
.play_video{
height: 2.8rem;
width: 2.8rem;
border-radius: 50%;
background-color: var(--theme-color);
text-align: center;
line-height: 2.8rem;
color: #ffffff;
display: inline-block;
position: absolute;
top: calc(50% - 1.4rem);
left: calc(50% - 1.4rem);
}
.play_video:hover{
background-color: var(--blue);
}
/* feature image*/
.feature_img{
width: 100%;
height: 16.9rem;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin-bottom: 3rem;
}
/* testimonial area */
.testi_title{
margin-top: 2rem;
font-size: 20px;
}
.testi_area{
padding: 3rem 0;
}
.testi_area{
font-family: var(--monts);
}
.testi_box{
margin-top: 2.5rem;
}
.testi_box h6{
font-size: 1.18rem;
line-height: 1rem;
font-weight: 700;
letter-spacing: -0.0015rem;
margin: 0.9rem 0 0.5rem;
}
.testi_box p{
font-size: 0.86rem;
line-height: 1.2rem;
letter-spacing: -0.0015rem;
color: rgba(0, 0, 0, 0.8);
}
.testi_box a{
font-size: 1rem;
line-height: 0.7rem;
letter-spacing: -0.0015rem;
color: var(--theme-color);
font-weight: bold;
display: inline-block;
}
.testi_box a:hover{
color: var(--blue);
}
.product_container{
overflow: visible;
}
.product_container{
padding-left: 0px !important;
}
@media(max-width:992px){
.product_box{
margin-left: 0;
}
}
.play_video{
text-align: center;
color: #ffffff;
display: inline-block;
position: absolute;
top: 0;
left: 0
}
.player-wrapper {
position: relative;
padding-top: 56.25% /* Player ratio: 100 / (1280 / 720) */
}
.react-player {
position: absolute;
top: 0;
left: 0;
}
.product_box{
margin-left:10px;
}
@media(max-width:380px){
.product_details p{
padding-top: 5px;
font-size: 16px;
}
.product_details a{
font-size: 16px;
}
.product_box img{
height: 300px;
}
} | src/components/Home/home.css | .hero_area{
height: 100vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 10rem 0 3rem;
}
.hero_area h1{
font-weight: 500;
font-size: 2.4rem;
line-height: 2.8rem;
}
.hero_area p{
font-size: 1.2rem;
line-height: 1.68rem;
margin-top: 0.5rem;
}
.hero_area a{
display: inline-block;
padding: 0.3rem 2.4rem;
background: #000000;
border-radius: .5rem;
color: #ffffff;
font-size: 1.4rem;
line-height: 1.6rem;
margin-top: 1rem;
}
.hero_area a:hover{
background-color: var(--theme-color);
}
/* features product */
.feature_product {
padding: 3rem 0;
}
/* content area */
.content_area p{
font-family: var(--monts);
font-size: 1rem;
line-height: 1.8rem;
letter-spacing: -0.0015rem;
padding: 1rem;
}
.play_video{
height: 2.8rem;
width: 2.8rem;
border-radius: 50%;
background-color: var(--theme-color);
text-align: center;
line-height: 2.8rem;
color: #ffffff;
display: inline-block;
position: absolute;
top: calc(50% - 1.4rem);
left: calc(50% - 1.4rem);
}
.play_video:hover{
background-color: var(--blue);
}
/* feature image*/
.feature_img{
width: 100%;
height: 16.9rem;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin-bottom: 3rem;
}
/* testimonial area */
.testi_title{
margin-top: 2rem;
font-size: 20px;
}
.testi_area{
padding: 3rem 0;
}
.testi_area{
font-family: var(--monts);
}
.testi_box{
margin-top: 2.5rem;
}
.testi_box h6{
font-size: 1.18rem;
line-height: 1rem;
font-weight: 700;
letter-spacing: -0.0015rem;
margin: 0.9rem 0 0.5rem;
}
.testi_box p{
font-size: 0.86rem;
line-height: 1.2rem;
letter-spacing: -0.0015rem;
color: rgba(0, 0, 0, 0.8);
}
.testi_box a{
font-size: 1rem;
line-height: 0.7rem;
letter-spacing: -0.0015rem;
color: var(--theme-color);
font-weight: bold;
display: inline-block;
}
.testi_box a:hover{
color: var(--blue);
}
.product_container{
overflow: visible;
}
.product_container{
padding-left: 0px !important;
}
@media(max-width:992px){
.product_box{
margin-left: 0;
}
}
.play_video{
text-align: center;
color: #ffffff;
display: inline-block;
position: absolute;
top: 0;
left: 0
}
.player-wrapper {
position: relative;
padding-top: 56.25% /* Player ratio: 100 / (1280 / 720) */
}
.react-player {
position: absolute;
top: 0;
left: 0;
}
.product_box{
margin-left:10px;
}
@media(max-width:380px){
.product_details p{
padding-top: 5px;
font-size: 16px;
}
.product_details a{
font-size: 16px;
}
.product_box img{
height: 300px;
}
} | 0.365457 | 0.071364 |
*{
padding: 0;
margin: 0;
}
body{
font-family: Arial, Helvetica, sans-serif;
}
/* Início Menu */
.menu {
background-color:#ff0000;
text-align:center;
}
a {
color:white;
display: inline;
font-size: 25px;
margin:50px;
text-decoration: none;
text-align:center;
padding:20px;
vertical-align: middle;
}
.menu a img {
width: 280px;
text-decoration: none;
}
/* Fim Menu */
/* Página Inicial */
h1{
padding:10px;
}
.main{
text-align:center;
margin:100px;
border:5px solid red;
border-radius:6px;
padding:20px;
box-shadow: 0 0 .70em rgb(243, 69, 69);
}
em {
color: red;
font: strong;
}
/* Fim Página Inicial */
/* Página Produtos */
.categorias {
display:inline-block;
vertical-align:top;
height: 100%;
padding:20px;
width:20%;
}
li {
list-style: none;
}
.produtos{
display: inline-block;
height: 100%;
padding: 10px;
text-align:center;
width:75%;
}
.boxProduto{
display: inline-block;
width:20%;
height:100px;
text-align: center;
}
.imgProduto{
max-width:200px;
max-height:150px;
width: auto;
height: auto;
}
.descricao{
text-align: center;
justify-content: center;
}
.descricaoPreco{
text-decoration:line-through;
}
.desconto{
color:red;
justify-content:center;
text-align: center;
}
/* Fim Página Produtos */
/* Página Lojas */
.lojas{
display:inline-block;
width: 20%;
padding:40px;
margin:3%;
text-align: center;
}
.lojas h3 {
color:red;
}
/* Fim Páginas Lojas */
/* Início Página Contado */
.contato {
display: inline-block;
width: 100%;
height: 50%;
text-align: center;
}
.email img {
display: inline-block;
width: 5%;
margin-left:80px;
padding: 0 30px 0px;
}
.whats img {
display: inline-block;
width: 5%;
}
.email a{
display: inline-block;
color: black;
font-size:20px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin-bottom: 120px;
}
.whats a{
display: inline-block;
color: black;
font-size:20px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin-bottom: 120px;
}
.formulario {
font-size: 20px;
border-radius: 10px;
margin: auto;
width: 600px;
background-color: rgba(0.2, 0, 0, 0);
padding: 100px 20px;
box-sizing: border-box;
}
.formulario h2{
color: red;
text-align: center;
font-size: 35px;
font-family: sans-serif;
margin: 0;
margin-bottom: 10px;
}
.formulario label{
color:red;
}
.formulario input, textarea{
width: 100%;
margin-bottom: 20px;
padding: 7px;
box-sizing: border-box;
font-size: 15px;
}
.formulario textarea{
height: 200px;
}
.botao{
color: red;
}
.botao:hover{
cursor: pointer;
}
/*Fim <NAME> */
/* Inicio Rodapé */
.formas_pagamento {
color : red;
display: inline-block;
width: 25%;
}
.rodape{
text-align:center;
}
.rodapeImg{
display: inline-block;
width:20%;
text-align: center;
}
.final{
background-color:red;
color:white;
width: 100%;
padding:15px 0;
}
/* Fim Rodapé */ | 02 - CSS/css/estilo.css | *{
padding: 0;
margin: 0;
}
body{
font-family: Arial, Helvetica, sans-serif;
}
/* Início Menu */
.menu {
background-color:#ff0000;
text-align:center;
}
a {
color:white;
display: inline;
font-size: 25px;
margin:50px;
text-decoration: none;
text-align:center;
padding:20px;
vertical-align: middle;
}
.menu a img {
width: 280px;
text-decoration: none;
}
/* Fim Menu */
/* Página Inicial */
h1{
padding:10px;
}
.main{
text-align:center;
margin:100px;
border:5px solid red;
border-radius:6px;
padding:20px;
box-shadow: 0 0 .70em rgb(243, 69, 69);
}
em {
color: red;
font: strong;
}
/* Fim Página Inicial */
/* Página Produtos */
.categorias {
display:inline-block;
vertical-align:top;
height: 100%;
padding:20px;
width:20%;
}
li {
list-style: none;
}
.produtos{
display: inline-block;
height: 100%;
padding: 10px;
text-align:center;
width:75%;
}
.boxProduto{
display: inline-block;
width:20%;
height:100px;
text-align: center;
}
.imgProduto{
max-width:200px;
max-height:150px;
width: auto;
height: auto;
}
.descricao{
text-align: center;
justify-content: center;
}
.descricaoPreco{
text-decoration:line-through;
}
.desconto{
color:red;
justify-content:center;
text-align: center;
}
/* Fim Página Produtos */
/* Página Lojas */
.lojas{
display:inline-block;
width: 20%;
padding:40px;
margin:3%;
text-align: center;
}
.lojas h3 {
color:red;
}
/* Fim Páginas Lojas */
/* Início Página Contado */
.contato {
display: inline-block;
width: 100%;
height: 50%;
text-align: center;
}
.email img {
display: inline-block;
width: 5%;
margin-left:80px;
padding: 0 30px 0px;
}
.whats img {
display: inline-block;
width: 5%;
}
.email a{
display: inline-block;
color: black;
font-size:20px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin-bottom: 120px;
}
.whats a{
display: inline-block;
color: black;
font-size:20px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin-bottom: 120px;
}
.formulario {
font-size: 20px;
border-radius: 10px;
margin: auto;
width: 600px;
background-color: rgba(0.2, 0, 0, 0);
padding: 100px 20px;
box-sizing: border-box;
}
.formulario h2{
color: red;
text-align: center;
font-size: 35px;
font-family: sans-serif;
margin: 0;
margin-bottom: 10px;
}
.formulario label{
color:red;
}
.formulario input, textarea{
width: 100%;
margin-bottom: 20px;
padding: 7px;
box-sizing: border-box;
font-size: 15px;
}
.formulario textarea{
height: 200px;
}
.botao{
color: red;
}
.botao:hover{
cursor: pointer;
}
/*Fim <NAME> */
/* Inicio Rodapé */
.formas_pagamento {
color : red;
display: inline-block;
width: 25%;
}
.rodape{
text-align:center;
}
.rodapeImg{
display: inline-block;
width:20%;
text-align: center;
}
.final{
background-color:red;
color:white;
width: 100%;
padding:15px 0;
}
/* Fim Rodapé */ | 0.194521 | 0.043793 |
input[type="radio"].ios8-switch {
position: absolute;
margin: 8px 0 0 16px;
}
input[type="radio"].ios8-switch + label {
position: relative;
padding: 5px 0 0 50px;
line-height: 2.0em;
}
input[type="radio"].ios8-switch + label:before {
content: "";
position: absolute;
display: block;
left: 0;
top: 0;
width: 40px; /* x*5 */
height: 24px; /* x*3 */
border-radius: 16px; /* x*2 */
background: #fff;
border: 1px solid #d9d9d9;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
input[type="radio"].ios8-switch + label:after {
content: "";
position: absolute;
display: block;
left: 0px;
top: 0px;
width: 24px; /* x*3 */
height: 24px; /* x*3 */
border-radius: 16px; /* x*2 */
background: #fff;
border: 1px solid #d9d9d9;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
input[type="radio"].ios8-switch + label:hover:after {
box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="radio"].ios8-switch:checked + label:after {
margin-left: 16px;
}
input[type="radio"].ios8-switch:checked + label:before {
background: #55D069;
}
/* SMALL */
input[type="radio"].ios8-switch-sm {
margin: 5px 0 0 10px;
}
input[type="radio"].ios8-switch-sm + label {
position: relative;
padding: 0 0 0 32px;
line-height: 1.3em;
}
input[type="radio"].ios8-switch-sm + label:before {
width: 25px; /* x*5 */
height: 15px; /* x*3 */
border-radius: 10px; /* x*2 */
}
input[type="radio"].ios8-switch-sm + label:after {
width: 15px; /* x*3 */
height: 15px; /* x*3 */
border-radius: 10px; /* x*2 */
}
input[type="radio"].ios8-switch-sm + label:hover:after {
box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
input[type="radio"].ios8-switch-sm:checked + label:after {
margin-left: 10px; /* x*2 */
}
/* LARGE */
input[type="radio"].ios8-switch-lg {
margin: 10px 0 0 20px;
}
input[type="radio"].ios8-switch-lg + label {
position: relative;
padding: 7px 0 0 60px;
line-height: 2.3em;
}
input[type="radio"].ios8-switch-lg + label:before {
width: 50px; /* x*5 */
height: 30px; /* x*3 */
border-radius: 20px; /* x*2 */
}
input[type="radio"].ios8-switch-lg + label:after {
width: 30px; /* x*3 */
height: 30px; /* x*3 */
border-radius: 20px; /* x*2 */
}
input[type="radio"].ios8-switch-lg + label:hover:after {
box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="radio"].ios8-switch-lg:checked + label:after {
margin-left: 20px; /* x*2 */
} | public/fonts/ios-switcher/switcher.css | input[type="radio"].ios8-switch {
position: absolute;
margin: 8px 0 0 16px;
}
input[type="radio"].ios8-switch + label {
position: relative;
padding: 5px 0 0 50px;
line-height: 2.0em;
}
input[type="radio"].ios8-switch + label:before {
content: "";
position: absolute;
display: block;
left: 0;
top: 0;
width: 40px; /* x*5 */
height: 24px; /* x*3 */
border-radius: 16px; /* x*2 */
background: #fff;
border: 1px solid #d9d9d9;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
input[type="radio"].ios8-switch + label:after {
content: "";
position: absolute;
display: block;
left: 0px;
top: 0px;
width: 24px; /* x*3 */
height: 24px; /* x*3 */
border-radius: 16px; /* x*2 */
background: #fff;
border: 1px solid #d9d9d9;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
input[type="radio"].ios8-switch + label:hover:after {
box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="radio"].ios8-switch:checked + label:after {
margin-left: 16px;
}
input[type="radio"].ios8-switch:checked + label:before {
background: #55D069;
}
/* SMALL */
input[type="radio"].ios8-switch-sm {
margin: 5px 0 0 10px;
}
input[type="radio"].ios8-switch-sm + label {
position: relative;
padding: 0 0 0 32px;
line-height: 1.3em;
}
input[type="radio"].ios8-switch-sm + label:before {
width: 25px; /* x*5 */
height: 15px; /* x*3 */
border-radius: 10px; /* x*2 */
}
input[type="radio"].ios8-switch-sm + label:after {
width: 15px; /* x*3 */
height: 15px; /* x*3 */
border-radius: 10px; /* x*2 */
}
input[type="radio"].ios8-switch-sm + label:hover:after {
box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
input[type="radio"].ios8-switch-sm:checked + label:after {
margin-left: 10px; /* x*2 */
}
/* LARGE */
input[type="radio"].ios8-switch-lg {
margin: 10px 0 0 20px;
}
input[type="radio"].ios8-switch-lg + label {
position: relative;
padding: 7px 0 0 60px;
line-height: 2.3em;
}
input[type="radio"].ios8-switch-lg + label:before {
width: 50px; /* x*5 */
height: 30px; /* x*3 */
border-radius: 20px; /* x*2 */
}
input[type="radio"].ios8-switch-lg + label:after {
width: 30px; /* x*3 */
height: 30px; /* x*3 */
border-radius: 20px; /* x*2 */
}
input[type="radio"].ios8-switch-lg + label:hover:after {
box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="radio"].ios8-switch-lg:checked + label:after {
margin-left: 20px; /* x*2 */
} | 0.246896 | 0.117953 |
* Table of Contents:
*
* 1. - NORMALIZE CSS
* 2. - GLOBAL STYLES
* 2.1 - General Styles
* 2.2 - Text Color
* 2.3 - Anchor
* 2.4 - Heading and Paragraph
*
* 3. - COMPONENTS
* 3.1 - Preloader
* 3.2 - Buttons
* 3.3 - Box Icon 1
* 3.4 - Box Icon 2
* 3.5 - Box Image 1
* 3.6 - Box Image 2
* 3.7 - Box Image 3
* 3.8 - BOX TESTIMONY
* 3.9 - Box Team 2
* 3.10 - Box Statistic
* 3.11 - Box History
* 3.12 - Box Partners
* 3.13 - Panel Accordion
* 3.14 - Faq
* 3.15 - Pricing Table
* 3.16 - Career Tabs
* 3.17 - Box News
* 4. - LOGO & NAVIGATION
* 4.1 - Topbar
* 4.2 - Navbar
* 5. - HOME
* 5.1 - Banner
* 5.2 - Text Typing
* 6. - SECTION
* 6.1 Section - About
* 6.2 Section - Services
* 6.3 Section - Projects
* 6.4 Section - News
* 6.5 Section - Contact
* 6.6 Section - Features
* 6.7 Section - CTA
* 6.8 Section - Price
* 6.9 Section - Blog
* 6.10 Section - Timeline
* 6.11 Section - Testimonial
* 6.12 Section - Clients
* 6.13 Section - Video BG
* 6.14 Section - Contact and Map
* 7. - FOOTER
* 8. - RESPONSIVE
* -----------------------------------------------------------------------------
*/
.bolder {
font-weight: 600; }
/**
* 1. - NORMALIZE CSS
* -----------------------------------------------------------------------------
*/
/* ==========================
NORMALIZE
============================= */
/**
* Normalizing styles have been helped along thanks to the fine work of
* <NAME> and <NAME> http://necolas.github.com/normalize.css/
*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
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; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: 700; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 0; }
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
code,
kbd,
pre,
samp {
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
select {
text-transform: none; }
button {
overflow: visible; }
button,
input,
select,
textarea {
max-width: 100%; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default;
opacity: .5; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0; }
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 1.75em;
min-width: inherit;
padding: 0.875em; }
fieldset > :last-child {
margin-bottom: 0; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto;
vertical-align: top; }
optgroup {
font-weight: bold; }
/**
* 2. GLOBAL STYLES
* -----------------------------------------------------------------------------
*/
/*1.1 GENERAL STYLES*/
body,
button,
input,
select,
textarea {
color: #666666;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 22px; }
h1,
h2,
.banner-page .title-page,
h3,
h4,
h5,
.section-subheading,
h6 {
clear: both;
font-weight: 700;
margin: 0;
text-rendering: optimizeLegibility; }
p {
margin: 0 0 1.75em; }
dfn,
cite,
em,
i {
font-style: italic; }
blockquote {
border: 0 solid #1a1a1a;
border-left-width: 4px;
color: #686868;
font-size: 16px;
font-style: italic;
line-height: 1.4736842105;
margin: 0 0 1.4736842105em;
overflow: hidden;
padding: 0 0 0 1.263157895em; }
blockquote,
q {
quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: ""; }
blockquote p {
margin-bottom: 1.4736842105em; }
blockquote cite,
blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75; }
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0"; }
blockquote em,
blockquote i,
blockquote cite {
font-style: normal; }
blockquote strong,
blockquote b {
font-weight: 400; }
blockquote > :last-child {
margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small {
display: block;
color: #12aaeb; }
address {
font-style: italic;
margin: 0 0 1.75em; }
code,
kbd,
tt,
var,
samp,
pre {
font-family: Inconsolata, monospace; }
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word; }
code {
background-color: #d1d1d1;
padding: 0.125em 0.25em; }
abbr,
acronym {
border-bottom: 1px dotted #d1d1d1;
cursor: help; }
mark,
ins {
background: #007acc;
color: #fff;
padding: 0.125em 0.25em;
text-decoration: none; }
big {
font-size: 125%; }
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
body {
background: #ffffff;
/* Fallback for when there is no custom background color defined. */ }
hr {
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 1.75em; }
ul,
ol {
margin: 0 0 1.75em 1.25em;
padding: 0; }
ul {
list-style: disc; }
ol {
list-style: decimal;
margin-left: 1.5em; }
li > ul,
li > ol {
margin-bottom: 0; }
dl {
margin: 0 0 1.75em; }
dt {
font-weight: 700; }
dd {
margin: 0 0 1.75em; }
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
vertical-align: middle; }
del {
opacity: 0.8; }
table,
th,
td {
border: 1px solid #d1d1d1; }
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed;
/* Prevents HTML tables from becoming too wide */
width: 100%; }
caption,
th,
td {
font-weight: normal;
text-align: left; }
th {
border-width: 0 1px 1px 0;
font-weight: 700; }
td {
border-width: 0 1px 1px 0; }
th,
td {
padding: 0.4375em; }
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
color: #686868;
font-family: "Open Sans", sans-serif; }
:-moz-placeholder {
color: #686868;
font-family: "Open Sans", sans-serif; }
::-moz-placeholder {
color: #686868;
font-family: "Open Sans", sans-serif;
opacity: 1;
/* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder {
color: #686868;
font-family: "Open Sans", sans-serif; }
/*body{
margin: 0;
padding: 0;
font-family: $font_1;
font-size: 14px;
line-height: 22px;
color: $black_3;
}*/
html, body {
width: 100%;
height: 100%; }
i, cite, em, var, address, dfn {
font-style: italic; }
.animationload {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
background-color: #fff; }
.loader {
position: absolute;
top: 50%;
left: 50%;
margin: -100px 0 0 -100px;
width: 200px;
height: 200px;
background-image: url("../images/apple-touch-icon.png");
background-position: center;
background-repeat: no-repeat; }
.pos-relative {
position: relative; }
.navbar-brand {
padding: 0; }
.section > .container {
padding-top: 80px;
padding-bottom: 80px; }
.section.section-border > .container {
border-bottom: 1px solid #eee; }
.section.banner {
padding: 0 0; }
.section.testimony > .container, .section.page404 > .container {
padding-top: 50px;
padding-bottom: 0; }
.section.cta > .container {
padding-top: 0;
padding-bottom: 0; }
.section-heading {
font-size: 36px;
line-height: 50px;
font-weight: 400;
color: #12aaeb;
margin-bottom: 20px; }
.section-heading.center {
text-align: center; }
.section-subheading {
color: #999999; }
.section-heading-2 {
font-size: 24px;
font-weight: 600;
color: #043140; }
/* 1.2. TEXT COLOR */
/* 1.3. ANCHOR */
a {
color: #043140;
text-decoration: none; }
a:hover {
color: #12aaeb;
text-decoration: none; }
/* 1.4. HEADING & PARAGRAPH */
p {
margin: 0 0 20px 0; }
h1,
h2,
.banner-page .title-page,
h3,
h4,
h5,
.section-subheading {
font-family: "Open Sans", sans-serif;
font-weight: 700;
margin-top: 10px;
margin-bottom: 20px; }
h1 {
font-size: 3.571em;
line-height: normal; }
h2, .banner-page .title-page {
font-size: 2.857em;
line-height: normal; }
h3 {
font-size: 1.714em;
line-height: normal; }
h4 {
font-size: 1.286em;
line-height: normal; }
h5, .section-subheading {
font-size: 14px;
line-height: 22px; }
h6 {
font-size: 13px; }
strong, b {
font-weight: 700; }
.lead {
font-family: "Open Sans", sans-serif;
font-weight: 700; }
ol, ul {
list-style: initial;
margin-left: 24px; }
ol li, ul li {
margin: 8px 0; }
.title-heading {
color: #12aaeb;
font-size: 36px;
line-height: 50px; }
blockquote {
padding: 15px 20px;
background-color: #f6f6f6;
margin: 0 0 20px;
border-left: 5px solid #f6ba18;
font-style: italic; }
ul.checklist {
margin: 0; }
ul.checklist li {
list-style: none;
margin: 10px 0 25px 35px; }
ul.checklist li:before {
font-family: FontAwesome;
content: "\f00c";
font-size: 20px;
color: #12aaeb;
margin-left: -35px;
margin-right: 15px; }
.grid-services {
margin-top: 30px;
margin-bottom: 30px; }
.grid-item {
margin-top: 30px;
margin-bottom: 30px; }
.margin-bottom-10 {
margin-bottom: 10px; }
.margin-bottom-30 {
margin-bottom: 30px; }
.margin-bottom-50 {
margin-bottom: 50px; }
.margin-bottom-70 {
margin-bottom: 70px; }
.banner-page {
height: 250px;
display: block;
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
.banner-page .title-page {
text-align: center;
color: #ffffff;
margin-bottom: 0; }
.banner-page .breadcrumb {
padding: 0;
margin: 0;
text-align: center;
background-color: transparent;
font-size: 18px;
font-weight: 600; }
.banner-page .breadcrumb > .active,
.banner-page .breadcrumb > li + li:before,
.banner-page .breadcrumb a {
color: #f6ba18; }
/* 2.5. CATEGORY MENU */
.widget {
margin-bottom: 50px;
clear: both; }
.widget-title {
font-size: 24px;
font-weight: 700;
color: #043140;
margin-bottom: 40px; }
.category-nav {
margin-left: 0;
margin-bottom: 30px;
padding: 0; }
.category-nav {
margin-left: 0;
margin-bottom: 30px;
padding: 0; }
.category-nav li {
list-style: none;
margin: 0;
font-weight: 700; }
.category-nav li a {
color: #043140;
display: block;
padding: 15px 20px;
margin-bottom: 5px;
background-color: #f6f6f6; }
.category-nav li a:hover {
color: #ffffff;
background-color: #f6ba18; }
.category-nav li.active a {
color: #ffffff;
background-color: #f6ba18; }
.info-detail dl {
font-size: 16px; }
.info-detail dt {
font-weight: 700; }
.info-detail dd {
margin-bottom: 20px; }
/**
* 3. - COMPONENTS
* -----------------------------------------------------------------------------
*/
/* 2.1. PRELOADER */
.animationload {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
background-color: #fff; }
.loader {
position: absolute;
top: 50%;
left: 50%;
margin: -100px 0 0 -100px;
width: 200px;
height: 200px;
background-image: url("../images/apple-touch-icon.png");
background-position: center;
background-repeat: no-repeat; }
/* 2.2. BUTTONS */
:focus {
outline: none; }
.btn, .btn-primary, .btn-secondary {
font-family: "Open Sans", sans-serif;
font-size: 14px;
color: #ffffff;
padding: 15px 35px;
border: 0;
font-weight: 600;
-webkit-border-radius: 3;
-moz-border-radius: 3;
-ms-border-radius: 3;
border-radius: 3; }
.btn-default {
background-color: #f6ba18;
color: #ffffff;
padding: 15px 20px;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.btn-default:hover {
background-color: #12aaeb; }
.btn-orange-cta {
background-color: #f6ba18;
color: #ffffff;
padding: 15px 20px;
border: 0;
font-weight: 600;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.btn-orange-cta:hover {
background-color: #043140;
color: #ffffff; }
.navbar-main .btn-orange-cta:hover {
background-color: #12aaeb;
color: #ffffff; }
.btn-primary {
background-color: #f6ba18; }
.btn-primary:hover {
background-color: #12aaeb;
color: #ffffff; }
.btn-secondary {
background-color: #12aaeb; }
.btn-secondary:hover {
background-color: #f6ba18;
color: #ffffff; }
.btn-secondary.disabled {
background-color: #12aaeb;
border-color: #12aaeb; }
.pagination {
clear: both;
text-align: left;
margin-top: 20px; }
.pagination > li {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px; }
.pagination > li > a {
padding: 15px 20px;
margin-right: 5px;
margin-bottom: 5px;
color: #043140;
display: inline-block;
border-color: transparent;
background: #eee;
border: 0; }
.pagination > li > a:hover, .pagination > li > a.active {
background: #12aaeb;
color: #fff; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.pagination > .active > a {
background: #12aaeb;
color: #fff; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background: #12aaeb;
color: #fff; }
.btn-sidebar {
border-radius: 0;
text-align: left;
font-size: 16px;
font-weight: 700; }
.btn-sidebar .fa {
margin-right: 10px;
font-size: 1.4em;
vertical-align: middle; }
/* 2.3. BOX ICON 1 */
.box-icon-1 {
margin-bottom: 20px; }
.box-icon-1 .icon {
display: inline-block;
color: #12aaeb;
font-size: 36px;
line-height: 43px;
float: left; }
.box-icon-1 .body-content {
margin-left: 55px;
color: #666666; }
.box-icon-1 .body-content .heading {
color: #333333;
font-weight: 600; }
/* 2.4. BOX ICON 2 */
.box-icon-2 {
margin-bottom: 40px; }
.box-icon-2 .icon {
display: inline-block;
color: #12aaeb;
font-size: 36px;
line-height: 43px;
float: left; }
.box-icon-2 .body-content {
margin-left: 65px;
color: #666666; }
.box-icon-2 .body-content .heading {
color: #333333;
font-size: 22px;
margin-bottom: 15px; }
/* 2.5. BOX IMAGE 1 */
.box-image-1 {
position: relative;
margin-bottom: 30px; }
.box-image-1 .image {
overflow: hidden;
background-color: #000; }
.box-image-1 .image img {
opacity: .9;
max-width: 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition: 0.1s all linear;
transition: 0.1s all linear; }
.box-image-1:hover .image img {
opacity: .4;
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
box-shadow: none;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
transition-duration: 250ms; }
.box-image-1 .description {
position: absolute;
left: 40px;
bottom: 40px; }
.box-image-1 .blok-title {
color: #ffffff;
font-size: 24px;
font-weight: 400; }
/* 2.6. BOX IMAGE 2 */
.box-image-2 .image img {
width: 100%; }
.box-image-2 .blok-title {
color: #12aaeb;
font-size: 24px;
font-weight: 400;
margin-top: 30px;
margin-bottom: 20px; }
/* 2.7. BOX IMAGE 3 */
.box-image-3 {
position: relative;
margin-bottom: 40px; }
.box-image-3 .image {
overflow: hidden;
background-color: #12aaeb;
position: relative; }
.box-image-3 .image:before {
content: '';
position: absolute;
background: url(../images/link.gif) center top no-repeat;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
text-align: center;
z-index: 9;
color: #ffffff;
font-size: 30px;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all ease .25s;
transition: all ease .25s; }
.box-image-3 .image img {
opacity: 1;
max-width: 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition: 0.1s all linear;
transition: 0.1s all linear; }
.box-image-3:hover .image img {
opacity: .2;
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
transition-duration: 250ms; }
.box-image-3:hover .image:before {
top: 50%;
filter: alpha(opacity=1);
opacity: 100; }
.box-image-3 .blok-title {
text-align: center;
color: #043140;
font-size: 18px;
margin-top: 20px;
margin-bottom: 20px; }
.box-image-3:hover .blok-title {
color: #12aaeb; }
/* 2.8. BOX TESTIMONY */
.box-testimony {
position: relative;
box-sizing: border-box; }
.box-testimony:before {
content: "\f10e";
color: #f6ba18;
font-family: FontAwesome;
font-size: 60px;
float: left;
line-height: initial; }
.box-testimony .quote-box {
margin-left: 80px; }
.box-testimony .quote-box blockquote {
font-size: 18px;
line-height: 32px;
font-weight: 600;
padding: 0;
background-color: transparent;
margin: 0;
border-left: 0;
font-style: italic; }
.box-testimony .quote-box .quote-name {
margin-top: 30px;
font-size: 24px;
line-height: 34px;
font-weight: 700;
color: #12aaeb; }
.box-testimony .quote-box .quote-name span {
font-size: 12px;
font-style: italic;
color: #666666;
font-weight: normal;
display: block; }
/* 2.9. BOX TEAM 2 */
.box-team {
border: 1px solid #eee;
margin-bottom: 30px; }
.box-team:hover {
border-color: #12aaeb; }
.box-team:after {
content: '';
display: block;
width: 100%;
clear: both; }
.box-team .box-image {
float: left;
width: 50%;
position: relative; }
.box-team .box-image img {
display: block;
width: 100%; }
.box-team .box-image .sosmed {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.6);
text-align: center;
padding: 10px 0; }
.box-team .box-image .sosmed .fa {
font-size: 18px;
color: #12aaeb;
padding: 0 20px; }
.box-team .box-image .sosmed .fa:hover {
color: #043140; }
.box-team .body-content {
float: left;
width: 50%;
padding: 30px 30px;
position: relative; }
.box-team .body-content .people {
color: #12aaeb;
font-size: 24px;
font-weight: 700;
margin-bottom: 15px; }
.box-team .body-content .position {
font-size: 12px;
font-style: italic; }
.box-team .body-content .excert {
margin-top: 20px;
margin-bottom: 40px; }
.box-team .body-content .phone {
font-size: 18px;
color: #12aaeb; }
.box-team .body-content .phone .fa {
font-size: 30px;
color: #f6ba18;
margin-right: 10px;
vertical-align: middle; }
/* 2.10. BOX STATISTIC */
.box-statistic {
text-align: center;
margin-top: 40px; }
.box-statistic .icon {
font-size: 36px;
color: #f6ba18;
margin-bottom: 30px; }
.box-statistic .heading {
font-size: 36px;
color: #12aaeb;
font-weight: 700;
margin-bottom: 20px; }
.box-statistic .subheading {
font-size: 14px;
font-weight: 600;
color: #043140; }
/* 2.11. BOX HISTORY */
.box-history .item {
padding-bottom: 40px; }
.box-history .item:before {
content: '';
position: absolute;
left: 92px;
top: 0;
bottom: 0;
width: 1px;
background-color: #eee;
z-index: -1; }
.box-history .item .year {
float: left;
font-size: 18px;
font-weight: 700; }
.box-history .item .year-info {
position: relative;
margin-left: 100px; }
.box-history .item .year-info:before {
content: '';
position: absolute;
left: -30px;
width: 15px;
height: 15px;
background-color: #f6ba18;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px; }
.box-history .item .year-info .heading {
font-size: 24px;
color: #12aaeb;
margin-bottom: 20px; }
.box-history .item:after {
content: '';
clear: both;
display: block; }
/* 2.12. BOX PARTNERS */
.box-partner {
margin-top: 30px;
margin-bottom: 30px; }
.box-partner .item {
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee; }
.box-partner .item .box-image {
float: left;
width: 20%;
font-size: 18px; }
.box-partner .item .box-image img {
width: 100%;
border: 1px solid #eee;
padding: 20px; }
.box-partner .item .box-info {
float: left;
width: 70%;
position: relative;
margin-left: 40px; }
.box-partner .item .box-info .heading {
font-size: 24px;
color: #12aaeb;
font-weight: 700;
margin-bottom: 20px; }
.box-partner .item:after {
content: '';
clear: both;
display: block; }
.box-partner .item:last-child {
border-bottom: 0; }
/* 2.13. PANEL ACCORDION */
.panel-faq.panel-group .panel {
border-radius: 0px; }
.panel-faq .panel-default {
border-color: transparent; }
.panel-faq .panel-default > .panel-heading {
color: #333;
background-color: #f6f6f6;
border-color: #ddd;
border: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding: 13px 20px; }
.panel-faq .panel-default > .panel-heading:before {
padding: 0 0px 0 20px;
content: "\002B";
font-family: Arial;
font-size: 24px;
float: right; }
.panel-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: transparent; }
.panel-faq .panel-default > .panel-heading.active {
background-color: #12aaeb;
color: #fff; }
.panel-faq .panel-default > .panel-heading.active:before {
color: #fff;
content: "\002D"; }
.panel-faq .panel-default:hover > .panel-heading {
color: #12aaeb; }
.panel-faq .panel-default:hover > .panel-heading.active {
color: #ffffff; }
.panel-faq .panel-title {
font-size: 16px;
display: table-cell; }
.panel-faq .panel-title > a,
.panel-faq .panel-title > a:active,
.panel-faq .panel-title > a:focus {
color: inherit;
text-decoration: none;
display: inline-table; }
.panel-faq .panel-body {
padding: 15px 30px;
background-color: #fff;
margin-top: 4px; }
.panel-faq .panel-body p {
margin: 10px 0; }
.panel-faq .collapse.in {
display: block;
visibility: visible; }
/* 2.14. FAQ */
.faq-list {
margin: 0;
padding: 0; }
.faq-list li {
list-style: none; }
.faq-list li .fa {
color: #f00;
font-size: 14px;
margin-right: 10px; }
.faq-list .faq-item-image {
position: relative;
width: 100%;
text-align: center; }
.faq-list .faq-item-image img {
display: block; }
/* 2.15. PRICING TABLE */
.panel-pricing {
border-color: #ccc;
text-align: center;
margin-bottom: 40px;
background-color: #f6f6f6; }
.panel-pricing.best .price {
background-color: #f6ba18; }
.panel-pricing .price {
padding: 15px 0;
font-size: 80px;
background-color: #12aaeb;
font-size: 36px;
color: #fff;
font-weight: 700; }
.panel-pricing .price sup {
font-size: 18px;
margin-right: 5px;
top: -.6em;
font-weight: 400; }
.panel-pricing .price small {
font-size: 14px;
margin-left: 0px; }
.panel-pricing h3 {
font-size: 24px;
line-height: 34px;
font-weight: 700;
padding-top: 10px; }
.panel-pricing > .panel-heading {
color: #043140;
border-color: #eee;
padding: 0px 0px; }
.panel-pricing .table > tbody > tr > td, .panel-pricing .table > tfoot > tr > td {
padding: 12px 0;
vertical-align: top;
border-top: none; }
.panel-pricing .table {
margin-bottom: 0; }
.panel-pricing .panel-body {
padding: 10px;
text-align: center; }
.panel-pricing .panel-body table,
.panel-pricing .panel-body th,
.panel-pricing .panel-body td {
border: 0;
text-align: center; }
.panel-pricing .panel-footer {
padding: 30px 0;
border-top: 0; }
/* 2.16. CAREER TABS */
.career-tabs > ul {
margin-left: 0px; }
.career-tabs .nav-tabs {
border-bottom: 0; }
.career-tabs .nav-tabs > li {
float: left;
margin-bottom: 0;
width: 25%;
background: #eee;
text-align: center; }
.career-tabs .nav-tabs > li > a {
margin-right: 0;
border-radius: 0;
font-weight: 700; }
.career-tabs .nav-tabs > li.active > a, .career-tabs .nav-tabs > li.active > a:hover, .career-tabs .nav-tabs > li.active > a:focus {
color: #ffffff;
cursor: default;
background-color: #12aaeb; }
.career-tabs .tab-content {
padding: 20px 30px;
border: 1px solid #eee; }
/* 3.17. BOX NEWS */
.box-news-1 {
position: relative;
margin-bottom: 40px; }
.box-news-1 .image {
overflow: hidden;
background-color: #12aaeb;
position: relative; }
.box-news-1 .image img {
opacity: 1;
max-width: 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition: 0.1s all linear;
transition: 0.1s all linear; }
.box-news-1 .image:before {
content: '';
position: absolute;
background: url(../images/link.gif) center top no-repeat;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
text-align: center;
z-index: 9;
color: #ffffff;
font-size: 30px;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all ease .25s;
transition: all ease .25s; }
.box-news-1:hover .image img {
opacity: .2;
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
transition-duration: 250ms; }
.box-news-1:hover .image:before {
top: 50%;
filter: alpha(opacity=1);
opacity: 100; }
.box-news-1 .meta-date {
margin-top: 10px;
color: #12aaeb;
font-size: 12px;
font-style: italic; }
.box-news-1 .blok-title {
color: #043140;
font-size: 18px;
margin-top: 5px;
margin-bottom: 20px;
height: 50px;
overflow: hidden; }
.box-news-1 .blok-title a:hover {
color: #f6ba18; }
/* 2.18. LIST NEWS */
.list-news {
width: 98%; }
.list-news .news-item {
margin-bottom: 70px;
padding-right: 15px;
padding-left: 15px; }
.list-news .news-item .image {
position: relative;
overflow: hidden;
background-color: #12aaeb; }
.list-news .news-item .image:before {
content: '';
position: absolute;
background: url(../images/link.gif) center top no-repeat;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
text-align: center;
z-index: 9;
color: #ffffff;
font-size: 30px;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all ease .25s;
transition: all ease .25s; }
.list-news .news-item .image img {
opacity: 1;
max-width: 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition: 0.1s all linear;
transition: 0.1s all linear; }
.list-news .news-item .image .meta-date {
position: absolute;
bottom: 40px;
left: 0;
width: 70px;
height: 70px;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
background-color: #f6ba18;
font-size: 26px;
font-weight: 600;
color: #fff;
text-align: center;
padding-top: 13px;
z-index: 1; }
.list-news .news-item .image .meta-date span {
font-size: 14px;
display: block; }
.list-news .news-item:hover .image img {
opacity: .2;
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
transition-duration: 250ms; }
.list-news .news-item:hover .image:before {
top: 50%;
filter: alpha(opacity=1);
opacity: 100; }
.list-news .news-item .meta-date {
margin-top: 10px;
color: #12aaeb;
font-size: 12px;
font-style: italic; }
.list-news .news-item .meta-author {
color: #12aaeb;
font-style: italic;
font-size: 12px;
margin-bottom: 20px; }
.list-news .news-item .blok-title {
font-size: 24px;
margin-top: 5px;
margin-bottom: 10px;
font-weight: 700; }
.list-news .news-item .blok-title a {
color: #043140; }
.list-news .news-item .blok-title a:hover {
color: #f6ba18; }
/**
* 4. - LOGO & NAVIGATION
* -----------------------------------------------------------------------------
*/
/* 4.1 - TOPBAR */
.topbar {
background-color: #12aaeb;
padding: 0 0;
height: 40px; }
.topbar .topbar-left .welcome-text {
font-style: italic;
color: #ffffff;
padding: 8px 0; }
.topbar .topbar-right {
text-align: right; }
.topbar .topbar-right .topbar-menu {
display: inline-table; }
.topbar .topbar-right .topbar-menu li {
list-style: none;
float: left;
color: #ffffff;
padding: 0 0px;
font-size: 12px; }
.topbar .topbar-right .topbar-menu li:before {
content: '|';
padding: 0 10px; }
.topbar .topbar-right .topbar-menu li:last-child:after {
content: '|';
padding: 0 10px; }
.topbar .topbar-right .topbar-menu li a {
color: #ffffff; }
.topbar .topbar-right .topbar-menu li a:hover {
color: #f6ba18; }
.topbar .topbar-right .topbar-sosmed {
display: inline-table; }
.topbar .topbar-right .topbar-sosmed li {
list-style: none;
float: left;
font-size: 18px;
padding: 0 10px; }
.topbar .topbar-right .topbar-sosmed li a {
color: #ffffff; }
.topbar .topbar-right .topbar-sosmed li a:hover {
color: #f6ba18; }
.topbar-logo {
background-color: #ffffff;
padding: 5px 0; }
.topbar-logo .navbar-brand {
height: auto; }
.contact-info {
float: right;
margin-top: 17px; }
.contact-info > div {
display: inline-table;
margin-right: 40px; }
.navbar-toggle .icon-bar {
background: #ffffff; }
.navbar-toggle {
float: left; }
/* 4.2 - NAVBAR */
.navbar-main {
background-color: #043140;
border-radius: 0;
margin-bottom: 0;
border: 0; }
.navbar-main ol, .navbar-main li {
margin: 0 0;
font-size: 12px;
font-weight: 700; }
.navbar-main .nav > li > a {
color: #ffffff; }
.navbar-main .nav > li.active > a,
.navbar-main .nav > li > a:hover,
.navbar-main .nav > li > a:focus {
color: #f6ba18;
background-color: transparent; }
.navbar-main .nav .open > a, .navbar-main .nav .open > a:hover, .navbar-main .nav .open > a:focus {
background-color: transparent;
border-color: transparent;
color: #f6ba18; }
.navbar-main .caret {
margin-left: 10px; }
.navbar-main .dropdown-menu {
background-color: #043140;
min-width: 180px;
color: #ffffff;
padding: 0;
border: 0;
border-radius: 0; }
.navbar-main .dropdown-menu > li {
text-transform: uppercase;
border-bottom: 1px solid #222; }
.navbar-main .dropdown-menu > li a {
padding: 10px 20px;
color: #ffffff; }
.navbar-main .dropdown-menu > li a:hover {
background-color: #f6ba18; }
/**
* 5. - HOME
* -----------------------------------------------------------------------------
*/
/* 5.1 - HERO */
.banner {
padding: 0 0; }
.banner ol li, .banner ul li {
margin: 0; }
.banner .btn-primary:hover, .banner .btn-secondary:hover {
background-color: #043140; }
.slides-navigation {
margin: 0 auto;
position: absolute;
z-index: 3;
bottom: 46%;
width: 100%; }
.slides-navigation.center {
margin: 0 auto;
position: absolute;
z-index: 3;
bottom: 25%;
width: 100%;
text-align: center;
-webkit-transform: translateX(-7px);
-ms-transform: translateX(-7px);
transform: translateX(-7px); }
.slides-navigation .container {
position: relative; }
.slides-navigation a {
position: absolute;
display: block; }
.slides-navigation.center a {
position: relative;
display: inline-table;
text-align: center; }
.slides-navigation {
bottom: 20%; }
.slides-navigation a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
display: block;
text-decoration: none;
border: 2px solid #fff;
color: white;
font-weight: bold;
font-size: 26px;
margin: 0 20px;
text-shadow: 0 1px 1px #000;
text-align: center;
height: 40px;
width: 40px;
padding: 3px;
-webkit-box-shadow: 0 1px 1px black;
-moz-box-shadow: 0 1px 1px black;
box-shadow: 0 1px 1px black;
-webkit-transition: background 0.15s ease;
-moz-transition: background 0.15s ease;
-o-transition: background 0.15s ease;
transition: background 0.15s ease; }
.slides-navigation a:hover {
background: rgba(0, 0, 0, 0.4); }
.slides-navigation a.next {
left: 50px; }
.slides-navigation a.prev {
left: 0; }
.slides-navigation.center a.next {
left: 0;
right: 0; }
.slides-navigation.center a.prev {
left: 0; }
/* 5.2 - Text Typing */
.wrap-caption {
padding-top: 10%;
color: #ffffff;
width: 50%; }
.wrap-caption.center {
width: 80%;
margin: 0 auto;
text-align: center; }
.wrap-caption .excerpt {
margin-bottom: 50px;
font-size: 18px; }
.wrap-caption .btn, .wrap-caption .btn-primary, .wrap-caption .btn-secondary {
margin-right: 15px; }
/**
* 6. - SECTION
* -----------------------------------------------------------------------------
*/
/* 6.1 - About */
.banner-page.about {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
dl.hiw {
width: 100%; }
dl.hiw dt {
width: 30px;
float: left; }
dl.hiw dt .fa {
font-size: 24px;
color: #12aaeb; }
dl.hiw dd {
margin-left: 60px;
margin-bottom: 40px; }
dl.hiw dd h4 {
clear: none; }
.vidimg {
position: relative; }
.vidimg .play-vid {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 72px;
height: 72px;
background-color: #12aaeb;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
display: block;
border: 2px solid #ffffff;
padding-top: 13px;
padding-left: 7px;
text-align: center; }
.vidimg .play-vid a {
color: #ffffff; }
.vidimg .play-vid:hover {
background-color: #f6ba18; }
/* 6.2 - Services */
.banner-page.services {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
.title-agent {
color: #043140;
font-size: 26px; }
/* 6.3 - Pages */
.banner-page.pages {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
/* 6.3 - Projects */
.banner-page.project {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
/* 6.4 - News */
.banner-page.news {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
.single-news .image {
position: relative; }
.single-news .image .meta-date {
position: absolute;
bottom: 40px;
left: 0;
width: 70px;
height: 70px;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
background-color: #f6ba18;
font-size: 26px;
font-weight: 600;
color: #fff;
text-align: center;
padding-top: 13px; }
.single-news .image .meta-date span {
font-size: 14px;
display: block; }
.single-news .section-heading {
color: #043140;
font-size: 24px;
font-weight: 700;
margin-bottom: 0px;
line-height: normal; }
.single-news .meta-author {
color: #12aaeb;
font-style: italic;
font-size: 12px; }
/* 6.5 - Contact */
.contact .form-control {
height: 45px;
background-color: #f6f6f6;
border: 1px solid #eee;
border-radius: 3px;
box-shadow: none; }
.contact textarea.form-control {
height: auto; }
.maps-wraper {
position: relative; }
.maps {
width: 100%;
height: 350px;
display: block;
background: #ccc;
position: relative; }
#google-container {
position: relative;
width: 100%;
height: 500px;
background-color: #fff; }
#cd-google-map {
position: relative;
overflow: hidden; }
#cd-google-map .col-md-12 {
padding: 0; }
#cd-google-map .address {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 20px 0;
background-color: rgba(5, 5, 5, 0.9); }
#cd-google-map .address .address-item {
position: relative;
padding-left: 44px; }
#cd-google-map .address .address-item i {
width: 24px;
height: 24px;
position: absolute;
top: 0;
left: 4px;
color: #fcfcfc;
font-size: 22px;
text-align: center;
line-height: 24px; }
#cd-zoom-in,
#cd-zoom-out {
height: 32px;
width: 32px;
cursor: pointer;
margin-left: 10px;
background-color: #12aaeb;
background-repeat: no-repeat;
background-size: 32px 64px;
background-image: url("../images/cd-icon-controller.svg"); }
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
background-color: #043140; }
#cd-zoom-in {
background-position: 50% 0;
margin-top: 10px;
margin-bottom: 1px; }
#cd-zoom-out {
background-position: 50% -32px; }
/* 6.6 Section - Features */
/* 6.7 Section - CTA */
.cta {
background-color: #12aaeb;
padding: 20px 0; }
.cta .cta-desc {
font-family: "Open Sans", sans-serif;
color: #ffffff;
font-style: italic;
font-size: 24px;
line-height: 34px;
font-weight: 400; }
/* 6.8 - Price */
/* 6.9 - Partners */
.client-img {
text-align: center;
margin-bottom: 40px; }
.client-img img {
margin: 0 auto; }
/* 6.10 - Testimony */
.people,
.user-pic {
display: block;
max-width: 100%; }
.testimony .owl-theme .owl-controls {
text-align: left;
margin-left: 80px;
margin-top: 30px; }
.testimony .owl-theme .owl-dots .owl-dot span {
background: #e7e7e7; }
.testimony .owl-theme .owl-dots .owl-dot.active span, .testimony .owl-theme .owl-dots .owl-dot:hover span {
background: #12aaeb; }
/* 6.11 - 404 Page */
.title-404 {
font-size: 5em;
color: #043140;
margin-bottom: -20px; }
.subtitle-404 {
font-size: 2em;
color: #12aaeb; }
/* 6.12 - Pages */
.banner-page.pages {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
/* 6.12 - Contact */
.banner-page.contact {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
/**
* 7. - FOOTER
* -----------------------------------------------------------------------------
*/
.footer {
padding: 50px 0 0 0;
background-color: #212831;
color: #ffffff; }
.footer > .container {
padding-bottom: 50px; }
.footer .footer-item {
margin-top: 20px;
margin-bottom: 20px; }
.footer .footer-item .footer-title {
font-size: 24px;
font-weight: 600;
padding: 10px 0; }
.footer .footer-item .footer-title:after {
content: '';
display: block;
width: 35px;
border-bottom: 1px solid #12aaeb;
margin-top: 20px; }
.footer .footer-item .footer-sosmed {
margin-top: 50px;
display: inline-block; }
.footer .footer-item .footer-sosmed a .item {
color: #ffffff;
display: table-cell;
vertical-align: middle;
margin: 0 14px;
width: 40px;
height: 40px;
text-align: center;
background-color: #1C222A;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px; }
.footer .footer-item .footer-sosmed a .item:hover {
background-color: #f6ba18; }
.footer .footer-item .footer-sosmed a .item .fa {
font-size: 16px; }
.footer .footer-item .list {
margin: 0;
padding: 0; }
.footer .footer-item .list li {
list-style: none;
margin: 14px 0; }
.footer .footer-item .list li:before {
content: '\f105';
font: normal normal normal 16px/1 FontAwesome;
color: #12aaeb;
margin-right: 10px; }
.footer .footer-item .list li a {
color: #ffffff; }
.footer .footer-item .list li a:hover {
color: #f6ba18; }
.footer .fcopy {
padding: 30px 0;
color: #999999;
font-size: 14px;
background-color: #1C222A; }
.list-info {
margin: 0;
padding: 0; }
.list-info li {
margin-bottom: 20px;
list-style: none; }
.list-info li .info-icon {
display: inline-block;
color: #12aaeb;
font-size: 16px;
float: left; }
.list-info li .info-text {
margin-left: 30px; }
/**
* 8. - RESPONSIVE
* -----------------------------------------------------------------------------
*/
@media (max-width: 768px) {
.topbar {
height: auto; }
.topbar-left {
text-align: center; }
.topbar-right {
text-align: center !important; }
.topbar-menu, .topbar-sosmed {
margin-left: 0;
margin-bottom: 0; }
.navbar-brand {
width: 100%; }
.navbar-brand > img {
margin: 0 auto; }
.nav > li > a {
padding: 10px 6px; }
.contact-info {
clear: right;
width: 100%; }
.contact-info > div {
display: block;
margin-right: 0px; }
.box-icon-1 .icon {
clear: left;
display: block;
width: 100%;
text-align: center; }
.box-icon-1 .body-content {
text-align: center;
margin-left: 0; }
.container-nav .btn-orange-cta {
position: absolute;
right: 10px;
top: 0; }
.wrap-caption {
width: 100%; }
.box-team .box-image, .box-team .body-content {
width: 100%; }
.btn-sidebar.btn, .btn-sidebar.btn-primary, .btn-sidebar.btn-secondary, .btn-sidebar.btn-primary, .btn-sidebar.btn-secondary {
padding: 15px 25px; }
.section-heading {
font-size: 30px;
line-height: auto; }
.footer .footer-item .footer-title {
font-size: 20px; }
.list-news {
width: initial; } }
@media (max-width: 479px) {
h2, .banner-page .title-page, .banner-page .title-page {
font-size: 2em; }
.box-partner .item .box-image {
clear: left;
display: block;
width: inherit; }
.box-partner .item .box-info {
width: inherit;
margin-left: 0; }
.nav > li > a {
padding: 10px 15px; }
.career-tabs .nav-tabs > li {
width: 100%;
clear: left; } } | public/css/style.css | * Table of Contents:
*
* 1. - NORMALIZE CSS
* 2. - GLOBAL STYLES
* 2.1 - General Styles
* 2.2 - Text Color
* 2.3 - Anchor
* 2.4 - Heading and Paragraph
*
* 3. - COMPONENTS
* 3.1 - Preloader
* 3.2 - Buttons
* 3.3 - Box Icon 1
* 3.4 - Box Icon 2
* 3.5 - Box Image 1
* 3.6 - Box Image 2
* 3.7 - Box Image 3
* 3.8 - BOX TESTIMONY
* 3.9 - Box Team 2
* 3.10 - Box Statistic
* 3.11 - Box History
* 3.12 - Box Partners
* 3.13 - Panel Accordion
* 3.14 - Faq
* 3.15 - Pricing Table
* 3.16 - Career Tabs
* 3.17 - Box News
* 4. - LOGO & NAVIGATION
* 4.1 - Topbar
* 4.2 - Navbar
* 5. - HOME
* 5.1 - Banner
* 5.2 - Text Typing
* 6. - SECTION
* 6.1 Section - About
* 6.2 Section - Services
* 6.3 Section - Projects
* 6.4 Section - News
* 6.5 Section - Contact
* 6.6 Section - Features
* 6.7 Section - CTA
* 6.8 Section - Price
* 6.9 Section - Blog
* 6.10 Section - Timeline
* 6.11 Section - Testimonial
* 6.12 Section - Clients
* 6.13 Section - Video BG
* 6.14 Section - Contact and Map
* 7. - FOOTER
* 8. - RESPONSIVE
* -----------------------------------------------------------------------------
*/
.bolder {
font-weight: 600; }
/**
* 1. - NORMALIZE CSS
* -----------------------------------------------------------------------------
*/
/* ==========================
NORMALIZE
============================= */
/**
* Normalizing styles have been helped along thanks to the fine work of
* <NAME> and <NAME> http://necolas.github.com/normalize.css/
*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
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; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: 700; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 0; }
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
code,
kbd,
pre,
samp {
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
select {
text-transform: none; }
button {
overflow: visible; }
button,
input,
select,
textarea {
max-width: 100%; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default;
opacity: .5; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0; }
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 1.75em;
min-width: inherit;
padding: 0.875em; }
fieldset > :last-child {
margin-bottom: 0; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto;
vertical-align: top; }
optgroup {
font-weight: bold; }
/**
* 2. GLOBAL STYLES
* -----------------------------------------------------------------------------
*/
/*1.1 GENERAL STYLES*/
body,
button,
input,
select,
textarea {
color: #666666;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 22px; }
h1,
h2,
.banner-page .title-page,
h3,
h4,
h5,
.section-subheading,
h6 {
clear: both;
font-weight: 700;
margin: 0;
text-rendering: optimizeLegibility; }
p {
margin: 0 0 1.75em; }
dfn,
cite,
em,
i {
font-style: italic; }
blockquote {
border: 0 solid #1a1a1a;
border-left-width: 4px;
color: #686868;
font-size: 16px;
font-style: italic;
line-height: 1.4736842105;
margin: 0 0 1.4736842105em;
overflow: hidden;
padding: 0 0 0 1.263157895em; }
blockquote,
q {
quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: ""; }
blockquote p {
margin-bottom: 1.4736842105em; }
blockquote cite,
blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75; }
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0"; }
blockquote em,
blockquote i,
blockquote cite {
font-style: normal; }
blockquote strong,
blockquote b {
font-weight: 400; }
blockquote > :last-child {
margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small {
display: block;
color: #12aaeb; }
address {
font-style: italic;
margin: 0 0 1.75em; }
code,
kbd,
tt,
var,
samp,
pre {
font-family: Inconsolata, monospace; }
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word; }
code {
background-color: #d1d1d1;
padding: 0.125em 0.25em; }
abbr,
acronym {
border-bottom: 1px dotted #d1d1d1;
cursor: help; }
mark,
ins {
background: #007acc;
color: #fff;
padding: 0.125em 0.25em;
text-decoration: none; }
big {
font-size: 125%; }
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
body {
background: #ffffff;
/* Fallback for when there is no custom background color defined. */ }
hr {
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 1.75em; }
ul,
ol {
margin: 0 0 1.75em 1.25em;
padding: 0; }
ul {
list-style: disc; }
ol {
list-style: decimal;
margin-left: 1.5em; }
li > ul,
li > ol {
margin-bottom: 0; }
dl {
margin: 0 0 1.75em; }
dt {
font-weight: 700; }
dd {
margin: 0 0 1.75em; }
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
vertical-align: middle; }
del {
opacity: 0.8; }
table,
th,
td {
border: 1px solid #d1d1d1; }
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed;
/* Prevents HTML tables from becoming too wide */
width: 100%; }
caption,
th,
td {
font-weight: normal;
text-align: left; }
th {
border-width: 0 1px 1px 0;
font-weight: 700; }
td {
border-width: 0 1px 1px 0; }
th,
td {
padding: 0.4375em; }
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
color: #686868;
font-family: "Open Sans", sans-serif; }
:-moz-placeholder {
color: #686868;
font-family: "Open Sans", sans-serif; }
::-moz-placeholder {
color: #686868;
font-family: "Open Sans", sans-serif;
opacity: 1;
/* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder {
color: #686868;
font-family: "Open Sans", sans-serif; }
/*body{
margin: 0;
padding: 0;
font-family: $font_1;
font-size: 14px;
line-height: 22px;
color: $black_3;
}*/
html, body {
width: 100%;
height: 100%; }
i, cite, em, var, address, dfn {
font-style: italic; }
.animationload {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
background-color: #fff; }
.loader {
position: absolute;
top: 50%;
left: 50%;
margin: -100px 0 0 -100px;
width: 200px;
height: 200px;
background-image: url("../images/apple-touch-icon.png");
background-position: center;
background-repeat: no-repeat; }
.pos-relative {
position: relative; }
.navbar-brand {
padding: 0; }
.section > .container {
padding-top: 80px;
padding-bottom: 80px; }
.section.section-border > .container {
border-bottom: 1px solid #eee; }
.section.banner {
padding: 0 0; }
.section.testimony > .container, .section.page404 > .container {
padding-top: 50px;
padding-bottom: 0; }
.section.cta > .container {
padding-top: 0;
padding-bottom: 0; }
.section-heading {
font-size: 36px;
line-height: 50px;
font-weight: 400;
color: #12aaeb;
margin-bottom: 20px; }
.section-heading.center {
text-align: center; }
.section-subheading {
color: #999999; }
.section-heading-2 {
font-size: 24px;
font-weight: 600;
color: #043140; }
/* 1.2. TEXT COLOR */
/* 1.3. ANCHOR */
a {
color: #043140;
text-decoration: none; }
a:hover {
color: #12aaeb;
text-decoration: none; }
/* 1.4. HEADING & PARAGRAPH */
p {
margin: 0 0 20px 0; }
h1,
h2,
.banner-page .title-page,
h3,
h4,
h5,
.section-subheading {
font-family: "Open Sans", sans-serif;
font-weight: 700;
margin-top: 10px;
margin-bottom: 20px; }
h1 {
font-size: 3.571em;
line-height: normal; }
h2, .banner-page .title-page {
font-size: 2.857em;
line-height: normal; }
h3 {
font-size: 1.714em;
line-height: normal; }
h4 {
font-size: 1.286em;
line-height: normal; }
h5, .section-subheading {
font-size: 14px;
line-height: 22px; }
h6 {
font-size: 13px; }
strong, b {
font-weight: 700; }
.lead {
font-family: "Open Sans", sans-serif;
font-weight: 700; }
ol, ul {
list-style: initial;
margin-left: 24px; }
ol li, ul li {
margin: 8px 0; }
.title-heading {
color: #12aaeb;
font-size: 36px;
line-height: 50px; }
blockquote {
padding: 15px 20px;
background-color: #f6f6f6;
margin: 0 0 20px;
border-left: 5px solid #f6ba18;
font-style: italic; }
ul.checklist {
margin: 0; }
ul.checklist li {
list-style: none;
margin: 10px 0 25px 35px; }
ul.checklist li:before {
font-family: FontAwesome;
content: "\f00c";
font-size: 20px;
color: #12aaeb;
margin-left: -35px;
margin-right: 15px; }
.grid-services {
margin-top: 30px;
margin-bottom: 30px; }
.grid-item {
margin-top: 30px;
margin-bottom: 30px; }
.margin-bottom-10 {
margin-bottom: 10px; }
.margin-bottom-30 {
margin-bottom: 30px; }
.margin-bottom-50 {
margin-bottom: 50px; }
.margin-bottom-70 {
margin-bottom: 70px; }
.banner-page {
height: 250px;
display: block;
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
.banner-page .title-page {
text-align: center;
color: #ffffff;
margin-bottom: 0; }
.banner-page .breadcrumb {
padding: 0;
margin: 0;
text-align: center;
background-color: transparent;
font-size: 18px;
font-weight: 600; }
.banner-page .breadcrumb > .active,
.banner-page .breadcrumb > li + li:before,
.banner-page .breadcrumb a {
color: #f6ba18; }
/* 2.5. CATEGORY MENU */
.widget {
margin-bottom: 50px;
clear: both; }
.widget-title {
font-size: 24px;
font-weight: 700;
color: #043140;
margin-bottom: 40px; }
.category-nav {
margin-left: 0;
margin-bottom: 30px;
padding: 0; }
.category-nav {
margin-left: 0;
margin-bottom: 30px;
padding: 0; }
.category-nav li {
list-style: none;
margin: 0;
font-weight: 700; }
.category-nav li a {
color: #043140;
display: block;
padding: 15px 20px;
margin-bottom: 5px;
background-color: #f6f6f6; }
.category-nav li a:hover {
color: #ffffff;
background-color: #f6ba18; }
.category-nav li.active a {
color: #ffffff;
background-color: #f6ba18; }
.info-detail dl {
font-size: 16px; }
.info-detail dt {
font-weight: 700; }
.info-detail dd {
margin-bottom: 20px; }
/**
* 3. - COMPONENTS
* -----------------------------------------------------------------------------
*/
/* 2.1. PRELOADER */
.animationload {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
background-color: #fff; }
.loader {
position: absolute;
top: 50%;
left: 50%;
margin: -100px 0 0 -100px;
width: 200px;
height: 200px;
background-image: url("../images/apple-touch-icon.png");
background-position: center;
background-repeat: no-repeat; }
/* 2.2. BUTTONS */
:focus {
outline: none; }
.btn, .btn-primary, .btn-secondary {
font-family: "Open Sans", sans-serif;
font-size: 14px;
color: #ffffff;
padding: 15px 35px;
border: 0;
font-weight: 600;
-webkit-border-radius: 3;
-moz-border-radius: 3;
-ms-border-radius: 3;
border-radius: 3; }
.btn-default {
background-color: #f6ba18;
color: #ffffff;
padding: 15px 20px;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.btn-default:hover {
background-color: #12aaeb; }
.btn-orange-cta {
background-color: #f6ba18;
color: #ffffff;
padding: 15px 20px;
border: 0;
font-weight: 600;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.btn-orange-cta:hover {
background-color: #043140;
color: #ffffff; }
.navbar-main .btn-orange-cta:hover {
background-color: #12aaeb;
color: #ffffff; }
.btn-primary {
background-color: #f6ba18; }
.btn-primary:hover {
background-color: #12aaeb;
color: #ffffff; }
.btn-secondary {
background-color: #12aaeb; }
.btn-secondary:hover {
background-color: #f6ba18;
color: #ffffff; }
.btn-secondary.disabled {
background-color: #12aaeb;
border-color: #12aaeb; }
.pagination {
clear: both;
text-align: left;
margin-top: 20px; }
.pagination > li {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px; }
.pagination > li > a {
padding: 15px 20px;
margin-right: 5px;
margin-bottom: 5px;
color: #043140;
display: inline-block;
border-color: transparent;
background: #eee;
border: 0; }
.pagination > li > a:hover, .pagination > li > a.active {
background: #12aaeb;
color: #fff; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.pagination > .active > a {
background: #12aaeb;
color: #fff; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background: #12aaeb;
color: #fff; }
.btn-sidebar {
border-radius: 0;
text-align: left;
font-size: 16px;
font-weight: 700; }
.btn-sidebar .fa {
margin-right: 10px;
font-size: 1.4em;
vertical-align: middle; }
/* 2.3. BOX ICON 1 */
.box-icon-1 {
margin-bottom: 20px; }
.box-icon-1 .icon {
display: inline-block;
color: #12aaeb;
font-size: 36px;
line-height: 43px;
float: left; }
.box-icon-1 .body-content {
margin-left: 55px;
color: #666666; }
.box-icon-1 .body-content .heading {
color: #333333;
font-weight: 600; }
/* 2.4. BOX ICON 2 */
.box-icon-2 {
margin-bottom: 40px; }
.box-icon-2 .icon {
display: inline-block;
color: #12aaeb;
font-size: 36px;
line-height: 43px;
float: left; }
.box-icon-2 .body-content {
margin-left: 65px;
color: #666666; }
.box-icon-2 .body-content .heading {
color: #333333;
font-size: 22px;
margin-bottom: 15px; }
/* 2.5. BOX IMAGE 1 */
.box-image-1 {
position: relative;
margin-bottom: 30px; }
.box-image-1 .image {
overflow: hidden;
background-color: #000; }
.box-image-1 .image img {
opacity: .9;
max-width: 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition: 0.1s all linear;
transition: 0.1s all linear; }
.box-image-1:hover .image img {
opacity: .4;
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
box-shadow: none;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
transition-duration: 250ms; }
.box-image-1 .description {
position: absolute;
left: 40px;
bottom: 40px; }
.box-image-1 .blok-title {
color: #ffffff;
font-size: 24px;
font-weight: 400; }
/* 2.6. BOX IMAGE 2 */
.box-image-2 .image img {
width: 100%; }
.box-image-2 .blok-title {
color: #12aaeb;
font-size: 24px;
font-weight: 400;
margin-top: 30px;
margin-bottom: 20px; }
/* 2.7. BOX IMAGE 3 */
.box-image-3 {
position: relative;
margin-bottom: 40px; }
.box-image-3 .image {
overflow: hidden;
background-color: #12aaeb;
position: relative; }
.box-image-3 .image:before {
content: '';
position: absolute;
background: url(../images/link.gif) center top no-repeat;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
text-align: center;
z-index: 9;
color: #ffffff;
font-size: 30px;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all ease .25s;
transition: all ease .25s; }
.box-image-3 .image img {
opacity: 1;
max-width: 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition: 0.1s all linear;
transition: 0.1s all linear; }
.box-image-3:hover .image img {
opacity: .2;
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
transition-duration: 250ms; }
.box-image-3:hover .image:before {
top: 50%;
filter: alpha(opacity=1);
opacity: 100; }
.box-image-3 .blok-title {
text-align: center;
color: #043140;
font-size: 18px;
margin-top: 20px;
margin-bottom: 20px; }
.box-image-3:hover .blok-title {
color: #12aaeb; }
/* 2.8. BOX TESTIMONY */
.box-testimony {
position: relative;
box-sizing: border-box; }
.box-testimony:before {
content: "\f10e";
color: #f6ba18;
font-family: FontAwesome;
font-size: 60px;
float: left;
line-height: initial; }
.box-testimony .quote-box {
margin-left: 80px; }
.box-testimony .quote-box blockquote {
font-size: 18px;
line-height: 32px;
font-weight: 600;
padding: 0;
background-color: transparent;
margin: 0;
border-left: 0;
font-style: italic; }
.box-testimony .quote-box .quote-name {
margin-top: 30px;
font-size: 24px;
line-height: 34px;
font-weight: 700;
color: #12aaeb; }
.box-testimony .quote-box .quote-name span {
font-size: 12px;
font-style: italic;
color: #666666;
font-weight: normal;
display: block; }
/* 2.9. BOX TEAM 2 */
.box-team {
border: 1px solid #eee;
margin-bottom: 30px; }
.box-team:hover {
border-color: #12aaeb; }
.box-team:after {
content: '';
display: block;
width: 100%;
clear: both; }
.box-team .box-image {
float: left;
width: 50%;
position: relative; }
.box-team .box-image img {
display: block;
width: 100%; }
.box-team .box-image .sosmed {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.6);
text-align: center;
padding: 10px 0; }
.box-team .box-image .sosmed .fa {
font-size: 18px;
color: #12aaeb;
padding: 0 20px; }
.box-team .box-image .sosmed .fa:hover {
color: #043140; }
.box-team .body-content {
float: left;
width: 50%;
padding: 30px 30px;
position: relative; }
.box-team .body-content .people {
color: #12aaeb;
font-size: 24px;
font-weight: 700;
margin-bottom: 15px; }
.box-team .body-content .position {
font-size: 12px;
font-style: italic; }
.box-team .body-content .excert {
margin-top: 20px;
margin-bottom: 40px; }
.box-team .body-content .phone {
font-size: 18px;
color: #12aaeb; }
.box-team .body-content .phone .fa {
font-size: 30px;
color: #f6ba18;
margin-right: 10px;
vertical-align: middle; }
/* 2.10. BOX STATISTIC */
.box-statistic {
text-align: center;
margin-top: 40px; }
.box-statistic .icon {
font-size: 36px;
color: #f6ba18;
margin-bottom: 30px; }
.box-statistic .heading {
font-size: 36px;
color: #12aaeb;
font-weight: 700;
margin-bottom: 20px; }
.box-statistic .subheading {
font-size: 14px;
font-weight: 600;
color: #043140; }
/* 2.11. BOX HISTORY */
.box-history .item {
padding-bottom: 40px; }
.box-history .item:before {
content: '';
position: absolute;
left: 92px;
top: 0;
bottom: 0;
width: 1px;
background-color: #eee;
z-index: -1; }
.box-history .item .year {
float: left;
font-size: 18px;
font-weight: 700; }
.box-history .item .year-info {
position: relative;
margin-left: 100px; }
.box-history .item .year-info:before {
content: '';
position: absolute;
left: -30px;
width: 15px;
height: 15px;
background-color: #f6ba18;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px; }
.box-history .item .year-info .heading {
font-size: 24px;
color: #12aaeb;
margin-bottom: 20px; }
.box-history .item:after {
content: '';
clear: both;
display: block; }
/* 2.12. BOX PARTNERS */
.box-partner {
margin-top: 30px;
margin-bottom: 30px; }
.box-partner .item {
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee; }
.box-partner .item .box-image {
float: left;
width: 20%;
font-size: 18px; }
.box-partner .item .box-image img {
width: 100%;
border: 1px solid #eee;
padding: 20px; }
.box-partner .item .box-info {
float: left;
width: 70%;
position: relative;
margin-left: 40px; }
.box-partner .item .box-info .heading {
font-size: 24px;
color: #12aaeb;
font-weight: 700;
margin-bottom: 20px; }
.box-partner .item:after {
content: '';
clear: both;
display: block; }
.box-partner .item:last-child {
border-bottom: 0; }
/* 2.13. PANEL ACCORDION */
.panel-faq.panel-group .panel {
border-radius: 0px; }
.panel-faq .panel-default {
border-color: transparent; }
.panel-faq .panel-default > .panel-heading {
color: #333;
background-color: #f6f6f6;
border-color: #ddd;
border: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding: 13px 20px; }
.panel-faq .panel-default > .panel-heading:before {
padding: 0 0px 0 20px;
content: "\002B";
font-family: Arial;
font-size: 24px;
float: right; }
.panel-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: transparent; }
.panel-faq .panel-default > .panel-heading.active {
background-color: #12aaeb;
color: #fff; }
.panel-faq .panel-default > .panel-heading.active:before {
color: #fff;
content: "\002D"; }
.panel-faq .panel-default:hover > .panel-heading {
color: #12aaeb; }
.panel-faq .panel-default:hover > .panel-heading.active {
color: #ffffff; }
.panel-faq .panel-title {
font-size: 16px;
display: table-cell; }
.panel-faq .panel-title > a,
.panel-faq .panel-title > a:active,
.panel-faq .panel-title > a:focus {
color: inherit;
text-decoration: none;
display: inline-table; }
.panel-faq .panel-body {
padding: 15px 30px;
background-color: #fff;
margin-top: 4px; }
.panel-faq .panel-body p {
margin: 10px 0; }
.panel-faq .collapse.in {
display: block;
visibility: visible; }
/* 2.14. FAQ */
.faq-list {
margin: 0;
padding: 0; }
.faq-list li {
list-style: none; }
.faq-list li .fa {
color: #f00;
font-size: 14px;
margin-right: 10px; }
.faq-list .faq-item-image {
position: relative;
width: 100%;
text-align: center; }
.faq-list .faq-item-image img {
display: block; }
/* 2.15. PRICING TABLE */
.panel-pricing {
border-color: #ccc;
text-align: center;
margin-bottom: 40px;
background-color: #f6f6f6; }
.panel-pricing.best .price {
background-color: #f6ba18; }
.panel-pricing .price {
padding: 15px 0;
font-size: 80px;
background-color: #12aaeb;
font-size: 36px;
color: #fff;
font-weight: 700; }
.panel-pricing .price sup {
font-size: 18px;
margin-right: 5px;
top: -.6em;
font-weight: 400; }
.panel-pricing .price small {
font-size: 14px;
margin-left: 0px; }
.panel-pricing h3 {
font-size: 24px;
line-height: 34px;
font-weight: 700;
padding-top: 10px; }
.panel-pricing > .panel-heading {
color: #043140;
border-color: #eee;
padding: 0px 0px; }
.panel-pricing .table > tbody > tr > td, .panel-pricing .table > tfoot > tr > td {
padding: 12px 0;
vertical-align: top;
border-top: none; }
.panel-pricing .table {
margin-bottom: 0; }
.panel-pricing .panel-body {
padding: 10px;
text-align: center; }
.panel-pricing .panel-body table,
.panel-pricing .panel-body th,
.panel-pricing .panel-body td {
border: 0;
text-align: center; }
.panel-pricing .panel-footer {
padding: 30px 0;
border-top: 0; }
/* 2.16. CAREER TABS */
.career-tabs > ul {
margin-left: 0px; }
.career-tabs .nav-tabs {
border-bottom: 0; }
.career-tabs .nav-tabs > li {
float: left;
margin-bottom: 0;
width: 25%;
background: #eee;
text-align: center; }
.career-tabs .nav-tabs > li > a {
margin-right: 0;
border-radius: 0;
font-weight: 700; }
.career-tabs .nav-tabs > li.active > a, .career-tabs .nav-tabs > li.active > a:hover, .career-tabs .nav-tabs > li.active > a:focus {
color: #ffffff;
cursor: default;
background-color: #12aaeb; }
.career-tabs .tab-content {
padding: 20px 30px;
border: 1px solid #eee; }
/* 3.17. BOX NEWS */
.box-news-1 {
position: relative;
margin-bottom: 40px; }
.box-news-1 .image {
overflow: hidden;
background-color: #12aaeb;
position: relative; }
.box-news-1 .image img {
opacity: 1;
max-width: 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition: 0.1s all linear;
transition: 0.1s all linear; }
.box-news-1 .image:before {
content: '';
position: absolute;
background: url(../images/link.gif) center top no-repeat;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
text-align: center;
z-index: 9;
color: #ffffff;
font-size: 30px;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all ease .25s;
transition: all ease .25s; }
.box-news-1:hover .image img {
opacity: .2;
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
transition-duration: 250ms; }
.box-news-1:hover .image:before {
top: 50%;
filter: alpha(opacity=1);
opacity: 100; }
.box-news-1 .meta-date {
margin-top: 10px;
color: #12aaeb;
font-size: 12px;
font-style: italic; }
.box-news-1 .blok-title {
color: #043140;
font-size: 18px;
margin-top: 5px;
margin-bottom: 20px;
height: 50px;
overflow: hidden; }
.box-news-1 .blok-title a:hover {
color: #f6ba18; }
/* 2.18. LIST NEWS */
.list-news {
width: 98%; }
.list-news .news-item {
margin-bottom: 70px;
padding-right: 15px;
padding-left: 15px; }
.list-news .news-item .image {
position: relative;
overflow: hidden;
background-color: #12aaeb; }
.list-news .news-item .image:before {
content: '';
position: absolute;
background: url(../images/link.gif) center top no-repeat;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
text-align: center;
z-index: 9;
color: #ffffff;
font-size: 30px;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all ease .25s;
transition: all ease .25s; }
.list-news .news-item .image img {
opacity: 1;
max-width: 100%;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition: 0.1s all linear;
transition: 0.1s all linear; }
.list-news .news-item .image .meta-date {
position: absolute;
bottom: 40px;
left: 0;
width: 70px;
height: 70px;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
background-color: #f6ba18;
font-size: 26px;
font-weight: 600;
color: #fff;
text-align: center;
padding-top: 13px;
z-index: 1; }
.list-news .news-item .image .meta-date span {
font-size: 14px;
display: block; }
.list-news .news-item:hover .image img {
opacity: .2;
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
transition-duration: 250ms; }
.list-news .news-item:hover .image:before {
top: 50%;
filter: alpha(opacity=1);
opacity: 100; }
.list-news .news-item .meta-date {
margin-top: 10px;
color: #12aaeb;
font-size: 12px;
font-style: italic; }
.list-news .news-item .meta-author {
color: #12aaeb;
font-style: italic;
font-size: 12px;
margin-bottom: 20px; }
.list-news .news-item .blok-title {
font-size: 24px;
margin-top: 5px;
margin-bottom: 10px;
font-weight: 700; }
.list-news .news-item .blok-title a {
color: #043140; }
.list-news .news-item .blok-title a:hover {
color: #f6ba18; }
/**
* 4. - LOGO & NAVIGATION
* -----------------------------------------------------------------------------
*/
/* 4.1 - TOPBAR */
.topbar {
background-color: #12aaeb;
padding: 0 0;
height: 40px; }
.topbar .topbar-left .welcome-text {
font-style: italic;
color: #ffffff;
padding: 8px 0; }
.topbar .topbar-right {
text-align: right; }
.topbar .topbar-right .topbar-menu {
display: inline-table; }
.topbar .topbar-right .topbar-menu li {
list-style: none;
float: left;
color: #ffffff;
padding: 0 0px;
font-size: 12px; }
.topbar .topbar-right .topbar-menu li:before {
content: '|';
padding: 0 10px; }
.topbar .topbar-right .topbar-menu li:last-child:after {
content: '|';
padding: 0 10px; }
.topbar .topbar-right .topbar-menu li a {
color: #ffffff; }
.topbar .topbar-right .topbar-menu li a:hover {
color: #f6ba18; }
.topbar .topbar-right .topbar-sosmed {
display: inline-table; }
.topbar .topbar-right .topbar-sosmed li {
list-style: none;
float: left;
font-size: 18px;
padding: 0 10px; }
.topbar .topbar-right .topbar-sosmed li a {
color: #ffffff; }
.topbar .topbar-right .topbar-sosmed li a:hover {
color: #f6ba18; }
.topbar-logo {
background-color: #ffffff;
padding: 5px 0; }
.topbar-logo .navbar-brand {
height: auto; }
.contact-info {
float: right;
margin-top: 17px; }
.contact-info > div {
display: inline-table;
margin-right: 40px; }
.navbar-toggle .icon-bar {
background: #ffffff; }
.navbar-toggle {
float: left; }
/* 4.2 - NAVBAR */
.navbar-main {
background-color: #043140;
border-radius: 0;
margin-bottom: 0;
border: 0; }
.navbar-main ol, .navbar-main li {
margin: 0 0;
font-size: 12px;
font-weight: 700; }
.navbar-main .nav > li > a {
color: #ffffff; }
.navbar-main .nav > li.active > a,
.navbar-main .nav > li > a:hover,
.navbar-main .nav > li > a:focus {
color: #f6ba18;
background-color: transparent; }
.navbar-main .nav .open > a, .navbar-main .nav .open > a:hover, .navbar-main .nav .open > a:focus {
background-color: transparent;
border-color: transparent;
color: #f6ba18; }
.navbar-main .caret {
margin-left: 10px; }
.navbar-main .dropdown-menu {
background-color: #043140;
min-width: 180px;
color: #ffffff;
padding: 0;
border: 0;
border-radius: 0; }
.navbar-main .dropdown-menu > li {
text-transform: uppercase;
border-bottom: 1px solid #222; }
.navbar-main .dropdown-menu > li a {
padding: 10px 20px;
color: #ffffff; }
.navbar-main .dropdown-menu > li a:hover {
background-color: #f6ba18; }
/**
* 5. - HOME
* -----------------------------------------------------------------------------
*/
/* 5.1 - HERO */
.banner {
padding: 0 0; }
.banner ol li, .banner ul li {
margin: 0; }
.banner .btn-primary:hover, .banner .btn-secondary:hover {
background-color: #043140; }
.slides-navigation {
margin: 0 auto;
position: absolute;
z-index: 3;
bottom: 46%;
width: 100%; }
.slides-navigation.center {
margin: 0 auto;
position: absolute;
z-index: 3;
bottom: 25%;
width: 100%;
text-align: center;
-webkit-transform: translateX(-7px);
-ms-transform: translateX(-7px);
transform: translateX(-7px); }
.slides-navigation .container {
position: relative; }
.slides-navigation a {
position: absolute;
display: block; }
.slides-navigation.center a {
position: relative;
display: inline-table;
text-align: center; }
.slides-navigation {
bottom: 20%; }
.slides-navigation a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
display: block;
text-decoration: none;
border: 2px solid #fff;
color: white;
font-weight: bold;
font-size: 26px;
margin: 0 20px;
text-shadow: 0 1px 1px #000;
text-align: center;
height: 40px;
width: 40px;
padding: 3px;
-webkit-box-shadow: 0 1px 1px black;
-moz-box-shadow: 0 1px 1px black;
box-shadow: 0 1px 1px black;
-webkit-transition: background 0.15s ease;
-moz-transition: background 0.15s ease;
-o-transition: background 0.15s ease;
transition: background 0.15s ease; }
.slides-navigation a:hover {
background: rgba(0, 0, 0, 0.4); }
.slides-navigation a.next {
left: 50px; }
.slides-navigation a.prev {
left: 0; }
.slides-navigation.center a.next {
left: 0;
right: 0; }
.slides-navigation.center a.prev {
left: 0; }
/* 5.2 - Text Typing */
.wrap-caption {
padding-top: 10%;
color: #ffffff;
width: 50%; }
.wrap-caption.center {
width: 80%;
margin: 0 auto;
text-align: center; }
.wrap-caption .excerpt {
margin-bottom: 50px;
font-size: 18px; }
.wrap-caption .btn, .wrap-caption .btn-primary, .wrap-caption .btn-secondary {
margin-right: 15px; }
/**
* 6. - SECTION
* -----------------------------------------------------------------------------
*/
/* 6.1 - About */
.banner-page.about {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
dl.hiw {
width: 100%; }
dl.hiw dt {
width: 30px;
float: left; }
dl.hiw dt .fa {
font-size: 24px;
color: #12aaeb; }
dl.hiw dd {
margin-left: 60px;
margin-bottom: 40px; }
dl.hiw dd h4 {
clear: none; }
.vidimg {
position: relative; }
.vidimg .play-vid {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 72px;
height: 72px;
background-color: #12aaeb;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
display: block;
border: 2px solid #ffffff;
padding-top: 13px;
padding-left: 7px;
text-align: center; }
.vidimg .play-vid a {
color: #ffffff; }
.vidimg .play-vid:hover {
background-color: #f6ba18; }
/* 6.2 - Services */
.banner-page.services {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
.title-agent {
color: #043140;
font-size: 26px; }
/* 6.3 - Pages */
.banner-page.pages {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
/* 6.3 - Projects */
.banner-page.project {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
/* 6.4 - News */
.banner-page.news {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
.single-news .image {
position: relative; }
.single-news .image .meta-date {
position: absolute;
bottom: 40px;
left: 0;
width: 70px;
height: 70px;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
background-color: #f6ba18;
font-size: 26px;
font-weight: 600;
color: #fff;
text-align: center;
padding-top: 13px; }
.single-news .image .meta-date span {
font-size: 14px;
display: block; }
.single-news .section-heading {
color: #043140;
font-size: 24px;
font-weight: 700;
margin-bottom: 0px;
line-height: normal; }
.single-news .meta-author {
color: #12aaeb;
font-style: italic;
font-size: 12px; }
/* 6.5 - Contact */
.contact .form-control {
height: 45px;
background-color: #f6f6f6;
border: 1px solid #eee;
border-radius: 3px;
box-shadow: none; }
.contact textarea.form-control {
height: auto; }
.maps-wraper {
position: relative; }
.maps {
width: 100%;
height: 350px;
display: block;
background: #ccc;
position: relative; }
#google-container {
position: relative;
width: 100%;
height: 500px;
background-color: #fff; }
#cd-google-map {
position: relative;
overflow: hidden; }
#cd-google-map .col-md-12 {
padding: 0; }
#cd-google-map .address {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 20px 0;
background-color: rgba(5, 5, 5, 0.9); }
#cd-google-map .address .address-item {
position: relative;
padding-left: 44px; }
#cd-google-map .address .address-item i {
width: 24px;
height: 24px;
position: absolute;
top: 0;
left: 4px;
color: #fcfcfc;
font-size: 22px;
text-align: center;
line-height: 24px; }
#cd-zoom-in,
#cd-zoom-out {
height: 32px;
width: 32px;
cursor: pointer;
margin-left: 10px;
background-color: #12aaeb;
background-repeat: no-repeat;
background-size: 32px 64px;
background-image: url("../images/cd-icon-controller.svg"); }
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
background-color: #043140; }
#cd-zoom-in {
background-position: 50% 0;
margin-top: 10px;
margin-bottom: 1px; }
#cd-zoom-out {
background-position: 50% -32px; }
/* 6.6 Section - Features */
/* 6.7 Section - CTA */
.cta {
background-color: #12aaeb;
padding: 20px 0; }
.cta .cta-desc {
font-family: "Open Sans", sans-serif;
color: #ffffff;
font-style: italic;
font-size: 24px;
line-height: 34px;
font-weight: 400; }
/* 6.8 - Price */
/* 6.9 - Partners */
.client-img {
text-align: center;
margin-bottom: 40px; }
.client-img img {
margin: 0 auto; }
/* 6.10 - Testimony */
.people,
.user-pic {
display: block;
max-width: 100%; }
.testimony .owl-theme .owl-controls {
text-align: left;
margin-left: 80px;
margin-top: 30px; }
.testimony .owl-theme .owl-dots .owl-dot span {
background: #e7e7e7; }
.testimony .owl-theme .owl-dots .owl-dot.active span, .testimony .owl-theme .owl-dots .owl-dot:hover span {
background: #12aaeb; }
/* 6.11 - 404 Page */
.title-404 {
font-size: 5em;
color: #043140;
margin-bottom: -20px; }
.subtitle-404 {
font-size: 2em;
color: #12aaeb; }
/* 6.12 - Pages */
.banner-page.pages {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
/* 6.12 - Contact */
.banner-page.contact {
background: url("../images/slide2-2.jpg") bottom center no-repeat; }
/**
* 7. - FOOTER
* -----------------------------------------------------------------------------
*/
.footer {
padding: 50px 0 0 0;
background-color: #212831;
color: #ffffff; }
.footer > .container {
padding-bottom: 50px; }
.footer .footer-item {
margin-top: 20px;
margin-bottom: 20px; }
.footer .footer-item .footer-title {
font-size: 24px;
font-weight: 600;
padding: 10px 0; }
.footer .footer-item .footer-title:after {
content: '';
display: block;
width: 35px;
border-bottom: 1px solid #12aaeb;
margin-top: 20px; }
.footer .footer-item .footer-sosmed {
margin-top: 50px;
display: inline-block; }
.footer .footer-item .footer-sosmed a .item {
color: #ffffff;
display: table-cell;
vertical-align: middle;
margin: 0 14px;
width: 40px;
height: 40px;
text-align: center;
background-color: #1C222A;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px; }
.footer .footer-item .footer-sosmed a .item:hover {
background-color: #f6ba18; }
.footer .footer-item .footer-sosmed a .item .fa {
font-size: 16px; }
.footer .footer-item .list {
margin: 0;
padding: 0; }
.footer .footer-item .list li {
list-style: none;
margin: 14px 0; }
.footer .footer-item .list li:before {
content: '\f105';
font: normal normal normal 16px/1 FontAwesome;
color: #12aaeb;
margin-right: 10px; }
.footer .footer-item .list li a {
color: #ffffff; }
.footer .footer-item .list li a:hover {
color: #f6ba18; }
.footer .fcopy {
padding: 30px 0;
color: #999999;
font-size: 14px;
background-color: #1C222A; }
.list-info {
margin: 0;
padding: 0; }
.list-info li {
margin-bottom: 20px;
list-style: none; }
.list-info li .info-icon {
display: inline-block;
color: #12aaeb;
font-size: 16px;
float: left; }
.list-info li .info-text {
margin-left: 30px; }
/**
* 8. - RESPONSIVE
* -----------------------------------------------------------------------------
*/
@media (max-width: 768px) {
.topbar {
height: auto; }
.topbar-left {
text-align: center; }
.topbar-right {
text-align: center !important; }
.topbar-menu, .topbar-sosmed {
margin-left: 0;
margin-bottom: 0; }
.navbar-brand {
width: 100%; }
.navbar-brand > img {
margin: 0 auto; }
.nav > li > a {
padding: 10px 6px; }
.contact-info {
clear: right;
width: 100%; }
.contact-info > div {
display: block;
margin-right: 0px; }
.box-icon-1 .icon {
clear: left;
display: block;
width: 100%;
text-align: center; }
.box-icon-1 .body-content {
text-align: center;
margin-left: 0; }
.container-nav .btn-orange-cta {
position: absolute;
right: 10px;
top: 0; }
.wrap-caption {
width: 100%; }
.box-team .box-image, .box-team .body-content {
width: 100%; }
.btn-sidebar.btn, .btn-sidebar.btn-primary, .btn-sidebar.btn-secondary, .btn-sidebar.btn-primary, .btn-sidebar.btn-secondary {
padding: 15px 25px; }
.section-heading {
font-size: 30px;
line-height: auto; }
.footer .footer-item .footer-title {
font-size: 20px; }
.list-news {
width: initial; } }
@media (max-width: 479px) {
h2, .banner-page .title-page, .banner-page .title-page {
font-size: 2em; }
.box-partner .item .box-image {
clear: left;
display: block;
width: inherit; }
.box-partner .item .box-info {
width: inherit;
margin-left: 0; }
.nav > li > a {
padding: 10px 15px; }
.career-tabs .nav-tabs > li {
width: 100%;
clear: left; } } | 0.613005 | 0.099733 |
html {
height: 100%;
padding: 0;
}
body {
height: 100%;
background-color: #222;
padding: 0;
margin: 0;
overflow: hidden;
}
small {
display: block;
right: 0;
left: 0;
text-align: center;
color: #555;
font-family: sans-serif;
position: fixed;
bottom: 0px;
background-color: #111;
padding: 1em;
height: 3%;
}
small a, small a:visited {
color: #555;
}
/* display */
#screen {
float: left;
padding-left: 1%;
width: 50%;
}
#screen-wrapper {
/* 4*3 aspect ratio */
position: relative;
padding: 0;
width: 100%;
float: left;
padding-bottom: 75%;
}
#screen-wrapper > div {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
h1 {
color: #555;
font-family: sans-serif;
padding: 0 0.5em 0 0.5em;
margin-top: 0;
font-size: 100%;
font-weight: blod;
background-color: black;
border-top: 0.4em solid black;
border-bottom: 1px solid black;
height: 1.4em;
}
.basicode {
width: 100%;
height: 100%;
background-color: #333;
outline: none;
}
.basicode:focus {
}
.buttons {
background-color: #111;
}
.buttons button, #printer button {
background-color: black;
color: #555;
outline: none;
border: none;
padding: 0.5em 1.5em 0.5em 1.5em;
float: right;
margin-top: 0.5em;
margin-bottom: 0;
}
.buttons button:hover, .keyboard button:hover, .keyboard .pressed {
background-color: #111;
color: #999;
}
/* soft keybaord */
.keyboard {
background-color: #111;
float: right;
width: 100%;
margin-top: 1%;
}
.keyboard button {
background-color: black;
color: #555;
outline: none;
border: none;
padding: 0.5em 0.5em 0.5em 0.5em;
float: left;
margin: 0;
width: 7%;
height: 2.2em;
overflow: hidden;
border: 1px solid #222;
font-size: 0.8em;
}
.keyboard button.fill {
width: 8%;
}
.keyboard button.wide {
width: 9%;
}
.keyboard button.double {
width: 14%;
}
.keyboard button.widedouble {
width: 15%;
}
.keyboard button.bar {
width: 72%;
}
.keyboard .shift {
display: none;
}
/* storage visualisation */
.floppy {
box-sizing: border-box;
width: 100%;
height: 100%;
margin: 0;
padding: 2em 1em 2em 1em;
word-wrap: break-word;
overflow: scroll;
}
.floppy a {
font-family: sans-serif;
padding: 0 0.2em 0 0.2em;
margin: 0.1em 0 0.1em 0;
color: #999;
text-decoration: none;
}
.floppy .hidden {
color: #222;
padding: 0 0.2em 0 0.2em;
margin: 0.1em 0 0.1em 0;
}
.floppy .title {
color: #555;
padding: 0 0.2em 0 0.2em;
margin: 0.1em 0 0.1em 0;
font-style: italic;
}
.floppy a:hover, .floppy a:hover .hidden {
background-color: steelblue;
color: black;
}
.floppy .delete:hover {
background-color:red;
}
.floppy .delete:hover ~ a {
background-color:red;
color: black;
}
.floppy .delete:hover ~ a .hidden, .floppy .delete:hover ~ .hidden{
color:red;
}
.floppy .download:hover {
background-color:green;
}
.floppy .download:hover ~ a {
background-color:green;
color: black;
}
.floppy .download:hover ~ a .hidden, .floppy .download:hover ~ .hidden{
color: green;
}
.floppy ul, .floppy ol {
font-family: sans-serif;
list-style-type: none;
padding: 0.5em 0 0 0;
margin-top:0;
margin-bottom: 1.5em;
}
.floppy ul > li {
padding: 0.5em 0 0 0;
background-color: #999;
color: black;
font-weight: bold;
}
.floppy ol > li {
background-color: black;
color: red;
font-weight: normal;
}
.floppy ol > li:first-child {
padding: 0.2em 0 0 0;
}
.floppy ol > li:last-child {
padding: 0 0 0.2em 0;
}
/* Tabbed example */
/* https://www.w3.org/Style/Examples/007/target.en.html#tab3 */
div.tabs {
margin-top: 1em;
margin-left: 52%;
width: 47%;
margin-bottom: 0;
height: 100%;
position: relative;
z-index: 0;
background: black;
border-top: 0.4em solid black;
}
div.tabs > div {
float: left;
padding: 0;
margin: 0;
background: black;
max-width: 14.25%;
}
div.tabs > div > a {
font-family: sans-serif;
text-decoration: none;
color: #555;
padding: 0.2em 1em 0.2em 1em;
margin: 0;
border-top: 0.2em solid black;
border-bottom: 1px solid black;
}
/* inactive tabs */
div.tabs > div:not(:target) > a {
background: black;
}
/* active or default tab */
div.tabs > div:target > a {
background: #222;
color: #aaa;
border-top: 0.15em solid lightblue;
border-bottom: 0.15em solid #222;
}
/* tab content */
div.tabs > div > div {
background: #222;
border: none;
z-index: -2;
left: 0;
top: 1.3em;
bottom: 0;
right: 0;
padding-top: 0.3em;
position: absolute;
border-top: 0.15em solid black;
}
/* visible tab content */
div.tabs > div:target > div {
z-index: -1;
}
#printer0, #listing0, #info0, form {
border: none;
margin: 0;
padding: 0;
color: grey;
background-color: #222;
height: 93%;
width: 100%;
overflow: auto;
outline: none;
}
#printer0 {
border: 1px solid #111;
}
#listing0:focus {
color: #999;
}
#info0 {
font-size: 1.5em;
}
/* settings */
form {
font-family: sans-serif;
}
.color {
/* colour table */
width: 100%;
}
form input, form button, form select {
background-color: black;
color: #999;
border: none;
outline: none;
}
form button {
padding: 0.5em 1em 0.5em 1em;
border-color: #222;
border-style: solid;
border-width: 0.4em 0.2em 0.4em 0.2em;
}
form button:hover {
background-color: #111;
color: #999;
}
form fieldset {
border: 0.1em solid black;
}
form legend {
color: #555;
}
#font {
width: 100%;
}
#font > option {
background-repeat: no-repeat;
background-size: 10em 100%;
padding-left: 10em;
}
@media (orientation: portrait) {
body {
overflow: scroll;
}
#screen {
width: 98%;
}
div.tabs {
margin-left: 0;
width: 100%;
clear: left;
}
} | app.css | html {
height: 100%;
padding: 0;
}
body {
height: 100%;
background-color: #222;
padding: 0;
margin: 0;
overflow: hidden;
}
small {
display: block;
right: 0;
left: 0;
text-align: center;
color: #555;
font-family: sans-serif;
position: fixed;
bottom: 0px;
background-color: #111;
padding: 1em;
height: 3%;
}
small a, small a:visited {
color: #555;
}
/* display */
#screen {
float: left;
padding-left: 1%;
width: 50%;
}
#screen-wrapper {
/* 4*3 aspect ratio */
position: relative;
padding: 0;
width: 100%;
float: left;
padding-bottom: 75%;
}
#screen-wrapper > div {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
h1 {
color: #555;
font-family: sans-serif;
padding: 0 0.5em 0 0.5em;
margin-top: 0;
font-size: 100%;
font-weight: blod;
background-color: black;
border-top: 0.4em solid black;
border-bottom: 1px solid black;
height: 1.4em;
}
.basicode {
width: 100%;
height: 100%;
background-color: #333;
outline: none;
}
.basicode:focus {
}
.buttons {
background-color: #111;
}
.buttons button, #printer button {
background-color: black;
color: #555;
outline: none;
border: none;
padding: 0.5em 1.5em 0.5em 1.5em;
float: right;
margin-top: 0.5em;
margin-bottom: 0;
}
.buttons button:hover, .keyboard button:hover, .keyboard .pressed {
background-color: #111;
color: #999;
}
/* soft keybaord */
.keyboard {
background-color: #111;
float: right;
width: 100%;
margin-top: 1%;
}
.keyboard button {
background-color: black;
color: #555;
outline: none;
border: none;
padding: 0.5em 0.5em 0.5em 0.5em;
float: left;
margin: 0;
width: 7%;
height: 2.2em;
overflow: hidden;
border: 1px solid #222;
font-size: 0.8em;
}
.keyboard button.fill {
width: 8%;
}
.keyboard button.wide {
width: 9%;
}
.keyboard button.double {
width: 14%;
}
.keyboard button.widedouble {
width: 15%;
}
.keyboard button.bar {
width: 72%;
}
.keyboard .shift {
display: none;
}
/* storage visualisation */
.floppy {
box-sizing: border-box;
width: 100%;
height: 100%;
margin: 0;
padding: 2em 1em 2em 1em;
word-wrap: break-word;
overflow: scroll;
}
.floppy a {
font-family: sans-serif;
padding: 0 0.2em 0 0.2em;
margin: 0.1em 0 0.1em 0;
color: #999;
text-decoration: none;
}
.floppy .hidden {
color: #222;
padding: 0 0.2em 0 0.2em;
margin: 0.1em 0 0.1em 0;
}
.floppy .title {
color: #555;
padding: 0 0.2em 0 0.2em;
margin: 0.1em 0 0.1em 0;
font-style: italic;
}
.floppy a:hover, .floppy a:hover .hidden {
background-color: steelblue;
color: black;
}
.floppy .delete:hover {
background-color:red;
}
.floppy .delete:hover ~ a {
background-color:red;
color: black;
}
.floppy .delete:hover ~ a .hidden, .floppy .delete:hover ~ .hidden{
color:red;
}
.floppy .download:hover {
background-color:green;
}
.floppy .download:hover ~ a {
background-color:green;
color: black;
}
.floppy .download:hover ~ a .hidden, .floppy .download:hover ~ .hidden{
color: green;
}
.floppy ul, .floppy ol {
font-family: sans-serif;
list-style-type: none;
padding: 0.5em 0 0 0;
margin-top:0;
margin-bottom: 1.5em;
}
.floppy ul > li {
padding: 0.5em 0 0 0;
background-color: #999;
color: black;
font-weight: bold;
}
.floppy ol > li {
background-color: black;
color: red;
font-weight: normal;
}
.floppy ol > li:first-child {
padding: 0.2em 0 0 0;
}
.floppy ol > li:last-child {
padding: 0 0 0.2em 0;
}
/* Tabbed example */
/* https://www.w3.org/Style/Examples/007/target.en.html#tab3 */
div.tabs {
margin-top: 1em;
margin-left: 52%;
width: 47%;
margin-bottom: 0;
height: 100%;
position: relative;
z-index: 0;
background: black;
border-top: 0.4em solid black;
}
div.tabs > div {
float: left;
padding: 0;
margin: 0;
background: black;
max-width: 14.25%;
}
div.tabs > div > a {
font-family: sans-serif;
text-decoration: none;
color: #555;
padding: 0.2em 1em 0.2em 1em;
margin: 0;
border-top: 0.2em solid black;
border-bottom: 1px solid black;
}
/* inactive tabs */
div.tabs > div:not(:target) > a {
background: black;
}
/* active or default tab */
div.tabs > div:target > a {
background: #222;
color: #aaa;
border-top: 0.15em solid lightblue;
border-bottom: 0.15em solid #222;
}
/* tab content */
div.tabs > div > div {
background: #222;
border: none;
z-index: -2;
left: 0;
top: 1.3em;
bottom: 0;
right: 0;
padding-top: 0.3em;
position: absolute;
border-top: 0.15em solid black;
}
/* visible tab content */
div.tabs > div:target > div {
z-index: -1;
}
#printer0, #listing0, #info0, form {
border: none;
margin: 0;
padding: 0;
color: grey;
background-color: #222;
height: 93%;
width: 100%;
overflow: auto;
outline: none;
}
#printer0 {
border: 1px solid #111;
}
#listing0:focus {
color: #999;
}
#info0 {
font-size: 1.5em;
}
/* settings */
form {
font-family: sans-serif;
}
.color {
/* colour table */
width: 100%;
}
form input, form button, form select {
background-color: black;
color: #999;
border: none;
outline: none;
}
form button {
padding: 0.5em 1em 0.5em 1em;
border-color: #222;
border-style: solid;
border-width: 0.4em 0.2em 0.4em 0.2em;
}
form button:hover {
background-color: #111;
color: #999;
}
form fieldset {
border: 0.1em solid black;
}
form legend {
color: #555;
}
#font {
width: 100%;
}
#font > option {
background-repeat: no-repeat;
background-size: 10em 100%;
padding-left: 10em;
}
@media (orientation: portrait) {
body {
overflow: scroll;
}
#screen {
width: 98%;
}
div.tabs {
margin-left: 0;
width: 100%;
clear: left;
}
} | 0.561335 | 0.094761 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Overpass+Mono');
/* Serif font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
font-family: "Overpass Mono", monospace;
}
.serif {
font-family: "Open Sans", sans-serif !important;
}
.mono {
font-family: "Overpass Mono", monospace !important;
}
/* Code Styling */
.reserved {
font-family: "Overpass Mono", monospace;
color: #e952de;
}
.comment {
font-family: "Overpass Mono", monospace;
color: #1c9363;
}
.comment2 {
font-family: "Overpass Mono", monospace;
color: #faa275;
}
.string {
font-family: "Overpass Mono", monospace;
color: #4fa322;
}
.function {
font-family: "Overpass Mono", monospace;
color: #398aa3;
}
.name {
font-family: "Overpass Mono", monospace;
color: #b2a561;
}
.misc {
font-family: "Overpass Mono", monospace;
color: #e6b89c ;
}
.misc2 {
font-family: "Overpass Mono", monospace;
color: #861388;
}
.misc3 {
font-family: "Overpass Mono", monospace;
color: #af3b6e;
}
.misc4 {
font-family: "Overpass Mono", monospace;
color: #bc316f;
}
.misc5 {
font-family: "Overpass Mono", monospace;
color: #EF798A
}
.brackets {
color: #3a6f84;
font-family: "Overpass Mono", monospace;
}
/* Link styles */
a.link-1:link, a.link-1:visited {
color: #e3b505;
}
a.link-1:hover, a.link-1:active {
color: #7C6303;
text-decoration: none;
}
a.link-2:link, a.link-2:visited {
color: #4fa322;
}
a.link-2:hover, a.link-2:active {
color: #2C5913;
text-decoration: none;
}
a.link-3:link, a.link-3:visited {
color: #f45b69;
}
a.link-3:hover, a.link-3:active {
color: #86323A;
text-decoration: none;
}
a.link-4:link, a.link-4:visited {
color: #e952de;
}
a.link-4:hover, a.link-4:active {
color: #802D7A;
text-decoration: none;
}
a.link-5:link, a.link-5:visited {
color: #4ecdc4;
}
a.link-5:hover, a.link-5:active {
color: #245E5A;
text-decoration: none;
}
a.link-6:link, a.link-6:visited {
color: #53a2be;
}
a.link-6:hover, a.link-6:active {
color: #356879;
text-decoration: none;
}
/* Adapted from - https://codepen.io/bootstrapped/pen/yJqbPa */
.underline {
text-decoration: none;
position: relative;
}
.underline:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0 auto;
left: 0;
right: 0;
width: 70%;
background: #af3b6e;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline:hover:after {
width: 80%;
background: #861388;
}
.underline2 {
text-decoration: none;
position: relative;
}
.underline2:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0 auto;
left: 0;
right: 0;
width: 40%;
background: #4fa322;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline2:hover:after {
width: 60%;
background: #2C5913;
}
.underline2-1 {
text-decoration: none;
position: relative;
}
.underline2-1:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0;
left: 0;
right: 0;
width: 10%;
background: #4fa322;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline2-1:hover:after {
width: 100%;
background: #2C5913;
}
/* No offset */
.underline3 {
text-decoration: none;
position: relative;
}
.underline3:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0;
left: 0;
right: 0;
width: 10%;
background: #4ecdc4;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline3:hover:after {
width: 100%;
background: #3a6f84;
}
.underline4 {
text-decoration: none;
position: relative;
}
.underline4:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0;
left: 0;
right: 0;
width: 10%;
background: #faa275;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline4:hover:after {
width: 90%;
background: #f45b69;
}
.underline5 {
text-decoration: none;
position: relative;
}
.underline5:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0;
left: 0;
right: 0;
width: 10%;
background: #af3b6e;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline5:hover:after {
width: 90%;
background: #861388;
}
/* Code Formatting Help */
.code-text {
margin: 3px 0;
padding: 0;
}
.code-block {
margin: 0;
margin-top: 15px;
padding: 0;
}
.indent {
margin-left: 3rem;
}
.indent2 {
margin-left: 6rem;
}
.indent3 {
margin-left: 9rem;
}
/* Mobile indents are smaller */
@media (max-width: 905px) {
.indent {
margin-left: 1.5rem;
}
.indent2 {
margin-left: 3rem;
}
.indent3 {
margin-left: 4.5rem;
}
} | home/static/home/css/desktop/typography.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans|Overpass+Mono');
/* Serif font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
font-family: "Overpass Mono", monospace;
}
.serif {
font-family: "Open Sans", sans-serif !important;
}
.mono {
font-family: "Overpass Mono", monospace !important;
}
/* Code Styling */
.reserved {
font-family: "Overpass Mono", monospace;
color: #e952de;
}
.comment {
font-family: "Overpass Mono", monospace;
color: #1c9363;
}
.comment2 {
font-family: "Overpass Mono", monospace;
color: #faa275;
}
.string {
font-family: "Overpass Mono", monospace;
color: #4fa322;
}
.function {
font-family: "Overpass Mono", monospace;
color: #398aa3;
}
.name {
font-family: "Overpass Mono", monospace;
color: #b2a561;
}
.misc {
font-family: "Overpass Mono", monospace;
color: #e6b89c ;
}
.misc2 {
font-family: "Overpass Mono", monospace;
color: #861388;
}
.misc3 {
font-family: "Overpass Mono", monospace;
color: #af3b6e;
}
.misc4 {
font-family: "Overpass Mono", monospace;
color: #bc316f;
}
.misc5 {
font-family: "Overpass Mono", monospace;
color: #EF798A
}
.brackets {
color: #3a6f84;
font-family: "Overpass Mono", monospace;
}
/* Link styles */
a.link-1:link, a.link-1:visited {
color: #e3b505;
}
a.link-1:hover, a.link-1:active {
color: #7C6303;
text-decoration: none;
}
a.link-2:link, a.link-2:visited {
color: #4fa322;
}
a.link-2:hover, a.link-2:active {
color: #2C5913;
text-decoration: none;
}
a.link-3:link, a.link-3:visited {
color: #f45b69;
}
a.link-3:hover, a.link-3:active {
color: #86323A;
text-decoration: none;
}
a.link-4:link, a.link-4:visited {
color: #e952de;
}
a.link-4:hover, a.link-4:active {
color: #802D7A;
text-decoration: none;
}
a.link-5:link, a.link-5:visited {
color: #4ecdc4;
}
a.link-5:hover, a.link-5:active {
color: #245E5A;
text-decoration: none;
}
a.link-6:link, a.link-6:visited {
color: #53a2be;
}
a.link-6:hover, a.link-6:active {
color: #356879;
text-decoration: none;
}
/* Adapted from - https://codepen.io/bootstrapped/pen/yJqbPa */
.underline {
text-decoration: none;
position: relative;
}
.underline:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0 auto;
left: 0;
right: 0;
width: 70%;
background: #af3b6e;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline:hover:after {
width: 80%;
background: #861388;
}
.underline2 {
text-decoration: none;
position: relative;
}
.underline2:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0 auto;
left: 0;
right: 0;
width: 40%;
background: #4fa322;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline2:hover:after {
width: 60%;
background: #2C5913;
}
.underline2-1 {
text-decoration: none;
position: relative;
}
.underline2-1:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0;
left: 0;
right: 0;
width: 10%;
background: #4fa322;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline2-1:hover:after {
width: 100%;
background: #2C5913;
}
/* No offset */
.underline3 {
text-decoration: none;
position: relative;
}
.underline3:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0;
left: 0;
right: 0;
width: 10%;
background: #4ecdc4;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline3:hover:after {
width: 100%;
background: #3a6f84;
}
.underline4 {
text-decoration: none;
position: relative;
}
.underline4:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0;
left: 0;
right: 0;
width: 10%;
background: #faa275;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline4:hover:after {
width: 90%;
background: #f45b69;
}
.underline5 {
text-decoration: none;
position: relative;
}
.underline5:after {
position: absolute;
content: '';
height: 3px;
bottom: -7px;
margin: 0;
left: 0;
right: 0;
width: 10%;
background: #af3b6e;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.underline5:hover:after {
width: 90%;
background: #861388;
}
/* Code Formatting Help */
.code-text {
margin: 3px 0;
padding: 0;
}
.code-block {
margin: 0;
margin-top: 15px;
padding: 0;
}
.indent {
margin-left: 3rem;
}
.indent2 {
margin-left: 6rem;
}
.indent3 {
margin-left: 9rem;
}
/* Mobile indents are smaller */
@media (max-width: 905px) {
.indent {
margin-left: 1.5rem;
}
.indent2 {
margin-left: 3rem;
}
.indent3 {
margin-left: 4.5rem;
}
} | 0.462959 | 0.080683 |
@charset "UTF-8";
* {
padding: 0px;
margin: 0px;
}
body {
background-color: #f3f1e9;
}
header {
height: 60px;
margin: 10px;
}
nav {
margin: 10px;
}
nav ul {
list-style: none;
text-align: center;
border-top: 1px solid red;
border-bottom: 1px solid red;
padding: 10px 0;
}
nav ul li {
display: inline;
text-transform: uppercase;
padding: 0 10px;
letter-spacing: 10px;
}
nav ul li a {
text-decoration: none;
color: black;
}
nav ul li a:hover {
text-decoration: underline;
}
aside#left {
width: 175px;
margin-top: 20px;
float: left;
}
#left h4 {
font-family: Arial, helvetica, sans-serif;
font-size: 20px;
}
#left ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #fff;
list-style: none;
text-indent: 15px;
}
#left ul li { /* id="left"블럭 요소내의 ul 내의 li들의 스타일 */
background: #3f3f3f;
line-height: 28px;
border-bottom: 1px solid #333;
}
#left ul li a { /* id="left"블럭 요소내의 ul 내의 li 내의 <a>태그의 스타일 */
text-decoration: none;
color: #fff;
display: block;
}
#left ul li a:hover { /* id="left" 요소내의 ul내의 li내의 a태그에 마우스를 올렸을 때*/
background: #d40203;
}
#left ul li#active { /* id="left"요소 내의 ul내의 li중에 active상태(클릭)인 것*/
background: #d40203;
}
#main {/* id="main"요소의 스타일 */
font-family: Arial, Helvetica, Sans-serif; /* font */
font-size: 12px; /* 글자 크기 */
color: #464646; /* 글자색 */
overflow: hidden; /* 요서가 범위를 벗어났을 때, 벗어난 요소 숨기기 */
float: left; /* 왼쪽으로 floating */
width: 430px; /* 폭 지정 */
}
aside#right { /* 시맨틱 태그 aside 중에 id="right"인 요소 스타일.*/
padding: 0px;
margin-left: 10px;
width: 200px;
float: left;
}
#shopcart { /* id="login"요소 스타일 지정 */
margin-bottom: 20px;
}
#login { /* id="login" 요소 스타일 지정*/
margin-top: 40px;
}
footer { /* 시맨틱 태그 footer 스타일 지정*/
width: 100%; /* 부모요소 크기만큼의 폭 */
height: 50px;/* 높이 */
clear: both; /* 위에서 설정한 floating 속성 제거(양쪽) */
background-image: url('../medias/footer_bg.gif');/* 배경 이미지*/
background-position: top left; /* 왼쪽 상단 */
background-repeat: repeat-x; /* x(가로)축 반복 */
}
#acc{
text-align: center;
}
#account{
position: relative;
height: 300px;
width: 520px;
padding: 58px 69px 139px;
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
border: 1px solid darkgrey;
border-radius: 20px;
}
#loginbox{
font-size: 1em;
height: 70px;
width: 100px;
background-color: #E8CEC2;
border-radius: 5px;
}
.my{
width: 260px;
height: 30px;
}
#table {
border: 1px solid salmon;
margin-left: auto;
margin-right: auto;
height: 700px;
width: 1200px;
}
#innertable{
padding: 10px;
border: 1px solid slateblue;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
height: 500px;
width: 1100px;
list-style-type: none;
font-size: 20px;
line-height: 50px;
} | ch07/WebContent/css/mystyle.css | @charset "UTF-8";
* {
padding: 0px;
margin: 0px;
}
body {
background-color: #f3f1e9;
}
header {
height: 60px;
margin: 10px;
}
nav {
margin: 10px;
}
nav ul {
list-style: none;
text-align: center;
border-top: 1px solid red;
border-bottom: 1px solid red;
padding: 10px 0;
}
nav ul li {
display: inline;
text-transform: uppercase;
padding: 0 10px;
letter-spacing: 10px;
}
nav ul li a {
text-decoration: none;
color: black;
}
nav ul li a:hover {
text-decoration: underline;
}
aside#left {
width: 175px;
margin-top: 20px;
float: left;
}
#left h4 {
font-family: Arial, helvetica, sans-serif;
font-size: 20px;
}
#left ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #fff;
list-style: none;
text-indent: 15px;
}
#left ul li { /* id="left"블럭 요소내의 ul 내의 li들의 스타일 */
background: #3f3f3f;
line-height: 28px;
border-bottom: 1px solid #333;
}
#left ul li a { /* id="left"블럭 요소내의 ul 내의 li 내의 <a>태그의 스타일 */
text-decoration: none;
color: #fff;
display: block;
}
#left ul li a:hover { /* id="left" 요소내의 ul내의 li내의 a태그에 마우스를 올렸을 때*/
background: #d40203;
}
#left ul li#active { /* id="left"요소 내의 ul내의 li중에 active상태(클릭)인 것*/
background: #d40203;
}
#main {/* id="main"요소의 스타일 */
font-family: Arial, Helvetica, Sans-serif; /* font */
font-size: 12px; /* 글자 크기 */
color: #464646; /* 글자색 */
overflow: hidden; /* 요서가 범위를 벗어났을 때, 벗어난 요소 숨기기 */
float: left; /* 왼쪽으로 floating */
width: 430px; /* 폭 지정 */
}
aside#right { /* 시맨틱 태그 aside 중에 id="right"인 요소 스타일.*/
padding: 0px;
margin-left: 10px;
width: 200px;
float: left;
}
#shopcart { /* id="login"요소 스타일 지정 */
margin-bottom: 20px;
}
#login { /* id="login" 요소 스타일 지정*/
margin-top: 40px;
}
footer { /* 시맨틱 태그 footer 스타일 지정*/
width: 100%; /* 부모요소 크기만큼의 폭 */
height: 50px;/* 높이 */
clear: both; /* 위에서 설정한 floating 속성 제거(양쪽) */
background-image: url('../medias/footer_bg.gif');/* 배경 이미지*/
background-position: top left; /* 왼쪽 상단 */
background-repeat: repeat-x; /* x(가로)축 반복 */
}
#acc{
text-align: center;
}
#account{
position: relative;
height: 300px;
width: 520px;
padding: 58px 69px 139px;
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
border: 1px solid darkgrey;
border-radius: 20px;
}
#loginbox{
font-size: 1em;
height: 70px;
width: 100px;
background-color: #E8CEC2;
border-radius: 5px;
}
.my{
width: 260px;
height: 30px;
}
#table {
border: 1px solid salmon;
margin-left: auto;
margin-right: auto;
height: 700px;
width: 1200px;
}
#innertable{
padding: 10px;
border: 1px solid slateblue;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
height: 500px;
width: 1100px;
list-style-type: none;
font-size: 20px;
line-height: 50px;
} | 0.257952 | 0.106365 |
table {
width: 100%;
border-collapse: collapse;
}
.tableHead {
text-align: left;
margin-right: 1rem;
margin-left: 1rem;
color: #2E2E2E;
/* border-bottom: 2px solid black; */
}
.tableHead-Button {
font-family: inherit;
width: 100%;
border: 0;
border-radius: 1.5rem;
font-family: inherit;
font-weight: 700;
font-size: inherit;
padding: 1rem 2rem;
text-align: left;
margin-bottom: 1px;
background-color: #2E2E2E;
color: #fff;
transition: all .4s;
}
.tableHead-Button:hover,
.tableHead-Button:focus {
outline: none;
border: none;
}
.tableHead-Button.ascending::after {
content: '\2193';
display: inline-block;
margin-left: 1rem;
}
.tableHead-Button.descending::after {
content: '\2191';
display: inline-block;
margin-left: 1rem;
}
.state-td {
color: #2E2E2E;
padding: 1rem 2rem;
margin-top: 5rem;
}
.state-tr {
border-radius: 2rem;
}
.state-tr:hover {
background-color: #2E2E2E;
transition: all .3s;
}
.state-tr:hover td {
color: #fff;
}
.state-tr:nth-child(even) {
background: rgba(235, 235, 235, 0.541);
}
.state-tr:nth-child(even):hover {
background-color: #2E2E2E;
}
.districtHead {
margin: 1.5rem 1rem;
background-color: #817C9B;
padding: 1rem 3rem;
color: #fff
}
.district-td {
padding: 1rem 3rem;
margin-bottom: 1rem;
}
.district-tr {
border: 1px solid #817C9B;
}
.delta-confirmed,
.delta-recovered,
.delta-deceased {
font-size: 1.5rem;
margin-left: .5rem;
}
.delta-confirmed {
color: #F9345E;
}
.delta-recovered {
color: #1CB142;
}
.delta-deceased {
color: #6236FF;
}
.spacer-bottom {
display: block;
margin-bottom: 2.5rem;
}
.spacer-top {
display: block;
margin-bottom: .5rem;
}
@media (max-width: 600px) {
.delta-confirmed,
.delta-recovered,
.delta-deceased {
font-size: .9rem;
margin-left: .5rem;
}
.tableHead {
margin: 0;
}
.tableHead-Button {
padding: 1rem;
}
.district-td {
padding: .2rem;
margin: 0;
}
.districtHead {
padding: .2rem;
margin: 0;
}
}
@media (max-width: 575px) {
.state-td {
padding: 1rem;
margin-top: 2.5rem;
}
.state-tr {
border-radius: 1rem;
}
} | src/styles/DisplayTable.css | table {
width: 100%;
border-collapse: collapse;
}
.tableHead {
text-align: left;
margin-right: 1rem;
margin-left: 1rem;
color: #2E2E2E;
/* border-bottom: 2px solid black; */
}
.tableHead-Button {
font-family: inherit;
width: 100%;
border: 0;
border-radius: 1.5rem;
font-family: inherit;
font-weight: 700;
font-size: inherit;
padding: 1rem 2rem;
text-align: left;
margin-bottom: 1px;
background-color: #2E2E2E;
color: #fff;
transition: all .4s;
}
.tableHead-Button:hover,
.tableHead-Button:focus {
outline: none;
border: none;
}
.tableHead-Button.ascending::after {
content: '\2193';
display: inline-block;
margin-left: 1rem;
}
.tableHead-Button.descending::after {
content: '\2191';
display: inline-block;
margin-left: 1rem;
}
.state-td {
color: #2E2E2E;
padding: 1rem 2rem;
margin-top: 5rem;
}
.state-tr {
border-radius: 2rem;
}
.state-tr:hover {
background-color: #2E2E2E;
transition: all .3s;
}
.state-tr:hover td {
color: #fff;
}
.state-tr:nth-child(even) {
background: rgba(235, 235, 235, 0.541);
}
.state-tr:nth-child(even):hover {
background-color: #2E2E2E;
}
.districtHead {
margin: 1.5rem 1rem;
background-color: #817C9B;
padding: 1rem 3rem;
color: #fff
}
.district-td {
padding: 1rem 3rem;
margin-bottom: 1rem;
}
.district-tr {
border: 1px solid #817C9B;
}
.delta-confirmed,
.delta-recovered,
.delta-deceased {
font-size: 1.5rem;
margin-left: .5rem;
}
.delta-confirmed {
color: #F9345E;
}
.delta-recovered {
color: #1CB142;
}
.delta-deceased {
color: #6236FF;
}
.spacer-bottom {
display: block;
margin-bottom: 2.5rem;
}
.spacer-top {
display: block;
margin-bottom: .5rem;
}
@media (max-width: 600px) {
.delta-confirmed,
.delta-recovered,
.delta-deceased {
font-size: .9rem;
margin-left: .5rem;
}
.tableHead {
margin: 0;
}
.tableHead-Button {
padding: 1rem;
}
.district-td {
padding: .2rem;
margin: 0;
}
.districtHead {
padding: .2rem;
margin: 0;
}
}
@media (max-width: 575px) {
.state-td {
padding: 1rem;
margin-top: 2.5rem;
}
.state-tr {
border-radius: 1rem;
}
} | 0.492188 | 0.169612 |
body {
padding-top: 20px;
padding-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
padding-bottom: 19px;
}
/* Custom page footer */
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 40px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
.selected-card {
/*color: white;*/
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
.single-card {
border: 1px solid #C7C7C7;
}
.single-card .card-title {
padding: 5px;
width: 131px;
}
.single-card .card-date {
padding-bottom: 5px;
}
#timeline-board {
height: 315px;
width: 1000px;
white-space: nowrap;
overflow-y: hidden;
overflow-x: auto;
}
.hand-wrapper {
width: 1000px;
}
.card-image {
width: 140px;
}
.board-card-image {
width: 140px;
padding-top: 10px;
}
.hand-card {
width: 180px;
display: inline-block;
border: 1px solid #C7C7C7;
margin: 10px;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.hand-card:hover {
-moz-transform:scale(1.2);
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
z-index:2;
-moz-box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
}
.arrow-button:hover {
-moz-transform:scale(1.2);
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
}
.hand-card div:nth-child(1) img {
margin-left: 19px;
margin-bottom: 5px;
margin-top: 10px;
}
.hand-card div:nth-child(2) {
margin-bottom: 10px;
}
.board-card-wrapper {
width: 215px;
display: inline-block;
margin-right: 15px;
}
.game-won {
background: url('img/GameWon.png') no-repeat fixed center;
background-size: 600px;
height: 600px;
}
.game-lost {
background: url('img/GameOver.jpg') no-repeat fixed center;
background-size: 600px;
height: 600px;
}
} | app/styles/main.css | body {
padding-top: 20px;
padding-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
padding-bottom: 19px;
}
/* Custom page footer */
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 40px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
.selected-card {
/*color: white;*/
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
.single-card {
border: 1px solid #C7C7C7;
}
.single-card .card-title {
padding: 5px;
width: 131px;
}
.single-card .card-date {
padding-bottom: 5px;
}
#timeline-board {
height: 315px;
width: 1000px;
white-space: nowrap;
overflow-y: hidden;
overflow-x: auto;
}
.hand-wrapper {
width: 1000px;
}
.card-image {
width: 140px;
}
.board-card-image {
width: 140px;
padding-top: 10px;
}
.hand-card {
width: 180px;
display: inline-block;
border: 1px solid #C7C7C7;
margin: 10px;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.hand-card:hover {
-moz-transform:scale(1.2);
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
z-index:2;
-moz-box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
}
.arrow-button:hover {
-moz-transform:scale(1.2);
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
}
.hand-card div:nth-child(1) img {
margin-left: 19px;
margin-bottom: 5px;
margin-top: 10px;
}
.hand-card div:nth-child(2) {
margin-bottom: 10px;
}
.board-card-wrapper {
width: 215px;
display: inline-block;
margin-right: 15px;
}
.game-won {
background: url('img/GameWon.png') no-repeat fixed center;
background-size: 600px;
height: 600px;
}
.game-lost {
background: url('img/GameOver.jpg') no-repeat fixed center;
background-size: 600px;
height: 600px;
}
} | 0.425605 | 0.101634 |
A {
font-family: helvetica, arial, sans-serif;
color: #373C45;
text-decoration: none;
border: none;
}
.menu_iframe {
position: absolute;
border: #888 1px solid;
margin-left: 20px;
margin-top: 20px;
width: 240px;
height: 500px;
}
.display_iframe {
position: absolute;
border: #888 1px solid;
margin-left: 280px;
margin-top: 20px;
width: 640px;
height: 600px;
}
.normal_text {
font-size: 12px;
color: #373C45;
}
.highlighted_text {
font-size: 12px;
color: #373C45;
background-color: #FFFF00;
}
.header_text {
font-size: 16px;
color: #373C45;
}
.title_text {
font-size: 24px;
color: #373C45;
}
td.tiny_line {
background-color: #373C45;
}
.tiny_text {
font-size: 10px;
}
.error_text {
font-size: 10px;
color: red;
}
table.no_border {
border: none;
background-color: #FFFFFF;
}
INPUT {
color: #373C45;
border: #373C45 1px solid;
}
TEXTAREA {
color: #373C45;
border: #373C45 1px solid;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
}
SELECT {
color: #373C45;
border: #373C45 1px solid;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
}
.text_input {
color: #373C45;
border: #373C45 1px solid;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
font-weight: normal;
}
td.menu_area {
background-color: #D0D7E3;
}
td.altrow_0 {
background-color: #CCCCCC;
font-size: 10px;
color: #373C45;
}
td.altrow_1 {
background-color: #EEEEEE;
font-size: 10px;
color: #373C45;
}
td.box {
border: #4F5E7B 1px solid;
background-color: #FFFFFF;
color: #373C45;
font-family: helvetica, arial, sans-serif;
}
td.box_tab {
border: #4F5E7B 1px solid;
background-color: #4F5E7B;
color: #FFFFFF;
font-family: helvetica, arial, sans-serif;
font-size: 12px;
}
BODY {
font-family: helvetica, arial, sans-serif;
font-size: 12px;
color: #373C45;
text-decoration: none;
vertical-align: middle;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 2px;
} | supplemental/control_panel.css |
A {
font-family: helvetica, arial, sans-serif;
color: #373C45;
text-decoration: none;
border: none;
}
.menu_iframe {
position: absolute;
border: #888 1px solid;
margin-left: 20px;
margin-top: 20px;
width: 240px;
height: 500px;
}
.display_iframe {
position: absolute;
border: #888 1px solid;
margin-left: 280px;
margin-top: 20px;
width: 640px;
height: 600px;
}
.normal_text {
font-size: 12px;
color: #373C45;
}
.highlighted_text {
font-size: 12px;
color: #373C45;
background-color: #FFFF00;
}
.header_text {
font-size: 16px;
color: #373C45;
}
.title_text {
font-size: 24px;
color: #373C45;
}
td.tiny_line {
background-color: #373C45;
}
.tiny_text {
font-size: 10px;
}
.error_text {
font-size: 10px;
color: red;
}
table.no_border {
border: none;
background-color: #FFFFFF;
}
INPUT {
color: #373C45;
border: #373C45 1px solid;
}
TEXTAREA {
color: #373C45;
border: #373C45 1px solid;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
}
SELECT {
color: #373C45;
border: #373C45 1px solid;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
}
.text_input {
color: #373C45;
border: #373C45 1px solid;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
font-weight: normal;
}
td.menu_area {
background-color: #D0D7E3;
}
td.altrow_0 {
background-color: #CCCCCC;
font-size: 10px;
color: #373C45;
}
td.altrow_1 {
background-color: #EEEEEE;
font-size: 10px;
color: #373C45;
}
td.box {
border: #4F5E7B 1px solid;
background-color: #FFFFFF;
color: #373C45;
font-family: helvetica, arial, sans-serif;
}
td.box_tab {
border: #4F5E7B 1px solid;
background-color: #4F5E7B;
color: #FFFFFF;
font-family: helvetica, arial, sans-serif;
font-size: 12px;
}
BODY {
font-family: helvetica, arial, sans-serif;
font-size: 12px;
color: #373C45;
text-decoration: none;
vertical-align: middle;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 2px;
} | 0.454956 | 0.111096 |
html, body{
height: 100% !important;
min-height: 100% !important;
position: relative;
}
/*SIDEBAR*/
#media-popup .sidebar-left{
position: absolute;
width: 170px;
border-right: 1px solid #CCCCCC;
bottom: 0;
top: 0;
padding-top: 20px;
background: #F2F2F2;
}
#media-popup .sidebar-left ul > li.active > a ,
#media-popup .sidebar-left ul > li > a:hover ,
#media-popup .sidebar-left ul > li > a:focus {
margin-right: -1px;
}
/* TABS */
#media-popup .nav-tabs-custom {
margin-bottom: 0;
}
#media-popup .nav-primary{
position: absolute;
top: 0;
right: 0;
left: 170px;
z-index: 2;
padding-top: 16px;
background: #FCFCFC;
padding-left: 10px;
}
/*TAB CONTENT*/
#media-popup .tab-content{
position: absolute;
left: 170px;
right: 0;
bottom: 0;
top: 60px;
background: #FFFFFF;
}
/* FILTER */
#media-popup .media-filter{
margin-right: 300px;
padding: 10px;
}
/*DROPZONE*/
#media-popup .dropzone {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
height: auto;
width: auto;
text-align: center;
border: 5px dashed #eeeeee;
transition: all 0.3s ease-out;
opacity: 1;
padding: 25px;
}
#media-popup .dropzone.hover {
background: #FFFFFF;
opacity: 0.7;
}
/*CONTENT LEFT*/
#media-popup .content-left{
overflow-y: auto;
position: absolute;
bottom: 54px;
right: 300px;
top: 45px;
margin-top: 0;
left: 0;
overflow-x: hidden;
}
#media-popup .file-container{
list-style: none outside;
padding: 0 5px 5px 5px;
}
#media-popup .media-item {
display: block;
width: 16.66%;
box-sizing: border-box;
float: left;
padding: 5px;
cursor: pointer;
}
#media-popup .media-item .item{
position: relative;
}
#media-popup .media-item .item img{
width: 100%;
}
#media-popup .media-item .selected-check{
padding: 3px 6px;
background: #EEEEEE;
position: absolute;
top: -4px;
right: -4px;
color: #444444;
border: 1px solid #DDDDDD;
display: none;
}
#media-popup .media-item.ui-selected .selected-check{
display: block;
}
#media-popup .media-item .media-description{
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: auto;
padding: 3px 6px;
background: rgba(0,0,0,0.4);
color: #FFFFFF;
font-size: 12px;
line-height: 18px;
}
/* CONTENT RIGHT */
#media-popup .content-right{
position: absolute;
width: 300px;
right: 0;
top: 0;
bottom: 54px;
overflow-x: hidden;
overflow-y: auto;
padding: 15px;
background: #F2F2F2;
border-left: 1px solid #CCCCCC;
}
/* CONTENT FOOTER */
#media-popup .content-footer{
position: absolute;
bottom: 0;
right: 0;
left: 0;
background: #FCFCFC;
padding: 10px;
border-top: 1px solid #EEEEEE;
}
#media-popup .content-footer > .insert-media{
margin-right: 20px;
}
/* PAGINATION */
#media-popup .media-pagination{
text-align: center;
}
#media-popup .media-pagination > .pagination{
margin: 0;
padding: 10px;
}
/* MEDIA DETAIL */
#media-popup .media-detail{
font-size: 12px;
}
#media-popup .media-detail .media{
padding-bottom: 15px;
border-bottom: 1px solid #cccccc;
}
#media-popup .media-detail h3{
margin-top: 0;
font-size: 14px;
}
#media-popup .media-detail h4{
margin-top: 0;
font-size: 13px;
font-weight: bold;
}
/* MEDIA FORM*/
#media-popup .media-form{
padding-top: 15px;;
font-size: 11px;
padding-bottom: 15px;
}
#media-popup .media-form label{
padding-top: 5px;;
font-size: 11px;
font-weight: normal;
color: #777777;
}
#media-popup .media-form h4{
font-size: 14px;
}
#media-popup .media-form .form-group {
margin-bottom: 5px;
}
#media-popup .media-media_size{
text-transform: capitalize;
}
@media (max-width: 1200px) {
#media-popup .media-item {
width: 25%;
}
}
@media (max-width: 979px) {
#media-popup .media-item {
width: 33.333%;
}
}
@media (max-width: 767px) {
#media-popup .media-item {
width: 25%;
}
#media-popup .sidebar-left{
display: none;
}
#media-popup .media-filter {
margin-right: 200px;
}
#media-popup .nav-tabs {
left: 0;
}
#media-popup .tab-content {
left: 0;
}
#media-popup .content-right {
width: 200px;
}
#media-popup .content-left {
right: 200px;
}
}
@media (max-width: 639px) {
#media-popup .media-item {
width: 50%;
}
}
@media (max-width: 479px) {
#media-popup .media-item {
width: 100%;
}
} | admin/css/media.popup.css | html, body{
height: 100% !important;
min-height: 100% !important;
position: relative;
}
/*SIDEBAR*/
#media-popup .sidebar-left{
position: absolute;
width: 170px;
border-right: 1px solid #CCCCCC;
bottom: 0;
top: 0;
padding-top: 20px;
background: #F2F2F2;
}
#media-popup .sidebar-left ul > li.active > a ,
#media-popup .sidebar-left ul > li > a:hover ,
#media-popup .sidebar-left ul > li > a:focus {
margin-right: -1px;
}
/* TABS */
#media-popup .nav-tabs-custom {
margin-bottom: 0;
}
#media-popup .nav-primary{
position: absolute;
top: 0;
right: 0;
left: 170px;
z-index: 2;
padding-top: 16px;
background: #FCFCFC;
padding-left: 10px;
}
/*TAB CONTENT*/
#media-popup .tab-content{
position: absolute;
left: 170px;
right: 0;
bottom: 0;
top: 60px;
background: #FFFFFF;
}
/* FILTER */
#media-popup .media-filter{
margin-right: 300px;
padding: 10px;
}
/*DROPZONE*/
#media-popup .dropzone {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
height: auto;
width: auto;
text-align: center;
border: 5px dashed #eeeeee;
transition: all 0.3s ease-out;
opacity: 1;
padding: 25px;
}
#media-popup .dropzone.hover {
background: #FFFFFF;
opacity: 0.7;
}
/*CONTENT LEFT*/
#media-popup .content-left{
overflow-y: auto;
position: absolute;
bottom: 54px;
right: 300px;
top: 45px;
margin-top: 0;
left: 0;
overflow-x: hidden;
}
#media-popup .file-container{
list-style: none outside;
padding: 0 5px 5px 5px;
}
#media-popup .media-item {
display: block;
width: 16.66%;
box-sizing: border-box;
float: left;
padding: 5px;
cursor: pointer;
}
#media-popup .media-item .item{
position: relative;
}
#media-popup .media-item .item img{
width: 100%;
}
#media-popup .media-item .selected-check{
padding: 3px 6px;
background: #EEEEEE;
position: absolute;
top: -4px;
right: -4px;
color: #444444;
border: 1px solid #DDDDDD;
display: none;
}
#media-popup .media-item.ui-selected .selected-check{
display: block;
}
#media-popup .media-item .media-description{
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: auto;
padding: 3px 6px;
background: rgba(0,0,0,0.4);
color: #FFFFFF;
font-size: 12px;
line-height: 18px;
}
/* CONTENT RIGHT */
#media-popup .content-right{
position: absolute;
width: 300px;
right: 0;
top: 0;
bottom: 54px;
overflow-x: hidden;
overflow-y: auto;
padding: 15px;
background: #F2F2F2;
border-left: 1px solid #CCCCCC;
}
/* CONTENT FOOTER */
#media-popup .content-footer{
position: absolute;
bottom: 0;
right: 0;
left: 0;
background: #FCFCFC;
padding: 10px;
border-top: 1px solid #EEEEEE;
}
#media-popup .content-footer > .insert-media{
margin-right: 20px;
}
/* PAGINATION */
#media-popup .media-pagination{
text-align: center;
}
#media-popup .media-pagination > .pagination{
margin: 0;
padding: 10px;
}
/* MEDIA DETAIL */
#media-popup .media-detail{
font-size: 12px;
}
#media-popup .media-detail .media{
padding-bottom: 15px;
border-bottom: 1px solid #cccccc;
}
#media-popup .media-detail h3{
margin-top: 0;
font-size: 14px;
}
#media-popup .media-detail h4{
margin-top: 0;
font-size: 13px;
font-weight: bold;
}
/* MEDIA FORM*/
#media-popup .media-form{
padding-top: 15px;;
font-size: 11px;
padding-bottom: 15px;
}
#media-popup .media-form label{
padding-top: 5px;;
font-size: 11px;
font-weight: normal;
color: #777777;
}
#media-popup .media-form h4{
font-size: 14px;
}
#media-popup .media-form .form-group {
margin-bottom: 5px;
}
#media-popup .media-media_size{
text-transform: capitalize;
}
@media (max-width: 1200px) {
#media-popup .media-item {
width: 25%;
}
}
@media (max-width: 979px) {
#media-popup .media-item {
width: 33.333%;
}
}
@media (max-width: 767px) {
#media-popup .media-item {
width: 25%;
}
#media-popup .sidebar-left{
display: none;
}
#media-popup .media-filter {
margin-right: 200px;
}
#media-popup .nav-tabs {
left: 0;
}
#media-popup .tab-content {
left: 0;
}
#media-popup .content-right {
width: 200px;
}
#media-popup .content-left {
right: 200px;
}
}
@media (max-width: 639px) {
#media-popup .media-item {
width: 50%;
}
}
@media (max-width: 479px) {
#media-popup .media-item {
width: 100%;
}
} | 0.243552 | 0.032314 |
html {
height: 100%;
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
font-family: 'Roboto', sans-serif;
}
.book-list-image {
box-shadow: 0px 10px 5px grey;
margin: 0px 0px 10px 0px;
height: 200px;
}
.bookshelf-image {
height: 400px;
margin-bottom: 3%;
display: inline-block;
float: right;
padding-left: 10%;
}
.jumbotron {
background-color: #E8EAF6;
margin-top: 3%;
}
.jumbo-with-image {
background-color: #E8EAF6;
margin-top: 15px;
display:inline-block;
}
.book-image {
box-shadow: 0px 10px 5px grey;
margin-top: 1%;
margin-right: 3%;
display: inline-block;
float: right;
height: 200px;
}
.book-box {
overflow: auto;
margin: 20px;
margin-top: 0px;
padding: 10px 40px 20px 40px;
position: relative;
display: inline-block;
text-align: center;
width: 70%;
background-color: white;
border-radius: 2%;
}
.bookNotes {
background-color: #E8EAF6;
padding: 10px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.option {
background-color: #E8EAF6;
}
i {
display: inline;
}
.btn:focus,.btn:active {
outline: none !important;
}
.btn-primary {
background-color: #EC407A;
border-color: #EC407A;
color: white;
}
.btn-primary:hover, .btn-primary:active {
outline: none !important;
background-color: #C51162 !important;
border-color: #C51162 !important;
color: white;
}
.btn-primary.disabled {
outline: none !important;
background-color: #303F9F !important;
border-color: #303F9F !important;
color: white;
}
.btn-link {
color: #EC407A;
}
.btn-link:hover {
color: #C51162;
}
.btn-link:focus {
color: #C51162;
}
/* navbar */
.navbar-default {
background-color: #303F9F;
border-color: #303F9F;
border-radius: 0px;
}
/* title */
.navbar-default .navbar-brand {
color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: white;
}
/* link */
.navbar-default .navbar-nav > li > a {
color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #FF80AB;
}
.navbar-nav.navbar-right:last-child {
margin-right: 0px;
}
.whoami {
padding: .75% 3% 0% 0%;
}
ul {
display: inline-block;
padding-bottom: 10px;
}
li {
list-style-type: none;
text-align: center;
}
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 4px 30px 4px 4px;
background-color: #7986CB;
color: white;
text-align: right;
}
a {
color: #1d293d;
}
.fa {
color: #EC407A;
}
h4 {
padding-bottom: 8px;
}
a:hover {
color: #012e77;
}
h1, h2, h3 {
font-family: 'Quattrocento', serif !important;
}
.link {
color: #EC407A;
}
.link:hover {
color: #C51162;
}
.title, .author {
font-weight: bold;
width: 130px;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.title {
font-family: 'Quattrocento', serif !important;
font-size: 120%;
}
.side-note {
display: inline-block;
float: right;
margin: 0px;
}
.add-book-form {
padding-bottom: 35%;
}
.btn-lg {
margin-top: 5%;
}
a:active {
opacity: .5;
}
.signup-form {
width: 50%;
margin: auto;
text-align: center;
}
.btn-link.unselected {
color: #303F9F;
}
.filter-buttons {
width: 100%;
text-align: right;
margin-bottom: 1%;
}
#toggle-left {
margin-left: 1%;
border-radius: 0px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background-color: #303F9F !important;
border-color: #303F9F !important;
}
#toggle-right {
border-radius: 0px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #303F9F !important;
border-color: #303F9F !important;
} | public/stylesheets/style.css | html {
height: 100%;
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
font-family: 'Roboto', sans-serif;
}
.book-list-image {
box-shadow: 0px 10px 5px grey;
margin: 0px 0px 10px 0px;
height: 200px;
}
.bookshelf-image {
height: 400px;
margin-bottom: 3%;
display: inline-block;
float: right;
padding-left: 10%;
}
.jumbotron {
background-color: #E8EAF6;
margin-top: 3%;
}
.jumbo-with-image {
background-color: #E8EAF6;
margin-top: 15px;
display:inline-block;
}
.book-image {
box-shadow: 0px 10px 5px grey;
margin-top: 1%;
margin-right: 3%;
display: inline-block;
float: right;
height: 200px;
}
.book-box {
overflow: auto;
margin: 20px;
margin-top: 0px;
padding: 10px 40px 20px 40px;
position: relative;
display: inline-block;
text-align: center;
width: 70%;
background-color: white;
border-radius: 2%;
}
.bookNotes {
background-color: #E8EAF6;
padding: 10px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.option {
background-color: #E8EAF6;
}
i {
display: inline;
}
.btn:focus,.btn:active {
outline: none !important;
}
.btn-primary {
background-color: #EC407A;
border-color: #EC407A;
color: white;
}
.btn-primary:hover, .btn-primary:active {
outline: none !important;
background-color: #C51162 !important;
border-color: #C51162 !important;
color: white;
}
.btn-primary.disabled {
outline: none !important;
background-color: #303F9F !important;
border-color: #303F9F !important;
color: white;
}
.btn-link {
color: #EC407A;
}
.btn-link:hover {
color: #C51162;
}
.btn-link:focus {
color: #C51162;
}
/* navbar */
.navbar-default {
background-color: #303F9F;
border-color: #303F9F;
border-radius: 0px;
}
/* title */
.navbar-default .navbar-brand {
color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: white;
}
/* link */
.navbar-default .navbar-nav > li > a {
color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #FF80AB;
}
.navbar-nav.navbar-right:last-child {
margin-right: 0px;
}
.whoami {
padding: .75% 3% 0% 0%;
}
ul {
display: inline-block;
padding-bottom: 10px;
}
li {
list-style-type: none;
text-align: center;
}
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 4px 30px 4px 4px;
background-color: #7986CB;
color: white;
text-align: right;
}
a {
color: #1d293d;
}
.fa {
color: #EC407A;
}
h4 {
padding-bottom: 8px;
}
a:hover {
color: #012e77;
}
h1, h2, h3 {
font-family: 'Quattrocento', serif !important;
}
.link {
color: #EC407A;
}
.link:hover {
color: #C51162;
}
.title, .author {
font-weight: bold;
width: 130px;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.title {
font-family: 'Quattrocento', serif !important;
font-size: 120%;
}
.side-note {
display: inline-block;
float: right;
margin: 0px;
}
.add-book-form {
padding-bottom: 35%;
}
.btn-lg {
margin-top: 5%;
}
a:active {
opacity: .5;
}
.signup-form {
width: 50%;
margin: auto;
text-align: center;
}
.btn-link.unselected {
color: #303F9F;
}
.filter-buttons {
width: 100%;
text-align: right;
margin-bottom: 1%;
}
#toggle-left {
margin-left: 1%;
border-radius: 0px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background-color: #303F9F !important;
border-color: #303F9F !important;
}
#toggle-right {
border-radius: 0px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #303F9F !important;
border-color: #303F9F !important;
} | 0.37502 | 0.06663 |
:root {
/*Colors*/
--highlightcol: #1DD3B0;
--bgcol: #f0f0f0;
--darkcol: #494949;
--dropcol_1: #dfdfdf;
--dropcol_2: #ffffff;
--fontcol_1: #161616;
--fontcol_2: #fafafa;
/*Other shit*/
--borderradius: 25px;
}
/*If you don't use this scroll behavior I will shank you*/
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
font-family: 'Roboto Mono', monospace;
background-color: var(--bgcol);
margin: 1vw 1vw 0 1vw;
font-size: 30pt;
color: var(--fontcol_1);
}
.example::-webkit-scrollbar {
display: none;
}
h1{
font-family: 'Montserrat', sans-serif;
font-style: italic;
}
h2{
font-family: 'Montserrat', sans-serif;
font-style: italic;
font-weight: lighter;
font-size: 40pt;
margin: 0.5vw;
}
p{
margin: 0;
}
.highlight {
background-color: var(--highlightcol);
font-style: italic;
user-select: none;
cursor: pointer;
color: var(--fontcol_1);
}
a {
text-decoration: none;
color: inherit;
}
.spacing {
margin-top: 10vw;
}
/*Dropdown stuff*/
ul {
position: relative;
z-index: 100;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: var(--bgcol);
border-radius: var(--borderradius);
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
}
li {
float: left;
}
li a, .dropbtn {
display: inline-block;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 75pt;
}
li.dropdown {
float: right;
background-color: var(--highlightcol);
font-weight: bolder;
font-style: italic;
}
.dropbtn{
transform: rotate(-90deg);
transition: transform 0.5s ease-in-out;
font-style: normal;
}
.dropdown-content {
font-size: 35px;
color: var(--fontcol_1);
display: block;
position: absolute;
background-color: #fafafa86;
backdrop-filter: blur(10px);
left: 0;
margin: 0vw 1vw 1vw 1vw;
min-width: 98vw;
font-size: 75pt;
z-index: 2;
opacity: 0;
transition: opacity 1s ease-in-out, box-shadow 1s ease-in-out;
pointer-events: none;
border-radius: var(--borderradius);
}
.dropdown-content a {
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
/*Image slideshow stuff*/
.slide {
width: 100%;
opacity: 0;
transition: opacity 0.25s ease-in-out;
pointer-events: none;
display: none;
}
.show {opacity: 1; pointer-events: auto; display: block;}
.rotate {transform: rotate(0deg);}
/*Grid stuff*/
.main-grid-container {
display: grid;
grid-template-areas:
'main'
'description'
'footer';
grid-gap: 10px;
padding: 10px 0px 0px 0px;
}
.main-grid-container > div {
overflow: hidden;
}
.gridfooter{
position: relative;
z-index: 100;
background-color: var(--darkcol);
color: var(--fontcol_2);
font-size: 30pt;
text-align: left;
margin: 1vw -1vw 0 -1vw;
grid-area: footer;
}
.text-container{
padding: 10px;
font-size: 25pt;
border-radius: var(--borderradius);
grid-area: description;
object-fit: fill;
background-color: var(--bgcol);
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
}
.pictureframe{
background-color: var(--bgcol);
text-align: center;
border-radius: var(--borderradius);
font-size: 35pt;
grid-area: main;
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
}
.txt-img {
margin: 0vw;
width: 100%;
pointer-events: none;
}
/*Timeline and stuff*/
.timeline {
position: relative;
padding: 10px 10px 10px 50px;
margin: 0 1vw 1vw 0;
}
.container {
padding: 10px 10px 10px 10px;
margin: 1vw;
border-radius: var(--borderradius);
background: var(--bgcol);
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
}
.generator > .container {
margin: 1vw -2vw 1vw -2vw;
}
.content {
margin: 0;
user-select: none;
}
.timeline::before {
margin: 1vw 0 0 0;
content: '';
width: 25px;
border-radius: var(--borderradius);
background: var(--highlightcol);
position: absolute;
top: 0;
bottom: 0;
left: 15px;
}
/*Game idea generator*/
.generator {
position: relative;
padding: 10px 10px 10px 50px;
margin: 0 1vw 1vw 0;
}
.genre-container {
margin: 1vw;
border-radius: var(--borderradius);
background: var(--bgcol);
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
overflow: auto;
}
.centertext {
text-align: center;
}
.genre {
text-align: center;
font-size: 8vw;
margin-top: auto;
}
.toggle {
user-select: none;
margin: 2vw;
padding: 3vw;
font-size: 5vw;
float: left;
border-radius: var(--borderradius);
}
.on {
box-shadow: inset 5px 5px 10px var(--dropcol_1),
inset -5px -5px 10px var(--dropcol_2);
}
.off {
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
}
.left {
float: left;
}
/*Queries*/
@media (min-aspect-ratio: 1/1) {
.dropdown-content {
font-size: 80px;
}
.main-grid-container {
display: grid;
grid-template-areas:
'main description description'
'footer footer footer';
grid-gap: 10px;
padding: 10px 0px 0px 0px;
}
.text-container{
padding: 10px;
font-size: 25pt;
border-radius: var(--borderradius);
}
.pictureframe{
background-color: var(--bgcol);
text-align: center;
border-radius: var(--borderradius);
font-size: 15pt;
}
li a, .dropbtn {
display: inline-block;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 25pt;
}
.text-container {
font-size: 4.5vw;
}
.container {
overflow: hidden;
}
.txt-img {
width: 35%;
float: left;
}
.genre {
font-size: 4vw;
}
.toggle {
margin: 0.5vw;
padding: 1vw;
font-size: 2vw;
}
} | css/main.css | :root {
/*Colors*/
--highlightcol: #1DD3B0;
--bgcol: #f0f0f0;
--darkcol: #494949;
--dropcol_1: #dfdfdf;
--dropcol_2: #ffffff;
--fontcol_1: #161616;
--fontcol_2: #fafafa;
/*Other shit*/
--borderradius: 25px;
}
/*If you don't use this scroll behavior I will shank you*/
html {
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
font-family: 'Roboto Mono', monospace;
background-color: var(--bgcol);
margin: 1vw 1vw 0 1vw;
font-size: 30pt;
color: var(--fontcol_1);
}
.example::-webkit-scrollbar {
display: none;
}
h1{
font-family: 'Montserrat', sans-serif;
font-style: italic;
}
h2{
font-family: 'Montserrat', sans-serif;
font-style: italic;
font-weight: lighter;
font-size: 40pt;
margin: 0.5vw;
}
p{
margin: 0;
}
.highlight {
background-color: var(--highlightcol);
font-style: italic;
user-select: none;
cursor: pointer;
color: var(--fontcol_1);
}
a {
text-decoration: none;
color: inherit;
}
.spacing {
margin-top: 10vw;
}
/*Dropdown stuff*/
ul {
position: relative;
z-index: 100;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: var(--bgcol);
border-radius: var(--borderradius);
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
}
li {
float: left;
}
li a, .dropbtn {
display: inline-block;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 75pt;
}
li.dropdown {
float: right;
background-color: var(--highlightcol);
font-weight: bolder;
font-style: italic;
}
.dropbtn{
transform: rotate(-90deg);
transition: transform 0.5s ease-in-out;
font-style: normal;
}
.dropdown-content {
font-size: 35px;
color: var(--fontcol_1);
display: block;
position: absolute;
background-color: #fafafa86;
backdrop-filter: blur(10px);
left: 0;
margin: 0vw 1vw 1vw 1vw;
min-width: 98vw;
font-size: 75pt;
z-index: 2;
opacity: 0;
transition: opacity 1s ease-in-out, box-shadow 1s ease-in-out;
pointer-events: none;
border-radius: var(--borderradius);
}
.dropdown-content a {
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
/*Image slideshow stuff*/
.slide {
width: 100%;
opacity: 0;
transition: opacity 0.25s ease-in-out;
pointer-events: none;
display: none;
}
.show {opacity: 1; pointer-events: auto; display: block;}
.rotate {transform: rotate(0deg);}
/*Grid stuff*/
.main-grid-container {
display: grid;
grid-template-areas:
'main'
'description'
'footer';
grid-gap: 10px;
padding: 10px 0px 0px 0px;
}
.main-grid-container > div {
overflow: hidden;
}
.gridfooter{
position: relative;
z-index: 100;
background-color: var(--darkcol);
color: var(--fontcol_2);
font-size: 30pt;
text-align: left;
margin: 1vw -1vw 0 -1vw;
grid-area: footer;
}
.text-container{
padding: 10px;
font-size: 25pt;
border-radius: var(--borderradius);
grid-area: description;
object-fit: fill;
background-color: var(--bgcol);
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
}
.pictureframe{
background-color: var(--bgcol);
text-align: center;
border-radius: var(--borderradius);
font-size: 35pt;
grid-area: main;
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
}
.txt-img {
margin: 0vw;
width: 100%;
pointer-events: none;
}
/*Timeline and stuff*/
.timeline {
position: relative;
padding: 10px 10px 10px 50px;
margin: 0 1vw 1vw 0;
}
.container {
padding: 10px 10px 10px 10px;
margin: 1vw;
border-radius: var(--borderradius);
background: var(--bgcol);
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
}
.generator > .container {
margin: 1vw -2vw 1vw -2vw;
}
.content {
margin: 0;
user-select: none;
}
.timeline::before {
margin: 1vw 0 0 0;
content: '';
width: 25px;
border-radius: var(--borderradius);
background: var(--highlightcol);
position: absolute;
top: 0;
bottom: 0;
left: 15px;
}
/*Game idea generator*/
.generator {
position: relative;
padding: 10px 10px 10px 50px;
margin: 0 1vw 1vw 0;
}
.genre-container {
margin: 1vw;
border-radius: var(--borderradius);
background: var(--bgcol);
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
overflow: auto;
}
.centertext {
text-align: center;
}
.genre {
text-align: center;
font-size: 8vw;
margin-top: auto;
}
.toggle {
user-select: none;
margin: 2vw;
padding: 3vw;
font-size: 5vw;
float: left;
border-radius: var(--borderradius);
}
.on {
box-shadow: inset 5px 5px 10px var(--dropcol_1),
inset -5px -5px 10px var(--dropcol_2);
}
.off {
box-shadow: 5px 5px 10px var(--dropcol_1),
-5px -5px 10px var(--dropcol_2);
}
.left {
float: left;
}
/*Queries*/
@media (min-aspect-ratio: 1/1) {
.dropdown-content {
font-size: 80px;
}
.main-grid-container {
display: grid;
grid-template-areas:
'main description description'
'footer footer footer';
grid-gap: 10px;
padding: 10px 0px 0px 0px;
}
.text-container{
padding: 10px;
font-size: 25pt;
border-radius: var(--borderradius);
}
.pictureframe{
background-color: var(--bgcol);
text-align: center;
border-radius: var(--borderradius);
font-size: 15pt;
}
li a, .dropbtn {
display: inline-block;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 25pt;
}
.text-container {
font-size: 4.5vw;
}
.container {
overflow: hidden;
}
.txt-img {
width: 35%;
float: left;
}
.genre {
font-size: 4vw;
}
.toggle {
margin: 0.5vw;
padding: 1vw;
font-size: 2vw;
}
} | 0.383295 | 0.12847 |
*{
padding: 0;
margin: 0;
}
.container{
width:1200px;
margin:0 auto;
padding-top:40px;
background: white;
}
.basic,.service{
padding:15px;
border-top:1px solid #e5e5e5;
}
.title{
line-height: 60px;
color:#666;
font-size:18px;
}
.clear:after{
content:'';
display: block;
overflow:hidden;
height:0;
visibility: hidden;
clear:both;
}
.group{
padding:5px 0;
margin-top:10px;
}
.groups_left{
/*height:42px;*/
width:570px;
float:left;
padding:5px 0;
margin-top:10px;
}
.v-forCon{
padding:10px ;
background:#d7d7d7;
position: relative;
margin-top:30px;
}
.upload {
width: 100%;
padding-top: 20px;
border-top: 1px solid #666;
display: flex;
padding-bottom: 20px;
align-items: flex-start;
border-bottom: 1px solid #666;
}
.upload-span {
font-size: 16px;
font-weight: bold;
color: #000;
margin: 30px 60px;
}
.upload-add {
margin-top: 30px;
}
.video>span{
display: block;
float:right;
color: #FFF;
background-color: #409EFF;
border-color: #409EFF;
font-size: 12px;
border-radius: 3px;
height:23px;
line-height:23px;
width:100px;
text-align: center;
cursor: pointer;
}
.video>span:hover{
background-color: #409000;
}
.final{
margin-bottom:30px;
}
.delete{
display:block;
width:70px;
height:30px;
position: absolute;
right:0;
top:0;
z-index: 400;
cursor: pointer;
text-align: center;
line-height:30px;
color:#333;
font-size:15px;
}
.groups_left:nth-child(2n){
float:right;
}
.group_left,.group_right{
float:left;
height:42px;
width:570px;
}
.group_left>span,.group_right>span,.groups_left>span{
display:block;
width:130px;
float: left;
height:42px;
line-height: 42px;
color:#666;
font-size:15px;
margin-right:20px;
}
.el-select{
width:100%;
}
.group_left>div,.group_right>div,.groups_left>div{
float:left;
/*height:42px;*/
width:370px;
}
.groups_left>div>label{
display:block;
line-height:42px;
float:left;
color:#666;
font-size:15px;
}
.groups_left>div>label:nth-child(2){
margin-left:20px;
}
.groups_left>div>p{
line-height: 26px;
font-size:14px;
color:#666;
}
.group_right{
float:right;
}
.group_right>em,.groups_left>em{
font-style: normal;
width:35px;
float:left;
display:block;
font-size:15px;
color:#999;
line-height: 42px;
margin-left:10px;
}
.group_left>em{
font-style: normal;
width:35px;
float:left;
display:block;
font-size:15px;
color:#999;
line-height: 42px;
margin-left:10px;
}
.add{
width:100%;
height:40px;
margin-top:20px;
}
.add>span{
display:block;
width:300px;
height:30px;
line-height:30px;
text-align: center;
color:#666;
border:1px solid #ccc;
border-radius: 4px;
cursor: pointer;
margin:5px auto;
}
.video>span{
display: block;
float:right;
color: #FFF;
background-color: #409EFF;
border-color: #409EFF;
font-size: 12px;
border-radius: 3px;
height:23px;
line-height:23px;
width:100px;
text-align: center;
cursor: pointer;
}
.video>span:hover{
background-color: #409000;
}
input{
background:none;
outline:none;
border:0px;
}
.nums{
width:100%;
height:40px;
line-height: 40px!important;
text-indent: 20px;
background: white;
border-radius: 3px;
border:1px solid #ccc;
} | start-app-admin/src/main/resources/io/basc/start/app/admin/web/static/css/style.css | *{
padding: 0;
margin: 0;
}
.container{
width:1200px;
margin:0 auto;
padding-top:40px;
background: white;
}
.basic,.service{
padding:15px;
border-top:1px solid #e5e5e5;
}
.title{
line-height: 60px;
color:#666;
font-size:18px;
}
.clear:after{
content:'';
display: block;
overflow:hidden;
height:0;
visibility: hidden;
clear:both;
}
.group{
padding:5px 0;
margin-top:10px;
}
.groups_left{
/*height:42px;*/
width:570px;
float:left;
padding:5px 0;
margin-top:10px;
}
.v-forCon{
padding:10px ;
background:#d7d7d7;
position: relative;
margin-top:30px;
}
.upload {
width: 100%;
padding-top: 20px;
border-top: 1px solid #666;
display: flex;
padding-bottom: 20px;
align-items: flex-start;
border-bottom: 1px solid #666;
}
.upload-span {
font-size: 16px;
font-weight: bold;
color: #000;
margin: 30px 60px;
}
.upload-add {
margin-top: 30px;
}
.video>span{
display: block;
float:right;
color: #FFF;
background-color: #409EFF;
border-color: #409EFF;
font-size: 12px;
border-radius: 3px;
height:23px;
line-height:23px;
width:100px;
text-align: center;
cursor: pointer;
}
.video>span:hover{
background-color: #409000;
}
.final{
margin-bottom:30px;
}
.delete{
display:block;
width:70px;
height:30px;
position: absolute;
right:0;
top:0;
z-index: 400;
cursor: pointer;
text-align: center;
line-height:30px;
color:#333;
font-size:15px;
}
.groups_left:nth-child(2n){
float:right;
}
.group_left,.group_right{
float:left;
height:42px;
width:570px;
}
.group_left>span,.group_right>span,.groups_left>span{
display:block;
width:130px;
float: left;
height:42px;
line-height: 42px;
color:#666;
font-size:15px;
margin-right:20px;
}
.el-select{
width:100%;
}
.group_left>div,.group_right>div,.groups_left>div{
float:left;
/*height:42px;*/
width:370px;
}
.groups_left>div>label{
display:block;
line-height:42px;
float:left;
color:#666;
font-size:15px;
}
.groups_left>div>label:nth-child(2){
margin-left:20px;
}
.groups_left>div>p{
line-height: 26px;
font-size:14px;
color:#666;
}
.group_right{
float:right;
}
.group_right>em,.groups_left>em{
font-style: normal;
width:35px;
float:left;
display:block;
font-size:15px;
color:#999;
line-height: 42px;
margin-left:10px;
}
.group_left>em{
font-style: normal;
width:35px;
float:left;
display:block;
font-size:15px;
color:#999;
line-height: 42px;
margin-left:10px;
}
.add{
width:100%;
height:40px;
margin-top:20px;
}
.add>span{
display:block;
width:300px;
height:30px;
line-height:30px;
text-align: center;
color:#666;
border:1px solid #ccc;
border-radius: 4px;
cursor: pointer;
margin:5px auto;
}
.video>span{
display: block;
float:right;
color: #FFF;
background-color: #409EFF;
border-color: #409EFF;
font-size: 12px;
border-radius: 3px;
height:23px;
line-height:23px;
width:100px;
text-align: center;
cursor: pointer;
}
.video>span:hover{
background-color: #409000;
}
input{
background:none;
outline:none;
border:0px;
}
.nums{
width:100%;
height:40px;
line-height: 40px!important;
text-indent: 20px;
background: white;
border-radius: 3px;
border:1px solid #ccc;
} | 0.215021 | 0.060004 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tvtv.de") {
.buttonStyle { border-width:0px !important; height:20px !important; border-color:#585858 silver #585858 white !important;}
.navSpacer { height:20px !important;}
.progElement { border-right:1px solid #3F3F3F !important ;}
div#main_left { top:0px !important; width: 170px !important; }
div#main_right { top:0px !important; left:170px !important; }
div#top_bar2 { height:20px !important; }
div#channelGroup { height:20px !important; }
div#details_left { width:100% !important; }
div#details_programme { height:600px !important; }
div#details_header { display:none !important; }
div#details_bar { display:none !important; }
#search_form2 table { margin-top:13px !important; }
#search_form2 td { vertical-align:bottom !important; }
#search_form2 td.fn-w8 { height:1px; display:none !important; }
img[name=timeTabimg] { display:none !important; }
img[name=timeTabMornimg] { display:none !important; }
img[name=timeTabDayimg] { display:none !important; }
img[name=timeTabEveimg] { display:none !important; }
img[name=timeTabNightimg] { display:none !important; }
tr#TipOfDay0_on td.progElement { border-top:1px solid black !important; border-bottom:1px solid black !important; padding:0px !important; margin:0px !important; }
tr#TipOfDay0_on td.progElement table td { height:20px!important; padding:0px!important; margin:0px!important; text-align:left!important; vertical-align:middle!important; }
tr#TipOfDay0_on td.progElement table td:first-child { width:0px !important; }
tr#TipOfDay0_on td.progElement table td div { text-align:left !important; width:100px!important; margin-left:4px!important;}
tr#TipOfDay0_on td.progElement table td img { padding:0px !important; margin:0px !important; }
tr#timeTabMorn_on td.progElement { border-top:1px solid black !important; border-bottom:1px solid black !important; padding:0px !important; margin:0px !important; }
tr#timeTabMorn_on td.progElement table td { height:20px!important; padding:0px!important; margin:0px!important; text-align:left!important; vertical-align:middle!important; }
tr#timeTabMorn_on td.progElement table td:first-child { width:0px !important; }
tr#timeTabMorn_on td.progElement table td div { text-align:left !important; width:100px!important; margin-left:4px!important;}
tr#timeTabMorn_on td.progElement table td img { padding:0px !important; margin:0px !important; }
tr#timeTabDay_on td.progElement { border-top:1px solid black !important; border-bottom:1px solid black !important; padding:0px !important; margin:0px !important; }
tr#timeTabDay_on td.progElement table td { height:20px!important; padding:0px!important; margin:0px!important; text-align:left!important; vertical-align:middle!important; }
tr#timeTabDay_on td.progElement table td:first-child { width:0px !important; }
tr#timeTabDay_on td.progElement table td div { text-align:left !important; width:100px!important; margin-left:4px!important;}
tr#timeTabDay_on td.progElement table td img { padding:0px !important; margin:0px !important; }
tr#timeTabEve_on td.progElement { border-top:1px solid black !important; border-bottom:1px solid black !important; padding:0px !important; margin:0px !important; }
tr#timeTabEve_on td.progElement table td { height:20px!important; padding:0px!important; margin:0px!important; text-align:left!important; vertical-align:middle!important; }
tr#timeTabEve_on td.progElement table td:first-child { width:0px !important; }
tr#timeTabEve_on td.progElement table td div { text-align:left !important; width:100px!important; margin-left:4px!important;}
tr#timeTabEve_on td.progElement table td img { padding:0px !important; margin:0px !important; }
tr#timeTabNight_on td.progElement { border-top:1px solid black !important; border-bottom:1px solid black !important; padding:0px !important; margin:0px !important; }
tr#timeTabNight_on td.progElement table td { height:20px!important; padding:0px!important; margin:0px!important; text-align:left!important; vertical-align:middle!important; }
tr#timeTabNight_on td.progElement table td:first-child { width:0px !important; }
tr#timeTabNight_on td.progElement table td div { text-align:left !important; width:100px!important; margin-left:4px!important;}
tr#timeTabNight_on td.progElement table td img { padding:0px !important; margin:0px !important; }
.timeTabFontOffMorn { font-size:10pt !important; }
.timeTabFontOffDay { font-size:10pt !important; }
.timeTabFontOffEve { font-size:10pt !important; }
.timeTabFontOffNight { font-size:10pt !important; }
} | data/usercss/14205.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tvtv.de") {
.buttonStyle { border-width:0px !important; height:20px !important; border-color:#585858 silver #585858 white !important;}
.navSpacer { height:20px !important;}
.progElement { border-right:1px solid #3F3F3F !important ;}
div#main_left { top:0px !important; width: 170px !important; }
div#main_right { top:0px !important; left:170px !important; }
div#top_bar2 { height:20px !important; }
div#channelGroup { height:20px !important; }
div#details_left { width:100% !important; }
div#details_programme { height:600px !important; }
div#details_header { display:none !important; }
div#details_bar { display:none !important; }
#search_form2 table { margin-top:13px !important; }
#search_form2 td { vertical-align:bottom !important; }
#search_form2 td.fn-w8 { height:1px; display:none !important; }
img[name=timeTabimg] { display:none !important; }
img[name=timeTabMornimg] { display:none !important; }
img[name=timeTabDayimg] { display:none !important; }
img[name=timeTabEveimg] { display:none !important; }
img[name=timeTabNightimg] { display:none !important; }
tr#TipOfDay0_on td.progElement { border-top:1px solid black !important; border-bottom:1px solid black !important; padding:0px !important; margin:0px !important; }
tr#TipOfDay0_on td.progElement table td { height:20px!important; padding:0px!important; margin:0px!important; text-align:left!important; vertical-align:middle!important; }
tr#TipOfDay0_on td.progElement table td:first-child { width:0px !important; }
tr#TipOfDay0_on td.progElement table td div { text-align:left !important; width:100px!important; margin-left:4px!important;}
tr#TipOfDay0_on td.progElement table td img { padding:0px !important; margin:0px !important; }
tr#timeTabMorn_on td.progElement { border-top:1px solid black !important; border-bottom:1px solid black !important; padding:0px !important; margin:0px !important; }
tr#timeTabMorn_on td.progElement table td { height:20px!important; padding:0px!important; margin:0px!important; text-align:left!important; vertical-align:middle!important; }
tr#timeTabMorn_on td.progElement table td:first-child { width:0px !important; }
tr#timeTabMorn_on td.progElement table td div { text-align:left !important; width:100px!important; margin-left:4px!important;}
tr#timeTabMorn_on td.progElement table td img { padding:0px !important; margin:0px !important; }
tr#timeTabDay_on td.progElement { border-top:1px solid black !important; border-bottom:1px solid black !important; padding:0px !important; margin:0px !important; }
tr#timeTabDay_on td.progElement table td { height:20px!important; padding:0px!important; margin:0px!important; text-align:left!important; vertical-align:middle!important; }
tr#timeTabDay_on td.progElement table td:first-child { width:0px !important; }
tr#timeTabDay_on td.progElement table td div { text-align:left !important; width:100px!important; margin-left:4px!important;}
tr#timeTabDay_on td.progElement table td img { padding:0px !important; margin:0px !important; }
tr#timeTabEve_on td.progElement { border-top:1px solid black !important; border-bottom:1px solid black !important; padding:0px !important; margin:0px !important; }
tr#timeTabEve_on td.progElement table td { height:20px!important; padding:0px!important; margin:0px!important; text-align:left!important; vertical-align:middle!important; }
tr#timeTabEve_on td.progElement table td:first-child { width:0px !important; }
tr#timeTabEve_on td.progElement table td div { text-align:left !important; width:100px!important; margin-left:4px!important;}
tr#timeTabEve_on td.progElement table td img { padding:0px !important; margin:0px !important; }
tr#timeTabNight_on td.progElement { border-top:1px solid black !important; border-bottom:1px solid black !important; padding:0px !important; margin:0px !important; }
tr#timeTabNight_on td.progElement table td { height:20px!important; padding:0px!important; margin:0px!important; text-align:left!important; vertical-align:middle!important; }
tr#timeTabNight_on td.progElement table td:first-child { width:0px !important; }
tr#timeTabNight_on td.progElement table td div { text-align:left !important; width:100px!important; margin-left:4px!important;}
tr#timeTabNight_on td.progElement table td img { padding:0px !important; margin:0px !important; }
.timeTabFontOffMorn { font-size:10pt !important; }
.timeTabFontOffDay { font-size:10pt !important; }
.timeTabFontOffEve { font-size:10pt !important; }
.timeTabFontOffNight { font-size:10pt !important; }
} | 0.179674 | 0.09886 |
.rs-menu {
float: left;
clear: both;
width: 100%;
font-size: 0;
z-index: 9999;
/*background: #1c1c1c;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
box-shadow: 0 2px 5px rgba(0, 0, 0, .2);*/
}
.rs-menu ul,
.rs-menu li,
.rs-menu p,
.rs-menu a,
.rs-menu div,
.rs-menu i {
border: 0;
margin: 0;
padding: 0;
}
.rs-menu li {
display: block;
vertical-align: top;
position: relative;
}
.rs-menu a {
display: block;
}
.rs-menu .row {
float: left;
width: 100%;
position: relative;
}
/*-----------------------------------------------------------------------------------*/
/* SUB-MENUS SETTINGS
/*-----------------------------------------------------------------------------------*/
/* Hide sub-menus */
.rs-menu ul ul {
position: absolute;
top: 100%;
width: 100%;
display: none;
z-index: 999;
}
.rs-menu ul ul.visible, .rs-menu ul .rs-mega-menu ul.visible ul.sub-menu {
display:block;
z-index: 17;
}
/* Adjust position of mega-menu */
.rs-menu li:hover > ul.mega-menu > li > ul {
position:relative;
}
/*-----------------------------------------------------------------------------------*/
/* SUB-MENUS APPEARANCE
/*-----------------------------------------------------------------------------------*/
/* Puts shadow on sub-menus */
.rs-menu .sub-menu, .mega-menu {
-webkit-box-shadow: 0 7px 7px 0 rgba(48,51,50,.09);
-moz-box-shadow: 0 7px 7px 0 rgba(48,51,50,.09);
-ms-box-shadow: 0 7px 7px 0 rgba(48,51,50,.09);
-o-box-shadow: 0 7px 7px 0 rgba(48,51,50,.09);
box-shadow: 0 7px 7px 0 rgba(48,51,50,.09);
}
.mega-rs h2{
position: absolute;
bottom: 30px;
margin: 0 !important;
padding: 5px 28px;
left: 25px;
background: rgba(0,0,0,.8);
color: #fff;
}
.mega-rs ul li a{
position: relative;
}
#inner .rs-menu li a {
color: #000;
}
#inner .rs-menu li li a{
color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/* APPEARANCE SETTINGS
/*-----------------------------------------------------------------------------------*/
.rs-menu a {
color:#4a4a4a;
/* Remove the blue Webkit background when element is tapped */
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.multi ul ul{
background: transparent !important;
}
.multi ul li a{
font-weight: 400 !important;
font-size: 13px !important;
}
.nav-menu > li > a {
color:#000;
font-size: 15px;
text-transform: capitalize;
font-weight: 400;
}
/* Modifies position of icons on the menu */
.rs-menu li i {
font-size:16px;
/* Make the font smoother for Chrome */
transform:translate3d(0, 0, 0);
}
/* Put down arrows */
.nav-menu .rs-mega-menu > a span:after, .nav-menu > .menu-item-has-children > a span:after {
content:"\f107";
font-family:FontAwesome;
float:right;
margin:2px 0 0 5px;
}
.mega-menu h1, .mega-menu h2, .mega-menu h3 {
margin-bottom:24px;
}
.nav-menu > li > a {
/*-webkit-box-shadow: -1px 0 0 0 rgba(0,0,0,.1);
-moz-box-shadow: -1px 0 0 0 rgba(0,0,0,.1);
box-shadow: -1px 0 0 0 rgba(0,0,0,.1);*/
}
.nav-menu li .mega-menu li a {
padding:0;
width:auto;
display:inline-block;
}
/*-----------------------------------------------------------------------------------*/
/* Typography
/*-----------------------------------------------------------------------------------*/
.rs-menu ul{
/* Put "center" to align the center menu */
text-align: right;
}
.home1 .rs-menu ul{
text-align: center;
}
.home4 .rs-menu ul,
.home5 .rs-menu ul{
text-align: left;
}
.rs-menu li {
font-size:14px;
}
.rs-menu a {
font-weight: 400;
}
.rs-menu .sub-menu li a{
padding: 10px 14px;
}
/* Sub-menus - font size and text alignment*/
.rs-menu ul ul a {
font-size:14px;
text-align:left;
}
.mega-menu p {
margin:12px 0;
}
.mega-menu li p a {
font-size:16px;
font-family: "Open Sans",sans-serif;
}
/*-----------------------------------------------------------------------------------*/
/* MEGA MENU
/*-----------------------------------------------------------------------------------*/
.nav-menu {
position:relative;
}
.nav-menu .rs-mega-menu {
position: relative;
}
.nav-menu .mega-menu {
left:0;
width:100%;
max-height:250px;
position:absolute;
}
.nav-menu .mega-menu .mega-menu-container {
float:left;
width:100%;
position:relative;
padding:16px 16px 0 16px;
}
.nav-menu .mega-menu .sub-menu {
display:block;
position:relative;
width:auto;
padding:0;
min-height:initial;
box-shadow:none;
}
.nav-menu .mega-menu .sub-menu a {
padding:12px;
}
.nav-menu .mega-menu .sub-menu li, .nav-menu .mega-menu .sub-menu a {
width:100%;
}
/*-----------------------------------------------------------------------------------*/
/* MEGA MENU - IMAGES
/*-----------------------------------------------------------------------------------*/
.nav-menu .mega-menu li div.mega-menu-img a {
float:left;
width:100%;
min-height:230px;
padding:12px;
}
/*Hover Effect Images*/
.nav-menu .mega-menu li div.mega-menu-img a:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.multi .sub-menu li img{
width: 50px;
transition: all 0.5s ease 0s;
border-radius: 100%;
}
.multi .sub-menu li:hover img{
transform: rotate(100deg);
}
.multi .sub-menu li{
margin-bottom: 15px;
}
.multi .sub-menu li{
padding-bottom: 15px;
}
.multi .col-3 .sub-menu li a{
display: inline;
}
.nav-menu .mega-menu-img h2 {
font-size:16px;
margin:12px 0 0 0;
letter-spacing: 1px;
text-transform: uppercase;
}
.nav-menu .mega-menu > li .mega-menu-img-meta {
padding:0;
width:auto;
position:relative;
height:auto;
overflow:hidden;
-webkit-backface-visibility:hidden;
}
/*-----------------------------------------------------------------------------------*/
/* MEGA MENU - MAP
/*-----------------------------------------------------------------------------------*/
#map {
height:500px;
}
/*-----------------------------------------------------------------------------------*/
/* TRANSITIONS AND EFECTS
/*-----------------------------------------------------------------------------------*/
.nav-menu ul {
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.mega-menu-img-meta img {
-webkit-transition:-webkit-transform .3s ease-in-out;
-moz-transition:-moz-transform .3s ease-in-out;
-o-transition:-o-transform .3s ease-in-out;
-ms-transition:-ms-transform .3s ease-in-out;
transition:transform .3s ease-in-out
}
/*-----------------------------------------------------------------------------------*/
/* LINE
/*-----------------------------------------------------------------------------------*/
.rs-menu .line {
padding-bottom:12px;
border-bottom:1px solid rgba(0, 0, 0, .05);
margin-top: 20px;
text-align: left;
color: #fff;
padding-left: 15px;
}
/*-----------------------------------------------------------------------------------*/
/* RESPONSIVE IMAGES
/*-----------------------------------------------------------------------------------*/
.rs-menu img {
max-width:100%;
height:auto;
-ms-interpolation-mode:bicubic
}
/*-----------------------------------------------------------------------------------*/
/* MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 500px) {
.rs-menu h1 {
font-size: 3.8rem;
line-height: 1.2em;
}
.rs-menu h2 {
font-size: 2rem;
line-height: 1.2em;
}
.rs-menu h3 {
font-size: 3.3rem;
}
.rs-menu h4 {
font-size: 2.8rem;
}
}
@media screen and (min-width: 992px) {
.rs-menu {
/*border:1px solid #000;*/
height: auto !important;
}
.rs-menu h1 {
font-size: 3.2rem;
line-height: 1.2em;
}
.rs-menu h2 {
font-size: 2.5rem;
line-height: 1.2em;
}
.rs-menu h3 {
font-size: 2rem;
}
.rs-menu h4 {
font-size: 1rem;
}
/* Grid */
.rs-menu .row [class*="col-"] {
display: block;
width: 100%;
min-height: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.5%;
}
.rs-menu .row [class*="col-"]:first-child {
margin-left: 0 !important;
}
.rs-menu .row .col-12 {
width: 100%;
}
.rs-menu .row .col-11 {
width: 91.45833333333334%;
}
.rs-menu .row .col-10 {
width: 82.91666666666667%;
}
.rs-menu .row .col-9 {
width: 74.375%;
}
.rs-menu .row .col-8 {
width: 65.83333333333334%;
}
.rs-menu .row .col-7 {
width: 57.29166666666667%;
}
.rs-menu .row .col-6 {
width: 48.75%;
}
.rs-menu .row .col-5 {
width: 40.208333333333336%;
}
.rs-menu .row .col-4 {
width: 31.666666666666668%;
}
.rs-menu .row .col-3 {
width: 23.125%;
}
.rs-menu .row .col-2 {
width: 14.583333333333334%;
}
.rs-menu .row .col-1 {
width: 6.041666666666667%;
}
/*-----------------------------------------------------------------------------------*/
/* RESPONSE MENU
/*-----------------------------------------------------------------------------------*/
.rs-menu li {
display:inline-block;
}
.nav-menu .rs-mega-menu {
position: static;
}
.rs-menu ul ul.visible {
visibility: hidden;
opacity:0;
}
/* Remove arrows if not in mobile */
.nav-menu .menu-item-has-children > span, .nav-menu .rs-mega-menu > span {
display:none;
}
/* Remove Menu Toggle if not in mobile */
.rs-menu-toggle {
display:none;
}
/* Remove Menu Close if not in mobile */
.nav-menu div.sub-menu-close {
display:none;
}
/* Show sub-menus in hover */
.rs-menu li:active > ul, .rs-menu li:focus > ul, .rs-menu li:hover > ul, .rs-menu li:hover > ul.mega-menu > li > ul, .rs-menu li:hover ul.mega-menu .sub-menu {
display:block;
z-index: 17;
}
/* Adjust position the sub-menus in the left */
.rs-menu ul ul li > ul {
left: -100%;
}
/* Adjust position the sub-menus on the top */
.rs-menu ul ul ul {
top: 0;
}
.rs-menu ul ul {
width:auto;
}
/* Sub-menus - width */
.rs-menu ul ul a {
width:240px; /* <- Modify for width change */
}
.nav-menu .mega-menu li div.mega-menu-img a {
width:25%;
}
.nav-menu .mega-menu .mega-menu-container {
padding: 16px;
}
.nav-menu .mega-menu .mega-menu-innner{
width: 100%;
height: unset !important;
}
.nav-menu .mega-menu .mega-menu-innner .single-magemenu {
width: 33.33%;
float: left;
padding: 0 12px;
}
}
/*-----------------------------------------------------------------------------------*/
/* ARROWS FIXES IN IE
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width:0\0) {
.rs-menu img {
width:100%;
}
.nav-menu .menu-item-has-children a, .nav-menu .rs-mega-menu a {
padding-right:24px
}
.nav-menu .menu-item-has-children a:after, .nav-menu .rs-mega-menu a:after {
position:static;
float:right;
margin:0 -16px 0 0
}
}
@media only screen and (max-width: 991px) {
.rs-menu .row [class*="col-"] {
float: left!important;
width: 100%!important;
margin-left: 0!important;
margin-right: 0!important;
}
.nav-menu > li > a {
color: #fff !important;
text-align: left;
}
.nav-menu > li:last-child > a {
border-bottom:none;
}
.nav-menu span.rs-menu-parent i {
margin:0;
}
body #rs-header .affix{
position: relative !important;
}
body #rs-header .menu-area .rs-menu ul li{
height: inherit;
line-height: inherit;
display: block;
}
body #rs-header .menu-area .rs-menu ul li + li{
margin-left: 0;
}
body #rs-header .menu-area .rs-menu ul li a{
padding: 16px 18px;
}
body #rs-header .menu-area .rs-menu ul li ul {
opacity: 1 !important;
transform: scaleY(1) !important;
visibility: visible !important;
}
body #rs-header .menu-area .rs-menu ul li .sub-menu{
width: 100%;
}
.nav-menu > .menu-item-has-children > span.rs-menu-parent, .nav-menu .rs-mega-menu > span.rs-menu-parent {
display: block;
position: absolute;
right: 0;
top: 0;
padding: 21px;
cursor:pointer;
line-height: 15px;
/* Remove the blue Webkit background when element is tapped */
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.nav-menu > .menu-item-has-children > span.rs-menu-parent,
.nav-menu .rs-mega-menu > span.rs-menu-parent {
color: #fff;
}
.nav-menu > .menu-item-has-children > span.rs-menu-parent:hover,
.nav-menu .rs-mega-menu > span.rs-menu-parent:hover {
color: #505050;
}
.nav-menu > .menu-item-has-children .sub-menu .menu-item-has-children span.rs-menu-parent {
display: block;
position: absolute;
right: 0;
top: 0;
padding: 20px;
cursor:pointer;
line-height: 15px;
border-left:1px solid rgba(0, 0, 0, .05);
/* Remove the blue Webkit background when element is tapped */
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*Options Menu Closed*/
.nav-menu div.sub-menu-close {
float:left;
width:100%;
padding:16px;
cursor:pointer;
background:#f6f3ed;
color:#000;
font-size:14px;
text-align:center;
}
.nav-menu div.sub-menu-close i {
font-size:16px;
margin-right: 5px;
}
.rs-menu .sub-menu {
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
-moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
-ms-box-shadow: 0 0 20px rgba(0,0,0,.15);
-o-box-shadow: 0 0 20px rgba(0,0,0,.15);
box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.rs-menu-close {
height: 0;
overflow: hidden!important;
}
/*Menu Toggle Appearance*/
.rs-menu-toggle {
padding: 16px 0;
display: block;
position: relative;
cursor:pointer;
color: #eee;
font-size: 15px;
text-transform: uppercase;
/* Remove the blue Webkit background when element is tapped */
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rs-menu-toggle i {
margin-right:10px;
}
.rs-menu.rs-menu-close {
visibility: hidden;
}
}
@media only screen and (min-width: 992px) {
.home5 .rs-menu > ul > li > a{
padding: 0;
height: 68px;
line-height: 68px;
padding-right: 30px;
}
.home5 .rs-menu > ul > li:last-child a{
padding-right: 0;
}
.home5 .rs-menu > ul > li:first-child a{
padding-left: 30px;
}
.home5 .sticky4 .rs-menu > ul > li:first-child a{
padding-left: 0;
}
.home5 #rs-header .middle-header-home5 .sticky4 .header-bottom-area .navbar ul li:first-child{
margin-left: 0;
}
#rs-header3 .menu-area .rs-menu > ul > li > a{
text-transform: uppercase;
}
#rs-header3 .menu-area .rs-menu > ul > li:first-child a{
padding-left: 40px;
}
} | frontend/web/css/rsmenu-main.css | .rs-menu {
float: left;
clear: both;
width: 100%;
font-size: 0;
z-index: 9999;
/*background: #1c1c1c;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
box-shadow: 0 2px 5px rgba(0, 0, 0, .2);*/
}
.rs-menu ul,
.rs-menu li,
.rs-menu p,
.rs-menu a,
.rs-menu div,
.rs-menu i {
border: 0;
margin: 0;
padding: 0;
}
.rs-menu li {
display: block;
vertical-align: top;
position: relative;
}
.rs-menu a {
display: block;
}
.rs-menu .row {
float: left;
width: 100%;
position: relative;
}
/*-----------------------------------------------------------------------------------*/
/* SUB-MENUS SETTINGS
/*-----------------------------------------------------------------------------------*/
/* Hide sub-menus */
.rs-menu ul ul {
position: absolute;
top: 100%;
width: 100%;
display: none;
z-index: 999;
}
.rs-menu ul ul.visible, .rs-menu ul .rs-mega-menu ul.visible ul.sub-menu {
display:block;
z-index: 17;
}
/* Adjust position of mega-menu */
.rs-menu li:hover > ul.mega-menu > li > ul {
position:relative;
}
/*-----------------------------------------------------------------------------------*/
/* SUB-MENUS APPEARANCE
/*-----------------------------------------------------------------------------------*/
/* Puts shadow on sub-menus */
.rs-menu .sub-menu, .mega-menu {
-webkit-box-shadow: 0 7px 7px 0 rgba(48,51,50,.09);
-moz-box-shadow: 0 7px 7px 0 rgba(48,51,50,.09);
-ms-box-shadow: 0 7px 7px 0 rgba(48,51,50,.09);
-o-box-shadow: 0 7px 7px 0 rgba(48,51,50,.09);
box-shadow: 0 7px 7px 0 rgba(48,51,50,.09);
}
.mega-rs h2{
position: absolute;
bottom: 30px;
margin: 0 !important;
padding: 5px 28px;
left: 25px;
background: rgba(0,0,0,.8);
color: #fff;
}
.mega-rs ul li a{
position: relative;
}
#inner .rs-menu li a {
color: #000;
}
#inner .rs-menu li li a{
color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/* APPEARANCE SETTINGS
/*-----------------------------------------------------------------------------------*/
.rs-menu a {
color:#4a4a4a;
/* Remove the blue Webkit background when element is tapped */
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.multi ul ul{
background: transparent !important;
}
.multi ul li a{
font-weight: 400 !important;
font-size: 13px !important;
}
.nav-menu > li > a {
color:#000;
font-size: 15px;
text-transform: capitalize;
font-weight: 400;
}
/* Modifies position of icons on the menu */
.rs-menu li i {
font-size:16px;
/* Make the font smoother for Chrome */
transform:translate3d(0, 0, 0);
}
/* Put down arrows */
.nav-menu .rs-mega-menu > a span:after, .nav-menu > .menu-item-has-children > a span:after {
content:"\f107";
font-family:FontAwesome;
float:right;
margin:2px 0 0 5px;
}
.mega-menu h1, .mega-menu h2, .mega-menu h3 {
margin-bottom:24px;
}
.nav-menu > li > a {
/*-webkit-box-shadow: -1px 0 0 0 rgba(0,0,0,.1);
-moz-box-shadow: -1px 0 0 0 rgba(0,0,0,.1);
box-shadow: -1px 0 0 0 rgba(0,0,0,.1);*/
}
.nav-menu li .mega-menu li a {
padding:0;
width:auto;
display:inline-block;
}
/*-----------------------------------------------------------------------------------*/
/* Typography
/*-----------------------------------------------------------------------------------*/
.rs-menu ul{
/* Put "center" to align the center menu */
text-align: right;
}
.home1 .rs-menu ul{
text-align: center;
}
.home4 .rs-menu ul,
.home5 .rs-menu ul{
text-align: left;
}
.rs-menu li {
font-size:14px;
}
.rs-menu a {
font-weight: 400;
}
.rs-menu .sub-menu li a{
padding: 10px 14px;
}
/* Sub-menus - font size and text alignment*/
.rs-menu ul ul a {
font-size:14px;
text-align:left;
}
.mega-menu p {
margin:12px 0;
}
.mega-menu li p a {
font-size:16px;
font-family: "Open Sans",sans-serif;
}
/*-----------------------------------------------------------------------------------*/
/* MEGA MENU
/*-----------------------------------------------------------------------------------*/
.nav-menu {
position:relative;
}
.nav-menu .rs-mega-menu {
position: relative;
}
.nav-menu .mega-menu {
left:0;
width:100%;
max-height:250px;
position:absolute;
}
.nav-menu .mega-menu .mega-menu-container {
float:left;
width:100%;
position:relative;
padding:16px 16px 0 16px;
}
.nav-menu .mega-menu .sub-menu {
display:block;
position:relative;
width:auto;
padding:0;
min-height:initial;
box-shadow:none;
}
.nav-menu .mega-menu .sub-menu a {
padding:12px;
}
.nav-menu .mega-menu .sub-menu li, .nav-menu .mega-menu .sub-menu a {
width:100%;
}
/*-----------------------------------------------------------------------------------*/
/* MEGA MENU - IMAGES
/*-----------------------------------------------------------------------------------*/
.nav-menu .mega-menu li div.mega-menu-img a {
float:left;
width:100%;
min-height:230px;
padding:12px;
}
/*Hover Effect Images*/
.nav-menu .mega-menu li div.mega-menu-img a:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.multi .sub-menu li img{
width: 50px;
transition: all 0.5s ease 0s;
border-radius: 100%;
}
.multi .sub-menu li:hover img{
transform: rotate(100deg);
}
.multi .sub-menu li{
margin-bottom: 15px;
}
.multi .sub-menu li{
padding-bottom: 15px;
}
.multi .col-3 .sub-menu li a{
display: inline;
}
.nav-menu .mega-menu-img h2 {
font-size:16px;
margin:12px 0 0 0;
letter-spacing: 1px;
text-transform: uppercase;
}
.nav-menu .mega-menu > li .mega-menu-img-meta {
padding:0;
width:auto;
position:relative;
height:auto;
overflow:hidden;
-webkit-backface-visibility:hidden;
}
/*-----------------------------------------------------------------------------------*/
/* MEGA MENU - MAP
/*-----------------------------------------------------------------------------------*/
#map {
height:500px;
}
/*-----------------------------------------------------------------------------------*/
/* TRANSITIONS AND EFECTS
/*-----------------------------------------------------------------------------------*/
.nav-menu ul {
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.mega-menu-img-meta img {
-webkit-transition:-webkit-transform .3s ease-in-out;
-moz-transition:-moz-transform .3s ease-in-out;
-o-transition:-o-transform .3s ease-in-out;
-ms-transition:-ms-transform .3s ease-in-out;
transition:transform .3s ease-in-out
}
/*-----------------------------------------------------------------------------------*/
/* LINE
/*-----------------------------------------------------------------------------------*/
.rs-menu .line {
padding-bottom:12px;
border-bottom:1px solid rgba(0, 0, 0, .05);
margin-top: 20px;
text-align: left;
color: #fff;
padding-left: 15px;
}
/*-----------------------------------------------------------------------------------*/
/* RESPONSIVE IMAGES
/*-----------------------------------------------------------------------------------*/
.rs-menu img {
max-width:100%;
height:auto;
-ms-interpolation-mode:bicubic
}
/*-----------------------------------------------------------------------------------*/
/* MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 500px) {
.rs-menu h1 {
font-size: 3.8rem;
line-height: 1.2em;
}
.rs-menu h2 {
font-size: 2rem;
line-height: 1.2em;
}
.rs-menu h3 {
font-size: 3.3rem;
}
.rs-menu h4 {
font-size: 2.8rem;
}
}
@media screen and (min-width: 992px) {
.rs-menu {
/*border:1px solid #000;*/
height: auto !important;
}
.rs-menu h1 {
font-size: 3.2rem;
line-height: 1.2em;
}
.rs-menu h2 {
font-size: 2.5rem;
line-height: 1.2em;
}
.rs-menu h3 {
font-size: 2rem;
}
.rs-menu h4 {
font-size: 1rem;
}
/* Grid */
.rs-menu .row [class*="col-"] {
display: block;
width: 100%;
min-height: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.5%;
}
.rs-menu .row [class*="col-"]:first-child {
margin-left: 0 !important;
}
.rs-menu .row .col-12 {
width: 100%;
}
.rs-menu .row .col-11 {
width: 91.45833333333334%;
}
.rs-menu .row .col-10 {
width: 82.91666666666667%;
}
.rs-menu .row .col-9 {
width: 74.375%;
}
.rs-menu .row .col-8 {
width: 65.83333333333334%;
}
.rs-menu .row .col-7 {
width: 57.29166666666667%;
}
.rs-menu .row .col-6 {
width: 48.75%;
}
.rs-menu .row .col-5 {
width: 40.208333333333336%;
}
.rs-menu .row .col-4 {
width: 31.666666666666668%;
}
.rs-menu .row .col-3 {
width: 23.125%;
}
.rs-menu .row .col-2 {
width: 14.583333333333334%;
}
.rs-menu .row .col-1 {
width: 6.041666666666667%;
}
/*-----------------------------------------------------------------------------------*/
/* RESPONSE MENU
/*-----------------------------------------------------------------------------------*/
.rs-menu li {
display:inline-block;
}
.nav-menu .rs-mega-menu {
position: static;
}
.rs-menu ul ul.visible {
visibility: hidden;
opacity:0;
}
/* Remove arrows if not in mobile */
.nav-menu .menu-item-has-children > span, .nav-menu .rs-mega-menu > span {
display:none;
}
/* Remove Menu Toggle if not in mobile */
.rs-menu-toggle {
display:none;
}
/* Remove Menu Close if not in mobile */
.nav-menu div.sub-menu-close {
display:none;
}
/* Show sub-menus in hover */
.rs-menu li:active > ul, .rs-menu li:focus > ul, .rs-menu li:hover > ul, .rs-menu li:hover > ul.mega-menu > li > ul, .rs-menu li:hover ul.mega-menu .sub-menu {
display:block;
z-index: 17;
}
/* Adjust position the sub-menus in the left */
.rs-menu ul ul li > ul {
left: -100%;
}
/* Adjust position the sub-menus on the top */
.rs-menu ul ul ul {
top: 0;
}
.rs-menu ul ul {
width:auto;
}
/* Sub-menus - width */
.rs-menu ul ul a {
width:240px; /* <- Modify for width change */
}
.nav-menu .mega-menu li div.mega-menu-img a {
width:25%;
}
.nav-menu .mega-menu .mega-menu-container {
padding: 16px;
}
.nav-menu .mega-menu .mega-menu-innner{
width: 100%;
height: unset !important;
}
.nav-menu .mega-menu .mega-menu-innner .single-magemenu {
width: 33.33%;
float: left;
padding: 0 12px;
}
}
/*-----------------------------------------------------------------------------------*/
/* ARROWS FIXES IN IE
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width:0\0) {
.rs-menu img {
width:100%;
}
.nav-menu .menu-item-has-children a, .nav-menu .rs-mega-menu a {
padding-right:24px
}
.nav-menu .menu-item-has-children a:after, .nav-menu .rs-mega-menu a:after {
position:static;
float:right;
margin:0 -16px 0 0
}
}
@media only screen and (max-width: 991px) {
.rs-menu .row [class*="col-"] {
float: left!important;
width: 100%!important;
margin-left: 0!important;
margin-right: 0!important;
}
.nav-menu > li > a {
color: #fff !important;
text-align: left;
}
.nav-menu > li:last-child > a {
border-bottom:none;
}
.nav-menu span.rs-menu-parent i {
margin:0;
}
body #rs-header .affix{
position: relative !important;
}
body #rs-header .menu-area .rs-menu ul li{
height: inherit;
line-height: inherit;
display: block;
}
body #rs-header .menu-area .rs-menu ul li + li{
margin-left: 0;
}
body #rs-header .menu-area .rs-menu ul li a{
padding: 16px 18px;
}
body #rs-header .menu-area .rs-menu ul li ul {
opacity: 1 !important;
transform: scaleY(1) !important;
visibility: visible !important;
}
body #rs-header .menu-area .rs-menu ul li .sub-menu{
width: 100%;
}
.nav-menu > .menu-item-has-children > span.rs-menu-parent, .nav-menu .rs-mega-menu > span.rs-menu-parent {
display: block;
position: absolute;
right: 0;
top: 0;
padding: 21px;
cursor:pointer;
line-height: 15px;
/* Remove the blue Webkit background when element is tapped */
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.nav-menu > .menu-item-has-children > span.rs-menu-parent,
.nav-menu .rs-mega-menu > span.rs-menu-parent {
color: #fff;
}
.nav-menu > .menu-item-has-children > span.rs-menu-parent:hover,
.nav-menu .rs-mega-menu > span.rs-menu-parent:hover {
color: #505050;
}
.nav-menu > .menu-item-has-children .sub-menu .menu-item-has-children span.rs-menu-parent {
display: block;
position: absolute;
right: 0;
top: 0;
padding: 20px;
cursor:pointer;
line-height: 15px;
border-left:1px solid rgba(0, 0, 0, .05);
/* Remove the blue Webkit background when element is tapped */
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*Options Menu Closed*/
.nav-menu div.sub-menu-close {
float:left;
width:100%;
padding:16px;
cursor:pointer;
background:#f6f3ed;
color:#000;
font-size:14px;
text-align:center;
}
.nav-menu div.sub-menu-close i {
font-size:16px;
margin-right: 5px;
}
.rs-menu .sub-menu {
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
-moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
-ms-box-shadow: 0 0 20px rgba(0,0,0,.15);
-o-box-shadow: 0 0 20px rgba(0,0,0,.15);
box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.rs-menu-close {
height: 0;
overflow: hidden!important;
}
/*Menu Toggle Appearance*/
.rs-menu-toggle {
padding: 16px 0;
display: block;
position: relative;
cursor:pointer;
color: #eee;
font-size: 15px;
text-transform: uppercase;
/* Remove the blue Webkit background when element is tapped */
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rs-menu-toggle i {
margin-right:10px;
}
.rs-menu.rs-menu-close {
visibility: hidden;
}
}
@media only screen and (min-width: 992px) {
.home5 .rs-menu > ul > li > a{
padding: 0;
height: 68px;
line-height: 68px;
padding-right: 30px;
}
.home5 .rs-menu > ul > li:last-child a{
padding-right: 0;
}
.home5 .rs-menu > ul > li:first-child a{
padding-left: 30px;
}
.home5 .sticky4 .rs-menu > ul > li:first-child a{
padding-left: 0;
}
.home5 #rs-header .middle-header-home5 .sticky4 .header-bottom-area .navbar ul li:first-child{
margin-left: 0;
}
#rs-header3 .menu-area .rs-menu > ul > li > a{
text-transform: uppercase;
}
#rs-header3 .menu-area .rs-menu > ul > li:first-child a{
padding-left: 40px;
}
} | 0.226527 | 0.096578 |
@-moz-document domain("tweakers.net") {
/*text: #ccc; visited: #888 or #999 -backgrounds- body: #343434 container: #303030 sidebar: #282828 !important*/
a:hover, a.highlightlink, a[rb-highlight] {
text-shadow: none;
}
#compareSpecsHeader table {
background: #242424;
}
.popularSpecs th, .specs th {
background: #242424;
}
.popup {
background: #333;
border: 1px solid #4d4d4d;
}
.popupContent > p > a{
color: #888;
font-weight: bold;
}
.popup .popupContent h4, .mainSearchSuggest .twk li p a, .mainSearchSuggest ul a {
color: #ccc;
}
.mainSearchSuggest .twk li p.moreContent a{
color: #999;
}
p.more, a.readmore{
font-weight: bold;
}
.popularSpecs td {
background: #303030;
}
tr.diff, tr.diff td {
background: #3e4b56;
}
#news span.new {
color: #fff !important;
font-weight: 700 !important;
}
#layout *, #search * {
color: #ccc;
border-color: #4d4d4d !important;
box-shadow: none !important;
}
#community .communityReviews .userReview .reviewContent .userInfo h2 a{
color: #ccc;
}
.toggleSwitch {
opacity: 0.9;
text-shadow: 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black;
}
#contentArea.darkFpBlock, .darkFpBlock {
box-shadow: none !important;
padding: 15px 15px 17px;
border-radius: 1px;
}
.expandableWrapper {
background: #333;
}
.expandableWrapper.collapsed:after {
box-shadow: inset 35px 0 25px -10px #333, inset -35px 0 25px -10px #333;
}
#toc.fixed .reviewToc h2 {
background: #7d182d
}
.commentCount {
color: #fff !important;
background: url(https://tweakers.net/g/icons/reacties.png) no-repeat, rgba(48, 48, 48, 0.95);
}
.useVisitedState a:visited, #news span {
color: #888 !important;
text-shadow: none !important;
}
#bestBuyGuides .date a, #recentlyTested .price a, #recentlyTested .review a {
color: #888 !important;
}
#tracker, .toggleVisibility {
background-color: #282828 !important;
}
.corner, .corner:after, .corner:before {
border: none !important;
}
#true{
opacity: 0.5;
}
#contentArea {
color: #cccccc;
background: #333 !important;
}
label .compare {
background-color: #393939 !important;
}
#menubar {
/* dark: 910b31 light: a51f3a */
background-image: -moz-linear-gradient(#910b31, #7d182d 68px);
background-image: -webkit-linear-gradient(top, #910b31, #7d182d 68px);
background-image: linear-gradient(to bottom, #910b31, #7d182d 68px);
box-shadow: inset 0 -1px 0 #7d182d;
border-bottom: 1px solid #7d182d;
}
.fpaImageContainer::before {
background: rgba(48, 48, 48, 0.8) !important;
}
body, .ScorecardView, .hr, #top {
background-color: #343434 !important;
}
#imageOverlay, #listing table.listing td {
background: rgba(50, 50, 50, 1)!important;
}
#imageViewer, html.js {
background: rgba(30, 30, 30, 1)!important;
}
.messagecontent .message-quote-div {
Background: rgba(150, 150, 150, .5)
}
/*BG None*/
#searchbar, .darkFpBlock, .article table, .autoPagerS, #categoryBrowser, .bar, .searchAanbod #nearbyAdForm, #jobs, #filter, .pageTabsContainer, #entity, .relatedBlock, div.message, #tracker .fakeTop, #layout {
background: none !important;
}
/*BG Transparent*/
#portalPlayerWrapper, .ScoreCard, .reactieBody.informative, html.js {
background-color: transparent !important;
}
/*Border none*/
#top, .pageTabsContainer, table.spec-detail td.spec-column, #entity > div, #ticker {
border: 0 !important;
}
.thumb {
border-radius: 5px;
}
.userReviewDescription, #poll, #jobs, #sponsored, #loi, #textlinks, #newsletter, h2.detailHeader, h2.bar, #reactieForm textarea, #adv, .reactieBody {
background: #393939 !important;
}
a.fancyButton, span.fancyButton, .fancyButton.clickOut, .fancyButton.grey, table.listing, div.message {
background: #393939;
box-shadow: none;
border: 1px solid #fff !important;
border-radius: 0px;
}
a.fancyButton, span.fancyButton, .fancyButton.clickOut, .fancyButton.darkGrey {
background: #394360;
}
a.fancyButton:hover, span.fancyButton:hover, .fancyButton.clickOut:hover {
background: #455da2;
color: #ccc !important;
}
a.fancyButton.grey:hover {
color: #111 !important;
background: #ccc !important;
border: 1px solid #fff !important;
}
#forumheading .info, #folders {
Background: rgba(150, 150, 150, .1)!important;
border-top-color: rgba(255, 255, 255, .12) !important;
box-shadow: inset 0px 0px 4px 0.5px #000 !important;
border: 3px!important;
}
table.listing.dm td.ind, table.listing td.topic, table.listing .poster, table.listing .replies, table.listing.dm .time, table.listing .ind, table.listing .time {
Background: rgba(30, 28, 30, .2)!important;
color: white!important;
border: none;
padding-left: 5px;
}
#search input.text, #newsletter input.text {
Background: rgba(51, 51, 51, 0.9);
box-shadow: inset 0px 0px 1px 0.5px #000 !important;
border-top-color: rgba(255, 255, 255, .12) !important;
border: 3px!important;
width: 480px;
color: white !important;
}
.reactieBody.spotlight, #pmessages form dl dd textarea, input#pmtitle {
Background: rgba(130, 128, 130, .7)!important;
box-shadow: inset 0px 0px 3px 1px black !important;
border: none;
}
.reactieBody.informative, #pmessages form {
Background: rgba(130, 128, 130, .2)!important;
box-shadow: inset 0px 0px 3px 0.5px black !important;
}
#menubottombar, .ScorecardView, .textadContainer, #b_ad, .frontpage #community .userReview .userReviewDescription, a img {
background: rgba(40, 40, 40, 1);
}
#bottom {
background: #282828 !important;
}
Hover kadera.fancyButton.grey.clickOut, #poll label:hover {
background: rgba(49, 50, 50, .5) !important;
text-shadow: none;
}
#layout {
padding-bottom: 240px !important;
}
#listingContainer {
min-height: 100%;
}
/*Sidebar*/
.dropdown ul, .dropdown li a, .dropdown ul li, .sortable li, .sortable.specification .specName, .sortable .specName, div.sortable:nth-child(2) > div:nth-child(1) > span:nth-child(1) {
background: rgba(50, 50, 50, 0.9);
text-shadow: none!important;
color: darkgrey !important;
}
#categoryBrowser .large li {
font-size: 14px;
color: white;
text-shadow: 0px 0px 1px black;
}
#tracker .fakeTop {
border-bottom: 1px solid transparent;
}
/*forum*/
table.listing {
background: rgba(50, 50, 50, 0.9);
color: white!important;
border: none!important;
}
.forumList table.listing *, table.listing .tags, layout *, table.listing td.title a, table.forumlisting p.title, table.forumlisting > tbody > tr > td, table.forumlisting .preview .content {
background: rgba(50, 50, 50, 0.9);
color: #cccccc!important;
border: none!important;
}
div.forumList, table.forumlisting {
background: rgba(50, 50, 50, 1);
color: white!important;
text-shadow: 0px 0px 1px black!important;
}
/*Sidebar*/
.fpaImageContainer {
opacity: .6;
}
#categoryBrowser div {
background: #393939 !important;
}
#categoryBrowser li:hover {
background-color: #444 !important;
}
.pageTabs li, #categoryBrowser, .sublist, .filterOption {
color: #ccc !important;
background: #393939 !important;
border-color: #4d4d4d;
}
.filterOption input {
background: #eee !important;
}
.filterOption input.text {
background: #eee !important;
color: #333 !important;
}
.pageTabs li.active {
background: #303030 !important;
}
/*Text*/
.editionOverview .specs *, .entityHeader .subInfo, .entityHeader .breadcrumb > li, .entityHeader .breadcrumb > li a, .pwlink, .responsiveFilter, table.listing td.topic a {
color: #cccccc;
font-size-adjust: 0.5;
}
a:visited, #bestBuyGuides .description, #adv a, table.listing td.topic a, table.listing td.title a, a.pwlink {
color: #999 !important;
text-shadow: 0px 0px 1px black!important;
}
#pricewatch li .fancyButton, #poll label:hover span, .commentCount, .scoreButton, a.fancyButton, span.fancyButton, .pageDistribution b, .fancyButton, .sortable.sortorder li a, #overviewCtaButton *, .sortable > ul > li > a {
color: white;
text-shadow: none !important;
}
#categoryBar ul a, #jobs li .location a, #community p, #ticker, .latestVideos p.views, a.videoNextPage, #header h1 .subtitle, .editionOverview table.spec-detail .spec-index-column, #ScoreCardDiv h3, .entityHeader .inventory span, .entityHeader .wishlist span, #history .date, #header h1 .subtitle a, .rbProductlist .item .fancyButton, #navMenu > li > a, .table, .keywordSearch input.text {
color: #ccc !important;
}
#categoryBrowser li a, .portalBlock #categoryBrowser *, a.fancyButton.grey, .filterOption.fancy, #categoryBrowser .images li a {
color: #ccc;
text-shadow: none;
}
.fpaItem a, input.text, .pageTabs > ul a, .forumList, .table.listing, #select_days, #select_days *, .messagecontent .message-quote-div *, .messagecontent .message-quote-div, .sortable.select .specName, .sortable.sortorder small, .jouwRechten *, #reacties #reactieContainer > .reactie > .reactieBody.spotlight *, .pageDistribution .next, div.filteroption * {
color: #ccc !important;
text-shadow: none !important;
}
/* General Text Color fix */
body {
color: #999;
}
/* Background Color Preview of Featrued Review */
.bestTestedContainer .bestTestedProduct .info .intro {
background-color: gray;
background-color: rgba(255, 255, 255, 0.1);
}
/* Removal of arrow key -- We could edit the image but this looks better. -- In Featured Reviews*/
.bestTestedContainer .bestTestedProduct .info .arrow,
.communityReviews .userReview .reviewContent .userReviewDescription p .arrow {
background: url(data:) !important;
}
/* Frontpage (3 items) Text Background color */
.fpaItem .fpaMeta {
background: rgba(50, 50, 50, 0.8);
}
/*Search button Gray */
.keywordSearch .submit {
background: #404040 url(https://tweakers.net/g/if/v3/framework/menu_icons_v2.png) no-repeat -48px -106px !important;
}
/* Stars Gray */
.scoreStars {
background-image: url(https://i.imgur.com/Vql3EEs.png);
}
/* Dark theme for Featured Webshops */
.featured {
background-image: -webkit-linear-gradient(#000000, #3a3a3a);
background-image: -moz-linear-gradient(#000000, #3a3a3a);
background-image: linear-gradient(#000000, #3a3a3a);
background-image: -ms-linear-gradient(#000000, #3a3a3a);
background-image: -webkit-gradient(#000000, #3a3a3a);
background-image: -o-linear-gradient(#000000, #3a3a3a);
}
.featured .atLabel {
background: #2a2a2a;
}
/* Dark Background color for Rights when buying online */
.filterBlock {
background: #343434;
}
/* Dark Background color for the dropdown selector that selects different product versions */
.specName {
background: #393939!important;
}
/* Stored Filterset Message */
#storedFilterSet {
background-color: #343434;
border: 1px solid #ffffff;
}
/* Active Filters */
#activeFilters .filter,
#storedFilterSet .activeFilters .filter {
background: rgba(0, 0, 0, 0.40);
color: #999;
}
#activeFilters .filter .value {
color: #999;
}
/* Info Icon Readabilty Fix (In Pricewatch) */
.infoIcon {
background: url(https://tweakers.net/g/hidpi/icons/info-icon.svg) white no-repeat 50% 50%;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border-radius: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
/* Hover on Specs */
.productSpecifications tbody tr:hover, .productSpecifications tbody .diff:hover {
background-color: gray;
background-color: rgba(255, 255, 255, 0.2);
}
/* Search in Job Offers */
.keywordSearch input.text {
background: gray;
background: rgba(51, 51, 51, 0.9);
border: 3px;
border-top-color: gray;
border-top-color: rgba(255, 255, 255, .12);
box-shadow: inset 1px 0.5px #000;
color: white !important;
}
/* Popular Product Counter Readability fix */
.counter {
background: #000000;
background-image: -webkit-linear-gradient(#656565, #424242);
background-image: -moz-linear-gradient(#656565, #424242);
background-image: linear-gradient(#656565, #424242);
background-image: -ms-linear-gradient(#656565, #424242);
background-image: -webkit-gradient(#656565, #424242);
background-image: -o-linear-gradient(#656565, #424242);
color: #fff;
}
/* Karma Icon Fix */
.topKarma .emperor {
background-color: gray;
background-color: rgba(255, 255, 255, 0.10);
}
/* Product Info on review page. */
.article .ScoreCard.Editorial .productInfo {
background-color: gray;
background-color: rgba(255, 255, 255, 0.1);
}
/* Statement of Contents Fix */
#toc.fixed.bottom {
background: rgba(125, 24, 45, 0.5);
}
#toc.fixed .reviewToc h2 {
background: none;
}
#toc.fixed .reviewToc .tocContent ul li a {
color: #ccc;
}
} | data/usercss/155479.user.css | @-moz-document domain("tweakers.net") {
/*text: #ccc; visited: #888 or #999 -backgrounds- body: #343434 container: #303030 sidebar: #282828 !important*/
a:hover, a.highlightlink, a[rb-highlight] {
text-shadow: none;
}
#compareSpecsHeader table {
background: #242424;
}
.popularSpecs th, .specs th {
background: #242424;
}
.popup {
background: #333;
border: 1px solid #4d4d4d;
}
.popupContent > p > a{
color: #888;
font-weight: bold;
}
.popup .popupContent h4, .mainSearchSuggest .twk li p a, .mainSearchSuggest ul a {
color: #ccc;
}
.mainSearchSuggest .twk li p.moreContent a{
color: #999;
}
p.more, a.readmore{
font-weight: bold;
}
.popularSpecs td {
background: #303030;
}
tr.diff, tr.diff td {
background: #3e4b56;
}
#news span.new {
color: #fff !important;
font-weight: 700 !important;
}
#layout *, #search * {
color: #ccc;
border-color: #4d4d4d !important;
box-shadow: none !important;
}
#community .communityReviews .userReview .reviewContent .userInfo h2 a{
color: #ccc;
}
.toggleSwitch {
opacity: 0.9;
text-shadow: 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black;
}
#contentArea.darkFpBlock, .darkFpBlock {
box-shadow: none !important;
padding: 15px 15px 17px;
border-radius: 1px;
}
.expandableWrapper {
background: #333;
}
.expandableWrapper.collapsed:after {
box-shadow: inset 35px 0 25px -10px #333, inset -35px 0 25px -10px #333;
}
#toc.fixed .reviewToc h2 {
background: #7d182d
}
.commentCount {
color: #fff !important;
background: url(https://tweakers.net/g/icons/reacties.png) no-repeat, rgba(48, 48, 48, 0.95);
}
.useVisitedState a:visited, #news span {
color: #888 !important;
text-shadow: none !important;
}
#bestBuyGuides .date a, #recentlyTested .price a, #recentlyTested .review a {
color: #888 !important;
}
#tracker, .toggleVisibility {
background-color: #282828 !important;
}
.corner, .corner:after, .corner:before {
border: none !important;
}
#true{
opacity: 0.5;
}
#contentArea {
color: #cccccc;
background: #333 !important;
}
label .compare {
background-color: #393939 !important;
}
#menubar {
/* dark: 910b31 light: a51f3a */
background-image: -moz-linear-gradient(#910b31, #7d182d 68px);
background-image: -webkit-linear-gradient(top, #910b31, #7d182d 68px);
background-image: linear-gradient(to bottom, #910b31, #7d182d 68px);
box-shadow: inset 0 -1px 0 #7d182d;
border-bottom: 1px solid #7d182d;
}
.fpaImageContainer::before {
background: rgba(48, 48, 48, 0.8) !important;
}
body, .ScorecardView, .hr, #top {
background-color: #343434 !important;
}
#imageOverlay, #listing table.listing td {
background: rgba(50, 50, 50, 1)!important;
}
#imageViewer, html.js {
background: rgba(30, 30, 30, 1)!important;
}
.messagecontent .message-quote-div {
Background: rgba(150, 150, 150, .5)
}
/*BG None*/
#searchbar, .darkFpBlock, .article table, .autoPagerS, #categoryBrowser, .bar, .searchAanbod #nearbyAdForm, #jobs, #filter, .pageTabsContainer, #entity, .relatedBlock, div.message, #tracker .fakeTop, #layout {
background: none !important;
}
/*BG Transparent*/
#portalPlayerWrapper, .ScoreCard, .reactieBody.informative, html.js {
background-color: transparent !important;
}
/*Border none*/
#top, .pageTabsContainer, table.spec-detail td.spec-column, #entity > div, #ticker {
border: 0 !important;
}
.thumb {
border-radius: 5px;
}
.userReviewDescription, #poll, #jobs, #sponsored, #loi, #textlinks, #newsletter, h2.detailHeader, h2.bar, #reactieForm textarea, #adv, .reactieBody {
background: #393939 !important;
}
a.fancyButton, span.fancyButton, .fancyButton.clickOut, .fancyButton.grey, table.listing, div.message {
background: #393939;
box-shadow: none;
border: 1px solid #fff !important;
border-radius: 0px;
}
a.fancyButton, span.fancyButton, .fancyButton.clickOut, .fancyButton.darkGrey {
background: #394360;
}
a.fancyButton:hover, span.fancyButton:hover, .fancyButton.clickOut:hover {
background: #455da2;
color: #ccc !important;
}
a.fancyButton.grey:hover {
color: #111 !important;
background: #ccc !important;
border: 1px solid #fff !important;
}
#forumheading .info, #folders {
Background: rgba(150, 150, 150, .1)!important;
border-top-color: rgba(255, 255, 255, .12) !important;
box-shadow: inset 0px 0px 4px 0.5px #000 !important;
border: 3px!important;
}
table.listing.dm td.ind, table.listing td.topic, table.listing .poster, table.listing .replies, table.listing.dm .time, table.listing .ind, table.listing .time {
Background: rgba(30, 28, 30, .2)!important;
color: white!important;
border: none;
padding-left: 5px;
}
#search input.text, #newsletter input.text {
Background: rgba(51, 51, 51, 0.9);
box-shadow: inset 0px 0px 1px 0.5px #000 !important;
border-top-color: rgba(255, 255, 255, .12) !important;
border: 3px!important;
width: 480px;
color: white !important;
}
.reactieBody.spotlight, #pmessages form dl dd textarea, input#pmtitle {
Background: rgba(130, 128, 130, .7)!important;
box-shadow: inset 0px 0px 3px 1px black !important;
border: none;
}
.reactieBody.informative, #pmessages form {
Background: rgba(130, 128, 130, .2)!important;
box-shadow: inset 0px 0px 3px 0.5px black !important;
}
#menubottombar, .ScorecardView, .textadContainer, #b_ad, .frontpage #community .userReview .userReviewDescription, a img {
background: rgba(40, 40, 40, 1);
}
#bottom {
background: #282828 !important;
}
Hover kadera.fancyButton.grey.clickOut, #poll label:hover {
background: rgba(49, 50, 50, .5) !important;
text-shadow: none;
}
#layout {
padding-bottom: 240px !important;
}
#listingContainer {
min-height: 100%;
}
/*Sidebar*/
.dropdown ul, .dropdown li a, .dropdown ul li, .sortable li, .sortable.specification .specName, .sortable .specName, div.sortable:nth-child(2) > div:nth-child(1) > span:nth-child(1) {
background: rgba(50, 50, 50, 0.9);
text-shadow: none!important;
color: darkgrey !important;
}
#categoryBrowser .large li {
font-size: 14px;
color: white;
text-shadow: 0px 0px 1px black;
}
#tracker .fakeTop {
border-bottom: 1px solid transparent;
}
/*forum*/
table.listing {
background: rgba(50, 50, 50, 0.9);
color: white!important;
border: none!important;
}
.forumList table.listing *, table.listing .tags, layout *, table.listing td.title a, table.forumlisting p.title, table.forumlisting > tbody > tr > td, table.forumlisting .preview .content {
background: rgba(50, 50, 50, 0.9);
color: #cccccc!important;
border: none!important;
}
div.forumList, table.forumlisting {
background: rgba(50, 50, 50, 1);
color: white!important;
text-shadow: 0px 0px 1px black!important;
}
/*Sidebar*/
.fpaImageContainer {
opacity: .6;
}
#categoryBrowser div {
background: #393939 !important;
}
#categoryBrowser li:hover {
background-color: #444 !important;
}
.pageTabs li, #categoryBrowser, .sublist, .filterOption {
color: #ccc !important;
background: #393939 !important;
border-color: #4d4d4d;
}
.filterOption input {
background: #eee !important;
}
.filterOption input.text {
background: #eee !important;
color: #333 !important;
}
.pageTabs li.active {
background: #303030 !important;
}
/*Text*/
.editionOverview .specs *, .entityHeader .subInfo, .entityHeader .breadcrumb > li, .entityHeader .breadcrumb > li a, .pwlink, .responsiveFilter, table.listing td.topic a {
color: #cccccc;
font-size-adjust: 0.5;
}
a:visited, #bestBuyGuides .description, #adv a, table.listing td.topic a, table.listing td.title a, a.pwlink {
color: #999 !important;
text-shadow: 0px 0px 1px black!important;
}
#pricewatch li .fancyButton, #poll label:hover span, .commentCount, .scoreButton, a.fancyButton, span.fancyButton, .pageDistribution b, .fancyButton, .sortable.sortorder li a, #overviewCtaButton *, .sortable > ul > li > a {
color: white;
text-shadow: none !important;
}
#categoryBar ul a, #jobs li .location a, #community p, #ticker, .latestVideos p.views, a.videoNextPage, #header h1 .subtitle, .editionOverview table.spec-detail .spec-index-column, #ScoreCardDiv h3, .entityHeader .inventory span, .entityHeader .wishlist span, #history .date, #header h1 .subtitle a, .rbProductlist .item .fancyButton, #navMenu > li > a, .table, .keywordSearch input.text {
color: #ccc !important;
}
#categoryBrowser li a, .portalBlock #categoryBrowser *, a.fancyButton.grey, .filterOption.fancy, #categoryBrowser .images li a {
color: #ccc;
text-shadow: none;
}
.fpaItem a, input.text, .pageTabs > ul a, .forumList, .table.listing, #select_days, #select_days *, .messagecontent .message-quote-div *, .messagecontent .message-quote-div, .sortable.select .specName, .sortable.sortorder small, .jouwRechten *, #reacties #reactieContainer > .reactie > .reactieBody.spotlight *, .pageDistribution .next, div.filteroption * {
color: #ccc !important;
text-shadow: none !important;
}
/* General Text Color fix */
body {
color: #999;
}
/* Background Color Preview of Featrued Review */
.bestTestedContainer .bestTestedProduct .info .intro {
background-color: gray;
background-color: rgba(255, 255, 255, 0.1);
}
/* Removal of arrow key -- We could edit the image but this looks better. -- In Featured Reviews*/
.bestTestedContainer .bestTestedProduct .info .arrow,
.communityReviews .userReview .reviewContent .userReviewDescription p .arrow {
background: url(data:) !important;
}
/* Frontpage (3 items) Text Background color */
.fpaItem .fpaMeta {
background: rgba(50, 50, 50, 0.8);
}
/*Search button Gray */
.keywordSearch .submit {
background: #404040 url(https://tweakers.net/g/if/v3/framework/menu_icons_v2.png) no-repeat -48px -106px !important;
}
/* Stars Gray */
.scoreStars {
background-image: url(https://i.imgur.com/Vql3EEs.png);
}
/* Dark theme for Featured Webshops */
.featured {
background-image: -webkit-linear-gradient(#000000, #3a3a3a);
background-image: -moz-linear-gradient(#000000, #3a3a3a);
background-image: linear-gradient(#000000, #3a3a3a);
background-image: -ms-linear-gradient(#000000, #3a3a3a);
background-image: -webkit-gradient(#000000, #3a3a3a);
background-image: -o-linear-gradient(#000000, #3a3a3a);
}
.featured .atLabel {
background: #2a2a2a;
}
/* Dark Background color for Rights when buying online */
.filterBlock {
background: #343434;
}
/* Dark Background color for the dropdown selector that selects different product versions */
.specName {
background: #393939!important;
}
/* Stored Filterset Message */
#storedFilterSet {
background-color: #343434;
border: 1px solid #ffffff;
}
/* Active Filters */
#activeFilters .filter,
#storedFilterSet .activeFilters .filter {
background: rgba(0, 0, 0, 0.40);
color: #999;
}
#activeFilters .filter .value {
color: #999;
}
/* Info Icon Readabilty Fix (In Pricewatch) */
.infoIcon {
background: url(https://tweakers.net/g/hidpi/icons/info-icon.svg) white no-repeat 50% 50%;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border-radius: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
/* Hover on Specs */
.productSpecifications tbody tr:hover, .productSpecifications tbody .diff:hover {
background-color: gray;
background-color: rgba(255, 255, 255, 0.2);
}
/* Search in Job Offers */
.keywordSearch input.text {
background: gray;
background: rgba(51, 51, 51, 0.9);
border: 3px;
border-top-color: gray;
border-top-color: rgba(255, 255, 255, .12);
box-shadow: inset 1px 0.5px #000;
color: white !important;
}
/* Popular Product Counter Readability fix */
.counter {
background: #000000;
background-image: -webkit-linear-gradient(#656565, #424242);
background-image: -moz-linear-gradient(#656565, #424242);
background-image: linear-gradient(#656565, #424242);
background-image: -ms-linear-gradient(#656565, #424242);
background-image: -webkit-gradient(#656565, #424242);
background-image: -o-linear-gradient(#656565, #424242);
color: #fff;
}
/* Karma Icon Fix */
.topKarma .emperor {
background-color: gray;
background-color: rgba(255, 255, 255, 0.10);
}
/* Product Info on review page. */
.article .ScoreCard.Editorial .productInfo {
background-color: gray;
background-color: rgba(255, 255, 255, 0.1);
}
/* Statement of Contents Fix */
#toc.fixed.bottom {
background: rgba(125, 24, 45, 0.5);
}
#toc.fixed .reviewToc h2 {
background: none;
}
#toc.fixed .reviewToc .tocContent ul li a {
color: #ccc;
}
} | 0.292899 | 0.072472 |
.calendar {
top: 0;
left: 0;
padding: 4px;
margin-top: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.calendar:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
left: 6px;
}
.calendar:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 7px;
}
.calendar > div {
display: none;
}
.calendar table {
width: 100%;
margin: 0;
}
.calendar td,
.calendar th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.calendar td.day:hover {
background: #eeeeee;
cursor: pointer;
}
.calendar td.old,
.calendar td.new {
color: #999999;
}
.calendar td.active,
.calendar td.active:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.calendar td.active:hover,
.calendar td.active:hover:hover,
.calendar td.active:active,
.calendar td.active:hover:active,
.calendar td.active.active,
.calendar td.active:hover.active,
.calendar td.active.disabled,
.calendar td.active:hover.disabled,
.calendar td.active[disabled],
.calendar td.active:hover[disabled] {
background-color: #0044cc;
}
.calendar td.active:active,
.calendar td.active:hover:active,
.calendar td.active.active,
.calendar td.active:hover.active {
background-color: #003399;
}
.calendar td span {
display: block;
height: 54px;
line-height: 54px;
float: left;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.calendar td span:hover {
background: #eeeeee;
}
.calendar td span.active {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.calendar td span.active:hover,
.calendar td span.active:active,
.calendar td span.active.active,
.calendar td span.active.disabled,
.calendar td span.active[disabled] {
background-color: #0044cc;
}
.calendar td span.active:active,
.calendar td span.active.active {
background-color: #003399;
}
.calendar td span.old {
color: #999999;
}
.calendar th.switch {
width: 145px;
}
.calendar thead tr:first-child th {
cursor: pointer;
}
.calendar thead tr:first-child th:hover {
background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
display: block;
cursor: pointer;
width: 16px;
height: 16px;
}
.dropdown-menu.calendar {
max-width: 220px;
} | eclipse/plugins/org.openntf.xsp.bootstrap/resources/web/extlib/bootstrap/dojo-bootstrap/assets/calendar.css | .calendar {
top: 0;
left: 0;
padding: 4px;
margin-top: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.calendar:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
left: 6px;
}
.calendar:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 7px;
}
.calendar > div {
display: none;
}
.calendar table {
width: 100%;
margin: 0;
}
.calendar td,
.calendar th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.calendar td.day:hover {
background: #eeeeee;
cursor: pointer;
}
.calendar td.old,
.calendar td.new {
color: #999999;
}
.calendar td.active,
.calendar td.active:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.calendar td.active:hover,
.calendar td.active:hover:hover,
.calendar td.active:active,
.calendar td.active:hover:active,
.calendar td.active.active,
.calendar td.active:hover.active,
.calendar td.active.disabled,
.calendar td.active:hover.disabled,
.calendar td.active[disabled],
.calendar td.active:hover[disabled] {
background-color: #0044cc;
}
.calendar td.active:active,
.calendar td.active:hover:active,
.calendar td.active.active,
.calendar td.active:hover.active {
background-color: #003399;
}
.calendar td span {
display: block;
height: 54px;
line-height: 54px;
float: left;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.calendar td span:hover {
background: #eeeeee;
}
.calendar td span.active {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.calendar td span.active:hover,
.calendar td span.active:active,
.calendar td span.active.active,
.calendar td span.active.disabled,
.calendar td span.active[disabled] {
background-color: #0044cc;
}
.calendar td span.active:active,
.calendar td span.active.active {
background-color: #003399;
}
.calendar td span.old {
color: #999999;
}
.calendar th.switch {
width: 145px;
}
.calendar thead tr:first-child th {
cursor: pointer;
}
.calendar thead tr:first-child th:hover {
background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
display: block;
cursor: pointer;
width: 16px;
height: 16px;
}
.dropdown-menu.calendar {
max-width: 220px;
} | 0.366817 | 0.101278 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/*font-family: 'Lato', sans-serif;*/
html, body{
padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
}
/*************************
Theme Pail Slider
*************************/
.tp-slider-section{
position: relative;
overflow: hidden;
}
.tp-slider-main{
width: 100%;
height: 100%;
display: block;
}
.tp-slider-section,
.tp-slide-item{
height: 600px;
}
.tp-slide-item {
overflow: hidden;
position: relative;
}
/*
Theme Pail Slider control
**************************/
.slick-prev, .slick-next {
background: rgba(0, 0, 0, 0.6);
height: 40px;
width: 40px;
position: absolute;
top: 50%;
border:0;
color: rgba(255,255,255,0.7);
font-size: 0;
cursor: pointer;
z-index: 20;
padding: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-moz-transition: all 0.8s ease 0s;
-o-transition: all 0.8s ease 0s;
-ms-transition: all 0.8s ease 0s;
-webkit-transition: all 0.8s ease 0s;
transition: all 0.8s ease 0s;
line-height: 0;
}
.slick-prev {
left: 20px;
}
.slick-next {
right: 20px;
}
.slick-prev::before, .slick-next::before {
font: normal normal normal 14px/1 FontAwesome;
position: relative;
font-size: 24px;
line-height: 40px;
text-align: center;
}
.slick-prev::before {
content: "\f104";
right: 2px;
}
.slick-next::before {
content: "\f105";
left: 2px;
}
.slick-prev:hover,
.slick-next:hover{
background: rgba(0, 0, 0, 0.8);
}
/*
Theme Pail Slider indicator
****************************/
.slick-dots {
position: absolute;
bottom: 20px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.slick-dots li {
position: relative;
display: inline-block;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button{
width: 16px;
height: 16px;
font-size: 0;
display: block;
padding: 0;
border: 5px solid transparent;
background: rgba(0,0,0,0.5);
-webkit-transition: all 350ms ease 0s;
-moz-transition: all 350ms ease 0s;
-o-transition: all 350ms ease 0s;
transition: all 350ms ease 0s;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button{
width: 16px;
height: 16px;
margin: 0;
border: 5px solid rgba(0,0,0,1);
background: #fff;
}
/*
Theme Pail Slider Progress bar
********************************/
.tp-slider-progressbar {
width: 0%;
height: 5px;
background: rgba(0,0,0,0.3);
position: absolute;
bottom: 0px;
}
/*
Theme Pail Slider Caption
***************************/
.tp-caption{
position: relative;
display: -webkit-flex;
display: flex;
height: 100%;
margin: 0 auto;
color: #fff;
}
/*
Theme Pail Slider caption item
*******************************/
.caption-item{
}
/******************************
Caption Item Element Style
******************************/
.mediumBold{
font-size: 35px;
line-height: 43px;
font-weight: 700;
color: rgb(51, 51, 51);
text-shadow: 0 0 0 rgba(0,0,0,.6);
margin-bottom: 15px;
text-transform: uppercase;
}
.mediumCapitalItalic{
font-size: 30px;
line-height: 40px;
font-weight: 400;
color: #0095D9;
font-style: italic;
text-shadow: 0 0 0 rgba(0,0,0,.6);
margin-bottom: 15px;
text-transform: capitalize;
}
.smallBold {
font-size: 22px;
line-height: 28px;
font-weight: 600;
color: #0095D9;
text-shadow: 0 0 0 rgba(0,0,0,.6);
margin-bottom: 15px;
text-transform: uppercase;
}
.smallSimple{
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: rgb(119, 119, 119);
text-shadow: 0 0 0 rgba(0,0,0,.6);
margin-bottom: 28px;
}
/*caption item Button element style*/
a.btnSmallBg {
background: #0095D9;
font-size: 14px;
padding: 10px 20px;
line-height: 24px;
display: inline-block;
color: #fff;
text-decoration: none;
-webkit-transition: all 350ms ease 0s;
-moz-transition: all 350ms ease 0s;
-o-transition: all 350ms ease 0s;
transition: all 350ms ease 0s;
}
a.btnSmallBg:hover,
a.btnSmallBg:focus{
background: #005B8E;
color: #fff;
text-transform: none;
}
/*caption item List element style*/
ul.ListCheckCircle{
padding: 0;
margin: 0 0 23px 0;
list-style-type: none;
display: inline-block;
text-align: left;
}
ul.ListCheckCircle li {
position: relative;
font-size: 16px;
font-weight: 400;
color: rgb(119, 119, 119);
line-height: 30px;
padding: 0 0 0 25px;
margin: 0;
}
ul.ListCheckCircle li::before {
content: "\f058";
position: absolute;
left: 0;
top: 6px;
font: normal normal normal 14px/1 FontAwesome;
font-size: 18px;
color: #0095D9;
} | assets/fade2-style.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/*font-family: 'Lato', sans-serif;*/
html, body{
padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
}
/*************************
Theme Pail Slider
*************************/
.tp-slider-section{
position: relative;
overflow: hidden;
}
.tp-slider-main{
width: 100%;
height: 100%;
display: block;
}
.tp-slider-section,
.tp-slide-item{
height: 600px;
}
.tp-slide-item {
overflow: hidden;
position: relative;
}
/*
Theme Pail Slider control
**************************/
.slick-prev, .slick-next {
background: rgba(0, 0, 0, 0.6);
height: 40px;
width: 40px;
position: absolute;
top: 50%;
border:0;
color: rgba(255,255,255,0.7);
font-size: 0;
cursor: pointer;
z-index: 20;
padding: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-moz-transition: all 0.8s ease 0s;
-o-transition: all 0.8s ease 0s;
-ms-transition: all 0.8s ease 0s;
-webkit-transition: all 0.8s ease 0s;
transition: all 0.8s ease 0s;
line-height: 0;
}
.slick-prev {
left: 20px;
}
.slick-next {
right: 20px;
}
.slick-prev::before, .slick-next::before {
font: normal normal normal 14px/1 FontAwesome;
position: relative;
font-size: 24px;
line-height: 40px;
text-align: center;
}
.slick-prev::before {
content: "\f104";
right: 2px;
}
.slick-next::before {
content: "\f105";
left: 2px;
}
.slick-prev:hover,
.slick-next:hover{
background: rgba(0, 0, 0, 0.8);
}
/*
Theme Pail Slider indicator
****************************/
.slick-dots {
position: absolute;
bottom: 20px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.slick-dots li {
position: relative;
display: inline-block;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button{
width: 16px;
height: 16px;
font-size: 0;
display: block;
padding: 0;
border: 5px solid transparent;
background: rgba(0,0,0,0.5);
-webkit-transition: all 350ms ease 0s;
-moz-transition: all 350ms ease 0s;
-o-transition: all 350ms ease 0s;
transition: all 350ms ease 0s;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button{
width: 16px;
height: 16px;
margin: 0;
border: 5px solid rgba(0,0,0,1);
background: #fff;
}
/*
Theme Pail Slider Progress bar
********************************/
.tp-slider-progressbar {
width: 0%;
height: 5px;
background: rgba(0,0,0,0.3);
position: absolute;
bottom: 0px;
}
/*
Theme Pail Slider Caption
***************************/
.tp-caption{
position: relative;
display: -webkit-flex;
display: flex;
height: 100%;
margin: 0 auto;
color: #fff;
}
/*
Theme Pail Slider caption item
*******************************/
.caption-item{
}
/******************************
Caption Item Element Style
******************************/
.mediumBold{
font-size: 35px;
line-height: 43px;
font-weight: 700;
color: rgb(51, 51, 51);
text-shadow: 0 0 0 rgba(0,0,0,.6);
margin-bottom: 15px;
text-transform: uppercase;
}
.mediumCapitalItalic{
font-size: 30px;
line-height: 40px;
font-weight: 400;
color: #0095D9;
font-style: italic;
text-shadow: 0 0 0 rgba(0,0,0,.6);
margin-bottom: 15px;
text-transform: capitalize;
}
.smallBold {
font-size: 22px;
line-height: 28px;
font-weight: 600;
color: #0095D9;
text-shadow: 0 0 0 rgba(0,0,0,.6);
margin-bottom: 15px;
text-transform: uppercase;
}
.smallSimple{
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: rgb(119, 119, 119);
text-shadow: 0 0 0 rgba(0,0,0,.6);
margin-bottom: 28px;
}
/*caption item Button element style*/
a.btnSmallBg {
background: #0095D9;
font-size: 14px;
padding: 10px 20px;
line-height: 24px;
display: inline-block;
color: #fff;
text-decoration: none;
-webkit-transition: all 350ms ease 0s;
-moz-transition: all 350ms ease 0s;
-o-transition: all 350ms ease 0s;
transition: all 350ms ease 0s;
}
a.btnSmallBg:hover,
a.btnSmallBg:focus{
background: #005B8E;
color: #fff;
text-transform: none;
}
/*caption item List element style*/
ul.ListCheckCircle{
padding: 0;
margin: 0 0 23px 0;
list-style-type: none;
display: inline-block;
text-align: left;
}
ul.ListCheckCircle li {
position: relative;
font-size: 16px;
font-weight: 400;
color: rgb(119, 119, 119);
line-height: 30px;
padding: 0 0 0 25px;
margin: 0;
}
ul.ListCheckCircle li::before {
content: "\f058";
position: absolute;
left: 0;
top: 6px;
font: normal normal normal 14px/1 FontAwesome;
font-size: 18px;
color: #0095D9;
} | 0.263979 | 0.061848 |
html, body {
margin : 0;
padding : 0;
}
body {
color : #a52a2a;
background : #404040;
width : 100%;
font : 76% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
/* Links within paragraphs (subtle) */
p a {
color: #666666;
background : inherit;
text-decoration: none;
}
/* Links within paragraphs (revealed) */
p:hover a {
color: #3E3E3E;
background : inherit;
}
#container {
width : 750px;
margin : 0 auto;
padding : 5px;
background: #E4DCB2 url(images/bgd.jpg) repeat;
color : #333;
line-height : 1.5em;
}
/* TOP TITLE BAR */
#top {
margin:0;
padding : 0;
color:#333;
background : #404040 url(images/head.jpg) no-repeat;
border-bottom : 0px solid #fff;
height:144px;
}
#top h1 a{
text-decoration:none;}
#top h1 {
padding : 30px 0px 5px 25px;
margin : 0;
font : 150% Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
text-align:left;
color:#EAE8D0;
background:transparent;
}
#top #gem_slogan{
color:#ccc;
}
#top p {
padding : 5px;
font-size: .8em;
}
#top a:link, #top a:visited {
color: #EAE8D0;
background:transparent;
text-decoration: none;
}
#top a:hover {
color: #fff;
background:transparent;
}
/* LEFT SIDEBAR */
#leftnav {
float : left;
width : 160px;
margin : 0;
padding : 5px;
border-right:0px solid #520934 ;
color : #EAE8D0;
background : #9C9473;
}
#leftnav h3{
padding-bottom: 2px;
font-size:120%;
}
#gem_slogan{
padding-left:30px;
}
#content {
margin :10px 0 0 180px;
padding : 30px 10px 10px 10px;
}
#footer {
clear : both;
margin : 0 ;
padding : .5em;
color : #EAE8D0;
text-align:center;
background : #404040;
border-top : 0px solid #520934;
}
#footer a:link, #footer a:visited {
font-size: .9em;
color : #eee;
background : inherit;
text-decoration : none;
}
#footer a:hover {
font-size: .9em;
color :#3E3E3E;
background:inherit;
}
#leftnav p {
margin : 5px 0 10px 5px;
}
h2 {
margin : 0;
padding : 20px 0 5px 0px;
font : 140% Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
border-bottom: 1px solid #656C4A;
color:#656C4A;
background:inherit;
}
h3 {
margin : 0;
padding : 20px 0 5px 10px;
font : 120% Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
color:#EAE8D0;
background:inherit;
}
#footer img {
float : right;
}
/* seen by IE5mac only, by <NAME> www.l-c-n.com */
*>html #footer img {
margin : 0;
}
/* end */
.happy {
border-top : 1px solid #808080;
padding : 10px;
}
a:link, a:visited {
color : #5F5C51;
background : inherit;
text-decoration : none;
}
a:hover {
color :#3E3E3E;
background : inherit;
}
a:active {
color : #F5DE1E;
background : inherit;
text-decoration : none;
}
img {
border : none;
}
.imgright {
float: right;
border: 1px solid #656C4A;
margin: 5px 15px 10px 10px;
padding: 10px;
}
.imgleft {
float: left;
border: 1px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 10px;
}
#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #A6C3AD;
color:#000;
}
.navlist li {
font-size:12px;
list-style-type: none;
background: inherit;
color: #5F5C51;
margin: 0 15px 0 0;
padding: 0;
}
.navlist{
padding:0;
margin-left:20px;
margin-top:2px;
margin-bottom:5px;
font-size:12px;
}
#gallery {
height:100px;
}
#gallery img {
float: left;
padding: 20px;
}
.clear {
clear: left;
}
.quote {
width: 130px;
margin: 0;
border : 1px dashed #fff;
padding : 10px;
color:#656C4A;
background: #E4DCB2;
font-size: .8em;
}
.search {
background: #E4DCB2;
color: #000;
border-top: 1px solid #F0E9DD;
border-bottom: 1px solid #F0E9DD;
clear: both;
text-align: left;
padding: 5px 0 5px 0;
}
form {
margin: 0;
}
input.search {
width: 80px;
border: none;
color: #000;
background: url(images/input.gif);
padding: 4px;
}
input.login {
width: 80px;
border: none;
background: url(images/logininput.gif);
padding: 4px;
}
.post-footer{
background:#E3DAB1;
}
h2.link_to_post{
font-size:20px;
text-align:left;
}
h2.link_to_post a:hover{
text-decoration:none;
color:#3E3E3E;
}
#article_tabs{float:left;width:100%;margin-bottom:25px;}
#guestbook_wrap, #comments_wrap{
float:left;
width:98%;
}
.page_clear{clear:both;} | themes/user/earthy/stylesheets/my.css | html, body {
margin : 0;
padding : 0;
}
body {
color : #a52a2a;
background : #404040;
width : 100%;
font : 76% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
/* Links within paragraphs (subtle) */
p a {
color: #666666;
background : inherit;
text-decoration: none;
}
/* Links within paragraphs (revealed) */
p:hover a {
color: #3E3E3E;
background : inherit;
}
#container {
width : 750px;
margin : 0 auto;
padding : 5px;
background: #E4DCB2 url(images/bgd.jpg) repeat;
color : #333;
line-height : 1.5em;
}
/* TOP TITLE BAR */
#top {
margin:0;
padding : 0;
color:#333;
background : #404040 url(images/head.jpg) no-repeat;
border-bottom : 0px solid #fff;
height:144px;
}
#top h1 a{
text-decoration:none;}
#top h1 {
padding : 30px 0px 5px 25px;
margin : 0;
font : 150% Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
text-align:left;
color:#EAE8D0;
background:transparent;
}
#top #gem_slogan{
color:#ccc;
}
#top p {
padding : 5px;
font-size: .8em;
}
#top a:link, #top a:visited {
color: #EAE8D0;
background:transparent;
text-decoration: none;
}
#top a:hover {
color: #fff;
background:transparent;
}
/* LEFT SIDEBAR */
#leftnav {
float : left;
width : 160px;
margin : 0;
padding : 5px;
border-right:0px solid #520934 ;
color : #EAE8D0;
background : #9C9473;
}
#leftnav h3{
padding-bottom: 2px;
font-size:120%;
}
#gem_slogan{
padding-left:30px;
}
#content {
margin :10px 0 0 180px;
padding : 30px 10px 10px 10px;
}
#footer {
clear : both;
margin : 0 ;
padding : .5em;
color : #EAE8D0;
text-align:center;
background : #404040;
border-top : 0px solid #520934;
}
#footer a:link, #footer a:visited {
font-size: .9em;
color : #eee;
background : inherit;
text-decoration : none;
}
#footer a:hover {
font-size: .9em;
color :#3E3E3E;
background:inherit;
}
#leftnav p {
margin : 5px 0 10px 5px;
}
h2 {
margin : 0;
padding : 20px 0 5px 0px;
font : 140% Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
border-bottom: 1px solid #656C4A;
color:#656C4A;
background:inherit;
}
h3 {
margin : 0;
padding : 20px 0 5px 10px;
font : 120% Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
color:#EAE8D0;
background:inherit;
}
#footer img {
float : right;
}
/* seen by IE5mac only, by <NAME> www.l-c-n.com */
*>html #footer img {
margin : 0;
}
/* end */
.happy {
border-top : 1px solid #808080;
padding : 10px;
}
a:link, a:visited {
color : #5F5C51;
background : inherit;
text-decoration : none;
}
a:hover {
color :#3E3E3E;
background : inherit;
}
a:active {
color : #F5DE1E;
background : inherit;
text-decoration : none;
}
img {
border : none;
}
.imgright {
float: right;
border: 1px solid #656C4A;
margin: 5px 15px 10px 10px;
padding: 10px;
}
.imgleft {
float: left;
border: 1px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 10px;
}
#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #A6C3AD;
color:#000;
}
.navlist li {
font-size:12px;
list-style-type: none;
background: inherit;
color: #5F5C51;
margin: 0 15px 0 0;
padding: 0;
}
.navlist{
padding:0;
margin-left:20px;
margin-top:2px;
margin-bottom:5px;
font-size:12px;
}
#gallery {
height:100px;
}
#gallery img {
float: left;
padding: 20px;
}
.clear {
clear: left;
}
.quote {
width: 130px;
margin: 0;
border : 1px dashed #fff;
padding : 10px;
color:#656C4A;
background: #E4DCB2;
font-size: .8em;
}
.search {
background: #E4DCB2;
color: #000;
border-top: 1px solid #F0E9DD;
border-bottom: 1px solid #F0E9DD;
clear: both;
text-align: left;
padding: 5px 0 5px 0;
}
form {
margin: 0;
}
input.search {
width: 80px;
border: none;
color: #000;
background: url(images/input.gif);
padding: 4px;
}
input.login {
width: 80px;
border: none;
background: url(images/logininput.gif);
padding: 4px;
}
.post-footer{
background:#E3DAB1;
}
h2.link_to_post{
font-size:20px;
text-align:left;
}
h2.link_to_post a:hover{
text-decoration:none;
color:#3E3E3E;
}
#article_tabs{float:left;width:100%;margin-bottom:25px;}
#guestbook_wrap, #comments_wrap{
float:left;
width:98%;
}
.page_clear{clear:both;} | 0.215598 | 0.05151 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
/*===== VARIABLES CSS =====*/
:root {
--header-height: 3rem;
/*========== Colors ==========*/
--first-color: #4daeae;
--first-color-alt: #199797;
--title-color: #393939;
--text-color: #707070;
--text-color-light: #A6A6A6;
--body-color: #ffff;
--container-color: #FFFFFF;
/*========== Font and typography ==========*/
--body-font: 'Poppins', sans-serif;
--biggest-font-size: 2.25rem;
--h1-font-size: 1.5rem;
--h2-font-size: 1.25rem;
--h3-font-size: 1rem;
--normal-font-size: .938rem;
--small-font-size: .813rem;
--smaller-font-size: .75rem;
/*========== Font weight ==========*/
--font-medium: 500;
--font-semi-bold: 600;
/*========== Margenes ==========*/
--mb-1: .5rem;
--mb-2: 1rem;
--mb-3: 1.5rem;
--mb-4: 2rem;
--mb-5: 2.5rem;
--mb-6: 3rem;
/*========== z index ==========*/
--z-tooltip: 10;
--z-fixed: 100;
}
@media screen and (min-width: 768px){
:root{
--biggest-font-size: 4rem;
--h1-font-size: 2.25rem;
--h2-font-size: 1.5rem;
--h3-font-size: 1.25rem;
--normal-font-size: 1rem;
--small-font-size: .875rem;
--smaller-font-size: .813rem;
}
}
/*========== BASE ==========*/
*,::before,::after{
box-sizing: border-box;
}
html{
scroll-behavior: smooth;
}
body{
margin: var(--header-height) 0 0 0;
font-family: var(--body-font);
font-size: var(--normal-font-size);
background-color: var(--body-color);
color: var(--text-color);
line-height: 1.6;
}
h1,h2,h3,p,ul{
margin: 0;
}
ul{
padding: 0;
list-style: none;
}
a{
text-decoration: none;
}
img{
max-width: 100%;
height: auto;
}
/*========== CLASS CSS ==========*/
.section{
padding: 4rem 0 2rem;
}
.section-title, .section-subtitle{
text-align: center;
}
.section-title{
font-size: var(--h3-font-size);
color: var(--title-color);
margin-bottom: var(--mb-3);
}
.section-subtitle{
display: block;
font-size: var(--h1-font-size);
color: var(--first-color);
font-weight: var(--font-medium);
margin-bottom: var(--mb-1);
}
/*========== LAYOUT ==========*/
.bd-container{
max-width: 960px;
width: calc(100% - 2rem);
margin-left: var(--mb-2);
margin-right: var(--mb-2);
}
.bd-grid{
display: grid;
gap: 1.5rem;
}
.l-header{
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: var(--z-fixed);
background-color: var(--body-color);
}
/*========== NAV ==========*/
.nav{
max-width: 1024px;
height: var(--header-height);
display: flex;
justify-content: space-between;
align-items: center;
}
@media screen and (max-width: 768px){
.nav__menu{
position: fixed;
top: -100%;
left: 0;
width: 100%;
padding: 1.5rem 0 1rem;
text-align: center;
background-color: var(--body-color);
transition: .4s;
box-shadow: 0 4px 4px rgba(0,0,0,.1);
border-radius: 0 0 1rem 1rem;
z-index: var(--z-fixed);
}
}
.nav__item{
margin-bottom: var(--mb-2);
}
.nav__link, .nav__logo, .nav__toggle{
color: var(--text-color);
font-weight: var(--font-medium);
}
.nav__logo:hover{
color: var(--first-color);
}
.nav__link{
transition: .3s;
}
.nav__link:hover{
color: var(--first-color);
}
.nav__toggle{
font-size: 1.3rem;
cursor: pointer;
}
/* Show menu */
.show-menu{
top: var(--header-height);
}
/* Active menu */
.active-link{
color: var(--first-color);
}
/* Change background header */
.scroll-header{
box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
/* Scroll top */
.scrolltop{
position: fixed;
right: 1rem;
bottom: -20%;
display: flex;
justify-content: center;
align-items: center;
padding: .3rem;
background: #199797;
border-radius: .4rem;
z-index: var(--z-tooltip);
transition: .4s;
visibility: hidden;
}
.scrolltop:hover{
background-color: var(--first-color-alt);
}
.scrolltop__icon{
font-size: 1.8rem;
color: var(--body-color);
}
/* Show scrolltop */
.show-scroll{
visibility: visible;
bottom: 1.5rem;
}
/*========== HOME ==========*/
.home__container{
height: calc(100vh - var(--header-height));
align-content: center;
}
.home__title{
font-size: var(--biggest-font-size);
color: var(--first-color-alt);
margin-bottom: var(--mb-1);
}
.home__subtitle{
font-size: var(--body-font);
color: var(--title-color);
margin-bottom: var(--mb-4);
}
/*========== BUTTONS ==========*/
.button{
display: inline-block;
background-color: var(--first-color);
color: #FFF;
padding: .75rem 1rem;
border-radius: .5rem;
transition: .3s;
}
.button:hover{
background-color: var(--first-color-alt);
}
/*========== ABOUT ==========*/
.about__data{
text-align: center;
}
.about__description{
margin-bottom: var(--mb-3);
}
.about__img{
width: 280px;
border-radius: .5rem;
justify-self: center;
}
/*========== SERVICES ==========*/
.services__container{
row-gap: 2.5rem;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.services__content{
text-align: center;
}
.services__img{
width: 64px;
height: 64px;
fill: var(--first-color);
margin-bottom: var(--mb-2);
}
.services__title{
font-size: var(--h3-font-size);
color: var(--first-color);
margin-bottom: var(--mb-1);
}
.services__description{
padding: 0 1.5rem;
}
/*========== Contact us ==========*/
.container{
position: relative;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 20px 100px;
}
.container:after{
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: url("assets/img/img1.jpg") no-repeat center;
background-size: cover;
filter: blur(50px);
z-index: -1;
}
.contact-box{
max-width: 850px;
display: grid;
grid-template-columns: repeat(2, 1fr);
justify-content: center;
align-items: center;
text-align: center;
background-color: #fff;
box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}
.left .contact-img{
padding-left: 1em;
background-size: cover;
height: 100%;
}
.left p ,i{
text-align: left;
color: #199797;
font-weight: 500;
font-size: 16px;
}
.right{
padding: 2em 1.5em;
}
h2{
position: relative;
padding: 0 0 10px;
margin-bottom: 10px;
}
.field ,.ofield{
width: 100%;
border: 2px solid rgba(0, 0, 0, 0);
outline: none;
background-color: rgba(230, 230, 230, 0.6);
padding: 0.5rem 1rem;
font-size: 1.1rem;
margin-bottom: 22px;
transition: .3s;
border-radius: 10px;
}
.field:hover{
background-color: rgba(0, 0, 0, 0.1);
}
textarea{
min-height: 150px;
}
.ofield{
min-height: 80px;
}
.btn{
width: 100%;
padding: 0.5rem 1rem;
background-color: #4daeae;
color: #fff;
font-size: 1.1rem;
border: none;
outline: none;
cursor: pointer;
transition: .3s;
border-radius: 10px;
}
.btn:hover{
background-color: #199797;
}
.field:focus{
border: 2px solid #199797;
background-color: #fff;
}
/*========== FOOTER ==========*/
.footer__container{
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
row-gap: 2rem;
}
.footer__logo{
font-size: var(--h3-font-size);
color: var(--first-color);
font-weight: var(--font-semi-bold);
}
.footer__description{
display: block;
font-size: var(--small-font-size);
margin: .25rem 0 var(--mb-3);
}
.footer__social{
font-size: 1.5rem;
color: var(--title-color);
margin-right: var(--mb-2);
}
.footer__title{
font-size: var(--h2-font-size);
color: var(--title-color);
margin-bottom: var(--mb-2);
}
.footer__link{
display: inline-block;
color: var(--text-color);
margin-bottom: var(--mb-1);
}
.footer__link:hover{
color: var(--first-color);
padding: 2%;
}
.footer__copy{
text-align: center;
font-size: var(--small-font-size);
color: var(--text-color-light);
margin-top: 3.5rem;
}
/* ========== review ========== */
.review {
background: #fff;
}
.review .member {
position: relative;
box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
padding: 30px;
border-radius: 10px;
}
.review .member .pic {
overflow: hidden;
width: 100px;
border-radius: 50%;
}
.review .member .pic img {
transition: ease-in-out 0.3s;
}
.review .member:hover img {
transform: scale(1.1);
}
.review .member .member-info {
padding-left: 30px;
}
.review .member h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 20px;
color: #2c4964;
}
.review .member span {
display: block;
font-size: 15px;
padding-bottom: 10px;
position: relative;
font-weight: 500;
}
.review .member span::after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #b2c8dd;
bottom: 0;
left: 0;
}
.review .member p {
margin: 10px 0 0 0;
font-size: 14px;
}
.review .member .social {
margin-top: 12px;
display: flex;
align-items: center;
justify-content: flex-start;
}
/*========== MEDIA QUERIES ==========*/
@media screen and (min-width: 576px){
.home__container,
.about__container{
grid-template-columns: repeat(2,1fr);
align-items: center;
}
.about__data, .about__initial,
.contact__container, .contact__initial{
text-align: initial;
}
.about__img, .app__img{
width: 380px;
order: -1;
}
.contact__container{
grid-template-columns: 1.75fr 1fr;
align-items: center;
}
.contact__button{
justify-self: center;
}
}
@media screen and (min-width: 768px){
body{
margin: 0;
}
.section{
padding-top: 8rem;
}
.nav{
height: calc(var(--header-height) + 1.5rem);
}
.nav__list{
display: flex;
}
.nav__item{
margin-left: var(--mb-5);
margin-bottom: 0;
}
.nav__toggle{
display: none;
}
.change-theme{
position: initial;
margin-left: var(--mb-2);
}
.home__container{
height: 100vh;
justify-items: center;
}
.services__container{
margin-top: var(--mb-6);
}
.container{
display: block;
}
}
@media screen and (min-width: 960px){
.bd-container{
margin-left: auto;
margin-right: auto;
}
.home__img{
width: 500px;
}
.about__container{
column-gap: 7rem;
}
}
@media screen and (min-height: 721px) {
.home__container {
height: 640px;
}
}
@media screen and (max-width: 880px){
.contact-box{
grid-template-columns: 1fr;
}
.left{
height: 350px;
}
.left .contact-img{
height: 350px;
padding-left: 0;
}
}
@media screen and (max-width: 580px){
.contact-box{
grid-template-columns: 1fr;
}
.left{
height: 0;
}
.left .contact-img{
display: none;
}
}
@media screen and (max-width: 450px){
.contact-box{
grid-template-columns: 1fr;
}
.container{
padding: 0;
}
}
@media screen and (max-width: 250px){
.contact-box{
grid-template-columns: 1fr;
}
.container{
margin: 0;
padding: 0;
}
.bd-container{
margin-left: 10%
}
}
@media screen and (max-width: 500px){
.footer__container{
text-align: center;
}
} | university/assets/css/styles.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
/*===== VARIABLES CSS =====*/
:root {
--header-height: 3rem;
/*========== Colors ==========*/
--first-color: #4daeae;
--first-color-alt: #199797;
--title-color: #393939;
--text-color: #707070;
--text-color-light: #A6A6A6;
--body-color: #ffff;
--container-color: #FFFFFF;
/*========== Font and typography ==========*/
--body-font: 'Poppins', sans-serif;
--biggest-font-size: 2.25rem;
--h1-font-size: 1.5rem;
--h2-font-size: 1.25rem;
--h3-font-size: 1rem;
--normal-font-size: .938rem;
--small-font-size: .813rem;
--smaller-font-size: .75rem;
/*========== Font weight ==========*/
--font-medium: 500;
--font-semi-bold: 600;
/*========== Margenes ==========*/
--mb-1: .5rem;
--mb-2: 1rem;
--mb-3: 1.5rem;
--mb-4: 2rem;
--mb-5: 2.5rem;
--mb-6: 3rem;
/*========== z index ==========*/
--z-tooltip: 10;
--z-fixed: 100;
}
@media screen and (min-width: 768px){
:root{
--biggest-font-size: 4rem;
--h1-font-size: 2.25rem;
--h2-font-size: 1.5rem;
--h3-font-size: 1.25rem;
--normal-font-size: 1rem;
--small-font-size: .875rem;
--smaller-font-size: .813rem;
}
}
/*========== BASE ==========*/
*,::before,::after{
box-sizing: border-box;
}
html{
scroll-behavior: smooth;
}
body{
margin: var(--header-height) 0 0 0;
font-family: var(--body-font);
font-size: var(--normal-font-size);
background-color: var(--body-color);
color: var(--text-color);
line-height: 1.6;
}
h1,h2,h3,p,ul{
margin: 0;
}
ul{
padding: 0;
list-style: none;
}
a{
text-decoration: none;
}
img{
max-width: 100%;
height: auto;
}
/*========== CLASS CSS ==========*/
.section{
padding: 4rem 0 2rem;
}
.section-title, .section-subtitle{
text-align: center;
}
.section-title{
font-size: var(--h3-font-size);
color: var(--title-color);
margin-bottom: var(--mb-3);
}
.section-subtitle{
display: block;
font-size: var(--h1-font-size);
color: var(--first-color);
font-weight: var(--font-medium);
margin-bottom: var(--mb-1);
}
/*========== LAYOUT ==========*/
.bd-container{
max-width: 960px;
width: calc(100% - 2rem);
margin-left: var(--mb-2);
margin-right: var(--mb-2);
}
.bd-grid{
display: grid;
gap: 1.5rem;
}
.l-header{
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: var(--z-fixed);
background-color: var(--body-color);
}
/*========== NAV ==========*/
.nav{
max-width: 1024px;
height: var(--header-height);
display: flex;
justify-content: space-between;
align-items: center;
}
@media screen and (max-width: 768px){
.nav__menu{
position: fixed;
top: -100%;
left: 0;
width: 100%;
padding: 1.5rem 0 1rem;
text-align: center;
background-color: var(--body-color);
transition: .4s;
box-shadow: 0 4px 4px rgba(0,0,0,.1);
border-radius: 0 0 1rem 1rem;
z-index: var(--z-fixed);
}
}
.nav__item{
margin-bottom: var(--mb-2);
}
.nav__link, .nav__logo, .nav__toggle{
color: var(--text-color);
font-weight: var(--font-medium);
}
.nav__logo:hover{
color: var(--first-color);
}
.nav__link{
transition: .3s;
}
.nav__link:hover{
color: var(--first-color);
}
.nav__toggle{
font-size: 1.3rem;
cursor: pointer;
}
/* Show menu */
.show-menu{
top: var(--header-height);
}
/* Active menu */
.active-link{
color: var(--first-color);
}
/* Change background header */
.scroll-header{
box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
/* Scroll top */
.scrolltop{
position: fixed;
right: 1rem;
bottom: -20%;
display: flex;
justify-content: center;
align-items: center;
padding: .3rem;
background: #199797;
border-radius: .4rem;
z-index: var(--z-tooltip);
transition: .4s;
visibility: hidden;
}
.scrolltop:hover{
background-color: var(--first-color-alt);
}
.scrolltop__icon{
font-size: 1.8rem;
color: var(--body-color);
}
/* Show scrolltop */
.show-scroll{
visibility: visible;
bottom: 1.5rem;
}
/*========== HOME ==========*/
.home__container{
height: calc(100vh - var(--header-height));
align-content: center;
}
.home__title{
font-size: var(--biggest-font-size);
color: var(--first-color-alt);
margin-bottom: var(--mb-1);
}
.home__subtitle{
font-size: var(--body-font);
color: var(--title-color);
margin-bottom: var(--mb-4);
}
/*========== BUTTONS ==========*/
.button{
display: inline-block;
background-color: var(--first-color);
color: #FFF;
padding: .75rem 1rem;
border-radius: .5rem;
transition: .3s;
}
.button:hover{
background-color: var(--first-color-alt);
}
/*========== ABOUT ==========*/
.about__data{
text-align: center;
}
.about__description{
margin-bottom: var(--mb-3);
}
.about__img{
width: 280px;
border-radius: .5rem;
justify-self: center;
}
/*========== SERVICES ==========*/
.services__container{
row-gap: 2.5rem;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.services__content{
text-align: center;
}
.services__img{
width: 64px;
height: 64px;
fill: var(--first-color);
margin-bottom: var(--mb-2);
}
.services__title{
font-size: var(--h3-font-size);
color: var(--first-color);
margin-bottom: var(--mb-1);
}
.services__description{
padding: 0 1.5rem;
}
/*========== Contact us ==========*/
.container{
position: relative;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 20px 100px;
}
.container:after{
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: url("assets/img/img1.jpg") no-repeat center;
background-size: cover;
filter: blur(50px);
z-index: -1;
}
.contact-box{
max-width: 850px;
display: grid;
grid-template-columns: repeat(2, 1fr);
justify-content: center;
align-items: center;
text-align: center;
background-color: #fff;
box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}
.left .contact-img{
padding-left: 1em;
background-size: cover;
height: 100%;
}
.left p ,i{
text-align: left;
color: #199797;
font-weight: 500;
font-size: 16px;
}
.right{
padding: 2em 1.5em;
}
h2{
position: relative;
padding: 0 0 10px;
margin-bottom: 10px;
}
.field ,.ofield{
width: 100%;
border: 2px solid rgba(0, 0, 0, 0);
outline: none;
background-color: rgba(230, 230, 230, 0.6);
padding: 0.5rem 1rem;
font-size: 1.1rem;
margin-bottom: 22px;
transition: .3s;
border-radius: 10px;
}
.field:hover{
background-color: rgba(0, 0, 0, 0.1);
}
textarea{
min-height: 150px;
}
.ofield{
min-height: 80px;
}
.btn{
width: 100%;
padding: 0.5rem 1rem;
background-color: #4daeae;
color: #fff;
font-size: 1.1rem;
border: none;
outline: none;
cursor: pointer;
transition: .3s;
border-radius: 10px;
}
.btn:hover{
background-color: #199797;
}
.field:focus{
border: 2px solid #199797;
background-color: #fff;
}
/*========== FOOTER ==========*/
.footer__container{
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
row-gap: 2rem;
}
.footer__logo{
font-size: var(--h3-font-size);
color: var(--first-color);
font-weight: var(--font-semi-bold);
}
.footer__description{
display: block;
font-size: var(--small-font-size);
margin: .25rem 0 var(--mb-3);
}
.footer__social{
font-size: 1.5rem;
color: var(--title-color);
margin-right: var(--mb-2);
}
.footer__title{
font-size: var(--h2-font-size);
color: var(--title-color);
margin-bottom: var(--mb-2);
}
.footer__link{
display: inline-block;
color: var(--text-color);
margin-bottom: var(--mb-1);
}
.footer__link:hover{
color: var(--first-color);
padding: 2%;
}
.footer__copy{
text-align: center;
font-size: var(--small-font-size);
color: var(--text-color-light);
margin-top: 3.5rem;
}
/* ========== review ========== */
.review {
background: #fff;
}
.review .member {
position: relative;
box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
padding: 30px;
border-radius: 10px;
}
.review .member .pic {
overflow: hidden;
width: 100px;
border-radius: 50%;
}
.review .member .pic img {
transition: ease-in-out 0.3s;
}
.review .member:hover img {
transform: scale(1.1);
}
.review .member .member-info {
padding-left: 30px;
}
.review .member h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 20px;
color: #2c4964;
}
.review .member span {
display: block;
font-size: 15px;
padding-bottom: 10px;
position: relative;
font-weight: 500;
}
.review .member span::after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #b2c8dd;
bottom: 0;
left: 0;
}
.review .member p {
margin: 10px 0 0 0;
font-size: 14px;
}
.review .member .social {
margin-top: 12px;
display: flex;
align-items: center;
justify-content: flex-start;
}
/*========== MEDIA QUERIES ==========*/
@media screen and (min-width: 576px){
.home__container,
.about__container{
grid-template-columns: repeat(2,1fr);
align-items: center;
}
.about__data, .about__initial,
.contact__container, .contact__initial{
text-align: initial;
}
.about__img, .app__img{
width: 380px;
order: -1;
}
.contact__container{
grid-template-columns: 1.75fr 1fr;
align-items: center;
}
.contact__button{
justify-self: center;
}
}
@media screen and (min-width: 768px){
body{
margin: 0;
}
.section{
padding-top: 8rem;
}
.nav{
height: calc(var(--header-height) + 1.5rem);
}
.nav__list{
display: flex;
}
.nav__item{
margin-left: var(--mb-5);
margin-bottom: 0;
}
.nav__toggle{
display: none;
}
.change-theme{
position: initial;
margin-left: var(--mb-2);
}
.home__container{
height: 100vh;
justify-items: center;
}
.services__container{
margin-top: var(--mb-6);
}
.container{
display: block;
}
}
@media screen and (min-width: 960px){
.bd-container{
margin-left: auto;
margin-right: auto;
}
.home__img{
width: 500px;
}
.about__container{
column-gap: 7rem;
}
}
@media screen and (min-height: 721px) {
.home__container {
height: 640px;
}
}
@media screen and (max-width: 880px){
.contact-box{
grid-template-columns: 1fr;
}
.left{
height: 350px;
}
.left .contact-img{
height: 350px;
padding-left: 0;
}
}
@media screen and (max-width: 580px){
.contact-box{
grid-template-columns: 1fr;
}
.left{
height: 0;
}
.left .contact-img{
display: none;
}
}
@media screen and (max-width: 450px){
.contact-box{
grid-template-columns: 1fr;
}
.container{
padding: 0;
}
}
@media screen and (max-width: 250px){
.contact-box{
grid-template-columns: 1fr;
}
.container{
margin: 0;
padding: 0;
}
.bd-container{
margin-left: 10%
}
}
@media screen and (max-width: 500px){
.footer__container{
text-align: center;
}
} | 0.212804 | 0.054074 |
.header {
display: flex;
padding: 10px;
background-color: #fafafa;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid lightgray;
position: sticky;
top: 0;
z-index: 10;
height: 50px !important;
width: 100%;
}
.header__left {
display: flex;
cursor: pointer;
align-items: center;
margin-right: 10px !important;
}
.header__left__icon {
font-size: 25px;
color: limegreen;
}
.header__left h1 {
margin-left: 5px;
font-size: 20px;
text-transform: uppercase;
color: lightseagreen;
}
.header__left h1::first-letter {
color: orange;
}
.header__center {
flex: 1;
justify-content: center !important;
align-items: center;
width: 100%;
}
.header__right {
display: flex;
align-items: center;
margin-left: 10px !important;
}
.header__right__user {
display: flex;
align-items: center;
flex-direction: column;
cursor: pointer;
margin-left: 10px !important;
}
.header__user__avatar {
width: 30px !important;
height: 30px !important;
}
.header__right__user > h1 {
font-size: 12px;
}
.header__right__icon__button {
margin: 0px 5px !important;
width: fit-content !important;
height: fit-content !important;
padding: 5px !important;
}
.header__right__login__button {
background-color: black;
outline: none;
border: none;
margin-left: 10px;
cursor: pointer;
color: white;
padding: 5px 15px;
border-radius: 5px;
}
.header__right > h1 {
background: black;
color: white;
padding: 3px 12px;
width: fit-content;
font-size: 12px;
border-radius: 999px;
font-weight: normal !important;
display: none;
}
.header__right__menu {
margin-left: 10px !important;
display: none !important;
}
.header__right__popover {
/* padding: 0 !important; */
}
@media only screen and (max-width: 425px) {
.header__right {
display: none !important;
}
.header__right__menu {
display: inline-flex !important;
}
.header__left__icon {
font-size: 20px;
}
.header__left h1 {
font-size: 16px;
}
} | apps/infinite-shop/src/components/Header/Header.css | .header {
display: flex;
padding: 10px;
background-color: #fafafa;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid lightgray;
position: sticky;
top: 0;
z-index: 10;
height: 50px !important;
width: 100%;
}
.header__left {
display: flex;
cursor: pointer;
align-items: center;
margin-right: 10px !important;
}
.header__left__icon {
font-size: 25px;
color: limegreen;
}
.header__left h1 {
margin-left: 5px;
font-size: 20px;
text-transform: uppercase;
color: lightseagreen;
}
.header__left h1::first-letter {
color: orange;
}
.header__center {
flex: 1;
justify-content: center !important;
align-items: center;
width: 100%;
}
.header__right {
display: flex;
align-items: center;
margin-left: 10px !important;
}
.header__right__user {
display: flex;
align-items: center;
flex-direction: column;
cursor: pointer;
margin-left: 10px !important;
}
.header__user__avatar {
width: 30px !important;
height: 30px !important;
}
.header__right__user > h1 {
font-size: 12px;
}
.header__right__icon__button {
margin: 0px 5px !important;
width: fit-content !important;
height: fit-content !important;
padding: 5px !important;
}
.header__right__login__button {
background-color: black;
outline: none;
border: none;
margin-left: 10px;
cursor: pointer;
color: white;
padding: 5px 15px;
border-radius: 5px;
}
.header__right > h1 {
background: black;
color: white;
padding: 3px 12px;
width: fit-content;
font-size: 12px;
border-radius: 999px;
font-weight: normal !important;
display: none;
}
.header__right__menu {
margin-left: 10px !important;
display: none !important;
}
.header__right__popover {
/* padding: 0 !important; */
}
@media only screen and (max-width: 425px) {
.header__right {
display: none !important;
}
.header__right__menu {
display: inline-flex !important;
}
.header__left__icon {
font-size: 20px;
}
.header__left h1 {
font-size: 16px;
}
} | 0.372049 | 0.097176 |
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
* {
box-sizing: border-box;
}
html {
font-size: 100%;
}
body {
margin: 0;
padding: 0;
color: #666666;
background-color:#ff7f50;
}
img {
width: 100%;
height: auto;
}
nav ul {
margin: 0;
padding: 0;
}
nav ul li a {
display: block;
}
p,
li,
a {
font-size: 1.2rem;
line-height: 1.4;
}
p {
margin: 0 0 10px 0px;
font-size: 0.8rem;
font-family:Lobster;
}
h3 {
font-size: 2.2rem;
font-weight: bold;
color: #333333;
line-height: 1.6;
font-family: Indie+Flower;
}
h2 {
font-size: 2.7rem;
font-weight: bold;
color: #333333;
word-spacing: 2.0rem;
line-height: 2;
font-family: Indie+Flower;
}
h1 {
border: 3px solid;
font-size: 3.2rem;
font-weight: bold;
color: #990000;
letter-spacing: 5px;
word-spacing: 3.0rem;
line-height: 2;
}
header{
background-image: url('img/springImg.jpg') ;
}
header h1 {
margin: 0 0 2rem 0;
}
nav li {
list-style: none;
width: 100%;
text-align: center;
font-family: Lobster;
}
nav li a {
text-decoration: none;
background-color: #7F726d;
border-bottom: 1px solid #CCC;
padding: 1rem 0;
color: white;
}
nav li a:hover {
background-color: #CCC;
color: black;
}
footer {
background-color: #7F726D;
color: white;
float: none;
height: 40px;
padding-top: 3px;
}
/*********** media layout ********************/
@media screen and (min-width: 35rem) and (max-width: 60rem) {
.mainnav li {
float: left;
width: 25%;
}
img {
width: 50%;
float: right;
margin: 0 0 0.5rem 1rem;
}
p::after{
content: "";
display: block;
clear: right;
}
p{
font-size: 1rem;
}
main {
width: 63%;
float: left;
padding: 15px;
}
aside {
width: 37%;
float: right;
padding: 15px;
}
footer {
clear: both;
}
}
@media screen and (min-width: 61em) {
.mainnav {
width: 25%;
height: 300px;
float:left;
display: inline-block;
padding: 10px;
}
img {
width: 50%;
float: right;
margin: 0 0 0.5rem 1rem;
}
p::after {
content: "";
display: block;
clear: right;
}
p{
margin: 0;
font-size: 1.5rem;
}
main {
width: 50%;
font-size: 1.5rem;
float: left;
display: inline-block;
padding: 10px;
-webkit-column-count: 2;
-webkit-column-gap: 2rem;
}
aside {
float: right;
width: 25%;
display: inline-block;
padding: 10px;
padding-right: 0px;
}
.footer{
clear:both;
}
} | stylesheet.css | @import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
* {
box-sizing: border-box;
}
html {
font-size: 100%;
}
body {
margin: 0;
padding: 0;
color: #666666;
background-color:#ff7f50;
}
img {
width: 100%;
height: auto;
}
nav ul {
margin: 0;
padding: 0;
}
nav ul li a {
display: block;
}
p,
li,
a {
font-size: 1.2rem;
line-height: 1.4;
}
p {
margin: 0 0 10px 0px;
font-size: 0.8rem;
font-family:Lobster;
}
h3 {
font-size: 2.2rem;
font-weight: bold;
color: #333333;
line-height: 1.6;
font-family: Indie+Flower;
}
h2 {
font-size: 2.7rem;
font-weight: bold;
color: #333333;
word-spacing: 2.0rem;
line-height: 2;
font-family: Indie+Flower;
}
h1 {
border: 3px solid;
font-size: 3.2rem;
font-weight: bold;
color: #990000;
letter-spacing: 5px;
word-spacing: 3.0rem;
line-height: 2;
}
header{
background-image: url('img/springImg.jpg') ;
}
header h1 {
margin: 0 0 2rem 0;
}
nav li {
list-style: none;
width: 100%;
text-align: center;
font-family: Lobster;
}
nav li a {
text-decoration: none;
background-color: #7F726d;
border-bottom: 1px solid #CCC;
padding: 1rem 0;
color: white;
}
nav li a:hover {
background-color: #CCC;
color: black;
}
footer {
background-color: #7F726D;
color: white;
float: none;
height: 40px;
padding-top: 3px;
}
/*********** media layout ********************/
@media screen and (min-width: 35rem) and (max-width: 60rem) {
.mainnav li {
float: left;
width: 25%;
}
img {
width: 50%;
float: right;
margin: 0 0 0.5rem 1rem;
}
p::after{
content: "";
display: block;
clear: right;
}
p{
font-size: 1rem;
}
main {
width: 63%;
float: left;
padding: 15px;
}
aside {
width: 37%;
float: right;
padding: 15px;
}
footer {
clear: both;
}
}
@media screen and (min-width: 61em) {
.mainnav {
width: 25%;
height: 300px;
float:left;
display: inline-block;
padding: 10px;
}
img {
width: 50%;
float: right;
margin: 0 0 0.5rem 1rem;
}
p::after {
content: "";
display: block;
clear: right;
}
p{
margin: 0;
font-size: 1.5rem;
}
main {
width: 50%;
font-size: 1.5rem;
float: left;
display: inline-block;
padding: 10px;
-webkit-column-count: 2;
-webkit-column-gap: 2rem;
}
aside {
float: right;
width: 25%;
display: inline-block;
padding: 10px;
padding-right: 0px;
}
.footer{
clear:both;
}
} | 0.316686 | 0.136062 |
*
{
margin-left:0;
padding:0;
}
body html{
background-color: #fff;
width: 100%;
}
a {
text-decoration:none;
}
.post
{
background-color: #FFF;
overflow: hidden;
box-shadow: 0 0 1px #CCC;
}
.content h3 {
font-family: '<NAME>', cursive;
}
/* article*/
.prix h1 {
text-align: center;
}
.prix button {
color:#6ED5D7;
width: 450px;
height:40px;
border-radius: 20px;
}
@media(max-width: 532px){
.prix h1 {
text-align: center;
font-size:15px;
}
.prix h3 {
font-family: '<NAME>', cursive;
text-align:center;
font-size:20px;
}
}
@media(max-width: 476px){
.prix button {
color:#6ED5D7;
width: 225px;
height:40px;
border-radius: 20px;
}
}
.btn{
color:#6ED5D7;
}
.prix h3 {
font-family: '<NAME>', cursive;
text-align:center;
}
.prix h4 {
text-align:center;
}
.prix {
background-color:#fff;
height: 280px;
border:1px solid #37BDBF;
}
h3{
font-family: 'Josefin Sans', sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700');
h3{
font-family: 'Josefin Sans', sans-serif;
}
.box{
padding:60px 0px;
}
.box-part{
background:#FFF;
border-radius:10px;
padding:60px 10px;
margin:30px 0px;
border:1px solid #37BDBF;
}
.box-part:hover{
background:#F9AD3B;
}
.box-part:hover .fa ,
.box-part:hover .title ,
.box-part:hover .text ,
.box-part:hover a{
color:#FFF;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
transition: all 1s ease-out;
}
.text{
margin:20px 0px;
}
.fa{
color:#4183D7;
}
/* header */
.bg h2
{
font-family: '<NAME>', cursive;
color:#F26524;
font-size:30px;
}
.b1 h1 a
{
font-family: 'Anton', sans-serif;
color:#FFA784;
text-decoration:none;
margin-left:20px;
}
.btn ul>li{
text-align:right;
}
@media(min-width: 1326px){
#myNavbar ul li {
margin: 10px;
left:-125px;
}
}
.titre h1{
color:#C34716;
font-family: 'Anton', sans-serif;
text-align: center;
}
.titre h3 {
font-family: '<NAME>', cursive;
text-align:center;
}
.titre h2{
text-align:center;
color:#6ED5D7;
}
@media (max-width: 800px){
.container-fluid{
text-align:center;
}
}
hr {
border: 0;
width: 100%;
color: #fff;
background-color:#fff;
height: 1px;
}
a:hover{
background-color:#33;
}
/* Menu de navigation */
@import url('https://fonts.googleapis.com/css?family=Roboto|Sacramento');
.my_navbar{
background-color:#C34716;
border-bottom:1px solid #2e3d41;
width:100%;
height: auto;
padding: 0 15px;
position: relative;
margin: 0px;
z-index: 2;
opacity: 0.9;
}
.my_navbar .navbar-nav > li > a
{
font-size: 16px;
color: white;
padding: 15px 20px;
}
.my_navbar .navbar-nav > li > a.active
{
font-size: 4px;
color: white;
background-color:#2e3d41;
}
.my_navbar .navbar-nav > li > a:hover
{
font-size: 16px;
color:blue;
padding: 15px 20px;
background-color:#2e3d41;
}
.my_navbar .navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-color:#2e3d41;
}
.dropdown-menu>li>a {
display: block;
padding: 10px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #fff;
white-space: nowrap;
}
.navbar-header > a
{
font-family: 'Sacramento', cursive;
margin: 0px;
text-decoration: none;
color:white;
font-size: 18px;
font-weight:bolder;
padding: 15px 30px;
}
.my_navbar .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: white;
background-image: none;
border: 2px solid #2e3d41;
border-radius: 4px;
}
.my_navbar .navbar-toggle .icon-bar {
color: #a8d36d;
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
@media screen(max-width:460px){
header{
margin: 450px;
}
}
/ /* carrousel */
.transition-timer-carousel .carousel-caption {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
width: 100%;
left: 0px;
right: 0px;
bottom: 0px;
text-align: left;
padding-top: 5px;
padding-left: 15%;
padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
margin-top: 10px;
font-size: 24px;
}
@media (min-width: 970px) {
/* Lower the font size of the carousel caption header so that our caption
doesn't take up the full image/slide on smaller screens */
.transition-timer-carousel .carousel-caption .carousel-caption-header {
font-size: 36px;
}
}
.transition-timer-carousel .carousel-indicators {
bottom: 0px;
margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
height: 5px;
background-color: #5cb85c;
width: 0%;
margin: -5px 0px 0px 0px;
border: none;
z-index: 11;
position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
/* We make the transition time shorter to avoid the slide transitioning
before the timer bar is "full" - change the 4.25s here to fit your
carousel's transition time */
-webkit-transition: width 4.25s linear;
-moz-transition: width 4.25s linear;
-o-transition: width 4.25s linear;
transition: width 4.25s linear;
}
@media(min-width:1330px) {
#myNavbar ul li{
}
}
/* footer style */
.footer {
background-color:#323232;
height:600px;
color:#fff;
margin:0 auto;
}
.foot h4{
font-family: '<NAME>', cursive;
}
footer ul li {
list-style: none;
font-size:20px;
}
@media (max-width: 638px){
footer ul li {
font-size:15px;
}
}
@media (max-width: 320px){
footer ul li {
text-align:center;
margin-left:-12px;
}
}
@media (max-width: 638px){
.contep h3 {
font-size:15px;
}
}
@media (max-width: 470px){
footer ul li {
font-size:12px;
}
}
@media (max-width: 764px){
.footer {
height:100%;
width:100%;
}
}
@media (max-width: 322px){
.content h3 {
font-size:15px;
}
}
@media (max-width: 322px){
.content h3 {
font-size:15px;
}
} | css/style1.css |
*
{
margin-left:0;
padding:0;
}
body html{
background-color: #fff;
width: 100%;
}
a {
text-decoration:none;
}
.post
{
background-color: #FFF;
overflow: hidden;
box-shadow: 0 0 1px #CCC;
}
.content h3 {
font-family: '<NAME>', cursive;
}
/* article*/
.prix h1 {
text-align: center;
}
.prix button {
color:#6ED5D7;
width: 450px;
height:40px;
border-radius: 20px;
}
@media(max-width: 532px){
.prix h1 {
text-align: center;
font-size:15px;
}
.prix h3 {
font-family: '<NAME>', cursive;
text-align:center;
font-size:20px;
}
}
@media(max-width: 476px){
.prix button {
color:#6ED5D7;
width: 225px;
height:40px;
border-radius: 20px;
}
}
.btn{
color:#6ED5D7;
}
.prix h3 {
font-family: '<NAME>', cursive;
text-align:center;
}
.prix h4 {
text-align:center;
}
.prix {
background-color:#fff;
height: 280px;
border:1px solid #37BDBF;
}
h3{
font-family: 'Josefin Sans', sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700');
h3{
font-family: 'Josefin Sans', sans-serif;
}
.box{
padding:60px 0px;
}
.box-part{
background:#FFF;
border-radius:10px;
padding:60px 10px;
margin:30px 0px;
border:1px solid #37BDBF;
}
.box-part:hover{
background:#F9AD3B;
}
.box-part:hover .fa ,
.box-part:hover .title ,
.box-part:hover .text ,
.box-part:hover a{
color:#FFF;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
transition: all 1s ease-out;
}
.text{
margin:20px 0px;
}
.fa{
color:#4183D7;
}
/* header */
.bg h2
{
font-family: '<NAME>', cursive;
color:#F26524;
font-size:30px;
}
.b1 h1 a
{
font-family: 'Anton', sans-serif;
color:#FFA784;
text-decoration:none;
margin-left:20px;
}
.btn ul>li{
text-align:right;
}
@media(min-width: 1326px){
#myNavbar ul li {
margin: 10px;
left:-125px;
}
}
.titre h1{
color:#C34716;
font-family: 'Anton', sans-serif;
text-align: center;
}
.titre h3 {
font-family: '<NAME>', cursive;
text-align:center;
}
.titre h2{
text-align:center;
color:#6ED5D7;
}
@media (max-width: 800px){
.container-fluid{
text-align:center;
}
}
hr {
border: 0;
width: 100%;
color: #fff;
background-color:#fff;
height: 1px;
}
a:hover{
background-color:#33;
}
/* Menu de navigation */
@import url('https://fonts.googleapis.com/css?family=Roboto|Sacramento');
.my_navbar{
background-color:#C34716;
border-bottom:1px solid #2e3d41;
width:100%;
height: auto;
padding: 0 15px;
position: relative;
margin: 0px;
z-index: 2;
opacity: 0.9;
}
.my_navbar .navbar-nav > li > a
{
font-size: 16px;
color: white;
padding: 15px 20px;
}
.my_navbar .navbar-nav > li > a.active
{
font-size: 4px;
color: white;
background-color:#2e3d41;
}
.my_navbar .navbar-nav > li > a:hover
{
font-size: 16px;
color:blue;
padding: 15px 20px;
background-color:#2e3d41;
}
.my_navbar .navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-color:#2e3d41;
}
.dropdown-menu>li>a {
display: block;
padding: 10px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #fff;
white-space: nowrap;
}
.navbar-header > a
{
font-family: 'Sacramento', cursive;
margin: 0px;
text-decoration: none;
color:white;
font-size: 18px;
font-weight:bolder;
padding: 15px 30px;
}
.my_navbar .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: white;
background-image: none;
border: 2px solid #2e3d41;
border-radius: 4px;
}
.my_navbar .navbar-toggle .icon-bar {
color: #a8d36d;
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
@media screen(max-width:460px){
header{
margin: 450px;
}
}
/ /* carrousel */
.transition-timer-carousel .carousel-caption {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
width: 100%;
left: 0px;
right: 0px;
bottom: 0px;
text-align: left;
padding-top: 5px;
padding-left: 15%;
padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
margin-top: 10px;
font-size: 24px;
}
@media (min-width: 970px) {
/* Lower the font size of the carousel caption header so that our caption
doesn't take up the full image/slide on smaller screens */
.transition-timer-carousel .carousel-caption .carousel-caption-header {
font-size: 36px;
}
}
.transition-timer-carousel .carousel-indicators {
bottom: 0px;
margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
height: 5px;
background-color: #5cb85c;
width: 0%;
margin: -5px 0px 0px 0px;
border: none;
z-index: 11;
position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
/* We make the transition time shorter to avoid the slide transitioning
before the timer bar is "full" - change the 4.25s here to fit your
carousel's transition time */
-webkit-transition: width 4.25s linear;
-moz-transition: width 4.25s linear;
-o-transition: width 4.25s linear;
transition: width 4.25s linear;
}
@media(min-width:1330px) {
#myNavbar ul li{
}
}
/* footer style */
.footer {
background-color:#323232;
height:600px;
color:#fff;
margin:0 auto;
}
.foot h4{
font-family: '<NAME>', cursive;
}
footer ul li {
list-style: none;
font-size:20px;
}
@media (max-width: 638px){
footer ul li {
font-size:15px;
}
}
@media (max-width: 320px){
footer ul li {
text-align:center;
margin-left:-12px;
}
}
@media (max-width: 638px){
.contep h3 {
font-size:15px;
}
}
@media (max-width: 470px){
footer ul li {
font-size:12px;
}
}
@media (max-width: 764px){
.footer {
height:100%;
width:100%;
}
}
@media (max-width: 322px){
.content h3 {
font-size:15px;
}
}
@media (max-width: 322px){
.content h3 {
font-size:15px;
}
} | 0.199074 | 0.053157 |
@import 'settings-panel.css';
@import url("http://fonts.googleapis.com/css?family=Open Sans+Condensed:400,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700");
@import url("http://fonts.googleapis.com/css?family=Volkhov:400italic");
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: Open Sans,'Helvetica Neue',Arial,sans-serif;
background: #fcfcfc /*url("../images/d4.jpg")*/;
}
a {
color: #8dc73f;
transition: .4s;
}
a, a:hover, a:focus, a:active {
outline: 0;
text-decoration: none;
transition: .4s;
color:inherit;
}
a:hover {
color: #8dc73f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
color:#000;
text-transform: uppercase;
letter-spacing: 1px;
}
p {
margin-bottom: 17px;
font-size: 13px;
line-height: 23px;
color: #878787;
}
ul, li {
list-style: none;
padding: 0px;
margin: 0px;
}
.border{border: 1px solid #eee; padding: 10px}
.no-padding {
padding: 0 !important;
}
.outer-wrapper {
width: 100%;
position: relative;
overflow: hidden;
background:#fcfcfc;
}
.outer-wrapper.boxed {
width: 98%;
max-width:1250px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}
.outer-wrapper.boxed header {
width: 100%;
max-width:1250px;
margin-left: auto;
margin-right: auto;
}
#header-main.affix a.navbar-brand {
font-size: 31px !important;
margin: 5px 0 0;
}
#header-main.affix {
position: fixed;
top: 0;
left: 0;
width: 100%;
margin-top: 0;
padding: 10px 0;
min-height: inherit;
z-index: 999;
background: #ffffff;
background: rgba(255,255,255,1);
border-bottom: 1px solid #efefef;
}
#header-main.affix .navbar {
margin-top: 0px;
}
#header-main.affix .navbar-nav > li > .dropdown-menu {
margin-top: 12px !important;
}
#header-main.affix .navbar-brand img {
width: 80%;
margin-top: 7px;
}
#header-main.affix .navbar-brand {
line-height: 38px;
}
#header-main {
padding: 0px;
position: relative;
background-color: #FFF;
top: 0px;
left: 0px;
right: 0px;
font-family: raleway;
z-index: 99999;
border-bottom: 1px solid #eee;
}
#header-main .navbar-default {
background-color: transparent;
border: none;
}
#header-main .navbar-brand {
padding: 0px 0 0;
}
#header-main .navbar-brand img {
width: 100px;
/*height: 24px;*/
}
#header-main .navbar {
margin-bottom: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0px;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0px;
margin: 2px 0px 0px;
list-style: outside none none;
font-size: 14px;
background-color: #FFF;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
background-clip: padding-box;
}
#header-main .yamm .nav,
#header-main .yamm .collapse,
#header-main .yamm .dropup,
#header-main .yamm .dropdown {
position: static;
}
#header-main .yamm .container {
position: relative;
}
#header-main .yamm .dropdown-menu {
left: auto;
right: auto;
border: 1px solid #eee;
}
.white-wrapper .testimonial h3,
#header-main .yamm-fw .dropdown-menu li a {
color: #262626 !important;
}
#header-main .yamm-fw .dropdown-menu li a:before {
font-family: "FontAwesome";
content: "\f105";
font-size: 13px;
padding-right: 5px;
}
#header-main .yamm-fw .dropdown-menu li {
list-style: none;
padding: 0;
}
#header-main .yamm-fw .nav.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
#header-main .yamm .yamm-content {
padding: 20px;
border: 1px solid #eee;
}
#header-main a:hover {
text-decoration: none;
}
#header-main .dropdown-menu li a:focus,
#header-main .dropdown-menu li a:active,
#header-main .dropdown-menu li a:hover {
background-color: #fff;
}
#header-main .yamm img {
margin-bottom: 10px;
}
#header-main .dropdown-menu,
#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
left: 0;
right: 0;
background-color: #fff;
box-shadow: none;
margin-top: -1px;
border: none;
border-top: 1px solid #fff;
z-index: 999999;
}
#header-main .navbar-nav > li > a:focus,
#header-main .navbar-nav > li > a {
color: #262626;
padding: 15px 10px 10px;
font-size: 11px;
overflow: hidden;
position: relative;
z-index: 99999;
text-transform: uppercase;
letter-spacing: 1px;
}
#header-main .navbar-nav > li:hover > a ,
#header-main .navbar-nav > li > a:hover {
background:transparent !important;
}
#header-main .dropdown-menu li a {
text-decoration: none;
display: block;
position: relative;
padding: 15px 20px;
font-size: 12px;
color: #262626 !important;
background: transparent !important;
font-weight:500;
}
#header-main .dropdown-menu li a:hover {
color: #8dc73f !important;
background: #fff !important;
}
#header-main .dropdown-menu {
padding: 0 !important;
border-radius: 0 !important;
}
#header-main .yamm-fw .dropdown-menu li a {
padding: 11px 0px;
font-size: 11px;
font-weight:500;
text-transform: uppercase;
letter-spacing: 1px;
}
#header-main .yamm-fw .dropdown-menu li a:hover {
background: transparent !important;
color: #8dc73f !important;
}
#header-main .dropdown-menu li {
float: none;
display: block;
margin: 0;
text-align: left;
border: 0;
border-bottom: 1px solid #e1e1e1;
position: relative;
}
#header-main .dropdown-menu li:last-child {
border-bottom: 0;
}
#header-main .navbar-nav > li > a:hover,
#header-main .navbar-default .navbar-nav > .open > a,
#header-main .navbar-default .navbar-nav > .open > a:hover,
#header-main .navbar-default .navbar-nav > .open > a:focus {
color: #8dc73f !important;
}
#header-main .dropdown-menu,
#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
border-top-color: #8dc73f !important;
}
#header-main .yamm h3 i,
#header-main .yamm-fw .dropdown-menu li a:before {
color: #8dc73f;
}
.yamm .dropdown-submenu > .dropdown-menu {
top: 0px;
left: 100% !important;
margin-top: -3px !important;
margin-left: -1px;
border-radius: 0px 6px 6px;
}
#header-main .yamm .dropdown-menu {
right: auto;
}
.arrow-up {
color: rgb(0, 0, 0);
font-size: 12px;
display: inline-block;
line-height: 0;
position: relative;
top: -1px;
color: #aaa;
margin-left: 2px;
}
#header-main .navbar-nav > li > a:hover .arrow-up {
color:#8DC73F;
}
#header-main .navbar-nav > li > a.active .arrow-up {
color:#8DC73F;
}
.navbar-brand {
font-family: Pacifico;
color: #000 !important;
margin-top: 15px;
font-size: 35px;
height: 0;
}
.navbar-nav {
float: left;
margin: 0 0 -1px;
}
.slider-wrap {
position: relative !important;
}
.inner-content {
padding: 90px 0;
}
.section-about h3 {
font-size: 25px;
margin: 15px 0 20px;
}
.section-services2 h3 {
font-size: 25px;
margin: 0 0 20px;
}
.ss2-content i {
font-size: 35px;
color: #8dc73f;
}
.ss2-content h4 {
font-size: 16px;
text-transform: uppercase;
margin: 30px 0 13px;
}
.space10 {
margin-bottom: 10px;
}
.space20 {
margin-bottom: 20px;
}
.space30 {
margin-bottom: 30px;
}
.space40 {
margin-bottom: 40px;
}
.space50 {
margin-bottom: 50px;
}
.space60 {
margin-bottom: 60px;
}
.space70 {
margin-bottom: 70px;
}
.space80 {
margin-bottom: 80px;
}
.space90 {
margin-bottom: 90px;
}
.space100 {
margin-bottom: 100px;
}
.button {
background: #000;
padding: 15px 20px;
color: #fff;
text-transform: uppercase;
border: none;
font-size: 12px;
letter-spacing: 2px;
font-family: Montserrat;
border-radius: 0px;
display: table;
transition: .4s;
}
.button:hover {
background: #8dc73f !important;
color: #fff !important;
}
.button.color2:hover ,
.button.color3:hover ,
.button.color4:hover {
background: #000 !important;
color: #fff !important;
}
.button.btn-border {
background: transparent !important;
padding: 15px 20px;
color: #000;
border: 2px solid #000;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 2px;
font-family: Montserrat;
border-radius: 0px;
display: table;
transition: .4s;
}
.button.btn-border:hover {
background: #000 !important;
color: #fff;
}
.button.color2 {
background: #8dc73f;
}
.button.color3 {
background: #0FA2D5;
}
.button.color4 {
background: #FF4862;
}
.button.color5 {
background: #8dc73f;
}
.button.color5:hover {
background: #000 !important;
}
.button.btn-border.color2 {
border-color: #8dc73f;
color: #8dc73f;
}
.cta-clr {
background:#8dc73f;
}
.button.btn-border.color3 {
border-color: #0FA2D5;
color: #0FA2D5;
}
.button.btn-border.color4 {
border-color: #FF4862;
color: #FF4862;
}
.button.btn-border.white {
border-color: #fff;
color: #fff;
}
.button.btn-border.color2:hover {
background: #8dc73f !important;
color: #fff;
}
.button.btn-border.color3:hover {
background: #0FA2D5 !important;
color: #fff;
}
.button.btn-border.color4:hover {
background: #FF4862 !important;
color: #fff;
}
.button.btn-border.white:hover {
border-color: #fff;
background:#fff !important;
color: #000 !important;
}
.button.one {
background: #8dc73f;
}
.btn-radius {
border-radius: 5px !important;
}
.content-head {
margin-bottom: 60px;
}
.content-head em {
font-size: 18px;
display: block;
color: #777;
margin: 8px 0 0;
}
.section-team-block .left {
text-align: right;
padding: 1px;
}
.section-team-block .left img {
float: right;
margin-left: 40px;
}
.section-team-block .right {
text-align: left;
padding: 1px;
}
.section-team-block .right img {
float: left;
margin-right: 40px;
}
.section-team-block h4 {
margin: 10px 0 5px;
}
.section-team-block p {
margin: 0 0 20px;
}
.small-sep {
height: 2px;
background: #8dc73f;
width: 50px;
}
.social-c1 {
margin-top: -15px;
margin-bottom: 0px;
}
.left .social-c1 a {
color: #000;
margin-left: 3px;
}
.right .social-c1 a {
color: #000;
margin-left: 3px;
}
.right .social-c1 a:hover {
opacity:0.5;
}
.button.simple {
background: transparent;
border-bottom: 1px solid #000;
border-radius: 0;
padding: 0 0 5px;
color: #000;
font-size: 10px;
letter-spacing: 2px;
opacity: 0.3;
}
.skills {
}
/* Top bar */
#top-bar {
background: #fff;
width: 100%;
border-bottom: 1px solid #f0f0f0;
font-size: 12px;
height: 40px;
position: relative;
color: #b3b3b3;
-moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
}
#top-bar .nav-social-icons {
float: right;
border-left: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content {
height: 100%;
float: left;
padding-right: 12px;
border-right: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content p {
margin: 0;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
font-size: 11px;
color: #b3b3b3;
}
#top-bar .top-bar-content p span {
margin:0 5px;
}
#top-bar .container,
#top-bar .row,
#top-bar [class*="col-"] {
height: 100%;
}
#top-bar a {
color: #b3b3b3;
font-weight: 400;
}
#top-bar a:hover {
color: #b3b3b3;
}
#top-bar p a {
border-bottom:1px solid #b3b3b3;
}
#top-bar p a:hover {
text-decoration: none;
}
#top-bar .top-login {
float: right;
position: relative;
z-index: 101;
height: 100%;
border-right: 1px solid rgba(0, 0, 0, 0.07);
padding:0 15px;
}
#top-bar .top-login ul {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
right: 0;
background: #333;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
min-width: 150px;
padding: 5px 10px;
display: none;
}
#top-bar .top-login ul li a {
display: block;
padding: 3px;
color: #fff;
}
#top-bar .top-login:hover {
cursor: pointer;
}
#top-bar .top-login:hover ul {
display: block;
}
.top-login a {
line-height:42px;
}
/* Social Icons */
.social-icons {
list-style: none;
margin: 0;
padding: 0;
*zoom: 1;
}
.social-icons:after {
content: "";
display: table;
clear: both;
}
.social-icons li {
height: 32px;
float: left;
margin-right: 3px;
margin-bottom: 3px;
border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.social-icons li a {
height: 32px;
width: 32px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
overflow: hidden;
background: transparent;
-moz-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
-o-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
-webkit-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
transition: background 0.2s, color 0.1s, box-shadow 0.1s;
text-align: center;
-moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
color: #919191;
}
#footer-widget-area .social-icons li a {
-moz-box-shadow: inset 0 0 0 1px #6F6F6F;
-webkit-box-shadow: inset 0 0 0 1px #6F6F6F;
box-shadow: inset 0 0 0 1px #6F6F6F;
color: #cfcfcf;
}
#footer-widget-area .social-icons li a:hover {
text-decoration: none;
color: #fff;
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a:hover {
text-decoration: none;
color: #fff;
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a i {
display: block;
height: 32px;
padding: 10px 0;
top: 0;
-moz-transition: top 0.2s;
-o-transition: top 0.2s;
-webkit-transition: top 0.2s;
transition: top 0.2s;
position: relative;
}
.social-icons li:hover a i {
top: -100%;
}
#top-bar .social-icons li {
margin: 0;
}
#top-bar .social-icons li a {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
color: #b3b3b3;
}
#top-bar .social-icons li a:hover {
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
color: #fff;
}
#top-bar .social-icons li a i {
padding: 15px 0;
}
#top-bar .social-icons li, #top-bar .social-icons a, #top-bar .social-icons i {
height: 40px;
}
.social-icons .facebook a:hover {
background: #3B5998;
}
.social-icons .twitter a:hover {
background: #33ccff;
}
.social-icons .pinterest a:hover {
background: #cb2027;
}
.social-icons .github a:hover {
background: #000000;
}
.social-icons .linkedin a:hover {
background: #007bb6;
}
.social-icons .dribbble a:hover {
background: #EE508D;
}
.social-icons .google-plus a:hover {
background: #dd4b39;
}
.social-icons .youtube a:hover {
background: #bb0000;
}
.social-icons .vimeo-square a:hover {
background: #44bbff;
}
.social-icons .flickr a:hover {
background: #ff0084;
}
.social-icons .skype a:hover {
background: #00AFF0;
}
.social-icons .instagram a:hover {
background: #517fa4;
}
.social-icons .tumblr a:hover {
background: #00225F;
}
.social-icons .codepen a:hover {
background: #252527;
}
.social-icons .behance a:hover {
background: #1769ff;
}
.social-icons .deviantart a:hover {
background: #4e6252;
}
.social-icons .digg a:hover {
background: #000;
}
.social-icons .dropbox a:hover {
background: #007ee5;
}
.social-icons .foursquare a:hover {
background: #0072b1;
}
.social-icons .jsfiddle a:hover {
background: #4679bd;
}
.social-icons .openid a:hover {
background: #f78c40;
}
.social-icons .reddit a:hover {
background: #ff4500;
}
.social-icons .soundcloud a:hover {
background: #f80;
}
.social-icons .spotify a:hover {
background: #7ab800;
}
.social-icons .steam a:hover {
background: #262627;
}
.social-icons .stumbleupon a:hover {
background: #eb4924;
}
.social-icons .vine a:hover {
background: #00b488;
}
.social-icons .lastfm a:hover {
background: #c3000d;
}
.social-icons .vk a:hover {
background: #45668e;
}
.social-icons .apple a:hover {
background: #202020;
}
.social-icons .windows a:hover {
background: #00bcf2;
}
.social-icons .wordpress a:hover {
background: #21759b;
}
/* Progress Bars ^
--------------------------------------------------------------*/
.progress-bars {
margin-bottom: 30px;
}
.progress-scale {
height: 6px;
margin-bottom: 25px;
}
.progress-label {
margin-bottom: 10px;
font-weight: 400;
font-size: 13px;
color: #474343;
}
.progress-line {
width: 0;
height: 6px;
position: relative;
-webkit-transition: width 2s ease-in-out;
transition: width 2s ease-in-out;
}
.progress-line {
background-color: #8dc73f;
-webkit-animation: bg-move 2s linear infinite;
animation: bg-move 2s linear infinite;
}
#section-testimonials {
}
.quote-info {
text-align: center;
}
.quote-info img {
border-radius: 50%;
display: table;
margin: 0 auto 20px;
max-width: 100px;
padding: 5px;
border: 1px solid #e1e1e1;
}
.quote-info p {
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: 25px;
padding: 0 15%;
color: #000;
font-style: normal;
}
.quote-info h2 {
font-size: 15px;
text-transform: uppercase;
}
.page_header_parallax {
background: #000 url(../images/bg/p_header.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax2 {
background: #000 url(../images/bg/p_header2.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax3 {
background: #000 url(../images/bg/p_header3.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax4 {
background: #000 url(../images/bg/p_header4.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax5 {
background: #000 url(../images/bg/p_header5.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax6 {
background: #000 url(../images/bg/p_header6.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax7 {
background: #000 url(../images/bg/p_header7.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header h3 {
font-family:Raleway;
margin: 0;
color: #Fff;
font-size: 40px;
letter-spacing: -1px;
line-height: 48px;
font-weight:300;
}
.page_header h3 span {
background: #8dc73f;
font-size: 13px;
letter-spacing: 2px;
padding: 4px 6px;
display: table;
font-weight:700;
line-height: 16px;
text-transform: uppercase;
margin-bottom:15px;
}
.page_header.career-head {
background: #000 url(../images/other/career.jpg) no-repeat fixed top center;
background-position: 0 -35%;
}
.bcrumb-wrap {
border-bottom: 1px solid #F0F0F0;
background:#fff;
height:47px;
}
.bcrumbs {
margin-top: 10px;
}
.bcrumbs li {
float: left;
margin-right: 20px;
color: #888;
line-height: 25px;
position: relative;
font-size:13px;
}
.bcrumbs li::before {
content: "/";
position: absolute;
right: -12px;
color: #aaa;
opacity: 0.5;
}
.bcrumbs li:last-child:before {
display: none;
}
.bcrumbs li a {
color: #aaa;
}
footer {
background: #f8f8f8;
padding: 80px 0 50px;
}
.hidden-heading {
display:none !important;
}
.footer-bottom {
background: rgba(255,255,255,0.03);
height: 80px;
position: relative;
top: -80px;
margin-bottom: -80px;
overflow: hidden;
padding: 23px 0;
}
.footer-bottom p {
color: #666;
padding-top: 5px;
margin: 0;
}
#accordion .panel-default > .panel-heading {
color: #333;
background-color: transparent;
border: none;
border-radius: 0px;
padding: 0;
}
#accordion.panel-group .panel {
margin-bottom: 1px;
border-radius: 0px;
background-color: transparent;
}
#accordion .panel-title {
overflow: hidden;
text-transform: capitalize;
}
#accordion .panel-title a {
padding: 15px 20px 15px 60px !important;
font-size: 13px;
display: table;
width: 100%;
position: relative;
font-weight: 400;
overflow: hidden;
}
#accordion .panel-default {
border: none;
}
#accordion .panel-title a span {
position: absolute;
top: 0px;
left: 0px;
color: #B4B4B4;
padding: 0px 16px;
font-size: 13px;
background: transparent;
border: 1px solid #ececec;
border-radius: 3px;
height: 43px;
line-height: 41px;
transition: .4s;
}
#accordion.panel-group .panel.active .panel-title a span {
background: #8dc73f;
color: #fff;
transition: .4s;
}
#accordion .panel-title a i {
color: #aaa;
font-size: 14px;
margin-right: 7px;
position: relative;
top: 1px;
transition: .4s;
}
#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
border: none;
padding: 0;
}
#accordion2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
padding: 20px 0 25px 60px;
margin: 0px;
}
.error-404 h2 {
font-size: 200px;
text-shadow: 0px 4px 0px #DCDCDC;
margin: -44px 0 0;
font-family: Open Sans;
font-weight: 300;
}
.error-404 p {
font-size: 20px;
margin: 0 0 35px;
font-weight: 300;
}
.faq-acc1 .panel-heading ,
.faq-acc2 .panel-heading ,
.faq-acc3 .panel-heading {
background: #fff;
border: 1px solid #f1f1f1;
color: #000;
padding: 18px 20px;
border-radius: 0px;
}
.faq-acc1 .panel-title ,
.faq-acc2 .panel-title ,
.faq-acc3 .panel-title {
margin-top: 0px;
margin-bottom: 0px;
font-size: 14px;
text-transform: uppercase;
color: inherit;
}
.faq-acc2 .panel-title i ,
.faq-acc3 .panel-title i {
margin-right: 5px;
}
.panel-body {
font-size: 13px;
line-height: 22px;
color: #777;
padding: 20px 20px 20px 30px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
border: none !important;
}
.blockQuote-parallaxed blockquote {
margin: 0 auto 20px;
color: #fff;
}
iframe {
border: none;
width: 100%;
}
#map-default {
width: 100%;
height: 350px;
}
#map-greyscale {
width: 100%;
height: 350px;
}
.map-greyscale#map-greyscale {
width: 100%;
height: 500px;
}
.full-contact {
background:#fff;
padding: 70px 100px;
}
.full-contact input {
width:100% !important;
}
#map-colorful {
width: 100%;
height: 350px;
}
.block-heading h3 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 0 0 30px;
background: #8DC73F;
color: #fff;
font-family: Open Sans;
padding: 10px;
font-size: 14px;
font-weight: 700;
display: Table;
}
.faq-simple h3 {
font-size: 17px;
margin: 0 0 15px;
color: #000;
}
.mm-content h1 {
font-size: 50px;
font-weight: 600;
letter-spacing: 5px;
}
.feature-box .feature-box-icon {
float: left;
font-size: 40px;
color: #8dc73f;
position: relative;
top: -5px;
}
.feature-box2 .feature-box-icon {
float: left;
font-size: 30px;
position: relative;
top: -5px;
border-radius:50%;
background:#8dc73f;
width:70px;
height:70px;
line-height:70px;
text-align:center;
color:#fff;
}
.feature-box2 .feature-box-info {
margin-left:85px;
}
.feature-box-info {
margin-left: 55px;
}
.feature-box-info h4 {
text-transform: uppercase;
font-size: 15px;
}
.mm-wrap {
padding-bottom: 40px;
}
.logo {
margin-top: -165px;
}
.pricing-table-s1 {
background: #f5f5f5;
padding: 0 0 40px;
}
.pricing-table-s1 .price-inner h2 {
font-size: 20px;
text-align: center;
text-transform: uppercase;
line-height: 80px;
margin: 0;
}
.plan-price {
color: #fff;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
text-align: center;
font-size: 40px;
padding: 20px 30px;
background: #8dc73f;
/* Old browsers */
background: -moz-linear-gradient(-45deg, #8dc73f 0%, #8dc73f 85%, #7aad36 86%, #7aad36 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8dc73f), color-stop(85%,#8dc73f), color-stop(86%,#7aad36), color-stop(100%,#7aad36));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* IE10+ */
background: linear-gradient(135deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc73f', endColorstr='#7aad36',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */;
}
.plan-price span {
font-size: 15px;
}
.pricing-table-s1 ul {
display: table;
margin: 15px auto;
}
.pricing-table-s1 li {
padding: 10px 15px;
font-size: 14px;
color: #aaa;
position: relative;
}
.pricing-table-s1 li.check {
color: #000;
}
.pricing-table-s1 li i {
position: absolute;
top: 12px;
color: #8dc73f;
left: -7px;
}
.btn-center {
display: table;
margin: 0 auto;
}
.btn-xs {
padding: 8px 15px !important;
font-size:10px;
}
.btn-small {
padding: 8px 15px !important;
}
.btn-md {
padding: 12px 15px !important;
}
.btn-lg {
padding: 18px 20px !important;
}
.btn-exlg {
font-size: 20px;
padding: 20px 30px !important;
}
.btn-reveal {
text-align: center;
transition: .4s;
position: relative;
overflow: hidden;
}
.btn-reveal:hover {
padding-left: 40px !important;
transition: .4s;
color: #fff !important;
}
.btn-reveal i {
position: absolute;
left: -60px;
transition: .4s;
color: #fff !important;
font-size: 16px;
}
.btn-reveal.btn-lg {
padding: 18px 40px !important;
}
.btn-reveal.btn-md {
padding: 12px 30px !important;
}
.btn-reveal.btn-small {
padding: 8px 30px !important;
}
.btn-reveal.btn-xs {
padding: 5px 30px !important;
}
.btn-reveal.btn-lg:hover {
padding: 18px 30px 18px 50px !important;
}
.btn-reveal.btn-md:hover {
padding: 12px 20px 12px 40px !important;
}
.btn-reveal.btn-small:hover {
padding: 8px 20px 8px 40px !important;
}
.btn-reveal.btn-xs:hover {
padding: 5px 20px 5px 40px !important;
}
.btn-reveal:hover i {
position: absolute;
left: 16px;
transition: .4s;
}
.pricing-table2 thead tr th {
font-size: 18px;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
padding: 25px 0;
background: #8dc73f;
/* Old browsers */
background: -moz-linear-gradient(-45deg, #8dc73f 0%, #8dc73f 85%, #7aad36 86%, #7aad36 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8dc73f), color-stop(85%,#8dc73f), color-stop(86%,#7aad36), color-stop(100%,#7aad36));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* IE10+ */
background: linear-gradient(135deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc73f', endColorstr='#7aad36',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */;
}
.pricing-table2 thead tr th:first-child {
background: none;
}
.pricing-table2 thead tr th span {
color: #fff;
font-size: 15px;
}
.pricing-table2 thead,
.pricing-table2 thead tr th,
.pricing-table2 tbody tr td {
border: 1px solid #f1f1f1;
}
.pricing-table2 tbody tr td:first-child {
font-size: 16px;
padding: 35px 15px;
}
.pricing-table2 tbody tr td:first-child i {
font-size: 25px;
margin-right: 8px;
}
.pricing-table2 tbody tr td:nth-child(2) ,
.pricing-table2 tbody tr td:nth-child(3) ,
.pricing-table2 tbody tr td:nth-child(4) {
vertical-align: middle;
text-align: center;
padding: 20px 0;
font-size: 16px;
}
.pricing-table2 tbody tr td:nth-child(2) i,
.pricing-table2 tbody tr td:nth-child(3) i,
.pricing-table2 tbody tr td:nth-child(4) i {
font-size: 30px;
margin-bottom: 4px;
color: #d5d5d5;
}
.table a {
display: inline;
}
.pricing-table3 ul li {
width: 23%;
margin: 0 1%;
float: left;
border-radius: 5px;
text-align: center;
background: #fff;
position: relative;
overflow: hidden;
}
.pricing-table3 ul li h3 {
background: #8dc73f;
padding: 60px 15px;
color: #fff;
text-transform: uppercase;
font-size: 20px;
text-align: center;
margin: 0;
}
.pricing-table3 ul li .price {
color: #000;
font-size: 30px;
font-weight: 700;
padding: 30px 0px;
line-height: 26px;
display: table;
width: 100%;
}
.pricing-table3 ul li .price small {
color: #888;
display: block;
font-size: 16px;
font-weight: 400;
}
.pricing-table3 ul li ul {
margin: 0 0 25px;
display: table;
}
.pricing-table3 ul li ul li {
width: 100%;
margin: 0;
padding: 8px 15px;
color: #aaa;
}
.pricing-table3 ul li ul li.active {
color: #000;
}
.pricing-table3 {
background: #000;
padding: 100px 0;
}
.pricing-table3 .buy {
padding: 15px 15px;
background: #F1F1F1;
color: #000;
font-size: 30px;
display: table;
width: 100%;
}
.pricing-table3 .stamp {
width: 116px;
height: 85px;
border-radius: 0px;
color: #FFF;
padding: 13px 17px;
text-align: center;
font-weight: 400;
position: absolute;
right: -22px;
top: -10px;
margin: 0px;
font-size: 12px;
transform: rotate(45deg);
}
.pricing-table3 .stamp span {
position: relative;
z-index: 8888;
}
.pricing-table3 .stamp::after {
content: "";
background: rgba(0,0,0,0.2);
height: 65px;
width: 250%;
position: absolute;
z-index: 0;
top: -5px;
left: -75%;
}
.pricing-table3 .stamp i {
display: block;
margin-bottom: 8px;
}
.popular {
background: #000;
color: #fff;
text-align: center;
padding: 10px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 3px;
font-size: 12px;
}
.search-container {
padding: 0;
}
.search-container input {
height: 60px !important;
border: 1px solid #000;
line-height: 58px;
padding: 0 30px;
color: #000;
}
.search-container input {
height: 60px;
border: 1px solid #f1f1f1;
border-right: none;
line-height: 58px;
padding: 0 20px;
color: #000;
}
.search-container button {
height: 60px;
color: #fff;
background: #8dc73f;
padding: 0 15px;
line-height: 60px;
border: none;
border-radius: 0 5px 5px 0;
font-size: 25px;
width: 85px;
}
.search-container h4 {
margin: 0 0 50px;
text-transform: uppercase;
font-size: 30px;
}
.recent-search {
text-align: center;
}
.recent-search li {
padding: 0 10px 20px;
display: inline-block;
}
.recent-search li a {
border: 1px solid #000;
padding: 5px 15px;
color: #000;
display: table;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 4px;
}
.recent-search li a:hover {
color: #fff;
background: #000;
}
.search-container h5 {
text-align: center;
border-bottom: 1px solid #000;
padding: 0 0 10px;
display: table;
margin: 0 auto 30px;
}
.search-widget {
position: relative;
}
.search-widget button {
position: absolute;
top: 0px;
right: 0px;
background: transparent;
border: medium none;
width: 43px;
height: 52px;
line-height: 35px;
text-align: center;
}
.side-widget h4 {
text-transform: uppercase;
margin: 0 0 20px;
font-size: 15px;
}
.cat-list li {
border-bottom: 1px solid #f1f1f1;
padding: 10px 0;
}
.cat-list li:last-child {
border-bottom: none;
padding: 10px 0 0;
}
.cat-list li a {
color: #000;
font-size: 13px;
}
.cat-list li a:hover {
color: #8dc73f;
}
.cat-list li i {
float: right;
font-size: 10px;
position: relative;
top: 7px;
}
.popular-post {
}
.popular-post li {
display: table;
margin: 0 0 20px;
}
.popular-img {
width: 60px;
float: left;
}
.popular-desc {
margin-left: 75px;
}
.popular-desc h5 {
margin: 8px 0 2px;
font-size: 13px;
}
.popular-desc h5 a {
color: #000;
}
.popular-desc h5 a:hover {
color: #8dc73f;
}
.popular-desc span {
color: #999;
font-size: 13px;
}
.tag-list a {
margin: 0 2px 6px;
background: #000;
color: #fff !important;
padding: 5px 10px;
display: inline-block;
font-size: 11px;
letter-spacing: 1px;
}
.tag-list a:hover {
background:#8dc73f;
}
.video {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 25px;
height: 0;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.nav-tabs {
border-bottom: none;
display: table;
width: 100%;
}
.nav-tabs li {
border: 1px solid #e5e5e5;
border-right: none;
width: 25%;
position: relative;
overflow: hidden;
}
.nav-tabs li.active::after {
content: "";
background: #8dc73f;
width: 20px;
height: 20px;
position: absolute;
top: -9px;
right: -10px;
transform: rotate(45deg);
}
.nav-tabs li:last-child {
border-right: 1px solid #e5e5e5;
}
.nav-tabs li a {
box-shadow: none;
background: transparent;
border: none !important;
display: table;
width: 100%;
text-align: center;
padding: 40px 10px;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
color: #000;
font-size: 16px;
}
.nav-tabs li a span {
color: #8dc73f;
margin-right: 10px;
}
.tab-pane {
padding: 25px 20px 15px 20px;
border: 1px solid #e5e5e5;
}
.tab-pane .panel-heading {
width: 100%;
padding: 0;
margin: 0;
}
.tab-pane .panel-heading a {
width: 100%;
padding: 12px 15px;
color: #000;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
display: table;
}
.tab-pane .panel {
margin-bottom: 10px;
background-color: transparent;
border: none;
border-radius: none;
box-shadow: none;
}
#accordion-e1 .panel-heading ,
#accordion-e2 .panel-heading ,
#accordion-e3 .panel-heading {
color: #333;
border: none;
padding: 0 !important;
}
#accordion-e1 .panel-title ,
#accordion-e2 .panel-title ,
#accordion-e3 .panel-title {
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
color: inherit;
background: #fff;
}
#accordion-e2 .panel-title {
background: #000;
}
#accordion-e3 .panel-title {
background: #fff;
}
#accordion-e1 .panel-title a ,
#accordion-e2 .panel-title a ,
#accordion-e3 .panel-title a {
padding: 22px 35px 22px 22px;
display: table;
width: 100%;
border: 1px solid #f1f1f1;
color: #000;
font-size: 13px;
text-transform: uppercase;
position: relative;
}
#accordion-e2 .panel-title a {
border: none;
color: #fff;
}
#accordion-e3 .panel-title a {
border: none;
border-bottom: 2px solid #f1f1f1;
padding-left: 0;
}
#accordion-e1 .panel-title a span ,
#accordion-e2 .panel-title a span ,
#accordion-e3 .panel-title a span {
position: absolute;
top: 22px;
right: 17px;
color: #ccc;
}
#accordion-e3 .panel-title span.icon-check2 {
color: #8dc73f;
}
#accordion-e3 .panel-title span.icon-cross2 {
color: #FF4862;
}
#accordion-e1 .panel-body p,
#accordion-e2 .panel-body p,
#accordion-e3 .panel-body p {
margin: 0;
}
.panel,
.panel-default {
border: none;
background: transparent;
border-radius: 0px;
box-shadow: none;
}
.alert.info {
background: #2C3E50;
color: #fff;
padding: 20px;
}
.alert.success {
background: #18BC9C;
color: #fff;
padding: 20px;
}
.alert.notice {
background: #F39C12;
color: #fff;
padding: 20px;
}
.alert.error {
background: #E74C3C;
color: #fff;
padding: 20px;
}
.alert-info {
border: 1px solid #2C3E50;
color: #2C3E50;
padding: 20px;
background: transparent;
}
.alert-success {
border: 1px solid #18BC9C;
color: #18BC9C;
padding: 20px;
background: transparent;
}
.alert-warning {
border: 1px solid #F39C12;
color: #F39C12;
padding: 20px;
background: transparent;
}
.alert-danger {
border: 1px solid #E74C3C;
color: #E74C3C;
padding: 20px;
background: transparent;
}
.alert {
border-radius: 0;
}
.alert-info i ,
.alert-success i ,
.alert-warning i ,
.alert-danger i {
margin-right: 0px;
}
.style1 {
border-left: 5px solid #8dc73f;
}
.style1 p {
font-size: 18px;
font-weight: 300;
line-height: 27px;
color: #888;
}
.style1.blockquote-reverse {
border-left: none;
border-right: 5px solid #8dc73f;
}
.style2 {
border: none;
padding: 0 0 0 70px;
position: relative;
}
.style2 span {
color: #000;
font-size: 50px;
float: left;
position: absolute;
top: 0;
left: 0;
}
.style2 p {
font-size: 38px;
font-weight: 100;
line-height: 42px;
font-family: Raleway;
color: #555;
}
#testimonial .owl-prev {
background: #fff;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 0.3;
position: absolute;
left: 0;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#testimonial .owl-prev:after {
content: "\f104";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
font-size: 25px;
color: #000;
line-height: 42px;
transition: .4s;
}
#testimonial .owl-next {
background: #fff;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 0.3;
position: absolute;
right: 2px;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#testimonial .owl-next:after {
content: "\f105";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 2px;
right: 0px;
font-size: 25px;
color: #000;
line-height: 42px;
transition: .4s;
}
#testimonial .owl-prev:hover {
background: #000;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
position: absolute;
left: 0;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#testimonial .owl-next:hover {
background: #000;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
position: absolute;
right: 2px;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#testimonial .owl-prev:hover:after ,
#testimonial .owl-next:hover:after {
color: #fff;
transition: .4s;
}
.btn-desc {
text-align: center;
font-size: 20px !important;
padding: 20px 30px !important;
}
.btn-desc span {
font-size: 12px;
display: block;
}
.btn-full {
width: 100%;
}
#stats1 {
padding: 60px 0;
}
.stats1-info {
text-align: center;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.stats1-info p {
color: #000;
font-size: 60px;
margin: 0 0 30px;
}
.stats1-info h2 {
color: #000;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 4px;
}
.stats1-info i {
color: #8dc73f;
font-size: 60px;
margin: 0 auto 35px;
display: table;
}
#stats2 {
background-color: #333336;
padding: 150px 0;
}
.stats2-info {
text-align: center;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.stats2-info p {
color: #fff;
font-size: 60px;
margin: 0 0 30px;
}
.stats2-info h2 {
color: #8dc73f;
font-size: 16px;
}
#stats3 {
padding: 100px 0;
text-align: center;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.parallax-bg1 {
background: url(../images/bg/parallax/8.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
.parallax-bg2 {
background: url(../images/bg/parallax/2.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
.parallax-bg3 {
background: url(../images/bg/parallax/3.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
.parallax-bg4 {
background: url(../images/bg/parallax/4.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
.parallax-bg5 {
background: url(../images/bg/parallax/5.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
.parallax-bg6 {
background: url(../images/bg/parallax/6.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
#one-res .parallax-bg5 {
background: url(../images/onepage/3/5.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
#one-res .parallax-bg6 {
background: url(../images/onepage/3/7.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
#one-res .parallax-bg1 {
background: url(../images/onepage/3/9.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
#one-medical .parallax-bg2 {
background: url(../images/onepage/4/3.jpg) fixed !important;
position: relative;
background-size: auto !important;
}
#one-law .parallax-bg2 {
background: url(../images/onepage/4/3.jpg) fixed !important;
position: relative;
background-size: auto !important;
}
#one-hosting .parallax-bg2 {
background: url(../images/onepage/4/3.jpg) fixed !important;
position: relative;
background-size: auto !important;
}
#one-medical .parallax-bg3 {
background: url(../images/onepage/4/1.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
#one-charity .parallax-bg5 {
background: url(../images/onepage/5/volunter.jpg) no-repeat bottom center fixed !important;
position: relative;
background-size: cover !important;
}
#one-gym .parallax-bg5 {
background: url(../images/onepage/6/5.jpg) no-repeat bottom center fixed !important;
position: relative;
background-size: cover !important;
}
#one-gym .parallax-bg2 {
background: url(../images/onepage/6/6.jpg) no-repeat bottom center fixed !important;
position: relative;
background-size: cover !important;
}
.head-bdr {
color: #fff;
font-size: 30px;
text-transform: uppercase;
letter-spacing: 5px;
border: 4px solid #fff;
padding: 15px 20px;
margin: 0 auto;
display: table;
font-weight: 700;
}
.pattern-grey {
background: #f2f2f2;
}
.pattern-bg1 {
background: url(../images/bg/pattern/1.jpg) repeat fixed !important;
}
.pattern-bg2 {
background: url(../images/bg/pattern/2.png) repeat fixed !important;
}
.stats3-info i {
color: #8dc73f;
font-size: 35px;
margin: 0 0 30px;
}
.stats3-info p {
color: #fff;
font-size: 50px;
margin: 30px 0 30px;
}
.stats3-info h2 {
color: #fff;
font-size: 16px;
text-transform: uppercase;
}
.no-padding {
padding: 0;
}
.dark-bg {
background: #333;
}
.padding30 {
padding: 30px 0 !important;
}
.padding40 {
padding: 40px 0 !important;
}
.padding50 {
padding: 50px 0 !important;
}
.padding60 {
padding: 60px 0 !important;
}
.padding70 {
padding: 70px 0 !important;
}
.padding-top-70 {
padding:70px 0 0 !important;
}
.padding80 {
padding: 80px 0 !important;
}
.padding90 {
padding: 90px 0 !important;
}
.padding100 {
padding: 100px 0 !important;
}
.padding110 {
padding: 110px 0 !important;
}
.padding150 {
padding: 150px 0 !important;
}
.cta-dark h2 {
margin: -5px 0 10px;
color: #fff;
font-size: 24px;
}
.cta-dark p {
margin: 0 0 -5px;
}
.lite-white {
color: #fff !important;
opacity: 0.7;
}
.white {
color: #fff !important;
opacity: 1;
}
.ico-yellow {
background:#FDC502 !important;
}
.no-margin {
margin: 0px;
}
.cta-default-bdr {
border: 1px solid #eee;
background: #f2f2f2;
display: table;
width: 100%;
padding: 40px 25px;
}
.cta-default-bdr p {
font-size: 20px;
color: #333;
font-weight: 300;
line-height: 27px;
margin: 0;
}
.uppercase {
text-transform: uppercase;
}
input.form-control {
padding: 0 20px;
border-radius: 3px;
height: 50px;
font-size: 14px;
border: 1px solid #eaeaea;
}
textarea.form-control {
padding: 20px 20px;
border-radius: 3px;
font-size: 14px;
border: 1px solid #eaeaea;
}
.form-control-feedback {
position: absolute;
top: 0px;
right: 0px;
z-index: 2;
display: block;
width: 34px;
height: 44px;
line-height: 42px !important;
text-align: center;
pointer-events: none;
}
.services {
}
.service-content span {
width: 80px;
height: 80px;
color: #8dc73f;
border-radius: 50%;
padding-top: 15px;
font-size: 40px;
background: #fdfdfd;
text-align: center;
margin: 0 auto;
display: table;
position: relative;
transition: .4s;
}
.service-content:hover span {
background: #8dc73f;
color: #fff;
transition: .4s;
}
.service-content span:after {
content: "";
width: 100px;
height: 100px;
background: #8dc73f;
position: absolute;
opacity: 0;
transition: .4s;
top: -10px;
bottom: 0px;
right: -10px;
border-radius: 50%;
}
.service-content:hover span:after {
content: "";
width: 80px;
height: 80px;
background: #8dc73f;
position: absolute;
opacity: 1;
transition: .6s;
top: -0px;
bottom: 0px;
right: -0px;
}
.service-content span i {
position: relative;
z-index: 888;
}
.service-content h2 {
font-size: 15px;
text-transform: uppercase;
}
.service-content p {
font-size: 13px;
line-height: 21px;
margin: 0;
}
.feature-content i {
width: 70px;
height: 70px;
color: #fff;
border-radius: 50%;
line-height: 70px;
font-size: 30px;
text-align: center;
position: relative;
transition: .4s;
float: left;
top: -4px;
background: transparent!important;
border: 1px dashed #eee;
/* Old browsers */
background: none;
/* FF3.6+ */
background: none;
/* Chrome,Safari4+ */
background: none;
/* Chrome10+,Safari5.1+ */
background: none;
/* Opera 11.10+ */
background: none;
/* IE10+ */
background: none;
/* W3C */
filter: none;
/* IE6-9 fallback on horizontal gradient */;
}
.fc-inner {
margin-left: 85px;
}
.feature-content h2 {
font-size: 15px;
text-transform: uppercase;
margin: 15px 0 10px;
}
.feature-content p {
font-size: 13px;
line-height: 21px;
margin: 0;
}
.fc-main {
padding: 20px 80px 0 20px;
}
.gal-5col li {
width: 20%;
float: left;
border: 1px solid #fff;
}
.gal-4col li {
width: 25%;
float: left;
border: 1px solid #fff;
}
.gal-3col li {
width: 33.3333%;
float: left;
border: 1px solid #fff;
}
.gal-2col li {
width: 50%;
float: left;
border: 1px solid #fff;
}
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.75;
}
.mfp-bottom-bar {
display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-arrow-right::after {
content: "\f105" !important;
font-family: 'FontAwesome';
border: none !important;
color: #fff;
font-size: 65px;
transition: .5s;
}
.mfp-arrow-left::after {
content: "\f104" !important;
font-family: 'FontAwesome';
border: none !important;
color: #fff;
font-size: 65px;
transition: .3s;
}
.mfp-arrow-right::before ,
.mfp-arrow-left::before {
border: none !important;
}
.mfp-arrow {
height: 60px;
}
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
margin-top: 15px;
top: -1px !important;
}
img.mfp-img {
padding: 40px 0px 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
transform: scale(0.95);
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
transform: scale(1);
opacity: 1;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
transform: scale(0.95);
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mp-lightbox {
opacity: 1;
transition: .4s;
}
.mp-lightbox:hover {
opacity: 0.7;
transition: .4s;
}
.blogpost {
}
h2.post-title {
font-size: 30px;
text-transform: uppercase;
margin: 0 0 5px;
}
h2.post-title a {
color: #000;
}
h2.post-title a:hover {
color: #8dc73f;
}
h2.post-title-small {
font-size: 20px;
text-transform: uppercase;
margin: 0 0 5px;
}
h2.post-title-small a {
color: #000;
}
h2.post-title-small a:hover {
color: #8dc73f;
}
.post-meta {
margin-bottom:-10px;
}
.quote-meta .post-meta {
margin-bottom:5px;
}
.post-meta span {
margin-right: 15px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
color:#8dc73f;
}
.post-meta span i {
margin-right: 0px;
color: #aaa;
}
.post-meta span a {
color: #8dc73f;
}
.post-meta span a:hover {
color: #000;
}
.blog-sep {
height: 1px;
border-bottom: 1px solid #e3e3e3;
padding-top: 50px;
margin-bottom: 40px;
}
.quote-meta {
padding-left: 70px;
}
.page_nav {
display: table;
margin: 0 auto;
}
.page_nav a {
margin: 0 2px;
background: #000;
color: #fff;
width: 35px;
line-height: 35px;
text-align: center;
border-radius: 50%;
display: inline-block;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.page_nav a:hover {
background: #8dc73f;
color: #fff;
}
#blog-slider .owl-prev {
background: #fff;
width: 60px;
height: 60px;
line-height: 60px;
color: #000;
font-size: 0px;
opacity: 1;
position: absolute;
left: -5px;
top: 50%;
margin-top: -22px;
border-radius: 0px;
transition: .4s;
}
#blog-slider .owl-prev:after {
content: "\f104";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
font-size: 35px;
color: #000;
line-height: 60px;
transition: .4s;
}
#blog-slider .owl-next {
background: #fff;
width: 60px;
height: 60px;
line-height: 60px;
color: #fff;
font-size: 0px;
opacity: 1;
position: absolute;
right: -5px;
top: 50%;
margin-top: -22px;
border-radius: 0px;
transition: .4s;
}
#blog-slider .owl-next:after {
content: "\f105";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 2px;
right: 0px;
font-size: 35px;
color: #000;
line-height: 60px;
transition: .4s;
}
#blog-slider .owl-prev:hover {
background: #000;
color: #fff;
}
#blog-slider .owl-next:hover {
background: #000;
color: #fff;
}
#blog-slider .owl-prev:hover:after ,
#blog-slider .owl-next:hover:after {
color: #fff;
transition: .4s;
}
.service-home {
padding: 70px 0;
}
.service-home a {
font-size: 50px;
display: table;
margin: 0 auto 0px;
}
.service-home h4 {
text-transform: uppercase;
margin: 20px 0 15px;
font-size: 16px;
letter-spacing: 1px;
}
a.readmore ,
.service-home a.readmore {
font-size: 13px;
font-weight: 400;
font-style: italic;
}
.service-home a.readmore:hover {
color: #000;
}
.info-home h3 {
font-family: Open Sans;
font-size: 25px;
letter-spacing: 1px;
font-weight: 300;
margin: 90px 0 10px;
}
.info-home h3 span {
letter-spacing: 0px;
display: block;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
font-size: 50px;
text-transform: uppercase;
margin: 0 0 -12px;
}
.info-home h3 em {
letter-spacing: 0px;
font-style: normal;
display: block;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
font-size: 70px;
text-transform: uppercase;
color: #8dc73f;
}
.info-home p {
font-size: 16px;
line-height: 25px;
}
.project-item {
width: 20%;
float: left;
}
.project-gal {
position: relative;
}
.overlay-folio {
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
opacity: 0;
visibility: hidden;
transition: .5s;
}
.hover-box {
background: rgba(0, 0, 0, 0.3);
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.hover-zoom {
display: table;
margin: 0 auto;
position: relative;
top: 50%;
margin-top: -25px;
}
.hover-zoom a {
background: #000;
color: #fff;
width: 50px;
height: 50px;
margin: 0 5px;
display: inline-block;
line-height: 50px;
text-align: center;
font-size: 20px;
border-radius: 50%;
}
.hover-zoom a:hover {
background: #8dc73f;
color: #fff;
}
.hover-zoom .zoom {
position: relative;
left: -50px;
opacity: 0;
transform: rotate(-140deg);
}
.hover-zoom .link {
position: relative;
right: -50px;
opacity: 0;
transform: rotate(140deg);
}
.project-item:hover .hover-zoom a.link {
position: relative;
right: 0px;
opacity: 1;
transform: rotate(0deg);
}
.project-item:hover .hover-zoom a.zoom {
position: relative;
left: 0px;
opacity: 1;
transform: rotate(0deg);
}
.project-item:hover .overlay-folio {
opacity: 1;
transition: .5s;
visibility: visible;
}
.project-info {
padding: 20px;
}
.project-info h2 {
margin: 0;
font-size: 13px;
text-transform: capitalize;
}
.project-info p {
margin: 0;
}
.filter {
margin: 35px auto 50px;
display: table;
}
.filter li {
float: left;
margin: 0 10px;
}
.filter a {
color: #000;
border: 1px solid #000;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
font-size: 10px;
letter-spacing: 4px;
text-transform: uppercase;
padding: 6px 10px;
}
.filter a:hover {
color: #fff;
background: #000;
}
#portfolio-section h3 {
font-size: 30px;
margin: 0;
}
.welcome-content h2 {
font-size: 50px;
font-weight: 300;
}
h2.title {
font-size: 30px;
}
.features-left i {
font-size: 50px;
float: right;
color: #8dc73f;
}
.features-left h3,
.features-left p {
margin-right: 85px;
text-align: right;
}
.features-left h3 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
margin: 70px 85px 15px 0;
}
.features-right i {
font-size: 50px;
float: left;
color: #8dc73f;
}
.features-right h3,
.features-right p {
margin-left: 85px;
}
.features-right h3 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
margin: 70px 0 15px 85px;
}
#home-team .item {
margin: 0 1px;
cursor: pointer;
}
.team-inner {
padding: 12px 5px;
height: 40px;
position: absolute;
bottom: -150%;
width: 100%;
transition: .4s;
}
.team-inner::after {
content: "";
position: absolute;
z-index: 44;
background: #000;
width: 150%;
height: 100px;
bottom: -69px;
left: -25%;
right: 0;
opacity: 0.3;
transform: rotate(-15deg);
}
#team2 .col-md-3:hover .team-inner ,
#home-team .item:hover .team-inner {
bottom: 0%;
transition: .5s;
}
#team2 .col-md-3:hover .team-inner .team-social li a ,
#home-team .item:hover .team-inner .team-social li a {
bottom: 0%;
transition: .5s;
}
.team-social {
display: table;
margin: 0;
float: right;
position: relative;
z-index: 888;
}
.team-social li {
float: left;
margin: 0 7px;
}
.team-social li a {
color: #fff;
text-shadow: none;
}
.team-social li a:hover {
color:#8dc73f !important;
}
#team2 h2,
#home-team h2 {
padding: 0 15px;
text-align: center;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 1px;
margin: 20px 0 5px;
}
#team2 span,
#home-team span {
padding: 0 15px;
text-align: center;
font-size: 13px;
display: table;
width: 100%;
color: #777;
}
#home-team .owl-prev {
background: #fff;
border: none;
width: 70px;
height: 70px;
line-height: 70px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
position: absolute;
left: -100px;
top: 50%;
margin-top: -65px;
transition: .4s;
}
#home-team .owl-prev:after {
content: "\f104";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
font-size: 40px;
color: #000;
line-height: 70px;
transition: .4s;
}
#home-team .owl-next {
background: #fff;
border: none;
width: 70px;
height: 70px;
line-height: 70px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
position: absolute;
right: -100px;
top: 50%;
margin-top: -65px;
transition: .4s;
}
#home-team .owl-next:after {
content: "\f105";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 2px;
right: 0px;
font-size: 40px;
color: #000;
line-height: 70px;
transition: .4s;
}
#home-team .owl-prev:hover {
background: #000;
color: #fff;
}
#home-team .owl-next:hover {
background: #000;
color: #fff;
}
#home-team .owl-prev:hover:after ,
#home-team .owl-next:hover:after {
color: #fff;
transition: .4s;
}
.staff-img {
position: relative;
overflow: hidden;
}
/* new pricing table */
/* 8. PRICING */
.price {
padding: 100px 0;
}
.price:before,
.price:after {
content: " ";
display: table;
}
.price:after {
clear: both;
}
.table-list3 {
border-spacing: 0 10px;
width: 100%;
}
.table-list3 th {
padding: 18px 10px;
color: #fff;
font-weight: 600;
font-size: 16px;
text-align: center;
}
.table-list3 td {
padding: 0 10px;
text-align: center;
vertical-align: middle;
}
.table-list3 td a {
text-align: center;
font-size: 15px;
background-color: #48A6D9;
float: right;
height: 40px;
line-height: 37px;
padding: 0px 26px;
margin: 15px 0px;
color: #fff;
}
.table-list3 td a:hover {
background-color: #b0b0b0;
}
.pricing-table {
padding: 25px 20px;
background: #f3f3f3;
text-align: center;
color: #676a6f;
font-size: 14px;
margin-top: 130px;
-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
cursor: pointer;
}
.pricing-table:hover .pricing-button {
background: #48A6D9;
}
.pricing-table h3 {
font-weight: 700;
font-size: 16px;
color: #252525;
text-transform: uppercase;
margin: 25px 0 12px 0;
}
.pricing-table li {
border-bottom: 1px solid #E5E5E5;
line-height: 48px;
}
.pricing-button {
background: #1B5F90;
color: white !important;
text-transform: uppercase;
margin-top: 35px;
padding: 0 30px;
line-height: 40px;
display: inline-block;
}
.price-unit {
width: 100px;
height: 100px;
padding-top: 25px;
border: 3px solid #fff;
background: #1B5F90;
margin: -70px auto 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.price-unit .pricing {
font-size: 30px;
color: white;
line-height: 30px;
display: block;
}
.price-unit .unit {
color: #FFFFFF;
}
/* new pricing table end here */
.pricing-table4 {
border: 1px solid #e9e9e9;
border-top: 5px solid #333;
padding: 35px 0;
margin: 0 -1px 0 0;
}
.pricing-table4 .title h2 {
font-size: 17px;
text-transform: uppercase;
margin: 0;
}
.pricing-table4 .title strong {
color: #8dc73f;
font-size: 50px;
font-weight: 300;
}
.pricing-table4 .title strong sup {
font-size: 24px;
font-weight: 400;
position: relative;
top: -20px;
}
.pricing-table4 .title strong sub {
display: block;
font-size: 12px;
color: #333;
font-weight: 400;
margin-bottom: 36px;
letter-spacing: 4px;
text-transform: uppercase;
}
.pricing-table4 li {
padding: 5px 0;
color: #777;
}
.pricing-table4#popular {
padding: 60px 0;
position: relative;
top: -25px;
}
.pricing-table4#popular h6 {
position: absolute;
top: -18px;
left: 0;
right: 0;
font-size: 11px;
background: #8dc73f;
display: table;
padding: 7px 12px;
color: #fff;
text-transform: uppercase;
letter-spacing: 5px;
margin: 0 auto;
width:180px;
}
.hq-info {
padding: 0 30px;
}
.hq-info p {
font-size: 18px;
color: #fff;
font-weight: 300;
font-style: italic;
}
.hq-info img {
max-width: 60px;
border-radius: 50%;
float: left;
}
.hq-info span {
color: #fff;
margin-left: 75px;
display: table;
position: relative;
top: 10px;
font-size: 12px;
}
.hq-info span strong {
display: block;
font-size: 14px;
}
.owl-theme .owl-controls .owl-page span {
background: rgba(0,0,0,0.5);
}
#home-quote .owl-theme .owl-controls {
margin-top: 30px;
text-align: center;
position: relative;
}
#errorpage .page_header {
margin-top: -55px;
}
#errorpage .page_header h3 {
font-size: 29px;
text-transform: uppercase;
color: #fff;
display: table;
margin: 0px auto;
position: relative;
top: 30px;
padding: 10px 20px;
letter-spacing: 14px;
}
footer h4 {
font-size: 15px;
text-transform: uppercase;
margin: 0px 0px 25px;
color: #000;
position: relative;
}
footer p {
font-size: 14px;
}
.c-info {
background: transparent url("../images/map.png") no-repeat scroll left bottom / 55% auto;
background-position: 0 100%;
overflow: visible;
padding-bottom: 78px;
}
.c-info li i {
position: absolute;
left: 0px;
color: #444;
top: 6px;
}
.c-info li {
padding-left: 25px;
position: relative;
font-size: 14px;
color: #999;
margin-bottom: 13px;
line-height: 23px;
}
.f-posts li {
margin-bottom: 10px;
padding-bottom: 17px;
border-bottom: 1px solid #383838;
}
.f-posts li:last-child {
border-bottom: none;
}
.f-posts li img {
float: left;
width: 55px;
border: 5px solid rgba(0,0,0,0.1);
}
.f-posts li h5 {
margin: 0px 0px 5px 70px;
font-family: Open Sans;
font-size: 13px;
}
.f-posts li h5 a {
color: #000;
}
.f-posts li h5 a:hover {
color: #8dc73f;
}
.f-posts li p {
font-size: 12px;
margin: 0 0 0 70px;
}
.thumbs li {
float: left;
margin: 0 5px 5px 0;
}
.thumbs li img {
width: 75px;
transition:.4s;
}
.thumbs li img:hover {
opacity:0.7;
transition:.4s;
}
.f-social a {
border: 1px solid #444;
width: 25px;
height: 25px;
border-radius: 50%;
display: inline-block;
color: #777;
line-height: 23px;
text-align: center;
margin-right: 3px;
font-size: 11px;
}
.f-social a:hover {
background: #444;
color: #999;
line-height: 23px;
text-align: center;
margin-right: 3px;
font-size: 11px;
}
.footer-top {
background: #333;
padding: 40px 0;
}
.f-subscribe small {
width: 85px;
height: 76px;
background: transparent url("../images/bubble.png") no-repeat scroll center center;
display: table;
border-radius: 50%;
float: left;
padding-left: 15px;
padding-top: 20px;
color: #999;
font-size: 13px;
}
.f-subscribe small em {
display: block;
font-size: 11px;
}
.f-subscribe form {
margin-left: 110px;
margin-top: 15px;
}
.f-subscribe form input {
border: 1px solid #555;
background: transparent;
height: 50px;
border-radius: 3px 0 0 3px;
color: #fff;
font-size: 13px;
padding: 0 17px;
line-height: 48px;
width: 70%;
float: left;
}
.f-subscribe form button {
border: 1px solid #555;
background: #555;
height: 50px;
border-radius: 0 3px 3px 0;
color: #fff;
font-size: 14px;
padding: 0 5px;
text-align: center;
line-height: 48px;
width: 30%;
float: left;
text-transform: uppercase;
}
.f-tweet small {
width: 85px;
height: 76px;
background: transparent url("../images/bubble.png") no-repeat scroll center center;
display: table;
border-radius: 50%;
float: left;
padding-left: 20px;
padding-top: 20px;
color: #999;
font-size: 12px;
}
.f-tweet small em {
display: block;
font-size: 14px;
}
.tweets_txt {
color: #777;
font-size: 13px;
}
.tweets_txt a {
color: #aaa;
font-size: 13px;
}
.tweets_txt span {
color: #bbb;
display: block;
position: relative;
font-size: 11px;
margin-top: 3px;
line-height: 18px;
}
.tweets_txt span:after {
content: "-";
float: left;
position: relative;
}
.tweet-info {
margin-left: 105px;
padding-top: 8px;
}
.bm-item {
width: 33.33333%;
float: left;
position: relative;
margin: 0 0 50px;
padding: 0 15px;
}
.bm-item .post-title-small {
font-size: 16px;
}
.blog-mason-4col .bm-item {
width: 25%;
float: left;
position: relative;
margin: 0 0 40px;
padding: 0 15px;
}
.blog-mason-2col .bm-item {
width: 50%;
float: left;
position: relative;
margin: 0 0 40px;
padding: 0 15px;
}
.blog-single p {
font-size: 16px;
line-height: 30px;
}
.prevnext .left {
text-transform: uppercase;
color: #000;
letter-spacing: 5px;
float: left;
font-size: 13px;
}
.prevnext .right {
text-transform: uppercase;
color: #000;
letter-spacing: 5px;
float: right;
font-size: 13px;
}
.comment-avatar {
width: 80px;
height: 80px;
border: 1px solid #e1e1e1;
padding: 5px;
border-radius: 50%;
}
.comment-sub {
padding-left: 80px !important;
}
.comment-list li {
margin: 0px 0px 20px;
display: inline-block;
width: 100%;
}
.comment-meta {
margin-left: 95px;
margin-bottom: 5px;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.comment-list li p {
margin-left: 95px;
line-height: 21px;
}
.comment-meta li a {
}
.comment-meta em {
font-style: normal;
margin-left: 6px;
font-size: 10px;
}
.reply {
float: right;
font-size: 8px;
padding: 4px 9px !important;
border: 2px solid #000;
}
.reply:hover {
background: transparent !important;
color: #8dc73f !important;
border: 2px solid #8dc73f;
}
.no-margin-top {
margin-top: 0px !important;
}
#portfolio-home.folio-boxed-2col .project-item {
width: 50%;
overflow: hidden;
}
#portfolio-home.folio-boxed-3col .project-item {
width: 33.3333333%;
overflow: hidden;
}
#portfolio-home.folio-boxed-4col .project-item {
width: 25%;
overflow: hidden;
}
.overlay-folio2 {
background: rgba(255,255,255,0.8);
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
transition: .4s;
}
#portfolio-home.folio-boxed-2col .project-info ,
#portfolio-home.folio-boxed-3col .project-info ,
#portfolio-home.folio-boxed-4col .project-info {
position: absolute;
bottom: -50%;
left: 0;
display: table;
margin: 0 auto;
right: 0;
text-align: center;
transition: .4s;
width:100%;
}
#portfolio-home.folio-boxed-2col .project-item img ,
#portfolio-home.folio-boxed-3col .project-item img ,
#portfolio-home.folio-boxed-4col .project-item img {
transform: scale(1);
transition: .4s;
}
#portfolio-home.folio-boxed-2col .project-info h2 ,
#portfolio-home.folio-boxed-3col .project-info h2 ,
#portfolio-home.folio-boxed-4col .project-info h2 {
font-size: 15px;
color: #000;
letter-spacing: 1px;
transition:.4s;
}
#portfolio-home.folio-boxed-2col .project-info h2:hover ,
#portfolio-home.folio-boxed-3col .project-info h2:hover ,
#portfolio-home.folio-boxed-4col .project-info h2:hover {
color: #8dc73f;
transition:.4s;
}
#portfolio-home.folio-boxed-2col .project-item:hover img ,
#portfolio-home.folio-boxed-3col .project-item:hover img ,
#portfolio-home.folio-boxed-4col .project-item:hover img {
transform: scale(1.1);
transition: .4s;
}
#portfolio-home.folio-boxed-2col .project-item:hover .overlay-folio2 ,
#portfolio-home.folio-boxed-3col .project-item:hover .overlay-folio2 ,
#portfolio-home.folio-boxed-4col .project-item:hover .overlay-folio2 {
opacity: 1;
visibility: visible;
transition: .4s;
}
#portfolio-home.folio-boxed-2col .project-item:hover .project-info ,
#portfolio-home.folio-boxed-3col .project-item:hover .project-info ,
#portfolio-home.folio-boxed-4col .project-item:hover .project-info {
bottom: 0%;
transition: .4s;
}
#portfolio-home.gutter .project-item {
border: 5px solid #fff !important;
}
#portfolio-home.tiles .project-item {
padding-bottom: 100px;
border-right: 5px solid #fff !important;
border-left: 5px solid #fff !important;
}
#portfolio-home.tiles .project-info {
position: absolute;
left: 0px;
display: table;
margin: 0px auto;
right: 0px;
text-align: center;
transition: all 0.4s ease 0s;
bottom: 10px;
}
#portfolio-home.tiles .overlay-folio2 {
opacity: 1 !important;
visibility: visible !important;
background: transparent !important;
}
#portfolio-home.tiles .project-gal {
overflow: hidden;
}
#portfolio-home.tiles .overlay-folio2 {
opacity: 1 !important;
visibility: visible !important;
background: transparent !important;
}
#portfolio-home.tiles .project-item:hover .overlay-folio2 {
background: rgba(255,255,255,0.8) !important;
}
#portfolio-home.tiles .project-item:hover .project-info {
transition: all 0.4s ease 0s;
bottom: 92px;
}
#portfolio-home .project-gal img {
width: 100%;
}
.no-padding-bottom {
padding-bottom: 0px !important;
}
.container-full {
width: 100%;
padding: 0%;
}
.container-full .folio-boxed-2col .project-item {
width: 50% !important;
}
.container-full .folio-boxed-3col .project-item {
width: 33.3333% !important;
}
.container-full .folio-boxed-4col .project-item {
width: 25% !important;
}
.fsidebar {
width: 30%;
float: left;
padding-right: 30px;
}
#fs-content {
width: 68%;
float: right;
}
.fs-info h3 {
font-size: 17px;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 15px;
}
.project-meta li {
margin-top: 12px;
font-size: 11px;
color: #000;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
}
.project-meta li i {
margin-right: 8px;
}
.fsidebar2 {
width: 30%;
float: right;
padding-right: 0px;
padding-left: 30px;
}
#fs-content.fs-content2 {
width: 68%;
float: left;
}
#accordion-career .panel-default > .panel-heading {
background-color: #fff;
border: 1px solid #e8e8e8;
border-left: 1px solid #8dc73f;
border-radius: 0;
padding: 0;
}
#accordion-career .panel-title > a {
padding: 20px 25px;
display: table;
width: 100%;
}
#accordion-career.panel-group .panel-heading + .panel-collapse > .panel-body {
border: 1px solid #e8e8e8 !important;
margin-top: -1px;
}
#accordion-career .panel-title em {
font-style: normal;
font-size: 12px;
color: #999;
font-weight: 400;
font-family: Open Sans;
}
#accordion-career .panel-title {
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
color: inherit;
padding-left: 44px;
position: relative;
}
#accordion-career .panel-title i {
position: absolute;
left: 26px;
font-size: 29px;
}
.our-office {
border: 1px solid #e1e1e1;
padding: 30px;
}
.workplace li {
width: 33.3333%;
float: left;
border: 1px solid #e1e1e1;
padding: 10px;
margin: 0 -1px -1px 0;
}
.workplace li img {
opacity: 1;
transition: .4s;
}
.workplace li:hover img {
opacity: 0.6;
transition: .4s;
}
.feature-list li {
margin-top: 15px;
position: relative;
font-size: 14px;
padding-left: 30px;
color: #878787;
}
.feature-list li i {
color: #8dc73f;
position: absolute;
left: 5px;
top: 2px;
}
.countdown.styled {
width: 100%;
max-width: 850px;
margin: -25px auto 0;
padding: 0 15px;
}
.countdown.styled div {
width: 25%;
float: left;
color: #fff;
font-size: 100px;
font-weight: 300;
text-align: center;
text-shadow: 0 5px 10px #000;
}
.countdown.styled div span {
display: block;
font-size: 13px;
letter-spacing: 7px;
text-transform: uppercase;
font-weight: 600;
background: #8dc73f;
color: #fff;
display: table;
margin: 0 auto;
padding: 5px 12px 5px 19px;
text-align: center;
text-shadow: none;
}
#uc-main {
padding: 0;
height: 100vh;
}
#coming-soon .footer-bottom p {
color: #fff;
}
#coming-soon .f-social a {
border: 1px solid #fff;
width: 25px;
height: 25px;
border-radius: 50%;
display: inline-block;
color: #fff;
line-height: 23px;
text-align: center;
margin-right: 3px;
font-size: 11px;
}
#coming-soon .f-social a:hover {
border: 1px solid #000;
background: #000;
color: #fff;
}
#coming-soon .footer-bottom {
background: rgba(0, 0, 0, 0.2);
height: 80px;
position: relative;
top: -80px;
margin-bottom: -80px;
overflow: hidden;
padding: 29px 0px;
}
#uc-main .container {
height: 100vh;
display: table;
}
.uc-main {
display: table-cell;
vertical-align: middle;
width: 100%;
position: relative;
top: -35px;
}
#uc-main .search-container button {
width: 128px;
transition: .4s;
}
#uc-main .search-container button:hover {
transition: .4s;
background: #7db233;
}
#uc-main .search-container input {
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.3);
color: #fff !important;
}
#uc-main .search-container input::-webkit-input-placeholder {
/* WebKit browsers */
color: #fff;
}
#uc-main .search-container input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #fff;
opacity: 1;
}
#uc-main .search-container input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #fff;
opacity: 1;
}
#uc-main .search-container input:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #fff;
}
.contact-info i {
margin-right: 10px;
}
.map-border {
padding: 6px;
border: 1px solid #e5e5e5;
}
.list-style1 li {
padding-left: 25px;
position: relative;
margin-bottom: 7px;
color: #878787;
}
.list-style1 li i {
position: absolute;
left: 0;
top: 3px;
color: #8dc73f;
}
.list-wrap .col-sm-3 {
width: 20%;
}
.list-color2 li i {
color: #0FA2D5;
}
.list-color3 li i {
color: #FF4862;
}
.cs-wrap {
display: table;
margin: 0 auto;
text-align: center;
}
.cs-wrap span {
width: 150px;
height: 150px;
display: table;
position: absolute;
border-radius: 50%;
line-height: 150px;
color: #000;
font-family: Montserrat;
font-size: 28px;
letter-spacing: 1px;
}
.cs-wrap .chart-color2 span {
color: #8dc73f;
}
.cs-wrap .chart-color3 span {
color: #0FA2D5;
}
.cs-wrap .chart-color4 span {
color: #FF4862;
}
.cs-wrap h6 {
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
}
.progress {
height: 24px;
margin-bottom: 40px;
overflow: visible;
box-shadow: none;
border-radius: 0px;
}
.progress-bar {
margin: 0px;
border-radius: 0px;
height: 20px;
line-height: 20px;
box-shadow: none !important;
font-family: Montserrat;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 1px;
text-align: left;
padding: 0 12px;
position: relative;
}
.progress-bar span {
position: absolute;
right: -15px;
background: #ddd;
padding: 0px 4px;
border-radius: 2px;
top: -25px;
color: #666;
/** text-shadow: 0 0 2px #000; **/;
}
.progress-bar-default {
background: #000;
}
.progress-bar span:after {
content: '';
position: absolute;
border-style: solid;
border-width: 5px 5px 0;
border-color: #ddd transparent;
display: block;
width: 0;
z-index: 1;
bottom: -5px;
left: 0;
right: 0px;
margin: 0 auto;
}
.progress-bar-success {
background: #8dc73f !important;
}
.progress-bar-info {
background: #0FA2D5 !important;
}
.progress-bar-warning {
background: #FF4862 !important;
}
.no-width-skills {
width: 0% !important;
}
.nav-tabs li.col-md-4 {
width: 33.3333%;
padding-left: 0px;
padding-right: 0px;
}
.nav-tabs li i {
color: #8dc73f;
margin-right: 10px;
}
.shop-content {
background: #fff;
padding: 100px 0;
}
.shop-grid li {
width: 33.3333%;
float: left;
padding: 0 15px 30px;
}
.line-head {
font-family: Montserrat;
font-size: 16px;
font-weight: bold;
color: #333;
text-transform: uppercase;
position: relative;
overflow: hidden;
margin: 0px 0px 22px;
}
.line-head span {
background: #FFF;
padding-right: 15px;
position: relative;
z-index: 88;
margin: 0px 0px 20px;
}
.line-head::after {
content: "";
background: #d3d3d3;
height: 1px;
position: absolute;
top: 9px;
left: 0px;
width: 100%;
}
.product .text-center {
border: 1px solid #e5e5e5;
padding: 10px 10px 15px;
cursor: pointer;
transition: .4s;
}
.product:hover .text-center {
box-shadow: 0 0 5px rgba(0,0,0,0.2);
transition: .4s;
}
.logregform label {
font-weight:400;
font-size:13px;
}
.product-overlay {
display: block;
height: 50px;
background: rgba(0,0,0,0.2);
line-height: 50px;
position: absolute;
bottom: -60px;
width: 100%;
left: 0px;
right: 0px;
transition: .5s;
}
.product:hover .product-overlay {
bottom: 0px;
transition: .5s;
}
.product-thumbnail img {
transform: scale(1);
transition: .4s;
}
.product:hover .product-thumbnail img {
transform: scale(1.1);
transition: .4s;
}
.product-overlay a {
font-size: 20px;
margin: 0;
color: #fff;
width: 50%;
float: left;
text-align: center;
}
.product-overlay a:hover {
color: #fff;
background: #000 !important;
}
.product-overlay a:first-child {
background: rgba(0,0,0,0.2);
}
.product-title {
margin: 10px 0 5px;
}
.product-title a {
color: #000;
font-size: 17px;
}
.product-price {
font-size: 20px;
letter-spacing: -1px;
font-weight: 300;
margin: 0 auto 15px;
display: table;
}
.add_to_cart_button {
padding: 0px !important;
font-size: 10px;
border-radius: 3px !important;
padding: 11px 12px !important;
}
.sorter {
display: table;
width: 100%;
border: 1px solid #e8e8e8;
padding: 14px;
max-width: 815px;
position: relative;
left: 30px;
margin: 0 0 25px;
}
.sort1 {
width: 220px;
float: left;
}
.sort1 span {
float: left;
line-height: 30px;
font-size: 12px;
text-transform: uppercase;
margni-right: 10px;
font-weight: 600;
}
.sort1 select {
line-height: 30px;
border: 1px solid #e5e5e5;
padding: 5px 5px !important;
height: 30px;
font-size: 12px;
margin-left: 10px;
text-transform: uppercase;
}
.product-thumbnail {
position: relative;
overflow: hidden;
}
.sort1 form {
float: right;
}
.sort2 {
width: 172px;
float: right;
}
.sort2 .span1 {
float: left;
line-height: 30px;
line-height: 30px;
font-size: 12px;
text-transform: uppercase;
margni-right: 10px;
font-weight: 600;
}
.sort2 select {
line-height: 30px;
border: 1px solid #e5e5e5;
padding: 5px 5px !important;
height: 30px;
font-size: 12px;
margin-left: 10px;
text-transform: uppercase;
}
.sort2 .span2 {
font-weight: 600;
float: right;
line-height: 30px;
font-size: 12px;
text-transform: uppercase;
margni-right: 10px;
}
.sort2 form {
width: 80px;
margin: 0 auto;
background: #ff0000;
float: left;
margin-left: 25px;
}
.sort3 {
margin-top: 3px;
float: right;
}
.layout-modes {
display: table;
margin: 0px auto;
line-height: 27px;
}
.shop_pn {
display: table;
margin: 0 auto;
}
.shop_pn li {
float: left;
margin: 0 5px;
}
.shop_pn li a {
width: 35px;
height: 35px;
color: #000;
line-height: 35px;
text-align: center;
display: table;
background: transparent;
border-radius: 50%;
}
.shop_pn li a.active ,
.shop_pn li a:hover {
color: #fff;
background: #000;
}
.s_range {
margin-top: 25px;
}
.range_v {
margin-top: 35px;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
font-size: 13px;
}
.range_v span {
font-size: 14px;
color: #5b5b5b;
float: left;
margin-right: 5px;
line-height: 23px;
}
.range_v input {
border: medium none;
display: table;
float: left;
width: 44px;
font-size: 14px;
color: #5B5B5B;
margin-right: 9px;
margin-top: 1px;
}
.filter-btn {
float: right;
margin-top: -8px;
}
.filter-btn:hover {
color: #fff;
}
.range_sep {
background: #000;
width: 10px;
height: 1px;
display: table;
position: relative;
top: 13px;
right: 20px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
transition: none !important;
}
.shop-sidebar .widget {
margin-bottom: 50px;
}
.shop-sidebar .widget h3 {
margin: 0 0 30px;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 1px;
}
.product-categories li {
margin-bottom: 7px;
}
.product-categories li a {
color: #888;
}
.product-categories li a:hover {
color: #8dc73f;
}
.product-categories li:last-child {
margin-bottom: 0px;
}
.product-categories li i {
font-size: 20px;
position: relative;
top: 4px;
margin-right: 5px;
color: #bbb;
}
.widget_popular_products li {
display: table;
width: 100%;
margin-bottom: 15px;
position: relative;
}
.widget_popular_products li img {
width: 75px;
float: left;
}
.product-post-info {
margin-left: 90px;
}
.product-post-info h5 {
margin: 10px 0 0px;
}
.product-post-info h5 a {
color:#000;
}
.product-post-info h5 a:hover {
color:#8dc73f;
}
.product-post-info p {
margin: 0;
color: #666;
}
.badge {
width: 50px;
height: 50px;
border-radius: 50%;
padding-top: 15px;
font-size: 10px;
position: absolute;
top: -6px;
right: -6px;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
z-index:77;
}
.badge span {
font-size: 13px;
}
.red {
background: #f00;
line-height: 50px;
padding-top: 0px;
font-size: 12px;
}
.blue {
background: #8dcff4;
}
.product {
position: relative;
}
#gal-slider {
position: relative;
}
.gal-nav {
display: block;
width: 100%;
}
.gal-nav li {
float: left;
width: 25%;
padding: 0 10px;
cursor: pointer;
}
.gal-nav li img {
opacity: 1;
transition: .4s;
}
.gal-nav li.flex-active img {
opacity: 0.5;
transition: .4s;
}
.p-price {
font-size: 40px;
}
.product-size {
margin: 35px 0 10px;
display: table;
width: 100%;
}
.product-size li {
float: left;
margin: 0 10px;
}
.product-size span {
float: left;
line-height: 29px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
width: 75px;
}
.product-size a {
color: #000;
border: 1px solid #000;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
font-size: 10px;
letter-spacing: 0px;
text-transform: uppercase;
padding: 6px 10px;
display: table;
}
.product-size a.active ,
.product-size a:hover {
color: #8dc73f;
border: 1px solid #8dc73f;
}
.product-clr {
margin: 15px 0 0px;
display: table;
width: 100%;
}
.product-clr li {
float: left;
margin: 0 10px;
}
.product-clr span {
float: left;
line-height: 29px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
width: 75px;
}
.product-clr a {
color: #fff;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
font-size: 10px;
letter-spacing: 0px;
text-transform: uppercase;
padding: 6px 10px;
display: table;
}
.product-quantity {
margin: 15px 0 35px;
display: table;
width: 100%;
}
.product-quantity span {
float: left;
line-height: 29px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
width: 84px;
}
.product-quantity input {
color: #000;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
font-size: 12px;
letter-spacing: 0px;
text-transform: uppercase;
padding: 6px 10px;
width: 50px;
display: table;
text-align: center;
}
.shop-btn-wrap {
display: table;
margin-bottom: 27px;
}
.shop-btn-wrap a {
float: left;
margin-right: 5px;
padding: 13px 15px !important;
font-size: 11px !important;
}
.product-meta {
font-size: 13px;
}
#p-single .nav-tabs li a {
padding: 21px 10px !important;
}
.box-content {
border: 1px solid #e4e4e4;
padding: 15px 30px 30px;
}
.cart-table thead tr th {
background: #000;
color: #fff;
border: 1px solid #222;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
text-transform: uppercase;
line-height: 40px;
}
.cart-table thead {
border-top: 1px solid #000;
}
.cart-table tbody tr td a {
color: #000;
font-weight: 600;
}
.cart-table tbody tr td a:hover {
color: #8dc73f;
}
.cart-table thead tr th ,
.cart-table tbody tr td {
vertical-align: middle;
text-align: center;
}
.coupon {
text-align: left;
padding: 5px 0 10px;
}
.coupon input {
border: 1px solid #000;
height: 35px;
padding: 0 15px;
line-height: 33px;
width: 70%;
float: left;
color: #000;
font-size: 13px;
}
.coupon button {
color: #fff;
text-transform: uppercase;
background: #000;
height: 35px;
padding: 0 15px;
border: none;
line-height: 35px;
width: 30%;
font-size: 10px;
transition: .4s;
color: #fff;
}
.coupon button:hover {
background: #555;
transition: .4s;
color: #fff;
}
.cart-btn {
float: right;
margin-top: 17px;
}
.cart-btn button {
float: left;
margin-left: 5px;
}
.coupon {
width: 260px;
}
.billing-details select {
height: 50px;
border: 1px solid #e5e5e5;
}
.billing-details label {
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
color: #666;
}
.payment-method span {
display: inline-block;
margin-left: 9px;
position: relative;
top: -1px;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
}
.table.extra-padding tbody tr th,
.table.extra-padding tbody tr td {
padding: 15px;
}
.higlight {
color: #8dc73f;
}
#about-section2 {
padding-top: 55px;
}
#about-section2 .about-box {
margin-bottom: 55px;
}
#about-section2 .about-box .about-post {
text-align: center;
}
#about-section2 .about-box .about-post a {
display: inline-block;
text-decoration: none;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
width: 100px;
height: 100px;
margin: 0 0 24px;
line-height: 100px;
color: #ffffff;
font-size: 30px;
text-align: center;
background: #222222;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
#about-section2 .about-box .about-post a:hover,
#about-section2 .about-box .about-post a.active {
background: #8dc73f;
}
#about-section2 .about-box .about-post h2 {
color: #222222;
font-size: 15px;
font-weight: 700;
margin: 0 0 15px;
}
#about-section2 .content-tab {
padding-top: 65px;
background: url('../images/bg/parallax/4.jpg') center top fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
position: relative;
}
#about-section2 .content-tab .container {
position: relative;
z-index: 2;
}
#about-section2 .content-tab .tab-cont {
display: none;
position: relative;
}
#about-section2 .content-tab .tab-cont h2 {
font-size: 15px;
font-weight: 400;
margin-bottom: 30px;
color: #8dc73f;
}
#about-section2 .content-tab .tab-cont p {
color: #cccccc;
margin-bottom: 15px;
}
#about-section2 .content-tab .tab-cont .image-content {
text-align: center;
}
#about-section2 .content-tab .tab-cont .image-content img {
max-width: 100%;
}
#about-section2 .content-tab .tab-cont .retina-content {
text-align: center;
}
#about-section2 .content-tab .tab-cont .retina-content h2 {
margin-bottom: 20px;
margin-top: 0;
}
#about-section2 .content-tab .tab-cont .retina-content img {
max-width: 100%;
}
#about-section2 .content-tab .tab-cont.active {
display: block;
}
#about-section2 .content-tab .tab-cont:before {
position: absolute;
content: '';
width: 0;
height: 0;
top: -65px;
border: 50px solid #ffffff;
border-left-width: 50px;
border-right-width: 50px;
border-top-width: 25px;
border-bottom-width: 25px;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
}
#about-section2 .content-tab .tab-cont[data-tab="1"]:before {
left: 60px;
}
#about-section2 .content-tab .tab-cont[data-tab="2"]:before {
left: 300px;
}
#about-section2 .content-tab .tab-cont[data-tab="3"]:before {
left: 540px;
}
#about-section2 .content-tab .tab-cont[data-tab="4"]:before {
left: 780px;
}
#about-section2 .content-tab:after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(34, 34, 34, 0.7);
}
.rw-home .project-item {
width: 100%;
}
.client-logo a {
/*opacity:0.4;*/
display:table;
margin:0 auto;
}
.client-logo a:hover {
opacity:1;
}
#carousel_five .owl-prev {
background: #fff;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 0;
position: absolute;
left: -50px;
transition:.4s;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#carousel_five .owl-prev:after {
content: "\f104";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
font-size: 25px;
color: #000;
line-height: 42px;
transition: .4s;
}
#carousel_five .owl-next {
background: #fff;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 0;
position: absolute;
right: -50px;
transition:.4s;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#carousel_five .owl-next:after {
content: "\f105";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 2px;
right: 0px;
font-size: 25px;
color: #000;
line-height: 42px;
transition: .4s;
}
#carousel_five:hover .owl-prev {
opacity:0.3 !important;
left:0px !important;
transition:.4s !important;
}
#carousel_five:hover .owl-next {
opacity:0.3 !important;
right:0px !important;
transition:.4s !important;
}
#carousel_five .owl-prev:hover {
background: #000;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
transition:.4s;
position: absolute;
left: 0;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#carousel_five .owl-next:hover {
background: #000;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
position: absolute;
right: 0px;
transition:.4s;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#carousel_five .owl-prev:hover:after ,
#carousel_five .owl-next:hover:after {
color: #fff;
transition: .4s;
}
.hb-info h4 {
margin:20px 0 15px;
}
.hb-info h4 a {
color:#000;
}
.hb-thumb {
position:relative;
}
.date-meta {
background: #8dc73f ;
font-size: 15px;
color: #FFF;
text-align: center;
position: absolute;
top: 0;
padding: 6px 13px;
}
.date-meta span {
display:block;
font-size:26px;
font-weight:700;
}
.home-contact-form .input-wrap, .home-contact-form .textarea-wrap {
display: block;
margin: 0 0 12px 0;
position: relative;
}
.home-contact-form .input-wrap i {
position: absolute;
top: 9px; left: 11px;
color: #c1c4c5;
}
.home-contact-form .textarea-wrap i {
position: absolute;
top: 12px; left: 11px;
color: #c1c4c5;
}
.home-contact-form .input-wrap i + input, .textarea-wrap i + textarea {
padding-left: 31px;
}
.home-contact-form input:focus + i{color: #000 !important;}
.home-contact-form textarea:focus + i{color: #000 !important;}
.home-contact-form .input-wrap input,
.home-contact-form .textarea-wrap textarea,
.home-contact-form .select-wrap select {
width: 217px;
height: 33px;
padding: 0 12px;
padding-left:40px;
background: #fafafa;
border: 1px solid #e2e2e2;
border-top: 1px solid #d4d4d4;
outline: none;
border-radius: 2px;
color: #65686d;
font-size:13px;
line-height: 1.6;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.home-contact-form .textarea-wrap textarea {
width:100%;
height:100px;
padding:10px 20px 15px 40px;
}
.home-project-3col .project-item {
width:33.3333%;
border:10px solid #fff;
}
#team2 .text-center {
padding:0 15px;
}
#team2 .text-center p {
font-size:12px;
}
#team2 .text-center .team-social {
display:table;
float:none;
margin:0 auto;
}
#team2 .text-center .team-social a {
color:#000;
text-shadow:none !important;
}
#team2 .text-center .team-social a:hover {
color:#8dc73f;
text-shadow:none !important;
}
.highlight {
color:#8dc73f !important;
}
.highlight2 {
color:#FDC502 !important;
}
.border-top {
border-top:1px solid #e9e9e9;
}
#one-res .highlight3 {
font-family: 'Lovers Quarrel', cursive;
color:#8dc73f;
font-size:120px;
margin:0 0 -40px;
font-weight:300;
}
.highlight4 {
color:#8dc73f !important;
}
#one-res .project-info h2 {
font-size:15px;
position:relative;
}
#one-res .project-info h2 span {
float:right;
color:#8dc73f;
position:relative;
}
#one-res .project-info h2 span:before {
content:".... ";
}
.header-x {
padding: 15px 0 0 10px;
}
.header-x .s-cart {
float:left;
margin-right:10px;
position:relative;
cursor:pointer;
}
.sc-trigger span {
background: #8dc73f;
color: #FFF;
padding: 0px;
font-size: 12px;
border-radius: 50%;
width: 18px;
height: 18px;
display: inline-block;
line-height: 16px;
text-align: center;
position: relative;
top: -9px;
}
.header-x .s-search{
float:right;
cursor:pointer;
}
.header-x .s-search i {
font-size:12px;
position:relative;
top:2px;
transition:.4s;
}
.ss-trigger i:hover {
color:#8dc73f;
transition:.4s;
}
.cart-info {
background: #fff;
display: table;
padding: 25px;
position: absolute;
width: 280px;
right: -22px;
top: 35px;
border-top: 4px solid #8dc73f;
opacity:0;
visibility:hidden;
transition:.4s;
}
.s-cart:hover .cart-info {
opacity:1;
visibility:visible;
transition:.4s;
}
.cart-info:after {
content: "";
height: 30px;
background: #fff;
width: 100%;
position: absolute;
top: -30px;
left: 0;
right: 0;
opacity: 0;
}
.ci-item {
display: table;
width: 100%;
border-bottom: 1px solid #E8E8E8;
padding-bottom: 4px;
margin-bottom: 13px;
}
.ci-item img {
float: left;
}
.ci-item-info {
margin-left: 92px;
}
.ci-item-info h5 {
font-family: Raleway !important;
font-size: 13px;
color: #333333;
text-transform: none;
margin: 0 0 1px;
color: #333333;
}
.ci-item-info h5 a {
color: #333333;
}
.ci-item-info h5 a:hover {
color: #8dc73f;
}
.ci-item-info p {
color: #666;
}
.ci-edit a {
background: #aaaaaa;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
color: #fff;
}
.ci-edit a:hover {
background: #444444;
color: #fff;
}
.ci-total {
font-size: 15px;
text-transform: none;
margin: 10px 0 15px;
}
.cart-btn a {
background: #8dc73f;
padding: 10px 16px;
color: #FFF;
text-transform: uppercase;
border: medium none;
font-size: 12px;
letter-spacing: 2px;
font-family: Montserrat;
border-radius: 0px;
display: inline-block;
transition: all 0.4s ease 0s;
float: left;
}
.cart-btn a:first-child {
background: #333333;
}
.cart-btn a:hover {
background: #000;
color: #fff;
}
.ss-content {
background:rgba(255,255,255,0.8);
position:fixed;
height:100%;
width:100%;
z-index:999999999;
top:0;
left:0;
right:0;
visibility:hidden;
opacity:0;
transition:.4s;
}
.ss-content-act {
visibility:visible;
opacity:1;
}
.ssc-inner {
height:100vh;
display:table;
margin:0 auto;
width:50%;
}
.ssc-inner form {
display:table-cell;
vertical-align:middle;
margin:auto;
position:relative;
}
.ssc-inner form input {
background:transparent;
border:none;
width:100%;
height:90px;
color:#000;
line-height:88px;
font-size:30px;
border-bottom:4px solid #8dc73f;
font-weight:300;
padding-right:60px;
}
.ssc-inner form button {
border: none;
background: transparent;
color: #000;
position: absolute;
right: 0px;
margin-top: 33px;
}
.intro-wrap {
background:url(../images/slider/9.jpg) no-repeat center;
background-size:cover;
}
.intro-wrap h1 {
font-family:Open Sans;
font-size:70px;
font-weight:300;
color:#fff;
margin:200px 0 0;
}
.intro-wrap p {
font-size:16px;
font-weight:400;
color:#fff;
margin:20px 0 30px;
}
.head-w-ul span {
font-weight:700;
border-bottom:4px solid #8dc73f;
color:#8dc73f;
}
.donate-meter {
text-align: left;
padding: 80px 10px 20px;
margin: -131px 0px 0px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
position: relative;
z-index: 888;
}
.donate-meter em {
color:#fff;
display:block;
margin-bottom:8px;
}
.dm-wrap {
height:3px;
background:rgba(0,0,0,0.2);
position:relative;
}
.dm-wrap span{
height:3px;
background:#8dc73f;
position:relative;
display:table;
}
.volunter-info {
background:rgba(0,0,0,0.4);
padding:25px;
}
.volunter-info .button {
background:#8dc73f;
}
#one-gym .ct-info small {
color:#878787;
}
#one-gym .ct-info small i {
margin-right:5px;
}
.dual-btns a {
display:inline-block;
margin:0 1px;
padding:0 30px;
width:200px;
}
.dual-btns.auto-width a {
width:auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.ssc-inner form button {
margin-top: -50px;
}
}
.ssc-inner form button i {
font-size: 27px !important;
}
.ss-close {
font-size: 51px;
position: absolute;
right: 15px;
top: 15px;
opacity: 0.2;
}
.ss-close:hover {
opacity: 0.6;
}
.rating {
float:left;
unicode-bidi: bidi-override;
direction: rtl;
}
.rating > span {
display: inline-block;
position: relative;
width: 22px;
font-size:23px;
color: #8dc73f;
padding-right:5px;
}
.rating > span:hover,
.rating > span:hover ~ span {
color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
content: "\2605";
position: absolute;
left: -2px;
color: #8dc73f;
}
.rating2 {
display: table;
unicode-bidi: bidi-override;
padding-left: 15px;
position: relative;
top: -7px;
}
.rating2 > span {
display: inline-block;
position: relative;
font-size:16px;
color: #8dc73f;
}
#header2 .header-x {
padding: 18px 0px 0px 15px;
position: relative;
z-index: 8888888;
}
#header2 #top-bar {
height: 90px;
}
#header2 #top-bar .top-bar-content {
border-right: none;
}
#header2 .navbar-brand > img {
display: block;
width: 152px;
margin: -9px auto 0px;
}
#header2 header {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
#header2 .navbar-center {
float:none;
display: table !important;
margin: 0 auto !important;
}
#header2 #top-bar .top-login ,
#header2 #top-bar .nav-social-icons ,
#header2 .social-icons li {
border:none;
}
#header2 .h2-tr {
padding: 25px 0;
}
#header4 #top-bar {
background:#000;
border:none;
}
#header4 #top-bar a ,
#header4 #top-bar .top-bar-content p ,
#header4 #top-bar .social-icons li a {
color: #666;
border:none;
}
#header4 #top-bar .social-icons li a:hover {
color: #fff;
}
#header4 #top-bar a:hover {
color: #aaa;
}
#header5 .header-wrap {
position:absolute;
top:0;
width:100%;
left:0;
right:0;
}
#header5 #top-bar ,
#header5 header {
background:transparent;
border:none;
}
#header5 #top-bar {
border-bottom:1px solid rgba(0,0,0,0.1);
}
#header5 .navbar-nav > li > a:focus ,
#header5 .navbar-nav > li > a {
background:transparen !important;
color:#fff;
}
.navbar-default .navbar-nav > li.active > a {
color:#8DC73F !important;
background:transparent !important;
}
#header5 .sc-trigger i,
#header5 .ss-trigger i {
color:#fff;
}
#header5 .is-sticky header {
background:#000;
}
#header5 .header-wrap {
position: absolute;
top: 0px;
width: 100%;
left: 0px;
right: 0px;
z-index: 99999999;
background: rgba(0,0,0,0.1);
}
#header5 #top-bar a ,
#header5 #top-bar .top-bar-content p ,
#header5 #top-bar .social-icons li a {
color: #fff;
border:none;
}
#header4 #top-bar .social-icons li a:hover {
color: #fff;
}
#header4 #top-bar a:hover {
color: #aaa;
}
#header6 .header-wrap {
position:absolute;
top:0;
width:100%;
left:0;
right:0;
}
#header6 #top-bar ,
#header6 header {
background:transparent;
border:none;
}
#header6 #top-bar {
border-bottom:1px solid rgba(0,0,0,0.1);
}
#header6 .navbar-nav > li > a:focus ,
#header6 .navbar-nav > li > a {
background:transparen !important;
color:#2F2F2F;
}
.navbar-default .navbar-nav > li.active > a {
color:#8DC73F !important;
background:transparent !important;
}
#header6 .sc-trigger i,
#header6 .ss-trigger i {
color:#000;
}
#header6 .is-sticky header {
background:#f8f8f8;
}
#header6 .header-wrap {
position: absolute;
top: 0px;
width: 100%;
left: 0px;
right: 0px;
z-index: 99999999;
background: rgba(0,0,0,0);
}
#header6 #top-bar a ,
#header6 #top-bar .top-bar-content p ,
#header6 #top-bar .social-icons li a {
color: #fff;
border:none;
}
.about-doctor h1 {
margin-top:120px;
}
.book-doctor {
background: #8DC73F;
padding: 30px 40px;
display: table;
margin: 300px auto 50px;
color: #fff;
font-family: montserrat;
text-transform: uppercase;
font-size: 25px;
letter-spacing: 3px;
}
.book-doctor:hover {
background: #000;
color: #fff;
}
.domain-box {
background:#8DC73F;
padding:30px;
text-align:center;
}
.domain-box.db-dark {
background:#7eb534;
padding:30px;
text-align:center;
}
#domain-sform input {
border: none;
height: 70px;
padding: 0 30px;
}
#domain-sform select {
border: none;
height: 70px;
}
ul.tld_list {
margin:50px 0 0 ;
}
ul.tld_list .number {
background:#8DC73F;
width:60px;
color:#fff;
height:60px;
font-size:21px;
text-align:center;
border-radius:50%;
float:left;
line-height:60px;
}
ul.tld_list .text {
color: #fff;
line-height: 60px;
margin-left: 77px;
font-size: 16px;
text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.nav-tabs li a {
padding: 40px 5px;
font-size: 12px;
}
.layout-modes {
display: none;
}
.filter-btn {
float: none;
margin-top: -8px;
margin-bottom: 40px;
position: relative;
top: 44px;
}
.fsidebar {
width: 40%;
}
#fs-content {
width: 58%;
}
#header-main .navbar-nav > li > a {
padding: 35px 15px;
}
.thumbs li img {
width: 50px;
}
#fs-content.fs-content2 {
width: 58%;
float: left;
}
.shop-grid li {
width: 50%;
float: left;
padding: 0px 15px 30px;
}
}
@media screen and (max-width: 767px) {
.header-x {
padding: 34px 0px 0px 15px;
position: absolute;
top: -7px;
float: right !important;
right: 0;
}
.navbar-toggle {
margin-right: 72px !important;
}
.project-item {
width: 100%;
float: left;
}
.section-team-block p {
margin: 0px 0px 15px;
font-size: 11px;
line-height: 18px;
}
.stats2-info {
margin: 25px 0 !important;
}
.nav-tabs li {
min-height: 130px;
}
.nav-tabs li a {
font-size: 11px;
}
.nav-tabs li a span {
display: block;
}
.shop-grid li {
width: 100%;
float: left;
padding: 0px 15px 30px;
}
.filter-btn {
float: none;
margin-top: -8px;
margin-bottom: 40px;
position: relative;
top: 44px;
}
.fc-main {
padding: 80px 0px 0px 0px;
}
.cta-dark p {
margin: 0px 0px 20px;
}
.search-container h4 {
margin: 0px 0px 50px;
text-transform: uppercase;
font-size: 24px;
}
.recent-search li a {
border: 1px solid #000;
padding: 2px 9px;
color: #000;
display: table;
text-transform: uppercase;
font-size: 9px;
letter-spacing: 4px;
}
.recent-search li {
padding: 0px 10px 12px;
}
.filter li {
float: left;
margin: 0px 10px 15px;
}
.fsidebar {
width: 100%;
float: none;
padding-right: 0;
margin-bottom: 40px;
}
#fs-content {
width: 100%;
float: right;
}
#fs-content.fs-content2 {
width: 100%;
float: left;
}
.style2 span {
color: #000;
font-size: 30px;
position: relative;
}
.navbar-brand {
margin-top: 14px;
}
.navbar-toggle {
margin-top: 14px;
margin-right: 0;
}
#header-main .navbar-nav > li > a {
padding: 12px 18px;
}
.dropdown-menu {
position: relative;
min-width: 100%;
}
.navbar-nav {
float: left;
margin: 0px 0px -1px;
width: 100%;
}
.navbar-nav {
float: left;
margin: 0px 0px -1px;
width: 100%;
max-height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
}
.slider-wrap {
position:relative;
}
.style2 {
padding: 0;
}
.navbar-collapse {
overflow: hidden !important;
padding: 0 !important;
}
.style2 p {
font-size: 27px;
font-weight: 100;
line-height: 36px;
}
.quote-meta {
padding-left: 0;
}
.post-meta span {
font-size: 10px;
}
.page_nav a {
width: 30px;
line-height: 30px;
margin: 0px 0px;
}
.pricing-table3 ul li {
width: 100%;
max-width:350px;
margin: 0px 0 30px;
}
.container {
width:100%;
max-width:500px;
margin:0 auto;
}
aside {
margin-bottom:30px;
}
.pricing-table2 tbody tr td:nth-child(2), .pricing-table2 tbody tr td:nth-child(3), .pricing-table2 tbody tr td:nth-child(4) {
font-size: 13px;
}
.pricing-table2 tbody tr td:first-child {
font-size: 14px;
}
.pricing-table2 tbody tr td:first-child i {
font-size: 20px;
margin-right: 8px;
position: relative;
top: 1px;
}
.container-full .folio-boxed-2col .project-item {
width: 100% !important;
}
#portfolio-home.folio-boxed-2col .project-item {
width: 100%;
overflow: hidden;
}
.f-tweet small {
float: none;
}
.tweet-info {
margin-left: 0;
padding-top: 8px;
margin-bottom: 32px;
}
#errorpage .page_header h3 {
font-size: 16px;
letter-spacing: 2px;
}
.error-404 h2 {
font-size: 100px;
}
.f-subscribe small {
float: none;
}
.f-subscribe form {
margin-left: 0;
margin-top: 15px;
}
.page_header h3 {
font-size: 34px;
}
.style2 span {
color: #000;
font-size: 30px;
position: absolute;
display: block;
height: 55px;
}
.style2 p {
padding-top: 40px;
}
.footer-bottom {
background: #222;
height: auto;
position: relative;
top: -80px;
margin-bottom: 0;
overflow: hidden;
padding: 23px 0px;
text-align: center;
}
.f-social {
float: none !important;
margin: 0px auto;
}
}
/*
img{ filter: grayscale(75%); -webkit-filter: grayscale(75%); filter: grayscale(75%); }
img:hover{ filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: grayscale(0%); } | assets/frontend/css/style.css | @import 'settings-panel.css';
@import url("http://fonts.googleapis.com/css?family=Open Sans+Condensed:400,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700");
@import url("http://fonts.googleapis.com/css?family=Volkhov:400italic");
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: Open Sans,'Helvetica Neue',Arial,sans-serif;
background: #fcfcfc /*url("../images/d4.jpg")*/;
}
a {
color: #8dc73f;
transition: .4s;
}
a, a:hover, a:focus, a:active {
outline: 0;
text-decoration: none;
transition: .4s;
color:inherit;
}
a:hover {
color: #8dc73f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
color:#000;
text-transform: uppercase;
letter-spacing: 1px;
}
p {
margin-bottom: 17px;
font-size: 13px;
line-height: 23px;
color: #878787;
}
ul, li {
list-style: none;
padding: 0px;
margin: 0px;
}
.border{border: 1px solid #eee; padding: 10px}
.no-padding {
padding: 0 !important;
}
.outer-wrapper {
width: 100%;
position: relative;
overflow: hidden;
background:#fcfcfc;
}
.outer-wrapper.boxed {
width: 98%;
max-width:1250px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}
.outer-wrapper.boxed header {
width: 100%;
max-width:1250px;
margin-left: auto;
margin-right: auto;
}
#header-main.affix a.navbar-brand {
font-size: 31px !important;
margin: 5px 0 0;
}
#header-main.affix {
position: fixed;
top: 0;
left: 0;
width: 100%;
margin-top: 0;
padding: 10px 0;
min-height: inherit;
z-index: 999;
background: #ffffff;
background: rgba(255,255,255,1);
border-bottom: 1px solid #efefef;
}
#header-main.affix .navbar {
margin-top: 0px;
}
#header-main.affix .navbar-nav > li > .dropdown-menu {
margin-top: 12px !important;
}
#header-main.affix .navbar-brand img {
width: 80%;
margin-top: 7px;
}
#header-main.affix .navbar-brand {
line-height: 38px;
}
#header-main {
padding: 0px;
position: relative;
background-color: #FFF;
top: 0px;
left: 0px;
right: 0px;
font-family: raleway;
z-index: 99999;
border-bottom: 1px solid #eee;
}
#header-main .navbar-default {
background-color: transparent;
border: none;
}
#header-main .navbar-brand {
padding: 0px 0 0;
}
#header-main .navbar-brand img {
width: 100px;
/*height: 24px;*/
}
#header-main .navbar {
margin-bottom: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0px;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0px;
margin: 2px 0px 0px;
list-style: outside none none;
font-size: 14px;
background-color: #FFF;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
background-clip: padding-box;
}
#header-main .yamm .nav,
#header-main .yamm .collapse,
#header-main .yamm .dropup,
#header-main .yamm .dropdown {
position: static;
}
#header-main .yamm .container {
position: relative;
}
#header-main .yamm .dropdown-menu {
left: auto;
right: auto;
border: 1px solid #eee;
}
.white-wrapper .testimonial h3,
#header-main .yamm-fw .dropdown-menu li a {
color: #262626 !important;
}
#header-main .yamm-fw .dropdown-menu li a:before {
font-family: "FontAwesome";
content: "\f105";
font-size: 13px;
padding-right: 5px;
}
#header-main .yamm-fw .dropdown-menu li {
list-style: none;
padding: 0;
}
#header-main .yamm-fw .nav.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
#header-main .yamm .yamm-content {
padding: 20px;
border: 1px solid #eee;
}
#header-main a:hover {
text-decoration: none;
}
#header-main .dropdown-menu li a:focus,
#header-main .dropdown-menu li a:active,
#header-main .dropdown-menu li a:hover {
background-color: #fff;
}
#header-main .yamm img {
margin-bottom: 10px;
}
#header-main .dropdown-menu,
#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
left: 0;
right: 0;
background-color: #fff;
box-shadow: none;
margin-top: -1px;
border: none;
border-top: 1px solid #fff;
z-index: 999999;
}
#header-main .navbar-nav > li > a:focus,
#header-main .navbar-nav > li > a {
color: #262626;
padding: 15px 10px 10px;
font-size: 11px;
overflow: hidden;
position: relative;
z-index: 99999;
text-transform: uppercase;
letter-spacing: 1px;
}
#header-main .navbar-nav > li:hover > a ,
#header-main .navbar-nav > li > a:hover {
background:transparent !important;
}
#header-main .dropdown-menu li a {
text-decoration: none;
display: block;
position: relative;
padding: 15px 20px;
font-size: 12px;
color: #262626 !important;
background: transparent !important;
font-weight:500;
}
#header-main .dropdown-menu li a:hover {
color: #8dc73f !important;
background: #fff !important;
}
#header-main .dropdown-menu {
padding: 0 !important;
border-radius: 0 !important;
}
#header-main .yamm-fw .dropdown-menu li a {
padding: 11px 0px;
font-size: 11px;
font-weight:500;
text-transform: uppercase;
letter-spacing: 1px;
}
#header-main .yamm-fw .dropdown-menu li a:hover {
background: transparent !important;
color: #8dc73f !important;
}
#header-main .dropdown-menu li {
float: none;
display: block;
margin: 0;
text-align: left;
border: 0;
border-bottom: 1px solid #e1e1e1;
position: relative;
}
#header-main .dropdown-menu li:last-child {
border-bottom: 0;
}
#header-main .navbar-nav > li > a:hover,
#header-main .navbar-default .navbar-nav > .open > a,
#header-main .navbar-default .navbar-nav > .open > a:hover,
#header-main .navbar-default .navbar-nav > .open > a:focus {
color: #8dc73f !important;
}
#header-main .dropdown-menu,
#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
border-top-color: #8dc73f !important;
}
#header-main .yamm h3 i,
#header-main .yamm-fw .dropdown-menu li a:before {
color: #8dc73f;
}
.yamm .dropdown-submenu > .dropdown-menu {
top: 0px;
left: 100% !important;
margin-top: -3px !important;
margin-left: -1px;
border-radius: 0px 6px 6px;
}
#header-main .yamm .dropdown-menu {
right: auto;
}
.arrow-up {
color: rgb(0, 0, 0);
font-size: 12px;
display: inline-block;
line-height: 0;
position: relative;
top: -1px;
color: #aaa;
margin-left: 2px;
}
#header-main .navbar-nav > li > a:hover .arrow-up {
color:#8DC73F;
}
#header-main .navbar-nav > li > a.active .arrow-up {
color:#8DC73F;
}
.navbar-brand {
font-family: Pacifico;
color: #000 !important;
margin-top: 15px;
font-size: 35px;
height: 0;
}
.navbar-nav {
float: left;
margin: 0 0 -1px;
}
.slider-wrap {
position: relative !important;
}
.inner-content {
padding: 90px 0;
}
.section-about h3 {
font-size: 25px;
margin: 15px 0 20px;
}
.section-services2 h3 {
font-size: 25px;
margin: 0 0 20px;
}
.ss2-content i {
font-size: 35px;
color: #8dc73f;
}
.ss2-content h4 {
font-size: 16px;
text-transform: uppercase;
margin: 30px 0 13px;
}
.space10 {
margin-bottom: 10px;
}
.space20 {
margin-bottom: 20px;
}
.space30 {
margin-bottom: 30px;
}
.space40 {
margin-bottom: 40px;
}
.space50 {
margin-bottom: 50px;
}
.space60 {
margin-bottom: 60px;
}
.space70 {
margin-bottom: 70px;
}
.space80 {
margin-bottom: 80px;
}
.space90 {
margin-bottom: 90px;
}
.space100 {
margin-bottom: 100px;
}
.button {
background: #000;
padding: 15px 20px;
color: #fff;
text-transform: uppercase;
border: none;
font-size: 12px;
letter-spacing: 2px;
font-family: Montserrat;
border-radius: 0px;
display: table;
transition: .4s;
}
.button:hover {
background: #8dc73f !important;
color: #fff !important;
}
.button.color2:hover ,
.button.color3:hover ,
.button.color4:hover {
background: #000 !important;
color: #fff !important;
}
.button.btn-border {
background: transparent !important;
padding: 15px 20px;
color: #000;
border: 2px solid #000;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 2px;
font-family: Montserrat;
border-radius: 0px;
display: table;
transition: .4s;
}
.button.btn-border:hover {
background: #000 !important;
color: #fff;
}
.button.color2 {
background: #8dc73f;
}
.button.color3 {
background: #0FA2D5;
}
.button.color4 {
background: #FF4862;
}
.button.color5 {
background: #8dc73f;
}
.button.color5:hover {
background: #000 !important;
}
.button.btn-border.color2 {
border-color: #8dc73f;
color: #8dc73f;
}
.cta-clr {
background:#8dc73f;
}
.button.btn-border.color3 {
border-color: #0FA2D5;
color: #0FA2D5;
}
.button.btn-border.color4 {
border-color: #FF4862;
color: #FF4862;
}
.button.btn-border.white {
border-color: #fff;
color: #fff;
}
.button.btn-border.color2:hover {
background: #8dc73f !important;
color: #fff;
}
.button.btn-border.color3:hover {
background: #0FA2D5 !important;
color: #fff;
}
.button.btn-border.color4:hover {
background: #FF4862 !important;
color: #fff;
}
.button.btn-border.white:hover {
border-color: #fff;
background:#fff !important;
color: #000 !important;
}
.button.one {
background: #8dc73f;
}
.btn-radius {
border-radius: 5px !important;
}
.content-head {
margin-bottom: 60px;
}
.content-head em {
font-size: 18px;
display: block;
color: #777;
margin: 8px 0 0;
}
.section-team-block .left {
text-align: right;
padding: 1px;
}
.section-team-block .left img {
float: right;
margin-left: 40px;
}
.section-team-block .right {
text-align: left;
padding: 1px;
}
.section-team-block .right img {
float: left;
margin-right: 40px;
}
.section-team-block h4 {
margin: 10px 0 5px;
}
.section-team-block p {
margin: 0 0 20px;
}
.small-sep {
height: 2px;
background: #8dc73f;
width: 50px;
}
.social-c1 {
margin-top: -15px;
margin-bottom: 0px;
}
.left .social-c1 a {
color: #000;
margin-left: 3px;
}
.right .social-c1 a {
color: #000;
margin-left: 3px;
}
.right .social-c1 a:hover {
opacity:0.5;
}
.button.simple {
background: transparent;
border-bottom: 1px solid #000;
border-radius: 0;
padding: 0 0 5px;
color: #000;
font-size: 10px;
letter-spacing: 2px;
opacity: 0.3;
}
.skills {
}
/* Top bar */
#top-bar {
background: #fff;
width: 100%;
border-bottom: 1px solid #f0f0f0;
font-size: 12px;
height: 40px;
position: relative;
color: #b3b3b3;
-moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
}
#top-bar .nav-social-icons {
float: right;
border-left: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content {
height: 100%;
float: left;
padding-right: 12px;
border-right: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content p {
margin: 0;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
font-size: 11px;
color: #b3b3b3;
}
#top-bar .top-bar-content p span {
margin:0 5px;
}
#top-bar .container,
#top-bar .row,
#top-bar [class*="col-"] {
height: 100%;
}
#top-bar a {
color: #b3b3b3;
font-weight: 400;
}
#top-bar a:hover {
color: #b3b3b3;
}
#top-bar p a {
border-bottom:1px solid #b3b3b3;
}
#top-bar p a:hover {
text-decoration: none;
}
#top-bar .top-login {
float: right;
position: relative;
z-index: 101;
height: 100%;
border-right: 1px solid rgba(0, 0, 0, 0.07);
padding:0 15px;
}
#top-bar .top-login ul {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
right: 0;
background: #333;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
min-width: 150px;
padding: 5px 10px;
display: none;
}
#top-bar .top-login ul li a {
display: block;
padding: 3px;
color: #fff;
}
#top-bar .top-login:hover {
cursor: pointer;
}
#top-bar .top-login:hover ul {
display: block;
}
.top-login a {
line-height:42px;
}
/* Social Icons */
.social-icons {
list-style: none;
margin: 0;
padding: 0;
*zoom: 1;
}
.social-icons:after {
content: "";
display: table;
clear: both;
}
.social-icons li {
height: 32px;
float: left;
margin-right: 3px;
margin-bottom: 3px;
border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.social-icons li a {
height: 32px;
width: 32px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
overflow: hidden;
background: transparent;
-moz-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
-o-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
-webkit-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
transition: background 0.2s, color 0.1s, box-shadow 0.1s;
text-align: center;
-moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
color: #919191;
}
#footer-widget-area .social-icons li a {
-moz-box-shadow: inset 0 0 0 1px #6F6F6F;
-webkit-box-shadow: inset 0 0 0 1px #6F6F6F;
box-shadow: inset 0 0 0 1px #6F6F6F;
color: #cfcfcf;
}
#footer-widget-area .social-icons li a:hover {
text-decoration: none;
color: #fff;
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a:hover {
text-decoration: none;
color: #fff;
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a i {
display: block;
height: 32px;
padding: 10px 0;
top: 0;
-moz-transition: top 0.2s;
-o-transition: top 0.2s;
-webkit-transition: top 0.2s;
transition: top 0.2s;
position: relative;
}
.social-icons li:hover a i {
top: -100%;
}
#top-bar .social-icons li {
margin: 0;
}
#top-bar .social-icons li a {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
color: #b3b3b3;
}
#top-bar .social-icons li a:hover {
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
color: #fff;
}
#top-bar .social-icons li a i {
padding: 15px 0;
}
#top-bar .social-icons li, #top-bar .social-icons a, #top-bar .social-icons i {
height: 40px;
}
.social-icons .facebook a:hover {
background: #3B5998;
}
.social-icons .twitter a:hover {
background: #33ccff;
}
.social-icons .pinterest a:hover {
background: #cb2027;
}
.social-icons .github a:hover {
background: #000000;
}
.social-icons .linkedin a:hover {
background: #007bb6;
}
.social-icons .dribbble a:hover {
background: #EE508D;
}
.social-icons .google-plus a:hover {
background: #dd4b39;
}
.social-icons .youtube a:hover {
background: #bb0000;
}
.social-icons .vimeo-square a:hover {
background: #44bbff;
}
.social-icons .flickr a:hover {
background: #ff0084;
}
.social-icons .skype a:hover {
background: #00AFF0;
}
.social-icons .instagram a:hover {
background: #517fa4;
}
.social-icons .tumblr a:hover {
background: #00225F;
}
.social-icons .codepen a:hover {
background: #252527;
}
.social-icons .behance a:hover {
background: #1769ff;
}
.social-icons .deviantart a:hover {
background: #4e6252;
}
.social-icons .digg a:hover {
background: #000;
}
.social-icons .dropbox a:hover {
background: #007ee5;
}
.social-icons .foursquare a:hover {
background: #0072b1;
}
.social-icons .jsfiddle a:hover {
background: #4679bd;
}
.social-icons .openid a:hover {
background: #f78c40;
}
.social-icons .reddit a:hover {
background: #ff4500;
}
.social-icons .soundcloud a:hover {
background: #f80;
}
.social-icons .spotify a:hover {
background: #7ab800;
}
.social-icons .steam a:hover {
background: #262627;
}
.social-icons .stumbleupon a:hover {
background: #eb4924;
}
.social-icons .vine a:hover {
background: #00b488;
}
.social-icons .lastfm a:hover {
background: #c3000d;
}
.social-icons .vk a:hover {
background: #45668e;
}
.social-icons .apple a:hover {
background: #202020;
}
.social-icons .windows a:hover {
background: #00bcf2;
}
.social-icons .wordpress a:hover {
background: #21759b;
}
/* Progress Bars ^
--------------------------------------------------------------*/
.progress-bars {
margin-bottom: 30px;
}
.progress-scale {
height: 6px;
margin-bottom: 25px;
}
.progress-label {
margin-bottom: 10px;
font-weight: 400;
font-size: 13px;
color: #474343;
}
.progress-line {
width: 0;
height: 6px;
position: relative;
-webkit-transition: width 2s ease-in-out;
transition: width 2s ease-in-out;
}
.progress-line {
background-color: #8dc73f;
-webkit-animation: bg-move 2s linear infinite;
animation: bg-move 2s linear infinite;
}
#section-testimonials {
}
.quote-info {
text-align: center;
}
.quote-info img {
border-radius: 50%;
display: table;
margin: 0 auto 20px;
max-width: 100px;
padding: 5px;
border: 1px solid #e1e1e1;
}
.quote-info p {
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: 25px;
padding: 0 15%;
color: #000;
font-style: normal;
}
.quote-info h2 {
font-size: 15px;
text-transform: uppercase;
}
.page_header_parallax {
background: #000 url(../images/bg/p_header.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax2 {
background: #000 url(../images/bg/p_header2.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax3 {
background: #000 url(../images/bg/p_header3.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax4 {
background: #000 url(../images/bg/p_header4.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax5 {
background: #000 url(../images/bg/p_header5.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax6 {
background: #000 url(../images/bg/p_header6.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header_parallax7 {
background: #000 url(../images/bg/p_header7.jpg) no-repeat fixed center;
background-size: cover;
padding: 80px 0 80px;
}
.page_header h3 {
font-family:Raleway;
margin: 0;
color: #Fff;
font-size: 40px;
letter-spacing: -1px;
line-height: 48px;
font-weight:300;
}
.page_header h3 span {
background: #8dc73f;
font-size: 13px;
letter-spacing: 2px;
padding: 4px 6px;
display: table;
font-weight:700;
line-height: 16px;
text-transform: uppercase;
margin-bottom:15px;
}
.page_header.career-head {
background: #000 url(../images/other/career.jpg) no-repeat fixed top center;
background-position: 0 -35%;
}
.bcrumb-wrap {
border-bottom: 1px solid #F0F0F0;
background:#fff;
height:47px;
}
.bcrumbs {
margin-top: 10px;
}
.bcrumbs li {
float: left;
margin-right: 20px;
color: #888;
line-height: 25px;
position: relative;
font-size:13px;
}
.bcrumbs li::before {
content: "/";
position: absolute;
right: -12px;
color: #aaa;
opacity: 0.5;
}
.bcrumbs li:last-child:before {
display: none;
}
.bcrumbs li a {
color: #aaa;
}
footer {
background: #f8f8f8;
padding: 80px 0 50px;
}
.hidden-heading {
display:none !important;
}
.footer-bottom {
background: rgba(255,255,255,0.03);
height: 80px;
position: relative;
top: -80px;
margin-bottom: -80px;
overflow: hidden;
padding: 23px 0;
}
.footer-bottom p {
color: #666;
padding-top: 5px;
margin: 0;
}
#accordion .panel-default > .panel-heading {
color: #333;
background-color: transparent;
border: none;
border-radius: 0px;
padding: 0;
}
#accordion.panel-group .panel {
margin-bottom: 1px;
border-radius: 0px;
background-color: transparent;
}
#accordion .panel-title {
overflow: hidden;
text-transform: capitalize;
}
#accordion .panel-title a {
padding: 15px 20px 15px 60px !important;
font-size: 13px;
display: table;
width: 100%;
position: relative;
font-weight: 400;
overflow: hidden;
}
#accordion .panel-default {
border: none;
}
#accordion .panel-title a span {
position: absolute;
top: 0px;
left: 0px;
color: #B4B4B4;
padding: 0px 16px;
font-size: 13px;
background: transparent;
border: 1px solid #ececec;
border-radius: 3px;
height: 43px;
line-height: 41px;
transition: .4s;
}
#accordion.panel-group .panel.active .panel-title a span {
background: #8dc73f;
color: #fff;
transition: .4s;
}
#accordion .panel-title a i {
color: #aaa;
font-size: 14px;
margin-right: 7px;
position: relative;
top: 1px;
transition: .4s;
}
#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
border: none;
padding: 0;
}
#accordion2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
padding: 20px 0 25px 60px;
margin: 0px;
}
.error-404 h2 {
font-size: 200px;
text-shadow: 0px 4px 0px #DCDCDC;
margin: -44px 0 0;
font-family: Open Sans;
font-weight: 300;
}
.error-404 p {
font-size: 20px;
margin: 0 0 35px;
font-weight: 300;
}
.faq-acc1 .panel-heading ,
.faq-acc2 .panel-heading ,
.faq-acc3 .panel-heading {
background: #fff;
border: 1px solid #f1f1f1;
color: #000;
padding: 18px 20px;
border-radius: 0px;
}
.faq-acc1 .panel-title ,
.faq-acc2 .panel-title ,
.faq-acc3 .panel-title {
margin-top: 0px;
margin-bottom: 0px;
font-size: 14px;
text-transform: uppercase;
color: inherit;
}
.faq-acc2 .panel-title i ,
.faq-acc3 .panel-title i {
margin-right: 5px;
}
.panel-body {
font-size: 13px;
line-height: 22px;
color: #777;
padding: 20px 20px 20px 30px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
border: none !important;
}
.blockQuote-parallaxed blockquote {
margin: 0 auto 20px;
color: #fff;
}
iframe {
border: none;
width: 100%;
}
#map-default {
width: 100%;
height: 350px;
}
#map-greyscale {
width: 100%;
height: 350px;
}
.map-greyscale#map-greyscale {
width: 100%;
height: 500px;
}
.full-contact {
background:#fff;
padding: 70px 100px;
}
.full-contact input {
width:100% !important;
}
#map-colorful {
width: 100%;
height: 350px;
}
.block-heading h3 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 0 0 30px;
background: #8DC73F;
color: #fff;
font-family: Open Sans;
padding: 10px;
font-size: 14px;
font-weight: 700;
display: Table;
}
.faq-simple h3 {
font-size: 17px;
margin: 0 0 15px;
color: #000;
}
.mm-content h1 {
font-size: 50px;
font-weight: 600;
letter-spacing: 5px;
}
.feature-box .feature-box-icon {
float: left;
font-size: 40px;
color: #8dc73f;
position: relative;
top: -5px;
}
.feature-box2 .feature-box-icon {
float: left;
font-size: 30px;
position: relative;
top: -5px;
border-radius:50%;
background:#8dc73f;
width:70px;
height:70px;
line-height:70px;
text-align:center;
color:#fff;
}
.feature-box2 .feature-box-info {
margin-left:85px;
}
.feature-box-info {
margin-left: 55px;
}
.feature-box-info h4 {
text-transform: uppercase;
font-size: 15px;
}
.mm-wrap {
padding-bottom: 40px;
}
.logo {
margin-top: -165px;
}
.pricing-table-s1 {
background: #f5f5f5;
padding: 0 0 40px;
}
.pricing-table-s1 .price-inner h2 {
font-size: 20px;
text-align: center;
text-transform: uppercase;
line-height: 80px;
margin: 0;
}
.plan-price {
color: #fff;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
text-align: center;
font-size: 40px;
padding: 20px 30px;
background: #8dc73f;
/* Old browsers */
background: -moz-linear-gradient(-45deg, #8dc73f 0%, #8dc73f 85%, #7aad36 86%, #7aad36 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8dc73f), color-stop(85%,#8dc73f), color-stop(86%,#7aad36), color-stop(100%,#7aad36));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* IE10+ */
background: linear-gradient(135deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc73f', endColorstr='#7aad36',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */;
}
.plan-price span {
font-size: 15px;
}
.pricing-table-s1 ul {
display: table;
margin: 15px auto;
}
.pricing-table-s1 li {
padding: 10px 15px;
font-size: 14px;
color: #aaa;
position: relative;
}
.pricing-table-s1 li.check {
color: #000;
}
.pricing-table-s1 li i {
position: absolute;
top: 12px;
color: #8dc73f;
left: -7px;
}
.btn-center {
display: table;
margin: 0 auto;
}
.btn-xs {
padding: 8px 15px !important;
font-size:10px;
}
.btn-small {
padding: 8px 15px !important;
}
.btn-md {
padding: 12px 15px !important;
}
.btn-lg {
padding: 18px 20px !important;
}
.btn-exlg {
font-size: 20px;
padding: 20px 30px !important;
}
.btn-reveal {
text-align: center;
transition: .4s;
position: relative;
overflow: hidden;
}
.btn-reveal:hover {
padding-left: 40px !important;
transition: .4s;
color: #fff !important;
}
.btn-reveal i {
position: absolute;
left: -60px;
transition: .4s;
color: #fff !important;
font-size: 16px;
}
.btn-reveal.btn-lg {
padding: 18px 40px !important;
}
.btn-reveal.btn-md {
padding: 12px 30px !important;
}
.btn-reveal.btn-small {
padding: 8px 30px !important;
}
.btn-reveal.btn-xs {
padding: 5px 30px !important;
}
.btn-reveal.btn-lg:hover {
padding: 18px 30px 18px 50px !important;
}
.btn-reveal.btn-md:hover {
padding: 12px 20px 12px 40px !important;
}
.btn-reveal.btn-small:hover {
padding: 8px 20px 8px 40px !important;
}
.btn-reveal.btn-xs:hover {
padding: 5px 20px 5px 40px !important;
}
.btn-reveal:hover i {
position: absolute;
left: 16px;
transition: .4s;
}
.pricing-table2 thead tr th {
font-size: 18px;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
padding: 25px 0;
background: #8dc73f;
/* Old browsers */
background: -moz-linear-gradient(-45deg, #8dc73f 0%, #8dc73f 85%, #7aad36 86%, #7aad36 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8dc73f), color-stop(85%,#8dc73f), color-stop(86%,#7aad36), color-stop(100%,#7aad36));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* IE10+ */
background: linear-gradient(135deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc73f', endColorstr='#7aad36',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */;
}
.pricing-table2 thead tr th:first-child {
background: none;
}
.pricing-table2 thead tr th span {
color: #fff;
font-size: 15px;
}
.pricing-table2 thead,
.pricing-table2 thead tr th,
.pricing-table2 tbody tr td {
border: 1px solid #f1f1f1;
}
.pricing-table2 tbody tr td:first-child {
font-size: 16px;
padding: 35px 15px;
}
.pricing-table2 tbody tr td:first-child i {
font-size: 25px;
margin-right: 8px;
}
.pricing-table2 tbody tr td:nth-child(2) ,
.pricing-table2 tbody tr td:nth-child(3) ,
.pricing-table2 tbody tr td:nth-child(4) {
vertical-align: middle;
text-align: center;
padding: 20px 0;
font-size: 16px;
}
.pricing-table2 tbody tr td:nth-child(2) i,
.pricing-table2 tbody tr td:nth-child(3) i,
.pricing-table2 tbody tr td:nth-child(4) i {
font-size: 30px;
margin-bottom: 4px;
color: #d5d5d5;
}
.table a {
display: inline;
}
.pricing-table3 ul li {
width: 23%;
margin: 0 1%;
float: left;
border-radius: 5px;
text-align: center;
background: #fff;
position: relative;
overflow: hidden;
}
.pricing-table3 ul li h3 {
background: #8dc73f;
padding: 60px 15px;
color: #fff;
text-transform: uppercase;
font-size: 20px;
text-align: center;
margin: 0;
}
.pricing-table3 ul li .price {
color: #000;
font-size: 30px;
font-weight: 700;
padding: 30px 0px;
line-height: 26px;
display: table;
width: 100%;
}
.pricing-table3 ul li .price small {
color: #888;
display: block;
font-size: 16px;
font-weight: 400;
}
.pricing-table3 ul li ul {
margin: 0 0 25px;
display: table;
}
.pricing-table3 ul li ul li {
width: 100%;
margin: 0;
padding: 8px 15px;
color: #aaa;
}
.pricing-table3 ul li ul li.active {
color: #000;
}
.pricing-table3 {
background: #000;
padding: 100px 0;
}
.pricing-table3 .buy {
padding: 15px 15px;
background: #F1F1F1;
color: #000;
font-size: 30px;
display: table;
width: 100%;
}
.pricing-table3 .stamp {
width: 116px;
height: 85px;
border-radius: 0px;
color: #FFF;
padding: 13px 17px;
text-align: center;
font-weight: 400;
position: absolute;
right: -22px;
top: -10px;
margin: 0px;
font-size: 12px;
transform: rotate(45deg);
}
.pricing-table3 .stamp span {
position: relative;
z-index: 8888;
}
.pricing-table3 .stamp::after {
content: "";
background: rgba(0,0,0,0.2);
height: 65px;
width: 250%;
position: absolute;
z-index: 0;
top: -5px;
left: -75%;
}
.pricing-table3 .stamp i {
display: block;
margin-bottom: 8px;
}
.popular {
background: #000;
color: #fff;
text-align: center;
padding: 10px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 3px;
font-size: 12px;
}
.search-container {
padding: 0;
}
.search-container input {
height: 60px !important;
border: 1px solid #000;
line-height: 58px;
padding: 0 30px;
color: #000;
}
.search-container input {
height: 60px;
border: 1px solid #f1f1f1;
border-right: none;
line-height: 58px;
padding: 0 20px;
color: #000;
}
.search-container button {
height: 60px;
color: #fff;
background: #8dc73f;
padding: 0 15px;
line-height: 60px;
border: none;
border-radius: 0 5px 5px 0;
font-size: 25px;
width: 85px;
}
.search-container h4 {
margin: 0 0 50px;
text-transform: uppercase;
font-size: 30px;
}
.recent-search {
text-align: center;
}
.recent-search li {
padding: 0 10px 20px;
display: inline-block;
}
.recent-search li a {
border: 1px solid #000;
padding: 5px 15px;
color: #000;
display: table;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 4px;
}
.recent-search li a:hover {
color: #fff;
background: #000;
}
.search-container h5 {
text-align: center;
border-bottom: 1px solid #000;
padding: 0 0 10px;
display: table;
margin: 0 auto 30px;
}
.search-widget {
position: relative;
}
.search-widget button {
position: absolute;
top: 0px;
right: 0px;
background: transparent;
border: medium none;
width: 43px;
height: 52px;
line-height: 35px;
text-align: center;
}
.side-widget h4 {
text-transform: uppercase;
margin: 0 0 20px;
font-size: 15px;
}
.cat-list li {
border-bottom: 1px solid #f1f1f1;
padding: 10px 0;
}
.cat-list li:last-child {
border-bottom: none;
padding: 10px 0 0;
}
.cat-list li a {
color: #000;
font-size: 13px;
}
.cat-list li a:hover {
color: #8dc73f;
}
.cat-list li i {
float: right;
font-size: 10px;
position: relative;
top: 7px;
}
.popular-post {
}
.popular-post li {
display: table;
margin: 0 0 20px;
}
.popular-img {
width: 60px;
float: left;
}
.popular-desc {
margin-left: 75px;
}
.popular-desc h5 {
margin: 8px 0 2px;
font-size: 13px;
}
.popular-desc h5 a {
color: #000;
}
.popular-desc h5 a:hover {
color: #8dc73f;
}
.popular-desc span {
color: #999;
font-size: 13px;
}
.tag-list a {
margin: 0 2px 6px;
background: #000;
color: #fff !important;
padding: 5px 10px;
display: inline-block;
font-size: 11px;
letter-spacing: 1px;
}
.tag-list a:hover {
background:#8dc73f;
}
.video {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 25px;
height: 0;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.nav-tabs {
border-bottom: none;
display: table;
width: 100%;
}
.nav-tabs li {
border: 1px solid #e5e5e5;
border-right: none;
width: 25%;
position: relative;
overflow: hidden;
}
.nav-tabs li.active::after {
content: "";
background: #8dc73f;
width: 20px;
height: 20px;
position: absolute;
top: -9px;
right: -10px;
transform: rotate(45deg);
}
.nav-tabs li:last-child {
border-right: 1px solid #e5e5e5;
}
.nav-tabs li a {
box-shadow: none;
background: transparent;
border: none !important;
display: table;
width: 100%;
text-align: center;
padding: 40px 10px;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
color: #000;
font-size: 16px;
}
.nav-tabs li a span {
color: #8dc73f;
margin-right: 10px;
}
.tab-pane {
padding: 25px 20px 15px 20px;
border: 1px solid #e5e5e5;
}
.tab-pane .panel-heading {
width: 100%;
padding: 0;
margin: 0;
}
.tab-pane .panel-heading a {
width: 100%;
padding: 12px 15px;
color: #000;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
display: table;
}
.tab-pane .panel {
margin-bottom: 10px;
background-color: transparent;
border: none;
border-radius: none;
box-shadow: none;
}
#accordion-e1 .panel-heading ,
#accordion-e2 .panel-heading ,
#accordion-e3 .panel-heading {
color: #333;
border: none;
padding: 0 !important;
}
#accordion-e1 .panel-title ,
#accordion-e2 .panel-title ,
#accordion-e3 .panel-title {
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
color: inherit;
background: #fff;
}
#accordion-e2 .panel-title {
background: #000;
}
#accordion-e3 .panel-title {
background: #fff;
}
#accordion-e1 .panel-title a ,
#accordion-e2 .panel-title a ,
#accordion-e3 .panel-title a {
padding: 22px 35px 22px 22px;
display: table;
width: 100%;
border: 1px solid #f1f1f1;
color: #000;
font-size: 13px;
text-transform: uppercase;
position: relative;
}
#accordion-e2 .panel-title a {
border: none;
color: #fff;
}
#accordion-e3 .panel-title a {
border: none;
border-bottom: 2px solid #f1f1f1;
padding-left: 0;
}
#accordion-e1 .panel-title a span ,
#accordion-e2 .panel-title a span ,
#accordion-e3 .panel-title a span {
position: absolute;
top: 22px;
right: 17px;
color: #ccc;
}
#accordion-e3 .panel-title span.icon-check2 {
color: #8dc73f;
}
#accordion-e3 .panel-title span.icon-cross2 {
color: #FF4862;
}
#accordion-e1 .panel-body p,
#accordion-e2 .panel-body p,
#accordion-e3 .panel-body p {
margin: 0;
}
.panel,
.panel-default {
border: none;
background: transparent;
border-radius: 0px;
box-shadow: none;
}
.alert.info {
background: #2C3E50;
color: #fff;
padding: 20px;
}
.alert.success {
background: #18BC9C;
color: #fff;
padding: 20px;
}
.alert.notice {
background: #F39C12;
color: #fff;
padding: 20px;
}
.alert.error {
background: #E74C3C;
color: #fff;
padding: 20px;
}
.alert-info {
border: 1px solid #2C3E50;
color: #2C3E50;
padding: 20px;
background: transparent;
}
.alert-success {
border: 1px solid #18BC9C;
color: #18BC9C;
padding: 20px;
background: transparent;
}
.alert-warning {
border: 1px solid #F39C12;
color: #F39C12;
padding: 20px;
background: transparent;
}
.alert-danger {
border: 1px solid #E74C3C;
color: #E74C3C;
padding: 20px;
background: transparent;
}
.alert {
border-radius: 0;
}
.alert-info i ,
.alert-success i ,
.alert-warning i ,
.alert-danger i {
margin-right: 0px;
}
.style1 {
border-left: 5px solid #8dc73f;
}
.style1 p {
font-size: 18px;
font-weight: 300;
line-height: 27px;
color: #888;
}
.style1.blockquote-reverse {
border-left: none;
border-right: 5px solid #8dc73f;
}
.style2 {
border: none;
padding: 0 0 0 70px;
position: relative;
}
.style2 span {
color: #000;
font-size: 50px;
float: left;
position: absolute;
top: 0;
left: 0;
}
.style2 p {
font-size: 38px;
font-weight: 100;
line-height: 42px;
font-family: Raleway;
color: #555;
}
#testimonial .owl-prev {
background: #fff;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 0.3;
position: absolute;
left: 0;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#testimonial .owl-prev:after {
content: "\f104";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
font-size: 25px;
color: #000;
line-height: 42px;
transition: .4s;
}
#testimonial .owl-next {
background: #fff;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 0.3;
position: absolute;
right: 2px;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#testimonial .owl-next:after {
content: "\f105";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 2px;
right: 0px;
font-size: 25px;
color: #000;
line-height: 42px;
transition: .4s;
}
#testimonial .owl-prev:hover {
background: #000;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
position: absolute;
left: 0;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#testimonial .owl-next:hover {
background: #000;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
position: absolute;
right: 2px;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#testimonial .owl-prev:hover:after ,
#testimonial .owl-next:hover:after {
color: #fff;
transition: .4s;
}
.btn-desc {
text-align: center;
font-size: 20px !important;
padding: 20px 30px !important;
}
.btn-desc span {
font-size: 12px;
display: block;
}
.btn-full {
width: 100%;
}
#stats1 {
padding: 60px 0;
}
.stats1-info {
text-align: center;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.stats1-info p {
color: #000;
font-size: 60px;
margin: 0 0 30px;
}
.stats1-info h2 {
color: #000;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 4px;
}
.stats1-info i {
color: #8dc73f;
font-size: 60px;
margin: 0 auto 35px;
display: table;
}
#stats2 {
background-color: #333336;
padding: 150px 0;
}
.stats2-info {
text-align: center;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.stats2-info p {
color: #fff;
font-size: 60px;
margin: 0 0 30px;
}
.stats2-info h2 {
color: #8dc73f;
font-size: 16px;
}
#stats3 {
padding: 100px 0;
text-align: center;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.parallax-bg1 {
background: url(../images/bg/parallax/8.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
.parallax-bg2 {
background: url(../images/bg/parallax/2.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
.parallax-bg3 {
background: url(../images/bg/parallax/3.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
.parallax-bg4 {
background: url(../images/bg/parallax/4.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
.parallax-bg5 {
background: url(../images/bg/parallax/5.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
.parallax-bg6 {
background: url(../images/bg/parallax/6.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
#one-res .parallax-bg5 {
background: url(../images/onepage/3/5.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
#one-res .parallax-bg6 {
background: url(../images/onepage/3/7.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
#one-res .parallax-bg1 {
background: url(../images/onepage/3/9.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
#one-medical .parallax-bg2 {
background: url(../images/onepage/4/3.jpg) fixed !important;
position: relative;
background-size: auto !important;
}
#one-law .parallax-bg2 {
background: url(../images/onepage/4/3.jpg) fixed !important;
position: relative;
background-size: auto !important;
}
#one-hosting .parallax-bg2 {
background: url(../images/onepage/4/3.jpg) fixed !important;
position: relative;
background-size: auto !important;
}
#one-medical .parallax-bg3 {
background: url(../images/onepage/4/1.jpg) no-repeat center center fixed !important;
position: relative;
background-size: cover !important;
}
#one-charity .parallax-bg5 {
background: url(../images/onepage/5/volunter.jpg) no-repeat bottom center fixed !important;
position: relative;
background-size: cover !important;
}
#one-gym .parallax-bg5 {
background: url(../images/onepage/6/5.jpg) no-repeat bottom center fixed !important;
position: relative;
background-size: cover !important;
}
#one-gym .parallax-bg2 {
background: url(../images/onepage/6/6.jpg) no-repeat bottom center fixed !important;
position: relative;
background-size: cover !important;
}
.head-bdr {
color: #fff;
font-size: 30px;
text-transform: uppercase;
letter-spacing: 5px;
border: 4px solid #fff;
padding: 15px 20px;
margin: 0 auto;
display: table;
font-weight: 700;
}
.pattern-grey {
background: #f2f2f2;
}
.pattern-bg1 {
background: url(../images/bg/pattern/1.jpg) repeat fixed !important;
}
.pattern-bg2 {
background: url(../images/bg/pattern/2.png) repeat fixed !important;
}
.stats3-info i {
color: #8dc73f;
font-size: 35px;
margin: 0 0 30px;
}
.stats3-info p {
color: #fff;
font-size: 50px;
margin: 30px 0 30px;
}
.stats3-info h2 {
color: #fff;
font-size: 16px;
text-transform: uppercase;
}
.no-padding {
padding: 0;
}
.dark-bg {
background: #333;
}
.padding30 {
padding: 30px 0 !important;
}
.padding40 {
padding: 40px 0 !important;
}
.padding50 {
padding: 50px 0 !important;
}
.padding60 {
padding: 60px 0 !important;
}
.padding70 {
padding: 70px 0 !important;
}
.padding-top-70 {
padding:70px 0 0 !important;
}
.padding80 {
padding: 80px 0 !important;
}
.padding90 {
padding: 90px 0 !important;
}
.padding100 {
padding: 100px 0 !important;
}
.padding110 {
padding: 110px 0 !important;
}
.padding150 {
padding: 150px 0 !important;
}
.cta-dark h2 {
margin: -5px 0 10px;
color: #fff;
font-size: 24px;
}
.cta-dark p {
margin: 0 0 -5px;
}
.lite-white {
color: #fff !important;
opacity: 0.7;
}
.white {
color: #fff !important;
opacity: 1;
}
.ico-yellow {
background:#FDC502 !important;
}
.no-margin {
margin: 0px;
}
.cta-default-bdr {
border: 1px solid #eee;
background: #f2f2f2;
display: table;
width: 100%;
padding: 40px 25px;
}
.cta-default-bdr p {
font-size: 20px;
color: #333;
font-weight: 300;
line-height: 27px;
margin: 0;
}
.uppercase {
text-transform: uppercase;
}
input.form-control {
padding: 0 20px;
border-radius: 3px;
height: 50px;
font-size: 14px;
border: 1px solid #eaeaea;
}
textarea.form-control {
padding: 20px 20px;
border-radius: 3px;
font-size: 14px;
border: 1px solid #eaeaea;
}
.form-control-feedback {
position: absolute;
top: 0px;
right: 0px;
z-index: 2;
display: block;
width: 34px;
height: 44px;
line-height: 42px !important;
text-align: center;
pointer-events: none;
}
.services {
}
.service-content span {
width: 80px;
height: 80px;
color: #8dc73f;
border-radius: 50%;
padding-top: 15px;
font-size: 40px;
background: #fdfdfd;
text-align: center;
margin: 0 auto;
display: table;
position: relative;
transition: .4s;
}
.service-content:hover span {
background: #8dc73f;
color: #fff;
transition: .4s;
}
.service-content span:after {
content: "";
width: 100px;
height: 100px;
background: #8dc73f;
position: absolute;
opacity: 0;
transition: .4s;
top: -10px;
bottom: 0px;
right: -10px;
border-radius: 50%;
}
.service-content:hover span:after {
content: "";
width: 80px;
height: 80px;
background: #8dc73f;
position: absolute;
opacity: 1;
transition: .6s;
top: -0px;
bottom: 0px;
right: -0px;
}
.service-content span i {
position: relative;
z-index: 888;
}
.service-content h2 {
font-size: 15px;
text-transform: uppercase;
}
.service-content p {
font-size: 13px;
line-height: 21px;
margin: 0;
}
.feature-content i {
width: 70px;
height: 70px;
color: #fff;
border-radius: 50%;
line-height: 70px;
font-size: 30px;
text-align: center;
position: relative;
transition: .4s;
float: left;
top: -4px;
background: transparent!important;
border: 1px dashed #eee;
/* Old browsers */
background: none;
/* FF3.6+ */
background: none;
/* Chrome,Safari4+ */
background: none;
/* Chrome10+,Safari5.1+ */
background: none;
/* Opera 11.10+ */
background: none;
/* IE10+ */
background: none;
/* W3C */
filter: none;
/* IE6-9 fallback on horizontal gradient */;
}
.fc-inner {
margin-left: 85px;
}
.feature-content h2 {
font-size: 15px;
text-transform: uppercase;
margin: 15px 0 10px;
}
.feature-content p {
font-size: 13px;
line-height: 21px;
margin: 0;
}
.fc-main {
padding: 20px 80px 0 20px;
}
.gal-5col li {
width: 20%;
float: left;
border: 1px solid #fff;
}
.gal-4col li {
width: 25%;
float: left;
border: 1px solid #fff;
}
.gal-3col li {
width: 33.3333%;
float: left;
border: 1px solid #fff;
}
.gal-2col li {
width: 50%;
float: left;
border: 1px solid #fff;
}
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.75;
}
.mfp-bottom-bar {
display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-arrow-right::after {
content: "\f105" !important;
font-family: 'FontAwesome';
border: none !important;
color: #fff;
font-size: 65px;
transition: .5s;
}
.mfp-arrow-left::after {
content: "\f104" !important;
font-family: 'FontAwesome';
border: none !important;
color: #fff;
font-size: 65px;
transition: .3s;
}
.mfp-arrow-right::before ,
.mfp-arrow-left::before {
border: none !important;
}
.mfp-arrow {
height: 60px;
}
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
margin-top: 15px;
top: -1px !important;
}
img.mfp-img {
padding: 40px 0px 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
transform: scale(0.95);
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
transform: scale(1);
opacity: 1;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
transform: scale(0.95);
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mp-lightbox {
opacity: 1;
transition: .4s;
}
.mp-lightbox:hover {
opacity: 0.7;
transition: .4s;
}
.blogpost {
}
h2.post-title {
font-size: 30px;
text-transform: uppercase;
margin: 0 0 5px;
}
h2.post-title a {
color: #000;
}
h2.post-title a:hover {
color: #8dc73f;
}
h2.post-title-small {
font-size: 20px;
text-transform: uppercase;
margin: 0 0 5px;
}
h2.post-title-small a {
color: #000;
}
h2.post-title-small a:hover {
color: #8dc73f;
}
.post-meta {
margin-bottom:-10px;
}
.quote-meta .post-meta {
margin-bottom:5px;
}
.post-meta span {
margin-right: 15px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
color:#8dc73f;
}
.post-meta span i {
margin-right: 0px;
color: #aaa;
}
.post-meta span a {
color: #8dc73f;
}
.post-meta span a:hover {
color: #000;
}
.blog-sep {
height: 1px;
border-bottom: 1px solid #e3e3e3;
padding-top: 50px;
margin-bottom: 40px;
}
.quote-meta {
padding-left: 70px;
}
.page_nav {
display: table;
margin: 0 auto;
}
.page_nav a {
margin: 0 2px;
background: #000;
color: #fff;
width: 35px;
line-height: 35px;
text-align: center;
border-radius: 50%;
display: inline-block;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.page_nav a:hover {
background: #8dc73f;
color: #fff;
}
#blog-slider .owl-prev {
background: #fff;
width: 60px;
height: 60px;
line-height: 60px;
color: #000;
font-size: 0px;
opacity: 1;
position: absolute;
left: -5px;
top: 50%;
margin-top: -22px;
border-radius: 0px;
transition: .4s;
}
#blog-slider .owl-prev:after {
content: "\f104";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
font-size: 35px;
color: #000;
line-height: 60px;
transition: .4s;
}
#blog-slider .owl-next {
background: #fff;
width: 60px;
height: 60px;
line-height: 60px;
color: #fff;
font-size: 0px;
opacity: 1;
position: absolute;
right: -5px;
top: 50%;
margin-top: -22px;
border-radius: 0px;
transition: .4s;
}
#blog-slider .owl-next:after {
content: "\f105";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 2px;
right: 0px;
font-size: 35px;
color: #000;
line-height: 60px;
transition: .4s;
}
#blog-slider .owl-prev:hover {
background: #000;
color: #fff;
}
#blog-slider .owl-next:hover {
background: #000;
color: #fff;
}
#blog-slider .owl-prev:hover:after ,
#blog-slider .owl-next:hover:after {
color: #fff;
transition: .4s;
}
.service-home {
padding: 70px 0;
}
.service-home a {
font-size: 50px;
display: table;
margin: 0 auto 0px;
}
.service-home h4 {
text-transform: uppercase;
margin: 20px 0 15px;
font-size: 16px;
letter-spacing: 1px;
}
a.readmore ,
.service-home a.readmore {
font-size: 13px;
font-weight: 400;
font-style: italic;
}
.service-home a.readmore:hover {
color: #000;
}
.info-home h3 {
font-family: Open Sans;
font-size: 25px;
letter-spacing: 1px;
font-weight: 300;
margin: 90px 0 10px;
}
.info-home h3 span {
letter-spacing: 0px;
display: block;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
font-size: 50px;
text-transform: uppercase;
margin: 0 0 -12px;
}
.info-home h3 em {
letter-spacing: 0px;
font-style: normal;
display: block;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
font-size: 70px;
text-transform: uppercase;
color: #8dc73f;
}
.info-home p {
font-size: 16px;
line-height: 25px;
}
.project-item {
width: 20%;
float: left;
}
.project-gal {
position: relative;
}
.overlay-folio {
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
opacity: 0;
visibility: hidden;
transition: .5s;
}
.hover-box {
background: rgba(0, 0, 0, 0.3);
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.hover-zoom {
display: table;
margin: 0 auto;
position: relative;
top: 50%;
margin-top: -25px;
}
.hover-zoom a {
background: #000;
color: #fff;
width: 50px;
height: 50px;
margin: 0 5px;
display: inline-block;
line-height: 50px;
text-align: center;
font-size: 20px;
border-radius: 50%;
}
.hover-zoom a:hover {
background: #8dc73f;
color: #fff;
}
.hover-zoom .zoom {
position: relative;
left: -50px;
opacity: 0;
transform: rotate(-140deg);
}
.hover-zoom .link {
position: relative;
right: -50px;
opacity: 0;
transform: rotate(140deg);
}
.project-item:hover .hover-zoom a.link {
position: relative;
right: 0px;
opacity: 1;
transform: rotate(0deg);
}
.project-item:hover .hover-zoom a.zoom {
position: relative;
left: 0px;
opacity: 1;
transform: rotate(0deg);
}
.project-item:hover .overlay-folio {
opacity: 1;
transition: .5s;
visibility: visible;
}
.project-info {
padding: 20px;
}
.project-info h2 {
margin: 0;
font-size: 13px;
text-transform: capitalize;
}
.project-info p {
margin: 0;
}
.filter {
margin: 35px auto 50px;
display: table;
}
.filter li {
float: left;
margin: 0 10px;
}
.filter a {
color: #000;
border: 1px solid #000;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
font-size: 10px;
letter-spacing: 4px;
text-transform: uppercase;
padding: 6px 10px;
}
.filter a:hover {
color: #fff;
background: #000;
}
#portfolio-section h3 {
font-size: 30px;
margin: 0;
}
.welcome-content h2 {
font-size: 50px;
font-weight: 300;
}
h2.title {
font-size: 30px;
}
.features-left i {
font-size: 50px;
float: right;
color: #8dc73f;
}
.features-left h3,
.features-left p {
margin-right: 85px;
text-align: right;
}
.features-left h3 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
margin: 70px 85px 15px 0;
}
.features-right i {
font-size: 50px;
float: left;
color: #8dc73f;
}
.features-right h3,
.features-right p {
margin-left: 85px;
}
.features-right h3 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
margin: 70px 0 15px 85px;
}
#home-team .item {
margin: 0 1px;
cursor: pointer;
}
.team-inner {
padding: 12px 5px;
height: 40px;
position: absolute;
bottom: -150%;
width: 100%;
transition: .4s;
}
.team-inner::after {
content: "";
position: absolute;
z-index: 44;
background: #000;
width: 150%;
height: 100px;
bottom: -69px;
left: -25%;
right: 0;
opacity: 0.3;
transform: rotate(-15deg);
}
#team2 .col-md-3:hover .team-inner ,
#home-team .item:hover .team-inner {
bottom: 0%;
transition: .5s;
}
#team2 .col-md-3:hover .team-inner .team-social li a ,
#home-team .item:hover .team-inner .team-social li a {
bottom: 0%;
transition: .5s;
}
.team-social {
display: table;
margin: 0;
float: right;
position: relative;
z-index: 888;
}
.team-social li {
float: left;
margin: 0 7px;
}
.team-social li a {
color: #fff;
text-shadow: none;
}
.team-social li a:hover {
color:#8dc73f !important;
}
#team2 h2,
#home-team h2 {
padding: 0 15px;
text-align: center;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 1px;
margin: 20px 0 5px;
}
#team2 span,
#home-team span {
padding: 0 15px;
text-align: center;
font-size: 13px;
display: table;
width: 100%;
color: #777;
}
#home-team .owl-prev {
background: #fff;
border: none;
width: 70px;
height: 70px;
line-height: 70px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
position: absolute;
left: -100px;
top: 50%;
margin-top: -65px;
transition: .4s;
}
#home-team .owl-prev:after {
content: "\f104";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
font-size: 40px;
color: #000;
line-height: 70px;
transition: .4s;
}
#home-team .owl-next {
background: #fff;
border: none;
width: 70px;
height: 70px;
line-height: 70px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
position: absolute;
right: -100px;
top: 50%;
margin-top: -65px;
transition: .4s;
}
#home-team .owl-next:after {
content: "\f105";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 2px;
right: 0px;
font-size: 40px;
color: #000;
line-height: 70px;
transition: .4s;
}
#home-team .owl-prev:hover {
background: #000;
color: #fff;
}
#home-team .owl-next:hover {
background: #000;
color: #fff;
}
#home-team .owl-prev:hover:after ,
#home-team .owl-next:hover:after {
color: #fff;
transition: .4s;
}
.staff-img {
position: relative;
overflow: hidden;
}
/* new pricing table */
/* 8. PRICING */
.price {
padding: 100px 0;
}
.price:before,
.price:after {
content: " ";
display: table;
}
.price:after {
clear: both;
}
.table-list3 {
border-spacing: 0 10px;
width: 100%;
}
.table-list3 th {
padding: 18px 10px;
color: #fff;
font-weight: 600;
font-size: 16px;
text-align: center;
}
.table-list3 td {
padding: 0 10px;
text-align: center;
vertical-align: middle;
}
.table-list3 td a {
text-align: center;
font-size: 15px;
background-color: #48A6D9;
float: right;
height: 40px;
line-height: 37px;
padding: 0px 26px;
margin: 15px 0px;
color: #fff;
}
.table-list3 td a:hover {
background-color: #b0b0b0;
}
.pricing-table {
padding: 25px 20px;
background: #f3f3f3;
text-align: center;
color: #676a6f;
font-size: 14px;
margin-top: 130px;
-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
cursor: pointer;
}
.pricing-table:hover .pricing-button {
background: #48A6D9;
}
.pricing-table h3 {
font-weight: 700;
font-size: 16px;
color: #252525;
text-transform: uppercase;
margin: 25px 0 12px 0;
}
.pricing-table li {
border-bottom: 1px solid #E5E5E5;
line-height: 48px;
}
.pricing-button {
background: #1B5F90;
color: white !important;
text-transform: uppercase;
margin-top: 35px;
padding: 0 30px;
line-height: 40px;
display: inline-block;
}
.price-unit {
width: 100px;
height: 100px;
padding-top: 25px;
border: 3px solid #fff;
background: #1B5F90;
margin: -70px auto 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.price-unit .pricing {
font-size: 30px;
color: white;
line-height: 30px;
display: block;
}
.price-unit .unit {
color: #FFFFFF;
}
/* new pricing table end here */
.pricing-table4 {
border: 1px solid #e9e9e9;
border-top: 5px solid #333;
padding: 35px 0;
margin: 0 -1px 0 0;
}
.pricing-table4 .title h2 {
font-size: 17px;
text-transform: uppercase;
margin: 0;
}
.pricing-table4 .title strong {
color: #8dc73f;
font-size: 50px;
font-weight: 300;
}
.pricing-table4 .title strong sup {
font-size: 24px;
font-weight: 400;
position: relative;
top: -20px;
}
.pricing-table4 .title strong sub {
display: block;
font-size: 12px;
color: #333;
font-weight: 400;
margin-bottom: 36px;
letter-spacing: 4px;
text-transform: uppercase;
}
.pricing-table4 li {
padding: 5px 0;
color: #777;
}
.pricing-table4#popular {
padding: 60px 0;
position: relative;
top: -25px;
}
.pricing-table4#popular h6 {
position: absolute;
top: -18px;
left: 0;
right: 0;
font-size: 11px;
background: #8dc73f;
display: table;
padding: 7px 12px;
color: #fff;
text-transform: uppercase;
letter-spacing: 5px;
margin: 0 auto;
width:180px;
}
.hq-info {
padding: 0 30px;
}
.hq-info p {
font-size: 18px;
color: #fff;
font-weight: 300;
font-style: italic;
}
.hq-info img {
max-width: 60px;
border-radius: 50%;
float: left;
}
.hq-info span {
color: #fff;
margin-left: 75px;
display: table;
position: relative;
top: 10px;
font-size: 12px;
}
.hq-info span strong {
display: block;
font-size: 14px;
}
.owl-theme .owl-controls .owl-page span {
background: rgba(0,0,0,0.5);
}
#home-quote .owl-theme .owl-controls {
margin-top: 30px;
text-align: center;
position: relative;
}
#errorpage .page_header {
margin-top: -55px;
}
#errorpage .page_header h3 {
font-size: 29px;
text-transform: uppercase;
color: #fff;
display: table;
margin: 0px auto;
position: relative;
top: 30px;
padding: 10px 20px;
letter-spacing: 14px;
}
footer h4 {
font-size: 15px;
text-transform: uppercase;
margin: 0px 0px 25px;
color: #000;
position: relative;
}
footer p {
font-size: 14px;
}
.c-info {
background: transparent url("../images/map.png") no-repeat scroll left bottom / 55% auto;
background-position: 0 100%;
overflow: visible;
padding-bottom: 78px;
}
.c-info li i {
position: absolute;
left: 0px;
color: #444;
top: 6px;
}
.c-info li {
padding-left: 25px;
position: relative;
font-size: 14px;
color: #999;
margin-bottom: 13px;
line-height: 23px;
}
.f-posts li {
margin-bottom: 10px;
padding-bottom: 17px;
border-bottom: 1px solid #383838;
}
.f-posts li:last-child {
border-bottom: none;
}
.f-posts li img {
float: left;
width: 55px;
border: 5px solid rgba(0,0,0,0.1);
}
.f-posts li h5 {
margin: 0px 0px 5px 70px;
font-family: Open Sans;
font-size: 13px;
}
.f-posts li h5 a {
color: #000;
}
.f-posts li h5 a:hover {
color: #8dc73f;
}
.f-posts li p {
font-size: 12px;
margin: 0 0 0 70px;
}
.thumbs li {
float: left;
margin: 0 5px 5px 0;
}
.thumbs li img {
width: 75px;
transition:.4s;
}
.thumbs li img:hover {
opacity:0.7;
transition:.4s;
}
.f-social a {
border: 1px solid #444;
width: 25px;
height: 25px;
border-radius: 50%;
display: inline-block;
color: #777;
line-height: 23px;
text-align: center;
margin-right: 3px;
font-size: 11px;
}
.f-social a:hover {
background: #444;
color: #999;
line-height: 23px;
text-align: center;
margin-right: 3px;
font-size: 11px;
}
.footer-top {
background: #333;
padding: 40px 0;
}
.f-subscribe small {
width: 85px;
height: 76px;
background: transparent url("../images/bubble.png") no-repeat scroll center center;
display: table;
border-radius: 50%;
float: left;
padding-left: 15px;
padding-top: 20px;
color: #999;
font-size: 13px;
}
.f-subscribe small em {
display: block;
font-size: 11px;
}
.f-subscribe form {
margin-left: 110px;
margin-top: 15px;
}
.f-subscribe form input {
border: 1px solid #555;
background: transparent;
height: 50px;
border-radius: 3px 0 0 3px;
color: #fff;
font-size: 13px;
padding: 0 17px;
line-height: 48px;
width: 70%;
float: left;
}
.f-subscribe form button {
border: 1px solid #555;
background: #555;
height: 50px;
border-radius: 0 3px 3px 0;
color: #fff;
font-size: 14px;
padding: 0 5px;
text-align: center;
line-height: 48px;
width: 30%;
float: left;
text-transform: uppercase;
}
.f-tweet small {
width: 85px;
height: 76px;
background: transparent url("../images/bubble.png") no-repeat scroll center center;
display: table;
border-radius: 50%;
float: left;
padding-left: 20px;
padding-top: 20px;
color: #999;
font-size: 12px;
}
.f-tweet small em {
display: block;
font-size: 14px;
}
.tweets_txt {
color: #777;
font-size: 13px;
}
.tweets_txt a {
color: #aaa;
font-size: 13px;
}
.tweets_txt span {
color: #bbb;
display: block;
position: relative;
font-size: 11px;
margin-top: 3px;
line-height: 18px;
}
.tweets_txt span:after {
content: "-";
float: left;
position: relative;
}
.tweet-info {
margin-left: 105px;
padding-top: 8px;
}
.bm-item {
width: 33.33333%;
float: left;
position: relative;
margin: 0 0 50px;
padding: 0 15px;
}
.bm-item .post-title-small {
font-size: 16px;
}
.blog-mason-4col .bm-item {
width: 25%;
float: left;
position: relative;
margin: 0 0 40px;
padding: 0 15px;
}
.blog-mason-2col .bm-item {
width: 50%;
float: left;
position: relative;
margin: 0 0 40px;
padding: 0 15px;
}
.blog-single p {
font-size: 16px;
line-height: 30px;
}
.prevnext .left {
text-transform: uppercase;
color: #000;
letter-spacing: 5px;
float: left;
font-size: 13px;
}
.prevnext .right {
text-transform: uppercase;
color: #000;
letter-spacing: 5px;
float: right;
font-size: 13px;
}
.comment-avatar {
width: 80px;
height: 80px;
border: 1px solid #e1e1e1;
padding: 5px;
border-radius: 50%;
}
.comment-sub {
padding-left: 80px !important;
}
.comment-list li {
margin: 0px 0px 20px;
display: inline-block;
width: 100%;
}
.comment-meta {
margin-left: 95px;
margin-bottom: 5px;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.comment-list li p {
margin-left: 95px;
line-height: 21px;
}
.comment-meta li a {
}
.comment-meta em {
font-style: normal;
margin-left: 6px;
font-size: 10px;
}
.reply {
float: right;
font-size: 8px;
padding: 4px 9px !important;
border: 2px solid #000;
}
.reply:hover {
background: transparent !important;
color: #8dc73f !important;
border: 2px solid #8dc73f;
}
.no-margin-top {
margin-top: 0px !important;
}
#portfolio-home.folio-boxed-2col .project-item {
width: 50%;
overflow: hidden;
}
#portfolio-home.folio-boxed-3col .project-item {
width: 33.3333333%;
overflow: hidden;
}
#portfolio-home.folio-boxed-4col .project-item {
width: 25%;
overflow: hidden;
}
.overlay-folio2 {
background: rgba(255,255,255,0.8);
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
transition: .4s;
}
#portfolio-home.folio-boxed-2col .project-info ,
#portfolio-home.folio-boxed-3col .project-info ,
#portfolio-home.folio-boxed-4col .project-info {
position: absolute;
bottom: -50%;
left: 0;
display: table;
margin: 0 auto;
right: 0;
text-align: center;
transition: .4s;
width:100%;
}
#portfolio-home.folio-boxed-2col .project-item img ,
#portfolio-home.folio-boxed-3col .project-item img ,
#portfolio-home.folio-boxed-4col .project-item img {
transform: scale(1);
transition: .4s;
}
#portfolio-home.folio-boxed-2col .project-info h2 ,
#portfolio-home.folio-boxed-3col .project-info h2 ,
#portfolio-home.folio-boxed-4col .project-info h2 {
font-size: 15px;
color: #000;
letter-spacing: 1px;
transition:.4s;
}
#portfolio-home.folio-boxed-2col .project-info h2:hover ,
#portfolio-home.folio-boxed-3col .project-info h2:hover ,
#portfolio-home.folio-boxed-4col .project-info h2:hover {
color: #8dc73f;
transition:.4s;
}
#portfolio-home.folio-boxed-2col .project-item:hover img ,
#portfolio-home.folio-boxed-3col .project-item:hover img ,
#portfolio-home.folio-boxed-4col .project-item:hover img {
transform: scale(1.1);
transition: .4s;
}
#portfolio-home.folio-boxed-2col .project-item:hover .overlay-folio2 ,
#portfolio-home.folio-boxed-3col .project-item:hover .overlay-folio2 ,
#portfolio-home.folio-boxed-4col .project-item:hover .overlay-folio2 {
opacity: 1;
visibility: visible;
transition: .4s;
}
#portfolio-home.folio-boxed-2col .project-item:hover .project-info ,
#portfolio-home.folio-boxed-3col .project-item:hover .project-info ,
#portfolio-home.folio-boxed-4col .project-item:hover .project-info {
bottom: 0%;
transition: .4s;
}
#portfolio-home.gutter .project-item {
border: 5px solid #fff !important;
}
#portfolio-home.tiles .project-item {
padding-bottom: 100px;
border-right: 5px solid #fff !important;
border-left: 5px solid #fff !important;
}
#portfolio-home.tiles .project-info {
position: absolute;
left: 0px;
display: table;
margin: 0px auto;
right: 0px;
text-align: center;
transition: all 0.4s ease 0s;
bottom: 10px;
}
#portfolio-home.tiles .overlay-folio2 {
opacity: 1 !important;
visibility: visible !important;
background: transparent !important;
}
#portfolio-home.tiles .project-gal {
overflow: hidden;
}
#portfolio-home.tiles .overlay-folio2 {
opacity: 1 !important;
visibility: visible !important;
background: transparent !important;
}
#portfolio-home.tiles .project-item:hover .overlay-folio2 {
background: rgba(255,255,255,0.8) !important;
}
#portfolio-home.tiles .project-item:hover .project-info {
transition: all 0.4s ease 0s;
bottom: 92px;
}
#portfolio-home .project-gal img {
width: 100%;
}
.no-padding-bottom {
padding-bottom: 0px !important;
}
.container-full {
width: 100%;
padding: 0%;
}
.container-full .folio-boxed-2col .project-item {
width: 50% !important;
}
.container-full .folio-boxed-3col .project-item {
width: 33.3333% !important;
}
.container-full .folio-boxed-4col .project-item {
width: 25% !important;
}
.fsidebar {
width: 30%;
float: left;
padding-right: 30px;
}
#fs-content {
width: 68%;
float: right;
}
.fs-info h3 {
font-size: 17px;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 15px;
}
.project-meta li {
margin-top: 12px;
font-size: 11px;
color: #000;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
}
.project-meta li i {
margin-right: 8px;
}
.fsidebar2 {
width: 30%;
float: right;
padding-right: 0px;
padding-left: 30px;
}
#fs-content.fs-content2 {
width: 68%;
float: left;
}
#accordion-career .panel-default > .panel-heading {
background-color: #fff;
border: 1px solid #e8e8e8;
border-left: 1px solid #8dc73f;
border-radius: 0;
padding: 0;
}
#accordion-career .panel-title > a {
padding: 20px 25px;
display: table;
width: 100%;
}
#accordion-career.panel-group .panel-heading + .panel-collapse > .panel-body {
border: 1px solid #e8e8e8 !important;
margin-top: -1px;
}
#accordion-career .panel-title em {
font-style: normal;
font-size: 12px;
color: #999;
font-weight: 400;
font-family: Open Sans;
}
#accordion-career .panel-title {
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
color: inherit;
padding-left: 44px;
position: relative;
}
#accordion-career .panel-title i {
position: absolute;
left: 26px;
font-size: 29px;
}
.our-office {
border: 1px solid #e1e1e1;
padding: 30px;
}
.workplace li {
width: 33.3333%;
float: left;
border: 1px solid #e1e1e1;
padding: 10px;
margin: 0 -1px -1px 0;
}
.workplace li img {
opacity: 1;
transition: .4s;
}
.workplace li:hover img {
opacity: 0.6;
transition: .4s;
}
.feature-list li {
margin-top: 15px;
position: relative;
font-size: 14px;
padding-left: 30px;
color: #878787;
}
.feature-list li i {
color: #8dc73f;
position: absolute;
left: 5px;
top: 2px;
}
.countdown.styled {
width: 100%;
max-width: 850px;
margin: -25px auto 0;
padding: 0 15px;
}
.countdown.styled div {
width: 25%;
float: left;
color: #fff;
font-size: 100px;
font-weight: 300;
text-align: center;
text-shadow: 0 5px 10px #000;
}
.countdown.styled div span {
display: block;
font-size: 13px;
letter-spacing: 7px;
text-transform: uppercase;
font-weight: 600;
background: #8dc73f;
color: #fff;
display: table;
margin: 0 auto;
padding: 5px 12px 5px 19px;
text-align: center;
text-shadow: none;
}
#uc-main {
padding: 0;
height: 100vh;
}
#coming-soon .footer-bottom p {
color: #fff;
}
#coming-soon .f-social a {
border: 1px solid #fff;
width: 25px;
height: 25px;
border-radius: 50%;
display: inline-block;
color: #fff;
line-height: 23px;
text-align: center;
margin-right: 3px;
font-size: 11px;
}
#coming-soon .f-social a:hover {
border: 1px solid #000;
background: #000;
color: #fff;
}
#coming-soon .footer-bottom {
background: rgba(0, 0, 0, 0.2);
height: 80px;
position: relative;
top: -80px;
margin-bottom: -80px;
overflow: hidden;
padding: 29px 0px;
}
#uc-main .container {
height: 100vh;
display: table;
}
.uc-main {
display: table-cell;
vertical-align: middle;
width: 100%;
position: relative;
top: -35px;
}
#uc-main .search-container button {
width: 128px;
transition: .4s;
}
#uc-main .search-container button:hover {
transition: .4s;
background: #7db233;
}
#uc-main .search-container input {
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.3);
color: #fff !important;
}
#uc-main .search-container input::-webkit-input-placeholder {
/* WebKit browsers */
color: #fff;
}
#uc-main .search-container input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #fff;
opacity: 1;
}
#uc-main .search-container input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #fff;
opacity: 1;
}
#uc-main .search-container input:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #fff;
}
.contact-info i {
margin-right: 10px;
}
.map-border {
padding: 6px;
border: 1px solid #e5e5e5;
}
.list-style1 li {
padding-left: 25px;
position: relative;
margin-bottom: 7px;
color: #878787;
}
.list-style1 li i {
position: absolute;
left: 0;
top: 3px;
color: #8dc73f;
}
.list-wrap .col-sm-3 {
width: 20%;
}
.list-color2 li i {
color: #0FA2D5;
}
.list-color3 li i {
color: #FF4862;
}
.cs-wrap {
display: table;
margin: 0 auto;
text-align: center;
}
.cs-wrap span {
width: 150px;
height: 150px;
display: table;
position: absolute;
border-radius: 50%;
line-height: 150px;
color: #000;
font-family: Montserrat;
font-size: 28px;
letter-spacing: 1px;
}
.cs-wrap .chart-color2 span {
color: #8dc73f;
}
.cs-wrap .chart-color3 span {
color: #0FA2D5;
}
.cs-wrap .chart-color4 span {
color: #FF4862;
}
.cs-wrap h6 {
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
}
.progress {
height: 24px;
margin-bottom: 40px;
overflow: visible;
box-shadow: none;
border-radius: 0px;
}
.progress-bar {
margin: 0px;
border-radius: 0px;
height: 20px;
line-height: 20px;
box-shadow: none !important;
font-family: Montserrat;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 1px;
text-align: left;
padding: 0 12px;
position: relative;
}
.progress-bar span {
position: absolute;
right: -15px;
background: #ddd;
padding: 0px 4px;
border-radius: 2px;
top: -25px;
color: #666;
/** text-shadow: 0 0 2px #000; **/;
}
.progress-bar-default {
background: #000;
}
.progress-bar span:after {
content: '';
position: absolute;
border-style: solid;
border-width: 5px 5px 0;
border-color: #ddd transparent;
display: block;
width: 0;
z-index: 1;
bottom: -5px;
left: 0;
right: 0px;
margin: 0 auto;
}
.progress-bar-success {
background: #8dc73f !important;
}
.progress-bar-info {
background: #0FA2D5 !important;
}
.progress-bar-warning {
background: #FF4862 !important;
}
.no-width-skills {
width: 0% !important;
}
.nav-tabs li.col-md-4 {
width: 33.3333%;
padding-left: 0px;
padding-right: 0px;
}
.nav-tabs li i {
color: #8dc73f;
margin-right: 10px;
}
.shop-content {
background: #fff;
padding: 100px 0;
}
.shop-grid li {
width: 33.3333%;
float: left;
padding: 0 15px 30px;
}
.line-head {
font-family: Montserrat;
font-size: 16px;
font-weight: bold;
color: #333;
text-transform: uppercase;
position: relative;
overflow: hidden;
margin: 0px 0px 22px;
}
.line-head span {
background: #FFF;
padding-right: 15px;
position: relative;
z-index: 88;
margin: 0px 0px 20px;
}
.line-head::after {
content: "";
background: #d3d3d3;
height: 1px;
position: absolute;
top: 9px;
left: 0px;
width: 100%;
}
.product .text-center {
border: 1px solid #e5e5e5;
padding: 10px 10px 15px;
cursor: pointer;
transition: .4s;
}
.product:hover .text-center {
box-shadow: 0 0 5px rgba(0,0,0,0.2);
transition: .4s;
}
.logregform label {
font-weight:400;
font-size:13px;
}
.product-overlay {
display: block;
height: 50px;
background: rgba(0,0,0,0.2);
line-height: 50px;
position: absolute;
bottom: -60px;
width: 100%;
left: 0px;
right: 0px;
transition: .5s;
}
.product:hover .product-overlay {
bottom: 0px;
transition: .5s;
}
.product-thumbnail img {
transform: scale(1);
transition: .4s;
}
.product:hover .product-thumbnail img {
transform: scale(1.1);
transition: .4s;
}
.product-overlay a {
font-size: 20px;
margin: 0;
color: #fff;
width: 50%;
float: left;
text-align: center;
}
.product-overlay a:hover {
color: #fff;
background: #000 !important;
}
.product-overlay a:first-child {
background: rgba(0,0,0,0.2);
}
.product-title {
margin: 10px 0 5px;
}
.product-title a {
color: #000;
font-size: 17px;
}
.product-price {
font-size: 20px;
letter-spacing: -1px;
font-weight: 300;
margin: 0 auto 15px;
display: table;
}
.add_to_cart_button {
padding: 0px !important;
font-size: 10px;
border-radius: 3px !important;
padding: 11px 12px !important;
}
.sorter {
display: table;
width: 100%;
border: 1px solid #e8e8e8;
padding: 14px;
max-width: 815px;
position: relative;
left: 30px;
margin: 0 0 25px;
}
.sort1 {
width: 220px;
float: left;
}
.sort1 span {
float: left;
line-height: 30px;
font-size: 12px;
text-transform: uppercase;
margni-right: 10px;
font-weight: 600;
}
.sort1 select {
line-height: 30px;
border: 1px solid #e5e5e5;
padding: 5px 5px !important;
height: 30px;
font-size: 12px;
margin-left: 10px;
text-transform: uppercase;
}
.product-thumbnail {
position: relative;
overflow: hidden;
}
.sort1 form {
float: right;
}
.sort2 {
width: 172px;
float: right;
}
.sort2 .span1 {
float: left;
line-height: 30px;
line-height: 30px;
font-size: 12px;
text-transform: uppercase;
margni-right: 10px;
font-weight: 600;
}
.sort2 select {
line-height: 30px;
border: 1px solid #e5e5e5;
padding: 5px 5px !important;
height: 30px;
font-size: 12px;
margin-left: 10px;
text-transform: uppercase;
}
.sort2 .span2 {
font-weight: 600;
float: right;
line-height: 30px;
font-size: 12px;
text-transform: uppercase;
margni-right: 10px;
}
.sort2 form {
width: 80px;
margin: 0 auto;
background: #ff0000;
float: left;
margin-left: 25px;
}
.sort3 {
margin-top: 3px;
float: right;
}
.layout-modes {
display: table;
margin: 0px auto;
line-height: 27px;
}
.shop_pn {
display: table;
margin: 0 auto;
}
.shop_pn li {
float: left;
margin: 0 5px;
}
.shop_pn li a {
width: 35px;
height: 35px;
color: #000;
line-height: 35px;
text-align: center;
display: table;
background: transparent;
border-radius: 50%;
}
.shop_pn li a.active ,
.shop_pn li a:hover {
color: #fff;
background: #000;
}
.s_range {
margin-top: 25px;
}
.range_v {
margin-top: 35px;
font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
font-size: 13px;
}
.range_v span {
font-size: 14px;
color: #5b5b5b;
float: left;
margin-right: 5px;
line-height: 23px;
}
.range_v input {
border: medium none;
display: table;
float: left;
width: 44px;
font-size: 14px;
color: #5B5B5B;
margin-right: 9px;
margin-top: 1px;
}
.filter-btn {
float: right;
margin-top: -8px;
}
.filter-btn:hover {
color: #fff;
}
.range_sep {
background: #000;
width: 10px;
height: 1px;
display: table;
position: relative;
top: 13px;
right: 20px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
transition: none !important;
}
.shop-sidebar .widget {
margin-bottom: 50px;
}
.shop-sidebar .widget h3 {
margin: 0 0 30px;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 1px;
}
.product-categories li {
margin-bottom: 7px;
}
.product-categories li a {
color: #888;
}
.product-categories li a:hover {
color: #8dc73f;
}
.product-categories li:last-child {
margin-bottom: 0px;
}
.product-categories li i {
font-size: 20px;
position: relative;
top: 4px;
margin-right: 5px;
color: #bbb;
}
.widget_popular_products li {
display: table;
width: 100%;
margin-bottom: 15px;
position: relative;
}
.widget_popular_products li img {
width: 75px;
float: left;
}
.product-post-info {
margin-left: 90px;
}
.product-post-info h5 {
margin: 10px 0 0px;
}
.product-post-info h5 a {
color:#000;
}
.product-post-info h5 a:hover {
color:#8dc73f;
}
.product-post-info p {
margin: 0;
color: #666;
}
.badge {
width: 50px;
height: 50px;
border-radius: 50%;
padding-top: 15px;
font-size: 10px;
position: absolute;
top: -6px;
right: -6px;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
z-index:77;
}
.badge span {
font-size: 13px;
}
.red {
background: #f00;
line-height: 50px;
padding-top: 0px;
font-size: 12px;
}
.blue {
background: #8dcff4;
}
.product {
position: relative;
}
#gal-slider {
position: relative;
}
.gal-nav {
display: block;
width: 100%;
}
.gal-nav li {
float: left;
width: 25%;
padding: 0 10px;
cursor: pointer;
}
.gal-nav li img {
opacity: 1;
transition: .4s;
}
.gal-nav li.flex-active img {
opacity: 0.5;
transition: .4s;
}
.p-price {
font-size: 40px;
}
.product-size {
margin: 35px 0 10px;
display: table;
width: 100%;
}
.product-size li {
float: left;
margin: 0 10px;
}
.product-size span {
float: left;
line-height: 29px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
width: 75px;
}
.product-size a {
color: #000;
border: 1px solid #000;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
font-size: 10px;
letter-spacing: 0px;
text-transform: uppercase;
padding: 6px 10px;
display: table;
}
.product-size a.active ,
.product-size a:hover {
color: #8dc73f;
border: 1px solid #8dc73f;
}
.product-clr {
margin: 15px 0 0px;
display: table;
width: 100%;
}
.product-clr li {
float: left;
margin: 0 10px;
}
.product-clr span {
float: left;
line-height: 29px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
width: 75px;
}
.product-clr a {
color: #fff;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
font-size: 10px;
letter-spacing: 0px;
text-transform: uppercase;
padding: 6px 10px;
display: table;
}
.product-quantity {
margin: 15px 0 35px;
display: table;
width: 100%;
}
.product-quantity span {
float: left;
line-height: 29px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
width: 84px;
}
.product-quantity input {
color: #000;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
font-size: 12px;
letter-spacing: 0px;
text-transform: uppercase;
padding: 6px 10px;
width: 50px;
display: table;
text-align: center;
}
.shop-btn-wrap {
display: table;
margin-bottom: 27px;
}
.shop-btn-wrap a {
float: left;
margin-right: 5px;
padding: 13px 15px !important;
font-size: 11px !important;
}
.product-meta {
font-size: 13px;
}
#p-single .nav-tabs li a {
padding: 21px 10px !important;
}
.box-content {
border: 1px solid #e4e4e4;
padding: 15px 30px 30px;
}
.cart-table thead tr th {
background: #000;
color: #fff;
border: 1px solid #222;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
text-transform: uppercase;
line-height: 40px;
}
.cart-table thead {
border-top: 1px solid #000;
}
.cart-table tbody tr td a {
color: #000;
font-weight: 600;
}
.cart-table tbody tr td a:hover {
color: #8dc73f;
}
.cart-table thead tr th ,
.cart-table tbody tr td {
vertical-align: middle;
text-align: center;
}
.coupon {
text-align: left;
padding: 5px 0 10px;
}
.coupon input {
border: 1px solid #000;
height: 35px;
padding: 0 15px;
line-height: 33px;
width: 70%;
float: left;
color: #000;
font-size: 13px;
}
.coupon button {
color: #fff;
text-transform: uppercase;
background: #000;
height: 35px;
padding: 0 15px;
border: none;
line-height: 35px;
width: 30%;
font-size: 10px;
transition: .4s;
color: #fff;
}
.coupon button:hover {
background: #555;
transition: .4s;
color: #fff;
}
.cart-btn {
float: right;
margin-top: 17px;
}
.cart-btn button {
float: left;
margin-left: 5px;
}
.coupon {
width: 260px;
}
.billing-details select {
height: 50px;
border: 1px solid #e5e5e5;
}
.billing-details label {
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
color: #666;
}
.payment-method span {
display: inline-block;
margin-left: 9px;
position: relative;
top: -1px;
font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
}
.table.extra-padding tbody tr th,
.table.extra-padding tbody tr td {
padding: 15px;
}
.higlight {
color: #8dc73f;
}
#about-section2 {
padding-top: 55px;
}
#about-section2 .about-box {
margin-bottom: 55px;
}
#about-section2 .about-box .about-post {
text-align: center;
}
#about-section2 .about-box .about-post a {
display: inline-block;
text-decoration: none;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
width: 100px;
height: 100px;
margin: 0 0 24px;
line-height: 100px;
color: #ffffff;
font-size: 30px;
text-align: center;
background: #222222;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
#about-section2 .about-box .about-post a:hover,
#about-section2 .about-box .about-post a.active {
background: #8dc73f;
}
#about-section2 .about-box .about-post h2 {
color: #222222;
font-size: 15px;
font-weight: 700;
margin: 0 0 15px;
}
#about-section2 .content-tab {
padding-top: 65px;
background: url('../images/bg/parallax/4.jpg') center top fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
position: relative;
}
#about-section2 .content-tab .container {
position: relative;
z-index: 2;
}
#about-section2 .content-tab .tab-cont {
display: none;
position: relative;
}
#about-section2 .content-tab .tab-cont h2 {
font-size: 15px;
font-weight: 400;
margin-bottom: 30px;
color: #8dc73f;
}
#about-section2 .content-tab .tab-cont p {
color: #cccccc;
margin-bottom: 15px;
}
#about-section2 .content-tab .tab-cont .image-content {
text-align: center;
}
#about-section2 .content-tab .tab-cont .image-content img {
max-width: 100%;
}
#about-section2 .content-tab .tab-cont .retina-content {
text-align: center;
}
#about-section2 .content-tab .tab-cont .retina-content h2 {
margin-bottom: 20px;
margin-top: 0;
}
#about-section2 .content-tab .tab-cont .retina-content img {
max-width: 100%;
}
#about-section2 .content-tab .tab-cont.active {
display: block;
}
#about-section2 .content-tab .tab-cont:before {
position: absolute;
content: '';
width: 0;
height: 0;
top: -65px;
border: 50px solid #ffffff;
border-left-width: 50px;
border-right-width: 50px;
border-top-width: 25px;
border-bottom-width: 25px;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
}
#about-section2 .content-tab .tab-cont[data-tab="1"]:before {
left: 60px;
}
#about-section2 .content-tab .tab-cont[data-tab="2"]:before {
left: 300px;
}
#about-section2 .content-tab .tab-cont[data-tab="3"]:before {
left: 540px;
}
#about-section2 .content-tab .tab-cont[data-tab="4"]:before {
left: 780px;
}
#about-section2 .content-tab:after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(34, 34, 34, 0.7);
}
.rw-home .project-item {
width: 100%;
}
.client-logo a {
/*opacity:0.4;*/
display:table;
margin:0 auto;
}
.client-logo a:hover {
opacity:1;
}
#carousel_five .owl-prev {
background: #fff;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 0;
position: absolute;
left: -50px;
transition:.4s;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#carousel_five .owl-prev:after {
content: "\f104";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
font-size: 25px;
color: #000;
line-height: 42px;
transition: .4s;
}
#carousel_five .owl-next {
background: #fff;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 0;
position: absolute;
right: -50px;
transition:.4s;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#carousel_five .owl-next:after {
content: "\f105";
font-family: 'FontAwesome';
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 2px;
right: 0px;
font-size: 25px;
color: #000;
line-height: 42px;
transition: .4s;
}
#carousel_five:hover .owl-prev {
opacity:0.3 !important;
left:0px !important;
transition:.4s !important;
}
#carousel_five:hover .owl-next {
opacity:0.3 !important;
right:0px !important;
transition:.4s !important;
}
#carousel_five .owl-prev:hover {
background: #000;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
transition:.4s;
position: absolute;
left: 0;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#carousel_five .owl-next:hover {
background: #000;
border: 1px solid #000;
width: 44px;
height: 44px;
line-height: 42px;
color: #fff;
border-radius: 50%;
font-size: 0px;
opacity: 1;
position: absolute;
right: 0px;
transition:.4s;
top: 50%;
margin-top: -22px;
transition: .4s;
}
#carousel_five .owl-prev:hover:after ,
#carousel_five .owl-next:hover:after {
color: #fff;
transition: .4s;
}
.hb-info h4 {
margin:20px 0 15px;
}
.hb-info h4 a {
color:#000;
}
.hb-thumb {
position:relative;
}
.date-meta {
background: #8dc73f ;
font-size: 15px;
color: #FFF;
text-align: center;
position: absolute;
top: 0;
padding: 6px 13px;
}
.date-meta span {
display:block;
font-size:26px;
font-weight:700;
}
.home-contact-form .input-wrap, .home-contact-form .textarea-wrap {
display: block;
margin: 0 0 12px 0;
position: relative;
}
.home-contact-form .input-wrap i {
position: absolute;
top: 9px; left: 11px;
color: #c1c4c5;
}
.home-contact-form .textarea-wrap i {
position: absolute;
top: 12px; left: 11px;
color: #c1c4c5;
}
.home-contact-form .input-wrap i + input, .textarea-wrap i + textarea {
padding-left: 31px;
}
.home-contact-form input:focus + i{color: #000 !important;}
.home-contact-form textarea:focus + i{color: #000 !important;}
.home-contact-form .input-wrap input,
.home-contact-form .textarea-wrap textarea,
.home-contact-form .select-wrap select {
width: 217px;
height: 33px;
padding: 0 12px;
padding-left:40px;
background: #fafafa;
border: 1px solid #e2e2e2;
border-top: 1px solid #d4d4d4;
outline: none;
border-radius: 2px;
color: #65686d;
font-size:13px;
line-height: 1.6;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.home-contact-form .textarea-wrap textarea {
width:100%;
height:100px;
padding:10px 20px 15px 40px;
}
.home-project-3col .project-item {
width:33.3333%;
border:10px solid #fff;
}
#team2 .text-center {
padding:0 15px;
}
#team2 .text-center p {
font-size:12px;
}
#team2 .text-center .team-social {
display:table;
float:none;
margin:0 auto;
}
#team2 .text-center .team-social a {
color:#000;
text-shadow:none !important;
}
#team2 .text-center .team-social a:hover {
color:#8dc73f;
text-shadow:none !important;
}
.highlight {
color:#8dc73f !important;
}
.highlight2 {
color:#FDC502 !important;
}
.border-top {
border-top:1px solid #e9e9e9;
}
#one-res .highlight3 {
font-family: 'Lovers Quarrel', cursive;
color:#8dc73f;
font-size:120px;
margin:0 0 -40px;
font-weight:300;
}
.highlight4 {
color:#8dc73f !important;
}
#one-res .project-info h2 {
font-size:15px;
position:relative;
}
#one-res .project-info h2 span {
float:right;
color:#8dc73f;
position:relative;
}
#one-res .project-info h2 span:before {
content:".... ";
}
.header-x {
padding: 15px 0 0 10px;
}
.header-x .s-cart {
float:left;
margin-right:10px;
position:relative;
cursor:pointer;
}
.sc-trigger span {
background: #8dc73f;
color: #FFF;
padding: 0px;
font-size: 12px;
border-radius: 50%;
width: 18px;
height: 18px;
display: inline-block;
line-height: 16px;
text-align: center;
position: relative;
top: -9px;
}
.header-x .s-search{
float:right;
cursor:pointer;
}
.header-x .s-search i {
font-size:12px;
position:relative;
top:2px;
transition:.4s;
}
.ss-trigger i:hover {
color:#8dc73f;
transition:.4s;
}
.cart-info {
background: #fff;
display: table;
padding: 25px;
position: absolute;
width: 280px;
right: -22px;
top: 35px;
border-top: 4px solid #8dc73f;
opacity:0;
visibility:hidden;
transition:.4s;
}
.s-cart:hover .cart-info {
opacity:1;
visibility:visible;
transition:.4s;
}
.cart-info:after {
content: "";
height: 30px;
background: #fff;
width: 100%;
position: absolute;
top: -30px;
left: 0;
right: 0;
opacity: 0;
}
.ci-item {
display: table;
width: 100%;
border-bottom: 1px solid #E8E8E8;
padding-bottom: 4px;
margin-bottom: 13px;
}
.ci-item img {
float: left;
}
.ci-item-info {
margin-left: 92px;
}
.ci-item-info h5 {
font-family: Raleway !important;
font-size: 13px;
color: #333333;
text-transform: none;
margin: 0 0 1px;
color: #333333;
}
.ci-item-info h5 a {
color: #333333;
}
.ci-item-info h5 a:hover {
color: #8dc73f;
}
.ci-item-info p {
color: #666;
}
.ci-edit a {
background: #aaaaaa;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
color: #fff;
}
.ci-edit a:hover {
background: #444444;
color: #fff;
}
.ci-total {
font-size: 15px;
text-transform: none;
margin: 10px 0 15px;
}
.cart-btn a {
background: #8dc73f;
padding: 10px 16px;
color: #FFF;
text-transform: uppercase;
border: medium none;
font-size: 12px;
letter-spacing: 2px;
font-family: Montserrat;
border-radius: 0px;
display: inline-block;
transition: all 0.4s ease 0s;
float: left;
}
.cart-btn a:first-child {
background: #333333;
}
.cart-btn a:hover {
background: #000;
color: #fff;
}
.ss-content {
background:rgba(255,255,255,0.8);
position:fixed;
height:100%;
width:100%;
z-index:999999999;
top:0;
left:0;
right:0;
visibility:hidden;
opacity:0;
transition:.4s;
}
.ss-content-act {
visibility:visible;
opacity:1;
}
.ssc-inner {
height:100vh;
display:table;
margin:0 auto;
width:50%;
}
.ssc-inner form {
display:table-cell;
vertical-align:middle;
margin:auto;
position:relative;
}
.ssc-inner form input {
background:transparent;
border:none;
width:100%;
height:90px;
color:#000;
line-height:88px;
font-size:30px;
border-bottom:4px solid #8dc73f;
font-weight:300;
padding-right:60px;
}
.ssc-inner form button {
border: none;
background: transparent;
color: #000;
position: absolute;
right: 0px;
margin-top: 33px;
}
.intro-wrap {
background:url(../images/slider/9.jpg) no-repeat center;
background-size:cover;
}
.intro-wrap h1 {
font-family:Open Sans;
font-size:70px;
font-weight:300;
color:#fff;
margin:200px 0 0;
}
.intro-wrap p {
font-size:16px;
font-weight:400;
color:#fff;
margin:20px 0 30px;
}
.head-w-ul span {
font-weight:700;
border-bottom:4px solid #8dc73f;
color:#8dc73f;
}
.donate-meter {
text-align: left;
padding: 80px 10px 20px;
margin: -131px 0px 0px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
position: relative;
z-index: 888;
}
.donate-meter em {
color:#fff;
display:block;
margin-bottom:8px;
}
.dm-wrap {
height:3px;
background:rgba(0,0,0,0.2);
position:relative;
}
.dm-wrap span{
height:3px;
background:#8dc73f;
position:relative;
display:table;
}
.volunter-info {
background:rgba(0,0,0,0.4);
padding:25px;
}
.volunter-info .button {
background:#8dc73f;
}
#one-gym .ct-info small {
color:#878787;
}
#one-gym .ct-info small i {
margin-right:5px;
}
.dual-btns a {
display:inline-block;
margin:0 1px;
padding:0 30px;
width:200px;
}
.dual-btns.auto-width a {
width:auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.ssc-inner form button {
margin-top: -50px;
}
}
.ssc-inner form button i {
font-size: 27px !important;
}
.ss-close {
font-size: 51px;
position: absolute;
right: 15px;
top: 15px;
opacity: 0.2;
}
.ss-close:hover {
opacity: 0.6;
}
.rating {
float:left;
unicode-bidi: bidi-override;
direction: rtl;
}
.rating > span {
display: inline-block;
position: relative;
width: 22px;
font-size:23px;
color: #8dc73f;
padding-right:5px;
}
.rating > span:hover,
.rating > span:hover ~ span {
color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
content: "\2605";
position: absolute;
left: -2px;
color: #8dc73f;
}
.rating2 {
display: table;
unicode-bidi: bidi-override;
padding-left: 15px;
position: relative;
top: -7px;
}
.rating2 > span {
display: inline-block;
position: relative;
font-size:16px;
color: #8dc73f;
}
#header2 .header-x {
padding: 18px 0px 0px 15px;
position: relative;
z-index: 8888888;
}
#header2 #top-bar {
height: 90px;
}
#header2 #top-bar .top-bar-content {
border-right: none;
}
#header2 .navbar-brand > img {
display: block;
width: 152px;
margin: -9px auto 0px;
}
#header2 header {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
#header2 .navbar-center {
float:none;
display: table !important;
margin: 0 auto !important;
}
#header2 #top-bar .top-login ,
#header2 #top-bar .nav-social-icons ,
#header2 .social-icons li {
border:none;
}
#header2 .h2-tr {
padding: 25px 0;
}
#header4 #top-bar {
background:#000;
border:none;
}
#header4 #top-bar a ,
#header4 #top-bar .top-bar-content p ,
#header4 #top-bar .social-icons li a {
color: #666;
border:none;
}
#header4 #top-bar .social-icons li a:hover {
color: #fff;
}
#header4 #top-bar a:hover {
color: #aaa;
}
#header5 .header-wrap {
position:absolute;
top:0;
width:100%;
left:0;
right:0;
}
#header5 #top-bar ,
#header5 header {
background:transparent;
border:none;
}
#header5 #top-bar {
border-bottom:1px solid rgba(0,0,0,0.1);
}
#header5 .navbar-nav > li > a:focus ,
#header5 .navbar-nav > li > a {
background:transparen !important;
color:#fff;
}
.navbar-default .navbar-nav > li.active > a {
color:#8DC73F !important;
background:transparent !important;
}
#header5 .sc-trigger i,
#header5 .ss-trigger i {
color:#fff;
}
#header5 .is-sticky header {
background:#000;
}
#header5 .header-wrap {
position: absolute;
top: 0px;
width: 100%;
left: 0px;
right: 0px;
z-index: 99999999;
background: rgba(0,0,0,0.1);
}
#header5 #top-bar a ,
#header5 #top-bar .top-bar-content p ,
#header5 #top-bar .social-icons li a {
color: #fff;
border:none;
}
#header4 #top-bar .social-icons li a:hover {
color: #fff;
}
#header4 #top-bar a:hover {
color: #aaa;
}
#header6 .header-wrap {
position:absolute;
top:0;
width:100%;
left:0;
right:0;
}
#header6 #top-bar ,
#header6 header {
background:transparent;
border:none;
}
#header6 #top-bar {
border-bottom:1px solid rgba(0,0,0,0.1);
}
#header6 .navbar-nav > li > a:focus ,
#header6 .navbar-nav > li > a {
background:transparen !important;
color:#2F2F2F;
}
.navbar-default .navbar-nav > li.active > a {
color:#8DC73F !important;
background:transparent !important;
}
#header6 .sc-trigger i,
#header6 .ss-trigger i {
color:#000;
}
#header6 .is-sticky header {
background:#f8f8f8;
}
#header6 .header-wrap {
position: absolute;
top: 0px;
width: 100%;
left: 0px;
right: 0px;
z-index: 99999999;
background: rgba(0,0,0,0);
}
#header6 #top-bar a ,
#header6 #top-bar .top-bar-content p ,
#header6 #top-bar .social-icons li a {
color: #fff;
border:none;
}
.about-doctor h1 {
margin-top:120px;
}
.book-doctor {
background: #8DC73F;
padding: 30px 40px;
display: table;
margin: 300px auto 50px;
color: #fff;
font-family: montserrat;
text-transform: uppercase;
font-size: 25px;
letter-spacing: 3px;
}
.book-doctor:hover {
background: #000;
color: #fff;
}
.domain-box {
background:#8DC73F;
padding:30px;
text-align:center;
}
.domain-box.db-dark {
background:#7eb534;
padding:30px;
text-align:center;
}
#domain-sform input {
border: none;
height: 70px;
padding: 0 30px;
}
#domain-sform select {
border: none;
height: 70px;
}
ul.tld_list {
margin:50px 0 0 ;
}
ul.tld_list .number {
background:#8DC73F;
width:60px;
color:#fff;
height:60px;
font-size:21px;
text-align:center;
border-radius:50%;
float:left;
line-height:60px;
}
ul.tld_list .text {
color: #fff;
line-height: 60px;
margin-left: 77px;
font-size: 16px;
text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.nav-tabs li a {
padding: 40px 5px;
font-size: 12px;
}
.layout-modes {
display: none;
}
.filter-btn {
float: none;
margin-top: -8px;
margin-bottom: 40px;
position: relative;
top: 44px;
}
.fsidebar {
width: 40%;
}
#fs-content {
width: 58%;
}
#header-main .navbar-nav > li > a {
padding: 35px 15px;
}
.thumbs li img {
width: 50px;
}
#fs-content.fs-content2 {
width: 58%;
float: left;
}
.shop-grid li {
width: 50%;
float: left;
padding: 0px 15px 30px;
}
}
@media screen and (max-width: 767px) {
.header-x {
padding: 34px 0px 0px 15px;
position: absolute;
top: -7px;
float: right !important;
right: 0;
}
.navbar-toggle {
margin-right: 72px !important;
}
.project-item {
width: 100%;
float: left;
}
.section-team-block p {
margin: 0px 0px 15px;
font-size: 11px;
line-height: 18px;
}
.stats2-info {
margin: 25px 0 !important;
}
.nav-tabs li {
min-height: 130px;
}
.nav-tabs li a {
font-size: 11px;
}
.nav-tabs li a span {
display: block;
}
.shop-grid li {
width: 100%;
float: left;
padding: 0px 15px 30px;
}
.filter-btn {
float: none;
margin-top: -8px;
margin-bottom: 40px;
position: relative;
top: 44px;
}
.fc-main {
padding: 80px 0px 0px 0px;
}
.cta-dark p {
margin: 0px 0px 20px;
}
.search-container h4 {
margin: 0px 0px 50px;
text-transform: uppercase;
font-size: 24px;
}
.recent-search li a {
border: 1px solid #000;
padding: 2px 9px;
color: #000;
display: table;
text-transform: uppercase;
font-size: 9px;
letter-spacing: 4px;
}
.recent-search li {
padding: 0px 10px 12px;
}
.filter li {
float: left;
margin: 0px 10px 15px;
}
.fsidebar {
width: 100%;
float: none;
padding-right: 0;
margin-bottom: 40px;
}
#fs-content {
width: 100%;
float: right;
}
#fs-content.fs-content2 {
width: 100%;
float: left;
}
.style2 span {
color: #000;
font-size: 30px;
position: relative;
}
.navbar-brand {
margin-top: 14px;
}
.navbar-toggle {
margin-top: 14px;
margin-right: 0;
}
#header-main .navbar-nav > li > a {
padding: 12px 18px;
}
.dropdown-menu {
position: relative;
min-width: 100%;
}
.navbar-nav {
float: left;
margin: 0px 0px -1px;
width: 100%;
}
.navbar-nav {
float: left;
margin: 0px 0px -1px;
width: 100%;
max-height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
}
.slider-wrap {
position:relative;
}
.style2 {
padding: 0;
}
.navbar-collapse {
overflow: hidden !important;
padding: 0 !important;
}
.style2 p {
font-size: 27px;
font-weight: 100;
line-height: 36px;
}
.quote-meta {
padding-left: 0;
}
.post-meta span {
font-size: 10px;
}
.page_nav a {
width: 30px;
line-height: 30px;
margin: 0px 0px;
}
.pricing-table3 ul li {
width: 100%;
max-width:350px;
margin: 0px 0 30px;
}
.container {
width:100%;
max-width:500px;
margin:0 auto;
}
aside {
margin-bottom:30px;
}
.pricing-table2 tbody tr td:nth-child(2), .pricing-table2 tbody tr td:nth-child(3), .pricing-table2 tbody tr td:nth-child(4) {
font-size: 13px;
}
.pricing-table2 tbody tr td:first-child {
font-size: 14px;
}
.pricing-table2 tbody tr td:first-child i {
font-size: 20px;
margin-right: 8px;
position: relative;
top: 1px;
}
.container-full .folio-boxed-2col .project-item {
width: 100% !important;
}
#portfolio-home.folio-boxed-2col .project-item {
width: 100%;
overflow: hidden;
}
.f-tweet small {
float: none;
}
.tweet-info {
margin-left: 0;
padding-top: 8px;
margin-bottom: 32px;
}
#errorpage .page_header h3 {
font-size: 16px;
letter-spacing: 2px;
}
.error-404 h2 {
font-size: 100px;
}
.f-subscribe small {
float: none;
}
.f-subscribe form {
margin-left: 0;
margin-top: 15px;
}
.page_header h3 {
font-size: 34px;
}
.style2 span {
color: #000;
font-size: 30px;
position: absolute;
display: block;
height: 55px;
}
.style2 p {
padding-top: 40px;
}
.footer-bottom {
background: #222;
height: auto;
position: relative;
top: -80px;
margin-bottom: 0;
overflow: hidden;
padding: 23px 0px;
text-align: center;
}
.f-social {
float: none !important;
margin: 0px auto;
}
}
/*
img{ filter: grayscale(75%); -webkit-filter: grayscale(75%); filter: grayscale(75%); }
img:hover{ filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: grayscale(0%); } | 0.20347 | 0.046834 |
@import url('vendor/_normalize.css');
@import url('vendor/_html5bp.css');
@import url('_variables.css');
@import url('components/_code.css');
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
/* So text looks much better in Chrome/Safari */
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'Open Sans', sans-serif;
}
#ember-testing-container {
/* Set position static to short-circuit Hubspot Tether's positioning */
/* https://github.com/HubSpot/tether/pull/98/ */
position: static !important;
}
#ember-testing {
/* The default transform: scale(0.5) messes with tooltip positioning */
transform: none !important;
transform-origin: inherit !important;
}
h1,
h2,
h3 {
font-weight: 200;
}
.hero {
height: 100vh;
width: 100vw;
background-color: #3023AE;
background-image: linear-gradient(-134deg, #3023AE 0%, #A56DD7 100%);
-webkit-display: flex;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#ember-logo {
width: 200px;
height: auto;
margin-right: 10rem;
display: inline-block;
}
.badges {
margin-top: 4rem;
text-align: center;
}
.badges a + * {
margin-left: 1rem;
}
.logo-tooltip {
font-size: 2rem;
top: 16px !important;
}
.page-content {
width: 100%;
padding: 3rem;
padding-left: calc((100% - 800px) / 2);
padding-right: calc((100% - 800px) / 2);
box-sizing: border-box;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.gray {
background-color: #eee;
}
.some-component {
border: 1px solid #666;
border-radius: 0.3rem;
display: inline-block;
padding: 0.6rem 1rem;
cursor: pointer;
background-color: rgba(white, 0.5);
position: relative;
}
hr {
margin: 6rem 0;
}
input {
padding: 0.4rem 0.6rem;
}
p {
margin: 3rem 0;
}
a {
color: var(--purple);
text-decoration: none;
border-bottom: 1px dotted var(--purple);
}
li {
padding: 0.4rem 0;
}
.ember-popover p {
margin: 1rem 0;
}
.ember-popover h3 {
margin: 1rem 0;
border-bottom: 1px solid #ccc;
}
/* Async spinner */
.spinner {
margin: 3px 0 5px;
width: 70px;
text-align: center;
}
.spinner > div {
width: 6px;
height: 6px;
background-color: #fff;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
/* End of async spinner */ | tests/dummy/app/styles/app.css | @import url('vendor/_normalize.css');
@import url('vendor/_html5bp.css');
@import url('_variables.css');
@import url('components/_code.css');
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
/* So text looks much better in Chrome/Safari */
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'Open Sans', sans-serif;
}
#ember-testing-container {
/* Set position static to short-circuit Hubspot Tether's positioning */
/* https://github.com/HubSpot/tether/pull/98/ */
position: static !important;
}
#ember-testing {
/* The default transform: scale(0.5) messes with tooltip positioning */
transform: none !important;
transform-origin: inherit !important;
}
h1,
h2,
h3 {
font-weight: 200;
}
.hero {
height: 100vh;
width: 100vw;
background-color: #3023AE;
background-image: linear-gradient(-134deg, #3023AE 0%, #A56DD7 100%);
-webkit-display: flex;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#ember-logo {
width: 200px;
height: auto;
margin-right: 10rem;
display: inline-block;
}
.badges {
margin-top: 4rem;
text-align: center;
}
.badges a + * {
margin-left: 1rem;
}
.logo-tooltip {
font-size: 2rem;
top: 16px !important;
}
.page-content {
width: 100%;
padding: 3rem;
padding-left: calc((100% - 800px) / 2);
padding-right: calc((100% - 800px) / 2);
box-sizing: border-box;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.gray {
background-color: #eee;
}
.some-component {
border: 1px solid #666;
border-radius: 0.3rem;
display: inline-block;
padding: 0.6rem 1rem;
cursor: pointer;
background-color: rgba(white, 0.5);
position: relative;
}
hr {
margin: 6rem 0;
}
input {
padding: 0.4rem 0.6rem;
}
p {
margin: 3rem 0;
}
a {
color: var(--purple);
text-decoration: none;
border-bottom: 1px dotted var(--purple);
}
li {
padding: 0.4rem 0;
}
.ember-popover p {
margin: 1rem 0;
}
.ember-popover h3 {
margin: 1rem 0;
border-bottom: 1px solid #ccc;
}
/* Async spinner */
.spinner {
margin: 3px 0 5px;
width: 70px;
text-align: center;
}
.spinner > div {
width: 6px;
height: 6px;
background-color: #fff;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
/* End of async spinner */ | 0.369315 | 0.05744 |
.icon-blank{
background:url('icons/blank.gif') no-repeat center center;
}
.icon-add{
background:url('icons/edit_add.png') no-repeat center center;
}
.icon-edit{
background:url('icons/pencil.png') no-repeat center center;
}
.add{
background:url('icons/btn_add.png') no-repeat center center;
}
.edit{
background:url('icons/btn_edit.png') no-repeat center center;
}
.delete{
background:url('icons/btn_delete.png') no-repeat center center;
}
.search{
background:url('icons/btn_search.png') no-repeat center center;
}
.back{
background:url('icons/btn_back.png') no-repeat center center;
}
.reload{
background:url('icons/btn_reload.png') no-repeat center center;
}
.save{
background:url('icons/btn_save.png') no-repeat center center;
}
.remove{
background:url('icons/btn_remove.png') no-repeat center center;
}
.print{
background:url('icons/btn_print.png') no-repeat center center;
}
.set{
background:url('icons/btn_set.png') no-repeat center center;
}
.upload{
background:url('icons/btn_upload.png') no-repeat center center;
}
.undo{
background:url('icons/btn_undo.png') no-repeat center center;
}
.ok{
background:url('icons/btn_ok.png') no-repeat center center;
}
.close{
background:url('icons/btn_close.png') no-repeat center center;
}
.icon-remove{
background:url('icons/edit_remove.png') no-repeat center center;
}
.icon-save{
background:url('icons/filesave.png') no-repeat center center;
}
.icon-cut{
background:url('icons/cut.png') no-repeat center center;
}
.icon-ok{
background:url('icons/ok.png') no-repeat center center;
}
.icon-no{
background:url('icons/no.png') no-repeat center center;
}
.icon-cancel{
background:url('icons/cancel.png') no-repeat center center;
}
.icon-reload{
background:url('icons/reload.png') no-repeat center center;
}
.icon-search{
background:url('icons/search.png') no-repeat center center;
}
.icon-print{
background:url('icons/print.png') no-repeat center center;
}
.icon-help{
background:url('icons/help.png') no-repeat center center;
}
.icon-undo{
background:url('icons/undo.png') no-repeat center center;
}
.icon-redo{
background:url('icons/redo.png') no-repeat center center;
}
.icon-back{
background:url('icons/back.png') no-repeat center center;
}
.icon-sum{
background:url('icons/sum.png') no-repeat center center;
}
.icon-tip{
background:url('icons/tip.png') no-repeat center center;
}
.icon-filter{
background:url('icons/filter.png') no-repeat center center;
}
.icon-mini-add{
background:url('icons/mini_add.png') no-repeat center center;
}
.icon-mini-edit{
background:url('icons/mini_edit.png') no-repeat center center;
}
.icon-mini-refresh{
background:url('icons/mini_refresh.png') no-repeat center center;
}
.icon-large-picture{
background:url('icons/large_picture.png') no-repeat center center;
}
.icon-large-clipart{
background:url('icons/large_clipart.png') no-repeat center center;
}
.icon-large-shapes{
background:url('icons/large_shapes.png') no-repeat center center;
}
.icon-large-smartart{
background:url('icons/large_smartart.png') no-repeat center center;
}
.icon-large-chart{
background:url('icons/large_chart.png') no-repeat center center;
} | recruit/out/artifacts/recruit_war_exploded/easyui/themes/icon.css | .icon-blank{
background:url('icons/blank.gif') no-repeat center center;
}
.icon-add{
background:url('icons/edit_add.png') no-repeat center center;
}
.icon-edit{
background:url('icons/pencil.png') no-repeat center center;
}
.add{
background:url('icons/btn_add.png') no-repeat center center;
}
.edit{
background:url('icons/btn_edit.png') no-repeat center center;
}
.delete{
background:url('icons/btn_delete.png') no-repeat center center;
}
.search{
background:url('icons/btn_search.png') no-repeat center center;
}
.back{
background:url('icons/btn_back.png') no-repeat center center;
}
.reload{
background:url('icons/btn_reload.png') no-repeat center center;
}
.save{
background:url('icons/btn_save.png') no-repeat center center;
}
.remove{
background:url('icons/btn_remove.png') no-repeat center center;
}
.print{
background:url('icons/btn_print.png') no-repeat center center;
}
.set{
background:url('icons/btn_set.png') no-repeat center center;
}
.upload{
background:url('icons/btn_upload.png') no-repeat center center;
}
.undo{
background:url('icons/btn_undo.png') no-repeat center center;
}
.ok{
background:url('icons/btn_ok.png') no-repeat center center;
}
.close{
background:url('icons/btn_close.png') no-repeat center center;
}
.icon-remove{
background:url('icons/edit_remove.png') no-repeat center center;
}
.icon-save{
background:url('icons/filesave.png') no-repeat center center;
}
.icon-cut{
background:url('icons/cut.png') no-repeat center center;
}
.icon-ok{
background:url('icons/ok.png') no-repeat center center;
}
.icon-no{
background:url('icons/no.png') no-repeat center center;
}
.icon-cancel{
background:url('icons/cancel.png') no-repeat center center;
}
.icon-reload{
background:url('icons/reload.png') no-repeat center center;
}
.icon-search{
background:url('icons/search.png') no-repeat center center;
}
.icon-print{
background:url('icons/print.png') no-repeat center center;
}
.icon-help{
background:url('icons/help.png') no-repeat center center;
}
.icon-undo{
background:url('icons/undo.png') no-repeat center center;
}
.icon-redo{
background:url('icons/redo.png') no-repeat center center;
}
.icon-back{
background:url('icons/back.png') no-repeat center center;
}
.icon-sum{
background:url('icons/sum.png') no-repeat center center;
}
.icon-tip{
background:url('icons/tip.png') no-repeat center center;
}
.icon-filter{
background:url('icons/filter.png') no-repeat center center;
}
.icon-mini-add{
background:url('icons/mini_add.png') no-repeat center center;
}
.icon-mini-edit{
background:url('icons/mini_edit.png') no-repeat center center;
}
.icon-mini-refresh{
background:url('icons/mini_refresh.png') no-repeat center center;
}
.icon-large-picture{
background:url('icons/large_picture.png') no-repeat center center;
}
.icon-large-clipart{
background:url('icons/large_clipart.png') no-repeat center center;
}
.icon-large-shapes{
background:url('icons/large_shapes.png') no-repeat center center;
}
.icon-large-smartart{
background:url('icons/large_smartart.png') no-repeat center center;
}
.icon-large-chart{
background:url('icons/large_chart.png') no-repeat center center;
} | 0.270577 | 0.048025 |
:root { /*cria 'variaveis' para elementos no css*/
--title-color: #322153;
--primary-color: #34cb79;
}
body {
background: #e5e5e5;
color: #25282b;
font-family: 'Montserrat', sans-serif;
margin: 0;
}
body.hideScroll {
overflow: hidden;
}
a {
color: #ff5E84;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p, .description {
font-size: 16px;
line-height: 24px;
letter-spacing: 0.1px;
}
.button {
color: white;
background: #ff5E84;
width: 150px;
height: 40px;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 8px 16px #ff5E8432;
}
.button:hover {
background-color: #0984e3;
text-decoration: none;
}
/*=== PADRÃO ===*/
#container {
width: 90%;
max-width: 980px;
margin: 36px auto;
display: flex;
}
#intro{
width: 300px;
margin-right: 64px;
}
main {
margin: 32px 0; /*cima e embaixo e laterais*/
}
#buttons {
display: flex;
justify-content: space-evenly;
margin-bottom: 32px;
}
button {
background: none;
color: #ff5E84;
border: none;
font-size: 14px;
font-weight: bold;
line-height: 18px;
letter-spacing: 0.2px;
cursor: pointer;
outline: none;
}
button:hover {
text-decoration: underline;
}
footer {/*foi agrupado somente separando por vírgula*/
text-align: center;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.2px;
color: #777;
}
footer a {
opacity: 0.7;
}
.idea {
display: flex;
background-color: #FFF;
box-shadow: 0px 4px 16px -8px rgba(1, 1, 1, 0.1);
border-radius: 8px;
padding: 32px;
margin-bottom: 32px;
}
.idea img {
width: 60px;
height: 60px;
margin-right: 32px;
}
.idea h3 {
margin: 0;
}
.idea p {
margin: 8px 0;
color: #777;
}
.idea .description {
margin: 16px 0;
}
.idea .icon {
display: flex;
align-items: flex-end
}
.idea .icon img {
height: 32px;
cursor: pointer;
}
/* .idea .icon #edit_icon {
border: solid #e1dfdf;
border-width: 0 1px 1px 0;
padding-right: 5px;
margin-right: 0px;
height: 32px;
width: 28px;
} */
.idea .icon #delete_icon {
/* border: solid #e1dfdf; */
border-width: 0 0 1px 0;
margin-right: 5px;
/* padding-left: 5px; */
height: 32px;
width: 32px;
}
.idea .hide {
visibility: hidden;
}
.idea_border {
border: solid #eb9999;
border-width: 0 1px;
}
/*=== MODAL ===*/
#modal {
background: #ff5E84;
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
/* width: 100vw; view port widht */
/* height: 140vh; */
display: flex;
justify-content: center;
transition: 400ms;
}
#modal.addScroll {
overflow: auto;
}
#modal .content {
margin-top: 5%;
color: white;
}
#modal .content h1 {
text-align: center;
text-transform: uppercase;
}
#modal form {
width: 80%;
max-width: 800px;
margin: 0 auto 5%;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
#modal .sugestion {
display: inline;
}
#modal .hideFields {
opacity: 0;
visibility: hidden;
}
#modal .modal_img {
width: 20px;
height: 20px;
cursor: pointer;
}
#modal .modal_span {
font-size: 9px;
color: #ffffff;
margin-left: 11px;
}
#modal .modal_a {
font-size: 11px;
color: #fdff78;
text-decoration: underline;
display: inline;
background: #ff5E84;
}
/*=== MODAL 2 ===*/
#modal2 {
background-color: #0e0a14ef; /*no final colocar 00 para cor mais fraca e FF para cor mais forte*/
height: 100vh;
width: 100vw;
position: fixed; /*fixa o elemento*/
top: 0; /*posiciona o elemento no começo da página*/
/*alinha os elementos no centro*/
display: flex;
justify-content: center;
align-items: center;
transition: 400ms;
}
#modal2.hide {
display: none;
}
#modal2 .content {
color: black;
width: 440px;
height: 290px;
border-radius: 8px;
background: #ffffff;
}
#modal2 .header {
margin-top: 10px;
text-align: center;
}
#modal2 .header img {
height: 60px;
cursor: pointer;
}
#modal2 .header h1 {
color: black;
font-size: 29px;
line-height: 42px;
}
#modal2 .header p {
font-size: 17px;
}
#modal2 form label {
font-size: 14px;
line-height: 16px;
display: block;
margin-bottom: 8px;
}
#modal2 form .field {
display: flex;
justify-content: center;
align-content: space-around;
}
#modal2 form button {
background: #e15353;
color: white;
margin-right: 5px;
}
#modal2 #button2 {
background: #a3a3a3;
color: white;
margin-top: 32px;
}
#modal2 form button:hover {
background-color: #ff0000;
}
#modal2 form button a #button2:hover {
background-color: #6c6969;
}
.content form div:nth-child(3),
.content form div:nth-child(4),
.content form div:nth-child(5) {
grid-column: span 2;
}
form input, form textarea {
width: 100%;
padding: 12px;
box-sizing: border-box;
border-radius: 6px;
border: 1px solid rgba(141, 25, 52, 0.5);
outline: none;
font-size: 16px;
}
form label {
font-weight: 600;
line-height: 32px;
letter-spacing: 0.8px;
}
form a {
width: 150px;
height: 40px;
background-color: #FFFFFF22;
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: bold;
border-radius: 6px;
align-self: end; /*aplica para o diplay grid aplicado ao form*/
transition: 400ms;
}
form a:hover {
background: #fff;
color: #ff5E84;
text-decoration: none;
}
form button {
background: white;
width: 150px;
height: 40px;
border-radius: 6px;
cursor: pointer;
margin-top: 32px;
grid-column: 2;
justify-self: end;
transition: 400ms;
}
form button:hover {
background-color: #0984e3;
color: white;
text-decoration: none;
}
#modal.hide {
opacity: 0;
visibility: hidden;
}
/*=== IDEA.HTML ===*/
#page-ideas #container {
display: block;
}
#page-ideas header {
display: flex; /*coloca um ao lado do outro*/
justify-content: space-between; /*espaço no meio dos elementos*/
}
#page-ideas nav {
display: flex;
align-items: center;
}
#page-ideas nav li {
list-style-type: none;
margin-right: 16px;
}
#page-ideas nav li a {
color: #25282b;
text-decoration: none;
}
#page-ideas nav li a.button {
color: white;
text-decoration: none;
}
#page-ideas nav li:last-child {
margin: 0;
}
section#title {
text-align: center;
}
section#title p {
opacity: 0.7;
margin: 0;
}
section#title h1 {
margin: 0;
font-size: 28px;
}
section#ideas {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
section#ideas .idea {
margin: 0;
}
section#title,
section#ideas,
footer {
margin-top: 64px;
} | public/style.css |
:root { /*cria 'variaveis' para elementos no css*/
--title-color: #322153;
--primary-color: #34cb79;
}
body {
background: #e5e5e5;
color: #25282b;
font-family: 'Montserrat', sans-serif;
margin: 0;
}
body.hideScroll {
overflow: hidden;
}
a {
color: #ff5E84;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p, .description {
font-size: 16px;
line-height: 24px;
letter-spacing: 0.1px;
}
.button {
color: white;
background: #ff5E84;
width: 150px;
height: 40px;
border-radius: 8px;
font-size: 14px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 8px 16px #ff5E8432;
}
.button:hover {
background-color: #0984e3;
text-decoration: none;
}
/*=== PADRÃO ===*/
#container {
width: 90%;
max-width: 980px;
margin: 36px auto;
display: flex;
}
#intro{
width: 300px;
margin-right: 64px;
}
main {
margin: 32px 0; /*cima e embaixo e laterais*/
}
#buttons {
display: flex;
justify-content: space-evenly;
margin-bottom: 32px;
}
button {
background: none;
color: #ff5E84;
border: none;
font-size: 14px;
font-weight: bold;
line-height: 18px;
letter-spacing: 0.2px;
cursor: pointer;
outline: none;
}
button:hover {
text-decoration: underline;
}
footer {/*foi agrupado somente separando por vírgula*/
text-align: center;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.2px;
color: #777;
}
footer a {
opacity: 0.7;
}
.idea {
display: flex;
background-color: #FFF;
box-shadow: 0px 4px 16px -8px rgba(1, 1, 1, 0.1);
border-radius: 8px;
padding: 32px;
margin-bottom: 32px;
}
.idea img {
width: 60px;
height: 60px;
margin-right: 32px;
}
.idea h3 {
margin: 0;
}
.idea p {
margin: 8px 0;
color: #777;
}
.idea .description {
margin: 16px 0;
}
.idea .icon {
display: flex;
align-items: flex-end
}
.idea .icon img {
height: 32px;
cursor: pointer;
}
/* .idea .icon #edit_icon {
border: solid #e1dfdf;
border-width: 0 1px 1px 0;
padding-right: 5px;
margin-right: 0px;
height: 32px;
width: 28px;
} */
.idea .icon #delete_icon {
/* border: solid #e1dfdf; */
border-width: 0 0 1px 0;
margin-right: 5px;
/* padding-left: 5px; */
height: 32px;
width: 32px;
}
.idea .hide {
visibility: hidden;
}
.idea_border {
border: solid #eb9999;
border-width: 0 1px;
}
/*=== MODAL ===*/
#modal {
background: #ff5E84;
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
/* width: 100vw; view port widht */
/* height: 140vh; */
display: flex;
justify-content: center;
transition: 400ms;
}
#modal.addScroll {
overflow: auto;
}
#modal .content {
margin-top: 5%;
color: white;
}
#modal .content h1 {
text-align: center;
text-transform: uppercase;
}
#modal form {
width: 80%;
max-width: 800px;
margin: 0 auto 5%;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
#modal .sugestion {
display: inline;
}
#modal .hideFields {
opacity: 0;
visibility: hidden;
}
#modal .modal_img {
width: 20px;
height: 20px;
cursor: pointer;
}
#modal .modal_span {
font-size: 9px;
color: #ffffff;
margin-left: 11px;
}
#modal .modal_a {
font-size: 11px;
color: #fdff78;
text-decoration: underline;
display: inline;
background: #ff5E84;
}
/*=== MODAL 2 ===*/
#modal2 {
background-color: #0e0a14ef; /*no final colocar 00 para cor mais fraca e FF para cor mais forte*/
height: 100vh;
width: 100vw;
position: fixed; /*fixa o elemento*/
top: 0; /*posiciona o elemento no começo da página*/
/*alinha os elementos no centro*/
display: flex;
justify-content: center;
align-items: center;
transition: 400ms;
}
#modal2.hide {
display: none;
}
#modal2 .content {
color: black;
width: 440px;
height: 290px;
border-radius: 8px;
background: #ffffff;
}
#modal2 .header {
margin-top: 10px;
text-align: center;
}
#modal2 .header img {
height: 60px;
cursor: pointer;
}
#modal2 .header h1 {
color: black;
font-size: 29px;
line-height: 42px;
}
#modal2 .header p {
font-size: 17px;
}
#modal2 form label {
font-size: 14px;
line-height: 16px;
display: block;
margin-bottom: 8px;
}
#modal2 form .field {
display: flex;
justify-content: center;
align-content: space-around;
}
#modal2 form button {
background: #e15353;
color: white;
margin-right: 5px;
}
#modal2 #button2 {
background: #a3a3a3;
color: white;
margin-top: 32px;
}
#modal2 form button:hover {
background-color: #ff0000;
}
#modal2 form button a #button2:hover {
background-color: #6c6969;
}
.content form div:nth-child(3),
.content form div:nth-child(4),
.content form div:nth-child(5) {
grid-column: span 2;
}
form input, form textarea {
width: 100%;
padding: 12px;
box-sizing: border-box;
border-radius: 6px;
border: 1px solid rgba(141, 25, 52, 0.5);
outline: none;
font-size: 16px;
}
form label {
font-weight: 600;
line-height: 32px;
letter-spacing: 0.8px;
}
form a {
width: 150px;
height: 40px;
background-color: #FFFFFF22;
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: bold;
border-radius: 6px;
align-self: end; /*aplica para o diplay grid aplicado ao form*/
transition: 400ms;
}
form a:hover {
background: #fff;
color: #ff5E84;
text-decoration: none;
}
form button {
background: white;
width: 150px;
height: 40px;
border-radius: 6px;
cursor: pointer;
margin-top: 32px;
grid-column: 2;
justify-self: end;
transition: 400ms;
}
form button:hover {
background-color: #0984e3;
color: white;
text-decoration: none;
}
#modal.hide {
opacity: 0;
visibility: hidden;
}
/*=== IDEA.HTML ===*/
#page-ideas #container {
display: block;
}
#page-ideas header {
display: flex; /*coloca um ao lado do outro*/
justify-content: space-between; /*espaço no meio dos elementos*/
}
#page-ideas nav {
display: flex;
align-items: center;
}
#page-ideas nav li {
list-style-type: none;
margin-right: 16px;
}
#page-ideas nav li a {
color: #25282b;
text-decoration: none;
}
#page-ideas nav li a.button {
color: white;
text-decoration: none;
}
#page-ideas nav li:last-child {
margin: 0;
}
section#title {
text-align: center;
}
section#title p {
opacity: 0.7;
margin: 0;
}
section#title h1 {
margin: 0;
font-size: 28px;
}
section#ideas {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
section#ideas .idea {
margin: 0;
}
section#title,
section#ideas,
footer {
margin-top: 64px;
} | 0.316369 | 0.103567 |
body {
font-family: verdana, arial, sans-serif;
font-size: 10pt;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 0px;
min-width: 600px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
small {
font-size: 10pt;
}
code {
font-size: 11pt;
font-family: "Lucida Console", "Courier New", monospace;
white-space: nowrap;
color: #708090;
font-weight: bold;
}
h1 {
font-size: 20pt;
padding: 15px 0px 10px 80px;
margin: 10px 0px 30px 0px;
background: transparent url('../../images/thredds-50x50.png') no-repeat 0px 0px;
}
h4.synopsis {
font-size: 12pt;
padding: 0;
margin: 10px 0px 50px 0px;
}
#section {
border: 3px solid #CFCFCF;
padding: 0px 0px 0px 0px;
margin: 20px 0px 60px 0px;
}
#section h2 {
padding: 0px 0px 0px 0px;
margin: -18px 0px 0px 0px;
color: #9C9C9C;
font-size: 16pt;
}
#section h2 a {
border: none;
background-color: #FFFFFF;
padding: 0px 10px 0px 10px;
margin: 0px 10px 0px 10px;
}
#section #subsection {
padding: 0px 20px 0px 20px;
margin: 20px 18px 40px 18px;
}
#section #subsection.exercise {
background: #EFEFEF url('../../images/exercise.gif') no-repeat 0px 0px;
border: 3px solid #00B2EE;
padding: 20px 15px 10px 100px;
margin: -20px 30px 30px 30px;
}
#section #subsection h3 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 20px -18px;
font-size: 14pt;
color: #000000;
}
#section #subsection.exercise h3 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 20px 0px;
font-size: 14pt;
color: #000000;
}
#section #subsection.exercise ol {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 20px;
}
#section #subsection.exercise ol li {
padding: 0px 0px 0px 0px;
margin: 10px 0px 5px 0px;
font-size: 11pt;
}
#section #subsection.exercise p {
padding: 0px 0px 0px 10px;
margin: 5px 0px 0px 0px;
}
#section #subsection.exercise .exercise_question {
background: transparent url('../../images/question.gif') no-repeat 10px 0px;
padding: 20px 15px 10px 50px;
margin: 0px 0px 0px 0px;
}
#section #subsection.exercise .exercise_question p {
padding: 0px 0px 0px 10px;
margin: -10px 0px 0px 0px;
}
#section #subsection p {
padding: 0px 0px 0px 0px;
margin: 10px 0px 10px 0px;
font-size: 10pt;
}
#section #subsection pre {
white-space: pre-wrap;
position: relative;
font-family: "Lucida Console", "Courier New", monospace;
margin: 0px 0px 20px 0px;
padding: 5px 10px 5px 10px;
background: #FAF8F0;
border: 1px solid #BEBAB0;
font-size: 9pt;
}
#section #subsection ul {
list-style-type: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#section #subsection ul li {
padding: 2px 0px 2px 25px;
margin: 10px 0px 0px 0px;
font-size: 12pt;
background: transparent url('../../images/check.gif') no-repeat 0px 0px;
}
#section #subsection ol {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 20px;
}
#section #subsection ol li {
padding: 0px 0px 0px 0px;
margin: 20px 0px 5px 0px;
font-size: 12pt;
}
#section #subsection ul.little {
list-style-type: disc;
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 25px;
}
#section #subsection ul.little li {
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
font-size: 10pt;
background-image: none;
}
#section #subsection ol.little {
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 25px;
}
#section #subsection ol.little li {
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
font-size: 10pt;
background-image: none;
}
#section #subsection #expanded {
padding: 0px 10px 0px 48px;
margin: 0px 0px 10px 18px;
}
#section #subsection #expanded h4 {
font-weight: normal;
padding: 0px 0px 0px 35px;
margin: 20px 0px 10px 0px;
font-size: 12pt;
}
#section #subsection #expanded ul {
list-style-type: disc;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 50px;
}
#section #subsection #expanded ul li {
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
font-size: 10pt;
background-image: none;
}
#section #subsection #expanded p {
padding: 10px 0px 10px 10px;
margin: 0px 0px 0px 0px;
}
.troubleshooting {
background: transparent url('../../images/troubleshooting.gif') no-repeat 0px 0px;
}
.question {
background: transparent url('../../images/question.gif') no-repeat 10px 0px;
}
#section #subsection #note {
z-index: 10;
border: 1px dashed #CFCFCF;
padding: 10px 10px 10px 10px;
margin: 0px 0px 10px 50px;
float: right;
position: relative;
width: 250px;
right: 2px;
}
#section #subsection #note h4 {
padding: 10px 0px 0px 55px;
margin: 0px 0px 15px 0px;
font-size: 12pt;
}
#section #subsection #note ul {
list-style-type: disc;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 20px;
}
#section #subsection #note ul li {
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
font-size: 9pt;
background: none;
}
#section #subsection #note p {
padding: 0px 0px 0px 0px;
margin: 5px 0px 5px 0px;
}
.info {
background: #EFEFEF url('../../images/info.gif') no-repeat 10px 5px;
}
.reminder {
background: #EFEFEF url('../../images/reminder.gif') no-repeat 10px 5px;
}
.ahead {
background: #EFEFEF url('../../images/bulb.gif') no-repeat 10px 5px;
}
table {table-layout: auto; border-collapse: separate; font-size: 10pt; }
th {text-align: left; background-color: #E7E7E7; border-spacing: 2px; border: 1px solid #CFCFCF; padding: 2px 5px 2px 5px; vertical-align: top;}
td {text-align: left; background-color: #F7F7F7; border-spacing: 2px; border: 1px solid #CFCFCF; padding: 2px 5px 2px 5px; vertical-align: top;}
table code {font-size: 10pt;}
/* tooltips */
a.tooltip {color:#0000FF; text-decoration: none;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0px; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #000000; background:#FFFFFF; width:300px;}
a.tooltip:hover b em.outer {position:absolute; left:20px; top:-8px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #000000; overflow:hidden; z-index:100;}
a.tooltip:hover b em.inner {position:absolute; left:20px; top:-7px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #FFFFFF; overflow:hidden; z-index:100}
.clear {clear:both;} | docs/web/thredds/tech/tds4.3/tutorial/tutorial.css | body {
font-family: verdana, arial, sans-serif;
font-size: 10pt;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 0px;
min-width: 600px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
small {
font-size: 10pt;
}
code {
font-size: 11pt;
font-family: "Lucida Console", "Courier New", monospace;
white-space: nowrap;
color: #708090;
font-weight: bold;
}
h1 {
font-size: 20pt;
padding: 15px 0px 10px 80px;
margin: 10px 0px 30px 0px;
background: transparent url('../../images/thredds-50x50.png') no-repeat 0px 0px;
}
h4.synopsis {
font-size: 12pt;
padding: 0;
margin: 10px 0px 50px 0px;
}
#section {
border: 3px solid #CFCFCF;
padding: 0px 0px 0px 0px;
margin: 20px 0px 60px 0px;
}
#section h2 {
padding: 0px 0px 0px 0px;
margin: -18px 0px 0px 0px;
color: #9C9C9C;
font-size: 16pt;
}
#section h2 a {
border: none;
background-color: #FFFFFF;
padding: 0px 10px 0px 10px;
margin: 0px 10px 0px 10px;
}
#section #subsection {
padding: 0px 20px 0px 20px;
margin: 20px 18px 40px 18px;
}
#section #subsection.exercise {
background: #EFEFEF url('../../images/exercise.gif') no-repeat 0px 0px;
border: 3px solid #00B2EE;
padding: 20px 15px 10px 100px;
margin: -20px 30px 30px 30px;
}
#section #subsection h3 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 20px -18px;
font-size: 14pt;
color: #000000;
}
#section #subsection.exercise h3 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 20px 0px;
font-size: 14pt;
color: #000000;
}
#section #subsection.exercise ol {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 20px;
}
#section #subsection.exercise ol li {
padding: 0px 0px 0px 0px;
margin: 10px 0px 5px 0px;
font-size: 11pt;
}
#section #subsection.exercise p {
padding: 0px 0px 0px 10px;
margin: 5px 0px 0px 0px;
}
#section #subsection.exercise .exercise_question {
background: transparent url('../../images/question.gif') no-repeat 10px 0px;
padding: 20px 15px 10px 50px;
margin: 0px 0px 0px 0px;
}
#section #subsection.exercise .exercise_question p {
padding: 0px 0px 0px 10px;
margin: -10px 0px 0px 0px;
}
#section #subsection p {
padding: 0px 0px 0px 0px;
margin: 10px 0px 10px 0px;
font-size: 10pt;
}
#section #subsection pre {
white-space: pre-wrap;
position: relative;
font-family: "Lucida Console", "Courier New", monospace;
margin: 0px 0px 20px 0px;
padding: 5px 10px 5px 10px;
background: #FAF8F0;
border: 1px solid #BEBAB0;
font-size: 9pt;
}
#section #subsection ul {
list-style-type: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#section #subsection ul li {
padding: 2px 0px 2px 25px;
margin: 10px 0px 0px 0px;
font-size: 12pt;
background: transparent url('../../images/check.gif') no-repeat 0px 0px;
}
#section #subsection ol {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 20px;
}
#section #subsection ol li {
padding: 0px 0px 0px 0px;
margin: 20px 0px 5px 0px;
font-size: 12pt;
}
#section #subsection ul.little {
list-style-type: disc;
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 25px;
}
#section #subsection ul.little li {
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
font-size: 10pt;
background-image: none;
}
#section #subsection ol.little {
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 25px;
}
#section #subsection ol.little li {
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
font-size: 10pt;
background-image: none;
}
#section #subsection #expanded {
padding: 0px 10px 0px 48px;
margin: 0px 0px 10px 18px;
}
#section #subsection #expanded h4 {
font-weight: normal;
padding: 0px 0px 0px 35px;
margin: 20px 0px 10px 0px;
font-size: 12pt;
}
#section #subsection #expanded ul {
list-style-type: disc;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 50px;
}
#section #subsection #expanded ul li {
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
font-size: 10pt;
background-image: none;
}
#section #subsection #expanded p {
padding: 10px 0px 10px 10px;
margin: 0px 0px 0px 0px;
}
.troubleshooting {
background: transparent url('../../images/troubleshooting.gif') no-repeat 0px 0px;
}
.question {
background: transparent url('../../images/question.gif') no-repeat 10px 0px;
}
#section #subsection #note {
z-index: 10;
border: 1px dashed #CFCFCF;
padding: 10px 10px 10px 10px;
margin: 0px 0px 10px 50px;
float: right;
position: relative;
width: 250px;
right: 2px;
}
#section #subsection #note h4 {
padding: 10px 0px 0px 55px;
margin: 0px 0px 15px 0px;
font-size: 12pt;
}
#section #subsection #note ul {
list-style-type: disc;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 20px;
}
#section #subsection #note ul li {
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
font-size: 9pt;
background: none;
}
#section #subsection #note p {
padding: 0px 0px 0px 0px;
margin: 5px 0px 5px 0px;
}
.info {
background: #EFEFEF url('../../images/info.gif') no-repeat 10px 5px;
}
.reminder {
background: #EFEFEF url('../../images/reminder.gif') no-repeat 10px 5px;
}
.ahead {
background: #EFEFEF url('../../images/bulb.gif') no-repeat 10px 5px;
}
table {table-layout: auto; border-collapse: separate; font-size: 10pt; }
th {text-align: left; background-color: #E7E7E7; border-spacing: 2px; border: 1px solid #CFCFCF; padding: 2px 5px 2px 5px; vertical-align: top;}
td {text-align: left; background-color: #F7F7F7; border-spacing: 2px; border: 1px solid #CFCFCF; padding: 2px 5px 2px 5px; vertical-align: top;}
table code {font-size: 10pt;}
/* tooltips */
a.tooltip {color:#0000FF; text-decoration: none;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0px; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #000000; background:#FFFFFF; width:300px;}
a.tooltip:hover b em.outer {position:absolute; left:20px; top:-8px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #000000; overflow:hidden; z-index:100;}
a.tooltip:hover b em.inner {position:absolute; left:20px; top:-7px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #FFFFFF; overflow:hidden; z-index:100}
.clear {clear:both;} | 0.166608 | 0.142351 |
@charset "UTF-8";
/*
* style.css -- CSS style sheet for Orc HTML documentation
* Project OrcDocs
*
* $Id$
*
* Copyright (c) 2011 The University of Texas at Austin. All rights reserved.
*
* Use and redistribution of this file is governed by the license terms in
* the LICENSE file found in the project's top-level directory and also found at
* URL: http://orc.csres.utexas.edu/license.shtml .
*/
/* Copied from Orchard/web/orc.css */
.programlisting, .orc {
border: 1px solid #666;
margin: 0;
padding: 0;
overflow: auto;
font-family: monospace;
background-color: white;
/* this has no effect after codemirror has loaded */
font-size: 14px;
}
/* Copied from Orchard/web/orc-syntax.css */
span.hl-whitespace {
}
span.hl-keyword {
font-weight: bold;
color: #808;
}
span.hl-variable {
font-style: italic;
color: #008;
}
span.hl-operator {
color: #000;
}
span.hl-combinator {
font-weight: bold;
color: #F00;
}
span.hl-comment {
color: #080;
}
span.hl-literal {
color: #00F;
}
span.hl-pattern {
}
span.hl-site {
font-style: italic;
color: #008;
}
/* Original stuff */
.orc-wrapper, .orc, .programlisting {
width: 85%;
margin-left: 5%;
margin-bottom: 1em;
margin-top: 1em;
}
.orc-code, .orc, .programlisting {
padding: 1em;
}
.variablelist .term {
font-weight: bold;
}
/* OrcDocs unique rule sets */
.navheader {
position: fixed;
background: #0094D6;
width: 100%;
top: auto;
bottom: 0px;
left: 0px;
border-top: 5px solid #C1DEF0;
color: #C1DEF0;
text-align: center;
z-index: 2;
}
.navheader table {
width: 98%;
margin-left: auto;
margin-right: auto;
color: #C1DEF0;
}
.navheader a {
color: #FFF;
text-decoration: none;
}
.navheader a:hover {
color: #FFF;
text-decoration: underline;
}
html, body {
padding-bottom: 10em;
font: normal 11pt "Helvetica","Nimbus Sans L","Arial",sans-serif;
}
h1, h2, h3, h4 {
font-family: "Trebuchet MS",sans-serif;
color: #06C;
}
a {
color: #F70;
}
a:hover {
color: #C60;
}
.example {
margin-top: 1em;
}
.exampleHeading {
height: 1.5em;
}
.showHideToggle {
margin-right: 0.5em;
text-decoration: none;
color: #F70;
border: 1px solid #F70;
padding: 2px;
}
.exampleCaption {
color: #06C;
}
.exampleBody .orc {
margin-top: 0.5em
}
/* Fix for Mozilla ignoring the <col valign="top"> */
div.variablelist > table > tbody > tr > td:first-child {
vertical-align: top;
}
/* add margin between list entries */
div.variablelist > table > tbody > tr > td {
padding-top: 1em;
}
.productionset {
border: 3px solid #0094D6;
}
.productionset .productionset {
border: none;
}
.productionset tbody tr td a {
margin-left: 0.1em;
margin-right: 0.1em;
} | Website/documentation/html/refmanual/style.css | @charset "UTF-8";
/*
* style.css -- CSS style sheet for Orc HTML documentation
* Project OrcDocs
*
* $Id$
*
* Copyright (c) 2011 The University of Texas at Austin. All rights reserved.
*
* Use and redistribution of this file is governed by the license terms in
* the LICENSE file found in the project's top-level directory and also found at
* URL: http://orc.csres.utexas.edu/license.shtml .
*/
/* Copied from Orchard/web/orc.css */
.programlisting, .orc {
border: 1px solid #666;
margin: 0;
padding: 0;
overflow: auto;
font-family: monospace;
background-color: white;
/* this has no effect after codemirror has loaded */
font-size: 14px;
}
/* Copied from Orchard/web/orc-syntax.css */
span.hl-whitespace {
}
span.hl-keyword {
font-weight: bold;
color: #808;
}
span.hl-variable {
font-style: italic;
color: #008;
}
span.hl-operator {
color: #000;
}
span.hl-combinator {
font-weight: bold;
color: #F00;
}
span.hl-comment {
color: #080;
}
span.hl-literal {
color: #00F;
}
span.hl-pattern {
}
span.hl-site {
font-style: italic;
color: #008;
}
/* Original stuff */
.orc-wrapper, .orc, .programlisting {
width: 85%;
margin-left: 5%;
margin-bottom: 1em;
margin-top: 1em;
}
.orc-code, .orc, .programlisting {
padding: 1em;
}
.variablelist .term {
font-weight: bold;
}
/* OrcDocs unique rule sets */
.navheader {
position: fixed;
background: #0094D6;
width: 100%;
top: auto;
bottom: 0px;
left: 0px;
border-top: 5px solid #C1DEF0;
color: #C1DEF0;
text-align: center;
z-index: 2;
}
.navheader table {
width: 98%;
margin-left: auto;
margin-right: auto;
color: #C1DEF0;
}
.navheader a {
color: #FFF;
text-decoration: none;
}
.navheader a:hover {
color: #FFF;
text-decoration: underline;
}
html, body {
padding-bottom: 10em;
font: normal 11pt "Helvetica","Nimbus Sans L","Arial",sans-serif;
}
h1, h2, h3, h4 {
font-family: "Trebuchet MS",sans-serif;
color: #06C;
}
a {
color: #F70;
}
a:hover {
color: #C60;
}
.example {
margin-top: 1em;
}
.exampleHeading {
height: 1.5em;
}
.showHideToggle {
margin-right: 0.5em;
text-decoration: none;
color: #F70;
border: 1px solid #F70;
padding: 2px;
}
.exampleCaption {
color: #06C;
}
.exampleBody .orc {
margin-top: 0.5em
}
/* Fix for Mozilla ignoring the <col valign="top"> */
div.variablelist > table > tbody > tr > td:first-child {
vertical-align: top;
}
/* add margin between list entries */
div.variablelist > table > tbody > tr > td {
padding-top: 1em;
}
.productionset {
border: 3px solid #0094D6;
}
.productionset .productionset {
border: none;
}
.productionset tbody tr td a {
margin-left: 0.1em;
margin-right: 0.1em;
} | 0.435421 | 0.064683 |
.shadow-t-0 { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-0s { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-1 { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-1s { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-2 { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-2s { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .05 ); }
.shadow-l-0 { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-0s { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-1 { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-1s { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-2 { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-2s { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .075 ); }
.shadow-r-0 { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-0s { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-1 { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-1s { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-2 { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-2s { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .1 ); }
.shadow-m-0 { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-0s { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-1 { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-1s { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-2 { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-2s { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .15 ); }
.shadow-b-0 { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-0s { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-1 { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-1s { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-2 { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-2s { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .2 ); }
@media screen and (min-width: 30em) {
.shadow-t-0-ns { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-0s-ns { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-1-ns { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-1s-ns { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-2-ns { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-2s-ns { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .05 ); }
.shadow-l-0-ns { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-0s-ns { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-1-ns { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-1s-ns { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-2-ns { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-2s-ns { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .075 ); }
.shadow-r-0-ns { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-0s-ns { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-1-ns { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-1s-ns { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-2-ns { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-2s-ns { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .1 ); }
.shadow-m-0-ns { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-0s-ns { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-1-ns { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-1s-ns { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-2-ns { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-2s-ns { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .15 ); }
.shadow-b-0-ns { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-0s-ns { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-1-ns { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-1s-ns { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-2-ns { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-2s-ns { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .2 ); }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
.shadow-t-0-m { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-0s-m { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-1-m { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-1s-m { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-2-m { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-2s-m { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .05 ); }
.shadow-l-0-m { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-0s-m { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-1-m { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-1s-m { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-2-m { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-2s-m { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .075 ); }
.shadow-r-0-m { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-0s-m { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-1-m { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-1s-m { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-2-m { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-2s-m { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .1 ); }
.shadow-m-0-m { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-0s-m { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-1-m { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-1s-m { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-2-m { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-2s-m { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .15 ); }
.shadow-b-0-m { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-0s-m { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-1-m { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-1s-m { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-2-m { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-2s-m { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .2 ); }
}
@media screen and (max-width: 60em) and (orientation: landscape) {
.shadow-t-0-ml { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-0s-ml { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-1-ml { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-1s-ml { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-2-ml { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-2s-ml { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .05 ); }
.shadow-l-0-ml { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-0s-ml { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-1-ml { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-1s-ml { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-2-ml { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-2s-ml { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .075 ); }
.shadow-r-0-ml { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-0s-ml { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-1-ml { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-1s-ml { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-2-ml { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-2s-ml { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .1 ); }
.shadow-m-0-ml { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-0s-ml { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-1-ml { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-1s-ml { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-2-ml { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-2s-ml { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .15 ); }
.shadow-b-0-ml { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-0s-ml { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-1-ml { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-1s-ml { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-2-ml { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-2s-ml { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .2 ); }
}
@media screen and (min-width: 60em) {
.shadow-t-0-l { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-0s-l { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-1-l { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-1s-l { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-2-l { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-2s-l { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .05 ); }
.shadow-l-0-l { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-0s-l { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-1-l { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-1s-l { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-2-l { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-2s-l { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .075 ); }
.shadow-r-0-l { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-0s-l { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-1-l { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-1s-l { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-2-l { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-2s-l { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .1 ); }
.shadow-m-0-l { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-0s-l { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-1-l { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-1s-l { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-2-l { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-2s-l { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .15 ); }
.shadow-b-0-l { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-0s-l { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-1-l { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-1s-l { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-2-l { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-2s-l { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .2 ); }
} | build/liser.box-shadow.css | .shadow-t-0 { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-0s { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-1 { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-1s { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-2 { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-2s { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .05 ); }
.shadow-l-0 { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-0s { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-1 { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-1s { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-2 { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-2s { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .075 ); }
.shadow-r-0 { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-0s { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-1 { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-1s { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-2 { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-2s { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .1 ); }
.shadow-m-0 { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-0s { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-1 { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-1s { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-2 { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-2s { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .15 ); }
.shadow-b-0 { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-0s { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-1 { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-1s { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-2 { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-2s { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .2 ); }
@media screen and (min-width: 30em) {
.shadow-t-0-ns { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-0s-ns { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-1-ns { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-1s-ns { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-2-ns { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-2s-ns { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .05 ); }
.shadow-l-0-ns { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-0s-ns { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-1-ns { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-1s-ns { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-2-ns { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-2s-ns { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .075 ); }
.shadow-r-0-ns { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-0s-ns { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-1-ns { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-1s-ns { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-2-ns { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-2s-ns { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .1 ); }
.shadow-m-0-ns { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-0s-ns { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-1-ns { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-1s-ns { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-2-ns { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-2s-ns { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .15 ); }
.shadow-b-0-ns { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-0s-ns { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-1-ns { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-1s-ns { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-2-ns { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-2s-ns { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .2 ); }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
.shadow-t-0-m { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-0s-m { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-1-m { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-1s-m { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-2-m { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-2s-m { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .05 ); }
.shadow-l-0-m { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-0s-m { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-1-m { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-1s-m { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-2-m { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-2s-m { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .075 ); }
.shadow-r-0-m { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-0s-m { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-1-m { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-1s-m { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-2-m { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-2s-m { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .1 ); }
.shadow-m-0-m { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-0s-m { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-1-m { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-1s-m { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-2-m { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-2s-m { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .15 ); }
.shadow-b-0-m { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-0s-m { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-1-m { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-1s-m { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-2-m { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-2s-m { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .2 ); }
}
@media screen and (max-width: 60em) and (orientation: landscape) {
.shadow-t-0-ml { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-0s-ml { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-1-ml { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-1s-ml { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-2-ml { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-2s-ml { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .05 ); }
.shadow-l-0-ml { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-0s-ml { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-1-ml { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-1s-ml { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-2-ml { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-2s-ml { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .075 ); }
.shadow-r-0-ml { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-0s-ml { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-1-ml { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-1s-ml { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-2-ml { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-2s-ml { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .1 ); }
.shadow-m-0-ml { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-0s-ml { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-1-ml { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-1s-ml { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-2-ml { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-2s-ml { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .15 ); }
.shadow-b-0-ml { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-0s-ml { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-1-ml { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-1s-ml { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-2-ml { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-2s-ml { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .2 ); }
}
@media screen and (min-width: 60em) {
.shadow-t-0-l { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-0s-l { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-1-l { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-1s-l { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .05 ); }
.shadow-t-2-l { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .05 ); }
.shadow-t-2s-l { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .05 ); }
.shadow-l-0-l { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-0s-l { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-1-l { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-1s-l { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .075 ); }
.shadow-l-2-l { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .075 ); }
.shadow-l-2s-l { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .075 ); }
.shadow-r-0-l { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-0s-l { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-1-l { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-1s-l { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .1 ); }
.shadow-r-2-l { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .1 ); }
.shadow-r-2s-l { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .1 ); }
.shadow-m-0-l { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-0s-l { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-1-l { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-1s-l { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .15 ); }
.shadow-m-2-l { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .15 ); }
.shadow-m-2s-l { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .15 ); }
.shadow-b-0-l { box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-0s-l { box-shadow: 0 0 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-1-l { box-shadow: 0 1px 10px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-1s-l { box-shadow: 0 1px 10px 1px rgba( 0, 0, 0, .2 ); }
.shadow-b-2-l { box-shadow: 0 2px 15px 0 rgba( 0, 0, 0, .2 ); }
.shadow-b-2s-l { box-shadow: 0 2px 15px 2px rgba( 0, 0, 0, .2 ); }
} | 0.310276 | 0.440469 |
.hder {
color: #fff;
width: 100%;
height: 58px;
position: fixed;
box-shadow: 0 0 7px #a7a7a7;
}
.logox {
color: #080808;
font-size: 28px;
font-weight: 900;
margin-left: 25px;
margin-top: 9px;
}
button.btn.li {
width: 214px;
margin-right: 25px;
}
.nghf {
position: absolute;
right: 72px;
top: -23px;
}
button.btn.sdfm {
width: 214px;
}
.inpt {
height: 37px;
width: 309px;
border-radius: 0px;
border: 1px solid black;
background-color: #e4e4e4;
font-size: 16px;
padding-left: 15px;}
.hder {
color: #fff;
width: 100%;
height: 58px;
position: fixed;
box-shadow: 0 0 7px #a7a7a7;
background: #fff;
z-index: 3;
}
.logox {
color: #080808;
font-size: 28px;
font-weight: 900;
margin-left: 25px;
margin-top: 9px;
}
button.btn.li {
width: 214px;
margin-right: 25px;
}
.nghf {
position: absolute;
right: 72px;
top: 17px;
}
button.btn.sdfm {
width: 214px;
}
.inpt {
height: 37px;
width: 309px;
border-radius: 0px;
border: 1px solid black;
background-color: #e4e4e4;
font-size: 16px;
padding-left: 15px;}
.bcut {
margin-top: 74px;
position: absolute;
width: 100%;
}
.nf {
background: #000000;
margin-left: 411px;
padding: 13px;
padding-left: 24px;
margin-top: 75px;
height: 44px;
width: 493px;
padding-right: 24px;
}
input.inpt.kfd {
position: absolute;
background: white;
width: 128px;
text-align: center;
}
input.inpt.ker {
position: absolute;
width: 128px;
text-align: center;
margin-top: -35px;
margin-left: 214px;
background: white;
}
button.btn.lmd {
position: absolute;
width: 128px;
text-align: center;
margin-top: -35px;
margin-left: 372px;
height: 41px;
background: #fff;
color: black;
}
.rbar {
margin-left: 159px;
font-size: 27px;
font-weight: 900;
color: white;
}
.uri {
font-size: 43px;
width: 100%;
position: absolute;
text-align: center;
font-weight: 900;
}
.adsc {
background: transparent;
width: 1298px;
margin-left: 25px;
margin-top: 303px;
padding: 12px;
display: grid;
grid-template-columns: auto auto auto auto;
position: absolute;
}
.asd {
background-color: rgba(0, 0, 0, 0.34);
width: 310px;
height: 309px;
margin-top: 15px;
}
button#order {
font-family: Century Gothic;
outline: none;
cursor: pointer;
background-color: #efefef;
border: 0;
box-shadow: none;
margin-top: 13px;
box-sizing: border-box;
height: 40px;
padding: 4px 6px 4px 9px;
width: 272px;
color: #181717;
border-color: transparent;
font-size: 21px;
font-weight: 900;
}
div#adnm {
font-size: 33px;
font-weight: 900;
color: white;
}
div#adprice {
font-weight: 900;
font-size: 27px;
background: white;
width: fit-content;
margin-top: 13px;
padding-left: 13px;
padding-right: 13px;
box-shadow: 0 0 1px black;
}
.addetails {
margin-top: 104px;
margin-left: 13px;
}
div#status {
margin-left: 215px;
background: white;
width: fit-content;
font-weight: 900;
padding: 3px;
margin-top: 12px;
}
img#imgbg {
width: 310px;
height: 309px;
position: absolute;
z-index: -1;
}
.usnav {
position: absolute;
top: 9px;
left: 50%;
margin-left: -224px;
}
a#aio {
font-size: 27px;
margin-left: 20px;
}
button#createad {
background: white;
border: 1px solid;
font-size: 22px;
}
div#userp {
color: black;
position: absolute;
margin-left: -112px;
font-size: 29px;
margin-top: -7px;
font-weight: 900;
text-decoration: underline;
}
a.iod {
background: black;
border: 1px solid;
font-size: 22px;
color: #fff;
padding-left: 14px;
padding-right: 14px;
}
.nghf.sds {
margin-top: -41px;
}
.oimg {
position: fixed;
width: 50%;
height: 100%;
}
img#ordimg {
width: 100%;
z-index: 22;
margin-top: 17px;
height: 100%;
}
.odetails {
height: 100%;
width: 50%;
position: absolute;
right: 0;
}
.topdt{
position: absolute;
display: grid;
grid-template-columns: auto auto;
margin-top: 142px;
margin-left: 26px;
}
.dtls {
border: 3px solid #2b2b2b;
width: 272px;
font-size: 28px;
height: 59px;
margin-top: 13px;
margin-left: 18px;
padding-top: 8px;
padding-left: 13px;
}
header#hdr {
margin-top: 87px;
font-size: 37px;
width: 100%;
position: absolute;
color: black;
text-align: center;
font-weight: 900;
}
button#cnor {
width: 285px;
margin-left: 20px;
background: red;
border-color: transparent;
}
button#flag {
width: 287px;
margin-left: 20px;
background: #5610ff;
border-color: transparent;
}
.ctn {
margin-top: 64px;
position: absolute;
width: 100%;
}
.hdrs {
font-size: 42px;
text-align: center;
font-weight: 900;
}
button#adimg {
margin-top: 48%;
position: absolute;
margin-left: 245px;
font-size: 33px;
background-color: transparent;
color: #fff;
font-weight: 900;
border: 3px solid white;
}
input#state {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
input#price {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
input#model {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
input#avi {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
input#manufacturer {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
input#type {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
.dtls.cr {
background-color: #fff;
}
button#cnor {
background: black;
}
button#flag {
background: red;
} | UI/css/user.css | .hder {
color: #fff;
width: 100%;
height: 58px;
position: fixed;
box-shadow: 0 0 7px #a7a7a7;
}
.logox {
color: #080808;
font-size: 28px;
font-weight: 900;
margin-left: 25px;
margin-top: 9px;
}
button.btn.li {
width: 214px;
margin-right: 25px;
}
.nghf {
position: absolute;
right: 72px;
top: -23px;
}
button.btn.sdfm {
width: 214px;
}
.inpt {
height: 37px;
width: 309px;
border-radius: 0px;
border: 1px solid black;
background-color: #e4e4e4;
font-size: 16px;
padding-left: 15px;}
.hder {
color: #fff;
width: 100%;
height: 58px;
position: fixed;
box-shadow: 0 0 7px #a7a7a7;
background: #fff;
z-index: 3;
}
.logox {
color: #080808;
font-size: 28px;
font-weight: 900;
margin-left: 25px;
margin-top: 9px;
}
button.btn.li {
width: 214px;
margin-right: 25px;
}
.nghf {
position: absolute;
right: 72px;
top: 17px;
}
button.btn.sdfm {
width: 214px;
}
.inpt {
height: 37px;
width: 309px;
border-radius: 0px;
border: 1px solid black;
background-color: #e4e4e4;
font-size: 16px;
padding-left: 15px;}
.bcut {
margin-top: 74px;
position: absolute;
width: 100%;
}
.nf {
background: #000000;
margin-left: 411px;
padding: 13px;
padding-left: 24px;
margin-top: 75px;
height: 44px;
width: 493px;
padding-right: 24px;
}
input.inpt.kfd {
position: absolute;
background: white;
width: 128px;
text-align: center;
}
input.inpt.ker {
position: absolute;
width: 128px;
text-align: center;
margin-top: -35px;
margin-left: 214px;
background: white;
}
button.btn.lmd {
position: absolute;
width: 128px;
text-align: center;
margin-top: -35px;
margin-left: 372px;
height: 41px;
background: #fff;
color: black;
}
.rbar {
margin-left: 159px;
font-size: 27px;
font-weight: 900;
color: white;
}
.uri {
font-size: 43px;
width: 100%;
position: absolute;
text-align: center;
font-weight: 900;
}
.adsc {
background: transparent;
width: 1298px;
margin-left: 25px;
margin-top: 303px;
padding: 12px;
display: grid;
grid-template-columns: auto auto auto auto;
position: absolute;
}
.asd {
background-color: rgba(0, 0, 0, 0.34);
width: 310px;
height: 309px;
margin-top: 15px;
}
button#order {
font-family: Century Gothic;
outline: none;
cursor: pointer;
background-color: #efefef;
border: 0;
box-shadow: none;
margin-top: 13px;
box-sizing: border-box;
height: 40px;
padding: 4px 6px 4px 9px;
width: 272px;
color: #181717;
border-color: transparent;
font-size: 21px;
font-weight: 900;
}
div#adnm {
font-size: 33px;
font-weight: 900;
color: white;
}
div#adprice {
font-weight: 900;
font-size: 27px;
background: white;
width: fit-content;
margin-top: 13px;
padding-left: 13px;
padding-right: 13px;
box-shadow: 0 0 1px black;
}
.addetails {
margin-top: 104px;
margin-left: 13px;
}
div#status {
margin-left: 215px;
background: white;
width: fit-content;
font-weight: 900;
padding: 3px;
margin-top: 12px;
}
img#imgbg {
width: 310px;
height: 309px;
position: absolute;
z-index: -1;
}
.usnav {
position: absolute;
top: 9px;
left: 50%;
margin-left: -224px;
}
a#aio {
font-size: 27px;
margin-left: 20px;
}
button#createad {
background: white;
border: 1px solid;
font-size: 22px;
}
div#userp {
color: black;
position: absolute;
margin-left: -112px;
font-size: 29px;
margin-top: -7px;
font-weight: 900;
text-decoration: underline;
}
a.iod {
background: black;
border: 1px solid;
font-size: 22px;
color: #fff;
padding-left: 14px;
padding-right: 14px;
}
.nghf.sds {
margin-top: -41px;
}
.oimg {
position: fixed;
width: 50%;
height: 100%;
}
img#ordimg {
width: 100%;
z-index: 22;
margin-top: 17px;
height: 100%;
}
.odetails {
height: 100%;
width: 50%;
position: absolute;
right: 0;
}
.topdt{
position: absolute;
display: grid;
grid-template-columns: auto auto;
margin-top: 142px;
margin-left: 26px;
}
.dtls {
border: 3px solid #2b2b2b;
width: 272px;
font-size: 28px;
height: 59px;
margin-top: 13px;
margin-left: 18px;
padding-top: 8px;
padding-left: 13px;
}
header#hdr {
margin-top: 87px;
font-size: 37px;
width: 100%;
position: absolute;
color: black;
text-align: center;
font-weight: 900;
}
button#cnor {
width: 285px;
margin-left: 20px;
background: red;
border-color: transparent;
}
button#flag {
width: 287px;
margin-left: 20px;
background: #5610ff;
border-color: transparent;
}
.ctn {
margin-top: 64px;
position: absolute;
width: 100%;
}
.hdrs {
font-size: 42px;
text-align: center;
font-weight: 900;
}
button#adimg {
margin-top: 48%;
position: absolute;
margin-left: 245px;
font-size: 33px;
background-color: transparent;
color: #fff;
font-weight: 900;
border: 3px solid white;
}
input#state {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
input#price {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
input#model {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
input#avi {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
input#manufacturer {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
input#type {
height: 46px;
width: 256px;
font-size: 16px;
border-color: transparent;
}
.dtls.cr {
background-color: #fff;
}
button#cnor {
background: black;
}
button#flag {
background: red;
} | 0.617282 | 0.091544 |
float: left;
left: 20px;
position: relative;
color: #ffffff;
}
#poll-list h1{
color: #00caec;
background: black;
text-align: center;
font-family: 'Segoe UI';
}
#poll-list a {
color: #ffffff;
text-decoration: none;
}
.poll-selected-container{
margin-bottom: 20px;
}
.poll-container{
background: rgba(0, 0, 0, 0.47);
padding: 10px;
border-bottom: 1px solid rgba(234, 234, 234, 0.22);
}
.poll-container:hover{
background: rgba(0, 202, 236, 0.52);
}
.poll-container h2{
text-transform: capitalize;
font-family: 'Segoe UI';
}
.poll-details{
margin: 0 auto;
max-width: 300px;
}
.poll-details h2{
text-transform: capitalize;
font-family: sans-serif;
color: #ffffff;
text-align: center;
}
.poll-vote-action{
margin: 10px;
}
.poll-choices-wrapper{
padding: 5px;
}
.poll-choices-wrapper h5{
padding: 5px;
color: #00caec;
font-weight: bold;
font-family: 'Segoe UI';
}
.poll-choices-wrapper select{
width: 100%;
padding: 5px;
border-radius: 5px;
color: #00caec;
outline: 0;
}
.poll-btn-wrapper{
padding: 5px;
}
.poll-btn-wrapper button{
padding: 10px;
width: 100%;
border: 0;
background: #000000;
color: #fff;
font-size: 15px;
outline: 0;
}
.poll-btn-wrapper button:hover{
background: #252525;
}
.recharts-legend-item-text{
color: #ffffff;
}
#poll-list-wrapper a{
color: #e6e6e6;
}
#poll-list-wrapper a:hover{
color: #737373;
}
.poll{
background: white;
padding: 10px;
color: #37b4f1;
text-transform: uppercase;
font-family: sans-serif;
font-size: 11px;
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.poll:hover{
background: black;
}
.twitter-share-wrapper button{
background: #1DA1F2;
padding: 10px;
border: 0;
color: #ffffff;
margin-top: 10px;
width: 100%;
}
.new-option{
padding: 5px;
}
.new-option input{
padding: 5px;
}
.new-option p{
color: #00caec;
font-weight: bold;
font-family: 'Segoe UI';
margin-bottom: 10px;
}
.delete-poll-wrapper button{
background: #b12a2a;
padding: 10px;
border: 0;
color: #ffffff;
margin-top: 10px;
width: 100%;
} | src/Poll.css | float: left;
left: 20px;
position: relative;
color: #ffffff;
}
#poll-list h1{
color: #00caec;
background: black;
text-align: center;
font-family: 'Segoe UI';
}
#poll-list a {
color: #ffffff;
text-decoration: none;
}
.poll-selected-container{
margin-bottom: 20px;
}
.poll-container{
background: rgba(0, 0, 0, 0.47);
padding: 10px;
border-bottom: 1px solid rgba(234, 234, 234, 0.22);
}
.poll-container:hover{
background: rgba(0, 202, 236, 0.52);
}
.poll-container h2{
text-transform: capitalize;
font-family: 'Segoe UI';
}
.poll-details{
margin: 0 auto;
max-width: 300px;
}
.poll-details h2{
text-transform: capitalize;
font-family: sans-serif;
color: #ffffff;
text-align: center;
}
.poll-vote-action{
margin: 10px;
}
.poll-choices-wrapper{
padding: 5px;
}
.poll-choices-wrapper h5{
padding: 5px;
color: #00caec;
font-weight: bold;
font-family: 'Segoe UI';
}
.poll-choices-wrapper select{
width: 100%;
padding: 5px;
border-radius: 5px;
color: #00caec;
outline: 0;
}
.poll-btn-wrapper{
padding: 5px;
}
.poll-btn-wrapper button{
padding: 10px;
width: 100%;
border: 0;
background: #000000;
color: #fff;
font-size: 15px;
outline: 0;
}
.poll-btn-wrapper button:hover{
background: #252525;
}
.recharts-legend-item-text{
color: #ffffff;
}
#poll-list-wrapper a{
color: #e6e6e6;
}
#poll-list-wrapper a:hover{
color: #737373;
}
.poll{
background: white;
padding: 10px;
color: #37b4f1;
text-transform: uppercase;
font-family: sans-serif;
font-size: 11px;
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.poll:hover{
background: black;
}
.twitter-share-wrapper button{
background: #1DA1F2;
padding: 10px;
border: 0;
color: #ffffff;
margin-top: 10px;
width: 100%;
}
.new-option{
padding: 5px;
}
.new-option input{
padding: 5px;
}
.new-option p{
color: #00caec;
font-weight: bold;
font-family: 'Segoe UI';
margin-bottom: 10px;
}
.delete-poll-wrapper button{
background: #b12a2a;
padding: 10px;
border: 0;
color: #ffffff;
margin-top: 10px;
width: 100%;
} | 0.5769 | 0.182644 |
@import '~bootstrap/dist/css/bootstrap.css';
@import '@angular/material/prebuilt-themes/indigo-pink.css';
html, body {
height: 100%;
}
/*CSS ACCOUNT LOGIN/REGISTER*/
.auth-container {
background-color: #52435f;
}
.form-container {
background-color: #f3f3f3;
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
padding: 30px;
max-width: 650px;
width: 100%;
border-radius: 2px;
}
.form-links {
padding-bottom: 20px;
}
.form-links a {
width: 100%;
text-decoration: none;
color: #3f3f3f;
}
.form-box {
max-width: 350px;
width: 100%;
margin: 0 auto;
}
.auth-form button {
margin-top: 20px;
}
.google-auth-btn {
background-color: #dd4b39;
color: #f3f3f3;
margin-top: 10px;
}
/*CSS ACCOUNT LOGIN/REGISTER END*/
/*CSS SIDEBAR*/
.full-width-link {
width: 100%;
text-decoration: none;
}
.example-container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.example-sidenav-content {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}
.example-sidenav {
padding: 20px;
background-color: #f3f3f3;
}
.mat-drawer {
width: 300px;
}
.toggle-sidenav-btn {
top: 50%;
right: 0%;
}
/*CSS SIDEBAR END*/
/*CSS SNACKBAR*/
::ng-deep .snack-ok {
background-color: #28a745;
color: rgb(255, 255, 255);
}
::ng-deep .snack-ok .mat-button-wrapper {
color: rgb(255, 255, 255);
}
::ng-deep .snack-error {
background-color: #dc3545;
color: rgb(255, 255, 255);
}
::ng-deep .snack-error .mat-button-wrapper {
color: rgb(255, 255, 255);
}
::ng-deep .snack-warn {
background-color: #ffc107;
color: rgb(255, 255, 255);
}
::ng-deep .snack-warn .mat-button-wrapper {
color: rgb(255, 255, 255);
}
::ng-deep .snack-info {
background-color: #17a2b8;
color: rgb(255, 255, 255);
}
::ng-deep .snack-info .mat-button-wrapper {
color: rgb(255, 255, 255);
}
/*CSS SNACKBAR END*/ | src/ProjectManager-client/src/styles.css |
@import '~bootstrap/dist/css/bootstrap.css';
@import '@angular/material/prebuilt-themes/indigo-pink.css';
html, body {
height: 100%;
}
/*CSS ACCOUNT LOGIN/REGISTER*/
.auth-container {
background-color: #52435f;
}
.form-container {
background-color: #f3f3f3;
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
padding: 30px;
max-width: 650px;
width: 100%;
border-radius: 2px;
}
.form-links {
padding-bottom: 20px;
}
.form-links a {
width: 100%;
text-decoration: none;
color: #3f3f3f;
}
.form-box {
max-width: 350px;
width: 100%;
margin: 0 auto;
}
.auth-form button {
margin-top: 20px;
}
.google-auth-btn {
background-color: #dd4b39;
color: #f3f3f3;
margin-top: 10px;
}
/*CSS ACCOUNT LOGIN/REGISTER END*/
/*CSS SIDEBAR*/
.full-width-link {
width: 100%;
text-decoration: none;
}
.example-container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.example-sidenav-content {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}
.example-sidenav {
padding: 20px;
background-color: #f3f3f3;
}
.mat-drawer {
width: 300px;
}
.toggle-sidenav-btn {
top: 50%;
right: 0%;
}
/*CSS SIDEBAR END*/
/*CSS SNACKBAR*/
::ng-deep .snack-ok {
background-color: #28a745;
color: rgb(255, 255, 255);
}
::ng-deep .snack-ok .mat-button-wrapper {
color: rgb(255, 255, 255);
}
::ng-deep .snack-error {
background-color: #dc3545;
color: rgb(255, 255, 255);
}
::ng-deep .snack-error .mat-button-wrapper {
color: rgb(255, 255, 255);
}
::ng-deep .snack-warn {
background-color: #ffc107;
color: rgb(255, 255, 255);
}
::ng-deep .snack-warn .mat-button-wrapper {
color: rgb(255, 255, 255);
}
::ng-deep .snack-info {
background-color: #17a2b8;
color: rgb(255, 255, 255);
}
::ng-deep .snack-info .mat-button-wrapper {
color: rgb(255, 255, 255);
}
/*CSS SNACKBAR END*/ | 0.372848 | 0.047691 |
.gate {
display: inline-block;
width: 80%;
height: 45px;
padding: 13px 0 15px 15px;
margin: 25px 10%;
font-weight: 400;
font-size: 13px;
font-family: 'Montserrat Alternates', sans-serif;
color: #182978;
border: 2px solid #6688cc;
outline: 0;
text-indent: 85px;
transition: all .3s ease-in-out;
}
.is-invalid {
border: red solid 2px;
}
@keyframes slideInFromLeft {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInFromTop {
0% {
transform: translateY(100%);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.err {
font-family: 'Montserrat Alternates', sans-serif;
width: 80%;
margin: -20px auto 25px auto;
font-size: 15px;
color: red;
animation: 1s ease-out 0s 1 slideInFromLeft;
}
.gate + label {
display: inline-block;
position: relative;
margin-left: -90%;
font-family: 'Big John', sans-serif;
top: 0;
left: 0;
padding: 14px 10px;
width: 90px;
text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
background: #6688cc;
color: white;
transition: all .4s ease-in-out;
transform-origin: left bottom;
}
.is-invalid + label {
background-color: red;
}
.gate + label:before, .gate + label:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #6688cc;
transform-origin: left bottom;
transition: all .4s ease-in-out;
pointer-events: none;
z-index: -1;
}
.gate + label:before {
background: rgba(3, 36, 41, 0.2);
z-index: -2;
right: 20%;
}
.gate:focus,
.gate:active {
color: black;
text-indent: 0;
background: rgba(179, 229, 252, 0.3);
border-color: #182978;
}
.gate:focus + label,
.gate:active + label {
transform: rotate(-66deg);
}
.gate:focus + label:before,
.gate:active + label:before {
transform: rotate(10deg);
}
textarea {
width: 100%;
height: 150px !important;
resize: none;
transition: all .3s ease-in-out;
padding: 30px 80px !important;
text-indent: 0px !important;
}
textarea:focus, textarea:active {
padding: 20px 20px !important;
}
.bth-hover,
.bth-hover::after {
transition: all 0.3s;
}
.bth-hover {
background: none;
border: 2px solid #182978 !important;
color: #182978;
display: block;
font-size: 1.6em;
font-weight: bold;
margin: 15px auto;
padding: 10px 20px;
position: relative;
text-transform: uppercase;
}
.bth-hover::before,
.bth-hover::after {
background: #182978;
content: '';
position: absolute;
z-index: -1;
}
.bth-hover:hover {
color: #fff;
}
/* BUTTON 3 */
.bth-hover::after {
height: 0;
left: 50%;
top: 50%;
width: 0;
}
.bth-hover:hover:after {
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.err-btn {
border: 2px solid red !important;
color: red;
}
.radio-select-color {
visibility: hidden;
}
.select-color-button {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
margin: 10px;
cursor: pointer;
}
.select-color-button span {
display: block;
position: absolute;
width: 50px;
height: 50px;
padding: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 100%;
background: #eeeeee;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
transition: ease .3s;
}
.select-color-button span:hover {
transform: scale(1.1) translateX(-20px) translateY(-20px);
}
.orange > input:checked + .select-color-button span {
border: 2px solid black;
border-radius: 100%;
}
.amber > input:checked + .select-color-button span {
border: 2px solid black;
border-radius: 100%;
}
.lime > input:checked + .select-color-button span {
border: 2px solid black;
border-radius: 100%;
}
.blue > input:checked + .select-color-button span {
border: 2px solid black;
border-radius: 100%;
}
.orange .select-color-button span {
background: #FF5722;
}
.amber .select-color-button span {
background: #FFC107;
}
.lime .select-color-button span {
background: #8BC34A;
}
.blue .select-color-button span {
background: #2196F3;
}
select {
border: 0px;
outline: 0px;;
}
.select-dropdown {
margin-left: 10%;
margin-top: 30px;
width: 80%;
height: 50px;
background: transparent;
border: 2px solid #6688cc;
transition: all .3s ease-in;
font-family: 'Montserrat Alternates', sans-serif;
color: white;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.select-dropdown:hover {
background-color: #6688cc;
}
.info {
margin-left: 5%;
color: #8c95ba;
font-size: 15px;
font-family: 'Montserrat Alternates', sans-serif;
position: absolute;
}
.info-select {
text-align: center;
width: 80%;
color: white;
font-size: 18px;
position: absolute;
font-family: 'Montserrat Alternates', sans-serif;
}
.hide-confirm-password {
overflow: hidden;
opacity: 0;
transform: translateX(-150%);
transition: 0.4s;
}
.show-confirm-password {
opacity: 1;
overflow: visible;
transform: translateX(0%);
} | client/src/css/common/input.css | .gate {
display: inline-block;
width: 80%;
height: 45px;
padding: 13px 0 15px 15px;
margin: 25px 10%;
font-weight: 400;
font-size: 13px;
font-family: 'Montserrat Alternates', sans-serif;
color: #182978;
border: 2px solid #6688cc;
outline: 0;
text-indent: 85px;
transition: all .3s ease-in-out;
}
.is-invalid {
border: red solid 2px;
}
@keyframes slideInFromLeft {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes slideInFromTop {
0% {
transform: translateY(100%);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.err {
font-family: 'Montserrat Alternates', sans-serif;
width: 80%;
margin: -20px auto 25px auto;
font-size: 15px;
color: red;
animation: 1s ease-out 0s 1 slideInFromLeft;
}
.gate + label {
display: inline-block;
position: relative;
margin-left: -90%;
font-family: 'Big John', sans-serif;
top: 0;
left: 0;
padding: 14px 10px;
width: 90px;
text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
background: #6688cc;
color: white;
transition: all .4s ease-in-out;
transform-origin: left bottom;
}
.is-invalid + label {
background-color: red;
}
.gate + label:before, .gate + label:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #6688cc;
transform-origin: left bottom;
transition: all .4s ease-in-out;
pointer-events: none;
z-index: -1;
}
.gate + label:before {
background: rgba(3, 36, 41, 0.2);
z-index: -2;
right: 20%;
}
.gate:focus,
.gate:active {
color: black;
text-indent: 0;
background: rgba(179, 229, 252, 0.3);
border-color: #182978;
}
.gate:focus + label,
.gate:active + label {
transform: rotate(-66deg);
}
.gate:focus + label:before,
.gate:active + label:before {
transform: rotate(10deg);
}
textarea {
width: 100%;
height: 150px !important;
resize: none;
transition: all .3s ease-in-out;
padding: 30px 80px !important;
text-indent: 0px !important;
}
textarea:focus, textarea:active {
padding: 20px 20px !important;
}
.bth-hover,
.bth-hover::after {
transition: all 0.3s;
}
.bth-hover {
background: none;
border: 2px solid #182978 !important;
color: #182978;
display: block;
font-size: 1.6em;
font-weight: bold;
margin: 15px auto;
padding: 10px 20px;
position: relative;
text-transform: uppercase;
}
.bth-hover::before,
.bth-hover::after {
background: #182978;
content: '';
position: absolute;
z-index: -1;
}
.bth-hover:hover {
color: #fff;
}
/* BUTTON 3 */
.bth-hover::after {
height: 0;
left: 50%;
top: 50%;
width: 0;
}
.bth-hover:hover:after {
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.err-btn {
border: 2px solid red !important;
color: red;
}
.radio-select-color {
visibility: hidden;
}
.select-color-button {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
margin: 10px;
cursor: pointer;
}
.select-color-button span {
display: block;
position: absolute;
width: 50px;
height: 50px;
padding: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 100%;
background: #eeeeee;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
transition: ease .3s;
}
.select-color-button span:hover {
transform: scale(1.1) translateX(-20px) translateY(-20px);
}
.orange > input:checked + .select-color-button span {
border: 2px solid black;
border-radius: 100%;
}
.amber > input:checked + .select-color-button span {
border: 2px solid black;
border-radius: 100%;
}
.lime > input:checked + .select-color-button span {
border: 2px solid black;
border-radius: 100%;
}
.blue > input:checked + .select-color-button span {
border: 2px solid black;
border-radius: 100%;
}
.orange .select-color-button span {
background: #FF5722;
}
.amber .select-color-button span {
background: #FFC107;
}
.lime .select-color-button span {
background: #8BC34A;
}
.blue .select-color-button span {
background: #2196F3;
}
select {
border: 0px;
outline: 0px;;
}
.select-dropdown {
margin-left: 10%;
margin-top: 30px;
width: 80%;
height: 50px;
background: transparent;
border: 2px solid #6688cc;
transition: all .3s ease-in;
font-family: 'Montserrat Alternates', sans-serif;
color: white;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.select-dropdown:hover {
background-color: #6688cc;
}
.info {
margin-left: 5%;
color: #8c95ba;
font-size: 15px;
font-family: 'Montserrat Alternates', sans-serif;
position: absolute;
}
.info-select {
text-align: center;
width: 80%;
color: white;
font-size: 18px;
position: absolute;
font-family: 'Montserrat Alternates', sans-serif;
}
.hide-confirm-password {
overflow: hidden;
opacity: 0;
transform: translateX(-150%);
transition: 0.4s;
}
.show-confirm-password {
opacity: 1;
overflow: visible;
transform: translateX(0%);
} | 0.667364 | 0.150809 |
background: url('../images/bannerAd_trans.gif') no-repeat 0 0;
height:90px;
width:748px;
margin:0px auto;
}
/* Home Page */
.box_full_rdr {
width:644px;
margin-top:6px;
margin-bottom:6px;
}
.box_full_rdr .top_fmt {
background:url(../images/form_header.gif) top ;
height:8px;
font-size:1%;
clear:both;
}
.box_full_rdr .bot_fmt {
background:url(../images/form_header.gif) bottom ;
height:8px;
font-size:1%;
clear:both;
}
.box_full_rdr .mid_fmt {
border-left:#dfe5d5 1px solid;
border-right:#dfe5d5 1px solid;
background:#FFFFFF;
margin-bottom:-3px;
padding:10px 10px 0 15px;
}
*HTML .box_full_rdr .mid_fmt {
border-left:#dfe5d5 1px solid;
border-right:#dfe5d5 1px solid;
background:#FFFFFF;
margin-bottom:-10px;
padding:10px 10px 0 15px;
}
*+HTML .box_full_rdr .mid_fmt {
border-left:#dfe5d5 1px solid;
border-right:#dfe5d5 1px solid;
background:#FFFFFF;
margin-bottom:-10px;
padding:10px 10px 0 15px;
}
.box_full_rdr .mid_fmt h1 {
color:#88a906;
font-size:190%;
font-weight:normal;
margin:-5px 0px 5px 0px;
padding:0;
}
.box_full_rdr .mid_fmt p {
color:#666;
font-size:90%;
margin:0 0 10px 0;
}
/* =TOP 12 SEARCHES
------------------------------------------------------- */
.top12 {
background: url("../images/top12bg.gif") no-repeat top left;
_height: 173px; /* mimic min-height for IE6 */
margin: 25px auto 40px auto;
min-height: 155px;
overflow: auto;
padding: 18px 0 8em 17px;
width: 633px;
}
.top12 h1 {
color: #88a906;
font-size: 190%;
font-weight: normal;
margin: -5px 0px 5px 0px;
padding: 0px;
}
.top12 .petsTop12 h1 {
background: url(../images/paw_print.png) no-repeat;
padding-left: 34px;
}
.top12 p {
color: #666;
font-size: 90%;
margin: 0px 0px 12px 0px;
}
.top12 ul {
float: left;
list-style: none;
margin: 0px 10px 0px 1px;
padding: 0px;
width: 132px;
}
.top12 ul li {
font-size: 100%;
margin: 0px;
padding: 0px;
}
.top12 ul li .number {
color: #069;
font-family: "Times New Roman", Times, serif;
font-size: 180%;
margin-right: 5px;
}
.box_full_rdr .mid_fmt td a {
color:#069;
}
/* START Main Styles */
#mainContentContainer_area a {
color:#069;
}
.full_container_fmt {
width:auto;
}
.left_container_fmt {
color:#666;
float:left;
margin:0 0 15px 0;
padding:0;
width:634px;
}
.right_container_fmt {
color:#666;
float:right;
margin:0;
width:290px;
}
/* END Main Styles */
/* START Search Headline */
#mainContentContainer_area h1 {
color:#88a906;
font-size:230%;
margin:20px 0px 10px 0px;
}
#mainContentContainer_area h1 .searchResultss_found {
color:#666;
font-weight:normal;
font-size:12px;
}
.hdr_noresults_text {
color:#666;
font-size:90%;
margin:0 0 20px 0;
}
.hdr_results_text {
color:#666;
float:left;
font-size:90%;
}
.hdr_results_btns {
float:left;
margin:0 0 20px 0;
whitespace:nowrap;
}
.hdr_results_btn_hr {
background:url("../images/hdr_results_healthref.gif") no-repeat;
float:left;
font-size:1%;
height:14px;
margin:0 1px 0 7px;
width:94px;
}
.hdr_results_btn_hd {
background:url("../images/hdr_results_heartdis.gif") no-repeat;
float:left;
font-size:1%;
height:14px;
margin:0 1px 0 7px;
width:78px;
}
.hdr_results_btn_tc {
background:url("../images/hdr_results_treatment.gif") no-repeat;
float:left;
font-size:1%;
height:14px;
margin:0 1px 0 7px;
width:96px;
}
.hdr_results_btn_x {
background:url("../images/hdr_results_x.gif") no-repeat;
float:left;
font-size:1%;
height:14px;
width:14px;
}
#mainContentContainer_area h1 span.sub_fmt {
color:#88a906;
font-size:18px;
font-weight:normal;
}
/* END Search Headline */
/* START Pagination TOP */
.pagination_top {
border-bottom:1px solid #c7cfad;
float:left;
margin:0;
width:634px;
}
*HTML .pagination_top {
margin:0 0 10px 0;
}
*+HTML .pagination_top {
margin:0 0 10px 0;
}
.pagination_top .numResults {
color:#666;
float:left;
font-size:90%;
padding:5px 0 2px 0;
width:200px;
}
*HTML .pagination_top .numResults {
color:#666;
float:left;
font-size:90%;
padding:5px 0 0 0;
width:200px;
}
*+HTML .pagination_top .numResults {
color:#666;
float:left;
font-size:90%;
padding:5px 0 0 0;
width:200px;
}
.pagination_top .pages {
float:right;
font-size:80%;
margin:0 0 5px 0;
}
*HTML .pagination_top .pages {
float:right;
font-size:80%;
margin:0 0 0 0;
}
*+HTML .pagination_top .pages {
float:right;
font-size:80%;
margin:0;
}
.pagination_top .pages img {
margin:0 0 -6px 0;
}
*HTML .pagination_top .pages img {
margin:0;
}
.pagination_top .pages span {
background:#edf4f8;
color:#069;
display:inline-block;
height:15px;
margin:0 3px 0 3px;
padding:0px 3px 0px 3px;
}
*HTML .pagination_top .pages span {
background:#edf4f8;
color:#069;
display:inline-block;
height:15px;
margin:0 3px 0 3px;
padding:0px 3px 2px 3px;
}
.pagination_top .pages a {
margin:0px 3px 0px 2px;
display:inline-block;
height:15px;
}
*HTML .pagination_top .pages a {
margin:0px 3px 2px 2px;
display:inline-block;
height:15px;
}
*HTML .pagination_top .pages a.prevNext {
margin:0 0 -6px 2px;
padding:0 0 2px 0;
}
/* START Pagination BOTTOM */
.pagination_bottom {
border-top:1px solid #c7cfad;
float:left;
margin-bottom:15px;
width:634px;
}
*HTML .pagination_bottom {
border-top:1px solid #c7cfad;
float:left;
margin-bottom:5px;
width:634px;
}
*+HTML .pagination_bottom {
border-top:1px solid #c7cfad;
float:left;
margin-bottom:5px;
width:634px;
}
.pagination_bottom .numResults {
color:#666;
float:left;
font-size:90%;
padding:5px 0 5px 0;
width:200px;
}
.pagination_bottom .pages {
float:right;
font-size:80%;
margin:5px 0 0 0;
}
*HTML .pagination_bottom .pages {
float:right;
font-size:80%;
margin:5px 0 0 0;
}
.pagination_bottom .pages img {
margin:0 0 -6px 0;
}
*HTML .pagination_bottom .pages img {
margin:0;
}
.pagination_bottom .pages span {
background:#edf4f8;
color:#069;
display:inline-block;
height:15px;
margin:0px 3px;
padding:0px 3px 0px 3px;
}
*HTML .pagination_bottom .pages span {
background:#edf4f8;
color:#069;
display:inline-block;
height:15px;
margin:0px 3px;
padding:0px 3px 2px 3px;
}
.pagination_bottom .pages a {
margin:0px 3px 0px 2px;
display:inline-block;
height:15px;
}
*HTML .pagination_bottom .pages a {
margin:0px 3px 2px 2px;
display:inline-block;
height:15px;
}
*HTML .pagination_bottom .pages a.prevNext {
margin:0 0 -6px 2px;
padding:0 0 2px 0;
}
/* START Search Results */
#searchResults {
clear:both;
color:#333;
margin:0 0 5px 0;
padding:0;
width:634px;
}
.spotlight_results {
clear:both;
margin:0 0 11px 0;
padding:0;
width:634px;
}
.spotlight_results h2 {
color:#d75600;
font-size:140%;
font-weight:normal;
margin:0;
}
.spotlight_results .icon_fmt {
font-size:1%;
display:inline;
height:25px;
float:left;
margin:3px 10px 0 0;
width:25px;
}
.spotlight_results .text_fmt {
float:left;
margin:0;
padding:0;
width:585px;
}
.spotlight_results .text_fmt .description_fmt {
font-size:90%;
}
.spotlight_results .text_fmt .sponsName_fmt {
color:#88a906;
font-size:80%;
margin-left:1px;
padding-top:1px;
display:block;
}
.spotlight_results .hc {
background:url('../images/blue_sprite.gif') 0px -77px no-repeat;
}
.spotlight_results .drug {
background:url('../images/blue_sprite.gif') 0px -103px no-repeat;
}
.spotlight_results .sc {
background:url('../images/blue_sprite.gif') 0px -129px no-repeat;
}
.spotlight_results .vc {
background:url('../images/blue_sprite.gif') 0px -181px no-repeat;
}
.spotlight_results .qc {
background:url('../images/blue_sprite.gif') 0px -207px no-repeat;
}
.spotlight_results .symp {
background:url('../images/blue_sprite.gif') 0px -232px no-repeat;
}
.spotlight_results .dc {
background:url('../images/blue_sprite.gif') 0px -259px no-repeat;
}
.spotlight_results .vitamin {
background:url('../images/blue_sprite.gif') 0px -285px no-repeat;
}
.spotlight_results .slideshow {
background:url('../images/blue_sprite.gif') 0px -311px no-repeat;
}
.spotlight_results .qa {
background:transparent url(../images/qa_icon_search.png) no-repeat 0 0px;
}
.spotlight_results .questions li{
font-size:9pt;
}
#searchResults .result {
margin:0 0 11px 0;
}
#searchResults .result h2 {
color:#d75600;
font-size:140%;
font-weight:normal;
}
#searchResults .searchResults {
border:1px solid #f00;
margin:0 0 20px 0;
padding:0;
}
#searchResults .searchResults h2 {
color:#d75600;
font-size:140%;
font-weight:normal;
line-height:24px;
}
#searchResults .searchResults h3 {
font-size:110%;
font-weight:normal;
}
#searchResults .searchResults a.discuss {
background:url('../images/blue_sprite.gif') right -154px no-repeat;
padding-right:25px;
}
#searchResults .searchResults a.video {
background:url('../images/blue_sprite.gif') right -127px no-repeat;
padding-right:25px;
}
#searchResults .searchResults p {
font-size:90%;
margin:0px;
padding:0px;
}
*HTML #searchResults .searchResults p {
font-size:90%;
margin:0 0 0 -3px;
padding:0px;
}
#searchResults .sponsName_fmt {
color:#88a906;
font-size:80%;
margin-left:1px;
padding-top:1px;
display:block;
}
#searchResults .spotlight_sponsName_fmt {
color:#88a906;
font-size:80%;
margin-left: 37px;
padding-top:1px;
display:block;
}
#searchResults .typeOf {
float:left;
width:400px;
}
#searchResults .typeOf h4 {
color:#d75600;
font-size:90%;
font-weight:normal;
}
#searchResults .chapters ul li, #searchResults .typeOf ul li {
color:#069;
font-size:90%;
line-height:15px;
padding-left:-6px;
}
#searchResults .typeOf ul li {
float:left;
width:180px;
}
/* END Search Results */
.sorry_fmt {
clear:both;
margin:20px 0 20px 10px;
}
.sorry_fmt h3 {
color:#88a906;
font-size:180%;
font-weight:normal;
margin:0;
padding:0;
}
.sorry_fmt p {
color:#666;
font-size:90%;
margin:0;
padding:0;
}
.no_results_fmt {
clear:both;
margin:20px 0 20px 10px;
}
.no_results_fmt h3 {
color:#88a906;
font-size:160%;
font-weight:normal;
padding:0;
}
.no_results_fmt ul {
margin:0 0 0 12px;
}
*HTML .no_results_fmt ul {
margin:0 0 0 18px;
}
*+HTML .no_results_fmt ul {
margin:0 0 0 18px;
}
.no_results_fmt ul li {
color:#069;
font-size:90%;
line-height:18px;
padding-left:-6px;
}
.no_results_fmt ul li span {
color:#666;
font-size:90%;
line-height:18px;
padding-left:-6px;
}
form,h1,h2,h3,h4,h5, ul {
margin:0px;
padding:0px;
}
p,li {
color:#333;
}
.clearDiv {
clear:both;
}
.contentDivider_fmt, #mainBottom_fmt {
clear:both;
font-size:1%;
}
.button {
border:0px;
color:#fff;
cursor:pointer;
font-size:80%;
height:16px;
padding-bottom:3px;
margin:1px 0px 0px 5px;
}
* html .button {
padding-bottom:0px;
}
*+html .button {
padding-bottom:0px;
}
.b40 {
background:url('../images/blue_sprite.gif') left -43px no-repeat;
width:39px;
}
.b55 {
background:url('../images/blue_sprite.gif') left -26px no-repeat;
width:55px;
}
.b70 {
background:url('../images/blue_sprite.gif') left -60px no-repeat;
width:70px;
}
/* automatically clears floats */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* END Main and Shared */
/* new styles */
/* Standard Results */
ul.searchResults_fmt {
margin:0;
width: 634px;
}
ul.searchResults_fmt li {
list-style-type:none !important;
margin:0 0 15px 0;
padding:0 0 0 1px;
width: 634px;
}
*HTML ul.searchResults_fmt li {
list-style-type:none !important;
margin:0 0 13px 0;
padding:0 0 0 1px;
width: 634px;
}
*+HTML ul.searchResults_fmt li {
list-style-type:none !important;
margin:0 0 13px 0;
padding:0 0 0 1px;
width: 634px;
}
ul.searchResults_fmt li a {
color:#069;
font-size:105%;
list-style-type:none !important;
}
ul.searchResults_fmt li div.searchDescription_fmt {
color:#000;
font-size:90%;
width: 634px;
}
/* Refined Results */
.searchRefinements {
clear:both;
margin:0 0 15px 0;
padding:0;
}
.refineResults {
clear:both;
margin:0;
padding:0;
width:634px;
}
*HTML .refineResults {
margin:0 0 5px 0;
}
*+HTML .refineResults {
margin:0 0 5px 0;
}
.refinements_top {
}
.refinements_bottom {
margin:-23px 0 0 0;
padding:0;
}
*HTML .refinements_bottom {
margin:-15px 0 0 0;
}
*+HTML .refinements_bottom {
margin:0;
}
.searchRefinements a {
font-size:90%;
font-weight:normal;
margin:0;
padding:0;
}
.refineResults .column {
display:inline;
float:left;
padding-top:5px;
width:210px;
}
*HTML .refineResults .column {
margin:0 0 -7px 0;
}
*+HTML .refineResults .column {
margin:0 0 -11px 0;
}
.refineResults .columnspan {
display:inline;
float:left;
padding-top:5px;
width:420px;
}
*HTML .refineResults .columnspan {
margin:0 0 -7px 0;
}
*+HTML .refineResults .columnspan {
margin:0 0 -11px 0;
}
.refineResults .column h2 {
color:#88a906;
font-size:18px;
font-weight:normal;
line-height:20px;
margin:0 0 0px 0;
}
.refineResults .column .refine_title {
color:#88A906;
font-size:105%;
font-weight:normal;
margin:9px 0 0 0;
padding:0;
}
.refineResults .columnspan .refine_title {
color:#88A906;
font-size:105%;
font-weight:normal;
margin:9px 0 0 0;
padding:0;
}
*HTML .refineResults .columnspan .refine_title {
margin:14px 0 0 0;
}
*+HTML .refineResults .columnspan .refine_title {
margin:14px 0 0 0;
padding:0 0 -10px 0;
}
*HTML .refineResults .column .refine_title {
margin:14px 0 0 0;
}
*+HTML .refineResults .column .refine_title {
margin:14px 0 0 0;
padding:0 0 -10px 0;
}
.refineResults .column h4 {
font-size:80%;
}
.refineResults ul {
list-style:none;
margin:0;
padding:0;
}
.refineResults ul li {
background:transparent url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 6px;
margin:3px 0 0 0;
padding:0 5px 0 8px;
}
.refineResults ul li.seeall_fmt {
background: none !important;
padding:0 5px 0 0;
}
#searchResults .refinements_top {
margin:-6px 0 0 0;
padding:0;
}
.HTML #searchResults .refinements_bottom {
}
/* Pets Search Results link */
.petslink {
background: #e1edf5 url(../images/paw_print.png) no-repeat 18px center;
color: #88a906;
font-size: 18px;
margin-bottom: 0.8em;
padding: 12px 12px 11px 54px;
}
.petslink span {
background: url(../images/logo_58x13.png);
display: inline-block;
line-height: 13px;
text-indent: -9999px;
height: 13px;
width: 58px;
}
.petslink a {
font-size: 12px;
font-weight: bold;
margin-left: 8px;
position: relative;
}
.petslink a:after {
content: "";
border-color: transparent #069;
border-style: solid;
border-width: 0.34em 0 0.34em 0.40em;
display: block;
height: 0;
width: 0;
right: -8px;
top: 4px;
position: absolute;
}
/* Extra Links */
#searchResults .extraLinks {
padding-left:37px;
margin:0;
width:628px;
}
*HTML #searchResults .extraLinks {
margin:0 0 -10px 0;
}
*+HTML #searchResults .extraLinks {
margin:0 0 -10px 0;
}
#searchResults .chapters {
float:left;
margin:0 10px 0 0;
width:180px;
}
#searchResults .extraLinks ul {
list-style:none;
margin:0;
padding:0;
}
#searchResults .extraLinks ul li {
background:transparent url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 6px;
margin:3px 0 0 0;
padding:0 5px 0 8px;
}
/* START Yahoo ads */
#AdSenseResults1_adSenseSponsorDiv.highlightBox_fmt ul,
#AdSenseResults2_adSenseSponsorDiv.highlightBox_fmt ul {
margin:15px 0 0 0;
}
#AdSenseResults1_adSenseSponsorDiv.highlightBox_fmt ul li,
#AdSenseResults2_adSenseSponsorDiv.highlightBox_fmt ul li {
background:none;
font-size:12px !important;
list-style-type:none;
line-height: 16px;
background:none;
margin: 8px 0 4px 5px;
color: #006699;
padding-left: 6px;
}
#AdSenseResults1_adSenseSponsorDiv.highlightBox_fmt .firstEl,
#AdSenseResults2_adSenseSponsorDiv.highlightBox_fmt .firstEl
{
line-height: 16px;
color: #006699;
margin: 8px 0 4px 18px;
padding-left: 6px;
}
.yahooAd {
background:#000;
float:left;
padding:0;
width:634px;
}
.yahooAd .top_fmt {
background:url(../images/yahoo_sprite.gif) 0 0 no-repeat;
font-size:1%;
height:5px;
margin:0;
padding:0;
width:634px;
}
.yahooAd .bottom_fmt {
background:url(../images/yahoo_sprite.gif) 0 -5px no-repeat;
font-size:1%;
height:5px;
width:634px;
}
.yahooAd .mid_fmt {
background:#edf4f8;
height:auto;
padding:3px 10px 3px 10px;
width:614px;
}
.yahooAd .mid_fmt h3 {
color:#069;
float:right;
font-size:90%;
padding:0 5px 2px 0;
}
.yahooAd .mid_fmt h3 a {
color:#069;
}
.yahooAd .mid_fmt ul {
margin:60px 0 0 0;
}
.yahooAd .mid_fmt ul li {
color:#069;
font-size:90%;
line-height:14px;
list-style-type:none;
margin:0;
padding:0;
}
.yahooAd .mid_fmt ul li span {
color:#000;
}
.yahooAd .mid_fmt ul li a {
color:#069;
font-size:90%;
}
.yahooAd .mid_fmt ul li .firstLink {
font-weight:bold;
font-size:100%;
}
.yahooAd .mid_fmt ul li a.adSenseAdsTitleURL {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 5px;
color:#069;
font-size:90%;
padding:0 0 0 8px;
}
.yahooAd .mid_fmt ul li div {
color:#000;
margin:0 0 0 8px;
}
.yahooAd .mid_fmt ul li div a.adSenseAdsURL {
color:#069;
font-size:90%;
}
/* END Yahoo Ad */
/*webmd specials Rounded Box*/
.specialsSponsors {
margin:-2px 0 0 0;
padding:0;
width:290px;
}
*HTML .specialsSponsors {
margin:-2px 0 0 0;
padding:0;
width:290px;
}
*+HTML .specialsSponsors {
margin:-2px 0 0 0;
padding:0;
width:290px;
}
.specialsSponsors .roundedBoxTop_fmt {
background:none;
width:240px;
}
.specialsSponsors .roundedBoxBottom_fmt {
background:none;
width:240px;
}
.specialsSponsors .roundedBoxMiddle_fmt {
background:#fff;
border:none;
margin:0;
width:290px;
}
.specialsSponsors .roundedBoxMiddle_fmt h3 {
width:290px;
color:#88a906;
font-size:150%;
font-weight:normal;
margin:0 0 2px 0;
padding:0;
}
.specialsSponsors.specialsSponsors-sponsor .roundedBoxMiddle_fmt h3 {
color: #f58220;
}
.specialsSponsors .roundedBoxMiddle_fmt ul {
margin:0;
width:290px;
}
.specialsSponsors .roundedBoxMiddle_fmt ul.specials li {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 7px;
color:#666;
font-size:90%;
list-style-type:none;
margin:0 0 6px 0;
padding:0 0 0 8px;
width:270px;
}
*HTML .specialsSponsors .roundedBoxMiddle_fmt ul.specials li {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 7px;
color:#666;
font-size:90%;
list-style-type:none;
margin:0 0 6px 0;
padding:0 0 1px 8px;
width:270px;
}
.specialsSponsors .roundedBoxMiddle_fmt ul.sponsors li {
background:url(../images/bg_link_bullet_666.gif) no-repeat scroll 0 7px;
color:#666;
font-size:90%;
list-style-type:none;
margin:0 0 6px 0px;
padding:0 0 0 8px;
width:270px;
}
*HTML .specialsSponsors .roundedBoxMiddle_fmt ul.sponsors li {
background:url(../images/bg_link_bullet_666.gif) no-repeat scroll 0 7px;
color:#666;
font-size:90%;
list-style-type:none;
margin:0 0 6px 0px;
padding:0 0 1px 8px;
width:270px;
}
.leftSearch_fmt ul li {
list-style:none;
width:615px;
margin:0 0 17px 0;
padding:0 0 1px 0;
background:none;
}
.columnFull_fmt .leftSearch_fmt ul li {
list-style:none;
width:875px;
margin:0 0 17px 0;
padding:0 0 1px 0;
background:none;
}
/* TAP PS */
.premiumSearch {
width:634px;
margin-left:-3px;
margin-bottom:10px;
}
*HTML .premiumSearch {
width:634px;
margin-left:0px;
margin-bottom:10px;
}
.premiumSearch ul li {
background: none;
list-style-type:none;
}
/* TAP PS */
#TAPPremiumSearch1_tapPremium.premiumSearch ul#tapSlide {
margin: -2px 0 0 20px !important;
}
#TAPPremiumSearch1_tapPremium.premiumSearch ul#tapSlide li {
color:#069;
list-style-type:none;
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 5px;
margin: 0 !important;
}
/* Search Results for header title */
#SearchResultsTop .searchResultsTitle {
color:#88A906;
font-size:230%;
margin:16px 0px 8px 0px;
padding:0px;
}
#SearchResultsTop .petsTop12 .searchResultsTitle {
background: url(../images/paw_print.png) no-repeat left 3px;
padding-left: 34px;
}
/* Back to WebMD search results link */
#SearchResultsTop .websearchLink {
margin-top: 0.9em;
}
#SearchResultsTop .websearchLink a {
background: url(../images/icon-leftarrow-10x10.png) no-repeat left;
font-size: 0.8em;
padding-left: 16px;
}
/* no results found */
.spellingsuggestions_fmt h3 {
color:#88A906;
font-size:18px;
font-weight:normal;
line-height:20px;
margin: 10px 0 0 0px;
}
.spellingsuggestions_fmt ul li {
list-style-type:disc;
line-height: 18px;
background:none;
margin: 0 0 4px 18px;
color: #666;
font-size: 90%;
padding-left: 6px;
}
.noresultsfound_fmt h3 {
color:#88A906;
font-size:18px;
font-weight:normal;
line-height:25px;
margin:0pt 0pt 4px;
}
/* START Featured Sponsor */
.featuredSponsor {
padding:0;
width:634px;
}
*HTML #BrandPremiumSearch1_brandPremium {
margin-bottom:10px;
}
*+HTML #BrandPremiumSearch1_brandPremium {
margin-bottom:10px;
}
.featuredSponsor .top_fmt {
border-top:1px solid #DFDFDF;
font-size:1%;
height:3px;
padding:0;
}
.featuredSponsor .bottom_fmt {
border-bottom:1px solid #DFDFDF;
clear:both;
font-size:1%;
height:3px;
}
.featuredSponsor .mid_fmt {
background:#edf4f8;
height:auto;
padding:7px 9px;
}
.featuredSponsor .psAttrib {
padding-bottom:10px;
}
.featuredSponsor.tapheader h3 {
background: url("../images/arrow_featuredsponsor.gif") no-repeat scroll 0 center transparent;
}
.featuredSponsor h3 {
float: right;
font-size: 90%;
margin: 5px 11px 1px 20px;
padding: 0 0 0 21px;
}
.featuredSponsor h4 {
color: #232323;
font-size: 17px;
float: left;
}
.featuredSponsor.tapheader .tapLogo {
margin: 0 0 0 7px;
vertical-align: middle;
}
.featuredSponsor h3 a {
color:#069;
}
/* IE 6*/
*HTML .featuredSponsor ul {
margin-top:-20px;
}
/* IE 7*/
*+HTML .featuredSponsor ul {
margin-top:-5px;
}
.featuredSponsor .mid_fmt ul li a.psTitle {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 5px;
color:#069;
font-size:90%;
padding:0 0 0 8px;
}
.featuredSponsor .mid_fmt ul li div {
color:#069;
margin:0 0 0 8px;
}
.featuredSponsor .mid_fmt ul li div a.psUrl {
color:#069;
font-size:80%;
}
.featuredSponsor .mid_fmt ul li {
background:none;
font-size:12px !important;
list-style-type:none;
line-height: 16px;
background:none;
margin: 0px 0 0 3px;
color:#000;
padding:0 0 0 8px;
}
*+HTML .featuredSponsor .mid_fmt ul li {
margin: 0px 0 4px 3px;
}
.featuredSponsor .mid_fmt ul li span {
color:#000;
}
.featuredSponsor .mid_fmt ul li a {
color:#069;
font-size:90%;
}
.featuredSponsor .mid_fmt ul li a.psTitle {
color:#069;
font-size:100%;
}
/* END Featured Sponsor */
/* no results found */
/* Spotlights*/
.spotlight_sublinks {
padding-top:0;
margin:0;
}
.iconListRightFirst_fmt {
margin:3px 0 0 35px;
}
.iconListRight_fmt {
margin:0px 0 0 35px;
}
.iconListRight_fmt a {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 5px;
color:#069;
font-size:90%;
font-weight:normal;
padding:0 0 0 8px;
}
.iconListRightFirst_fmt a {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 5px;
color:#069;
font-size:90%;
font-weight:normal;
padding:0 0 0 8px;
}
/* Drugs*/
/* co brands*/
#centering_area {
text-align:left !important;
}
/* default page */
.topSearch_fmt .text_fmt {
color:#88A906;
font-size:230%;
font-weight:normal;
margin:20px 0px 5px;
}
.landingLogo_rdr {
text-align:center;
}
.highlightBox_fmt {
padding:0px;
margin:0px;
}
/* =Left TOWER AD DIVS & STYLES
------------------------------------------------------- */
#leftAd_rdr {
width: 232px;
margin-left:27px;
}
.leftAd_top_fmt {
height: 10px;
background: #f2f0e6;
font-size: 1%;
}
.leftAd_top_fmt.loaded {
background: url("../images/leftad_top.gif") no-repeat;
}
.leftAd_BG_fmt {
text-align: center;
background: #f2f0e6;
}
.leftAd_bottom_fmt {
height: 10px;
background: #f2f0e6;
font-size: 1%;
}
.leftAd_bottom_fmt.loaded {
background: url("../images/leftad_bottom.gif") no-repeat;
}
.leftAd_top_fmt {
height: 10px;
background: url("../images/leftad_top.gif") no-repeat;
font-size: 1%;
}
.leftAd_BG_fmt {
text-align: center;
background: #f2f0e6;
}
.leftAd_bottom_fmt {
height: 10px;
background: url("../images/leftad_bottom.gif") no-repeat;
font-size: 1%;
}
.ajaxContent h5 {
margin:0px;
padding:0px 0px 1px 1px;
font-size:90%;
}
/* refinments more box title*/
.ajaxContent h5 {
color:#88A906;
margin:0px;
padding:0px 0px 1px 1px;
font-size:100%;
}
.clearDiv {
margin-top: 10px;
}
.searchClearingDiv
{
margin-top: 20px;
}
.space_seperator {
margin-top: 10px;
}
/* IE 6*/
*HTML .space_seperator {
margin-top: 0px;
padding-top: 0px;
}
/* IE 7*/
*+HTML .space_seperator {
margin-top: 0px;
padding-top: 0px;
}
.searchRefine_fmt {
color:#88A906;
font-size:130%;
}
/* set the width of the results module */
#contentBackground_fmt {
margin-left:30px;
width:958px;
height:auto;
}
.refinementsCloseImg
{
text-align:right;
border:0;
}
.topResults
{
clear:both;
margin-top: 10px;
padding:0;
}
#refineResults .column {
display:inline;
float:left;
padding-top:5px;
width:210px;
}
/* No Results
====================================== */
.no_result_rdr h2 {
color:#88a906;
font-size:160%;
font-weight:normal;
margin:0 0 5px 0;
}
.no_result_rdr .text_fmt {
font-size:90%;
font-weight:normal;
margin:0 0 10px 0;
}
.no_result_rdr ul {
list-style:none;
margin:0 0 15px 0;
padding:0;
}
.no_result_rdr ul li {
background:transparent url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 4px;
font-size:90%;
font-weight:normal;
margin:3px 0 0 0;
padding:0 5px 0 8px;
}
#InDepthCoverage {
background: url(../images/in_depth_coverage_background.gif) repeat-x;
color: #5c5a5d;
height: 23px;
line-height: 26px;
}
#searchResults #InDepthCoverage.extraLinks {
margin-left: 37px;
margin-top: 7px;
padding-left: 11px;
width: auto;
}
.browserIE_7 #searchResults #InDepthCoverage.extraLinks {
margin-bottom: 0;
}
#InDepthCoverage a {
color: #3789b9;
font-size: 9pt;
}
/* HACK
* Author: <NAME>
* Issue: production issue with layout.css loading in the middle of the page.
* Expected: layout.css should be in the HEAD.
*/
header#masthead {
height: 100%;
}
div#page_area {
width: 1052px;
}
div#mainContentContainer_area {
width: 100%;
}
div.bottomBackground_fmt, div#footer_rdr {
background: none #fff;
float: none;
} | Dataset 2017/5- Health/2- Webmd.com/2- health research-keyword/WebMD Health Search_files/consumer_search_styles.css | background: url('../images/bannerAd_trans.gif') no-repeat 0 0;
height:90px;
width:748px;
margin:0px auto;
}
/* Home Page */
.box_full_rdr {
width:644px;
margin-top:6px;
margin-bottom:6px;
}
.box_full_rdr .top_fmt {
background:url(../images/form_header.gif) top ;
height:8px;
font-size:1%;
clear:both;
}
.box_full_rdr .bot_fmt {
background:url(../images/form_header.gif) bottom ;
height:8px;
font-size:1%;
clear:both;
}
.box_full_rdr .mid_fmt {
border-left:#dfe5d5 1px solid;
border-right:#dfe5d5 1px solid;
background:#FFFFFF;
margin-bottom:-3px;
padding:10px 10px 0 15px;
}
*HTML .box_full_rdr .mid_fmt {
border-left:#dfe5d5 1px solid;
border-right:#dfe5d5 1px solid;
background:#FFFFFF;
margin-bottom:-10px;
padding:10px 10px 0 15px;
}
*+HTML .box_full_rdr .mid_fmt {
border-left:#dfe5d5 1px solid;
border-right:#dfe5d5 1px solid;
background:#FFFFFF;
margin-bottom:-10px;
padding:10px 10px 0 15px;
}
.box_full_rdr .mid_fmt h1 {
color:#88a906;
font-size:190%;
font-weight:normal;
margin:-5px 0px 5px 0px;
padding:0;
}
.box_full_rdr .mid_fmt p {
color:#666;
font-size:90%;
margin:0 0 10px 0;
}
/* =TOP 12 SEARCHES
------------------------------------------------------- */
.top12 {
background: url("../images/top12bg.gif") no-repeat top left;
_height: 173px; /* mimic min-height for IE6 */
margin: 25px auto 40px auto;
min-height: 155px;
overflow: auto;
padding: 18px 0 8em 17px;
width: 633px;
}
.top12 h1 {
color: #88a906;
font-size: 190%;
font-weight: normal;
margin: -5px 0px 5px 0px;
padding: 0px;
}
.top12 .petsTop12 h1 {
background: url(../images/paw_print.png) no-repeat;
padding-left: 34px;
}
.top12 p {
color: #666;
font-size: 90%;
margin: 0px 0px 12px 0px;
}
.top12 ul {
float: left;
list-style: none;
margin: 0px 10px 0px 1px;
padding: 0px;
width: 132px;
}
.top12 ul li {
font-size: 100%;
margin: 0px;
padding: 0px;
}
.top12 ul li .number {
color: #069;
font-family: "Times New Roman", Times, serif;
font-size: 180%;
margin-right: 5px;
}
.box_full_rdr .mid_fmt td a {
color:#069;
}
/* START Main Styles */
#mainContentContainer_area a {
color:#069;
}
.full_container_fmt {
width:auto;
}
.left_container_fmt {
color:#666;
float:left;
margin:0 0 15px 0;
padding:0;
width:634px;
}
.right_container_fmt {
color:#666;
float:right;
margin:0;
width:290px;
}
/* END Main Styles */
/* START Search Headline */
#mainContentContainer_area h1 {
color:#88a906;
font-size:230%;
margin:20px 0px 10px 0px;
}
#mainContentContainer_area h1 .searchResultss_found {
color:#666;
font-weight:normal;
font-size:12px;
}
.hdr_noresults_text {
color:#666;
font-size:90%;
margin:0 0 20px 0;
}
.hdr_results_text {
color:#666;
float:left;
font-size:90%;
}
.hdr_results_btns {
float:left;
margin:0 0 20px 0;
whitespace:nowrap;
}
.hdr_results_btn_hr {
background:url("../images/hdr_results_healthref.gif") no-repeat;
float:left;
font-size:1%;
height:14px;
margin:0 1px 0 7px;
width:94px;
}
.hdr_results_btn_hd {
background:url("../images/hdr_results_heartdis.gif") no-repeat;
float:left;
font-size:1%;
height:14px;
margin:0 1px 0 7px;
width:78px;
}
.hdr_results_btn_tc {
background:url("../images/hdr_results_treatment.gif") no-repeat;
float:left;
font-size:1%;
height:14px;
margin:0 1px 0 7px;
width:96px;
}
.hdr_results_btn_x {
background:url("../images/hdr_results_x.gif") no-repeat;
float:left;
font-size:1%;
height:14px;
width:14px;
}
#mainContentContainer_area h1 span.sub_fmt {
color:#88a906;
font-size:18px;
font-weight:normal;
}
/* END Search Headline */
/* START Pagination TOP */
.pagination_top {
border-bottom:1px solid #c7cfad;
float:left;
margin:0;
width:634px;
}
*HTML .pagination_top {
margin:0 0 10px 0;
}
*+HTML .pagination_top {
margin:0 0 10px 0;
}
.pagination_top .numResults {
color:#666;
float:left;
font-size:90%;
padding:5px 0 2px 0;
width:200px;
}
*HTML .pagination_top .numResults {
color:#666;
float:left;
font-size:90%;
padding:5px 0 0 0;
width:200px;
}
*+HTML .pagination_top .numResults {
color:#666;
float:left;
font-size:90%;
padding:5px 0 0 0;
width:200px;
}
.pagination_top .pages {
float:right;
font-size:80%;
margin:0 0 5px 0;
}
*HTML .pagination_top .pages {
float:right;
font-size:80%;
margin:0 0 0 0;
}
*+HTML .pagination_top .pages {
float:right;
font-size:80%;
margin:0;
}
.pagination_top .pages img {
margin:0 0 -6px 0;
}
*HTML .pagination_top .pages img {
margin:0;
}
.pagination_top .pages span {
background:#edf4f8;
color:#069;
display:inline-block;
height:15px;
margin:0 3px 0 3px;
padding:0px 3px 0px 3px;
}
*HTML .pagination_top .pages span {
background:#edf4f8;
color:#069;
display:inline-block;
height:15px;
margin:0 3px 0 3px;
padding:0px 3px 2px 3px;
}
.pagination_top .pages a {
margin:0px 3px 0px 2px;
display:inline-block;
height:15px;
}
*HTML .pagination_top .pages a {
margin:0px 3px 2px 2px;
display:inline-block;
height:15px;
}
*HTML .pagination_top .pages a.prevNext {
margin:0 0 -6px 2px;
padding:0 0 2px 0;
}
/* START Pagination BOTTOM */
.pagination_bottom {
border-top:1px solid #c7cfad;
float:left;
margin-bottom:15px;
width:634px;
}
*HTML .pagination_bottom {
border-top:1px solid #c7cfad;
float:left;
margin-bottom:5px;
width:634px;
}
*+HTML .pagination_bottom {
border-top:1px solid #c7cfad;
float:left;
margin-bottom:5px;
width:634px;
}
.pagination_bottom .numResults {
color:#666;
float:left;
font-size:90%;
padding:5px 0 5px 0;
width:200px;
}
.pagination_bottom .pages {
float:right;
font-size:80%;
margin:5px 0 0 0;
}
*HTML .pagination_bottom .pages {
float:right;
font-size:80%;
margin:5px 0 0 0;
}
.pagination_bottom .pages img {
margin:0 0 -6px 0;
}
*HTML .pagination_bottom .pages img {
margin:0;
}
.pagination_bottom .pages span {
background:#edf4f8;
color:#069;
display:inline-block;
height:15px;
margin:0px 3px;
padding:0px 3px 0px 3px;
}
*HTML .pagination_bottom .pages span {
background:#edf4f8;
color:#069;
display:inline-block;
height:15px;
margin:0px 3px;
padding:0px 3px 2px 3px;
}
.pagination_bottom .pages a {
margin:0px 3px 0px 2px;
display:inline-block;
height:15px;
}
*HTML .pagination_bottom .pages a {
margin:0px 3px 2px 2px;
display:inline-block;
height:15px;
}
*HTML .pagination_bottom .pages a.prevNext {
margin:0 0 -6px 2px;
padding:0 0 2px 0;
}
/* START Search Results */
#searchResults {
clear:both;
color:#333;
margin:0 0 5px 0;
padding:0;
width:634px;
}
.spotlight_results {
clear:both;
margin:0 0 11px 0;
padding:0;
width:634px;
}
.spotlight_results h2 {
color:#d75600;
font-size:140%;
font-weight:normal;
margin:0;
}
.spotlight_results .icon_fmt {
font-size:1%;
display:inline;
height:25px;
float:left;
margin:3px 10px 0 0;
width:25px;
}
.spotlight_results .text_fmt {
float:left;
margin:0;
padding:0;
width:585px;
}
.spotlight_results .text_fmt .description_fmt {
font-size:90%;
}
.spotlight_results .text_fmt .sponsName_fmt {
color:#88a906;
font-size:80%;
margin-left:1px;
padding-top:1px;
display:block;
}
.spotlight_results .hc {
background:url('../images/blue_sprite.gif') 0px -77px no-repeat;
}
.spotlight_results .drug {
background:url('../images/blue_sprite.gif') 0px -103px no-repeat;
}
.spotlight_results .sc {
background:url('../images/blue_sprite.gif') 0px -129px no-repeat;
}
.spotlight_results .vc {
background:url('../images/blue_sprite.gif') 0px -181px no-repeat;
}
.spotlight_results .qc {
background:url('../images/blue_sprite.gif') 0px -207px no-repeat;
}
.spotlight_results .symp {
background:url('../images/blue_sprite.gif') 0px -232px no-repeat;
}
.spotlight_results .dc {
background:url('../images/blue_sprite.gif') 0px -259px no-repeat;
}
.spotlight_results .vitamin {
background:url('../images/blue_sprite.gif') 0px -285px no-repeat;
}
.spotlight_results .slideshow {
background:url('../images/blue_sprite.gif') 0px -311px no-repeat;
}
.spotlight_results .qa {
background:transparent url(../images/qa_icon_search.png) no-repeat 0 0px;
}
.spotlight_results .questions li{
font-size:9pt;
}
#searchResults .result {
margin:0 0 11px 0;
}
#searchResults .result h2 {
color:#d75600;
font-size:140%;
font-weight:normal;
}
#searchResults .searchResults {
border:1px solid #f00;
margin:0 0 20px 0;
padding:0;
}
#searchResults .searchResults h2 {
color:#d75600;
font-size:140%;
font-weight:normal;
line-height:24px;
}
#searchResults .searchResults h3 {
font-size:110%;
font-weight:normal;
}
#searchResults .searchResults a.discuss {
background:url('../images/blue_sprite.gif') right -154px no-repeat;
padding-right:25px;
}
#searchResults .searchResults a.video {
background:url('../images/blue_sprite.gif') right -127px no-repeat;
padding-right:25px;
}
#searchResults .searchResults p {
font-size:90%;
margin:0px;
padding:0px;
}
*HTML #searchResults .searchResults p {
font-size:90%;
margin:0 0 0 -3px;
padding:0px;
}
#searchResults .sponsName_fmt {
color:#88a906;
font-size:80%;
margin-left:1px;
padding-top:1px;
display:block;
}
#searchResults .spotlight_sponsName_fmt {
color:#88a906;
font-size:80%;
margin-left: 37px;
padding-top:1px;
display:block;
}
#searchResults .typeOf {
float:left;
width:400px;
}
#searchResults .typeOf h4 {
color:#d75600;
font-size:90%;
font-weight:normal;
}
#searchResults .chapters ul li, #searchResults .typeOf ul li {
color:#069;
font-size:90%;
line-height:15px;
padding-left:-6px;
}
#searchResults .typeOf ul li {
float:left;
width:180px;
}
/* END Search Results */
.sorry_fmt {
clear:both;
margin:20px 0 20px 10px;
}
.sorry_fmt h3 {
color:#88a906;
font-size:180%;
font-weight:normal;
margin:0;
padding:0;
}
.sorry_fmt p {
color:#666;
font-size:90%;
margin:0;
padding:0;
}
.no_results_fmt {
clear:both;
margin:20px 0 20px 10px;
}
.no_results_fmt h3 {
color:#88a906;
font-size:160%;
font-weight:normal;
padding:0;
}
.no_results_fmt ul {
margin:0 0 0 12px;
}
*HTML .no_results_fmt ul {
margin:0 0 0 18px;
}
*+HTML .no_results_fmt ul {
margin:0 0 0 18px;
}
.no_results_fmt ul li {
color:#069;
font-size:90%;
line-height:18px;
padding-left:-6px;
}
.no_results_fmt ul li span {
color:#666;
font-size:90%;
line-height:18px;
padding-left:-6px;
}
form,h1,h2,h3,h4,h5, ul {
margin:0px;
padding:0px;
}
p,li {
color:#333;
}
.clearDiv {
clear:both;
}
.contentDivider_fmt, #mainBottom_fmt {
clear:both;
font-size:1%;
}
.button {
border:0px;
color:#fff;
cursor:pointer;
font-size:80%;
height:16px;
padding-bottom:3px;
margin:1px 0px 0px 5px;
}
* html .button {
padding-bottom:0px;
}
*+html .button {
padding-bottom:0px;
}
.b40 {
background:url('../images/blue_sprite.gif') left -43px no-repeat;
width:39px;
}
.b55 {
background:url('../images/blue_sprite.gif') left -26px no-repeat;
width:55px;
}
.b70 {
background:url('../images/blue_sprite.gif') left -60px no-repeat;
width:70px;
}
/* automatically clears floats */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* END Main and Shared */
/* new styles */
/* Standard Results */
ul.searchResults_fmt {
margin:0;
width: 634px;
}
ul.searchResults_fmt li {
list-style-type:none !important;
margin:0 0 15px 0;
padding:0 0 0 1px;
width: 634px;
}
*HTML ul.searchResults_fmt li {
list-style-type:none !important;
margin:0 0 13px 0;
padding:0 0 0 1px;
width: 634px;
}
*+HTML ul.searchResults_fmt li {
list-style-type:none !important;
margin:0 0 13px 0;
padding:0 0 0 1px;
width: 634px;
}
ul.searchResults_fmt li a {
color:#069;
font-size:105%;
list-style-type:none !important;
}
ul.searchResults_fmt li div.searchDescription_fmt {
color:#000;
font-size:90%;
width: 634px;
}
/* Refined Results */
.searchRefinements {
clear:both;
margin:0 0 15px 0;
padding:0;
}
.refineResults {
clear:both;
margin:0;
padding:0;
width:634px;
}
*HTML .refineResults {
margin:0 0 5px 0;
}
*+HTML .refineResults {
margin:0 0 5px 0;
}
.refinements_top {
}
.refinements_bottom {
margin:-23px 0 0 0;
padding:0;
}
*HTML .refinements_bottom {
margin:-15px 0 0 0;
}
*+HTML .refinements_bottom {
margin:0;
}
.searchRefinements a {
font-size:90%;
font-weight:normal;
margin:0;
padding:0;
}
.refineResults .column {
display:inline;
float:left;
padding-top:5px;
width:210px;
}
*HTML .refineResults .column {
margin:0 0 -7px 0;
}
*+HTML .refineResults .column {
margin:0 0 -11px 0;
}
.refineResults .columnspan {
display:inline;
float:left;
padding-top:5px;
width:420px;
}
*HTML .refineResults .columnspan {
margin:0 0 -7px 0;
}
*+HTML .refineResults .columnspan {
margin:0 0 -11px 0;
}
.refineResults .column h2 {
color:#88a906;
font-size:18px;
font-weight:normal;
line-height:20px;
margin:0 0 0px 0;
}
.refineResults .column .refine_title {
color:#88A906;
font-size:105%;
font-weight:normal;
margin:9px 0 0 0;
padding:0;
}
.refineResults .columnspan .refine_title {
color:#88A906;
font-size:105%;
font-weight:normal;
margin:9px 0 0 0;
padding:0;
}
*HTML .refineResults .columnspan .refine_title {
margin:14px 0 0 0;
}
*+HTML .refineResults .columnspan .refine_title {
margin:14px 0 0 0;
padding:0 0 -10px 0;
}
*HTML .refineResults .column .refine_title {
margin:14px 0 0 0;
}
*+HTML .refineResults .column .refine_title {
margin:14px 0 0 0;
padding:0 0 -10px 0;
}
.refineResults .column h4 {
font-size:80%;
}
.refineResults ul {
list-style:none;
margin:0;
padding:0;
}
.refineResults ul li {
background:transparent url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 6px;
margin:3px 0 0 0;
padding:0 5px 0 8px;
}
.refineResults ul li.seeall_fmt {
background: none !important;
padding:0 5px 0 0;
}
#searchResults .refinements_top {
margin:-6px 0 0 0;
padding:0;
}
.HTML #searchResults .refinements_bottom {
}
/* Pets Search Results link */
.petslink {
background: #e1edf5 url(../images/paw_print.png) no-repeat 18px center;
color: #88a906;
font-size: 18px;
margin-bottom: 0.8em;
padding: 12px 12px 11px 54px;
}
.petslink span {
background: url(../images/logo_58x13.png);
display: inline-block;
line-height: 13px;
text-indent: -9999px;
height: 13px;
width: 58px;
}
.petslink a {
font-size: 12px;
font-weight: bold;
margin-left: 8px;
position: relative;
}
.petslink a:after {
content: "";
border-color: transparent #069;
border-style: solid;
border-width: 0.34em 0 0.34em 0.40em;
display: block;
height: 0;
width: 0;
right: -8px;
top: 4px;
position: absolute;
}
/* Extra Links */
#searchResults .extraLinks {
padding-left:37px;
margin:0;
width:628px;
}
*HTML #searchResults .extraLinks {
margin:0 0 -10px 0;
}
*+HTML #searchResults .extraLinks {
margin:0 0 -10px 0;
}
#searchResults .chapters {
float:left;
margin:0 10px 0 0;
width:180px;
}
#searchResults .extraLinks ul {
list-style:none;
margin:0;
padding:0;
}
#searchResults .extraLinks ul li {
background:transparent url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 6px;
margin:3px 0 0 0;
padding:0 5px 0 8px;
}
/* START Yahoo ads */
#AdSenseResults1_adSenseSponsorDiv.highlightBox_fmt ul,
#AdSenseResults2_adSenseSponsorDiv.highlightBox_fmt ul {
margin:15px 0 0 0;
}
#AdSenseResults1_adSenseSponsorDiv.highlightBox_fmt ul li,
#AdSenseResults2_adSenseSponsorDiv.highlightBox_fmt ul li {
background:none;
font-size:12px !important;
list-style-type:none;
line-height: 16px;
background:none;
margin: 8px 0 4px 5px;
color: #006699;
padding-left: 6px;
}
#AdSenseResults1_adSenseSponsorDiv.highlightBox_fmt .firstEl,
#AdSenseResults2_adSenseSponsorDiv.highlightBox_fmt .firstEl
{
line-height: 16px;
color: #006699;
margin: 8px 0 4px 18px;
padding-left: 6px;
}
.yahooAd {
background:#000;
float:left;
padding:0;
width:634px;
}
.yahooAd .top_fmt {
background:url(../images/yahoo_sprite.gif) 0 0 no-repeat;
font-size:1%;
height:5px;
margin:0;
padding:0;
width:634px;
}
.yahooAd .bottom_fmt {
background:url(../images/yahoo_sprite.gif) 0 -5px no-repeat;
font-size:1%;
height:5px;
width:634px;
}
.yahooAd .mid_fmt {
background:#edf4f8;
height:auto;
padding:3px 10px 3px 10px;
width:614px;
}
.yahooAd .mid_fmt h3 {
color:#069;
float:right;
font-size:90%;
padding:0 5px 2px 0;
}
.yahooAd .mid_fmt h3 a {
color:#069;
}
.yahooAd .mid_fmt ul {
margin:60px 0 0 0;
}
.yahooAd .mid_fmt ul li {
color:#069;
font-size:90%;
line-height:14px;
list-style-type:none;
margin:0;
padding:0;
}
.yahooAd .mid_fmt ul li span {
color:#000;
}
.yahooAd .mid_fmt ul li a {
color:#069;
font-size:90%;
}
.yahooAd .mid_fmt ul li .firstLink {
font-weight:bold;
font-size:100%;
}
.yahooAd .mid_fmt ul li a.adSenseAdsTitleURL {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 5px;
color:#069;
font-size:90%;
padding:0 0 0 8px;
}
.yahooAd .mid_fmt ul li div {
color:#000;
margin:0 0 0 8px;
}
.yahooAd .mid_fmt ul li div a.adSenseAdsURL {
color:#069;
font-size:90%;
}
/* END Yahoo Ad */
/*webmd specials Rounded Box*/
.specialsSponsors {
margin:-2px 0 0 0;
padding:0;
width:290px;
}
*HTML .specialsSponsors {
margin:-2px 0 0 0;
padding:0;
width:290px;
}
*+HTML .specialsSponsors {
margin:-2px 0 0 0;
padding:0;
width:290px;
}
.specialsSponsors .roundedBoxTop_fmt {
background:none;
width:240px;
}
.specialsSponsors .roundedBoxBottom_fmt {
background:none;
width:240px;
}
.specialsSponsors .roundedBoxMiddle_fmt {
background:#fff;
border:none;
margin:0;
width:290px;
}
.specialsSponsors .roundedBoxMiddle_fmt h3 {
width:290px;
color:#88a906;
font-size:150%;
font-weight:normal;
margin:0 0 2px 0;
padding:0;
}
.specialsSponsors.specialsSponsors-sponsor .roundedBoxMiddle_fmt h3 {
color: #f58220;
}
.specialsSponsors .roundedBoxMiddle_fmt ul {
margin:0;
width:290px;
}
.specialsSponsors .roundedBoxMiddle_fmt ul.specials li {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 7px;
color:#666;
font-size:90%;
list-style-type:none;
margin:0 0 6px 0;
padding:0 0 0 8px;
width:270px;
}
*HTML .specialsSponsors .roundedBoxMiddle_fmt ul.specials li {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 7px;
color:#666;
font-size:90%;
list-style-type:none;
margin:0 0 6px 0;
padding:0 0 1px 8px;
width:270px;
}
.specialsSponsors .roundedBoxMiddle_fmt ul.sponsors li {
background:url(../images/bg_link_bullet_666.gif) no-repeat scroll 0 7px;
color:#666;
font-size:90%;
list-style-type:none;
margin:0 0 6px 0px;
padding:0 0 0 8px;
width:270px;
}
*HTML .specialsSponsors .roundedBoxMiddle_fmt ul.sponsors li {
background:url(../images/bg_link_bullet_666.gif) no-repeat scroll 0 7px;
color:#666;
font-size:90%;
list-style-type:none;
margin:0 0 6px 0px;
padding:0 0 1px 8px;
width:270px;
}
.leftSearch_fmt ul li {
list-style:none;
width:615px;
margin:0 0 17px 0;
padding:0 0 1px 0;
background:none;
}
.columnFull_fmt .leftSearch_fmt ul li {
list-style:none;
width:875px;
margin:0 0 17px 0;
padding:0 0 1px 0;
background:none;
}
/* TAP PS */
.premiumSearch {
width:634px;
margin-left:-3px;
margin-bottom:10px;
}
*HTML .premiumSearch {
width:634px;
margin-left:0px;
margin-bottom:10px;
}
.premiumSearch ul li {
background: none;
list-style-type:none;
}
/* TAP PS */
#TAPPremiumSearch1_tapPremium.premiumSearch ul#tapSlide {
margin: -2px 0 0 20px !important;
}
#TAPPremiumSearch1_tapPremium.premiumSearch ul#tapSlide li {
color:#069;
list-style-type:none;
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 5px;
margin: 0 !important;
}
/* Search Results for header title */
#SearchResultsTop .searchResultsTitle {
color:#88A906;
font-size:230%;
margin:16px 0px 8px 0px;
padding:0px;
}
#SearchResultsTop .petsTop12 .searchResultsTitle {
background: url(../images/paw_print.png) no-repeat left 3px;
padding-left: 34px;
}
/* Back to WebMD search results link */
#SearchResultsTop .websearchLink {
margin-top: 0.9em;
}
#SearchResultsTop .websearchLink a {
background: url(../images/icon-leftarrow-10x10.png) no-repeat left;
font-size: 0.8em;
padding-left: 16px;
}
/* no results found */
.spellingsuggestions_fmt h3 {
color:#88A906;
font-size:18px;
font-weight:normal;
line-height:20px;
margin: 10px 0 0 0px;
}
.spellingsuggestions_fmt ul li {
list-style-type:disc;
line-height: 18px;
background:none;
margin: 0 0 4px 18px;
color: #666;
font-size: 90%;
padding-left: 6px;
}
.noresultsfound_fmt h3 {
color:#88A906;
font-size:18px;
font-weight:normal;
line-height:25px;
margin:0pt 0pt 4px;
}
/* START Featured Sponsor */
.featuredSponsor {
padding:0;
width:634px;
}
*HTML #BrandPremiumSearch1_brandPremium {
margin-bottom:10px;
}
*+HTML #BrandPremiumSearch1_brandPremium {
margin-bottom:10px;
}
.featuredSponsor .top_fmt {
border-top:1px solid #DFDFDF;
font-size:1%;
height:3px;
padding:0;
}
.featuredSponsor .bottom_fmt {
border-bottom:1px solid #DFDFDF;
clear:both;
font-size:1%;
height:3px;
}
.featuredSponsor .mid_fmt {
background:#edf4f8;
height:auto;
padding:7px 9px;
}
.featuredSponsor .psAttrib {
padding-bottom:10px;
}
.featuredSponsor.tapheader h3 {
background: url("../images/arrow_featuredsponsor.gif") no-repeat scroll 0 center transparent;
}
.featuredSponsor h3 {
float: right;
font-size: 90%;
margin: 5px 11px 1px 20px;
padding: 0 0 0 21px;
}
.featuredSponsor h4 {
color: #232323;
font-size: 17px;
float: left;
}
.featuredSponsor.tapheader .tapLogo {
margin: 0 0 0 7px;
vertical-align: middle;
}
.featuredSponsor h3 a {
color:#069;
}
/* IE 6*/
*HTML .featuredSponsor ul {
margin-top:-20px;
}
/* IE 7*/
*+HTML .featuredSponsor ul {
margin-top:-5px;
}
.featuredSponsor .mid_fmt ul li a.psTitle {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 5px;
color:#069;
font-size:90%;
padding:0 0 0 8px;
}
.featuredSponsor .mid_fmt ul li div {
color:#069;
margin:0 0 0 8px;
}
.featuredSponsor .mid_fmt ul li div a.psUrl {
color:#069;
font-size:80%;
}
.featuredSponsor .mid_fmt ul li {
background:none;
font-size:12px !important;
list-style-type:none;
line-height: 16px;
background:none;
margin: 0px 0 0 3px;
color:#000;
padding:0 0 0 8px;
}
*+HTML .featuredSponsor .mid_fmt ul li {
margin: 0px 0 4px 3px;
}
.featuredSponsor .mid_fmt ul li span {
color:#000;
}
.featuredSponsor .mid_fmt ul li a {
color:#069;
font-size:90%;
}
.featuredSponsor .mid_fmt ul li a.psTitle {
color:#069;
font-size:100%;
}
/* END Featured Sponsor */
/* no results found */
/* Spotlights*/
.spotlight_sublinks {
padding-top:0;
margin:0;
}
.iconListRightFirst_fmt {
margin:3px 0 0 35px;
}
.iconListRight_fmt {
margin:0px 0 0 35px;
}
.iconListRight_fmt a {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 5px;
color:#069;
font-size:90%;
font-weight:normal;
padding:0 0 0 8px;
}
.iconListRightFirst_fmt a {
background:url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 5px;
color:#069;
font-size:90%;
font-weight:normal;
padding:0 0 0 8px;
}
/* Drugs*/
/* co brands*/
#centering_area {
text-align:left !important;
}
/* default page */
.topSearch_fmt .text_fmt {
color:#88A906;
font-size:230%;
font-weight:normal;
margin:20px 0px 5px;
}
.landingLogo_rdr {
text-align:center;
}
.highlightBox_fmt {
padding:0px;
margin:0px;
}
/* =Left TOWER AD DIVS & STYLES
------------------------------------------------------- */
#leftAd_rdr {
width: 232px;
margin-left:27px;
}
.leftAd_top_fmt {
height: 10px;
background: #f2f0e6;
font-size: 1%;
}
.leftAd_top_fmt.loaded {
background: url("../images/leftad_top.gif") no-repeat;
}
.leftAd_BG_fmt {
text-align: center;
background: #f2f0e6;
}
.leftAd_bottom_fmt {
height: 10px;
background: #f2f0e6;
font-size: 1%;
}
.leftAd_bottom_fmt.loaded {
background: url("../images/leftad_bottom.gif") no-repeat;
}
.leftAd_top_fmt {
height: 10px;
background: url("../images/leftad_top.gif") no-repeat;
font-size: 1%;
}
.leftAd_BG_fmt {
text-align: center;
background: #f2f0e6;
}
.leftAd_bottom_fmt {
height: 10px;
background: url("../images/leftad_bottom.gif") no-repeat;
font-size: 1%;
}
.ajaxContent h5 {
margin:0px;
padding:0px 0px 1px 1px;
font-size:90%;
}
/* refinments more box title*/
.ajaxContent h5 {
color:#88A906;
margin:0px;
padding:0px 0px 1px 1px;
font-size:100%;
}
.clearDiv {
margin-top: 10px;
}
.searchClearingDiv
{
margin-top: 20px;
}
.space_seperator {
margin-top: 10px;
}
/* IE 6*/
*HTML .space_seperator {
margin-top: 0px;
padding-top: 0px;
}
/* IE 7*/
*+HTML .space_seperator {
margin-top: 0px;
padding-top: 0px;
}
.searchRefine_fmt {
color:#88A906;
font-size:130%;
}
/* set the width of the results module */
#contentBackground_fmt {
margin-left:30px;
width:958px;
height:auto;
}
.refinementsCloseImg
{
text-align:right;
border:0;
}
.topResults
{
clear:both;
margin-top: 10px;
padding:0;
}
#refineResults .column {
display:inline;
float:left;
padding-top:5px;
width:210px;
}
/* No Results
====================================== */
.no_result_rdr h2 {
color:#88a906;
font-size:160%;
font-weight:normal;
margin:0 0 5px 0;
}
.no_result_rdr .text_fmt {
font-size:90%;
font-weight:normal;
margin:0 0 10px 0;
}
.no_result_rdr ul {
list-style:none;
margin:0 0 15px 0;
padding:0;
}
.no_result_rdr ul li {
background:transparent url(../images/bg_link_bullet_069.gif) no-repeat scroll 0 4px;
font-size:90%;
font-weight:normal;
margin:3px 0 0 0;
padding:0 5px 0 8px;
}
#InDepthCoverage {
background: url(../images/in_depth_coverage_background.gif) repeat-x;
color: #5c5a5d;
height: 23px;
line-height: 26px;
}
#searchResults #InDepthCoverage.extraLinks {
margin-left: 37px;
margin-top: 7px;
padding-left: 11px;
width: auto;
}
.browserIE_7 #searchResults #InDepthCoverage.extraLinks {
margin-bottom: 0;
}
#InDepthCoverage a {
color: #3789b9;
font-size: 9pt;
}
/* HACK
* Author: <NAME>
* Issue: production issue with layout.css loading in the middle of the page.
* Expected: layout.css should be in the HEAD.
*/
header#masthead {
height: 100%;
}
div#page_area {
width: 1052px;
}
div#mainContentContainer_area {
width: 100%;
}
div.bottomBackground_fmt, div#footer_rdr {
background: none #fff;
float: none;
} | 0.164114 | 0.061876 |
* {
outline: none !important;
}
.block-clear_block, .clear, .pricetable-clear {
clear: both;
}
.block, .wpb_content_element {
margin-bottom: 20px;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
html{
background-size: contain;
}
body {
background:rgba(1,11,41,0.2);
color: #999;
height: 100%;
font-family: Lato, 'Open Sans', Arial;
}
.relative{
position:relative;
}
#main_wrapper {
overflow: hidden;
}
/*#wpadminbar {
z-index: 999999999!important;
}
#wpadminbar #wp-admin-bar-user-info a.ab-item img {
max-width: 140px;
}*/
#wpadminbar a, #wpadminbar a img, #wpadminbar a img:hover, #wpadminbar a:hover{
max-width: 100%;
}
.wp-core-ui .quicktags-toolbar input.button.button-small {
line-height: 0!important;
}
a {
text-decoration: none;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
cursor: pointer;
outline: 0!important;
}
.wallnav i:hover, a:hover, a:focus, a:active {
color: #eee;
text-decoration: none;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
cursor: pointer;
opacity: 1!important;
}
iframe {
border: 0!important;
max-width: 100%!important;
}
.draggable{
cursor:move;
}
.overflow-visible{
overflow:visible !important;
}
.modal-body #mapsite .title{
margin: 10px 0 10px;
font-weight: bold;
text-transform: uppercase;
}
.no-menu{
color: #ccc;
margin-top: 40px;
font-style: italic;
}
.title h3, .title h4 {
margin: 0;
background: #fff;
display: inline-block;
padding-right: 10px;
font-weight: 600;
letter-spacing: -.05em;
}
.span8 iframe {
min-width: 100%!important;
}
.bypostauthor{
background:rgba(0,0,0,0.1);
}
#buddypress #item-body .mygroups>#message.info, #buddypress #item-body form#whats-new-form, #buddypress #item-body>#message.info, #buddypress #item-body>.activity, #buddypress #members-dir-list, #customer_details, #friend-list, #groups-list, .about-profile, .avatar-block, .bbp-form, .team-generali, .match-page .mmaps ul, .message-box, .my-friends #members-list, .nextmatch_wrap, .panel, .slider-text-wrapper, .textwidget, .vc_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner, .wcontainer, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, body .modal-content, body .woocommerce table.shop_table {
padding: 20px 0px;
border-top: 0;
margin-top: 0;
color: #ccc;
}
.wcontainer img {
max-width: 100%;
height: auto;
}
.wcontainer p:last-child {
margin-bottom: 0;
}
.wcontainerboxed{
background: #2a2a34;
padding:20px;
}
.centered {
text-align: center;
}
.huge {
font-size: 110px;
padding-bottom: 30px;
color: rgba(153, 153, 153, .8);
text-shadow: none;
}
.spacing {
height: 85px;
width: 100%;
background: 0 0;
border: none;
}
.tbcolorfix{
background-color: rgba(32,33,44,0.3)!important;
}
.overlay::before {
content: '';
z-index: 1;
background: #0b002b;
height: 100%;
width: 100%;
display: block !important;
position: absolute;
top: 0px;
left: 0px;
opacity: 0.6;
}
.overlay * {
z-index: 2;
}
.z-indexautob::before{
z-index:auto;
}
.z-index2{
z-index:2 !important;
}
.opacityoh{
opacity:0.7 !important;
}
.opacityoh:hover{
opacity:1 !important;
}
.brightnessoh:hover{
-o-box-filter: brightness(120%);
-moz-box-filter: brightness(120%);
-webkit-filter: brightness(120%);
filter: brightness(120%);
}
body .blog, body .normal-page, body .portfolio {
z-index: 998;
position: relative;
padding-bottom: 10px;
border-top: 0;
min-height:500px;
padding-top: 10px;
margin-top: 0px;
background:white;
}
body .page{
background:white;
}
body .blog .container{
padding:0px;
}
body .blog .container .row{
margin-top: -1px !important;
margin: 0px -10px;
}
html.fullwidth body .blog, html.fullwidth body .normal-page, html.fullwidth body .portfolio {
border-width: 0 0 10px;
}
.portfolio .span8 {
margin-bottom: 40px;
}
#sliderhome {
margin-top: 0;
margin-bottom: 0;
-webkit-transition: linear .3s;
-moz-transition: linear .3s;
-ms-transition: linear .3s;
-o-transition: linear .3s;
transition: linear .3s;
padding: 0;
background: #2a2a34;
}
body .vc_row {
margin-left: 0;
margin-right: 0;
margin-bottom: 20px;
position:relative;
}
.sliderhome #pg-0 {
display: none;
}
#ascrail2000-hr {
display: none!important;
}
.nicescroll-rails {
z-index: 999!important;
}
.wpcf7-form-control-wrap input, .wpcf7 label, .wpcf7-form-control-wrap textarea, .wpcf7-submit {
width:100%;
}
.wp-editor-container textarea.wp-editor-area, input[type=file], input[type=url], input[type=password], input[type=password]:active, input[type=password]:focus, input[type=password]:hover,
input[type=text], input[type=text]:active, input[type=text]:focus,
input[type=text]:hover, select, select:active, select:focus, select:hover,
textarea, textarea:active, textarea:focus, textarea:hover, body .form-control {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #fcfcfc;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, .1);
padding: 10px 15px;
margin-bottom: 10px;
font-size: 12px;
color: #333;
padding: 10px 15px;
margin-bottom: 10px;
font-size: 12px;
/* color: #eee; */
font-weight: normal;
}
.uneditable-input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus,
input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus,
input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus,
input[type=url]:focus, input[type=week]:focus, textarea:focus {
-webkit-transition: linear .3s;
-moz-transition: linear .3s;
-ms-transition: linear .3s;
-o-transition: linear .3s;
transition: linear .3s;
box-shadow: none!important;
outline: 0;
}
.logo-wrapper, .navbar-wrapper .container {
padding-left: 0;
padding-right: 0;
}
.logo.col-lg-4 {
text-align: center;
padding:11px;
}
.logo img {
max-width: 100%;
}
.hiddenoverflow {
overflow: hidden;
}
.hiddenoverflow img {
min-height: 100%;
min-width: 100%;
}
.centering {
margin: 0 auto;
}
.sub-menu {
display: none;
}
.navbar.col-lg-9 {
width: 70%;
}
/***************************/
/******** Buttons ********/
/***************************/
a.group-button, .button-big, .button-medium, .button-small, button[type=submit], button, input[type=button], input[type=submit] {
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
color: #FFF;
text-transform: uppercase;
font-weight: 900;
display: inline-block;
margin-top: 5px;
position: relative;
border-radius: 5px;
z-index: 1;
border:0px solid #000;
overflow: hidden;
cursor:pointer;
text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
letter-spacing: 0px;
}
a.group-button:hover, .button-big:hover, .button-medium:hover, .button-small:hover, button[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover {
color: #fff;
}
.button-big {
font-size: 14px;
padding: 20px 25px;
}
.button-medium, button[type=submit] {
font-size: 14px;
padding: 15px 30px 16px;
}
.button-small, input[type=button], input[type=submit], a.group-button {
font-size: 12px;
padding: 11px 20px;
}
/***************************/
/******** header ********/
/***************************/
body .navbar-inverse {
padding: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
background:transparent;
text-align: center;
box-shadow:none;
}
body .navbar-inverse .container{
position:relative;
}
body .nav-top-divider {
padding: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: 5px;
border-width: 1px 0;
}
.navbar ul {
padding: 0px;
}
.navbar-collapse {
float: none;
margin: 0 auto;
/* removed by Ubermenu fix - position: relative; */
float: none;
}
/***************************/
/******** Menu ********/
/***************************/
.dropdown-menu .sub-menu {
left: 100%;
position: absolute;
top: -2px!important;
visibility: hidden;
}
.dropdown-menu li:hover .sub-menu {
visibility: visible;
}
.dropdown-menu {
top: 120%;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
display: block;
visibility: hidden;
opacity: 0;
border-right: 1px solid #000!important;
border-left: 1px solid #000!important;
}
.dropdown-menu li {
border-top: 1px solid #31363A;
border-bottom: 1px solid #000;
}
.dropdown-menu li a {
padding: 15px 15px 15px 20px!important;
background-image: url(../img/arrow-menu.png);
background-repeat: no-repeat;
background-position: -18px 50%;
letter-spacing: 0;
font-family: Arial;
}
.dropdown:hover .dropdown-menu li>a:hover {
background-position: 18px 50%;
padding-left: 35px!important;
color: #fff;
background-color: #1A1C1F;
}
.dropdown:hover > .dropdown-menu, .megamenu.dropdown:hover .dropdown-menu {
display: block;
top: 99%;
visibility: visible;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
opacity: 1;
border: 0;
padding: 0;
margin: 0;
background-color: #1F2225;
border-right: 1px solid #000!important;
border-left: 1px solid #000!important;
border-top: 1px solid #000!important;
}
.nav .dropdown-menu, .nav-pills .dropdown-menu, .nav-tabs .dropdown-menu {
margin-top: 0;
}
.nav .sub-menu:before {
border-bottom: 7px solid transparent;
border-left: none;
border-right: 7px solid rgba(0, 0, 0, .2);
border-top: 7px solid transparent;
left: -7px;
top: 10px;
}
.nav .sub-menu:after {
border-top: 6px solid transparent;
border-left: none;
border-right: 6px solid #fff;
border-bottom: 6px solid transparent;
top: 11px;
left: -6px;
}
.dropdown:hover .dropdown-menu li>a {
padding: 1em 1.5em;
line-height: normal;
display: block;
text-align: left;
border: none!important;
font-size: 11px;
color: #E3E3E3;
background-color: #1F2225;
}
.dropdown .dropdown-menu li>a{
line-height: normal;
}
/*
*
* General
*
*/
body.home{
margin-top:0px !important;
}
.main_wrapper{
overflow: hidden;
}
.clear{
clear:both;
}
a {
text-decoration: none;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
cursor: pointer;
}
a:hover {
color: #000000;
text-decoration: none;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
cursor: pointer;
}
a, a:hover, a:focus, a:active{
outline:none;
}
.title{
margin: 50px 0 25px;
position: relative;
height: 20px;
z-index: 1;
/background: url(../img/title_loop.png) repeat top left;
}
.title h4, .title h3{
margin:0px;
//background: #fff;
display: inline-block;
padding-right:10px;
font-weight: 700;
letter-spacing: -0.05em;
color:#444;
}
.span8 iframe{
min-width: 100% !important;
height: 470px !important;
}
/* button sizes */
.button-small{
padding: 10px 20px 10px 20px;
font-family: 'Lato', sans-serif, arial;
font-size: 12px;
text-decoration: none;
margin-bottom:5px;
position: relative;
font-weight:bold;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.button-medium{
padding: 15px 25px;
font-family: 'Lato', sans-serif, arial;
font-size: 14px;
font-weight:bold;
text-decoration: none;
margin-bottom:5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.button-red.delete-button{
background-color: red;
}
/*
*
* Button colors
*
*/
/* Green */
.button-green, body.user_project input[type="submit"], .button-small, .button-medium, button[type="submit"]{
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border:0px;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
cursor:pointer;
}
.button-green:hover, body.user_project input[type="submit"]:hover, .button-small:hover, .button-medium:hover, .button-green:active, .nav-tabs .active a, .nav-tabs .active a:hover, .nav-tabs .active a:active, .button-small:active, .button-medium:active, button[type="submit"]:hover, button[type="submit"]:active{
color: #fff;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
/* White */
.button-white{
color:#666;
background-color: #3bb3e0;
background-image: linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -o-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -moz-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -webkit-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -ms-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #ccc), color-stop(1, #f1f1f1) );
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
-moz-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
-o-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
border: solid 1px #ccc;
}
.button-white:hover{
background-image: linear-gradient(bottom, #ddd 0%, #f1f1f1 100%);
background-image: -o-linear-gradient(bottom, #ddd 0%, #f1f1f1 100%);
background-image: -moz-linear-gradient(bottom, #ddd 0%, #f1f1f1 100%);
background-image: -webkit-linear-gradient(bottom, #ddd 0%, #f1f1f1 100%);
background-image: -ms-linear-gradient(bottom, #ddd 0%, #f1f1f1 100%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #ddd), color-stop(1, #f1f1f1));
-webkit-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
-moz-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
-o-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
border: solid 1px #ccc;
}
.button-white:active{
top:1px;
background-image: linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -o-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -moz-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -webkit-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -ms-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #ccc), color-stop(1, #f1f1f1) );
-webkit-box-shadow: inset 0px 1px 0px #fff, 0px 1px 0px 0px #999, 0px 1px 3px #999;
-moz-box-shadow: inset 0px 1px 0px #fff, 0px 1px 0px 0px #999, 0px 1px 3px #999;
-o-box-shadow: inset 0px 1px 0px #fff, 0px 1px 0px 0px #999, 0px 1px 3px #999;
box-shadow: inset 0px 1px 0px #fff, 0px 1px 0px 0px #999, 0px 1px 3px #999;
border: solid 1px #ccc;
}
/* Top navigation */
.navbartop-wrapper{
background: #1f1f1f;
width:100%;
height:42px;
z-index: 999;
position: relative;
}
.navbartop-wrapper .container ul.top-nav{
list-style:none;
padding:0;
margin:0;
}
.navbartop-wrapper .container ul.top-nav li{
list-style:none;
float:left;
margin: 11px 25px 0px 0px;
}
.navbartop-wrapper .container ul.top-nav li, .navbartop-wrapper .container ul.top-nav li a{
color:#bbbbbb;
text-transform:capitalize;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
.container ul.top-nav li.current-menu-item a{
background-color:#e8e6e6;
}
.navbartop-wrapper .container ul.top-nav li:hover, .navbartop-wrapper .container ul.top-nav li a:hover{
text-decoration:none;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
a.login-top, a.register-top, a.account-top, a.submit-top, a.logout-top{
display:block;
float:right;
padding:13px 20px 13px 20px;
height:100%;
color:#fff;
text-decoration:none;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
font-size: 11px;
font-weight: 400;
letter-spacing: 0.04em;
color: #969595;
text-transform: uppercase;
}
a.login-top i, a.register-top i, a.account-top i, a.submit-top i, a.logout-top i{
margin-right:5px;
}
.top-right{
float:right;
}
.top-right #searchform{
float:right;
margin-bottom:0px;
}
.top-right #searchform input[type=text]{
margin: 0px;
border-radius: 0px;
padding: 12px 20px;
border-bottom: 0px;
border-top: 0px;
background-color: #2a2a2a;
color:#eee;
}
a.login-top:hover, a.register-top:hover, a.account-top:hover, a.submit-top:hover, a.logout-top:hover{
text-decoration:none;
color:#fff;
opacity:0.5;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
a.logout-top{
color:#999;
padding-right:0px;
}
a.logout-top:hover{
color:#666;
}
a.login-top{
background-color:#2b2a2a;
}
a.account-top{
margin-left:5px;
}
a.submit-top i, a.account-top i{
margin-right:5px;
}
a.logout-top i{
color: #c20606;
}
.reg-log-btn{
margin-top:15px;
}
/* Social media */
.navbartop-wrapper .container ul.social-media{
list-style:none;
padding:0;
margin:0 10px 0 0;
float:right;
}
ul.social-media li{
list-style:none;
float:left;
margin: 13px 15px 0px 0px;
}
ul.social-media li a{
width: 16px;
display:block;
height: 16px;
text-indent: -10000px;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
ul.social-media li a.facebook{
background: url('../img/icons/facebook.png') left bottom no-repeat;
}
ul.social-media li a.twitter{
background: url('../img/icons/twitter.png') left bottom no-repeat;
}
ul.social-media li a.rss{
background: url('../img/icons/rss.png') left bottom no-repeat;
}
ul.social-media li a.google{
background: url('../img/icons/google.png') left bottom no-repeat;
}
ul.social-media li a.skype{
background: url('../img/icons/skype.png') left bottom no-repeat;
}
ul.social-media li a:hover{
background-position:0px 0px;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
}
.logo-wrapper, .search-wrapper{
float:left;
padding-top: 0px;
padding-right: 10px;
border-right: 1px solid rgba(255,255,255,0.2);
height: 91px;
display:table;
}
.logo-wrapper a{
display: table-cell;
vertical-align: middle;
}
.search-wrapper{
height:42px;
border-radius:0;
}
.search-wrapper input{
background:url(../img/search-icon.jpg) center right no-repeat #333 !important;
border: 0px;
height:21px;
border-right:1px solid #1d1d1d;
border-left:1px solid #1d1d1d;
}
h1.entry-title{
color: #666;
}
/* Main navigation */
.navbar{
text-decoration: none;
float:right;
}
.navbar-inverse .nav > li.current-menu-item > a{
color: #ffffff ;
}
.navbar-wrapper{
position:relative;
z-index:99999;
background:white;
border-bottom:0px solid rgba(255,255,255,0.2);
}
.page-template-tmp-no-title-php .navbar-wrapper{
border-bottom: 1px solid #E7E7E7;
}
.navbar-wrapper.navtransparent{
border-bottom:1px solid rgba(255,255,255,0.2);
background:rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-nav > li > a{
font-family: Lato, arial;
font-style: normal;
color: #ffffff;
font-size: 13px;
opacity: 1;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;
transition: all 0.4s;
position: relative;
font-size: 13px;
font-weight: 700;
line-height: 90px;
letter-spacing: 0.08em;
text-transform: uppercase;
display: inline-block;
text-align: center;
min-width: 90px;
padding: 0 15px;
}
.navbar-inverse .navbar-nav > li > a:after {
-wekbit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
content: "";
position: absolute;
bottom: 20px;
left: 50%;
width: 0;
height: 2px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.navbar-inverse .navbar-nav > li > a:hover:after, .navbar-inverse .navbar-nav > li.current-menu-item > a:after,
.navbar-inverse .navbar-nav > .active > a:after{
width:45px;
}
/*
*
* Blocks
*
*/
.project-card{
border: 1px solid #e2e2e2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 10px;
min-height: 350px;
background-color: #fff;
margin-left:2%;
position:relative;
float:left;
}
.project-card .project-thumb-wrapper a{
display:block;
margin:-10px -10px 10px -10px;
border-radius: 5px 6px 0px 0px;
overflow: hidden;
}
h5.bbcard_name, h3.bbcard_name {
color: #333;
text-transform: none;
font-size: 20px;
}
h5.bbcard_name a{
color: #333;
}
.isoprblckall .project-card{
margin-left:1% !important;
margin-right:0.8% !important;
}
.caroufredsel_wrapper .project-card{
/width:210px !important;
}
.project-card.span4{
width:28.9%;
}
.project-card.span3{
width:21%;
}
.project-card.span4 img, .project-card.span3 img, .project-card img{
width:100%;
border-bottom: 1px solid #e2e2e2;
max-width:100%;
height:auto;
}
.project-card p{
margin-top:15px;
margin-bottom:10px;
}
.project-card p.plocation{
margin-top: 15px;
margin-bottom: 7px;
color:#999;
}
.project-card p.plocation span{
margin-right:5px;
}
.project-card a.edit-button{
float:left;
margin-top:10px;
}
.project-card ul, .project-stats{
margin:0;
padding:0;
display:table;
width:100%;
}
.project-card li, .project-stats li{
display:table-cell;
list-style-image: none;
list-style-type: none;
margin-left: 0;
white-space: nowrap;
color: #999999;
font-size:12px;
width:33.33%;
}
.project-stats li:last-child{
padding-right:0px;
}
.project-card li strong, .project-stats li strong{
display: block;
color: #333;
font-weight: bold;
font-size:16px;
}
.block_location{
margin-bottom:10px;
padding-bottom:10px;
}
.project-successful{
background: #72C626;
padding: 2px 0px 3px 5px;
margin: 10px 0px 15px 0px;
color: #fff;
float: left;
width: 98%;
border-radius:3px;
}
.project-unsuccessful{
background: #ff2a00;
padding: 2px 5px 3px 5px;
margin: 10px 0px 15px 0px;
color: #fff;
float: left;
width: 98%;
border-radius:3px;
}
body .project-card .progress{
overflow:hidden;
height:13px;
}
/* Page blocks */
.block-category_block{
margin:15px 0px 0px 0px;
}
.template-wrapper .title{
margin: 30px 0px 30px 0px;
}
#category-menu{
float:right;
width:22%;
min-height: 330px;
border-left: 1px solid #e5ebf0;
padding-top:25px;
}
#category-menu li{
list-style:none;
padding-left:5px;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
#category-menu li:hover, #category-menu li.current{
list-style:none;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
#category-menu li a{
display:block;
font-size:14px;
color:#666;
padding:5px 5px 5px 35px;
position:relative;
}
#category-menu li a:hover, #category-menu li.current a{
display:block;
background:transparent;
position:relative;
}
#category-post-content{
width:74%;
float:left;
position: relative;
padding-top: 0px;
}
.block-project_highlight_block #category-post-content .project-thumb-wrapper{
float:left;
width: 42%;
margin-right: 3%;
}
.block-project_highlight_block #category-post-content .project-thumb-wrapper img{
width: 100%;
margin-top: 5px;
}
#loading-animation{
text-align:center;
}
.highlight-block .project-thumb-wrapper{
float:left;
width:45%;
}
.highlight-block .project-thumb-wrapper a{
display: block;
width: 377px;
border: 1px solid #63e92a;
}
.highlight-block .project-thumb-wrapper img{
width:375px;
position: relative;
top: -10px;
right: -10px;
}
.highlight-block #category-post-content{
margin-top: 30px;
}
.highlight-block #category-menu{
margin-top: 0px;
}
.category-container{
float:left;
width:55%;
}
.category-container h3{
margin-top:0px;
}
.category-container h3 a{
color: #333;
font-size: 20px;
text-transform: none;
}
.category-container .edit-button{
margin-top:0px;
float:right;
}
.category-container .project-stats{
width:100%;
margin-bottom:25px;
}
.category-container .project-stats li{
margin-right:10px;
text-transform:capitalize;
}
.category-container .project-stats li:first-child{
border-left:0px;
padding-left: 0px;
}
.category-container .project-stats li strong{
font-size:20px;
display:inline-block;
margin-right: 5px;
font-weight: 500;
}
.block-projects_block .edit-button{
float:right;
margin-bottom:15px;
}
.block-projects_block .title{
margin-bottom:20px;
}
.block-projects_block .isotope{
margin-top: 35px;
}
.isotope, .isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope .isotope-item {
margin-top:20px;
margin-bottom:20px;
}
.block{
margin-bottom: 20px;
margin-top: 20px;
position:relative;
}
.block-page_header_block h2{
font-size: 50px;
line-height: 60px;
text-transform: uppercase;
color: #666;
}
.block-page_header_block p{
margin: 0px 0px 0px 0px;
font-size: 18px;
color: #999;
margin-top: 0px;
}
/* Tabs & Accordion */
.block_tabs, .block_accordion_wrapper, .block_toggles_wrapper{
margin-top: 10px;
}
.block_tabs .nav-tabs li a{
opacity:1;
}
.splitter li a, .nav-tabs a{
padding:10px 20px 10px 20px;
font-weight:normal;
display:block;
color:#fff;
font-size:12px;
opacity: 1;
background:#333;
}
.splitter li[class*="selected"] > a, .splitter li a:hover, .nav-tabs a:hover, .nav-tabs > li.active > a{
color:#fff;
opacity: 1;
}
.nav-tabs .ui-state-active a,.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, a.ui-accordion-header-active, .block_accordion_wrapper .ui-state-hover, .block_toggle .open {
color:#fff;
}
.ui-accordion-content p{
background-attachment: scroll;
background-clip: border-box;
background-color: #FFFFFF;
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
padding-bottom: 9px;
padding-left: 15px;
padding-right: 15px;
padding-top: 9px;
}
.block_accordion_wrapper h3 {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-user-select: none;
background-attachment: scroll;
background-clip: border-box;
background-color: #FFFFFF;
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
border-bottom-color: #D8D8D8;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
border-image-slice: 100% 100% 100% 100%;
border-image-source: none;
border-image-width: 1 1 1 1;
border-left-color: #D8D8D8;
border-right-color: #D8D8D8;
border-left-width: 1px;
border-right-width: 1px;
border-left-style: solid;
border-right-style: solid;
border-top-color: #D8D8D8;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-style: solid;
border-top-width: 1px;
font-size: 14px;
font-weight: normal;
line-height: 21px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 70px;
padding-top: 10px;
position: relative;
}
.addthis_toolbox{
height: 30px;
}
/*
*
* Pages
*
*/
.page .span12{
margin-left:0px;
}
#profile .span9{
width:690px;
}
.page-title{
min-height:200px;
text-align:center;
}
.page-title .span12{
margin-left:0px;
}
.page-title h1{
font-size:41px;
color:#fff;
text-transform:none;
font-weight:normal;
margin: 50px 20px 15px 20px;
margin-top: 50px;
text-shadow:0px 2px 10px rgba(0,0,0,0.75);
}
.page-title h1 a{
font-size:60%;
}
.breadcrumbs{
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
font-size: 14px;
font-family: 'Lato', sans-serif, arial;
margin: 27px 10px 20px 20px;
color: white;
opacity: 0.8;
font-weight: 400;
}
.breadcrumbs:hover{
opacity:1;
}
.title-page{
margin-left:-5px;
}
.normal-page{
margin-top:15px;
}
/* 404 page */
.four0four{
text-align: center;
padding: 100px 0px 80px 0px;
}
.huge {
font-size: 80px;
padding-bottom: 30px;
color: rgba(153,153,153, 0.8);
text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}
/*
*
* Blog page
*
*/
/* Blog list */
.blog .span8{
margin-left:0px;
}
.page-template-tmp-blog-left-php .blog .span8{
margin-left: 2.9%;
}
.page-template-tmp-blog-left-php .blog .span4 {
margin-left:0px;
}
.blog .span4{
/margin-left: 25px;
/width:295px;
margin-bottom:20px;
}
.blog{
margin-top:15px;
}
.blog-list{
float:left;
margin-bottom:30px;
margin-top:20px;
position:relative;
width:100%;
}
.blog-list p{
line-height:26px;
}
.blog-list h2 a{
color: #5a5a5a;
}
.blog-thumb-wrapper{
min-width:50px;
min-height:50px;
float:left;
}
.blog-pdate{
position:absolute;
left:0px;
top:0px;
color:#fff;
padding:15px;
font-weight:bold;
font-size:14px;
text-align:center;
line-height:20px;
z-index:999;
margin:10px;
}
.plove a{
color:white;
}
.blog-thumb-wrapper a img, .blog-list h2 a{
opacity: 1;
filter: alpha(opacity=100);
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
}
.blog-thumb-wrapper a img:hover, .blog-list h2 a:hover{
opacity: 0.75;
filter: alpha(opacity=75);
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
}
.blog-pdate-noimg{
color:#fff;
padding:15px;
font-weight:bold;
font-size:14px;
text-align:center;
line-height:20px;
float:left;
margin:0px 10px 10px 0px;
}
.blog-list img{
float:left;
margin:0px;
margin-right:15px;
min-width:100%;
max-width:100%;
}
.isotope .blog-list img, .isotope .blog-thumb-wrapper{
float:none;
}
.isotope .blog-list img{
height: auto;
}
.isotope .blog-list .button-green{
float: none;
width: 100%;
text-align: center;
}
.isotope .blog-list .button-green{
margin-bottom: 5px;
}
.blog-list h2{
font-size:18px;
line-height:20px;
margin-top:18px;
margin-bottom:15px;
}
.blog-pinfo-wrapper{
border-top:1px solid #e2e2e2;
border-bottom:1px solid #e2e2e2;
padding: 10px 5px 10px 5px;
margin-top:35px;
}
.post-pinfo{
float:left;
width:70%;
margin-top: 13px;
font-size: 12px;
color: #999;
}
.blog-list .button-small{
float:right;
}
/* Blog page*/
.blog-post{
float:left;
margin-bottom:30px;
margin-top:20px;
position:relative;
width: 100%;
}
.blog-post-header img{
width:100%;
min-width:100%;
}
.blog-post-header h2{
font-size:20px;
margin:20px 0px 0px 0px;
}
.blog-post-header .blog-pinfo-wrapper{
margin-top:15px;
margin-bottom:15px;
}
.blog-post-header .post-pinfo{
margin-top:0px;
}
#comments h3{
margin-top: 30px;
margin-bottom: 30px;
}
#comments ul{
}
#comments ul li{
list-style: none;
}
#pager{
float:left;
margin:0;
padding:0;
margin-bottom:20px;
}
#pager li{
float:left;
list-style:none;
margin-right:10px;
}
#pager li a{
display:block;
padding:5px 10px 5px 10px;
border:1px solid #e2e2e2;
}
#pager li a.active, .blog #pager li a:hover{
color:#fff;
}
.search #pager, .profile-projects #pager{
padding-left: 20px;
margin-top: 10px;
}
.page-selector{
padding-bottom: 6px !important;
padding-top: 4px !important;
}
/* Widgets */
footer ul, .widget ul {
margin: 0px;
padding: 0px;
}
footer > ul > li {
list-style: none;
border-top: 1px solid #333;
padding: 10px 10px 10px 0px;
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}
.widget > ul > li {
border-top: 1px solid #ddd;
padding-top: 15px;
padding-bottom: 15px;
list-style: none;
}
.widget{
padding: 20px;
background: #fcfcfc;
border: 1px solid #eee;
margin: 20px 0px 0px 0px;
}
.widget h3{
margin-top: 0px;
margin-bottom: 20px;
line-height: 1 !important;
font-size: 16px;
font-weight: normal;
padding: 20px;
margin-left: -20px;
margin-right: -20px;
min-width:100%;
margin-top: -20px;
background: #3d3d3d;
font-weight: bold;
border-bottom-style: solid;
border-bottom-width: 3px;
color: white;
}
.widget form{
margin-bottom:0px;
}
.widget textarea,.widget input[type="text"],.widget input[type="password"],.widget input[type="datetime"],.widget input[type="datetime-local"],.widget input[type="date"],.widget input[type="month"],.widget input[type="time"],.widget input[type="week"],.widget input[type="number"],.widget input[type="email"],.widget input[type="url"],.widget input[type="search"],.widget input[type="tel"],.widget input[type="color"],.widget .uneditable-input{
width: 90%;
padding: 5%;
margin: 0px;
}
/* Projects widget */
.widget .review li .img, .footer_widget .review li .img{
float:left;
width:20%;
margin-right: 5%;
margin-right: 10px;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
.widget .review li .img:hover, .footer_widget .review li .img:hover{
opacity: 0.75;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
.widget .review li .info, .footer_widget .review li .info{
float:left;
width:75%;
}
.widget .review li .info h4, .footer_widget .review li .info h4{
font-size:14px;
margin-top:0px;
margin-bottom:5px;
}
.widget .review li .info h4 a{
color:#333;
font-weight:bold;
}
.widget .review li .info .post-author, .footer_widget .review li .info .post-author{
font-size:10px;
margin-top:-6px;
}
.widget .review li .info .progress, .footer_widget .review li .info .progress{
height: 10px;
box-shadow: none;
border-radius: 3px;
margin-bottom:0px;
background:#eee;
}
.widget .review li .info .project-stats, .footer_widget .review li .info .project-stats{
margin-top:10px;
}
.widget .review li .info .project-stats .pledged, .footer_widget .review li .info .project-stats .pledged{
margin-left: 10px;
min-width: 50px;
}
.widget .review > li, .footer_widget .review > li {
height: auto;
border-bottom: 0px;
border-top: 1px solid #eee;
margin: 10px 0px 0px 0px;
padding-top: 25px;
list-style: none;
padding-bottom: 15px;
}
.widget .review > li:first-child , .footer_widget .review > li:first-child {
margin-top: 0px;
border-top: 0px;
padding-top: 10px;
}
.widget .review li small, .footer_widget .review li small{
font-size: 11px;
color: #999;
}
.widget .review li .info .overall-score .rating, .footer_widget .review li .info .overall-score .rating {
font-size: 15px;
text-shadow: 0px 0px 0px;
}
.widget .review li .info .overall-score, .footer_widget .review li .info .overall-score {
margin: 0;
padding: 0;
}
.footer_widget .review li .img{
display:none;
}
.footer_widget .review li .info{
width:100%;
}
.footer_widget .review li .info .progress{
background:#333;
}
.footer_widget .review > li{
border-top: 1px solid #333;
color:#999;
padding-top: 20px;
padding-bottom: 10px;
}
.footer_widget .project-card li strong, .footer_widget .project-stats li strong{
color:#ccc;
}
.footer_widget > ul > li:last-child {
border-bottom: 1px solid #333;
border-bottom: 0px;
border-top: 1px solid #333;
}
.p-widget.review li .img{
display:block;
width:16%;
margin-right:4%;
}
.p-widget.review li .info{
width:79%;
}
.p-widget.review li .info .post-author{
margin:7px 0px;
}
.footer_widget a:hover{
color:white;
}
/*
*
* Project page
*
*/
.project-page{
padding-bottom:40px;
}
.fund-tabs-cont{
width:100%;
background:#f1f1f1;
border-bottom:1px solid #d7cfc5;
min-height:65px;
margin-bottom:50px;
}
.fund-tabs-cont .nav-tabs{
text-align: center;
}
.fund-tabs-cont .nav-tabs > li{
display: inline-block;
margin-bottom: -1px;
vertical-align: bottom;
float:none;
}
.fund-tabs-cont .nav-tabs > li > a{
background:transparent;
border-radius: 0px;
padding: 23px 15px;
margin: 0px;
border: 0px solid transparent;
border-bottom:2px solid transparent;
margin-right: 2px;
border-radius: 0px;
text-transform: capitalize;
font-size: 14px;
font-weight: 400;
color: #333 !important;
text-shadow: none;
opacity:0.8;
}
.fund-tabs-cont .nav-tabs > li > a strong{
font-weight: 500;
font-size: 12px;
margin-left: 3px;
top: -4px;
position: relative;
}
.fund-tabs-cont .nav-tabs > li > a:hover,.fund-tabs-cont .nav-tabs > li.active > a,
.fund-tabs-cont .nav-tabs > li.active > a, .fund-tabs-cont .nav-tabs > li.active > a:hover, .fund-tabs-cont .nav-tabs > li.active > a:focus{
border: 0px solid transparent;
border-bottom:2px solid transparent;
opacity:1;
background:transparent;
}
.tab-pane .span8{
margin-left:0px !important;
}
.project-info-wrapper{
}
.project-thumb-wrapper-big img{
min-width:100%;
max-width:100%;
height:auto !important;
}
.button-contribute{
font-size:20px;
font-weight:bold;
text-shadow:0 1px 0 #666;
}
.button-contribute:hover{
text-shadow:0 1px 0 #999;
}
.project-info, .project-info h3{
float:left;
}
.project-info h3.traised{
margin-top:30px;
margin-bottom:0px;
}
.project-info{
width:100%;
color:#999;
}
.project-info h3{
font-size:42px;
color:#333;
padding:0px;
line-height: 34px;
margin-top:0px;
width: 80%;
font-weight:bold;
}
.project-info h3 span{
font-size:12px;
color:#999;
font-weight:normal;
text-transform:none;
font-size:12px;
position: relative;
top: -13px;
}
.col-md-4 .project-info h3 span{
top:0px;
}
.project-info .progress{
float: left;
height: 340px;
margin-top: 0px;
width: 15px;
position: relative;
margin-bottom:0px;
margin-right:10%;
border-radius: 0px;
box-shadow: none;
}
.project-info .progress .bar{
position: absolute;
bottom: 0px;
width: 100%;
}
.funding-info{
margin-top: 15px;
}
.funding-info, .funding-minimum{
float:left;
width:80%;
font-size:12px;
}
.funding-minimum .button-small{
padding: 15px 20px;
margin-top:10px;
}
.funding-minimum .button-small i{
margin-right:5px;
}
.tabbable .alert{
margin-bottom: -20px;
margin-top: 20px;
}
.tabbable .alert.yay{
margin-top: 20px;
margin: -10px 10px 20px 10px;
}
.tabbable .alert-error{
margin:-20px 0px 20px 10px;
}
.cf-thanks .alert-success{
margin-top: 20px ;
margin-bottom: 0px;
}
.entry-content .error{
color:red;
}
/* Author */
.author-side{
background: white;
padding: 25px;
border: 1px solid #f1f2f2;
margin-top: 0px;
border-right: 0px;
}
.author-side img{
width: 75px;
height: 75px;
float: left;
border-radius: 50px;
position:relative;
}
.author-info{
float: left;
color: #999999;
margin-left: 15px;
width: 160px;
font-size: 12px;
}
.author-info a{
font-size: 16px;
font-weight: bold;
margin-top: 5px;
display: block;
}
.author-info p{
font-size: 12px;
color: #666;
margin-top: 0px;
opacity: 0.5;
}
.author-info p i{
margin-right:5px;
}
.author-info p .author-url{
font-size:13px;
}
.update-date-stamp{
font-size: 10px;
color: #999;
}
.update-date-stamp a{
margin-right:2px;
}
/* Perks */
.project-page .col-md-4 h2{
margin: 40px 0px 22px 1px;
text-transform: none;
font-weight: normal;
font-size: 22px;
}
.perks-wrapper{
margin:0 ;
padding:0px;
}
.perk{
border: 1px solid #e2e2e2;
list-style: none;
margin: 0px 0px 20px 0px;
background: #eeeeee;
padding: 15px;
border:1px solid #e2e2e2;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
cursor: pointer;
}
.perk:hover{
cursor: pointer;
background:#faf9f9;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
}
.perk .min-amount{
margin: 20px -16px -16px -16px;
}
.perk .min-amount input{
border: 0px;
width: 100%;
height: auto;
margin: 0px;
font-size:16px;
border-radius: 0px 0px 0px 0px;
padding: 15px 20px;
}
.perk label{
margin-top:0px !important;
cursor: pointer;
}
.perk label p{
margin-bottom:0px;
}
.perk h4{
color:#444;
text-transform:capitalize;
line-height:25px;
margin-top:0px;
}
.perk h4 span{
font-size:12px;
color:#999;
}
.perk p{
color:#888;
}
.who-are-you{
float: left;
width:50%;
}
.funding-method{
float: left;
width:50%;
}
/* Project content */
.project-social{
margin-top:10px !important;
}
.project-content, .project-social{
background: #faf9f9;
border: 1px solid #e2e2e2;
padding: 30px;
margin-top: 15px;
color: #666;
}
/* Project update */
#updates .comment-list{
padding:0px;
margin:0px;
}
#updates .comment-list li{
background:#f8f8f8;
border:1px solid #e2e2e2;
padding:15px;
margin-bottom:15px;
list-style:none;
}
#updates .comment-list li img{
max-width:100%;
}
#updates .comment-list li .update-date-stamp{
font-size: 11px;
color: #999;
}
#updates .comment-list li p{
padding: 10px 0px;
/* background: white; */
margin-top: 5px;
border-top: 1px solid #eee;
color: #333;
}
/* OLD
.project-update{
background:#eeeeee;
border:1px solid #e2e2e2;
padding:15px;
margin-bottom:15px;
}
.project-update-avatar, .project-update-info h4, .project-update-date{
float:left;
}
.project-update-info{
border-bottom:1px solid #e2e2e2;
margin-bottom:20px;
}
.project-update-info img{
width:60px;
height:60px;
border:3px solid;
margin:0px 15px 15px 0px;
}
.project-update-info h4{
font-size: 16px;
margin-top: 18px;
width:80%;
}
/*
/* Project backers */
.project-backer{
background: #faf9f9;
border: 1px solid #e2e2e2;
padding: 30px 20px;
margin-bottom: 0px;
text-align: center;
margin-right: -1px;
min-height: 222px;
margin-bottom: -1px;
}
.project-backer .pb-img img{
border-radius:50px;
}
.project-backer .name{
margin-top:5px;
color: #666;
font-size: 18px;
}
#project-funders .icon.charged {
background: url(../funding/admin/images/money.png) left top no-repeat;
height: 15px;
width: 19px;
position: absolute;
top: 5px;
right: 2px;
}
#project-funders .icon.charged_error {
background: url(../funding/admin/images/error.png) left top no-repeat;
height: 15px;
width: 19px;
position: absolute;
top: 5px;
right: 2px;
}
.cf-notice{
margin-bottom:20px;
}
/* project comments */
.project-comment, .comment-form{
background:#faf9f9;
border:1px solid #e2e2e2;
padding:20px;
margin-bottom:5px;
}
.comment-form .comment-form{
border:none;
padding-bottom:0px;
}
.comment-form{
padding: 30px;
clear:both;
}
#respond h2, .comment-form h2{
font-size: 20px;
margin: 10px;
margin-bottom: 20px;
margin-top: 0px;
color: #666;
margin-left: 0px;
clear: both;
}
#respond h2{
margin-bottom:10px;
}
#tab3 #respond h2, #tab4 #respond h2{
border-bottom: 1px solid #e2e2e2;
padding-bottom: 10px;
}
.comment-form .form{
margin-bottom:0px;
}
.comment-form .comment-list .project-comment{
background: white;
}
.comment-form .comment-list .project-comment .comment-author{
float: left;
margin-right: 30px;
}
.comment-form .comment-list{
padding-left: 0px;
}
.project-comment li{
background:#eeeeee;
border:1px solid #e2e2e2;
padding:15px;
margin-bottom:5px;
}
.comment-form textarea{
width:98% ;
}
.comment-form button{
margin-top:15px;
}
.project-comment .span1{
margin-left: 0;
}
.project-comment .span1 img{
border:2px solid;
width:50px;
height:50px;
float:left;
margin:0px 10px 0px 0px;
}
.project-comment .span1 img, .project-backers .span1 p{
float:left;
}
.comment-info{
color:#999;
margin-bottom:15px;
}
#tab3 ul.updates, #tab4 ul.comment-list{
list-style:none;
margin-bottom:50px;
}
#tab3 ul.updates li, #tab4 ul.comment-list li{
padding: 20px;
background: white;
border: 1px solid #e2e2e2;
position:relative;
}
#tab3 ul.updates li p, #tab4 ul.comment-list li p{
margin:15px 0px 0px 0px;
color: #666;
}
#tab3 ul.updates li a.comment_deletor, #tab4 ul.comment-list li a.comment_deletor{
font-size: 10px;
opacity: 0.5;
color: red;
float: right;
display: block;
position: absolute;
top: 20px;
right: 20px;
}
/* gallery */
.project-gallery{
background:#eeeeee;
border:1px solid #e2e2e2;
padding:15px;
margin-bottom:5px;
list-style:none;
}
.project-gallery .gallery-image{
list-style:none;
float:left;
margin:0px 8px 15px 5px;
}
.project-gallery .gallery-image a{
border:2px solid;
width:130px;
height:130px;
display:block;
overflow:hidden;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
opacity: 0.75;
filter: alpha(opacity=75);
}
.project-gallery .gallery-image a:hover{
border:2px solid;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
opacity: 1;
filter: alpha(opacity=100);
}
.project-gallery .gallery-image img{
width:130px;
min-height:130px;
min-width:130px;
}
/*
*
* All projects page
*
*/
.all-projects{
background:white;
padding-top:30px;
padding-bottom:30px;
}
.all-projects #category-post-content{
width:75%;
}
#category-menu{
width:23%;
margin-left:12px;
padding-left:0px;
margin-top:25px;
}
#category-menu li a:after{
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
left:5px;
}
#category-menu li a:hover:after, #category-menu li.current a:after{
left:20px;
}
/*
*
* Profile page
*
*/
.profile{
padding-top:20px;
margin-bottom:0px;
background:white;
}
.profile-projects{
background: #f8f8f8;
border-bottom: 1px solid #e2e2e2;
border-top: 1px solid #e2e2e2;
}
.profile-projects .container.blog{
background: #f8f8f8;
}
.author .profile-projects, .archive .profile-projects{
border-bottom:0px;
}
.profile-projects h2{
font-size: 20px;
margin-left:2.8%;
}
.profile-projects .span12{
margin-left:0px;
}.
.profile-info h1{
font-size:25px;
margin-top:0px;
}
.profile-info{
position:relative;
}
.profile-info .tabbable {
margin-bottom: 15px;
width:72%;
}
.profile-info .tabbable .span10{
margin-left:0px;
}
.profile .nav-tabs{
position:absolute;
right:0px;
top:-64px;
margin-top:0px !important;
}
#profile-edit #description{
font-size:12px;
}
.profile .tab-content{
overflow: hidden;
}
dl small{
color:#999;
font-weight: normal;
}
#profile{
padding-bottom: 20px;
}
#profile h1{
font-size:28px;
margin-top:0px;
color:#333;
}
#profile table{
border: 1px solid #e8e8e8;
width:100%;
}
#profile table tr{
border-bottom: 1px solid #e8e8e8;
}
#profile table tr:last-child{
border-bottom: 0px;
}
#profile table td:first-child{
width: 27%;
color:#666;
font-size:12px;
font-weight:bold;
background:#fcfcfc;
border-right: 1px solid #e8e8e8;
}
#profile table td{
padding:20px;
color:#999999;
}
#profile h1 small{
display: inline-block;
background: #cccccc;
padding: 5px 8px;
border-radius: 5px;
font-size: 10px;
font-weight: bold;
color: white;
position: relative;
top: -4px;
margin-left: 10px;
text-transform: capitalize;
}
.profile-info .shadow{
border: 1px solid #e8e8e8;
border-radius: 5px;
position: relative;
max-width: 250px;
float: right;
margin-bottom: 20px;
}
.profile-info .shadow img{
border-radius:6px;
width:100%;
}
.profile-info .shadow:before{
display:block;
content:'';
border-radius: 5px;
position:absolute;
width:100%;
height:100%;
-moz-box-shadow:inset 0px 0px 0px 8px white;
-webkit-box-shadow: inset 0px 0px 0px 8px white;
box-shadow:inset 0px 0px 0px 8px white;
}
.biography{
color:#999;
}
.page-template-tmp-my-account-php .breadcrumbs{
display:none;
}
body .profile select{
padding:4px 6px;
}
body .profile .form-submit{
margin-top:15px;
}
body .profile .description{
font-size: 11px;
margin-top: 6px;
color: #999;
}
.profile-projects .project-card .button-small{
font-size: 80%;
padding: 5px 10px;
float:none;
display:inline-block;
}
/*
*
* Contact page
*
*/
/* Google map */
#map-canvas{
width: 100%;
height: 500px;
}
#map-canvas img {
max-width: none;
}
.contact-page form .span6{
padding-bottom:50px;
}
.gmap{
position: relative;
margin-left:0px !important;
margin-right:0px !important;
padding-left:0px !important;
padding-right:0px !important;
height: 500px;
width: 100% !important;
z-index: 33333;
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
padding-left: 0px;
margin-top: 0px;
}
.gmap:hover{
transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
@media print {
html, body {
height: auto;
}
}
#panel {
position: absolute;
top: 5px;
left: 50%;
margin-left: -180px;
z-index: 5;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
}
.huge {
color: rgba(153, 153, 153, 0.8);
font-size: 110px;
padding-bottom: 30px;
text-shadow: 1px 4px 6px #DDEEFF, 0 0 0 #000000, 1px 4px 6px #DDEEFF;
}
#toTop{
z-index: 22222 !important;
}
.contact{
padding: 15px 15px 15px 0px;
margin-top:15px;
}
.contact ul{
padding:0;
margin:0;
}
.contact textarea{
width: 90%;
height: 180px;
padding:2%;
}
.contact .input-prepend{
margin-bottom:15px;
}
.contact input[type='submit']{
margin-left:0px;
}
.contact .controls{
margin-top:20px;
}
.controls li{
list-style:none;
}
.contact .ctitle{
background: url(http://theme-fusion.com/avada/wp-content/themes/Avada/images/bg-title.gif) repeat-x 0 50%;
line-height: 1 !important;
font-size: 18px;
color: #333;
font-weight: normal;
margin-top:0px;
margin-bottom:20px;
}
.contact .title span{
background:#fff;
padding-right: 7px;
}
.cpage .span8{
margin-left:0px ;
}
.contact label.error{
padding: 5px;
margin: 10px 0px 0px 27px;
border: 1px solid;
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
width:135px;
}
.nnupdates{
margin: 0px 0px 20px 0px;
border: 1px solid;
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
padding: 10px 15px;
border-radius: 3px;
}
.contact .error{
border: 1px solid;
border-color: #b94a48;
}
/*
*
* Footer
*
*/
.footer_widget1, .footer_widget2, .footer_widget3, .footer_widget4{
float:left;
}
footer{
padding:20px 0px 20px 0px;
margin-top:0px;
z-index: 1;
position: relative;
background-color: #282828;
}
footer h3{
color: #f1f1f1;
font-weight: 800;
font-size: 14px;
margin-bottom: 25px;
border-left: 2px solid #63e92a;
padding-left: 10px;
}
.copyright{
background:#1c1c1c;
padding:10px 0px 0px 0px;
color:#666;
}
.footer_widget ul{
margin:0px;
padding:0px;
}
.footer_widget > ul > li{
color:#1d1d1d;
list-style:none;
border-top:1px solid #333;
}
.footer_widget > ul > li > a{
display:block;
padding:10px 10px 10px 30px;
position:relative;
}
.footer_widget > ul > li > a:after, #category-menu li a:after {
content: "\f101";
position: absolute;
left: 0px;
color:white;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
top: 50%;
margin-top: -7px;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
.footer_widget > ul > li > a:hover:after{
left:10px;
}
.footer_widget > ul > li > a:hover{
color:#fff;
}
.footer_widget > ul > li:last-child{
border-bottom:1px solid #333;
}
.footer_widget ul li.recentcomments a{
display:inline;
}
.footer_widget ul li.recentcomments{
padding:10px;
}
#wp-calendar{
width:100%;
}
#wp-calendar td, #wp-calendar th, #wp-calendar caption{
padding:5px;
color:#999;
text-align:center;
}
#wp-calendar tfoot td{
text-align:left;
}
#wp-calendar td:hover, #wp-calendarth:hover{
background:#333;
}
/* Widgets */
.textwidget{
color:#999;
}
.footer_widget{
float:left;
}
.tagcloud a{
background: #333;
border: none;
color: #eaeaea!important;
font-style: normal;
font-size: 12px !important;
font-weight: bold;
padding: 3px 8px 3px 8px;
margin-bottom: 4px;
display: inline-block;
}
.widget_images a img{
margin: 1px 0px 2px 0px;
border:3px solid #404040;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
opacity: 0.5;
filter: alpha(opacity=50);
}
.widget_images a img:hover{
border:3px solid;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
opacity: 1;
filter: alpha(opacity=100);
}
}
/* predefined by bootstrap */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
color: #5a5a5a;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Downsize the brand/project name a bit */
.navbar .brand {
padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
font-size: 16px;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
margin-top: 10px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 979px) {
.container.navbar-wrapper {
margin-bottom: 0;
width: auto;
}
.navbar{
float:left;
width: 100%;
}
.navbar-inner {
margin:0px;
margin-bottom:15px;
padding-right:0px !important;
background:#333 !important;
}
body.page .navbar-inverse .navbar-nav > li > a {
padding:0;
line-height:45px;
}
body.page .navbar-inverse .navbar-nav > li > a:after {
bottom:0;
}
.btn-navbar{
background: url(../img/mobile-nav-btn.png) top 5px center no-repeat #000 !important;
padding: 10px !important;
width: 20px;
margin-right: 10px !important;
padding-top: 20px !important;
}
.carousel .item {
height: 500px;
}
.carousel img {
width: auto;
height: 500px;
}
.featurette {
height: auto;
padding: 0;
}
.featurette-image.pull-left,
.featurette-image.pull-right {
display: block;
float: none;
max-width: 40%;
margin: 0 auto 20px;
}
.logo-wrapper{
width: 100%;
text-align: center;
margin-bottom: 10px;
border:none;
}
.search-wrapper input{
width: 95%;
}
.navbartop-wrapper{
height: auto !important;
}
.search-wrapper, .search-wrapper form{
width:100%;
}
.navbartop-wrapper .container ul.social-media {
list-style: none;
padding: 0;
margin: 0 auto;
display: inherit;
float:none;
}
.top-right #searchform {
float:none;
}
a.login-top, a.register-top, a.account-top, a.submit-top, a.logout-top{
float:none;
display:inline-block;
padding-left: 2%;
padding-right: 2%;
margin-bottom: 1px;
}
.navbartop-wrapper .container{
margin:0px;
padding:0px;
}
.top-right {
float: none;
width: 100%;
text-align: center;
}
}
.user_project #wpwrap{
width: 920px;
margin: 0 auto;
}
.user_project #wpwrap footer{
width: 920px;
margin: 0 auto;
}
/* Default wp */
html #wpadminbar{
z-index:99999 !important;
}
blockquote{
display:block;
margin: 10px 0px 20px 0px;
border-left: 1px solid #CCC;
color: #AEAEAE;
padding: 10px 0px 10px 25px;
font-style: italic;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 10px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 10px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignright {
float: right;
margin: 5px 0 10px 20px;
}
a img.alignnone {
margin: 5px 20px 10px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 10px 0;
max-width:100%;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; /* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.sticky
{}
.gallery .gallery-caption
{
font-size: 12px;
margin: 0 0 12px;
}
.sub-menu{
display: none;
}
#postcustomstuff .submit .deletemeta{
color: #000;
}
#postcustomstuff .submit .updatemeta{
color: #000;
}
#ui-datepicker-div{
display: none;
background-color: white;
padding: 10px 20px 10px 10px;
border: 1px solid #eee;
}
#LoginWithAjax_Remember{
display: none;
}
.single-project .container.page{
padding-bottom:20px;
}
.block_accordion_wrapper h3{
background: #fff;
border: 1px solid #D8D8D8;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin: 0.5em 0 10px;
position: relative;
font-size: 14px;
line-height: 21px;
font-weight: normal;
margin: 0;
padding: 10px 70px 10px 15px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
cursor: pointer;
}
.ui-accordion-content{
display: none;
background: url(../pagebuilder/assets/images/drop-bg.png) repeat-x 0 top;
overflow: hidden;
padding: 15px 15px 5px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border: 1px solid #D8D8D8;
margin-top: -1px;
}
.block_accordion_wrapper h3 .arrow{
background-image: url("../pagebuilder/assets/images/dropdown-arrows.png");
background-position: -40px -3px;
background-repeat: no-repeat;
display: block;
float: right;
height: 14px;
position: absolute;
right: 15px;
top: 13px;
width: 14px;
}
.block_accordion_wrapper h3:hover .arrow{
background-position: -9px -3px;
background-image: url("../pagebuilder/assets/images/dropdown-arrows.png");
background-repeat: no-repeat;
display: block;
float: right;
height: 14px;
position: absolute;
right: 15px;
top: 13px;
width: 14px;
}
.block-highlight_block, .highlight-no-margin, .block-clear_block, .block-text_block, .block-tabs_block {
margin-bottom: 0px !important;
margin-top:0px !important;
}
.footer_widget #searchform input{
width: 80%;
}
.menu{
padding-top: 0px !important;
}
#fb_login_button{
margin-top: 10px;
}
#fb_login_button span{
background-size: auto;
background-repeat: no-repeat;
float:left;
background-position: 3px -80px;
height: 26px;
width: 40px;
border: 1px solid #29447e;
background-color: #5f78ab;
background-image: url(http://static.ak.fbcdn.net/rsrc.php/v2/yx/r/j_i0CTUUUEe.png);
padding-left: 32px;
color:#fff;
line-height: 28px;
}
#fb_login_button a{
/*float:left; */
}
#twitter_login_link{
color: #FFF;
background-color: #0271BF;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(#2daddc,#0271bf);
background-image: -ms-linear-gradient(#2daddc,#0271bf);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2DADDC),color-stop(100%,#0271BF));
background-image: -webkit-linear-gradient(#2DADDC,#0271BF);
background-image: -o-linear-gradient(#2daddc,#0271bf);
background-image: linear-gradient(#2DADDC,#0271BF);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daddc',endColorstr='#0271bf',GradientType=0);
border-color: #096EB3;
padding: 7px 10px;
margin-left: 15px;
border-radius: 5px;
line-height: 28px;
}
#prostatus{
float: left;
font-weight: bold;
}
.profile-projects #prostatus{
position: absolute;
top: 25px;
left: 0px;
padding: 5px 15px;
background: #666;
color: white;
border-radius: 0px 3px 3px 0px;
}
/*carousel fred style*/
@CHARSET "ISO-8859-1";
.more{
color:#ca7700;
font-family:Verdana,Geneva,sans-serif;
font-size:11px;"
}
.category-container #post-content .icon-map-marker{
margin-left:8px;
}
.foo_con, .project-card p, .category-container #post-content{
font-size: 12px;
letter-spacing: 0px;
line-height: 18px;
color:#666;
}
.category-container .post-author{
color:#999;
}
.category-container #post-content{
margin-top:15px;
font-size:14px;
line-height:20px;
}
.category-container #post-content span{
display:inline-block;
margin-right:10px;
}
.category-container #post-content .the_excerpt{
min-height: 65px;
color: #999999;
font-size: 14px;
line-height: 21px;
font-weight: 300;
}
.category-container #post-content .project_collected{
margin-top:40px;
margin-bottom:10px;
font-size:16px;
font-weight:300;
}
.category-container #post-content .project_collected strong{
font-size:24px;
font-weight:500;
}
.category-container #post-content .edit-button {
margin-top: 0px;
float: right;
position: absolute;
top: 25px;
right: 0px;
padding: 5px 10px;
font-size: 10px;
}
.category-container #post-content p{
margin-top:15px;
margin-bottom:5px;
font-size:12px;
}
.caroufredsel_wrapper{
/height:380px !important;
/width: 1030px !important;
}
.caroufredsel_wrapper>div {
width:100%!important;
}
.caroufredsel_wrapper .project-card{
margin: 0px 0px 15px 15px !important;
}
#foo1{
height:auto !important;
}
.image_carousel {
padding: 0px 55px 15px 45px;
position: relative;
}
a.prev, a.next {
border-radius:5px;
width: 45px;
height: 50px;
display: block;
position: absolute;
top: 40%;
}
#foo_content{
padding: 9px;
margin: 7px;
display: block;
float: left;
height:auto;
width:150px;
min-height:150px;
max-height:280px;
}
a.prev { left: 0px;
background:url(../img/left.png);
background-color:#333;
background-repeat:no-repeat;
background-position:center;
}
a.next { right: 0px;
background:url(../img/right.png);
background-color:#333;
background-repeat:no-repeat;
background-position:center;
}
a.prev span, a.next span {
display: none;
}
.clearfix {
float: none;
clear: both;
}
#toTop{
z-index: 22222 !important;
}
.centered{
text-align:center;
}
.bgpattern{
padding:20px;
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}
.bgpattern:hover{
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}
.bgpattern:hover > h2, .bgpattern > h2, .bgpattern:hover > .container > h2, .bgpattern > .container > h2, .bgpattern:hover > .icon, .bgpattern:hover > p{
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}
.bgpattern:hover > p{
color:#f1f1f1;
}
.charblock.vc_column_container{
padding:0px 25px;
}
.charblock .vc_column-inner{
border-radius: 8px;
border: 1px solid rgba(0, 0, 0, 0.04);
background: white;
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
top:0px;
position:relative;
}
.charblock:hover .vc_column-inner{
top:-10px;
box-shadow: 0px 3px 15px rgba(0,0,0,0.05);
}
.icon{
}
.icon span{
font-size:40px;
line-height:80px;
}
/***************************/
/******** Blocks ********/
/***************************/
.home-isotope {
margin-top: 10px;
}
.home-isotope [class*=col] {
background: #292929;
outline: #131313 solid 1px;
border: 1px solid #3c3c3c;
margin-right: 1%;
padding: 15px;
width: 49%;
margin-top: 1%}
.home-isotope .col-lg-6 h2 {
font-size: 24px;
font-weight: 400;
margin: 0 0 10px;
line-height: 34px;
color: #00d2ff;
font-family: 'Titillium Web', Arial;
}
.home-isotope .col-lg-6 img.post-img {
width: 100%;
border: 1px solid #000;
margin-bottom: 10px;
}
.block_accordion_wrapper, .block_tabs, .block_toggles_wrapper {
margin-top: 10px;
}
.block_tabs .nav-tabs>li {
opacity: 1;
float: left;
position: relative;
display: block;
margin: 0 2px;
color: #fff;
border-radius: 4px 4px 0 0;
}
.news-dark-hover {
background: rgba(0, 0, 0, .35);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
z-index: 10;
}
.main-news-block [class*=col] a:hover>.news-dark-hover, .news-dark-hover:hover {
opacity: 0;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
.main-news-block [class*=col], .main-news-block [class*=col] a {
padding: 0;
margin: 0;
overflow: hidden;
}
.home-isotope .col-lg-6 .comments, .home-isotope .col-lg-6 i, .main-news-block [class*=col] h1 i, .main-news-block [class*=col] h2 i {
font-size: 12px;
font-family: Arial;
text-decoration: none;
text-transform: none;
font-style: normal;
text-shadow: 0 1px 2px #000;
color: #00d2ff;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
background: rgba(0, 0, 0, .5);
display: inline-block;
padding: 0 5px 0 0;
}
.home-isotope .col-lg-6 .comments b, .home-isotope .col-lg-6 i b, .main-news-block [class*=col] h1 i b, .main-news-block [class*=col] h2 i b {
padding: 5px;
background: rgba(0, 0, 0, .5);
margin-right: 5px;
}
.home-isotope .col-lg-6 .comments {
margin-left: 3px;
}
.home-isotope .col-lg-6 p {
padding-bottom: 10px;
}
.main-news-block [class*=col] h1 i {
position: relative;
top: -10px;
line-height: 20px;
}
.main-news-block [class*=col]:hover h1 i, .main-news-block [class*=col]:hover h2 i {
color: #fff;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
.main-news-block .col-lg-4 h2, .main-news-block .col-lg-8 h1 {
position: absolute;
left: 30px;
top: 30px;
color: #fff;
padding: 0 30px 0 0;
margin: 0;
text-transform: none;
font-weight: 600;
text-shadow: 0 0 5px rgba(0, 0, 0, 1);
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
z-index: 11;
}
.main-news-block .col-lg-4 h2 {
font-size: 28px;
}
.main-news-block .col-lg-8 h1 {
line-height: 48px;
font-size: 43px;
}
.main-news-block .col-lg-4 h2:hover, .main-news-block .col-lg-8 h1:hover, .main-news-block [class*=col]:hover h1, .main-news-block [class*=col]:hover h2 {
text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
color: #00d2ff;
}
.newsbh {
margin: 0;
padding: 0;
min-width: auto;
min-height: auto;
}
.title-wrapper h3{
font-size: 18px;
color: #333;
font-weight: bold;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
margin-bottom: 0px;
}
.span12 .newsbv-item-first, .vc_col-sm-10 .newsbh-item, .vc_col-sm-10 .newsbv-item-first, .vc_col-sm-11 .newsbh-item, .vc_col-sm-11 .newsbv-item-first, .vc_col-sm-12 .newsbh-item {
width: 23.5%}
.vc_col-sm-1 .newsbh-item, .vc_col-sm-1 .newsbv-item-first, .vc_col-sm-2 .newsbh-item, .vc_col-sm-2 .newsbv-item-first, .vc_col-sm-3 .newsbh-item, .vc_col-sm-3 .newsbv-item-first {
width: 100%}
.vc_col-sm-4 .newsbh-item, .vc_col-sm-4 .newsbv-item-first, .vc_col-sm-5 .newsbh-item, .vc_col-sm-5 .newsbv-item-first {
width: 48%}
.span10 .newsbh-item, .span10 .newsbv-item-first {
width: 23%}
.newsbh-item, .newsbv-item-first {
width: 48.5%;
float: left;
list-style: none;
padding: 0!important;
border: 0!important;
position:relative;
}
.newsbh-item {
margin: 0 1.5% 2% 0;
}
.newsbh-item, .postbcont {
color: #999;
font-size: 13px;
}
.newsbh-item:nth-child(even) {
margin: 0 0 4% 1.5%;
}
.newsbh-item:last-child {
margin-bottom:2% !important;
}
.vc_col-sm-9 .newsbh-item:nth-child(even), .vc_col-sm-10 .newsbh-item:nth-child(even),
.vc_col-sm-11 .newsbh-item:nth-child(even), .vc_col-sm-12 .newsbh-item:nth-child(even) {
margin: 0 1.5% 2% 0;
}
.vc_col-sm-9 .newsbh-item:nth-child(4n), .vc_col-sm-10 .newsbh-item:nth-child(4n)
.vc_col-sm-11 .newsbh-item:nth-child(4n), .vc_col-sm-12 .newsbh-item:nth-child(4n) {
margin-right: 0px;
}
.newsb-title {
margin-bottom: 10px;
}
.newsb-title a {
font-weight: 600;
color: #666;
font-size: 18px;
text-transform:none;
}
.newsbh-item .newsb-title a{
font-size:20px;
}
.newsbh-item .newsb-title{
margin-top:15px;
}
.post-meta {
font-size: 11px;
color: #999;
margin-bottom: 5px;
font-style: italic;
}
.post-meta i {
font-size: 11px;
}
.post-meta i.fa-comments-o {
font-size: 13px;
}
.widget .newsb-title a {
color: #666;
font-size: 18px;
font-weight: 500!important;
line-height: 1.1;
letter-spacing: 0px;
}
.vc_col-sm-8 .newsbv li:first-child h4 a{
font-size: 20px;
}
.avatar-block {
padding: 5px;
}
.widget .avatar-block .item-avatar {
display: inline-block;
margin: 8px;
}
body .newsbv-item-first .newsb-thumbnail {
position: relative;
float: none;
width: 100%}
.carousel_rating {
position: absolute;
top: 0px;
right: 0px;
z-index: 2;
font-size: 14px;
padding: 5px 10px;
background: rgba(35,40,45,0.6);
}
.newsbh-item .newsb-thumbnail {
position: relative;
float: none;
}
.vc_col-sm-6 .newsbv, .vc_col-sm-5 .newsbv, .vc_col-sm-4 .newsbv, .vc_col-sm-3 .newsbv,
.vc_col-sm-2 .newsbv, .vc_col-sm-1 .newsbv{
margin-left:0px;
}
.vc_col-sm-6 .newsbv .newsbv-item-first, .vc_col-sm-5 .newsbv .newsbv-item-first, .vc_col-sm-4 .newsbv .newsbv-item-first, .vc_col-sm-3 .newsbv .newsbv-item-first,
.vc_col-sm-2 .newsbv .newsbv-item-first, .vc_col-sm-1 .newsbv .newsbv-item-first{
margin-bottom:15px;
float: none !important;
width: 100% !important;
}
.vc_col-sm-6 .newsbv .newsbv-item, .vc_col-sm-5 .newsbv .newsbv-item, .vc_col-sm-4 .newsbv .newsbv-item, .vc_col-sm-3 .newsbv .newsbv-item,
.vc_col-sm-2 .newsbv .newsbv-item, .vc_col-sm-1 .newsbv .newsbv-item{
margin: 10px -20px;
padding: 20px 20px 10px 20px!important;
float: none;
border-top: 1px solid #eaeaea;
width: auto !important;
}
.vc_col-sm-6 .newsbv .newsbv-item .postbcont, .vc_col-sm-5 .newsbv .newsbv-item .postbcont, .vc_col-sm-4 .newsbv .newsbv-item .postbcont, .vc_col-sm-3 .newsbv .newsbv-item .postbcont,
.vc_col-sm-2 .newsbv .newsbv-item .postbcont, .vc_col-sm-1 .newsbv .newsbv-item .postbcont{
display:block;
}
.newsbv .newsbv-item .postbcont,
.vc_col-sm-6 .newsbv .newsbv-item .newsb-thumbnail, .vc_col-sm-5 .newsbv .newsbv-item .newsb-thumbnail, .vc_col-sm-4 .newsbv .newsbv-item .newsb-thumbnail, .vc_col-sm-3 .newsbv .newsbv-item .newsb-thumbnail,
.vc_col-sm-2 .newsbv .newsbv-item .newsb-thumbnail, .vc_col-sm-1 .newsbv .newsbv-item .newsb-thumbnail{
display:none;
}
.newsbv .newsb-thumbnail {
width: 120px;
overflow: hidden;
margin-right: 15px;
transition: all .35s;
-moz-transition: all .35s;
-webkit-transition: all .35s;
-o-transition: all .35s;
}
.newsb-thumbnail {
position: relative;
float: left;
background:white;
}
body .newsbv li h4 .ncategory{
position: relative;
border-radius: 3px;
padding: 3px 5px 3px 7px;
margin-right: 2px;
display: inline-block;
top: -2px;
margin-right:5px;
margin-bottom:5px;
}
body .newsbv li .ncategory, .ncategory{
position: absolute;
top: 15px;
left: 0px;
padding: 2px 8px;
color: white !important;
font-size: 11px;
z-index:999;
border-radius:0px 3px 3px 0px;
text-transform: uppercase;
text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
.ncategory:nth-child(2) {
top: 45px;
}
.ncategory:nth-child(3) {
top: 75px;
}
.ncategory:nth-child(4) {
top: 105px;
}
.cat-single{
width:100%;
text-align:center;
}
.cat-single .ncategory{
display:inline-block;
float:none;
position:initial;
padding:3px 20px 4px 20px;
text-transform:uppercase;
border-radius: 0px;
}
.cat-single .ncategory:hover{
opacity:0.8 !important;
}
.newsb-thumbnail a {
display: block;
overflow: hidden;
opacity: 1;
position:relative;
}
.newsb-thumbnail a .line_effect, .blog-img .line_effect{
content: '';
position: absolute;
bottom: 0px;
height: 5px;
left:0px;
width: 0px;
background: red;
transition: all .35s;
-moz-transition: all .35s;
-webkit-transition: all .35s;
-o-transition: all .35s;
}
.newsb-thumbnail a i, .blog-image > i{
display: block;
position: absolute;
top: 50%;
left: 50%;
top: 20%;
font-size: 30px;
margin-left: -15px;
margin-top: -15px;
z-index: 2;
color: white;
text-shadow: 0px 0px 10px #E0043F;
opacity:0;
transition: all .35s;
-moz-transition: all .35s;
-webkit-transition: all .35s;
-o-transition: all .35s;
}
.newsbv-item-first .newsb-thumbnail a i, .blog-image > i{
font-size:40px;
margin-left: -20px;
margin-top: -20px;
}
.newsbv li:hover .newsb-thumbnail a .line_effect , .newsbh li:hover .newsb-thumbnail a .line_effect, .blog-image:hover .line_effect {
width:100%;
}
.newsbv li:hover .newsb-thumbnail a i, .newsbh li:hover .newsb-thumbnail a i, .blog-image:hover > i{
opacity:1;
top: 50%;
}
.newsb-thumbnail a, .newsb-thumbnail img {
transition: all .35s;
-moz-transition: all .35s;
-webkit-transition: all .35s;
-o-transition: all .35s;
position:relative;
}
.newsb-thumbnail img{
width:100%;
}
.newsb-thumbnail a:hover {
opacity: 1;
}
.newsb-thumbnail a .overlay-link, .blog-image a .overlay-link,{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity .35s;
-moz-transition: opacity .35s;
-webkit-transition: opacity .35s;
-o-transition: opacity .35s;
}
.newsbv {
margin: 0;
padding: 0;
min-width: auto;
min-height: auto;
}
.newsbv-item-first {
width: 100%;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
.newsbv-item-first .newsb-title {
margin-top: 15px!important;
}
.newsbv-item {
padding: 27px!important;
margin-left: -20px;
margin-right: -20px;
float: left;
list-style: none;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
.newsbv li img, .newsbv li:hover img, .newsbv-item:hover {
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
.newsbv-item:hover, .newsbv-item-first:hover{
opacity:0.5;
}
.newsbv-item img {
height: 95px;
width: 120px;
float: left;
margin-right: 10px;
}
.newsbv .newsb-title {
margin-top: 0;
}
.vc_col-sm-10 .newsbv-item, .vc_col-sm-11 .newsbv-item, .vc_col-sm-12 .newsbv-item, .vc_col-sm-7 .newsbv-item, .vc_col-sm-8 .newsbv-item, .vc_col-sm-9 .newsbv-item {
float: right;
width: 51%;
margin-right: 0;
margin-left: 2%;
margin-bottom: 0px;
padding: 0px 0px 10px 0px!important;
}
.vc_col-sm-10 .newsbv li:first-child, .vc_col-sm-11 .newsbv li:first-child, .vc_col-sm-12 .newsbv li:first-child, .vc_col-sm-7 .newsbv li:first-child, .vc_col-sm-8 .newsbv li:first-child, .vc_col-sm-9 .newsbv li:first-child {
float: left;
width: 47%;
padding: 0!important;
}
.vc_col-sm-5 .newsbv li:first-child, .vc_col-sm-6 .newsbv li:first-child {
margin-left: 0;
}
.newsbv li{
position:relative;
}
.newsbv li:first-child img {
min-width: 100%;
max-width: 100%;
}
.newsbv li img.authorimg, li.newsbh-item p img.authorimg{
width: 25px !important;
height: 25px;
min-width: 25px;
border-radius: 30px;
margin-right: 5px;
}
.vc_col-sm-1 .newsbv-item, .vc_col-sm-2 .newsbv-item, .vc_col-sm-3 .newsbv-item, .vc_col-sm-4 .newsbv-item {
margin-top: 0!important;
padding: 5%!important;
float: left;
width: 90%;
margin-left: 0;
}
.vc_col-sm-1 .newsbv li:first-child, .vc_col-sm-2 .newsbv li:first-child, .vc_col-sm-3 .newsbv li:first-child, .vc_col-sm-4 .newsbv li:first-child {
width: 100%;
margin-left: 0;
}
.news_tabbed .block_tabs .tab {
padding: 0;
}
.post-meta {
margin-bottom: 5px!important;
}
.newsbh-item .post-meta {
margin-bottom: 10px!important;
}
/* Dividers */
.block-divider{
margin:30px 0px 30px 0px;
height:1px;
background:rgba(102, 102, 102, 0.3);
}
/***************** Parallax ******************/
.full-width-section {
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
margin-left: -50%;
padding-left: 50%;
padding-right: 50%;
width: 100%;
position: relative;
z-index: 0;
visibility: hidden;
background-position: 50% 23px;
background-repeat: repeat-x;
padding: 85px 5340px 70px;
margin-left: -5340px;
visibility: visible;
margin-bottom:40px;
border-top: 1px solid #d9d9de;
border-bottom: 1px solid #d9d9de;
}
.light, .dark{
position:relative;
z-index:10;
}
.parallax_section h3.widget-title {
font-size: 26px;
margin-bottom: 0px;
text-transform: none;
font-weight: bold;
text-align: left;
text-transform: capitalize;
background-color:transparent;
background:none;
padding-left:0px;
}
.full-width-section > .span_12 > div:last-child {
padding-bottom: 0px!important;
}
.full-width-section img {
display: block;
margin-bottom: 0px!important;
}
html:not(.js) .full-width-section {
visibility: visible;
}
.full-width-section.parallax_section {
background-attachment: fixed;
overflow:hidden;
margin-bottom:0px;
}
.full-width-section.parallax_section video{
position: absolute !important;
top:-15%;
left:30px !important;
z-index:0;
width:100% !important;
}
.full-width-section.no-cover {
background-size: auto!important;
-moz-background-size: auto!important;
-webkit-background-size: auto!important;
}
.full-width-section > .col.span_12 {
float: none!important;
}
.full-width-section > .col.span_12.light {
color: #fff;
}
.home-wrap .full-width-section.first-section {
margin-top: -37px!important;
}
.light, .dark{
position:relative;
z-index:10;
}
.parallax_section h3.widget-title {
font-size: 26px;
margin-bottom: 0px;
text-transform: none;
font-weight: bold;
text-align: left;
text-transform: capitalize;
background-color:transparent;
background:none;
padding-left:0px;
}
.full-width-section > .span_12 > div:last-child {
padding-bottom: 0px!important;
}
.full-width-section img {
display: block;
margin-bottom: 0px!important;
}
html:not(.js) .full-width-section {
visibility: visible;
}
.full-width-section.parallax_section {
background-attachment: fixed;
overflow:hidden;
margin-bottom:0px;
}
.full-width-section.parallax_section video{
position: absolute !important;
top:-15%;
left:30px !important;
z-index:0;
width:100% !important;
}
.full-width-section.no-cover {
background-size: auto!important;
-moz-background-size: auto!important;
-webkit-background-size: auto!important;
}
.full-width-section > .col.span_12 {
float: none!important;
}
.full-width-section > .col.span_12.light {
color: #fff;
}
.home-wrap .full-width-section.first-section {
margin-top: -37px!important;
}
.parallax_section .block-highlight_block .highlight-no-margin{
background:none;
padding: 0 !important
}
.animated-no-margin{
margin-bottom:-40px;
}
.parallax-no-padding{
padding-bottom:0px !important;
}
.parallax-no-padding-top{
padding-top:0px !important;
}
.parallax-no-margin-top{
margin-top:-20px !important;
}
.parallax-no-margin-bottom{
margin-bottom:-20px !important;
}
/*
/* Light version fixes
.parallax_section .light .block-page_header_block .block-title h2, .parallax_section .light h3.widget-title,.parallax_section .light .block-skills_block, .parallax_section .light .block h3:first-child, .parallax_section .light .block-news_block a, .parallax_section .light .newsbv-item-first a, .parallax_section .light .newsbv-item-first, .parallax_section .light .block_tabs .tab, .parallax_section .light .block_toggle, .parallax_section .light .ui-accordion-content p, .parallax_section .light .highlight h2, .parallax_section .light, .parallax_section .light p{
color:#fff;
}
.parallax_section .light .block-title p, .parallax_section .light .block-news_block .post-meta, .parallax_section .light .newsbv-item-first .post-meta{
color:#ddd;
}
.parallax_section .light .block h3:first-child:after{
height:0px;
}
.parallax_section .light .block-divider{
opacity:0.5;
}
.parallax_section .light .block_tabs .tab{
background-color:transparent;
padding:20px 0px 20px 0px;
}
/* Dark version fixes
.parallax_section .dark .block-page_header_block .block-title h2, .parallax_section .dark h3.widget-title,.parallax_section .dark .block-skills_block, .parallax_section .dark .block h3:first-child, .parallax_section .dark .block-news_block a, .parallax_section .dark .newsbv-item-first a, .parallax_section .dark .newsbv-item-first, .parallax_section .dark .block_tabs .tab, .parallax_section .dark .block_toggle, .parallax_section .dark .ui-accordion-content p, .parallax_section .dark, .parallax_section .dark p{
color:#333;
}
.parallax_section .dark .block-title p, .parallax_section .dark .block-news_block .post-meta, .parallax_section .dark .newsbv-item-first .post-meta{
color:#666;
}
.parallax_section .dark .block h3:first-child:after{
height:0px;
}
.parallax_section .dark .block-divider{
opacity:0.5;
}
.parallax_section .dark .block_tabs .tab{
background-color:transparent;
padding:20px 0px 20px 0px;
}
*/
.facebook-btn input{
background-color:#3b5998 !important;
}
/* campaign */
.tabbable iframe{
width:100%;
min-height: 475px;
}
#story{
line-height:25px;
margin-top: 15px;
}
#story p{
line-height:26px;
}
body .sub-project.normal-page{
padding-top:40px;
border-radius: 5px 5px 0px 0px;
margin-top:0px ;
}
.sub-project .col-md-4 .project-card{
max-width:100%;
}
.sub-project .lp-info{
font-size:12px;
}
.sub-project .lp-info i{
margin-right:1px;
}
.sub-project label, .profile label{
padding: 0px 10px 10px 10px;
font-weight: bold;
border-bottom: 1px solid #e7e6e6;
display: block;
margin-bottom: 10px;
cursor: default;
font-weight: normal;
color: #666;
margin: 0px -10px 15px -10px;
}
.sub-project label.error{
color:red;
font-weight:normal;
}
.sub-project fieldset:first-child{
margin-top:0px;
}
.sub-project .col-md-8 img#uploadedimage{
max-width:100%;
}
.sub-project fieldset, .profile fieldset {
padding: 0;
margin: 0;
border: 0;
padding: 1.5%;
background: #f8f8f8;
margin-top: 10px;
border-radius: 5px;
position:relative;
border: 1px solid #e7e6e6;
}
.sub-project fieldset input#postDate{
border: 1px solid rgb(238, 238, 238);
}
.sub-project fieldset.fhalf{
float:left;
width:47%;
margin-right:1%;
}
.sub-project fieldset.shalf{
float:left;
width:46%;
}
.sub-project textarea, .sub-project input[type="text"], .profile textarea, .profile input[type="text"], .profile input[type="password"], .profile select{
width:96%;
padding:2%;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.sub-project .mceIframeContainer{
background-color:#fff;
}
.sub-project select{
width:100%;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!important;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
padding:10px !important;
background-color: #fff;
line-height:22px;
height:45px;
}
.sub-project select:hover, .sub-project select:focus, .sub-project select:active, .sub-project select, .postZone, .postZone:active, .postZone:focus, .postZone:hover{
border:0px !important;
outline:0px !important;
}
.sub-pro-title{
width:100%;
background: #1f282d;
padding:15px 0px 15px 0px;
text-align:center;
color:#fff;
margin-bottom:20px;
border-radius: 5px 5px 0px 0px;
}
.sub-pro-title h1{
font-size:20px;
font-weight:bold;
}
fieldset.sub-bar{
text-align:center;
width:100%;
background: #1f1f1f;
position:fixed;
bottom:0px;
left:0px;
padding: 5px 0px 3px 0px;
z-index:999999;
border-radius:0px;
border: 0px solid #1f1f1f;
}
fieldset.sub-bar button[value="pending"], .sub-bar button{
margin: 5px 10px 5px 5px;
}
.pb-ftitle{
margin: 50px 0px 20px 0px;
background: #1f282d;
border-radius: 5px;
color: #fff;
padding: 1px;
}
.edit-delete{
margin-bottom:10px;
}
.edit-delete a{
font-size: 14px;
font-weight: bold;
}
.pb-saved .pb-summary, .pb-saved .progress-striped .bar{
background:#ccc !important;
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px;
direction: ltr;
cursor: pointer;
width:100%;
}
.fileinput-button {
position: relative;
overflow: hidden;
display:inline-block;
margin-top: 10px;
/margin-bottom: -20px;
}
.pb-category {
position: absolute;
top: 25px;
left: -1px;
padding: 5px 10px 5px 10px;
z-index: 999;
color: #fff;
text-transform: capitalize;
}
#add_reward, .removeme, #cropme, #cancelme0{
display:inline-block;
cursor:pointer;
}
#cropme, #cancelme0{
margin-bottom: 10px;
}
.removeme{
margin-top: 10px;
margin-bottom: 15px;
}
#status{
/margin: 0px 0px 25px 0px;
font-family: arial;
font-size: 14px;
color: #666;
display:block;
}
/* modal */
#myModalL .modal-body a.facebookloginb, #myModalR .modal-body a.facebookloginb{
background-color:#3b5998;
}
#myModalL .modal-body a.twitterloginb, #myModalR .modal-body a.twitterloginb{
background-color:#5dd7fc;
}
#myModalL .modal-body a.googleloginb, #myModalR .modal-body a.googleloginb{
background-color:#d34836;
}
#social_login p {
margin: 15px 0px 10px 0px;
color: #999;
border-bottom: 1px solid #eee;
padding-bottom: 5px;
}
#social_login .button-medium{
display:inline-block;
}
#myModalL #social_login{
margin-bottom:-10px;
}
.modal-body .delete-button.button-small.button-red{
float:left;
}
.modal-body .button-small.button-grey{
float:right;
}
#cancelme{
padding-top:15px;
}
.no-pr{
float:left !important;
position:relative !important;
margin-left: 2.8%;
margin-top:0px !important;
}
.no-backers{
margin: 10px 0px;
background: #EEE none repeat scroll 0% 0%;
padding: 20px 20px 20px;
border: 1px solid #E2E2E2;
}
.page-template-tmp-submit-project .media-frame .embed-url input{
font-size: 14px;
height: 42px;
padding: 12px 14px 12px 18px;
}
.page-template-tmp-submit-project .media-modal-icon .screen-reader-text{
display:none;
}
/*tabs in single*/
.nav-tabsin:before, .nav-tabsin:after {
content: "";
display: table;
line-height: 0;
}
.nav-tabsin:after {
clear: both;
}
.nav-tabsin:before, .nav-tabsin:after{
content: "";
display: table;
line-height: 0;
}
.nav-tabsin {
margin-bottom: 0;
margin-top:25px;
}
.navsin {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-left: 0;
}
.nav-tabsin > li {
float: left;
}
.nav-tabsin > li strong{
margin-right:5px;
}
.nav-tabsin > .active > a, .nav-tabsin > .active > a:hover, .nav-tabsin > .active > a:focus {
color: #FFFFFF;
cursor: default;
}
.nav-tabsin > li > a{
margin-right: 3px;
color: #FFFFFF;
}
.navsin > li > a {
display: block;
border-radius: 3px 3px 0px 0px;
border: 0px;
}
.nav-tabsin a {
font-size: 12px;
padding-bottom: 12px;
padding-left: 20px;
padding-right: 20px;
padding-top: 12px;
}
/* Custom Spans */
body .template-wrapper .span1 { width:5.58%; }
body .template-wrapper .span2 { width:14.17%; }
body .template-wrapper .span3{ width:22.75%; }
body .template-wrapper .span4 { width:31.33%; }
body .template-wrapper .span5 { width:39.92%; }
body .template-wrapper .span6 { width:48.5%; }
body .template-wrapper .span7 { width:57.08%; }
body .template-wrapper .span8 { width:65.67%; }
body .template-wrapper .span9 { width:74.25%; }
body .template-wrapper .span10 { width:82.83%; }
body .template-wrapper .span11 { width:91.42%; }
body .template-wrapper .span12 { width:100%; }
/*megamenu*/
.nav-collapse ul.nav li.megamenu {
position: inherit !important;
}
.nav-collapse ul.nav li.megamenu > ul.sub-menu {
left: -250%;
padding: 15px 0px;
background-color: #333333;
}
.nav-collapse ul.nav li.megamenu > ul > li {
display: table-cell!important;
float: none!important;
padding: 0px 0px 0px 15px;
width: 33.33%;
border-bottom: 0;
border-right: 1px solid #3f3f3f;
}
.nav-collapse ul.nav li.megamenu > ul > li > ul > li{
border:0px;
background:none;
}
.nav-collapse ul.nav li.megamenu > ul > li > ul > li a, .nav-collapse ul.nav li.megamenu > ul > li a, .nav-collapse ul.nav li.megamenu > ul > li.active a{
background: none;
}
.nav-collapse ul.nav li.megamenu > ul > li.active a{
background-color:transparent;
}
.nav-collapse ul.nav li.megamenu.col3 > ul > li { width: 33.33%; min-width:150px; }
.nav-collapse ul.nav li.megamenu.col4 > ul > li { width: 25%; min-width:150px; }
.nav-collapse ul.nav li.megamenu.col5 > ul > li { width: 20%; min-width:150px; }
.nav-collapse ul.nav li.megamenu.col6 > ul > li { width: 16.66%%; min-width:150px; }
.nav-collapse ul.nav li.megamenu > ul > li ul {
display: block!important;
top: 0px!important;
width: 100%;
opacity: 1!Important;
left: 0px!important;
position: relative!important;
}
.nav-collapse ul.nav li.megamenu ul li a {
border-bottom: none!important;
padding: 9px 15px;
}
.navbar .nav li.current-menu-parent, .navbar .nav li.current-menu-parent:hover, .nav-tabs .ui-state-ac{
background:none;
}
li.megamenu > ul > li > a {
font-size: 11px;
text-transform: uppercase;
margin-bottom: 5px;
letter-spacing: 2px;
font-weight: 800;
}
.rewardnasubmitu{
padding: 0;
margin: 0;
border: 0;
padding: 1.5%;
background: #f8f8f8;
margin-top: 10px;
border-radius: 5px;
position:relative;
border: 1px solid #e7e6e6;
}
.rewardnasubmitu fieldset{
padding: 0 !important;
border:0px;
}
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-current-day a{
color: #000;
font-weight: bold;
}
.project-thumb-wrapper{
position:relative;
}
.project-thumb-wrapper img.userimg{
border-radius: 50px;
width: 50px !important;
height: 50px;
position: absolute;
right: 5px;
bottom: -25px;
border: 1px solid white;
background:white;
box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
.project-thumb-wrapper img{
margin:0px !important;
}
.cpr{
z-index: 22 !important;
}
#qt_comment_toolbar .button-small {
width: auto !important;
}
.wp-core-ui .button, .wp-core-ui .button-secondary, .wp-switch-editor{
font-weight: 500;
text-shadow: none;
font-size: 12px;
}
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox{
margin-top:17px;
}
.mce-menubtn.mce-fixed-width button{
margin-top:0px;
} | web/bundles/app/css/main.css | * {
outline: none !important;
}
.block-clear_block, .clear, .pricetable-clear {
clear: both;
}
.block, .wpb_content_element {
margin-bottom: 20px;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
html{
background-size: contain;
}
body {
background:rgba(1,11,41,0.2);
color: #999;
height: 100%;
font-family: Lato, 'Open Sans', Arial;
}
.relative{
position:relative;
}
#main_wrapper {
overflow: hidden;
}
/*#wpadminbar {
z-index: 999999999!important;
}
#wpadminbar #wp-admin-bar-user-info a.ab-item img {
max-width: 140px;
}*/
#wpadminbar a, #wpadminbar a img, #wpadminbar a img:hover, #wpadminbar a:hover{
max-width: 100%;
}
.wp-core-ui .quicktags-toolbar input.button.button-small {
line-height: 0!important;
}
a {
text-decoration: none;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
cursor: pointer;
outline: 0!important;
}
.wallnav i:hover, a:hover, a:focus, a:active {
color: #eee;
text-decoration: none;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
cursor: pointer;
opacity: 1!important;
}
iframe {
border: 0!important;
max-width: 100%!important;
}
.draggable{
cursor:move;
}
.overflow-visible{
overflow:visible !important;
}
.modal-body #mapsite .title{
margin: 10px 0 10px;
font-weight: bold;
text-transform: uppercase;
}
.no-menu{
color: #ccc;
margin-top: 40px;
font-style: italic;
}
.title h3, .title h4 {
margin: 0;
background: #fff;
display: inline-block;
padding-right: 10px;
font-weight: 600;
letter-spacing: -.05em;
}
.span8 iframe {
min-width: 100%!important;
}
.bypostauthor{
background:rgba(0,0,0,0.1);
}
#buddypress #item-body .mygroups>#message.info, #buddypress #item-body form#whats-new-form, #buddypress #item-body>#message.info, #buddypress #item-body>.activity, #buddypress #members-dir-list, #customer_details, #friend-list, #groups-list, .about-profile, .avatar-block, .bbp-form, .team-generali, .match-page .mmaps ul, .message-box, .my-friends #members-list, .nextmatch_wrap, .panel, .slider-text-wrapper, .textwidget, .vc_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner, .wcontainer, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, body .modal-content, body .woocommerce table.shop_table {
padding: 20px 0px;
border-top: 0;
margin-top: 0;
color: #ccc;
}
.wcontainer img {
max-width: 100%;
height: auto;
}
.wcontainer p:last-child {
margin-bottom: 0;
}
.wcontainerboxed{
background: #2a2a34;
padding:20px;
}
.centered {
text-align: center;
}
.huge {
font-size: 110px;
padding-bottom: 30px;
color: rgba(153, 153, 153, .8);
text-shadow: none;
}
.spacing {
height: 85px;
width: 100%;
background: 0 0;
border: none;
}
.tbcolorfix{
background-color: rgba(32,33,44,0.3)!important;
}
.overlay::before {
content: '';
z-index: 1;
background: #0b002b;
height: 100%;
width: 100%;
display: block !important;
position: absolute;
top: 0px;
left: 0px;
opacity: 0.6;
}
.overlay * {
z-index: 2;
}
.z-indexautob::before{
z-index:auto;
}
.z-index2{
z-index:2 !important;
}
.opacityoh{
opacity:0.7 !important;
}
.opacityoh:hover{
opacity:1 !important;
}
.brightnessoh:hover{
-o-box-filter: brightness(120%);
-moz-box-filter: brightness(120%);
-webkit-filter: brightness(120%);
filter: brightness(120%);
}
body .blog, body .normal-page, body .portfolio {
z-index: 998;
position: relative;
padding-bottom: 10px;
border-top: 0;
min-height:500px;
padding-top: 10px;
margin-top: 0px;
background:white;
}
body .page{
background:white;
}
body .blog .container{
padding:0px;
}
body .blog .container .row{
margin-top: -1px !important;
margin: 0px -10px;
}
html.fullwidth body .blog, html.fullwidth body .normal-page, html.fullwidth body .portfolio {
border-width: 0 0 10px;
}
.portfolio .span8 {
margin-bottom: 40px;
}
#sliderhome {
margin-top: 0;
margin-bottom: 0;
-webkit-transition: linear .3s;
-moz-transition: linear .3s;
-ms-transition: linear .3s;
-o-transition: linear .3s;
transition: linear .3s;
padding: 0;
background: #2a2a34;
}
body .vc_row {
margin-left: 0;
margin-right: 0;
margin-bottom: 20px;
position:relative;
}
.sliderhome #pg-0 {
display: none;
}
#ascrail2000-hr {
display: none!important;
}
.nicescroll-rails {
z-index: 999!important;
}
.wpcf7-form-control-wrap input, .wpcf7 label, .wpcf7-form-control-wrap textarea, .wpcf7-submit {
width:100%;
}
.wp-editor-container textarea.wp-editor-area, input[type=file], input[type=url], input[type=password], input[type=password]:active, input[type=password]:focus, input[type=password]:hover,
input[type=text], input[type=text]:active, input[type=text]:focus,
input[type=text]:hover, select, select:active, select:focus, select:hover,
textarea, textarea:active, textarea:focus, textarea:hover, body .form-control {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #fcfcfc;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, .1);
padding: 10px 15px;
margin-bottom: 10px;
font-size: 12px;
color: #333;
padding: 10px 15px;
margin-bottom: 10px;
font-size: 12px;
/* color: #eee; */
font-weight: normal;
}
.uneditable-input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus,
input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus,
input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus,
input[type=url]:focus, input[type=week]:focus, textarea:focus {
-webkit-transition: linear .3s;
-moz-transition: linear .3s;
-ms-transition: linear .3s;
-o-transition: linear .3s;
transition: linear .3s;
box-shadow: none!important;
outline: 0;
}
.logo-wrapper, .navbar-wrapper .container {
padding-left: 0;
padding-right: 0;
}
.logo.col-lg-4 {
text-align: center;
padding:11px;
}
.logo img {
max-width: 100%;
}
.hiddenoverflow {
overflow: hidden;
}
.hiddenoverflow img {
min-height: 100%;
min-width: 100%;
}
.centering {
margin: 0 auto;
}
.sub-menu {
display: none;
}
.navbar.col-lg-9 {
width: 70%;
}
/***************************/
/******** Buttons ********/
/***************************/
a.group-button, .button-big, .button-medium, .button-small, button[type=submit], button, input[type=button], input[type=submit] {
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
color: #FFF;
text-transform: uppercase;
font-weight: 900;
display: inline-block;
margin-top: 5px;
position: relative;
border-radius: 5px;
z-index: 1;
border:0px solid #000;
overflow: hidden;
cursor:pointer;
text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
letter-spacing: 0px;
}
a.group-button:hover, .button-big:hover, .button-medium:hover, .button-small:hover, button[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover {
color: #fff;
}
.button-big {
font-size: 14px;
padding: 20px 25px;
}
.button-medium, button[type=submit] {
font-size: 14px;
padding: 15px 30px 16px;
}
.button-small, input[type=button], input[type=submit], a.group-button {
font-size: 12px;
padding: 11px 20px;
}
/***************************/
/******** header ********/
/***************************/
body .navbar-inverse {
padding: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
background:transparent;
text-align: center;
box-shadow:none;
}
body .navbar-inverse .container{
position:relative;
}
body .nav-top-divider {
padding: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: 5px;
border-width: 1px 0;
}
.navbar ul {
padding: 0px;
}
.navbar-collapse {
float: none;
margin: 0 auto;
/* removed by Ubermenu fix - position: relative; */
float: none;
}
/***************************/
/******** Menu ********/
/***************************/
.dropdown-menu .sub-menu {
left: 100%;
position: absolute;
top: -2px!important;
visibility: hidden;
}
.dropdown-menu li:hover .sub-menu {
visibility: visible;
}
.dropdown-menu {
top: 120%;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
display: block;
visibility: hidden;
opacity: 0;
border-right: 1px solid #000!important;
border-left: 1px solid #000!important;
}
.dropdown-menu li {
border-top: 1px solid #31363A;
border-bottom: 1px solid #000;
}
.dropdown-menu li a {
padding: 15px 15px 15px 20px!important;
background-image: url(../img/arrow-menu.png);
background-repeat: no-repeat;
background-position: -18px 50%;
letter-spacing: 0;
font-family: Arial;
}
.dropdown:hover .dropdown-menu li>a:hover {
background-position: 18px 50%;
padding-left: 35px!important;
color: #fff;
background-color: #1A1C1F;
}
.dropdown:hover > .dropdown-menu, .megamenu.dropdown:hover .dropdown-menu {
display: block;
top: 99%;
visibility: visible;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
opacity: 1;
border: 0;
padding: 0;
margin: 0;
background-color: #1F2225;
border-right: 1px solid #000!important;
border-left: 1px solid #000!important;
border-top: 1px solid #000!important;
}
.nav .dropdown-menu, .nav-pills .dropdown-menu, .nav-tabs .dropdown-menu {
margin-top: 0;
}
.nav .sub-menu:before {
border-bottom: 7px solid transparent;
border-left: none;
border-right: 7px solid rgba(0, 0, 0, .2);
border-top: 7px solid transparent;
left: -7px;
top: 10px;
}
.nav .sub-menu:after {
border-top: 6px solid transparent;
border-left: none;
border-right: 6px solid #fff;
border-bottom: 6px solid transparent;
top: 11px;
left: -6px;
}
.dropdown:hover .dropdown-menu li>a {
padding: 1em 1.5em;
line-height: normal;
display: block;
text-align: left;
border: none!important;
font-size: 11px;
color: #E3E3E3;
background-color: #1F2225;
}
.dropdown .dropdown-menu li>a{
line-height: normal;
}
/*
*
* General
*
*/
body.home{
margin-top:0px !important;
}
.main_wrapper{
overflow: hidden;
}
.clear{
clear:both;
}
a {
text-decoration: none;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
cursor: pointer;
}
a:hover {
color: #000000;
text-decoration: none;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
cursor: pointer;
}
a, a:hover, a:focus, a:active{
outline:none;
}
.title{
margin: 50px 0 25px;
position: relative;
height: 20px;
z-index: 1;
/background: url(../img/title_loop.png) repeat top left;
}
.title h4, .title h3{
margin:0px;
//background: #fff;
display: inline-block;
padding-right:10px;
font-weight: 700;
letter-spacing: -0.05em;
color:#444;
}
.span8 iframe{
min-width: 100% !important;
height: 470px !important;
}
/* button sizes */
.button-small{
padding: 10px 20px 10px 20px;
font-family: 'Lato', sans-serif, arial;
font-size: 12px;
text-decoration: none;
margin-bottom:5px;
position: relative;
font-weight:bold;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.button-medium{
padding: 15px 25px;
font-family: 'Lato', sans-serif, arial;
font-size: 14px;
font-weight:bold;
text-decoration: none;
margin-bottom:5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.button-red.delete-button{
background-color: red;
}
/*
*
* Button colors
*
*/
/* Green */
.button-green, body.user_project input[type="submit"], .button-small, .button-medium, button[type="submit"]{
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border:0px;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
cursor:pointer;
}
.button-green:hover, body.user_project input[type="submit"]:hover, .button-small:hover, .button-medium:hover, .button-green:active, .nav-tabs .active a, .nav-tabs .active a:hover, .nav-tabs .active a:active, .button-small:active, .button-medium:active, button[type="submit"]:hover, button[type="submit"]:active{
color: #fff;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
/* White */
.button-white{
color:#666;
background-color: #3bb3e0;
background-image: linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -o-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -moz-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -webkit-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -ms-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #ccc), color-stop(1, #f1f1f1) );
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
-moz-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
-o-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
border: solid 1px #ccc;
}
.button-white:hover{
background-image: linear-gradient(bottom, #ddd 0%, #f1f1f1 100%);
background-image: -o-linear-gradient(bottom, #ddd 0%, #f1f1f1 100%);
background-image: -moz-linear-gradient(bottom, #ddd 0%, #f1f1f1 100%);
background-image: -webkit-linear-gradient(bottom, #ddd 0%, #f1f1f1 100%);
background-image: -ms-linear-gradient(bottom, #ddd 0%, #f1f1f1 100%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #ddd), color-stop(1, #f1f1f1));
-webkit-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
-moz-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
-o-box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
box-shadow: inset 0px 1px 0px #fff, 0px 2px 0px 0px #999, 0px 2px 3px #999;
border: solid 1px #ccc;
}
.button-white:active{
top:1px;
background-image: linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -o-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -moz-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -webkit-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -ms-linear-gradient(bottom, #ccc 0%, #f1f1f1 100%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #ccc), color-stop(1, #f1f1f1) );
-webkit-box-shadow: inset 0px 1px 0px #fff, 0px 1px 0px 0px #999, 0px 1px 3px #999;
-moz-box-shadow: inset 0px 1px 0px #fff, 0px 1px 0px 0px #999, 0px 1px 3px #999;
-o-box-shadow: inset 0px 1px 0px #fff, 0px 1px 0px 0px #999, 0px 1px 3px #999;
box-shadow: inset 0px 1px 0px #fff, 0px 1px 0px 0px #999, 0px 1px 3px #999;
border: solid 1px #ccc;
}
/* Top navigation */
.navbartop-wrapper{
background: #1f1f1f;
width:100%;
height:42px;
z-index: 999;
position: relative;
}
.navbartop-wrapper .container ul.top-nav{
list-style:none;
padding:0;
margin:0;
}
.navbartop-wrapper .container ul.top-nav li{
list-style:none;
float:left;
margin: 11px 25px 0px 0px;
}
.navbartop-wrapper .container ul.top-nav li, .navbartop-wrapper .container ul.top-nav li a{
color:#bbbbbb;
text-transform:capitalize;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
.container ul.top-nav li.current-menu-item a{
background-color:#e8e6e6;
}
.navbartop-wrapper .container ul.top-nav li:hover, .navbartop-wrapper .container ul.top-nav li a:hover{
text-decoration:none;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
a.login-top, a.register-top, a.account-top, a.submit-top, a.logout-top{
display:block;
float:right;
padding:13px 20px 13px 20px;
height:100%;
color:#fff;
text-decoration:none;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
font-size: 11px;
font-weight: 400;
letter-spacing: 0.04em;
color: #969595;
text-transform: uppercase;
}
a.login-top i, a.register-top i, a.account-top i, a.submit-top i, a.logout-top i{
margin-right:5px;
}
.top-right{
float:right;
}
.top-right #searchform{
float:right;
margin-bottom:0px;
}
.top-right #searchform input[type=text]{
margin: 0px;
border-radius: 0px;
padding: 12px 20px;
border-bottom: 0px;
border-top: 0px;
background-color: #2a2a2a;
color:#eee;
}
a.login-top:hover, a.register-top:hover, a.account-top:hover, a.submit-top:hover, a.logout-top:hover{
text-decoration:none;
color:#fff;
opacity:0.5;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
a.logout-top{
color:#999;
padding-right:0px;
}
a.logout-top:hover{
color:#666;
}
a.login-top{
background-color:#2b2a2a;
}
a.account-top{
margin-left:5px;
}
a.submit-top i, a.account-top i{
margin-right:5px;
}
a.logout-top i{
color: #c20606;
}
.reg-log-btn{
margin-top:15px;
}
/* Social media */
.navbartop-wrapper .container ul.social-media{
list-style:none;
padding:0;
margin:0 10px 0 0;
float:right;
}
ul.social-media li{
list-style:none;
float:left;
margin: 13px 15px 0px 0px;
}
ul.social-media li a{
width: 16px;
display:block;
height: 16px;
text-indent: -10000px;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
ul.social-media li a.facebook{
background: url('../img/icons/facebook.png') left bottom no-repeat;
}
ul.social-media li a.twitter{
background: url('../img/icons/twitter.png') left bottom no-repeat;
}
ul.social-media li a.rss{
background: url('../img/icons/rss.png') left bottom no-repeat;
}
ul.social-media li a.google{
background: url('../img/icons/google.png') left bottom no-repeat;
}
ul.social-media li a.skype{
background: url('../img/icons/skype.png') left bottom no-repeat;
}
ul.social-media li a:hover{
background-position:0px 0px;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
}
.logo-wrapper, .search-wrapper{
float:left;
padding-top: 0px;
padding-right: 10px;
border-right: 1px solid rgba(255,255,255,0.2);
height: 91px;
display:table;
}
.logo-wrapper a{
display: table-cell;
vertical-align: middle;
}
.search-wrapper{
height:42px;
border-radius:0;
}
.search-wrapper input{
background:url(../img/search-icon.jpg) center right no-repeat #333 !important;
border: 0px;
height:21px;
border-right:1px solid #1d1d1d;
border-left:1px solid #1d1d1d;
}
h1.entry-title{
color: #666;
}
/* Main navigation */
.navbar{
text-decoration: none;
float:right;
}
.navbar-inverse .nav > li.current-menu-item > a{
color: #ffffff ;
}
.navbar-wrapper{
position:relative;
z-index:99999;
background:white;
border-bottom:0px solid rgba(255,255,255,0.2);
}
.page-template-tmp-no-title-php .navbar-wrapper{
border-bottom: 1px solid #E7E7E7;
}
.navbar-wrapper.navtransparent{
border-bottom:1px solid rgba(255,255,255,0.2);
background:rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-nav > li > a{
font-family: Lato, arial;
font-style: normal;
color: #ffffff;
font-size: 13px;
opacity: 1;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;
transition: all 0.4s;
position: relative;
font-size: 13px;
font-weight: 700;
line-height: 90px;
letter-spacing: 0.08em;
text-transform: uppercase;
display: inline-block;
text-align: center;
min-width: 90px;
padding: 0 15px;
}
.navbar-inverse .navbar-nav > li > a:after {
-wekbit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
content: "";
position: absolute;
bottom: 20px;
left: 50%;
width: 0;
height: 2px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.navbar-inverse .navbar-nav > li > a:hover:after, .navbar-inverse .navbar-nav > li.current-menu-item > a:after,
.navbar-inverse .navbar-nav > .active > a:after{
width:45px;
}
/*
*
* Blocks
*
*/
.project-card{
border: 1px solid #e2e2e2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 10px;
min-height: 350px;
background-color: #fff;
margin-left:2%;
position:relative;
float:left;
}
.project-card .project-thumb-wrapper a{
display:block;
margin:-10px -10px 10px -10px;
border-radius: 5px 6px 0px 0px;
overflow: hidden;
}
h5.bbcard_name, h3.bbcard_name {
color: #333;
text-transform: none;
font-size: 20px;
}
h5.bbcard_name a{
color: #333;
}
.isoprblckall .project-card{
margin-left:1% !important;
margin-right:0.8% !important;
}
.caroufredsel_wrapper .project-card{
/width:210px !important;
}
.project-card.span4{
width:28.9%;
}
.project-card.span3{
width:21%;
}
.project-card.span4 img, .project-card.span3 img, .project-card img{
width:100%;
border-bottom: 1px solid #e2e2e2;
max-width:100%;
height:auto;
}
.project-card p{
margin-top:15px;
margin-bottom:10px;
}
.project-card p.plocation{
margin-top: 15px;
margin-bottom: 7px;
color:#999;
}
.project-card p.plocation span{
margin-right:5px;
}
.project-card a.edit-button{
float:left;
margin-top:10px;
}
.project-card ul, .project-stats{
margin:0;
padding:0;
display:table;
width:100%;
}
.project-card li, .project-stats li{
display:table-cell;
list-style-image: none;
list-style-type: none;
margin-left: 0;
white-space: nowrap;
color: #999999;
font-size:12px;
width:33.33%;
}
.project-stats li:last-child{
padding-right:0px;
}
.project-card li strong, .project-stats li strong{
display: block;
color: #333;
font-weight: bold;
font-size:16px;
}
.block_location{
margin-bottom:10px;
padding-bottom:10px;
}
.project-successful{
background: #72C626;
padding: 2px 0px 3px 5px;
margin: 10px 0px 15px 0px;
color: #fff;
float: left;
width: 98%;
border-radius:3px;
}
.project-unsuccessful{
background: #ff2a00;
padding: 2px 5px 3px 5px;
margin: 10px 0px 15px 0px;
color: #fff;
float: left;
width: 98%;
border-radius:3px;
}
body .project-card .progress{
overflow:hidden;
height:13px;
}
/* Page blocks */
.block-category_block{
margin:15px 0px 0px 0px;
}
.template-wrapper .title{
margin: 30px 0px 30px 0px;
}
#category-menu{
float:right;
width:22%;
min-height: 330px;
border-left: 1px solid #e5ebf0;
padding-top:25px;
}
#category-menu li{
list-style:none;
padding-left:5px;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
#category-menu li:hover, #category-menu li.current{
list-style:none;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
#category-menu li a{
display:block;
font-size:14px;
color:#666;
padding:5px 5px 5px 35px;
position:relative;
}
#category-menu li a:hover, #category-menu li.current a{
display:block;
background:transparent;
position:relative;
}
#category-post-content{
width:74%;
float:left;
position: relative;
padding-top: 0px;
}
.block-project_highlight_block #category-post-content .project-thumb-wrapper{
float:left;
width: 42%;
margin-right: 3%;
}
.block-project_highlight_block #category-post-content .project-thumb-wrapper img{
width: 100%;
margin-top: 5px;
}
#loading-animation{
text-align:center;
}
.highlight-block .project-thumb-wrapper{
float:left;
width:45%;
}
.highlight-block .project-thumb-wrapper a{
display: block;
width: 377px;
border: 1px solid #63e92a;
}
.highlight-block .project-thumb-wrapper img{
width:375px;
position: relative;
top: -10px;
right: -10px;
}
.highlight-block #category-post-content{
margin-top: 30px;
}
.highlight-block #category-menu{
margin-top: 0px;
}
.category-container{
float:left;
width:55%;
}
.category-container h3{
margin-top:0px;
}
.category-container h3 a{
color: #333;
font-size: 20px;
text-transform: none;
}
.category-container .edit-button{
margin-top:0px;
float:right;
}
.category-container .project-stats{
width:100%;
margin-bottom:25px;
}
.category-container .project-stats li{
margin-right:10px;
text-transform:capitalize;
}
.category-container .project-stats li:first-child{
border-left:0px;
padding-left: 0px;
}
.category-container .project-stats li strong{
font-size:20px;
display:inline-block;
margin-right: 5px;
font-weight: 500;
}
.block-projects_block .edit-button{
float:right;
margin-bottom:15px;
}
.block-projects_block .title{
margin-bottom:20px;
}
.block-projects_block .isotope{
margin-top: 35px;
}
.isotope, .isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope .isotope-item {
margin-top:20px;
margin-bottom:20px;
}
.block{
margin-bottom: 20px;
margin-top: 20px;
position:relative;
}
.block-page_header_block h2{
font-size: 50px;
line-height: 60px;
text-transform: uppercase;
color: #666;
}
.block-page_header_block p{
margin: 0px 0px 0px 0px;
font-size: 18px;
color: #999;
margin-top: 0px;
}
/* Tabs & Accordion */
.block_tabs, .block_accordion_wrapper, .block_toggles_wrapper{
margin-top: 10px;
}
.block_tabs .nav-tabs li a{
opacity:1;
}
.splitter li a, .nav-tabs a{
padding:10px 20px 10px 20px;
font-weight:normal;
display:block;
color:#fff;
font-size:12px;
opacity: 1;
background:#333;
}
.splitter li[class*="selected"] > a, .splitter li a:hover, .nav-tabs a:hover, .nav-tabs > li.active > a{
color:#fff;
opacity: 1;
}
.nav-tabs .ui-state-active a,.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, a.ui-accordion-header-active, .block_accordion_wrapper .ui-state-hover, .block_toggle .open {
color:#fff;
}
.ui-accordion-content p{
background-attachment: scroll;
background-clip: border-box;
background-color: #FFFFFF;
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
padding-bottom: 9px;
padding-left: 15px;
padding-right: 15px;
padding-top: 9px;
}
.block_accordion_wrapper h3 {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-user-select: none;
background-attachment: scroll;
background-clip: border-box;
background-color: #FFFFFF;
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
border-bottom-color: #D8D8D8;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
border-image-slice: 100% 100% 100% 100%;
border-image-source: none;
border-image-width: 1 1 1 1;
border-left-color: #D8D8D8;
border-right-color: #D8D8D8;
border-left-width: 1px;
border-right-width: 1px;
border-left-style: solid;
border-right-style: solid;
border-top-color: #D8D8D8;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-style: solid;
border-top-width: 1px;
font-size: 14px;
font-weight: normal;
line-height: 21px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 70px;
padding-top: 10px;
position: relative;
}
.addthis_toolbox{
height: 30px;
}
/*
*
* Pages
*
*/
.page .span12{
margin-left:0px;
}
#profile .span9{
width:690px;
}
.page-title{
min-height:200px;
text-align:center;
}
.page-title .span12{
margin-left:0px;
}
.page-title h1{
font-size:41px;
color:#fff;
text-transform:none;
font-weight:normal;
margin: 50px 20px 15px 20px;
margin-top: 50px;
text-shadow:0px 2px 10px rgba(0,0,0,0.75);
}
.page-title h1 a{
font-size:60%;
}
.breadcrumbs{
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
font-size: 14px;
font-family: 'Lato', sans-serif, arial;
margin: 27px 10px 20px 20px;
color: white;
opacity: 0.8;
font-weight: 400;
}
.breadcrumbs:hover{
opacity:1;
}
.title-page{
margin-left:-5px;
}
.normal-page{
margin-top:15px;
}
/* 404 page */
.four0four{
text-align: center;
padding: 100px 0px 80px 0px;
}
.huge {
font-size: 80px;
padding-bottom: 30px;
color: rgba(153,153,153, 0.8);
text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}
/*
*
* Blog page
*
*/
/* Blog list */
.blog .span8{
margin-left:0px;
}
.page-template-tmp-blog-left-php .blog .span8{
margin-left: 2.9%;
}
.page-template-tmp-blog-left-php .blog .span4 {
margin-left:0px;
}
.blog .span4{
/margin-left: 25px;
/width:295px;
margin-bottom:20px;
}
.blog{
margin-top:15px;
}
.blog-list{
float:left;
margin-bottom:30px;
margin-top:20px;
position:relative;
width:100%;
}
.blog-list p{
line-height:26px;
}
.blog-list h2 a{
color: #5a5a5a;
}
.blog-thumb-wrapper{
min-width:50px;
min-height:50px;
float:left;
}
.blog-pdate{
position:absolute;
left:0px;
top:0px;
color:#fff;
padding:15px;
font-weight:bold;
font-size:14px;
text-align:center;
line-height:20px;
z-index:999;
margin:10px;
}
.plove a{
color:white;
}
.blog-thumb-wrapper a img, .blog-list h2 a{
opacity: 1;
filter: alpha(opacity=100);
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
}
.blog-thumb-wrapper a img:hover, .blog-list h2 a:hover{
opacity: 0.75;
filter: alpha(opacity=75);
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
}
.blog-pdate-noimg{
color:#fff;
padding:15px;
font-weight:bold;
font-size:14px;
text-align:center;
line-height:20px;
float:left;
margin:0px 10px 10px 0px;
}
.blog-list img{
float:left;
margin:0px;
margin-right:15px;
min-width:100%;
max-width:100%;
}
.isotope .blog-list img, .isotope .blog-thumb-wrapper{
float:none;
}
.isotope .blog-list img{
height: auto;
}
.isotope .blog-list .button-green{
float: none;
width: 100%;
text-align: center;
}
.isotope .blog-list .button-green{
margin-bottom: 5px;
}
.blog-list h2{
font-size:18px;
line-height:20px;
margin-top:18px;
margin-bottom:15px;
}
.blog-pinfo-wrapper{
border-top:1px solid #e2e2e2;
border-bottom:1px solid #e2e2e2;
padding: 10px 5px 10px 5px;
margin-top:35px;
}
.post-pinfo{
float:left;
width:70%;
margin-top: 13px;
font-size: 12px;
color: #999;
}
.blog-list .button-small{
float:right;
}
/* Blog page*/
.blog-post{
float:left;
margin-bottom:30px;
margin-top:20px;
position:relative;
width: 100%;
}
.blog-post-header img{
width:100%;
min-width:100%;
}
.blog-post-header h2{
font-size:20px;
margin:20px 0px 0px 0px;
}
.blog-post-header .blog-pinfo-wrapper{
margin-top:15px;
margin-bottom:15px;
}
.blog-post-header .post-pinfo{
margin-top:0px;
}
#comments h3{
margin-top: 30px;
margin-bottom: 30px;
}
#comments ul{
}
#comments ul li{
list-style: none;
}
#pager{
float:left;
margin:0;
padding:0;
margin-bottom:20px;
}
#pager li{
float:left;
list-style:none;
margin-right:10px;
}
#pager li a{
display:block;
padding:5px 10px 5px 10px;
border:1px solid #e2e2e2;
}
#pager li a.active, .blog #pager li a:hover{
color:#fff;
}
.search #pager, .profile-projects #pager{
padding-left: 20px;
margin-top: 10px;
}
.page-selector{
padding-bottom: 6px !important;
padding-top: 4px !important;
}
/* Widgets */
footer ul, .widget ul {
margin: 0px;
padding: 0px;
}
footer > ul > li {
list-style: none;
border-top: 1px solid #333;
padding: 10px 10px 10px 0px;
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}
.widget > ul > li {
border-top: 1px solid #ddd;
padding-top: 15px;
padding-bottom: 15px;
list-style: none;
}
.widget{
padding: 20px;
background: #fcfcfc;
border: 1px solid #eee;
margin: 20px 0px 0px 0px;
}
.widget h3{
margin-top: 0px;
margin-bottom: 20px;
line-height: 1 !important;
font-size: 16px;
font-weight: normal;
padding: 20px;
margin-left: -20px;
margin-right: -20px;
min-width:100%;
margin-top: -20px;
background: #3d3d3d;
font-weight: bold;
border-bottom-style: solid;
border-bottom-width: 3px;
color: white;
}
.widget form{
margin-bottom:0px;
}
.widget textarea,.widget input[type="text"],.widget input[type="password"],.widget input[type="datetime"],.widget input[type="datetime-local"],.widget input[type="date"],.widget input[type="month"],.widget input[type="time"],.widget input[type="week"],.widget input[type="number"],.widget input[type="email"],.widget input[type="url"],.widget input[type="search"],.widget input[type="tel"],.widget input[type="color"],.widget .uneditable-input{
width: 90%;
padding: 5%;
margin: 0px;
}
/* Projects widget */
.widget .review li .img, .footer_widget .review li .img{
float:left;
width:20%;
margin-right: 5%;
margin-right: 10px;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
.widget .review li .img:hover, .footer_widget .review li .img:hover{
opacity: 0.75;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
.widget .review li .info, .footer_widget .review li .info{
float:left;
width:75%;
}
.widget .review li .info h4, .footer_widget .review li .info h4{
font-size:14px;
margin-top:0px;
margin-bottom:5px;
}
.widget .review li .info h4 a{
color:#333;
font-weight:bold;
}
.widget .review li .info .post-author, .footer_widget .review li .info .post-author{
font-size:10px;
margin-top:-6px;
}
.widget .review li .info .progress, .footer_widget .review li .info .progress{
height: 10px;
box-shadow: none;
border-radius: 3px;
margin-bottom:0px;
background:#eee;
}
.widget .review li .info .project-stats, .footer_widget .review li .info .project-stats{
margin-top:10px;
}
.widget .review li .info .project-stats .pledged, .footer_widget .review li .info .project-stats .pledged{
margin-left: 10px;
min-width: 50px;
}
.widget .review > li, .footer_widget .review > li {
height: auto;
border-bottom: 0px;
border-top: 1px solid #eee;
margin: 10px 0px 0px 0px;
padding-top: 25px;
list-style: none;
padding-bottom: 15px;
}
.widget .review > li:first-child , .footer_widget .review > li:first-child {
margin-top: 0px;
border-top: 0px;
padding-top: 10px;
}
.widget .review li small, .footer_widget .review li small{
font-size: 11px;
color: #999;
}
.widget .review li .info .overall-score .rating, .footer_widget .review li .info .overall-score .rating {
font-size: 15px;
text-shadow: 0px 0px 0px;
}
.widget .review li .info .overall-score, .footer_widget .review li .info .overall-score {
margin: 0;
padding: 0;
}
.footer_widget .review li .img{
display:none;
}
.footer_widget .review li .info{
width:100%;
}
.footer_widget .review li .info .progress{
background:#333;
}
.footer_widget .review > li{
border-top: 1px solid #333;
color:#999;
padding-top: 20px;
padding-bottom: 10px;
}
.footer_widget .project-card li strong, .footer_widget .project-stats li strong{
color:#ccc;
}
.footer_widget > ul > li:last-child {
border-bottom: 1px solid #333;
border-bottom: 0px;
border-top: 1px solid #333;
}
.p-widget.review li .img{
display:block;
width:16%;
margin-right:4%;
}
.p-widget.review li .info{
width:79%;
}
.p-widget.review li .info .post-author{
margin:7px 0px;
}
.footer_widget a:hover{
color:white;
}
/*
*
* Project page
*
*/
.project-page{
padding-bottom:40px;
}
.fund-tabs-cont{
width:100%;
background:#f1f1f1;
border-bottom:1px solid #d7cfc5;
min-height:65px;
margin-bottom:50px;
}
.fund-tabs-cont .nav-tabs{
text-align: center;
}
.fund-tabs-cont .nav-tabs > li{
display: inline-block;
margin-bottom: -1px;
vertical-align: bottom;
float:none;
}
.fund-tabs-cont .nav-tabs > li > a{
background:transparent;
border-radius: 0px;
padding: 23px 15px;
margin: 0px;
border: 0px solid transparent;
border-bottom:2px solid transparent;
margin-right: 2px;
border-radius: 0px;
text-transform: capitalize;
font-size: 14px;
font-weight: 400;
color: #333 !important;
text-shadow: none;
opacity:0.8;
}
.fund-tabs-cont .nav-tabs > li > a strong{
font-weight: 500;
font-size: 12px;
margin-left: 3px;
top: -4px;
position: relative;
}
.fund-tabs-cont .nav-tabs > li > a:hover,.fund-tabs-cont .nav-tabs > li.active > a,
.fund-tabs-cont .nav-tabs > li.active > a, .fund-tabs-cont .nav-tabs > li.active > a:hover, .fund-tabs-cont .nav-tabs > li.active > a:focus{
border: 0px solid transparent;
border-bottom:2px solid transparent;
opacity:1;
background:transparent;
}
.tab-pane .span8{
margin-left:0px !important;
}
.project-info-wrapper{
}
.project-thumb-wrapper-big img{
min-width:100%;
max-width:100%;
height:auto !important;
}
.button-contribute{
font-size:20px;
font-weight:bold;
text-shadow:0 1px 0 #666;
}
.button-contribute:hover{
text-shadow:0 1px 0 #999;
}
.project-info, .project-info h3{
float:left;
}
.project-info h3.traised{
margin-top:30px;
margin-bottom:0px;
}
.project-info{
width:100%;
color:#999;
}
.project-info h3{
font-size:42px;
color:#333;
padding:0px;
line-height: 34px;
margin-top:0px;
width: 80%;
font-weight:bold;
}
.project-info h3 span{
font-size:12px;
color:#999;
font-weight:normal;
text-transform:none;
font-size:12px;
position: relative;
top: -13px;
}
.col-md-4 .project-info h3 span{
top:0px;
}
.project-info .progress{
float: left;
height: 340px;
margin-top: 0px;
width: 15px;
position: relative;
margin-bottom:0px;
margin-right:10%;
border-radius: 0px;
box-shadow: none;
}
.project-info .progress .bar{
position: absolute;
bottom: 0px;
width: 100%;
}
.funding-info{
margin-top: 15px;
}
.funding-info, .funding-minimum{
float:left;
width:80%;
font-size:12px;
}
.funding-minimum .button-small{
padding: 15px 20px;
margin-top:10px;
}
.funding-minimum .button-small i{
margin-right:5px;
}
.tabbable .alert{
margin-bottom: -20px;
margin-top: 20px;
}
.tabbable .alert.yay{
margin-top: 20px;
margin: -10px 10px 20px 10px;
}
.tabbable .alert-error{
margin:-20px 0px 20px 10px;
}
.cf-thanks .alert-success{
margin-top: 20px ;
margin-bottom: 0px;
}
.entry-content .error{
color:red;
}
/* Author */
.author-side{
background: white;
padding: 25px;
border: 1px solid #f1f2f2;
margin-top: 0px;
border-right: 0px;
}
.author-side img{
width: 75px;
height: 75px;
float: left;
border-radius: 50px;
position:relative;
}
.author-info{
float: left;
color: #999999;
margin-left: 15px;
width: 160px;
font-size: 12px;
}
.author-info a{
font-size: 16px;
font-weight: bold;
margin-top: 5px;
display: block;
}
.author-info p{
font-size: 12px;
color: #666;
margin-top: 0px;
opacity: 0.5;
}
.author-info p i{
margin-right:5px;
}
.author-info p .author-url{
font-size:13px;
}
.update-date-stamp{
font-size: 10px;
color: #999;
}
.update-date-stamp a{
margin-right:2px;
}
/* Perks */
.project-page .col-md-4 h2{
margin: 40px 0px 22px 1px;
text-transform: none;
font-weight: normal;
font-size: 22px;
}
.perks-wrapper{
margin:0 ;
padding:0px;
}
.perk{
border: 1px solid #e2e2e2;
list-style: none;
margin: 0px 0px 20px 0px;
background: #eeeeee;
padding: 15px;
border:1px solid #e2e2e2;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
cursor: pointer;
}
.perk:hover{
cursor: pointer;
background:#faf9f9;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
}
.perk .min-amount{
margin: 20px -16px -16px -16px;
}
.perk .min-amount input{
border: 0px;
width: 100%;
height: auto;
margin: 0px;
font-size:16px;
border-radius: 0px 0px 0px 0px;
padding: 15px 20px;
}
.perk label{
margin-top:0px !important;
cursor: pointer;
}
.perk label p{
margin-bottom:0px;
}
.perk h4{
color:#444;
text-transform:capitalize;
line-height:25px;
margin-top:0px;
}
.perk h4 span{
font-size:12px;
color:#999;
}
.perk p{
color:#888;
}
.who-are-you{
float: left;
width:50%;
}
.funding-method{
float: left;
width:50%;
}
/* Project content */
.project-social{
margin-top:10px !important;
}
.project-content, .project-social{
background: #faf9f9;
border: 1px solid #e2e2e2;
padding: 30px;
margin-top: 15px;
color: #666;
}
/* Project update */
#updates .comment-list{
padding:0px;
margin:0px;
}
#updates .comment-list li{
background:#f8f8f8;
border:1px solid #e2e2e2;
padding:15px;
margin-bottom:15px;
list-style:none;
}
#updates .comment-list li img{
max-width:100%;
}
#updates .comment-list li .update-date-stamp{
font-size: 11px;
color: #999;
}
#updates .comment-list li p{
padding: 10px 0px;
/* background: white; */
margin-top: 5px;
border-top: 1px solid #eee;
color: #333;
}
/* OLD
.project-update{
background:#eeeeee;
border:1px solid #e2e2e2;
padding:15px;
margin-bottom:15px;
}
.project-update-avatar, .project-update-info h4, .project-update-date{
float:left;
}
.project-update-info{
border-bottom:1px solid #e2e2e2;
margin-bottom:20px;
}
.project-update-info img{
width:60px;
height:60px;
border:3px solid;
margin:0px 15px 15px 0px;
}
.project-update-info h4{
font-size: 16px;
margin-top: 18px;
width:80%;
}
/*
/* Project backers */
.project-backer{
background: #faf9f9;
border: 1px solid #e2e2e2;
padding: 30px 20px;
margin-bottom: 0px;
text-align: center;
margin-right: -1px;
min-height: 222px;
margin-bottom: -1px;
}
.project-backer .pb-img img{
border-radius:50px;
}
.project-backer .name{
margin-top:5px;
color: #666;
font-size: 18px;
}
#project-funders .icon.charged {
background: url(../funding/admin/images/money.png) left top no-repeat;
height: 15px;
width: 19px;
position: absolute;
top: 5px;
right: 2px;
}
#project-funders .icon.charged_error {
background: url(../funding/admin/images/error.png) left top no-repeat;
height: 15px;
width: 19px;
position: absolute;
top: 5px;
right: 2px;
}
.cf-notice{
margin-bottom:20px;
}
/* project comments */
.project-comment, .comment-form{
background:#faf9f9;
border:1px solid #e2e2e2;
padding:20px;
margin-bottom:5px;
}
.comment-form .comment-form{
border:none;
padding-bottom:0px;
}
.comment-form{
padding: 30px;
clear:both;
}
#respond h2, .comment-form h2{
font-size: 20px;
margin: 10px;
margin-bottom: 20px;
margin-top: 0px;
color: #666;
margin-left: 0px;
clear: both;
}
#respond h2{
margin-bottom:10px;
}
#tab3 #respond h2, #tab4 #respond h2{
border-bottom: 1px solid #e2e2e2;
padding-bottom: 10px;
}
.comment-form .form{
margin-bottom:0px;
}
.comment-form .comment-list .project-comment{
background: white;
}
.comment-form .comment-list .project-comment .comment-author{
float: left;
margin-right: 30px;
}
.comment-form .comment-list{
padding-left: 0px;
}
.project-comment li{
background:#eeeeee;
border:1px solid #e2e2e2;
padding:15px;
margin-bottom:5px;
}
.comment-form textarea{
width:98% ;
}
.comment-form button{
margin-top:15px;
}
.project-comment .span1{
margin-left: 0;
}
.project-comment .span1 img{
border:2px solid;
width:50px;
height:50px;
float:left;
margin:0px 10px 0px 0px;
}
.project-comment .span1 img, .project-backers .span1 p{
float:left;
}
.comment-info{
color:#999;
margin-bottom:15px;
}
#tab3 ul.updates, #tab4 ul.comment-list{
list-style:none;
margin-bottom:50px;
}
#tab3 ul.updates li, #tab4 ul.comment-list li{
padding: 20px;
background: white;
border: 1px solid #e2e2e2;
position:relative;
}
#tab3 ul.updates li p, #tab4 ul.comment-list li p{
margin:15px 0px 0px 0px;
color: #666;
}
#tab3 ul.updates li a.comment_deletor, #tab4 ul.comment-list li a.comment_deletor{
font-size: 10px;
opacity: 0.5;
color: red;
float: right;
display: block;
position: absolute;
top: 20px;
right: 20px;
}
/* gallery */
.project-gallery{
background:#eeeeee;
border:1px solid #e2e2e2;
padding:15px;
margin-bottom:5px;
list-style:none;
}
.project-gallery .gallery-image{
list-style:none;
float:left;
margin:0px 8px 15px 5px;
}
.project-gallery .gallery-image a{
border:2px solid;
width:130px;
height:130px;
display:block;
overflow:hidden;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
opacity: 0.75;
filter: alpha(opacity=75);
}
.project-gallery .gallery-image a:hover{
border:2px solid;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
opacity: 1;
filter: alpha(opacity=100);
}
.project-gallery .gallery-image img{
width:130px;
min-height:130px;
min-width:130px;
}
/*
*
* All projects page
*
*/
.all-projects{
background:white;
padding-top:30px;
padding-bottom:30px;
}
.all-projects #category-post-content{
width:75%;
}
#category-menu{
width:23%;
margin-left:12px;
padding-left:0px;
margin-top:25px;
}
#category-menu li a:after{
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
left:5px;
}
#category-menu li a:hover:after, #category-menu li.current a:after{
left:20px;
}
/*
*
* Profile page
*
*/
.profile{
padding-top:20px;
margin-bottom:0px;
background:white;
}
.profile-projects{
background: #f8f8f8;
border-bottom: 1px solid #e2e2e2;
border-top: 1px solid #e2e2e2;
}
.profile-projects .container.blog{
background: #f8f8f8;
}
.author .profile-projects, .archive .profile-projects{
border-bottom:0px;
}
.profile-projects h2{
font-size: 20px;
margin-left:2.8%;
}
.profile-projects .span12{
margin-left:0px;
}.
.profile-info h1{
font-size:25px;
margin-top:0px;
}
.profile-info{
position:relative;
}
.profile-info .tabbable {
margin-bottom: 15px;
width:72%;
}
.profile-info .tabbable .span10{
margin-left:0px;
}
.profile .nav-tabs{
position:absolute;
right:0px;
top:-64px;
margin-top:0px !important;
}
#profile-edit #description{
font-size:12px;
}
.profile .tab-content{
overflow: hidden;
}
dl small{
color:#999;
font-weight: normal;
}
#profile{
padding-bottom: 20px;
}
#profile h1{
font-size:28px;
margin-top:0px;
color:#333;
}
#profile table{
border: 1px solid #e8e8e8;
width:100%;
}
#profile table tr{
border-bottom: 1px solid #e8e8e8;
}
#profile table tr:last-child{
border-bottom: 0px;
}
#profile table td:first-child{
width: 27%;
color:#666;
font-size:12px;
font-weight:bold;
background:#fcfcfc;
border-right: 1px solid #e8e8e8;
}
#profile table td{
padding:20px;
color:#999999;
}
#profile h1 small{
display: inline-block;
background: #cccccc;
padding: 5px 8px;
border-radius: 5px;
font-size: 10px;
font-weight: bold;
color: white;
position: relative;
top: -4px;
margin-left: 10px;
text-transform: capitalize;
}
.profile-info .shadow{
border: 1px solid #e8e8e8;
border-radius: 5px;
position: relative;
max-width: 250px;
float: right;
margin-bottom: 20px;
}
.profile-info .shadow img{
border-radius:6px;
width:100%;
}
.profile-info .shadow:before{
display:block;
content:'';
border-radius: 5px;
position:absolute;
width:100%;
height:100%;
-moz-box-shadow:inset 0px 0px 0px 8px white;
-webkit-box-shadow: inset 0px 0px 0px 8px white;
box-shadow:inset 0px 0px 0px 8px white;
}
.biography{
color:#999;
}
.page-template-tmp-my-account-php .breadcrumbs{
display:none;
}
body .profile select{
padding:4px 6px;
}
body .profile .form-submit{
margin-top:15px;
}
body .profile .description{
font-size: 11px;
margin-top: 6px;
color: #999;
}
.profile-projects .project-card .button-small{
font-size: 80%;
padding: 5px 10px;
float:none;
display:inline-block;
}
/*
*
* Contact page
*
*/
/* Google map */
#map-canvas{
width: 100%;
height: 500px;
}
#map-canvas img {
max-width: none;
}
.contact-page form .span6{
padding-bottom:50px;
}
.gmap{
position: relative;
margin-left:0px !important;
margin-right:0px !important;
padding-left:0px !important;
padding-right:0px !important;
height: 500px;
width: 100% !important;
z-index: 33333;
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
padding-left: 0px;
margin-top: 0px;
}
.gmap:hover{
transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
@media print {
html, body {
height: auto;
}
}
#panel {
position: absolute;
top: 5px;
left: 50%;
margin-left: -180px;
z-index: 5;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
}
.huge {
color: rgba(153, 153, 153, 0.8);
font-size: 110px;
padding-bottom: 30px;
text-shadow: 1px 4px 6px #DDEEFF, 0 0 0 #000000, 1px 4px 6px #DDEEFF;
}
#toTop{
z-index: 22222 !important;
}
.contact{
padding: 15px 15px 15px 0px;
margin-top:15px;
}
.contact ul{
padding:0;
margin:0;
}
.contact textarea{
width: 90%;
height: 180px;
padding:2%;
}
.contact .input-prepend{
margin-bottom:15px;
}
.contact input[type='submit']{
margin-left:0px;
}
.contact .controls{
margin-top:20px;
}
.controls li{
list-style:none;
}
.contact .ctitle{
background: url(http://theme-fusion.com/avada/wp-content/themes/Avada/images/bg-title.gif) repeat-x 0 50%;
line-height: 1 !important;
font-size: 18px;
color: #333;
font-weight: normal;
margin-top:0px;
margin-bottom:20px;
}
.contact .title span{
background:#fff;
padding-right: 7px;
}
.cpage .span8{
margin-left:0px ;
}
.contact label.error{
padding: 5px;
margin: 10px 0px 0px 27px;
border: 1px solid;
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
width:135px;
}
.nnupdates{
margin: 0px 0px 20px 0px;
border: 1px solid;
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
padding: 10px 15px;
border-radius: 3px;
}
.contact .error{
border: 1px solid;
border-color: #b94a48;
}
/*
*
* Footer
*
*/
.footer_widget1, .footer_widget2, .footer_widget3, .footer_widget4{
float:left;
}
footer{
padding:20px 0px 20px 0px;
margin-top:0px;
z-index: 1;
position: relative;
background-color: #282828;
}
footer h3{
color: #f1f1f1;
font-weight: 800;
font-size: 14px;
margin-bottom: 25px;
border-left: 2px solid #63e92a;
padding-left: 10px;
}
.copyright{
background:#1c1c1c;
padding:10px 0px 0px 0px;
color:#666;
}
.footer_widget ul{
margin:0px;
padding:0px;
}
.footer_widget > ul > li{
color:#1d1d1d;
list-style:none;
border-top:1px solid #333;
}
.footer_widget > ul > li > a{
display:block;
padding:10px 10px 10px 30px;
position:relative;
}
.footer_widget > ul > li > a:after, #category-menu li a:after {
content: "\f101";
position: absolute;
left: 0px;
color:white;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
top: 50%;
margin-top: -7px;
transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-webkit-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
}
.footer_widget > ul > li > a:hover:after{
left:10px;
}
.footer_widget > ul > li > a:hover{
color:#fff;
}
.footer_widget > ul > li:last-child{
border-bottom:1px solid #333;
}
.footer_widget ul li.recentcomments a{
display:inline;
}
.footer_widget ul li.recentcomments{
padding:10px;
}
#wp-calendar{
width:100%;
}
#wp-calendar td, #wp-calendar th, #wp-calendar caption{
padding:5px;
color:#999;
text-align:center;
}
#wp-calendar tfoot td{
text-align:left;
}
#wp-calendar td:hover, #wp-calendarth:hover{
background:#333;
}
/* Widgets */
.textwidget{
color:#999;
}
.footer_widget{
float:left;
}
.tagcloud a{
background: #333;
border: none;
color: #eaeaea!important;
font-style: normal;
font-size: 12px !important;
font-weight: bold;
padding: 3px 8px 3px 8px;
margin-bottom: 4px;
display: inline-block;
}
.widget_images a img{
margin: 1px 0px 2px 0px;
border:3px solid #404040;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
opacity: 0.5;
filter: alpha(opacity=50);
}
.widget_images a img:hover{
border:3px solid;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
opacity: 1;
filter: alpha(opacity=100);
}
}
/* predefined by bootstrap */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
color: #5a5a5a;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Downsize the brand/project name a bit */
.navbar .brand {
padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
font-size: 16px;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
margin-top: 10px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 979px) {
.container.navbar-wrapper {
margin-bottom: 0;
width: auto;
}
.navbar{
float:left;
width: 100%;
}
.navbar-inner {
margin:0px;
margin-bottom:15px;
padding-right:0px !important;
background:#333 !important;
}
body.page .navbar-inverse .navbar-nav > li > a {
padding:0;
line-height:45px;
}
body.page .navbar-inverse .navbar-nav > li > a:after {
bottom:0;
}
.btn-navbar{
background: url(../img/mobile-nav-btn.png) top 5px center no-repeat #000 !important;
padding: 10px !important;
width: 20px;
margin-right: 10px !important;
padding-top: 20px !important;
}
.carousel .item {
height: 500px;
}
.carousel img {
width: auto;
height: 500px;
}
.featurette {
height: auto;
padding: 0;
}
.featurette-image.pull-left,
.featurette-image.pull-right {
display: block;
float: none;
max-width: 40%;
margin: 0 auto 20px;
}
.logo-wrapper{
width: 100%;
text-align: center;
margin-bottom: 10px;
border:none;
}
.search-wrapper input{
width: 95%;
}
.navbartop-wrapper{
height: auto !important;
}
.search-wrapper, .search-wrapper form{
width:100%;
}
.navbartop-wrapper .container ul.social-media {
list-style: none;
padding: 0;
margin: 0 auto;
display: inherit;
float:none;
}
.top-right #searchform {
float:none;
}
a.login-top, a.register-top, a.account-top, a.submit-top, a.logout-top{
float:none;
display:inline-block;
padding-left: 2%;
padding-right: 2%;
margin-bottom: 1px;
}
.navbartop-wrapper .container{
margin:0px;
padding:0px;
}
.top-right {
float: none;
width: 100%;
text-align: center;
}
}
.user_project #wpwrap{
width: 920px;
margin: 0 auto;
}
.user_project #wpwrap footer{
width: 920px;
margin: 0 auto;
}
/* Default wp */
html #wpadminbar{
z-index:99999 !important;
}
blockquote{
display:block;
margin: 10px 0px 20px 0px;
border-left: 1px solid #CCC;
color: #AEAEAE;
padding: 10px 0px 10px 25px;
font-style: italic;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 10px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 10px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignright {
float: right;
margin: 5px 0 10px 20px;
}
a img.alignnone {
margin: 5px 20px 10px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 10px 0;
max-width:100%;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; /* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.sticky
{}
.gallery .gallery-caption
{
font-size: 12px;
margin: 0 0 12px;
}
.sub-menu{
display: none;
}
#postcustomstuff .submit .deletemeta{
color: #000;
}
#postcustomstuff .submit .updatemeta{
color: #000;
}
#ui-datepicker-div{
display: none;
background-color: white;
padding: 10px 20px 10px 10px;
border: 1px solid #eee;
}
#LoginWithAjax_Remember{
display: none;
}
.single-project .container.page{
padding-bottom:20px;
}
.block_accordion_wrapper h3{
background: #fff;
border: 1px solid #D8D8D8;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin: 0.5em 0 10px;
position: relative;
font-size: 14px;
line-height: 21px;
font-weight: normal;
margin: 0;
padding: 10px 70px 10px 15px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
cursor: pointer;
}
.ui-accordion-content{
display: none;
background: url(../pagebuilder/assets/images/drop-bg.png) repeat-x 0 top;
overflow: hidden;
padding: 15px 15px 5px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border: 1px solid #D8D8D8;
margin-top: -1px;
}
.block_accordion_wrapper h3 .arrow{
background-image: url("../pagebuilder/assets/images/dropdown-arrows.png");
background-position: -40px -3px;
background-repeat: no-repeat;
display: block;
float: right;
height: 14px;
position: absolute;
right: 15px;
top: 13px;
width: 14px;
}
.block_accordion_wrapper h3:hover .arrow{
background-position: -9px -3px;
background-image: url("../pagebuilder/assets/images/dropdown-arrows.png");
background-repeat: no-repeat;
display: block;
float: right;
height: 14px;
position: absolute;
right: 15px;
top: 13px;
width: 14px;
}
.block-highlight_block, .highlight-no-margin, .block-clear_block, .block-text_block, .block-tabs_block {
margin-bottom: 0px !important;
margin-top:0px !important;
}
.footer_widget #searchform input{
width: 80%;
}
.menu{
padding-top: 0px !important;
}
#fb_login_button{
margin-top: 10px;
}
#fb_login_button span{
background-size: auto;
background-repeat: no-repeat;
float:left;
background-position: 3px -80px;
height: 26px;
width: 40px;
border: 1px solid #29447e;
background-color: #5f78ab;
background-image: url(http://static.ak.fbcdn.net/rsrc.php/v2/yx/r/j_i0CTUUUEe.png);
padding-left: 32px;
color:#fff;
line-height: 28px;
}
#fb_login_button a{
/*float:left; */
}
#twitter_login_link{
color: #FFF;
background-color: #0271BF;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(#2daddc,#0271bf);
background-image: -ms-linear-gradient(#2daddc,#0271bf);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2DADDC),color-stop(100%,#0271BF));
background-image: -webkit-linear-gradient(#2DADDC,#0271BF);
background-image: -o-linear-gradient(#2daddc,#0271bf);
background-image: linear-gradient(#2DADDC,#0271BF);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daddc',endColorstr='#0271bf',GradientType=0);
border-color: #096EB3;
padding: 7px 10px;
margin-left: 15px;
border-radius: 5px;
line-height: 28px;
}
#prostatus{
float: left;
font-weight: bold;
}
.profile-projects #prostatus{
position: absolute;
top: 25px;
left: 0px;
padding: 5px 15px;
background: #666;
color: white;
border-radius: 0px 3px 3px 0px;
}
/*carousel fred style*/
@CHARSET "ISO-8859-1";
.more{
color:#ca7700;
font-family:Verdana,Geneva,sans-serif;
font-size:11px;"
}
.category-container #post-content .icon-map-marker{
margin-left:8px;
}
.foo_con, .project-card p, .category-container #post-content{
font-size: 12px;
letter-spacing: 0px;
line-height: 18px;
color:#666;
}
.category-container .post-author{
color:#999;
}
.category-container #post-content{
margin-top:15px;
font-size:14px;
line-height:20px;
}
.category-container #post-content span{
display:inline-block;
margin-right:10px;
}
.category-container #post-content .the_excerpt{
min-height: 65px;
color: #999999;
font-size: 14px;
line-height: 21px;
font-weight: 300;
}
.category-container #post-content .project_collected{
margin-top:40px;
margin-bottom:10px;
font-size:16px;
font-weight:300;
}
.category-container #post-content .project_collected strong{
font-size:24px;
font-weight:500;
}
.category-container #post-content .edit-button {
margin-top: 0px;
float: right;
position: absolute;
top: 25px;
right: 0px;
padding: 5px 10px;
font-size: 10px;
}
.category-container #post-content p{
margin-top:15px;
margin-bottom:5px;
font-size:12px;
}
.caroufredsel_wrapper{
/height:380px !important;
/width: 1030px !important;
}
.caroufredsel_wrapper>div {
width:100%!important;
}
.caroufredsel_wrapper .project-card{
margin: 0px 0px 15px 15px !important;
}
#foo1{
height:auto !important;
}
.image_carousel {
padding: 0px 55px 15px 45px;
position: relative;
}
a.prev, a.next {
border-radius:5px;
width: 45px;
height: 50px;
display: block;
position: absolute;
top: 40%;
}
#foo_content{
padding: 9px;
margin: 7px;
display: block;
float: left;
height:auto;
width:150px;
min-height:150px;
max-height:280px;
}
a.prev { left: 0px;
background:url(../img/left.png);
background-color:#333;
background-repeat:no-repeat;
background-position:center;
}
a.next { right: 0px;
background:url(../img/right.png);
background-color:#333;
background-repeat:no-repeat;
background-position:center;
}
a.prev span, a.next span {
display: none;
}
.clearfix {
float: none;
clear: both;
}
#toTop{
z-index: 22222 !important;
}
.centered{
text-align:center;
}
.bgpattern{
padding:20px;
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}
.bgpattern:hover{
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}
.bgpattern:hover > h2, .bgpattern > h2, .bgpattern:hover > .container > h2, .bgpattern > .container > h2, .bgpattern:hover > .icon, .bgpattern:hover > p{
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}
.bgpattern:hover > p{
color:#f1f1f1;
}
.charblock.vc_column_container{
padding:0px 25px;
}
.charblock .vc_column-inner{
border-radius: 8px;
border: 1px solid rgba(0, 0, 0, 0.04);
background: white;
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
top:0px;
position:relative;
}
.charblock:hover .vc_column-inner{
top:-10px;
box-shadow: 0px 3px 15px rgba(0,0,0,0.05);
}
.icon{
}
.icon span{
font-size:40px;
line-height:80px;
}
/***************************/
/******** Blocks ********/
/***************************/
.home-isotope {
margin-top: 10px;
}
.home-isotope [class*=col] {
background: #292929;
outline: #131313 solid 1px;
border: 1px solid #3c3c3c;
margin-right: 1%;
padding: 15px;
width: 49%;
margin-top: 1%}
.home-isotope .col-lg-6 h2 {
font-size: 24px;
font-weight: 400;
margin: 0 0 10px;
line-height: 34px;
color: #00d2ff;
font-family: 'Titillium Web', Arial;
}
.home-isotope .col-lg-6 img.post-img {
width: 100%;
border: 1px solid #000;
margin-bottom: 10px;
}
.block_accordion_wrapper, .block_tabs, .block_toggles_wrapper {
margin-top: 10px;
}
.block_tabs .nav-tabs>li {
opacity: 1;
float: left;
position: relative;
display: block;
margin: 0 2px;
color: #fff;
border-radius: 4px 4px 0 0;
}
.news-dark-hover {
background: rgba(0, 0, 0, .35);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
z-index: 10;
}
.main-news-block [class*=col] a:hover>.news-dark-hover, .news-dark-hover:hover {
opacity: 0;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
.main-news-block [class*=col], .main-news-block [class*=col] a {
padding: 0;
margin: 0;
overflow: hidden;
}
.home-isotope .col-lg-6 .comments, .home-isotope .col-lg-6 i, .main-news-block [class*=col] h1 i, .main-news-block [class*=col] h2 i {
font-size: 12px;
font-family: Arial;
text-decoration: none;
text-transform: none;
font-style: normal;
text-shadow: 0 1px 2px #000;
color: #00d2ff;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
background: rgba(0, 0, 0, .5);
display: inline-block;
padding: 0 5px 0 0;
}
.home-isotope .col-lg-6 .comments b, .home-isotope .col-lg-6 i b, .main-news-block [class*=col] h1 i b, .main-news-block [class*=col] h2 i b {
padding: 5px;
background: rgba(0, 0, 0, .5);
margin-right: 5px;
}
.home-isotope .col-lg-6 .comments {
margin-left: 3px;
}
.home-isotope .col-lg-6 p {
padding-bottom: 10px;
}
.main-news-block [class*=col] h1 i {
position: relative;
top: -10px;
line-height: 20px;
}
.main-news-block [class*=col]:hover h1 i, .main-news-block [class*=col]:hover h2 i {
color: #fff;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
.main-news-block .col-lg-4 h2, .main-news-block .col-lg-8 h1 {
position: absolute;
left: 30px;
top: 30px;
color: #fff;
padding: 0 30px 0 0;
margin: 0;
text-transform: none;
font-weight: 600;
text-shadow: 0 0 5px rgba(0, 0, 0, 1);
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
z-index: 11;
}
.main-news-block .col-lg-4 h2 {
font-size: 28px;
}
.main-news-block .col-lg-8 h1 {
line-height: 48px;
font-size: 43px;
}
.main-news-block .col-lg-4 h2:hover, .main-news-block .col-lg-8 h1:hover, .main-news-block [class*=col]:hover h1, .main-news-block [class*=col]:hover h2 {
text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
color: #00d2ff;
}
.newsbh {
margin: 0;
padding: 0;
min-width: auto;
min-height: auto;
}
.title-wrapper h3{
font-size: 18px;
color: #333;
font-weight: bold;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
margin-bottom: 0px;
}
.span12 .newsbv-item-first, .vc_col-sm-10 .newsbh-item, .vc_col-sm-10 .newsbv-item-first, .vc_col-sm-11 .newsbh-item, .vc_col-sm-11 .newsbv-item-first, .vc_col-sm-12 .newsbh-item {
width: 23.5%}
.vc_col-sm-1 .newsbh-item, .vc_col-sm-1 .newsbv-item-first, .vc_col-sm-2 .newsbh-item, .vc_col-sm-2 .newsbv-item-first, .vc_col-sm-3 .newsbh-item, .vc_col-sm-3 .newsbv-item-first {
width: 100%}
.vc_col-sm-4 .newsbh-item, .vc_col-sm-4 .newsbv-item-first, .vc_col-sm-5 .newsbh-item, .vc_col-sm-5 .newsbv-item-first {
width: 48%}
.span10 .newsbh-item, .span10 .newsbv-item-first {
width: 23%}
.newsbh-item, .newsbv-item-first {
width: 48.5%;
float: left;
list-style: none;
padding: 0!important;
border: 0!important;
position:relative;
}
.newsbh-item {
margin: 0 1.5% 2% 0;
}
.newsbh-item, .postbcont {
color: #999;
font-size: 13px;
}
.newsbh-item:nth-child(even) {
margin: 0 0 4% 1.5%;
}
.newsbh-item:last-child {
margin-bottom:2% !important;
}
.vc_col-sm-9 .newsbh-item:nth-child(even), .vc_col-sm-10 .newsbh-item:nth-child(even),
.vc_col-sm-11 .newsbh-item:nth-child(even), .vc_col-sm-12 .newsbh-item:nth-child(even) {
margin: 0 1.5% 2% 0;
}
.vc_col-sm-9 .newsbh-item:nth-child(4n), .vc_col-sm-10 .newsbh-item:nth-child(4n)
.vc_col-sm-11 .newsbh-item:nth-child(4n), .vc_col-sm-12 .newsbh-item:nth-child(4n) {
margin-right: 0px;
}
.newsb-title {
margin-bottom: 10px;
}
.newsb-title a {
font-weight: 600;
color: #666;
font-size: 18px;
text-transform:none;
}
.newsbh-item .newsb-title a{
font-size:20px;
}
.newsbh-item .newsb-title{
margin-top:15px;
}
.post-meta {
font-size: 11px;
color: #999;
margin-bottom: 5px;
font-style: italic;
}
.post-meta i {
font-size: 11px;
}
.post-meta i.fa-comments-o {
font-size: 13px;
}
.widget .newsb-title a {
color: #666;
font-size: 18px;
font-weight: 500!important;
line-height: 1.1;
letter-spacing: 0px;
}
.vc_col-sm-8 .newsbv li:first-child h4 a{
font-size: 20px;
}
.avatar-block {
padding: 5px;
}
.widget .avatar-block .item-avatar {
display: inline-block;
margin: 8px;
}
body .newsbv-item-first .newsb-thumbnail {
position: relative;
float: none;
width: 100%}
.carousel_rating {
position: absolute;
top: 0px;
right: 0px;
z-index: 2;
font-size: 14px;
padding: 5px 10px;
background: rgba(35,40,45,0.6);
}
.newsbh-item .newsb-thumbnail {
position: relative;
float: none;
}
.vc_col-sm-6 .newsbv, .vc_col-sm-5 .newsbv, .vc_col-sm-4 .newsbv, .vc_col-sm-3 .newsbv,
.vc_col-sm-2 .newsbv, .vc_col-sm-1 .newsbv{
margin-left:0px;
}
.vc_col-sm-6 .newsbv .newsbv-item-first, .vc_col-sm-5 .newsbv .newsbv-item-first, .vc_col-sm-4 .newsbv .newsbv-item-first, .vc_col-sm-3 .newsbv .newsbv-item-first,
.vc_col-sm-2 .newsbv .newsbv-item-first, .vc_col-sm-1 .newsbv .newsbv-item-first{
margin-bottom:15px;
float: none !important;
width: 100% !important;
}
.vc_col-sm-6 .newsbv .newsbv-item, .vc_col-sm-5 .newsbv .newsbv-item, .vc_col-sm-4 .newsbv .newsbv-item, .vc_col-sm-3 .newsbv .newsbv-item,
.vc_col-sm-2 .newsbv .newsbv-item, .vc_col-sm-1 .newsbv .newsbv-item{
margin: 10px -20px;
padding: 20px 20px 10px 20px!important;
float: none;
border-top: 1px solid #eaeaea;
width: auto !important;
}
.vc_col-sm-6 .newsbv .newsbv-item .postbcont, .vc_col-sm-5 .newsbv .newsbv-item .postbcont, .vc_col-sm-4 .newsbv .newsbv-item .postbcont, .vc_col-sm-3 .newsbv .newsbv-item .postbcont,
.vc_col-sm-2 .newsbv .newsbv-item .postbcont, .vc_col-sm-1 .newsbv .newsbv-item .postbcont{
display:block;
}
.newsbv .newsbv-item .postbcont,
.vc_col-sm-6 .newsbv .newsbv-item .newsb-thumbnail, .vc_col-sm-5 .newsbv .newsbv-item .newsb-thumbnail, .vc_col-sm-4 .newsbv .newsbv-item .newsb-thumbnail, .vc_col-sm-3 .newsbv .newsbv-item .newsb-thumbnail,
.vc_col-sm-2 .newsbv .newsbv-item .newsb-thumbnail, .vc_col-sm-1 .newsbv .newsbv-item .newsb-thumbnail{
display:none;
}
.newsbv .newsb-thumbnail {
width: 120px;
overflow: hidden;
margin-right: 15px;
transition: all .35s;
-moz-transition: all .35s;
-webkit-transition: all .35s;
-o-transition: all .35s;
}
.newsb-thumbnail {
position: relative;
float: left;
background:white;
}
body .newsbv li h4 .ncategory{
position: relative;
border-radius: 3px;
padding: 3px 5px 3px 7px;
margin-right: 2px;
display: inline-block;
top: -2px;
margin-right:5px;
margin-bottom:5px;
}
body .newsbv li .ncategory, .ncategory{
position: absolute;
top: 15px;
left: 0px;
padding: 2px 8px;
color: white !important;
font-size: 11px;
z-index:999;
border-radius:0px 3px 3px 0px;
text-transform: uppercase;
text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
.ncategory:nth-child(2) {
top: 45px;
}
.ncategory:nth-child(3) {
top: 75px;
}
.ncategory:nth-child(4) {
top: 105px;
}
.cat-single{
width:100%;
text-align:center;
}
.cat-single .ncategory{
display:inline-block;
float:none;
position:initial;
padding:3px 20px 4px 20px;
text-transform:uppercase;
border-radius: 0px;
}
.cat-single .ncategory:hover{
opacity:0.8 !important;
}
.newsb-thumbnail a {
display: block;
overflow: hidden;
opacity: 1;
position:relative;
}
.newsb-thumbnail a .line_effect, .blog-img .line_effect{
content: '';
position: absolute;
bottom: 0px;
height: 5px;
left:0px;
width: 0px;
background: red;
transition: all .35s;
-moz-transition: all .35s;
-webkit-transition: all .35s;
-o-transition: all .35s;
}
.newsb-thumbnail a i, .blog-image > i{
display: block;
position: absolute;
top: 50%;
left: 50%;
top: 20%;
font-size: 30px;
margin-left: -15px;
margin-top: -15px;
z-index: 2;
color: white;
text-shadow: 0px 0px 10px #E0043F;
opacity:0;
transition: all .35s;
-moz-transition: all .35s;
-webkit-transition: all .35s;
-o-transition: all .35s;
}
.newsbv-item-first .newsb-thumbnail a i, .blog-image > i{
font-size:40px;
margin-left: -20px;
margin-top: -20px;
}
.newsbv li:hover .newsb-thumbnail a .line_effect , .newsbh li:hover .newsb-thumbnail a .line_effect, .blog-image:hover .line_effect {
width:100%;
}
.newsbv li:hover .newsb-thumbnail a i, .newsbh li:hover .newsb-thumbnail a i, .blog-image:hover > i{
opacity:1;
top: 50%;
}
.newsb-thumbnail a, .newsb-thumbnail img {
transition: all .35s;
-moz-transition: all .35s;
-webkit-transition: all .35s;
-o-transition: all .35s;
position:relative;
}
.newsb-thumbnail img{
width:100%;
}
.newsb-thumbnail a:hover {
opacity: 1;
}
.newsb-thumbnail a .overlay-link, .blog-image a .overlay-link,{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity .35s;
-moz-transition: opacity .35s;
-webkit-transition: opacity .35s;
-o-transition: opacity .35s;
}
.newsbv {
margin: 0;
padding: 0;
min-width: auto;
min-height: auto;
}
.newsbv-item-first {
width: 100%;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
.newsbv-item-first .newsb-title {
margin-top: 15px!important;
}
.newsbv-item {
padding: 27px!important;
margin-left: -20px;
margin-right: -20px;
float: left;
list-style: none;
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
.newsbv li img, .newsbv li:hover img, .newsbv-item:hover {
transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-webkit-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
}
.newsbv-item:hover, .newsbv-item-first:hover{
opacity:0.5;
}
.newsbv-item img {
height: 95px;
width: 120px;
float: left;
margin-right: 10px;
}
.newsbv .newsb-title {
margin-top: 0;
}
.vc_col-sm-10 .newsbv-item, .vc_col-sm-11 .newsbv-item, .vc_col-sm-12 .newsbv-item, .vc_col-sm-7 .newsbv-item, .vc_col-sm-8 .newsbv-item, .vc_col-sm-9 .newsbv-item {
float: right;
width: 51%;
margin-right: 0;
margin-left: 2%;
margin-bottom: 0px;
padding: 0px 0px 10px 0px!important;
}
.vc_col-sm-10 .newsbv li:first-child, .vc_col-sm-11 .newsbv li:first-child, .vc_col-sm-12 .newsbv li:first-child, .vc_col-sm-7 .newsbv li:first-child, .vc_col-sm-8 .newsbv li:first-child, .vc_col-sm-9 .newsbv li:first-child {
float: left;
width: 47%;
padding: 0!important;
}
.vc_col-sm-5 .newsbv li:first-child, .vc_col-sm-6 .newsbv li:first-child {
margin-left: 0;
}
.newsbv li{
position:relative;
}
.newsbv li:first-child img {
min-width: 100%;
max-width: 100%;
}
.newsbv li img.authorimg, li.newsbh-item p img.authorimg{
width: 25px !important;
height: 25px;
min-width: 25px;
border-radius: 30px;
margin-right: 5px;
}
.vc_col-sm-1 .newsbv-item, .vc_col-sm-2 .newsbv-item, .vc_col-sm-3 .newsbv-item, .vc_col-sm-4 .newsbv-item {
margin-top: 0!important;
padding: 5%!important;
float: left;
width: 90%;
margin-left: 0;
}
.vc_col-sm-1 .newsbv li:first-child, .vc_col-sm-2 .newsbv li:first-child, .vc_col-sm-3 .newsbv li:first-child, .vc_col-sm-4 .newsbv li:first-child {
width: 100%;
margin-left: 0;
}
.news_tabbed .block_tabs .tab {
padding: 0;
}
.post-meta {
margin-bottom: 5px!important;
}
.newsbh-item .post-meta {
margin-bottom: 10px!important;
}
/* Dividers */
.block-divider{
margin:30px 0px 30px 0px;
height:1px;
background:rgba(102, 102, 102, 0.3);
}
/***************** Parallax ******************/
.full-width-section {
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
margin-left: -50%;
padding-left: 50%;
padding-right: 50%;
width: 100%;
position: relative;
z-index: 0;
visibility: hidden;
background-position: 50% 23px;
background-repeat: repeat-x;
padding: 85px 5340px 70px;
margin-left: -5340px;
visibility: visible;
margin-bottom:40px;
border-top: 1px solid #d9d9de;
border-bottom: 1px solid #d9d9de;
}
.light, .dark{
position:relative;
z-index:10;
}
.parallax_section h3.widget-title {
font-size: 26px;
margin-bottom: 0px;
text-transform: none;
font-weight: bold;
text-align: left;
text-transform: capitalize;
background-color:transparent;
background:none;
padding-left:0px;
}
.full-width-section > .span_12 > div:last-child {
padding-bottom: 0px!important;
}
.full-width-section img {
display: block;
margin-bottom: 0px!important;
}
html:not(.js) .full-width-section {
visibility: visible;
}
.full-width-section.parallax_section {
background-attachment: fixed;
overflow:hidden;
margin-bottom:0px;
}
.full-width-section.parallax_section video{
position: absolute !important;
top:-15%;
left:30px !important;
z-index:0;
width:100% !important;
}
.full-width-section.no-cover {
background-size: auto!important;
-moz-background-size: auto!important;
-webkit-background-size: auto!important;
}
.full-width-section > .col.span_12 {
float: none!important;
}
.full-width-section > .col.span_12.light {
color: #fff;
}
.home-wrap .full-width-section.first-section {
margin-top: -37px!important;
}
.light, .dark{
position:relative;
z-index:10;
}
.parallax_section h3.widget-title {
font-size: 26px;
margin-bottom: 0px;
text-transform: none;
font-weight: bold;
text-align: left;
text-transform: capitalize;
background-color:transparent;
background:none;
padding-left:0px;
}
.full-width-section > .span_12 > div:last-child {
padding-bottom: 0px!important;
}
.full-width-section img {
display: block;
margin-bottom: 0px!important;
}
html:not(.js) .full-width-section {
visibility: visible;
}
.full-width-section.parallax_section {
background-attachment: fixed;
overflow:hidden;
margin-bottom:0px;
}
.full-width-section.parallax_section video{
position: absolute !important;
top:-15%;
left:30px !important;
z-index:0;
width:100% !important;
}
.full-width-section.no-cover {
background-size: auto!important;
-moz-background-size: auto!important;
-webkit-background-size: auto!important;
}
.full-width-section > .col.span_12 {
float: none!important;
}
.full-width-section > .col.span_12.light {
color: #fff;
}
.home-wrap .full-width-section.first-section {
margin-top: -37px!important;
}
.parallax_section .block-highlight_block .highlight-no-margin{
background:none;
padding: 0 !important
}
.animated-no-margin{
margin-bottom:-40px;
}
.parallax-no-padding{
padding-bottom:0px !important;
}
.parallax-no-padding-top{
padding-top:0px !important;
}
.parallax-no-margin-top{
margin-top:-20px !important;
}
.parallax-no-margin-bottom{
margin-bottom:-20px !important;
}
/*
/* Light version fixes
.parallax_section .light .block-page_header_block .block-title h2, .parallax_section .light h3.widget-title,.parallax_section .light .block-skills_block, .parallax_section .light .block h3:first-child, .parallax_section .light .block-news_block a, .parallax_section .light .newsbv-item-first a, .parallax_section .light .newsbv-item-first, .parallax_section .light .block_tabs .tab, .parallax_section .light .block_toggle, .parallax_section .light .ui-accordion-content p, .parallax_section .light .highlight h2, .parallax_section .light, .parallax_section .light p{
color:#fff;
}
.parallax_section .light .block-title p, .parallax_section .light .block-news_block .post-meta, .parallax_section .light .newsbv-item-first .post-meta{
color:#ddd;
}
.parallax_section .light .block h3:first-child:after{
height:0px;
}
.parallax_section .light .block-divider{
opacity:0.5;
}
.parallax_section .light .block_tabs .tab{
background-color:transparent;
padding:20px 0px 20px 0px;
}
/* Dark version fixes
.parallax_section .dark .block-page_header_block .block-title h2, .parallax_section .dark h3.widget-title,.parallax_section .dark .block-skills_block, .parallax_section .dark .block h3:first-child, .parallax_section .dark .block-news_block a, .parallax_section .dark .newsbv-item-first a, .parallax_section .dark .newsbv-item-first, .parallax_section .dark .block_tabs .tab, .parallax_section .dark .block_toggle, .parallax_section .dark .ui-accordion-content p, .parallax_section .dark, .parallax_section .dark p{
color:#333;
}
.parallax_section .dark .block-title p, .parallax_section .dark .block-news_block .post-meta, .parallax_section .dark .newsbv-item-first .post-meta{
color:#666;
}
.parallax_section .dark .block h3:first-child:after{
height:0px;
}
.parallax_section .dark .block-divider{
opacity:0.5;
}
.parallax_section .dark .block_tabs .tab{
background-color:transparent;
padding:20px 0px 20px 0px;
}
*/
.facebook-btn input{
background-color:#3b5998 !important;
}
/* campaign */
.tabbable iframe{
width:100%;
min-height: 475px;
}
#story{
line-height:25px;
margin-top: 15px;
}
#story p{
line-height:26px;
}
body .sub-project.normal-page{
padding-top:40px;
border-radius: 5px 5px 0px 0px;
margin-top:0px ;
}
.sub-project .col-md-4 .project-card{
max-width:100%;
}
.sub-project .lp-info{
font-size:12px;
}
.sub-project .lp-info i{
margin-right:1px;
}
.sub-project label, .profile label{
padding: 0px 10px 10px 10px;
font-weight: bold;
border-bottom: 1px solid #e7e6e6;
display: block;
margin-bottom: 10px;
cursor: default;
font-weight: normal;
color: #666;
margin: 0px -10px 15px -10px;
}
.sub-project label.error{
color:red;
font-weight:normal;
}
.sub-project fieldset:first-child{
margin-top:0px;
}
.sub-project .col-md-8 img#uploadedimage{
max-width:100%;
}
.sub-project fieldset, .profile fieldset {
padding: 0;
margin: 0;
border: 0;
padding: 1.5%;
background: #f8f8f8;
margin-top: 10px;
border-radius: 5px;
position:relative;
border: 1px solid #e7e6e6;
}
.sub-project fieldset input#postDate{
border: 1px solid rgb(238, 238, 238);
}
.sub-project fieldset.fhalf{
float:left;
width:47%;
margin-right:1%;
}
.sub-project fieldset.shalf{
float:left;
width:46%;
}
.sub-project textarea, .sub-project input[type="text"], .profile textarea, .profile input[type="text"], .profile input[type="password"], .profile select{
width:96%;
padding:2%;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.sub-project .mceIframeContainer{
background-color:#fff;
}
.sub-project select{
width:100%;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!important;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16)!Important;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
padding:10px !important;
background-color: #fff;
line-height:22px;
height:45px;
}
.sub-project select:hover, .sub-project select:focus, .sub-project select:active, .sub-project select, .postZone, .postZone:active, .postZone:focus, .postZone:hover{
border:0px !important;
outline:0px !important;
}
.sub-pro-title{
width:100%;
background: #1f282d;
padding:15px 0px 15px 0px;
text-align:center;
color:#fff;
margin-bottom:20px;
border-radius: 5px 5px 0px 0px;
}
.sub-pro-title h1{
font-size:20px;
font-weight:bold;
}
fieldset.sub-bar{
text-align:center;
width:100%;
background: #1f1f1f;
position:fixed;
bottom:0px;
left:0px;
padding: 5px 0px 3px 0px;
z-index:999999;
border-radius:0px;
border: 0px solid #1f1f1f;
}
fieldset.sub-bar button[value="pending"], .sub-bar button{
margin: 5px 10px 5px 5px;
}
.pb-ftitle{
margin: 50px 0px 20px 0px;
background: #1f282d;
border-radius: 5px;
color: #fff;
padding: 1px;
}
.edit-delete{
margin-bottom:10px;
}
.edit-delete a{
font-size: 14px;
font-weight: bold;
}
.pb-saved .pb-summary, .pb-saved .progress-striped .bar{
background:#ccc !important;
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px;
direction: ltr;
cursor: pointer;
width:100%;
}
.fileinput-button {
position: relative;
overflow: hidden;
display:inline-block;
margin-top: 10px;
/margin-bottom: -20px;
}
.pb-category {
position: absolute;
top: 25px;
left: -1px;
padding: 5px 10px 5px 10px;
z-index: 999;
color: #fff;
text-transform: capitalize;
}
#add_reward, .removeme, #cropme, #cancelme0{
display:inline-block;
cursor:pointer;
}
#cropme, #cancelme0{
margin-bottom: 10px;
}
.removeme{
margin-top: 10px;
margin-bottom: 15px;
}
#status{
/margin: 0px 0px 25px 0px;
font-family: arial;
font-size: 14px;
color: #666;
display:block;
}
/* modal */
#myModalL .modal-body a.facebookloginb, #myModalR .modal-body a.facebookloginb{
background-color:#3b5998;
}
#myModalL .modal-body a.twitterloginb, #myModalR .modal-body a.twitterloginb{
background-color:#5dd7fc;
}
#myModalL .modal-body a.googleloginb, #myModalR .modal-body a.googleloginb{
background-color:#d34836;
}
#social_login p {
margin: 15px 0px 10px 0px;
color: #999;
border-bottom: 1px solid #eee;
padding-bottom: 5px;
}
#social_login .button-medium{
display:inline-block;
}
#myModalL #social_login{
margin-bottom:-10px;
}
.modal-body .delete-button.button-small.button-red{
float:left;
}
.modal-body .button-small.button-grey{
float:right;
}
#cancelme{
padding-top:15px;
}
.no-pr{
float:left !important;
position:relative !important;
margin-left: 2.8%;
margin-top:0px !important;
}
.no-backers{
margin: 10px 0px;
background: #EEE none repeat scroll 0% 0%;
padding: 20px 20px 20px;
border: 1px solid #E2E2E2;
}
.page-template-tmp-submit-project .media-frame .embed-url input{
font-size: 14px;
height: 42px;
padding: 12px 14px 12px 18px;
}
.page-template-tmp-submit-project .media-modal-icon .screen-reader-text{
display:none;
}
/*tabs in single*/
.nav-tabsin:before, .nav-tabsin:after {
content: "";
display: table;
line-height: 0;
}
.nav-tabsin:after {
clear: both;
}
.nav-tabsin:before, .nav-tabsin:after{
content: "";
display: table;
line-height: 0;
}
.nav-tabsin {
margin-bottom: 0;
margin-top:25px;
}
.navsin {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-left: 0;
}
.nav-tabsin > li {
float: left;
}
.nav-tabsin > li strong{
margin-right:5px;
}
.nav-tabsin > .active > a, .nav-tabsin > .active > a:hover, .nav-tabsin > .active > a:focus {
color: #FFFFFF;
cursor: default;
}
.nav-tabsin > li > a{
margin-right: 3px;
color: #FFFFFF;
}
.navsin > li > a {
display: block;
border-radius: 3px 3px 0px 0px;
border: 0px;
}
.nav-tabsin a {
font-size: 12px;
padding-bottom: 12px;
padding-left: 20px;
padding-right: 20px;
padding-top: 12px;
}
/* Custom Spans */
body .template-wrapper .span1 { width:5.58%; }
body .template-wrapper .span2 { width:14.17%; }
body .template-wrapper .span3{ width:22.75%; }
body .template-wrapper .span4 { width:31.33%; }
body .template-wrapper .span5 { width:39.92%; }
body .template-wrapper .span6 { width:48.5%; }
body .template-wrapper .span7 { width:57.08%; }
body .template-wrapper .span8 { width:65.67%; }
body .template-wrapper .span9 { width:74.25%; }
body .template-wrapper .span10 { width:82.83%; }
body .template-wrapper .span11 { width:91.42%; }
body .template-wrapper .span12 { width:100%; }
/*megamenu*/
.nav-collapse ul.nav li.megamenu {
position: inherit !important;
}
.nav-collapse ul.nav li.megamenu > ul.sub-menu {
left: -250%;
padding: 15px 0px;
background-color: #333333;
}
.nav-collapse ul.nav li.megamenu > ul > li {
display: table-cell!important;
float: none!important;
padding: 0px 0px 0px 15px;
width: 33.33%;
border-bottom: 0;
border-right: 1px solid #3f3f3f;
}
.nav-collapse ul.nav li.megamenu > ul > li > ul > li{
border:0px;
background:none;
}
.nav-collapse ul.nav li.megamenu > ul > li > ul > li a, .nav-collapse ul.nav li.megamenu > ul > li a, .nav-collapse ul.nav li.megamenu > ul > li.active a{
background: none;
}
.nav-collapse ul.nav li.megamenu > ul > li.active a{
background-color:transparent;
}
.nav-collapse ul.nav li.megamenu.col3 > ul > li { width: 33.33%; min-width:150px; }
.nav-collapse ul.nav li.megamenu.col4 > ul > li { width: 25%; min-width:150px; }
.nav-collapse ul.nav li.megamenu.col5 > ul > li { width: 20%; min-width:150px; }
.nav-collapse ul.nav li.megamenu.col6 > ul > li { width: 16.66%%; min-width:150px; }
.nav-collapse ul.nav li.megamenu > ul > li ul {
display: block!important;
top: 0px!important;
width: 100%;
opacity: 1!Important;
left: 0px!important;
position: relative!important;
}
.nav-collapse ul.nav li.megamenu ul li a {
border-bottom: none!important;
padding: 9px 15px;
}
.navbar .nav li.current-menu-parent, .navbar .nav li.current-menu-parent:hover, .nav-tabs .ui-state-ac{
background:none;
}
li.megamenu > ul > li > a {
font-size: 11px;
text-transform: uppercase;
margin-bottom: 5px;
letter-spacing: 2px;
font-weight: 800;
}
.rewardnasubmitu{
padding: 0;
margin: 0;
border: 0;
padding: 1.5%;
background: #f8f8f8;
margin-top: 10px;
border-radius: 5px;
position:relative;
border: 1px solid #e7e6e6;
}
.rewardnasubmitu fieldset{
padding: 0 !important;
border:0px;
}
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-current-day a{
color: #000;
font-weight: bold;
}
.project-thumb-wrapper{
position:relative;
}
.project-thumb-wrapper img.userimg{
border-radius: 50px;
width: 50px !important;
height: 50px;
position: absolute;
right: 5px;
bottom: -25px;
border: 1px solid white;
background:white;
box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
.project-thumb-wrapper img{
margin:0px !important;
}
.cpr{
z-index: 22 !important;
}
#qt_comment_toolbar .button-small {
width: auto !important;
}
.wp-core-ui .button, .wp-core-ui .button-secondary, .wp-switch-editor{
font-weight: 500;
text-shadow: none;
font-size: 12px;
}
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox{
margin-top:17px;
}
.mce-menubtn.mce-fixed-width button{
margin-top:0px;
} | 0.282295 | 0.070432 |
/* 织梦58(dede58.com)做最好的织梦整站模板下载网站 */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu {
line-height: 1.0;
}
.sf-menu ul {
position: absolute;
top: -999em;
width: 13em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
width: 100%;
}
.sf-menu li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
float: left;
position: relative;
}
.sf-menu a {
display: block;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
left: 0;
top: 2.4em;
*top:2.2em; /* ie6,7 bug */
z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
left: 15em; /* match ul width */
top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
left: 15em; /* match ul width */
top: 0;
}
/*** DEMO SKIN ***/
.sf-menu a {
border-left: 1px solid #fff;
border-top: 1px solid #CFDEFF;
padding: .75em 1em;
text-decoration: none;
}
.sf-menu a, .sf-menu a:visited {
color: #030303;
}
.sf-menu li {
background: #BDD2FF;
}
.sf-menu li li {
background: #AABDE6;
}
.sf-menu li li li {
background: #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: #000000;
outline: 0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right: 1.8em;/*min-width:1px;*/
}
.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
top: 1.05em; /* IE6 only */
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
background: url('../img/superfish-arrows.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {
top: .8em;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
background: url('../img/superfish-shadow.png') no-repeat bottom right;
padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}
/*** 垂直 adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
width: 10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}
/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {
background-position: -10px 0;
} /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator {
background-position: 0 0;
} /* use translucent arrow for modern browsers*/
/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator, .sf-vertical a:hover > .sf-sub-indicator, .sf-vertical a:active > .sf-sub-indicator, .sf-vertical li:hover > a > .sf-sub-indicator, .sf-vertical li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
} | template/default1/css/menu.css | /* 织梦58(dede58.com)做最好的织梦整站模板下载网站 */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu {
line-height: 1.0;
}
.sf-menu ul {
position: absolute;
top: -999em;
width: 13em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
width: 100%;
}
.sf-menu li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
float: left;
position: relative;
}
.sf-menu a {
display: block;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
left: 0;
top: 2.4em;
*top:2.2em; /* ie6,7 bug */
z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
left: 15em; /* match ul width */
top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
left: 15em; /* match ul width */
top: 0;
}
/*** DEMO SKIN ***/
.sf-menu a {
border-left: 1px solid #fff;
border-top: 1px solid #CFDEFF;
padding: .75em 1em;
text-decoration: none;
}
.sf-menu a, .sf-menu a:visited {
color: #030303;
}
.sf-menu li {
background: #BDD2FF;
}
.sf-menu li li {
background: #AABDE6;
}
.sf-menu li li li {
background: #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: #000000;
outline: 0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right: 1.8em;/*min-width:1px;*/
}
.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
top: 1.05em; /* IE6 only */
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
background: url('../img/superfish-arrows.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {
top: .8em;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
background: url('../img/superfish-shadow.png') no-repeat bottom right;
padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}
/*** 垂直 adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
width: 10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
left: 10em; /* match ul width */
top: 0;
}
/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {
background-position: -10px 0;
} /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator {
background-position: 0 0;
} /* use translucent arrow for modern browsers*/
/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator, .sf-vertical a:hover > .sf-sub-indicator, .sf-vertical a:active > .sf-sub-indicator, .sf-vertical li:hover > a > .sf-sub-indicator, .sf-vertical li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
} | 0.341143 | 0.069321 |
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext');
body{font-family:'Lato',Arial,sans-serif;margin:0; padding: 0; font-size: 15px;}
h1,.h1 {font-size: 36px;}
h2,.h2 {font-size: 30px;}
h3,.h3 {font-size: 24px;}
h4,.h4 {font-size: 20px;}
h5,.h5 {font-size: 18px;}
h6,.h6 {font-size: 12px;}
p{word-break: break-word;}
.font-playfairdisplay{font-family: 'Playfair Display', serif;}
.no-gutters-5{margin-right:-5px;margin-left:-5px;}.no-gutters-5 > .col,.no-gutters-5 > [class*="col-"]{padding-right:5px;padding-left:5px;}
.no-gutters-8{margin-right:-8px;margin-left:-8px;}.no-gutters-8 > .col,.no-gutters-8 > [class*="col-"]{padding-right:8px;padding-left:8px;}
.no-gutters-10{margin-right:-10px;margin-left:-10px;}.no-gutters-10 > .col,.no-gutters-10 > [class*="col-"]{padding-right:10px;padding-left:10px;}
.search_button{
padding-right: 15px;
padding-left: 15px;
}
::-webkit-scrollbar{width: 17px;background: #ffffff;}
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);-webkit-border-radius: 0px;border-radius: 0px;}
::-webkit-scrollbar-thumb{-webkit-border-radius: 0px;border-radius: 0px;background:rgb(83, 48, 99);}
::-webkit-scrollbar-thumb:window-inactive{background: rgba(83, 48, 99, 0.7);}
select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000;}
option:not(:checked){color: black;}
@-moz-document url-prefix(){
select, select:-moz-focusring, select::-moz-focus-inner{color:transparent !important;text-shadow: 0 0 0 #000 !important;background-image: none !important;border:0;}
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{
transition: background-color 5000s ease-in-out 0s;-webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.6) inset;
}
/*---offcanvas---*/
/* html,body {
overflow-x: hidden;
}
*/
.underline-on-hover{
cursor: pointer;
}
.underline-on-hover:hover span{
text-decoration: underline;
}
.offcanvas-collapse {
position: absolute;
top: 0px; /* Height of navbar */
bottom: 0;
left: 100%;
width: 300px;
padding-right: 1rem;
padding-left: 1rem;
overflow-y: auto;
visibility: hidden;
background-color: #343a40;
z-index: 9999;
transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, visibility .3s ease-in-out;
transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.offcanvas-collapse.open {
visibility: visible;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}
.nav-scroller .nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
color: rgba(255, 255, 255, .75);
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
padding-top: .75rem;
padding-bottom: .75rem;
font-size: .875rem;
color: #6c757d;
}
.nav-underline .nav-link:hover {
color: #007bff;
}
.nav-underline .active {
font-weight: 500;
color: #343a40;
}
.text-white-50 { color: rgba(255, 255, 255, .5); }
.bg-purple { background-color: #6f42c1; }
.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }
/*---colours links---*/
a{color: #333333;}
a:hover{color: #666666;}
.link-light a,a.link-light{color: #ffffff;}
.link-light a:hover,a.link-light:hover{color: #f1f1f1;}
.link-purple a,a.link-purple{color: #4d2e5f;}
.link-purple a:hover,a.link-purple:hover{color: #764f7f;}
.link-pink a,a.link-pink{color: #F05574;}
.link-pink a:hover, a.link-pink:hover{color: #d43958;}
.breadcrumb,.breadcrumb a{color:#6E6E6E;}
.breadcrumb-item + .breadcrumb-item{padding-left: 0.3rem;}
.breadcrumb-item + .breadcrumb-item::before{display: inline-block;padding-right: 0.3rem;color: #333333;font-family: 'Font Awesome 5 Pro';font-weight: 400;content: "\f054";font-size:9px;}
.breadcrumb{padding-left:0rem;}
ul.pagination .page-link {margin-left: 2px;border-radius: 0px; border-width: 0px;font-size: 18px;color: #787878;padding: 0.3rem 0.55rem;border-color: #cccccc;}
ul.pagination .page-link:focus{z-index: 2;outline: 0;box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.1);}
ul.pagination{border-radius: 0px;}
.page-item.active .page-link {z-index: 1;color: #ffffff;background-color: #764f7f;border-color: #764f7f;}
.page-item:first-child .page-link{border-top-left-radius: 0px;border-bottom-left-radius: 0px;}
.page-item:last-child .page-link {border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
.bg-top-url{background-size: cover; background-repeat: no-repeat;background-position: center top;}
.bg-center-url{background-size: cover; background-repeat: no-repeat;background-position: center center;}
.bg-bottom-url{background-size: cover; background-repeat: no-repeat;background-position: center bottom;}
.bg-center-left-url{background-size: cover; background-repeat: no-repeat;background-position: left center;}
.bg-bottom-right-url{background-size: cover; background-repeat: no-repeat;background-position: right bottom;}
.bg-lightgrey{background-color: #f1f1f1;}
.bg-green{background-color:#89C64F;}
.bg-darkpurple{background-color: #4d2e5f;}
.bg-purple{background-color: #764f7f;}
.bg-grey{background-color: #f4f4f4;}
.bg-blue{background-color: #005999;}
.bg-facebook{background-color: #3B5998;}
.bg-google{background-color: #DD4B39;}
.bg-overlay-purple{position: relative;}
.bg-overlay-purple:before{width:100%; height:100%; position:absolute; background-color: rgba(83, 48, 99, 0.70); content: '';}
/*.text-purple{color:#764f7f;}*/
.text-purple{color:#4d2e5f;}
.text-lightgrey{color:#f1f1f1;}
.btn{border-radius: 0px;}
.heading_color{
background-color: rgb(83, 125, 215) !important;
color: rgb(255, 255, 255) !important;
border-color: rgb(83, 125, 215) !important;
}
.btn.btn-success{background-color:#4E2A5E !important; border-color: #4E2A5E !important;}
.btn.btn-success:hover{background-color:#764f7f !important; border-color: #4E2A5E !important;
border-bottom: solid rgb(118, 128, 140) 4px; padding-top: 5px !important}
.alert.alert-dismissible.mb-0.py-3.font-weight-bold{position: fixed;top:0px;z-index: 5000; width:500px; max-width:100%;left:0;right:0; margin:auto; display:none;}
.btn-pink{background-color: #F05574;border-color: #F05574;}
.btn-pink:hover{background-color: #d43958;border-color: #d43958;}
.btn-purple{background-color: #764f7f;border-color: #764f7f;}
.btn-purple:hover{background-color: #201027;border-color: #201027;}
.btn-green{background-color: #89C64F;border-color: #89C64F;}
.btn-green:hover{background-color: #89C64F;border-color: #89C64F;}
.btn-lightpurple{background-color: #6d497e;border-color: #6d497e;}
.btn-lightpurple:hover{background-color: #201027;border-color: #201027;}
.btn-grey{background-color: #F6F6F6;border-color: #F6F6F6;}
.btn-grey:hover{background-color: #eeeeee;border-color: #eeeeee;}
/*banner image*/
.bg-purple-b{position:relative; background-image: url('../images/bg-purple-b.svg'); background-size: contain;background-repeat: no-repeat;background-position: center center;}
.bg-purple-b:before{position:absolute;content:''; display:block; left:0; bottom:0; height:50%; width:100%; background-color: #764f7f;}
.bg-white-b{position:relative; background-image: url('../images/bg-white-b.svg'); background-size: contain;background-repeat: no-repeat;background-position: center center;}
.bg-white-b:before{position:absolute;content:''; display:block; left:0; bottom:0; height:50%; width:100%; background-color: #ffffff;}
.btn-light-outline{background-color: transparent !important;color: #ffffff;}
.btn-light-outline:hover,.btn-light-outline:focus{color: #f1f1f1;}
.btn-light-outline:not(:disabled):not(.disabled):active, .btn-light-outline:not(:disabled):not(.disabled).active, .show > .btn-light-outline.dropdown-toggle{color: #f1f1f1;}
.btn-pink-outline{background-color: transparent !important;color: #F05574;}
.btn-pink-outline:hover,.btn-light-outline:focus{color: #d43958;}
.btn-pink-outline:not(:disabled):not(.disabled):active, .btn-light-outline:not(:disabled):not(.disabled).active, .show > .btn-light-outline.dropdown-toggle{color: #d43958;}
.border-purple{border-color: #764f7f !important;}
.border-pink{border-color: #F05574 !important;}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .show > .btn.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);}
.btn.focus, .btn:focus{box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);}
/*header top*/
header.fixed-top{background-color: #ddd;}
/*.bs-header-top{color:#764f7f;}
.bs-header-top .badge.badge-danger{background-color: #F05574;font-size: 14px;}
.bs-header-top .small{font-size: 13px;}
*/
/*header narber*/
.navbar-brand{max-width: 240px;}
.navbar{margin-bottom: 0px; box-shadow:0px 2px 3px rgba(0, 0, 0, 0.15)}
/*.bs-menu.navbar-nav>li>a.nav-link, */
.bs-menu.navbar-nav>li>a.nav-link:focus,
.bs-menu.navbar-nav>li>a.nav-link:hover{color:#764f7f;}
.bs-menu.navbar-nav>.active>a.nav-link,
.bs-menu.navbar-nav>.active>a.nav-link:focus,
.bs-menu.navbar-nav>.active>a.nav-link:hover{color:#764f7f;}
.bs-menu.navbar-nav li.nav-item {margin-left: 14px; margin-top: 5px;margin-bottom: 5px;}
.bs-nav-profile{width:35px; height:35px; text-align:center;line-height:35px;}
.navbar-toggle{margin-top: 20px;margin-bottom: 20px;border: 1px solid #333333;color: #764f7f;background-color: #0087CB!important;}
/*.navbar-toggle:focus, .nav-hw .navbar-toggle:hover{background-color: #333333;}*/
/*--- dropdown ---*/
.dropdown-item{font-size: 14px;}
.dropdown.dropdown-hover .dropdown-submenu{position: relative;}
.dropdown.dropdown-hover .dropdown-submenu>.dropdown-menu{top: 0;left: 100%;margin-top: 0px;margin-left: 0px;}
.dropdown.dropdown-hover:hover>.dropdown-menu{display: block;}
.dropdown.dropdown-hover .dropdown-submenu:hover>.dropdown-menu{display: block;}
.dropdown.dropdown-hover>.dropdown-icon-right.dropdown-toggle{display:block;text-align:center;position:absolute;right:0px;top:7px; height:25px; width:20px;color:#ffffff;background:#775180;cursor:pointer;}
.dropdown.dropdown-hover>a{padding-right:20px !important;}
.dropdown.dropdown-hover>.dropdown-icon-right.dropdown-toggle:after{border:none 0px;content: "\f105";font-family: "Font Awesome 5 Pro";moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 25px;}
.dropdown.dropdown-hover .dropdown-submenu>.dropdown-icon-right.dropdown-toggle{display:block;text-align:center;position:absolute;right:0px;top:2px; height:25px; width:20px;color:#ffffff;background:#775180;cursor:pointer;}
.dropdown.dropdown-hover .dropdown-submenu>.dropdown-icon-right.dropdown-toggle:after{border:none 0px;content: "\f105";font-family: "Font Awesome 5 Pro";moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 25px;}
/* header .dropdown>.dropdown-icon-right.dropdown-toggle:hover + .nav-link{background:#775180;} */
.dropdown.dropdown-hover .dropdown-submenu>.dropdown-icon-right.dropdown-toggle:hover + .dropdown-item{background:#dad2dd;}
.pt-80{padding-top: 80px;}
.pt-100{padding-top: 100px;}
.pb-80{padding-bottom: 80px;}
.pb-100{padding-bottom: 100px;}
.py-100{padding-top: 100px;padding-bottom: 100px;}
.py-80{padding-top: 80px;padding-bottom: 80px;}
/*.pt-r12{padding-top: 12%;}
.pt-r10{padding-top: 10%;}
.py-r12{ padding-top: 12%; padding-bottom: 12%;}
.py-r10{ padding-top: 10%; padding-bottom: 10%;}
.py-r5{ padding-top: 5%; padding-bottom: 5%;}*/
.form-control{border-radius: 0px;}
.form-control:focus {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);border-color: #ced4da;}
.custom-select{background-size: 12px;background-image: url("../images/icons/select-icon-down.png");}
/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ background-color: #2C3E50;color: #ffffff;}*/
.bs-fa-chevron-collapse [data-toggle='bs-collapse'] .far:before{content: '\f054';}
.bs-fa-chevron-collapse [data-toggle='bs-collapse'].collapsed .far:before{content: '\f078';}
.form-group.bs-form-db{position: relative;}
.form-group.bs-form-db .form-control[disabled], .form-group.bs-form-db .form-control[readonly], fieldset[disabled] .form-group.bs-form-db .form-control {background-color: #ffffff;color: #764f7f;}
.form-control.form-control-dark{background-color: #383838; border-color: #383838; color: #ffffff;}
.form-control.form-control-dark::-webkit-input-placeholder{color: #ffffff;}
.form-control.form-control-dark::-moz-placeholder{color: #ffffff;}
.form-control.form-control-dark:-ms-input-placeholder{color: #ffffff;}
.form-control.form-control-dark:-moz-placeholder{color: #ffffff;}
textarea{resize: none;}
.form-group.bs-form-db label{margin-bottom: 0px;padding-left: 12px;}
.form-group.bs-form-db .form-control{border-width: 0px 0px 1px 0px;}
.form-group.bs-form-db .form-control:focus{border-color:#F05574;}
.form-group.bs-form-db span.input-group-text.rounded-0{border-width: 0px 0px 1px 0px; background-color: transparent;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text{border-color:#F05574 !important;}
.form-check.bs-custom-checkbox label{padding-left: 6px;}
/*.form-control:focus + .input-group-prepend,.form-control:focus + .input-group-append{border-color:#F05574 !important;}*/
/*social media color*/
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-facebook{color: #3b5998;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-twitter{color: #55acee;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-pinterest{color: #cc2127;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-google{color: #dd4b39;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-youtube{color: #e52d27;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-vimeo{color: #1ab7ea;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-linkedin{color: #0976b4;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-blogger{color: #f57d00;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-instagram{color: #e1306c;}
/*----------Home as-seen---------------*/
.as-seen-in-home i.logo-item {background-image: url("../images/sprites-asseenin.png");background-repeat: no-repeat;display: inline-block;min-height: 28px;margin-right: 17px;}
.as-seen-in-home i.logo-item.bbc{width: 92px;height: 27px;background-position: -5px -5px;}
.as-seen-in-home i.logo-item.elle{width: 67px;height: 28px;background-position: -107px -5px;}
.as-seen-in-home i.logo-item.mailonline{width: 136px;height: 23px;background-position: -184px -5px;}
.as-seen-in-home i.logo-item.metro{width: 91px;height: 27px;background-position: -330px -5px;}
.as-seen-in-home i.logo-item.nyt{width: 187px;height: 28px;background-position: -431px -5px;}
.as-seen-in-home i.logo-item.stylist{width: 106px;height: 22px;background-position: -628px -5px;}
.as-seen-in-home i.logo-item.vogue{width: 97px;height: 26px;background-position: -744px -5px;}
/*--------------------------------*/
.ui-selectmenu-button.ui-button{width: auto;display: block;}
.ui-time .ui-selectmenu-menu .ui-menu {overflow: auto; overflow-x: hidden; padding-bottom: 1px;height: 150px;}
/*.ui-state-active .ui-icon, .ui-button:active .ui-icon,.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon{background-image: none;}*/
.ui-button:active .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image: none;}
.ui-button .ui-icon{text-indent: inherit;background-image: none;}
.ui-icon:before{font-family: "Font Awesome 5 Pro";font-weight: 900;content: "\f078";font-size: 12px;line-height: 18px;color: #333333;display: block;}
.ui-selectmenu-icon.ui-icon {float: right; margin-top: 4px; margin-right: -4px;}
.ui-widget {}
/*.ui-selectmenu-button.ui-button{text-align: left;white-space: nowrap;-webkit-border-radius: 4px; border-radius: 4px; display: block; width: 100%; height: 34px; padding: 6px 12px !important;padding-left:15px !important;font-size: 14px; line-height: 1.42857143; background-color: #ffffff !important; background-image: none !important; border: 1px solid #ccc !important; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important; box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important; outline : none;}*/
.ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-open.ui-corner-top{border-color: #f05574 !important;}
.ui-selectmenu-button.ui-button{text-align: left;white-space: nowrap;-webkit-border-radius: 0px;border-radius: 0px;display: block;width: 100%;height: 34px;padding: 6px 12px !important;padding-left:15px !important;font-size: 14px;line-height: 1.42857143;background-color: #ffffff !important;background-image: none !important;/* border: 0px solid #ccc !important; */-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;box-shadow: inset 0 0px 0px rgba(0,0,0,.075) !important;outline : none;border-width: 0px 0px 1px 0px;}
.ui-selectmenu-button.ui-button:focus{color: #333333;border-color:#CCCCCC !important;outline: 0;box-shadow: 0 0 0 0 #333333 !important;}
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {padding-top: 5px;padding-bottom: 5px;}
.bs-select-pink .ui-selectmenu-button.ui-button{color: #f05574 !important;}
.bs-select-purple .ui-selectmenu-button.ui-button{color: #764f7f !important;}
.bs-select-pink .ui-selectmenu-text,.bs-select-purple .ui-selectmenu-text{padding-left: 6px; font-weight: 500;}
.ui-selectmenu-menu .ui-menu{max-height: 200px;}
.ui-selectmenu-button.ui-button{position: relative;}
.bs-option-selected{position: absolute; left: 0; top: 2px; width: 20px; height: 20px;}
.ui-selectmenu-menu .ui-widget-content .ui-menu-item-wrapper{padding-left: 21px;position: relative;top: 0;}
.icon-bride.bs-option-pink:before{background-image: url(../images/icons/icon-select-icon2.png); background-position: 0px -0px; width: 20px; height: 20px; content: ''; position: absolute; top: 4px; left: 0;border: 0px;}
.ui-widget-content .ui-menu-item-wrapper .icon-bride.bs-option-pink:before{background-position: 0px -20px;}
/*.ui-widget-content .ui-state-active .icon-bride.bs-option-pink:before{background-position: 0px -0px;}*/
.icon-groom.bs-option-pink:before{background-image: url(../images/icons/icon-select-icon2.png); background-position: 20px -0px; width: 20px; height: 20px; content: ''; position: absolute; top: 4px; left: 0;border: 0px;}
.ui-widget-content .ui-menu-item-wrapper .icon-groom.bs-option-pink:before{background-position: 20px -20px;}
/*.ui-widget-content .ui-state-active .icon-groom.bs-option-pink:before{ background-position: 20px -0px;}*/
.icon-bride.bs-option-purple:before{background-image: url(../images/icons/icon-select-icon1.png); background-position: 0px -0px; width: 20px; height: 20px; content: ''; position: absolute; top: 4px; left: 0;border: 0px;}
.ui-widget-content .ui-menu-item-wrapper .icon-bride.bs-option-purple:before{background-position: 0px -20px;}
/*.ui-widget-content .ui-state-active .icon-bride.bs-option-purple:before{background-position: 0px -0px;}*/
.icon-groom.bs-option-purple:before{background-image: url(../images/icons/icon-select-icon1.png); background-position: 20px -0px; width: 20px; height: 20px; content: ''; position: absolute; top: 4px; left: 0;border: 0px;}
.ui-widget-content .ui-menu-item-wrapper .icon-groom.bs-option-purple:before{background-position: 20px -20px;}
/*.ui-widget-content .ui-state-active .icon-groom.bs-option-purple:before{background-position: 20px -0px;}*/
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{background: #eeeeee;color: #333333;border: 0px solid #003eff;}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{margin: 0px;}
.ui-widget-header{border: 1px solid #f1f1f1; background: #f1f1f1;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border: 1px solid #ffffff;background: #ffffff;font-weight: normal;color: #454545;border-radius: 3px;padding: 4px 0px;text-align: center;}
a.ui-state-default.ui-state-highlight{border: 1px solid #764f7f !important;background: #764f7f !important; color: #ffffff !important;}
a.ui-state-default.ui-state-active{border: 1px solid #f05574;background: #f05574;color: #ffffff;}
.datepicker.form-control[disabled], .datepicker.form-control[readonly], fieldset[disabled] .datepicker.form-control {background-color: #ffffff;color: #333333;}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix{z-index: 1050 !important;}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open {z-index: 1190;}
.ui-slider-handle.ui-corner-all.ui-state-default{border: 2px solid #FF5A7A;background: #f9f9f9;font-weight: normal;color: #454545;border-radius: 20px;}
.ui-slider .ui-slider-handle{width: 15px;height: 15px;}
.ui-slider-range.ui-corner-all.ui-widget-header{border: 1px solid #f9f9f9;background: #F05574;color: #333;font-weight: bold;}
.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{border: 1px solid #f9f9f9;background: #DDDDDD;}
.ui-slider-horizontal {height: 9px;}
/*--------------------------------*/
.bs-checkbox-box>label{width: 150px;}
.bs-checkbox-box .btn-default{white-space:inherit; position: relative;}
.bs-checkbox-box .bs-checkbox-icon{background-color: transparent; background-position: 0px 0px; width: 50px; height: 50px; margin: auto; border-radius: 4px;border: 1px solid #dee2e6 !important;}
.bs-checkbox-box .btn-default.active .bs-checkbox-icon{background-color: transparent; background-position: 0px -50px;}
.bs-checkbox-box .btn-default input[type="checkbox"]{top: 6px;left: 0;right: 0;margin: auto;}
.bs-budget-icon{width: 30px;height: 30px;background-position: bottom;display: inline-block;background-size: cover;vertical-align: middle;}
.bs-icon-accessories{ background-image: url(../images/icons/icon-accessories.png); }
.bs-icon-archery{ background-image: url(../images/icons/icon-archery.png); }
.bs-icon-ballons{ background-image: url(../images/icons/icon-ballons.png); }
.bs-icon-bell{ background-image: url(../images/icons/icon-bell.png); }
.bs-icon-brougham{ background-image: url(../images/icons/icon-brougham.png); }
.bs-icon-bridal-bouquet{ background-image: url(../images/icons/icon-bridal-bouquet.png); }
.bs-icon-bride-dress{ background-image: url(../images/icons/icon-bride-dress.png); }
.bs-icon-camera{ background-image: url(../images/icons/icon-camera.png); }
.bs-icon-candelabrum{ background-image: url(../images/icons/icon-candelabrum.png); }
.bs-icon-caring{ background-image: url(../images/icons/icon-caring.png); }
.bs-icon-catering{ background-image: url(../images/icons/icon-catering.png); }
.bs-icon-champagne{ background-image: url(../images/icons/icon-champagne.png); }
.bs-icon-church{ background-image: url(../images/icons/icon-church.png); }
.bs-icon-cupcake{ background-image: url(../images/icons/icon-cupcake.png); }
.bs-icon-car-hire{ background-image: url(../images/icons/icon-car-hire.png); }
.bs-icon-decoration{ background-image: url(../images/icons/icon-decoration.png); }
.bs-icon-diamond{ background-image: url(../images/icons/icon-diamond.png); }
.bs-icon-dove{ background-image: url(../images/icons/icon-dove.png); }
.bs-icon-fireworks{ background-image: url(../images/icons/icon-fireworks.png); }
.bs-icon-gift{ background-image: url(../images/icons/icon-gift.png); }
.bs-icon-gramophone{ background-image: url(../images/icons/icon-gramophone.png); }
.bs-icon-gender-signs{ background-image: url(../images/icons/icon-gender-signs.png); }
.bs-icon-gift-box{ background-image: url(../images/icons/icon-gift-box.png); }
.bs-icon-groom-dresses{ background-image: url(../images/icons/icon-groom-dresses.png); }
.bs-icon-henna-artists{ background-image: url(../images/icons/icon-henna-artists.png); }
.bs-icon-heart-lock{ background-image: url(../images/icons/icon-heart-lock.png); }
.bs-icon-hair-beauty{ background-image: url(../images/icons/icon-hair-beauty.png); }
.bs-icon-key{ background-image: url(../images/icons/icon-key.png); }
.bs-icon-love-hearts{ background-image: url(../images/icons/icon-love-hearts.png); }
.bs-icon-miscellaneous{ background-image: url(../images/icons/icon-miscellaneous.png); }
.bs-icon-movie{ background-image: url(../images/icons/icon-movie.png); }
.bs-icon-music{ background-image: url(../images/icons/icon-music.png); }
.bs-icon-marriage-night{ background-image: url(../images/icons/icon-marriage-night.png); }
.bs-icon-rings{ background-image: url(../images/icons/icon-rings.png); }
.bs-icon-venues{ background-image: url(../images/icons/icon-venues.png); }
.bs-icon-wedding-glasses{ background-image: url(../images/icons/icon-wedding-glasses.png); }
.bs-icon-wedding-cake{ background-image: url(../images/icons/icon-wedding-cake.png); }
.bs-icon-wedding-day{ background-image: url(../images/icons/icon-wedding-day.png); }
.bs-icon-invitation{ background-image: url(../images/icons/icon-invitation.png); }
.bs-icon-honeymoon{ background-image: url(../images/icons/icon-honeymoon.png); }
.bs-custom-checkbox input[type="checkbox"]:checked,.bs-custom-checkbox input[type="checkbox"],.bs-custom-radio input[type="radio"]:checked,.bs-custom-radio input[type="radio"]{transition: all ease-in-out .15s,all ease-in-out .15s;}
.bs-custom-checkbox input[type="checkbox"]{-webkit-border-radius:2px; border-radius:2px;height: 17px !important; width: 17px !important;border: 2px solid #CCCCCC;vertical-align: top; -moz-appearance: none; -webkit-appearance: none; -webkit-transition: box-shadow 200ms; box-shadow:inset 0px 0px 0 #fff, 0 0px 0px rgba(0,0,0,0.1);line-height: 10px !important; margin-top: 4px;text-align: center;}
.bs-custom-checkbox input[type="checkbox"]:not(:disabled):hover{border-color:#ddd;box-shadow:inset 0px 0px 0 #fff, 0 0 0px rgba(0,0,0,0.3);}
.bs-custom-checkbox input[type="checkbox"]:active:not(:disabled){box-shadow:inset 0px 0px 0 rgba(0,0,0,0.2), inset 0px 0px 0 rgba(255,255,255,0.6);border-color:rgba(0,0,0,0.5);}
.bs-custom-checkbox input[type="checkbox"]:focus {outline:none;}
.bs-custom-checkbox input[type="checkbox"]:checked:before{color:#333333;-webkit-margin-start: 0px;font-size: 11px;line-height: 1.1 !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 900;content:"\f00c";}
.bs-custom-checkbox input[type="checkbox"]:checked{background:#ffffff;border-color: #ddd;}
.bs-custom-checkbox.bs-checkboxblue input[type="checkbox"]{border-color: #005999;}
.bs-custom-checkbox.bs-checkboxblue input[type="checkbox"]:not(:disabled):hover{border-color:#005999;}
.bs-custom-checkbox.bs-checkboxblue input[type="checkbox"]:active:not(:disabled){border-color:rgba(0, 89, 153, 0.6);}
.bs-custom-checkbox.bs-checkboxblue input[type="checkbox"]:checked:before{color:#005999;}
.bs-custom-checkbox.bs-checkboxblue input[type="checkbox"]:checked{border-color: #005999;}
.bs-custom-checkbox.bs-checkboxyellow input[type="checkbox"]{border-color: #FAA220;}
.bs-custom-checkbox.bs-checkboxyellow input[type="checkbox"]:not(:disabled):hover{border-color:#FAA220;}
.bs-custom-checkbox.bs-checkboxyellow input[type="checkbox"]:active:not(:disabled){border-color:rgba(250, 162, 30, 0.6);}
.bs-custom-checkbox.bs-checkboxyellow input[type="checkbox"]:checked:before{color:#FAA220;}
.bs-custom-checkbox.bs-checkboxyellow input[type="checkbox"]:checked{border-color: #FAA220;}
.bs-custom-checkbox.bs-checkboxpurple input[type="checkbox"]{border-color: #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple input[type="checkbox"]:not(:disabled):hover{border-color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple input[type="checkbox"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-checkbox.bs-checkboxpurple input[type="checkbox"]:checked:before{color: #ffffff;}
.bs-custom-checkbox.bs-checkboxpurple input[type="checkbox"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple2 input[type="checkbox"]{border-color: #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple2 input[type="checkbox"]:not(:disabled):hover{border-color:#764f7f;}
.bs-custom-checkbox.bs-checkboxpurple2 input[type="checkbox"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-checkbox.bs-checkboxpurple2 input[type="checkbox"]:checked:before{color: #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple2 input[type="checkbox"]:checked{border-color: #764f7f;}
.bs-custom-checkbox.bs-checkboxpink input[type="checkbox"]{border-color: #F05574;}
.bs-custom-checkbox.bs-checkboxpink input[type="checkbox"]:not(:disabled):hover{border-color:#F05574;}
.bs-custom-checkbox.bs-checkboxpink input[type="checkbox"]:active:not(:disabled){border-color:rgba(240, 85, 116, 0.6);}
.bs-custom-checkbox.bs-checkboxpink input[type="checkbox"]:checked:before{color: #F05574;}
.bs-custom-checkbox.bs-checkboxpink input[type="checkbox"]:checked{border-color: #F05574;}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]{-webkit-border-radius:20px; border-radius:20px;border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:before{color:#764f7f;-webkit-margin-start: 0px;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f00c";}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:hover:before{color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:checked:before{color: #ffffff !important;content:"\f00c";font-weight: 400;font-size: 14px; line-height: 24px !important; }
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]{-webkit-border-radius:20px; border-radius:20px;border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:before{color:#764f7f;-webkit-margin-start: 0px;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f00d";}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:hover:before{color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:checked:before{color: #ffffff !important;content:"\f00d";font-weight: 400;font-size: 14px; line-height: 24px !important; }
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]{-webkit-border-radius:20px; border-radius:20px;border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:before{color:#764f7f;-webkit-margin-start: 0px;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f252";}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:hover:before{color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:checked:before{color: #ffffff !important;content:"\f252";font-weight: 400;font-size: 14px; line-height: 24px !important; }
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-radio input[type="radio"] {-webkit-border-radius:20px; border-radius:20px;height: 16px !important; width: 16px !important;border: 1px solid #CCCCCC;vertical-align: top; -moz-appearance: none; -webkit-appearance: none; -webkit-transition: box-shadow 200ms; box-shadow:inset 0px 0px 0 #fff, 0 0px 0px rgba(0,0,0,0.1);line-height: 3px !important; margin-top: 1px;text-align: center;}
.bs-custom-radio input[type="radio"]:not(:disabled):hover{border-color:#ddd;box-shadow:inset 0px 0px 0 #fff, 0 0 0px rgba(0,0,0,0.3);}
.bs-custom-radio input[type="radio"]:active:not(:disabled){box-shadow:inset 0px 0px 0 rgba(0,0,0,0.2), inset 0px 0px 0 rgba(255,255,255,0.6);border-color:rgba(0,0,0,0.5);}
.bs-custom-radio input[type="radio"]:focus {outline:none;}
.bs-custom-radio input[type="radio"]:checked:before{color:#333333;-webkit-margin-start: 0px;font-size: 10px; line-height: 15px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 700;content:"\f111";}
/*.bs-custom-radio input[type="radio"]:checked:before{color:#333333;content: ' \26AB ';-webkit-margin-start: 0px;padding-left:1px;font-size: 12px;line-height:15px;text-align:center; font-weight: 400;}*/
.bs-custom-radio input[type="radio"]:checked{background:#ddd;border-color: #ddd;}
.bs-custom-radio.bs-radiopurple input[type="radio"]{border-color: #764f7f;}
.bs-custom-radio.bs-radiopurple input[type="radio"]:not(:disabled):hover{border-color:#F05574;}
.bs-custom-radio.bs-radiopurple input[type="radio"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-radio.bs-radiopurple input[type="radio"]:checked:before{color: #ffffff !important;}
.bs-custom-radio.bs-radiopurple input[type="radio"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]{border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:before{color:#764f7f;-webkit-margin-start: 0px;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f00c";}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:hover:before{color:#F05574;}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:checked:before{color: #ffffff !important;content:"\f00c";font-weight: 400;font-size: 14px; line-height: 24px; }
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]{border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:before{color:#764f7f;-webkit-margin-start: 0px;;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f00d";}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:hover:before{color:#F05574;}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:checked:before{color: #ffffff !important;content:"\f00d";font-weight: 400;font-size: 14px; line-height: 24px; }
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]{border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:before{color:#764f7f;-webkit-margin-start: 0px;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f252";}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:hover:before{color:#F05574;}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:checked:before{color: #ffffff !important;content:"\f252";font-weight: 400;font-size: 14px; line-height: 24px; }
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:checked{border-color: #F05574;background:#F05574;}
.st_trending-now-display-area {vertical-align: top; position: relative; overflow: hidden; height: 20px;}
.bs-trending-now-post {opacity: 0; position: absolute;display: none; left:0; right: 0; max-width: 80%; height:auto; overflow: hidden;text-overflow: ellipsis;}
.bs-start-news{white-space: nowrap;}
.bs-animated{-webkit-animation-duration: 0.3s;animation-duration: 0.3s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
/* ----------------------------------------------------------------------------
st-fadeInLeft
*/
@-webkit-keyframes st-fadeInLeft {
0% {opacity: 0.05;-webkit-transform: translateX(20px);transform: translateX(20px);}
100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0);}
}
@keyframes st-fadeInLeft {
0% { opacity: 0.05; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}
100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0);}
}
.bs-fadeInLeft{-webkit-animation-name: st-fadeInLeft; animation-name: st-fadeInLeft;}
/* ----------------------------------------------------------------------------
st-zoomIn
*/
@-webkit-keyframes zoomIn {
from {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}
50% {opacity: 1;}
}
@keyframes zoomIn {
from {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}
50% {opacity: 1;}
}
.bs-zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn;-webkit-animation-duration: 1000s;animation-duration: 1000s;}
/* ----------------------------------------------------------------------------
st-zoomOut
*/
@-webkit-keyframes zoomOut {
from {opacity: 1;}
50% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}
to {opacity: 0;}
}
@keyframes zoomOut {
from {opacity: 1;}
50% {opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3);}
to {opacity: 0;}
}
.bs-zoomOut {-webkit-animation-name: zoomOut;animation-name: zoomOut;-webkit-animation-duration: 0s; animation-duration: 0s;}
/* ----------------------------------------------------------------------------*/
/*Dashboard*/
#wrapper{width:100%; height: auto;position: relative;}
.sidebar-wrapper{max-width: 230px;width: 100%;min-height:100%;background:#764f7f;vertical-align: top;position:absolute; z-index: 5; }
.page-content-wrapper{position:relative;vertical-align: top; margin-left:230px;height: auto;min-height: 100%; overflow: hidden;background-color: #f1f1f1;}
/*.page-content-wrapper>div{max-width: 1300px;}*/
/* sidebars left Menu*/
/*.bs-sideber-photos{min-height: 160px;}*/
.bs-sideber-photos .bs-sideber-col-6{max-width: 110px;display: inline-block;width: 100%;}
.bs-sideber-photos h4{margin-bottom: 0px;}
.bs-sideber-photos p{color: rgba(255, 255, 255, 0.35);}
.bs-sideber-photos .img-thumbnail.bs-photos{ width: 100%; max-width:82px;}
.bs-sideber-photos .img-thumbnail.bs-photos{background-color: #644372;border: 0px solid #dee2e6;}
.list-sidebar.list-unstyled>li a,.list-sidebar.list-unstyled>li{line-height: 16px;}
.list-sidebar a{color: #ffffff;}
.list-sidebar a:hover{color: #f1f1f1; text-decoration: none;}
.list-sidebar.list-unstyled>li{position: relative;}
.list-sidebar.list-unstyled>li a{background: #764f7f;border-left: 4px #764f7f solid; padding: 10px 10px 10px 45px; display: block; position: relative;}
.list-sidebar.list-unstyled>li>a:hover,.list-sidebar.list-unstyled>li.active a{background: #4E2A5E;border-left: 4px #F05574 solid;color:#a3a0fb;}
.list-sidebar.list-unstyled>li>a .bs-sidebar-icon{width:24px;height: 24px;position: absolute;top: 0;bottom: 0;left: 15px;margin: auto;font-size: 17px;line-height: 24px;text-align: center;color: #a4a3be;}
.list-sidebar.list-unstyled>li>a:hover .bs-sidebar-icon,.list-sidebar.list-unstyled>li.active a .bs-sidebar-icon{background-position: bottom;color:#a3a0fb;}
.list-sidebar-light.list-unstyled>li a,.list-sidebar-light.list-unstyled>li span,.list-sidebar-light.list-unstyled>li{line-height: 24px;}
.list-sidebar-light a{}
.list-sidebar-light a:hover{color: #333333; text-decoration: none;}
.list-sidebar-light.list-unstyled>li{position: relative;}
.list-sidebar-light.list-unstyled>li a{border-left: 4px #ffffff solid; padding: 10px 10px 10px 45px; display: block; font-weight: 700; position: relative;}
.list-sidebar-light.list-unstyled>li a:hover,.list-sidebar-light.list-unstyled>li a{background: #ffffff;}
.list-sidebar-light.list-unstyled>li a:hover,.list-sidebar-light.list-unstyled>li.active a{background: #f1f1f1;border-left: 4px #F05574 solid;color: #F05574;}
.list-sidebar-light.list-unstyled>li a .bs-sidebar-icon{width:24px;height: 24px;position: absolute;top: 0;bottom: 0;left: 15px;margin: auto;font-size: 17px;line-height: 24px;text-align: center;color: #333333;}
.list-sidebar-light.list-unstyled>li a:hover .bs-sidebar-icon,.list-sidebar-light.list-unstyled>li.active a .bs-sidebar-icon{background-position: bottom;color:#F05574;}
.list-sidebar-light.list-unstyled>li div{border-left: 4px #ffffff solid; padding: 10px 10px 10px 45px;font-weight: 400; position: relative;}
.list-sidebar-light.list-unstyled>li>div:hover,.list-sidebar-light.list-unstyled>li div{background: #ffffff;}
.list-sidebar-light.list-unstyled>li>div .bs-sidebar-icon{width:24px;height: 24px;position: absolute;top: 0;bottom: 0;left: 15px;margin: auto;font-size: 17px;line-height: 24px;text-align: center;color: #333333;}
.list-sidebar-light.list-unstyled>li>div:hover,.list-sidebar-light.list-unstyled>li.active div{color: #333333;background: #f1f1f1;border-left: 4px #F05574 solid;}
.list-sidebar-light.list-unstyled>li>div:hover .bs-sidebar-icon,.list-sidebar-light.list-unstyled>li.active div .bs-sidebar-icon{background-position: bottom;color:#333333;}
/*.list-sidebar-light.list-unstyled>li div{display: none;}
.list-sidebar-light.list-unstyled>li.active div{display: block;}*/
/*.list-sidebar-light.list-unstyled>li.active i.far.fa-plus:before{content:"\f068"}*/
.list-sidebar-light.list-unstyled .bs-fa-plus-minus-collapse [data-toggle='bs-collapse'] .far.fa-plus:before{content: '\f068';}
.list-sidebar-light.list-unstyled .bs-fa-plus-minus-collapse [data-toggle='bs-collapse'].collapsed .far.fa-plus:before{content: '\f067';}
.bs-sidebar-icon.icon1{background-image: url(../images/icons/dashboard.png);}
.bs-sidebar-icon.icon2{background-image: url(../images/icons/events.png);}
.bs-sidebar-icon.icon3{background-image: url(../images/icons/checklist.png);}
.bs-sidebar-icon.icon4{background-image: url(../images/icons/budgeting.png);}
.bs-sidebar-icon.icon5{background-image: url(../images/icons/guests-list.png);}
.bs-sidebar-icon.icon6{background-image: url(../images/icons/wedding.png);}
.bs-sidebar-icon.icon7{background-image: url(../images/icons/calendar.png);}
.bs-sidebar-icon.icon8{background-image: url(../images/icons/help-calendar.png);}
.bs-sidebar-icon.icon9{background-image: url(../images/icons/settings.png);}
/*.menu-press i.fal:before{content: '\f33e';}
#wrapper.closed .menu-press i.fal:before{content: '\f343';}*/
#wrapper.closed .menu-press i.fal{-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg)}
button.menu-press{position:fixed;bottom: 10px; left: 6px;}
/* sidebars left Menu Closed*/
#wrapper{min-height: 100vh;}
.page-content-wrapper{ min-height:100vh;}
.sidebar-wrapper{ width:100%;max-width: 260px;margin-left:0;}
.page-content-wrapper{margin-left:260px;}
#wrapper.closed .sidebar-wrapper{margin-left:0px;max-width: 50px;}
#wrapper.closed .page-content-wrapper{margin-left:50px;}
#wrapper.closed .bs-sideber-photos h4{display: none;}
#wrapper.closed .bs-sideber-photos p{display: none;}
#wrapper.closed .list-sidebar.list-unstyled>li a{width: 50px; color: rgba(163, 160, 251, 0); padding: 10px 9px 10px 9px;}
#wrapper.closed .list-sidebar.list-unstyled>li:hover a{width: 260px; font-size: 14px;padding: 10px 10px 10px 45px;color: #a3a0fb;}
#wrapper.closed .list-sidebar.list-unstyled>li .bs-sidebar-text{display: none;}
#wrapper.closed .list-sidebar.list-unstyled>li:hover .bs-sidebar-text{display: inline-block;}
/*#wrapper.closed .list-sidebar-light.list-unstyled>li.active i.far.fa-plus:before{content:""}*/
/*#wrapper.closed .list-sidebar.list-unstyled>li div{display: none;}*/
#wrapper.closed .list-sidebar-light.list-unstyled>li a{width: 50px; color: rgba(163, 160, 251, 0); padding: 10px 9px 10px 9px;}
#wrapper.closed .list-sidebar-light.list-unstyled>li:hover a{width: 260px; font-size: 14px;padding: 10px 10px 10px 45px;color: #F05574;}
#wrapper.closed .sidebar-wrapper .collapsing{transition: height 0s ease;}
#wrapper.closed .list-sidebar-light.list-unstyled>li div{width: 50px; color: rgba(163, 160, 251, 0); font-size: 1px; padding: 10px 9px 10px 9px;}
#wrapper.closed .list-sidebar-light.list-unstyled>li:hover div{width: 260px; font-size: 14px;padding: 10px 10px 10px 45px;color: #333333;}
#wrapper.closed .list-sidebar-light.list-unstyled>li .bs-sidebar-text{display: none;}
#wrapper.closed .list-sidebar-light.list-unstyled>li:hover .bs-sidebar-text{display: inline-block;}
/*#wrapper.closed .list-sidebar-light.list-unstyled>li div{display: none;}*/
/*#wrapper.closed .list-sidebar-light.list-unstyled>li:hover div{display: inline-block;}*/
/* content pages*/
/*--------------------------------*/
.fancybox-thumbs{top: auto;width: auto;bottom: 0;left: 0;right : 0;height: 95px;padding: 10px 10px 5px 10px;box-sizing: border-box; background: rgba(0, 0, 0, 0.3);}
.fancybox-show-thumbs .fancybox-inner {right: 0;bottom: 95px;}
/*--------------------------------*/
/* radio-ratings */
.c-radio-ratings input[type="radio"]{width:auto; height:auto;color: inherit;box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;border: 0px;appearance: none;-moz-appearance: none; -webkit-appearance: none; line-height: 1.1;text-align: center;cursor: pointer;}
.c-radio-ratings input[type="radio"]:before{padding:0; margin:0;vertical-align: top;color: inherit; content: "\f005";font-family: "Font Awesome 5 Pro";font-weight: 400;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1.1;text-align: center;}
.c-radio-ratings input[type="radio"]:focus {outline:none;}
.c-radio-ratings input[type="radio"]:checked:before{padding:0; margin:0;content: "\f005";font-family: "Font Awesome 5 Pro";font-weight: 900;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1.1;text-align: center;}
.c-radio-ratings .c-radio-inline{vertical-align: top; position: relative;margin:0;}
.c-radio-ratings .c-radio-inline.hover input[type="radio"]:before{content: "\f005";font-family: "Font Awesome 5 Pro";font-weight: 900;}
.c-radio-ratings .selected,.c-radio-ratings .selected input[type="radio"]:before{content: "\f005";font-family: "Font Awesome 5 Pro";font-weight: 900;}
/*nav-tabs*/
.nav-tabs .nav-link {border-top-left-radius: 0px;border-top-right-radius: 0px; border-color: #F6F6F6 #F6F6F6 #F6F6F6;}
.nav.nav-tabs.bs-tab-blue{border-bottom: 0px solid #dee2e6;border-top: 4px solid #005999;}
.nav-tabs.bs-tab-blue .nav-link.active, .nav-tabs.bs-tab-blue .nav-item.show .nav-link{color: #ffffff;background-color: #005999;border-color: #005999 #005999 #005999;border-radius:0px;}
.nav.nav-tabs.bs-tab-pink{border-bottom: 0px solid #dee2e6;border-top: 4px solid #F05574;}
.nav-tabs.bs-tab-pink .nav-link.active, .nav-tabs.bs-tab-pink .nav-item.show .nav-link{color: #ffffff;background-color: #F05574;border-color: #F05574 #F05574 #F05574;border-radius:0px;}
.nav.nav-tabs.bs-tab-yellow{border-bottom: 0px solid #dee2e6;border-top: 4px solid #FAA220;}
.nav-tabs.bs-tab-yellow .nav-link.active, .nav-tabs.bs-tab-yellow .nav-item.show .nav-link{color: #ffffff;background-color: #FAA220;border-color: #FAA220 #FAA220 #FAA220;border-radius:0px;}
.nav.nav-tabs.bs-tab-green{border-bottom: 0px solid #dee2e6;border-top: 4px solid #89C64F;}
.nav-tabs.bs-tab-green .nav-link.active, .nav-tabs.bs-tab-green .nav-item.show .nav-link{color: #ffffff;background-color: #89C64F;border-color: #89C64F #89C64F #89C64F;border-radius:0px;}
.nav.nav-tabs.bs-tab-purple{border-bottom: 0px solid #dee2e6;border-top: 4px solid #764f7f;}
.nav-tabs.bs-tab-purple .nav-link.active, .nav-tabs.bs-tab-purple .nav-item.show .nav-link{color: #ffffff;background-color: #764f7f;border-color: #764f7f #764f7f #764f7f;border-radius:0px;}
/*nav-tabs end*/
.bs-sigup-radio .btn.btn-default.active{}
.bs-sigup-radio button.btn.btn-default{color: #333333;background-color: #ffffff;}
.bs-sigup-radio button.btn.btn-default.active{color: #764f7f;background-color: #ffffff;}
/*.bs-sigup-radio .btn.btn-light{margin-bottom: 4px;margin-right: 6px;border-radius: 25px;padding: 2px 10px;font-size: 12px;}*/
.bs-sigup-radio-purple .btn.btn-light.btn-grey.active{color: #ffffff;background-color: #764f7f;}
.bs-sigup-radio-purple .btn.btn-light.btn-grey{margin-bottom: 4px;margin-right: 6px;border-radius: 25px;padding: 2px 10px;font-size: 16px;}
.bs-sigup-radio-purple .btn.btn-light.btn-purple-outline{margin-bottom: 4px;margin-right: 6px;border-radius: 25px;padding: 2px 10px;font-size: 14px;color: #764f7f; border-color: #dee2e6;}
.bs-sigup-radio-purple .btn.btn-light.btn-purple-outline.active{color: #ffffff;background-color: #F05574;border-color: #F05574 !important;}
.datepicker-show>.ui-datepicker-inline{width:100%}
.datepicker-show .ui-datepicker-header.ui-widget-header{display: none;}
/*progress*/
.progress{position: relative;}
.bs-progress-big{font-size: 1.75rem; height: 2rem; font-weight: 700;}
.bs-progress-text-r{position: absolute; right: 4px;font-size: 20px;top: 0;}
.bs-progress-text-l{position: absolute; left: 4px;font-size: 20px;top: 0;}
/*latest-reviews*/
.bs-latest-reviews .bs-reviews-img .purple-content{background-color: rgba(83, 48, 99, 0.8);position: absolute;bottom: 0;left: 0;right: 0;transition: all ease-in-out .15s,all ease-in-out .15s;height:86px;}
.bs-latest-reviews .bs-reviews-img:hover .purple-content{height: 100%;}
.bs-latest-reviews .bs-text-content>h5{ text-overflow: ellipsis; white-space: nowrap;overflow: inherit;}
/*.bs-latest-reviews .bs-text-content>p{position: absolute; margin-bottom: 0;}*/
.bs-text-content{overflow: hidden;position: relative;}
.bs-latest-reviews .bs-reviews-img{height: 250px;}
.bs-latest-reviews .owl-nav button.owl-next{position: absolute;right:-30px;top: 0;bottom: 0;margin: auto;outline: 0 none;float: right;}
.bs-latest-reviews .owl-nav button.owl-prev{position: absolute;top: 0;bottom: 0;left: -30px;margin: auto;outline: 0 none;}
.bs-latest-reviews .owl-nav button.owl-next,.bs-latest-reviews .owl-nav button.owl-prev{color: rgba(255, 255, 255, 0.50);font-size: 40px;transition: all ease-in-out .15s,all ease-in-out .15s;height: 40px;}
.bs-latest-reviews .owl-nav button.owl-next:hover,.bs-latest-reviews .owl-nav button.owl-prev:hover{color: rgba(255, 255, 255, 0.99);}
/*Supplier*/
.bs-supplier-box{margin-left: 1px;margin-right: 1px;}
.bs-supplier-box:hover{border-color: #F05574;}
.bs-supplier-box .bs-supplier-img{height: 180px;}
.bs-supplier-box2{margin-left: 1px;margin-right: 1px;min-width: 180px;max-width: 180px;}
.bs-supplier-box2 .bs-supplier-img2{height: 130px;}
/*--------------------------------*/
/*owl carousel*/
.owl-dots{text-align: center;}
.owl-dot{display: inline-block;}
.owl-dot span {background-color: #ffffff;border: 2px #764f7f solid; border-radius: 30px;display: block; height: 10px;margin: 5px 5px;width: 10px;}
.owl-dot:focus{outline: 0px}
.owl-dot.active span, .owl-dot:hover span{background-color: #F05574;border: 1px #F05574 solid;}
.owl-btn{cursor: pointer;}
.bs-owl-dots{text-align: center;}
.bs-owl-dot span {background-color: #ffffff;border: 2px #764f7f solid; border-radius: 30px;display: block; height: 10px;margin: 5px 5px;width: 10px;}
.bs-owl-dot{display: inline-block;}
.bs-owl-dot.active span{background-color: #F05574;border: 1px #F05574 solid;}
/*.owl-carousel.bs-carousel-2{padding-top: 15px;}*/
/*.owl-carousel.bs-carousel-2 .owl-dots{position:absolute; top:-42px;right:0;}*/
.bs-carousel-2 .owl-dot{background: transparent; border: 0; outline: 0;padding: 0;}
.bs-carousel-2 .owl-dots:before{content: '\f053';font-family: 'Font Awesome 5 Pro';font-weight: 700;position:relative; top:-5px;color:#764f7f;}
.bs-carousel-2 .owl-dots:after{content: '\f054';font-family: 'Font Awesome 5 Pro';font-weight: 700;position:relative; top:-5px;color:#764f7f;}
.bs-carousel-2 .owl-dot.active span{background-color: #764f7f;border: 1px #764f7f solid;}
.owl-carousel.bs-carousel-2d .owl-item{float:inherit; display:inline-block;vertical-align: middle;}
.owl-carousel.bs-carousel-2d .owl-stage-outer .owl-stage {display: inline-block;}
.owl-carousel.bs-carousel-2d .owl-item img{width: auto !important; margin-left: auto;margin-right: auto;}
.owl-carousel.bs-carousel-2d button.owl-prev{float: left; margin-left:-10px;position: absolute; top: 50%;left: 0;transform: translateY(-50%);clear: both;}
.owl-carousel.bs-carousel-2d button.owl-next{float: right; margin-right:-10px;position: absolute; top: 50%;right: 0;transform: translateY(-50%);clear: both;}
.owl-carousel.bs-carousel-2d{padding-left:15px;padding-right:15px;}
/*--------------------------------*/
.login-box{max-width: 450px; margin: auto;}
.signup-box{max-width: 950px; margin: auto;}
.help-block{border-bottom: 2px solid #F05574;position: absolute;left: 10px;bottom: -28px;background-color: #ffffff;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30); padding: 2px 5px;font-size: 12px;z-index: 1;}
.help-block:before{border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #F05574; position: absolute; top:-5px; left: 0px; content:'';}
.signup-box .animated{animation-duration:0ms;}
.signup-box .owl-carousel .owl-item img.img-fluid {display: block;width: auto;margin: auto;}
.bs-owl-item-box{width: 900px !important;}
.bs-owl-item-box>div {display: none;}
.bs-owl-item-box.active>div{ display: block;}
.bs-help-block-inline .help-block{top: 25px;bottom: inherit;}
/* ----- Home ----- */
.bs-bg-white-purple-img{background-image: url(../images/bg-purple-img1.png);background-size: contain;background-position: 50% 100%; background-repeat: no-repeat;}
.bs-bg-white-purple-img,.bs-bg-white-purple-img>.container{position: relative;}
.bs-bg-white-purple-img:before{background-image: url(../images/bg-white-img1.png);background-size: contain;background-position: 50% 0%; background-repeat: no-repeat; content:''; width: 100%; height:100%; left: 0; top: 0;bottom:0; display: block; position: absolute;}
.bg-pink-img1{background-image: url(../images/bg-pink-img1.png);background-size: cover;background-position: 50% 0%; background-repeat: no-repeat; padding-top: 50px; padding-bottom: 50px;}
.bg-purple-img1{background-image: url(../images/bg-purple-img2.png);background-size: contain;background-position: 0% 0%; background-repeat: no-repeat; padding-top: 50px; padding-bottom: 50px;}
.bg-pink-purple-img{background-image: url(../images/bg-purple-img22.png);background-size: contain;background-position: 0% 100%; background-repeat: no-repeat; }
/*latest-blogs*/
.bs-latest-blogs>.row>.col-lg-6{ padding-bottom: 15px; margin-bottom: 15px;}
.bs-latest-blogs>.row>.col-lg-6 p{color:#7A7A7A; margin-bottom: 0px;}
.bs-latest-blogs>.row>.col-lg-6:before{border-bottom: 1px #E1E1E1 solid; content: ''; position: absolute; bottom:0; left: 0; right: 0; width: 94%; margin: auto;}
.bs-latest-blogs>.row>.col-lg-6:last-child:before{border-bottom: 0px #E1E1E1 solid;}
/* home-sec2*/
.bs-white-box {min-height: 260px; position: relative; padding-bottom: 40px !important;}
.bs-white-box .bs-white-box-button{ position: absolute; bottom:25px; left: 0; width: 100%;}
.bg-bs-home2{backgroun-color: #000000; background-image: url(../images/bg-home-4.png);background-size: cover; background-repeat: no-repeat; background-position:50% 0%;}
/* ----- End Home ----- */
.bs-thenews,.bs-arynews,.bs-geo-news,.bs-aaj-news,.bs-dawn,.bs-daily-times,.bs-express-tribune,.bs-pakistan-today{ margin-left: 10px; margin-right: 10px; }
.bs-thenews{height: 50px;}
.bs-arynews{height: 50px;}
.bs-geo-news{height: 50px;}
.bs-aaj-news{height: 50px;}
.bs-dawn{height: 30px;}
.bs-daily-times{height: 30px;}
.bs-express-tribune{height: 30px;}
.bs-pakistan-today{height: 40px;}
/*footer*/
.bs-white-list>li{ margin-bottom:20px}
.bs-white-list>li:last-child{margin-bottom:0px}
footer.bg-dark{background-color: #262626 !important;}
footer .text-dark{color: #262626 !important;}
footer .bs-socal-media a{margin-right: 8px;}
footer .bs-socal-media .fa-stack-2x { font-size: 1em;top: -3px;}
footer .bs-socal-media .fa-stack-1x{font-size: 20px;top: -3px;}
footer .fa-stack{height: 1em;line-height: 1em; vertical-align: middle; width: 1em;}
.bs-logo-footer{max-width: 270px;}
.tooltip .arrow{display: none;}
/*fileuploader*/
.bs-upload-dropndrag .fileuploader{border: 2px dashed #92a7bf;background: #ffffff;}
.bs-upload-dropndrag .fileuploader-items-list {margin: -15px -15px;padding-left: 0;list-style: none;}
.bs-upload-dropndrag .fileuploader.fileuploader-theme-dragdrop,
.bs-upload-dropndrag .fileuploader-input {min-height: 114px;overflow: hidden;position: relative;margin: 0;}
.bs-upload-dropndrag .actions-holder{position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;margin: auto;text-align: center;}
.bs-upload-dropndrag .fileuploader-input .fileuploader-input-inner{margin: auto;}
.bs-upload-dropndrag .fileuploader-item-image{text-align: center;}
.bs-upload-dropndrag .fileuploader-item-image img{height: auto;max-width: 100%;}
.bs-upload-dropndrag .fileuploader-items {position: absolute;top: 50%;left: 0;right: 0;transform: translateY(-50%);}
/*
.bs-upload-dropndrag-logo .fileuploader{border: 2px dashed #92a7bf;background: #ffffff;}
.bs-upload-dropndrag-logo .fileuploader-items-list{margin: -15px -15px;}
.bs-upload-dropndrag-logo .fileuploader.fileuploader-theme-dragdrop,
.bs-upload-dropndrag-logo .fileuploader-input {min-height: 114px;overflow: hidden;position: relative;margin: 0;}
.bs-upload-dropndrag-logo .actions-holder{position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;margin: auto;text-align: center;}
.bs-upload-dropndrag-logo .fileuploader-input .fileuploader-input-inner{margin: auto;}
.bs-upload-dropndrag-logo .fileuploader-item-image{text-align: center;}
.bs-upload-dropndrag-logo .fileuploader-item-image img{height: auto;max-width: 100%;}
.bs-upload-dropndrag-logo .fileuploader-items {position: absolute;top: 50%;left: 0;right: 0;transform: translateY(-50%);}
.bs-upload-dropndrag2 .fileuploader{
background: transparent;
}
.bs-upload-dropndrag2 .fileuploader-thumbnails-input-inner {
background: #ffffff;
border: 2px dashed #533063;
}
.bs-upload-dropndrag2 .thumbnail-holder {
background: #ffffff;
border: 3px dashed #533063;
}
.bs-upload-dropndrag2 li.fileuploader-thumbnails-input{width: 15%; width: calc(15% - 16px); padding-top: 12%;}
.bs-upload-dropndrag2 li.fileuploader-item.file-has-popup.file-type-image{width: 15%;width: calc(15% - 16px); padding-top: 12%;}
.bs-upload-dropndrag2 li.fileuploader-item.file-type-image img{max-width: 100%;transform: translateY(-50%);position: relative;top: 50%;left:0;right:0;}
*/
.fileuploader-action-remove {background-color: rgba(255, 255, 255, 0.5); border: 2px solid #F05574;border-radius:20px; padding:20px;text-align:center;display:inline-block;height:45px;}
.fileuploader-action-remove i:before{content: "\f2ed";position: absolute;top: 0;left: 0;right: 0;height: auto;width: auto;line-height:40px; font-size:25px;color:#F05574;margin:auto;background-color: rgba(255, 255, 255, 0); -webkit-transform: rotate(0deg);transform: rotate(0deg);}
.fileuploader-action-remove i:after {content: '';position: absolute;display:none;}
.fileuploader-action-remove:active {background: #f1f1f1;}
.fileuploader-action-remove:hover{background: #f1f1f1;}
input[type="checkbox"] {height: 1.2em !important; width: 1.2em !important; vertical-align: top; border: 1px solid #CCCCCC;-moz-appearance: none; -webkit-appearance: none; -webkit-transition: box-shadow 200ms; box-shadow:inset 0px 0px 0 #fff, 0 0px 0px rgba(0,0,0,0.1);line-height: 3px !important; margin-top: 1px;text-align: center;}
input[type="checkbox"] {-webkit-border-radius:4px; border-radius:4px;}
input[type="checkbox"]:not(:disabled):hover{border-color:#0087CB;box-shadow:inset 0px 0px 0 #fff, 0 0 0px rgba(0,0,0,0.3);}
input[type="checkbox"]:active:not(:disabled){box-shadow:inset 0px 0px 0 rgba(0,0,0,0.2), inset 0px 0px 0 rgba(255,255,255,0.6);border-color:rgba(0,0,0,0.5);}
input[type="checkbox"]:focus {outline:none;}
input[type="checkbox"]:checked:before{font-weight: bold;color:#ffffff;content: ' \2713 ';-webkit-margin-start: 0px;font-size: 0.9em;line-height:15px;text-align: center;}
input[type="checkbox"]:checked{background:#0087CB;border-color: #0087CB;}
input[type="checkbox"]:checked,input[type="checkbox"]{transition: all ease-in-out .15s,all ease-in-out .15s;}
input[type="radio"] {height: 1.1em !important; width: 1.1em !important; vertical-align: top; border: 1px solid #CCCCCC;-moz-appearance: none; -webkit-appearance: none; -webkit-transition: box-shadow 200ms; box-shadow:inset 0px 0px 0 #fff, 0 0px 0px rgba(0,0,0,0.1);line-height: 3px !important; margin-top: 1px;text-align: center;}
input[type="radio"] {-webkit-border-radius:30px; border-radius:30px;}
input[type="radio"]:not(:disabled):hover{border-color:#0087CB;box-shadow:inset 0px 0px 0 #fff, 0 0 0px rgba(0,0,0,0.3);}
input[type="radio"]:active:not(:disabled){box-shadow:inset 0px 0px 0 rgba(0,0,0,0.2), inset 0px 0px 0 rgba(255,255,255,0.6);border-color:rgba(0,0,0,0.5);}
input[type="radio"]:focus {outline:none;}
input[type="radio"]:checked:before{content: '\25CF ';-webkit-margin-start: 0px;font-size: 1.0em;line-height:14px;text-align: center;font-weight: 400;color:#ffffff;}
input[type="radio"]:checked{background:#0087CB;border-color: #0087CB;}
input[type="radio"]:checked,input[type="checkbox"]{transition: all ease-in-out .15s,all ease-in-out .15s;}
/*.bs-upload-dropndrag2 .fileuploader-theme-thumbnails .fileuploader-item .actions-holder{margin: auto;top: 0px;right: 0px;left: 0;bottom: 0;text-align: center;}*/
@media screen and (max-width: 1199px){
header a.navbar-brand{width: 165px;}
}
@media screen and (max-width: 991px){
/*header narber*/
.bs-menu.navbar-nav li.nav-item.active .nav-link{color: #ffffff;}
.bs-menu.navbar-nav li.nav-item {margin-left:0px; margin-top: 5px;margin-bottom: 5px; padding-left: 15px;padding-right: 15px;text-align: left;}
.bs-menu.navbar-nav{background-color: rgba(118, 79, 127, 0.23);}
.dropdown.dropdown-hover>.dropdown-menu{background-color:transparent;border: none 0;}
.dropdown.dropdown-hover>.dropdown-menu .dropdown-submenu>.dropdown-menu{width: 90%;background-color:transparent;margin: auto 20px auto auto;border: none 0;}
}
@media screen and (max-width: 767px){
}
@media screen and (max-width: 575px) {
/* .navbar-brand{max-width: 200px;}
h1,.h1{font-size: 34px;}
h2,.h2{font-size: 28px;}
h3,.h3{font-size: 22px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 10px;}
body{font-size: 12px;}
.btn{font-size: 12px;}
.btn-lg{font-size: 14px;}
.form-control {font-size: 12px;height: calc(2.075rem + 2px); }
.form-control-lg { height: calc(2.475rem + 2px); font-size: 14px; }*/
}
@media screen and (max-width: 331px){
.navbar-brand{max-width: 200px;margin-right: 5px;}
}
@media screen and (min-width: 576px) {
.border-sm-right {border-right: 1px solid #dee2e6 !important;}
}
@media screen and (min-width: 768px){
.border-md-right {border-right: 1px solid #dee2e6 !important;}
.bs-my-n30-md{margin-bottom: -30px; margin-top: -30px;}
}
@media screen and (min-width: 992px){
.border-lg-right {border-right: 1px solid #dee2e6 !important;}
.bs-latest-blogs>.row>.col-lg-6:nth-last-child(2):before{border-bottom: 0px #E1E1E1 solid !important;}
.dropdown.dropdown-hover .dropdown-submenu>.dropdown-icon-right.dropdown-toggle{color:#333333;background:transparent;}
.dropdown.dropdown-hover>.dropdown-icon-right.dropdown-toggle{color:#333333;background:transparent;}
.dropdown.dropdown-hover>.dropdown-icon-right.dropdown-toggle:after{content: "\f107";}
@media screen and (min-width:1200px) {
.container{max-width: 1300px;width:100%;}
} | public/web_asset/css/custom-style-old.css | @charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext');
body{font-family:'Lato',Arial,sans-serif;margin:0; padding: 0; font-size: 15px;}
h1,.h1 {font-size: 36px;}
h2,.h2 {font-size: 30px;}
h3,.h3 {font-size: 24px;}
h4,.h4 {font-size: 20px;}
h5,.h5 {font-size: 18px;}
h6,.h6 {font-size: 12px;}
p{word-break: break-word;}
.font-playfairdisplay{font-family: 'Playfair Display', serif;}
.no-gutters-5{margin-right:-5px;margin-left:-5px;}.no-gutters-5 > .col,.no-gutters-5 > [class*="col-"]{padding-right:5px;padding-left:5px;}
.no-gutters-8{margin-right:-8px;margin-left:-8px;}.no-gutters-8 > .col,.no-gutters-8 > [class*="col-"]{padding-right:8px;padding-left:8px;}
.no-gutters-10{margin-right:-10px;margin-left:-10px;}.no-gutters-10 > .col,.no-gutters-10 > [class*="col-"]{padding-right:10px;padding-left:10px;}
.search_button{
padding-right: 15px;
padding-left: 15px;
}
::-webkit-scrollbar{width: 17px;background: #ffffff;}
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);-webkit-border-radius: 0px;border-radius: 0px;}
::-webkit-scrollbar-thumb{-webkit-border-radius: 0px;border-radius: 0px;background:rgb(83, 48, 99);}
::-webkit-scrollbar-thumb:window-inactive{background: rgba(83, 48, 99, 0.7);}
select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000;}
option:not(:checked){color: black;}
@-moz-document url-prefix(){
select, select:-moz-focusring, select::-moz-focus-inner{color:transparent !important;text-shadow: 0 0 0 #000 !important;background-image: none !important;border:0;}
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{
transition: background-color 5000s ease-in-out 0s;-webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.6) inset;
}
/*---offcanvas---*/
/* html,body {
overflow-x: hidden;
}
*/
.underline-on-hover{
cursor: pointer;
}
.underline-on-hover:hover span{
text-decoration: underline;
}
.offcanvas-collapse {
position: absolute;
top: 0px; /* Height of navbar */
bottom: 0;
left: 100%;
width: 300px;
padding-right: 1rem;
padding-left: 1rem;
overflow-y: auto;
visibility: hidden;
background-color: #343a40;
z-index: 9999;
transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, visibility .3s ease-in-out;
transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.offcanvas-collapse.open {
visibility: visible;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}
.nav-scroller .nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
color: rgba(255, 255, 255, .75);
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
padding-top: .75rem;
padding-bottom: .75rem;
font-size: .875rem;
color: #6c757d;
}
.nav-underline .nav-link:hover {
color: #007bff;
}
.nav-underline .active {
font-weight: 500;
color: #343a40;
}
.text-white-50 { color: rgba(255, 255, 255, .5); }
.bg-purple { background-color: #6f42c1; }
.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }
/*---colours links---*/
a{color: #333333;}
a:hover{color: #666666;}
.link-light a,a.link-light{color: #ffffff;}
.link-light a:hover,a.link-light:hover{color: #f1f1f1;}
.link-purple a,a.link-purple{color: #4d2e5f;}
.link-purple a:hover,a.link-purple:hover{color: #764f7f;}
.link-pink a,a.link-pink{color: #F05574;}
.link-pink a:hover, a.link-pink:hover{color: #d43958;}
.breadcrumb,.breadcrumb a{color:#6E6E6E;}
.breadcrumb-item + .breadcrumb-item{padding-left: 0.3rem;}
.breadcrumb-item + .breadcrumb-item::before{display: inline-block;padding-right: 0.3rem;color: #333333;font-family: 'Font Awesome 5 Pro';font-weight: 400;content: "\f054";font-size:9px;}
.breadcrumb{padding-left:0rem;}
ul.pagination .page-link {margin-left: 2px;border-radius: 0px; border-width: 0px;font-size: 18px;color: #787878;padding: 0.3rem 0.55rem;border-color: #cccccc;}
ul.pagination .page-link:focus{z-index: 2;outline: 0;box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.1);}
ul.pagination{border-radius: 0px;}
.page-item.active .page-link {z-index: 1;color: #ffffff;background-color: #764f7f;border-color: #764f7f;}
.page-item:first-child .page-link{border-top-left-radius: 0px;border-bottom-left-radius: 0px;}
.page-item:last-child .page-link {border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
.bg-top-url{background-size: cover; background-repeat: no-repeat;background-position: center top;}
.bg-center-url{background-size: cover; background-repeat: no-repeat;background-position: center center;}
.bg-bottom-url{background-size: cover; background-repeat: no-repeat;background-position: center bottom;}
.bg-center-left-url{background-size: cover; background-repeat: no-repeat;background-position: left center;}
.bg-bottom-right-url{background-size: cover; background-repeat: no-repeat;background-position: right bottom;}
.bg-lightgrey{background-color: #f1f1f1;}
.bg-green{background-color:#89C64F;}
.bg-darkpurple{background-color: #4d2e5f;}
.bg-purple{background-color: #764f7f;}
.bg-grey{background-color: #f4f4f4;}
.bg-blue{background-color: #005999;}
.bg-facebook{background-color: #3B5998;}
.bg-google{background-color: #DD4B39;}
.bg-overlay-purple{position: relative;}
.bg-overlay-purple:before{width:100%; height:100%; position:absolute; background-color: rgba(83, 48, 99, 0.70); content: '';}
/*.text-purple{color:#764f7f;}*/
.text-purple{color:#4d2e5f;}
.text-lightgrey{color:#f1f1f1;}
.btn{border-radius: 0px;}
.heading_color{
background-color: rgb(83, 125, 215) !important;
color: rgb(255, 255, 255) !important;
border-color: rgb(83, 125, 215) !important;
}
.btn.btn-success{background-color:#4E2A5E !important; border-color: #4E2A5E !important;}
.btn.btn-success:hover{background-color:#764f7f !important; border-color: #4E2A5E !important;
border-bottom: solid rgb(118, 128, 140) 4px; padding-top: 5px !important}
.alert.alert-dismissible.mb-0.py-3.font-weight-bold{position: fixed;top:0px;z-index: 5000; width:500px; max-width:100%;left:0;right:0; margin:auto; display:none;}
.btn-pink{background-color: #F05574;border-color: #F05574;}
.btn-pink:hover{background-color: #d43958;border-color: #d43958;}
.btn-purple{background-color: #764f7f;border-color: #764f7f;}
.btn-purple:hover{background-color: #201027;border-color: #201027;}
.btn-green{background-color: #89C64F;border-color: #89C64F;}
.btn-green:hover{background-color: #89C64F;border-color: #89C64F;}
.btn-lightpurple{background-color: #6d497e;border-color: #6d497e;}
.btn-lightpurple:hover{background-color: #201027;border-color: #201027;}
.btn-grey{background-color: #F6F6F6;border-color: #F6F6F6;}
.btn-grey:hover{background-color: #eeeeee;border-color: #eeeeee;}
/*banner image*/
.bg-purple-b{position:relative; background-image: url('../images/bg-purple-b.svg'); background-size: contain;background-repeat: no-repeat;background-position: center center;}
.bg-purple-b:before{position:absolute;content:''; display:block; left:0; bottom:0; height:50%; width:100%; background-color: #764f7f;}
.bg-white-b{position:relative; background-image: url('../images/bg-white-b.svg'); background-size: contain;background-repeat: no-repeat;background-position: center center;}
.bg-white-b:before{position:absolute;content:''; display:block; left:0; bottom:0; height:50%; width:100%; background-color: #ffffff;}
.btn-light-outline{background-color: transparent !important;color: #ffffff;}
.btn-light-outline:hover,.btn-light-outline:focus{color: #f1f1f1;}
.btn-light-outline:not(:disabled):not(.disabled):active, .btn-light-outline:not(:disabled):not(.disabled).active, .show > .btn-light-outline.dropdown-toggle{color: #f1f1f1;}
.btn-pink-outline{background-color: transparent !important;color: #F05574;}
.btn-pink-outline:hover,.btn-light-outline:focus{color: #d43958;}
.btn-pink-outline:not(:disabled):not(.disabled):active, .btn-light-outline:not(:disabled):not(.disabled).active, .show > .btn-light-outline.dropdown-toggle{color: #d43958;}
.border-purple{border-color: #764f7f !important;}
.border-pink{border-color: #F05574 !important;}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .show > .btn.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);}
.btn.focus, .btn:focus{box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);}
/*header top*/
header.fixed-top{background-color: #ddd;}
/*.bs-header-top{color:#764f7f;}
.bs-header-top .badge.badge-danger{background-color: #F05574;font-size: 14px;}
.bs-header-top .small{font-size: 13px;}
*/
/*header narber*/
.navbar-brand{max-width: 240px;}
.navbar{margin-bottom: 0px; box-shadow:0px 2px 3px rgba(0, 0, 0, 0.15)}
/*.bs-menu.navbar-nav>li>a.nav-link, */
.bs-menu.navbar-nav>li>a.nav-link:focus,
.bs-menu.navbar-nav>li>a.nav-link:hover{color:#764f7f;}
.bs-menu.navbar-nav>.active>a.nav-link,
.bs-menu.navbar-nav>.active>a.nav-link:focus,
.bs-menu.navbar-nav>.active>a.nav-link:hover{color:#764f7f;}
.bs-menu.navbar-nav li.nav-item {margin-left: 14px; margin-top: 5px;margin-bottom: 5px;}
.bs-nav-profile{width:35px; height:35px; text-align:center;line-height:35px;}
.navbar-toggle{margin-top: 20px;margin-bottom: 20px;border: 1px solid #333333;color: #764f7f;background-color: #0087CB!important;}
/*.navbar-toggle:focus, .nav-hw .navbar-toggle:hover{background-color: #333333;}*/
/*--- dropdown ---*/
.dropdown-item{font-size: 14px;}
.dropdown.dropdown-hover .dropdown-submenu{position: relative;}
.dropdown.dropdown-hover .dropdown-submenu>.dropdown-menu{top: 0;left: 100%;margin-top: 0px;margin-left: 0px;}
.dropdown.dropdown-hover:hover>.dropdown-menu{display: block;}
.dropdown.dropdown-hover .dropdown-submenu:hover>.dropdown-menu{display: block;}
.dropdown.dropdown-hover>.dropdown-icon-right.dropdown-toggle{display:block;text-align:center;position:absolute;right:0px;top:7px; height:25px; width:20px;color:#ffffff;background:#775180;cursor:pointer;}
.dropdown.dropdown-hover>a{padding-right:20px !important;}
.dropdown.dropdown-hover>.dropdown-icon-right.dropdown-toggle:after{border:none 0px;content: "\f105";font-family: "Font Awesome 5 Pro";moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 25px;}
.dropdown.dropdown-hover .dropdown-submenu>.dropdown-icon-right.dropdown-toggle{display:block;text-align:center;position:absolute;right:0px;top:2px; height:25px; width:20px;color:#ffffff;background:#775180;cursor:pointer;}
.dropdown.dropdown-hover .dropdown-submenu>.dropdown-icon-right.dropdown-toggle:after{border:none 0px;content: "\f105";font-family: "Font Awesome 5 Pro";moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 25px;}
/* header .dropdown>.dropdown-icon-right.dropdown-toggle:hover + .nav-link{background:#775180;} */
.dropdown.dropdown-hover .dropdown-submenu>.dropdown-icon-right.dropdown-toggle:hover + .dropdown-item{background:#dad2dd;}
.pt-80{padding-top: 80px;}
.pt-100{padding-top: 100px;}
.pb-80{padding-bottom: 80px;}
.pb-100{padding-bottom: 100px;}
.py-100{padding-top: 100px;padding-bottom: 100px;}
.py-80{padding-top: 80px;padding-bottom: 80px;}
/*.pt-r12{padding-top: 12%;}
.pt-r10{padding-top: 10%;}
.py-r12{ padding-top: 12%; padding-bottom: 12%;}
.py-r10{ padding-top: 10%; padding-bottom: 10%;}
.py-r5{ padding-top: 5%; padding-bottom: 5%;}*/
.form-control{border-radius: 0px;}
.form-control:focus {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);border-color: #ced4da;}
.custom-select{background-size: 12px;background-image: url("../images/icons/select-icon-down.png");}
/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ background-color: #2C3E50;color: #ffffff;}*/
.bs-fa-chevron-collapse [data-toggle='bs-collapse'] .far:before{content: '\f054';}
.bs-fa-chevron-collapse [data-toggle='bs-collapse'].collapsed .far:before{content: '\f078';}
.form-group.bs-form-db{position: relative;}
.form-group.bs-form-db .form-control[disabled], .form-group.bs-form-db .form-control[readonly], fieldset[disabled] .form-group.bs-form-db .form-control {background-color: #ffffff;color: #764f7f;}
.form-control.form-control-dark{background-color: #383838; border-color: #383838; color: #ffffff;}
.form-control.form-control-dark::-webkit-input-placeholder{color: #ffffff;}
.form-control.form-control-dark::-moz-placeholder{color: #ffffff;}
.form-control.form-control-dark:-ms-input-placeholder{color: #ffffff;}
.form-control.form-control-dark:-moz-placeholder{color: #ffffff;}
textarea{resize: none;}
.form-group.bs-form-db label{margin-bottom: 0px;padding-left: 12px;}
.form-group.bs-form-db .form-control{border-width: 0px 0px 1px 0px;}
.form-group.bs-form-db .form-control:focus{border-color:#F05574;}
.form-group.bs-form-db span.input-group-text.rounded-0{border-width: 0px 0px 1px 0px; background-color: transparent;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text{border-color:#F05574 !important;}
.form-check.bs-custom-checkbox label{padding-left: 6px;}
/*.form-control:focus + .input-group-prepend,.form-control:focus + .input-group-append{border-color:#F05574 !important;}*/
/*social media color*/
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-facebook{color: #3b5998;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-twitter{color: #55acee;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-pinterest{color: #cc2127;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-google{color: #dd4b39;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-youtube{color: #e52d27;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-vimeo{color: #1ab7ea;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-linkedin{color: #0976b4;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-blogger{color: #f57d00;}
.form-group.bs-form-db .input-group.input-group-focus .input-group-text i.fab.fa-instagram{color: #e1306c;}
/*----------Home as-seen---------------*/
.as-seen-in-home i.logo-item {background-image: url("../images/sprites-asseenin.png");background-repeat: no-repeat;display: inline-block;min-height: 28px;margin-right: 17px;}
.as-seen-in-home i.logo-item.bbc{width: 92px;height: 27px;background-position: -5px -5px;}
.as-seen-in-home i.logo-item.elle{width: 67px;height: 28px;background-position: -107px -5px;}
.as-seen-in-home i.logo-item.mailonline{width: 136px;height: 23px;background-position: -184px -5px;}
.as-seen-in-home i.logo-item.metro{width: 91px;height: 27px;background-position: -330px -5px;}
.as-seen-in-home i.logo-item.nyt{width: 187px;height: 28px;background-position: -431px -5px;}
.as-seen-in-home i.logo-item.stylist{width: 106px;height: 22px;background-position: -628px -5px;}
.as-seen-in-home i.logo-item.vogue{width: 97px;height: 26px;background-position: -744px -5px;}
/*--------------------------------*/
.ui-selectmenu-button.ui-button{width: auto;display: block;}
.ui-time .ui-selectmenu-menu .ui-menu {overflow: auto; overflow-x: hidden; padding-bottom: 1px;height: 150px;}
/*.ui-state-active .ui-icon, .ui-button:active .ui-icon,.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon{background-image: none;}*/
.ui-button:active .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image: none;}
.ui-button .ui-icon{text-indent: inherit;background-image: none;}
.ui-icon:before{font-family: "Font Awesome 5 Pro";font-weight: 900;content: "\f078";font-size: 12px;line-height: 18px;color: #333333;display: block;}
.ui-selectmenu-icon.ui-icon {float: right; margin-top: 4px; margin-right: -4px;}
.ui-widget {}
/*.ui-selectmenu-button.ui-button{text-align: left;white-space: nowrap;-webkit-border-radius: 4px; border-radius: 4px; display: block; width: 100%; height: 34px; padding: 6px 12px !important;padding-left:15px !important;font-size: 14px; line-height: 1.42857143; background-color: #ffffff !important; background-image: none !important; border: 1px solid #ccc !important; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important; box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important; outline : none;}*/
.ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-open.ui-corner-top{border-color: #f05574 !important;}
.ui-selectmenu-button.ui-button{text-align: left;white-space: nowrap;-webkit-border-radius: 0px;border-radius: 0px;display: block;width: 100%;height: 34px;padding: 6px 12px !important;padding-left:15px !important;font-size: 14px;line-height: 1.42857143;background-color: #ffffff !important;background-image: none !important;/* border: 0px solid #ccc !important; */-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;box-shadow: inset 0 0px 0px rgba(0,0,0,.075) !important;outline : none;border-width: 0px 0px 1px 0px;}
.ui-selectmenu-button.ui-button:focus{color: #333333;border-color:#CCCCCC !important;outline: 0;box-shadow: 0 0 0 0 #333333 !important;}
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {padding-top: 5px;padding-bottom: 5px;}
.bs-select-pink .ui-selectmenu-button.ui-button{color: #f05574 !important;}
.bs-select-purple .ui-selectmenu-button.ui-button{color: #764f7f !important;}
.bs-select-pink .ui-selectmenu-text,.bs-select-purple .ui-selectmenu-text{padding-left: 6px; font-weight: 500;}
.ui-selectmenu-menu .ui-menu{max-height: 200px;}
.ui-selectmenu-button.ui-button{position: relative;}
.bs-option-selected{position: absolute; left: 0; top: 2px; width: 20px; height: 20px;}
.ui-selectmenu-menu .ui-widget-content .ui-menu-item-wrapper{padding-left: 21px;position: relative;top: 0;}
.icon-bride.bs-option-pink:before{background-image: url(../images/icons/icon-select-icon2.png); background-position: 0px -0px; width: 20px; height: 20px; content: ''; position: absolute; top: 4px; left: 0;border: 0px;}
.ui-widget-content .ui-menu-item-wrapper .icon-bride.bs-option-pink:before{background-position: 0px -20px;}
/*.ui-widget-content .ui-state-active .icon-bride.bs-option-pink:before{background-position: 0px -0px;}*/
.icon-groom.bs-option-pink:before{background-image: url(../images/icons/icon-select-icon2.png); background-position: 20px -0px; width: 20px; height: 20px; content: ''; position: absolute; top: 4px; left: 0;border: 0px;}
.ui-widget-content .ui-menu-item-wrapper .icon-groom.bs-option-pink:before{background-position: 20px -20px;}
/*.ui-widget-content .ui-state-active .icon-groom.bs-option-pink:before{ background-position: 20px -0px;}*/
.icon-bride.bs-option-purple:before{background-image: url(../images/icons/icon-select-icon1.png); background-position: 0px -0px; width: 20px; height: 20px; content: ''; position: absolute; top: 4px; left: 0;border: 0px;}
.ui-widget-content .ui-menu-item-wrapper .icon-bride.bs-option-purple:before{background-position: 0px -20px;}
/*.ui-widget-content .ui-state-active .icon-bride.bs-option-purple:before{background-position: 0px -0px;}*/
.icon-groom.bs-option-purple:before{background-image: url(../images/icons/icon-select-icon1.png); background-position: 20px -0px; width: 20px; height: 20px; content: ''; position: absolute; top: 4px; left: 0;border: 0px;}
.ui-widget-content .ui-menu-item-wrapper .icon-groom.bs-option-purple:before{background-position: 20px -20px;}
/*.ui-widget-content .ui-state-active .icon-groom.bs-option-purple:before{background-position: 20px -0px;}*/
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{background: #eeeeee;color: #333333;border: 0px solid #003eff;}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{margin: 0px;}
.ui-widget-header{border: 1px solid #f1f1f1; background: #f1f1f1;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border: 1px solid #ffffff;background: #ffffff;font-weight: normal;color: #454545;border-radius: 3px;padding: 4px 0px;text-align: center;}
a.ui-state-default.ui-state-highlight{border: 1px solid #764f7f !important;background: #764f7f !important; color: #ffffff !important;}
a.ui-state-default.ui-state-active{border: 1px solid #f05574;background: #f05574;color: #ffffff;}
.datepicker.form-control[disabled], .datepicker.form-control[readonly], fieldset[disabled] .datepicker.form-control {background-color: #ffffff;color: #333333;}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix{z-index: 1050 !important;}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open {z-index: 1190;}
.ui-slider-handle.ui-corner-all.ui-state-default{border: 2px solid #FF5A7A;background: #f9f9f9;font-weight: normal;color: #454545;border-radius: 20px;}
.ui-slider .ui-slider-handle{width: 15px;height: 15px;}
.ui-slider-range.ui-corner-all.ui-widget-header{border: 1px solid #f9f9f9;background: #F05574;color: #333;font-weight: bold;}
.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{border: 1px solid #f9f9f9;background: #DDDDDD;}
.ui-slider-horizontal {height: 9px;}
/*--------------------------------*/
.bs-checkbox-box>label{width: 150px;}
.bs-checkbox-box .btn-default{white-space:inherit; position: relative;}
.bs-checkbox-box .bs-checkbox-icon{background-color: transparent; background-position: 0px 0px; width: 50px; height: 50px; margin: auto; border-radius: 4px;border: 1px solid #dee2e6 !important;}
.bs-checkbox-box .btn-default.active .bs-checkbox-icon{background-color: transparent; background-position: 0px -50px;}
.bs-checkbox-box .btn-default input[type="checkbox"]{top: 6px;left: 0;right: 0;margin: auto;}
.bs-budget-icon{width: 30px;height: 30px;background-position: bottom;display: inline-block;background-size: cover;vertical-align: middle;}
.bs-icon-accessories{ background-image: url(../images/icons/icon-accessories.png); }
.bs-icon-archery{ background-image: url(../images/icons/icon-archery.png); }
.bs-icon-ballons{ background-image: url(../images/icons/icon-ballons.png); }
.bs-icon-bell{ background-image: url(../images/icons/icon-bell.png); }
.bs-icon-brougham{ background-image: url(../images/icons/icon-brougham.png); }
.bs-icon-bridal-bouquet{ background-image: url(../images/icons/icon-bridal-bouquet.png); }
.bs-icon-bride-dress{ background-image: url(../images/icons/icon-bride-dress.png); }
.bs-icon-camera{ background-image: url(../images/icons/icon-camera.png); }
.bs-icon-candelabrum{ background-image: url(../images/icons/icon-candelabrum.png); }
.bs-icon-caring{ background-image: url(../images/icons/icon-caring.png); }
.bs-icon-catering{ background-image: url(../images/icons/icon-catering.png); }
.bs-icon-champagne{ background-image: url(../images/icons/icon-champagne.png); }
.bs-icon-church{ background-image: url(../images/icons/icon-church.png); }
.bs-icon-cupcake{ background-image: url(../images/icons/icon-cupcake.png); }
.bs-icon-car-hire{ background-image: url(../images/icons/icon-car-hire.png); }
.bs-icon-decoration{ background-image: url(../images/icons/icon-decoration.png); }
.bs-icon-diamond{ background-image: url(../images/icons/icon-diamond.png); }
.bs-icon-dove{ background-image: url(../images/icons/icon-dove.png); }
.bs-icon-fireworks{ background-image: url(../images/icons/icon-fireworks.png); }
.bs-icon-gift{ background-image: url(../images/icons/icon-gift.png); }
.bs-icon-gramophone{ background-image: url(../images/icons/icon-gramophone.png); }
.bs-icon-gender-signs{ background-image: url(../images/icons/icon-gender-signs.png); }
.bs-icon-gift-box{ background-image: url(../images/icons/icon-gift-box.png); }
.bs-icon-groom-dresses{ background-image: url(../images/icons/icon-groom-dresses.png); }
.bs-icon-henna-artists{ background-image: url(../images/icons/icon-henna-artists.png); }
.bs-icon-heart-lock{ background-image: url(../images/icons/icon-heart-lock.png); }
.bs-icon-hair-beauty{ background-image: url(../images/icons/icon-hair-beauty.png); }
.bs-icon-key{ background-image: url(../images/icons/icon-key.png); }
.bs-icon-love-hearts{ background-image: url(../images/icons/icon-love-hearts.png); }
.bs-icon-miscellaneous{ background-image: url(../images/icons/icon-miscellaneous.png); }
.bs-icon-movie{ background-image: url(../images/icons/icon-movie.png); }
.bs-icon-music{ background-image: url(../images/icons/icon-music.png); }
.bs-icon-marriage-night{ background-image: url(../images/icons/icon-marriage-night.png); }
.bs-icon-rings{ background-image: url(../images/icons/icon-rings.png); }
.bs-icon-venues{ background-image: url(../images/icons/icon-venues.png); }
.bs-icon-wedding-glasses{ background-image: url(../images/icons/icon-wedding-glasses.png); }
.bs-icon-wedding-cake{ background-image: url(../images/icons/icon-wedding-cake.png); }
.bs-icon-wedding-day{ background-image: url(../images/icons/icon-wedding-day.png); }
.bs-icon-invitation{ background-image: url(../images/icons/icon-invitation.png); }
.bs-icon-honeymoon{ background-image: url(../images/icons/icon-honeymoon.png); }
.bs-custom-checkbox input[type="checkbox"]:checked,.bs-custom-checkbox input[type="checkbox"],.bs-custom-radio input[type="radio"]:checked,.bs-custom-radio input[type="radio"]{transition: all ease-in-out .15s,all ease-in-out .15s;}
.bs-custom-checkbox input[type="checkbox"]{-webkit-border-radius:2px; border-radius:2px;height: 17px !important; width: 17px !important;border: 2px solid #CCCCCC;vertical-align: top; -moz-appearance: none; -webkit-appearance: none; -webkit-transition: box-shadow 200ms; box-shadow:inset 0px 0px 0 #fff, 0 0px 0px rgba(0,0,0,0.1);line-height: 10px !important; margin-top: 4px;text-align: center;}
.bs-custom-checkbox input[type="checkbox"]:not(:disabled):hover{border-color:#ddd;box-shadow:inset 0px 0px 0 #fff, 0 0 0px rgba(0,0,0,0.3);}
.bs-custom-checkbox input[type="checkbox"]:active:not(:disabled){box-shadow:inset 0px 0px 0 rgba(0,0,0,0.2), inset 0px 0px 0 rgba(255,255,255,0.6);border-color:rgba(0,0,0,0.5);}
.bs-custom-checkbox input[type="checkbox"]:focus {outline:none;}
.bs-custom-checkbox input[type="checkbox"]:checked:before{color:#333333;-webkit-margin-start: 0px;font-size: 11px;line-height: 1.1 !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 900;content:"\f00c";}
.bs-custom-checkbox input[type="checkbox"]:checked{background:#ffffff;border-color: #ddd;}
.bs-custom-checkbox.bs-checkboxblue input[type="checkbox"]{border-color: #005999;}
.bs-custom-checkbox.bs-checkboxblue input[type="checkbox"]:not(:disabled):hover{border-color:#005999;}
.bs-custom-checkbox.bs-checkboxblue input[type="checkbox"]:active:not(:disabled){border-color:rgba(0, 89, 153, 0.6);}
.bs-custom-checkbox.bs-checkboxblue input[type="checkbox"]:checked:before{color:#005999;}
.bs-custom-checkbox.bs-checkboxblue input[type="checkbox"]:checked{border-color: #005999;}
.bs-custom-checkbox.bs-checkboxyellow input[type="checkbox"]{border-color: #FAA220;}
.bs-custom-checkbox.bs-checkboxyellow input[type="checkbox"]:not(:disabled):hover{border-color:#FAA220;}
.bs-custom-checkbox.bs-checkboxyellow input[type="checkbox"]:active:not(:disabled){border-color:rgba(250, 162, 30, 0.6);}
.bs-custom-checkbox.bs-checkboxyellow input[type="checkbox"]:checked:before{color:#FAA220;}
.bs-custom-checkbox.bs-checkboxyellow input[type="checkbox"]:checked{border-color: #FAA220;}
.bs-custom-checkbox.bs-checkboxpurple input[type="checkbox"]{border-color: #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple input[type="checkbox"]:not(:disabled):hover{border-color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple input[type="checkbox"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-checkbox.bs-checkboxpurple input[type="checkbox"]:checked:before{color: #ffffff;}
.bs-custom-checkbox.bs-checkboxpurple input[type="checkbox"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple2 input[type="checkbox"]{border-color: #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple2 input[type="checkbox"]:not(:disabled):hover{border-color:#764f7f;}
.bs-custom-checkbox.bs-checkboxpurple2 input[type="checkbox"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-checkbox.bs-checkboxpurple2 input[type="checkbox"]:checked:before{color: #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple2 input[type="checkbox"]:checked{border-color: #764f7f;}
.bs-custom-checkbox.bs-checkboxpink input[type="checkbox"]{border-color: #F05574;}
.bs-custom-checkbox.bs-checkboxpink input[type="checkbox"]:not(:disabled):hover{border-color:#F05574;}
.bs-custom-checkbox.bs-checkboxpink input[type="checkbox"]:active:not(:disabled){border-color:rgba(240, 85, 116, 0.6);}
.bs-custom-checkbox.bs-checkboxpink input[type="checkbox"]:checked:before{color: #F05574;}
.bs-custom-checkbox.bs-checkboxpink input[type="checkbox"]:checked{border-color: #F05574;}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]{-webkit-border-radius:20px; border-radius:20px;border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:before{color:#764f7f;-webkit-margin-start: 0px;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f00c";}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:hover:before{color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:checked:before{color: #ffffff !important;content:"\f00c";font-weight: 400;font-size: 14px; line-height: 24px !important; }
.bs-custom-checkbox.bs-checkboxpurple-complete input[type="checkbox"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]{-webkit-border-radius:20px; border-radius:20px;border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:before{color:#764f7f;-webkit-margin-start: 0px;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f00d";}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:hover:before{color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:checked:before{color: #ffffff !important;content:"\f00d";font-weight: 400;font-size: 14px; line-height: 24px !important; }
.bs-custom-checkbox.bs-checkboxpurple-not_required input[type="checkbox"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]{-webkit-border-radius:20px; border-radius:20px;border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:before{color:#764f7f;-webkit-margin-start: 0px;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f252";}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:hover:before{color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:checked:before{color: #ffffff !important;content:"\f252";font-weight: 400;font-size: 14px; line-height: 24px !important; }
.bs-custom-checkbox.bs-checkboxpurple-pending input[type="checkbox"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-radio input[type="radio"] {-webkit-border-radius:20px; border-radius:20px;height: 16px !important; width: 16px !important;border: 1px solid #CCCCCC;vertical-align: top; -moz-appearance: none; -webkit-appearance: none; -webkit-transition: box-shadow 200ms; box-shadow:inset 0px 0px 0 #fff, 0 0px 0px rgba(0,0,0,0.1);line-height: 3px !important; margin-top: 1px;text-align: center;}
.bs-custom-radio input[type="radio"]:not(:disabled):hover{border-color:#ddd;box-shadow:inset 0px 0px 0 #fff, 0 0 0px rgba(0,0,0,0.3);}
.bs-custom-radio input[type="radio"]:active:not(:disabled){box-shadow:inset 0px 0px 0 rgba(0,0,0,0.2), inset 0px 0px 0 rgba(255,255,255,0.6);border-color:rgba(0,0,0,0.5);}
.bs-custom-radio input[type="radio"]:focus {outline:none;}
.bs-custom-radio input[type="radio"]:checked:before{color:#333333;-webkit-margin-start: 0px;font-size: 10px; line-height: 15px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 700;content:"\f111";}
/*.bs-custom-radio input[type="radio"]:checked:before{color:#333333;content: ' \26AB ';-webkit-margin-start: 0px;padding-left:1px;font-size: 12px;line-height:15px;text-align:center; font-weight: 400;}*/
.bs-custom-radio input[type="radio"]:checked{background:#ddd;border-color: #ddd;}
.bs-custom-radio.bs-radiopurple input[type="radio"]{border-color: #764f7f;}
.bs-custom-radio.bs-radiopurple input[type="radio"]:not(:disabled):hover{border-color:#F05574;}
.bs-custom-radio.bs-radiopurple input[type="radio"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-radio.bs-radiopurple input[type="radio"]:checked:before{color: #ffffff !important;}
.bs-custom-radio.bs-radiopurple input[type="radio"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]{border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:before{color:#764f7f;-webkit-margin-start: 0px;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f00c";}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:hover:before{color:#F05574;}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:checked:before{color: #ffffff !important;content:"\f00c";font-weight: 400;font-size: 14px; line-height: 24px; }
.bs-custom-radio.bs-radiopurple-complete input[type="radio"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]{border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:before{color:#764f7f;-webkit-margin-start: 0px;;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f00d";}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:hover:before{color:#F05574;}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:checked:before{color: #ffffff !important;content:"\f00d";font-weight: 400;font-size: 14px; line-height: 24px; }
.bs-custom-radio.bs-radiopurple-not_required input[type="radio"]:checked{border-color: #F05574;background:#F05574;}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]{border-color: #764f7f;width: 25px !important;height: 25px !important;border: 1px solid #764f7f;}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:before{color:#764f7f;-webkit-margin-start: 0px;font-size: 14px; line-height: 24px !important;text-align: center;font-family: "Font Awesome 5 Pro";font-weight: 400;content:"\f252";}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:hover:before{color:#F05574;}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:not(:disabled):hover{border-color:#F05574;color:#F05574;}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:active:not(:disabled){border-color:rgba(83, 48, 99, 0.6);}
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:checked:before{color: #ffffff !important;content:"\f252";font-weight: 400;font-size: 14px; line-height: 24px; }
.bs-custom-radio.bs-radiopurple-pending input[type="radio"]:checked{border-color: #F05574;background:#F05574;}
.st_trending-now-display-area {vertical-align: top; position: relative; overflow: hidden; height: 20px;}
.bs-trending-now-post {opacity: 0; position: absolute;display: none; left:0; right: 0; max-width: 80%; height:auto; overflow: hidden;text-overflow: ellipsis;}
.bs-start-news{white-space: nowrap;}
.bs-animated{-webkit-animation-duration: 0.3s;animation-duration: 0.3s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
/* ----------------------------------------------------------------------------
st-fadeInLeft
*/
@-webkit-keyframes st-fadeInLeft {
0% {opacity: 0.05;-webkit-transform: translateX(20px);transform: translateX(20px);}
100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0);}
}
@keyframes st-fadeInLeft {
0% { opacity: 0.05; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}
100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0);}
}
.bs-fadeInLeft{-webkit-animation-name: st-fadeInLeft; animation-name: st-fadeInLeft;}
/* ----------------------------------------------------------------------------
st-zoomIn
*/
@-webkit-keyframes zoomIn {
from {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}
50% {opacity: 1;}
}
@keyframes zoomIn {
from {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}
50% {opacity: 1;}
}
.bs-zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn;-webkit-animation-duration: 1000s;animation-duration: 1000s;}
/* ----------------------------------------------------------------------------
st-zoomOut
*/
@-webkit-keyframes zoomOut {
from {opacity: 1;}
50% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}
to {opacity: 0;}
}
@keyframes zoomOut {
from {opacity: 1;}
50% {opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3);}
to {opacity: 0;}
}
.bs-zoomOut {-webkit-animation-name: zoomOut;animation-name: zoomOut;-webkit-animation-duration: 0s; animation-duration: 0s;}
/* ----------------------------------------------------------------------------*/
/*Dashboard*/
#wrapper{width:100%; height: auto;position: relative;}
.sidebar-wrapper{max-width: 230px;width: 100%;min-height:100%;background:#764f7f;vertical-align: top;position:absolute; z-index: 5; }
.page-content-wrapper{position:relative;vertical-align: top; margin-left:230px;height: auto;min-height: 100%; overflow: hidden;background-color: #f1f1f1;}
/*.page-content-wrapper>div{max-width: 1300px;}*/
/* sidebars left Menu*/
/*.bs-sideber-photos{min-height: 160px;}*/
.bs-sideber-photos .bs-sideber-col-6{max-width: 110px;display: inline-block;width: 100%;}
.bs-sideber-photos h4{margin-bottom: 0px;}
.bs-sideber-photos p{color: rgba(255, 255, 255, 0.35);}
.bs-sideber-photos .img-thumbnail.bs-photos{ width: 100%; max-width:82px;}
.bs-sideber-photos .img-thumbnail.bs-photos{background-color: #644372;border: 0px solid #dee2e6;}
.list-sidebar.list-unstyled>li a,.list-sidebar.list-unstyled>li{line-height: 16px;}
.list-sidebar a{color: #ffffff;}
.list-sidebar a:hover{color: #f1f1f1; text-decoration: none;}
.list-sidebar.list-unstyled>li{position: relative;}
.list-sidebar.list-unstyled>li a{background: #764f7f;border-left: 4px #764f7f solid; padding: 10px 10px 10px 45px; display: block; position: relative;}
.list-sidebar.list-unstyled>li>a:hover,.list-sidebar.list-unstyled>li.active a{background: #4E2A5E;border-left: 4px #F05574 solid;color:#a3a0fb;}
.list-sidebar.list-unstyled>li>a .bs-sidebar-icon{width:24px;height: 24px;position: absolute;top: 0;bottom: 0;left: 15px;margin: auto;font-size: 17px;line-height: 24px;text-align: center;color: #a4a3be;}
.list-sidebar.list-unstyled>li>a:hover .bs-sidebar-icon,.list-sidebar.list-unstyled>li.active a .bs-sidebar-icon{background-position: bottom;color:#a3a0fb;}
.list-sidebar-light.list-unstyled>li a,.list-sidebar-light.list-unstyled>li span,.list-sidebar-light.list-unstyled>li{line-height: 24px;}
.list-sidebar-light a{}
.list-sidebar-light a:hover{color: #333333; text-decoration: none;}
.list-sidebar-light.list-unstyled>li{position: relative;}
.list-sidebar-light.list-unstyled>li a{border-left: 4px #ffffff solid; padding: 10px 10px 10px 45px; display: block; font-weight: 700; position: relative;}
.list-sidebar-light.list-unstyled>li a:hover,.list-sidebar-light.list-unstyled>li a{background: #ffffff;}
.list-sidebar-light.list-unstyled>li a:hover,.list-sidebar-light.list-unstyled>li.active a{background: #f1f1f1;border-left: 4px #F05574 solid;color: #F05574;}
.list-sidebar-light.list-unstyled>li a .bs-sidebar-icon{width:24px;height: 24px;position: absolute;top: 0;bottom: 0;left: 15px;margin: auto;font-size: 17px;line-height: 24px;text-align: center;color: #333333;}
.list-sidebar-light.list-unstyled>li a:hover .bs-sidebar-icon,.list-sidebar-light.list-unstyled>li.active a .bs-sidebar-icon{background-position: bottom;color:#F05574;}
.list-sidebar-light.list-unstyled>li div{border-left: 4px #ffffff solid; padding: 10px 10px 10px 45px;font-weight: 400; position: relative;}
.list-sidebar-light.list-unstyled>li>div:hover,.list-sidebar-light.list-unstyled>li div{background: #ffffff;}
.list-sidebar-light.list-unstyled>li>div .bs-sidebar-icon{width:24px;height: 24px;position: absolute;top: 0;bottom: 0;left: 15px;margin: auto;font-size: 17px;line-height: 24px;text-align: center;color: #333333;}
.list-sidebar-light.list-unstyled>li>div:hover,.list-sidebar-light.list-unstyled>li.active div{color: #333333;background: #f1f1f1;border-left: 4px #F05574 solid;}
.list-sidebar-light.list-unstyled>li>div:hover .bs-sidebar-icon,.list-sidebar-light.list-unstyled>li.active div .bs-sidebar-icon{background-position: bottom;color:#333333;}
/*.list-sidebar-light.list-unstyled>li div{display: none;}
.list-sidebar-light.list-unstyled>li.active div{display: block;}*/
/*.list-sidebar-light.list-unstyled>li.active i.far.fa-plus:before{content:"\f068"}*/
.list-sidebar-light.list-unstyled .bs-fa-plus-minus-collapse [data-toggle='bs-collapse'] .far.fa-plus:before{content: '\f068';}
.list-sidebar-light.list-unstyled .bs-fa-plus-minus-collapse [data-toggle='bs-collapse'].collapsed .far.fa-plus:before{content: '\f067';}
.bs-sidebar-icon.icon1{background-image: url(../images/icons/dashboard.png);}
.bs-sidebar-icon.icon2{background-image: url(../images/icons/events.png);}
.bs-sidebar-icon.icon3{background-image: url(../images/icons/checklist.png);}
.bs-sidebar-icon.icon4{background-image: url(../images/icons/budgeting.png);}
.bs-sidebar-icon.icon5{background-image: url(../images/icons/guests-list.png);}
.bs-sidebar-icon.icon6{background-image: url(../images/icons/wedding.png);}
.bs-sidebar-icon.icon7{background-image: url(../images/icons/calendar.png);}
.bs-sidebar-icon.icon8{background-image: url(../images/icons/help-calendar.png);}
.bs-sidebar-icon.icon9{background-image: url(../images/icons/settings.png);}
/*.menu-press i.fal:before{content: '\f33e';}
#wrapper.closed .menu-press i.fal:before{content: '\f343';}*/
#wrapper.closed .menu-press i.fal{-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg)}
button.menu-press{position:fixed;bottom: 10px; left: 6px;}
/* sidebars left Menu Closed*/
#wrapper{min-height: 100vh;}
.page-content-wrapper{ min-height:100vh;}
.sidebar-wrapper{ width:100%;max-width: 260px;margin-left:0;}
.page-content-wrapper{margin-left:260px;}
#wrapper.closed .sidebar-wrapper{margin-left:0px;max-width: 50px;}
#wrapper.closed .page-content-wrapper{margin-left:50px;}
#wrapper.closed .bs-sideber-photos h4{display: none;}
#wrapper.closed .bs-sideber-photos p{display: none;}
#wrapper.closed .list-sidebar.list-unstyled>li a{width: 50px; color: rgba(163, 160, 251, 0); padding: 10px 9px 10px 9px;}
#wrapper.closed .list-sidebar.list-unstyled>li:hover a{width: 260px; font-size: 14px;padding: 10px 10px 10px 45px;color: #a3a0fb;}
#wrapper.closed .list-sidebar.list-unstyled>li .bs-sidebar-text{display: none;}
#wrapper.closed .list-sidebar.list-unstyled>li:hover .bs-sidebar-text{display: inline-block;}
/*#wrapper.closed .list-sidebar-light.list-unstyled>li.active i.far.fa-plus:before{content:""}*/
/*#wrapper.closed .list-sidebar.list-unstyled>li div{display: none;}*/
#wrapper.closed .list-sidebar-light.list-unstyled>li a{width: 50px; color: rgba(163, 160, 251, 0); padding: 10px 9px 10px 9px;}
#wrapper.closed .list-sidebar-light.list-unstyled>li:hover a{width: 260px; font-size: 14px;padding: 10px 10px 10px 45px;color: #F05574;}
#wrapper.closed .sidebar-wrapper .collapsing{transition: height 0s ease;}
#wrapper.closed .list-sidebar-light.list-unstyled>li div{width: 50px; color: rgba(163, 160, 251, 0); font-size: 1px; padding: 10px 9px 10px 9px;}
#wrapper.closed .list-sidebar-light.list-unstyled>li:hover div{width: 260px; font-size: 14px;padding: 10px 10px 10px 45px;color: #333333;}
#wrapper.closed .list-sidebar-light.list-unstyled>li .bs-sidebar-text{display: none;}
#wrapper.closed .list-sidebar-light.list-unstyled>li:hover .bs-sidebar-text{display: inline-block;}
/*#wrapper.closed .list-sidebar-light.list-unstyled>li div{display: none;}*/
/*#wrapper.closed .list-sidebar-light.list-unstyled>li:hover div{display: inline-block;}*/
/* content pages*/
/*--------------------------------*/
.fancybox-thumbs{top: auto;width: auto;bottom: 0;left: 0;right : 0;height: 95px;padding: 10px 10px 5px 10px;box-sizing: border-box; background: rgba(0, 0, 0, 0.3);}
.fancybox-show-thumbs .fancybox-inner {right: 0;bottom: 95px;}
/*--------------------------------*/
/* radio-ratings */
.c-radio-ratings input[type="radio"]{width:auto; height:auto;color: inherit;box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;border: 0px;appearance: none;-moz-appearance: none; -webkit-appearance: none; line-height: 1.1;text-align: center;cursor: pointer;}
.c-radio-ratings input[type="radio"]:before{padding:0; margin:0;vertical-align: top;color: inherit; content: "\f005";font-family: "Font Awesome 5 Pro";font-weight: 400;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1.1;text-align: center;}
.c-radio-ratings input[type="radio"]:focus {outline:none;}
.c-radio-ratings input[type="radio"]:checked:before{padding:0; margin:0;content: "\f005";font-family: "Font Awesome 5 Pro";font-weight: 900;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1.1;text-align: center;}
.c-radio-ratings .c-radio-inline{vertical-align: top; position: relative;margin:0;}
.c-radio-ratings .c-radio-inline.hover input[type="radio"]:before{content: "\f005";font-family: "Font Awesome 5 Pro";font-weight: 900;}
.c-radio-ratings .selected,.c-radio-ratings .selected input[type="radio"]:before{content: "\f005";font-family: "Font Awesome 5 Pro";font-weight: 900;}
/*nav-tabs*/
.nav-tabs .nav-link {border-top-left-radius: 0px;border-top-right-radius: 0px; border-color: #F6F6F6 #F6F6F6 #F6F6F6;}
.nav.nav-tabs.bs-tab-blue{border-bottom: 0px solid #dee2e6;border-top: 4px solid #005999;}
.nav-tabs.bs-tab-blue .nav-link.active, .nav-tabs.bs-tab-blue .nav-item.show .nav-link{color: #ffffff;background-color: #005999;border-color: #005999 #005999 #005999;border-radius:0px;}
.nav.nav-tabs.bs-tab-pink{border-bottom: 0px solid #dee2e6;border-top: 4px solid #F05574;}
.nav-tabs.bs-tab-pink .nav-link.active, .nav-tabs.bs-tab-pink .nav-item.show .nav-link{color: #ffffff;background-color: #F05574;border-color: #F05574 #F05574 #F05574;border-radius:0px;}
.nav.nav-tabs.bs-tab-yellow{border-bottom: 0px solid #dee2e6;border-top: 4px solid #FAA220;}
.nav-tabs.bs-tab-yellow .nav-link.active, .nav-tabs.bs-tab-yellow .nav-item.show .nav-link{color: #ffffff;background-color: #FAA220;border-color: #FAA220 #FAA220 #FAA220;border-radius:0px;}
.nav.nav-tabs.bs-tab-green{border-bottom: 0px solid #dee2e6;border-top: 4px solid #89C64F;}
.nav-tabs.bs-tab-green .nav-link.active, .nav-tabs.bs-tab-green .nav-item.show .nav-link{color: #ffffff;background-color: #89C64F;border-color: #89C64F #89C64F #89C64F;border-radius:0px;}
.nav.nav-tabs.bs-tab-purple{border-bottom: 0px solid #dee2e6;border-top: 4px solid #764f7f;}
.nav-tabs.bs-tab-purple .nav-link.active, .nav-tabs.bs-tab-purple .nav-item.show .nav-link{color: #ffffff;background-color: #764f7f;border-color: #764f7f #764f7f #764f7f;border-radius:0px;}
/*nav-tabs end*/
.bs-sigup-radio .btn.btn-default.active{}
.bs-sigup-radio button.btn.btn-default{color: #333333;background-color: #ffffff;}
.bs-sigup-radio button.btn.btn-default.active{color: #764f7f;background-color: #ffffff;}
/*.bs-sigup-radio .btn.btn-light{margin-bottom: 4px;margin-right: 6px;border-radius: 25px;padding: 2px 10px;font-size: 12px;}*/
.bs-sigup-radio-purple .btn.btn-light.btn-grey.active{color: #ffffff;background-color: #764f7f;}
.bs-sigup-radio-purple .btn.btn-light.btn-grey{margin-bottom: 4px;margin-right: 6px;border-radius: 25px;padding: 2px 10px;font-size: 16px;}
.bs-sigup-radio-purple .btn.btn-light.btn-purple-outline{margin-bottom: 4px;margin-right: 6px;border-radius: 25px;padding: 2px 10px;font-size: 14px;color: #764f7f; border-color: #dee2e6;}
.bs-sigup-radio-purple .btn.btn-light.btn-purple-outline.active{color: #ffffff;background-color: #F05574;border-color: #F05574 !important;}
.datepicker-show>.ui-datepicker-inline{width:100%}
.datepicker-show .ui-datepicker-header.ui-widget-header{display: none;}
/*progress*/
.progress{position: relative;}
.bs-progress-big{font-size: 1.75rem; height: 2rem; font-weight: 700;}
.bs-progress-text-r{position: absolute; right: 4px;font-size: 20px;top: 0;}
.bs-progress-text-l{position: absolute; left: 4px;font-size: 20px;top: 0;}
/*latest-reviews*/
.bs-latest-reviews .bs-reviews-img .purple-content{background-color: rgba(83, 48, 99, 0.8);position: absolute;bottom: 0;left: 0;right: 0;transition: all ease-in-out .15s,all ease-in-out .15s;height:86px;}
.bs-latest-reviews .bs-reviews-img:hover .purple-content{height: 100%;}
.bs-latest-reviews .bs-text-content>h5{ text-overflow: ellipsis; white-space: nowrap;overflow: inherit;}
/*.bs-latest-reviews .bs-text-content>p{position: absolute; margin-bottom: 0;}*/
.bs-text-content{overflow: hidden;position: relative;}
.bs-latest-reviews .bs-reviews-img{height: 250px;}
.bs-latest-reviews .owl-nav button.owl-next{position: absolute;right:-30px;top: 0;bottom: 0;margin: auto;outline: 0 none;float: right;}
.bs-latest-reviews .owl-nav button.owl-prev{position: absolute;top: 0;bottom: 0;left: -30px;margin: auto;outline: 0 none;}
.bs-latest-reviews .owl-nav button.owl-next,.bs-latest-reviews .owl-nav button.owl-prev{color: rgba(255, 255, 255, 0.50);font-size: 40px;transition: all ease-in-out .15s,all ease-in-out .15s;height: 40px;}
.bs-latest-reviews .owl-nav button.owl-next:hover,.bs-latest-reviews .owl-nav button.owl-prev:hover{color: rgba(255, 255, 255, 0.99);}
/*Supplier*/
.bs-supplier-box{margin-left: 1px;margin-right: 1px;}
.bs-supplier-box:hover{border-color: #F05574;}
.bs-supplier-box .bs-supplier-img{height: 180px;}
.bs-supplier-box2{margin-left: 1px;margin-right: 1px;min-width: 180px;max-width: 180px;}
.bs-supplier-box2 .bs-supplier-img2{height: 130px;}
/*--------------------------------*/
/*owl carousel*/
.owl-dots{text-align: center;}
.owl-dot{display: inline-block;}
.owl-dot span {background-color: #ffffff;border: 2px #764f7f solid; border-radius: 30px;display: block; height: 10px;margin: 5px 5px;width: 10px;}
.owl-dot:focus{outline: 0px}
.owl-dot.active span, .owl-dot:hover span{background-color: #F05574;border: 1px #F05574 solid;}
.owl-btn{cursor: pointer;}
.bs-owl-dots{text-align: center;}
.bs-owl-dot span {background-color: #ffffff;border: 2px #764f7f solid; border-radius: 30px;display: block; height: 10px;margin: 5px 5px;width: 10px;}
.bs-owl-dot{display: inline-block;}
.bs-owl-dot.active span{background-color: #F05574;border: 1px #F05574 solid;}
/*.owl-carousel.bs-carousel-2{padding-top: 15px;}*/
/*.owl-carousel.bs-carousel-2 .owl-dots{position:absolute; top:-42px;right:0;}*/
.bs-carousel-2 .owl-dot{background: transparent; border: 0; outline: 0;padding: 0;}
.bs-carousel-2 .owl-dots:before{content: '\f053';font-family: 'Font Awesome 5 Pro';font-weight: 700;position:relative; top:-5px;color:#764f7f;}
.bs-carousel-2 .owl-dots:after{content: '\f054';font-family: 'Font Awesome 5 Pro';font-weight: 700;position:relative; top:-5px;color:#764f7f;}
.bs-carousel-2 .owl-dot.active span{background-color: #764f7f;border: 1px #764f7f solid;}
.owl-carousel.bs-carousel-2d .owl-item{float:inherit; display:inline-block;vertical-align: middle;}
.owl-carousel.bs-carousel-2d .owl-stage-outer .owl-stage {display: inline-block;}
.owl-carousel.bs-carousel-2d .owl-item img{width: auto !important; margin-left: auto;margin-right: auto;}
.owl-carousel.bs-carousel-2d button.owl-prev{float: left; margin-left:-10px;position: absolute; top: 50%;left: 0;transform: translateY(-50%);clear: both;}
.owl-carousel.bs-carousel-2d button.owl-next{float: right; margin-right:-10px;position: absolute; top: 50%;right: 0;transform: translateY(-50%);clear: both;}
.owl-carousel.bs-carousel-2d{padding-left:15px;padding-right:15px;}
/*--------------------------------*/
.login-box{max-width: 450px; margin: auto;}
.signup-box{max-width: 950px; margin: auto;}
.help-block{border-bottom: 2px solid #F05574;position: absolute;left: 10px;bottom: -28px;background-color: #ffffff;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30); padding: 2px 5px;font-size: 12px;z-index: 1;}
.help-block:before{border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #F05574; position: absolute; top:-5px; left: 0px; content:'';}
.signup-box .animated{animation-duration:0ms;}
.signup-box .owl-carousel .owl-item img.img-fluid {display: block;width: auto;margin: auto;}
.bs-owl-item-box{width: 900px !important;}
.bs-owl-item-box>div {display: none;}
.bs-owl-item-box.active>div{ display: block;}
.bs-help-block-inline .help-block{top: 25px;bottom: inherit;}
/* ----- Home ----- */
.bs-bg-white-purple-img{background-image: url(../images/bg-purple-img1.png);background-size: contain;background-position: 50% 100%; background-repeat: no-repeat;}
.bs-bg-white-purple-img,.bs-bg-white-purple-img>.container{position: relative;}
.bs-bg-white-purple-img:before{background-image: url(../images/bg-white-img1.png);background-size: contain;background-position: 50% 0%; background-repeat: no-repeat; content:''; width: 100%; height:100%; left: 0; top: 0;bottom:0; display: block; position: absolute;}
.bg-pink-img1{background-image: url(../images/bg-pink-img1.png);background-size: cover;background-position: 50% 0%; background-repeat: no-repeat; padding-top: 50px; padding-bottom: 50px;}
.bg-purple-img1{background-image: url(../images/bg-purple-img2.png);background-size: contain;background-position: 0% 0%; background-repeat: no-repeat; padding-top: 50px; padding-bottom: 50px;}
.bg-pink-purple-img{background-image: url(../images/bg-purple-img22.png);background-size: contain;background-position: 0% 100%; background-repeat: no-repeat; }
/*latest-blogs*/
.bs-latest-blogs>.row>.col-lg-6{ padding-bottom: 15px; margin-bottom: 15px;}
.bs-latest-blogs>.row>.col-lg-6 p{color:#7A7A7A; margin-bottom: 0px;}
.bs-latest-blogs>.row>.col-lg-6:before{border-bottom: 1px #E1E1E1 solid; content: ''; position: absolute; bottom:0; left: 0; right: 0; width: 94%; margin: auto;}
.bs-latest-blogs>.row>.col-lg-6:last-child:before{border-bottom: 0px #E1E1E1 solid;}
/* home-sec2*/
.bs-white-box {min-height: 260px; position: relative; padding-bottom: 40px !important;}
.bs-white-box .bs-white-box-button{ position: absolute; bottom:25px; left: 0; width: 100%;}
.bg-bs-home2{backgroun-color: #000000; background-image: url(../images/bg-home-4.png);background-size: cover; background-repeat: no-repeat; background-position:50% 0%;}
/* ----- End Home ----- */
.bs-thenews,.bs-arynews,.bs-geo-news,.bs-aaj-news,.bs-dawn,.bs-daily-times,.bs-express-tribune,.bs-pakistan-today{ margin-left: 10px; margin-right: 10px; }
.bs-thenews{height: 50px;}
.bs-arynews{height: 50px;}
.bs-geo-news{height: 50px;}
.bs-aaj-news{height: 50px;}
.bs-dawn{height: 30px;}
.bs-daily-times{height: 30px;}
.bs-express-tribune{height: 30px;}
.bs-pakistan-today{height: 40px;}
/*footer*/
.bs-white-list>li{ margin-bottom:20px}
.bs-white-list>li:last-child{margin-bottom:0px}
footer.bg-dark{background-color: #262626 !important;}
footer .text-dark{color: #262626 !important;}
footer .bs-socal-media a{margin-right: 8px;}
footer .bs-socal-media .fa-stack-2x { font-size: 1em;top: -3px;}
footer .bs-socal-media .fa-stack-1x{font-size: 20px;top: -3px;}
footer .fa-stack{height: 1em;line-height: 1em; vertical-align: middle; width: 1em;}
.bs-logo-footer{max-width: 270px;}
.tooltip .arrow{display: none;}
/*fileuploader*/
.bs-upload-dropndrag .fileuploader{border: 2px dashed #92a7bf;background: #ffffff;}
.bs-upload-dropndrag .fileuploader-items-list {margin: -15px -15px;padding-left: 0;list-style: none;}
.bs-upload-dropndrag .fileuploader.fileuploader-theme-dragdrop,
.bs-upload-dropndrag .fileuploader-input {min-height: 114px;overflow: hidden;position: relative;margin: 0;}
.bs-upload-dropndrag .actions-holder{position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;margin: auto;text-align: center;}
.bs-upload-dropndrag .fileuploader-input .fileuploader-input-inner{margin: auto;}
.bs-upload-dropndrag .fileuploader-item-image{text-align: center;}
.bs-upload-dropndrag .fileuploader-item-image img{height: auto;max-width: 100%;}
.bs-upload-dropndrag .fileuploader-items {position: absolute;top: 50%;left: 0;right: 0;transform: translateY(-50%);}
/*
.bs-upload-dropndrag-logo .fileuploader{border: 2px dashed #92a7bf;background: #ffffff;}
.bs-upload-dropndrag-logo .fileuploader-items-list{margin: -15px -15px;}
.bs-upload-dropndrag-logo .fileuploader.fileuploader-theme-dragdrop,
.bs-upload-dropndrag-logo .fileuploader-input {min-height: 114px;overflow: hidden;position: relative;margin: 0;}
.bs-upload-dropndrag-logo .actions-holder{position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;margin: auto;text-align: center;}
.bs-upload-dropndrag-logo .fileuploader-input .fileuploader-input-inner{margin: auto;}
.bs-upload-dropndrag-logo .fileuploader-item-image{text-align: center;}
.bs-upload-dropndrag-logo .fileuploader-item-image img{height: auto;max-width: 100%;}
.bs-upload-dropndrag-logo .fileuploader-items {position: absolute;top: 50%;left: 0;right: 0;transform: translateY(-50%);}
.bs-upload-dropndrag2 .fileuploader{
background: transparent;
}
.bs-upload-dropndrag2 .fileuploader-thumbnails-input-inner {
background: #ffffff;
border: 2px dashed #533063;
}
.bs-upload-dropndrag2 .thumbnail-holder {
background: #ffffff;
border: 3px dashed #533063;
}
.bs-upload-dropndrag2 li.fileuploader-thumbnails-input{width: 15%; width: calc(15% - 16px); padding-top: 12%;}
.bs-upload-dropndrag2 li.fileuploader-item.file-has-popup.file-type-image{width: 15%;width: calc(15% - 16px); padding-top: 12%;}
.bs-upload-dropndrag2 li.fileuploader-item.file-type-image img{max-width: 100%;transform: translateY(-50%);position: relative;top: 50%;left:0;right:0;}
*/
.fileuploader-action-remove {background-color: rgba(255, 255, 255, 0.5); border: 2px solid #F05574;border-radius:20px; padding:20px;text-align:center;display:inline-block;height:45px;}
.fileuploader-action-remove i:before{content: "\f2ed";position: absolute;top: 0;left: 0;right: 0;height: auto;width: auto;line-height:40px; font-size:25px;color:#F05574;margin:auto;background-color: rgba(255, 255, 255, 0); -webkit-transform: rotate(0deg);transform: rotate(0deg);}
.fileuploader-action-remove i:after {content: '';position: absolute;display:none;}
.fileuploader-action-remove:active {background: #f1f1f1;}
.fileuploader-action-remove:hover{background: #f1f1f1;}
input[type="checkbox"] {height: 1.2em !important; width: 1.2em !important; vertical-align: top; border: 1px solid #CCCCCC;-moz-appearance: none; -webkit-appearance: none; -webkit-transition: box-shadow 200ms; box-shadow:inset 0px 0px 0 #fff, 0 0px 0px rgba(0,0,0,0.1);line-height: 3px !important; margin-top: 1px;text-align: center;}
input[type="checkbox"] {-webkit-border-radius:4px; border-radius:4px;}
input[type="checkbox"]:not(:disabled):hover{border-color:#0087CB;box-shadow:inset 0px 0px 0 #fff, 0 0 0px rgba(0,0,0,0.3);}
input[type="checkbox"]:active:not(:disabled){box-shadow:inset 0px 0px 0 rgba(0,0,0,0.2), inset 0px 0px 0 rgba(255,255,255,0.6);border-color:rgba(0,0,0,0.5);}
input[type="checkbox"]:focus {outline:none;}
input[type="checkbox"]:checked:before{font-weight: bold;color:#ffffff;content: ' \2713 ';-webkit-margin-start: 0px;font-size: 0.9em;line-height:15px;text-align: center;}
input[type="checkbox"]:checked{background:#0087CB;border-color: #0087CB;}
input[type="checkbox"]:checked,input[type="checkbox"]{transition: all ease-in-out .15s,all ease-in-out .15s;}
input[type="radio"] {height: 1.1em !important; width: 1.1em !important; vertical-align: top; border: 1px solid #CCCCCC;-moz-appearance: none; -webkit-appearance: none; -webkit-transition: box-shadow 200ms; box-shadow:inset 0px 0px 0 #fff, 0 0px 0px rgba(0,0,0,0.1);line-height: 3px !important; margin-top: 1px;text-align: center;}
input[type="radio"] {-webkit-border-radius:30px; border-radius:30px;}
input[type="radio"]:not(:disabled):hover{border-color:#0087CB;box-shadow:inset 0px 0px 0 #fff, 0 0 0px rgba(0,0,0,0.3);}
input[type="radio"]:active:not(:disabled){box-shadow:inset 0px 0px 0 rgba(0,0,0,0.2), inset 0px 0px 0 rgba(255,255,255,0.6);border-color:rgba(0,0,0,0.5);}
input[type="radio"]:focus {outline:none;}
input[type="radio"]:checked:before{content: '\25CF ';-webkit-margin-start: 0px;font-size: 1.0em;line-height:14px;text-align: center;font-weight: 400;color:#ffffff;}
input[type="radio"]:checked{background:#0087CB;border-color: #0087CB;}
input[type="radio"]:checked,input[type="checkbox"]{transition: all ease-in-out .15s,all ease-in-out .15s;}
/*.bs-upload-dropndrag2 .fileuploader-theme-thumbnails .fileuploader-item .actions-holder{margin: auto;top: 0px;right: 0px;left: 0;bottom: 0;text-align: center;}*/
@media screen and (max-width: 1199px){
header a.navbar-brand{width: 165px;}
}
@media screen and (max-width: 991px){
/*header narber*/
.bs-menu.navbar-nav li.nav-item.active .nav-link{color: #ffffff;}
.bs-menu.navbar-nav li.nav-item {margin-left:0px; margin-top: 5px;margin-bottom: 5px; padding-left: 15px;padding-right: 15px;text-align: left;}
.bs-menu.navbar-nav{background-color: rgba(118, 79, 127, 0.23);}
.dropdown.dropdown-hover>.dropdown-menu{background-color:transparent;border: none 0;}
.dropdown.dropdown-hover>.dropdown-menu .dropdown-submenu>.dropdown-menu{width: 90%;background-color:transparent;margin: auto 20px auto auto;border: none 0;}
}
@media screen and (max-width: 767px){
}
@media screen and (max-width: 575px) {
/* .navbar-brand{max-width: 200px;}
h1,.h1{font-size: 34px;}
h2,.h2{font-size: 28px;}
h3,.h3{font-size: 22px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 10px;}
body{font-size: 12px;}
.btn{font-size: 12px;}
.btn-lg{font-size: 14px;}
.form-control {font-size: 12px;height: calc(2.075rem + 2px); }
.form-control-lg { height: calc(2.475rem + 2px); font-size: 14px; }*/
}
@media screen and (max-width: 331px){
.navbar-brand{max-width: 200px;margin-right: 5px;}
}
@media screen and (min-width: 576px) {
.border-sm-right {border-right: 1px solid #dee2e6 !important;}
}
@media screen and (min-width: 768px){
.border-md-right {border-right: 1px solid #dee2e6 !important;}
.bs-my-n30-md{margin-bottom: -30px; margin-top: -30px;}
}
@media screen and (min-width: 992px){
.border-lg-right {border-right: 1px solid #dee2e6 !important;}
.bs-latest-blogs>.row>.col-lg-6:nth-last-child(2):before{border-bottom: 0px #E1E1E1 solid !important;}
.dropdown.dropdown-hover .dropdown-submenu>.dropdown-icon-right.dropdown-toggle{color:#333333;background:transparent;}
.dropdown.dropdown-hover>.dropdown-icon-right.dropdown-toggle{color:#333333;background:transparent;}
.dropdown.dropdown-hover>.dropdown-icon-right.dropdown-toggle:after{content: "\f107";}
@media screen and (min-width:1200px) {
.container{max-width: 1300px;width:100%;}
} | 0.291082 | 0.048631 |
.content {
background: #fff;
}
.content {
min-width: 900px;
padding: 15px 0 15px 15px
}
.eq_wrap {
padding-bottom: 50px;
}
.eq_top {
width: 100%;
height: 120px;
background: url(../images/xd_top.png) center no-repeat;
margin-bottom: 30px;
}
.eq_main {
width: 100%;
float: left;
}
.eq_content {
position: relative;
}
.eq_sidebar {
position: relative;
float: left;
margin: 0 0 0 -330px;
width: 330px;
}
.eq_title {
padding: 10px 0 10px;
border-bottom: 1px solid #ddd
}
.eq_title h4 {
overflow: hidden;
font-size: 16px;
color: #333;
margin: 0px;
font-weight: normal;
margin-top: 4px;
padding: 2px 0 2px 8px;
border-left: 5px solid #0090c5;
float: left;
}
.eq_title_r {
float: right;
color: #999;
}
.eq_title_r i.icon {
font-size: 20px;
cursor: pointer;
}
input.laydate-icon {
cursor: pointer;
}
.eq_demand_body,
.eq_arrange_body {
padding-top: 20px;
}
.site_type_list .radio-inline {
margin-left: 0px !important;
margin-right: 10px;
}
.eq_arrange_body .input-group {
float: right;
width: 70px;
margin-top: 5px;
margin-bottom: 15px;
}
.eq_arrange_body .input-group .form-control {
padding-left: 0;
padding-right: 0;
text-align: center;
height: 1.5em !important;
padding-top: 0;
padding-bottom: 0;
*width: 35px;
}
.eq_arrange_body .input-group-addon {
padding: 2px 0;
*padding: 3px 0 4px;
width: 15px;
text-align: center;
*float: left;
}
.eq_panel {
}
.eq_panel-heading {
padding: 10px 15px;
background-color: #a51c30;
color: #fff;
margin: 0 -20px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.room_list {
border: 1px solid #e5e5e5;
border-radius: 2px;
margin-top: 20px;
overflow: hidden;
padding: 6px;
}
.room_list dl {
margin-bottom: 0;
}
.room_list dt,
.room_list dd {
overflow: hidden;
}
.room_list dt {
position: relative;
}
.bot_layer {
width: 100%;
padding: 10px 9px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #fff;
cursor: pointer;
position: absolute;
bottom: 0;
left: 0;
font-weight: normal;
font-size: 14px;
_background-color: #000;
_filter: alpha(opacity=80);
background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, rgba(0, 0, 0, 0.9)));
}
.room_list dt img {
width: 274px;
display: block;
margin: 0 auto;
}
.room_info {
padding-top: 8px;
}
.room_info .pull-left {
font-size: 13px;
color: #999;
width: 65%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.room_add {
color: #999;
}
.room_add .pull-left {
width: 60%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.room_list dd.star {
padding-bottom: 5px;
}
.room_list dd .join_btn {
font-size: 12px;
color: #333;
background: #ffcc00;
border: 1px solid #d0a303;
padding: 2px 5px;
border-radius: 2px;
}
.join_btn:hover {
}
.bus_list {
margin-bottom: 0;
padding-top: 10px;
}
.bus_chekbox_all {
padding: 8px 0;
}
.bus_list li .big {
display: none;
}
.bus_list li.active .big {
display: block;
}
.bus_list li.active .small {
display: none;
}
.bus_list li {
overflow: hidden;
padding: 10px 0 10px 20px;
border-bottom: 1px solid #e5e5e5;
position: relative;
}
.bus_list li .bean {
display: none;
}
.bus_list li .small .pull-left {
width: 65%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.bus_list dl {
overflow: hidden;
margin-bottom: 0;
}
.bus_list dt {
width: 80px;
height: 80px;
float: left;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.bus_list dt img {
width: 80px;
height: 80px;
}
.bus_list .checkbox-inline {
position: absolute;
left: 0px;
top: 9px;
}
.bus_list li.active .checkbox-inline {
position: absolute;
left: 0px;
top: 40px;
}
.bus_list dd {
margin-left: 90px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
color: #999;
}
.bus_list dd.tit {
font-size: 14px;
}
.bus_list dd.tit a {
color: #333;
}
.bus_list dd.add {
padding: 2px 0;
}
.eq_introduce {
color: #fff;
background: #d63d3e;
overflow: hidden;
}
.eq_introduce dl {
margin: 11px 20px;
}
.eq_introduce dt {
font-weight: normal;
font-family: "微软雅黑";
font-size: 20px;
padding-bottom: 5px;
}
.eq_introduce dt i.icon {
font-size: 24px;
margin-right: 5px;
}
.eq_introduce dd {
padding-left: 1em;
line-height: 2em;
}
.eq_food_body,
.eq_room_body {
position: relative;
overflow: hidden;
}
.eq_food_body .bt_switch_a,
.eq_room_body .bt_switch_b {
position: absolute;
bottom: 15px;
right: -5px;
z-index: 99;
}
/*预览*/
.select_sale {
display: none;
overflow: hidden;
}
.select_sale_list {
padding: 0 20px;
}
.select_sale_list > li {
padding: 10px 0;
border-bottom: 1px dashed #e5e5e5
}
.select_sale_list > li .btn-group .btn {
width: 80px;
text-align: left;
}
.select_sale_list > li .btn-group .btn strong {
font-weight: normal;
float: left;
}
.select_sale_list > li .btn-group .btn .caret {
float: right;
display: inline-block;
margin-top: 6px;
}
.select_sale_list .pull-right > .dropdown-menu {
min-width: 80px !important;
font-size: 12px;
}
.select_sale .phone {
padding: 10px 0;
}
.select_sale .date {
padding: 10px 20px;
height: 34px;
}
/*询单列表*/
.eq_detailed {
overflow: hidden;
}
.eq_detailed ul {
margin-bottom: 0;
}
.eq_detailed li {
float: left;
margin-right: 20px;
}
.eq_tab_tit ul {
margin-bottom: 0;
}
.eq_tab_tit {
height: 40px;
line-height: 40px;
background: #fff;
margin: 10px auto 0;
border-bottom: 1px solid #e5e5e5;
position: relative;
}
.eq_tab_tit .btn {
position: absolute;
right: 0;
top: 10px;
}
.eq_tab_tit li {
float: left;
padding: 0 30px 0 0;
font-size: 16px;
}
.eq_tab_tit li a {
padding: 10px 0;
cursor: pointer;
}
.eq_tab_tit li a:hover {
color: #be0000;
}
.eq_tab_tit li.active a {
color: #be0000;
border-bottom: 2px solid #dc1010;
}
.eq_filter_area {
overflow: hidden;
}
.eq_filter {
overflow: hidden;
padding-top: 25px;
margin-bottom: 0px;
}
.eq_filter a {
cursor: pointer;
color: #666;
}
.eq_filter dt,
.eq_filter dd {
float: left
}
.eq_filter dt {
color: #999;
font-weight: normal;
width: 50px;
}
.eq_filter dd {
padding-right: 20px;
}
.eq_filter dd a {
padding: 0 8px;
display: inline-block;
}
.eq_filter dd.active a {
background: #be0000;
color: #fff;
}
.eq_search {
padding-top: 25px;
}
.eq_list {
margin-top: 25px;
}
.eq_search .form-group label {
color: #999 !important;
}
.eq_list .table {
margin-bottom: 0 !important;
}
.eq_list_bt {
border: 1px solid #ddd;
border-top-width: 0;
padding: 8px 10px;
overflow: hidden;
}
.eq_tab_con {
display: none;
}
.eq_details_top {
padding: 15px 0 10px;
overflow: hidden;
margin-bottom: 30px;
border-bottom: 1px solid #e5e5e5;
}
.eq_input01 {
width: 500px;
margin: 0 auto;
padding: 5px 0;
overflow: hidden;
}
.eq_input01 .form-group {
margin-bottom: 0;
}
.bt_switch_a i.font,
.bt_switch_b i.font {
margin: 5px;
line-height: 34px !important;
font-size: 20px !important;
cursor: pointer;
}
.bt_switch_a i.minus,
.bt_switch_b i.minus {
color: #be0000;
visibility: hidden;
}
.eq_tool_list {
display: block;
margin-bottom: 0;
}
.eq_tool_list li {
float: left;
padding: 5px 10px;
white-space: nowrap;
}
.eq_de_bt {
overflow: hidden;
}
.eq_de_bt .form-group {
margin-bottom: 0;
color: #666
}
.eq_project_layer {
padding: 20px;
overflow: hidden;
display: none;
}
.eq_btn_area01 .btn {
width: 100px;
margin: 0 20px;
}
.select_sale .bt_con {
border-top: 1px solid #e5e5e5;
padding: 20px 0;
overflow: hidden;
background: #fafafa;
}
.eq-success {
width: 800px;
margin: 100px auto;
}
.eq-success .panel-body .media-body p {
font-size: 12px;
margin-top: 20px;
}
.eq-success .panel-body {
padding: 50px 20px;
}
.eq-success .media-left i.icon {
font-size: 70px;
color: #0cb792;
float: left;
margin-top: 10px;
margin-right: 20px;
}
.eq-success .media-left {
vertical-align: middle;
}
.eq-success .media-body a {
color: #5199df;
margin-right: 10px;
}
.equi_item {
margin-bottom: 10px
}
.equi_label {
color: #888;
display: inline-block;
padding-right: 10px;
text-align: right;
width: 102px;
}
.has-error {
color: #f50;
}
.vue-input-number {
width: 86px;
}
.vue-input-number-handler-down-inner::before {
content: "◇";
font-size: 30px;
height: 16px;
opacity: 0.8;
overflow: hidden;
text-align: center;
transform: rotate(-90deg) translateY(3px);
width: 9px;
}
.box {
width: auto;
margin: 20px
}
.has-switch {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-image: none;
border-radius: 5px;
border-style: solid;
border-width: 1px;
cursor: pointer;
display: inline-block;
line-height: 8px;
min-width: 100px;
overflow: hidden;
position: relative;
text-align: left;
}
.has-switch > div {
display: inline-block;
position: relative;
top: 0;
width: 150%;
}
.has-switch > div.switch-animate {
transition: left 0.5s ease 0s;
}
.has-switch > div.switch-off {
left: -50%;
}
.has-switch > div.switch-on {
left: 0;
}
.has-switch input[type="checkbox"] {
display: none;
}
.has-switch span, .has-switch label {
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-size: 12px;
height: 100%;
line-height: 20px;
padding-bottom: 1px;
padding-top: 1px;
position: relative;
}
.has-switch label {
background-color: #f5f5f5;
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
color: #ffffff;
margin-bottom: -1px;
margin-top: -1px;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
width: 34%;
z-index: 100;
}
.has-switch label:hover, .has-switch label:focus, .has-switch label:active, .has-switch label.active, .has-switch label.disabled, .has-switch label[disabled] {
background-color: #e6e6e6;
color: #ffffff;
}
.has-switch label:active, .has-switch label.active {
}
.has-switch label i {
color: #000;
line-height: 18px;
pointer-events: none;
text-shadow: 0 1px 0 #fff;
}
.has-switch span {
text-align: center;
width: 33%;
z-index: 1;
}
.has-switch span.switch-left {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.has-switch span.switch-right {
background-color: #f0f0f0;
background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.has-switch span.switch-right:hover, .has-switch span.switch-right:focus, .has-switch span.switch-right:active, .has-switch span.switch-right.active, .has-switch span.switch-right.disabled, .has-switch span.switch-right[disabled] {
background-color: #ffffff;
color: #333333;
}
.has-switch span.switch-right:active, .has-switch span.switch-right.active {
}
.has-switch span.switch-primary, .has-switch span.switch-left {
background-color: #333;
background-image: linear-gradient(to bottom, #333, #444);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.has-switch span.switch-primary:hover, .has-switch span.switch-left:hover, .has-switch span.switch-primary:focus, .has-switch span.switch-left:focus, .has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active, .has-switch span.switch-primary.disabled, .has-switch span.switch-left.disabled, .has-switch span.switch-primary[disabled], .has-switch span.switch-left[disabled] {
background-color: #444;
color: #ffffff;
}
.has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active {
}
.has-switch span.switch-info {
background-color: #41a7c5;
background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.has-switch span.switch-info:hover, .has-switch span.switch-info:focus, .has-switch span.switch-info:active, .has-switch span.switch-info.active, .has-switch span.switch-info.disabled, .has-switch span.switch-info[disabled] {
background-color: #5bc0de;
color: #ffffff;
}
.has-switch span.switch-info:active, .has-switch span.switch-info.active {
}
.has-switch span.switch-success {
background-color: #58b058;
background-image: linear-gradient(to bottom, #51a351, #62c462);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.has-switch span.switch-success:hover, .has-switch span.switch-success:focus, .has-switch span.switch-success:active, .has-switch span.switch-success.active, .has-switch span.switch-success.disabled, .has-switch span.switch-success[disabled] {
background-color: #62c462;
color: #ffffff;
}
.has-switch span.switch-success:active, .has-switch span.switch-success.active {
}
.has-switch span.switch-warning {
background-color: #f9a123;
background-image: linear-gradient(to bottom, #f89406, #fbb450);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.has-switch span.switch-warning:hover, .has-switch span.switch-warning:focus, .has-switch span.switch-warning:active, .has-switch span.switch-warning.active, .has-switch span.switch-warning.disabled, .has-switch span.switch-warning[disabled] {
background-color: #fbb450;
color: #ffffff;
}
.has-switch span.switch-warning:active, .has-switch span.switch-warning.active {
}
.has-switch span.switch-danger {
background-color: #d14641;
background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.has-switch span.switch-danger:hover, .has-switch span.switch-danger:focus, .has-switch span.switch-danger:active, .has-switch span.switch-danger.active, .has-switch span.switch-danger.disabled, .has-switch span.switch-danger[disabled] {
background-color: #ee5f5b;
color: #ffffff;
}
.has-switch span.switch-danger:active, .has-switch span.switch-danger.active {
}
.mz-datepicker {
display: block;
width: 100%;
}
.col-xs-1 {
min-width: 100px
}
.w150 {
width: 150px;
display: inline-block;
}
.w250 {
width: 150px;
display: inline-block;
}
/**服务商样式**/
.service_box {
border: 1px solid #e9e9e9;
border-radius: 6px;
display: inline-block;
width: 100%;
position: relative;
margin: 30px 0 16px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
padding: 20px;
color: #666
}
.service_box_title {
position: absolute;
top: -14px;
padding: 1px 8px;
margin-left: -8px;
color: #777;
border-radius: 6px;
border-top-left-radius: 0;
background: #fff;
-webkit-transition: background-color .4s ease;
transition: background-color .4s ease;
cursor: pointer;
}
.item-list {
padding: 10px 0
}
.lable_item {
padding: 0 10px;
color: #999
}
/**************/
.checkbox {
padding-left: 20px;
}
.checkbox label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
}
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
opacity: 0;
z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
font-family: "FontAwesome";
content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.checkbox.checkbox-inline {
margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
background-color: #337ab7;
border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
background-color: #d9534f;
border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
background-color: #5bc0de;
border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
background-color: #5cb85c;
border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
color: #fff;
}
.radio {
padding-left: 20px;
}
.radio label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
}
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out;
}
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
opacity: 0;
z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
cursor: not-allowed;
}
.radio.radio-inline {
margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
font-family: 'FontAwesome';
content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
color: #fff;
}
.label_item {
float: left;
margin-right: 10px
}
.control-label {
font-size: 14px;
font-weight: 100;
color: #999
}
i.font-normal {
color: #f90;
padding: 0 4px
}
.input-tit {
width: 130px;
float: left;
}
legend {
font-size: 14px;
font-weight: bold;
color: #666
}
.vue-input-number-input {
font-size: 16px;
} | web/css/demand.css | .content {
background: #fff;
}
.content {
min-width: 900px;
padding: 15px 0 15px 15px
}
.eq_wrap {
padding-bottom: 50px;
}
.eq_top {
width: 100%;
height: 120px;
background: url(../images/xd_top.png) center no-repeat;
margin-bottom: 30px;
}
.eq_main {
width: 100%;
float: left;
}
.eq_content {
position: relative;
}
.eq_sidebar {
position: relative;
float: left;
margin: 0 0 0 -330px;
width: 330px;
}
.eq_title {
padding: 10px 0 10px;
border-bottom: 1px solid #ddd
}
.eq_title h4 {
overflow: hidden;
font-size: 16px;
color: #333;
margin: 0px;
font-weight: normal;
margin-top: 4px;
padding: 2px 0 2px 8px;
border-left: 5px solid #0090c5;
float: left;
}
.eq_title_r {
float: right;
color: #999;
}
.eq_title_r i.icon {
font-size: 20px;
cursor: pointer;
}
input.laydate-icon {
cursor: pointer;
}
.eq_demand_body,
.eq_arrange_body {
padding-top: 20px;
}
.site_type_list .radio-inline {
margin-left: 0px !important;
margin-right: 10px;
}
.eq_arrange_body .input-group {
float: right;
width: 70px;
margin-top: 5px;
margin-bottom: 15px;
}
.eq_arrange_body .input-group .form-control {
padding-left: 0;
padding-right: 0;
text-align: center;
height: 1.5em !important;
padding-top: 0;
padding-bottom: 0;
*width: 35px;
}
.eq_arrange_body .input-group-addon {
padding: 2px 0;
*padding: 3px 0 4px;
width: 15px;
text-align: center;
*float: left;
}
.eq_panel {
}
.eq_panel-heading {
padding: 10px 15px;
background-color: #a51c30;
color: #fff;
margin: 0 -20px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.room_list {
border: 1px solid #e5e5e5;
border-radius: 2px;
margin-top: 20px;
overflow: hidden;
padding: 6px;
}
.room_list dl {
margin-bottom: 0;
}
.room_list dt,
.room_list dd {
overflow: hidden;
}
.room_list dt {
position: relative;
}
.bot_layer {
width: 100%;
padding: 10px 9px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #fff;
cursor: pointer;
position: absolute;
bottom: 0;
left: 0;
font-weight: normal;
font-size: 14px;
_background-color: #000;
_filter: alpha(opacity=80);
background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, rgba(0, 0, 0, 0.9)));
}
.room_list dt img {
width: 274px;
display: block;
margin: 0 auto;
}
.room_info {
padding-top: 8px;
}
.room_info .pull-left {
font-size: 13px;
color: #999;
width: 65%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.room_add {
color: #999;
}
.room_add .pull-left {
width: 60%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.room_list dd.star {
padding-bottom: 5px;
}
.room_list dd .join_btn {
font-size: 12px;
color: #333;
background: #ffcc00;
border: 1px solid #d0a303;
padding: 2px 5px;
border-radius: 2px;
}
.join_btn:hover {
}
.bus_list {
margin-bottom: 0;
padding-top: 10px;
}
.bus_chekbox_all {
padding: 8px 0;
}
.bus_list li .big {
display: none;
}
.bus_list li.active .big {
display: block;
}
.bus_list li.active .small {
display: none;
}
.bus_list li {
overflow: hidden;
padding: 10px 0 10px 20px;
border-bottom: 1px solid #e5e5e5;
position: relative;
}
.bus_list li .bean {
display: none;
}
.bus_list li .small .pull-left {
width: 65%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.bus_list dl {
overflow: hidden;
margin-bottom: 0;
}
.bus_list dt {
width: 80px;
height: 80px;
float: left;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.bus_list dt img {
width: 80px;
height: 80px;
}
.bus_list .checkbox-inline {
position: absolute;
left: 0px;
top: 9px;
}
.bus_list li.active .checkbox-inline {
position: absolute;
left: 0px;
top: 40px;
}
.bus_list dd {
margin-left: 90px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
color: #999;
}
.bus_list dd.tit {
font-size: 14px;
}
.bus_list dd.tit a {
color: #333;
}
.bus_list dd.add {
padding: 2px 0;
}
.eq_introduce {
color: #fff;
background: #d63d3e;
overflow: hidden;
}
.eq_introduce dl {
margin: 11px 20px;
}
.eq_introduce dt {
font-weight: normal;
font-family: "微软雅黑";
font-size: 20px;
padding-bottom: 5px;
}
.eq_introduce dt i.icon {
font-size: 24px;
margin-right: 5px;
}
.eq_introduce dd {
padding-left: 1em;
line-height: 2em;
}
.eq_food_body,
.eq_room_body {
position: relative;
overflow: hidden;
}
.eq_food_body .bt_switch_a,
.eq_room_body .bt_switch_b {
position: absolute;
bottom: 15px;
right: -5px;
z-index: 99;
}
/*预览*/
.select_sale {
display: none;
overflow: hidden;
}
.select_sale_list {
padding: 0 20px;
}
.select_sale_list > li {
padding: 10px 0;
border-bottom: 1px dashed #e5e5e5
}
.select_sale_list > li .btn-group .btn {
width: 80px;
text-align: left;
}
.select_sale_list > li .btn-group .btn strong {
font-weight: normal;
float: left;
}
.select_sale_list > li .btn-group .btn .caret {
float: right;
display: inline-block;
margin-top: 6px;
}
.select_sale_list .pull-right > .dropdown-menu {
min-width: 80px !important;
font-size: 12px;
}
.select_sale .phone {
padding: 10px 0;
}
.select_sale .date {
padding: 10px 20px;
height: 34px;
}
/*询单列表*/
.eq_detailed {
overflow: hidden;
}
.eq_detailed ul {
margin-bottom: 0;
}
.eq_detailed li {
float: left;
margin-right: 20px;
}
.eq_tab_tit ul {
margin-bottom: 0;
}
.eq_tab_tit {
height: 40px;
line-height: 40px;
background: #fff;
margin: 10px auto 0;
border-bottom: 1px solid #e5e5e5;
position: relative;
}
.eq_tab_tit .btn {
position: absolute;
right: 0;
top: 10px;
}
.eq_tab_tit li {
float: left;
padding: 0 30px 0 0;
font-size: 16px;
}
.eq_tab_tit li a {
padding: 10px 0;
cursor: pointer;
}
.eq_tab_tit li a:hover {
color: #be0000;
}
.eq_tab_tit li.active a {
color: #be0000;
border-bottom: 2px solid #dc1010;
}
.eq_filter_area {
overflow: hidden;
}
.eq_filter {
overflow: hidden;
padding-top: 25px;
margin-bottom: 0px;
}
.eq_filter a {
cursor: pointer;
color: #666;
}
.eq_filter dt,
.eq_filter dd {
float: left
}
.eq_filter dt {
color: #999;
font-weight: normal;
width: 50px;
}
.eq_filter dd {
padding-right: 20px;
}
.eq_filter dd a {
padding: 0 8px;
display: inline-block;
}
.eq_filter dd.active a {
background: #be0000;
color: #fff;
}
.eq_search {
padding-top: 25px;
}
.eq_list {
margin-top: 25px;
}
.eq_search .form-group label {
color: #999 !important;
}
.eq_list .table {
margin-bottom: 0 !important;
}
.eq_list_bt {
border: 1px solid #ddd;
border-top-width: 0;
padding: 8px 10px;
overflow: hidden;
}
.eq_tab_con {
display: none;
}
.eq_details_top {
padding: 15px 0 10px;
overflow: hidden;
margin-bottom: 30px;
border-bottom: 1px solid #e5e5e5;
}
.eq_input01 {
width: 500px;
margin: 0 auto;
padding: 5px 0;
overflow: hidden;
}
.eq_input01 .form-group {
margin-bottom: 0;
}
.bt_switch_a i.font,
.bt_switch_b i.font {
margin: 5px;
line-height: 34px !important;
font-size: 20px !important;
cursor: pointer;
}
.bt_switch_a i.minus,
.bt_switch_b i.minus {
color: #be0000;
visibility: hidden;
}
.eq_tool_list {
display: block;
margin-bottom: 0;
}
.eq_tool_list li {
float: left;
padding: 5px 10px;
white-space: nowrap;
}
.eq_de_bt {
overflow: hidden;
}
.eq_de_bt .form-group {
margin-bottom: 0;
color: #666
}
.eq_project_layer {
padding: 20px;
overflow: hidden;
display: none;
}
.eq_btn_area01 .btn {
width: 100px;
margin: 0 20px;
}
.select_sale .bt_con {
border-top: 1px solid #e5e5e5;
padding: 20px 0;
overflow: hidden;
background: #fafafa;
}
.eq-success {
width: 800px;
margin: 100px auto;
}
.eq-success .panel-body .media-body p {
font-size: 12px;
margin-top: 20px;
}
.eq-success .panel-body {
padding: 50px 20px;
}
.eq-success .media-left i.icon {
font-size: 70px;
color: #0cb792;
float: left;
margin-top: 10px;
margin-right: 20px;
}
.eq-success .media-left {
vertical-align: middle;
}
.eq-success .media-body a {
color: #5199df;
margin-right: 10px;
}
.equi_item {
margin-bottom: 10px
}
.equi_label {
color: #888;
display: inline-block;
padding-right: 10px;
text-align: right;
width: 102px;
}
.has-error {
color: #f50;
}
.vue-input-number {
width: 86px;
}
.vue-input-number-handler-down-inner::before {
content: "◇";
font-size: 30px;
height: 16px;
opacity: 0.8;
overflow: hidden;
text-align: center;
transform: rotate(-90deg) translateY(3px);
width: 9px;
}
.box {
width: auto;
margin: 20px
}
.has-switch {
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-image: none;
border-radius: 5px;
border-style: solid;
border-width: 1px;
cursor: pointer;
display: inline-block;
line-height: 8px;
min-width: 100px;
overflow: hidden;
position: relative;
text-align: left;
}
.has-switch > div {
display: inline-block;
position: relative;
top: 0;
width: 150%;
}
.has-switch > div.switch-animate {
transition: left 0.5s ease 0s;
}
.has-switch > div.switch-off {
left: -50%;
}
.has-switch > div.switch-on {
left: 0;
}
.has-switch input[type="checkbox"] {
display: none;
}
.has-switch span, .has-switch label {
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-size: 12px;
height: 100%;
line-height: 20px;
padding-bottom: 1px;
padding-top: 1px;
position: relative;
}
.has-switch label {
background-color: #f5f5f5;
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
color: #ffffff;
margin-bottom: -1px;
margin-top: -1px;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
width: 34%;
z-index: 100;
}
.has-switch label:hover, .has-switch label:focus, .has-switch label:active, .has-switch label.active, .has-switch label.disabled, .has-switch label[disabled] {
background-color: #e6e6e6;
color: #ffffff;
}
.has-switch label:active, .has-switch label.active {
}
.has-switch label i {
color: #000;
line-height: 18px;
pointer-events: none;
text-shadow: 0 1px 0 #fff;
}
.has-switch span {
text-align: center;
width: 33%;
z-index: 1;
}
.has-switch span.switch-left {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.has-switch span.switch-right {
background-color: #f0f0f0;
background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.has-switch span.switch-right:hover, .has-switch span.switch-right:focus, .has-switch span.switch-right:active, .has-switch span.switch-right.active, .has-switch span.switch-right.disabled, .has-switch span.switch-right[disabled] {
background-color: #ffffff;
color: #333333;
}
.has-switch span.switch-right:active, .has-switch span.switch-right.active {
}
.has-switch span.switch-primary, .has-switch span.switch-left {
background-color: #333;
background-image: linear-gradient(to bottom, #333, #444);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.has-switch span.switch-primary:hover, .has-switch span.switch-left:hover, .has-switch span.switch-primary:focus, .has-switch span.switch-left:focus, .has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active, .has-switch span.switch-primary.disabled, .has-switch span.switch-left.disabled, .has-switch span.switch-primary[disabled], .has-switch span.switch-left[disabled] {
background-color: #444;
color: #ffffff;
}
.has-switch span.switch-primary:active, .has-switch span.switch-left:active, .has-switch span.switch-primary.active, .has-switch span.switch-left.active {
}
.has-switch span.switch-info {
background-color: #41a7c5;
background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.has-switch span.switch-info:hover, .has-switch span.switch-info:focus, .has-switch span.switch-info:active, .has-switch span.switch-info.active, .has-switch span.switch-info.disabled, .has-switch span.switch-info[disabled] {
background-color: #5bc0de;
color: #ffffff;
}
.has-switch span.switch-info:active, .has-switch span.switch-info.active {
}
.has-switch span.switch-success {
background-color: #58b058;
background-image: linear-gradient(to bottom, #51a351, #62c462);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.has-switch span.switch-success:hover, .has-switch span.switch-success:focus, .has-switch span.switch-success:active, .has-switch span.switch-success.active, .has-switch span.switch-success.disabled, .has-switch span.switch-success[disabled] {
background-color: #62c462;
color: #ffffff;
}
.has-switch span.switch-success:active, .has-switch span.switch-success.active {
}
.has-switch span.switch-warning {
background-color: #f9a123;
background-image: linear-gradient(to bottom, #f89406, #fbb450);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.has-switch span.switch-warning:hover, .has-switch span.switch-warning:focus, .has-switch span.switch-warning:active, .has-switch span.switch-warning.active, .has-switch span.switch-warning.disabled, .has-switch span.switch-warning[disabled] {
background-color: #fbb450;
color: #ffffff;
}
.has-switch span.switch-warning:active, .has-switch span.switch-warning.active {
}
.has-switch span.switch-danger {
background-color: #d14641;
background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.has-switch span.switch-danger:hover, .has-switch span.switch-danger:focus, .has-switch span.switch-danger:active, .has-switch span.switch-danger.active, .has-switch span.switch-danger.disabled, .has-switch span.switch-danger[disabled] {
background-color: #ee5f5b;
color: #ffffff;
}
.has-switch span.switch-danger:active, .has-switch span.switch-danger.active {
}
.mz-datepicker {
display: block;
width: 100%;
}
.col-xs-1 {
min-width: 100px
}
.w150 {
width: 150px;
display: inline-block;
}
.w250 {
width: 150px;
display: inline-block;
}
/**服务商样式**/
.service_box {
border: 1px solid #e9e9e9;
border-radius: 6px;
display: inline-block;
width: 100%;
position: relative;
margin: 30px 0 16px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
padding: 20px;
color: #666
}
.service_box_title {
position: absolute;
top: -14px;
padding: 1px 8px;
margin-left: -8px;
color: #777;
border-radius: 6px;
border-top-left-radius: 0;
background: #fff;
-webkit-transition: background-color .4s ease;
transition: background-color .4s ease;
cursor: pointer;
}
.item-list {
padding: 10px 0
}
.lable_item {
padding: 0 10px;
color: #999
}
/**************/
.checkbox {
padding-left: 20px;
}
.checkbox label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
}
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
opacity: 0;
z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
font-family: "FontAwesome";
content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.checkbox.checkbox-inline {
margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
background-color: #337ab7;
border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
background-color: #d9534f;
border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
background-color: #5bc0de;
border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
background-color: #5cb85c;
border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
color: #fff;
}
.radio {
padding-left: 20px;
}
.radio label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
}
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out;
}
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
opacity: 0;
z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
cursor: not-allowed;
}
.radio.radio-inline {
margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
font-family: 'FontAwesome';
content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
color: #fff;
}
.label_item {
float: left;
margin-right: 10px
}
.control-label {
font-size: 14px;
font-weight: 100;
color: #999
}
i.font-normal {
color: #f90;
padding: 0 4px
}
.input-tit {
width: 130px;
float: left;
}
legend {
font-size: 14px;
font-weight: bold;
color: #666
}
.vue-input-number-input {
font-size: 16px;
} | 0.572723 | 0.159544 |
/*works*/
/*team*/
.team figure{width: 100%;}
.team img{width: 100%;}
.team b{font-size: 1.2em;display: block;}
.team a i.fa{color: #fff; font-size: 2em;}
.team a i.fa:hover{color: #21abca;}
.highlight-info{ background:url(../images/lab.jpg) center fixed; background-size: cover; color:#fff;}
.highlight-info .overlay{background: rgba(33,171,202,0.5);}
.highlight-info h4{color: #fff;margin:0.5em 0 0 0;}
/*about us*/
/*contact*/
#contact{background-color: #f5f5f5;}
.contactform textarea,.contactform input{width: 100%;padding:1em;border:1px solid #ccc;margin-bottom: 1em;border-radius: 0;outline: none;}
/*contact*/
.footer{background-color: #111; color: #fff; font-size: 1em;color: #aaa;}
.footer a{color: #aaa;margin: 0 1em; }
.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);padding: 10px;color: #fff;}
.gototop i{line-height: 0.5em;}
@media (max-width: 1200px) {
body{font:300 13px/13px Roboto,Arial,Helvetica;}
.navbar-brand{padding-top: 11px;}
.process ul li{margin:0 0.5em; }
.grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;}
figure.effect-oscar figcaption{padding: 12%;}
figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}
.partners img{margin: 0 25px 25px 0;}
}
@media (max-width: 900px) {
h1{font: 700 3.5em Roboto,Arial,Helvetica;}
h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
.btn{padding: 1em 2em;}
.partners img{margin: 0 15px 25px 0;width: 157px;}
.process ul li{width: 9em;height: 9em;}
figure.effect-chico figcaption {padding: 2em;}
figure.effect-oscar figcaption {padding: 20%;}
figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}
}
@media (max-width: 767px) {
body{font:300 12px/12px Roboto,Arial,Helvetica;}
.navbar-nav > li > a {line-height: 1em;}
.navbar-brand{padding: 7px;}
.navbar-brand img{height: 37px;}
.navbar-toggle{margin-top: 12px;}
.carousel-caption,.carousel-control,.carousel-indicators{display: none;}
h2.text-center{text-align: left;font-size: 1.7em;}
h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
#partners h2{padding: 0 1em;}
#works {padding-top: 5em;}
.partners{display: block;float: left;}
.partners img{width: 120px;}
.about.spacer{padding-left: 2em;padding-right: 2em;}
.spacer{padding:2em 0 0 0;}
.process ul li{margin-bottom: 1em;}
.highlight-info .overlay{padding-bottom: 2em;}
.grid.team div{margin: 0;padding: 0;}
figure.effect-chico figcaption {padding: 1.5em;}
.footer{margin-top: 2em;padding-bottom: 2em;}
} | themes/public/default/album/assets/style.css | /*works*/
/*team*/
.team figure{width: 100%;}
.team img{width: 100%;}
.team b{font-size: 1.2em;display: block;}
.team a i.fa{color: #fff; font-size: 2em;}
.team a i.fa:hover{color: #21abca;}
.highlight-info{ background:url(../images/lab.jpg) center fixed; background-size: cover; color:#fff;}
.highlight-info .overlay{background: rgba(33,171,202,0.5);}
.highlight-info h4{color: #fff;margin:0.5em 0 0 0;}
/*about us*/
/*contact*/
#contact{background-color: #f5f5f5;}
.contactform textarea,.contactform input{width: 100%;padding:1em;border:1px solid #ccc;margin-bottom: 1em;border-radius: 0;outline: none;}
/*contact*/
.footer{background-color: #111; color: #fff; font-size: 1em;color: #aaa;}
.footer a{color: #aaa;margin: 0 1em; }
.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);padding: 10px;color: #fff;}
.gototop i{line-height: 0.5em;}
@media (max-width: 1200px) {
body{font:300 13px/13px Roboto,Arial,Helvetica;}
.navbar-brand{padding-top: 11px;}
.process ul li{margin:0 0.5em; }
.grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;}
figure.effect-oscar figcaption{padding: 12%;}
figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}
.partners img{margin: 0 25px 25px 0;}
}
@media (max-width: 900px) {
h1{font: 700 3.5em Roboto,Arial,Helvetica;}
h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
.btn{padding: 1em 2em;}
.partners img{margin: 0 15px 25px 0;width: 157px;}
.process ul li{width: 9em;height: 9em;}
figure.effect-chico figcaption {padding: 2em;}
figure.effect-oscar figcaption {padding: 20%;}
figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}
}
@media (max-width: 767px) {
body{font:300 12px/12px Roboto,Arial,Helvetica;}
.navbar-nav > li > a {line-height: 1em;}
.navbar-brand{padding: 7px;}
.navbar-brand img{height: 37px;}
.navbar-toggle{margin-top: 12px;}
.carousel-caption,.carousel-control,.carousel-indicators{display: none;}
h2.text-center{text-align: left;font-size: 1.7em;}
h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
#partners h2{padding: 0 1em;}
#works {padding-top: 5em;}
.partners{display: block;float: left;}
.partners img{width: 120px;}
.about.spacer{padding-left: 2em;padding-right: 2em;}
.spacer{padding:2em 0 0 0;}
.process ul li{margin-bottom: 1em;}
.highlight-info .overlay{padding-bottom: 2em;}
.grid.team div{margin: 0;padding: 0;}
figure.effect-chico figcaption {padding: 1.5em;}
.footer{margin-top: 2em;padding-bottom: 2em;}
} | 0.126488 | 0.126677 |
*{
box-sizing: border-box;
}
html{
font-size: 16px;
font-family: Helvetica, sans-serif;
}
body{
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
}
header{
margin: 0;
background-color: #202124;
}
ul{
margin: 0;
display: flex;
flex-direction: row;
justify-content: center;
}
ul > li{
display: inline-block;
padding: 1rem;
}
li > a{
text-decoration: none;
color: #969E9E;
}
li > a:active{
text-decoration: none;
color: #fff;
}
.display{
position: relative;
background-color: white;
}
.display--empty{
border: #ccc dashed 0.5rem;
border-radius: 1rem;
}
.display input{
display: none;
}
.display__source{
position: absolute;
z-index: -1;
}
.display__overlay{
width: 100%;
height: 100%;
}
.display--paused::before,.display--playable.display:not([class~="display--paused"]):hover::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: rgba(0, 0, 0, 0.64);
}
.display--paused::after{
content: 'play_circle_outline';
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 4rem;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
color: white;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
border-radius: 50%;
transform: translate(-50%,-50%);
}
.histogram__row__info{
width: 150px;
height: 100%;
margin-right: 1rem;
text-align: right;
display: flex;
align-items: center;
justify-content: flex-end;
}
.histogram__row{
display: flex;
flex-direction: row;
align-items: center;
height: 40px;
width: 100%;
}
.histogram__row__bar{
display: block;
margin-bottom: 10px;
height: 100%;
background-color: #3d9970;
}
.histogram__row__info::after{
content: ': ' attr(data-value)'%';
}
.histogram__row__info{
font-size: 0.8rem;
}
.histogram__row__bar-wrapper{
height: 100%;
width: 100%;
background: repeating-linear-gradient(
to right,
#ddd,
#ddd 1px,
#fff 1px,
#fff 5%,
#ddd,
#ddd 1px
);
}
.histogram__title{
text-align: center;
width: 100%;
}
main{
display: flex;
flex-direction: column;
justify-content: center;
background-color: #fafafa;
}
.container{
display: flex;
flex-direction: column-reverse;
justify-content: space-between;
padding: 10px;
border-radius: 1rem;
margin: 10px;
}
.container article{
padding: 2em;
background-color: #fff;
border-radius: 1rem;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.placeholder > span{
font-size: 40px;
}
.placeholder{
display: none;
font-size: 30px;
font-weight: 700;
}
.display--empty .placeholder, .display:hover .placeholder{
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 5;
}
@media screen and (min-width:720px){
.container{
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.container article{
margin: 1em;
flex: 1 1 auto;
}
} | assets/style.css | *{
box-sizing: border-box;
}
html{
font-size: 16px;
font-family: Helvetica, sans-serif;
}
body{
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
}
header{
margin: 0;
background-color: #202124;
}
ul{
margin: 0;
display: flex;
flex-direction: row;
justify-content: center;
}
ul > li{
display: inline-block;
padding: 1rem;
}
li > a{
text-decoration: none;
color: #969E9E;
}
li > a:active{
text-decoration: none;
color: #fff;
}
.display{
position: relative;
background-color: white;
}
.display--empty{
border: #ccc dashed 0.5rem;
border-radius: 1rem;
}
.display input{
display: none;
}
.display__source{
position: absolute;
z-index: -1;
}
.display__overlay{
width: 100%;
height: 100%;
}
.display--paused::before,.display--playable.display:not([class~="display--paused"]):hover::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: rgba(0, 0, 0, 0.64);
}
.display--paused::after{
content: 'play_circle_outline';
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 4rem;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
color: white;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
border-radius: 50%;
transform: translate(-50%,-50%);
}
.histogram__row__info{
width: 150px;
height: 100%;
margin-right: 1rem;
text-align: right;
display: flex;
align-items: center;
justify-content: flex-end;
}
.histogram__row{
display: flex;
flex-direction: row;
align-items: center;
height: 40px;
width: 100%;
}
.histogram__row__bar{
display: block;
margin-bottom: 10px;
height: 100%;
background-color: #3d9970;
}
.histogram__row__info::after{
content: ': ' attr(data-value)'%';
}
.histogram__row__info{
font-size: 0.8rem;
}
.histogram__row__bar-wrapper{
height: 100%;
width: 100%;
background: repeating-linear-gradient(
to right,
#ddd,
#ddd 1px,
#fff 1px,
#fff 5%,
#ddd,
#ddd 1px
);
}
.histogram__title{
text-align: center;
width: 100%;
}
main{
display: flex;
flex-direction: column;
justify-content: center;
background-color: #fafafa;
}
.container{
display: flex;
flex-direction: column-reverse;
justify-content: space-between;
padding: 10px;
border-radius: 1rem;
margin: 10px;
}
.container article{
padding: 2em;
background-color: #fff;
border-radius: 1rem;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.placeholder > span{
font-size: 40px;
}
.placeholder{
display: none;
font-size: 30px;
font-weight: 700;
}
.display--empty .placeholder, .display:hover .placeholder{
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 5;
}
@media screen and (min-width:720px){
.container{
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.container article{
margin: 1em;
flex: 1 1 auto;
}
} | 0.519278 | 0.099689 |
@font-face {
font-family: "Seg-7";
src: url( "fonts/Segment7Standard.otf" );
}
@font-face {
font-family: "Heebo";
src: url( "fonts/Heebo-Bold.ttf" );
}
@font-face {
font-family: "Heebo-Regular";
src: url( "fonts/Heebo-Regular.ttf" );
}
@font-face {
font-family: "Plate-Font";
src: url( "fonts/plate-font.ttf" );
}
@font-face {
font-family: "Plate-Font-Hilite";
src: url( "fonts/plate-font-hilite.ttf" );
}
@font-face {
font-family: "Plate-Font-Lolite";
src: url( "fonts/plate-font-lolite.ttf" );
}
@font-face {
font-family: "Plate-Font-Shadow";
src: url( "fonts/plate-font-Shadow.ttf" );
}
* {
font-family: 'Heebo', Verdana, Geneva, Tahoma, sans-serif;
font-size: 13px;
box-sizing: border-box;
user-select: none;
}
body {
overflow: hidden;
}
/* Removes the outline when buttons have been clicked */
button:focus { outline: none; }
#radarFrame {
width: 715px;
height: 230px;
position: absolute;
margin: auto;
top: calc( 100% - 230px );
left: calc( 100% - 715px );
background-image: url( "images/frame.png" );
/* Settings for scaling */
transform: scale( 1.0 );
transform-origin: 0 0;
transition: transform 0.5s;
z-index: 2;
}
#radarFrame .frame_border {
width: 685px;
height: 210px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgb( 20, 22, 18 );
clip-path: polygon( 20px 2px, 665px 2px, 682px 30%, 682px 70%, 665px 208px, 20px 208px, 3px 70%, 3px 30% );
}
.radar_container {
width: 675px;
height: 200px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: grid;
grid-template-columns: 1fr 635px 1fr;
}
.panel_side {
width: 100%;
height: 100%;
z-index: 5;
box-shadow: inset 0px 20px 20px -15px rgba( 0, 0, 0, 0.4 );
}
.panel_left {
clip-path: polygon( 0 30%, 80% 0, 100% 0, 100% 100%, 80% 100%, 0 70% );
transform: translateX( 1px );
background-image: url( "images/bg_left.png" );
background-repeat: no-repeat;
}
.panel_right {
clip-path: polygon( 0 0, 20% 0, 100% 30%, 100% 70%, 20% 100%, 0 100% );
transform: translateX( -1px );
background-image: url( "images/bg_right.png" );
background-repeat: no-repeat;
}
.plate_blue {
color: rgb(0, 0, 163);
}
.plate_yellow {
color: rgb(255, 255, 0);
}
.green {
color: rgb( 0, 255, 0 );
}
.red {
color: rgb( 255, 0, 0 );
}
.arrow {
width: 11px;
height: 15.4px;
min-width: 11px;
min-height: 15.4px;
margin: 8px auto;
background-color: rgb( 0, 0, 0 );
clip-path: polygon( 50% 0, 100% 55%, 65% 55%, 65% 100%, 35% 100%, 35% 55%, 0 55% );
}
.arrow_down {
transform: rotate( 180deg );
}
.active {
color: rgb( 242, 70, 24 );
text-shadow: 0 0 6px rgba( 235, 62, 15, 0.5 );
}
.active_arrow {
background-color: rgb( 242, 70, 24 );
}
#radar {
background-image: url( "images/bg.png" );
background-repeat: no-repeat;
height: 100%;
width: 100%;
display: grid;
grid-template-columns: 45px 50px 150px 35px 50px 135px 35px 135px;
gap: 0 0;
box-shadow: inset 0px 20px 20px -15px rgba( 0, 0, 0, 0.4 );
}
#radar .label {
font-size: 15px;
text-align: center;
width: 100%;
position: absolute;
color: rgb( 255, 255, 255 );
}
#radar .label_top {
top: 0;
left: 0;
padding-top: 3px;
}
#radar .label_bottom {
bottom: 0;
left: 0;
padding-bottom: 3px;
}
#radar .pwr_button_container {
display: flex;
flex-direction: column;
}
#radar .pwr_button_container .pwr_button {
width: 45px;
height: 45px;
margin: auto;
background: linear-gradient( to bottom, rgba( 230, 230, 230, 0.8 ), rgb( 40, 168, 40 ) 10%, rgb( 0, 134, 0 ) );
box-shadow: 0px 0px 3px 0px rgb( 80, 80, 80 );
text-align: center;
font-size: 14px;
color: rgb( 34, 34, 34 );
line-height: 45px;
border-radius: 10px;
}
#radar .pwr_button_container .pwr_button:hover {
background: linear-gradient( to bottom, rgba( 240, 240, 240, 0.8 ), rgb( 50, 178, 50 ) 10%, rgb( 0, 144, 0 ) );
}
#radar .pwr_button_container .pwr_button:active {
background: linear-gradient( to bottom, rgba( 220, 220, 220, 0.8 ), rgb( 30, 158, 30 ) 10%, rgb( 0, 124, 0 ) );
box-shadow: inset 0px 0px 3px 0px rgb( 80, 80, 80 );
}
#radar .modes_container {
display: grid;
grid-template-rows: 1fr 1fr;
}
#radar .modes_container .modes {
display: flex;
flex-direction: column;
padding: 10px 0;
}
#radar .modes_container .modes p {
margin: auto;
}
#radar .modes_container .fast_top {
margin-top: 15px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 0;
}
#radar .modes_container .fast_bottom {
margin-top: 10px;
margin-bottom: 15px;
padding-top: 0;
padding-bottom: 10px;
}
#radar .speeds_container {
width: 100%;
display: flex;
flex-direction: column;
}
#radar .speeds_container .display {
display: grid;
grid-template-columns: 1fr;
height: 70px;
border: 2px solid rgb( 0, 0, 0 );
margin: auto 0;
/* If you would like your strong target window to be solid rather than have a gradient, swap the comment for the 2 lines below */
background-color: rgb( 61, 18, 0 );
/* background: linear-gradient( to bottom, rgb( 52, 13, 1 ), rgb( 57, 16, 0 ) 40%, rgb( 65, 25, 4 ) 85% ); */
}
#radar .speeds_container .display p {
grid-row-start: 1;
grid-column-start: 1;
font-size: 70px;
text-align: center;
line-height: 115%;
margin: 0 auto;
letter-spacing: 10px;
margin-right: -9px;
}
#radar .speeds_container .fast {
height: 60px;
/* If you would like your fast target window to be solid rather than have a gradient, swap the comment for the 2 lines below */
background-color: rgb( 50, 0, 0 );
/* background: linear-gradient( to bottom, rgb( 40, 0, 0 ), rgb( 45, 0, 0 ) 40%, rgb( 50, 0, 0 ) 85% ); */
}
#radar .speeds_container .fast p {
font-size: 60px;
line-height: 110%;
margin-right: -8px;
}
#radar .speeds_container .fast_top {
margin-top: 27px;
}
#radar .speeds_container .fast_bottom {
margin-bottom: 27px;
}
#radar .speed_arrows_container {
display: flex;
flex-direction: column;
}
#radar .speed_arrows_container .speed_arrows {
height: 70px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: auto 0;
}
#radar .speed_arrows_container .fast_top {
margin-top: 22px;
}
#radar .speed_arrows_container .fast_bottom {
margin-bottom: 22px;
}
#radar .patrol_and_logo_container {
display: grid;
grid-template-rows: repeat( 3, 1fr );
justify-items: center;
align-items: center;
height: 100%;
}
#radar .patrol_and_logo_container .logo {
width: 75%;
font-size: 18px;
text-align: center;
line-height: 100%;
margin-top: 15px;
font-style: italic;
color: rgb( 255, 255, 255 );
}
#radar .patrol_and_logo_container .logo .name {
font-size: 24px;
}
#radar .patrol_and_logo_container .display {
/* If you would like your patrol speed window to be solid rather than have a gradient, swap the comment for the 2 lines below */
background-color: rgb( 0, 57, 35 );
/* background: linear-gradient( to bottom, rgb( 0, 40, 29 ), rgb( 0, 46, 32 ) 40%, rgb( 1, 64, 27 ) 85% ); */
}
#radar .patrol_and_logo_container .speed_label {
color: rgb( 255, 255, 255 );
margin-bottom: 40px;
}
/* Colours and fonts used in multiple areas that are similar */
#radar .display p {
font-family: 'Seg-7';
}
#radar .display .ghost_speed {
color: rgb( 90, 35, 1 );
}
#radar .display .speed {
color: rgb( 252, 113, 1 );
text-shadow: 0 0 8px rgba( 252, 114, 1, 0.65 );
}
#radar .display .fast_ghost_speed {
color: rgb( 70, 0, 0 );
}
#radar .display .fast_speed {
color: rgb( 243, 12, 10 );
text-shadow: 0 0 8px rgba( 243, 14, 10, 0.65 );
}
#radar .display .patrol_ghost_speed {
color: rgb( 0, 91, 68 );
}
#radar .display .patrol_speed {
color: rgb( 15, 244, 57 );
text-shadow: 0 0 8px rgba( 15, 244, 57, 0.65 );
}
#rc {
width: 315px;
height: 800px;
position: absolute;
top: calc( 50% - ( 800px / 2 ) );
left: calc( 50% - ( 315px / 2 ) );
margin: auto;
padding: 65px 30px 50px 30px;
display: grid;
grid-template-rows: 50px 30px 200px 30px 60px 130px 50px 80px;
justify-items: center;
align-items: center;
color: white;
background-image: url( "images/rc_bg.png" );
transition: transform 0.5s;
/* Settings for scaling */
transform: scale( 1.0 );
transform-origin: 0 0;
z-index: 3;
}
/* Button template classes */
#rc button {
border: none;
margin: 0;
padding: 0;
background-color: rgb( 200, 200, 200 );
box-shadow: 2px 3px rgb( 100, 100, 100 );
}
#rc button:hover {
background-color: rgb( 230, 230, 230 );
}
#rc button:active {
box-shadow: none;
transform: translateX( 2px ) translateY( 3px );
}
#rc .rounded_btn {
border-radius: 30px;
}
#rc .circle_btn {
border-radius: 100%;
}
#rc .zone_btn {
width: 65px;
height: 65px;
}
#rc .xmit_btn {
width: 65px;
height: 80px;
position: relative;
background-color: rgb( 200, 200, 200 );
}
#rc .xmit_btn:hover {
background-color: rgb( 230, 230, 230 );
}
#rc .xmit_top {
clip-path: polygon( 0 15px, 50% 0, 100% 15px, 100% 100%, 0 100% );
border-radius: 0 0 7px 7px;
}
#rc .xmit_bottom {
clip-path: polygon( 0 65px, 0 0, 100% 0, 100% 65px, 50% 100% );
border-radius: 7px 7px 0 0;
}
#rc .xmit_wrap {
filter: drop-shadow( 2px 3px rgb( 100, 100, 100 ) );
}
#rc .xmit_wrap:active {
filter: drop-shadow( 0 0 rgba( 100, 100, 100, 0.0 ) );
transform: translateX( 2px ) translateY( 3px );
}
#rc .xmit_wrap button:active {
transform: none;
}
#rc .xmit_btn .arrow {
width: 40px;
height: 20px;
position: absolute;
left: 0;
right: 0;
clip-path: polygon( 50% 0, 100% 60%, 70% 60%, 70% 100%, 30% 100%, 30% 60%, 0 60% );
background-color: rgb( 0, 0, 0 );
}
#rc .xmit_btn .arrow_bottom {
transform: rotate( 180deg );
bottom: 0;
}
/* Buttons and remote control elements */
#rc .toggle_display {
width: 130px;
height: 40px;
}
#rc .label {
font-size: 20px;
letter-spacing: 1px;
}
#rc .antenna_btns_container {
width: 90%;
height: 100%;
display: grid;
grid-template-rows: 45% 10% 45%;
align-items: center;
}
#rc .antenna_btns_container .btns {
display: flex;
justify-content: space-evenly;
}
#rc .antenna_btns_container .btns_top {
align-items: flex-end;
}
#rc .antenna_btns_container .btns_bottom {
align-items: flex-start;
}
/* Style for the button inside the div, this is so the button still works */
#rc .antenna_btns_container .btns .xmit_btn button {
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-color: transparent;
}
#rc .antenna_btns_container .btns .top_left {
border-radius: 35px 7px 7px 7px;
}
#rc .antenna_btns_container .btns .xmit_btn .top_middle {
padding-top: 25px;
}
#rc .antenna_btns_container .btns .top_right {
border-radius: 7px 35px 7px 7px;
}
#rc .antenna_btns_container .btns .bottom_left {
border-radius: 7px 7px 7px 35px;
}
#rc .antenna_btns_container .btns .xmit_btn .bottom_middle {
padding-bottom: 25px;
}
#rc .antenna_btns_container .btns .bottom_right {
border-radius: 7px 7px 35px 7px;
}
#rc .antenna_btns_container .breaker {
width: 95%;
height: 5px;
margin: auto;
background-color: white;
}
#rc .menu {
width: 60px;
height: 60px;
font-size: 17px;
line-height: 62px;
}
#rc .plate_reader_and_help_container {
width: 90%;
display: grid;
grid-template-columns: 1fr 1fr;
justify-items: center;
}
#rc .plate_reader_and_help_container .plate_reader,
#rc .plate_reader_and_help_container .help {
width: 80px;
height: 55px;
border-radius: 7px;
}
#rc .plate_reader_and_help_container .help {
padding: 0 10px;
font-size: 15px;
}
#rc .light {
width: 120px;
height: 30px;
font-size: 15px;
}
#rc .logo {
font-size: 18px;
font-style: italic;
}
#rc .logo .large {
font-size: 25px;
}
#rc .blue {
background-color: rgb( 84, 210, 255 );
}
#plateReaderFrame {
width: 500px;
height: 200px;
position: absolute;
margin: auto;
top: calc( 50% - ( 200px / 2 ) );
left: calc( 100% - 500px );
background-image: url( "images/pr_frame.png" );
transition: transform 0.5s;
/* Settings for scaling */
transform: scale( 1.0 );
transform-origin: 0 0;
z-index: 1;
}
#plateReaderFrame .frame_border {
width: 465px;
height: 175px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgb( 20, 22, 18 );
border-radius: 5px;
}
#plateReader {
width: 460px;
height: 170px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: url( "images/pr_bg.png" );
box-shadow: inset 0px 20px 20px -15px rgba( 0, 0, 0, 0.4 );
display: grid;
grid-template-rows: 30px 1fr 30px;
align-content: center;
}
#plateReader .labels {
display: grid;
grid-template-columns: 1fr 1fr;
align-content: center;
}
#plateReader .labels .title {
color: rgb( 255, 255, 255 );
}
#plateReader .labels p {
margin: 0;
text-align: center;
font-size: 18px;
}
#plateReader .plates {
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
align-content: center;
justify-items: center;
}
#plateReader .plates .plate_container {
width: 90%;
height: 100%;
display: grid;
grid-template-columns: 1fr;
justify-content: center;
}
#plateReader .plates .plate_container .plate {
display: block;
max-width: 100%;
height: auto;
grid-column: 1;
grid-row: 1;
}
#plateReader .plates .plate_container .text_container {
grid-column: 1;
grid-row: 1;
display: grid;
grid-template-columns: 1fr;
justify-content: center;
}
#plateReader .plates .plate_container .text_container p {
display: block;
font-family: "Plate-Font";
font-size: 58px;
text-align: center;
letter-spacing: -3px;
padding-top: 5px;
margin: 0;
grid-column: 1;
grid-row: 1;
}
#plateReader .plates .plate_container .text_container .hilite {
font-family: "Plate-Font-Hilite";
color: rgb( 93, 65, 255 );
}
#plateReader .plates .plate_container .text_container .lolite {
font-family: "Plate-Font-Lolite";
color: rgb( 255, 255, 255 );
}
#plateReader .plates .plate_container .text_container .shadow {
font-family: "Plate-Font-Shadow";
color: rgb( 100, 100, 100 );
}
.plate_hit {
animation: plate_flash linear 0.6s infinite;
}
@keyframes plate_flash {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
#plateReaderBox {
width: 225px;
height: 330px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient( to bottom, rgb( 70, 70, 70 ), rgb( 45, 45, 45 ) );
border: 3px solid rgb( 0, 0, 0 );
z-index: 4;
}
#plateReaderBox .title {
text-align: center;
font-size: 20px;
padding: 5px 0;
margin: 0 auto;
color: rgb( 255, 255, 255 );
background-color: rgb( 20, 22, 18 );
}
#plateReaderBox .header {
width: 100%;
}
#plateReaderBox .container {
width: 100%;
height: 200px;
display: grid;
grid-template-rows: 60px 70px 60px;
align-items: center;
justify-items: center;
}
#plateReaderBox .container .btn {
width: 140px;
height: 35px;
border-radius: 10px;
font-size: 16px;
border: none;
}
#plateReaderBox .container .btn:hover {
background-color: rgb( 255, 255, 255 );
}
#plateReaderBox .container .btn:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
#plateReaderBox .container .plate_input {
width: 75%;
height: 50px;
font-family: "Plate-Font";
text-align: center;
font-size: 38px;
text-transform: uppercase;
padding: 0;
padding-bottom: 15px;
margin-bottom: -15px;
}
#plateReaderBox .close {
width: 80px;
height: 20px;
position: absolute;
left: 0;
right: 0;
bottom: 10px;
margin: auto;
border-radius: 10px;
border: none;
background-color: rgb( 225, 225, 225 );
}
#plateReaderBox .close:hover {
background-color: rgb( 255, 255, 255 );
}
#plateReaderBox .close:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
#uiSettingsBox {
width: 250px;
height: 400px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient( to bottom, rgb( 70, 70, 70 ), rgb( 45, 45, 45 ) );
border: 3px solid rgb( 0, 0, 0 );
z-index: 3;
}
#uiSettingsBox .title {
text-align: center;
font-size: 20px;
padding: 5px 0;
margin: 0 auto;
color: rgb( 255, 255, 255 );
background-color: rgb( 20, 22, 18 );
}
#uiSettingsBox .header {
width: 100%;
}
#uiSettingsBox .scaling_container {
height: 225px;
display: grid;
grid-template-rows: 1fr 1fr 1fr;
}
#uiSettingsBox .scaling {
height: 70px;
display: grid;
grid-template-columns: 1fr 2fr 1fr;
place-items: center center;
}
#uiSettingsBox .scaling p {
font-size: 18px;
margin: 0 auto;
text-align: center;
color: rgb( 255, 255, 255 );
}
#uiSettingsBox .scaling .multiplier {
font-size: 16px;
}
#uiSettingsBox .scaling .symbol {
width: 40px;
height: 40px;
background-color: rgb( 225, 225, 225 );
}
#uiSettingsBox .scaling .symbol:hover {
background-color: rgb( 255, 255, 255 );
}
#uiSettingsBox .scaling .symbol:active {
background-color: rgb( 190, 190, 190 );
}
#uiSettingsBox .scaling .minus {
clip-path: polygon( 0 35%, 100% 35%, 100% 65%, 0 65% );
}
#uiSettingsBox .scaling .plus {
clip-path: polygon( 0 35%, 35% 35%, 35% 0, 65% 0, 65% 35%, 100% 35%, 100% 65%, 65% 65%, 65% 100%, 35% 100%, 35% 65%, 0 65% );
}
#uiSettingsBox .safezone_container {
width: 85%;
margin: 0 auto;
}
#uiSettingsBox .safezone_container p,
#uiSettingsBox .safezone_container span {
font-size: 18px;
margin: 0 auto;
text-align: center;
color: rgb( 255, 255, 255 );
}
#uiSettingsBox .safezone_container .slider {
width: 100%;
height: 10px;
margin: 10px 0;
border-radius: 5px;
-webkit-appearance: none;
background-color: rgb( 180, 180, 180 );
}
#uiSettingsBox .safezone_container .slider:focus {
outline: none;
}
#uiSettingsBox .safezone_container .slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 25px;
background: rgb( 84, 210, 255 );
cursor: pointer;
}
#uiSettingsBox .safezone_container .slider::-moz-range-thumb {
width: 15px;
height: 25px;
background: rgb( 84, 210, 255 );
cursor: pointer;
}
#uiSettingsBox .close {
width: 80px;
height: 20px;
position: absolute;
left: 0;
right: 0;
bottom: 30px;
margin: auto;
border-radius: 10px;
border: none;
background-color: rgb( 225, 225, 225 );
}
#uiSettingsBox .close:hover {
background-color: rgb( 255, 255, 255 );
}
#uiSettingsBox .close:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
#keyLockLabel {
position: absolute;
left: 0;
right: 0;
bottom: 300px;
text-align: center;
font-size: 30px;
color: rgb(255, 255, 255);
text-shadow: 3px 2px 5px rgb( 0, 0, 0 );
z-index: 5;
}
#keyLockLabel span {
font-size: 30px;
}
#helpWindow {
width: 75%;
height: 90%;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: grid;
grid-template-rows: 90% 10%;
justify-items: center;
z-index: 6;
}
#helpWindow iframe {
width: 100%;
height: 100%;
display: block;
}
#helpWindow .close {
width: 150px;
height: 50px;
margin: auto;
font-size: 18px;
border-radius: 10px;
border: none;
background-color: rgb( 225, 225, 225 );
}
#helpWindow .close:hover {
background-color: rgb( 255, 255, 255 );
}
#helpWindow .close:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
@media ( max-width: 1024px ) {
#helpWindow {
width: 80%;
}
}
#quickStart {
width: 50%;
height: 62.5%;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: grid;
grid-template-rows: 80% 20%;
z-index: 8;
}
#quickStart iframe {
width: 100%;
height: 100%;
}
#quickStart .close {
width: 150px;
height: 50px;
margin: auto;
font-size: 18px;
border-radius: 10px;
border: none;
background-color: rgb( 225, 225, 225 );
}
#quickStart .close:hover {
background-color: rgb( 255, 255, 255 );
}
#quickStart .close:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
@media ( max-width: 1280px ) {
#quickStart {
width: 80%;
}
}
#newUser {
width: 400px;
height: 150px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient( to bottom, rgb( 70, 70, 70 ), rgb( 45, 45, 45 ) );
border: 3px solid rgb( 0, 0, 0 );
color: rgb( 255, 255, 255 );
display: grid;
grid-template-columns: 20% 30% 30% 20%;
grid-template-rows: 65% 35%;
justify-items: center;
align-items: center;
z-index: 7;
}
#newUser .msg {
grid-column: 1 / 5;
font-size: 18px;
text-align: center;
margin: 10px;
}
#newUser button {
width: 100px;
height: 30px;
font-size: 18px;
border-radius: 10px;
border: none;
background-color: rgb( 225, 225, 225 );
}
#newUser button:hover {
background-color: rgb( 255, 255, 255 );
}
#newUser button:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
#newUser .btn_yes {
grid-column: 2;
}
#newUser .btn_no {
grid-column: 3;
} | nui/radar.css | @font-face {
font-family: "Seg-7";
src: url( "fonts/Segment7Standard.otf" );
}
@font-face {
font-family: "Heebo";
src: url( "fonts/Heebo-Bold.ttf" );
}
@font-face {
font-family: "Heebo-Regular";
src: url( "fonts/Heebo-Regular.ttf" );
}
@font-face {
font-family: "Plate-Font";
src: url( "fonts/plate-font.ttf" );
}
@font-face {
font-family: "Plate-Font-Hilite";
src: url( "fonts/plate-font-hilite.ttf" );
}
@font-face {
font-family: "Plate-Font-Lolite";
src: url( "fonts/plate-font-lolite.ttf" );
}
@font-face {
font-family: "Plate-Font-Shadow";
src: url( "fonts/plate-font-Shadow.ttf" );
}
* {
font-family: 'Heebo', Verdana, Geneva, Tahoma, sans-serif;
font-size: 13px;
box-sizing: border-box;
user-select: none;
}
body {
overflow: hidden;
}
/* Removes the outline when buttons have been clicked */
button:focus { outline: none; }
#radarFrame {
width: 715px;
height: 230px;
position: absolute;
margin: auto;
top: calc( 100% - 230px );
left: calc( 100% - 715px );
background-image: url( "images/frame.png" );
/* Settings for scaling */
transform: scale( 1.0 );
transform-origin: 0 0;
transition: transform 0.5s;
z-index: 2;
}
#radarFrame .frame_border {
width: 685px;
height: 210px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgb( 20, 22, 18 );
clip-path: polygon( 20px 2px, 665px 2px, 682px 30%, 682px 70%, 665px 208px, 20px 208px, 3px 70%, 3px 30% );
}
.radar_container {
width: 675px;
height: 200px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: grid;
grid-template-columns: 1fr 635px 1fr;
}
.panel_side {
width: 100%;
height: 100%;
z-index: 5;
box-shadow: inset 0px 20px 20px -15px rgba( 0, 0, 0, 0.4 );
}
.panel_left {
clip-path: polygon( 0 30%, 80% 0, 100% 0, 100% 100%, 80% 100%, 0 70% );
transform: translateX( 1px );
background-image: url( "images/bg_left.png" );
background-repeat: no-repeat;
}
.panel_right {
clip-path: polygon( 0 0, 20% 0, 100% 30%, 100% 70%, 20% 100%, 0 100% );
transform: translateX( -1px );
background-image: url( "images/bg_right.png" );
background-repeat: no-repeat;
}
.plate_blue {
color: rgb(0, 0, 163);
}
.plate_yellow {
color: rgb(255, 255, 0);
}
.green {
color: rgb( 0, 255, 0 );
}
.red {
color: rgb( 255, 0, 0 );
}
.arrow {
width: 11px;
height: 15.4px;
min-width: 11px;
min-height: 15.4px;
margin: 8px auto;
background-color: rgb( 0, 0, 0 );
clip-path: polygon( 50% 0, 100% 55%, 65% 55%, 65% 100%, 35% 100%, 35% 55%, 0 55% );
}
.arrow_down {
transform: rotate( 180deg );
}
.active {
color: rgb( 242, 70, 24 );
text-shadow: 0 0 6px rgba( 235, 62, 15, 0.5 );
}
.active_arrow {
background-color: rgb( 242, 70, 24 );
}
#radar {
background-image: url( "images/bg.png" );
background-repeat: no-repeat;
height: 100%;
width: 100%;
display: grid;
grid-template-columns: 45px 50px 150px 35px 50px 135px 35px 135px;
gap: 0 0;
box-shadow: inset 0px 20px 20px -15px rgba( 0, 0, 0, 0.4 );
}
#radar .label {
font-size: 15px;
text-align: center;
width: 100%;
position: absolute;
color: rgb( 255, 255, 255 );
}
#radar .label_top {
top: 0;
left: 0;
padding-top: 3px;
}
#radar .label_bottom {
bottom: 0;
left: 0;
padding-bottom: 3px;
}
#radar .pwr_button_container {
display: flex;
flex-direction: column;
}
#radar .pwr_button_container .pwr_button {
width: 45px;
height: 45px;
margin: auto;
background: linear-gradient( to bottom, rgba( 230, 230, 230, 0.8 ), rgb( 40, 168, 40 ) 10%, rgb( 0, 134, 0 ) );
box-shadow: 0px 0px 3px 0px rgb( 80, 80, 80 );
text-align: center;
font-size: 14px;
color: rgb( 34, 34, 34 );
line-height: 45px;
border-radius: 10px;
}
#radar .pwr_button_container .pwr_button:hover {
background: linear-gradient( to bottom, rgba( 240, 240, 240, 0.8 ), rgb( 50, 178, 50 ) 10%, rgb( 0, 144, 0 ) );
}
#radar .pwr_button_container .pwr_button:active {
background: linear-gradient( to bottom, rgba( 220, 220, 220, 0.8 ), rgb( 30, 158, 30 ) 10%, rgb( 0, 124, 0 ) );
box-shadow: inset 0px 0px 3px 0px rgb( 80, 80, 80 );
}
#radar .modes_container {
display: grid;
grid-template-rows: 1fr 1fr;
}
#radar .modes_container .modes {
display: flex;
flex-direction: column;
padding: 10px 0;
}
#radar .modes_container .modes p {
margin: auto;
}
#radar .modes_container .fast_top {
margin-top: 15px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 0;
}
#radar .modes_container .fast_bottom {
margin-top: 10px;
margin-bottom: 15px;
padding-top: 0;
padding-bottom: 10px;
}
#radar .speeds_container {
width: 100%;
display: flex;
flex-direction: column;
}
#radar .speeds_container .display {
display: grid;
grid-template-columns: 1fr;
height: 70px;
border: 2px solid rgb( 0, 0, 0 );
margin: auto 0;
/* If you would like your strong target window to be solid rather than have a gradient, swap the comment for the 2 lines below */
background-color: rgb( 61, 18, 0 );
/* background: linear-gradient( to bottom, rgb( 52, 13, 1 ), rgb( 57, 16, 0 ) 40%, rgb( 65, 25, 4 ) 85% ); */
}
#radar .speeds_container .display p {
grid-row-start: 1;
grid-column-start: 1;
font-size: 70px;
text-align: center;
line-height: 115%;
margin: 0 auto;
letter-spacing: 10px;
margin-right: -9px;
}
#radar .speeds_container .fast {
height: 60px;
/* If you would like your fast target window to be solid rather than have a gradient, swap the comment for the 2 lines below */
background-color: rgb( 50, 0, 0 );
/* background: linear-gradient( to bottom, rgb( 40, 0, 0 ), rgb( 45, 0, 0 ) 40%, rgb( 50, 0, 0 ) 85% ); */
}
#radar .speeds_container .fast p {
font-size: 60px;
line-height: 110%;
margin-right: -8px;
}
#radar .speeds_container .fast_top {
margin-top: 27px;
}
#radar .speeds_container .fast_bottom {
margin-bottom: 27px;
}
#radar .speed_arrows_container {
display: flex;
flex-direction: column;
}
#radar .speed_arrows_container .speed_arrows {
height: 70px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: auto 0;
}
#radar .speed_arrows_container .fast_top {
margin-top: 22px;
}
#radar .speed_arrows_container .fast_bottom {
margin-bottom: 22px;
}
#radar .patrol_and_logo_container {
display: grid;
grid-template-rows: repeat( 3, 1fr );
justify-items: center;
align-items: center;
height: 100%;
}
#radar .patrol_and_logo_container .logo {
width: 75%;
font-size: 18px;
text-align: center;
line-height: 100%;
margin-top: 15px;
font-style: italic;
color: rgb( 255, 255, 255 );
}
#radar .patrol_and_logo_container .logo .name {
font-size: 24px;
}
#radar .patrol_and_logo_container .display {
/* If you would like your patrol speed window to be solid rather than have a gradient, swap the comment for the 2 lines below */
background-color: rgb( 0, 57, 35 );
/* background: linear-gradient( to bottom, rgb( 0, 40, 29 ), rgb( 0, 46, 32 ) 40%, rgb( 1, 64, 27 ) 85% ); */
}
#radar .patrol_and_logo_container .speed_label {
color: rgb( 255, 255, 255 );
margin-bottom: 40px;
}
/* Colours and fonts used in multiple areas that are similar */
#radar .display p {
font-family: 'Seg-7';
}
#radar .display .ghost_speed {
color: rgb( 90, 35, 1 );
}
#radar .display .speed {
color: rgb( 252, 113, 1 );
text-shadow: 0 0 8px rgba( 252, 114, 1, 0.65 );
}
#radar .display .fast_ghost_speed {
color: rgb( 70, 0, 0 );
}
#radar .display .fast_speed {
color: rgb( 243, 12, 10 );
text-shadow: 0 0 8px rgba( 243, 14, 10, 0.65 );
}
#radar .display .patrol_ghost_speed {
color: rgb( 0, 91, 68 );
}
#radar .display .patrol_speed {
color: rgb( 15, 244, 57 );
text-shadow: 0 0 8px rgba( 15, 244, 57, 0.65 );
}
#rc {
width: 315px;
height: 800px;
position: absolute;
top: calc( 50% - ( 800px / 2 ) );
left: calc( 50% - ( 315px / 2 ) );
margin: auto;
padding: 65px 30px 50px 30px;
display: grid;
grid-template-rows: 50px 30px 200px 30px 60px 130px 50px 80px;
justify-items: center;
align-items: center;
color: white;
background-image: url( "images/rc_bg.png" );
transition: transform 0.5s;
/* Settings for scaling */
transform: scale( 1.0 );
transform-origin: 0 0;
z-index: 3;
}
/* Button template classes */
#rc button {
border: none;
margin: 0;
padding: 0;
background-color: rgb( 200, 200, 200 );
box-shadow: 2px 3px rgb( 100, 100, 100 );
}
#rc button:hover {
background-color: rgb( 230, 230, 230 );
}
#rc button:active {
box-shadow: none;
transform: translateX( 2px ) translateY( 3px );
}
#rc .rounded_btn {
border-radius: 30px;
}
#rc .circle_btn {
border-radius: 100%;
}
#rc .zone_btn {
width: 65px;
height: 65px;
}
#rc .xmit_btn {
width: 65px;
height: 80px;
position: relative;
background-color: rgb( 200, 200, 200 );
}
#rc .xmit_btn:hover {
background-color: rgb( 230, 230, 230 );
}
#rc .xmit_top {
clip-path: polygon( 0 15px, 50% 0, 100% 15px, 100% 100%, 0 100% );
border-radius: 0 0 7px 7px;
}
#rc .xmit_bottom {
clip-path: polygon( 0 65px, 0 0, 100% 0, 100% 65px, 50% 100% );
border-radius: 7px 7px 0 0;
}
#rc .xmit_wrap {
filter: drop-shadow( 2px 3px rgb( 100, 100, 100 ) );
}
#rc .xmit_wrap:active {
filter: drop-shadow( 0 0 rgba( 100, 100, 100, 0.0 ) );
transform: translateX( 2px ) translateY( 3px );
}
#rc .xmit_wrap button:active {
transform: none;
}
#rc .xmit_btn .arrow {
width: 40px;
height: 20px;
position: absolute;
left: 0;
right: 0;
clip-path: polygon( 50% 0, 100% 60%, 70% 60%, 70% 100%, 30% 100%, 30% 60%, 0 60% );
background-color: rgb( 0, 0, 0 );
}
#rc .xmit_btn .arrow_bottom {
transform: rotate( 180deg );
bottom: 0;
}
/* Buttons and remote control elements */
#rc .toggle_display {
width: 130px;
height: 40px;
}
#rc .label {
font-size: 20px;
letter-spacing: 1px;
}
#rc .antenna_btns_container {
width: 90%;
height: 100%;
display: grid;
grid-template-rows: 45% 10% 45%;
align-items: center;
}
#rc .antenna_btns_container .btns {
display: flex;
justify-content: space-evenly;
}
#rc .antenna_btns_container .btns_top {
align-items: flex-end;
}
#rc .antenna_btns_container .btns_bottom {
align-items: flex-start;
}
/* Style for the button inside the div, this is so the button still works */
#rc .antenna_btns_container .btns .xmit_btn button {
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-color: transparent;
}
#rc .antenna_btns_container .btns .top_left {
border-radius: 35px 7px 7px 7px;
}
#rc .antenna_btns_container .btns .xmit_btn .top_middle {
padding-top: 25px;
}
#rc .antenna_btns_container .btns .top_right {
border-radius: 7px 35px 7px 7px;
}
#rc .antenna_btns_container .btns .bottom_left {
border-radius: 7px 7px 7px 35px;
}
#rc .antenna_btns_container .btns .xmit_btn .bottom_middle {
padding-bottom: 25px;
}
#rc .antenna_btns_container .btns .bottom_right {
border-radius: 7px 7px 35px 7px;
}
#rc .antenna_btns_container .breaker {
width: 95%;
height: 5px;
margin: auto;
background-color: white;
}
#rc .menu {
width: 60px;
height: 60px;
font-size: 17px;
line-height: 62px;
}
#rc .plate_reader_and_help_container {
width: 90%;
display: grid;
grid-template-columns: 1fr 1fr;
justify-items: center;
}
#rc .plate_reader_and_help_container .plate_reader,
#rc .plate_reader_and_help_container .help {
width: 80px;
height: 55px;
border-radius: 7px;
}
#rc .plate_reader_and_help_container .help {
padding: 0 10px;
font-size: 15px;
}
#rc .light {
width: 120px;
height: 30px;
font-size: 15px;
}
#rc .logo {
font-size: 18px;
font-style: italic;
}
#rc .logo .large {
font-size: 25px;
}
#rc .blue {
background-color: rgb( 84, 210, 255 );
}
#plateReaderFrame {
width: 500px;
height: 200px;
position: absolute;
margin: auto;
top: calc( 50% - ( 200px / 2 ) );
left: calc( 100% - 500px );
background-image: url( "images/pr_frame.png" );
transition: transform 0.5s;
/* Settings for scaling */
transform: scale( 1.0 );
transform-origin: 0 0;
z-index: 1;
}
#plateReaderFrame .frame_border {
width: 465px;
height: 175px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgb( 20, 22, 18 );
border-radius: 5px;
}
#plateReader {
width: 460px;
height: 170px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: url( "images/pr_bg.png" );
box-shadow: inset 0px 20px 20px -15px rgba( 0, 0, 0, 0.4 );
display: grid;
grid-template-rows: 30px 1fr 30px;
align-content: center;
}
#plateReader .labels {
display: grid;
grid-template-columns: 1fr 1fr;
align-content: center;
}
#plateReader .labels .title {
color: rgb( 255, 255, 255 );
}
#plateReader .labels p {
margin: 0;
text-align: center;
font-size: 18px;
}
#plateReader .plates {
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
align-content: center;
justify-items: center;
}
#plateReader .plates .plate_container {
width: 90%;
height: 100%;
display: grid;
grid-template-columns: 1fr;
justify-content: center;
}
#plateReader .plates .plate_container .plate {
display: block;
max-width: 100%;
height: auto;
grid-column: 1;
grid-row: 1;
}
#plateReader .plates .plate_container .text_container {
grid-column: 1;
grid-row: 1;
display: grid;
grid-template-columns: 1fr;
justify-content: center;
}
#plateReader .plates .plate_container .text_container p {
display: block;
font-family: "Plate-Font";
font-size: 58px;
text-align: center;
letter-spacing: -3px;
padding-top: 5px;
margin: 0;
grid-column: 1;
grid-row: 1;
}
#plateReader .plates .plate_container .text_container .hilite {
font-family: "Plate-Font-Hilite";
color: rgb( 93, 65, 255 );
}
#plateReader .plates .plate_container .text_container .lolite {
font-family: "Plate-Font-Lolite";
color: rgb( 255, 255, 255 );
}
#plateReader .plates .plate_container .text_container .shadow {
font-family: "Plate-Font-Shadow";
color: rgb( 100, 100, 100 );
}
.plate_hit {
animation: plate_flash linear 0.6s infinite;
}
@keyframes plate_flash {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
#plateReaderBox {
width: 225px;
height: 330px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient( to bottom, rgb( 70, 70, 70 ), rgb( 45, 45, 45 ) );
border: 3px solid rgb( 0, 0, 0 );
z-index: 4;
}
#plateReaderBox .title {
text-align: center;
font-size: 20px;
padding: 5px 0;
margin: 0 auto;
color: rgb( 255, 255, 255 );
background-color: rgb( 20, 22, 18 );
}
#plateReaderBox .header {
width: 100%;
}
#plateReaderBox .container {
width: 100%;
height: 200px;
display: grid;
grid-template-rows: 60px 70px 60px;
align-items: center;
justify-items: center;
}
#plateReaderBox .container .btn {
width: 140px;
height: 35px;
border-radius: 10px;
font-size: 16px;
border: none;
}
#plateReaderBox .container .btn:hover {
background-color: rgb( 255, 255, 255 );
}
#plateReaderBox .container .btn:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
#plateReaderBox .container .plate_input {
width: 75%;
height: 50px;
font-family: "Plate-Font";
text-align: center;
font-size: 38px;
text-transform: uppercase;
padding: 0;
padding-bottom: 15px;
margin-bottom: -15px;
}
#plateReaderBox .close {
width: 80px;
height: 20px;
position: absolute;
left: 0;
right: 0;
bottom: 10px;
margin: auto;
border-radius: 10px;
border: none;
background-color: rgb( 225, 225, 225 );
}
#plateReaderBox .close:hover {
background-color: rgb( 255, 255, 255 );
}
#plateReaderBox .close:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
#uiSettingsBox {
width: 250px;
height: 400px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient( to bottom, rgb( 70, 70, 70 ), rgb( 45, 45, 45 ) );
border: 3px solid rgb( 0, 0, 0 );
z-index: 3;
}
#uiSettingsBox .title {
text-align: center;
font-size: 20px;
padding: 5px 0;
margin: 0 auto;
color: rgb( 255, 255, 255 );
background-color: rgb( 20, 22, 18 );
}
#uiSettingsBox .header {
width: 100%;
}
#uiSettingsBox .scaling_container {
height: 225px;
display: grid;
grid-template-rows: 1fr 1fr 1fr;
}
#uiSettingsBox .scaling {
height: 70px;
display: grid;
grid-template-columns: 1fr 2fr 1fr;
place-items: center center;
}
#uiSettingsBox .scaling p {
font-size: 18px;
margin: 0 auto;
text-align: center;
color: rgb( 255, 255, 255 );
}
#uiSettingsBox .scaling .multiplier {
font-size: 16px;
}
#uiSettingsBox .scaling .symbol {
width: 40px;
height: 40px;
background-color: rgb( 225, 225, 225 );
}
#uiSettingsBox .scaling .symbol:hover {
background-color: rgb( 255, 255, 255 );
}
#uiSettingsBox .scaling .symbol:active {
background-color: rgb( 190, 190, 190 );
}
#uiSettingsBox .scaling .minus {
clip-path: polygon( 0 35%, 100% 35%, 100% 65%, 0 65% );
}
#uiSettingsBox .scaling .plus {
clip-path: polygon( 0 35%, 35% 35%, 35% 0, 65% 0, 65% 35%, 100% 35%, 100% 65%, 65% 65%, 65% 100%, 35% 100%, 35% 65%, 0 65% );
}
#uiSettingsBox .safezone_container {
width: 85%;
margin: 0 auto;
}
#uiSettingsBox .safezone_container p,
#uiSettingsBox .safezone_container span {
font-size: 18px;
margin: 0 auto;
text-align: center;
color: rgb( 255, 255, 255 );
}
#uiSettingsBox .safezone_container .slider {
width: 100%;
height: 10px;
margin: 10px 0;
border-radius: 5px;
-webkit-appearance: none;
background-color: rgb( 180, 180, 180 );
}
#uiSettingsBox .safezone_container .slider:focus {
outline: none;
}
#uiSettingsBox .safezone_container .slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 25px;
background: rgb( 84, 210, 255 );
cursor: pointer;
}
#uiSettingsBox .safezone_container .slider::-moz-range-thumb {
width: 15px;
height: 25px;
background: rgb( 84, 210, 255 );
cursor: pointer;
}
#uiSettingsBox .close {
width: 80px;
height: 20px;
position: absolute;
left: 0;
right: 0;
bottom: 30px;
margin: auto;
border-radius: 10px;
border: none;
background-color: rgb( 225, 225, 225 );
}
#uiSettingsBox .close:hover {
background-color: rgb( 255, 255, 255 );
}
#uiSettingsBox .close:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
#keyLockLabel {
position: absolute;
left: 0;
right: 0;
bottom: 300px;
text-align: center;
font-size: 30px;
color: rgb(255, 255, 255);
text-shadow: 3px 2px 5px rgb( 0, 0, 0 );
z-index: 5;
}
#keyLockLabel span {
font-size: 30px;
}
#helpWindow {
width: 75%;
height: 90%;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: grid;
grid-template-rows: 90% 10%;
justify-items: center;
z-index: 6;
}
#helpWindow iframe {
width: 100%;
height: 100%;
display: block;
}
#helpWindow .close {
width: 150px;
height: 50px;
margin: auto;
font-size: 18px;
border-radius: 10px;
border: none;
background-color: rgb( 225, 225, 225 );
}
#helpWindow .close:hover {
background-color: rgb( 255, 255, 255 );
}
#helpWindow .close:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
@media ( max-width: 1024px ) {
#helpWindow {
width: 80%;
}
}
#quickStart {
width: 50%;
height: 62.5%;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: grid;
grid-template-rows: 80% 20%;
z-index: 8;
}
#quickStart iframe {
width: 100%;
height: 100%;
}
#quickStart .close {
width: 150px;
height: 50px;
margin: auto;
font-size: 18px;
border-radius: 10px;
border: none;
background-color: rgb( 225, 225, 225 );
}
#quickStart .close:hover {
background-color: rgb( 255, 255, 255 );
}
#quickStart .close:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
@media ( max-width: 1280px ) {
#quickStart {
width: 80%;
}
}
#newUser {
width: 400px;
height: 150px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient( to bottom, rgb( 70, 70, 70 ), rgb( 45, 45, 45 ) );
border: 3px solid rgb( 0, 0, 0 );
color: rgb( 255, 255, 255 );
display: grid;
grid-template-columns: 20% 30% 30% 20%;
grid-template-rows: 65% 35%;
justify-items: center;
align-items: center;
z-index: 7;
}
#newUser .msg {
grid-column: 1 / 5;
font-size: 18px;
text-align: center;
margin: 10px;
}
#newUser button {
width: 100px;
height: 30px;
font-size: 18px;
border-radius: 10px;
border: none;
background-color: rgb( 225, 225, 225 );
}
#newUser button:hover {
background-color: rgb( 255, 255, 255 );
}
#newUser button:active {
background-color: rgb( 190, 190, 190 );
padding: 0;
}
#newUser .btn_yes {
grid-column: 2;
}
#newUser .btn_no {
grid-column: 3;
} | 0.413832 | 0.103295 |
.blog{
width:100%;
position:relative;
padding:2rem 0;
background-color: black;
}
.blog .title_header{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-weight: bold;
color: white;
}
.blog section{
width:100%;
margin: 1em 2em;
display: flex;
flex-wrap: wrap;
}
.blog section .card{
background-color:black;
padding:0.5rem;
border-radius:5px;
border:1px solid rgba(1,1,1,0.1);
position:relative;
overflow:hidden;
width:30%;
margin:10px;
}
.blog section .card .tag{
position:absolute;
top:15px;
left:15px;
padding:4px 10px;
color: white;
background-color:cyan;
text-align:center;
border-radius:5px;
font-size:13px;
overflow:hidden;
}
.blog section .card img{
width:100%;
object-fit:cover;
height:200px;
}
.blog section .card .content{
padding:0rem 1rem;
}
.blog section .card .desc{
color:white;
}
.blog section .card .title{
font-size:1.5em;
color:cyan;
font-weight: bold;
text-decoration: none;
}
.blog section .card .reactions .iconify{
color: cyan;
width: 2.5em;
height: 2.5em;
}
.blog section .card .reactions label{
color: white;
font-size: 1.5em;
}
.blog:hover .buttons{
opacity:1;
}
.blog .fa-angle-double-right{
position:absolute;
top:50%;
right:30px;
background:#000;
padding:20px;
border-radius:50%;
color:#fff;
}
.blog .fa-angle-double-left{
position:absolute;
top:50%;
left:30px;
background:#000;
padding:20px;
border-radius:50%;
color:#fff;
}
.blog .angles{
opacity:0.7;
transition:0.5s;
}
.blog .angles:hover{
opacity:1;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
@media (max-width:920px){
.blog .title_header{
width:100%;
position:relative;
padding:2rem 0;
background-color: black;
margin-left: 2em;
}
.blog section .card{
width:100%;
margin:0;
margin-right:15px;
}
} | styles/myblog.css | .blog{
width:100%;
position:relative;
padding:2rem 0;
background-color: black;
}
.blog .title_header{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-weight: bold;
color: white;
}
.blog section{
width:100%;
margin: 1em 2em;
display: flex;
flex-wrap: wrap;
}
.blog section .card{
background-color:black;
padding:0.5rem;
border-radius:5px;
border:1px solid rgba(1,1,1,0.1);
position:relative;
overflow:hidden;
width:30%;
margin:10px;
}
.blog section .card .tag{
position:absolute;
top:15px;
left:15px;
padding:4px 10px;
color: white;
background-color:cyan;
text-align:center;
border-radius:5px;
font-size:13px;
overflow:hidden;
}
.blog section .card img{
width:100%;
object-fit:cover;
height:200px;
}
.blog section .card .content{
padding:0rem 1rem;
}
.blog section .card .desc{
color:white;
}
.blog section .card .title{
font-size:1.5em;
color:cyan;
font-weight: bold;
text-decoration: none;
}
.blog section .card .reactions .iconify{
color: cyan;
width: 2.5em;
height: 2.5em;
}
.blog section .card .reactions label{
color: white;
font-size: 1.5em;
}
.blog:hover .buttons{
opacity:1;
}
.blog .fa-angle-double-right{
position:absolute;
top:50%;
right:30px;
background:#000;
padding:20px;
border-radius:50%;
color:#fff;
}
.blog .fa-angle-double-left{
position:absolute;
top:50%;
left:30px;
background:#000;
padding:20px;
border-radius:50%;
color:#fff;
}
.blog .angles{
opacity:0.7;
transition:0.5s;
}
.blog .angles:hover{
opacity:1;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
@media (max-width:920px){
.blog .title_header{
width:100%;
position:relative;
padding:2rem 0;
background-color: black;
margin-left: 2em;
}
.blog section .card{
width:100%;
margin:0;
margin-right:15px;
}
} | 0.537284 | 0.124426 |
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;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
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;
}
.stars, .twinkling, .clouds {
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
.stars {
z-index: 0;
background: #000 url("https://image.ibb.co/mjnygo/stars.png") repeat top center;
}
.twinkling {
z-index: 1;
background: transparent url("https://image.ibb.co/ir1DE8/twinkling.png") repeat top center;
animation: move-twink-back 200s linear infinite;
}
.clouds {
z-index: 2;
background: transparent url("https://image.ibb.co/bT4N7T/clouds.png") repeat top center;
animation: move-clouds-back 200s linear infinite;
}
@keyframes move-twink-back {
from {
background-position: 0 0;
}
to {
background-position: -10000px 5000px;
}
}
@keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #fcfcfc;
}
.topnav a {
float: left;
color: gray;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #f2f2f2;
color: darkgray;
}
.topnav a.active {
background-color: #e8e8e8;
color: darkgray;
} | 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: inherit;
font-size: 100%;
vertical-align: baseline;
}
html {
line-height: 1;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
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;
}
.stars, .twinkling, .clouds {
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
.stars {
z-index: 0;
background: #000 url("https://image.ibb.co/mjnygo/stars.png") repeat top center;
}
.twinkling {
z-index: 1;
background: transparent url("https://image.ibb.co/ir1DE8/twinkling.png") repeat top center;
animation: move-twink-back 200s linear infinite;
}
.clouds {
z-index: 2;
background: transparent url("https://image.ibb.co/bT4N7T/clouds.png") repeat top center;
animation: move-clouds-back 200s linear infinite;
}
@keyframes move-twink-back {
from {
background-position: 0 0;
}
to {
background-position: -10000px 5000px;
}
}
@keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #fcfcfc;
}
.topnav a {
float: left;
color: gray;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #f2f2f2;
color: darkgray;
}
.topnav a.active {
background-color: #e8e8e8;
color: darkgray;
} | 0.541166 | 0.117344 |
.RenderHtml iframe {
width: 100%;
border: none;
overflow: hidden;
height: 300px;
}
.RenderHtml {
background: #fff;
}
.RenderHtml pre {
background: rgba(0, 0, 0, 0.05);
padding: 15px;
}
.RenderHtml {
padding: 40px;
}
.RenderHtml h1 {
color: #0d1a26;
font-weight: 500;
margin-bottom: 20px;
margin-top: 8px;
font-family: Avenir, Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 30px;
font-variant: tabular-nums;
line-height: 38px;
}
.RenderHtml section {
color: #314659;
font-size: 14px;
line-height: 2;
}
.RenderHtml p {
margin: 1em 0;
}
.RenderHtml img {
height: 100%;
width: 100%;
padding: 5px;
}
.RenderHtml .space-20 {
height: 20px;
}
.RenderHtml h2,
h3,
h4,
h5,
h6 {
color: #0d1a26;
font-family: Avenir, Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
font-variant: tabular-nums;
margin: 1.6em 0 .6em;
font-weight: 500;
clear: both;
}
.RenderHtml ul {
list-style: none;
}
.RenderHtml ul li {
list-style-type: circle;
margin-left: 20px;
padding-left: 4px;
}
.RenderHtml .plus {
font-size: 30px;
color: #aaa;
margin: 0 20px;
}
.RenderHtml .logo-wrapper {
display: flex;
align-items: center;
}
.RenderHtml .layout-top {
height: 50px;
}
.RenderHtml .layout-bottom {
height: 330px;
display: flex;
align-items: center;
justify-content: center;
}
.RenderHtml .layout-bottom .layout-block {
width: 33%;
height: 100%;
margin-right: 1%;
}
.RenderHtml .layout-bottom .layout-block:last-child {
margin: 0px;
}
.RenderHtml .layout-bottom .layout-modal {
width: 220px;
height: 120px;
background: #A6A6A6;
}
.RenderHtml .layout-left {
width: 130px;
height: 330px;
margin-right: 20px;
float: left;
}
.RenderHtml .layout-right{
} | src/modules/StyleDescription/css/RenderHtml.css | .RenderHtml iframe {
width: 100%;
border: none;
overflow: hidden;
height: 300px;
}
.RenderHtml {
background: #fff;
}
.RenderHtml pre {
background: rgba(0, 0, 0, 0.05);
padding: 15px;
}
.RenderHtml {
padding: 40px;
}
.RenderHtml h1 {
color: #0d1a26;
font-weight: 500;
margin-bottom: 20px;
margin-top: 8px;
font-family: Avenir, Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 30px;
font-variant: tabular-nums;
line-height: 38px;
}
.RenderHtml section {
color: #314659;
font-size: 14px;
line-height: 2;
}
.RenderHtml p {
margin: 1em 0;
}
.RenderHtml img {
height: 100%;
width: 100%;
padding: 5px;
}
.RenderHtml .space-20 {
height: 20px;
}
.RenderHtml h2,
h3,
h4,
h5,
h6 {
color: #0d1a26;
font-family: Avenir, Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
font-variant: tabular-nums;
margin: 1.6em 0 .6em;
font-weight: 500;
clear: both;
}
.RenderHtml ul {
list-style: none;
}
.RenderHtml ul li {
list-style-type: circle;
margin-left: 20px;
padding-left: 4px;
}
.RenderHtml .plus {
font-size: 30px;
color: #aaa;
margin: 0 20px;
}
.RenderHtml .logo-wrapper {
display: flex;
align-items: center;
}
.RenderHtml .layout-top {
height: 50px;
}
.RenderHtml .layout-bottom {
height: 330px;
display: flex;
align-items: center;
justify-content: center;
}
.RenderHtml .layout-bottom .layout-block {
width: 33%;
height: 100%;
margin-right: 1%;
}
.RenderHtml .layout-bottom .layout-block:last-child {
margin: 0px;
}
.RenderHtml .layout-bottom .layout-modal {
width: 220px;
height: 120px;
background: #A6A6A6;
}
.RenderHtml .layout-left {
width: 130px;
height: 330px;
margin-right: 20px;
float: left;
}
.RenderHtml .layout-right{
} | 0.451327 | 0.050121 |
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0px);
}
}
@keyframes bounce {
0% {
opacity: 1;
transform: translateY(0px);
}
50% {
opacity: 0.7;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translate(0px);
}
}
.image-uploader-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.image-uploader-wrapper .display-box {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #fbfbfb;
width: 100%;
padding: 20px;
}
.image-uploader-wrapper .display-box:hover .icon-text-box,
.image-uploader-wrapper .display-box.drag-over .icon-text-box {
background-color: #96a599;
cursor: pointer;
color: #fff;
text-shadow: 0px 1px 0 #999;
}
.image-uploader-wrapper .display-box:hover .icon-text-box .upload-icon,
.image-uploader-wrapper .display-box.drag-over .icon-text-box .upload-icon {
transform: translateY(-20px);
animation: bounce 1s ease-in-out infinite;
}
.image-uploader-wrapper .display-box .icon-text-box {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-width: 4px;
border-style: dashed;
border-color: #444;
width: 100%;
height: 100%;
text-shadow: 0px 0px 0 #999;
transition: background-color 0.2s ease-in, color 0.2s ease-in,
border-color 0.2s ease-in, text-shadow 0.2s ease-in;
}
.image-text-style {
padding-bottom: 8px;
text-align: center;
}
.image-button-wrapper {
text-align: center;
}
.image-uploader-wrapper .display-box .icon-text-box .upload-icon {
margin: 50px;
box-sizing: border-box;
transform: translateY(0px);
transition: transform 0.2s ease-in-out;
}
.image-uploader-wrapper
.display-box
.icon-text-box
.upload-icon
i.fa.fa-upload {
font-size: 100px;
text-align: center;
}
.image-uploader-wrapper .display-box .icon-text-box .upload-button,
.image-uploader-wrapper .display-box .icon-text-box .cancel-upload-button {
margin: 0 10px;
position: relative;
z-index: 9999;
}
.image-uploader-wrapper .display-box .icon-text-box .error-notification {
animation: fadeInDown 0.5s;
position: absolute;
top: 20px;
background-color: #dfb852;
border-radius: 5px;
color: #444;
padding: 5px 10px;
}
.image-uploader-wrapper .display-box .icon-text-box .error-notification p {
margin: 0;
text-shadow: none;
}
.image-uploader-wrapper .display-box .upload-image-input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
@media (min-width: 768px) {
.image-uploader-wrapper .display-box {
width: 600px;
}
} | style.css | @keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0px);
}
}
@keyframes bounce {
0% {
opacity: 1;
transform: translateY(0px);
}
50% {
opacity: 0.7;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translate(0px);
}
}
.image-uploader-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.image-uploader-wrapper .display-box {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #fbfbfb;
width: 100%;
padding: 20px;
}
.image-uploader-wrapper .display-box:hover .icon-text-box,
.image-uploader-wrapper .display-box.drag-over .icon-text-box {
background-color: #96a599;
cursor: pointer;
color: #fff;
text-shadow: 0px 1px 0 #999;
}
.image-uploader-wrapper .display-box:hover .icon-text-box .upload-icon,
.image-uploader-wrapper .display-box.drag-over .icon-text-box .upload-icon {
transform: translateY(-20px);
animation: bounce 1s ease-in-out infinite;
}
.image-uploader-wrapper .display-box .icon-text-box {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-width: 4px;
border-style: dashed;
border-color: #444;
width: 100%;
height: 100%;
text-shadow: 0px 0px 0 #999;
transition: background-color 0.2s ease-in, color 0.2s ease-in,
border-color 0.2s ease-in, text-shadow 0.2s ease-in;
}
.image-text-style {
padding-bottom: 8px;
text-align: center;
}
.image-button-wrapper {
text-align: center;
}
.image-uploader-wrapper .display-box .icon-text-box .upload-icon {
margin: 50px;
box-sizing: border-box;
transform: translateY(0px);
transition: transform 0.2s ease-in-out;
}
.image-uploader-wrapper
.display-box
.icon-text-box
.upload-icon
i.fa.fa-upload {
font-size: 100px;
text-align: center;
}
.image-uploader-wrapper .display-box .icon-text-box .upload-button,
.image-uploader-wrapper .display-box .icon-text-box .cancel-upload-button {
margin: 0 10px;
position: relative;
z-index: 9999;
}
.image-uploader-wrapper .display-box .icon-text-box .error-notification {
animation: fadeInDown 0.5s;
position: absolute;
top: 20px;
background-color: #dfb852;
border-radius: 5px;
color: #444;
padding: 5px 10px;
}
.image-uploader-wrapper .display-box .icon-text-box .error-notification p {
margin: 0;
text-shadow: none;
}
.image-uploader-wrapper .display-box .upload-image-input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
@media (min-width: 768px) {
.image-uploader-wrapper .display-box {
width: 600px;
}
} | 0.591841 | 0.115936 |
*{
margin: 0;
padding: 0;
}
#site-wrapper{
width: 100vw;
height: 100vh;
}
body{
background-color: #181818;
overflow: hidden;
}
#login{
width: 400px;
height: 10px;
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#error{
color: #d93b3b;
font-size: 12px;
width: 400px;
text-align: center;
position: relative;
margin: 0px auto 0px;
top: -100px;
}
#username{
height: 25px;
width: 200px;
margin: auto;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
outline: none;
position: relative;
display: block;
border: solid 1px #484848;
color: #eee;
background-color: #272727;
}
#connect{
margin: 20px auto 0px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
outline: none;
position: relative;
display: block;
border: solid 1px #484848;
color: #eee;
background-color: #272727;
}
#connect:hover{
background-color: #2f2f2f;
transition: all ease 0.25s;
}
#connect:active{
background-color: #383838;
}
#chat{
width: 1000px;
height: 10px;
position: relative;
margin: 100px auto 0px;
}
#messages{
width: 900px;
height: 700px;
background-color: #292929;
margin: 0px auto 0px;
border: solid 1px #484848;
list-style-type: none;
padding: 0;
overflow-y: scroll;
overflow-x: hidden;
}
#messages li {
padding: 5px 10px;
font-size: 14px;
font-family: sans-serif;
}
#messages li:nth-child(odd) {
background: #313131;
font-size: 14px;
font-family: sans-serif;
}
form{
height: 50px;
width: 900px;
margin: 10px auto 0px;
}
#send{
width: 75px;
height: 42px;
outline: none;
position: relative;
display: inline-block;
border: solid 1px #484848;
color: #eee;
top: -1px;
background-color: #272727;
}
#send:hover{
background-color: #2f2f2f;
transition: all ease 0.25s;
}
#send:active{
background-color: #383838;
}
#message{
width: 799px;
height: 30px;
font-size: 18px;
outline: none;
position: relative;
display: inline-block;
border: solid 1px #484848;
color: #eee;
background-color: #272727;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
} | client/style/main.css | *{
margin: 0;
padding: 0;
}
#site-wrapper{
width: 100vw;
height: 100vh;
}
body{
background-color: #181818;
overflow: hidden;
}
#login{
width: 400px;
height: 10px;
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#error{
color: #d93b3b;
font-size: 12px;
width: 400px;
text-align: center;
position: relative;
margin: 0px auto 0px;
top: -100px;
}
#username{
height: 25px;
width: 200px;
margin: auto;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
outline: none;
position: relative;
display: block;
border: solid 1px #484848;
color: #eee;
background-color: #272727;
}
#connect{
margin: 20px auto 0px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
outline: none;
position: relative;
display: block;
border: solid 1px #484848;
color: #eee;
background-color: #272727;
}
#connect:hover{
background-color: #2f2f2f;
transition: all ease 0.25s;
}
#connect:active{
background-color: #383838;
}
#chat{
width: 1000px;
height: 10px;
position: relative;
margin: 100px auto 0px;
}
#messages{
width: 900px;
height: 700px;
background-color: #292929;
margin: 0px auto 0px;
border: solid 1px #484848;
list-style-type: none;
padding: 0;
overflow-y: scroll;
overflow-x: hidden;
}
#messages li {
padding: 5px 10px;
font-size: 14px;
font-family: sans-serif;
}
#messages li:nth-child(odd) {
background: #313131;
font-size: 14px;
font-family: sans-serif;
}
form{
height: 50px;
width: 900px;
margin: 10px auto 0px;
}
#send{
width: 75px;
height: 42px;
outline: none;
position: relative;
display: inline-block;
border: solid 1px #484848;
color: #eee;
top: -1px;
background-color: #272727;
}
#send:hover{
background-color: #2f2f2f;
transition: all ease 0.25s;
}
#send:active{
background-color: #383838;
}
#message{
width: 799px;
height: 30px;
font-size: 18px;
outline: none;
position: relative;
display: inline-block;
border: solid 1px #484848;
color: #eee;
background-color: #272727;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
} | 0.305801 | 0.068444 |
* {
box-sizing: border-box;
}
/* ==========================================================================
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
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 2em 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;
}
.website p {
margin: 0;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
html {
font-family: "source-sans-pro", system, -apple-system,
".SFNSDisplay-Regular", "Helvetica Neue", "Lucida Grande";
}
a {
color: #ce1e6c;
}
a:visited {
color: #85757c;
}
header.main {
background: transparent url(/images/header.svg) no-repeat center;
background-size: cover;
color: #fff;
margin-bottom: 1em;
padding: 2em .8em 3em;
position: relative;
text-align: center;
}
header.main h1 {
letter-spacing: 0.1em;
margin-bottom: 0;
text-transform: uppercase;
}
header.main h2 {
font-size: 1em;
font-weight: 400;
}
header.main div.join {
margin-top: 1em;
}
header.main div.join a {
background-color: white;
border-radius: 0.3em;
color: #ce1e6c;
margin-left: 0.1em;
padding: 0.2em 0.5em;
text-decoration: none;
}
header.main div.join a:hover {
background-color: #ce1e6c;
color: white;
}
h1,
h2,
h3,
h4 {
margin: 0;
}
h3 {margin-bottom: 1rem;}
main {
clear: both;
font-size: 24px;
}
main,
.wrap {
margin: 0 auto;
max-width: 800px;
padding: 0 24px;
word-wrap: break-word;
}
.next-meeting {
background: white;
font-size: 24px;
position: relative;
}
.next-meeting header {
font-weight: 700;
margin: 0 auto;
max-width: 1000px;
padding: 0 1em 1em;
text-align: center;
}
.next-meeting .meetup-info {
background-color: #f5f5f5;
border-bottom: 1px solid #ededed;
}
.next-meeting span.next {
display: block;
font-size: 0.5em;
}
.next-meeting header span:nth-child(2n) {
color: #aaa;
font-weight: 400;
margin-bottom: 1em;
}
.next-meeting .address {
display: block;
}
.next-meeting .description {
font-size: 24px;
padding: 1em;
vertical-align: top;
}
.next-meeting .descri {
font-size: 16px;
}
.next-meeting #map-canvas {
float: none;
min-height: 50vh;
pointer-events: none;
}
.description span.title,
.description span.website {
display: block;
}
.description span.title {
font-weight: 700;
}
.description span.title {
text-decoration: none;
}
.meetup-info p {
font-weight: 400;
}
.meetup-info h3 {
margin-bottom: 0.5em;
}
.previous-meetings,
.archive {
margin-top: 5em;
}
.previous-meetings .meeting img {
display: block;
margin-bottom: 1em;
max-width: 100%;
}
footer {
padding: 1em;
text-align: center;
}
iframe {
max-width: 100%;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers:
*/
.hidden {
display: none;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
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: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 600px) {
header {
height: auto;
}
header.main h1 {
font-size: 4em;
}
header.main h2 {
font-size: 2em;
font-weight: 300;
}
.next-meeting header {
font-size: 36px;
}
.next-meeting #map-canvas,
.next-meeting .description {
min-height: 50vh;
vertical-align: top;
width: 50%;
height: 100%;
}
.next-meeting .description {
float: left;
}
.next-meeting .description h3,
.next-meeting .description p,
.next-meeting .description div {
margin: inherit auto;
max-width: 800px;
}
.next-meeting #map-canvas {
float: right;
}
} | css/main.css | * {
box-sizing: border-box;
}
/* ==========================================================================
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
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 2em 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;
}
.website p {
margin: 0;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
html {
font-family: "source-sans-pro", system, -apple-system,
".SFNSDisplay-Regular", "Helvetica Neue", "Lucida Grande";
}
a {
color: #ce1e6c;
}
a:visited {
color: #85757c;
}
header.main {
background: transparent url(/images/header.svg) no-repeat center;
background-size: cover;
color: #fff;
margin-bottom: 1em;
padding: 2em .8em 3em;
position: relative;
text-align: center;
}
header.main h1 {
letter-spacing: 0.1em;
margin-bottom: 0;
text-transform: uppercase;
}
header.main h2 {
font-size: 1em;
font-weight: 400;
}
header.main div.join {
margin-top: 1em;
}
header.main div.join a {
background-color: white;
border-radius: 0.3em;
color: #ce1e6c;
margin-left: 0.1em;
padding: 0.2em 0.5em;
text-decoration: none;
}
header.main div.join a:hover {
background-color: #ce1e6c;
color: white;
}
h1,
h2,
h3,
h4 {
margin: 0;
}
h3 {margin-bottom: 1rem;}
main {
clear: both;
font-size: 24px;
}
main,
.wrap {
margin: 0 auto;
max-width: 800px;
padding: 0 24px;
word-wrap: break-word;
}
.next-meeting {
background: white;
font-size: 24px;
position: relative;
}
.next-meeting header {
font-weight: 700;
margin: 0 auto;
max-width: 1000px;
padding: 0 1em 1em;
text-align: center;
}
.next-meeting .meetup-info {
background-color: #f5f5f5;
border-bottom: 1px solid #ededed;
}
.next-meeting span.next {
display: block;
font-size: 0.5em;
}
.next-meeting header span:nth-child(2n) {
color: #aaa;
font-weight: 400;
margin-bottom: 1em;
}
.next-meeting .address {
display: block;
}
.next-meeting .description {
font-size: 24px;
padding: 1em;
vertical-align: top;
}
.next-meeting .descri {
font-size: 16px;
}
.next-meeting #map-canvas {
float: none;
min-height: 50vh;
pointer-events: none;
}
.description span.title,
.description span.website {
display: block;
}
.description span.title {
font-weight: 700;
}
.description span.title {
text-decoration: none;
}
.meetup-info p {
font-weight: 400;
}
.meetup-info h3 {
margin-bottom: 0.5em;
}
.previous-meetings,
.archive {
margin-top: 5em;
}
.previous-meetings .meeting img {
display: block;
margin-bottom: 1em;
max-width: 100%;
}
footer {
padding: 1em;
text-align: center;
}
iframe {
max-width: 100%;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers:
*/
.hidden {
display: none;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
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: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 600px) {
header {
height: auto;
}
header.main h1 {
font-size: 4em;
}
header.main h2 {
font-size: 2em;
font-weight: 300;
}
.next-meeting header {
font-size: 36px;
}
.next-meeting #map-canvas,
.next-meeting .description {
min-height: 50vh;
vertical-align: top;
width: 50%;
height: 100%;
}
.next-meeting .description {
float: left;
}
.next-meeting .description h3,
.next-meeting .description p,
.next-meeting .description div {
margin: inherit auto;
max-width: 800px;
}
.next-meeting #map-canvas {
float: right;
}
} | 0.672654 | 0.101233 |
body {
margin: 0;
padding: 0;
font-family: sans-serif;
font-size: 12pt;
background: #dbf1ff;
}
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 30px;
font-size: 14px;
white-space: nowrap;
background-image: linear-gradient(to bottom right, #347bad, #055d9c);
}
footer a {
padding-left: 5px;
}
footer p {
padding-left: 10px;
}
.header {
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
height: 100px;
text-align: left;
background-image: linear-gradient(to bottom right, #347bad, #055d9c);
}
.header h1 {
font-size: 200%;
display: flex;
line-height: 64px;
text-align: center;
text-shadow: 2px 2px 5px black;
}
.header h1 .color1 {
color: #9887c4;
}
.header h1 .color2 {
color: #7a57d6;
}
.header h1 .color3 {
color: #2fa5f5;
padding-left: 10px;
}
.header img {
padding-left: 50px;
width: 64px;
height: 64px;
padding-right: 10px;
}
.content {
padding-left: 50px;
padding-right: 50px;
padding-top: 30px;
padding-bottom: 30px;
}
.content h1 {
font-size: 130%;
text-align: left;
margin-bottom: 10px;
margin: 0;
padding: 0;
}
.grid-container {
display: grid;
grid-template-columns: 420px 400px auto;
margin-bottom: 20px;
}
.grid-item {
border-radius: 15px;
border: 2px solid #9887c4;
padding: 10px;
margin: 5px;
box-shadow: 0 0 10px #9887c4;
}
.summary table {
border-collapse: collapse;
border-collapse: inherit;
border-spacing: 10px 10px;
}
.summary cell {
width: 110px;
font-size: 110%;
text-align: left;
}
.summary .counter, .percent {
width: 300px;
font-size: 120%;
font-weight: bold;
text-align: right;
box-shadow: 0 0 3px black;
}
.report {
margin-top: 10px;
margin-bottom: 10px;
}
/* Style tab links */
input, section {
clear: both;
padding-top: 0px;
padding-bottom: 0px;
display: none;
background-color: transparent;
box-shadow: 0 0 5px black;
}
label {
width: auto !important;
min-width: 200px;
height: 20px;
font-weight: bold;
font-size: 16px;
color: white;
margin: auto;
display: flex;
float: left;
justify-content: space-between;
padding-top: 18px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 9px;
border-top: 1px solid #DDD;
border-right: 1px solid #DDD;
border-left: 1px solid #DDD;
-moz-border-radius: 7px;
border-radius: 8px 4px 0px 0px;
text-decoration: none;
background-color: #055d9c
}
label:hover {
cursor: pointer;
text-decoration: underline;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3 {
display: block;
}
input:checked + label {
height: 14px;
border-top: 8px solid #9887c4;
border-right: 1px solid #9887c4;
border-left: 1px solid #9887c4;
border-bottom-color: transparent;
background-color: #347bad;
box-shadow: -2px -2px 2px #9887c4;
}
div.selected {
display: block;
}
div.deselected {
display: none;
}
.tab-report-grid {
display: grid;
grid-template-columns: 60% 40%;
height: 400px;
margin-bottom: 20px;
}
.grid-item {
overflow: auto;
}
div.tab table {
border-collapse: collapse;
}
div.tab th, div.tab table {
border-bottom: solid 1px #055d9c;
}
div.tab th {
text-align: left;
white-space: nowrap;
padding-left: 6em;
padding-right: 10px;
}
div.tab th:first-child {
padding-left: 5px;
}
div.tab td {
white-space: nowrap;
padding-left: 6em;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
div.tab td:first-child {
padding-left: 5px;
text-align: left;
}
div.tab td.numeric, div.tab {
text-align: right;
}
div.tab td.report-column, th.report-column {
display:none;
}
div.tab td.success, div.tab a.success {
color: #03a606;
}
div.tab td.error, div.tab a.error {
color: #bf3600;
}
div.tab td.failure, div.tab a.failure {
color: #bf3600;
}
div.tab td.warning, div.tab a.warning {
color: #cca704;
}
div.tab tr:hover {
background-color: #d9e7fa;
box-shadow: 0 0 5px black;
}
div.tab tr.selected {
background-color: #347bad;
}
div.tab th {
width: 100%;
height: 40px;
background-color: #347bad;
color: white;
font-weight: bold;
}
.success_percent {
font-size: 750%;
}
.border_success {
border: solid 3px #03a606;
background-image: repeating-linear-gradient(45deg, white, white 20%, #03a606);
}
.border_error {
border: solid 3px #bf3600;
background-image: repeating-linear-gradient(45deg, #e86363, white 0%, #bf3600);
}
.border_failure {
border: solid 3px #bf3600;
background-image: repeating-linear-gradient(45deg, #e86363, white 0%, #bf3600);
}
div.logging {
padding: 10px;
height: 400px;
margin: 0px;
background-image: linear-gradient(to bottom right, #347bad, #055d9c);
color: white;
}
div.logging p {
padding: 10px;
font: arial;
background-color: #dbf1ff;
height: 85%;
}
div.report-column {
margin-top: 10px;
width: 100%;
height: 300px;
font: arial;
font-size: 16;
text-align: left;
background-color: #dbf1ff;
} | addons/gdUnit3/src/report/template/css/style.css | body {
margin: 0;
padding: 0;
font-family: sans-serif;
font-size: 12pt;
background: #dbf1ff;
}
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 30px;
font-size: 14px;
white-space: nowrap;
background-image: linear-gradient(to bottom right, #347bad, #055d9c);
}
footer a {
padding-left: 5px;
}
footer p {
padding-left: 10px;
}
.header {
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
height: 100px;
text-align: left;
background-image: linear-gradient(to bottom right, #347bad, #055d9c);
}
.header h1 {
font-size: 200%;
display: flex;
line-height: 64px;
text-align: center;
text-shadow: 2px 2px 5px black;
}
.header h1 .color1 {
color: #9887c4;
}
.header h1 .color2 {
color: #7a57d6;
}
.header h1 .color3 {
color: #2fa5f5;
padding-left: 10px;
}
.header img {
padding-left: 50px;
width: 64px;
height: 64px;
padding-right: 10px;
}
.content {
padding-left: 50px;
padding-right: 50px;
padding-top: 30px;
padding-bottom: 30px;
}
.content h1 {
font-size: 130%;
text-align: left;
margin-bottom: 10px;
margin: 0;
padding: 0;
}
.grid-container {
display: grid;
grid-template-columns: 420px 400px auto;
margin-bottom: 20px;
}
.grid-item {
border-radius: 15px;
border: 2px solid #9887c4;
padding: 10px;
margin: 5px;
box-shadow: 0 0 10px #9887c4;
}
.summary table {
border-collapse: collapse;
border-collapse: inherit;
border-spacing: 10px 10px;
}
.summary cell {
width: 110px;
font-size: 110%;
text-align: left;
}
.summary .counter, .percent {
width: 300px;
font-size: 120%;
font-weight: bold;
text-align: right;
box-shadow: 0 0 3px black;
}
.report {
margin-top: 10px;
margin-bottom: 10px;
}
/* Style tab links */
input, section {
clear: both;
padding-top: 0px;
padding-bottom: 0px;
display: none;
background-color: transparent;
box-shadow: 0 0 5px black;
}
label {
width: auto !important;
min-width: 200px;
height: 20px;
font-weight: bold;
font-size: 16px;
color: white;
margin: auto;
display: flex;
float: left;
justify-content: space-between;
padding-top: 18px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 9px;
border-top: 1px solid #DDD;
border-right: 1px solid #DDD;
border-left: 1px solid #DDD;
-moz-border-radius: 7px;
border-radius: 8px 4px 0px 0px;
text-decoration: none;
background-color: #055d9c
}
label:hover {
cursor: pointer;
text-decoration: underline;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3 {
display: block;
}
input:checked + label {
height: 14px;
border-top: 8px solid #9887c4;
border-right: 1px solid #9887c4;
border-left: 1px solid #9887c4;
border-bottom-color: transparent;
background-color: #347bad;
box-shadow: -2px -2px 2px #9887c4;
}
div.selected {
display: block;
}
div.deselected {
display: none;
}
.tab-report-grid {
display: grid;
grid-template-columns: 60% 40%;
height: 400px;
margin-bottom: 20px;
}
.grid-item {
overflow: auto;
}
div.tab table {
border-collapse: collapse;
}
div.tab th, div.tab table {
border-bottom: solid 1px #055d9c;
}
div.tab th {
text-align: left;
white-space: nowrap;
padding-left: 6em;
padding-right: 10px;
}
div.tab th:first-child {
padding-left: 5px;
}
div.tab td {
white-space: nowrap;
padding-left: 6em;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
div.tab td:first-child {
padding-left: 5px;
text-align: left;
}
div.tab td.numeric, div.tab {
text-align: right;
}
div.tab td.report-column, th.report-column {
display:none;
}
div.tab td.success, div.tab a.success {
color: #03a606;
}
div.tab td.error, div.tab a.error {
color: #bf3600;
}
div.tab td.failure, div.tab a.failure {
color: #bf3600;
}
div.tab td.warning, div.tab a.warning {
color: #cca704;
}
div.tab tr:hover {
background-color: #d9e7fa;
box-shadow: 0 0 5px black;
}
div.tab tr.selected {
background-color: #347bad;
}
div.tab th {
width: 100%;
height: 40px;
background-color: #347bad;
color: white;
font-weight: bold;
}
.success_percent {
font-size: 750%;
}
.border_success {
border: solid 3px #03a606;
background-image: repeating-linear-gradient(45deg, white, white 20%, #03a606);
}
.border_error {
border: solid 3px #bf3600;
background-image: repeating-linear-gradient(45deg, #e86363, white 0%, #bf3600);
}
.border_failure {
border: solid 3px #bf3600;
background-image: repeating-linear-gradient(45deg, #e86363, white 0%, #bf3600);
}
div.logging {
padding: 10px;
height: 400px;
margin: 0px;
background-image: linear-gradient(to bottom right, #347bad, #055d9c);
color: white;
}
div.logging p {
padding: 10px;
font: arial;
background-color: #dbf1ff;
height: 85%;
}
div.report-column {
margin-top: 10px;
width: 100%;
height: 300px;
font: arial;
font-size: 16;
text-align: left;
background-color: #dbf1ff;
} | 0.420838 | 0.093761 |
*,
*::after,
*::before {
margin:0;
padding:0;
box-sizing: border-box;
}
html{
/* Esta instrução define o que é um rem*/
font-size: 62.5%;
}
body{
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.7;
color:#777;
padding:30px;
}
.header{
height: 95vh;
background-image: linear-gradient(
to top left,
rgba(171, 78, 47, 0.3),
rgba(71, 21, 48, 0.315)),
url(../img/rsz_vinho-teste.jpg);
background-size: cover;
background-position: bottom;
position:relative;
clip-path: polygon(0 0, 100% 0, 100% 100%,0 75vh);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%,0 75vh);
}
.logo-box{
position:absolute;
top: 20%;
left: 40%;
transform:translate(-50%,-50%);
}
.logo{
height: 55px;
}
.text-box{
position:absolute;
top:40%; /* Em relação ao elemento pai */
left:40%; /* Em relação ao elemento pai */
transform:translate(-50%,-50%);/* Em relação ao próprio elemento */
text-align:center;
}
.heading-primary{
color:#fff;
text-transform: uppercase;
backface-visibility: hidden; /* Para corrigir um deslizamento no final da anim. (imperceptivel) */
margin-bottom: 60px; /* Para o botão: A margem a dar entre o texto e o botão*/
}
.heading-primary-main{
display: block;
font-size: 30px;
font-weight: 400;
letter-spacing: 5px;
animation-name: moveInFromLeft;
animation-duration: 1s;
animation-timing-function: ease-out;
}
.heading-primary-sub{
display: block;
font-size: 15px;
font-weight: 700;
letter-spacing: 14.3px;
animation: moveInFromRight 1s ease-out;
}
@keyframes moveInFromLeft {
0% {
opacity: 0;
transform: translateX(-100px);
/*transform: translateX(-100px) rotate(-50deg);*/
}
60% {
/*transform: rotate(120deg);*/
}
80% {
transform:translateX(10px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
@keyframes moveInFromRight {
0% {
opacity: 0;
transform: translateX(100px);
}
80% {
transform: translateX(-10px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
@keyframes moveInFromBottom {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
.btn:link,
.btn:visited{
text-decoration: none;
text-transform: uppercase;
padding: 15px 40px;
display: inline-block;
border-radius: 1000px;
transition: all .2s; /* a transição TEM QUE SER na transition state *. É para fazer uma animação smooth, caso contrário o transform é aplicado com "um salto" */
position: relative;
}
.btn:hover{
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0,0,0,.5);
}
.btn:active{
transform: translateY(-1px); /* o -1px é em relação ao estado inicial*/
box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.btn-white{
background-color: #fff;
color: #333;
}
.btn::after{ /* Por detrás do botão */
content:""; /* É obrigatório*/
display: inline-block;/* É obrigatório, mas pode não ser inline-block*/
height: 100%;
width: 100%;
border-radius: 100px;
position:absolute; /* por o relative em .btn:visited */
top:0;
left:0;
z-index: -1;
transition: all .4s;
}
.btn-white::after{
background-color:#fff;
}
.btn:hover::after{
transform: scaleX(1.4) scaleY(1.6);
opacity: 0;
}
.btn-animated {
animation: moveInFromBottom .5s ease-out .75s;
animation-fill-mode: backwards;
} | css/styles.css | *,
*::after,
*::before {
margin:0;
padding:0;
box-sizing: border-box;
}
html{
/* Esta instrução define o que é um rem*/
font-size: 62.5%;
}
body{
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.7;
color:#777;
padding:30px;
}
.header{
height: 95vh;
background-image: linear-gradient(
to top left,
rgba(171, 78, 47, 0.3),
rgba(71, 21, 48, 0.315)),
url(../img/rsz_vinho-teste.jpg);
background-size: cover;
background-position: bottom;
position:relative;
clip-path: polygon(0 0, 100% 0, 100% 100%,0 75vh);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%,0 75vh);
}
.logo-box{
position:absolute;
top: 20%;
left: 40%;
transform:translate(-50%,-50%);
}
.logo{
height: 55px;
}
.text-box{
position:absolute;
top:40%; /* Em relação ao elemento pai */
left:40%; /* Em relação ao elemento pai */
transform:translate(-50%,-50%);/* Em relação ao próprio elemento */
text-align:center;
}
.heading-primary{
color:#fff;
text-transform: uppercase;
backface-visibility: hidden; /* Para corrigir um deslizamento no final da anim. (imperceptivel) */
margin-bottom: 60px; /* Para o botão: A margem a dar entre o texto e o botão*/
}
.heading-primary-main{
display: block;
font-size: 30px;
font-weight: 400;
letter-spacing: 5px;
animation-name: moveInFromLeft;
animation-duration: 1s;
animation-timing-function: ease-out;
}
.heading-primary-sub{
display: block;
font-size: 15px;
font-weight: 700;
letter-spacing: 14.3px;
animation: moveInFromRight 1s ease-out;
}
@keyframes moveInFromLeft {
0% {
opacity: 0;
transform: translateX(-100px);
/*transform: translateX(-100px) rotate(-50deg);*/
}
60% {
/*transform: rotate(120deg);*/
}
80% {
transform:translateX(10px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
@keyframes moveInFromRight {
0% {
opacity: 0;
transform: translateX(100px);
}
80% {
transform: translateX(-10px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
@keyframes moveInFromBottom {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translate(0);
}
}
.btn:link,
.btn:visited{
text-decoration: none;
text-transform: uppercase;
padding: 15px 40px;
display: inline-block;
border-radius: 1000px;
transition: all .2s; /* a transição TEM QUE SER na transition state *. É para fazer uma animação smooth, caso contrário o transform é aplicado com "um salto" */
position: relative;
}
.btn:hover{
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0,0,0,.5);
}
.btn:active{
transform: translateY(-1px); /* o -1px é em relação ao estado inicial*/
box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.btn-white{
background-color: #fff;
color: #333;
}
.btn::after{ /* Por detrás do botão */
content:""; /* É obrigatório*/
display: inline-block;/* É obrigatório, mas pode não ser inline-block*/
height: 100%;
width: 100%;
border-radius: 100px;
position:absolute; /* por o relative em .btn:visited */
top:0;
left:0;
z-index: -1;
transition: all .4s;
}
.btn-white::after{
background-color:#fff;
}
.btn:hover::after{
transform: scaleX(1.4) scaleY(1.6);
opacity: 0;
}
.btn-animated {
animation: moveInFromBottom .5s ease-out .75s;
animation-fill-mode: backwards;
} | 0.534855 | 0.119948 |
.picker_wrapper button {
color: #444 !important;
}
#libThemerDialog {
font-size: 16px;
padding: 0px;
position: relative;
}
#libThemerDialog .window-content {
padding: 0px;
}
#libThemerDialog nav {
background-color: rgba(0, 0, 0, 0.2);
color: rgb(0 0 0);
height: 100%;
overflow-y: auto;
position: absolute;
width: 206px;
}
#libThemerDialog nav ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#libThemerDialog nav ul li {
border-bottom: 1px solid rgba(0 0 0 / 70%);
}
#libThemerDialog nav ul li:hover,
#libThemerDialog nav ul li:active,
#libThemerDialog nav ul li:focus {
background-color: rgba(255, 255, 255, 0.1);
}
#libThemerDialog nav ul li.active {
background-color: rgba(255, 255, 255, 0.2);
}
#libThemerDialog nav ul li a {
align-items: center;
display: flex;
padding: 0.5rem 0.5rem 0.5rem 1rem;
}
#libThemerDialog nav ul li a:hover,
#libThemerDialog nav ul li a:active,
#libThemerDialog nav ul li a:focus,
#libThemerDialog nav ul li a.active {
text-shadow: none;
}
#libThemerDialog nav ul li.lib-themer-dialog-has-seen-true a:before,
#libThemerDialog nav ul li.lib-themer-dialog-has-seen-false a:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: "Font Awesome 5 Free";
font-weight: 900;
padding-right: 0.5rem;
content: '\f070'
}
#libThemerDialog nav ul li.lib-themer-dialog-has-seen-true a:before {
content: '\f06e'
}
#libThemerDialog main {
background: url(../../../ui/parchment.jpg) repeat;
box-shadow: 0px 0px 10px rgba(0 0 0 / 70%);
height: 100%;
padding: 0;
position: absolute;
right: 0px;
transition: width 0.3s ease-in-out;
width: calc(100% - 200px);
}
#libThemerDialog main > .lib-themer-dialog-title {
align-items: center;
display: flex;
font-weight: 600;
margin-bottom: 0px;
min-height: 58px;
padding: 1rem;
}
#libThemerDialog main > .lib-themer-dialog-title.has-shadow {
box-shadow: 10px 0px 10px rgb(0 0 0 / 70%);
}
#libThemerDialog main > .lib-themer-dialog-title > div {
cursor: pointer;
font-size: 1.2rem;
padding: 1rem;
}
#libThemerDialog main > .lib-themer-dialog-title i.fas {
transform: rotate(90deg);
transition: all 0.3s ease-in-out;
}
#libThemerDialog main .lib-themer-dialog-content {
font-size: 14px;
height: calc(100% - 58px - 26px - 0.5rem);
overflow-y: auto;
padding: 1rem;
}
#libThemerDialog main .lib-themer-dialog-content .layout_default.picker_wrapper {
flex-basis: 100%;
}
#libThemerDialog main .lib-themer-dialog-content .form-group {
border-top: 1px solid rgb(0 0 0 / 10%);
padding: 0.75rem 0rem;
}
#libThemerDialog main .lib-themer-dialog-content .form-group:first-child {
border-top: 0px;
padding-top: 0px;
}
#libThemerDialog main .lib-themer-dialog-content .form-group input[type="text"] {
padding: 0.5rem;
height: auto;
text-align: center;
font-weight: 600;
letter-spacing: 2px;
text-transform: lowercase;
text-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker {
flex-direction: column;
align-items: self-start
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields {
align-items: normal;
display: flex;
flex-wrap: wrap;
width: 100%;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields * {
border-radius: 0px;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields *:first-child {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields *:last-child {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields select {
border-right-width: 0px;
flex: 0 1;
height: auto;
margin: 0px;
width: auto;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields button {
align-items: center;
display: flex;
margin: 0px;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields input[type="text"] {
flex: 1 0;
margin-right: 0px !important;
text-align: left;
}
#libThemerDialog main .lib-themer-dialog-content .form-group div.lib-themer-preview {
display: flex;
flex: 1 0 100%;
}
#libThemerDialog main .lib-themer-dialog-content .form-group div.lib-themer-preview > span {
align-items: center;
height: 50px;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
text-align: center;
}
#libThemerDialog main footer {
background: url(../../../ui/parchment.jpg) repeat;
box-shadow: 0px 0px 10px rgba(0 0 0 / 70%);
bottom: 0px;
position: absolute;
width: 100%;
}
#libThemerDialog .lib-themer-collapse-sidebar main,
#libThemerDialog .lib-themer-hide-sidebar-true main {
width: calc(100%);
}
#libThemerDialog .lib-themer-hide-sidebar-true main {
transition: none;
}
#libThemerDialog .lib-themer-hide-sidebar-true main > .lib-themer-dialog-title {
padding: 0rem 1rem;
}
#libThemerDialog .lib-themer-hide-sidebar-true main > .lib-themer-dialog-title .lib-themer-dialog-toggle {
display: none;
}
#libThemerDialog .lib-themer-collapse-sidebar main > .lib-themer-dialog-title i.fas {
transform: rotate(270deg);
}
#libThemerDialog input[type="color"]::-color-swatch {
border: none;
}
#libThemerDialog input[type="color"]::-moz-color-swatch {
border: none;
}
#libThemerDialog input[type="color"]::-webkit-color-swatch {
border: none;
}
/* TOOLTIPS */ | styles/module.css | .picker_wrapper button {
color: #444 !important;
}
#libThemerDialog {
font-size: 16px;
padding: 0px;
position: relative;
}
#libThemerDialog .window-content {
padding: 0px;
}
#libThemerDialog nav {
background-color: rgba(0, 0, 0, 0.2);
color: rgb(0 0 0);
height: 100%;
overflow-y: auto;
position: absolute;
width: 206px;
}
#libThemerDialog nav ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#libThemerDialog nav ul li {
border-bottom: 1px solid rgba(0 0 0 / 70%);
}
#libThemerDialog nav ul li:hover,
#libThemerDialog nav ul li:active,
#libThemerDialog nav ul li:focus {
background-color: rgba(255, 255, 255, 0.1);
}
#libThemerDialog nav ul li.active {
background-color: rgba(255, 255, 255, 0.2);
}
#libThemerDialog nav ul li a {
align-items: center;
display: flex;
padding: 0.5rem 0.5rem 0.5rem 1rem;
}
#libThemerDialog nav ul li a:hover,
#libThemerDialog nav ul li a:active,
#libThemerDialog nav ul li a:focus,
#libThemerDialog nav ul li a.active {
text-shadow: none;
}
#libThemerDialog nav ul li.lib-themer-dialog-has-seen-true a:before,
#libThemerDialog nav ul li.lib-themer-dialog-has-seen-false a:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: "Font Awesome 5 Free";
font-weight: 900;
padding-right: 0.5rem;
content: '\f070'
}
#libThemerDialog nav ul li.lib-themer-dialog-has-seen-true a:before {
content: '\f06e'
}
#libThemerDialog main {
background: url(../../../ui/parchment.jpg) repeat;
box-shadow: 0px 0px 10px rgba(0 0 0 / 70%);
height: 100%;
padding: 0;
position: absolute;
right: 0px;
transition: width 0.3s ease-in-out;
width: calc(100% - 200px);
}
#libThemerDialog main > .lib-themer-dialog-title {
align-items: center;
display: flex;
font-weight: 600;
margin-bottom: 0px;
min-height: 58px;
padding: 1rem;
}
#libThemerDialog main > .lib-themer-dialog-title.has-shadow {
box-shadow: 10px 0px 10px rgb(0 0 0 / 70%);
}
#libThemerDialog main > .lib-themer-dialog-title > div {
cursor: pointer;
font-size: 1.2rem;
padding: 1rem;
}
#libThemerDialog main > .lib-themer-dialog-title i.fas {
transform: rotate(90deg);
transition: all 0.3s ease-in-out;
}
#libThemerDialog main .lib-themer-dialog-content {
font-size: 14px;
height: calc(100% - 58px - 26px - 0.5rem);
overflow-y: auto;
padding: 1rem;
}
#libThemerDialog main .lib-themer-dialog-content .layout_default.picker_wrapper {
flex-basis: 100%;
}
#libThemerDialog main .lib-themer-dialog-content .form-group {
border-top: 1px solid rgb(0 0 0 / 10%);
padding: 0.75rem 0rem;
}
#libThemerDialog main .lib-themer-dialog-content .form-group:first-child {
border-top: 0px;
padding-top: 0px;
}
#libThemerDialog main .lib-themer-dialog-content .form-group input[type="text"] {
padding: 0.5rem;
height: auto;
text-align: center;
font-weight: 600;
letter-spacing: 2px;
text-transform: lowercase;
text-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker {
flex-direction: column;
align-items: self-start
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields {
align-items: normal;
display: flex;
flex-wrap: wrap;
width: 100%;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields * {
border-radius: 0px;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields *:first-child {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields *:last-child {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields select {
border-right-width: 0px;
flex: 0 1;
height: auto;
margin: 0px;
width: auto;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields button {
align-items: center;
display: flex;
margin: 0px;
}
#libThemerDialog main .lib-themer-dialog-content .form-group.form-group-file-picker .form-fields input[type="text"] {
flex: 1 0;
margin-right: 0px !important;
text-align: left;
}
#libThemerDialog main .lib-themer-dialog-content .form-group div.lib-themer-preview {
display: flex;
flex: 1 0 100%;
}
#libThemerDialog main .lib-themer-dialog-content .form-group div.lib-themer-preview > span {
align-items: center;
height: 50px;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
text-align: center;
}
#libThemerDialog main footer {
background: url(../../../ui/parchment.jpg) repeat;
box-shadow: 0px 0px 10px rgba(0 0 0 / 70%);
bottom: 0px;
position: absolute;
width: 100%;
}
#libThemerDialog .lib-themer-collapse-sidebar main,
#libThemerDialog .lib-themer-hide-sidebar-true main {
width: calc(100%);
}
#libThemerDialog .lib-themer-hide-sidebar-true main {
transition: none;
}
#libThemerDialog .lib-themer-hide-sidebar-true main > .lib-themer-dialog-title {
padding: 0rem 1rem;
}
#libThemerDialog .lib-themer-hide-sidebar-true main > .lib-themer-dialog-title .lib-themer-dialog-toggle {
display: none;
}
#libThemerDialog .lib-themer-collapse-sidebar main > .lib-themer-dialog-title i.fas {
transform: rotate(270deg);
}
#libThemerDialog input[type="color"]::-color-swatch {
border: none;
}
#libThemerDialog input[type="color"]::-moz-color-swatch {
border: none;
}
#libThemerDialog input[type="color"]::-webkit-color-swatch {
border: none;
}
/* TOOLTIPS */ | 0.244634 | 0.049474 |
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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
.underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{}
/*end reset*/
@font-face {
font-family: 'bebas_neueregular';
src:url(../fonts/BebasNeue-webfont.ttf) format('truetype');
}
body {
font-family: 'bebas_neueregular';
background:#ffffff;
font-size: 100%;
}
.wrap{
margin:0 auto;
width:80%;
}
.header_bg{
background: #ffffff;
}
.header{
padding: 2%;
}
.logo{
float:left;
}
#login_div{
float: right;
position: relative;
display: inline-block;
vertical-align: middle;
margin: auto;
margin-right: 15px;
margin-left: 5px;
}
#login {
float: right;
display: inline-block;
font-family: 'Source Sans Pro', sans-serif;
font-size: 1.1em;
background: #32AC9D; /*#3CC395*/
color: #ffffff;
padding: 8px 20px;
margin-right: 0px;
margin-top: auto;
margin-bottom: auto;
margin-left: 10px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#login:hover{
background: #555555;
color: #ffffff;
}
#register {
float: right;
display: inline-block;
font-size: 1.1em;
font-family: 'Source Sans Pro', sans-serif;
background: #32AC9D;
color: #ffffff;
padding: 8px 20px;
margin-right: 0px;
margin-top: auto;
margin-bottom: auto;
margin-left: 10px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#register:hover{
background: #555555;
color: #ffffff;
}
/*search*/
.h_search{
float: right;
position: relative;
border: 1px solid rgb(216, 216, 216);
width: 40.3333%;
margin: 0.5% 5% 0;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
}
.h_search input[type="text"]{
-webkit-appearance: none;
padding: 6px 16px;
outline: none;
color: #312c3c;
background: #FFFFFF;
border: none;
width: 84.33333%;
line-height: 1.5em;
position: relative;
font-size: 0.8725em;
text-transform: capitalize;
}
.h_search input[type="submit"]{
-webkit-appearance: none;
background: url('../images/search.png') no-repeat 10px 5px;
padding: 6px 0px;
border: none;
cursor: pointer;
width: 8.33%;
line-height: 1.5em;
outline: none;
position: absolute;
right: 0px;
}
.h_search input[type="submit"]:hover {
background: url('../images/search_h.png') no-repeat 10px 5px;
}
/*------start-top-nav------*/
.top-nav {
display:none;
position:relative;
}
.nav-item {
float:left;
*display:inline;
zoom:1;
}
.nav-item a {
display:block;
padding:10px 20px;
color:#FFF;
background:#4A4444;
}
.nav-item a:hover,.nav-item a.active {
background: #43B6A8;
color: #ffffff;
}
.nav-mobile {
display: none;
cursor: pointer;
float:left;
background: url(../images/nav_icon.png) 18% 52% no-repeat;
height: 35px;
width: 35px;
}
.nav-mobile {
display:block;
}
.nav {
width:100%;
}
.nav-list {
display:none;
}
.nav-item {
width:100%;
float:none;
}
.nav-item a {
font-family: 'Source Sans Pro', sans-serif;
background: #FFFFFF;
padding: 6px 10px;
color: #555555;
text-transform: uppercase;
border-bottom: 1px solid #E2E2E2;
-webkit-transition: color .2s linear,background .2s linear;
-moz-transition: color .2s linear,background .2s linear;
-o-transition: color .2s linear,background .2s linear;
transition: color .2s linear,background .2s linear;
font-weight: normal;
font-size: 0.8em;
}
.nav-active, .nav-active-inner .nav-inner {
display:block;
}
.top-nav-right{
float:right;
padding: 7px 10px;
}
.top-header {
padding: 5px 0;
}
.top-nav-right input[type="submit"]{
background: url(../images/search-icon.png) no-repeat 42% 50% #bd7f1c;
padding:10px 20px;
border: none;
display: block;
float: left;
margin:0;
outline:none;
cursor:pointer;
transition: 0.5s ease;
-o-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
}
.top-nav-right input[type="submit"]:hover{
background: url(../images/search-icon.png) no-repeat 42% 50% #996004;
}
.top-nav-right input[type="text"]{
border:none;
float:left;
padding:10px 5px;
outline:none;
display: block;
margin:0;
-webkit-apperance:none;
}
.search_box {
float: right;
width: 30.3333%;
margin-right: 3.333%;
border: 1px solid #FFFFFF;
position: relative;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
}
.search_box form input[type="text"] {
-webkit-appearance: none;
padding: 6px 16px;
outline: none;
color: #ffffff;
background: none;
border: none;
width: 74.33333%;
line-height: 1.5em;
position: relative;
font-size: 0.8725em;
text-transform: capitalize;
}
.search_box form input[type="submit"] {
-webkit-appearance: none;
background: url('../images/search.png') no-repeat 10px 5px;
padding: 6px 0px;
border: none;
cursor: pointer;
width: 20.33%;
line-height: 1.5em;
outline: none;
position: absolute;
right: 0px;
}
/* header_btm */
.header_btm{
background: #4CCFC1;
}
.header_sub{
padding: 0 2%;
}
/* start menu */
.h_menu{
font-family: 'bebas_neueregular';
float:left;
color:#ffffff;
font-size: 1.2em;
}
.h_menu ul li{
display: inline-block;
}
.h_menu ul li:first-child a{
padding-left: 0px;
}
.h_menu ul li a{
display: block;
padding: 14px 18px;
font-size: 1.2em;
text-transform: uppercase;
color: #ffffff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.h_menu ul li a:hover{
color:#f0f0f0;
}
.h_menu ul li.active a{
color:#f0f0f0;
}
/* start icon styles */
.h_icon{
float: right;
width: 10.777%;
}
.icon1:before,.icon1:after {
content: "";
display: table;
}
.icon1:after {
clear: both;
}
.icon1 li {
float: left;
position: relative;
}
.icon1 li:last-child{
border-right:none;
}
.icon1 li:hover > a {
color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
color: #fafafa;
}
.icon1 ul {
width:300px;
margin: 20px 0 0 0;
opacity: 0;
visibility: hidden;
position: absolute;
top: 50px;
z-index: 1;
right: -60px;
background: #ffffff;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 2px 6px #777777;
-webkit-box-shadow: 0px 2px 6px #777777;
-moz-box-shadow: 0px 2px 6px #777777;
-o-box-shadow: 0px 2px 6px #777777;
}
.icon1 li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
}
.icon1 ul ul {
top: 6px;
left: 20px;
margin: 0 0 0 20px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
}
.icon1 ul li {
float: none;
display: block;
border: 0;
}
.icon1 ul li:first-child{
border-top:none;
}
.icon1 ul li:first-child a{
border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px;
-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.icon1 ul a {
_height: 10px; /*IE6 only*/
white-space: nowrap;
float: none;
text-transform: none;
}
.active-icon{
display: block;
}
.icon1 ul li:first-child > a:after {
content: '';
position: absolute;
right: 0%;
top: -30px;
border-left: 10px solid transparent;
border-right:10px solid transparent;
border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
left: -100px;
top: 0%;
margin-top: 20px;
border-left: 0;
border-bottom:20px solid transparent;
border-top: 20px solid transparent;
border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
display: none;
}
.sub-icon1 img{
border:none;
display:inline-block;
vertical-align:middle;
}
.c1{
float: right;
background: url(../images/cart.png) no-repeat 0px 0px;
width: 46px;
height: 46px;
display: inline-block;
vertical-align: middle;
margin-top: 2px;
}
.c1 i{
font-size: 2em;
color: #999999;
padding-left: 50px;
line-height: 1.5em;
font-weight: 600;
}
.icon1 .profile_img {
margin-top: 3px;
}
.sub-icon1 ul li h3{
text-align:center;
font-size: 1.5em;
color: #4CCFC1;
margin-bottom: 4%;
}
.sub-icon1 ul li p{
font-family: 'Source Sans Pro', sans-serif;
text-align:center;
font-size: 0.8925em;
color: #555555;
line-height: 1.8em;
}
.sub-icon1.list{
padding: 20px 10px;
z-index: 999;
}
.sub-icon1 ul li p a{
color: #4CCFC1;
}
.sub-icon1 ul li p a:hover{
color: #555555;
text-decoration:underline;
}
/* start cauersol */
.cau_left{
float:left;
width: 47.3333%;
margin-left: 3.33333%;
}
.cau_left:first-child{
margin-left: 0%;
}
/* start main1 */
.main_bg1{
border-top: 4px solid #47BEAF;
background: #40C4B2;
}
.main1{
padding: 2%;
}
.main1 h2{
font-size: 2em;
color:#ffffff;
text-shadow: 0 1px 0 rgb(24, 141, 118);
}
/* start main */
.main_bg{
background: #ffffff;
}
.main{
padding: 2%;
}
/* start grids_of_3 */
.grids_of_3{
text-align:center;
margin: 4% 0;
}
.grid1_of_3{
float: left;
width: 29.333%;
margin-left: 4.3333%;
border: 1px solid rgb(223, 223, 223);
position: relative;
}
.grid1_of_3:first-child{
margin-left: 0;
}
.grid1_of_3 a{
padding: 2%;
display: block;
}
.grid1_of_3 img{
margin-top: 8%;
max-width:100%;
}
.grid1_of_3 h3{
margin: 6% 0 8%;
font-size: 1.8em;
color: #999999;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.grid1_of_3:hover h3,.grid1_of_3:hover h4 span{
color: rgb(24, 141, 118);
}
.b_btm{
position: absolute;
width: 100%;
border-bottom: 6px solid #3CC395;
left: 0px;
display: block;
bottom: 0px;
}
.price{
display: block;
margin-bottom: 40px;
}
.price h4{
font-size: 1.5em;
color: #999999;
}
.price h4 span{
display: inline-block;
font-size: 1.1em;
background: #3CC395;
color: #ffffff;
padding: 8px 20px;
margin-left: 30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* start footer */
.footer_bg{
background: #40C4B2;
}
.footer{
padding: 2%;
}
/* start grids_of_3 */
.grids_of_4{
margin: 2% 0;
}
.grid1_of_4{
float: left;
width: 21.333%;
margin-left: 4.3333%;
}
.grid1_of_4:first-child{
margin-left: 0;
}
.grid1_of_4 h4{
font-size: 1.8em;
color: #ffffff;
}
.f_nav{
margin-top: 4%;
}
.f_nav li{
display: block;
}
.f_nav li a{
font-family: 'Source Sans Pro', sans-serif;
font-size: 1em;
color: #fefefe;
line-height: 1.8em;
text-transform: capitalize;
}
.f_nav li a:hover{
color: #ffffff;
text-decoration: underline;
}
/* start footer1 */
.footer_bg1{
background: #2DA89B;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 34px;
height: 34px;
border: none;
text-indent: 100%;
background: url(../images/top_move.png) no-repeat right top;
}
.copy{
text-align:center;
font-family: 'Source Sans Pro', sans-serif;
}
.copy p{
font-size: 0.9725em;
line-height: 1.8em;
color: #ffffff;
}
.copy p a{
color:#fefefe;
text-decoration: underline;
}
.copy p a:hover{
text-decoration: none;
}
/*---start-gallery_sale -----*/
.gallery{
margin-top: 4%;
}
#info {
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius: 5px;
border-radius:5px;
background:#fcf8e3;
border:1px solid #fbeed5;
width:95%;
max-width:900px;
margin:0 auto 40px auto;
font-family:arial;
font-size:12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}
#info .info-wrapper {
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}
#info a {
color:#c09853;
text-decoration:none;
}
#info p {
margin:5px 0 0 0;
}
.container {
font-family: 'Source Sans Pro', sans-serif;
position: relative;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.row:after,
.clearfix:after {
clear: both; }
.row,
.clearfix {
zoom: 1; }
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/* end gallery_sale */
/* start handbags */
h2.style{
font-size: 2em;
color: #777777;
text-shadow: 0 1px 0 #ffffff;
}
h2.top{
margin-top: 2%;
}
/*service*/
.service{
margin: 2% 0;
}
.ser-main{
float: left;
width: 68.33333%;
margin-right: 2.3333%;
font-family: 'Source Sans Pro', sans-serif;
}
.ser-main h4{
font-family: 'bebas_neueregular';
font-size: 2em;
color: #777777;
text-shadow: 0 1px 0 #ffffff;
margin-bottom: 2%;
}
.ser-grid{
padding: 4% 0;
text-align: center;
border-bottom: 1px solid rgb(238, 238, 238);
}
.ser-grid:last-child{
border-bottom:none;
}
.ser-grid-list{
float: left;
width: 28.33333%;
margin-left: 6.33333%;
}
.ser-grid-list img{
max-width: 100%;
}
.ser-grid-list:first-child{
margin-left: 0;
}
.ser-grid-list h5{
margin: 2% 0 4%;
}
.ser-grid-list h5 a{
text-transform: capitalize;
font-size: 1.8em;
color: #4CCFC1;
font-family: 'bebas_neueregular';
text-shadow: 0 1px 0 #ffffff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.ser-grid-list h5 a:hover{
color:#999999;
}
p.para{
font-size: 0.8725em;
color: #555555;
line-height: 1.8em;
}
/* Login Form */
.login-text-div{
border-bottom: 1px solid #777777;
padding-right: -5px;
margin-right: 20px;
}
.login-div{
margin:2% 0;
display: block;
}
.login-div h2{
font-size: 2em;
color: #777777;
text-shadow: 0 1px 0 #ffffff;
}
.login-form{
position:relative;
font-family: 'Source Sans Pro', sans-serif;
}
.login-form div{
padding:5px 0;
}
.login-form .col{
width: 50%;
float: left;
display: inline-block;
}
.login-form span label{
font-family: 'Source Sans Pro', sans-serif;
color: #777777;
display: block;
font-size: 0.8725em;
padding-bottom: 5px;
text-transform: capitalize;
}
.login-form input[type="text"], .login-form textarea {
font-family: 'Source Sans Pro', sans-serif;
background: #FFFFFF;
border: 1px solid #E7E7E7;
color: rgba(85, 81, 81, 0.84);
padding: 8px;
display: block;
width: 30%;
outline: none;
-webkit-appearance: none;
/*text-transform: capitalize;*/
}
.login-form input[type="password"], .login-form textarea {
font-family: 'Source Sans Pro', sans-serif;
background: #FFFFFF;
border: 1px solid #E7E7E7;
color: rgba(85, 81, 81, 0.84);
padding: 8px;
display: block;
width: 30%;
outline: none;
-webkit-appearance: none;
/*text-transform: capitalize;*/
}
.login-form textarea{
resize:none;
height:120px;
}
.login-form input[type="submit"]{
margin-top:10px;
font-family: 'Source Sans Pro', sans-serif;
-webkit-appearance: none;
cursor:pointer;
color: #ffffff;
background: #3CC395;
border:none;
outline:none;
display: inline-block;
text-transform: uppercase;
padding: 12px 38px;
font-size: 0.875em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.login-form input[type="submit"]:hover{
background: #555555;
color: #ffffff;
}
/* start contact */
.contact{
margin:2% 0;
display: block;
}
.contact h2{
font-size: 2em;
color: #777777;
text-shadow: 0 1px 0 #ffffff;
}
.map{
margin: 2% 2% 2% 0;
}
.col{
display: block;
}
/*
.contact-form{
position:relative;
}
.contact-form div{
padding:5px 0;
}
.contact-form span label{
font-family: 'Source Sans Pro', sans-serif;
color: #777777;
display: block;
font-size: 0.8725em;
padding-bottom: 5px;
text-transform: capitalize;
}
.contact-form input[type="text"], .contact-form textarea {
font-family: 'Source Sans Pro', sans-serif;
background: #FFFFFF;
border: 1px solid #E7E7E7;
color: rgba(85, 81, 81, 0.84);
padding: 8px;
display: block;
width: 96.3333%;
outline: none;
-webkit-appearance: none;
text-transform: capitalize;
}
.contact-form textarea{
resize:none;
height:120px;
}
.contact-form input[type="submit"]{
margin-top:10px;
font-family: 'Source Sans Pro', sans-serif;
-webkit-appearance: none;
cursor:pointer;
color: #ffffff;
background: #3CC395;
border:none;
outline:none;
display: inline-block;
text-transform: uppercase;
padding: 12px 38px;
font-size: 0.875em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
background: #555555;
color: #ffffff;
}
*/
/*-- start details--*/
.single{
padding:2% 0;
}
.left_content{
width: 72.3333%;
float: left;
}
.left_sidebar{
width: 22.3333%;
float: left;
margin-left: 4.33333%;
}
.span1_of_1{
float: left;
width: 52.3333%;
}
.span1_of_1_des{
float: right;
width: 44.3333%;
margin-left: 3.333%;
}
/* start desc1 */
.desc1 {
font-family: 'Source Sans Pro', sans-serif;
display: block;
float: right;
}
.desc1 h3{
text-shadow: 0 1px 0 #ffffff;
font-family: 'bebas_neueregular';
color:#555555;
font-size:2em;
margin-bottom: 10px;
}
.desc1 h5{
margin-top: 2%;
font-size: 1.6em;
color: #5EAFA5;
line-height: 1.5em;
text-shadow: 0 1px 0 #ffffff;
}
.desc1 h5 a{
margin-left:5px;
color:#555555;
text-transform:capitalize;
font-size: 14px;
}
.desc1 h5 a:hover{
color: #5EAFA5;
}
.desc1 p{
font-size: 0.8725em;
color: #555555;
line-height: 1.8em;
}
/* start available */
.available {
margin-top: 10px;
padding: 15px 0;
border-top: 1px solid #EEEEEE;
border-bottom: 1px solid #EEEEEE;
}
.available h4{
font-size: 1.1em;
color: #777;
margin-bottom: 20px;
text-transform: uppercase;
text-shadow: 0 1px 0 #ffffff;
}
.available li {
display: inline;
font-size: 0.8125em;
padding: 1.5% 2%;
color: #555555;
}
.available li select {
font-family: 'Source Sans Pro', sans-serif;
outline:none;
display: inline;
font-size: 1em;
color: #555555;
margin-left: 10px;
padding: 4px;
border: 1px solid rgb(224, 224, 224);
}
.available span a{
padding-top: 35px;
display: block;
color: #555555;
font-size: 0.8725em;
text-transform: uppercase;
text-decoration: underline;
margin-right: 10px;
}
.available span a:hover{
text-decoration: none;
}
/* start share-des */
.share-desc{
padding: 20px 0;
}
.share h4{
font-size: 1.1em;
color: #777;
margin-bottom: 10px;
text-transform: uppercase;
text-shadow: 0 1px 0 #ffffff;
}
.share_nav{
float:left;
}
.share_nav li {
display: inline-block;
margin: 5px 6px;
}
.share_nav li a {
background: #9C9C9C;
padding: 10px;
display: block;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
}
.share_nav li a:hover{
background: #3CC395;
}
.share li img {
vertical-align:middle;
}
.btn_form{
margin-top: 6%;
float: left;
}
.btn_form form input[type="submit"]{
font-family: 'Source Sans Pro', sans-serif;
cursor:pointer;
border:none;
outline:none;
display: inline-block;
font-size: 1em;
padding: 10px 34px;
background: #555555;
color:#fff;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn_form form input[type="submit"]:hover{
background: #3CC395;
}
.span_right{
float: right;
}
/* end description */
/* start sellers */
.sellers{
font-family: 'Source Sans Pro', sans-serif;
border: 1px solid rgb(235, 235, 235);
}
.sellers h4{
font-family: 'bebas_neueregular';
font-size: 2em;
color: #ffffff;
line-height: 1.5em;
text-shadow: 0 1px 0 #1C6159;
padding: 10px 20px;
background: #4CCFC1;
}
.single-nav li {
list-style-image: url(../images/marker1.gif);
border-bottom: 1px dotted #E8E8E8;
}
.single-nav li a {
text-transform: capitalize;
font-size: 0.8725em;
color: #555555;
padding: 15px 20px;
display: block;
}
.single-nav li a:hover {
background: #FCFCFC;
color: #5EAFA5;
}
.banner-wrap{
padding-bottom: 5%;
}
.banner-wrap.bottom_banner.color_link .main_link {
border-color: #f0f0f0;
background: #4CCFC1;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
.main_link {
border: 5px solid #E5E5E5;
background: #FFF;
padding: 15px 20px 10px;
text-decoration: none!important;
text-align: center;
display: block;
min-height: 68px;
}
.banner-wrap.bottom_banner .main_link figure {
display: inline-block;
margin: 0 9px 0 0;
vertical-align: middle;
}
.banner-wrap.bottom_banner.color_link .main_link h5{
color: #fff;
}
.banner-wrap.bottom_banner .main_link h5 {
text-transform: uppercase;
margin: -5px 0 0 0;
display: inline-block;
text-align: left;
font-size: 16px;
line-height: 18px;
letter-spacing: -1px;
vertical-align: middle;
}
.banner-wrap.bottom_banner .main_link h5 span {
font-size:1.5em;
line-height: 29px;
}
.banner-wrap.bottom_banner.color_link .main_link p {
color: #fff;
}
.banner-wrap.bottom_banner.color_link .main_link:hover {
text-decoration: none;
background: #3CC395;
border-color: #f0f0f0;
}
.brands{
border:1px solid #ddd;
}
.brands h1{
background: #F3F3F3;
color: #333;
padding: 10px;
font-size: 1.3em;
}
.field{
padding: 10px;
text-align: center;
}
.field select {
font-family: 'Source Sans Pro', sans-serif;
border: 1px solid #F0EFEE;
background: #FFF;
color: #555;
outline: none;
padding: 4px;
font-size: 0.89em;
}
.field select.select1 {
width: 100%;
}
/* start tabs */
.tabs {
position: relative;
margin: 40px auto;
}
.tabs input {
position: absolute;
z-index: 1000;
width: 248px;
height: 44px;
left: 0px;
top: 0px;
opacity: 0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
cursor: pointer;
}
.tabs input#tab-2{
left: 257px;
}
.tabs input#tab-3{
left: 515px;
}
.tabs label {
font-family: 'bebas_neueregular';
cursor: pointer;
background: #FAFAFA;
font-size: 20px;
line-height: 45px;
height: 45px;
position: relative;
padding: 0 40px;
float: left;
display: block;
width: 20.3333%;
color:#999999;
font-weight: normal;
text-transform: capitalize;
text-align: center;
text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
-o-box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tabs label:after {
content: '';
background: #fff;
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 2px;
display: block;
}
.tabs input:hover + label {
background: #3DC4B7;
color:#ffffff;
font-weight: normal;
}
.tabs label:first-of-type {
border-left: 1px solid rgb(241, 238, 238);
z-index: 4;
box-shadow: 0px 0 2px rgba(197, 197, 197, 1);
-webkit-box-shadow: 0px 0 2px rgba(197, 197, 197, 1);
-moz-box-shadow: 0px 0 2px rgba(197, 197, 197, 1);
-o-box-shadow: 0px 0 2px rgba(197, 197, 197, 1);
}
.tab-label-2 {
z-index: 3;
}
.tab-label-3 {
z-index: 2;
}
.tab-label-4 {
z-index: 1;
}
.tabs input:checked + label {
cursor:pointer;
color: #3DC4B6;
background: #fff;
z-index: 6;
}
.clear-shadow {
clear: both;
}
.content {
background: #fff;
position: relative;
width: 100%;
min-height: 450px;
z-index: 5;
border: 1px solid rgb(223, 223, 223);
box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
-o-box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
border-radius: 0 3px 3px 3px;
-webkit-border-radius: 0 3px 3px 3px;
-moz-border-radius: 0 3px 3px 3px;
-o-border-radius: 0 3px 3px 3px;
}
.content div {
width:98%;
position: absolute;
top: 0;
left: 0;
padding: 10px;
z-index: 1;
opacity: 0;
-webkit-transition: opacity linear 0.1s;
-moz-transition: opacity linear 0.1s;
-o-transition: opacity linear 0.1s;
-ms-transition: opacity linear 0.1s;
transition: opacity linear 0.1s;
}
.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
z-index: 100;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: opacity ease-out 0.2s 0.1s;
-moz-transition: opacity ease-out 0.2s 0.1s;
-o-transition: opacity ease-out 0.2s 0.1s;
-ms-transition: opacity ease-out 0.2s 0.1s;
transition: opacity ease-out 0.2s 0.1s;
}
.content div h2,.content div h3{
color: #398080;
}
.content div p {
text-align: left;
font-size: 0.85em;
color: #5c5c5c;
line-height: 2em;
font-family: 'Source Sans Pro', sans-serif;
}
.content ul li:before{
content: url('../images/arrow.png');
padding-top: 4px;
padding-right: 8px;
display: inline-block;
vertical-align: middle;
line-height: 2em;
}
.content ul{
margin-left: 20px;
}
.content ul li {
font-size: 0.8725em;
color: #555555;
font-family: 'Source Sans Pro', sans-serif;
}
/*--- slider-css --*/
.slider-top{
font-family: 'bebas_neueregular';
width: 100%;
height: 480px;
position: relative;
margin: 0px auto;
overflow: hidden;
background: transparent url(../images/slider_bg.jpg) repeat 0% 0%;
box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -1px 4px #32AC9D;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -1px 4px #32AC9D;
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -1px 4px #32AC9D;
-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -1px 4px #32AC9D;
-webkit-transition: background-position 1.4s ease-in-out 0.3s;
-moz-transition: background-position 1.4s ease-in-out 0.3s;
-o-transition: background-position 1.4s ease-in-out 0.3s;
-ms-transition: background-position 1.4s ease-in-out 0.3s;
transition: background-position 1.4s ease-in-out 0.3s;
}
/*----*/
.welcome-to{
float:right;
width:60%;
margin-top: 3em;
}
.da-img{
float:left;
width: 40%;
}
.welcome-to1{
float:left;
width:60%;
margin-top: 3em;
}
.da-img1{
float:right;
width: 40%;
}
.welcome-to h2{
color: #fff;
font-size: 66px;
white-space: nowrap;
z-index: 10;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
margin-left: 30px;
}
.welcome-to p {
font-family: 'Source Sans Pro', sans-serif;
color: #ECFFFD;
font-size: 18px;
line-height: 26px;
margin-left: 30px;
width: 83%;
margin-bottom: 3em;
}
.da-link {
margin-left: 30px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
border: 4px solid rgba(255, 255, 255, 1);
padding: 14px 40px 12px;
font-size: 2em;
line-height: 30px;
width: 110px;
text-align: center;
background: rgba(255, 255, 255, 0.13);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.da-slide {
margin: 4em 0;
}
/*----*/
.slider{
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides img{
max-width: 100% !important;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
.rslides_tabs{
background: none !important;
border: none;
box-shadow: none;
position: relative;
top: -90px;
z-index: 999;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
border:3px solid #38B4A7;
width: 8px;
height: 8px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
background: #38B4A7;
margin: 3px;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-o-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
}
.callbacks_here a:after{
border:3px solid #38B4A7;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.callbacks_tabs a{
visibility:hidden;
}
.callbacks_tabs li{
display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
position: absolute;
bottom: 14px;
z-index: 999;
left: 47%;
}
.callbacks_nav {
-webkit-tap-highlight-color: rgba(0,0,0,0);
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
background: #38B4A7 url(../images/arrows.png) no-repeat -2px 3px;
position: absolute;
top: 50%;
height: 36px;
width: 36px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
left:0;
cursor: pointer;
z-index: 2000;
box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-o-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-webkit-transition: opacity 0.4s ease-in-out 0.2s;
-moz-transition: opacity 0.4s ease-in-out 0.2s;
-o-transition: opacity 0.4s ease-in-out 0.2s;
-ms-transition: opacity 0.4s ease-in-out 0.2s;
transition: opacity 0.4s ease-in-out 0.2s;
}
.callbacks_nav.next {
left: auto;
background-position: -36px 3px;
right: 0;
}
/*-- slider-mediaqueries --*/
@media(max-width:640px){
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
}
@media(max-width:480px){
.callbacks_tabs a:after {
height:8px;
width: 8px;
}
ul.callbacks_tabs.callbacks1_tabs {
bottom: 10px;
left: 4px;
}
}
/*----*/
/******** SAP ************/
.sap_tabs{
clear:both;
padding: 0em 0 2em;
}
.tab_box{
background:#fd926d;
padding: 2em;
}
.top1{
margin-top: 2%;
}
.resp-tabs-list {
list-style: none;
padding: 2em 9px 1em;
margin: 0 auto;
}
.resp-tab-item{
font-size: 1em;
cursor: pointer;
padding: 6px 25px ;
display: inline-block;
margin: 0;
text-align: center;
list-style: none;
color: #555555;
cursor: pointer;
text-transform: capitalize;
outline: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-family: 'Source Sans Pro', sans-serif;
margin: 0 0.5em 0;
}
.resp-tab-active{
background: #3CC395;
text-shadow: none;
color: #fff;
}
.resp-tabs-container {
padding: 0px;
background-color: #fff;
clear: left;
}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
.tab_img{
padding:1em 0em;
}
.col-m-3{
float:left;
width:23.5%;
margin-right:2%;
position: relative;
-webkit-filter: grayscale(50%);
transition: all 300ms!important;
-webkit-transition: all 300ms!important;
-moz-transition: all 300ms!important;
}
.col-m-3 img{
width:100%;
}
.col-m-3:nth-child(4){
margin-right:0%;
}
.col-m-3 .label {
font-family: 'Source Sans Pro', sans-serif;
position: absolute;
width: 100%;
height:40px;
bottom:-7px;
background: rgba(76, 207, 193, 0.72);
opacity:0;
cursor: pointer;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
.col-m-3 .label-text {
text-transform: uppercase;
color:#fff;
padding:4px 8px;
font-size: 16px;
}
.col-m-3 .text-category {
color: #555555;
display:block;
font-size:9px;
font-size: 12px;
text-transform:uppercase;
}
.col-m-3 a:hover .label {
bottom: 0;
opacity: 1;
filter: alpha(opacity=99);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
/*--typo-single--*/
.thumb-image img{
}
.thumb-image > img { width: 100%; }
/* end tabs */
/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
.wrap{
width:95%;
}
.h_menu ul li a {
padding: 10px 12px;
}
.span1_of_1 {
width: 52.3333%;
}
.span1_of_1_des {
width: 42.3333%;
float: left;
}
}
@media only screen and (max-width: 1280px) {
.wrap{
width:95%;
}
.h_menu ul li a {
padding: 10px 10px;
}
.desc1 h3 {
font-size: 1.4em;
}
.product-image {
width: 350px;
}
}
@media only screen and (max-width: 1024px) {
.wrap{
width:95%;
}
.h_search input[type="submit"] {
width: 10.33%;
}
.h_menu ul li a {
padding: 10px 4px;
}
.grid1_of_3 h3 {
font-size: 1.5em;
}
.span1_of_1 {
width: 56.3333%;
}
.span1_of_1_des {
width: 38.3333%;
}
.single-nav li a {
padding: 10px 10px;
}
}
@media only screen and (max-width: 800px) {
.wrap{
width:95%;
}
.h_search {
display: none;
}
.h_icon {
width: 18.777%;
}
.h_menu {
display: none;
}
.header_sub {
padding: 1% 2%;
}
.top-nav {
display: block;
}
.ser-main {
float: none;
width: 100%;
margin-right: 0;
}
.left_sidebar {
width: 100%;
float: none;
margin-left: 0%;
}
.ser-grid-list h5 a {
font-size: 1.5em;
}
.grid1_of_4 {
float: left;
width: 45.333%;
margin-top: 2.3333%;
}
.grid1_of_4:nth-child(3){
margin-left: 0;
}
.price h4 {
font-size: 1.4em;
}
.left_content {
width: 100%;
float: none;
}
.span1_of_1 {
width: 54.3333%;
}
.span1_of_1_des {
width: 42.3333%;
}
.tabs input {
width: 226px;
}
.tabs input#tab-2 {
left: 220px;
}
.tabs input#tab-3 {
left: 444px;
}
.desc1 h5 {
font-size: 1.4em;
}
.btn_form {
margin-top: 4%;
}
/*----*/
.da-slide h2 {
font-size: 50px;
}
.da-slide p {
margin-left:0px;
}
/*----*/
.col-m-3 .label-text {
font-size: 14px;
}
}
@media only screen and (max-width: 640px){
.wrap{
width:95%;
}
.search_box {
margin-right: 0;
}
#filters li span {
padding: 10px 20px;
}
.price h4 {
font-size: 1.2em;
}
.span1_of_1 {
float:none;
width: 100%;
}
.span1_of_1_des {
margin-top:4%;
float:none;
width: 100%;
margin-left: 0;
}
.tabs input {
width: 75px;
}
.tabs label {
width: 18.3333%;
}
/*----*/
.da-slide h2 {
font-size: 30px;
}
.da-slide p {
margin-bottom:2em;
}
/*----*/
.col-m-3 .label-text {
font-size: 12px;
}
.da-link {
margin-left: 0px;
padding: 6px 22px 6px;
font-size: 1em;
width: 73px;
}
.da-slide {
margin: 2em 0 3em;
}
.slider-top {
height: 410px;
}
ul.callbacks_tabs.callbacks1_tabs {
left: 41%;
}
}
@media only screen and (max-width: 480px) {
.wrap{
width:95%;
}
.h_icon {
width: 25.777%;
}
.search_box {
width: 44.3333%;
}
.grid1_of_3 {
float: none;
width: 99.333%;
margin-left: 0%;
margin-bottom: 4%;
}
.grid1_of_4 {
margin-left:0;
float: none;
width: 99.333%;
}
.ser-grid-list {
float: none;
width: 100%;
margin-left: 0%;
margin-bottom: 4%;
}
.ser-grid-list h5 {
margin: 2% 0 1%;
}
.tabs input {
width: 99%;
}
.tabs label {
width: 100%;
float:none;
padding: 0;
}
.tabs input#tab-2 {
left: 0px;
}
.tabs input#tab-3 {
left: 0px;
}
.tabs input#tab-4 {
left: 0px;
}
.content div {
width: 94%;
}
.product-essential {
padding: 5px;
}
/*----*/
.da-slide h2 {
margin-left:10px;
font-size: 30px;
}
.da-slide p {
margin-left:10px;
font-size: 13px;
}
.da-slider {
min-width: 300px;
}
/*----*/
.col-m-3 {
width: 47.5%;
}
.col-m-3:nth-child(2) {
margin-right:0;
}
.resp-tab-item {
padding: 6px 15px;
margin:0;
}
.slider-top {
height: 300px;
}
.da-img {
width: 25%;
}
.welcome-to {
width: 73%;
margin-top: 0em;
}
.da-link {
padding: 6px 14px 6px;
font-size: 0.9em;
}
}
@media only screen and (max-width: 320px) {
.wrap{
width:95%;
}
.h_icon {
width: 34.777%;
}
.search_box {
width: 60.3333%;
}
.product-essential {
padding: 0px;
}
.tabs {
margin: 10px auto;
}
.col-m-3 .label-text {
font-size: 11px;
}
.welcome-to p {
line-height: 18px;
}
.da-slide p {
margin-bottom: 1em;
}
.da-slide {
margin: 1em 0 2em;
}
.slider-top {
height: 269px;
}
ul.callbacks_tabs.callbacks1_tabs {
left: 29%;
}
.callbacks_nav {
top: 39%;
height: 28px;
width: 28px;
}
.callbacks_nav {
background: #38B4A7 url(../images/arrows.png) no-repeat -4px -1px;
}
.callbacks_nav.next {
background-position: -39px 0px;
}
.da-link {
border: 2px solid rgba(255, 255, 255, 1);
} | 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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
.underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{}
/*end reset*/
@font-face {
font-family: 'bebas_neueregular';
src:url(../fonts/BebasNeue-webfont.ttf) format('truetype');
}
body {
font-family: 'bebas_neueregular';
background:#ffffff;
font-size: 100%;
}
.wrap{
margin:0 auto;
width:80%;
}
.header_bg{
background: #ffffff;
}
.header{
padding: 2%;
}
.logo{
float:left;
}
#login_div{
float: right;
position: relative;
display: inline-block;
vertical-align: middle;
margin: auto;
margin-right: 15px;
margin-left: 5px;
}
#login {
float: right;
display: inline-block;
font-family: 'Source Sans Pro', sans-serif;
font-size: 1.1em;
background: #32AC9D; /*#3CC395*/
color: #ffffff;
padding: 8px 20px;
margin-right: 0px;
margin-top: auto;
margin-bottom: auto;
margin-left: 10px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#login:hover{
background: #555555;
color: #ffffff;
}
#register {
float: right;
display: inline-block;
font-size: 1.1em;
font-family: 'Source Sans Pro', sans-serif;
background: #32AC9D;
color: #ffffff;
padding: 8px 20px;
margin-right: 0px;
margin-top: auto;
margin-bottom: auto;
margin-left: 10px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#register:hover{
background: #555555;
color: #ffffff;
}
/*search*/
.h_search{
float: right;
position: relative;
border: 1px solid rgb(216, 216, 216);
width: 40.3333%;
margin: 0.5% 5% 0;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
}
.h_search input[type="text"]{
-webkit-appearance: none;
padding: 6px 16px;
outline: none;
color: #312c3c;
background: #FFFFFF;
border: none;
width: 84.33333%;
line-height: 1.5em;
position: relative;
font-size: 0.8725em;
text-transform: capitalize;
}
.h_search input[type="submit"]{
-webkit-appearance: none;
background: url('../images/search.png') no-repeat 10px 5px;
padding: 6px 0px;
border: none;
cursor: pointer;
width: 8.33%;
line-height: 1.5em;
outline: none;
position: absolute;
right: 0px;
}
.h_search input[type="submit"]:hover {
background: url('../images/search_h.png') no-repeat 10px 5px;
}
/*------start-top-nav------*/
.top-nav {
display:none;
position:relative;
}
.nav-item {
float:left;
*display:inline;
zoom:1;
}
.nav-item a {
display:block;
padding:10px 20px;
color:#FFF;
background:#4A4444;
}
.nav-item a:hover,.nav-item a.active {
background: #43B6A8;
color: #ffffff;
}
.nav-mobile {
display: none;
cursor: pointer;
float:left;
background: url(../images/nav_icon.png) 18% 52% no-repeat;
height: 35px;
width: 35px;
}
.nav-mobile {
display:block;
}
.nav {
width:100%;
}
.nav-list {
display:none;
}
.nav-item {
width:100%;
float:none;
}
.nav-item a {
font-family: 'Source Sans Pro', sans-serif;
background: #FFFFFF;
padding: 6px 10px;
color: #555555;
text-transform: uppercase;
border-bottom: 1px solid #E2E2E2;
-webkit-transition: color .2s linear,background .2s linear;
-moz-transition: color .2s linear,background .2s linear;
-o-transition: color .2s linear,background .2s linear;
transition: color .2s linear,background .2s linear;
font-weight: normal;
font-size: 0.8em;
}
.nav-active, .nav-active-inner .nav-inner {
display:block;
}
.top-nav-right{
float:right;
padding: 7px 10px;
}
.top-header {
padding: 5px 0;
}
.top-nav-right input[type="submit"]{
background: url(../images/search-icon.png) no-repeat 42% 50% #bd7f1c;
padding:10px 20px;
border: none;
display: block;
float: left;
margin:0;
outline:none;
cursor:pointer;
transition: 0.5s ease;
-o-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
}
.top-nav-right input[type="submit"]:hover{
background: url(../images/search-icon.png) no-repeat 42% 50% #996004;
}
.top-nav-right input[type="text"]{
border:none;
float:left;
padding:10px 5px;
outline:none;
display: block;
margin:0;
-webkit-apperance:none;
}
.search_box {
float: right;
width: 30.3333%;
margin-right: 3.333%;
border: 1px solid #FFFFFF;
position: relative;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
}
.search_box form input[type="text"] {
-webkit-appearance: none;
padding: 6px 16px;
outline: none;
color: #ffffff;
background: none;
border: none;
width: 74.33333%;
line-height: 1.5em;
position: relative;
font-size: 0.8725em;
text-transform: capitalize;
}
.search_box form input[type="submit"] {
-webkit-appearance: none;
background: url('../images/search.png') no-repeat 10px 5px;
padding: 6px 0px;
border: none;
cursor: pointer;
width: 20.33%;
line-height: 1.5em;
outline: none;
position: absolute;
right: 0px;
}
/* header_btm */
.header_btm{
background: #4CCFC1;
}
.header_sub{
padding: 0 2%;
}
/* start menu */
.h_menu{
font-family: 'bebas_neueregular';
float:left;
color:#ffffff;
font-size: 1.2em;
}
.h_menu ul li{
display: inline-block;
}
.h_menu ul li:first-child a{
padding-left: 0px;
}
.h_menu ul li a{
display: block;
padding: 14px 18px;
font-size: 1.2em;
text-transform: uppercase;
color: #ffffff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.h_menu ul li a:hover{
color:#f0f0f0;
}
.h_menu ul li.active a{
color:#f0f0f0;
}
/* start icon styles */
.h_icon{
float: right;
width: 10.777%;
}
.icon1:before,.icon1:after {
content: "";
display: table;
}
.icon1:after {
clear: both;
}
.icon1 li {
float: left;
position: relative;
}
.icon1 li:last-child{
border-right:none;
}
.icon1 li:hover > a {
color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
color: #fafafa;
}
.icon1 ul {
width:300px;
margin: 20px 0 0 0;
opacity: 0;
visibility: hidden;
position: absolute;
top: 50px;
z-index: 1;
right: -60px;
background: #ffffff;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 2px 6px #777777;
-webkit-box-shadow: 0px 2px 6px #777777;
-moz-box-shadow: 0px 2px 6px #777777;
-o-box-shadow: 0px 2px 6px #777777;
}
.icon1 li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
}
.icon1 ul ul {
top: 6px;
left: 20px;
margin: 0 0 0 20px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
}
.icon1 ul li {
float: none;
display: block;
border: 0;
}
.icon1 ul li:first-child{
border-top:none;
}
.icon1 ul li:first-child a{
border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px;
-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.icon1 ul a {
_height: 10px; /*IE6 only*/
white-space: nowrap;
float: none;
text-transform: none;
}
.active-icon{
display: block;
}
.icon1 ul li:first-child > a:after {
content: '';
position: absolute;
right: 0%;
top: -30px;
border-left: 10px solid transparent;
border-right:10px solid transparent;
border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
left: -100px;
top: 0%;
margin-top: 20px;
border-left: 0;
border-bottom:20px solid transparent;
border-top: 20px solid transparent;
border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
display: none;
}
.sub-icon1 img{
border:none;
display:inline-block;
vertical-align:middle;
}
.c1{
float: right;
background: url(../images/cart.png) no-repeat 0px 0px;
width: 46px;
height: 46px;
display: inline-block;
vertical-align: middle;
margin-top: 2px;
}
.c1 i{
font-size: 2em;
color: #999999;
padding-left: 50px;
line-height: 1.5em;
font-weight: 600;
}
.icon1 .profile_img {
margin-top: 3px;
}
.sub-icon1 ul li h3{
text-align:center;
font-size: 1.5em;
color: #4CCFC1;
margin-bottom: 4%;
}
.sub-icon1 ul li p{
font-family: 'Source Sans Pro', sans-serif;
text-align:center;
font-size: 0.8925em;
color: #555555;
line-height: 1.8em;
}
.sub-icon1.list{
padding: 20px 10px;
z-index: 999;
}
.sub-icon1 ul li p a{
color: #4CCFC1;
}
.sub-icon1 ul li p a:hover{
color: #555555;
text-decoration:underline;
}
/* start cauersol */
.cau_left{
float:left;
width: 47.3333%;
margin-left: 3.33333%;
}
.cau_left:first-child{
margin-left: 0%;
}
/* start main1 */
.main_bg1{
border-top: 4px solid #47BEAF;
background: #40C4B2;
}
.main1{
padding: 2%;
}
.main1 h2{
font-size: 2em;
color:#ffffff;
text-shadow: 0 1px 0 rgb(24, 141, 118);
}
/* start main */
.main_bg{
background: #ffffff;
}
.main{
padding: 2%;
}
/* start grids_of_3 */
.grids_of_3{
text-align:center;
margin: 4% 0;
}
.grid1_of_3{
float: left;
width: 29.333%;
margin-left: 4.3333%;
border: 1px solid rgb(223, 223, 223);
position: relative;
}
.grid1_of_3:first-child{
margin-left: 0;
}
.grid1_of_3 a{
padding: 2%;
display: block;
}
.grid1_of_3 img{
margin-top: 8%;
max-width:100%;
}
.grid1_of_3 h3{
margin: 6% 0 8%;
font-size: 1.8em;
color: #999999;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.grid1_of_3:hover h3,.grid1_of_3:hover h4 span{
color: rgb(24, 141, 118);
}
.b_btm{
position: absolute;
width: 100%;
border-bottom: 6px solid #3CC395;
left: 0px;
display: block;
bottom: 0px;
}
.price{
display: block;
margin-bottom: 40px;
}
.price h4{
font-size: 1.5em;
color: #999999;
}
.price h4 span{
display: inline-block;
font-size: 1.1em;
background: #3CC395;
color: #ffffff;
padding: 8px 20px;
margin-left: 30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* start footer */
.footer_bg{
background: #40C4B2;
}
.footer{
padding: 2%;
}
/* start grids_of_3 */
.grids_of_4{
margin: 2% 0;
}
.grid1_of_4{
float: left;
width: 21.333%;
margin-left: 4.3333%;
}
.grid1_of_4:first-child{
margin-left: 0;
}
.grid1_of_4 h4{
font-size: 1.8em;
color: #ffffff;
}
.f_nav{
margin-top: 4%;
}
.f_nav li{
display: block;
}
.f_nav li a{
font-family: 'Source Sans Pro', sans-serif;
font-size: 1em;
color: #fefefe;
line-height: 1.8em;
text-transform: capitalize;
}
.f_nav li a:hover{
color: #ffffff;
text-decoration: underline;
}
/* start footer1 */
.footer_bg1{
background: #2DA89B;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 34px;
height: 34px;
border: none;
text-indent: 100%;
background: url(../images/top_move.png) no-repeat right top;
}
.copy{
text-align:center;
font-family: 'Source Sans Pro', sans-serif;
}
.copy p{
font-size: 0.9725em;
line-height: 1.8em;
color: #ffffff;
}
.copy p a{
color:#fefefe;
text-decoration: underline;
}
.copy p a:hover{
text-decoration: none;
}
/*---start-gallery_sale -----*/
.gallery{
margin-top: 4%;
}
#info {
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius: 5px;
border-radius:5px;
background:#fcf8e3;
border:1px solid #fbeed5;
width:95%;
max-width:900px;
margin:0 auto 40px auto;
font-family:arial;
font-size:12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}
#info .info-wrapper {
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}
#info a {
color:#c09853;
text-decoration:none;
}
#info p {
margin:5px 0 0 0;
}
.container {
font-family: 'Source Sans Pro', sans-serif;
position: relative;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.row:after,
.clearfix:after {
clear: both; }
.row,
.clearfix {
zoom: 1; }
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/* end gallery_sale */
/* start handbags */
h2.style{
font-size: 2em;
color: #777777;
text-shadow: 0 1px 0 #ffffff;
}
h2.top{
margin-top: 2%;
}
/*service*/
.service{
margin: 2% 0;
}
.ser-main{
float: left;
width: 68.33333%;
margin-right: 2.3333%;
font-family: 'Source Sans Pro', sans-serif;
}
.ser-main h4{
font-family: 'bebas_neueregular';
font-size: 2em;
color: #777777;
text-shadow: 0 1px 0 #ffffff;
margin-bottom: 2%;
}
.ser-grid{
padding: 4% 0;
text-align: center;
border-bottom: 1px solid rgb(238, 238, 238);
}
.ser-grid:last-child{
border-bottom:none;
}
.ser-grid-list{
float: left;
width: 28.33333%;
margin-left: 6.33333%;
}
.ser-grid-list img{
max-width: 100%;
}
.ser-grid-list:first-child{
margin-left: 0;
}
.ser-grid-list h5{
margin: 2% 0 4%;
}
.ser-grid-list h5 a{
text-transform: capitalize;
font-size: 1.8em;
color: #4CCFC1;
font-family: 'bebas_neueregular';
text-shadow: 0 1px 0 #ffffff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.ser-grid-list h5 a:hover{
color:#999999;
}
p.para{
font-size: 0.8725em;
color: #555555;
line-height: 1.8em;
}
/* Login Form */
.login-text-div{
border-bottom: 1px solid #777777;
padding-right: -5px;
margin-right: 20px;
}
.login-div{
margin:2% 0;
display: block;
}
.login-div h2{
font-size: 2em;
color: #777777;
text-shadow: 0 1px 0 #ffffff;
}
.login-form{
position:relative;
font-family: 'Source Sans Pro', sans-serif;
}
.login-form div{
padding:5px 0;
}
.login-form .col{
width: 50%;
float: left;
display: inline-block;
}
.login-form span label{
font-family: 'Source Sans Pro', sans-serif;
color: #777777;
display: block;
font-size: 0.8725em;
padding-bottom: 5px;
text-transform: capitalize;
}
.login-form input[type="text"], .login-form textarea {
font-family: 'Source Sans Pro', sans-serif;
background: #FFFFFF;
border: 1px solid #E7E7E7;
color: rgba(85, 81, 81, 0.84);
padding: 8px;
display: block;
width: 30%;
outline: none;
-webkit-appearance: none;
/*text-transform: capitalize;*/
}
.login-form input[type="password"], .login-form textarea {
font-family: 'Source Sans Pro', sans-serif;
background: #FFFFFF;
border: 1px solid #E7E7E7;
color: rgba(85, 81, 81, 0.84);
padding: 8px;
display: block;
width: 30%;
outline: none;
-webkit-appearance: none;
/*text-transform: capitalize;*/
}
.login-form textarea{
resize:none;
height:120px;
}
.login-form input[type="submit"]{
margin-top:10px;
font-family: 'Source Sans Pro', sans-serif;
-webkit-appearance: none;
cursor:pointer;
color: #ffffff;
background: #3CC395;
border:none;
outline:none;
display: inline-block;
text-transform: uppercase;
padding: 12px 38px;
font-size: 0.875em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.login-form input[type="submit"]:hover{
background: #555555;
color: #ffffff;
}
/* start contact */
.contact{
margin:2% 0;
display: block;
}
.contact h2{
font-size: 2em;
color: #777777;
text-shadow: 0 1px 0 #ffffff;
}
.map{
margin: 2% 2% 2% 0;
}
.col{
display: block;
}
/*
.contact-form{
position:relative;
}
.contact-form div{
padding:5px 0;
}
.contact-form span label{
font-family: 'Source Sans Pro', sans-serif;
color: #777777;
display: block;
font-size: 0.8725em;
padding-bottom: 5px;
text-transform: capitalize;
}
.contact-form input[type="text"], .contact-form textarea {
font-family: 'Source Sans Pro', sans-serif;
background: #FFFFFF;
border: 1px solid #E7E7E7;
color: rgba(85, 81, 81, 0.84);
padding: 8px;
display: block;
width: 96.3333%;
outline: none;
-webkit-appearance: none;
text-transform: capitalize;
}
.contact-form textarea{
resize:none;
height:120px;
}
.contact-form input[type="submit"]{
margin-top:10px;
font-family: 'Source Sans Pro', sans-serif;
-webkit-appearance: none;
cursor:pointer;
color: #ffffff;
background: #3CC395;
border:none;
outline:none;
display: inline-block;
text-transform: uppercase;
padding: 12px 38px;
font-size: 0.875em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
background: #555555;
color: #ffffff;
}
*/
/*-- start details--*/
.single{
padding:2% 0;
}
.left_content{
width: 72.3333%;
float: left;
}
.left_sidebar{
width: 22.3333%;
float: left;
margin-left: 4.33333%;
}
.span1_of_1{
float: left;
width: 52.3333%;
}
.span1_of_1_des{
float: right;
width: 44.3333%;
margin-left: 3.333%;
}
/* start desc1 */
.desc1 {
font-family: 'Source Sans Pro', sans-serif;
display: block;
float: right;
}
.desc1 h3{
text-shadow: 0 1px 0 #ffffff;
font-family: 'bebas_neueregular';
color:#555555;
font-size:2em;
margin-bottom: 10px;
}
.desc1 h5{
margin-top: 2%;
font-size: 1.6em;
color: #5EAFA5;
line-height: 1.5em;
text-shadow: 0 1px 0 #ffffff;
}
.desc1 h5 a{
margin-left:5px;
color:#555555;
text-transform:capitalize;
font-size: 14px;
}
.desc1 h5 a:hover{
color: #5EAFA5;
}
.desc1 p{
font-size: 0.8725em;
color: #555555;
line-height: 1.8em;
}
/* start available */
.available {
margin-top: 10px;
padding: 15px 0;
border-top: 1px solid #EEEEEE;
border-bottom: 1px solid #EEEEEE;
}
.available h4{
font-size: 1.1em;
color: #777;
margin-bottom: 20px;
text-transform: uppercase;
text-shadow: 0 1px 0 #ffffff;
}
.available li {
display: inline;
font-size: 0.8125em;
padding: 1.5% 2%;
color: #555555;
}
.available li select {
font-family: 'Source Sans Pro', sans-serif;
outline:none;
display: inline;
font-size: 1em;
color: #555555;
margin-left: 10px;
padding: 4px;
border: 1px solid rgb(224, 224, 224);
}
.available span a{
padding-top: 35px;
display: block;
color: #555555;
font-size: 0.8725em;
text-transform: uppercase;
text-decoration: underline;
margin-right: 10px;
}
.available span a:hover{
text-decoration: none;
}
/* start share-des */
.share-desc{
padding: 20px 0;
}
.share h4{
font-size: 1.1em;
color: #777;
margin-bottom: 10px;
text-transform: uppercase;
text-shadow: 0 1px 0 #ffffff;
}
.share_nav{
float:left;
}
.share_nav li {
display: inline-block;
margin: 5px 6px;
}
.share_nav li a {
background: #9C9C9C;
padding: 10px;
display: block;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
}
.share_nav li a:hover{
background: #3CC395;
}
.share li img {
vertical-align:middle;
}
.btn_form{
margin-top: 6%;
float: left;
}
.btn_form form input[type="submit"]{
font-family: 'Source Sans Pro', sans-serif;
cursor:pointer;
border:none;
outline:none;
display: inline-block;
font-size: 1em;
padding: 10px 34px;
background: #555555;
color:#fff;
text-transform: capitalize;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn_form form input[type="submit"]:hover{
background: #3CC395;
}
.span_right{
float: right;
}
/* end description */
/* start sellers */
.sellers{
font-family: 'Source Sans Pro', sans-serif;
border: 1px solid rgb(235, 235, 235);
}
.sellers h4{
font-family: 'bebas_neueregular';
font-size: 2em;
color: #ffffff;
line-height: 1.5em;
text-shadow: 0 1px 0 #1C6159;
padding: 10px 20px;
background: #4CCFC1;
}
.single-nav li {
list-style-image: url(../images/marker1.gif);
border-bottom: 1px dotted #E8E8E8;
}
.single-nav li a {
text-transform: capitalize;
font-size: 0.8725em;
color: #555555;
padding: 15px 20px;
display: block;
}
.single-nav li a:hover {
background: #FCFCFC;
color: #5EAFA5;
}
.banner-wrap{
padding-bottom: 5%;
}
.banner-wrap.bottom_banner.color_link .main_link {
border-color: #f0f0f0;
background: #4CCFC1;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
}
.main_link {
border: 5px solid #E5E5E5;
background: #FFF;
padding: 15px 20px 10px;
text-decoration: none!important;
text-align: center;
display: block;
min-height: 68px;
}
.banner-wrap.bottom_banner .main_link figure {
display: inline-block;
margin: 0 9px 0 0;
vertical-align: middle;
}
.banner-wrap.bottom_banner.color_link .main_link h5{
color: #fff;
}
.banner-wrap.bottom_banner .main_link h5 {
text-transform: uppercase;
margin: -5px 0 0 0;
display: inline-block;
text-align: left;
font-size: 16px;
line-height: 18px;
letter-spacing: -1px;
vertical-align: middle;
}
.banner-wrap.bottom_banner .main_link h5 span {
font-size:1.5em;
line-height: 29px;
}
.banner-wrap.bottom_banner.color_link .main_link p {
color: #fff;
}
.banner-wrap.bottom_banner.color_link .main_link:hover {
text-decoration: none;
background: #3CC395;
border-color: #f0f0f0;
}
.brands{
border:1px solid #ddd;
}
.brands h1{
background: #F3F3F3;
color: #333;
padding: 10px;
font-size: 1.3em;
}
.field{
padding: 10px;
text-align: center;
}
.field select {
font-family: 'Source Sans Pro', sans-serif;
border: 1px solid #F0EFEE;
background: #FFF;
color: #555;
outline: none;
padding: 4px;
font-size: 0.89em;
}
.field select.select1 {
width: 100%;
}
/* start tabs */
.tabs {
position: relative;
margin: 40px auto;
}
.tabs input {
position: absolute;
z-index: 1000;
width: 248px;
height: 44px;
left: 0px;
top: 0px;
opacity: 0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
cursor: pointer;
}
.tabs input#tab-2{
left: 257px;
}
.tabs input#tab-3{
left: 515px;
}
.tabs label {
font-family: 'bebas_neueregular';
cursor: pointer;
background: #FAFAFA;
font-size: 20px;
line-height: 45px;
height: 45px;
position: relative;
padding: 0 40px;
float: left;
display: block;
width: 20.3333%;
color:#999999;
font-weight: normal;
text-transform: capitalize;
text-align: center;
text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
-o-box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.tabs label:after {
content: '';
background: #fff;
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 2px;
display: block;
}
.tabs input:hover + label {
background: #3DC4B7;
color:#ffffff;
font-weight: normal;
}
.tabs label:first-of-type {
border-left: 1px solid rgb(241, 238, 238);
z-index: 4;
box-shadow: 0px 0 2px rgba(197, 197, 197, 1);
-webkit-box-shadow: 0px 0 2px rgba(197, 197, 197, 1);
-moz-box-shadow: 0px 0 2px rgba(197, 197, 197, 1);
-o-box-shadow: 0px 0 2px rgba(197, 197, 197, 1);
}
.tab-label-2 {
z-index: 3;
}
.tab-label-3 {
z-index: 2;
}
.tab-label-4 {
z-index: 1;
}
.tabs input:checked + label {
cursor:pointer;
color: #3DC4B6;
background: #fff;
z-index: 6;
}
.clear-shadow {
clear: both;
}
.content {
background: #fff;
position: relative;
width: 100%;
min-height: 450px;
z-index: 5;
border: 1px solid rgb(223, 223, 223);
box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
-o-box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
border-radius: 0 3px 3px 3px;
-webkit-border-radius: 0 3px 3px 3px;
-moz-border-radius: 0 3px 3px 3px;
-o-border-radius: 0 3px 3px 3px;
}
.content div {
width:98%;
position: absolute;
top: 0;
left: 0;
padding: 10px;
z-index: 1;
opacity: 0;
-webkit-transition: opacity linear 0.1s;
-moz-transition: opacity linear 0.1s;
-o-transition: opacity linear 0.1s;
-ms-transition: opacity linear 0.1s;
transition: opacity linear 0.1s;
}
.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
z-index: 100;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: opacity ease-out 0.2s 0.1s;
-moz-transition: opacity ease-out 0.2s 0.1s;
-o-transition: opacity ease-out 0.2s 0.1s;
-ms-transition: opacity ease-out 0.2s 0.1s;
transition: opacity ease-out 0.2s 0.1s;
}
.content div h2,.content div h3{
color: #398080;
}
.content div p {
text-align: left;
font-size: 0.85em;
color: #5c5c5c;
line-height: 2em;
font-family: 'Source Sans Pro', sans-serif;
}
.content ul li:before{
content: url('../images/arrow.png');
padding-top: 4px;
padding-right: 8px;
display: inline-block;
vertical-align: middle;
line-height: 2em;
}
.content ul{
margin-left: 20px;
}
.content ul li {
font-size: 0.8725em;
color: #555555;
font-family: 'Source Sans Pro', sans-serif;
}
/*--- slider-css --*/
.slider-top{
font-family: 'bebas_neueregular';
width: 100%;
height: 480px;
position: relative;
margin: 0px auto;
overflow: hidden;
background: transparent url(../images/slider_bg.jpg) repeat 0% 0%;
box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -1px 4px #32AC9D;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -1px 4px #32AC9D;
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -1px 4px #32AC9D;
-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -1px 4px #32AC9D;
-webkit-transition: background-position 1.4s ease-in-out 0.3s;
-moz-transition: background-position 1.4s ease-in-out 0.3s;
-o-transition: background-position 1.4s ease-in-out 0.3s;
-ms-transition: background-position 1.4s ease-in-out 0.3s;
transition: background-position 1.4s ease-in-out 0.3s;
}
/*----*/
.welcome-to{
float:right;
width:60%;
margin-top: 3em;
}
.da-img{
float:left;
width: 40%;
}
.welcome-to1{
float:left;
width:60%;
margin-top: 3em;
}
.da-img1{
float:right;
width: 40%;
}
.welcome-to h2{
color: #fff;
font-size: 66px;
white-space: nowrap;
z-index: 10;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
margin-left: 30px;
}
.welcome-to p {
font-family: 'Source Sans Pro', sans-serif;
color: #ECFFFD;
font-size: 18px;
line-height: 26px;
margin-left: 30px;
width: 83%;
margin-bottom: 3em;
}
.da-link {
margin-left: 30px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
border: 4px solid rgba(255, 255, 255, 1);
padding: 14px 40px 12px;
font-size: 2em;
line-height: 30px;
width: 110px;
text-align: center;
background: rgba(255, 255, 255, 0.13);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.da-slide {
margin: 4em 0;
}
/*----*/
.slider{
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides img{
max-width: 100% !important;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
.rslides_tabs{
background: none !important;
border: none;
box-shadow: none;
position: relative;
top: -90px;
z-index: 999;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
border:3px solid #38B4A7;
width: 8px;
height: 8px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
background: #38B4A7;
margin: 3px;
cursor: pointer;
box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-o-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
}
.callbacks_here a:after{
border:3px solid #38B4A7;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.callbacks_tabs a{
visibility:hidden;
}
.callbacks_tabs li{
display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
position: absolute;
bottom: 14px;
z-index: 999;
left: 47%;
}
.callbacks_nav {
-webkit-tap-highlight-color: rgba(0,0,0,0);
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
background: #38B4A7 url(../images/arrows.png) no-repeat -2px 3px;
position: absolute;
top: 50%;
height: 36px;
width: 36px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
left:0;
cursor: pointer;
z-index: 2000;
box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-o-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
-webkit-transition: opacity 0.4s ease-in-out 0.2s;
-moz-transition: opacity 0.4s ease-in-out 0.2s;
-o-transition: opacity 0.4s ease-in-out 0.2s;
-ms-transition: opacity 0.4s ease-in-out 0.2s;
transition: opacity 0.4s ease-in-out 0.2s;
}
.callbacks_nav.next {
left: auto;
background-position: -36px 3px;
right: 0;
}
/*-- slider-mediaqueries --*/
@media(max-width:640px){
.callbacks_tabs a:after {
height: 10px;
width: 10px;
}
}
@media(max-width:480px){
.callbacks_tabs a:after {
height:8px;
width: 8px;
}
ul.callbacks_tabs.callbacks1_tabs {
bottom: 10px;
left: 4px;
}
}
/*----*/
/******** SAP ************/
.sap_tabs{
clear:both;
padding: 0em 0 2em;
}
.tab_box{
background:#fd926d;
padding: 2em;
}
.top1{
margin-top: 2%;
}
.resp-tabs-list {
list-style: none;
padding: 2em 9px 1em;
margin: 0 auto;
}
.resp-tab-item{
font-size: 1em;
cursor: pointer;
padding: 6px 25px ;
display: inline-block;
margin: 0;
text-align: center;
list-style: none;
color: #555555;
cursor: pointer;
text-transform: capitalize;
outline: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-family: 'Source Sans Pro', sans-serif;
margin: 0 0.5em 0;
}
.resp-tab-active{
background: #3CC395;
text-shadow: none;
color: #fff;
}
.resp-tabs-container {
padding: 0px;
background-color: #fff;
clear: left;
}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
.tab_img{
padding:1em 0em;
}
.col-m-3{
float:left;
width:23.5%;
margin-right:2%;
position: relative;
-webkit-filter: grayscale(50%);
transition: all 300ms!important;
-webkit-transition: all 300ms!important;
-moz-transition: all 300ms!important;
}
.col-m-3 img{
width:100%;
}
.col-m-3:nth-child(4){
margin-right:0%;
}
.col-m-3 .label {
font-family: 'Source Sans Pro', sans-serif;
position: absolute;
width: 100%;
height:40px;
bottom:-7px;
background: rgba(76, 207, 193, 0.72);
opacity:0;
cursor: pointer;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
.col-m-3 .label-text {
text-transform: uppercase;
color:#fff;
padding:4px 8px;
font-size: 16px;
}
.col-m-3 .text-category {
color: #555555;
display:block;
font-size:9px;
font-size: 12px;
text-transform:uppercase;
}
.col-m-3 a:hover .label {
bottom: 0;
opacity: 1;
filter: alpha(opacity=99);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
/*--typo-single--*/
.thumb-image img{
}
.thumb-image > img { width: 100%; }
/* end tabs */
/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
.wrap{
width:95%;
}
.h_menu ul li a {
padding: 10px 12px;
}
.span1_of_1 {
width: 52.3333%;
}
.span1_of_1_des {
width: 42.3333%;
float: left;
}
}
@media only screen and (max-width: 1280px) {
.wrap{
width:95%;
}
.h_menu ul li a {
padding: 10px 10px;
}
.desc1 h3 {
font-size: 1.4em;
}
.product-image {
width: 350px;
}
}
@media only screen and (max-width: 1024px) {
.wrap{
width:95%;
}
.h_search input[type="submit"] {
width: 10.33%;
}
.h_menu ul li a {
padding: 10px 4px;
}
.grid1_of_3 h3 {
font-size: 1.5em;
}
.span1_of_1 {
width: 56.3333%;
}
.span1_of_1_des {
width: 38.3333%;
}
.single-nav li a {
padding: 10px 10px;
}
}
@media only screen and (max-width: 800px) {
.wrap{
width:95%;
}
.h_search {
display: none;
}
.h_icon {
width: 18.777%;
}
.h_menu {
display: none;
}
.header_sub {
padding: 1% 2%;
}
.top-nav {
display: block;
}
.ser-main {
float: none;
width: 100%;
margin-right: 0;
}
.left_sidebar {
width: 100%;
float: none;
margin-left: 0%;
}
.ser-grid-list h5 a {
font-size: 1.5em;
}
.grid1_of_4 {
float: left;
width: 45.333%;
margin-top: 2.3333%;
}
.grid1_of_4:nth-child(3){
margin-left: 0;
}
.price h4 {
font-size: 1.4em;
}
.left_content {
width: 100%;
float: none;
}
.span1_of_1 {
width: 54.3333%;
}
.span1_of_1_des {
width: 42.3333%;
}
.tabs input {
width: 226px;
}
.tabs input#tab-2 {
left: 220px;
}
.tabs input#tab-3 {
left: 444px;
}
.desc1 h5 {
font-size: 1.4em;
}
.btn_form {
margin-top: 4%;
}
/*----*/
.da-slide h2 {
font-size: 50px;
}
.da-slide p {
margin-left:0px;
}
/*----*/
.col-m-3 .label-text {
font-size: 14px;
}
}
@media only screen and (max-width: 640px){
.wrap{
width:95%;
}
.search_box {
margin-right: 0;
}
#filters li span {
padding: 10px 20px;
}
.price h4 {
font-size: 1.2em;
}
.span1_of_1 {
float:none;
width: 100%;
}
.span1_of_1_des {
margin-top:4%;
float:none;
width: 100%;
margin-left: 0;
}
.tabs input {
width: 75px;
}
.tabs label {
width: 18.3333%;
}
/*----*/
.da-slide h2 {
font-size: 30px;
}
.da-slide p {
margin-bottom:2em;
}
/*----*/
.col-m-3 .label-text {
font-size: 12px;
}
.da-link {
margin-left: 0px;
padding: 6px 22px 6px;
font-size: 1em;
width: 73px;
}
.da-slide {
margin: 2em 0 3em;
}
.slider-top {
height: 410px;
}
ul.callbacks_tabs.callbacks1_tabs {
left: 41%;
}
}
@media only screen and (max-width: 480px) {
.wrap{
width:95%;
}
.h_icon {
width: 25.777%;
}
.search_box {
width: 44.3333%;
}
.grid1_of_3 {
float: none;
width: 99.333%;
margin-left: 0%;
margin-bottom: 4%;
}
.grid1_of_4 {
margin-left:0;
float: none;
width: 99.333%;
}
.ser-grid-list {
float: none;
width: 100%;
margin-left: 0%;
margin-bottom: 4%;
}
.ser-grid-list h5 {
margin: 2% 0 1%;
}
.tabs input {
width: 99%;
}
.tabs label {
width: 100%;
float:none;
padding: 0;
}
.tabs input#tab-2 {
left: 0px;
}
.tabs input#tab-3 {
left: 0px;
}
.tabs input#tab-4 {
left: 0px;
}
.content div {
width: 94%;
}
.product-essential {
padding: 5px;
}
/*----*/
.da-slide h2 {
margin-left:10px;
font-size: 30px;
}
.da-slide p {
margin-left:10px;
font-size: 13px;
}
.da-slider {
min-width: 300px;
}
/*----*/
.col-m-3 {
width: 47.5%;
}
.col-m-3:nth-child(2) {
margin-right:0;
}
.resp-tab-item {
padding: 6px 15px;
margin:0;
}
.slider-top {
height: 300px;
}
.da-img {
width: 25%;
}
.welcome-to {
width: 73%;
margin-top: 0em;
}
.da-link {
padding: 6px 14px 6px;
font-size: 0.9em;
}
}
@media only screen and (max-width: 320px) {
.wrap{
width:95%;
}
.h_icon {
width: 34.777%;
}
.search_box {
width: 60.3333%;
}
.product-essential {
padding: 0px;
}
.tabs {
margin: 10px auto;
}
.col-m-3 .label-text {
font-size: 11px;
}
.welcome-to p {
line-height: 18px;
}
.da-slide p {
margin-bottom: 1em;
}
.da-slide {
margin: 1em 0 2em;
}
.slider-top {
height: 269px;
}
ul.callbacks_tabs.callbacks1_tabs {
left: 29%;
}
.callbacks_nav {
top: 39%;
height: 28px;
width: 28px;
}
.callbacks_nav {
background: #38B4A7 url(../images/arrows.png) no-repeat -4px -1px;
}
.callbacks_nav.next {
background-position: -39px 0px;
}
.da-link {
border: 2px solid rgba(255, 255, 255, 1);
} | 0.321993 | 0.053899 |
:root {
--background: #F7F7FF;
--black: #131112;
--grey: #60656f;
--green: #70c1b3;
--red: #f25f5c;
--blue: #279af1;
--yellow: #fac345;
--default_transition: all 0.3s ease-in-out;
--default_box_shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--highlight_box_shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.3), 0px 3px 6px 0 rgba(0, 0, 0, 0.18);
}
html {
font-family: 'Montserrat', sans-serif;
overflow: hidden;
-ms-overflow-style: none;
scrollbar-width: none;
overflow-y: scroll;
animation: fadein 1s;
}
html::-webkit-scrollbar {
display: none;
}
body {
color: var(--black);
background-color: var(--background);
max-width: 65%;
margin: 0 auto;
}
h2 {
margin: 0;
}
h3 {
color: var(--grey);
}
input {
font-size: large;
padding: .2em;
border: none;
border-bottom: .1em solid var(--black);
background-color: var(--background);
width: fit-content;
width: 100%;
margin-bottom: .5em;
}
button {
outline: none;
cursor: pointer;
box-shadow: var(--default_box_shadow);
border: none;
border-radius: 1em;
font-size: large;
font-weight: bold;
color: #eae8e8;
background-color: var(--blue);
height: 2.5em;
width: 100%;
text-align: center;
animation: fadein 1s;
transition: var(--default_transition);
}
button:hover {
color: var(--black);
background-color: var(--background);
box-shadow: var(--highlight_box_shadow);
transition: var(--default_transition);
}
button#another_search {
animation: fadein 1s;
display: none;
}
.profile {
display: flex;
flex-wrap: wrap;
margin-top: 2em;
padding-left: 1em;
margin-left: 1em;
border-left: solid .3em var(--blue);
}
.profile>* {
flex: 0 50%;
}
.profile_buttons {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
float: right;
margin-left: auto;
max-height: 1.6em;
}
.profile_buttons a {
display: inline-block;
margin-right: 1em;
max-height: 1.6em;
max-width: 1.6em;
padding: 1em;
background-color: var(--blue);
border-radius: 100%;
box-shadow: var(--default_box_shadow);
}
#logout {
background-color: var(--red);
}
.profile_buttons a:last-child {
margin-right: 1em;
}
.profile_buttons a:hover {
background-color: var(--background) !important;
transition: var(--default_transition);
}
.profile_buttons a img {
max-height: inherit;
max-width: inherit;
display: block;
margin-left: auto;
margin-right: auto
}
.container {
display: flex;
flex-direction: column;
margin-top: 2em;
padding-left: 1em;
margin-left: 1em;
border-left: solid .3em var(--blue);
}
.expanded {
max-height: 100% !important;
}
#following,
#favorites,
#changes {
max-height: 20em;
overflow: hidden;
}
.listing_container {
animation: fadein 1s;
display: flex;
box-shadow: var(--default_box_shadow);
border-radius: .5em;
margin: 1em;
}
.listing_container a:last-child {
width: 100%;
}
.listing_container:hover {
transition: var(--default_transition);
animation: fadein 1s;
background-color: var(--blue);
}
.index {
padding-left: .6em;
padding-right: .6em;
min-height: 5em;
height: 100%;
cursor: pointer;
display: flex;
position: relative;
justify-content: center;
vertical-align: middle;
flex-wrap: wrap;
margin-top: auto;
margin-bottom: auto;
border-top-left-radius: .5em;
border-bottom-left-radius: .5em;
transition: var(--default_transition);
}
.index:hover {
box-shadow: var(--highlight_box_shadow);
}
.index img {
margin-bottom: auto;
margin-top: auto;
width: 1.6em;
}
.change img {
margin-bottom: 0;
}
a.decrease {
transition: var(--default_transition);
background-color: var(--green);
}
h3.decrease {
color: var(--green);
}
a.increase {
transition: var(--default_transition);
background-color: var(--red);
}
h3.increase {
color: var(--red);
}
.ignore {
transition: var(--default_transition);
}
.change h3 {
width: 3em;
margin-top: auto;
margin-bottom: auto;
vertical-align: middle;
text-align: center;
font-size: large;
color: var(--black);
}
.change:hover h3 {
color: var(--black);
}
.change:hover img {
filter: none;
}
.rm:hover {
transition: var(--default_transition);
background-color: var(--red);
}
.rm img {
vertical-align: middle;
}
.rm:hover img {
filter: none !important;
}
.fav:hover {
transition: var(--default_transition);
background-color: var(--yellow);
}
.fav h3 {
font-size: x-large;
color: var(--black);
}
.fav h3 {
margin-top: auto;
margin-bottom: auto;
vertical-align: middle;
text-align: center;
}
.fav:hover h3 {
color: var(--black) !important;
}
.fav img {
margin-bottom: auto;
vertical-align: middle;
width: 1.6em;
}
.fav:hover img {
filter: none !important;
}
.listing_container_placeholder {
display: none;
}
.listing {
width: 100%;
background-color: var(--background);
display: flex;
flex-direction: row;
min-height: 5em;
box-shadow: var(--default_box_shadow);
border-top-right-radius: .5em;
border-bottom-right-radius: .5em;
}
.listing.empty_text {
box-shadow: none;
min-height: 1em;
}
.listing h3.listing_title {
width: 100%;
float: left;
padding-left: .5em;
}
.listing h3 {
margin: 0;
float: left;
padding-left: .5em;
}
.listing img {
display: block;
float: left;
margin-top: auto;
margin-bottom: auto;
margin-left: .5em;
object-fit: cover;
width: 4.5em;
height: 4.5em;
border-radius: 100%;
}
.listing_details {
display: block;
float: right;
width: 90%;
margin-top: auto;
margin-bottom: auto;
}
.prm {
display: inline;
}
.prm h3 {
margin-block-start: 0;
padding-left: 0;
}
.prm * img {
border-radius: 0;
padding-right: .1em;
height: 1em;
width: 1em;
}
.center-text {
display: block;
align-self: center;
justify-self: center;
margin-left: auto;
margin-right: auto;
}
.search {
display: inline-block;
}
.search .parameters {
padding: 1em;
margin-top: 1em;
margin-right: 1em;
float: left;
width: 15em;
box-shadow: var(--default_box_shadow);
}
.parameters * {
font-size: large;
}
.form_buttons {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
position: relative;
justify-content: center;
vertical-align: middle;
}
.form_buttons button {
margin-left: auto;
margin-right: auto;
width: 45%;
}
.parameters h3 {
color: var(--blue);
padding: 0%;
margin: 0%;
}
.parameters .liniar {
display: flex;
justify-content: space-between;
}
.liniar input {
margin-top: 0%;
background-color: var(--background);
width: 50%;
}
.liniar input:first-child {
margin-right: .1em;
background-color: var(--background);
width: 50%;
}
.liniar input:last-child {
margin-left: .1em;
background-color: var(--background);
width: 50%;
}
#search_results {
display: none;
animation: fadein 1s;
}
#changes_loader,
#follows_loader {
display: inherit;
text-align: center;
margin-top: auto;
margin-bottom: auto;
display: inline;
}
.loading {
display: none;
text-align: center;
margin-top: auto;
margin-bottom: auto;
height: 100%;
animation: blinker 1s linear infinite;
text-shadow: 0 0 1px white;
}
@keyframes blinker {
50% {
opacity: 0;
}
}
#bottom_spacing {
padding-bottom: 10%;
}
.error_box {
color: var(--black);
display: flex;
width: auto;
padding: 1em;
text-align: center;
padding-left: 5em;
padding-right: 5em;
border: none;
background-color: var(--red);
border-radius: 1em;
} | app/static/dashboard.css | :root {
--background: #F7F7FF;
--black: #131112;
--grey: #60656f;
--green: #70c1b3;
--red: #f25f5c;
--blue: #279af1;
--yellow: #fac345;
--default_transition: all 0.3s ease-in-out;
--default_box_shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
--highlight_box_shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.3), 0px 3px 6px 0 rgba(0, 0, 0, 0.18);
}
html {
font-family: 'Montserrat', sans-serif;
overflow: hidden;
-ms-overflow-style: none;
scrollbar-width: none;
overflow-y: scroll;
animation: fadein 1s;
}
html::-webkit-scrollbar {
display: none;
}
body {
color: var(--black);
background-color: var(--background);
max-width: 65%;
margin: 0 auto;
}
h2 {
margin: 0;
}
h3 {
color: var(--grey);
}
input {
font-size: large;
padding: .2em;
border: none;
border-bottom: .1em solid var(--black);
background-color: var(--background);
width: fit-content;
width: 100%;
margin-bottom: .5em;
}
button {
outline: none;
cursor: pointer;
box-shadow: var(--default_box_shadow);
border: none;
border-radius: 1em;
font-size: large;
font-weight: bold;
color: #eae8e8;
background-color: var(--blue);
height: 2.5em;
width: 100%;
text-align: center;
animation: fadein 1s;
transition: var(--default_transition);
}
button:hover {
color: var(--black);
background-color: var(--background);
box-shadow: var(--highlight_box_shadow);
transition: var(--default_transition);
}
button#another_search {
animation: fadein 1s;
display: none;
}
.profile {
display: flex;
flex-wrap: wrap;
margin-top: 2em;
padding-left: 1em;
margin-left: 1em;
border-left: solid .3em var(--blue);
}
.profile>* {
flex: 0 50%;
}
.profile_buttons {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
float: right;
margin-left: auto;
max-height: 1.6em;
}
.profile_buttons a {
display: inline-block;
margin-right: 1em;
max-height: 1.6em;
max-width: 1.6em;
padding: 1em;
background-color: var(--blue);
border-radius: 100%;
box-shadow: var(--default_box_shadow);
}
#logout {
background-color: var(--red);
}
.profile_buttons a:last-child {
margin-right: 1em;
}
.profile_buttons a:hover {
background-color: var(--background) !important;
transition: var(--default_transition);
}
.profile_buttons a img {
max-height: inherit;
max-width: inherit;
display: block;
margin-left: auto;
margin-right: auto
}
.container {
display: flex;
flex-direction: column;
margin-top: 2em;
padding-left: 1em;
margin-left: 1em;
border-left: solid .3em var(--blue);
}
.expanded {
max-height: 100% !important;
}
#following,
#favorites,
#changes {
max-height: 20em;
overflow: hidden;
}
.listing_container {
animation: fadein 1s;
display: flex;
box-shadow: var(--default_box_shadow);
border-radius: .5em;
margin: 1em;
}
.listing_container a:last-child {
width: 100%;
}
.listing_container:hover {
transition: var(--default_transition);
animation: fadein 1s;
background-color: var(--blue);
}
.index {
padding-left: .6em;
padding-right: .6em;
min-height: 5em;
height: 100%;
cursor: pointer;
display: flex;
position: relative;
justify-content: center;
vertical-align: middle;
flex-wrap: wrap;
margin-top: auto;
margin-bottom: auto;
border-top-left-radius: .5em;
border-bottom-left-radius: .5em;
transition: var(--default_transition);
}
.index:hover {
box-shadow: var(--highlight_box_shadow);
}
.index img {
margin-bottom: auto;
margin-top: auto;
width: 1.6em;
}
.change img {
margin-bottom: 0;
}
a.decrease {
transition: var(--default_transition);
background-color: var(--green);
}
h3.decrease {
color: var(--green);
}
a.increase {
transition: var(--default_transition);
background-color: var(--red);
}
h3.increase {
color: var(--red);
}
.ignore {
transition: var(--default_transition);
}
.change h3 {
width: 3em;
margin-top: auto;
margin-bottom: auto;
vertical-align: middle;
text-align: center;
font-size: large;
color: var(--black);
}
.change:hover h3 {
color: var(--black);
}
.change:hover img {
filter: none;
}
.rm:hover {
transition: var(--default_transition);
background-color: var(--red);
}
.rm img {
vertical-align: middle;
}
.rm:hover img {
filter: none !important;
}
.fav:hover {
transition: var(--default_transition);
background-color: var(--yellow);
}
.fav h3 {
font-size: x-large;
color: var(--black);
}
.fav h3 {
margin-top: auto;
margin-bottom: auto;
vertical-align: middle;
text-align: center;
}
.fav:hover h3 {
color: var(--black) !important;
}
.fav img {
margin-bottom: auto;
vertical-align: middle;
width: 1.6em;
}
.fav:hover img {
filter: none !important;
}
.listing_container_placeholder {
display: none;
}
.listing {
width: 100%;
background-color: var(--background);
display: flex;
flex-direction: row;
min-height: 5em;
box-shadow: var(--default_box_shadow);
border-top-right-radius: .5em;
border-bottom-right-radius: .5em;
}
.listing.empty_text {
box-shadow: none;
min-height: 1em;
}
.listing h3.listing_title {
width: 100%;
float: left;
padding-left: .5em;
}
.listing h3 {
margin: 0;
float: left;
padding-left: .5em;
}
.listing img {
display: block;
float: left;
margin-top: auto;
margin-bottom: auto;
margin-left: .5em;
object-fit: cover;
width: 4.5em;
height: 4.5em;
border-radius: 100%;
}
.listing_details {
display: block;
float: right;
width: 90%;
margin-top: auto;
margin-bottom: auto;
}
.prm {
display: inline;
}
.prm h3 {
margin-block-start: 0;
padding-left: 0;
}
.prm * img {
border-radius: 0;
padding-right: .1em;
height: 1em;
width: 1em;
}
.center-text {
display: block;
align-self: center;
justify-self: center;
margin-left: auto;
margin-right: auto;
}
.search {
display: inline-block;
}
.search .parameters {
padding: 1em;
margin-top: 1em;
margin-right: 1em;
float: left;
width: 15em;
box-shadow: var(--default_box_shadow);
}
.parameters * {
font-size: large;
}
.form_buttons {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
position: relative;
justify-content: center;
vertical-align: middle;
}
.form_buttons button {
margin-left: auto;
margin-right: auto;
width: 45%;
}
.parameters h3 {
color: var(--blue);
padding: 0%;
margin: 0%;
}
.parameters .liniar {
display: flex;
justify-content: space-between;
}
.liniar input {
margin-top: 0%;
background-color: var(--background);
width: 50%;
}
.liniar input:first-child {
margin-right: .1em;
background-color: var(--background);
width: 50%;
}
.liniar input:last-child {
margin-left: .1em;
background-color: var(--background);
width: 50%;
}
#search_results {
display: none;
animation: fadein 1s;
}
#changes_loader,
#follows_loader {
display: inherit;
text-align: center;
margin-top: auto;
margin-bottom: auto;
display: inline;
}
.loading {
display: none;
text-align: center;
margin-top: auto;
margin-bottom: auto;
height: 100%;
animation: blinker 1s linear infinite;
text-shadow: 0 0 1px white;
}
@keyframes blinker {
50% {
opacity: 0;
}
}
#bottom_spacing {
padding-bottom: 10%;
}
.error_box {
color: var(--black);
display: flex;
width: auto;
padding: 1em;
text-align: center;
padding-left: 5em;
padding-right: 5em;
border: none;
background-color: var(--red);
border-radius: 1em;
} | 0.623835 | 0.145479 |
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1468392799'); /* IE9*/
src: url('iconfont.eot?t=1468392799#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff?t=1468392799') format('woff'), /* chrome, firefox */
url('iconfont.ttf?t=1468392799') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=1468392799#iconfont') format('svg'); /* iOS 4.1- */
}
.icon {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-400:before { content: "\e636"; }
.icon-401:before { content: "\e637"; }
.icon-404:before { content: "\e638"; }
.icon-429:before { content: "\e639"; }
.icon-500:before { content: "\e63a"; }
.icon-503:before { content: "\e63b"; }
.icon-504:before { content: "\e63c"; }
.icon-add:before { content: "\e63d"; }
.icon-add1:before { content: "\e63e"; }
.icon-add2:before { content: "\e63f"; }
.icon-applicationstore:before { content: "\e640"; }
.icon-ask:before { content: "\e641"; }
.icon-boss:before { content: "\e642"; }
.icon-business:before { content: "\e643"; }
.icon-choice:before { content: "\e644"; }
.icon-chooseright:before { content: "\e645"; }
.icon-circleoffriends:before { content: "\e646"; }
.icon-circular:before { content: "\e647"; }
.icon-circular2:before { content: "\e648"; }
.icon-collection:before { content: "\e649"; }
.icon-comment:before { content: "\e64a"; }
.icon-commodity:before { content: "\e64b"; }
.icon-customerservicehotline:before { content: "\e64c"; }
.icon-delete:before { content: "\e64d"; }
.icon-delete1:before { content: "\e64e"; }
.icon-delete2:before { content: "\e64f"; }
.icon-delivergoods:before { content: "\e650"; }
.icon-down:before { content: "\e651"; }
.icon-edit:before { content: "\e652"; }
.icon-forward:before { content: "\e653"; }
.icon-goodsreceipt:before { content: "\e654"; }
.icon-information:before { content: "\e655"; }
.icon-left:before { content: "\e656"; }
.icon-left1:before { content: "\e657"; }
.icon-left2:before { content: "\e658"; }
.icon-link:before { content: "\e659"; }
.icon-list:before { content: "\e612"; }
.icon-lock:before { content: "\e613"; }
.icon-menu:before { content: "\e614"; }
.icon-comment1:before { content: "\e615"; }
.icon-menu1:before { content: "\e616"; }
.icon-message:before { content: "\e617"; }
.icon-messagecenter:before { content: "\e618"; }
.icon-mycollection:before { content: "\e619"; }
.icon-opinion:before { content: "\e61a"; }
.icon-order:before { content: "\e61b"; }
.icon-order1:before { content: "\e61c"; }
.icon-personal:before { content: "\e61d"; }
.icon-phone:before { content: "\e61e"; }
.icon-phone1:before { content: "\e61f"; }
.icon-picture:before { content: "\e620"; }
.icon-plus:before { content: "\e621"; }
.icon-plus1:before { content: "\e622"; }
.icon-reduce:before { content: "\e623"; }
.icon-reduce1:before { content: "\e624"; }
.icon-right:before { content: "\e625"; }
.icon-right1:before { content: "\e626"; }
.icon-right2:before { content: "\e627"; }
.icon-search:before { content: "\e628"; }
.icon-securitycenter:before { content: "\e629"; }
.icon-coupon:before { content: "\e62b"; }
.icon-data:before { content: "\e62c"; }
.icon-member:before { content: "\e62d"; }
.icon-setup:before { content: "\e62e"; }
.icon-shop:before { content: "\e62f"; }
.icon-shop1:before { content: "\e630"; }
.icon-shoplist:before { content: "\e631"; }
.icon-shoppingguide:before { content: "\e632"; }
.icon-star:before { content: "\e633"; }
.icon-star1:before { content: "\e634"; }
.icon-time:before { content: "\e635"; }
.icon-triangle:before { content: "\e600"; }
.icon-triangle1:before { content: "\e601"; }
.icon-upward:before { content: "\e602"; }
.icon-warning:before { content: "\e603"; }
.icon-warning1:before { content: "\e604"; }
.icon-withdrawals:before { content: "\e605"; }
.icon-yes:before { content: "\e606"; }
.icon-sure:before { content: "\e607"; }
.icon-buffer:before { content: "\e608"; }
.icon-commission:before { content: "\e609"; }
.icon-data1:before { content: "\e60a"; }
.icon-integral:before { content: "\e60b"; }
.icon-integrallift:before { content: "\e60c"; }
.icon-integralrecord:before { content: "\e60d"; }
.icon-introduce:before { content: "\e60e"; }
.icon-presentrecord:before { content: "\e60f"; }
.icon-salesrecords:before { content: "\e610"; }
.icon-warning2:before { content: "\e611"; }
.icon-home:before { content: "\e65a"; }
.icon-people:before { content: "\e65b"; }
.icon-classification:before { content: "\e65c"; }
.icon-people1:before { content: "\e62a"; }
.icon-commodity2:before { content: "\e65d"; }
.icon-circular4:before { content: "\e65e"; }
.icon-coupon1:before { content: "\e65f"; }
.icon-shop3:before { content: "\e660"; } | resources/assets/fonts/iconfont.css | @font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1468392799'); /* IE9*/
src: url('iconfont.eot?t=1468392799#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff?t=1468392799') format('woff'), /* chrome, firefox */
url('iconfont.ttf?t=1468392799') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=1468392799#iconfont') format('svg'); /* iOS 4.1- */
}
.icon {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-400:before { content: "\e636"; }
.icon-401:before { content: "\e637"; }
.icon-404:before { content: "\e638"; }
.icon-429:before { content: "\e639"; }
.icon-500:before { content: "\e63a"; }
.icon-503:before { content: "\e63b"; }
.icon-504:before { content: "\e63c"; }
.icon-add:before { content: "\e63d"; }
.icon-add1:before { content: "\e63e"; }
.icon-add2:before { content: "\e63f"; }
.icon-applicationstore:before { content: "\e640"; }
.icon-ask:before { content: "\e641"; }
.icon-boss:before { content: "\e642"; }
.icon-business:before { content: "\e643"; }
.icon-choice:before { content: "\e644"; }
.icon-chooseright:before { content: "\e645"; }
.icon-circleoffriends:before { content: "\e646"; }
.icon-circular:before { content: "\e647"; }
.icon-circular2:before { content: "\e648"; }
.icon-collection:before { content: "\e649"; }
.icon-comment:before { content: "\e64a"; }
.icon-commodity:before { content: "\e64b"; }
.icon-customerservicehotline:before { content: "\e64c"; }
.icon-delete:before { content: "\e64d"; }
.icon-delete1:before { content: "\e64e"; }
.icon-delete2:before { content: "\e64f"; }
.icon-delivergoods:before { content: "\e650"; }
.icon-down:before { content: "\e651"; }
.icon-edit:before { content: "\e652"; }
.icon-forward:before { content: "\e653"; }
.icon-goodsreceipt:before { content: "\e654"; }
.icon-information:before { content: "\e655"; }
.icon-left:before { content: "\e656"; }
.icon-left1:before { content: "\e657"; }
.icon-left2:before { content: "\e658"; }
.icon-link:before { content: "\e659"; }
.icon-list:before { content: "\e612"; }
.icon-lock:before { content: "\e613"; }
.icon-menu:before { content: "\e614"; }
.icon-comment1:before { content: "\e615"; }
.icon-menu1:before { content: "\e616"; }
.icon-message:before { content: "\e617"; }
.icon-messagecenter:before { content: "\e618"; }
.icon-mycollection:before { content: "\e619"; }
.icon-opinion:before { content: "\e61a"; }
.icon-order:before { content: "\e61b"; }
.icon-order1:before { content: "\e61c"; }
.icon-personal:before { content: "\e61d"; }
.icon-phone:before { content: "\e61e"; }
.icon-phone1:before { content: "\e61f"; }
.icon-picture:before { content: "\e620"; }
.icon-plus:before { content: "\e621"; }
.icon-plus1:before { content: "\e622"; }
.icon-reduce:before { content: "\e623"; }
.icon-reduce1:before { content: "\e624"; }
.icon-right:before { content: "\e625"; }
.icon-right1:before { content: "\e626"; }
.icon-right2:before { content: "\e627"; }
.icon-search:before { content: "\e628"; }
.icon-securitycenter:before { content: "\e629"; }
.icon-coupon:before { content: "\e62b"; }
.icon-data:before { content: "\e62c"; }
.icon-member:before { content: "\e62d"; }
.icon-setup:before { content: "\e62e"; }
.icon-shop:before { content: "\e62f"; }
.icon-shop1:before { content: "\e630"; }
.icon-shoplist:before { content: "\e631"; }
.icon-shoppingguide:before { content: "\e632"; }
.icon-star:before { content: "\e633"; }
.icon-star1:before { content: "\e634"; }
.icon-time:before { content: "\e635"; }
.icon-triangle:before { content: "\e600"; }
.icon-triangle1:before { content: "\e601"; }
.icon-upward:before { content: "\e602"; }
.icon-warning:before { content: "\e603"; }
.icon-warning1:before { content: "\e604"; }
.icon-withdrawals:before { content: "\e605"; }
.icon-yes:before { content: "\e606"; }
.icon-sure:before { content: "\e607"; }
.icon-buffer:before { content: "\e608"; }
.icon-commission:before { content: "\e609"; }
.icon-data1:before { content: "\e60a"; }
.icon-integral:before { content: "\e60b"; }
.icon-integrallift:before { content: "\e60c"; }
.icon-integralrecord:before { content: "\e60d"; }
.icon-introduce:before { content: "\e60e"; }
.icon-presentrecord:before { content: "\e60f"; }
.icon-salesrecords:before { content: "\e610"; }
.icon-warning2:before { content: "\e611"; }
.icon-home:before { content: "\e65a"; }
.icon-people:before { content: "\e65b"; }
.icon-classification:before { content: "\e65c"; }
.icon-people1:before { content: "\e62a"; }
.icon-commodity2:before { content: "\e65d"; }
.icon-circular4:before { content: "\e65e"; }
.icon-coupon1:before { content: "\e65f"; }
.icon-shop3:before { content: "\e660"; } | 0.298185 | 0.070113 |
@import url(https://fonts.googleapis.com/css?family=Allan:700,400);
body, html {
width: 100%;
height: 100%;
}
body {
margin: 0;
background-color: mistyrose;
position: relative;
perspective: 800px;
overflow: hidden;
}
.envelope {
z-index: 2;
position: absolute;
width: 550px;
height: 366.66667px;
top: 50%;
left: 50%;
margin-top: -183.33333px;
margin-left: -275px;
transform-style: preserve-3d;
transform-origin: right center;
transition: transform 1s ease;
font-family: "Allan", sans-serif;
color: #1F1F1F;
}
.envelope .front, .envelope .back {
position: absolute;
width: 100%;
height: 100%;
background-color: #FFF;
border-radius: 5px;
box-shadow: 0 0 30px -5px #fbc0b9eb;
}
.envelope .front {
backface-visibility: hidden;
cursor: pointer;
display: table;
}
.envelope .front:focus {
outline: none;
}
.envelope .front .stamp {
transform: translate3d(0, 0, 1px);
position: absolute;
width: 80px;
height: 80px;
right: 10px;
top: 10px;
padding: 10px;
background: radial-gradient(rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 4px, #f6f6df 4px, #f6f6df);
background-size: 20px 20px;
background-position: -10px -10px;
}
.envelope .front .stamp:after {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #FFF;
border-radius: 2px;
}
.envelope .front .mail {
text-align: center;
display: table-cell;
vertical-align: middle;
}
.envelope .front .mail p {
font-weight: bold;
margin: 0;
}
.envelope .back .letter p {
font-size: 30px;
line-height: 20px;
letter-spacing: 2px;
color: #ff969f;
}
.envelope .front .mail p:first-child {
font-size: 50px;
line-height: 50px;
color: #ff969f;
}
.envelope .front .mail p:last-child {
font-size: 30px;
}
.envelope .back .letter p:nth-child(2) {
font-size: 30px;
color: black;
}
.envelope .back .letter p:nth-child(3) {
font-size: 30px;
color: #f57882;
margin-top: 150px;
float: right;
}
.envelope .back {
transform: rotateY(180deg) translate3d(0, 0, 1px);
}
.envelope .back .flip {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
.envelope .back .flip:before {
content: "";
position: absolute;
background-color: #FFF;
box-shadow: 0px 0px 100px #f5c1bc52;
}
.envelope .back .top-flip:before, .envelope .back .bottom-flip:before {
width: 388.90873px;
height: 388.90873px;
}
.envelope .back .top-flip {
z-index: 5;
transform-origin: top center;
}
.envelope .back .top-flip:before {
transform-origin: top left;
transform: rotate(-45deg);
border-bottom-left-radius: 50px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.envelope .back .bottom-flip {
z-index: 4;
}
.envelope .back .bottom-flip:before {
transform-origin: left bottom;
transform: rotate(45deg) translate(-15px, -15px);
border-top-left-radius: 100px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
}
.envelope .back .left-flip:before, .envelope .back .right-flip:before {
width: 269.27249px;
height: 269.27249px;
top: -5px;
}
.envelope .back .left-flip {
z-index: 3;
}
.envelope .back .left-flip:before {
transform-origin: top left;
transform: rotate(45deg);
border-top-left-radius: 20px;
border-bottom-right-radius: 30px;
border-top-right-radius: 5px;
}
.envelope .back .right-flip {
z-index: 2;
}
.envelope .back .right-flip:before {
right: 0;
transform-origin: top right;
transform: rotate(-45deg);
border-top-right-radius: 20px;
border-bottom-left-radius: 30px;
border-top-left-radius: 5px;
}
.envelope .back .letter {
z-index: 1;
position: absolute;
top: 5px;
left: 10px;
width: 530px;
height: 346.66667px;
background-color: #FFF;
border-radius: 5px;
padding: 0 30px;
box-sizing: border-box;
box-shadow: 0px 1px 100px #fbc0b9eb;
}
.envelope .back .letter div {
position: relative;
margin-top: 25px;
}
.envelope .back .letter label {
position: absolute;
font-size: 16px;
line-height: 20px;
opacity: 0;
top: -15px;
transition: all 0.1s linear;
color: #ADADAD;
}
.envelope .back .letter label.show {
opacity: 1;
top: -18px;
}
.envelope .back .letter label.focus {
color: inherit;
}
.envelope .back .letter ::placeholder {
color: #ADADAD;
}
.envelope .back .letter input[type=text], .envelope .back .letter textarea {
border: none;
box-sizing: border-box;
width: 100%;
padding: 5px;
margin: 0;
background-color: #F6F6DF;
}
.envelope .back .letter input:focus, .envelope .back .letter textarea:focus {
outline: none;
}
.envelope .back .letter input, .envelope .back .letter textarea {
font-family: "Allan", sans-serif;
font-size: 20px;
}
.envelope .back .letter input[type=text] {
height: 33px;
}
.envelope .back .letter input[type=submit] {
font-weight: bold;
cursor: pointer;
border: none;
border-radius: 2px;
padding: 5px 20px;
background-color: #e7e1bc;
margin: 0;
transition: all 0.1s linear;
}
.envelope .back .letter input[type=submit]:hover {
background-color: #DCD0AA;
}
.envelope .back .letter textarea {
resize: none;
height: 117.66667px;
}
.envelope.new {
animation: new 1s forwards;
}
.envelope.open {
animation: open 3s forwards;
}
.envelope.open .top-flip {
animation: flip-open 1s 1s forwards;
}
.envelope.open .letter {
animation: letter-out 1s 2s forwards;
}
.envelope.send {
animation: send 4s forwards;
}
.envelope.send .top-flip {
transform: rotateX(-180deg);
z-index: -1;
animation: flip-close 1s 1s forwards;
}
.envelope.send .letter {
animation: letter-in 1s forwards;
}
@keyframes new {
0% {
left: 0%;
margin-left: -550px;
}
100% {
left: 50%;
margin-left: -275px;
}
}
@keyframes open {
0% {
transform: translate3d(0, 0, 0) rotateY(0);
}
33.333% {
transform: translate3d(-100%, 0, 0) rotateY(-180deg);
}
66.666% {
transform: translate3d(-100%, 0, 0) rotateY(-180deg);
}
100% {
transform: translate3d(-100%, 733.33333px, 0) rotateY(-180deg);
}
}
@keyframes flip-open {
0% {
transform: rotateX(0deg);
z-index: 5;
}
50% {
transform: rotateX(0deg);
z-index: 5;
}
100% {
transform: rotateX(-180deg);
z-index: -1;
}
}
@keyframes letter-out {
0% {
transform: translate3d(0, 0, 0);
box-shadow: 0 0px 30px -5px #fbc0b9eb;
}
100% {
transform: translate3d(0, -733.33333px, 0);
box-shadow: 0 0px 30px -5px #fbc0b9eb;
}
}
@keyframes send {
0% {
transform: translate3d(-100%, 733.33333px, 0) rotateY(-180deg);
left: 50%;
margin-left: -275px;
}
25% {
transform: translate3d(-100%, 0, 0) rotateY(-180deg);
left: 50%;
margin-left: -275px;
}
50% {
transform: translate3d(-100%, 0, 0) rotateY(-180deg);
left: 50%;
margin-left: -275px;
}
75% {
transform: translate3d(0, 0, 0) rotateY(0deg);
left: 50%;
margin-left: -275px;
}
100% {
transform: translate3d(0, 0, 0) rotateY(0deg);
left: 100%;
margin-left: 20px;
}
}
@keyframes flip-close {
0% {
transform: rotateX(-180deg);
z-index: -1;
}
50% {
transform: rotateX(0deg);
z-index: 5;
}
100% {
transform: rotateX(0deg);
z-index: 5;
}
}
@keyframes letter-in {
0% {
transform: translate3d(0, -733.33333px, 0);
box-shadow: inset 0 0px 30px -5px #a87e50, 0 0 20px -5px;
}
100% {
transform: translate3d(0, 0, 0);
box-shadow: inset 0 0px 30px -5px #b08c5b, 0 0 10px -5px;
}
}
.cake {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 200px;
height: 40px;
background: #745a4a;
border-radius: 100%;
box-shadow: 0px 4px 0px #6B5344, 0px 8px 0px #6B5344, 0px 12px 0px #6B5344, 0px 16px 0px #6B5344, 0px 20px 0px #6B5344, 0px 24px 0px #6B5344, 0px 28px 0px #6B5344, 0px 32px 0px #2fabde, 0px 36px 0px #2fabde, 0px 40px 0px #F8ECC9, 0px 44px 0px #F8ECC9, 0px 48px 0px #F8ECC9, 0px 52px 0px #F8ECC9, 0px 56px 0px #6B5344, 0px 60px 0px #6B5344, 0px 64px 0px #6B5344, 0px 68px 0px #6B5344, 0px 72px 0px #6B5344, 0px 76px 0px #6B5344, 0px 80px 0px #6B5344;
}
.cake:before {
position: absolute;
right: 0;
top: 79px;
left: -25px;
margin: auto;
content: "";
width: 250px;
height: 50px;
border-radius: 100%;
background: #fff;
box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
z-index: -1;
}
.candle {
background: #ffffff;
border-top-left-radius: 40%;
border-top-right-radius: 40%;
position: absolute;
bottom: 70%;
left: 50%;
margin-left: -2.5px;
margin-top: -8.3333333333px;
width: 10px;
height: 50px;
}
.candle:after, .candle:before {
background: rgba(255, 0, 0, 0.4);
content: "";
position: absolute;
width: 100%;
height: 5px;
}
.candle:after {
top: 25%;
left: 0;
}
.candle:before {
top: 45%;
left: 0;
}
.fire {
border-radius: 100%;
box-shadow: 0 0 40px 10px rgba(248, 233, 209, 0.2);
position: absolute;
top: -12px;
left: 50%;
margin-left: -3.3333333333px;
width: 6.6666666667px;
height: 20.5px;
animation: fire 2s infinite;
}
@keyframes fire {
0% {
background: #fbf33f;
background: radial-gradient(circle, #fbf33f 0%, #fcb146 100%);
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-20px) scale(0);
background: #fbf33f;
background: radial-gradient(circle, #fbf33f 0%, #fcb146 100%);
}
100% {
background: #fbf33f;
background: radial-gradient(circle, #fbf33f 0%, #fcb146 100%);
transform: translateY(0) scale(1);
}
} | dist/style.css | @import url(https://fonts.googleapis.com/css?family=Allan:700,400);
body, html {
width: 100%;
height: 100%;
}
body {
margin: 0;
background-color: mistyrose;
position: relative;
perspective: 800px;
overflow: hidden;
}
.envelope {
z-index: 2;
position: absolute;
width: 550px;
height: 366.66667px;
top: 50%;
left: 50%;
margin-top: -183.33333px;
margin-left: -275px;
transform-style: preserve-3d;
transform-origin: right center;
transition: transform 1s ease;
font-family: "Allan", sans-serif;
color: #1F1F1F;
}
.envelope .front, .envelope .back {
position: absolute;
width: 100%;
height: 100%;
background-color: #FFF;
border-radius: 5px;
box-shadow: 0 0 30px -5px #fbc0b9eb;
}
.envelope .front {
backface-visibility: hidden;
cursor: pointer;
display: table;
}
.envelope .front:focus {
outline: none;
}
.envelope .front .stamp {
transform: translate3d(0, 0, 1px);
position: absolute;
width: 80px;
height: 80px;
right: 10px;
top: 10px;
padding: 10px;
background: radial-gradient(rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 4px, #f6f6df 4px, #f6f6df);
background-size: 20px 20px;
background-position: -10px -10px;
}
.envelope .front .stamp:after {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #FFF;
border-radius: 2px;
}
.envelope .front .mail {
text-align: center;
display: table-cell;
vertical-align: middle;
}
.envelope .front .mail p {
font-weight: bold;
margin: 0;
}
.envelope .back .letter p {
font-size: 30px;
line-height: 20px;
letter-spacing: 2px;
color: #ff969f;
}
.envelope .front .mail p:first-child {
font-size: 50px;
line-height: 50px;
color: #ff969f;
}
.envelope .front .mail p:last-child {
font-size: 30px;
}
.envelope .back .letter p:nth-child(2) {
font-size: 30px;
color: black;
}
.envelope .back .letter p:nth-child(3) {
font-size: 30px;
color: #f57882;
margin-top: 150px;
float: right;
}
.envelope .back {
transform: rotateY(180deg) translate3d(0, 0, 1px);
}
.envelope .back .flip {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
.envelope .back .flip:before {
content: "";
position: absolute;
background-color: #FFF;
box-shadow: 0px 0px 100px #f5c1bc52;
}
.envelope .back .top-flip:before, .envelope .back .bottom-flip:before {
width: 388.90873px;
height: 388.90873px;
}
.envelope .back .top-flip {
z-index: 5;
transform-origin: top center;
}
.envelope .back .top-flip:before {
transform-origin: top left;
transform: rotate(-45deg);
border-bottom-left-radius: 50px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.envelope .back .bottom-flip {
z-index: 4;
}
.envelope .back .bottom-flip:before {
transform-origin: left bottom;
transform: rotate(45deg) translate(-15px, -15px);
border-top-left-radius: 100px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
}
.envelope .back .left-flip:before, .envelope .back .right-flip:before {
width: 269.27249px;
height: 269.27249px;
top: -5px;
}
.envelope .back .left-flip {
z-index: 3;
}
.envelope .back .left-flip:before {
transform-origin: top left;
transform: rotate(45deg);
border-top-left-radius: 20px;
border-bottom-right-radius: 30px;
border-top-right-radius: 5px;
}
.envelope .back .right-flip {
z-index: 2;
}
.envelope .back .right-flip:before {
right: 0;
transform-origin: top right;
transform: rotate(-45deg);
border-top-right-radius: 20px;
border-bottom-left-radius: 30px;
border-top-left-radius: 5px;
}
.envelope .back .letter {
z-index: 1;
position: absolute;
top: 5px;
left: 10px;
width: 530px;
height: 346.66667px;
background-color: #FFF;
border-radius: 5px;
padding: 0 30px;
box-sizing: border-box;
box-shadow: 0px 1px 100px #fbc0b9eb;
}
.envelope .back .letter div {
position: relative;
margin-top: 25px;
}
.envelope .back .letter label {
position: absolute;
font-size: 16px;
line-height: 20px;
opacity: 0;
top: -15px;
transition: all 0.1s linear;
color: #ADADAD;
}
.envelope .back .letter label.show {
opacity: 1;
top: -18px;
}
.envelope .back .letter label.focus {
color: inherit;
}
.envelope .back .letter ::placeholder {
color: #ADADAD;
}
.envelope .back .letter input[type=text], .envelope .back .letter textarea {
border: none;
box-sizing: border-box;
width: 100%;
padding: 5px;
margin: 0;
background-color: #F6F6DF;
}
.envelope .back .letter input:focus, .envelope .back .letter textarea:focus {
outline: none;
}
.envelope .back .letter input, .envelope .back .letter textarea {
font-family: "Allan", sans-serif;
font-size: 20px;
}
.envelope .back .letter input[type=text] {
height: 33px;
}
.envelope .back .letter input[type=submit] {
font-weight: bold;
cursor: pointer;
border: none;
border-radius: 2px;
padding: 5px 20px;
background-color: #e7e1bc;
margin: 0;
transition: all 0.1s linear;
}
.envelope .back .letter input[type=submit]:hover {
background-color: #DCD0AA;
}
.envelope .back .letter textarea {
resize: none;
height: 117.66667px;
}
.envelope.new {
animation: new 1s forwards;
}
.envelope.open {
animation: open 3s forwards;
}
.envelope.open .top-flip {
animation: flip-open 1s 1s forwards;
}
.envelope.open .letter {
animation: letter-out 1s 2s forwards;
}
.envelope.send {
animation: send 4s forwards;
}
.envelope.send .top-flip {
transform: rotateX(-180deg);
z-index: -1;
animation: flip-close 1s 1s forwards;
}
.envelope.send .letter {
animation: letter-in 1s forwards;
}
@keyframes new {
0% {
left: 0%;
margin-left: -550px;
}
100% {
left: 50%;
margin-left: -275px;
}
}
@keyframes open {
0% {
transform: translate3d(0, 0, 0) rotateY(0);
}
33.333% {
transform: translate3d(-100%, 0, 0) rotateY(-180deg);
}
66.666% {
transform: translate3d(-100%, 0, 0) rotateY(-180deg);
}
100% {
transform: translate3d(-100%, 733.33333px, 0) rotateY(-180deg);
}
}
@keyframes flip-open {
0% {
transform: rotateX(0deg);
z-index: 5;
}
50% {
transform: rotateX(0deg);
z-index: 5;
}
100% {
transform: rotateX(-180deg);
z-index: -1;
}
}
@keyframes letter-out {
0% {
transform: translate3d(0, 0, 0);
box-shadow: 0 0px 30px -5px #fbc0b9eb;
}
100% {
transform: translate3d(0, -733.33333px, 0);
box-shadow: 0 0px 30px -5px #fbc0b9eb;
}
}
@keyframes send {
0% {
transform: translate3d(-100%, 733.33333px, 0) rotateY(-180deg);
left: 50%;
margin-left: -275px;
}
25% {
transform: translate3d(-100%, 0, 0) rotateY(-180deg);
left: 50%;
margin-left: -275px;
}
50% {
transform: translate3d(-100%, 0, 0) rotateY(-180deg);
left: 50%;
margin-left: -275px;
}
75% {
transform: translate3d(0, 0, 0) rotateY(0deg);
left: 50%;
margin-left: -275px;
}
100% {
transform: translate3d(0, 0, 0) rotateY(0deg);
left: 100%;
margin-left: 20px;
}
}
@keyframes flip-close {
0% {
transform: rotateX(-180deg);
z-index: -1;
}
50% {
transform: rotateX(0deg);
z-index: 5;
}
100% {
transform: rotateX(0deg);
z-index: 5;
}
}
@keyframes letter-in {
0% {
transform: translate3d(0, -733.33333px, 0);
box-shadow: inset 0 0px 30px -5px #a87e50, 0 0 20px -5px;
}
100% {
transform: translate3d(0, 0, 0);
box-shadow: inset 0 0px 30px -5px #b08c5b, 0 0 10px -5px;
}
}
.cake {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 200px;
height: 40px;
background: #745a4a;
border-radius: 100%;
box-shadow: 0px 4px 0px #6B5344, 0px 8px 0px #6B5344, 0px 12px 0px #6B5344, 0px 16px 0px #6B5344, 0px 20px 0px #6B5344, 0px 24px 0px #6B5344, 0px 28px 0px #6B5344, 0px 32px 0px #2fabde, 0px 36px 0px #2fabde, 0px 40px 0px #F8ECC9, 0px 44px 0px #F8ECC9, 0px 48px 0px #F8ECC9, 0px 52px 0px #F8ECC9, 0px 56px 0px #6B5344, 0px 60px 0px #6B5344, 0px 64px 0px #6B5344, 0px 68px 0px #6B5344, 0px 72px 0px #6B5344, 0px 76px 0px #6B5344, 0px 80px 0px #6B5344;
}
.cake:before {
position: absolute;
right: 0;
top: 79px;
left: -25px;
margin: auto;
content: "";
width: 250px;
height: 50px;
border-radius: 100%;
background: #fff;
box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1);
z-index: -1;
}
.candle {
background: #ffffff;
border-top-left-radius: 40%;
border-top-right-radius: 40%;
position: absolute;
bottom: 70%;
left: 50%;
margin-left: -2.5px;
margin-top: -8.3333333333px;
width: 10px;
height: 50px;
}
.candle:after, .candle:before {
background: rgba(255, 0, 0, 0.4);
content: "";
position: absolute;
width: 100%;
height: 5px;
}
.candle:after {
top: 25%;
left: 0;
}
.candle:before {
top: 45%;
left: 0;
}
.fire {
border-radius: 100%;
box-shadow: 0 0 40px 10px rgba(248, 233, 209, 0.2);
position: absolute;
top: -12px;
left: 50%;
margin-left: -3.3333333333px;
width: 6.6666666667px;
height: 20.5px;
animation: fire 2s infinite;
}
@keyframes fire {
0% {
background: #fbf33f;
background: radial-gradient(circle, #fbf33f 0%, #fcb146 100%);
transform: translateY(0) scale(1);
}
50% {
transform: translateY(-20px) scale(0);
background: #fbf33f;
background: radial-gradient(circle, #fbf33f 0%, #fcb146 100%);
}
100% {
background: #fbf33f;
background: radial-gradient(circle, #fbf33f 0%, #fcb146 100%);
transform: translateY(0) scale(1);
}
} | 0.532425 | 0.100348 |