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 |
|---|---|---|---|---|
*{
margin: 0;
padding: 0;
border:0;
box-sizing: border-box;
font-family: "Open Sans";
}
/* Boot CSS */
/* Remover espaço em brando lateral no mobile */
html, body{
overflow-x: hidden !important;
}
.center{
max-width: 1280px;
padding: 1% 2%;
margin: 0 auto;
}
.w33{
width: 100%;
}
.w50{
width: 50%;
}
.left{
float: left;
}
.right{
float: right;
}
.clear{
clear: both;
}
/* Estilização Site */
header{
background: whitesmoke;
-webkit-box-shadow: 0px 3px 12px 0px rgba(5,5,5,0.3);
-moz-box-shadow: 0px 3px 12px 0px rgba(5,5,5,0.3);
box-shadow: 0px 3px 12px 0px rgba(5,5,5,0.3);
}
.logo-index{
object-fit: cover;
background-image: url(../images/SEATI\ -\ LOGO.png);
background-position: 0px 25px;
background-size: 100%;
background-repeat: no-repeat;
width: 220px;
height: 100px;
display: block;
text-indent: -9000px;
float: left;
}
.body{
font-size: 1rem;
background-color: #444;
}
section.banner-principal{
width: 100%;
max-width: auto;
height: 77px;
background-image: url(../images/banner-home.png);
background-repeat: no-repeat;
background-size: 130%;
object-fit: fill;
position: relative;
}
section.descricao-empresa{
background-color: #fff;
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 1%, rgba(219,219,219,1) 3%, rgba(254,254,254,1) 19%, rgba(254,254,254,1) 100%);
padding: 10px 0 50px;
}
section.descricao-empresa h1{
color: #0f0050;
text-shadow: 1px 1px 2px;
font-size: 35px;
text-decoration: none;
margin: 20px 0;
text-transform: uppercase;
font-weight: bold;
}
a{
text-decoration: none;
}
p{
margin: 1em 0;
}
.btn {
color: #222;
padding: 10px 15px;
box-sizing: border-box;
margin: 60px auto 10px;
font-size: 14px;
display: inline-block;
transition: .3s;
font-weight: bold;
border: 2px solid #222;
}
.btn-index-servicos{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
section.descricao-empresa a:hover{
color: white;
background-color: black;
transform: scale(1.2);
}
.thumb{
background: rgba(23, 23, 23, 0.7);
box-sizing: border-box;
padding: 7px;
min-height: 460px;
position: relative;
}
.thumb img {
width: 100%;
object-fit: cover;
max-height: 188px;
min-height: 188px;
}
.thumb a.btn {
width: 95%;
text-align: center;
color: #fff;
border-color: #fff;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.thumb a.btn:hover{
background: rgba(23, 23, 23, 1);
}
.bg-index{
/* background: linear-gradient(69deg, rgb(34, 34, 34) 15%, #444); */
/* background-image: url(../images/texture6.jpg); */
object-fit: fill;
background-size: cover;
box-sizing: border-box;
padding: 20px 20px;
width: 100%;
background-repeat: no-repeat;
}
.wrapper{
width: 100%;
margin: 0 auto;
max-width: 1280px;
margin: 0 auto;
max-width: 1280px;
}
.img{
border: 0;
vertical-align: center;
width: 100%;
height: 100%;
}
[class*="w33 left"] {
float: left;
padding: 15px;
box-sizing: border-box;
}
.gap{
margin: 20px;
}
.txtcenter{
text-align: center;
}
#qmsomos,
#qmsomos2,
#qmsomos3{
font-size: 20px;
text-align: justify;
padding: 25px 31px 0px;
}
#img-qmsomos img{
width: 100%;
height: auto;
position: relative;
top: 30px;
}
.font-sm{
font-size: 17px! important;
color: white;
}
.h2{
display: block;
font-size: 18px;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}
.bg-index h2{
box-sizing: border-box;
padding: 0 10px;
margin: 5px 0;
width: 100%;
font-size: 28px;
}
.bg-index h2{
color: #0f0050;
text-transform: uppercase;
text-shadow: 1px 1px 3px;
text-align: center;
}
.mobile{
display: none;
}
nav.desktop ul{
position: relative;
top: 40px;
list-style-type: none;
}
nav.desktop li{
font-weight: 600;
font-size: 15px;
padding: 0 15px;
text-transform: uppercase;
display: inline-block;
}
nav.desktop a{
color: #0f0050;
text-decoration: none;
}
nav.desktop a:hover{
color: #F25835;
}
nav.desktop li:hover{
transform: scale(1.2);
transition: 400ms;
}
nav.desktop{
display: none;
}
nav.mobile{
display: block;
}
.botao-menu-mobile{
font-size: 30px;
cursor: pointer;
color: #020659;
float: right;
margin-top: 30px;
margin-right: 20px;
}
.botao-menu-mobile i:hover{
color: #F25835;
transform: scale(1.2);
}
nav.mobile ul{
display:none;
top: 100px;
z-index: 2;
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
nav.mobile li{
font-weight: 600;
width: 100%;
display: block;
background: whitesmoke;
border-bottom: 1px solid #ccc;
font-size: 17px;
padding: 8px 0;
}
nav.mobile a{
display: block;
color: #020659;
text-decoration: none;
}
section.erro-404{
min-height: 650px;
}
section.erro-404 h2{
text-align: center;
color:#444;
font-weight: 400;
font-size: 28px;
border-top: 2px solid #444;
}
section.erro-404 p{
margin-top:8px;
text-align: center;
font-size: 16px;
color: #444;
font-weight: 300;
}
section.erro-404 a{
color:#444;
}
.wraper-404{
/* transform:(-50%, -50%); */
/* -ms-transform: translate(-50%, -50%); */
width: 96%;
padding: 0 2%;
max-width: 1280px;
text-align: center;
position: absolute;
top: 40%;
}
.content{
min-height: calc(100vh - 70px);
}
footer{
background: whitesmoke;
text-align: center;
position: relative;
bottom: 0;
}
#f1{
padding: 1% 2% 0% 2%;
margin-top: 10px;
float: left;
}
#f1 p{
font-size: 17px;
color: #0f0050;
margin-left: 15px;
padding-top: 10px;
}
footer.fixed{
height: 130px;
}
.icons{
padding: 0% 10% 2% 0%;
margin: 10px 0 10px 20px;
font-size: 40px;
text-align: center;
}
.icons a{
color: #0f0050;
cursor:pointer;
margin:15px 5px 0px 5px;
transition: 400ms;
}
.icons a:hover{
color: #F25835;
transform: scale(1.2);
}
/* Página CONTATO */
.bg-contato{
background:url(../images/texture9.jpg)
no-repeat 50% 50%;
background-size: cover;
height: 150px;
width: 100%;
background-attachment: fixed;
}
textarea{
border: 2px solid #444;
}
.contato-container{
width: 100%;
display: block;
background-color: #fff;
min-height: calc(100vh - 70px);
}
.contato-container h1{
font-size: 20px;
font-weight: bold;
color: #020659;
margin: 15px;
}
.contato-container input[type=text]{
width: 80%;
max-width: 580px;
height: 40px;
margin: 8px 0;
border: 1px solid #ccc;
padding-left: 8px;
font-size: 16px;
color: #444;
}
.contato-container textarea{
padding-top: 8px;
width: 80%;
max-width: 580px;
height: 120px;
margin: 8px 0;
border: 1px solid #ccc;
padding-left: 8px;
font-size: 16px;
color: #444;
resize: vertical;
}
.contato-container input[type=submit]{
background: #020659;
width: 140px;
height: 40px;
color: white;
font-weight: 600;
cursor: pointer;
}
#contato-msg{
display: block;
width: 100%;
position: relative;
left: 10px;
}
#contato-info{
display: block;
width: 100%;
position: relative;
}
#contato-info h2{
font-size: 25px;
font-weight: bold;
margin: 10px 0;
padding: 20px 0;
text-align: center;
}
#contato-info strong{
font-style: italic;
margin-left: 20px;
font-size: 20px;
}
#redes-sociais{
display: block;
width: 100%;
position: relative;
padding-top: 30px;
}
#redes-sociais h3{
text-align: center;
font-size: 20px;
}
#redes-sociais-icons{
text-align: center;
margin: 10px 0 10px 20px;
font-size: 40px;
}
/* #redes-sociais-icons svg{
color: #0f0050;
cursor:pointer;
margin:15px 5px 0px 5px;
}
#redes-sociais-icons svg:hover{
color: #F25835;
}*/
.cards{
display: inline-block;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 30px;
}
.clientes-grid-container img{
width:100%;
height: 200px;
object-fit: contain;
}
/* PAGINA CONTATO - Fim */
@media screen and (min-width: 375px){
section.banner-principal{
height: 90px;
}
}
@media screen and (min-width: 425px){
section.banner-principal{
height: 102px;
}
#qmsomos,
#qmsomos2,
#qmsomos3{
padding: 25px 47px 0px;
}
}
@media screen and (min-width: 768px){
div.w33{
width: 33.33%;
}
div.thumb{
max-height: 465px
}
nav.desktop{
display: block;
}
nav.mobile{
display: none;
}
#img-qmsomos img{
width: 60%;
left: 135px;
top: 25px;
}
.botao-menu-mobile{
font-size: 30px;
cursor: pointer;
color: #020659;
float: right;
margin-top: 30px;
margin-right: 20px;
}
nav.mobile ul{
display:none;
}
section.banner-principal{
height: 142px;
background-position: 0 0;
background-size: 100%;
}
#f1 p{
font-size: 20px;
color: #0f0050;
margin-left: 15px;
padding-top: 10px;
}
.icons{
padding: 0% 10% 2% 0%;
margin: 10px 0;
float: right;
font-size: 40px;
}
#contato-msg{
float: left;
width: 50%;
position: relative;
left: 10px;
}
#contato-info{
float: left;
width: 50%;
position: relative;
}
#redes-sociais{
float: left;
width: 50%;
position: relative;
padding-top: 30px;
}
#qmsomos,
#qmsomos2{
padding: 25px 90px 0px;
}
#qmsomos3{
padding: 10px 90px 0px;
}
}
@media only screen and (min-width: 1024px){
section.banner-principal{
background-position: 0px 0px;
height: 189px;
}
#cabeçalho{
max-width: 1280px;
}
#contato-info{
float: left;
width: 50%;
position: relative;
}
#contato-info strong{
margin-left: 100px;
font-size: 20px;
}
#redes-sociais{
float: left;
width: 50%;
position: relative;
padding-top: 30px;
}
#qmsomos,
#qmsomos2{
padding: 25px 30px 0px;
}
#qmsomos3{
padding: 10px 30px 0px;
}
#img-qmsomos img{
width: 50%;
left: 240px;
}
}
/* PAGINA SERVIÇOS */
.line-custom {
display: block;
position: relative;
top: -49%;
background-color: #f5f5f5;
width: 10%;
height: 2px;
margin: 0 auto 5px auto;
}
.bg-servicos{
background:url(../images/texture9.jpg)
no-repeat 50% 50%;
background-size: cover;
height: 150px;
width: 100%;
background-attachment: fixed;
}
/* .bg2-servicos{
top: 10%;
height: 300px;
text-align: center;
position: relative;
} */
.flex-servicos{
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
border-top: 10px;
}
#titulo1{
margin: 10px 0;
position: relative;
top: -40%;
color: rgb(245 245 245);
text-shadow: 2px 2px 4px;
font-size: 30px;
text-transform: uppercase;
}
.flex-servicos p{
position: relative;
color: rgb(245 245 245);
font-size: 25px;
top: -40%;
padding: 0 2px;
}
article{
background-color: white;
/* background: -webkit-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 40%, rgba(254,254,254,1) 65%, rgba(219,219,219,1) 100%);; */
background-size: cover;
}
.thumb2 {
box-sizing: border-box;
padding: 8px;
min-height: 350px;
position: relative;
border: 1px solid #261d52;
box-shadow: 2px 2px 10px;
max-width: 320px;
}
article .thumb2:hover{
box-shadow: tomato;
}
.thumb2 img{
width: 100%;
object-fit: fill;
border: 0;
height: 300px;
}
article .h2{
color: #261d52;
transition: 400ms;
}
article p{
color: #261d52;
}
@media only screen and (min-width: 768px ){
.bg2-servicos{
background-size: 60%;
}
.thumb2 img{
height: 230px;
}
}
@media only screen and (min-width: 1024px){
.bg2-servicos{
background-size: 50%;
}
.flex-servicos{
padding-top: 10px;
}
}
@media only screen and (min-width: 1200px){
#img-qmsomos img{
width: 40%
}
}
@media only screen and (min-width: 1280px){
.center{
max-width: 1440px;
}
section.banner-principal{
height: 236px;
left: -1px;
}
}
@media only screen and (min-width: 1400px){
section.banner-principal{
height: 266px;
}
#img-qmsomos img{
width: 40%;
left: 30%;
}
}
@media only screen and (min-width: 1680px){
section.banner-principal{
height: 308px;
}
}
@media only screen and (min-width: 1920px){
section.banner-principal{
height: 320px;
}
}
/* FIM PÁGINA SERVIÇOS */ | style/style.css | *{
margin: 0;
padding: 0;
border:0;
box-sizing: border-box;
font-family: "Open Sans";
}
/* Boot CSS */
/* Remover espaço em brando lateral no mobile */
html, body{
overflow-x: hidden !important;
}
.center{
max-width: 1280px;
padding: 1% 2%;
margin: 0 auto;
}
.w33{
width: 100%;
}
.w50{
width: 50%;
}
.left{
float: left;
}
.right{
float: right;
}
.clear{
clear: both;
}
/* Estilização Site */
header{
background: whitesmoke;
-webkit-box-shadow: 0px 3px 12px 0px rgba(5,5,5,0.3);
-moz-box-shadow: 0px 3px 12px 0px rgba(5,5,5,0.3);
box-shadow: 0px 3px 12px 0px rgba(5,5,5,0.3);
}
.logo-index{
object-fit: cover;
background-image: url(../images/SEATI\ -\ LOGO.png);
background-position: 0px 25px;
background-size: 100%;
background-repeat: no-repeat;
width: 220px;
height: 100px;
display: block;
text-indent: -9000px;
float: left;
}
.body{
font-size: 1rem;
background-color: #444;
}
section.banner-principal{
width: 100%;
max-width: auto;
height: 77px;
background-image: url(../images/banner-home.png);
background-repeat: no-repeat;
background-size: 130%;
object-fit: fill;
position: relative;
}
section.descricao-empresa{
background-color: #fff;
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 1%, rgba(219,219,219,1) 3%, rgba(254,254,254,1) 19%, rgba(254,254,254,1) 100%);
padding: 10px 0 50px;
}
section.descricao-empresa h1{
color: #0f0050;
text-shadow: 1px 1px 2px;
font-size: 35px;
text-decoration: none;
margin: 20px 0;
text-transform: uppercase;
font-weight: bold;
}
a{
text-decoration: none;
}
p{
margin: 1em 0;
}
.btn {
color: #222;
padding: 10px 15px;
box-sizing: border-box;
margin: 60px auto 10px;
font-size: 14px;
display: inline-block;
transition: .3s;
font-weight: bold;
border: 2px solid #222;
}
.btn-index-servicos{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
section.descricao-empresa a:hover{
color: white;
background-color: black;
transform: scale(1.2);
}
.thumb{
background: rgba(23, 23, 23, 0.7);
box-sizing: border-box;
padding: 7px;
min-height: 460px;
position: relative;
}
.thumb img {
width: 100%;
object-fit: cover;
max-height: 188px;
min-height: 188px;
}
.thumb a.btn {
width: 95%;
text-align: center;
color: #fff;
border-color: #fff;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.thumb a.btn:hover{
background: rgba(23, 23, 23, 1);
}
.bg-index{
/* background: linear-gradient(69deg, rgb(34, 34, 34) 15%, #444); */
/* background-image: url(../images/texture6.jpg); */
object-fit: fill;
background-size: cover;
box-sizing: border-box;
padding: 20px 20px;
width: 100%;
background-repeat: no-repeat;
}
.wrapper{
width: 100%;
margin: 0 auto;
max-width: 1280px;
margin: 0 auto;
max-width: 1280px;
}
.img{
border: 0;
vertical-align: center;
width: 100%;
height: 100%;
}
[class*="w33 left"] {
float: left;
padding: 15px;
box-sizing: border-box;
}
.gap{
margin: 20px;
}
.txtcenter{
text-align: center;
}
#qmsomos,
#qmsomos2,
#qmsomos3{
font-size: 20px;
text-align: justify;
padding: 25px 31px 0px;
}
#img-qmsomos img{
width: 100%;
height: auto;
position: relative;
top: 30px;
}
.font-sm{
font-size: 17px! important;
color: white;
}
.h2{
display: block;
font-size: 18px;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}
.bg-index h2{
box-sizing: border-box;
padding: 0 10px;
margin: 5px 0;
width: 100%;
font-size: 28px;
}
.bg-index h2{
color: #0f0050;
text-transform: uppercase;
text-shadow: 1px 1px 3px;
text-align: center;
}
.mobile{
display: none;
}
nav.desktop ul{
position: relative;
top: 40px;
list-style-type: none;
}
nav.desktop li{
font-weight: 600;
font-size: 15px;
padding: 0 15px;
text-transform: uppercase;
display: inline-block;
}
nav.desktop a{
color: #0f0050;
text-decoration: none;
}
nav.desktop a:hover{
color: #F25835;
}
nav.desktop li:hover{
transform: scale(1.2);
transition: 400ms;
}
nav.desktop{
display: none;
}
nav.mobile{
display: block;
}
.botao-menu-mobile{
font-size: 30px;
cursor: pointer;
color: #020659;
float: right;
margin-top: 30px;
margin-right: 20px;
}
.botao-menu-mobile i:hover{
color: #F25835;
transform: scale(1.2);
}
nav.mobile ul{
display:none;
top: 100px;
z-index: 2;
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
nav.mobile li{
font-weight: 600;
width: 100%;
display: block;
background: whitesmoke;
border-bottom: 1px solid #ccc;
font-size: 17px;
padding: 8px 0;
}
nav.mobile a{
display: block;
color: #020659;
text-decoration: none;
}
section.erro-404{
min-height: 650px;
}
section.erro-404 h2{
text-align: center;
color:#444;
font-weight: 400;
font-size: 28px;
border-top: 2px solid #444;
}
section.erro-404 p{
margin-top:8px;
text-align: center;
font-size: 16px;
color: #444;
font-weight: 300;
}
section.erro-404 a{
color:#444;
}
.wraper-404{
/* transform:(-50%, -50%); */
/* -ms-transform: translate(-50%, -50%); */
width: 96%;
padding: 0 2%;
max-width: 1280px;
text-align: center;
position: absolute;
top: 40%;
}
.content{
min-height: calc(100vh - 70px);
}
footer{
background: whitesmoke;
text-align: center;
position: relative;
bottom: 0;
}
#f1{
padding: 1% 2% 0% 2%;
margin-top: 10px;
float: left;
}
#f1 p{
font-size: 17px;
color: #0f0050;
margin-left: 15px;
padding-top: 10px;
}
footer.fixed{
height: 130px;
}
.icons{
padding: 0% 10% 2% 0%;
margin: 10px 0 10px 20px;
font-size: 40px;
text-align: center;
}
.icons a{
color: #0f0050;
cursor:pointer;
margin:15px 5px 0px 5px;
transition: 400ms;
}
.icons a:hover{
color: #F25835;
transform: scale(1.2);
}
/* Página CONTATO */
.bg-contato{
background:url(../images/texture9.jpg)
no-repeat 50% 50%;
background-size: cover;
height: 150px;
width: 100%;
background-attachment: fixed;
}
textarea{
border: 2px solid #444;
}
.contato-container{
width: 100%;
display: block;
background-color: #fff;
min-height: calc(100vh - 70px);
}
.contato-container h1{
font-size: 20px;
font-weight: bold;
color: #020659;
margin: 15px;
}
.contato-container input[type=text]{
width: 80%;
max-width: 580px;
height: 40px;
margin: 8px 0;
border: 1px solid #ccc;
padding-left: 8px;
font-size: 16px;
color: #444;
}
.contato-container textarea{
padding-top: 8px;
width: 80%;
max-width: 580px;
height: 120px;
margin: 8px 0;
border: 1px solid #ccc;
padding-left: 8px;
font-size: 16px;
color: #444;
resize: vertical;
}
.contato-container input[type=submit]{
background: #020659;
width: 140px;
height: 40px;
color: white;
font-weight: 600;
cursor: pointer;
}
#contato-msg{
display: block;
width: 100%;
position: relative;
left: 10px;
}
#contato-info{
display: block;
width: 100%;
position: relative;
}
#contato-info h2{
font-size: 25px;
font-weight: bold;
margin: 10px 0;
padding: 20px 0;
text-align: center;
}
#contato-info strong{
font-style: italic;
margin-left: 20px;
font-size: 20px;
}
#redes-sociais{
display: block;
width: 100%;
position: relative;
padding-top: 30px;
}
#redes-sociais h3{
text-align: center;
font-size: 20px;
}
#redes-sociais-icons{
text-align: center;
margin: 10px 0 10px 20px;
font-size: 40px;
}
/* #redes-sociais-icons svg{
color: #0f0050;
cursor:pointer;
margin:15px 5px 0px 5px;
}
#redes-sociais-icons svg:hover{
color: #F25835;
}*/
.cards{
display: inline-block;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 30px;
}
.clientes-grid-container img{
width:100%;
height: 200px;
object-fit: contain;
}
/* PAGINA CONTATO - Fim */
@media screen and (min-width: 375px){
section.banner-principal{
height: 90px;
}
}
@media screen and (min-width: 425px){
section.banner-principal{
height: 102px;
}
#qmsomos,
#qmsomos2,
#qmsomos3{
padding: 25px 47px 0px;
}
}
@media screen and (min-width: 768px){
div.w33{
width: 33.33%;
}
div.thumb{
max-height: 465px
}
nav.desktop{
display: block;
}
nav.mobile{
display: none;
}
#img-qmsomos img{
width: 60%;
left: 135px;
top: 25px;
}
.botao-menu-mobile{
font-size: 30px;
cursor: pointer;
color: #020659;
float: right;
margin-top: 30px;
margin-right: 20px;
}
nav.mobile ul{
display:none;
}
section.banner-principal{
height: 142px;
background-position: 0 0;
background-size: 100%;
}
#f1 p{
font-size: 20px;
color: #0f0050;
margin-left: 15px;
padding-top: 10px;
}
.icons{
padding: 0% 10% 2% 0%;
margin: 10px 0;
float: right;
font-size: 40px;
}
#contato-msg{
float: left;
width: 50%;
position: relative;
left: 10px;
}
#contato-info{
float: left;
width: 50%;
position: relative;
}
#redes-sociais{
float: left;
width: 50%;
position: relative;
padding-top: 30px;
}
#qmsomos,
#qmsomos2{
padding: 25px 90px 0px;
}
#qmsomos3{
padding: 10px 90px 0px;
}
}
@media only screen and (min-width: 1024px){
section.banner-principal{
background-position: 0px 0px;
height: 189px;
}
#cabeçalho{
max-width: 1280px;
}
#contato-info{
float: left;
width: 50%;
position: relative;
}
#contato-info strong{
margin-left: 100px;
font-size: 20px;
}
#redes-sociais{
float: left;
width: 50%;
position: relative;
padding-top: 30px;
}
#qmsomos,
#qmsomos2{
padding: 25px 30px 0px;
}
#qmsomos3{
padding: 10px 30px 0px;
}
#img-qmsomos img{
width: 50%;
left: 240px;
}
}
/* PAGINA SERVIÇOS */
.line-custom {
display: block;
position: relative;
top: -49%;
background-color: #f5f5f5;
width: 10%;
height: 2px;
margin: 0 auto 5px auto;
}
.bg-servicos{
background:url(../images/texture9.jpg)
no-repeat 50% 50%;
background-size: cover;
height: 150px;
width: 100%;
background-attachment: fixed;
}
/* .bg2-servicos{
top: 10%;
height: 300px;
text-align: center;
position: relative;
} */
.flex-servicos{
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
border-top: 10px;
}
#titulo1{
margin: 10px 0;
position: relative;
top: -40%;
color: rgb(245 245 245);
text-shadow: 2px 2px 4px;
font-size: 30px;
text-transform: uppercase;
}
.flex-servicos p{
position: relative;
color: rgb(245 245 245);
font-size: 25px;
top: -40%;
padding: 0 2px;
}
article{
background-color: white;
/* background: -webkit-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 40%, rgba(254,254,254,1) 65%, rgba(219,219,219,1) 100%);; */
background-size: cover;
}
.thumb2 {
box-sizing: border-box;
padding: 8px;
min-height: 350px;
position: relative;
border: 1px solid #261d52;
box-shadow: 2px 2px 10px;
max-width: 320px;
}
article .thumb2:hover{
box-shadow: tomato;
}
.thumb2 img{
width: 100%;
object-fit: fill;
border: 0;
height: 300px;
}
article .h2{
color: #261d52;
transition: 400ms;
}
article p{
color: #261d52;
}
@media only screen and (min-width: 768px ){
.bg2-servicos{
background-size: 60%;
}
.thumb2 img{
height: 230px;
}
}
@media only screen and (min-width: 1024px){
.bg2-servicos{
background-size: 50%;
}
.flex-servicos{
padding-top: 10px;
}
}
@media only screen and (min-width: 1200px){
#img-qmsomos img{
width: 40%
}
}
@media only screen and (min-width: 1280px){
.center{
max-width: 1440px;
}
section.banner-principal{
height: 236px;
left: -1px;
}
}
@media only screen and (min-width: 1400px){
section.banner-principal{
height: 266px;
}
#img-qmsomos img{
width: 40%;
left: 30%;
}
}
@media only screen and (min-width: 1680px){
section.banner-principal{
height: 308px;
}
}
@media only screen and (min-width: 1920px){
section.banner-principal{
height: 320px;
}
}
/* FIM PÁGINA SERVIÇOS */ | 0.311322 | 0.123049 |
[class*=btn-] {
outline: 0;
border-radius: 50px;
font-size: 0.8em;
font-family: "Roboto", sans-serif;
font-weight: 400;
letter-spacing: 4px;
overflow: hidden;
position: relative;
padding: 2em 3em;
margin: 4em;
text-transform: uppercase;
-webkit-tap-highlight-color: transparent;
transition: all 500ms ease-in-out;
}
[class*=btn-]::after, [class*=btn-]::before {
content: "";
position: absolute;
}
[class*=btn-]:hover, [class*=btn-]:focus {
background: rgba(255, 255, 255, 0.8);
}
[class*=btn-mix]::after {
background: #222;
border-radius: 120px;
content: attr(data-text);
color: #fff;
padding: 1.6em 2.5em;
top: 0.4em;
left: 0.5em;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
user-drag: none;
}
[class*=btn-mix]::before {
background: transparent;
border-radius: 100%;
top: 50%;
left: 50%;
box-shadow: 0 1em 2em 3em rgba(255, 50, 0, 0.5), 4em 0em 2em 2em rgba(155, 50, 0, 0.6), -4em -2em 2em 2em rgba(255, 0, 150, 0.5), -4em 2em 2em 4em rgba(0, 0, 150, 0.5), 0 -3em 2em 3em rgba(120, 250, 0, 0.5), 2em -1em 2em 2em rgba(50, 10, 200, 0.5);
width: 0;
height: 0;
-webkit-animation: mix 5s linear infinite;
animation: mix 5s linear infinite;
}
@-webkit-keyframes mix {
30% {
box-shadow: 0 -1em 2em 3em rgba(255, 0, 200, 0.5), 4em -1em 2em 3em rgba(255, 50, 0, 0.8), -4em 2em 3em 2em rgba(155, 200, 0, 0.5), -4em -2em 2em 2em rgba(200, 0, 150, 0.6), 0 3em 2em 2em rgba(20, 250, 0, 0.5), 2em 1em 2em 2em rgba(50, 10, 250, 0.5);
}
60% {
box-shadow: 2em 1em 2em 3em rgba(55, 0, 200, 0.5), 3em 1em 2em 3em rgba(25, 150, 0, 0.6), 3em -2em 3em 3em rgba(155, 200, 0, 0.5), -4em 2em 2em 3em rgba(200, 0, 50, 0.6), 0 -3em 2em 3em rgba(200, 250, 0, 0.5), -2em 1em 2em 3em rgba(50, 210, 250, 0.6);
}
}
@keyframes mix {
30% {
box-shadow: 0 -1em 2em 3em rgba(255, 0, 200, 0.5), 4em -1em 2em 3em rgba(255, 50, 0, 0.8), -4em 2em 3em 2em rgba(155, 200, 0, 0.5), -4em -2em 2em 2em rgba(200, 0, 150, 0.6), 0 3em 2em 2em rgba(20, 250, 0, 0.5), 2em 1em 2em 2em rgba(50, 10, 250, 0.5);
}
60% {
box-shadow: 2em 1em 2em 3em rgba(55, 0, 200, 0.5), 3em 1em 2em 3em rgba(25, 150, 0, 0.6), 3em -2em 3em 3em rgba(155, 200, 0, 0.5), -4em 2em 2em 3em rgba(200, 0, 50, 0.6), 0 -3em 2em 3em rgba(200, 250, 0, 0.5), -2em 1em 2em 3em rgba(50, 210, 250, 0.6);
}
}
.btn-mix-noborder::after {
background: transparent !important;
color: #222 ;
}
.btn-mix-noborder:hover{
background-image: linear-gradient(to right, #1FE1E9 0%,#2F1FE9 25%, #5E33D1 51%, #D34848 75%, #FFB33F 100%);
background-size: 200% auto;
transition-duration: 0.5s;
color: white;
}
.btn-mix-noRadius {
border-radius: 0 !important;
}
.btn-mix-noRadius::after, .btn-mix-noRadius::before {
border-radius: 0 !important;
} | src/components/TryBtn/style.css | [class*=btn-] {
outline: 0;
border-radius: 50px;
font-size: 0.8em;
font-family: "Roboto", sans-serif;
font-weight: 400;
letter-spacing: 4px;
overflow: hidden;
position: relative;
padding: 2em 3em;
margin: 4em;
text-transform: uppercase;
-webkit-tap-highlight-color: transparent;
transition: all 500ms ease-in-out;
}
[class*=btn-]::after, [class*=btn-]::before {
content: "";
position: absolute;
}
[class*=btn-]:hover, [class*=btn-]:focus {
background: rgba(255, 255, 255, 0.8);
}
[class*=btn-mix]::after {
background: #222;
border-radius: 120px;
content: attr(data-text);
color: #fff;
padding: 1.6em 2.5em;
top: 0.4em;
left: 0.5em;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
user-drag: none;
}
[class*=btn-mix]::before {
background: transparent;
border-radius: 100%;
top: 50%;
left: 50%;
box-shadow: 0 1em 2em 3em rgba(255, 50, 0, 0.5), 4em 0em 2em 2em rgba(155, 50, 0, 0.6), -4em -2em 2em 2em rgba(255, 0, 150, 0.5), -4em 2em 2em 4em rgba(0, 0, 150, 0.5), 0 -3em 2em 3em rgba(120, 250, 0, 0.5), 2em -1em 2em 2em rgba(50, 10, 200, 0.5);
width: 0;
height: 0;
-webkit-animation: mix 5s linear infinite;
animation: mix 5s linear infinite;
}
@-webkit-keyframes mix {
30% {
box-shadow: 0 -1em 2em 3em rgba(255, 0, 200, 0.5), 4em -1em 2em 3em rgba(255, 50, 0, 0.8), -4em 2em 3em 2em rgba(155, 200, 0, 0.5), -4em -2em 2em 2em rgba(200, 0, 150, 0.6), 0 3em 2em 2em rgba(20, 250, 0, 0.5), 2em 1em 2em 2em rgba(50, 10, 250, 0.5);
}
60% {
box-shadow: 2em 1em 2em 3em rgba(55, 0, 200, 0.5), 3em 1em 2em 3em rgba(25, 150, 0, 0.6), 3em -2em 3em 3em rgba(155, 200, 0, 0.5), -4em 2em 2em 3em rgba(200, 0, 50, 0.6), 0 -3em 2em 3em rgba(200, 250, 0, 0.5), -2em 1em 2em 3em rgba(50, 210, 250, 0.6);
}
}
@keyframes mix {
30% {
box-shadow: 0 -1em 2em 3em rgba(255, 0, 200, 0.5), 4em -1em 2em 3em rgba(255, 50, 0, 0.8), -4em 2em 3em 2em rgba(155, 200, 0, 0.5), -4em -2em 2em 2em rgba(200, 0, 150, 0.6), 0 3em 2em 2em rgba(20, 250, 0, 0.5), 2em 1em 2em 2em rgba(50, 10, 250, 0.5);
}
60% {
box-shadow: 2em 1em 2em 3em rgba(55, 0, 200, 0.5), 3em 1em 2em 3em rgba(25, 150, 0, 0.6), 3em -2em 3em 3em rgba(155, 200, 0, 0.5), -4em 2em 2em 3em rgba(200, 0, 50, 0.6), 0 -3em 2em 3em rgba(200, 250, 0, 0.5), -2em 1em 2em 3em rgba(50, 210, 250, 0.6);
}
}
.btn-mix-noborder::after {
background: transparent !important;
color: #222 ;
}
.btn-mix-noborder:hover{
background-image: linear-gradient(to right, #1FE1E9 0%,#2F1FE9 25%, #5E33D1 51%, #D34848 75%, #FFB33F 100%);
background-size: 200% auto;
transition-duration: 0.5s;
color: white;
}
.btn-mix-noRadius {
border-radius: 0 !important;
}
.btn-mix-noRadius::after, .btn-mix-noRadius::before {
border-radius: 0 !important;
} | 0.364891 | 0.232386 |
.navbar {
overflow: hidden;
background-color: #333;
}
.navbar p {
float: left;
font-family: montserrat, sans-serif;
font-size: 14px;
color: rgb(231, 220, 220);
text-align: center;
padding: 14px 16px;
text-decoration: none;
margin: 0px 0px 0px 0px;
}
.dropdown {
float: left;
overflow: hidden;
font-family: montserrat, sans-serif;
}
.dropdown .dropbtn {
font-size: 14px;
font-family: montserrat, sans-serif;
border: none;
outline: none;
color: rgb(231, 220, 220);
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.navbar p:hover, .dropdown:hover .dropbtn {
background-color: rgb(94, 137, 119);
}
.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 p {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
/* end navbar */
#directionDiv {
display: none;
background-color:rgba(94, 137, 119, 0.382);
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
#directionDiv p {
padding-left: 50px;
padding-right: 300px;
}
body {
background-image: url(images/green-mountains.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top;
background-size: cover;
margin: 0;
}
h1 {
font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 90px;
color: #607d8b;
margin-top: 20px;
margin-bottom: 0px;
}
h3 {
font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 32px;
margin-top: 0px;
color: #607d8b;
}
#display {
text-align: center;
}
img {
height: 30px;
width: 30px;
}
/* first column */
h4 {
font-family: montserrat, sans-serif;
font-size: 24px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
text-align: left;
}
#description {
font-family: montserrat, sans-serif;
font-size: 14px;
margin-bottom: 25px;
margin-left: 50px;
margin-right: 25px;
text-align: left
}
.grid-container {
display: grid;
grid-template-columns: 800px auto;
align-items: top;
margin-bottom: 50px;
}
.col{
display: flex;
flex-direction: column;
justify-content: flex-start;
}
/* second column */
.second-column {
font-family: montserrat, sans-serif;
color: white;
width: 250px;
margin: 0 50px 20px 40px;
vertical-align: top;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.second-column h6 {
font-size: 14px;
text-align: center;
margin: 10px 0px 10px 0px;
position: sticky;
}
.second-column p {
font-size: 12px;
padding: 0px 15px 0px 15px;
}
#score-div {
vertical-align: top;
background-color:#333;
height: 100px;
text-align: center;
}
#highscores {
background-color:#333;
height: 200px;
overflow: scroll;
text-align: center;
}
#highscores p {
font-size: 13px;
}
#clues {
background-color:#333;
height: 487px;
overflow: scroll;
}
/* Toggle Switch */
#toggle p {
font-family: montserrat, sans-serif;
font-weight: bold;
padding: 0px 0px 0px 8px;
}
.marker {
display: inline-block;
background-color: #d5d7dd;
border-radius: 10px;
border: 2px #cccccc;
color: #2c2c2c;
text-align: center;
font-size: 14px;
padding: 10px;
height: 30px;
width: 50px;
transition: all 0.5s;
cursor: pointer;
margin: 2px;
}
.marker span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.marker span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.marker:hover {
background-color: #f7c2f9;
}
.marker:hover span {
padding-right: 25px;
}
.marker:hover span:after {
opacity: 1;
right: 0;
}
/* PUZZLE GRID */
.gridbox {
width: 32px;
height: 32px;
background-image: none;
background-size: cover;
}
.gridbox:hover {
background-color: rgb(128, 193, 166);
}
div {
display: block;
}
#transparent {
margin-left: 100px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 50px;
background-color: rgba(255, 255, 255);
display: inline-block;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#puzzletable tr td {
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
color: black;
}
td {
display: table-cell;
vertical-align: inherit;
}
table {
display: table;
border-collapse: separate;
box-sizing: border-box;
text-indent: initial;
border-spacing: 2px;
border-color: grey;
}
.gridlinev2 {
width: 2px;
background-color: black;
}
.gridlinev {
width: 1px;
background-color: black;
}
.labelboxh {
width: 100px;
height: 32px;
background-color: white;
line-height: 32px;
padding-right: 4px;
text-align: right;
font-weight: bold;
}
.hlabel {
background-color: black;
width: 22px;
text-align: center;
}
.gridheadertop {
background-color: black;
color: white !important;
text-align: center;
font-weight: bold;
line-height: 20px;
}
.gridlineh {
height: 1px;
background-color: black;
}
.gridlineh3 {
height: 3px;
background-color: black;
}
.labelboxv {
height: 125px;
width: 32px;
background-color: white;
text-align: center;
}
/* END OF PUZZLE GRID */
/* SCORE SUBMIT FORM */
.container {
padding: 1rem;
width: stretch;
height: auto;
display: none;
align-content: center;
background: #accdbe;
opacity: .8;
padding-bottom: 50px;
box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container h3 {
color: black
}
.add-score-form {
width: 80%;
align-content: center;
}
.add-score-form h4 {
font-size: 20px;
margin-left: 0;
}
.submit {
position: relative;
background-color: whitesmoke;
border-radius: 5px;
height: 2rem;
width: max-content;
color: #363434;
font-size: 18px;
justify-self: center;
font-family: monospace;
margin: 3px;
}
.submit:hover {
background-color: rgb(128, 193, 166);
color: whitesmoke;
border: #86938f solid 1px;
}
.input-text {
border-radius: 5px;
height: 2rem;
width: 60%;
font-size: 18px;
font-family: monospace;
margin: 3px;
} | index.css | .navbar {
overflow: hidden;
background-color: #333;
}
.navbar p {
float: left;
font-family: montserrat, sans-serif;
font-size: 14px;
color: rgb(231, 220, 220);
text-align: center;
padding: 14px 16px;
text-decoration: none;
margin: 0px 0px 0px 0px;
}
.dropdown {
float: left;
overflow: hidden;
font-family: montserrat, sans-serif;
}
.dropdown .dropbtn {
font-size: 14px;
font-family: montserrat, sans-serif;
border: none;
outline: none;
color: rgb(231, 220, 220);
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.navbar p:hover, .dropdown:hover .dropbtn {
background-color: rgb(94, 137, 119);
}
.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 p {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
/* end navbar */
#directionDiv {
display: none;
background-color:rgba(94, 137, 119, 0.382);
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
#directionDiv p {
padding-left: 50px;
padding-right: 300px;
}
body {
background-image: url(images/green-mountains.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top;
background-size: cover;
margin: 0;
}
h1 {
font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 90px;
color: #607d8b;
margin-top: 20px;
margin-bottom: 0px;
}
h3 {
font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 32px;
margin-top: 0px;
color: #607d8b;
}
#display {
text-align: center;
}
img {
height: 30px;
width: 30px;
}
/* first column */
h4 {
font-family: montserrat, sans-serif;
font-size: 24px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
text-align: left;
}
#description {
font-family: montserrat, sans-serif;
font-size: 14px;
margin-bottom: 25px;
margin-left: 50px;
margin-right: 25px;
text-align: left
}
.grid-container {
display: grid;
grid-template-columns: 800px auto;
align-items: top;
margin-bottom: 50px;
}
.col{
display: flex;
flex-direction: column;
justify-content: flex-start;
}
/* second column */
.second-column {
font-family: montserrat, sans-serif;
color: white;
width: 250px;
margin: 0 50px 20px 40px;
vertical-align: top;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.second-column h6 {
font-size: 14px;
text-align: center;
margin: 10px 0px 10px 0px;
position: sticky;
}
.second-column p {
font-size: 12px;
padding: 0px 15px 0px 15px;
}
#score-div {
vertical-align: top;
background-color:#333;
height: 100px;
text-align: center;
}
#highscores {
background-color:#333;
height: 200px;
overflow: scroll;
text-align: center;
}
#highscores p {
font-size: 13px;
}
#clues {
background-color:#333;
height: 487px;
overflow: scroll;
}
/* Toggle Switch */
#toggle p {
font-family: montserrat, sans-serif;
font-weight: bold;
padding: 0px 0px 0px 8px;
}
.marker {
display: inline-block;
background-color: #d5d7dd;
border-radius: 10px;
border: 2px #cccccc;
color: #2c2c2c;
text-align: center;
font-size: 14px;
padding: 10px;
height: 30px;
width: 50px;
transition: all 0.5s;
cursor: pointer;
margin: 2px;
}
.marker span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.marker span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.marker:hover {
background-color: #f7c2f9;
}
.marker:hover span {
padding-right: 25px;
}
.marker:hover span:after {
opacity: 1;
right: 0;
}
/* PUZZLE GRID */
.gridbox {
width: 32px;
height: 32px;
background-image: none;
background-size: cover;
}
.gridbox:hover {
background-color: rgb(128, 193, 166);
}
div {
display: block;
}
#transparent {
margin-left: 100px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 50px;
background-color: rgba(255, 255, 255);
display: inline-block;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#puzzletable tr td {
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
color: black;
}
td {
display: table-cell;
vertical-align: inherit;
}
table {
display: table;
border-collapse: separate;
box-sizing: border-box;
text-indent: initial;
border-spacing: 2px;
border-color: grey;
}
.gridlinev2 {
width: 2px;
background-color: black;
}
.gridlinev {
width: 1px;
background-color: black;
}
.labelboxh {
width: 100px;
height: 32px;
background-color: white;
line-height: 32px;
padding-right: 4px;
text-align: right;
font-weight: bold;
}
.hlabel {
background-color: black;
width: 22px;
text-align: center;
}
.gridheadertop {
background-color: black;
color: white !important;
text-align: center;
font-weight: bold;
line-height: 20px;
}
.gridlineh {
height: 1px;
background-color: black;
}
.gridlineh3 {
height: 3px;
background-color: black;
}
.labelboxv {
height: 125px;
width: 32px;
background-color: white;
text-align: center;
}
/* END OF PUZZLE GRID */
/* SCORE SUBMIT FORM */
.container {
padding: 1rem;
width: stretch;
height: auto;
display: none;
align-content: center;
background: #accdbe;
opacity: .8;
padding-bottom: 50px;
box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container h3 {
color: black
}
.add-score-form {
width: 80%;
align-content: center;
}
.add-score-form h4 {
font-size: 20px;
margin-left: 0;
}
.submit {
position: relative;
background-color: whitesmoke;
border-radius: 5px;
height: 2rem;
width: max-content;
color: #363434;
font-size: 18px;
justify-self: center;
font-family: monospace;
margin: 3px;
}
.submit:hover {
background-color: rgb(128, 193, 166);
color: whitesmoke;
border: #86938f solid 1px;
}
.input-text {
border-radius: 5px;
height: 2rem;
width: 60%;
font-size: 18px;
font-family: monospace;
margin: 3px;
} | 0.326486 | 0.111338 |
Template Name: Appu-One Page Parallax Template
Created By: RegalTheme
Envato Profile: https://themeforest.net/user/regaltheme
Website: http://regaltheme.com
Description: Appu is Fully Responsive Parallax Template with awesome features.
Version: v1.1
Support: http://regaltheme.com/support
============================================================*/
/*===========================================================
CSS INDEX
===================
[ 1. General Code ]
[ 2. Typography ]
[ 3. Global Classes ]
[ 4. Home Version's ]
[ 5. Pages ]
[ 6. Loding Bar ]
[ 7. ScrollUp ]
==============================================================*/
/*
[ 1. General Code ]
================ */
@font-face {
font-family: myFirstFont;
src: url(../fonts/29ltbukraregular.otf);
}
@font-face {
font-family: myFirstFont1;
src: url(../fonts/29ltbukrabold.otf);
}
body {
font-family: myFirstFont1;
font-size: 14px;
line-height: 22px;
font-weight: 400;
color: #838383;
background-color: #fff;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased;
}
html {
font-family: 'myFirstFont1';
}
html,
body {
width: 100%;
height: 100%;
}
::-moz-selection {
background: #81aaf9;
text-shadow: none;
color: #fff;
}
::selection {
background: #81aaf9;
text-shadow: none;
color: #fff;
}
p {
font-family: myFirstFont !important;
}
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
img {
max-width: 100%;
}
.fix {
overflow: hidden;
}
hr.line {
background: #d3d3d3 none repeat scroll 100% 0;
border: 0 none;
height: 1px;
margin: 0 auto;
width: 100%;
}
.col-text-center {
float: none !important;
margin-right: auto !important;
margin-left: auto !important;
}
.clear {
clear: both
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:focus,
textarea:focus {
outline: 0px;
}
/* Link style
============== */
a {
color: #b4b4b4;
font-family: 'myFirstFont1';
font-weight: 500;
text-transform: uppercase;
line-height: 1;
}
a,
a>* {
outline: none;
cursor: pointer;
text-decoration: none;
}
a:focus,
a:hover {
color: #81aaf9;
outline: none;
text-decoration: none;
}
/* Transition
=============== */
a,
.navbar a,
.form-control {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
/*
[ 2. Typography ]
==========================*/
p {
font-family: 'myFirstFont1';
color: #979797;
font-size: 14px;
line-height: 22px;
font-weight: 400;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
color: #4f4f4f;
margin: 0;
text-transform: capitalize;
font-family: 'myFirstFont1';
line-height: 1;
}
h1 {
font-size: 36px;
font-weight: 400;
color: #535353;
}
h2 {
font-size: 30px;
color: #5b5b5b;
font-weight: 600;
}
h3 {
font-size: 24px;
color: #626262;
font-weight: 600;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 13px;
color: #aaaaaa;
font-weight: 600;
}
/*
[ 3. Global Classes ]
=================== */
.no-margin {
margin: 0;
}
.no-gutter>[class*='col-'] {
padding-left: 0;
padding-right: 0;
}
.no-padding {
padding: 0;
}
.section-padding {
padding: 120px 0;
}
.section-pt {
padding-top: 120px 0;
}
.section-pb {
padding-bottom: 120px;
}
.floatleft {
float: right;
}
.floatright {
float: left;
}
.lowercase {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}
.uppercase {
text-transform: uppercase;
}
.in-block {
display: inline-block;
}
.absolute {
position: absolute;
}
.static {
position: static;
}
.relative {
position: relative;
}
.white-color {
color: #ffffff;
}
.theme-color {
color: #81aaf9;
}
/* percentage
--------------*/
.percent-25 {
width: 25%;
}
.percent-33 {
width: 33.333%;
}
.percent-50 {
width: 50%;
}
.percent-66 {
width: 66.666%;
}
.percent-100 {
width: 100%;
}
.height-100 {
height: 100%;
}
/*margin top
-------------*/
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-22 {
margin-top: 22px;
}
.mt-30 {
margin-top: 30px;
}
.mt-40 {
margin-top: 40px;
}
.mt-50 {
margin-top: 50px;
}
.mt-64 {
margin-top: 64px;
}
.mt-75 {
margin-top: 75px;
}
.mt-155 {
margin-top: 155px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
.mt-50 {
margin-top: 40px;
}
.mt-80 {
margin-top: 50px;
}
.mt-100 {
margin-top: 60px;
}
}
/*margin bottom
----------------*/
.mb-3 {
margin-bottom: 3px;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-11 {
margin-bottom: 11px;
}
.mb-13 {
margin-bottom: 13px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-80 {
margin-bottom: 80px;
}
.ln-50 {
line-height: 50px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
.mb-50 {
margin-bottom: 30px;
}
.mb-60 {
margin-bottom: 30px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-80 {
margin-bottom: 50px;
}
.mtb-60 {
margin-bottom: 20px;
}
.mtb-50 {
margin: 30px 0;
}
.mtb-15 {
margin: 10px auto;
}
}
/*margin left right
--------------*/
.mlr-minus-120 {
margin-right: -120px;
margin-left: -120px;
}
/*margin left
--------------*/
.ml-minus-15 {
margin-right: -15px;
}
.ml-10 {
margin-right: 10px;
}
.ml-20 {
margin-right: 20px;
}
.ml-30 {
margin-right: 30px;
}
.ml-100 {
margin-right: 100px;
}
/*margin right
--------------*/
.mr-minus-40 {
margin-left: -40px;
}
.mr-40 {
margin-left: 40px;
}
.mr-30 {
margin-left: 30px;
}
.mr-10 {
margin-left: 10px;
}
.mr-20 {
margin-left: 20px;
}
@media screen and (max-width: 767px) {
.mr-40 {
margin-left: 0px;
}
.mb-70 {
margin-bottom: 50px;
}
}
/*padding-top
--------------*/
.pt-10 {
padding-top: 10px;
}
.pt-20 {
padding-top: 20px;
}
.pt-30 {
padding-top: 30px;
}
.pt-40 {
padding-top: 40px;
}
.pt-45 {
padding-top: 45px;
}
.pt-200 {
padding-top: 200px;
}
/* Screen Support
---------------------*/
@media screen and (max-width: 767px) {
.pt-50 {
padding-top: 30px;
}
.pt-60 {
padding-top: 30px;
}
.pt-80 {
padding-top: 50px;
}
}
/*padding-bottom
------------------*/
.pb-10 {
padding-bottom: 10px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-110 {
padding-bottom: 110px;
}
.pb-120 {
padding-bottom: 120px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
.pb-50 {
padding-bottom: 40px;
}
.pb-80 {
padding-bottom: 50px;
}
.pb-120 {
padding-bottom: 80px;
}
}
/*padding top bottom
---------------------*/
.ptb-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.ptb-20 {
padding-top: 20px;
padding-bottom: 20px;
}
.ptb-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.ptb-40 {
padding-top: 40px;
padding-bottom: 40px;
}
.ptb-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.ptb-80 {
padding-top: 80px;
padding-bottom: 80px;
}
.ptb-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.ptb-115 {
padding-top: 115px;
padding-bottom: 115px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
.ptb-80 {
padding-top: 80px;
padding-bottom: 80px;
}
.ptb-115 {
padding-top: 80px;
padding-bottom: 80px;
}
}
/* Padding left Right
-------------------- */
.plr-30 {
padding-right: 30px;
padding-left: 30px;
}
/* Padding left
-------------------- */
.pl-28 {
padding-right: 28px;
}
/* Padding right
-------------------- */
.pr-28 {
padding-left: 28px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {}
/*Font Size
-------------*/
.font-13 {
font-size: 13px
}
.font-14 {
font-size: 14px
}
.font-15 {
font-size: 15px
}
.font-16 {
font-size: 16px
}
.font-18 {
font-size: 18px
}
.font-22 {
font-size: 22px
}
.font-20 {
font-size: 20px
}
.font-24 {
font-size: 24px
}
.font-25 {
font-size: 25px
}
.font-26 {
font-size: 26px
}
.font-30 {
font-size: 30px
}
.font-50 {
font-size: 50px
}
.font-70 {
font-size: 70px
}
.font-90 {
font-size: 90px
}
/*font size in screen support
-----------------------------------*/
@media screen and (max-width: 767px) {
.font-30 {
font-size: 25px
}
h1,
.font-35,
.font-90,
.font-70,
.font-50 {
font-size: 30px
}
}
/*Line Height
--------------*/
.l-height-in {
line-height: inherit !important;
}
.l-height-1 {
line-height: 1;
}
.l-height-24 {
line-height: 24px;
}
.l-height-25 {
line-height: 25px;
}
.l-height-26 {
line-height: 26px;
}
.l-height-28 {
line-height: 28px;
}
.l-height-50 {
line-height: 50px;
}
/* font family
-------------- */
.poppins {
font-family: 'myFirstFont1', sans-serif;
}
.montserrat {
font-family: 'myFirstFont1', sans-serif;
}
/*font weight
--------------*/
.we-light {
font-weight: 300;
}
.we-regular {
font-weight: 400;
}
.we-medium {
font-weight: 500;
}
.we-sami {
font-weight: 600;
}
.we-bold {
font-weight: 700;
}
.we-ex-bold {
font-weight: 900;
}
/* background color
===============================*/
.white-bg {
background: #ffffff none repeat scroll 100% 0;
}
.black-bg {
background: #202020 none repeat scroll 100% 0;
}
.theme-bg {
background: #81aaf9 none repeat scroll 100% 0;
}
.bg-color-1 {
background: #f9f9f9 none repeat scroll 100% 0;
}
.bg-color-2 {
background: #f5f5f5 none repeat scroll 100% 0;
}
.bg-color-3 {
background: #2b2b2b none repeat scroll 100% 0;
}
/* background Gradient
===============================*/
.gradient-1 {
background: #81aaf9;
/* For browsers that do not support gradients */
background: -webkit-linear-gradient(54deg, #56d0da 20%, #1b6081 90%);
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(54deg, #56d0da 20%, #1b6081 90%);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(54deg, #56d0da 20%, #1b6081 90%);
/* For Firefox 3.6 to 15 */
background: linear-gradient(54deg, #56d0da 20%, #1b6081 90%);
/* Standard syntax (must be last) */
}
/* background image
==================================*/
.bg-img-1 {
background-image: url("../img/bg/1.jpg");
background-size: cover;
background-position: center center;
background-attachment: scroll;
background-repeat: no-repeat;
}
/* background overlay
===================================*/
.overlay {
position: relative;
}
.overlay:before {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(147, 143, 251, .8);
}
.overlay .container {
position: relative;
z-index: 2;
}
/* dark overlay
================================*/
.overlay.dark-1:before {
background: rgba(43, 43, 43, .70);
}
/* light overlay
================================*/
.overlay.light-1:before {
background: rgba(255, 255, 255, .7);
}
/* others color overlay
=================================*/
.overlay-1:before {
background: rgba(129, 170, 249, 0.90);
}
.grad-overlay-1:before {
background: rgba(129, 170, 249, 0.93);
/* For browsers that do not support gradients */
background: -webkit-linear-gradient(54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%);
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%);
/* For Firefox 3.6 to 15 */
background: linear-gradient(54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%);
/* Standard syntax (must be last) */
}
/*Verticle Aligne Middle
--------------------------*/
.d-table {
display: table;
width: 100%;
height: 100%;
}
.d-table-cell {
display: table-cell;
vertical-align: middle;
}
.v-align {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.row-eq-height {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
/* Default Button Style
------------------------ */
.btn {
background-color: #3590a8;
border: 0 none;
border-radius: 10px;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
color: #fff;
font-size: 15px;
height: 48px;
line-height: 48px;
padding: 0 44px;
transition: all 0.3s ease 0s;
font-weight: 500;
}
.lg-btn {
padding: 0 50px;
}
.btn:hover {
background-color: #46b3c3;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.20);
color: #ffffff;
}
.btn.active,
.btn:active {
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.20);
}
.btn.white,
.btn.white:hover,
.btn.white:focus {
color: #ffffff;
}
.btn i.material-icons {
font-size: 20px;
}
.btn.focus,
.btn:focus,
.btn:hover {
color: #fff;
border-color: #46b3c3;
background-color: #46b3c3;
}
.btn:focus,
button:focus {
outline: none !important;
}
.btn>.material-ink {
background-color: white;
}
/*Screen Support
--------------------*/
@media screen and (max-width: 767px) {
.lg-bgn {
height: auto;
font-size: 14px;
padding: 8px 25px;
}
}
/* Customize Form style
======================== */
.form-control {
border-radius: 0;
}
.input-field {
margin-top: 45px;
}
.input-field label {
color: #999;
top: 0;
right: 0;
font-size: 14px;
line-height: 16px;
font-weight: 400;
margin: 0;
}
.input-field label.active {
font-size: 12px;
}
/*Flat Icon Setup
==========================*/
i[class^="flaticon-"] {
line-height: 50px;
display: inline-block;
}
i[class^="flaticon-"]:before {
font-size: 45px;
margin-right: 0;
}
/* CSS Customization
============================== */
ul,
ul li {
list-style: outside none none;
margin: 0;
padding: 0;
}
nav {
background-color: transparent;
}
nav ul,
nav ul li {
float: none;
}
nav ul li:hover,
nav ul li.active {
background-color: transparent;
}
nav ul a {
font-size: inherit;
}
@media only screen and (min-width: 1200px) {
.container {
width: 1200px;
}
}
@media only screen and (max-width: 749px) {
.container {
width: 100%;
}
}
@media only screen and (max-width: 601px) {
.container {
width: 90%;
}
}
.container .row,
.container-fluid .row {
margin-bottom: 0;
}
.container .row {
margin-left: -15px;
margin-right: -15px;
}
.row .col {
padding-left: 15px;
padding-right: 15px;
}
sub {
bottom: 0;
}
/* Section Title
----------------- */
.section-title.title-2 h1 {
color: #525252;
}
.section-title.title-2 p {
color: #919191;
}
/* Custom Select
----------------------*/
select {
-moz-appearance: none;
-webkit-appearance: none;
}
.custom-select {
position: relative;
}
.custom-input input,
.custom-input textarea,
.custom-select select {
border: 0px solid #b0b0b0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
padding: 10px 20px;
color: #b0b0b0;
width: 100%;
}
.custom-input input {
padding: 5px 15px;
}
/* Horizontal Line
-------------------*/
.horizontal-line div {
background: #878787 none repeat scroll 100% 0;
height: 2px;
margin: 0;
width: 76px;
}
.horizontal-line div.top {
margin-bottom: 4px;
width: 180px;
}
.center .horizontal-line div {
margin: 0 auto;
}
.center .horizontal-line div.top {
margin-bottom: 4px;
}
/* Main Menu
----------------- */
.mainmenu {
padding: 17px 0;
}
.mainmenu li {
float: right;
}
.mainmenu li a {
color: #fff;
display: block;
line-height: 19px;
padding: 0 18px;
position: relative;
font-family: "myFirstFont1";
}
.header-top.is-sticky .mainmenu a:hover,
.header-top.is-sticky .mainmenu li.active a,
.mainmenu li a:hover,
.mainmenu li.active a {
color: #575757;
}
.get-btn a.btn {
font-size: 14px;
height: 40px;
line-height: 38px;
margin-top: 6px;
margin-right: 18px;
}
/* Mobile Menu
--------------*/
.navbar-toggle {
border: 1px solid #ffffff;
}
.navbar-toggle .icon-bar {
background: #ffffff;
}
.navbar-collapse {
border-top: 0;
box-shadow: none;
padding-right: 0;
padding-left: 0;
}
.mainmenu .navbar-collapse>ul li.dropdown .dropdown-btn {
background: #6d6d6d none repeat scroll 100% 0;
border-radius: 3px;
cursor: pointer;
height: 26px;
position: absolute;
left: 10px;
top: 6px;
width: 30px;
z-index: 5;
display: none;
}
.mainmenu .navbar-collapse>ul li.dropdown .dropdown-btn::after {
content: "\f2f9";
font-size: 20px;
height: 100%;
right: 0;
line-height: 26px;
position: absolute;
text-align: center;
top: 0;
width: 100%;
font-family: "Material-Design-Iconic-Font";
color: #fff;
}
.mainmenu .navbar-collapse>ul li.dropdown .dropdown-btn.submenu-icon::after {
content: "\f2fc";
}
/* Sticky Sticky
-----------------*/
.header-top.is-sticky {
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
right: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
padding: 10px 0;
}
.header-top.is-sticky .logo>a {
width: 73px;
}
/* slick dots
-------------- */
.slick-dots {
display: inline-block !important;
margin-top: 60px;
}
.slick-dots>li {
float: right;
margin: 0 5px;
}
.slick-dots button {
border: 0 none;
cursor: pointer;
font-size: 0;
height: 14px;
padding: 0;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 14px;
display: block;
border-radius: 50%;
border: 2px solid #1b6081;
background-color: transparent;
}
.slick-dots .slick-active button {
background: #1b6081 none repeat scroll 100% 0;
box-shadow: 0 2px 6px rgba(168, 112, 254, .6);
}
.slick-slide:focus {
outline: 0;
}
/* Circle Shape
-----------------*/
@keyframes pound {
from {
transform: scale(.2);
}
50% {
transform: scale(1);
}
to {
transform: scale(.2);
}
}
.circle-shape .dot {
animation: 10s ease 0s normal none infinite running pound;
transform-origin: center center 100%;
}
.circle-shape .dot {
background: #000;
border-radius: 50%;
position: absolute;
opacity: 0.04;
}
.circle-shape .c11 {
opacity: 0.02;
}
.circle-shape .c12,
.circle-shape .c13,
.circle-shape .c14,
.circle-shape .c15 {
opacity: 0.05;
}
.c34 {
width: 34px;
height: 34px;
}
.c44 {
width: 44px;
height: 44px;
}
.c53 {
width: 53px;
height: 53px;
}
.c84 {
width: 84px;
height: 84px;
}
.c100 {
width: 100px;
height: 100px;
}
.c140 {
width: 140px;
height: 140px;
}
.c172 {
width: 172px;
height: 172px;
}
.c206 {
width: 206px;
height: 206px;
}
.c355 {
width: 355px;
height: 355px;
}
.c393 {
width: 393px;
height: 393px;
}
.c1 {
top: 4.8%;
right: 6.6%;
animation-delay: 3s;
}
.c2 {
top: 11.5%;
right: 8.7%;
animation-delay: 3.5s;
}
.c3 {
bottom: 0;
right: -202px;
animation-delay: 3.4s;
}
.c4 {
top: 39.9%;
right: 4.7%;
animation-delay: 4s;
}
.c5 {
bottom: 32.4%;
right: 8%;
animation-delay: 4.2s;
}
.c6 {
bottom: 49.02%;
right: 13.1%;
animation-delay: 4.5s;
}
.c7 {
top: 25.7%;
right: 10.9%;
}
.c8 {
top: 25.8%;
right: 20.2%;
}
.c9 {
top: 23.3%;
right: 22.3%;
}
.c10 {
bottom: 22.2%;
right: 30.7%;
}
.c11 {
top: 18.8%;
right: 34.1%;
}
.c12 {
top: 24.1%;
left: 43.7%;
}
.c13 {
bottom: 26.6%;
left: 37.7%;
}
.c14 {
top: 1.8%;
left: 7.3%;
}
.c15 {
top: 5.3%;
left: 3.6%;
}
.c16 {
top: 30.4%;
left: -280px;
}
/* circle-shape-2 */
.circle-shape-2 .c1 {
right: 15.6%;
top: 8.8%;
}
.circle-shape-2 .c4 {
right: 4.2%;
top: 27.1%;
}
.circle-shape-2 .c5 {
bottom: 20%;
right: 7.4%;
}
.circle-shape-2 .c6 {
bottom: 52.4%;
right: 12.7%;
}
.circle-shape-2 .c9 {
right: inherit;
top: inherit;
left: 24.7%;
bottom: 14.5%;
}
.circle-shape-2 .c8 {
right: inherit;
top: inherit;
left: 21.6%;
bottom: 17.8%;
}
.circle-shape-2 .c15 {
left: 14%;
top: 20.3%;
}
.circle-shape-2 .c16 {
bottom: 4.3%;
left: -100px;
top: inherit;
}
/* Pages Header Circle Shape */
.pages-header .c16 {
top: 0;
}
.pages-header .c13 {
bottom: 37.9%;
}
.pages-header .c10 {
bottom: 31.9%;
}
.pages-header .c1 {
right: 10.8%;
top: -55px;
}
.pages-header .c2 {
right: 20.2%;
top: -30px;
}
/*
[ 4. Home Version's ]
===================================== */
/* Default Home Version
------------------------*/
/* Header Area */
.header-top {
right: 0;
top: 40px;
width: 100%;
z-index: 3;
}
.slide-img {
right: 68px;
top: 58px;
}
@media (min-width: 1500px) and (max-width: 1700px) {
.slide-img {
padding: 30px;
}
}
.angle-after::after {
border-bottom: 370px solid #fff;
border-right: 2000px solid transparent;
bottom: 0;
content: "";
height: 0;
right: 0;
position: absolute;
left: 0;
width: 0;
}
.header-bottom .d-table {
z-index: 2;
}
.m-minus .slide-text p {
margin-left: -10px;
}
.btn.border {
background: transparent none repeat scroll 100% 0;
border: 2px solid #fff;
box-shadow: none;
line-height: 46px;
padding: 0 34px;
}
.btn.border:hover {
border-color: transparent;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.single-special i {
border: 1px solid #edeef0;
border-radius: 50%;
color: #8a8a8a;
font-size: 26px;
height: 63px;
line-height: 63px;
margin-bottom: 25px;
transition: all 0.3s ease 0s;
width: 63px;
}
.single-special h4 {
color: #737373;
}
.single-special:hover i {
background: #1b6081 none repeat scroll 100% 0;
box-shadow: 0 2px 10px rgba(129, 170, 249, 0.6);
color: #fff;
border-color: #81aaf9;
}
.single-special p {
padding: 0 25px;
}
/* Easy Customize Area */
.easy-text p {
color: #838282;
}
/* Features Area
-------------------- */
.single-features h4 {
color: #767676;
line-height: 24px;
}
.single-features>i {
background: #fff none repeat scroll 100% 0;
border-radius: 50%;
box-shadow: 0 0 15px rgba(5, 5, 6, 0.1);
color: #81aaf9;
font-size: 30px;
height: 70px;
line-height: 70px;
margin-bottom: 15px;
text-align: center;
width: 70px;
}
.single-features:hover>i {
box-shadow: 0 0 20px rgba(168, 112, 254, 0.5);
color: #fff;
}
.single-features>i,
.arrow-line .circle-dot::after,
.arrow-line .circle-dot {
transition: all 0.3s ease 0s;
}
.single-features:hover>i,
.single-features:hover .arrow-line .circle-dot::after {
background: #56d0da none repeat scroll 100% 0;
}
.single-features:hover .arrow-line .circle-dot {
border-color: #56d0da;
}
.single-features:hover .arrow-line .circle-dot::after {
border-color: #56d0da;
}
.arrow-line {
left: -104px;
top: -58px;
z-index: 2;
}
.right .arrow-line {
right: -104px;
left: unset;
transform: rotateY(180deg);
}
.arrow-line .circle-dot {
height: 32px;
width: 142px;
border-top: 2px solid #80abfa;
border-right: 2px solid #80abfa;
}
.arrow-line .circle-dot::after {
background: #80abfa none repeat scroll 100% 0;
border: 3px solid #dfeafd;
border-radius: 50%;
bottom: -13px;
content: "";
height: 16px;
right: -7px;
position: absolute;
width: 16px;
z-index: -1;
}
/* Interface Area
-------------------- */
.interface-slider img {
width: 100%;
}
.interface-slider .slide-item.slick-current {
transform: scaleY(1.1) scaleX(1.1);
}
.overlay.light-1::before,
.slick-slider .slick-slide {
transition: all 0.4s ease 0s;
}
.interface-slider .slide-item {
padding: 25px 15px;
}
.slick-current .overlay::before {
display: none;
}
.slick-current a img {
cursor: url(../img/icons/plus.png), auto;
}
.vbox-overlay {
cursor: url(../img/icons/close-x.png), auto;
}
.vbox-overlay img {
cursor: default;
}
/* Download Area
-------------------- */
.video-img {
box-shadow: 0 0 20px rgba(53, 53, 53, 0.25);
}
.play-icon>a {
color: #fff;
display: block;
font-size: 50px;
height: 50px;
right: 0;
line-height: 50px;
margin: -23px auto 0;
position: absolute;
left: 0;
top: 50%;
width: 50px;
z-index: 2;
}
.download-text .btn {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
font-size: 18px;
font-weight: 600;
height: 53px;
line-height: 53px;
padding: 0 30px;
}
.download-text .btn.border:hover,
.download-text .btn:hover {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.download-text .btn.border {
line-height: 52px;
padding: 0 30px;
box-shadow: none;
}
.download-text .btn.border {
background-color: transparent;
}
.download-text .btn.border:hover {
border-color: transparent;
}
.download-text .btn i {
font-size: 30px;
position: relative;
top: 4px;
margin-left: 10px;
}
/* Pricing Table */
.single-table {
box-shadow: 0 0 8px rgba(5, 5, 6, 0.1);
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.single-table .head {
height: 105px;
}
.single-table .head h3 {
color: #676767;
}
.single-table h3.theme-color {
color: #81aaf9;
}
.single-table.middle .head {
height: 168px;
overflow: hidden;
}
.middle .featured h4 {
line-height: 40px;
left: -42px;
top: 33px;
transform: rotate(-45deg);
width: 190px;
}
.middle.single-table,
.single-table:hover {
box-shadow: 0 4px 20px rgba(5, 5, 6, 0.1);
}
.single-table .content-height {
height: 337px;
}
.single-table hr.line {
background: #f3f3f3 none repeat scroll 100% 0;
height: 2px;
width: 100%;
}
.single-table .content li {
font-size: 16px;
line-height: 30px;
}
.single-table .content h1 span {
right: -10px;
position: relative;
top: -7px;
}
.single-table .content .btn {
background-color: transparent;
box-shadow: none;
color: #81aaf9;
font-size: 13px;
height: 40px;
line-height: 40px;
padding: 0 34px;
transition: all 0s ease 0s;
}
.single-table .content .btn {
border-top-color: transparent;
border-bottom-color: transparent;
border-right: 1px solid #81aaf9;
border-left: 1px solid #a870fe;
background-image: -webkit-linear-gradient(right, #81aaf9, #a870fe), -webkit-linear-gradient(right, #81aaf9, #a870fe);
background-image: linear-gradient(right, #81aaf9, #a870fe), linear-gradient(right, #81aaf9, #a870fe);
background-size: 100% 1px;
background-position: 100% 100%, 100% 0;
background-repeat: no-repeat;
background-clip: border-box;
}
.middle.single-table .content .btn,
.single-table .content .btn:hover {
background: #81aaf9;
/* For browsers that do not support gradients */
background: -webkit-linear-gradient(36deg, #a870fe, #81aaf9);
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(36deg, #a870fe, #81aaf9);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(36deg, #a870fe, #81aaf9);
/* For Firefox 3.6 to 15 */
background: linear-gradient(36deg, #a870fe, #81aaf9);
/* Standard syntax (must be last) */
color: #fff;
}
/* Testimonial
--------------- */
.width-360 {
width: 360px;
}
.test-slide-image .single-item img {
border-radius: 50%;
box-shadow: 0 0 5px rgba(5, 5, 6, 0.1);
transition: .3s;
}
.test-slide-image .slick-current img {
box-shadow: 0 0 20px rgba(129, 170, 249, 0.5);
}
.test-slide-image .single-item {
transform: scale(.80);
padding: 20px 0;
}
.testimonial-area .width-360 {
margin: -20px 0;
}
.test-slide-image .single-item.slick-current {
transform: scale(1);
}
.ratting i {
color: #f3c30b;
font-size: 16px;
}
.testimonial-one hr.line {
background: #d3d3d3 none repeat scroll 100% 0;
border: 0 none;
height: 13px;
margin: 16px auto;
width: 2px;
}
.testimonial-one .content h2 {
color: #626262;
}
.testimonial-one .quotation {
display: inline-block;
margin-bottom: -40px;
top: -40px;
}
.quotation img {
opacity: 0.08;
}
.testimonial-one .content p {
position: relative;
z-index: 5;
color: #909090;
}
/* Blog Area
--------------*/
.blog-one .content h3 {
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.blog-one .single-blog {
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.blog-one .single-blog:hover {
box-shadow: 0 4px 20px rgba( 5, 5, 6, .10);
}
.blog-one .content h3 {
color: #5b5b5b;
display: inline-block;
margin-left: -10px;
}
.blog-one .content p {
color: #9b9b9b;
}
.blog-one .content h6 {
color: #aaaaaa;
}
.blog-one .blog-footer {
border-top: 1px solid #e3e3e3;
}
.blog-one .blog-footer h6,
.blog-one .blog-footer {
line-height: 52px;
}
.blog-one .blog-footer h6 {
color: #a4a4a4;
}
.blog-one .blog-footer a {
background: #f5f5f5 none repeat scroll 100% 0;
border-radius: 20px;
color: #b4b4b4;
display: inline-block;
font-size: 15px;
line-height: 34px;
padding: 0 17px;
font-family: "myFirstFont1", sans-serif;
}
.blog-one .blog-footer a i {
font-size: 16px;
padding-left: 5px;
position: relative;
top: 2px;
}
.blog-one .content h3:hover,
.blog-one .blog-footer a:hover {
color: #81aaf9;
}
/* contact form
---------------*/
.contact-form.plr {
padding-right: 8px;
padding-left: 33px;
}
.line.width-170 {
width: 170px;
}
.info-text hr.line {
background: #e9e9e9 none repeat scroll 100% 0;
margin: 12px 0 24px 0;
}
.info-text p {
color: #aaaaaa;
}
.info-text ul li h5 {
color: #6f6f6f;
}
.info-text ul li a,
.info-text ul li h5 span {
color: #8e8e8e;
}
.info-text ul li a:hover {
color: #393939;
}
.name-email input,
.contact-area textarea {
font-weight: 400;
line-height: 28px;
color: #888888;
width: 100%;
padding: 0 18px 0 0;
margin-bottom: 25px;
background: #f6f6f6;
border-radius: 5px;
}
.name-email input {
border: none;
height: 42px;
}
.contact-area textarea {
max-height: 105px;
line-height: 40px;
-webkit-margin-after: 19px;
}
.custom-input button.btn {
background: #81aaf9 none repeat scroll 100% 0;
border-radius: 5px;
color: #ffffff;
height: 42px;
line-height: 42px;
box-shadow: none;
font-family: "myFirstFont1";
padding: 0 40px;
font-size: 14px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.custom-input button.btn:hover {
box-shadow: 0 4px 15px rgba(136, 160, 250, 0.5);
}
/* contact form validate
------------------------*/
.contact_form label.error {
background: #81aaf9 none repeat scroll 100% 0;
bottom: 100%;
color: #ffffff;
font-size: 14px;
font-weight: normal;
right: 0;
line-height: 18px;
margin: 0 15px;
padding: 10px;
position: absolute;
left: 0;
text-align: right;
}
.contact_form label.error:after {
border-color: #81aaf9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
border-style: solid;
border-width: 5px 5px 0;
bottom: -5px;
content: "";
height: 0;
right: 94%;
position: absolute;
width: 0;
}
.contact_form input.error,
.contact_form input.valid {
background-repeat: no-repeat;
background-position: left;
}
.contact_form input.error {
background-image: url("../img/icons/invalid.png");
}
.contact_form input.valid {
background-image: url("../img/icons/valid.png");
}
.contact_form textarea.error {}
.contact_form label.valid {
display: none !important;
}
/* Footer Area
--------------*/
.footer-text p a:hover {
color: #303030;
}
/* Subscribe Form */
.subscribe-form {
background: rgba(0, 0, 0, 0.06) none repeat scroll 100% 0;
border-radius: 5px;
height: 48px;
margin: 0 auto 30px auto;
width: 424px;
position: relative;
padding-left: 68px;
}
.subscribe-form.name-email input {
background: transparent none repeat scroll 100% 0;
color: #fff;
float: right;
height: 48px;
line-height: 48px;
margin: 0;
padding-right: 25px;
font-family: "myFirstFont1";
font-weight: 300;
}
.subscribe-form button.btn {
background: transparent none repeat scroll 100% 0;
border-right: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 0;
float: left;
height: 48px;
line-height: 48px;
padding: 0;
position: absolute;
left: 2px;
width: 68px;
z-index: 2;
overflow: hidden;
}
.subscribe-form input::-ms-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #ffffff;
}
.subscribe-form input::-webkit-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #ffffff;
}
.subscribe-form input::-moz-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #ffffff;
}
.subscribe-form button.btn:hover {
box-shadow: none;
}
.subscribe-form button i {
font-size: 18px;
position: relative;
top: 2px;
transition: .3s;
}
.subscribe-form button:hover .zmdi-mail-send::after {
right: 50px;
opacity: 1;
}
.subscribe-form .zmdi-mail-send::after {
content: "";
position: absolute;
transition: .6s;
right: 0;
opacity: 0;
z-index: 2;
}
/* Social Icon */
.social-icon li a {
border: 2px solid #fff;
border-radius: 50%;
color: #fff;
display: block;
font-size: 15px;
height: 32px;
line-height: 30px;
margin: 0 5px;
position: relative;
width: 32px;
}
.social-icon li {
float: right;
}
.social-icon li a:hover {
background: #fff none repeat scroll 100% 0;
color: #a870fe;
}
/* Horizontal Version
-----------------------*/
.horizontal .slide-img {
right: 40px;
}
.team-area .title-2 h1,
.team-area .title-2 p {
color: #ffffff;
}
.single-member .social-icon li a {
border: 0 none;
border-radius: 0;
font-size: 16px;
height: auto;
line-height: 1;
margin: 0;
padding: 0 10px;
width: auto;
}
.single-member .social-icon li a:hover {
background: transparent;
}
.single-member .absolute {
height: 100%;
right: 0;
padding: 17px;
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.single-member .text {
border: 2px solid rgba(255, 255, 255, 0.15);
position: relative;
transform: scale(1.15);
}
.single-member .text,
.single-member .overlay::before {
transition: .5s;
opacity: 0;
}
.single-member:hover .text,
.single-member:hover .overlay::before {
opacity: 1;
transform: scale(1);
}
/* Black Version
-----------------------*/
.black-version .angle-after::after {
border-bottom-color: #2b2b2b;
border-right-color: transparent;
}
.black-version .single-special i,
.black-version .single-special h4 {
color: #dcdcdc;
}
.black-version .single-special i {
border-color: #ebecee;
}
.black-version .single-special:hover i {
border-color: #81aaf9;
}
.black-version .single-special p {
border-color: #bebebe;
}
.black-version .easy-text p {
color: #b9b9b9;
}
.black-version .info-text p,
.black-version .section-title.title-2 p {
color: #d0d0d0;
}
.black-version .info-text ul li h5,
.black-version .section-title.title-2 h1 {
color: #ffffff;
}
.black-version .single-features h4 {
color: #e9e9e9;
}
.black-version .single-table .content li,
.black-version .single-features p {
color: #bdbdbd;
}
.black-version .arrow-line .circle-dot::after {
border-color: #566b93;
}
.black-version .single-features:hover .arrow-line .circle-dot::after {
border-color: #4b3d60;
}
.black-version .slick-dots button {
background: transparent;
}
.black-version .slick-dots .slick-active button {
background: #a870fe none repeat scroll 100% 0;
box-shadow: none;
}
.black-version .single-table hr.line {
background: #373737 none repeat scroll 100% 0;
}
.black-version .single-table .head h3 {
color: #d7d7d7;
}
.black-version .test-slide-image .slick-current img {
box-shadow: none;
}
.black-version .testimonial-one .content p {
color: #d3d3d3;
}
.black-version .quotation img {
opacity: 0.15;
}
.black-version .content h3 {
color: #ececec;
}
.black-version .single-blog .content h3:hover {
color: #81aaf9;
}
.black-version .content p {
color: #a6a6a6;
}
.black-version .blog-footer h6 {
color: #c1c1c1;
}
.black-version .blog-footer {
border-top: 1px solid #5e5e5e;
}
.black-version .blog-footer a {
background: #202020 none repeat scroll 100% 0;
}
.black-version .info-text hr.line {
background: #888888 none repeat scroll 100% 0;
}
.black-version .info-text ul li a,
.black-version .info-text ul li h5 span {
color: #d1d1d1;
}
.black-version .custom-input p {
color: #b0b0b0;
}
.black-version .name-email input,
.black-version.contact-area textarea {
background: #202020 none repeat scroll 100% 0;
color: #ffffff;
}
.black-version .info-text ul li a:hover {
color: #ffffff;
}
/*
[ 5. Pages ]
===================================== */
/* Pages Header */
.height-770 {
height: 770px;
}
.pages-header .angle-after::after {
border-bottom-width: 390px;
}
.page-title ul {
display: inline-block;
}
.page-title li,
.page-title li a {
color: #fff;
float: right;
text-transform: uppercase;
line-height: 1;
font-weight: 400;
font-family: "myFirstFont1";
}
.page-title li a:hover {
color: #202020;
}
.page-title li i {
font-size: 20px;
margin: 0 10px;
position: relative;
top: -3px;
}
/* Blog Page
---------------*/
.single-blog .border {
border: 1px solid #e3e3e3;
border-top: 0;
transition: all 0.3s ease 0s;
}
.single-blog:hover .border {
border-color: transparent;
}
/* Sidebar */
.sidebar h2 {
color: #545454;
}
.sidebar p {
color: #969696;
}
.sidebar .about-blog {
color: #969696;
}
.sidebar .catagories li a {
color: #969696;
line-height: 30px;
}
.sidebar .catagories li a i {
color: #7a7a7a;
font-size: 18px;
margin-left: 8px;
position: relative;
top: 1px;
}
.sidebar .catagories li a:hover {
color: #81aaf9;
}
.sidebar .catagories li a,
.sidebar .tag li a {
font-family: "myFirstFont1";
font-weight: 400;
}
.sidebar .tag li a {
border-radius: 15px;
color: #969696;
display: block;
line-height: 32px;
padding: 0 20px;
margin-left: 10px;
background: #f5f5f5 none repeat scroll 100% 0;
}
.sidebar .tag li a:hover {
color: #ffffff;
background: #81aaf9 none repeat scroll 100% 0;
}
.sidebar .tag li {
float: right;
margin-bottom: 10px;
}
/* Blog Details Pages */
.details-text .content h5 {
color: #aaaaaa;
}
.details-text .content h1,
.portfolio-details .content h2 {
color: #5b5b5b;
}
.details-text .content p {
color: #969696;
}
.blog-details-two .details-text .content p,
.blog-details-three .details-text .content p {
margin-left: -15px;
}
.highlight {
border-right: 2px solid #d3d3d3;
padding-right: 20px;
}
.details-text .blog-footer a {
color: #b4b4b4;
font-size: 13px;
text-transform: uppercase;
}
.details-text .blog-footer h6 {
float: right;
}
.details-text .blog-footer a:hover {
color: #81aaf9;
}
.blog-footer .tags h6 {
color: #969696;
margin-left: 5px;
}
.details-text .blog-footer a {
font-weight: 400;
}
.social-share .social-link {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
position: absolute;
left: 0;
top: -2px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 195px;
}
.social-share {
position: relative;
}
.social-share:hover .social-link {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
left: 40px;
visibility: visible;
}
.social-share p {
background: #fff none repeat scroll 100% 0;
color: #969696;
cursor: pointer;
position: relative;
z-index: 2;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.social-share .social-link li a {
color: #858585;
padding: 0 10px;
float: right;
font-size: 16px;
}
.social-share .social-link li a:hover,
.social-share:hover p {
color: #81aaf9;
}
.social-share p i {
margin-left: 3px;
}
.blog-details .border-b {
border-bottom: 1px solid #e8e8e8;
}
/* comment area */
.comment-area h3 {
color: #545454;
}
.comment-box {
border: 1px solid #f4f4f4;
}
.comment-box {
padding: 15px;
overflow: hidden;
}
.comment-box>img {
float: right;
margin-left: 30px;
}
.comment-box .text {
overflow: hidden;
padding: 7px 0;
}
.comment-box .text>p {
color: #969696;
}
.comment-box .text span,
.comment-box .text span a {
color: #969696;
font-weight: 400;
text-transform: capitalize;
font-family: "myFirstFont1", sans-serif;
}
.comment-box .text span a:hover {
color: #81aaf9;
}
.comment-box .text>h4 {
color: #686868;
}
.comment-area .custom-input input,
.comment-area .custom-input textarea {
border: 1px solid #f4f4f4;
color: #9b9b9b;
font-size: 13px;
margin-bottom: 15px;
height: 40px;
font-family: "myFirstFont1", sans-serif;
font-weight: 300;
}
.comment-area .custom-input input[name="subject"] {
margin-bottom: 0;
}
.comment-area .custom-input textarea {
height: 92px;
-webkit-margin-after: 7px;
}
.comment-area input::-ms-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
.comment-area input::-webkit-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
.comment-area input::-moz-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
.comment-area textarea::-ms-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
.comment-area textarea::-webkit-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
.comment-area textarea::-moz-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
/*
[ 6. Loding Bar ]
======================*/
#loading-wrap {
background: #56d0da none repeat scroll 100% 0;
bottom: 0;
display: block;
right: 0;
position: fixed;
left: 0;
top: 0;
z-index: 99999999;
}
.loading-effect {
height: 150px;
right: 45%;
margin: -25px -25px 0 0;
position: absolute;
top: 50%;
width: 150px;
}
.loading-effect:before {
-webkit-animation: 1.5s linear 0s normal none infinite running preloader-wave;
animation: 1.5s linear 0s normal none infinite running preloader-wave;
background: #1b6081 none repeat scroll 100% 0;
border-radius: 50%;
content: "";
display: inline-block;
height: 160px;
position: absolute;
width: 160px;
right: -5px;
top: -50px;
}
@-webkit-keyframes preloader-wave {
0% {
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
}
100% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes preloader-wave {
0% {
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
}
100% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes preloader-wave {
0% {
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
}
100% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
/*
[ 7. ScrollUp ]
===============*/
#scrollUp {
background: #81aaf9 none repeat scroll 100% 0;
bottom: 60px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
height: 35px;
left: 15px;
text-align: center;
width: 30px;
}
#scrollUp i {
color: #fff;
font-size: 25px;
line-height: 35px;
text-align: center;
}
#scrollUp:hover {
background: #a870fe none repeat scroll 100% 0;
}
/*====================================================================
[ END ]
======================================================================*/ | assets/site/css/style.css | Template Name: Appu-One Page Parallax Template
Created By: RegalTheme
Envato Profile: https://themeforest.net/user/regaltheme
Website: http://regaltheme.com
Description: Appu is Fully Responsive Parallax Template with awesome features.
Version: v1.1
Support: http://regaltheme.com/support
============================================================*/
/*===========================================================
CSS INDEX
===================
[ 1. General Code ]
[ 2. Typography ]
[ 3. Global Classes ]
[ 4. Home Version's ]
[ 5. Pages ]
[ 6. Loding Bar ]
[ 7. ScrollUp ]
==============================================================*/
/*
[ 1. General Code ]
================ */
@font-face {
font-family: myFirstFont;
src: url(../fonts/29ltbukraregular.otf);
}
@font-face {
font-family: myFirstFont1;
src: url(../fonts/29ltbukrabold.otf);
}
body {
font-family: myFirstFont1;
font-size: 14px;
line-height: 22px;
font-weight: 400;
color: #838383;
background-color: #fff;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased;
}
html {
font-family: 'myFirstFont1';
}
html,
body {
width: 100%;
height: 100%;
}
::-moz-selection {
background: #81aaf9;
text-shadow: none;
color: #fff;
}
::selection {
background: #81aaf9;
text-shadow: none;
color: #fff;
}
p {
font-family: myFirstFont !important;
}
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
img {
max-width: 100%;
}
.fix {
overflow: hidden;
}
hr.line {
background: #d3d3d3 none repeat scroll 100% 0;
border: 0 none;
height: 1px;
margin: 0 auto;
width: 100%;
}
.col-text-center {
float: none !important;
margin-right: auto !important;
margin-left: auto !important;
}
.clear {
clear: both
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:focus,
textarea:focus {
outline: 0px;
}
/* Link style
============== */
a {
color: #b4b4b4;
font-family: 'myFirstFont1';
font-weight: 500;
text-transform: uppercase;
line-height: 1;
}
a,
a>* {
outline: none;
cursor: pointer;
text-decoration: none;
}
a:focus,
a:hover {
color: #81aaf9;
outline: none;
text-decoration: none;
}
/* Transition
=============== */
a,
.navbar a,
.form-control {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
/*
[ 2. Typography ]
==========================*/
p {
font-family: 'myFirstFont1';
color: #979797;
font-size: 14px;
line-height: 22px;
font-weight: 400;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
color: #4f4f4f;
margin: 0;
text-transform: capitalize;
font-family: 'myFirstFont1';
line-height: 1;
}
h1 {
font-size: 36px;
font-weight: 400;
color: #535353;
}
h2 {
font-size: 30px;
color: #5b5b5b;
font-weight: 600;
}
h3 {
font-size: 24px;
color: #626262;
font-weight: 600;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 13px;
color: #aaaaaa;
font-weight: 600;
}
/*
[ 3. Global Classes ]
=================== */
.no-margin {
margin: 0;
}
.no-gutter>[class*='col-'] {
padding-left: 0;
padding-right: 0;
}
.no-padding {
padding: 0;
}
.section-padding {
padding: 120px 0;
}
.section-pt {
padding-top: 120px 0;
}
.section-pb {
padding-bottom: 120px;
}
.floatleft {
float: right;
}
.floatright {
float: left;
}
.lowercase {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}
.uppercase {
text-transform: uppercase;
}
.in-block {
display: inline-block;
}
.absolute {
position: absolute;
}
.static {
position: static;
}
.relative {
position: relative;
}
.white-color {
color: #ffffff;
}
.theme-color {
color: #81aaf9;
}
/* percentage
--------------*/
.percent-25 {
width: 25%;
}
.percent-33 {
width: 33.333%;
}
.percent-50 {
width: 50%;
}
.percent-66 {
width: 66.666%;
}
.percent-100 {
width: 100%;
}
.height-100 {
height: 100%;
}
/*margin top
-------------*/
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-22 {
margin-top: 22px;
}
.mt-30 {
margin-top: 30px;
}
.mt-40 {
margin-top: 40px;
}
.mt-50 {
margin-top: 50px;
}
.mt-64 {
margin-top: 64px;
}
.mt-75 {
margin-top: 75px;
}
.mt-155 {
margin-top: 155px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
.mt-50 {
margin-top: 40px;
}
.mt-80 {
margin-top: 50px;
}
.mt-100 {
margin-top: 60px;
}
}
/*margin bottom
----------------*/
.mb-3 {
margin-bottom: 3px;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-11 {
margin-bottom: 11px;
}
.mb-13 {
margin-bottom: 13px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-80 {
margin-bottom: 80px;
}
.ln-50 {
line-height: 50px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
.mb-50 {
margin-bottom: 30px;
}
.mb-60 {
margin-bottom: 30px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-80 {
margin-bottom: 50px;
}
.mtb-60 {
margin-bottom: 20px;
}
.mtb-50 {
margin: 30px 0;
}
.mtb-15 {
margin: 10px auto;
}
}
/*margin left right
--------------*/
.mlr-minus-120 {
margin-right: -120px;
margin-left: -120px;
}
/*margin left
--------------*/
.ml-minus-15 {
margin-right: -15px;
}
.ml-10 {
margin-right: 10px;
}
.ml-20 {
margin-right: 20px;
}
.ml-30 {
margin-right: 30px;
}
.ml-100 {
margin-right: 100px;
}
/*margin right
--------------*/
.mr-minus-40 {
margin-left: -40px;
}
.mr-40 {
margin-left: 40px;
}
.mr-30 {
margin-left: 30px;
}
.mr-10 {
margin-left: 10px;
}
.mr-20 {
margin-left: 20px;
}
@media screen and (max-width: 767px) {
.mr-40 {
margin-left: 0px;
}
.mb-70 {
margin-bottom: 50px;
}
}
/*padding-top
--------------*/
.pt-10 {
padding-top: 10px;
}
.pt-20 {
padding-top: 20px;
}
.pt-30 {
padding-top: 30px;
}
.pt-40 {
padding-top: 40px;
}
.pt-45 {
padding-top: 45px;
}
.pt-200 {
padding-top: 200px;
}
/* Screen Support
---------------------*/
@media screen and (max-width: 767px) {
.pt-50 {
padding-top: 30px;
}
.pt-60 {
padding-top: 30px;
}
.pt-80 {
padding-top: 50px;
}
}
/*padding-bottom
------------------*/
.pb-10 {
padding-bottom: 10px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-110 {
padding-bottom: 110px;
}
.pb-120 {
padding-bottom: 120px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
.pb-50 {
padding-bottom: 40px;
}
.pb-80 {
padding-bottom: 50px;
}
.pb-120 {
padding-bottom: 80px;
}
}
/*padding top bottom
---------------------*/
.ptb-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.ptb-20 {
padding-top: 20px;
padding-bottom: 20px;
}
.ptb-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.ptb-40 {
padding-top: 40px;
padding-bottom: 40px;
}
.ptb-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.ptb-80 {
padding-top: 80px;
padding-bottom: 80px;
}
.ptb-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.ptb-115 {
padding-top: 115px;
padding-bottom: 115px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
.ptb-80 {
padding-top: 80px;
padding-bottom: 80px;
}
.ptb-115 {
padding-top: 80px;
padding-bottom: 80px;
}
}
/* Padding left Right
-------------------- */
.plr-30 {
padding-right: 30px;
padding-left: 30px;
}
/* Padding left
-------------------- */
.pl-28 {
padding-right: 28px;
}
/* Padding right
-------------------- */
.pr-28 {
padding-left: 28px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {}
/*Font Size
-------------*/
.font-13 {
font-size: 13px
}
.font-14 {
font-size: 14px
}
.font-15 {
font-size: 15px
}
.font-16 {
font-size: 16px
}
.font-18 {
font-size: 18px
}
.font-22 {
font-size: 22px
}
.font-20 {
font-size: 20px
}
.font-24 {
font-size: 24px
}
.font-25 {
font-size: 25px
}
.font-26 {
font-size: 26px
}
.font-30 {
font-size: 30px
}
.font-50 {
font-size: 50px
}
.font-70 {
font-size: 70px
}
.font-90 {
font-size: 90px
}
/*font size in screen support
-----------------------------------*/
@media screen and (max-width: 767px) {
.font-30 {
font-size: 25px
}
h1,
.font-35,
.font-90,
.font-70,
.font-50 {
font-size: 30px
}
}
/*Line Height
--------------*/
.l-height-in {
line-height: inherit !important;
}
.l-height-1 {
line-height: 1;
}
.l-height-24 {
line-height: 24px;
}
.l-height-25 {
line-height: 25px;
}
.l-height-26 {
line-height: 26px;
}
.l-height-28 {
line-height: 28px;
}
.l-height-50 {
line-height: 50px;
}
/* font family
-------------- */
.poppins {
font-family: 'myFirstFont1', sans-serif;
}
.montserrat {
font-family: 'myFirstFont1', sans-serif;
}
/*font weight
--------------*/
.we-light {
font-weight: 300;
}
.we-regular {
font-weight: 400;
}
.we-medium {
font-weight: 500;
}
.we-sami {
font-weight: 600;
}
.we-bold {
font-weight: 700;
}
.we-ex-bold {
font-weight: 900;
}
/* background color
===============================*/
.white-bg {
background: #ffffff none repeat scroll 100% 0;
}
.black-bg {
background: #202020 none repeat scroll 100% 0;
}
.theme-bg {
background: #81aaf9 none repeat scroll 100% 0;
}
.bg-color-1 {
background: #f9f9f9 none repeat scroll 100% 0;
}
.bg-color-2 {
background: #f5f5f5 none repeat scroll 100% 0;
}
.bg-color-3 {
background: #2b2b2b none repeat scroll 100% 0;
}
/* background Gradient
===============================*/
.gradient-1 {
background: #81aaf9;
/* For browsers that do not support gradients */
background: -webkit-linear-gradient(54deg, #56d0da 20%, #1b6081 90%);
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(54deg, #56d0da 20%, #1b6081 90%);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(54deg, #56d0da 20%, #1b6081 90%);
/* For Firefox 3.6 to 15 */
background: linear-gradient(54deg, #56d0da 20%, #1b6081 90%);
/* Standard syntax (must be last) */
}
/* background image
==================================*/
.bg-img-1 {
background-image: url("../img/bg/1.jpg");
background-size: cover;
background-position: center center;
background-attachment: scroll;
background-repeat: no-repeat;
}
/* background overlay
===================================*/
.overlay {
position: relative;
}
.overlay:before {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(147, 143, 251, .8);
}
.overlay .container {
position: relative;
z-index: 2;
}
/* dark overlay
================================*/
.overlay.dark-1:before {
background: rgba(43, 43, 43, .70);
}
/* light overlay
================================*/
.overlay.light-1:before {
background: rgba(255, 255, 255, .7);
}
/* others color overlay
=================================*/
.overlay-1:before {
background: rgba(129, 170, 249, 0.90);
}
.grad-overlay-1:before {
background: rgba(129, 170, 249, 0.93);
/* For browsers that do not support gradients */
background: -webkit-linear-gradient(54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%);
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%);
/* For Firefox 3.6 to 15 */
background: linear-gradient(54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%);
/* Standard syntax (must be last) */
}
/*Verticle Aligne Middle
--------------------------*/
.d-table {
display: table;
width: 100%;
height: 100%;
}
.d-table-cell {
display: table-cell;
vertical-align: middle;
}
.v-align {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.row-eq-height {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
/* Default Button Style
------------------------ */
.btn {
background-color: #3590a8;
border: 0 none;
border-radius: 10px;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
color: #fff;
font-size: 15px;
height: 48px;
line-height: 48px;
padding: 0 44px;
transition: all 0.3s ease 0s;
font-weight: 500;
}
.lg-btn {
padding: 0 50px;
}
.btn:hover {
background-color: #46b3c3;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.20);
color: #ffffff;
}
.btn.active,
.btn:active {
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.20);
}
.btn.white,
.btn.white:hover,
.btn.white:focus {
color: #ffffff;
}
.btn i.material-icons {
font-size: 20px;
}
.btn.focus,
.btn:focus,
.btn:hover {
color: #fff;
border-color: #46b3c3;
background-color: #46b3c3;
}
.btn:focus,
button:focus {
outline: none !important;
}
.btn>.material-ink {
background-color: white;
}
/*Screen Support
--------------------*/
@media screen and (max-width: 767px) {
.lg-bgn {
height: auto;
font-size: 14px;
padding: 8px 25px;
}
}
/* Customize Form style
======================== */
.form-control {
border-radius: 0;
}
.input-field {
margin-top: 45px;
}
.input-field label {
color: #999;
top: 0;
right: 0;
font-size: 14px;
line-height: 16px;
font-weight: 400;
margin: 0;
}
.input-field label.active {
font-size: 12px;
}
/*Flat Icon Setup
==========================*/
i[class^="flaticon-"] {
line-height: 50px;
display: inline-block;
}
i[class^="flaticon-"]:before {
font-size: 45px;
margin-right: 0;
}
/* CSS Customization
============================== */
ul,
ul li {
list-style: outside none none;
margin: 0;
padding: 0;
}
nav {
background-color: transparent;
}
nav ul,
nav ul li {
float: none;
}
nav ul li:hover,
nav ul li.active {
background-color: transparent;
}
nav ul a {
font-size: inherit;
}
@media only screen and (min-width: 1200px) {
.container {
width: 1200px;
}
}
@media only screen and (max-width: 749px) {
.container {
width: 100%;
}
}
@media only screen and (max-width: 601px) {
.container {
width: 90%;
}
}
.container .row,
.container-fluid .row {
margin-bottom: 0;
}
.container .row {
margin-left: -15px;
margin-right: -15px;
}
.row .col {
padding-left: 15px;
padding-right: 15px;
}
sub {
bottom: 0;
}
/* Section Title
----------------- */
.section-title.title-2 h1 {
color: #525252;
}
.section-title.title-2 p {
color: #919191;
}
/* Custom Select
----------------------*/
select {
-moz-appearance: none;
-webkit-appearance: none;
}
.custom-select {
position: relative;
}
.custom-input input,
.custom-input textarea,
.custom-select select {
border: 0px solid #b0b0b0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
padding: 10px 20px;
color: #b0b0b0;
width: 100%;
}
.custom-input input {
padding: 5px 15px;
}
/* Horizontal Line
-------------------*/
.horizontal-line div {
background: #878787 none repeat scroll 100% 0;
height: 2px;
margin: 0;
width: 76px;
}
.horizontal-line div.top {
margin-bottom: 4px;
width: 180px;
}
.center .horizontal-line div {
margin: 0 auto;
}
.center .horizontal-line div.top {
margin-bottom: 4px;
}
/* Main Menu
----------------- */
.mainmenu {
padding: 17px 0;
}
.mainmenu li {
float: right;
}
.mainmenu li a {
color: #fff;
display: block;
line-height: 19px;
padding: 0 18px;
position: relative;
font-family: "myFirstFont1";
}
.header-top.is-sticky .mainmenu a:hover,
.header-top.is-sticky .mainmenu li.active a,
.mainmenu li a:hover,
.mainmenu li.active a {
color: #575757;
}
.get-btn a.btn {
font-size: 14px;
height: 40px;
line-height: 38px;
margin-top: 6px;
margin-right: 18px;
}
/* Mobile Menu
--------------*/
.navbar-toggle {
border: 1px solid #ffffff;
}
.navbar-toggle .icon-bar {
background: #ffffff;
}
.navbar-collapse {
border-top: 0;
box-shadow: none;
padding-right: 0;
padding-left: 0;
}
.mainmenu .navbar-collapse>ul li.dropdown .dropdown-btn {
background: #6d6d6d none repeat scroll 100% 0;
border-radius: 3px;
cursor: pointer;
height: 26px;
position: absolute;
left: 10px;
top: 6px;
width: 30px;
z-index: 5;
display: none;
}
.mainmenu .navbar-collapse>ul li.dropdown .dropdown-btn::after {
content: "\f2f9";
font-size: 20px;
height: 100%;
right: 0;
line-height: 26px;
position: absolute;
text-align: center;
top: 0;
width: 100%;
font-family: "Material-Design-Iconic-Font";
color: #fff;
}
.mainmenu .navbar-collapse>ul li.dropdown .dropdown-btn.submenu-icon::after {
content: "\f2fc";
}
/* Sticky Sticky
-----------------*/
.header-top.is-sticky {
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
right: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
padding: 10px 0;
}
.header-top.is-sticky .logo>a {
width: 73px;
}
/* slick dots
-------------- */
.slick-dots {
display: inline-block !important;
margin-top: 60px;
}
.slick-dots>li {
float: right;
margin: 0 5px;
}
.slick-dots button {
border: 0 none;
cursor: pointer;
font-size: 0;
height: 14px;
padding: 0;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 14px;
display: block;
border-radius: 50%;
border: 2px solid #1b6081;
background-color: transparent;
}
.slick-dots .slick-active button {
background: #1b6081 none repeat scroll 100% 0;
box-shadow: 0 2px 6px rgba(168, 112, 254, .6);
}
.slick-slide:focus {
outline: 0;
}
/* Circle Shape
-----------------*/
@keyframes pound {
from {
transform: scale(.2);
}
50% {
transform: scale(1);
}
to {
transform: scale(.2);
}
}
.circle-shape .dot {
animation: 10s ease 0s normal none infinite running pound;
transform-origin: center center 100%;
}
.circle-shape .dot {
background: #000;
border-radius: 50%;
position: absolute;
opacity: 0.04;
}
.circle-shape .c11 {
opacity: 0.02;
}
.circle-shape .c12,
.circle-shape .c13,
.circle-shape .c14,
.circle-shape .c15 {
opacity: 0.05;
}
.c34 {
width: 34px;
height: 34px;
}
.c44 {
width: 44px;
height: 44px;
}
.c53 {
width: 53px;
height: 53px;
}
.c84 {
width: 84px;
height: 84px;
}
.c100 {
width: 100px;
height: 100px;
}
.c140 {
width: 140px;
height: 140px;
}
.c172 {
width: 172px;
height: 172px;
}
.c206 {
width: 206px;
height: 206px;
}
.c355 {
width: 355px;
height: 355px;
}
.c393 {
width: 393px;
height: 393px;
}
.c1 {
top: 4.8%;
right: 6.6%;
animation-delay: 3s;
}
.c2 {
top: 11.5%;
right: 8.7%;
animation-delay: 3.5s;
}
.c3 {
bottom: 0;
right: -202px;
animation-delay: 3.4s;
}
.c4 {
top: 39.9%;
right: 4.7%;
animation-delay: 4s;
}
.c5 {
bottom: 32.4%;
right: 8%;
animation-delay: 4.2s;
}
.c6 {
bottom: 49.02%;
right: 13.1%;
animation-delay: 4.5s;
}
.c7 {
top: 25.7%;
right: 10.9%;
}
.c8 {
top: 25.8%;
right: 20.2%;
}
.c9 {
top: 23.3%;
right: 22.3%;
}
.c10 {
bottom: 22.2%;
right: 30.7%;
}
.c11 {
top: 18.8%;
right: 34.1%;
}
.c12 {
top: 24.1%;
left: 43.7%;
}
.c13 {
bottom: 26.6%;
left: 37.7%;
}
.c14 {
top: 1.8%;
left: 7.3%;
}
.c15 {
top: 5.3%;
left: 3.6%;
}
.c16 {
top: 30.4%;
left: -280px;
}
/* circle-shape-2 */
.circle-shape-2 .c1 {
right: 15.6%;
top: 8.8%;
}
.circle-shape-2 .c4 {
right: 4.2%;
top: 27.1%;
}
.circle-shape-2 .c5 {
bottom: 20%;
right: 7.4%;
}
.circle-shape-2 .c6 {
bottom: 52.4%;
right: 12.7%;
}
.circle-shape-2 .c9 {
right: inherit;
top: inherit;
left: 24.7%;
bottom: 14.5%;
}
.circle-shape-2 .c8 {
right: inherit;
top: inherit;
left: 21.6%;
bottom: 17.8%;
}
.circle-shape-2 .c15 {
left: 14%;
top: 20.3%;
}
.circle-shape-2 .c16 {
bottom: 4.3%;
left: -100px;
top: inherit;
}
/* Pages Header Circle Shape */
.pages-header .c16 {
top: 0;
}
.pages-header .c13 {
bottom: 37.9%;
}
.pages-header .c10 {
bottom: 31.9%;
}
.pages-header .c1 {
right: 10.8%;
top: -55px;
}
.pages-header .c2 {
right: 20.2%;
top: -30px;
}
/*
[ 4. Home Version's ]
===================================== */
/* Default Home Version
------------------------*/
/* Header Area */
.header-top {
right: 0;
top: 40px;
width: 100%;
z-index: 3;
}
.slide-img {
right: 68px;
top: 58px;
}
@media (min-width: 1500px) and (max-width: 1700px) {
.slide-img {
padding: 30px;
}
}
.angle-after::after {
border-bottom: 370px solid #fff;
border-right: 2000px solid transparent;
bottom: 0;
content: "";
height: 0;
right: 0;
position: absolute;
left: 0;
width: 0;
}
.header-bottom .d-table {
z-index: 2;
}
.m-minus .slide-text p {
margin-left: -10px;
}
.btn.border {
background: transparent none repeat scroll 100% 0;
border: 2px solid #fff;
box-shadow: none;
line-height: 46px;
padding: 0 34px;
}
.btn.border:hover {
border-color: transparent;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.single-special i {
border: 1px solid #edeef0;
border-radius: 50%;
color: #8a8a8a;
font-size: 26px;
height: 63px;
line-height: 63px;
margin-bottom: 25px;
transition: all 0.3s ease 0s;
width: 63px;
}
.single-special h4 {
color: #737373;
}
.single-special:hover i {
background: #1b6081 none repeat scroll 100% 0;
box-shadow: 0 2px 10px rgba(129, 170, 249, 0.6);
color: #fff;
border-color: #81aaf9;
}
.single-special p {
padding: 0 25px;
}
/* Easy Customize Area */
.easy-text p {
color: #838282;
}
/* Features Area
-------------------- */
.single-features h4 {
color: #767676;
line-height: 24px;
}
.single-features>i {
background: #fff none repeat scroll 100% 0;
border-radius: 50%;
box-shadow: 0 0 15px rgba(5, 5, 6, 0.1);
color: #81aaf9;
font-size: 30px;
height: 70px;
line-height: 70px;
margin-bottom: 15px;
text-align: center;
width: 70px;
}
.single-features:hover>i {
box-shadow: 0 0 20px rgba(168, 112, 254, 0.5);
color: #fff;
}
.single-features>i,
.arrow-line .circle-dot::after,
.arrow-line .circle-dot {
transition: all 0.3s ease 0s;
}
.single-features:hover>i,
.single-features:hover .arrow-line .circle-dot::after {
background: #56d0da none repeat scroll 100% 0;
}
.single-features:hover .arrow-line .circle-dot {
border-color: #56d0da;
}
.single-features:hover .arrow-line .circle-dot::after {
border-color: #56d0da;
}
.arrow-line {
left: -104px;
top: -58px;
z-index: 2;
}
.right .arrow-line {
right: -104px;
left: unset;
transform: rotateY(180deg);
}
.arrow-line .circle-dot {
height: 32px;
width: 142px;
border-top: 2px solid #80abfa;
border-right: 2px solid #80abfa;
}
.arrow-line .circle-dot::after {
background: #80abfa none repeat scroll 100% 0;
border: 3px solid #dfeafd;
border-radius: 50%;
bottom: -13px;
content: "";
height: 16px;
right: -7px;
position: absolute;
width: 16px;
z-index: -1;
}
/* Interface Area
-------------------- */
.interface-slider img {
width: 100%;
}
.interface-slider .slide-item.slick-current {
transform: scaleY(1.1) scaleX(1.1);
}
.overlay.light-1::before,
.slick-slider .slick-slide {
transition: all 0.4s ease 0s;
}
.interface-slider .slide-item {
padding: 25px 15px;
}
.slick-current .overlay::before {
display: none;
}
.slick-current a img {
cursor: url(../img/icons/plus.png), auto;
}
.vbox-overlay {
cursor: url(../img/icons/close-x.png), auto;
}
.vbox-overlay img {
cursor: default;
}
/* Download Area
-------------------- */
.video-img {
box-shadow: 0 0 20px rgba(53, 53, 53, 0.25);
}
.play-icon>a {
color: #fff;
display: block;
font-size: 50px;
height: 50px;
right: 0;
line-height: 50px;
margin: -23px auto 0;
position: absolute;
left: 0;
top: 50%;
width: 50px;
z-index: 2;
}
.download-text .btn {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
font-size: 18px;
font-weight: 600;
height: 53px;
line-height: 53px;
padding: 0 30px;
}
.download-text .btn.border:hover,
.download-text .btn:hover {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.download-text .btn.border {
line-height: 52px;
padding: 0 30px;
box-shadow: none;
}
.download-text .btn.border {
background-color: transparent;
}
.download-text .btn.border:hover {
border-color: transparent;
}
.download-text .btn i {
font-size: 30px;
position: relative;
top: 4px;
margin-left: 10px;
}
/* Pricing Table */
.single-table {
box-shadow: 0 0 8px rgba(5, 5, 6, 0.1);
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.single-table .head {
height: 105px;
}
.single-table .head h3 {
color: #676767;
}
.single-table h3.theme-color {
color: #81aaf9;
}
.single-table.middle .head {
height: 168px;
overflow: hidden;
}
.middle .featured h4 {
line-height: 40px;
left: -42px;
top: 33px;
transform: rotate(-45deg);
width: 190px;
}
.middle.single-table,
.single-table:hover {
box-shadow: 0 4px 20px rgba(5, 5, 6, 0.1);
}
.single-table .content-height {
height: 337px;
}
.single-table hr.line {
background: #f3f3f3 none repeat scroll 100% 0;
height: 2px;
width: 100%;
}
.single-table .content li {
font-size: 16px;
line-height: 30px;
}
.single-table .content h1 span {
right: -10px;
position: relative;
top: -7px;
}
.single-table .content .btn {
background-color: transparent;
box-shadow: none;
color: #81aaf9;
font-size: 13px;
height: 40px;
line-height: 40px;
padding: 0 34px;
transition: all 0s ease 0s;
}
.single-table .content .btn {
border-top-color: transparent;
border-bottom-color: transparent;
border-right: 1px solid #81aaf9;
border-left: 1px solid #a870fe;
background-image: -webkit-linear-gradient(right, #81aaf9, #a870fe), -webkit-linear-gradient(right, #81aaf9, #a870fe);
background-image: linear-gradient(right, #81aaf9, #a870fe), linear-gradient(right, #81aaf9, #a870fe);
background-size: 100% 1px;
background-position: 100% 100%, 100% 0;
background-repeat: no-repeat;
background-clip: border-box;
}
.middle.single-table .content .btn,
.single-table .content .btn:hover {
background: #81aaf9;
/* For browsers that do not support gradients */
background: -webkit-linear-gradient(36deg, #a870fe, #81aaf9);
/* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(36deg, #a870fe, #81aaf9);
/* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(36deg, #a870fe, #81aaf9);
/* For Firefox 3.6 to 15 */
background: linear-gradient(36deg, #a870fe, #81aaf9);
/* Standard syntax (must be last) */
color: #fff;
}
/* Testimonial
--------------- */
.width-360 {
width: 360px;
}
.test-slide-image .single-item img {
border-radius: 50%;
box-shadow: 0 0 5px rgba(5, 5, 6, 0.1);
transition: .3s;
}
.test-slide-image .slick-current img {
box-shadow: 0 0 20px rgba(129, 170, 249, 0.5);
}
.test-slide-image .single-item {
transform: scale(.80);
padding: 20px 0;
}
.testimonial-area .width-360 {
margin: -20px 0;
}
.test-slide-image .single-item.slick-current {
transform: scale(1);
}
.ratting i {
color: #f3c30b;
font-size: 16px;
}
.testimonial-one hr.line {
background: #d3d3d3 none repeat scroll 100% 0;
border: 0 none;
height: 13px;
margin: 16px auto;
width: 2px;
}
.testimonial-one .content h2 {
color: #626262;
}
.testimonial-one .quotation {
display: inline-block;
margin-bottom: -40px;
top: -40px;
}
.quotation img {
opacity: 0.08;
}
.testimonial-one .content p {
position: relative;
z-index: 5;
color: #909090;
}
/* Blog Area
--------------*/
.blog-one .content h3 {
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.blog-one .single-blog {
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.blog-one .single-blog:hover {
box-shadow: 0 4px 20px rgba( 5, 5, 6, .10);
}
.blog-one .content h3 {
color: #5b5b5b;
display: inline-block;
margin-left: -10px;
}
.blog-one .content p {
color: #9b9b9b;
}
.blog-one .content h6 {
color: #aaaaaa;
}
.blog-one .blog-footer {
border-top: 1px solid #e3e3e3;
}
.blog-one .blog-footer h6,
.blog-one .blog-footer {
line-height: 52px;
}
.blog-one .blog-footer h6 {
color: #a4a4a4;
}
.blog-one .blog-footer a {
background: #f5f5f5 none repeat scroll 100% 0;
border-radius: 20px;
color: #b4b4b4;
display: inline-block;
font-size: 15px;
line-height: 34px;
padding: 0 17px;
font-family: "myFirstFont1", sans-serif;
}
.blog-one .blog-footer a i {
font-size: 16px;
padding-left: 5px;
position: relative;
top: 2px;
}
.blog-one .content h3:hover,
.blog-one .blog-footer a:hover {
color: #81aaf9;
}
/* contact form
---------------*/
.contact-form.plr {
padding-right: 8px;
padding-left: 33px;
}
.line.width-170 {
width: 170px;
}
.info-text hr.line {
background: #e9e9e9 none repeat scroll 100% 0;
margin: 12px 0 24px 0;
}
.info-text p {
color: #aaaaaa;
}
.info-text ul li h5 {
color: #6f6f6f;
}
.info-text ul li a,
.info-text ul li h5 span {
color: #8e8e8e;
}
.info-text ul li a:hover {
color: #393939;
}
.name-email input,
.contact-area textarea {
font-weight: 400;
line-height: 28px;
color: #888888;
width: 100%;
padding: 0 18px 0 0;
margin-bottom: 25px;
background: #f6f6f6;
border-radius: 5px;
}
.name-email input {
border: none;
height: 42px;
}
.contact-area textarea {
max-height: 105px;
line-height: 40px;
-webkit-margin-after: 19px;
}
.custom-input button.btn {
background: #81aaf9 none repeat scroll 100% 0;
border-radius: 5px;
color: #ffffff;
height: 42px;
line-height: 42px;
box-shadow: none;
font-family: "myFirstFont1";
padding: 0 40px;
font-size: 14px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.custom-input button.btn:hover {
box-shadow: 0 4px 15px rgba(136, 160, 250, 0.5);
}
/* contact form validate
------------------------*/
.contact_form label.error {
background: #81aaf9 none repeat scroll 100% 0;
bottom: 100%;
color: #ffffff;
font-size: 14px;
font-weight: normal;
right: 0;
line-height: 18px;
margin: 0 15px;
padding: 10px;
position: absolute;
left: 0;
text-align: right;
}
.contact_form label.error:after {
border-color: #81aaf9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
border-style: solid;
border-width: 5px 5px 0;
bottom: -5px;
content: "";
height: 0;
right: 94%;
position: absolute;
width: 0;
}
.contact_form input.error,
.contact_form input.valid {
background-repeat: no-repeat;
background-position: left;
}
.contact_form input.error {
background-image: url("../img/icons/invalid.png");
}
.contact_form input.valid {
background-image: url("../img/icons/valid.png");
}
.contact_form textarea.error {}
.contact_form label.valid {
display: none !important;
}
/* Footer Area
--------------*/
.footer-text p a:hover {
color: #303030;
}
/* Subscribe Form */
.subscribe-form {
background: rgba(0, 0, 0, 0.06) none repeat scroll 100% 0;
border-radius: 5px;
height: 48px;
margin: 0 auto 30px auto;
width: 424px;
position: relative;
padding-left: 68px;
}
.subscribe-form.name-email input {
background: transparent none repeat scroll 100% 0;
color: #fff;
float: right;
height: 48px;
line-height: 48px;
margin: 0;
padding-right: 25px;
font-family: "myFirstFont1";
font-weight: 300;
}
.subscribe-form button.btn {
background: transparent none repeat scroll 100% 0;
border-right: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 0;
float: left;
height: 48px;
line-height: 48px;
padding: 0;
position: absolute;
left: 2px;
width: 68px;
z-index: 2;
overflow: hidden;
}
.subscribe-form input::-ms-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #ffffff;
}
.subscribe-form input::-webkit-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #ffffff;
}
.subscribe-form input::-moz-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #ffffff;
}
.subscribe-form button.btn:hover {
box-shadow: none;
}
.subscribe-form button i {
font-size: 18px;
position: relative;
top: 2px;
transition: .3s;
}
.subscribe-form button:hover .zmdi-mail-send::after {
right: 50px;
opacity: 1;
}
.subscribe-form .zmdi-mail-send::after {
content: "";
position: absolute;
transition: .6s;
right: 0;
opacity: 0;
z-index: 2;
}
/* Social Icon */
.social-icon li a {
border: 2px solid #fff;
border-radius: 50%;
color: #fff;
display: block;
font-size: 15px;
height: 32px;
line-height: 30px;
margin: 0 5px;
position: relative;
width: 32px;
}
.social-icon li {
float: right;
}
.social-icon li a:hover {
background: #fff none repeat scroll 100% 0;
color: #a870fe;
}
/* Horizontal Version
-----------------------*/
.horizontal .slide-img {
right: 40px;
}
.team-area .title-2 h1,
.team-area .title-2 p {
color: #ffffff;
}
.single-member .social-icon li a {
border: 0 none;
border-radius: 0;
font-size: 16px;
height: auto;
line-height: 1;
margin: 0;
padding: 0 10px;
width: auto;
}
.single-member .social-icon li a:hover {
background: transparent;
}
.single-member .absolute {
height: 100%;
right: 0;
padding: 17px;
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.single-member .text {
border: 2px solid rgba(255, 255, 255, 0.15);
position: relative;
transform: scale(1.15);
}
.single-member .text,
.single-member .overlay::before {
transition: .5s;
opacity: 0;
}
.single-member:hover .text,
.single-member:hover .overlay::before {
opacity: 1;
transform: scale(1);
}
/* Black Version
-----------------------*/
.black-version .angle-after::after {
border-bottom-color: #2b2b2b;
border-right-color: transparent;
}
.black-version .single-special i,
.black-version .single-special h4 {
color: #dcdcdc;
}
.black-version .single-special i {
border-color: #ebecee;
}
.black-version .single-special:hover i {
border-color: #81aaf9;
}
.black-version .single-special p {
border-color: #bebebe;
}
.black-version .easy-text p {
color: #b9b9b9;
}
.black-version .info-text p,
.black-version .section-title.title-2 p {
color: #d0d0d0;
}
.black-version .info-text ul li h5,
.black-version .section-title.title-2 h1 {
color: #ffffff;
}
.black-version .single-features h4 {
color: #e9e9e9;
}
.black-version .single-table .content li,
.black-version .single-features p {
color: #bdbdbd;
}
.black-version .arrow-line .circle-dot::after {
border-color: #566b93;
}
.black-version .single-features:hover .arrow-line .circle-dot::after {
border-color: #4b3d60;
}
.black-version .slick-dots button {
background: transparent;
}
.black-version .slick-dots .slick-active button {
background: #a870fe none repeat scroll 100% 0;
box-shadow: none;
}
.black-version .single-table hr.line {
background: #373737 none repeat scroll 100% 0;
}
.black-version .single-table .head h3 {
color: #d7d7d7;
}
.black-version .test-slide-image .slick-current img {
box-shadow: none;
}
.black-version .testimonial-one .content p {
color: #d3d3d3;
}
.black-version .quotation img {
opacity: 0.15;
}
.black-version .content h3 {
color: #ececec;
}
.black-version .single-blog .content h3:hover {
color: #81aaf9;
}
.black-version .content p {
color: #a6a6a6;
}
.black-version .blog-footer h6 {
color: #c1c1c1;
}
.black-version .blog-footer {
border-top: 1px solid #5e5e5e;
}
.black-version .blog-footer a {
background: #202020 none repeat scroll 100% 0;
}
.black-version .info-text hr.line {
background: #888888 none repeat scroll 100% 0;
}
.black-version .info-text ul li a,
.black-version .info-text ul li h5 span {
color: #d1d1d1;
}
.black-version .custom-input p {
color: #b0b0b0;
}
.black-version .name-email input,
.black-version.contact-area textarea {
background: #202020 none repeat scroll 100% 0;
color: #ffffff;
}
.black-version .info-text ul li a:hover {
color: #ffffff;
}
/*
[ 5. Pages ]
===================================== */
/* Pages Header */
.height-770 {
height: 770px;
}
.pages-header .angle-after::after {
border-bottom-width: 390px;
}
.page-title ul {
display: inline-block;
}
.page-title li,
.page-title li a {
color: #fff;
float: right;
text-transform: uppercase;
line-height: 1;
font-weight: 400;
font-family: "myFirstFont1";
}
.page-title li a:hover {
color: #202020;
}
.page-title li i {
font-size: 20px;
margin: 0 10px;
position: relative;
top: -3px;
}
/* Blog Page
---------------*/
.single-blog .border {
border: 1px solid #e3e3e3;
border-top: 0;
transition: all 0.3s ease 0s;
}
.single-blog:hover .border {
border-color: transparent;
}
/* Sidebar */
.sidebar h2 {
color: #545454;
}
.sidebar p {
color: #969696;
}
.sidebar .about-blog {
color: #969696;
}
.sidebar .catagories li a {
color: #969696;
line-height: 30px;
}
.sidebar .catagories li a i {
color: #7a7a7a;
font-size: 18px;
margin-left: 8px;
position: relative;
top: 1px;
}
.sidebar .catagories li a:hover {
color: #81aaf9;
}
.sidebar .catagories li a,
.sidebar .tag li a {
font-family: "myFirstFont1";
font-weight: 400;
}
.sidebar .tag li a {
border-radius: 15px;
color: #969696;
display: block;
line-height: 32px;
padding: 0 20px;
margin-left: 10px;
background: #f5f5f5 none repeat scroll 100% 0;
}
.sidebar .tag li a:hover {
color: #ffffff;
background: #81aaf9 none repeat scroll 100% 0;
}
.sidebar .tag li {
float: right;
margin-bottom: 10px;
}
/* Blog Details Pages */
.details-text .content h5 {
color: #aaaaaa;
}
.details-text .content h1,
.portfolio-details .content h2 {
color: #5b5b5b;
}
.details-text .content p {
color: #969696;
}
.blog-details-two .details-text .content p,
.blog-details-three .details-text .content p {
margin-left: -15px;
}
.highlight {
border-right: 2px solid #d3d3d3;
padding-right: 20px;
}
.details-text .blog-footer a {
color: #b4b4b4;
font-size: 13px;
text-transform: uppercase;
}
.details-text .blog-footer h6 {
float: right;
}
.details-text .blog-footer a:hover {
color: #81aaf9;
}
.blog-footer .tags h6 {
color: #969696;
margin-left: 5px;
}
.details-text .blog-footer a {
font-weight: 400;
}
.social-share .social-link {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
position: absolute;
left: 0;
top: -2px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 195px;
}
.social-share {
position: relative;
}
.social-share:hover .social-link {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
left: 40px;
visibility: visible;
}
.social-share p {
background: #fff none repeat scroll 100% 0;
color: #969696;
cursor: pointer;
position: relative;
z-index: 2;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.social-share .social-link li a {
color: #858585;
padding: 0 10px;
float: right;
font-size: 16px;
}
.social-share .social-link li a:hover,
.social-share:hover p {
color: #81aaf9;
}
.social-share p i {
margin-left: 3px;
}
.blog-details .border-b {
border-bottom: 1px solid #e8e8e8;
}
/* comment area */
.comment-area h3 {
color: #545454;
}
.comment-box {
border: 1px solid #f4f4f4;
}
.comment-box {
padding: 15px;
overflow: hidden;
}
.comment-box>img {
float: right;
margin-left: 30px;
}
.comment-box .text {
overflow: hidden;
padding: 7px 0;
}
.comment-box .text>p {
color: #969696;
}
.comment-box .text span,
.comment-box .text span a {
color: #969696;
font-weight: 400;
text-transform: capitalize;
font-family: "myFirstFont1", sans-serif;
}
.comment-box .text span a:hover {
color: #81aaf9;
}
.comment-box .text>h4 {
color: #686868;
}
.comment-area .custom-input input,
.comment-area .custom-input textarea {
border: 1px solid #f4f4f4;
color: #9b9b9b;
font-size: 13px;
margin-bottom: 15px;
height: 40px;
font-family: "myFirstFont1", sans-serif;
font-weight: 300;
}
.comment-area .custom-input input[name="subject"] {
margin-bottom: 0;
}
.comment-area .custom-input textarea {
height: 92px;
-webkit-margin-after: 7px;
}
.comment-area input::-ms-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
.comment-area input::-webkit-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
.comment-area input::-moz-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
.comment-area textarea::-ms-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
.comment-area textarea::-webkit-input-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
.comment-area textarea::-moz-placeholder {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #9b9b9b;
}
/*
[ 6. Loding Bar ]
======================*/
#loading-wrap {
background: #56d0da none repeat scroll 100% 0;
bottom: 0;
display: block;
right: 0;
position: fixed;
left: 0;
top: 0;
z-index: 99999999;
}
.loading-effect {
height: 150px;
right: 45%;
margin: -25px -25px 0 0;
position: absolute;
top: 50%;
width: 150px;
}
.loading-effect:before {
-webkit-animation: 1.5s linear 0s normal none infinite running preloader-wave;
animation: 1.5s linear 0s normal none infinite running preloader-wave;
background: #1b6081 none repeat scroll 100% 0;
border-radius: 50%;
content: "";
display: inline-block;
height: 160px;
position: absolute;
width: 160px;
right: -5px;
top: -50px;
}
@-webkit-keyframes preloader-wave {
0% {
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
}
100% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes preloader-wave {
0% {
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
}
100% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes preloader-wave {
0% {
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
}
100% {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
/*
[ 7. ScrollUp ]
===============*/
#scrollUp {
background: #81aaf9 none repeat scroll 100% 0;
bottom: 60px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
height: 35px;
left: 15px;
text-align: center;
width: 30px;
}
#scrollUp i {
color: #fff;
font-size: 25px;
line-height: 35px;
text-align: center;
}
#scrollUp:hover {
background: #a870fe none repeat scroll 100% 0;
}
/*====================================================================
[ END ]
======================================================================*/ | 0.541651 | 0.088426 |
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
letter-spacing: -.022em;
font-synthesis: none;
/* -moz-font-feature-settings: 'kern';*/
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #333;
line-height: 1.5em;
padding: 25px;
}
img {
max-width: 100%; /* Afbeeldingen responsive maken */
}
/*intro*/
a.een {
color:#43BAC0 ;
}
/* concurentieanalyse */
.voordelen {
color:green;
}
.nadelen {
color: red;
}
.website {
font-style: italic;
}
/* scenario */
.scenario
{
font-style: italic;
font-size: 20px;
color: gray;
}
/* digital styleguide */
/* algemene opmaak */
.styldeguide1{
font-family: 'Arial Narrow';
font-style: bold;
font-size: 40px;
color:#43BAC0;
}
a:name{
font-family: 'Arial';
font-size: 20px;
color:#49494A;
text-decoration-line:underline;
text-decoration-color:#43BAC0;
text-decoration-style: dotted;
}
.onderverdeling{
font-size: 20px;
}
/* logo */
.roos{
color:#DE6398;
}
.blauw{
color:#36BAC1;
}
.grijs{
color:#49494A;
}
/* kleuren */
.tekstroos{
color:#DE6398;
font-style: bold;
}
.kleurroos{
color:#DE6398;
}
.tekstblauw{
color:#36BAC1;
font-style: bold;
}
.kleurblauw{
color:#36BAC1;
}
/* Tekst*/
.tekstgrijs
{
color:#49494A;
font-style: bold;
}
.kleurgrijs
{
color:#49494A;
}
.Titels
{
font-family: 'Quicksand', sans-serif;
font-size: 32pt;
color:#49494A;
}
.Tussentitels
{
font-family: 'Quicksand', sans-serif;
font-size: 25pt;
color:#36BAC1;
}
.Tekst
{
font-family: 'Arial Narrow', Arial, sans-serif;
font-size: 21pt;
color:#49494A;
}
.Line-up
{
font-family: 'Arial Narrow', Arial, sans-serif;
font-size: 16pt;
color:#DE6398;
}
.Bijschrift
{
font-family: 'Arial Narrow', Arial, sans-serif;
font-size: 8pt;
color:#49494A;
}
/*navigatiemenu*/
.navbar {
background-color: white;
font-family: 'Arial Narrow', Arial, sans-serif;
}
.navbar a.twee {
float: left;
font-size: 25px;
font-weight: bold;
color:#36BAC1;
text-align: center;
padding: 20px 25px;
text-decoration: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 25px;
font-weight: bold;
border: none;
outline: none;
color:#36BAC1;
padding: 20px 25px;
text-align: center;
margin:0;
}
.navbar a.twee:hover, .dropdown:hover .dropbtn {
background-color: rgba(169, 169, 170, 0.831);
}
.dropdown-content {
display: none;
position: absolute;
background-color: white;
min-width: 160px;
}
.dropdown-content a.zes {
float: none;
font-size: 20px;
font-weight: bold;
color: #36BAC1;
padding: 20px 25px;
text-decoration: none;
display:block;
text-align: left;
}
.dropdown-content a.zes:hover {
background-color:rgb(225, 140, 177);
}
.dropdown:hover .dropdown-content {
display: block;
}
/*zoek functie*/
.topnav .search-container {
float: right;
}
.topnav input[type=text] {
padding: 6px;
margin-top: 8px;
font-size: 15px;
border: none;
}
.topnav .search-container button {
float: right;
padding: 6px 10px;
margin-top: 8px;
margin-right: 16px;
background: white;
font-size: 15px;
cursor: pointer;
}
.search-container input[type=text] {
border: 1px solid#36BAC1;
}
/* social media */
a.drie{
text-decoration: none;
}
/* links binnen de website */
a.vier{
text-decoration: none;
}
/* contact formulier */
input[type=text], select, textarea {
width: 50%;
padding: 12px;
border: 1px solid #36BAC1;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
color: #36BAC1;
}
input[type=submit] {
background-color:white;
color: #36BAC1;
padding: 12px 20px;
border: 3px solid #36BAC1;
border-radius: 4px;
cursor: pointer;
} | pages/css/pages.css | body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
letter-spacing: -.022em;
font-synthesis: none;
/* -moz-font-feature-settings: 'kern';*/
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #333;
line-height: 1.5em;
padding: 25px;
}
img {
max-width: 100%; /* Afbeeldingen responsive maken */
}
/*intro*/
a.een {
color:#43BAC0 ;
}
/* concurentieanalyse */
.voordelen {
color:green;
}
.nadelen {
color: red;
}
.website {
font-style: italic;
}
/* scenario */
.scenario
{
font-style: italic;
font-size: 20px;
color: gray;
}
/* digital styleguide */
/* algemene opmaak */
.styldeguide1{
font-family: 'Arial Narrow';
font-style: bold;
font-size: 40px;
color:#43BAC0;
}
a:name{
font-family: 'Arial';
font-size: 20px;
color:#49494A;
text-decoration-line:underline;
text-decoration-color:#43BAC0;
text-decoration-style: dotted;
}
.onderverdeling{
font-size: 20px;
}
/* logo */
.roos{
color:#DE6398;
}
.blauw{
color:#36BAC1;
}
.grijs{
color:#49494A;
}
/* kleuren */
.tekstroos{
color:#DE6398;
font-style: bold;
}
.kleurroos{
color:#DE6398;
}
.tekstblauw{
color:#36BAC1;
font-style: bold;
}
.kleurblauw{
color:#36BAC1;
}
/* Tekst*/
.tekstgrijs
{
color:#49494A;
font-style: bold;
}
.kleurgrijs
{
color:#49494A;
}
.Titels
{
font-family: 'Quicksand', sans-serif;
font-size: 32pt;
color:#49494A;
}
.Tussentitels
{
font-family: 'Quicksand', sans-serif;
font-size: 25pt;
color:#36BAC1;
}
.Tekst
{
font-family: 'Arial Narrow', Arial, sans-serif;
font-size: 21pt;
color:#49494A;
}
.Line-up
{
font-family: 'Arial Narrow', Arial, sans-serif;
font-size: 16pt;
color:#DE6398;
}
.Bijschrift
{
font-family: 'Arial Narrow', Arial, sans-serif;
font-size: 8pt;
color:#49494A;
}
/*navigatiemenu*/
.navbar {
background-color: white;
font-family: 'Arial Narrow', Arial, sans-serif;
}
.navbar a.twee {
float: left;
font-size: 25px;
font-weight: bold;
color:#36BAC1;
text-align: center;
padding: 20px 25px;
text-decoration: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 25px;
font-weight: bold;
border: none;
outline: none;
color:#36BAC1;
padding: 20px 25px;
text-align: center;
margin:0;
}
.navbar a.twee:hover, .dropdown:hover .dropbtn {
background-color: rgba(169, 169, 170, 0.831);
}
.dropdown-content {
display: none;
position: absolute;
background-color: white;
min-width: 160px;
}
.dropdown-content a.zes {
float: none;
font-size: 20px;
font-weight: bold;
color: #36BAC1;
padding: 20px 25px;
text-decoration: none;
display:block;
text-align: left;
}
.dropdown-content a.zes:hover {
background-color:rgb(225, 140, 177);
}
.dropdown:hover .dropdown-content {
display: block;
}
/*zoek functie*/
.topnav .search-container {
float: right;
}
.topnav input[type=text] {
padding: 6px;
margin-top: 8px;
font-size: 15px;
border: none;
}
.topnav .search-container button {
float: right;
padding: 6px 10px;
margin-top: 8px;
margin-right: 16px;
background: white;
font-size: 15px;
cursor: pointer;
}
.search-container input[type=text] {
border: 1px solid#36BAC1;
}
/* social media */
a.drie{
text-decoration: none;
}
/* links binnen de website */
a.vier{
text-decoration: none;
}
/* contact formulier */
input[type=text], select, textarea {
width: 50%;
padding: 12px;
border: 1px solid #36BAC1;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
color: #36BAC1;
}
input[type=submit] {
background-color:white;
color: #36BAC1;
padding: 12px 20px;
border: 3px solid #36BAC1;
border-radius: 4px;
cursor: pointer;
} | 0.364891 | 0.084682 |
*{
padding: 0;
margin: 0;
}
body {
font-size: 60%;
background: #202020;
}
.container {
height: 100vh;
margin: 0 auto;
position: relative;
display: flex;
flex-flow: column;
}
.header{
height: 100px;
box-shadow: 4px 0px 4px #181818;
background: #242424;
}
/* Cabeçalho */
.cabecalho{
width: 1120px;
height: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.cabecalho a, .cabecalho li{
list-style: none;
text-decoration: none;
}
.cabecalho .logo{
font-size: 2rem;
font-weight: 700;
color: #fff;
}
.cabecalho .menu{
display: flex;
margin-top: 12px;
margin-left: 40px;
}
.cabecalho .menu a{
font-size: 1rem;
margin-right: 15px;
color: #fff;
}
.cabecalho .menu a:hover{
color: #b88cff;
border-bottom: 4px solid #7a2df7;
}
/* Conteúdo */
.conteudo{
width: 1120px;
margin: 0 auto;
margin-top: 4px;
display: flex;
flex-flow: column;
color: #fff;
background: #242424;
}
.conteudo .categoria{
width: 95%;
margin: 0 auto;
margin-top: 40px;
}
/* Update Aula05 */
.conteudo .inserir{
position: relative;
display: flex;
align-items: flex-end;
font-size: 1rem;
}
.conteudo .inserir .campo{
margin-right: 5px;
}
.conteudo .inserir .campo label{
width: 100%;
margin-bottom: 2px;
display: block;
}
.conteudo .inserir .campo input{
width: fit-content;
height: 40px;
padding: 0 4px;
font-weight: 700;
color: #474747;
outline-color: #7a2df7;
}
.conteudo .inserir .campo select{
width: 100%;
height: 45px;
outline-color: #7a2df7;
}
.conteudo .inserir .campo select option{
width: 100%;
}
.conteudo .inserir .campo button{
width: 100px;
height: 46px;
margin-right: 5px;
font-size: 1rem;
font-weight: 700;
outline: none;
cursor: pointer;
color: #7c7c7c;
border: 1px solid #7c7c7c;
border-radius: 4px;
background: #181818;
transition: background 2s;
}
.conteudo .inserir .campo button:hover{
background: #7a2df7;
}
.conteudo .inserir .campo .alerta{
width: 100%;
margin-top: 2px;
position: absolute;
left: 0;
display: flex;
align-items: center;
color: #b88cff;
}
/* Fim Update Aula05 */
.conteudo .titulo{
width: 100%;
font-weight: 700;
border-bottom: 1px solid #474747;
}
.conteudo .cartazes{
margin-top: 10px;
display: flex;
flex-flow: row wrap;
}
.conteudo .cartaz{
position: relative;
margin-right: 10px;
margin-bottom: 20px;
cursor: pointer;
display: inline-block;
border-radius: 4px;
box-shadow: 4px 4px 4px #181818;
transition: background 1s;
}
.conteudo .cartaz:hover{
background: #7a2df7;
}
.conteudo .cartaz img{
width: 167px;
opacity: .5;
}
.conteudo .cartaz .descricao{
width: 100%;
height: 100%;
font-size: 1rem;
text-align: center;
position: absolute;
bottom: 0;
opacity: 0;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
transition: opacity 1s;
}
.conteudo .cartaz .descricao:hover{
opacity: 1;
box-shadow: 4px 4px 4px #0a0a0a;
}
.conteudo .cartaz .descricao img{
width: 64px;
height: 64px;
border-radius: 50%;
}
.conteudo .cartaz .descricao img:hover{
background: #b88cff;
}
.conteudo .cartaz .descricao .status{
width: 100%;
font-weight: 700;
position: absolute;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: space-around;
color: #181818;
background: #7a2df7;
animation-name: carregando;
animation-duration: 2s;
}
/* Trailer */
.modal{
width: 100%;
height: 100%;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
background: #20202080;
}
.modal .fechar{
width: 60px;
height: 60px;
border-radius: 50%;
font-size: 1.5rem;
position: absolute;
top: 30px;
right: 30px;
outline: none;
cursor: pointer;
color: #b88cff;
border-color: #b88cff;
background: #242424;
transition: background 2s;
}
.modal .fechar:hover{
background: #7a2df7;
}
.modal .trailer{
width: 80%;
height: 80%;
}
.modal .trailer iframe{
width: 100%;
height: 100%;
border: none;
box-shadow: 4px 4px 4px #0a0a0a;
}
.creditos {
margin-top: 100px;
display: flex;
align-items: center;
color: white;
width:100%;
display: flex;
justify-content: center;
}
.creditos span {
font-weight: 500;
font-size: 20px;
line-height: 24px;
margin-right: 20px;
}
.creditos a {
text-decoration: none;
color: white;
font-weight: bold;
}
.creditos a:hover {
color: #03195e;
}
.creditos img {
position: relative;
top: -10px;
width: 126px;
height: auto;
}
/* Outros */
.hide{
display: none !important;
}
/* Animações */
@keyframes carregando {
from {width: 0%;}
to {width: 100%}
} | Aula04 e 05 - ProjetoAluraFlix (Filmes)/style.css | *{
padding: 0;
margin: 0;
}
body {
font-size: 60%;
background: #202020;
}
.container {
height: 100vh;
margin: 0 auto;
position: relative;
display: flex;
flex-flow: column;
}
.header{
height: 100px;
box-shadow: 4px 0px 4px #181818;
background: #242424;
}
/* Cabeçalho */
.cabecalho{
width: 1120px;
height: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.cabecalho a, .cabecalho li{
list-style: none;
text-decoration: none;
}
.cabecalho .logo{
font-size: 2rem;
font-weight: 700;
color: #fff;
}
.cabecalho .menu{
display: flex;
margin-top: 12px;
margin-left: 40px;
}
.cabecalho .menu a{
font-size: 1rem;
margin-right: 15px;
color: #fff;
}
.cabecalho .menu a:hover{
color: #b88cff;
border-bottom: 4px solid #7a2df7;
}
/* Conteúdo */
.conteudo{
width: 1120px;
margin: 0 auto;
margin-top: 4px;
display: flex;
flex-flow: column;
color: #fff;
background: #242424;
}
.conteudo .categoria{
width: 95%;
margin: 0 auto;
margin-top: 40px;
}
/* Update Aula05 */
.conteudo .inserir{
position: relative;
display: flex;
align-items: flex-end;
font-size: 1rem;
}
.conteudo .inserir .campo{
margin-right: 5px;
}
.conteudo .inserir .campo label{
width: 100%;
margin-bottom: 2px;
display: block;
}
.conteudo .inserir .campo input{
width: fit-content;
height: 40px;
padding: 0 4px;
font-weight: 700;
color: #474747;
outline-color: #7a2df7;
}
.conteudo .inserir .campo select{
width: 100%;
height: 45px;
outline-color: #7a2df7;
}
.conteudo .inserir .campo select option{
width: 100%;
}
.conteudo .inserir .campo button{
width: 100px;
height: 46px;
margin-right: 5px;
font-size: 1rem;
font-weight: 700;
outline: none;
cursor: pointer;
color: #7c7c7c;
border: 1px solid #7c7c7c;
border-radius: 4px;
background: #181818;
transition: background 2s;
}
.conteudo .inserir .campo button:hover{
background: #7a2df7;
}
.conteudo .inserir .campo .alerta{
width: 100%;
margin-top: 2px;
position: absolute;
left: 0;
display: flex;
align-items: center;
color: #b88cff;
}
/* Fim Update Aula05 */
.conteudo .titulo{
width: 100%;
font-weight: 700;
border-bottom: 1px solid #474747;
}
.conteudo .cartazes{
margin-top: 10px;
display: flex;
flex-flow: row wrap;
}
.conteudo .cartaz{
position: relative;
margin-right: 10px;
margin-bottom: 20px;
cursor: pointer;
display: inline-block;
border-radius: 4px;
box-shadow: 4px 4px 4px #181818;
transition: background 1s;
}
.conteudo .cartaz:hover{
background: #7a2df7;
}
.conteudo .cartaz img{
width: 167px;
opacity: .5;
}
.conteudo .cartaz .descricao{
width: 100%;
height: 100%;
font-size: 1rem;
text-align: center;
position: absolute;
bottom: 0;
opacity: 0;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
transition: opacity 1s;
}
.conteudo .cartaz .descricao:hover{
opacity: 1;
box-shadow: 4px 4px 4px #0a0a0a;
}
.conteudo .cartaz .descricao img{
width: 64px;
height: 64px;
border-radius: 50%;
}
.conteudo .cartaz .descricao img:hover{
background: #b88cff;
}
.conteudo .cartaz .descricao .status{
width: 100%;
font-weight: 700;
position: absolute;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: space-around;
color: #181818;
background: #7a2df7;
animation-name: carregando;
animation-duration: 2s;
}
/* Trailer */
.modal{
width: 100%;
height: 100%;
position: fixed;
display: flex;
align-items: center;
justify-content: center;
background: #20202080;
}
.modal .fechar{
width: 60px;
height: 60px;
border-radius: 50%;
font-size: 1.5rem;
position: absolute;
top: 30px;
right: 30px;
outline: none;
cursor: pointer;
color: #b88cff;
border-color: #b88cff;
background: #242424;
transition: background 2s;
}
.modal .fechar:hover{
background: #7a2df7;
}
.modal .trailer{
width: 80%;
height: 80%;
}
.modal .trailer iframe{
width: 100%;
height: 100%;
border: none;
box-shadow: 4px 4px 4px #0a0a0a;
}
.creditos {
margin-top: 100px;
display: flex;
align-items: center;
color: white;
width:100%;
display: flex;
justify-content: center;
}
.creditos span {
font-weight: 500;
font-size: 20px;
line-height: 24px;
margin-right: 20px;
}
.creditos a {
text-decoration: none;
color: white;
font-weight: bold;
}
.creditos a:hover {
color: #03195e;
}
.creditos img {
position: relative;
top: -10px;
width: 126px;
height: auto;
}
/* Outros */
.hide{
display: none !important;
}
/* Animações */
@keyframes carregando {
from {width: 0%;}
to {width: 100%}
} | 0.384681 | 0.059346 |
*{
margin:0px ;
padding:0px;
}
body{
background-position:center;
text-align:center;
background-color: rgb(0, 0, 0);
margin: auto;
padding: 0;
width: 1000px;
}
header{
background-color: #ff0606;
text-align:left;
height: 60px;
padding: 15px;
width: 1000px;
}
h1,h2{
text-align: center;
color:#ff0909;
font-family: 'Dancing Script', cursive;
}
.underlinemenu{
font-weight: bold;
width: 100%;
}
.underlinemenu ul{
padding: 6px 0 7px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}
.underlinemenu ul li{
display: inline;
}
.underlinemenu ul li a{
color: #000000;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid rgb(77, 75, 75); /*bottom border is 3px*/
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
.container{
display: flex;
flex-flow: row;
justify-content: center;
align-items: center;
}
.txt{
justify-content: center;
font-size: 20px;
color:#fbfcff;
font-family: 'Archivo', sans-serif;
}
.txt2{
text-align: center;
font-size: 20px;
color:#f2f5ff;
font-family: 'Archivo', sans-serif;
}
.foto img {
width:300px;
height: 400px;
padding:15px
}
footer{
background-color: #ff0b0b;
margin-top: 80px;
align-items: center;
}
.redes img{
width:30px;
height:30px;
padding:10px;
}
.redes img:hover{
background-color:rgba(0,0,0,0.5);
padding:11px;
text-align:center;
}
.box {
width: 250px;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #191919;
text-align: center;
}
.box h3{
color: white;
text-transform: uppercase;
font-weight: 500;
}
.box input[type = "text"], .box input[type= "email"]{
border: 0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #ff0303;
padding: 14px 10px;
width: 200px;
outline:none;
color: white;
border-radius: 24px;
transition: 0.25s;
}
.box input[type = "text"]:focus, .box input[type= "email"]:focus {
width: 280px;
border-color: #2ecc71;
}
.box input[type = "submit"]{
border: 0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #ff0000;
padding: 14px 10px;
width: 200px;
outline:none;
color: white;
border-radius: 24px;
transition: 0.25s;
cursor: pointer;
}
.box input[type = "submit"]:hover{
background: #2ecc71;
}
.ml-50 {
padding: 400px;
margin-top: 200px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
@font-face {
font-family: neon;
src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/neon.ttf);
}
.container2 {
display: table-cell;
text-align: center;
vertical-align: middle;
margin: 100px;
padding: 100px;
}
.neon {
font-family: neon;
color: #FB4264;
font-size: 9vw;
line-height: 9vw;
text-shadow: 0 0 3vw #F40A35;
}
.flux {
font-family: neon;
color: #426DFB;
font-size: 9vw;
line-height: 9vw;
text-shadow: 0 0 3vw #2356FF;
}
.neon {
animation: neon 1s ease infinite;
-moz-animation: neon 1s ease infinite;
-webkit-animation: neon 1s ease infinite;
}
@keyframes neon {
0%,
100% {
text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
color: #FED128;
}
50% {
text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
color: #806914;
}
}
.flux {
animation: flux 2s linear infinite;
-moz-animation: flux 2s linear infinite;
-webkit-animation: flux 2s linear infinite;
-o-animation: flux 2s linear infinite;
}
@keyframes flux {
0%,
100% {
text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280;
color: #28D7FE;
}
50% {
text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940;
color: #146C80;
}
} | Fundamentos-Web/assets/css/style.css | *{
margin:0px ;
padding:0px;
}
body{
background-position:center;
text-align:center;
background-color: rgb(0, 0, 0);
margin: auto;
padding: 0;
width: 1000px;
}
header{
background-color: #ff0606;
text-align:left;
height: 60px;
padding: 15px;
width: 1000px;
}
h1,h2{
text-align: center;
color:#ff0909;
font-family: 'Dancing Script', cursive;
}
.underlinemenu{
font-weight: bold;
width: 100%;
}
.underlinemenu ul{
padding: 6px 0 7px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}
.underlinemenu ul li{
display: inline;
}
.underlinemenu ul li a{
color: #000000;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid rgb(77, 75, 75); /*bottom border is 3px*/
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
.container{
display: flex;
flex-flow: row;
justify-content: center;
align-items: center;
}
.txt{
justify-content: center;
font-size: 20px;
color:#fbfcff;
font-family: 'Archivo', sans-serif;
}
.txt2{
text-align: center;
font-size: 20px;
color:#f2f5ff;
font-family: 'Archivo', sans-serif;
}
.foto img {
width:300px;
height: 400px;
padding:15px
}
footer{
background-color: #ff0b0b;
margin-top: 80px;
align-items: center;
}
.redes img{
width:30px;
height:30px;
padding:10px;
}
.redes img:hover{
background-color:rgba(0,0,0,0.5);
padding:11px;
text-align:center;
}
.box {
width: 250px;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #191919;
text-align: center;
}
.box h3{
color: white;
text-transform: uppercase;
font-weight: 500;
}
.box input[type = "text"], .box input[type= "email"]{
border: 0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #ff0303;
padding: 14px 10px;
width: 200px;
outline:none;
color: white;
border-radius: 24px;
transition: 0.25s;
}
.box input[type = "text"]:focus, .box input[type= "email"]:focus {
width: 280px;
border-color: #2ecc71;
}
.box input[type = "submit"]{
border: 0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid #ff0000;
padding: 14px 10px;
width: 200px;
outline:none;
color: white;
border-radius: 24px;
transition: 0.25s;
cursor: pointer;
}
.box input[type = "submit"]:hover{
background: #2ecc71;
}
.ml-50 {
padding: 400px;
margin-top: 200px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
@font-face {
font-family: neon;
src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/neon.ttf);
}
.container2 {
display: table-cell;
text-align: center;
vertical-align: middle;
margin: 100px;
padding: 100px;
}
.neon {
font-family: neon;
color: #FB4264;
font-size: 9vw;
line-height: 9vw;
text-shadow: 0 0 3vw #F40A35;
}
.flux {
font-family: neon;
color: #426DFB;
font-size: 9vw;
line-height: 9vw;
text-shadow: 0 0 3vw #2356FF;
}
.neon {
animation: neon 1s ease infinite;
-moz-animation: neon 1s ease infinite;
-webkit-animation: neon 1s ease infinite;
}
@keyframes neon {
0%,
100% {
text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
color: #FED128;
}
50% {
text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
color: #806914;
}
}
.flux {
animation: flux 2s linear infinite;
-moz-animation: flux 2s linear infinite;
-webkit-animation: flux 2s linear infinite;
-o-animation: flux 2s linear infinite;
}
@keyframes flux {
0%,
100% {
text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280;
color: #28D7FE;
}
50% {
text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940;
color: #146C80;
}
} | 0.393385 | 0.076511 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body, html {
margin: 0;
padding: 0;
height: 100%;
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
}
#app {
/*color: #2c3e50;*/
color: #353535;
width: 100%;
height: 100%;
}
.clear {
clear: both;
}
.inline-block {
display: inline-block;
}
.v-a-m {
vertical-align: middle;
}
/* remove margin begin */
.remove-margin-t {
margin-top: 0 !important;
}
.remove-margin-r {
margin-right: 0 !important;
}
.remove-margin-l {
margin-left: 0 !important;
}
.remove-margin-b {
margin-bottom: 0 !important;
}
.remove-margin {
margin: 0 !important;
}
/* remove margin end */
/* remove padding begin */
.remove-padding {
padding: 0 !important;
}
.remove-padding-t {
padding-top: 0 !important;
}
.remove-padding-r {
padding-right: 0 !important;
}
.remove-padding-b {
padding-bottom: 0 !important;
}
.remove-padding-l {
padding-left: 0 !important;
}
/* remove padding end */
/* padding begin */
.pull-5 {
padding: 5px;
}
.pull-5-l {
padding-left: 5px !important;
}
.pull-5-t {
padding-top: 5px !important;
}
.pull-5-b {
padding-bottom: 5px !important;
}
.pull-10 {
padding: 10px;
}
.pull-10-t {
padding-top: 10px !important;
}
.pull-10-r {
padding-right: 10px !important;
}
.pull-10-b {
padding-bottom: 10px !important;
}
.pull-10-l {
padding-left: 10px !important;
}
.pull-15 {
padding: 15px;
}
.pull-15-t {
padding-top: 15px !important;
}
.pull-15-r {
padding-right: 15px !important;
}
.pull-15-b {
padding-bottom: 15px !important;
}
.pull-15-l {
padding-left: 15px !important;
}
.pull-20 {
padding: 20px;
}
.pull-20-t {
padding-top: 20px !important;
}
.pull-20-r {
padding-right: 20px !important;
}
.pull-20-b {
padding-bottom: 20px !important;
}
.pull-20-l {
padding-left: 20px !important;
}
.pull-25-l {
padding-left: 25px !important;
}
.pull-25-t {
padding-top: 25px !important;
}
.pull-25-r {
padding-right: 25px !important;
}
.pull-25-b {
padding-bottom: 25px !important;
}
.pull-25-l {
padding-left: 25px !important;
}
/* padding end */
/* margin begin */
.push-5 {
margin: 5px;
}
.push-5-t {
margin-top: 5px;
}
.push-5-r {
margin-right: 5px;
}
.push-5-b {
margin-bottom: 5px;
}
.push-5-l {
margin-left: 5px;
}
.push-10 {
margin: 10px;
}
.push-10-t {
margin-top: 10px;
}
.push-10-r {
margin-right: 10px;
}
.push-10-b {
margin-bottom: 10px;
}
.push-10-l {
margin-left: 10px;
}
.push-15 {
margin: 15px;
}
.push-15-t {
margin-top: 15px;
}
.push-15-r {
margin-right: 15px;
}
.push-15-b {
margin-bottom: 15px;
}
.push-15-l {
margin-left: 15px;
}
.push-20 {
margin: 20px;
}
.push-20-t {
margin-top: 20px;
}
.push-20-r {
margin-right: 20px;
}
.push-20-b {
margin-bottom: 20px;
}
.push-20-l {
margin-left: 20px;
}
/* margin end */
/* text-align begin */
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
/* text-align end */
/* font size begin */
.font-s12 {
font-size: 12px;
}
.font-s13 {
font-size: 13px;
}
.font-s14 {
font-size: 14px;
}
.font-s16 {
font-size: 16px;
}
.font-s18 {
font-size: 18px;
}
.font-s20 {
font-size: 20px;
}
.font-s24 {
font-size: 24px;
}
.font-s26 {
font-size: 26px;
}
.font-s36 {
font-size: 36px;
}
.font-w500 {
font-weight: 500;
}
.font-w600 {
font-weight: 600;
}
/* font size end */
/* background color begin */
.fc-bg_light {
background-color: #fbfbfb;
}
.fc-bg_gray {
background-color: #e9ecf1;
}
.fc-bg_white {
background-color: #fff;
}
/* background color end */
/* text color begin */
.fc-text_gray {
color: #c9c9c9;
}
.fc-text_999 {
color: #999;
}
.fc-text_666 {
color: #666;
}
.fc-text_white {
color: #fff;
}
.fc-text_red {
color: red;
}
.fc-text_blue {
color: #4472c5;
}
.fc-text_yellow {
color: #e09f13;
}
.fc-text_green {
color: #59b515;
}
.fc-text_danger {
color: #e64340;
}
/* text color end */
/* flex begin */
.fc-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.fc-flex__item {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
}
/* flex end */
/* border begin */
.border {
position: relative;
}
.border:after {
content: " ";
width: 200%;
height: 200%;
position: absolute;
top: 0;
left: 0;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
box-sizing: border-box;
border-radius: 12px;
}
.border-b {
position: relative;
}
.border-b:after {
content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #ccc;
color: #ccc;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
z-index: 2;
}
.border-t {
position: relative;
}
.border-t:before {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #ccc;
color: #ccc;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
z-index: 2;
}
/* border end */
/* button begin */
button.fc-btn, input.fc-btn {
width: 100%;
border-width: 0;
outline: 0;
-webkit-appearance: none;
text-align: center;
}
.fc-btn {
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
font-size: 16px;
width: 100%;
text-align: center;
border-radius: 6px;
padding: 10px 0;
position: relative;
text-decoration: none;
display: block;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fc-btn_default {
background-color: #fff;
color: #4472c5;
}
.fc-btn_default:after {
content: " ";
width: 200%;
height: 200%;
position: absolute;
top: 0;
left: 0;
border: 1px solid #4472c5;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
box-sizing: border-box;
border-radius: 10px;
}
.fc-btn_default:active {
color: rgba(68, 114, 197, 0.6);
border-color: rgba(68, 114, 197, 0.6);
}
.fc-btn_primary {
background-color: #4472c5;
color: #fff;
border: 0;
}
.fc-btn_primary:visited {
color: #fff;
}
.fc-btn_primary:active {
color: rgba(255, 255, 255, 0.6);
background-color: #4160AF;
}
.fc-btn_warning {
background-color: #E64340;
color: #fff;
border: 0;
}
.fc-btn_warning:visited {
color: #fff;
}
.fc-btn_warning:active {
color: rgba(255, 255, 255, 0.6);
background-color: #CE3C39;
}
/* button end */
.pagination {
text-align: center;
padding: 10px 0;
width: 100%;
} | static/css/global.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body, html {
margin: 0;
padding: 0;
height: 100%;
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
}
#app {
/*color: #2c3e50;*/
color: #353535;
width: 100%;
height: 100%;
}
.clear {
clear: both;
}
.inline-block {
display: inline-block;
}
.v-a-m {
vertical-align: middle;
}
/* remove margin begin */
.remove-margin-t {
margin-top: 0 !important;
}
.remove-margin-r {
margin-right: 0 !important;
}
.remove-margin-l {
margin-left: 0 !important;
}
.remove-margin-b {
margin-bottom: 0 !important;
}
.remove-margin {
margin: 0 !important;
}
/* remove margin end */
/* remove padding begin */
.remove-padding {
padding: 0 !important;
}
.remove-padding-t {
padding-top: 0 !important;
}
.remove-padding-r {
padding-right: 0 !important;
}
.remove-padding-b {
padding-bottom: 0 !important;
}
.remove-padding-l {
padding-left: 0 !important;
}
/* remove padding end */
/* padding begin */
.pull-5 {
padding: 5px;
}
.pull-5-l {
padding-left: 5px !important;
}
.pull-5-t {
padding-top: 5px !important;
}
.pull-5-b {
padding-bottom: 5px !important;
}
.pull-10 {
padding: 10px;
}
.pull-10-t {
padding-top: 10px !important;
}
.pull-10-r {
padding-right: 10px !important;
}
.pull-10-b {
padding-bottom: 10px !important;
}
.pull-10-l {
padding-left: 10px !important;
}
.pull-15 {
padding: 15px;
}
.pull-15-t {
padding-top: 15px !important;
}
.pull-15-r {
padding-right: 15px !important;
}
.pull-15-b {
padding-bottom: 15px !important;
}
.pull-15-l {
padding-left: 15px !important;
}
.pull-20 {
padding: 20px;
}
.pull-20-t {
padding-top: 20px !important;
}
.pull-20-r {
padding-right: 20px !important;
}
.pull-20-b {
padding-bottom: 20px !important;
}
.pull-20-l {
padding-left: 20px !important;
}
.pull-25-l {
padding-left: 25px !important;
}
.pull-25-t {
padding-top: 25px !important;
}
.pull-25-r {
padding-right: 25px !important;
}
.pull-25-b {
padding-bottom: 25px !important;
}
.pull-25-l {
padding-left: 25px !important;
}
/* padding end */
/* margin begin */
.push-5 {
margin: 5px;
}
.push-5-t {
margin-top: 5px;
}
.push-5-r {
margin-right: 5px;
}
.push-5-b {
margin-bottom: 5px;
}
.push-5-l {
margin-left: 5px;
}
.push-10 {
margin: 10px;
}
.push-10-t {
margin-top: 10px;
}
.push-10-r {
margin-right: 10px;
}
.push-10-b {
margin-bottom: 10px;
}
.push-10-l {
margin-left: 10px;
}
.push-15 {
margin: 15px;
}
.push-15-t {
margin-top: 15px;
}
.push-15-r {
margin-right: 15px;
}
.push-15-b {
margin-bottom: 15px;
}
.push-15-l {
margin-left: 15px;
}
.push-20 {
margin: 20px;
}
.push-20-t {
margin-top: 20px;
}
.push-20-r {
margin-right: 20px;
}
.push-20-b {
margin-bottom: 20px;
}
.push-20-l {
margin-left: 20px;
}
/* margin end */
/* text-align begin */
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
/* text-align end */
/* font size begin */
.font-s12 {
font-size: 12px;
}
.font-s13 {
font-size: 13px;
}
.font-s14 {
font-size: 14px;
}
.font-s16 {
font-size: 16px;
}
.font-s18 {
font-size: 18px;
}
.font-s20 {
font-size: 20px;
}
.font-s24 {
font-size: 24px;
}
.font-s26 {
font-size: 26px;
}
.font-s36 {
font-size: 36px;
}
.font-w500 {
font-weight: 500;
}
.font-w600 {
font-weight: 600;
}
/* font size end */
/* background color begin */
.fc-bg_light {
background-color: #fbfbfb;
}
.fc-bg_gray {
background-color: #e9ecf1;
}
.fc-bg_white {
background-color: #fff;
}
/* background color end */
/* text color begin */
.fc-text_gray {
color: #c9c9c9;
}
.fc-text_999 {
color: #999;
}
.fc-text_666 {
color: #666;
}
.fc-text_white {
color: #fff;
}
.fc-text_red {
color: red;
}
.fc-text_blue {
color: #4472c5;
}
.fc-text_yellow {
color: #e09f13;
}
.fc-text_green {
color: #59b515;
}
.fc-text_danger {
color: #e64340;
}
/* text color end */
/* flex begin */
.fc-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.fc-flex__item {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
}
/* flex end */
/* border begin */
.border {
position: relative;
}
.border:after {
content: " ";
width: 200%;
height: 200%;
position: absolute;
top: 0;
left: 0;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
box-sizing: border-box;
border-radius: 12px;
}
.border-b {
position: relative;
}
.border-b:after {
content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #ccc;
color: #ccc;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
z-index: 2;
}
.border-t {
position: relative;
}
.border-t:before {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #ccc;
color: #ccc;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
z-index: 2;
}
/* border end */
/* button begin */
button.fc-btn, input.fc-btn {
width: 100%;
border-width: 0;
outline: 0;
-webkit-appearance: none;
text-align: center;
}
.fc-btn {
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
font-size: 16px;
width: 100%;
text-align: center;
border-radius: 6px;
padding: 10px 0;
position: relative;
text-decoration: none;
display: block;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fc-btn_default {
background-color: #fff;
color: #4472c5;
}
.fc-btn_default:after {
content: " ";
width: 200%;
height: 200%;
position: absolute;
top: 0;
left: 0;
border: 1px solid #4472c5;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
box-sizing: border-box;
border-radius: 10px;
}
.fc-btn_default:active {
color: rgba(68, 114, 197, 0.6);
border-color: rgba(68, 114, 197, 0.6);
}
.fc-btn_primary {
background-color: #4472c5;
color: #fff;
border: 0;
}
.fc-btn_primary:visited {
color: #fff;
}
.fc-btn_primary:active {
color: rgba(255, 255, 255, 0.6);
background-color: #4160AF;
}
.fc-btn_warning {
background-color: #E64340;
color: #fff;
border: 0;
}
.fc-btn_warning:visited {
color: #fff;
}
.fc-btn_warning:active {
color: rgba(255, 255, 255, 0.6);
background-color: #CE3C39;
}
/* button end */
.pagination {
text-align: center;
padding: 10px 0;
width: 100%;
} | 0.293506 | 0.115461 |
.font {
font-family: 'Lovers Quarrel', cursive;
font-size: 30px;
color: black;
}
.title {
font-family: 'Lovers Quarrel', cursive;
font-size: 100px;
margin-top:10px;
}
.album {
font-family: 'Lovers Quarrel', cursive;
font-size: 40px;
}
.b {
margin-bottom: 10px;
}
.card-header {
text-align: center;
}
.collapsed {
color: lightskyblue;
}
.front {
padding-top: 10px;
height: 60px;
}
.color {
background-color: lightgoldenrodyellow;
margin-bottom: 60px;
}
.btn-info {
background-color: lightgoldenrodyellow;
border-color: lightgoldenrodyellow;
color: black;
margin-bottom: 60px;
border-radius: 0px;
}
ul.my_unordered_list {
list-style-type: none;
margin: 0;
padding: 0;
}
li.my_unordered_list_item_kikker {
background-image: url(../assets/img/kikker.jpg);
background-size: auto 20px;
background-repeat: no-repeat;
background-position: 0 0;
}
li.my_unordered_list_item_kikker {
background-image: url(../assets/img/kikker.jpg);
background-size: auto 15px;
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 60px;
line-height: 25px;
}
li.my_unordered_list_item_olaf {
background-image: url(../assets/img/olaf.png);
background-size: auto 15px;
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 70px;
}
li.my_unordered_list_item_olaf {
background-image: url(../assets/img/olaf.png);
background-size: auto 15px;
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 40px;
line-height: 25px;
}
li.my_unordered_list_item_vaiana {
background-image: url(../assets/img/vaiana.jpg);
background-size: auto 15px;
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 70px;
}
li.my_unordered_list_item_vaiana {
background-image: url(../assets/img/vaiana.jpg);
background-size: auto 15px;
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 30px;
line-height: 30px;
}
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { }
// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... } | css/custom.css | .font {
font-family: 'Lovers Quarrel', cursive;
font-size: 30px;
color: black;
}
.title {
font-family: 'Lovers Quarrel', cursive;
font-size: 100px;
margin-top:10px;
}
.album {
font-family: 'Lovers Quarrel', cursive;
font-size: 40px;
}
.b {
margin-bottom: 10px;
}
.card-header {
text-align: center;
}
.collapsed {
color: lightskyblue;
}
.front {
padding-top: 10px;
height: 60px;
}
.color {
background-color: lightgoldenrodyellow;
margin-bottom: 60px;
}
.btn-info {
background-color: lightgoldenrodyellow;
border-color: lightgoldenrodyellow;
color: black;
margin-bottom: 60px;
border-radius: 0px;
}
ul.my_unordered_list {
list-style-type: none;
margin: 0;
padding: 0;
}
li.my_unordered_list_item_kikker {
background-image: url(../assets/img/kikker.jpg);
background-size: auto 20px;
background-repeat: no-repeat;
background-position: 0 0;
}
li.my_unordered_list_item_kikker {
background-image: url(../assets/img/kikker.jpg);
background-size: auto 15px;
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 60px;
line-height: 25px;
}
li.my_unordered_list_item_olaf {
background-image: url(../assets/img/olaf.png);
background-size: auto 15px;
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 70px;
}
li.my_unordered_list_item_olaf {
background-image: url(../assets/img/olaf.png);
background-size: auto 15px;
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 40px;
line-height: 25px;
}
li.my_unordered_list_item_vaiana {
background-image: url(../assets/img/vaiana.jpg);
background-size: auto 15px;
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 70px;
}
li.my_unordered_list_item_vaiana {
background-image: url(../assets/img/vaiana.jpg);
background-size: auto 15px;
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 30px;
line-height: 30px;
}
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { }
// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... } | 0.409339 | 0.12031 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/********************navbar******************/
/* máximo tamanho médio do navbar*/
@media (max-width: 991.98px){
#header .navbar-collapse{
width: 100;
}
}
.navbar-nav,
.mr-auto {
margin: auto !important;
width: 75%;
display: flex;
justify-content: space-between;
}
#header{
width: 100%;
background-color: #f2f2f2;
transition: background ease-out 0.2s;
}
#header .navbar-collapse{
width: auto;
}
#header .nav-link{
text-transform: uppercase;
font-weight: 500;
padding-left: 0;
padding-right: 0;
margin-left: 15px;
margin-right: 15px;
color: #000;
border-bottom: solid 4px transparent;
}
#header .nav-link:hover{
border-bottom: solid 4px #FF8C0A;
color: #FF8C0A;
}
/***************fim navbar***************************/
*{
font-family: "Poppins", sans-serif;
}
.content-site{
background-color: #C1DCFF;
padding-top: 100px;
padding-bottom: 150px;
}
.box{
background-color: #FFFAFA;
border-radius: 30px;
padding-bottom: 80px;
}
img.displayed1{
display: flex;
width: 200px;
height: 150px;
size: 80px;
margin-right: auto;
}
img.displayed2{
display: flex;
width: 85px;
height: 85px;
margin-left: auto;
margin-right: auto;
transform:translatey(-60px)
}
.botoes{
width:200px;
height:150px;
background-color:#E9F2FF;
border-radius: 10px;
box-shadow:0 5px 15px 0 rgba(0,0,0,.6);
border:none;
display: flex;
margin-left: auto;
margin-right: auto;
flex-direction: row;
justify-content: center;
align-items: center;
}
.botoes .textbt{
text-align: center;
}
.bant{
width:100px;
height:40px;
background-color: #FF8C0A;
border-radius: 30px;
display: flex;
margin-right: auto;
padding-top: 15px;
flex-direction: row;
justify-content: center;
align-items: center;
}
.bant:hover{
color: white;
background-color: #BBD4F5;
border-color: #BBD4F5;
width: 110px;
height:40px;
border-radius: 30px 30px 30px 30px;
}
.bprox{
width:100px;
height:40px;
background-color: #569EFF;
border-radius: 30px;
display: flex;
margin-left: auto;
padding-top: 25px;
flex-direction: row;
justify-content: center;
align-items: center;
}
.bprox:hover{
color: white;
background-color: #FFDC73;
border-color: #FFDC73;
width: 110px;
height:40px;
border-radius: 30px 30px 30px 30px;
}
.bprox .textbt2{
text-align: center;
color: #FFFFFF;
}
.bant .textbt2{
text-align: center;
color: #FFFFFF;
}
.espaco{
padding-bottom: 80px;
}
H1,H2 {
text-align: center;
}
#header .button-primay2{
background-color: #FF8C0A;
border-color: #FF8C0A;
color: white;
width: 110px;
height: 45px;
border-radius: 30px 30px 30px 30px;
}
#header .button-primay2:hover{
color: white;
background-color: #BBD4F5;
border-color: #BBD4F5;
width: 110px;
height:45px;
border-radius: 30px 30px 30px 30px;
} | views/css/stylediagnostico.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/********************navbar******************/
/* máximo tamanho médio do navbar*/
@media (max-width: 991.98px){
#header .navbar-collapse{
width: 100;
}
}
.navbar-nav,
.mr-auto {
margin: auto !important;
width: 75%;
display: flex;
justify-content: space-between;
}
#header{
width: 100%;
background-color: #f2f2f2;
transition: background ease-out 0.2s;
}
#header .navbar-collapse{
width: auto;
}
#header .nav-link{
text-transform: uppercase;
font-weight: 500;
padding-left: 0;
padding-right: 0;
margin-left: 15px;
margin-right: 15px;
color: #000;
border-bottom: solid 4px transparent;
}
#header .nav-link:hover{
border-bottom: solid 4px #FF8C0A;
color: #FF8C0A;
}
/***************fim navbar***************************/
*{
font-family: "Poppins", sans-serif;
}
.content-site{
background-color: #C1DCFF;
padding-top: 100px;
padding-bottom: 150px;
}
.box{
background-color: #FFFAFA;
border-radius: 30px;
padding-bottom: 80px;
}
img.displayed1{
display: flex;
width: 200px;
height: 150px;
size: 80px;
margin-right: auto;
}
img.displayed2{
display: flex;
width: 85px;
height: 85px;
margin-left: auto;
margin-right: auto;
transform:translatey(-60px)
}
.botoes{
width:200px;
height:150px;
background-color:#E9F2FF;
border-radius: 10px;
box-shadow:0 5px 15px 0 rgba(0,0,0,.6);
border:none;
display: flex;
margin-left: auto;
margin-right: auto;
flex-direction: row;
justify-content: center;
align-items: center;
}
.botoes .textbt{
text-align: center;
}
.bant{
width:100px;
height:40px;
background-color: #FF8C0A;
border-radius: 30px;
display: flex;
margin-right: auto;
padding-top: 15px;
flex-direction: row;
justify-content: center;
align-items: center;
}
.bant:hover{
color: white;
background-color: #BBD4F5;
border-color: #BBD4F5;
width: 110px;
height:40px;
border-radius: 30px 30px 30px 30px;
}
.bprox{
width:100px;
height:40px;
background-color: #569EFF;
border-radius: 30px;
display: flex;
margin-left: auto;
padding-top: 25px;
flex-direction: row;
justify-content: center;
align-items: center;
}
.bprox:hover{
color: white;
background-color: #FFDC73;
border-color: #FFDC73;
width: 110px;
height:40px;
border-radius: 30px 30px 30px 30px;
}
.bprox .textbt2{
text-align: center;
color: #FFFFFF;
}
.bant .textbt2{
text-align: center;
color: #FFFFFF;
}
.espaco{
padding-bottom: 80px;
}
H1,H2 {
text-align: center;
}
#header .button-primay2{
background-color: #FF8C0A;
border-color: #FF8C0A;
color: white;
width: 110px;
height: 45px;
border-radius: 30px 30px 30px 30px;
}
#header .button-primay2:hover{
color: white;
background-color: #BBD4F5;
border-color: #BBD4F5;
width: 110px;
height:45px;
border-radius: 30px 30px 30px 30px;
} | 0.349422 | 0.058858 |
.u-section-1 {
background-image: none;
}
.u-section-1 .u-sheet-1 {
min-height: 955px;
}
.u-section-1 .u-shape-1 {
width: 608px;
height: 350px;
background-image: none;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
animation-duration: 1000ms;
margin: 111px auto 0 0;
}
.u-section-1 .u-shape-2 {
width: 512px;
height: 450px;
background-image: none;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
animation-duration: 1000ms;
margin: 0 20px 0 auto;
}
.u-section-1 .u-image-1 {
height: 558px;
width: 767px;
object-position: 0% 50%;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
animation-duration: 1000ms;
margin: -714px auto 0;
}
.u-section-1 .u-group-1 {
min-height: 244px;
width: 610px;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
animation-duration: 1000ms;
margin: -191px auto 60px;
}
.u-section-1 .u-container-layout-1 {
padding: 20px 30px;
}
.u-section-1 .u-text-1 {
font-size: 3.75rem;
font-weight: 700;
margin: 48px 10px 0;
}
.u-section-1 .u-text-2 {
font-family: "Abhaya Libre";
font-size: 1.5rem;
margin: 10px 10px 0;
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 921px;
}
.u-section-1 .u-image-1 {
height: 524px;
width: 720px;
}
.u-section-1 .u-group-1 {
margin-top: -157px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 790px;
}
.u-section-1 .u-shape-1 {
width: 540px;
}
.u-section-1 .u-image-1 {
height: 393px;
width: 540px;
}
.u-section-1 .u-group-1 {
width: 540px;
margin-top: -26px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 20px;
padding-right: 20px;
}
.u-section-1 .u-text-1 {
font-size: 1.625rem;
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-text-2 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 644px;
}
.u-section-1 .u-shape-1 {
width: 340px;
}
.u-section-1 .u-shape-2 {
width: 340px;
margin-right: 0;
}
.u-section-1 .u-image-1 {
height: 247px;
width: 340px;
}
.u-section-1 .u-group-1 {
margin-top: 120px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-1 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-text-1 {
font-size: 1.5rem;
}
}.u-section-2 {
background-image: none;
}
.u-section-2 .u-sheet-1 {
min-height: 905px;
}
.u-section-2 .u-text-1 {
font-size: 3.75rem;
font-weight: 700;
animation-duration: 1000ms;
margin: 12px auto 0;
}
.u-section-2 .u-shape-1 {
height: 624px;
background-image: none;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
margin-top: 24px;
margin-bottom: 0;
animation-duration: 1000ms;
}
.u-section-2 .u-layout-wrap-1 {
background-image: none;
width: 1067px;
margin: -585px auto 0;
}
.u-section-2 .u-layout-cell-1 {
min-height: 276px;
background-image: none;
}
.u-section-2 .u-container-layout-1 {
box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
padding: 16px 30px;
}
.u-section-2 .u-image-1 {
height: 105px;
width: 117px;
margin: 69px auto 0;
}
.u-section-2 .u-btn-1 {
background-image: none;
border-style: none none solid;
margin: 18px auto 0;
padding: 0;
}
.u-section-2 .u-layout-cell-2 {
min-height: 276px;
background-image: none;
}
.u-section-2 .u-container-layout-2 {
box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
padding: 30px;
}
.u-section-2 .u-image-2 {
height: 135px;
width: 128px;
margin: 40px 26px 0 auto;
}
.u-section-2 .u-btn-2 {
background-image: none;
border-style: none none solid;
margin: 5px 55px 0 auto;
padding: 0;
}
.u-section-2 .u-layout-cell-3 {
min-height: 276px;
}
.u-section-2 .u-container-layout-3 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 24px 30px;
}
.u-section-2 .u-image-3 {
height: 138px;
width: 176px;
margin: 40px auto 0 9px;
}
.u-section-2 .u-btn-3 {
background-image: none;
border-style: none none solid;
margin: 7px auto 0 76px;
padding: 0;
}
.u-section-2 .u-layout-cell-4 {
min-height: 276px;
}
.u-section-2 .u-container-layout-4 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 30px;
}
.u-section-2 .u-image-4 {
height: 133px;
width: 115px;
margin: 37px auto 0;
}
.u-section-2 .u-btn-4 {
background-image: none;
border-style: none none solid;
margin: 10px auto 0;
padding: 0;
}
.u-section-2 .u-layout-cell-5 {
min-height: 257px;
}
.u-section-2 .u-container-layout-5 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 30px;
}
.u-section-2 .u-image-5 {
height: 129px;
width: 129px;
margin: 10px auto 0;
}
.u-section-2 .u-btn-5 {
background-image: none;
border-style: none none solid;
margin: 13px 61px 0 auto;
padding: 0;
}
.u-section-2 .u-layout-cell-6 {
min-height: 230px;
}
.u-section-2 .u-container-layout-6 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 30px;
}
.u-section-2 .u-image-6 {
width: 113px;
height: 113px;
margin: 0 auto;
}
.u-section-2 .u-btn-6 {
background-image: none;
border-style: none none solid;
margin: 20px auto 0;
padding: 0;
}
.u-section-2 .u-layout-cell-7 {
min-height: 257px;
}
.u-section-2 .u-container-layout-7 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 30px;
}
.u-section-2 .u-image-7 {
width: 136px;
height: 94px;
margin: 36px auto 0;
}
.u-section-2 .u-btn-7 {
background-image: none;
border-style: none none solid;
margin: 21px 81px 0 auto;
padding: 0;
}
.u-section-2 .u-layout-cell-8 {
min-height: 257px;
}
.u-section-2 .u-container-layout-8 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 30px;
}
.u-section-2 .u-image-8 {
width: 112px;
height: 124px;
margin: 28px 39px 0 auto;
}
.u-section-2 .u-btn-8 {
background-image: none;
border-style: none none solid;
margin: 0 47px 0 auto;
padding: 0;
}
.u-section-2 .u-btn-9 {
border-style: solid;
font-weight: 700;
text-transform: uppercase;
background-image: none;
margin: 94px auto 60px;
}
@media (max-width: 1199px) {
.u-section-2 .u-sheet-1 {
min-height: 1618px;
}
.u-section-2 .u-shape-1 {
margin-top: 931px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: -1473px;
width: 940px;
}
.u-section-2 .u-layout-cell-1 {
margin-top: 0;
min-height: 243px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 243px;
}
.u-section-2 .u-btn-2 {
margin-right: 23px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 243px;
}
.u-section-2 .u-image-3 {
width: 175px;
margin-left: 0;
}
.u-section-2 .u-btn-3 {
margin-left: 44px;
}
.u-section-2 .u-layout-cell-4 {
min-height: 243px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 226px;
}
.u-section-2 .u-image-5 {
width: 128px;
}
.u-section-2 .u-btn-5 {
margin-right: 30px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 203px;
}
.u-section-2 .u-layout-cell-7 {
min-height: 226px;
}
.u-section-2 .u-btn-7 {
margin-right: 50px;
}
.u-section-2 .u-layout-cell-8 {
min-height: 226px;
}
.u-section-2 .u-image-8 {
height: 123px;
}
.u-section-2 .u-btn-8 {
margin-right: 15px;
}
.u-section-2 .u-btn-9 {
margin-top: 175px;
}
}
@media (max-width: 991px) {
.u-section-2 .u-sheet-1 {
min-height: 1639px;
}
.u-section-2 .u-shape-1 {
margin-top: 850px;
}
.u-section-2 .u-layout-wrap-1 {
width: 720px;
margin-top: -1392px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-2 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-2 {
height: 231px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-2 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-2 .u-container-layout-3 {
padding: 12px 10px;
}
.u-section-2 .u-layout-cell-4 {
min-height: 100px;
}
.u-section-2 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 100px;
}
.u-section-2 .u-container-layout-5 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-5 {
width: 84px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 100px;
}
.u-section-2 .u-layout-cell-7 {
min-height: 100px;
}
.u-section-2 .u-layout-cell-8 {
min-height: 100px;
}
.u-section-2 .u-btn-9 {
margin-top: 20px;
}
}
@media (max-width: 767px) {
.u-section-2 .u-sheet-1 {
min-height: 3735px;
}
.u-section-2 .u-shape-1 {
margin-top: 5053px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: -5595px;
width: 540px;
}
.u-section-2 .u-image-2 {
width: 212px;
margin-left: auto;
margin-right: 26px;
}
.u-section-2 .u-image-3 {
width: 260px;
}
.u-section-2 .u-image-5 {
width: 148px;
}
.u-section-2 .u-container-layout-6 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-container-layout-7 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-container-layout-8 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-btn-9 {
margin-top: -3407px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-sheet-1 {
min-height: 2616px;
}
.u-section-2 .u-shape-1 {
margin-top: 2167px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: -2709px;
width: 340px;
}
.u-section-2 .u-btn-2 {
margin-right: 0;
}
.u-section-2 .u-btn-3 {
margin-left: 0;
}
.u-section-2 .u-btn-5 {
margin-right: 0;
}
.u-section-2 .u-btn-7 {
margin-right: 0;
}
.u-section-2 .u-btn-8 {
margin-right: 0;
}
.u-section-2 .u-btn-9 {
margin-top: -1915px;
}
}.u-section-3 {
background-image: none;
}
.u-section-3 .u-sheet-1 {
min-height: 926px;
}
.u-section-3 .u-text-1 {
font-size: 3.75rem;
font-weight: 700;
animation-duration: 1000ms;
margin: 12px auto 0;
}
.u-section-3 .u-group-1 {
background-image: none;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
margin-top: 50px;
margin-bottom: 0;
min-height: 580px;
animation-duration: 1000ms;
}
.u-section-3 .u-container-layout-1 {
padding: 30px;
}
.u-section-3 .u-image-1 {
width: 605px;
height: 216px;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
margin: 50px 440px 0 35px;
}
.u-section-3 .u-image-2 {
width: 530px;
height: 167px;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
margin: 50px 35px 0 515px;
}
.u-section-3 .u-text-2 {
font-weight: 400;
margin: 30px auto 60px;
}
@media (max-width: 1199px) {
.u-section-3 .u-group-1 {
margin-top: 931px;
}
.u-section-3 .u-image-1 {
margin-right: 275px;
margin-left: 0;
}
.u-section-3 .u-image-2 {
margin-right: 0;
margin-left: 350px;
}
}
@media (max-width: 991px) {
.u-section-3 .u-sheet-1 {
min-height: 1032px;
}
.u-section-3 .u-text-1 {
width: auto;
margin-top: 60px;
}
.u-section-3 .u-group-1 {
margin-top: 109px;
}
.u-section-3 .u-image-1 {
margin-right: 55px;
}
.u-section-3 .u-image-2 {
margin-left: 130px;
}
.u-section-3 .u-text-2 {
margin-bottom: 59px;
}
}
@media (max-width: 767px) {
.u-section-3 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-image-1 {
width: 520px;
height: 186px;
margin-right: 0;
}
.u-section-3 .u-image-2 {
width: 520px;
height: 164px;
margin-left: 0;
}
}
@media (max-width: 575px) {
.u-section-3 .u-image-1 {
width: 320px;
height: 114px;
}
.u-section-3 .u-image-2 {
width: 320px;
height: 101px;
}
}.u-section-4 {
background-image: none;
}
.u-section-4 .u-sheet-1 {
min-height: 588px;
}
.u-section-4 .u-group-1 {
min-height: 492px;
width: 965px;
box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
animation-duration: 1000ms;
margin: 53px auto 60px;
}
.u-section-4 .u-container-layout-1 {
padding: 52px 46px 60px;
}
.u-section-4 .u-text-1 {
font-weight: 700;
margin: 18px 547px 0 23px;
}
.u-section-4 .u-btn-1 {
border-style: none;
font-size: 1.25rem;
letter-spacing: 1px;
font-family: "Abhaya Libre";
margin: 22px auto 0 23px;
padding: 0;
}
.u-section-4 .u-icon-1 {
color: rgb(236, 41, 22) !important;
}
.u-section-4 .u-form-1 {
height: 289px;
margin: -109px 0 0 394px;
}
.u-section-4 .u-btn-2 {
background-image: none;
border-style: none;
text-transform: uppercase;
width: 100%;
}
.u-section-4 .u-social-icons-1 {
height: 30px;
min-height: 16px;
width: 130px;
min-width: 88px;
white-space: nowrap;
margin: -36px auto 0 23px;
}
.u-section-4 .u-icon-2 {
height: 100%;
}
.u-section-4 .u-icon-3 {
height: 100%;
}
.u-section-4 .u-icon-4 {
height: 100%;
}
.u-section-4 .u-text-2 {
font-family: "Abhaya Libre";
font-size: 1.25rem;
margin: -169px 500px 0 23px;
}
.u-section-4 .u-btn-3 {
background-image: none;
padding: 0;
}
.u-section-4 .u-btn-4 {
background-image: none;
padding: 0;
}
@media (max-width: 1199px) {
.u-section-4 .u-sheet-1 {
min-height: 574px;
}
.u-section-4 .u-group-1 {
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-4 .u-text-1 {
margin-right: 534px;
margin-left: 11px;
}
.u-section-4 .u-btn-1 {
margin-left: 11px;
}
.u-section-4 .u-form-1 {
margin-left: 369px;
}
.u-section-4 .u-text-2 {
margin-top: -54px;
margin-right: 475px;
}
}
@media (max-width: 991px) {
.u-section-4 .u-sheet-1 {
min-height: 518px;
}
.u-section-4 .u-container-layout-1 {
padding: 30px;
}
.u-section-4 .u-text-1 {
margin-right: 357px;
margin-left: 0;
}
.u-section-4 .u-btn-1 {
margin-left: 0;
}
.u-section-4 .u-form-1 {
margin-left: 307px;
}
.u-section-4 .u-social-icons-1 {
margin-top: -20px;
}
.u-section-4 .u-text-2 {
margin-right: 287px;
}
}
@media (max-width: 767px) {
.u-section-4 .u-sheet-1 {
min-height: 674px;
}
.u-section-4 .u-group-1 {
min-height: 531px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-4 .u-container-layout-1 {
padding: 0 23px;
}
.u-section-4 .u-text-1 {
width: auto;
margin-top: 47px;
margin-right: 210px;
margin-left: 20px;
}
.u-section-4 .u-btn-1 {
margin-top: 5px;
margin-left: 20px;
}
.u-section-4 .u-form-1 {
margin-top: 101px;
margin-left: 13px;
}
.u-section-4 .u-social-icons-1 {
margin-top: -423px;
margin-right: 75px;
margin-left: auto;
}
.u-section-4 .u-text-2 {
margin-top: 124px;
margin-right: 147px;
}
}
@media (max-width: 575px) {
.u-section-4 .u-sheet-1 {
min-height: 788px;
}
.u-section-4 .u-container-layout-1 {
padding-left: 20px;
padding-right: 20px;
}
.u-section-4 .u-text-1 {
margin-top: 332px;
margin-right: 71px;
margin-left: 0;
}
.u-section-4 .u-btn-1 {
margin-left: 0;
}
.u-section-4 .u-form-1 {
width: 298px;
margin-top: 162px;
margin-left: 0;
}
.u-section-4 .u-social-icons-1 {
margin-top: -343px;
}
.u-section-4 .u-text-2 {
margin-right: 0;
}
} | Partners.css | .u-section-1 {
background-image: none;
}
.u-section-1 .u-sheet-1 {
min-height: 955px;
}
.u-section-1 .u-shape-1 {
width: 608px;
height: 350px;
background-image: none;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
animation-duration: 1000ms;
margin: 111px auto 0 0;
}
.u-section-1 .u-shape-2 {
width: 512px;
height: 450px;
background-image: none;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
animation-duration: 1000ms;
margin: 0 20px 0 auto;
}
.u-section-1 .u-image-1 {
height: 558px;
width: 767px;
object-position: 0% 50%;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
animation-duration: 1000ms;
margin: -714px auto 0;
}
.u-section-1 .u-group-1 {
min-height: 244px;
width: 610px;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
animation-duration: 1000ms;
margin: -191px auto 60px;
}
.u-section-1 .u-container-layout-1 {
padding: 20px 30px;
}
.u-section-1 .u-text-1 {
font-size: 3.75rem;
font-weight: 700;
margin: 48px 10px 0;
}
.u-section-1 .u-text-2 {
font-family: "Abhaya Libre";
font-size: 1.5rem;
margin: 10px 10px 0;
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 921px;
}
.u-section-1 .u-image-1 {
height: 524px;
width: 720px;
}
.u-section-1 .u-group-1 {
margin-top: -157px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 790px;
}
.u-section-1 .u-shape-1 {
width: 540px;
}
.u-section-1 .u-image-1 {
height: 393px;
width: 540px;
}
.u-section-1 .u-group-1 {
width: 540px;
margin-top: -26px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 20px;
padding-right: 20px;
}
.u-section-1 .u-text-1 {
font-size: 1.625rem;
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-text-2 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 644px;
}
.u-section-1 .u-shape-1 {
width: 340px;
}
.u-section-1 .u-shape-2 {
width: 340px;
margin-right: 0;
}
.u-section-1 .u-image-1 {
height: 247px;
width: 340px;
}
.u-section-1 .u-group-1 {
margin-top: 120px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-1 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-text-1 {
font-size: 1.5rem;
}
}.u-section-2 {
background-image: none;
}
.u-section-2 .u-sheet-1 {
min-height: 905px;
}
.u-section-2 .u-text-1 {
font-size: 3.75rem;
font-weight: 700;
animation-duration: 1000ms;
margin: 12px auto 0;
}
.u-section-2 .u-shape-1 {
height: 624px;
background-image: none;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
margin-top: 24px;
margin-bottom: 0;
animation-duration: 1000ms;
}
.u-section-2 .u-layout-wrap-1 {
background-image: none;
width: 1067px;
margin: -585px auto 0;
}
.u-section-2 .u-layout-cell-1 {
min-height: 276px;
background-image: none;
}
.u-section-2 .u-container-layout-1 {
box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
padding: 16px 30px;
}
.u-section-2 .u-image-1 {
height: 105px;
width: 117px;
margin: 69px auto 0;
}
.u-section-2 .u-btn-1 {
background-image: none;
border-style: none none solid;
margin: 18px auto 0;
padding: 0;
}
.u-section-2 .u-layout-cell-2 {
min-height: 276px;
background-image: none;
}
.u-section-2 .u-container-layout-2 {
box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
padding: 30px;
}
.u-section-2 .u-image-2 {
height: 135px;
width: 128px;
margin: 40px 26px 0 auto;
}
.u-section-2 .u-btn-2 {
background-image: none;
border-style: none none solid;
margin: 5px 55px 0 auto;
padding: 0;
}
.u-section-2 .u-layout-cell-3 {
min-height: 276px;
}
.u-section-2 .u-container-layout-3 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 24px 30px;
}
.u-section-2 .u-image-3 {
height: 138px;
width: 176px;
margin: 40px auto 0 9px;
}
.u-section-2 .u-btn-3 {
background-image: none;
border-style: none none solid;
margin: 7px auto 0 76px;
padding: 0;
}
.u-section-2 .u-layout-cell-4 {
min-height: 276px;
}
.u-section-2 .u-container-layout-4 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 30px;
}
.u-section-2 .u-image-4 {
height: 133px;
width: 115px;
margin: 37px auto 0;
}
.u-section-2 .u-btn-4 {
background-image: none;
border-style: none none solid;
margin: 10px auto 0;
padding: 0;
}
.u-section-2 .u-layout-cell-5 {
min-height: 257px;
}
.u-section-2 .u-container-layout-5 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 30px;
}
.u-section-2 .u-image-5 {
height: 129px;
width: 129px;
margin: 10px auto 0;
}
.u-section-2 .u-btn-5 {
background-image: none;
border-style: none none solid;
margin: 13px 61px 0 auto;
padding: 0;
}
.u-section-2 .u-layout-cell-6 {
min-height: 230px;
}
.u-section-2 .u-container-layout-6 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 30px;
}
.u-section-2 .u-image-6 {
width: 113px;
height: 113px;
margin: 0 auto;
}
.u-section-2 .u-btn-6 {
background-image: none;
border-style: none none solid;
margin: 20px auto 0;
padding: 0;
}
.u-section-2 .u-layout-cell-7 {
min-height: 257px;
}
.u-section-2 .u-container-layout-7 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 30px;
}
.u-section-2 .u-image-7 {
width: 136px;
height: 94px;
margin: 36px auto 0;
}
.u-section-2 .u-btn-7 {
background-image: none;
border-style: none none solid;
margin: 21px 81px 0 auto;
padding: 0;
}
.u-section-2 .u-layout-cell-8 {
min-height: 257px;
}
.u-section-2 .u-container-layout-8 {
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
padding: 30px;
}
.u-section-2 .u-image-8 {
width: 112px;
height: 124px;
margin: 28px 39px 0 auto;
}
.u-section-2 .u-btn-8 {
background-image: none;
border-style: none none solid;
margin: 0 47px 0 auto;
padding: 0;
}
.u-section-2 .u-btn-9 {
border-style: solid;
font-weight: 700;
text-transform: uppercase;
background-image: none;
margin: 94px auto 60px;
}
@media (max-width: 1199px) {
.u-section-2 .u-sheet-1 {
min-height: 1618px;
}
.u-section-2 .u-shape-1 {
margin-top: 931px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: -1473px;
width: 940px;
}
.u-section-2 .u-layout-cell-1 {
margin-top: 0;
min-height: 243px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 243px;
}
.u-section-2 .u-btn-2 {
margin-right: 23px;
}
.u-section-2 .u-layout-cell-3 {
min-height: 243px;
}
.u-section-2 .u-image-3 {
width: 175px;
margin-left: 0;
}
.u-section-2 .u-btn-3 {
margin-left: 44px;
}
.u-section-2 .u-layout-cell-4 {
min-height: 243px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 226px;
}
.u-section-2 .u-image-5 {
width: 128px;
}
.u-section-2 .u-btn-5 {
margin-right: 30px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 203px;
}
.u-section-2 .u-layout-cell-7 {
min-height: 226px;
}
.u-section-2 .u-btn-7 {
margin-right: 50px;
}
.u-section-2 .u-layout-cell-8 {
min-height: 226px;
}
.u-section-2 .u-image-8 {
height: 123px;
}
.u-section-2 .u-btn-8 {
margin-right: 15px;
}
.u-section-2 .u-btn-9 {
margin-top: 175px;
}
}
@media (max-width: 991px) {
.u-section-2 .u-sheet-1 {
min-height: 1639px;
}
.u-section-2 .u-shape-1 {
margin-top: 850px;
}
.u-section-2 .u-layout-wrap-1 {
width: 720px;
margin-top: -1392px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-2 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-2 {
height: 231px;
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-2 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-2 .u-container-layout-3 {
padding: 12px 10px;
}
.u-section-2 .u-layout-cell-4 {
min-height: 100px;
}
.u-section-2 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-layout-cell-5 {
min-height: 100px;
}
.u-section-2 .u-container-layout-5 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-image-5 {
width: 84px;
}
.u-section-2 .u-layout-cell-6 {
min-height: 100px;
}
.u-section-2 .u-layout-cell-7 {
min-height: 100px;
}
.u-section-2 .u-layout-cell-8 {
min-height: 100px;
}
.u-section-2 .u-btn-9 {
margin-top: 20px;
}
}
@media (max-width: 767px) {
.u-section-2 .u-sheet-1 {
min-height: 3735px;
}
.u-section-2 .u-shape-1 {
margin-top: 5053px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: -5595px;
width: 540px;
}
.u-section-2 .u-image-2 {
width: 212px;
margin-left: auto;
margin-right: 26px;
}
.u-section-2 .u-image-3 {
width: 260px;
}
.u-section-2 .u-image-5 {
width: 148px;
}
.u-section-2 .u-container-layout-6 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-container-layout-7 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-container-layout-8 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-btn-9 {
margin-top: -3407px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-sheet-1 {
min-height: 2616px;
}
.u-section-2 .u-shape-1 {
margin-top: 2167px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: -2709px;
width: 340px;
}
.u-section-2 .u-btn-2 {
margin-right: 0;
}
.u-section-2 .u-btn-3 {
margin-left: 0;
}
.u-section-2 .u-btn-5 {
margin-right: 0;
}
.u-section-2 .u-btn-7 {
margin-right: 0;
}
.u-section-2 .u-btn-8 {
margin-right: 0;
}
.u-section-2 .u-btn-9 {
margin-top: -1915px;
}
}.u-section-3 {
background-image: none;
}
.u-section-3 .u-sheet-1 {
min-height: 926px;
}
.u-section-3 .u-text-1 {
font-size: 3.75rem;
font-weight: 700;
animation-duration: 1000ms;
margin: 12px auto 0;
}
.u-section-3 .u-group-1 {
background-image: none;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
margin-top: 50px;
margin-bottom: 0;
min-height: 580px;
animation-duration: 1000ms;
}
.u-section-3 .u-container-layout-1 {
padding: 30px;
}
.u-section-3 .u-image-1 {
width: 605px;
height: 216px;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
margin: 50px 440px 0 35px;
}
.u-section-3 .u-image-2 {
width: 530px;
height: 167px;
box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
margin: 50px 35px 0 515px;
}
.u-section-3 .u-text-2 {
font-weight: 400;
margin: 30px auto 60px;
}
@media (max-width: 1199px) {
.u-section-3 .u-group-1 {
margin-top: 931px;
}
.u-section-3 .u-image-1 {
margin-right: 275px;
margin-left: 0;
}
.u-section-3 .u-image-2 {
margin-right: 0;
margin-left: 350px;
}
}
@media (max-width: 991px) {
.u-section-3 .u-sheet-1 {
min-height: 1032px;
}
.u-section-3 .u-text-1 {
width: auto;
margin-top: 60px;
}
.u-section-3 .u-group-1 {
margin-top: 109px;
}
.u-section-3 .u-image-1 {
margin-right: 55px;
}
.u-section-3 .u-image-2 {
margin-left: 130px;
}
.u-section-3 .u-text-2 {
margin-bottom: 59px;
}
}
@media (max-width: 767px) {
.u-section-3 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-3 .u-image-1 {
width: 520px;
height: 186px;
margin-right: 0;
}
.u-section-3 .u-image-2 {
width: 520px;
height: 164px;
margin-left: 0;
}
}
@media (max-width: 575px) {
.u-section-3 .u-image-1 {
width: 320px;
height: 114px;
}
.u-section-3 .u-image-2 {
width: 320px;
height: 101px;
}
}.u-section-4 {
background-image: none;
}
.u-section-4 .u-sheet-1 {
min-height: 588px;
}
.u-section-4 .u-group-1 {
min-height: 492px;
width: 965px;
box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
animation-duration: 1000ms;
margin: 53px auto 60px;
}
.u-section-4 .u-container-layout-1 {
padding: 52px 46px 60px;
}
.u-section-4 .u-text-1 {
font-weight: 700;
margin: 18px 547px 0 23px;
}
.u-section-4 .u-btn-1 {
border-style: none;
font-size: 1.25rem;
letter-spacing: 1px;
font-family: "Abhaya Libre";
margin: 22px auto 0 23px;
padding: 0;
}
.u-section-4 .u-icon-1 {
color: rgb(236, 41, 22) !important;
}
.u-section-4 .u-form-1 {
height: 289px;
margin: -109px 0 0 394px;
}
.u-section-4 .u-btn-2 {
background-image: none;
border-style: none;
text-transform: uppercase;
width: 100%;
}
.u-section-4 .u-social-icons-1 {
height: 30px;
min-height: 16px;
width: 130px;
min-width: 88px;
white-space: nowrap;
margin: -36px auto 0 23px;
}
.u-section-4 .u-icon-2 {
height: 100%;
}
.u-section-4 .u-icon-3 {
height: 100%;
}
.u-section-4 .u-icon-4 {
height: 100%;
}
.u-section-4 .u-text-2 {
font-family: "Abhaya Libre";
font-size: 1.25rem;
margin: -169px 500px 0 23px;
}
.u-section-4 .u-btn-3 {
background-image: none;
padding: 0;
}
.u-section-4 .u-btn-4 {
background-image: none;
padding: 0;
}
@media (max-width: 1199px) {
.u-section-4 .u-sheet-1 {
min-height: 574px;
}
.u-section-4 .u-group-1 {
margin-right: initial;
margin-left: initial;
width: auto;
}
.u-section-4 .u-text-1 {
margin-right: 534px;
margin-left: 11px;
}
.u-section-4 .u-btn-1 {
margin-left: 11px;
}
.u-section-4 .u-form-1 {
margin-left: 369px;
}
.u-section-4 .u-text-2 {
margin-top: -54px;
margin-right: 475px;
}
}
@media (max-width: 991px) {
.u-section-4 .u-sheet-1 {
min-height: 518px;
}
.u-section-4 .u-container-layout-1 {
padding: 30px;
}
.u-section-4 .u-text-1 {
margin-right: 357px;
margin-left: 0;
}
.u-section-4 .u-btn-1 {
margin-left: 0;
}
.u-section-4 .u-form-1 {
margin-left: 307px;
}
.u-section-4 .u-social-icons-1 {
margin-top: -20px;
}
.u-section-4 .u-text-2 {
margin-right: 287px;
}
}
@media (max-width: 767px) {
.u-section-4 .u-sheet-1 {
min-height: 674px;
}
.u-section-4 .u-group-1 {
min-height: 531px;
width: auto;
margin-right: initial;
margin-left: initial;
}
.u-section-4 .u-container-layout-1 {
padding: 0 23px;
}
.u-section-4 .u-text-1 {
width: auto;
margin-top: 47px;
margin-right: 210px;
margin-left: 20px;
}
.u-section-4 .u-btn-1 {
margin-top: 5px;
margin-left: 20px;
}
.u-section-4 .u-form-1 {
margin-top: 101px;
margin-left: 13px;
}
.u-section-4 .u-social-icons-1 {
margin-top: -423px;
margin-right: 75px;
margin-left: auto;
}
.u-section-4 .u-text-2 {
margin-top: 124px;
margin-right: 147px;
}
}
@media (max-width: 575px) {
.u-section-4 .u-sheet-1 {
min-height: 788px;
}
.u-section-4 .u-container-layout-1 {
padding-left: 20px;
padding-right: 20px;
}
.u-section-4 .u-text-1 {
margin-top: 332px;
margin-right: 71px;
margin-left: 0;
}
.u-section-4 .u-btn-1 {
margin-left: 0;
}
.u-section-4 .u-form-1 {
width: 298px;
margin-top: 162px;
margin-left: 0;
}
.u-section-4 .u-social-icons-1 {
margin-top: -343px;
}
.u-section-4 .u-text-2 {
margin-right: 0;
}
} | 0.413477 | 0.076132 |
@font-face {
font-family: 'Bahiana';
font-style: normal;
font-weight: 400;
src: local(''), url('../css/bahiana-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../css/bahiana-v7-latin-regular.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
margin: 0;
background: #81b29a;
overflow: hidden;
color: white;
font-family: 'Bahiana', cursive;
box-sizing: border-box;
}
body * {
margin-top: 0;
padding: 0;
}
button {
display: inline-block;
margin-bottom: 1rem;
background: white;
border: none;
color: rgba(0, 0, 0, .75);
padding: 10px 30px;
font-size: 24px;
border-radius: 10px;
}
h1, h2 {
font-size: 64px;
letter-spacing: 2px;
}
h3 {
font-size: 32px;
}
.container {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.grid {
display: flex;
flex-wrap: wrap;
width: 504px;
height: 504px;
position: relative;
}
.grid div {
width: 18px;
height: 18px;
}
.pac-dot {
background-color: #81b29a;
border: 5px solid white;
box-sizing: border-box;
}
.wall {
background-color: rgba(0, 0, 0, .60);
}
.power-pellet {
background: #fff;
display: flex;
justify-content: center;
}
.power-pellet::before {
content: "😍";
}
.pacman {
background-color: #E6E428;
border-radius: 7.5px;
border: none;
position: relative;
transform: rotate(0.4turn);
z-index: -1;
}
.rotate-top {
transform: rotate(0.13turn);
}
.rotate-left {
transform: rotate(0.9turn);
}
.rotate-bottom {
transform: rotate(0.63turn);
}
.rotate-right {
transform: rotate(0.4turn);
}
.pacman::before {
background-color: #81b29a;
width: 10px;
height: 10px;
border: none;
content: '';
position: absolute;
z-index: -1;
}
.ghost {
border: none;
position: relative;
}
.ghost::after {
background-color: #000;
width: 4px;
height: 4px;
border: none;
border-radius: 2px;
top: 2px;
left: 2px;
content: '';
position: absolute;
}
.ghost::before {
background-color: #000;
width: 4px;
height: 4px;
border: none;
border-radius: 2px;
top: 2px;
right: 2px;
content: '';
position: absolute;
}
.blinky {
background-color: #EF4430;
}
.pinky {
background-color: #F1B3FA;
}
.inky {
background-color: #68F8FC;
}
.clyde {
background-color: #F9B757;
}
.scared {
background-color: #3362F1;
border: none;
position: relative;
}
.scared::before {
background-color: #000;
width: 4px;
height: 4px;
border: none;
border-radius: 2px;
top: 2px;
right: 2px;
content: '';
position: absolute;
}
.scared::after {
background-color: #000;
width: 4px;
height: 4px;
border: none;
border-radius: 2px;
top: 2px;
left: 2px;
content: '';
position: absolute;
}
.message-section {
position: absolute;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #fff;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1;
}
.display-none {
display: none;
} | assets/css/app.css | @font-face {
font-family: 'Bahiana';
font-style: normal;
font-weight: 400;
src: local(''), url('../css/bahiana-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../css/bahiana-v7-latin-regular.woff') format('woff');
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
margin: 0;
background: #81b29a;
overflow: hidden;
color: white;
font-family: 'Bahiana', cursive;
box-sizing: border-box;
}
body * {
margin-top: 0;
padding: 0;
}
button {
display: inline-block;
margin-bottom: 1rem;
background: white;
border: none;
color: rgba(0, 0, 0, .75);
padding: 10px 30px;
font-size: 24px;
border-radius: 10px;
}
h1, h2 {
font-size: 64px;
letter-spacing: 2px;
}
h3 {
font-size: 32px;
}
.container {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.grid {
display: flex;
flex-wrap: wrap;
width: 504px;
height: 504px;
position: relative;
}
.grid div {
width: 18px;
height: 18px;
}
.pac-dot {
background-color: #81b29a;
border: 5px solid white;
box-sizing: border-box;
}
.wall {
background-color: rgba(0, 0, 0, .60);
}
.power-pellet {
background: #fff;
display: flex;
justify-content: center;
}
.power-pellet::before {
content: "😍";
}
.pacman {
background-color: #E6E428;
border-radius: 7.5px;
border: none;
position: relative;
transform: rotate(0.4turn);
z-index: -1;
}
.rotate-top {
transform: rotate(0.13turn);
}
.rotate-left {
transform: rotate(0.9turn);
}
.rotate-bottom {
transform: rotate(0.63turn);
}
.rotate-right {
transform: rotate(0.4turn);
}
.pacman::before {
background-color: #81b29a;
width: 10px;
height: 10px;
border: none;
content: '';
position: absolute;
z-index: -1;
}
.ghost {
border: none;
position: relative;
}
.ghost::after {
background-color: #000;
width: 4px;
height: 4px;
border: none;
border-radius: 2px;
top: 2px;
left: 2px;
content: '';
position: absolute;
}
.ghost::before {
background-color: #000;
width: 4px;
height: 4px;
border: none;
border-radius: 2px;
top: 2px;
right: 2px;
content: '';
position: absolute;
}
.blinky {
background-color: #EF4430;
}
.pinky {
background-color: #F1B3FA;
}
.inky {
background-color: #68F8FC;
}
.clyde {
background-color: #F9B757;
}
.scared {
background-color: #3362F1;
border: none;
position: relative;
}
.scared::before {
background-color: #000;
width: 4px;
height: 4px;
border: none;
border-radius: 2px;
top: 2px;
right: 2px;
content: '';
position: absolute;
}
.scared::after {
background-color: #000;
width: 4px;
height: 4px;
border: none;
border-radius: 2px;
top: 2px;
left: 2px;
content: '';
position: absolute;
}
.message-section {
position: absolute;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #fff;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1;
}
.display-none {
display: none;
} | 0.411584 | 0.108095 |
.background_glassyMidnightBlue5,
.hover_background_glassyMidnightBlue5:hover,
.active_background_glassyMidnightBlue5:active:hover {
background: #2a2abd;
background-image: -moz-linear-gradient(top, rgb(38, 38, 170) 0%, rgb(34, 34, 151) 50%, rgb(29, 29, 132) 55%, rgb(42, 42, 189) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(38, 38, 170)), color-stop(50%, rgb(34, 34, 151)), color-stop(55%, rgb(29, 29, 132)), color-stop(100%, rgb(42, 42, 189)));
background-image: -webkit-linear-gradient(top, rgb(38, 38, 170) 0%, rgb(34, 34, 151) 50%, rgb(29, 29, 132) 55%, rgb(42, 42, 189) 100%);
background-image: -o-linear-gradient(top, rgb(38, 38, 170) 0%, rgb(34, 34, 151) 50%, rgb(29, 29, 132) 55%, rgb(42, 42, 189) 100%);
background-image: -ms-linear-gradient(top, rgb(38, 38, 170) 0%, rgb(34, 34, 151) 50%, rgb(29, 29, 132) 55%, rgb(42, 42, 189) 100%);
background-image: linear-gradient(to bottom, rgb(38, 38, 170) 0%, rgb(34, 34, 151) 50%, rgb(29, 29, 132) 55%, rgb(42, 42, 189) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2626aa', endColorstr='#2a2abd',GradientType=0 );
}
.background_glassyMidnightBlue5h,
.hover_background_glassyMidnightBlue5h:hover,
.active_background_glassyMidnightBlue5h:active:hover {
background: #2a2abd;
background-image: -moz-linear-gradient(top, rgb(45, 45, 204) 0%, rgb(40, 40, 181) 50%, rgb(35, 35, 158) 55%, rgb(64, 64, 212) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(45, 45, 204)), color-stop(50%, rgb(40, 40, 181)), color-stop(55%, rgb(35, 35, 158)), color-stop(100%, rgb(64, 64, 212)));
background-image: -webkit-linear-gradient(top, rgb(45, 45, 204) 0%, rgb(40, 40, 181) 50%, rgb(35, 35, 158) 55%, rgb(64, 64, 212) 100%);
background-image: -o-linear-gradient(top, rgb(45, 45, 204) 0%, rgb(40, 40, 181) 50%, rgb(35, 35, 158) 55%, rgb(64, 64, 212) 100%);
background-image: -ms-linear-gradient(top, rgb(45, 45, 204) 0%, rgb(40, 40, 181) 50%, rgb(35, 35, 158) 55%, rgb(64, 64, 212) 100%);
background-image: linear-gradient(to bottom, rgb(45, 45, 204) 0%, rgb(40, 40, 181) 50%, rgb(35, 35, 158) 55%, rgb(64, 64, 212) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2dcc', endColorstr='#4040d4',GradientType=0 );
}
.background_glassyMidnightBlue5a,
.hover_background_glassyMidnightBlue5a:hover,
.active_background_glassyMidnightBlue5a:active:hover {
background: #2a2abd;
background-image: -moz-linear-gradient(top, rgb(64, 64, 212) 0%, rgb(35, 35, 158) 50%, rgb(40, 40, 181) 55%, rgb(45, 45, 204) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(64, 64, 212)), color-stop(50%, rgb(35, 35, 158)), color-stop(55%, rgb(40, 40, 181)), color-stop(100%, rgb(45, 45, 204)));
background-image: -webkit-linear-gradient(top, rgb(64, 64, 212) 0%, rgb(35, 35, 158) 50%, rgb(40, 40, 181) 55%, rgb(45, 45, 204) 100%);
background-image: -o-linear-gradient(top, rgb(64, 64, 212) 0%, rgb(35, 35, 158) 50%, rgb(40, 40, 181) 55%, rgb(45, 45, 204) 100%);
background-image: -ms-linear-gradient(top, rgb(64, 64, 212) 0%, rgb(35, 35, 158) 50%, rgb(40, 40, 181) 55%, rgb(45, 45, 204) 100%);
background-image: linear-gradient(to bottom, rgb(64, 64, 212) 0%, rgb(35, 35, 158) 50%, rgb(40, 40, 181) 55%, rgb(45, 45, 204) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4040d4', endColorstr='#2d2dcc',GradientType=0 );
}
.background_glassyMidnightBlue5s,
.hover_background_glassyMidnightBlue5s:hover,
.active_background_glassyMidnightBlue5s:active:hover {
background: #2a2abd;
background-image: -moz-linear-gradient(top, rgb(93, 93, 219) 0%, rgb(64, 64, 212) 50%, rgb(44, 44, 198) 55%, rgb(121, 121, 225) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(93, 93, 219)), color-stop(50%, rgb(64, 64, 212)), color-stop(55%, rgb(44, 44, 198)), color-stop(100%, rgb(121, 121, 225)));
background-image: -webkit-linear-gradient(top, rgb(93, 93, 219) 0%, rgb(64, 64, 212) 50%, rgb(44, 44, 198) 55%, rgb(121, 121, 225) 100%);
background-image: -o-linear-gradient(top, rgb(93, 93, 219) 0%, rgb(64, 64, 212) 50%, rgb(44, 44, 198) 55%, rgb(121, 121, 225) 100%);
background-image: -ms-linear-gradient(top, rgb(93, 93, 219) 0%, rgb(64, 64, 212) 50%, rgb(44, 44, 198) 55%, rgb(121, 121, 225) 100%);
background-image: linear-gradient(to bottom, rgb(93, 93, 219) 0%, rgb(64, 64, 212) 50%, rgb(44, 44, 198) 55%, rgb(121, 121, 225) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5ddb', endColorstr='#7979e1',GradientType=0 );
}
.background_color_glassyMidnightBlue5,
.hover_background_color_glassyMidnightBlue5:hover,
.active_background_color_glassyMidnightBlue5:active:hover {
background-color:#2a2abd;
}
.background_first_color_glassyMidnightBlue5,
.hover_background_first_color_glassyMidnightBlue5:hover,
.active_background_first_color_glassyMidnightBlue5:active:hover {
background-color:#2626aa;
}
.background_last_color_glassyMidnightBlue5,
.hover_background_last_color_glassyMidnightBlue5:hover,
.active_background_color_last_glassyMidnightBlue5:active:hover {
background-color:#2a2abd;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyMidnightBlue5,
.hover_color_glassyMidnightBlue5:hover,
.active_color_glassyMidnightBlue5:active:hover {
color: #c8c8c8;
}
.color_glassyMidnightBlue5h,
.hover_color_glassyMidnightBlue5h:hover,
.active_color_glassyMidnightBlue5h:active:hover {
color: #c8c8c8;
}
.color_glassyMidnightBlue5a,
.hover_color_glassyMidnightBlue5a:hover,
.active_color_glassyMidnightBlue5a:active:hover {
color: #ff0;
}
.color_glassyMidnightBlue5s,
.hover_color_glassyMidnightBlue5s:hover,
.active_color_glassyMidnightBlue5s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyMidnightBlue5,
.hover_border_glassyMidnightBlue5:hover,
.active_border_glassyMidnightBlue5:active:hover {
border-color: #1e1e88 #191971 #191971 #1e1e88;
}
.border_glassyMidnightBlue5h,
.hover_border_glassyMidnightBlue5h:hover,
.active_border_glassyMidnightBlue5h:active:hover {
border-color: #1e1e88 #191971 #191971 #1e1e88;
}
.border_glassyMidnightBlue5a,
.hover_border_glassyMidnightBlue5a:hover,
.active_border_glassyMidnightBlue5a:active:hover {
border-color: #18186a #18186a #18186a #18186a;
}
.border_glassyMidnightBlue5s,
.hover_border_glassyMidnightBlue5s:hover,
.active_border_glassyMidnightBlue5s:active:hover {
border-color: #18186a #18186a #18186a #18186a;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyMidnightBlue5,
.hover_shadow_expand_glassyMidnightBlue5:hover,
.active_shadow_expand_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(42, 42, 189, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(42, 42, 189, .39);
box-shadow: 0em 0em 1em 0.25em rgba(42, 42, 189, .39);
}
.shadow_expand_glassyMidnightBlue5h,
.hover_shadow_expand_glassyMidnightBlue5h:hover,
.active_shadow_expand_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(64, 64, 212, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(64, 64, 212, .50);
box-shadow: 0em 0em 1em 0.25em rgba(64, 64, 212, .50);
}
.shadow_expand_glassyMidnightBlue5a,
.hover_shadow_expand_glassyMidnightBlue5a:hover,
.active_shadow_expand_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .63);
box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .63);
}
.shadow_expand_glassyMidnightBlue5s,
.hover_shadow_expand_glassyMidnightBlue5s:hover,
.active_shadow_expand_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .78);
box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyMidnightBlue5,
.hover_shadow_left_glassyMidnightBlue5:hover,
.active_shadow_left_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_left_glassyMidnightBlue5h,
.hover_shadow_left_glassyMidnightBlue5h:hover,
.active_shadow_left_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_left_glassyMidnightBlue5a,
.hover_shadow_left_glassyMidnightBlue5a:hover,
.active_shadow_left_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_left_glassyMidnightBlue5s,
.hover_shadow_left_glassyMidnightBlue5s:hover,
.active_shadow_left_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyMidnightBlue5,
.hover_shadow_right_glassyMidnightBlue5:hover,
.active_shadow_right_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(42, 42, 189, .39);
box-shadow: 0.5em 0em 1em rgba(42, 42, 189, .39);
}
.shadow_right_glassyMidnightBlue5h,
.hover_shadow_right_glassyMidnightBlue5h:hover,
.active_shadow_right_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(64, 64, 212, .50);
box-shadow: 0.5em 0em 1em rgba(64, 64, 212, .50);
}
.shadow_right_glassyMidnightBlue5a,
.hover_shadow_right_glassyMidnightBlue5a:hover,
.active_shadow_right_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .63);
box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .63);
}
.shadow_right_glassyMidnightBlue5s,
.hover_shadow_right_glassyMidnightBlue5s:hover,
.active_shadow_right_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .78);
box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyMidnightBlue5,
.hover_shadow_top_glassyMidnightBlue5:hover,
.active_shadow_top_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(42, 42, 189, .39);
box-shadow: 0em -0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_top_glassyMidnightBlue5h,
.hover_shadow_top_glassyMidnightBlue5h:hover,
.active_shadow_top_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(64, 64, 212, .50);
box-shadow: 0em -0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_top_glassyMidnightBlue5a,
.hover_shadow_top_glassyMidnightBlue5a:hover,
.active_shadow_top_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .63);
box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_top_glassyMidnightBlue5s,
.hover_shadow_top_glassyMidnightBlue5s:hover,
.active_shadow_top_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .78);
box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyMidnightBlue5,
.hover_shadow_bottom_glassyMidnightBlue5:hover,
.active_shadow_bottom_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(42, 42, 189, .39);
box-shadow: 0em 0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_bottom_glassyMidnightBlue5h,
.hover_shadow_bottom_glassyMidnightBlue5h:hover,
.active_shadow_bottom_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(64, 64, 212, .50);
box-shadow: 0em 0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_bottom_glassyMidnightBlue5a,
.hover_shadow_bottom_glassyMidnightBlue5a:hover,
.active_shadow_bottom_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .63);
box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_bottom_glassyMidnightBlue5s,
.hover_shadow_bottom_glassyMidnightBlue5s:hover,
.active_shadow_bottom_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .78);
box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyMidnightBlue5,
.hover_shadow_top_left_glassyMidnightBlue5:hover,
.active_shadow_top_left_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_top_left_glassyMidnightBlue5h,
.hover_shadow_top_left_glassyMidnightBlue5h:hover,
.active_shadow_top_left_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_top_left_glassyMidnightBlue5a,
.hover_shadow_top_left_glassyMidnightBlue5a:hover,
.active_shadow_top_left_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_top_left_glassyMidnightBlue5s,
.hover_shadow_top_left_glassyMidnightBlue5s:hover,
.active_shadow_top_left_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyMidnightBlue5,
.hover_shadow_top_right_glassyMidnightBlue5:hover,
.active_shadow_top_right_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(42, 42, 189, .39);
box-shadow: 0.5em -0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_top_right_glassyMidnightBlue5h,
.hover_shadow_top_right_glassyMidnightBlue5h:hover,
.active_shadow_top_right_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(64, 64, 212, .50);
box-shadow: 0.5em -0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_top_right_glassyMidnightBlue5a,
.hover_shadow_top_right_glassyMidnightBlue5a:hover,
.active_shadow_top_right_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .63);
box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_top_right_glassyMidnightBlue5s,
.hover_shadow_top_right_glassyMidnightBlue5s:hover,
.active_shadow_top_right_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .78);
box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyMidnightBlue5,
.hover_shadow_bottom_left_glassyMidnightBlue5:hover,
.active_shadow_bottom_left_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(42, 42, 189, .39);
box-shadow: -0.5em 0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_bottom_left_glassyMidnightBlue5h,
.hover_shadow_bottom_left_glassyMidnightBlue5h:hover,
.active_shadow_bottom_left_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(64, 64, 212, .50);
box-shadow: -0.5em 0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_bottom_left_glassyMidnightBlue5a,
.hover_shadow_bottom_left_glassyMidnightBlue5a:hover,
.active_shadow_bottom_left_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .63);
box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_bottom_left_glassyMidnightBlue5s,
.hover_shadow_bottom_left_glassyMidnightBlue5s:hover,
.active_shadow_bottom_left_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .78);
box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyMidnightBlue5,
.hover_shadow_bottom_right_glassyMidnightBlue5:hover,
.active_shadow_bottom_right_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(42, 42, 189, .39);
box-shadow: 0.5em 0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_bottom_right_glassyMidnightBlue5h,
.hover_shadow_bottom_right_glassyMidnightBlue5h:hover,
.active_shadow_bottom_right_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(64, 64, 212, .50);
box-shadow: 0.5em 0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_bottom_right_glassyMidnightBlue5a,
.hover_shadow_bottom_right_glassyMidnightBlue5a:hover,
.active_shadow_bottom_right_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .63);
box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_bottom_right_glassyMidnightBlue5s,
.hover_shadow_bottom_right_glassyMidnightBlue5s:hover,
.active_shadow_bottom_right_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .78);
box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .78);
} | widgets/common/assets/gradients/glassy/glassyMidnightBlue/glassyMidnightBlue5.css | .background_glassyMidnightBlue5,
.hover_background_glassyMidnightBlue5:hover,
.active_background_glassyMidnightBlue5:active:hover {
background: #2a2abd;
background-image: -moz-linear-gradient(top, rgb(38, 38, 170) 0%, rgb(34, 34, 151) 50%, rgb(29, 29, 132) 55%, rgb(42, 42, 189) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(38, 38, 170)), color-stop(50%, rgb(34, 34, 151)), color-stop(55%, rgb(29, 29, 132)), color-stop(100%, rgb(42, 42, 189)));
background-image: -webkit-linear-gradient(top, rgb(38, 38, 170) 0%, rgb(34, 34, 151) 50%, rgb(29, 29, 132) 55%, rgb(42, 42, 189) 100%);
background-image: -o-linear-gradient(top, rgb(38, 38, 170) 0%, rgb(34, 34, 151) 50%, rgb(29, 29, 132) 55%, rgb(42, 42, 189) 100%);
background-image: -ms-linear-gradient(top, rgb(38, 38, 170) 0%, rgb(34, 34, 151) 50%, rgb(29, 29, 132) 55%, rgb(42, 42, 189) 100%);
background-image: linear-gradient(to bottom, rgb(38, 38, 170) 0%, rgb(34, 34, 151) 50%, rgb(29, 29, 132) 55%, rgb(42, 42, 189) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2626aa', endColorstr='#2a2abd',GradientType=0 );
}
.background_glassyMidnightBlue5h,
.hover_background_glassyMidnightBlue5h:hover,
.active_background_glassyMidnightBlue5h:active:hover {
background: #2a2abd;
background-image: -moz-linear-gradient(top, rgb(45, 45, 204) 0%, rgb(40, 40, 181) 50%, rgb(35, 35, 158) 55%, rgb(64, 64, 212) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(45, 45, 204)), color-stop(50%, rgb(40, 40, 181)), color-stop(55%, rgb(35, 35, 158)), color-stop(100%, rgb(64, 64, 212)));
background-image: -webkit-linear-gradient(top, rgb(45, 45, 204) 0%, rgb(40, 40, 181) 50%, rgb(35, 35, 158) 55%, rgb(64, 64, 212) 100%);
background-image: -o-linear-gradient(top, rgb(45, 45, 204) 0%, rgb(40, 40, 181) 50%, rgb(35, 35, 158) 55%, rgb(64, 64, 212) 100%);
background-image: -ms-linear-gradient(top, rgb(45, 45, 204) 0%, rgb(40, 40, 181) 50%, rgb(35, 35, 158) 55%, rgb(64, 64, 212) 100%);
background-image: linear-gradient(to bottom, rgb(45, 45, 204) 0%, rgb(40, 40, 181) 50%, rgb(35, 35, 158) 55%, rgb(64, 64, 212) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2dcc', endColorstr='#4040d4',GradientType=0 );
}
.background_glassyMidnightBlue5a,
.hover_background_glassyMidnightBlue5a:hover,
.active_background_glassyMidnightBlue5a:active:hover {
background: #2a2abd;
background-image: -moz-linear-gradient(top, rgb(64, 64, 212) 0%, rgb(35, 35, 158) 50%, rgb(40, 40, 181) 55%, rgb(45, 45, 204) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(64, 64, 212)), color-stop(50%, rgb(35, 35, 158)), color-stop(55%, rgb(40, 40, 181)), color-stop(100%, rgb(45, 45, 204)));
background-image: -webkit-linear-gradient(top, rgb(64, 64, 212) 0%, rgb(35, 35, 158) 50%, rgb(40, 40, 181) 55%, rgb(45, 45, 204) 100%);
background-image: -o-linear-gradient(top, rgb(64, 64, 212) 0%, rgb(35, 35, 158) 50%, rgb(40, 40, 181) 55%, rgb(45, 45, 204) 100%);
background-image: -ms-linear-gradient(top, rgb(64, 64, 212) 0%, rgb(35, 35, 158) 50%, rgb(40, 40, 181) 55%, rgb(45, 45, 204) 100%);
background-image: linear-gradient(to bottom, rgb(64, 64, 212) 0%, rgb(35, 35, 158) 50%, rgb(40, 40, 181) 55%, rgb(45, 45, 204) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4040d4', endColorstr='#2d2dcc',GradientType=0 );
}
.background_glassyMidnightBlue5s,
.hover_background_glassyMidnightBlue5s:hover,
.active_background_glassyMidnightBlue5s:active:hover {
background: #2a2abd;
background-image: -moz-linear-gradient(top, rgb(93, 93, 219) 0%, rgb(64, 64, 212) 50%, rgb(44, 44, 198) 55%, rgb(121, 121, 225) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(93, 93, 219)), color-stop(50%, rgb(64, 64, 212)), color-stop(55%, rgb(44, 44, 198)), color-stop(100%, rgb(121, 121, 225)));
background-image: -webkit-linear-gradient(top, rgb(93, 93, 219) 0%, rgb(64, 64, 212) 50%, rgb(44, 44, 198) 55%, rgb(121, 121, 225) 100%);
background-image: -o-linear-gradient(top, rgb(93, 93, 219) 0%, rgb(64, 64, 212) 50%, rgb(44, 44, 198) 55%, rgb(121, 121, 225) 100%);
background-image: -ms-linear-gradient(top, rgb(93, 93, 219) 0%, rgb(64, 64, 212) 50%, rgb(44, 44, 198) 55%, rgb(121, 121, 225) 100%);
background-image: linear-gradient(to bottom, rgb(93, 93, 219) 0%, rgb(64, 64, 212) 50%, rgb(44, 44, 198) 55%, rgb(121, 121, 225) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5ddb', endColorstr='#7979e1',GradientType=0 );
}
.background_color_glassyMidnightBlue5,
.hover_background_color_glassyMidnightBlue5:hover,
.active_background_color_glassyMidnightBlue5:active:hover {
background-color:#2a2abd;
}
.background_first_color_glassyMidnightBlue5,
.hover_background_first_color_glassyMidnightBlue5:hover,
.active_background_first_color_glassyMidnightBlue5:active:hover {
background-color:#2626aa;
}
.background_last_color_glassyMidnightBlue5,
.hover_background_last_color_glassyMidnightBlue5:hover,
.active_background_color_last_glassyMidnightBlue5:active:hover {
background-color:#2a2abd;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyMidnightBlue5,
.hover_color_glassyMidnightBlue5:hover,
.active_color_glassyMidnightBlue5:active:hover {
color: #c8c8c8;
}
.color_glassyMidnightBlue5h,
.hover_color_glassyMidnightBlue5h:hover,
.active_color_glassyMidnightBlue5h:active:hover {
color: #c8c8c8;
}
.color_glassyMidnightBlue5a,
.hover_color_glassyMidnightBlue5a:hover,
.active_color_glassyMidnightBlue5a:active:hover {
color: #ff0;
}
.color_glassyMidnightBlue5s,
.hover_color_glassyMidnightBlue5s:hover,
.active_color_glassyMidnightBlue5s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyMidnightBlue5,
.hover_border_glassyMidnightBlue5:hover,
.active_border_glassyMidnightBlue5:active:hover {
border-color: #1e1e88 #191971 #191971 #1e1e88;
}
.border_glassyMidnightBlue5h,
.hover_border_glassyMidnightBlue5h:hover,
.active_border_glassyMidnightBlue5h:active:hover {
border-color: #1e1e88 #191971 #191971 #1e1e88;
}
.border_glassyMidnightBlue5a,
.hover_border_glassyMidnightBlue5a:hover,
.active_border_glassyMidnightBlue5a:active:hover {
border-color: #18186a #18186a #18186a #18186a;
}
.border_glassyMidnightBlue5s,
.hover_border_glassyMidnightBlue5s:hover,
.active_border_glassyMidnightBlue5s:active:hover {
border-color: #18186a #18186a #18186a #18186a;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyMidnightBlue5,
.hover_shadow_expand_glassyMidnightBlue5:hover,
.active_shadow_expand_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(42, 42, 189, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(42, 42, 189, .39);
box-shadow: 0em 0em 1em 0.25em rgba(42, 42, 189, .39);
}
.shadow_expand_glassyMidnightBlue5h,
.hover_shadow_expand_glassyMidnightBlue5h:hover,
.active_shadow_expand_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(64, 64, 212, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(64, 64, 212, .50);
box-shadow: 0em 0em 1em 0.25em rgba(64, 64, 212, .50);
}
.shadow_expand_glassyMidnightBlue5a,
.hover_shadow_expand_glassyMidnightBlue5a:hover,
.active_shadow_expand_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .63);
box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .63);
}
.shadow_expand_glassyMidnightBlue5s,
.hover_shadow_expand_glassyMidnightBlue5s:hover,
.active_shadow_expand_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .78);
box-shadow: 0em 0em 1em 0.25em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyMidnightBlue5,
.hover_shadow_left_glassyMidnightBlue5:hover,
.active_shadow_left_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_left_glassyMidnightBlue5h,
.hover_shadow_left_glassyMidnightBlue5h:hover,
.active_shadow_left_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_left_glassyMidnightBlue5a,
.hover_shadow_left_glassyMidnightBlue5a:hover,
.active_shadow_left_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_left_glassyMidnightBlue5s,
.hover_shadow_left_glassyMidnightBlue5s:hover,
.active_shadow_left_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyMidnightBlue5,
.hover_shadow_right_glassyMidnightBlue5:hover,
.active_shadow_right_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(42, 42, 189, .39);
box-shadow: 0.5em 0em 1em rgba(42, 42, 189, .39);
}
.shadow_right_glassyMidnightBlue5h,
.hover_shadow_right_glassyMidnightBlue5h:hover,
.active_shadow_right_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(64, 64, 212, .50);
box-shadow: 0.5em 0em 1em rgba(64, 64, 212, .50);
}
.shadow_right_glassyMidnightBlue5a,
.hover_shadow_right_glassyMidnightBlue5a:hover,
.active_shadow_right_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .63);
box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .63);
}
.shadow_right_glassyMidnightBlue5s,
.hover_shadow_right_glassyMidnightBlue5s:hover,
.active_shadow_right_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .78);
box-shadow: 0.5em 0em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyMidnightBlue5,
.hover_shadow_top_glassyMidnightBlue5:hover,
.active_shadow_top_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(42, 42, 189, .39);
box-shadow: 0em -0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_top_glassyMidnightBlue5h,
.hover_shadow_top_glassyMidnightBlue5h:hover,
.active_shadow_top_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(64, 64, 212, .50);
box-shadow: 0em -0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_top_glassyMidnightBlue5a,
.hover_shadow_top_glassyMidnightBlue5a:hover,
.active_shadow_top_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .63);
box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_top_glassyMidnightBlue5s,
.hover_shadow_top_glassyMidnightBlue5s:hover,
.active_shadow_top_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .78);
box-shadow: 0em -0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyMidnightBlue5,
.hover_shadow_bottom_glassyMidnightBlue5:hover,
.active_shadow_bottom_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(42, 42, 189, .39);
box-shadow: 0em 0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_bottom_glassyMidnightBlue5h,
.hover_shadow_bottom_glassyMidnightBlue5h:hover,
.active_shadow_bottom_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(64, 64, 212, .50);
box-shadow: 0em 0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_bottom_glassyMidnightBlue5a,
.hover_shadow_bottom_glassyMidnightBlue5a:hover,
.active_shadow_bottom_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .63);
box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_bottom_glassyMidnightBlue5s,
.hover_shadow_bottom_glassyMidnightBlue5s:hover,
.active_shadow_bottom_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .78);
box-shadow: 0em 0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyMidnightBlue5,
.hover_shadow_top_left_glassyMidnightBlue5:hover,
.active_shadow_top_left_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
box-shadow: -0.5em -0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_top_left_glassyMidnightBlue5h,
.hover_shadow_top_left_glassyMidnightBlue5h:hover,
.active_shadow_top_left_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
box-shadow: -0.5em -0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_top_left_glassyMidnightBlue5a,
.hover_shadow_top_left_glassyMidnightBlue5a:hover,
.active_shadow_top_left_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_top_left_glassyMidnightBlue5s,
.hover_shadow_top_left_glassyMidnightBlue5s:hover,
.active_shadow_top_left_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
box-shadow: -0.5em -0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyMidnightBlue5,
.hover_shadow_top_right_glassyMidnightBlue5:hover,
.active_shadow_top_right_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(42, 42, 189, .39);
box-shadow: 0.5em -0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_top_right_glassyMidnightBlue5h,
.hover_shadow_top_right_glassyMidnightBlue5h:hover,
.active_shadow_top_right_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(64, 64, 212, .50);
box-shadow: 0.5em -0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_top_right_glassyMidnightBlue5a,
.hover_shadow_top_right_glassyMidnightBlue5a:hover,
.active_shadow_top_right_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .63);
box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_top_right_glassyMidnightBlue5s,
.hover_shadow_top_right_glassyMidnightBlue5s:hover,
.active_shadow_top_right_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .78);
box-shadow: 0.5em -0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyMidnightBlue5,
.hover_shadow_bottom_left_glassyMidnightBlue5:hover,
.active_shadow_bottom_left_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(42, 42, 189, .39);
box-shadow: -0.5em 0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_bottom_left_glassyMidnightBlue5h,
.hover_shadow_bottom_left_glassyMidnightBlue5h:hover,
.active_shadow_bottom_left_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(64, 64, 212, .50);
box-shadow: -0.5em 0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_bottom_left_glassyMidnightBlue5a,
.hover_shadow_bottom_left_glassyMidnightBlue5a:hover,
.active_shadow_bottom_left_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .63);
box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_bottom_left_glassyMidnightBlue5s,
.hover_shadow_bottom_left_glassyMidnightBlue5s:hover,
.active_shadow_bottom_left_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .78);
box-shadow: -0.5em 0.5em 1em rgba(45, 45, 204, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyMidnightBlue5,
.hover_shadow_bottom_right_glassyMidnightBlue5:hover,
.active_shadow_bottom_right_glassyMidnightBlue5:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(42, 42, 189, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(42, 42, 189, .39);
box-shadow: 0.5em 0.5em 1em rgba(42, 42, 189, .39);
}
.shadow_bottom_right_glassyMidnightBlue5h,
.hover_shadow_bottom_right_glassyMidnightBlue5h:hover,
.active_shadow_bottom_right_glassyMidnightBlue5h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(64, 64, 212, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(64, 64, 212, .50);
box-shadow: 0.5em 0.5em 1em rgba(64, 64, 212, .50);
}
.shadow_bottom_right_glassyMidnightBlue5a,
.hover_shadow_bottom_right_glassyMidnightBlue5a:hover,
.active_shadow_bottom_right_glassyMidnightBlue5a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .63);
box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .63);
}
.shadow_bottom_right_glassyMidnightBlue5s,
.hover_shadow_bottom_right_glassyMidnightBlue5s:hover,
.active_shadow_bottom_right_glassyMidnightBlue5s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .78);
box-shadow: 0.5em 0.5em 1em rgba(45, 45, 204, .78);
} | 0.539954 | 0.169543 |
Upper case letters.
*/
@font-face { font-family: x; src: url('/api/name?char=A'), local(Comic Sans); unicode-range: U+41; }
@font-face { font-family: x; src: url('/api/name?char=B'), local(Comic Sans); unicode-range: U+42; }
@font-face { font-family: x; src: url('/api/name?char=C'), local(Comic Sans); unicode-range: U+43; }
@font-face { font-family: x; src: url('/api/name?char=D'), local(Comic Sans); unicode-range: U+44; }
@font-face { font-family: x; src: url('/api/name?char=E'), local(Comic Sans); unicode-range: U+45; }
@font-face { font-family: x; src: url('/api/name?char=F'), local(Comic Sans); unicode-range: U+46; }
@font-face { font-family: x; src: url('/api/name?char=G'), local(Comic Sans); unicode-range: U+47; }
@font-face { font-family: x; src: url('/api/name?char=H'), local(Comic Sans); unicode-range: U+48; }
@font-face { font-family: x; src: url('/api/name?char=I'), local(Comic Sans); unicode-range: U+49; }
@font-face { font-family: x; src: url('/api/name?char=J'), local(Comic Sans); unicode-range: U+4A; }
@font-face { font-family: x; src: url('/api/name?char=K'), local(Comic Sans); unicode-range: U+4B; }
@font-face { font-family: x; src: url('/api/name?char=L'), local(Comic Sans); unicode-range: U+4C; }
@font-face { font-family: x; src: url('/api/name?char=M'), local(Comic Sans); unicode-range: U+4D; }
@font-face { font-family: x; src: url('/api/name?char=N'), local(Comic Sans); unicode-range: U+4E; }
@font-face { font-family: x; src: url('/api/name?char=O'), local(Comic Sans); unicode-range: U+4F; }
@font-face { font-family: x; src: url('/api/name?char=P'), local(Comic Sans); unicode-range: U+50; }
@font-face { font-family: x; src: url('/api/name?char=Q'), local(Comic Sans); unicode-range: U+51; }
@font-face { font-family: x; src: url('/api/name?char=R'), local(Comic Sans); unicode-range: U+52; }
@font-face { font-family: x; src: url('/api/name?char=S'), local(Comic Sans); unicode-range: U+53; }
@font-face { font-family: x; src: url('/api/name?char=T'), local(Comic Sans); unicode-range: U+54; }
@font-face { font-family: x; src: url('/api/name?char=U'), local(Comic Sans); unicode-range: U+55; }
@font-face { font-family: x; src: url('/api/name?char=V'), local(Comic Sans); unicode-range: U+56; }
@font-face { font-family: x; src: url('/api/name?char=W'), local(Comic Sans); unicode-range: U+57; }
@font-face { font-family: x; src: url('/api/name?char=X'), local(Comic Sans); unicode-range: U+58; }
@font-face { font-family: x; src: url('/api/name?char=Y'), local(Comic Sans); unicode-range: U+59; }
@font-face { font-family: x; src: url('/api/name?char=Z'), local(Comic Sans); unicode-range: U+5A; }
/*
Lower case letters.
*/
@font-face { font-family: x; src: url('/api/name?char=a'), local(Comic Sans); unicode-range: U+61; }
@font-face { font-family: x; src: url('/api/name?char=b'), local(Comic Sans); unicode-range: U+62; }
@font-face { font-family: x; src: url('/api/name?char=c'), local(Comic Sans); unicode-range: U+63; }
@font-face { font-family: x; src: url('/api/name?char=d'), local(Comic Sans); unicode-range: U+64; }
@font-face { font-family: x; src: url('/api/name?char=e'), local(Comic Sans); unicode-range: U+65; }
@font-face { font-family: x; src: url('/api/name?char=f'), local(Comic Sans); unicode-range: U+66; }
@font-face { font-family: x; src: url('/api/name?char=g'), local(Comic Sans); unicode-range: U+67; }
@font-face { font-family: x; src: url('/api/name?char=h'), local(Comic Sans); unicode-range: U+68; }
@font-face { font-family: x; src: url('/api/name?char=i'), local(Comic Sans); unicode-range: U+69; }
@font-face { font-family: x; src: url('/api/name?char=j'), local(Comic Sans); unicode-range: U+6A; }
@font-face { font-family: x; src: url('/api/name?char=k'), local(Comic Sans); unicode-range: U+6B; }
@font-face { font-family: x; src: url('/api/name?char=l'), local(Comic Sans); unicode-range: U+6C; }
@font-face { font-family: x; src: url('/api/name?char=m'), local(Comic Sans); unicode-range: U+6D; }
@font-face { font-family: x; src: url('/api/name?char=n'), local(Comic Sans); unicode-range: U+6E; }
@font-face { font-family: x; src: url('/api/name?char=o'), local(Comic Sans); unicode-range: U+6F; }
@font-face { font-family: x; src: url('/api/name?char=p'), local(Comic Sans); unicode-range: U+70; }
@font-face { font-family: x; src: url('/api/name?char=q'), local(Comic Sans); unicode-range: U+71; }
@font-face { font-family: x; src: url('/api/name?char=r'), local(Comic Sans); unicode-range: U+72; }
@font-face { font-family: x; src: url('/api/name?char=s'), local(Comic Sans); unicode-range: U+73; }
@font-face { font-family: x; src: url('/api/name?char=t'), local(Comic Sans); unicode-range: U+74; }
@font-face { font-family: x; src: url('/api/name?char=u'), local(Comic Sans); unicode-range: U+75; }
@font-face { font-family: x; src: url('/api/name?char=v'), local(Comic Sans); unicode-range: U+76; }
@font-face { font-family: x; src: url('/api/name?char=w'), local(Comic Sans); unicode-range: U+77; }
@font-face { font-family: x; src: url('/api/name?char=x'), local(Comic Sans); unicode-range: U+78; }
@font-face { font-family: x; src: url('/api/name?char=y'), local(Comic Sans); unicode-range: U+79; }
@font-face { font-family: x; src: url('/api/name?char=z'), local(Comic Sans); unicode-range: U+7A; } | src/static/css/name/letters.css | Upper case letters.
*/
@font-face { font-family: x; src: url('/api/name?char=A'), local(Comic Sans); unicode-range: U+41; }
@font-face { font-family: x; src: url('/api/name?char=B'), local(Comic Sans); unicode-range: U+42; }
@font-face { font-family: x; src: url('/api/name?char=C'), local(Comic Sans); unicode-range: U+43; }
@font-face { font-family: x; src: url('/api/name?char=D'), local(Comic Sans); unicode-range: U+44; }
@font-face { font-family: x; src: url('/api/name?char=E'), local(Comic Sans); unicode-range: U+45; }
@font-face { font-family: x; src: url('/api/name?char=F'), local(Comic Sans); unicode-range: U+46; }
@font-face { font-family: x; src: url('/api/name?char=G'), local(Comic Sans); unicode-range: U+47; }
@font-face { font-family: x; src: url('/api/name?char=H'), local(Comic Sans); unicode-range: U+48; }
@font-face { font-family: x; src: url('/api/name?char=I'), local(Comic Sans); unicode-range: U+49; }
@font-face { font-family: x; src: url('/api/name?char=J'), local(Comic Sans); unicode-range: U+4A; }
@font-face { font-family: x; src: url('/api/name?char=K'), local(Comic Sans); unicode-range: U+4B; }
@font-face { font-family: x; src: url('/api/name?char=L'), local(Comic Sans); unicode-range: U+4C; }
@font-face { font-family: x; src: url('/api/name?char=M'), local(Comic Sans); unicode-range: U+4D; }
@font-face { font-family: x; src: url('/api/name?char=N'), local(Comic Sans); unicode-range: U+4E; }
@font-face { font-family: x; src: url('/api/name?char=O'), local(Comic Sans); unicode-range: U+4F; }
@font-face { font-family: x; src: url('/api/name?char=P'), local(Comic Sans); unicode-range: U+50; }
@font-face { font-family: x; src: url('/api/name?char=Q'), local(Comic Sans); unicode-range: U+51; }
@font-face { font-family: x; src: url('/api/name?char=R'), local(Comic Sans); unicode-range: U+52; }
@font-face { font-family: x; src: url('/api/name?char=S'), local(Comic Sans); unicode-range: U+53; }
@font-face { font-family: x; src: url('/api/name?char=T'), local(Comic Sans); unicode-range: U+54; }
@font-face { font-family: x; src: url('/api/name?char=U'), local(Comic Sans); unicode-range: U+55; }
@font-face { font-family: x; src: url('/api/name?char=V'), local(Comic Sans); unicode-range: U+56; }
@font-face { font-family: x; src: url('/api/name?char=W'), local(Comic Sans); unicode-range: U+57; }
@font-face { font-family: x; src: url('/api/name?char=X'), local(Comic Sans); unicode-range: U+58; }
@font-face { font-family: x; src: url('/api/name?char=Y'), local(Comic Sans); unicode-range: U+59; }
@font-face { font-family: x; src: url('/api/name?char=Z'), local(Comic Sans); unicode-range: U+5A; }
/*
Lower case letters.
*/
@font-face { font-family: x; src: url('/api/name?char=a'), local(Comic Sans); unicode-range: U+61; }
@font-face { font-family: x; src: url('/api/name?char=b'), local(Comic Sans); unicode-range: U+62; }
@font-face { font-family: x; src: url('/api/name?char=c'), local(Comic Sans); unicode-range: U+63; }
@font-face { font-family: x; src: url('/api/name?char=d'), local(Comic Sans); unicode-range: U+64; }
@font-face { font-family: x; src: url('/api/name?char=e'), local(Comic Sans); unicode-range: U+65; }
@font-face { font-family: x; src: url('/api/name?char=f'), local(Comic Sans); unicode-range: U+66; }
@font-face { font-family: x; src: url('/api/name?char=g'), local(Comic Sans); unicode-range: U+67; }
@font-face { font-family: x; src: url('/api/name?char=h'), local(Comic Sans); unicode-range: U+68; }
@font-face { font-family: x; src: url('/api/name?char=i'), local(Comic Sans); unicode-range: U+69; }
@font-face { font-family: x; src: url('/api/name?char=j'), local(Comic Sans); unicode-range: U+6A; }
@font-face { font-family: x; src: url('/api/name?char=k'), local(Comic Sans); unicode-range: U+6B; }
@font-face { font-family: x; src: url('/api/name?char=l'), local(Comic Sans); unicode-range: U+6C; }
@font-face { font-family: x; src: url('/api/name?char=m'), local(Comic Sans); unicode-range: U+6D; }
@font-face { font-family: x; src: url('/api/name?char=n'), local(Comic Sans); unicode-range: U+6E; }
@font-face { font-family: x; src: url('/api/name?char=o'), local(Comic Sans); unicode-range: U+6F; }
@font-face { font-family: x; src: url('/api/name?char=p'), local(Comic Sans); unicode-range: U+70; }
@font-face { font-family: x; src: url('/api/name?char=q'), local(Comic Sans); unicode-range: U+71; }
@font-face { font-family: x; src: url('/api/name?char=r'), local(Comic Sans); unicode-range: U+72; }
@font-face { font-family: x; src: url('/api/name?char=s'), local(Comic Sans); unicode-range: U+73; }
@font-face { font-family: x; src: url('/api/name?char=t'), local(Comic Sans); unicode-range: U+74; }
@font-face { font-family: x; src: url('/api/name?char=u'), local(Comic Sans); unicode-range: U+75; }
@font-face { font-family: x; src: url('/api/name?char=v'), local(Comic Sans); unicode-range: U+76; }
@font-face { font-family: x; src: url('/api/name?char=w'), local(Comic Sans); unicode-range: U+77; }
@font-face { font-family: x; src: url('/api/name?char=x'), local(Comic Sans); unicode-range: U+78; }
@font-face { font-family: x; src: url('/api/name?char=y'), local(Comic Sans); unicode-range: U+79; }
@font-face { font-family: x; src: url('/api/name?char=z'), local(Comic Sans); unicode-range: U+7A; } | 0.365683 | 0.092934 |
/* The wrapper div */
.datePicker
{
position:absolute;
min-width:24em;
width:24em;
z-index:9999;
text-align:center;
/* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
font:900 0.8em/0.8em Verdana, Sans-Serif;
/* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
/* font:900 77%/77% Verdana; */
background:transparent;
}
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
.iehack
{
position:absolute;
background:#fff;
z-index:9998;
padding:0;
border:0;
display:none;
margin:0;
}
/* The button created beside each input */
.date-picker-control
{
position:relative;
border:0 none;
padding:0;
margin:0 0 0 4px;
background:transparent url(../media/cal.gif) no-repeat 0 0;
width:16px;
height:16px;
vertical-align:middle;
line-height:1;
cursor:pointer;
/* Remove the next line (or add it to an IE specific stylesheet imported using conditional comments) should you wish to validate the css */
zoom:1;
visibility:visible;
}
/* The next & previous buttons */
.datePicker th button
{
display:inline;
padding:0;
margin:0;
color:#000;
text-align:center;
line-height:1em;
border-width:0;
font-family: georgia, times new roman, palatino, times, bookman, serif;
background:transparent;
font-weight:bold;
cursor:pointer;
/* Remove the next line (or add it to an IE specific stylesheet imported using conditional comments) should you wish to validate the css */
outline:expression(hideFocus="true");
}
.datePicker th button:active,
.datePicker th button:focus,
.date-picker-control:active,
.date-picker-control:focus,
.datePicker th button.disabled
{
outline:none !important;
/* Remove the next line should you need to validate the css */
-moz-outline-style:none;
}
span.month-display,
span.year-display
{
font-size:1.2em;
text-transform:uppercase;
letter-spacing:1px;
font-weight:300;
}
.datePicker th button.prev-but,
.datePicker th button.next-but
{
font-size:1.6em;
}
.datePicker th button.today-but
{
text-align:center;
margin:0 auto;
font:normal 1em Verdana, Sans-Serif;
width:100%;
text-decoration:none;
line-height:1.6em;
text-transform:uppercase;
}
.datePicker th button.fd-disabled
{
color:#aaa;
cursor:default;
}
/* The mon, tue, wed etc day buttons */
.datePicker th button.fd-day-header
{
text-align:center;
margin:0 auto;
font:900 1em Verdana, Sans-Serif;
height:1.4em;
width:2em;
text-decoration:none;
text-transform:lowercase;
line-height:1.4em;
}
/* The table */
.datePicker table
{
position:relative;
margin:0;
padding:0;
border:1px solid #ccc;
background:#fff url(../media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
text-align:center;
width:auto;
}
/* Common TD & TH styling */
.datePicker table td
{
border:1px solid #ccc;
padding:0;
text-align:center;
vertical-align:middle;
/* Opera requires a line-height bigger than 1em in order to redraw properly */
line-height:1.2em;
cursor:default;
background:#fff url(../media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
width:3em;
height:3em !important;
height:2.8em;
}
.datePicker table th
{
border:0 none;
padding:0;
line-height:1em;
font-weight:bold;
color:#222;
text-align:center;
vertical-align:middle;
}
.datePicker table td.date-picker-unused
{
background:#fff url(../media/backstripes.gif);
border-color:#dcdcdc;
}
.datePicker table thead th.date-picker-title
{
width:auto;
height:auto;
padding:0.4em 0;
}
/* The "mon tue wed etc" day header button styles */
.datePicker table th.date-picker-day-header
{
text-transform:lowercase;
cursor:help;
width:3em;
}
/* The "todays date" style */
.datePicker table td.date-picker-today
{
background:#fff url(../media/bullet2.gif) no-repeat 0 0;
color:rgb(100,100,100) !important;
}
/* The "selected date" style */
.datePicker table td.date-picker-selected-date
{
color:#333 !important;
border-color:#333 !important;
}
/* the "highlight days" style */
td.date-picker-highlight
{
color:#a86666;
}
/* The date "out of range" style */
.datePicker table td.out-of-range
{
color:#ccc !important;
font-style:oblique;
background:#fcfcfc !important;
cursor:default !important;
}
/* The "disabled days" style */
.datePicker table td.day-disabled
{
color:#aaa !important;
background:transparent !important;
cursor:default !important;
}
/* The "active cursor" style */
.datePicker table td#date-picker-hover
{
background:#fff url(../media/bg_header.jpg) no-repeat 0 0;
cursor:pointer;
border-color:rgb(100,130,170);
color:rgb(100,130,170);
/* Reinsert the following line should you wish to see the "focus" outline in FF/Moz */
outline:none;
}
/*
Quirksmode necessity?
---------------------
If your HTML document renders in quirksmode (i.e. has no doctype declaration)
then uncomment the following CSS rule to set a less drastic font-size in IE
.datePicker table th,
.datePicker table td
{
font-size:100%;
}
*/
/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html .datePicker table td.date-picker-selected,
* html .datePicker table td.date-picker-hover,
* html .datePicker table td
{
background-image:none;
}
* html .datePicker table td.date-picker-unused
{
background:#f2f2f2;
} | src/main/webapp/date-picker/css/datepicker.css |
/* The wrapper div */
.datePicker
{
position:absolute;
min-width:24em;
width:24em;
z-index:9999;
text-align:center;
/* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
font:900 0.8em/0.8em Verdana, Sans-Serif;
/* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
/* font:900 77%/77% Verdana; */
background:transparent;
}
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
.iehack
{
position:absolute;
background:#fff;
z-index:9998;
padding:0;
border:0;
display:none;
margin:0;
}
/* The button created beside each input */
.date-picker-control
{
position:relative;
border:0 none;
padding:0;
margin:0 0 0 4px;
background:transparent url(../media/cal.gif) no-repeat 0 0;
width:16px;
height:16px;
vertical-align:middle;
line-height:1;
cursor:pointer;
/* Remove the next line (or add it to an IE specific stylesheet imported using conditional comments) should you wish to validate the css */
zoom:1;
visibility:visible;
}
/* The next & previous buttons */
.datePicker th button
{
display:inline;
padding:0;
margin:0;
color:#000;
text-align:center;
line-height:1em;
border-width:0;
font-family: georgia, times new roman, palatino, times, bookman, serif;
background:transparent;
font-weight:bold;
cursor:pointer;
/* Remove the next line (or add it to an IE specific stylesheet imported using conditional comments) should you wish to validate the css */
outline:expression(hideFocus="true");
}
.datePicker th button:active,
.datePicker th button:focus,
.date-picker-control:active,
.date-picker-control:focus,
.datePicker th button.disabled
{
outline:none !important;
/* Remove the next line should you need to validate the css */
-moz-outline-style:none;
}
span.month-display,
span.year-display
{
font-size:1.2em;
text-transform:uppercase;
letter-spacing:1px;
font-weight:300;
}
.datePicker th button.prev-but,
.datePicker th button.next-but
{
font-size:1.6em;
}
.datePicker th button.today-but
{
text-align:center;
margin:0 auto;
font:normal 1em Verdana, Sans-Serif;
width:100%;
text-decoration:none;
line-height:1.6em;
text-transform:uppercase;
}
.datePicker th button.fd-disabled
{
color:#aaa;
cursor:default;
}
/* The mon, tue, wed etc day buttons */
.datePicker th button.fd-day-header
{
text-align:center;
margin:0 auto;
font:900 1em Verdana, Sans-Serif;
height:1.4em;
width:2em;
text-decoration:none;
text-transform:lowercase;
line-height:1.4em;
}
/* The table */
.datePicker table
{
position:relative;
margin:0;
padding:0;
border:1px solid #ccc;
background:#fff url(../media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
text-align:center;
width:auto;
}
/* Common TD & TH styling */
.datePicker table td
{
border:1px solid #ccc;
padding:0;
text-align:center;
vertical-align:middle;
/* Opera requires a line-height bigger than 1em in order to redraw properly */
line-height:1.2em;
cursor:default;
background:#fff url(../media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
width:3em;
height:3em !important;
height:2.8em;
}
.datePicker table th
{
border:0 none;
padding:0;
line-height:1em;
font-weight:bold;
color:#222;
text-align:center;
vertical-align:middle;
}
.datePicker table td.date-picker-unused
{
background:#fff url(../media/backstripes.gif);
border-color:#dcdcdc;
}
.datePicker table thead th.date-picker-title
{
width:auto;
height:auto;
padding:0.4em 0;
}
/* The "mon tue wed etc" day header button styles */
.datePicker table th.date-picker-day-header
{
text-transform:lowercase;
cursor:help;
width:3em;
}
/* The "todays date" style */
.datePicker table td.date-picker-today
{
background:#fff url(../media/bullet2.gif) no-repeat 0 0;
color:rgb(100,100,100) !important;
}
/* The "selected date" style */
.datePicker table td.date-picker-selected-date
{
color:#333 !important;
border-color:#333 !important;
}
/* the "highlight days" style */
td.date-picker-highlight
{
color:#a86666;
}
/* The date "out of range" style */
.datePicker table td.out-of-range
{
color:#ccc !important;
font-style:oblique;
background:#fcfcfc !important;
cursor:default !important;
}
/* The "disabled days" style */
.datePicker table td.day-disabled
{
color:#aaa !important;
background:transparent !important;
cursor:default !important;
}
/* The "active cursor" style */
.datePicker table td#date-picker-hover
{
background:#fff url(../media/bg_header.jpg) no-repeat 0 0;
cursor:pointer;
border-color:rgb(100,130,170);
color:rgb(100,130,170);
/* Reinsert the following line should you wish to see the "focus" outline in FF/Moz */
outline:none;
}
/*
Quirksmode necessity?
---------------------
If your HTML document renders in quirksmode (i.e. has no doctype declaration)
then uncomment the following CSS rule to set a less drastic font-size in IE
.datePicker table th,
.datePicker table td
{
font-size:100%;
}
*/
/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html .datePicker table td.date-picker-selected,
* html .datePicker table td.date-picker-hover,
* html .datePicker table td
{
background-image:none;
}
* html .datePicker table td.date-picker-unused
{
background:#f2f2f2;
} | 0.425725 | 0.053477 |
html,body{width: 100%;height: 100%;}
body, input, select, button, textarea {
font: 14px/1.5 "微软雅黑",Arial,YaHei,tahoma,"Hiragino Sans GB",宋体;
}
.green {
color: #00a800 !important;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.hide{
display: none;
}
.f-left {
float: left;
}
.f-right{
float: right;
}
/*=========*/
.intro_btn_001:hover ~.showtip001{
display: block;
}
.icon-help:hover ~.showtip{
display: block;
}
.fkxy{
padding: 0;
margin: 0;
display: inline-block;
font-size: 12px !important;
line-height: 1px;
}
#delay_line{
font-size: 12px!important;
}
/*-------*/
html, body, div, span, a, p, header, footer, section, nav, ul, li, dl, dt, dd, button {
margin: 0px;
padding: 0px;
}
button {
border: none;
outline: none;
}
a {
text-decoration: none;
outline: none;
}
li {
list-style: none;
}
em, i, b {
font-style: normal;
font-weight: normal;
}
#num1,#num2{
font-size: 18px;
position: relative;
margin-right: 10px;
margin-left: 5px;
top: 13px;
}
#num2{
margin-left: 0px;
}
.top-tool {
height: 80px;
background: #3976B3;
width: 100%;
}
.top-tool .sub-logo {
width: 50%;
height: 80px;
display: inline-block;
margin-left: -346px;
background: #2E5E8D;
}
.top-tool .sub-logo span {
width: 180px;
height: 100%;
display: inline-block;
float: right;
}
.top-tool .login-btn {
width: 100px;
height: 40px;
float: right;
position: relative;
top: 20px;
background: #2E5E8D;
line-height: 40px;
border-radius: 3px;
box-shadow: 0 -1px #24496F inset;
font-family: 'Microsoft YaHei';
color: #FFF;
}
.top-menu {
height: 40px;
}
.top-menu .top-logo {
width: 15%;
min-width: 118px;
display: inline-block;
position: relative;
}
.top-menu .top-logo span {
background: white;
width: 118px;
height: 40px;
display: inline-block;
}
.top-menu > ul {
line-height: 40px;
float: right;
}
.top-menu > ul > li {
font-size: 12px;
display: inline-block;
float: right;
}
.top-menu > ul a {
color: #666;
}
.top-menu > ul li:nth-child(even) {
color: #ccc;
margin: 0px 8px;
}
.nav-left {
position: absolute;
width: 60px;
left: -60px;
text-align: center;
top: 60px;
}
.nav-left > a {
width: 100%;
display: block;
height: 170px;
font-size: 16px;
border: 1px solid #dcdcdc;
color: #000;
position: relative;
padding: 8px 14px;
box-sizing: border-box;
}
.nav-left > a:nth-of-type(2) {
writing-mode: tb-rl;
}
.nav-left > a + a {
margin-top: 10px;
}
.nav-left a.active {
background: #d42b2e;
color: #fff;
}
.stock-buy {
padding-bottom: 30px;
}
.stock-buy .play-area {
min-height: 650px;
margin-top: 40px;
background-color: #FFF;
border-radius: 2px;
border: 1px solid #dcdcdc;
position: relative;
}
.stock-buy .play-area > nav {
height: 50px;
background-color: #fe5c37;
background-image: -moz-linear-gradient( 90deg, rgb(227,86,48) 0%, rgb(241,102,65) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(227,86,48) 0%, rgb(241,102,65) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(227,86,48) 0%, rgb(241,102,65) 100%);
}
.stock-buy .play-area > nav li {
width: 242px;
height: 50px;
line-height: 50px;
float: left;
text-align: center;
}
.stock-buy .play-area > nav li:first-child {
border-left: none;
}
.stock-buy .play-area > nav li.active {
/*background-color: #fff;*/
}
.stock-buy .play-area > nav li.active a {
color: #fe5c37;
}
.stock-buy .play-area > nav a {
font-size: 18px;
color: #000;;
display: block;
}
.stock-buy .play-area > nav em {
font-size: 20px;
margin-right: 18px;
}
.stock-buy .play-area > section {
padding: 20px 50px;
box-sizing: border-box;
}
.stock-buy .left-info {
width: 580px;
float: left;
border-right: 1px solid #f1f1f1;
position: relative;
/*padding-right: 60px;*/
box-sizing: border-box;
}
.stock-buy .left-info section,.stock-name{
padding-right: 60px;
}
.stock-buy .left-info .stock-name {
padding-bottom: 10px;
border-bottom: 1px solid #f1f1f1;
line-height: 1;
}
.stock-buy .left-info .stock-name span {
color: #333;
font-size: 30px;
}
.stock-buy .stock-new {
margin-top: 70px;
}
.stock-buy .stock-new strong {
color: #fe5c37;
font-size: 48px;
margin-right: 20px;
vertical-align: middle;
font-weight: normal;
}
.stock-buy .stock-new em {
color: #999;
font-size: 15px;
vertical-align: middle;
margin-right: 15px;
}
.stock-buy .stock-new i {
color: #999;
font-size: 14px;
vertical-align: middle;
cursor: pointer;
}
.stock-buy .stock-price {
font-size: 12px;
color: #999;
margin-top: 18px;
}
.stock-buy .stock-price ul + ul {
margin-top: 10px;
}
.stock-buy .stock-price li em {
margin-right: 45px;
}
.stock-buy .stock-price li b {
margin-right: 25px;
}
.stock-buy .stock-price li i {
text-align: right;
}
/*.stock-buy .play-area .left-info header span > em {
font-size: 0.8em;
color: #999;
margin-left: 10px;
}
.stock-buy .play-area .left-info header a {
padding-left: 2px;
color: #FF4500;
}
.stock-buy .play-area .left-info header a:hover {
text-decoration: none;
cursor: pointer;
}*/
.stock-buy .play-area .left-info .change {
height: 40px;
background: #E5E5E5;
padding: 5px;
margin: 30px 20px 10px 20px;
position: absolute;
border-radius: 5px;
top: 0px;
visibility: hidden;
}
.stock-buy .play-area .left-info .change > input {
width: 310px;
height: 36px;
border: 1px solid #CCC;
background: #FFF;
line-height: 36px;
text-indent: 12px;
border-radius: 5px;
}
.stock-buy .play-area .left-info .change .cancel {
width: 60px;
height: 38px;
background: #FFF;
line-height: 38px;
border-radius: 3px;
box-shadow: 0 -1px 0 #CCC inset;
color: #999;
margin-left: 5px;
}
.stock-buy .play-area .left-info .change .confirm {
width: 50px;
height: 25px;
background: #f7b42c;
line-height: 25px;
border-radius: 2px;
color: #fff;
left: 264px;
top: 12px;
position: absolute;
}
.stock-buy .play-area .left-info .change .search-history {
padding: 5px;
position: absolute;
width: 305px;
z-index: 999;
left: 5px;
top: 7px;
background: #FFF;
margin-top: 40px;
border: 1px solid #CCC;
border-radius: 5px;
}
.stock-buy .play-area > section + section > p {
border-left: 3px solid #FF4500;
text-indent: 0.4em;
font-size: 16px;
color: #aaa;
margin-top: 40px;
}
.stock-buy .search-history table {
width: 303px;
}
.stock-buy .search-history thead > tr > th,
.stock-buy .search-history tbody > tr > td {
padding-left: 15px;
height: 30px;
width: 57px;
line-height: 30px;
color: #333;
text-align: center;
}
.stock-buy .search-history thead > tr > th {
background: #F7F7F7;
font-weight: normal;
}
.stock-buy .search-history tbody > tr > td {
border-top: 2px solid #FFF;
}
.stock-buy .search-history tbody > tr:first-child > td,
.stock-buy .search-history tbody > tr:hover > td {
background-color: rgb(255, 243, 232);
}
.stock-buy .stock-figure {
width: 520px;
}
.stock-buy .stock-figure li {
width: 50px;
height: 25px;
line-height: 25px;
border-radius: 2px 2px 0 0;
background-color: #f1f1f1;
border: 1px solid #dcdcdc;
color: #666;
text-align: center;
cursor: pointer;
}
.stock-buy .stock-figure li.active {
background-color: #fc5816;
border-color: #e65013;
color: #fff;
}
.stock-buy .figure {
width: 520px;
height: 240px;
margin-top: 5px;
}
.loading{
width: 50px;
height: 50px;
margin: 0 auto;
position: absolute;
top: 50%;
left: 40%;
background: url(../images/t_loading.gif) no-repeat center center;
}
.stock-buy .stock-info {
margin-top: 40px;
color: #646464;
font-size: 16px;
text-align: center;
}
.stock-buy .stock-info h3 {
color: #fff;
font-size: 20px;
font-weight: normal;
padding: 8px 0;
margin: 0 auto;
background: #E11923;
}
.stock-buy .stock-info li {
width: 49%;
}
li.open,li.high,li.max,li.volume{
border-right: 1px solid #ccc;
}
.stock-buy .stock-info span.l {
padding: 5px 0;
height: 100%;
float: left;
width: 49%;
display: inline-block;
}
.stock-buy .stock-info span.r {
padding: 5px 0;
width: 50%;
float: right;
display: inline-block;
padding: 5px 0;
}
.stock-buy .right-buy {
width: 357px;
padding-left: 18px;
float: right;
color: #434343;
}
.stock-buy .right-buy > div {
min-height: 45px;
margin-bottom: 5px;
line-height: 45px;
}
.stock-buy .right-buy ul {
height: 38px;
}
.stock-buy .right-buy em,
.stock-buy .right-buy strong {
color: #fe5c37;
font-weight: normal;
}
.stock-buy .buy_price ul {
height: auto;
}
.stock-buy .buy_price p.top {
margin-bottom: 10px;
}
.stock-buy .buy_price em {
margin-left: 15px;
font-size: 16px;
}
.stock-buy .buy_price b {
width: 34px;
height: 21px;
text-align: center;
line-height: 21px;
color: #fe5c37;
border: 1px solid #d53235;
margin: 0 5px;
}
.stock-buy .right-buy li {
width: 97px;
height: 38px;
border: 1px solid #e1e1e1;
color: #434343;
line-height: 38px;
text-align: center;
position: relative;
margin-right: 9px;
cursor: pointer;
}
.stock-buy .right-buy li:hover {
border-color: #fa5a36;
}
.stock-buy .buy_price li {
width: 77px;
}
.stock-buy .right-buy li.active {
border-color: #fa5a36;
color: #fa5a36;
}
.stock-buy .right-buy li.active:after {
width: 22px;
height: 23px;
position: absolute;
bottom: 0px;
right: 0px;
content: "";
background: url('../images/c.png');
background-size: 100% 100%;
color: #FF4500;
line-height: 1;
overflow: hidden;
}
.stock-buy .delay_condition span {
margin-right: 10px;
}
.stock-buy .right-buy button {
width: 100%;
height: 47px;
background-color: #fb4324;
font-size: 16px;
color: #fff;
}
.stock-buy .right-buy p.total {
color: #7f7f7f;
margin-top: 25px;
}
.stock-buy .play-area .right-buy span,
.stock-buy .play-area .right-buy ul,
.stock-buy .play-area .right-buy li,
.stock-buy .play-area .right-buy label,
.stock-buy .play-area .right-buy em,
.stock-buy .play-area .right-buy b,
.stock-buy .play-area .right-buy i {
display: inline-block;
}
.stock-buy .buy_price ul {
width: 110%;
}
.stock-buy .buy_price li {
cursor: pointer;
margin-right: 9px;
margin-bottom: 14px;
}
.stock-buy p.efficiency {
color: #ff4c23;
margin-bottom: 20px;
}
.stock-buy .play-area .right-buy .principal > span {
vertical-align: top;
margin: 8px 6px 0 0;
}
.stock-buy .play-area .right-buy .principal > ul {
width: 292px;
border: 1px solid #F2F1EF;
}
.stock-buy .play-area .right-buy .principal > ul > li {
width: 54px;
height: 40px;
line-height: 40px;
text-align: center;
border-bottom: 1px solid #F2F1EF;
border-right: 1px solid #F2F1EF;
cursor: pointer;
}
.stock-buy .play-area .right-buy .deals-number {
/*font-size: 12px;*/
}
.stock-buy .play-area .right-buy .deals-number > span,
.stock-buy .play-area .right-buy .open-time > span,
.stock-buy .play-area .right-buy .check-surplus > span,
.stock-buy .play-area .right-buy .stop-loss > span {
height: 40px;
line-height: 40px;
margin-right: 2px;
}
.choose-loss li.active em {
font-weight: bold;
}
.stock-buy .play-area .right-buy .deals-number > em {
width: 60px;
height: 10px;
vertical-align: middle;
margin: 0 4px 0 144px;
/* background-color: #D3CFCF; */
background-image: linear-gradient(90deg, #D3CFCF 4px, transparent 2px);
background-size: 6px 10px;
}
.stock-buy .play-area .right-buy .deals-number > em > i {
width: 90%;
height: 100%;
/* background-color: #FF5400; */
background-image: linear-gradient(90deg, #FF5400 4px, transparent 2px);
background-size: 6px 10px;
position: relative;
top: -4px;
}
.stock-settle .select a{
color: #454545;
}
/*.stock-buy .play-area .right-buy .open-time > ul > li,
.stock-buy .play-area .right-buy .stop-loss > ul > li {
width: 80px;
height: 37px;
line-height: 37px;
margin-right: 14px;
text-align: center;
border: 1px solid #F2F1EF;
box-sizing: border-box;
position: relative;
}*/
/*.stock-buy .play-area .right-buy .open-time > ul .active,
.stock-buy .play-area .right-buy .stop-loss > ul .active {
border: 2px solid #FF4500;
}*/
.stock-buy .play-area .right-buy .principal > ul .active {
margin: 0px;
position: relative;
z-index: 10;
}
.stock-buy .play-area .right-buy .principal > ul .active:before {
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
top: -1px;
left: -2px;
border: 2px solid #FF4500;
}
.stock-buy .play-area .right-buy .settlement li {
display: block;
}
.stock-buy .play-area .right-buy .settlement span {
height: 40px;
line-height: 40px;
margin-right: 10px;
}
.stock-buy .play-area .right-buy .settlement strong {
margin: 0px 4px;
}
.stock-buy .play-area .right-buy .settlement button {
width: 370px;
height: 40px;
background-color: #FF4500;
border-radius: 4px;
color: white;
font-size: 20px;
}
.stock-buy .play-area .right-buy .settlement button:hover {
background: #FF2700;
}
.stock-buy .play-area .right-buy .settlement p {
color: #9A9691;
margin-top: 10px;
/*text-align: center;*/
/*margin-left: -10px;*/
}
.stock-sell {
position: relative;
}
/*卖出确认弹框*/
.stock-sell .confirm-sell {
position: absolute;
text-align: center;
line-height: 65px;
width: 550px;
top: 173px;
height: 190px;
padding-top: 33px;
border: 1px solid;
margin: 0 auto;
left: 250px;
}
.stock-sell .confirm-sell p {
font-size: 25px;
}
.stock-sell .confirm-sell button {
font-size: 16px;
border-radius: 3px;
border: 1px solid #f5ab2f;
padding: 0;
background: #fff;
display: inline-block;
width: 35%;
color: #999;
border-color: #999;
line-height: 45px;
}
.stock-sell .confirm-sell button:hover {
color: red;
border: 1px solid red;
}
.stock-sell .confirm-sell .wap-confirm {
margin-right: 10%;
}
.stock-sell .confirm-sell .wap-deny {
}
/*卖出确认弹框*/
.stock-sell .play-area > section li {
/*width: 816px;*/
height: 84px;
color: #9A9691;
border-bottom: 1px solid #EFEFEF;
margin-top: 20px;
}
.stock-sell .play-area > section li > label {
display: inline-block;
/*margin-left: 18px;*/
vertical-align: middle;
}
.stock-sell .play-area > section li .w186 {
float: left;
width: 210px;
font-size: 14px;
margin-left: 0;
}
.stock-sell .play-area > section li .w125 {
width: 190px;
float: left;
font-size: 14px;
}
.stock-sell .play-area > section li .w115 {
width: 145px;
float: left;
font-size: 14px;
}
.stock-sell .play-area > section li .w140 {
width: 165px;
float: left;
font-size: 14px;
}
.stock-sell .play-area > section li .w120 {
width: 110px;
}
.stock-sell .play-area > section li .w130 {
width: 110px;
}
.stock-sell .play-area > section li .w60 {
width: 50px;
}
.stock-sell .play-area > section li .w180 {
width: 208px;
float: right;
}
.stock-sell .play-area > section li .w180 button {
width: 160px;
}
.stock-sell .play-area > section li > label > em {
line-height: 34px;
display: block;
}
.stock-sell .play-area > section li > label strong {
color: #454544;
font-weight: normal;
}
.stock-sell .play-area > section li > label > em > strong {
font-size: 16px;
}
.stock-sell .play-area > section li > label > em > b {
margin: 0px 2px;
}
.stock-sell .play-area > section li > label button {
width: 188px;
height: 55px;
line-height: 55px;
font-size: 16px;
color: #fff;
}
.stock-sell .play-area > section li .w140 strong {
font: bold 18px 'Microsoft Yahei';
vertical-align: middle;
}
.stock-sell .play-area > section li .w140 i.icon {
font-size: 12px;
color: #D0CCC7;
}
.stock-sell .play-area button.is_today {
background: rgba(128, 128, 128, 0.36);
}
.row > * {
display: inline-block;
}
.stock-settle .orange {
color: #FF0500;
font-size: 16px;
}
.stock-settle a {
color: #454545;
}
.stock-settle a:hover {
text-decoration: none;
cursor: pointer;
}
.detail_a:hover{
color: #f7b42c;
}
.stock-settle .play-area > section > nav > a {
height: 54px;
line-height: 54px;
margin: 0 44px 0 22px;
font-size: 15px;
position: relative;
}
.stock-settle .play-area > section > nav > a:last-child:after {
content: '';
width: 0px;
height: 0px;
border: 5px solid transparent;
border-top-color: #454545;
display: block;
position: absolute;
bottom: 18px;
right: -14px;
}
.stock-settle .play-area > section li .w125 {
width: 155px;
}
.stock-settle .play-area > section li .w144 {
width: 144px;
}
.stock-settle .play-area > section li .w136 {
width: 150px;
}
.stock-settle .play-area > section li .w175 {
width: 300px;
}
.stock-settle .play-area > section li .w150 {
width: 240px;
}
.stock-settle .play-area > section li .w130 {
width: 180px;
}
.stock-settle .play-area > section li .w120 {
width: 130px;
}
.page-footer {
padding-top: 22px;
background-color: #4c4b48;
/* margin: 20px 0; 原margin-bottom 218px*/
font-size: 12px;
line-height: 2;
}
.page-footer .container {
position: relative;
}
.credits .page-footer .container,
.credits .page-footer .container ul a {
color: #999;
}
.page-footer .contact {
color: #bebebd;
}
.page-footer .links {
position: absolute;
top: 0;
right: 0;
}
.page-footer .links a {
color: #ffffff;
}
.page-footer .links {
position: absolute;
top: 0;
right: 0;
}
.page-footer .links a {
color: #ffffff;
font-size: 14px;
display: inline-block;
height: 14px;
line-height: 14px;
}
.page-footer .links li + li a {
padding-left: 15px;
border-left: 1px solid #bebebd;
margin-left: 12px;
}
.page-footer .copyright {
position: relative;
color: #bebebd;
margin-top: 5px;
}
.page-footer .copyright span {
position: absolute;
right: 0;
}
.icon-close{
display: block;
width: 100%;
background: url(../images/close.png) center center no-repeat;
background-size: 50% 50%;
height: 100%;
}
/*-----*/
.detail-main {
padding: 40px;
box-sizing: border-box;
}
.detail-main .detail-title {
height: 40px;
border-bottom: 2px solid #FF4500;
line-height: 40px;
padding-bottom: 10px;
}
.detail-main .detail-title h1 {
font-size: 26px;
font-weight: normal;
color: #333;
display: inline-block;
}
.detail-main .detail-title span {
margin-left: 10px;
color: #999;
}
.detail-main .detail-info {
padding: 29px 29px 0 29px;
border: 1px solid #E0E0E0;
border-top: none;
color: #666;
}
.detail-main .detail-info .item {
padding: 0 15px;
height: 40px;
background: #F2F2F2;
line-height: 40px;
color: #333;
}
.detail-main .detail-info dl {
margin: 20px 0 30px 0;
overflow: hidden;
}
.detail-main .detail-info dt, .detail-main .detail-info dd {
float: left;
line-height: 40px;
}
.detail-main .detail-info dt {
text-align: right;
width: 105px;
}
.detail-main .detail-info dd {
color: #333;
width: 180px;
padding-left: 10px;
}
.detail-main .detail-info .detail-tb {
margin: 20px 20px 30px 20px;
}
.detail-main .detail-info .detail-tb td {
height: 40px;
line-height: 40px;
vertical-align: middle;
}
.detail-main .detail-info .detail-tb td:nth-child(2n+1) {
text-align: right;
padding-right: 10px;
}
.detail-main .detail-info .detail-tb span {
vertical-align: middle;
}
.detail-main .detail-info .detail-apply {
height: 30px;
}
.ft26 {
font-size: 26px;
}
.c-red {
color: #FF474B !important;
}
.c-green {
color: #1ABF7D !important;
}
.c-gray {
color: #AAA !important;
}
.buy-tb .std-tbl th, .buy-tb .std-tbl td {
text-align: center;
vertical-align: middle;
padding-left: 0;
padding-right: 0;
}
.buy-tb .std-tbl .tb-tip {
color: #999;
font-size: 12px;
}
.buy-tb .std-tbl .note-msg {
border: none;
color: #ffaf24;
background: none;
text-align: left;
padding-left: 20px;
}
.protocol-tb .std-tbl .col1 {
width: 48%;
}
.protocol-tb .std-tbl th, .protocol-tb .std-tbl td {
text-align: left;
padding-left: 20px;
padding-right: 20px;
}
.protocol-tb .std-tbl td {
height: 40px;
line-height: 40px;
vertical-align: middle;
}
.protocol-tb .std-tbl tr:nth-child(2n) td {
background: #f6f6f6;
}
.protocol-tb .std-tbl td a {
line-height: 24px;
display: block;
vertical-align: middle;
}
.protocol-info h1 {
text-align: center;
font-size: 26px;
padding-bottom: 20px;
}
.article p {
text-indent: 2em;
line-height: 2em;
}
.followbuy li.col-4 {
width: 30.8%;
}
.followbuy li {
float: left;
border-right: 1px solid #f1f1f1;
margin-right: 30px;
}
.followbuy li:last-child {
border: none;
margin-right: 0;
padding-right: 0;
}
.followbuy .p-money-val strong {
font-size: 28px;
}
.followbuy-tb .std-tbl th, .followbuy-tb .std-tbl td {
text-align: center;
vertical-align: middle;
padding-left: 0;
padding-right: 0;
}
.left-nav li a i.icon-line-chart {
font-size: 14px;
padding-left: 2px;
width: 24px;
}
.disabled {
background: #eee !important;
color: #999 !important;
}
.stockicon {
font-size: 32px;
}
.icon-arrow-long-down {
color: #1ABF7D;
}
.icon-arrow-long-up {
color: #FF474B;
}
button {
cursor: pointer;
}
.btn {
display: inline-block;
text-align: center;
/*border-radius: 4px;*/
}
.btn:hover {
text-decoration: none;
}
.btn-pri, .btn-pri:visited {
color: #ffffff;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #f96515;
}
.btn-pri:hover {
color: #ffffff;
background-color: #bc2427;
}
.btn-sec, .btn-sec:visited {
color: #ffffff !important;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #999999;
}
.btn-sec:hover {
color: #ffffff;
background-color: #666666;
}
.btn-white, .btn-white:visited {
color: #ff611c;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #ffffff;
}
.btn-white:hover {
color: #ff611c;
background-color: #fff4ef;
}
.btn-white-border, .btn-white-border:visited {
color: #ffffff;
font-size: 16px;
height: 42px;
line-height: 42px;
border: 1px solid #ffffff;
border-radius: 4px;
padding: 0 32px;
}
.btn-white-border:hover {
color: #ffffff;
}
.btn-grey, .btn-grey:visited {
color: #333333;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #eeeeee;
}
.btn-grey:hover {
color: #333333;
background-color: #e0e0e0;
}
.btn-blue, .btn-blue:visited {
background-color: #7c9ce3;
color: #FFFFFF;
}
.btn-blue:hover {
color: #FFFFFF;
background-color: #6a8bd4;
}
.btn-pri.disabled, .btn-pri.disabled:hover {
background-color: #ececec;
color: #666666;
cursor: default;
line-height: 43px;
height: 43px;
border: 1px solid #dcdcdc;
}
.btn-rounded-red, .btn-rounded-red:visited {
background-color: #ff4d56;
font-size: 16px;
color: #FFFFFF;
padding: 4px 35px 0 35px;
border-bottom: 3px solid #d9111b;
height: 34px;
line-height: 32px;
border-radius: 18px;
}
.btn-rounded-red:hover {
color: #FFFFFF;
background-color: #d9111b;
}
.delay-btn .icon {
margin-left: 5px;
}
.popup-footer {
background: #f1f1f1;
padding: 20px;
}
.delay-foot button {
padding: 0px 70px;
font-size: 16px;
margin-left: 65px;
letter-spacing: 5px;
}
a.delay:hover {
text-decoration: underline;
}
.delay-info {
border-bottom: 1px solid #f2f2f2;
padding-bottom: 20px;
text-align: center;
font-size: 16px;
}
.delay-foot {
line-height: 45px;
margin-top: 20px;
text-align: center;
}
.popup-sell-tb {
width: 100%;
border-top: 1px solid #e1e1e1;
}
.popup-sell-tb td {
padding: 15px;
border-bottom: 1px solid #e1e1e1;
}
.popup-sell-tb tr:nth-child(2n+1) {
/*background: #f1f1f1;*/
}
.popup-sell-tb tr:last-child {
background: none;
}
.popup-sell-tb tr:last-child td {
padding: 20px 15px;
}
.popup-sell-tb label {
cursor: pointer;
border: 2px solid #e1e1e1;
display: block;
height: 60px;
line-height: 60px;
padding: 0 10px;
vertical-align: middle;
}
.popup-sell-tb label.active {
border: 2px solid #d42b2e;
color: #d42b2e;
}
.popup-sell-tb label input.text {
border: 1px solid #ececec;
padding: 4px 10px;
margin: 0 5px;
vertical-align: middle;
}
.popup-sell-tb .p-relative h6.placeholder-txt {
margin-top: -3px;
}
.btn-div {
margin-top: 20px;
text-align: center;
}
.btn-div .btn {
width: 150px;
margin-right: 15px;
}
.c9 {
color: #999;
}
#popup-buy-apply .popup-body {
min-height: 90px;
}
#popup-buy-apply .popup-body p {
color: #d42b2e;
font-size: 18px;
text-align: center;
line-height: 40px;
}
/* written by liuqi -》*/
.btn-div .timer {
width: 120px;
margin: 0 110px 0 -110px;
line-height: 45px;
}
#popup-buy .agree {
padding: 20px 10px 0 10px;
}
#popup-buy .agree-box {
margin-left: 10px;
position: relative;
top: 2px;
margin-right: 5px;
}
#popup-buy .agree-txt {
line-height: 30px;
margin-left: 8px;
}
#popup-buy-apply2 > .popup-body {
min-height: 160px;
}
#popup-buy-apply2 .popup-body p {
color: #444;
font-size: 18px;
text-align: left;
line-height: 40px;
margin: 0 60px;
position: relative;
}
#popup-buy-apply2 .popup-body p > em {
color: #d42b2e;
position: absolute;
top: 10px;
right: 20px;
}
/*《- written by liuqi */
#popup-buy-success center {
color: #d42b2e;
font-size: 24px;
margin: 30px 0;
}
#popup-buy-success center i {
vertical-align: middle;
margin-right: 5px;
}
.jiesuan-deal {
z-index: 9999;
display: none;
border: 1px solid #cacaca;
padding: 0;
margin-top: 5px;
width: 250px;
top: 20px;
right: 0;
background: #fff;
overflow: hidden;
min-height: 155px;
position: absolute;
}
.jiesuan-deal h4 {
padding-bottom: 5px;
line-height: 30px;
font-size: 18px;
display: block;
text-align: center;
background: #cacaca;
}
.jiesuan-deal h4 .cen {
text-align: center;
width: 170px;
}
.jiesuan-deal h4 .left {
/*background: url(/i/jie.png) no-repeat 0 3px;*/
width: 6px;
height: 13px;
display: inline-block;
}
.jiesuan-deal h4 .left_gray {
padding: 0 10px;
display: inline-block;
cursor: pointer;
}
.jiesuan-deal h4 .left:hover {
/*background: url(/i/jie-hover.png) no-repeat 0 3px;*/
width: 6px;
height: 13px;
display: inline-block;
}
.jiesuan-deal h4 .right {
/*background: url(/i/jie.png) no-repeat 0 -14px;*/
width: 6px;
height: 13px;
display: inline-block;
}
.jiesuan-deal h4 .right:hover {
/*background: url(/i/jie-hover.png) no-repeat 0 -14px;*/
width: 6px;
height: 13px;
display: inline-block;
}
.jiesuan-deal h4 .right_gray {
padding: 0 10px;
display: inline-block;
cursor: pointer;
}
.jiesuan-deal p {
clear: both;
background: #999;
height: 22px;
margin: 0 2px;
}
.jiesuan-dea2 {
height: 26px;
margin-top: 10px;
z-index: 999;
width: 224px;
float: left;
height: 110px;
}
.jiesuan-dea2 li {
float: left;
margin: 2px;
width: 52px !important;
height: 28px !important;
margin: 2px !important;
display: block;
}
.jiesuan-dea2 li a {
height: 26px;
width: 50px;
line-height: 26px;
border: 1px solid #ddd;
text-align: center;
display: block;
}
.jiesuan-dea2 li a {
color: #333;
}
.jiesuan-dea2 li a.hover {
background: #f7b42c;
color: #fff;
}
.jiesuan-dea2 li a:hover {
background: #f7b42c;
color: #fff;
}
.jiesuan-dea2 li span {
float: left;
height: 26px;
width: 50px;
line-height: 26px;
background: #ddd;
border: 1px solid #ddd;
color: #fff;
text-align: center;
}
.sanj {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
height: 0;
width: 0;
border-top: 5px solid #ccc;
overflow: hidden;
zoom: 1;
font-size: 0;
margin: -2px 0 0 3px;
}
.sanj.active {
border-top-color: #f7b42c;
}
.stock-sell .play-area > section ul.jPag-pages li {
width: auto;
height: auto;
border-bottom: none;
margin-top: 0;
}
li.loading {
text-align: center;
padding: 160px 0px;
border-bottom: none !important;
}
.page_loading {
display: block;
text-align: center;
padding: 160px 0;
color: #999;
}
.page_loading p {
text-align: center;
}
.data-empty {
display: block;
text-align: center;
font-size: 26px;
color: #bbb;
padding-top: 40px;
}
.data-empty a {
font-size: 16px;
background-color: #fe5c37;
color: #fff;
padding: 5px 10px;
margin-top: 40px;
display: inline-block;
}
input.radio {
margin: 0 3px 1px 0;
vertical-align: middle;
}
.twinkle {
border: 2px dashed #d42b2e !important;
}
#gold-buy-amount li, #silver-buy-amount li {
width: 61px;
}
#silver-buy-amount li {
width: 61px;
}
.agree-main {
border: 1px solid #e1e1e1;
padding: 20px;
height: 380px;
overflow: scroll;
color: #666;
line-height: 2em;
margin: 15px;
}
.agree-main .agree-tit {
margin-bottom: 30px;
}
.agree-main .agree-tit span {
width: 50%;
display: inline-block;
}
.popup-agree .close-popup {
position: absolute;
right: 10px;
top: 10px;
}
.popup-agree .close-popup .icon-close {
font-size: 20px;
color: #aaa;
}
.popup-agree .close-popup .icon-close:hover {
color: #FF4500;
}
.popup-mbig {
width: 900px;
margin-left: -450px;
}
.detail-table {
width: 100%;
}
.detail-table th, td {
height: 32px;
text-align: left;
line-height: 32px;
padding: 0 10px;
/*border-bottom: 1px solid #ececec;*/
}
.detail-table th {
background: #F2F2F2;
}
.stock-buy .stock-amount ul > li {
width: 61px !important;
}
.stock-buy .stock-amount ul > li.active em {
font-weight: bold;
}
.popup-confirm-wait .icon-confirm-wait {
/*background: url("/i/pop_loading.gif");*/
width: 25px;
height: 25px;
float: left;
margin-left: 120px;
}
.popup-confirm-wait span {
float: left;
line-height: 25px;
font-size: 15px;
margin-left: 20px;
font-weight: bold;
color: #666;
}
#popup-buy-price-success center {
color: #d42b2e;
font-size: 24px;
margin: 30px 0;
}
#popup-buy-price-success center i {
vertical-align: middle;
margin-right: 5px;
}
#popup-sell-price-success center {
color: #d42b2e;
font-size: 24px;
margin: 30px 0;
}
#popup-sell-price-success center i {
vertical-align: middle;
margin-right: 5px;
}
label[name=work-interval] {
border: dashed 1px #FF4500;
color: #999;
padding: 3px 5px;
}
.trade-nav > li > a {
color: inherit;
display: block;
font-size: 16px;
}
.trade-nav > li span {
margin-left: 30px;
font-size: 11px;
color: #FFF;
background-color: #777;
border-radius: 4px;
padding: 0 3px;
}
.ft16 {
font-size: 16px;
}
#info-edit {
width: 150px;
margin: 20px 80px;
}
#edit_bank_cards .error-wrapper > div {
padding: 0;
}
#edit_bank_cards .field-txt {
width: 610px;
float: left;
line-height: 40px;
font-size: 16px;
display: block;
font-weight: bold;
}
#addcard {
font-size: 14px;
float: right;
margin: 20px 0;
padding: 0 10px;
height: 40px;
line-height: 40px;
font-weight: bold;
}
.row .select {
clear: both;
height: 40px;
display: block;
}
.row .select.split {
border-bottom: 1px solid #efefef;
}
.row .select > span {
margin: 5px 10px 0px 20px;
font-size: 15px;
}
.row .select a {
margin: 0px 44px 22px 0px;
font-size: 15px;
}
.row .select a.active {
color: #f7b42c;
}
.protocol-info-tb table {
border: 1px solid black;
}
.protocol-info-tb th {
border: 1px solid black;
}
.protocol-info-tb td {
border: 1px solid black;
}
#list-index {
width: 410px;
height: 72px;
overflow: hidden;
/*background: url("/i/pop_loading.gif") no-repeat center center;*/
}
#user-top-index {
width: 188px;
/*background: url("/i/pop_loading.gif") no-repeat center center;*/
}
/* 策略宝介绍 */
#strategy-intro {
width: 100%;
height: 100%;
position: fixed;
top: 0;
z-index: 1010;
background: rgba(0,0,0,0.7);
}
#strategy-intro .main {
width: 1103px;
height: 614px;
margin: 20px auto;
overflow: hidden;
position: relative;
}
#strategy-intro .main .icon-close {
position: absolute;
top: 14px;
right: 14px;
color: #FFF;
font-size: 29px;
cursor: pointer;
z-index: 1;
}
#strategy-intro .main .icon-close:hover {
opacity: 0.6;
}
#strategy-intro .main ul {
width: 400%;
height: 100%;
position: relative;
}
#strategy-intro .main li {
width: 25%;
height: 100%;
margin: 0 -4px 0 0;
}
#strategy-intro .main .step1 {
/*background-image: url("/i/strategy-intro1.png");*/
}
#strategy-intro .main .step2 {
/*background-image: url("/i/strategy-intro2.png");*/
}
#strategy-intro .main .step3 {
/*background-image: url("/i/strategy-intro3.png");*/
}
#strategy-intro .main .step4 {
/*background-image: url("/i/strategy-intro4.png");*/
}
#strategy-intro .main .learn-btn {
color: #EE5214;
font-size: 15px;
background-color: #FFF;
position: absolute;
top: 363px;
left: 143px;
padding: 9px 70px 9px 58px;
border-radius: 25px;
box-shadow: 0 0 3px #9A4520;
}
#strategy-intro .main .icon-arrow02 {
font-size: 12px;
margin-right: 10px;
}
#strategy-intro .page-ctrl i {
font-size: 130px;
position: fixed;
top: 50%;
margin-top: -65px;
color: #F34F0D;
cursor: pointer;
}
#strategy-intro .page-ctrl .disabled {
color: #5B5B5B !important;
background: none !important;
}
#strategy-intro .page-ctrl .left {
left: 2%;
}
#strategy-intro .page-ctrl .right {
right: 2%;
}
#strategy-intro .paging {
position: fixed;
bottom: 2%;
left: 50%;
color: #FFF;
z-index: 10;
}
#strategy-intro .paging li {
opacity: 0.3;
cursor: pointer;
}
#strategy-intro .paging .active {
opacity: 1;
}
.ranking-list .play-area {
padding-top: 0;
min-height: 621px;
}
.ranking-list .play-area header {
width: 100%;
height: 180px;
/*background-image: url("/i/ranking-banner.png");*/
border-radius: 0 5px 0 0;
margin-bottom: 35px;
}
.ranking-list .play-area dl {
width: 300px;
padding: 0 55px 0 55px;
}
.ranking-list .play-area dt {
width: 40px;
}
.ranking-list .play-area dt b {
width: 16px;
line-height: 16px;
border-radius: 4px;
color: #FFF;
font-size: 12px;
font-weight: bold;
text-align: center;
background-color: #979797;
display: inline-block;
}
.ranking-list .play-area .champion b,
.ranking-list .play-area .second b,
.ranking-list .play-area .third b {
height: 24px;
border-bottom: 8px;
position: relative;
}
.ranking-list .play-area .champion b {
background-color: #FF4500;
}
.ranking-list .play-area .second b {
background-color: #FF774A;
}
.ranking-list .play-area .third b {
background-color: #FFA200;
}
.ranking-list .play-area .champion b:after,
.ranking-list .play-area .second b:after,
.ranking-list .play-area .third b:after {
content: "";
border: 7px solid transparent;
border-bottom-color: #FFF;
position: absolute;
bottom: 0;
left: 1px;
}
.ranking-list .play-area dd {
width: 246px;
font-size: 16px;
color: #696969;
padding-top: 18px;
padding-bottom: 12px;
}
.ranking-list .play-area dd em {
width: 160px;
vertical-align: bottom;
display: inline-block;
overflow: hidden;
}
.ranking-list .play-area p {
color: #ababab;
margin: 80px 0 0 70px;
}
.ranking-list .play-area p i {
color: #F37346;
font-size: 16px;
margin-right: 8px;
}
/* ===== ashare buy ===== */
.stock-buy .change-stock {
/*position: absolute;*/
margin-bottom: 15px;
margin-top: 10px;
top: 0px;
z-index: 10;
font-size: 12px;
}
.stock-buy .change-stock tr {
background-color: #FFF;
}
.stock-buy .change-stock thead tr {
cursor: default;
}
.stock-buy .change-stock tbody tr {
cursor: pointer;
}
.stock-buy .change-stock tbody tr:hover,
.stock-buy .change-stock tbody tr.active {
background-color: #EEE;
}
.stock-buy .search_txt {
min-width: 535px;
padding: 4px 60px 4px 6px;
}
.stock-buy .stock-name .change_stock {
background-color: #FFF;
font-size: 16px;
color: #3186cd;
float: right;
margin-top: 3px;
}
.stock-buy .change-stock .cancel {
background-color: #FFF;
font-size: 12px;
color: #f96900;
border: 1px solid;
padding: 2px 14px;
position: relative;
left: -64px;
}
.stock-buy .change-stock table {
min-width: 220px;
border: 1px solid #BBB;
margin-top: 4px;
}
.stock-buy .change-stock .empty td {
border: none;
cursor: default;
text-align: center;
}
.stock-buy .change-stock .empty td:hover {
background-color: #FFF;
}
.ashare .stock-detail .new {
line-height: 200px;
width: 130px;
font-size: 40px;
font-weight: normal;
margin-left: 10px;
}
.ashare .stock-detail .new ~ em {
width: 60px;
}
.ashare .stock-detail .stock-price {
width: 140px;
margin-left: 20px;
}
.ashare .stock-detail .stock-price b {
width: 60px;
display: inline-block;
text-align: center;
}
.ashare .stock-detail .stock-price .sell {
padding-bottom: 5px;
border-bottom: 1px dashed #BBB;
margin-bottom: 5px;
}
.ashare .play-area .stock-info {
margin-top: 20px;
}
.ashare .play-area .stock-info h3 {
font-weight: normal;
}
.ashare .play-area .stock-info li {
width: 211px;
}
.ashare .play-area .stock-info .l,
.ashare .play-area .stock-info .r {
display: inline-block;
}
.ashare .play-area .stock-info .l {
width: 50px;
}
.ashare .play-area .stock-info .r {
width: 160px;
text-align: center;
}
.ashare > nav {
height: 648px;
}
.ashare .buy_price {
margin-bottom: 10px;
}
.ashare .buy_price .top {
position: relative;
margin-bottom: 10px;
}
.ashare .buy_price .top span {
position: absolute;
right: 24px;
}
.ashare .buy_price .top b {
margin: 0 4px 0 12px;
background-color: #FF4500;
color: #FFF;
padding: 0 16px;
}
.ashare .buy_price li {
width: 78px;
line-height: 36px;
margin: 8px 6px;
text-align: center;
}
.ashare .buy_price li:hover,
.ashare .buy_price li.active {
margin: 7px 5px;
}
.ashare .open-time {
margin-top: 10px;
}
.delay_tip {
position: relative;
display: inline-block;
margin-right: 35px;
}
.delay_tip i {
margin-right: 6px;
color: #3186cd;
vertical-align: middle;
}
.ashare .delay_tip i {
margin-right: 6px;
}
.delay_tip > div.showtip {
display: none;
font-size: 12px;
position: absolute;
width: 260px;
line-height: 18px;
padding: 10px;
top: -70px;
left: -130px;
color: #666;
border-radius: 4px;
border: 1px solid #F2DF1C;
z-index: 999;
background-color: #FFFDE7;
}
.ashare .check-surplus ul {
margin-left: -5px;
}
.ashare .check-surplus li {
width: 78px;
line-height: 36px;
margin: 8px 6px;
text-align: center;
}
.ashare .check-surplus li:hover,
.ashare .check-surplus li.active {
margin: 7px 5px;
}
.ashare .settlement .com_fee em {
margin-left: 20px;
color: #AAA;
}
.ashare #btn_buy ~ p {
text-align: left;
}
.ashare .buy_price li,
.ashare .check-surplus li {
border: 1px solid #F2F1EF;
}
.ashare .buy_price li.active,
.ashare .check-surplus li.active,
.ashare .buy_price li:hover,
.ashare .check-surplus li:hover {
color: #FF4500;
border: 2px solid;
}
.ashare .play-area {
height: 709px;
}
.ashare .data-empty {
margin-left: -26px;
}
.ashare .data-empty p {
font-size: 16px;
color: #999;
}
.ashare .data-empty a {
color: #FFF;
background: #FF4500;
font-size: 16px;
border-radius: 4px;
padding: 8px 96px;
margin-top: 30px;
display: inline-block;
}
.ashare .data-empty a:hover {
background: #FF2700;
}
.ashare .stock-figure li {
color: #9A9691;
margin-right: 20px;
cursor: pointer;
}
.ashare .stock-figure li.active {
color: #FF4500;
}
.ashare .play-area .stock-name {
cursor: pointer;
}
.ashare .play-area #refreshBtn {
background-color: transparent;
}
.green {
color: green;
}
#buy_price_ul li{
width: 20%;
margin: 5px;
}
/*策略吧*/
.nav-left a.active {
background-color: #d42b2e;
}
.stock-buy .play-area > nav li {
border-left: none;
}
.stock-buy .play-area > nav li.active a {
color: #d42b2e;
border-bottom: 4px solid #d42b2e;
}
// .nav-left a.active::after {
// border-top: 8px solid #d42b2e;
// border-right: 8px solid #d42b2e;
// }
.stock-buy .stock-new strong {
color: #d42b2e;
}
.red {
color: #d42b2e !important;
}
.stock-buy .play-area > nav {
background-color: #F5F3F3;
background-image: none;
}
.stock-buy .stock-name .change_stock {
color: #067ADD;
}
.stock-buy .stock-figure li.active {
background-color: #d42b2e;
}
.stock-buy .stock-figure ul {
font-size: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.stock-buy .stock-figure li {
width: 50%;
font-size: 20px;
box-sizing: border-box;
line-height: 45px;
height: 45px;
background-color: #F5F3F3;
}
// .stock-buy .stock-figure li:first-child {
// border-bottom-left-radius: 8px;
// border-top-left-radius: 8px;
// border-right: none;
// }
// .stock-buy .stock-figure li:last-child {
// border-bottom-right-radius: 8px;
// border-top-right-radius: 8px;
// border-left: none;
// }
.stock-buy .left-info {
width: 64.5%;
}
.stock-buy .right-buy {
width: 35.5%;
box-sizing: border-box;
}
.stock-buy .right-buy li:hover {
border-color: #d42b2e;
}
.stock-buy .right-buy li.active:after {
color: #9a0000;
}
.stock-buy .right-buy li.active {
color: #9a0000;
// background-color: #feeeef;
border-color: #d42b2e;
}
.stock-buy p.efficiency {
color: #d42b2e;
}
.stock-buy .buy_price b {
color: #d53235;
// background-color: #feeeef;
}
.stock-buy .right-buy button {
background-color: #E11923;
}
.stock-buy .right-buy em, .stock-buy .right-buy strong {
color: #E11923;
}
.stock-buy .right-buy em, .stock-buy .right-buy strong {
color: #d42b2e;
}
.stock-buy .right-buy li {
margin-right: 2px;
box-sizing: content-box;
padding: 5px 0;
}
.stock-buy .play-area > nav em {
margin-right: 0;
vertical-align: bottom;
}
.buy_price .price-warning, .buy-warning {
color: #fe4243;
}
.stock-buy .right-buy button {
background-color: #E11923;
}
.new-ask {
margin-right: 6px;
margin-left: 4px;
color: #3186cd;
vertical-align: middle;
}
.com_fee strong,
.perf_bond strong {
font-size: 25px;
}
.data-empty a {
font-size: 22px;
display: block;
width: 290px;
background-color: #d42b2e;
transition: background-color .4s;
height: 45px;
line-height: 45px;
margin: 40px auto;
}
.data-empty a:hover {
background-color: #c71414;
}
.c-red {
color: #d42b2e;
}
.stock-buy .change-stock .cancel {
background-color: #d42b2e;
color: #fff;
border: none;
left: -56px;
height: 33px;
vertical-align: top;
transition: background-color .4s;
}
.stock-buy .change-stock .cancel:hover {
background-color: #bb2022;
}
.stock-buy .search_txt {
padding: 0;
padding-left: 10px;
height: 33px;
}
.stock-detail .up-arrow-box,
.stock-detail .down-arrow-box {
display: none;
position: relative;
margin-right: 11px;
margin-left: -13px;
top: 13px;
}
.stock-detail .up-arrow-box .top-part {
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 14px;
border-color: transparent transparent #d42b2e transparent;
}
.stock-detail .up-arrow-box .bottom-part {
display: block;
width: 10px;
height: 19px;
margin-left: 9px;
background-color: #d42b2e;
}
.stock-detail .down-arrow-box {
top: 28px;
}
.stock-detail .down-arrow-box .bottom-part {
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 14px;
border-color: #00a800 transparent transparent transparent;
}
.stock-detail .down-arrow-box .top-part {
display: block;
width: 10px;
height: 19px;
margin-left: 9px;
background-color: #00a800;
}
.stock-sell .play-area > section li > label button {
background-color: #d42b2e;
transition: background-color .4s;
}
.stock-sell .play-area > section li > label button:hover {
background-color: #c71414;
}
.delete_price {
margin-left: -31px;
position: relative;
font-size: 14px;
color: #666;
}
.delete_price span{
text-decoration:line-through
}
.price_act {
position: relative;
margin-left: 101px;
}
/*.delete_after_price {
font-weight: bold !important;
}
.delete_after_price:before {
content: "";
display: inline-block;
border: 2px solid transparent;
border-right: 2px solid #d42b2e;
border-bottom: 2px solid #d42b2e;
position: absolute;
right: 37px;
top: 26px;
}
.delete_after_price::after {
content: '限时八折优惠';
position: absolute;
font-size: 12px;
font-weight: normal;
right: -43px;
top: 12px;
background: #d42b2e;
line-height: 18px;
border-radius: 2px 2px 2px 0;
padding: 0 4px;
color: #fff;
}*/
/*popup*/
.mask {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
background: url(../images//black-20.png) 0 0 repeat;
}
.field-row > label, .field-row > .field-val {
float: left;
}
.popup .field-row .field-val {
width: 350px;
}
.mask-trans {
/*background-image: url(/i/black-0.png);*/
}
.popup {
display: none;
position: fixed;
z-index: 1001;
left: 50%;
margin-left: -250px;
top: 0;
width: 500px;
background-color: #ffffff;
/*border-radius: 4px;*/
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
-moz-transition-duration: .4s;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.popup-small {
width: 340px;
/*width: 360px;*/
margin-left: -170px;
}
.popup-big {
width: 740px;
margin-left: -370px;
}
.popup-ultra-big {
width: 827px;
margin-left: -413px;
}
.popup-big-926 {
width: 926px;
margin-left: -463px;
}
.popup .popup-header {
height: 45px;
line-height: 45px;
background-color: #f7f7f7;
text-align: center;
position: relative;
border-bottom: 1px solid #eee;
}
.popup .popup-header h2 {
font-size: 15px;
color: #666;
text-align: center;
font-weight: normal;
}
.popup .popup-header .js-close-popup {
font-size: 18px;
color: #999;
display: block;
height: 30px;
line-height: 30px;
width: 30px;
text-align: center;
position: absolute;
right: 9px;
top: 8px;
}
.group:after, .container:after, .field-wrapper:after, .row:after {
content: " ";
display: block;
height: 0;
overflow: hidden;
clear: both;
}
/*----*/
.section-form .form {
width: 276px;
margin: 0 auto;
padding: 0;
}
.section-form .form .field-wrapper {
padding: 0 0 15px 0;
}
.section-form .form .btn-wrapper {
padding: 0;
}
.section-form .form input.text {
display: block;
width: 100%;
box-sizing: border-box;
border: 1px solid #eee;
background-color: #fff;
padding: 11px 9px;
height: 40px;
line-height: 21px;
color: #444444;
}
.container .form .capcha-wrapper, .popup .form .capcha-wrapper {
position: relative;
padding-right: 100px;
}
.container .form .capcha-wrapper .btn-get-capcha, .popup .form .capcha-wrapper .btn-get-capcha {
position: absolute;
top: 0;
right: 0;
width: 99px;
line-height: 43px;
display: block;
border: 1px solid #dcdcdc;
border-radius: 0 3px 3px 0;
background: #ededed;
text-align: center;
color: #999999;
border-left-width: 0;
}
.container .form .capcha-wrapper .btn-get-capcha:hover, .popup .form .capcha-wrapper .btn-get-capcha:hover {
text-decoration: none;
cursor: default;
}
.container .form .capcha-wrapper .active, .popup .form .capcha-wrapper .active {
background-color: #d42b2e;
color: #ffffff;
border-color: #d42b2e;
}
.container .form .capcha-wrapper .active:hover, .popup .form .capcha-wrapper .active:hover {
background-color: #bc2427;
cursor: pointer;
border-color: #bc2427;
}
.container .form .capcha-wrapper .time-counter, .popup .form .capcha-wrapper .time-counter {
position: absolute;
top: 0;
right: -55px;
width: 42px;
line-height: 45px;
display: none;
border-radius: 4px;
background: #ededed;
text-align: center;
color: #333;
}
.container .form .capcha-count-down .time-counter, .popup .form .capcha-count-down .time-counter {
display: block;
}
.error-wrapper {
height: 20px;
position: relative;
top: -20px;
}
.error-wrapper > div {
line-height: 20px;
padding: 10px 0;
color: #e8331b;
}
.error-wrapper > div .icon {
line-height: 20px;
display: inline-block;
margin-right: 6px;
font-size: 16px;
vertical-align: top;
}
#popup-user-login-valid-img a{
color: #d42b2e;
}
.page-pz .july-event-deposit-note{
border: 1px solid #ff9a79;
background-color: #ffefe8;
color: #f65616;
padding: 5px;
font-weight: bold;
border-radius: 7px;
width:350px;
}
.list-events li a > img {
width: 703px;
height: 230px;
display: block;
position: absolute;
top: 10px;
left: 10px;
max-height: 100%;
}
.container .form .capcha-wrapper .time-counter .icon, .popup .form .capcha-wrapper .time-counter .icon {
position: absolute;
top: 50%;
margin-top: -10px;
left: -12px;
font-size: 20px;
display: block;
width: 20px;
height: 20px;
color: #ededed;
}
.section-form .form input:focus {
border: 1px solid #ffa16e;
}
.section-form .form .btn {
line-height: 40px;
height: 40px;
display: block;
letter-spacing: 5px;
}
.section-form .form .link-wrapper {
line-height: 23px;
text-align: right;
position: relative;
top: -5px;
}
.login_forgot{
text-align: left !important;
line-height: 1 !important;
top: 3px !important;
display: inline !important;
}
.section-form .form .link-wrapper a {
/*color: #999999;*/
font-size:12px;
}
.section-form .form .agree-wrapper {
line-height: 20px;
padding: 7px 0 17px 0;
}
.section-form .form .agree-wrapper input {
vertical-align: top;
margin: 4px 8px 0 0;
cursor: pointer;
}
.section-form .form .agree-wrapper label {
cursor: pointer;
color: #666666;
}
.btn-pri, .btn-pri:visited {
background-color: #d42b2e;
}
.popup .popup-header .js-close-popup:hover {
text-decoration: none;
color: #d42b2e;
}
.popup .popup-body {
padding: 20px;
}
.popup .popup-body .note-msg {
text-align: left;
}
.popup form {
padding: 20px 0 0 0;
}
.popup .field-row {
line-height: 32px;
padding-bottom: 8px;
}
.popup .field-row label {
line-height: 32px;
display: block;
width: 90px;
padding-right: 20px;
text-align: right;
font-size: 16px;
white-space: nowrap;
}
.popup .field-row .field-val {
width: 350px;
}
#popup-edit-login-pwd .field-row .field-val {
width: 320px;
}
#popup-edit-login-pwd .field-row label {
width: 120px;
}
#popup-edit-login-pwd .btn-row {
padding-left: 140px;
}
.popup form .field-row .capcha-wrapper {
width: 175px;
}
.popup form .capcha-wrapper input.text {
border-radius: 0;
width: 155px;
}
.popup form .field-row .capcha-wrapper .time-counter {
line-height: 32px;
}
.popup form .field-row .capcha-wrapper .btn-get-capcha {
line-height: 30px;
}
.popup .field-row .text {
height: 20px;
line-height: 20px;
padding: 5px 10px;
border-radius: 0;
width: 255px;
box-sizing: content-box;
}
.popup .field-row .col-5 .text {
width: auto;
}
.popup .field-val .field-note, .popup .field-val .unit {
display: inline-block;
line-height: 32px;
color: #888888;
padding-left: 10px;
}
.popup .field-val .unit, .popup .field-row .label {
color: #333333;
font-weight: bold;
}
.popup .btn-row {
padding: 10px 0 0 110px;
}
.popup .btn-row-center {
padding: 10px 0 0 0;
text-align: center;
}
.popup .btn-row .btn {
font-size: 14px;
font-weight: bold;
height: 33px;
line-height: 33px;
width: 100px;
margin-right: 6px;
}
#popup-add-deposit .chance-count {
padding: 15px 0 5px 110px;
color: #888888;
}
#popup-add-deposit .chance-count span {
font-weight: bold;
color: #d42b2e;
}
#popup-feedback .text {
width: 320px;
}
#popup-feedback select {
width: 342px;
vertical-align: top;
height: 30px;
border: 1px solid #dcdcdc;
padding: 0 7px;
}
.textarea {
border: 1px solid #dcdcdc;
padding: 5px 10px;
resize: none;
box-sizing: content-box;
}
#popup-feedback .textarea {
width: 320px;
height: 80px;
}
#popup-peizi-legal .popup-body {
padding: 20px 30px;
}
#popup-peizi-legal p {
line-height: 30px;
padding-bottom: 14px;
color: #444444;
}
.popup .popup-note {
line-height: 20px;
padding: 12px 20px 16px 20px;
border: 1px solid #ffdb99;
color: #e5920e;
background-color: #fff1d9;
font-weight: bold;
border-radius: 4px;
}
.popup .popup-note li {
list-style: outside decimal none;
padding: 0 0 0 8px;
margin: 0 0 0 16px;
}
#popup-points-exchange .popup-body {
padding: 20px 40px 40px 40px;
}
#popup-points-exchange .field-row .field-val {
width: auto;
}
#popup-points-exchange form {
padding: 10px 0 0 0;
}
#popup-points-exchange .link-invite {
position: absolute;
display: block;
line-height: 24px;
top: 22px;
left: 20px;
}
#popup-points-exchange strong {
font-weight: bold;
color: #f55717;
}
#popup-points-exchange .field-row label {
text-align: left;
display: inline-block;
padding: 0;
}
#popup-points-exchange p.label {
line-height: 40px;
font-weight: normal;
padding-bottom: 6px;
}
#popup-points-exchange .col-5 {
padding-left: 0;
padding-right: 0;
}
#popup-points-exchange .btn-row-center {
padding: 12px 0 0;
}
#popup-points-exchange .btn-row-center .btn {
margin: 0 12px;
}
#popup-commission-exchange strong {
font-weight: bold;
color: #f55717;
font-size: 20px;
}
#popup-commission-exchange .unit {
font-weight: normal;
}
#popup-pay-result p {
line-height: 16px;
padding: 0 10px 36px 10px;
color: #444444;
}
#popup-pay-result .row-links {
line-height: 20px;
padding: 0 10px 16px 10px;
color: #444444;
}
#popup-pay-result .row-links .icon {
display: inline-block;
width: 20px;
line-height: 20px;
vertical-align: top;
}
#popup-pay-result .row-links label {
font-weight: bold;
}
#popup-pay-result .row-links span {
margin-right: 10px;
}
#popup-pay-result .row-links a {
margin-right: 6px;
}
#popup-pay-result .row-links .sep {
display: inline-block;
width: 26px;
color: #dcdcdc;
text-align: center;
margin-right: 0;
}
#popup-pay-result .row-links-success .icon {
color: #4491f0;
font-size: 16px;
}
#popup-pay-result .row-links-failed .icon {
color: #e8331b;
font-size: 15px;
}
#popup-limited-sotck .popup-body {
padding: 6px 30px 20px 30px;
}
#popup-limited-sotck .popup-body li {
line-height: 30px;
padding: 10px 0;
border-bottom: 1px solid #ececec;
color: #666666;;
}
#popup-limited-sotck .popup-body li span {
margin-right: 14px;
}
#popup-limited-sotck .btn-row {
padding: 20px 0 0 0;
background: #ffffff;
position: relative;
top: -1px;
text-align: center;
}
#popup-limited-sotck .btn-row .btn {
width: 140px;
height: 38px;
line-height: 38px;
margin: 0 auto;
}
#popup-more-free-exp {
/*background: transparent url(/i/more-free-exp.png) 0 0 no-repeat;*/
width: 359px;
height: 91px;
margin-left: -303px;
box-shadow: none;
padding: 220px 0 0 248px;
}
#popup-more-free-exp .js-close-popup, #popup-more-free-exp .js-close-popup:visited {
position: absolute;
right: 168px;
top: 14px;
width: 20px;
height: 20px;
line-height: 20px;
display: block;
text-align: center;
border: 3px solid #151515;
border-radius: 50%;
background-color: #ffffff;
color: #151515;
font-size: 12px;
}
#popup-more-free-exp .js-close-popup:hover {
text-decoration: none;
color: #ff4d56;
background-color: #ffffff;
border-color: #ff4d56;
}
#popup-peizi-story .popup-body {
padding: 0;
}
#popup-peizi-story .slide-wrapper {
overflow: hidden;
position: relative;
height: 629px;
}
#popup-peizi-story .slide-wrapper .js-close-popup {
font-size: 26px;
color: #9a9a9a;
display: block;
height: 30px;
line-height: 30px;
width: 30px;
text-align: center;
position: absolute;
right: 9px;
top: 14px;
z-index: 999;
}
#popup-peizi-story .slide-wrapper .js-close-popup:hover {
text-decoration: none;
color: #d42b2e;
}
#popup-peizi-story .slide-wrapper .link-prev, #popup-peizi-story .slide-wrapper .link-next {
position: absolute;
color: #ffffff;
display: block;
line-height: 60px;
height: 60px;
width: 60px;
font-size: 60px;
top: 50%;
margin-top: -30px;
text-align: center;
z-index: 2;
background-color: rgba(0,0,0,0.1);
}
#popup-peizi-story .slide-wrapper .link-prev:hover, #popup-peizi-story .slide-wrapper .link-next:hover {
text-decoration: none;
background-color: #d42b2e;
color: #ffffff;
}
#popup-peizi-story .slide-wrapper .link-prev-disabled, #popup-peizi-story .slide-wrapper .link-next-disabled,
#popup-peizi-story .slide-wrapper .link-prev-disabled:hover, #popup-peizi-story .slide-wrapper .link-next-disabled:hover {
background-color: transparent;
cursor: default;
color: #eeeeee;
}
#popup-peizi-story .slide-wrapper .link-prev {
left: 0;
}
#popup-peizi-story .slide-wrapper .link-next {
right: 0;
}
#popup-peizi-story .slide-disabled .link-prev, #popup-peizi-story .slide-disabled .link-next {
display: none;
}
#popup-peizi-story .slides {
height: 625px;
width: 8270px;
position: relative;
left: 0px;
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
transition-duration: 1s;
}
#popup-peizi-story .slides li {
float: left;
width: 827px;
padding: 0;
}
#popup-peizi-story .slides li > img {
display: block;
width: 827px;
height: 629px;
}
#popup-how-dl-pc .popup-body, #popup-how-dl-mb .popup-body {
padding: 20px 30px;
}
#popup-balance .popup-body {
padding: 20px 30px;
}
#popup-balance table .red {
font-weight: normal;
}
#popup-balance #peizi-details-tabs .result-table-wrapper {
border-left-width: 0;
border-right-width: 0;
margin: 0;
}
#popup-balance .result-table-wrapper .std-tbl {
border-left: 1px solid #ececec;
border-right: 1px solid #ececec;
}
#popup-balance .result-table-wrapper .pagination {
padding-top: 18px;
}
#popup-balance #peizi-details-tabs .tabs .tab-item {
padding-bottom: 17px;
min-height: 392px;
}
#popup-login .section-form {
margin: 0;
}
#popup-login .section-form .quick-link-wrapper {
padding-bottom: 0;
}
#popup-login-section > form > .error-wrapper:first-child {
padding-top: 10px;
}
input.text {
border: 1px solid #eee;
background-color: #ffffff;
}
/*Login Page / Regisger Page / Register Success Page*/
.section-form {
margin: 30px 0;
}
#login-section .container {
/*background: url(/i/god.png) 0 -60px no-repeat;*/
min-height: 420px;
}
#login-section .section-border {
float: right;
width: 336px;
margin: 30px 60px 0 0;
}
.section .section-border > h2 {
font-size: 18px;
line-height: 40px;
padding: 18px 30px;
font-weight: normal;
}
.section-form form {
width: 276px;
margin: 0 auto;
padding: 0;
}
.section-form form .field-wrapper {
padding: 0 0 20px 0;
}
.section-form form .btn-wrapper {
padding: 0;
}
.section-form form input.text {
display: block;
width: 100%;
box-sizing: border-box;
border: 1px solid #dcdcdc;
background-color: #ffffff;
border-radius: 3px;
padding: 11px 9px;
height: 45px;
line-height: 21px;
color: #444444;
}
.container form .capcha-wrapper, .popup form .capcha-wrapper {
position: relative;
padding-right: 100px;
}
.container .capcha-wrapper input.text, .popup .capcha-wrapper input.text {
border-radius: 3px 0 0 3px;
}
.container form .capcha-wrapper .btn-get-capcha, .popup form .capcha-wrapper .btn-get-capcha {
position: absolute;
top: 0;
right: 0;
width: 99px;
line-height: 43px;
display: block;
border: 1px solid #dcdcdc;
border-radius: 0 3px 3px 0;
background: #ededed;
text-align: center;
color: #999999;
border-left-width: 0;
}
.container form .capcha-wrapper .btn-get-capcha:hover, .popup form .capcha-wrapper .btn-get-capcha:hover {
text-decoration: none;
cursor: default;
}
.container form .capcha-wrapper .active, .popup form .capcha-wrapper .active {
background-color: #d42b2e;
color: #ffffff;
border-color: #d42b2e;
}
.container form .capcha-wrapper .active:hover, .popup form .capcha-wrapper .active:hover {
background-color: #bc2427;
cursor: pointer;
border-color: #bc2427;
}
.container form .capcha-wrapper .time-counter, .popup form .capcha-wrapper .time-counter {
position: absolute;
top: 0;
right: -55px;
width: 42px;
line-height: 45px;
display: none;
border-radius: 4px;
background: #ededed;
text-align: center;
color: #333;
}
.container form .capcha-count-down .time-counter, .popup form .capcha-count-down .time-counter {
display: block;
}
.container form .capcha-wrapper .time-counter .icon, .popup form .capcha-wrapper .time-counter .icon {
position: absolute;
top: 50%;
margin-top: -10px;
left: -12px;
font-size: 20px;
display: block;
width: 20px;
height: 20px;
color: #ededed;
}
.section-form form input:focus {
border: 1px solid #ffa16e;
}
.section-form form .btn {
line-height: 40px;
height: 40px;
display: block;
letter-spacing: 5px;
}
.section-form form .link-wrapper {
line-height: 23px;
text-align: right;
position: relative;
top: -5px;
}
/*------*/
.icon-refresh{
display: inline-block;
width: 21px;
height: 17px;
background-image: url('../images/refresh.png');
background-size:100% 100%;
}
.icon-help{
display: inline-block;
width: 12px;
height: 12px;
background-image: url('../images/help.png');
background-size:100% 100%;
}
.protocol_row a{
display: block;
font-size: 12px;
line-height: 1.9;
color: #4875C6 !important;
text-decoration: none;
outline: 0;
-moz-transition-duration: .4s;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.protocol_row a:hover{
text-decoration: underline !important;
}
.work-interval>li,#check-surplus_ul>li{
box-sizing: border-box !important;
line-height: 28px !important;
}
.delay_condition em{
font-size: 22px !important;
}
.br-bz{
margin-left: -31px;
}
th.nc{
text-align: left;
padding-left: 25px;
}
// freetrial_body
.free_blue{
color: blue !important;
line-height: 25px;
}
.free_protocol_row{
line-height: 1.5;
font-size: 16px;
}
.free_p1{
white-space: nowrap;
margin: 10px 0;
font-size: 12px;
}
.free_p2{
margin-bottom: 10px;
color: #E11923;
}
.free_p3{
color: #ccc;
}
.free_p4{
line-height: 20px;
padding-top: 5px;
color: #ccc;
margin-bottom: 15px;
}
.free_p5{
font-size: 16px;
color: #000;
}
.br-scroll{
max-height: 300px !important;
overflow: scroll !important;
}
/*点卖区*/
.sell_body center{
font-size: 16px;
}
/*-----*/
.page-bar {
position: relative;
padding: 20px 10px 0 0px;
}
.page-bar.page {
width: 200px;
}
.page-bar > .total-pages {
position: absolute;
top: 25px;
right: 30px;
color:#999;
}
.jPaginate{
height:34px;
position:relative;
color:#a5a5a5;
font-size:small;
width:100%;
}
.jPaginate a{
line-height:23px;
height:25px;
cursor:pointer;
padding:2px 15px !important;
margin:2px;
float:left;
text-align:center;
}
.jPag-control-back{
position:absolute;
left:0px;
}
.jPag-control-front{
position:absolute;
top:0px;
margin-left: -10px;
}
.jPaginate span{
cursor:pointer;
}
ul.jPag-pages{
float:left;
list-style-type:none;
margin:0px 0px 0px 0px;
padding:0px;
}
ul.jPag-pages li{
display:inline;
float:left;
padding:0px;
margin:0px;
}
ul.jPag-pages li a{
float:left;
padding:5px 10px;
}
span.jPag-current{
cursor:default;
font-weight:normal;
line-height:25px;
height:25px;
padding: 2px 10px;
margin:2px;
text-align:center;
float:left;
border-radius: 15px;
background-color: #d42b2e !important;
color: #fff !important;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img{
height:32px;
margin:0px 2px;
float:left;
line-height:18px;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img{
margin:2px 0px 2px 2px;
font-size:12px;
font-weight:bold;
width:10px;
}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img{
margin:2px 2px 2px 0px;
font-size:12px;
font-weight:bold;
width:10px;
}
span.jPag-sprevious,
span.jPag-sprevious-img{
margin:1px 0px 2px 2px;
font-size:18px;
width:15px;
text-align:right;
line-height: 30px;
}
span.jPag-snext,
span.jPag-snext-img{
margin:1px 2px 2px 0px;
font-size:18px;
width:15px;
text-align:right;
line-height: 30px;
}
ul.jPag-pages li span.jPag-previous-img{
/*background:transparent url(/i/previous.png) no-repeat center right;*/
}
ul.jPag-pages li span.jPag-next-img{
/*background:transparent url(/i/next.png) no-repeat center left;*/
}
span.jPag-sprevious-img{
/*background:transparent url(/i/sprevious.png) no-repeat center right;*/
}
span.jPag-snext-img{
/*background:transparent url(/i/snext.png) no-repeat center left;*/
}
.btn-pri, .btn-pri:visited {
color: #ffffff !important;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #d42b2e;
}
.btn-grey, .btn-grey:visited {
color: #333333;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #eeeeee;
}
.btn {
display: inline-block;
text-align: center;
border-radius: 4px;
}
#search_cue{
position: absolute;
right: 60px;
z-index: 10;
} | public/resource/web/css/buy.css | html,body{width: 100%;height: 100%;}
body, input, select, button, textarea {
font: 14px/1.5 "微软雅黑",Arial,YaHei,tahoma,"Hiragino Sans GB",宋体;
}
.green {
color: #00a800 !important;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.hide{
display: none;
}
.f-left {
float: left;
}
.f-right{
float: right;
}
/*=========*/
.intro_btn_001:hover ~.showtip001{
display: block;
}
.icon-help:hover ~.showtip{
display: block;
}
.fkxy{
padding: 0;
margin: 0;
display: inline-block;
font-size: 12px !important;
line-height: 1px;
}
#delay_line{
font-size: 12px!important;
}
/*-------*/
html, body, div, span, a, p, header, footer, section, nav, ul, li, dl, dt, dd, button {
margin: 0px;
padding: 0px;
}
button {
border: none;
outline: none;
}
a {
text-decoration: none;
outline: none;
}
li {
list-style: none;
}
em, i, b {
font-style: normal;
font-weight: normal;
}
#num1,#num2{
font-size: 18px;
position: relative;
margin-right: 10px;
margin-left: 5px;
top: 13px;
}
#num2{
margin-left: 0px;
}
.top-tool {
height: 80px;
background: #3976B3;
width: 100%;
}
.top-tool .sub-logo {
width: 50%;
height: 80px;
display: inline-block;
margin-left: -346px;
background: #2E5E8D;
}
.top-tool .sub-logo span {
width: 180px;
height: 100%;
display: inline-block;
float: right;
}
.top-tool .login-btn {
width: 100px;
height: 40px;
float: right;
position: relative;
top: 20px;
background: #2E5E8D;
line-height: 40px;
border-radius: 3px;
box-shadow: 0 -1px #24496F inset;
font-family: 'Microsoft YaHei';
color: #FFF;
}
.top-menu {
height: 40px;
}
.top-menu .top-logo {
width: 15%;
min-width: 118px;
display: inline-block;
position: relative;
}
.top-menu .top-logo span {
background: white;
width: 118px;
height: 40px;
display: inline-block;
}
.top-menu > ul {
line-height: 40px;
float: right;
}
.top-menu > ul > li {
font-size: 12px;
display: inline-block;
float: right;
}
.top-menu > ul a {
color: #666;
}
.top-menu > ul li:nth-child(even) {
color: #ccc;
margin: 0px 8px;
}
.nav-left {
position: absolute;
width: 60px;
left: -60px;
text-align: center;
top: 60px;
}
.nav-left > a {
width: 100%;
display: block;
height: 170px;
font-size: 16px;
border: 1px solid #dcdcdc;
color: #000;
position: relative;
padding: 8px 14px;
box-sizing: border-box;
}
.nav-left > a:nth-of-type(2) {
writing-mode: tb-rl;
}
.nav-left > a + a {
margin-top: 10px;
}
.nav-left a.active {
background: #d42b2e;
color: #fff;
}
.stock-buy {
padding-bottom: 30px;
}
.stock-buy .play-area {
min-height: 650px;
margin-top: 40px;
background-color: #FFF;
border-radius: 2px;
border: 1px solid #dcdcdc;
position: relative;
}
.stock-buy .play-area > nav {
height: 50px;
background-color: #fe5c37;
background-image: -moz-linear-gradient( 90deg, rgb(227,86,48) 0%, rgb(241,102,65) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(227,86,48) 0%, rgb(241,102,65) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(227,86,48) 0%, rgb(241,102,65) 100%);
}
.stock-buy .play-area > nav li {
width: 242px;
height: 50px;
line-height: 50px;
float: left;
text-align: center;
}
.stock-buy .play-area > nav li:first-child {
border-left: none;
}
.stock-buy .play-area > nav li.active {
/*background-color: #fff;*/
}
.stock-buy .play-area > nav li.active a {
color: #fe5c37;
}
.stock-buy .play-area > nav a {
font-size: 18px;
color: #000;;
display: block;
}
.stock-buy .play-area > nav em {
font-size: 20px;
margin-right: 18px;
}
.stock-buy .play-area > section {
padding: 20px 50px;
box-sizing: border-box;
}
.stock-buy .left-info {
width: 580px;
float: left;
border-right: 1px solid #f1f1f1;
position: relative;
/*padding-right: 60px;*/
box-sizing: border-box;
}
.stock-buy .left-info section,.stock-name{
padding-right: 60px;
}
.stock-buy .left-info .stock-name {
padding-bottom: 10px;
border-bottom: 1px solid #f1f1f1;
line-height: 1;
}
.stock-buy .left-info .stock-name span {
color: #333;
font-size: 30px;
}
.stock-buy .stock-new {
margin-top: 70px;
}
.stock-buy .stock-new strong {
color: #fe5c37;
font-size: 48px;
margin-right: 20px;
vertical-align: middle;
font-weight: normal;
}
.stock-buy .stock-new em {
color: #999;
font-size: 15px;
vertical-align: middle;
margin-right: 15px;
}
.stock-buy .stock-new i {
color: #999;
font-size: 14px;
vertical-align: middle;
cursor: pointer;
}
.stock-buy .stock-price {
font-size: 12px;
color: #999;
margin-top: 18px;
}
.stock-buy .stock-price ul + ul {
margin-top: 10px;
}
.stock-buy .stock-price li em {
margin-right: 45px;
}
.stock-buy .stock-price li b {
margin-right: 25px;
}
.stock-buy .stock-price li i {
text-align: right;
}
/*.stock-buy .play-area .left-info header span > em {
font-size: 0.8em;
color: #999;
margin-left: 10px;
}
.stock-buy .play-area .left-info header a {
padding-left: 2px;
color: #FF4500;
}
.stock-buy .play-area .left-info header a:hover {
text-decoration: none;
cursor: pointer;
}*/
.stock-buy .play-area .left-info .change {
height: 40px;
background: #E5E5E5;
padding: 5px;
margin: 30px 20px 10px 20px;
position: absolute;
border-radius: 5px;
top: 0px;
visibility: hidden;
}
.stock-buy .play-area .left-info .change > input {
width: 310px;
height: 36px;
border: 1px solid #CCC;
background: #FFF;
line-height: 36px;
text-indent: 12px;
border-radius: 5px;
}
.stock-buy .play-area .left-info .change .cancel {
width: 60px;
height: 38px;
background: #FFF;
line-height: 38px;
border-radius: 3px;
box-shadow: 0 -1px 0 #CCC inset;
color: #999;
margin-left: 5px;
}
.stock-buy .play-area .left-info .change .confirm {
width: 50px;
height: 25px;
background: #f7b42c;
line-height: 25px;
border-radius: 2px;
color: #fff;
left: 264px;
top: 12px;
position: absolute;
}
.stock-buy .play-area .left-info .change .search-history {
padding: 5px;
position: absolute;
width: 305px;
z-index: 999;
left: 5px;
top: 7px;
background: #FFF;
margin-top: 40px;
border: 1px solid #CCC;
border-radius: 5px;
}
.stock-buy .play-area > section + section > p {
border-left: 3px solid #FF4500;
text-indent: 0.4em;
font-size: 16px;
color: #aaa;
margin-top: 40px;
}
.stock-buy .search-history table {
width: 303px;
}
.stock-buy .search-history thead > tr > th,
.stock-buy .search-history tbody > tr > td {
padding-left: 15px;
height: 30px;
width: 57px;
line-height: 30px;
color: #333;
text-align: center;
}
.stock-buy .search-history thead > tr > th {
background: #F7F7F7;
font-weight: normal;
}
.stock-buy .search-history tbody > tr > td {
border-top: 2px solid #FFF;
}
.stock-buy .search-history tbody > tr:first-child > td,
.stock-buy .search-history tbody > tr:hover > td {
background-color: rgb(255, 243, 232);
}
.stock-buy .stock-figure {
width: 520px;
}
.stock-buy .stock-figure li {
width: 50px;
height: 25px;
line-height: 25px;
border-radius: 2px 2px 0 0;
background-color: #f1f1f1;
border: 1px solid #dcdcdc;
color: #666;
text-align: center;
cursor: pointer;
}
.stock-buy .stock-figure li.active {
background-color: #fc5816;
border-color: #e65013;
color: #fff;
}
.stock-buy .figure {
width: 520px;
height: 240px;
margin-top: 5px;
}
.loading{
width: 50px;
height: 50px;
margin: 0 auto;
position: absolute;
top: 50%;
left: 40%;
background: url(../images/t_loading.gif) no-repeat center center;
}
.stock-buy .stock-info {
margin-top: 40px;
color: #646464;
font-size: 16px;
text-align: center;
}
.stock-buy .stock-info h3 {
color: #fff;
font-size: 20px;
font-weight: normal;
padding: 8px 0;
margin: 0 auto;
background: #E11923;
}
.stock-buy .stock-info li {
width: 49%;
}
li.open,li.high,li.max,li.volume{
border-right: 1px solid #ccc;
}
.stock-buy .stock-info span.l {
padding: 5px 0;
height: 100%;
float: left;
width: 49%;
display: inline-block;
}
.stock-buy .stock-info span.r {
padding: 5px 0;
width: 50%;
float: right;
display: inline-block;
padding: 5px 0;
}
.stock-buy .right-buy {
width: 357px;
padding-left: 18px;
float: right;
color: #434343;
}
.stock-buy .right-buy > div {
min-height: 45px;
margin-bottom: 5px;
line-height: 45px;
}
.stock-buy .right-buy ul {
height: 38px;
}
.stock-buy .right-buy em,
.stock-buy .right-buy strong {
color: #fe5c37;
font-weight: normal;
}
.stock-buy .buy_price ul {
height: auto;
}
.stock-buy .buy_price p.top {
margin-bottom: 10px;
}
.stock-buy .buy_price em {
margin-left: 15px;
font-size: 16px;
}
.stock-buy .buy_price b {
width: 34px;
height: 21px;
text-align: center;
line-height: 21px;
color: #fe5c37;
border: 1px solid #d53235;
margin: 0 5px;
}
.stock-buy .right-buy li {
width: 97px;
height: 38px;
border: 1px solid #e1e1e1;
color: #434343;
line-height: 38px;
text-align: center;
position: relative;
margin-right: 9px;
cursor: pointer;
}
.stock-buy .right-buy li:hover {
border-color: #fa5a36;
}
.stock-buy .buy_price li {
width: 77px;
}
.stock-buy .right-buy li.active {
border-color: #fa5a36;
color: #fa5a36;
}
.stock-buy .right-buy li.active:after {
width: 22px;
height: 23px;
position: absolute;
bottom: 0px;
right: 0px;
content: "";
background: url('../images/c.png');
background-size: 100% 100%;
color: #FF4500;
line-height: 1;
overflow: hidden;
}
.stock-buy .delay_condition span {
margin-right: 10px;
}
.stock-buy .right-buy button {
width: 100%;
height: 47px;
background-color: #fb4324;
font-size: 16px;
color: #fff;
}
.stock-buy .right-buy p.total {
color: #7f7f7f;
margin-top: 25px;
}
.stock-buy .play-area .right-buy span,
.stock-buy .play-area .right-buy ul,
.stock-buy .play-area .right-buy li,
.stock-buy .play-area .right-buy label,
.stock-buy .play-area .right-buy em,
.stock-buy .play-area .right-buy b,
.stock-buy .play-area .right-buy i {
display: inline-block;
}
.stock-buy .buy_price ul {
width: 110%;
}
.stock-buy .buy_price li {
cursor: pointer;
margin-right: 9px;
margin-bottom: 14px;
}
.stock-buy p.efficiency {
color: #ff4c23;
margin-bottom: 20px;
}
.stock-buy .play-area .right-buy .principal > span {
vertical-align: top;
margin: 8px 6px 0 0;
}
.stock-buy .play-area .right-buy .principal > ul {
width: 292px;
border: 1px solid #F2F1EF;
}
.stock-buy .play-area .right-buy .principal > ul > li {
width: 54px;
height: 40px;
line-height: 40px;
text-align: center;
border-bottom: 1px solid #F2F1EF;
border-right: 1px solid #F2F1EF;
cursor: pointer;
}
.stock-buy .play-area .right-buy .deals-number {
/*font-size: 12px;*/
}
.stock-buy .play-area .right-buy .deals-number > span,
.stock-buy .play-area .right-buy .open-time > span,
.stock-buy .play-area .right-buy .check-surplus > span,
.stock-buy .play-area .right-buy .stop-loss > span {
height: 40px;
line-height: 40px;
margin-right: 2px;
}
.choose-loss li.active em {
font-weight: bold;
}
.stock-buy .play-area .right-buy .deals-number > em {
width: 60px;
height: 10px;
vertical-align: middle;
margin: 0 4px 0 144px;
/* background-color: #D3CFCF; */
background-image: linear-gradient(90deg, #D3CFCF 4px, transparent 2px);
background-size: 6px 10px;
}
.stock-buy .play-area .right-buy .deals-number > em > i {
width: 90%;
height: 100%;
/* background-color: #FF5400; */
background-image: linear-gradient(90deg, #FF5400 4px, transparent 2px);
background-size: 6px 10px;
position: relative;
top: -4px;
}
.stock-settle .select a{
color: #454545;
}
/*.stock-buy .play-area .right-buy .open-time > ul > li,
.stock-buy .play-area .right-buy .stop-loss > ul > li {
width: 80px;
height: 37px;
line-height: 37px;
margin-right: 14px;
text-align: center;
border: 1px solid #F2F1EF;
box-sizing: border-box;
position: relative;
}*/
/*.stock-buy .play-area .right-buy .open-time > ul .active,
.stock-buy .play-area .right-buy .stop-loss > ul .active {
border: 2px solid #FF4500;
}*/
.stock-buy .play-area .right-buy .principal > ul .active {
margin: 0px;
position: relative;
z-index: 10;
}
.stock-buy .play-area .right-buy .principal > ul .active:before {
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
top: -1px;
left: -2px;
border: 2px solid #FF4500;
}
.stock-buy .play-area .right-buy .settlement li {
display: block;
}
.stock-buy .play-area .right-buy .settlement span {
height: 40px;
line-height: 40px;
margin-right: 10px;
}
.stock-buy .play-area .right-buy .settlement strong {
margin: 0px 4px;
}
.stock-buy .play-area .right-buy .settlement button {
width: 370px;
height: 40px;
background-color: #FF4500;
border-radius: 4px;
color: white;
font-size: 20px;
}
.stock-buy .play-area .right-buy .settlement button:hover {
background: #FF2700;
}
.stock-buy .play-area .right-buy .settlement p {
color: #9A9691;
margin-top: 10px;
/*text-align: center;*/
/*margin-left: -10px;*/
}
.stock-sell {
position: relative;
}
/*卖出确认弹框*/
.stock-sell .confirm-sell {
position: absolute;
text-align: center;
line-height: 65px;
width: 550px;
top: 173px;
height: 190px;
padding-top: 33px;
border: 1px solid;
margin: 0 auto;
left: 250px;
}
.stock-sell .confirm-sell p {
font-size: 25px;
}
.stock-sell .confirm-sell button {
font-size: 16px;
border-radius: 3px;
border: 1px solid #f5ab2f;
padding: 0;
background: #fff;
display: inline-block;
width: 35%;
color: #999;
border-color: #999;
line-height: 45px;
}
.stock-sell .confirm-sell button:hover {
color: red;
border: 1px solid red;
}
.stock-sell .confirm-sell .wap-confirm {
margin-right: 10%;
}
.stock-sell .confirm-sell .wap-deny {
}
/*卖出确认弹框*/
.stock-sell .play-area > section li {
/*width: 816px;*/
height: 84px;
color: #9A9691;
border-bottom: 1px solid #EFEFEF;
margin-top: 20px;
}
.stock-sell .play-area > section li > label {
display: inline-block;
/*margin-left: 18px;*/
vertical-align: middle;
}
.stock-sell .play-area > section li .w186 {
float: left;
width: 210px;
font-size: 14px;
margin-left: 0;
}
.stock-sell .play-area > section li .w125 {
width: 190px;
float: left;
font-size: 14px;
}
.stock-sell .play-area > section li .w115 {
width: 145px;
float: left;
font-size: 14px;
}
.stock-sell .play-area > section li .w140 {
width: 165px;
float: left;
font-size: 14px;
}
.stock-sell .play-area > section li .w120 {
width: 110px;
}
.stock-sell .play-area > section li .w130 {
width: 110px;
}
.stock-sell .play-area > section li .w60 {
width: 50px;
}
.stock-sell .play-area > section li .w180 {
width: 208px;
float: right;
}
.stock-sell .play-area > section li .w180 button {
width: 160px;
}
.stock-sell .play-area > section li > label > em {
line-height: 34px;
display: block;
}
.stock-sell .play-area > section li > label strong {
color: #454544;
font-weight: normal;
}
.stock-sell .play-area > section li > label > em > strong {
font-size: 16px;
}
.stock-sell .play-area > section li > label > em > b {
margin: 0px 2px;
}
.stock-sell .play-area > section li > label button {
width: 188px;
height: 55px;
line-height: 55px;
font-size: 16px;
color: #fff;
}
.stock-sell .play-area > section li .w140 strong {
font: bold 18px 'Microsoft Yahei';
vertical-align: middle;
}
.stock-sell .play-area > section li .w140 i.icon {
font-size: 12px;
color: #D0CCC7;
}
.stock-sell .play-area button.is_today {
background: rgba(128, 128, 128, 0.36);
}
.row > * {
display: inline-block;
}
.stock-settle .orange {
color: #FF0500;
font-size: 16px;
}
.stock-settle a {
color: #454545;
}
.stock-settle a:hover {
text-decoration: none;
cursor: pointer;
}
.detail_a:hover{
color: #f7b42c;
}
.stock-settle .play-area > section > nav > a {
height: 54px;
line-height: 54px;
margin: 0 44px 0 22px;
font-size: 15px;
position: relative;
}
.stock-settle .play-area > section > nav > a:last-child:after {
content: '';
width: 0px;
height: 0px;
border: 5px solid transparent;
border-top-color: #454545;
display: block;
position: absolute;
bottom: 18px;
right: -14px;
}
.stock-settle .play-area > section li .w125 {
width: 155px;
}
.stock-settle .play-area > section li .w144 {
width: 144px;
}
.stock-settle .play-area > section li .w136 {
width: 150px;
}
.stock-settle .play-area > section li .w175 {
width: 300px;
}
.stock-settle .play-area > section li .w150 {
width: 240px;
}
.stock-settle .play-area > section li .w130 {
width: 180px;
}
.stock-settle .play-area > section li .w120 {
width: 130px;
}
.page-footer {
padding-top: 22px;
background-color: #4c4b48;
/* margin: 20px 0; 原margin-bottom 218px*/
font-size: 12px;
line-height: 2;
}
.page-footer .container {
position: relative;
}
.credits .page-footer .container,
.credits .page-footer .container ul a {
color: #999;
}
.page-footer .contact {
color: #bebebd;
}
.page-footer .links {
position: absolute;
top: 0;
right: 0;
}
.page-footer .links a {
color: #ffffff;
}
.page-footer .links {
position: absolute;
top: 0;
right: 0;
}
.page-footer .links a {
color: #ffffff;
font-size: 14px;
display: inline-block;
height: 14px;
line-height: 14px;
}
.page-footer .links li + li a {
padding-left: 15px;
border-left: 1px solid #bebebd;
margin-left: 12px;
}
.page-footer .copyright {
position: relative;
color: #bebebd;
margin-top: 5px;
}
.page-footer .copyright span {
position: absolute;
right: 0;
}
.icon-close{
display: block;
width: 100%;
background: url(../images/close.png) center center no-repeat;
background-size: 50% 50%;
height: 100%;
}
/*-----*/
.detail-main {
padding: 40px;
box-sizing: border-box;
}
.detail-main .detail-title {
height: 40px;
border-bottom: 2px solid #FF4500;
line-height: 40px;
padding-bottom: 10px;
}
.detail-main .detail-title h1 {
font-size: 26px;
font-weight: normal;
color: #333;
display: inline-block;
}
.detail-main .detail-title span {
margin-left: 10px;
color: #999;
}
.detail-main .detail-info {
padding: 29px 29px 0 29px;
border: 1px solid #E0E0E0;
border-top: none;
color: #666;
}
.detail-main .detail-info .item {
padding: 0 15px;
height: 40px;
background: #F2F2F2;
line-height: 40px;
color: #333;
}
.detail-main .detail-info dl {
margin: 20px 0 30px 0;
overflow: hidden;
}
.detail-main .detail-info dt, .detail-main .detail-info dd {
float: left;
line-height: 40px;
}
.detail-main .detail-info dt {
text-align: right;
width: 105px;
}
.detail-main .detail-info dd {
color: #333;
width: 180px;
padding-left: 10px;
}
.detail-main .detail-info .detail-tb {
margin: 20px 20px 30px 20px;
}
.detail-main .detail-info .detail-tb td {
height: 40px;
line-height: 40px;
vertical-align: middle;
}
.detail-main .detail-info .detail-tb td:nth-child(2n+1) {
text-align: right;
padding-right: 10px;
}
.detail-main .detail-info .detail-tb span {
vertical-align: middle;
}
.detail-main .detail-info .detail-apply {
height: 30px;
}
.ft26 {
font-size: 26px;
}
.c-red {
color: #FF474B !important;
}
.c-green {
color: #1ABF7D !important;
}
.c-gray {
color: #AAA !important;
}
.buy-tb .std-tbl th, .buy-tb .std-tbl td {
text-align: center;
vertical-align: middle;
padding-left: 0;
padding-right: 0;
}
.buy-tb .std-tbl .tb-tip {
color: #999;
font-size: 12px;
}
.buy-tb .std-tbl .note-msg {
border: none;
color: #ffaf24;
background: none;
text-align: left;
padding-left: 20px;
}
.protocol-tb .std-tbl .col1 {
width: 48%;
}
.protocol-tb .std-tbl th, .protocol-tb .std-tbl td {
text-align: left;
padding-left: 20px;
padding-right: 20px;
}
.protocol-tb .std-tbl td {
height: 40px;
line-height: 40px;
vertical-align: middle;
}
.protocol-tb .std-tbl tr:nth-child(2n) td {
background: #f6f6f6;
}
.protocol-tb .std-tbl td a {
line-height: 24px;
display: block;
vertical-align: middle;
}
.protocol-info h1 {
text-align: center;
font-size: 26px;
padding-bottom: 20px;
}
.article p {
text-indent: 2em;
line-height: 2em;
}
.followbuy li.col-4 {
width: 30.8%;
}
.followbuy li {
float: left;
border-right: 1px solid #f1f1f1;
margin-right: 30px;
}
.followbuy li:last-child {
border: none;
margin-right: 0;
padding-right: 0;
}
.followbuy .p-money-val strong {
font-size: 28px;
}
.followbuy-tb .std-tbl th, .followbuy-tb .std-tbl td {
text-align: center;
vertical-align: middle;
padding-left: 0;
padding-right: 0;
}
.left-nav li a i.icon-line-chart {
font-size: 14px;
padding-left: 2px;
width: 24px;
}
.disabled {
background: #eee !important;
color: #999 !important;
}
.stockicon {
font-size: 32px;
}
.icon-arrow-long-down {
color: #1ABF7D;
}
.icon-arrow-long-up {
color: #FF474B;
}
button {
cursor: pointer;
}
.btn {
display: inline-block;
text-align: center;
/*border-radius: 4px;*/
}
.btn:hover {
text-decoration: none;
}
.btn-pri, .btn-pri:visited {
color: #ffffff;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #f96515;
}
.btn-pri:hover {
color: #ffffff;
background-color: #bc2427;
}
.btn-sec, .btn-sec:visited {
color: #ffffff !important;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #999999;
}
.btn-sec:hover {
color: #ffffff;
background-color: #666666;
}
.btn-white, .btn-white:visited {
color: #ff611c;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #ffffff;
}
.btn-white:hover {
color: #ff611c;
background-color: #fff4ef;
}
.btn-white-border, .btn-white-border:visited {
color: #ffffff;
font-size: 16px;
height: 42px;
line-height: 42px;
border: 1px solid #ffffff;
border-radius: 4px;
padding: 0 32px;
}
.btn-white-border:hover {
color: #ffffff;
}
.btn-grey, .btn-grey:visited {
color: #333333;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #eeeeee;
}
.btn-grey:hover {
color: #333333;
background-color: #e0e0e0;
}
.btn-blue, .btn-blue:visited {
background-color: #7c9ce3;
color: #FFFFFF;
}
.btn-blue:hover {
color: #FFFFFF;
background-color: #6a8bd4;
}
.btn-pri.disabled, .btn-pri.disabled:hover {
background-color: #ececec;
color: #666666;
cursor: default;
line-height: 43px;
height: 43px;
border: 1px solid #dcdcdc;
}
.btn-rounded-red, .btn-rounded-red:visited {
background-color: #ff4d56;
font-size: 16px;
color: #FFFFFF;
padding: 4px 35px 0 35px;
border-bottom: 3px solid #d9111b;
height: 34px;
line-height: 32px;
border-radius: 18px;
}
.btn-rounded-red:hover {
color: #FFFFFF;
background-color: #d9111b;
}
.delay-btn .icon {
margin-left: 5px;
}
.popup-footer {
background: #f1f1f1;
padding: 20px;
}
.delay-foot button {
padding: 0px 70px;
font-size: 16px;
margin-left: 65px;
letter-spacing: 5px;
}
a.delay:hover {
text-decoration: underline;
}
.delay-info {
border-bottom: 1px solid #f2f2f2;
padding-bottom: 20px;
text-align: center;
font-size: 16px;
}
.delay-foot {
line-height: 45px;
margin-top: 20px;
text-align: center;
}
.popup-sell-tb {
width: 100%;
border-top: 1px solid #e1e1e1;
}
.popup-sell-tb td {
padding: 15px;
border-bottom: 1px solid #e1e1e1;
}
.popup-sell-tb tr:nth-child(2n+1) {
/*background: #f1f1f1;*/
}
.popup-sell-tb tr:last-child {
background: none;
}
.popup-sell-tb tr:last-child td {
padding: 20px 15px;
}
.popup-sell-tb label {
cursor: pointer;
border: 2px solid #e1e1e1;
display: block;
height: 60px;
line-height: 60px;
padding: 0 10px;
vertical-align: middle;
}
.popup-sell-tb label.active {
border: 2px solid #d42b2e;
color: #d42b2e;
}
.popup-sell-tb label input.text {
border: 1px solid #ececec;
padding: 4px 10px;
margin: 0 5px;
vertical-align: middle;
}
.popup-sell-tb .p-relative h6.placeholder-txt {
margin-top: -3px;
}
.btn-div {
margin-top: 20px;
text-align: center;
}
.btn-div .btn {
width: 150px;
margin-right: 15px;
}
.c9 {
color: #999;
}
#popup-buy-apply .popup-body {
min-height: 90px;
}
#popup-buy-apply .popup-body p {
color: #d42b2e;
font-size: 18px;
text-align: center;
line-height: 40px;
}
/* written by liuqi -》*/
.btn-div .timer {
width: 120px;
margin: 0 110px 0 -110px;
line-height: 45px;
}
#popup-buy .agree {
padding: 20px 10px 0 10px;
}
#popup-buy .agree-box {
margin-left: 10px;
position: relative;
top: 2px;
margin-right: 5px;
}
#popup-buy .agree-txt {
line-height: 30px;
margin-left: 8px;
}
#popup-buy-apply2 > .popup-body {
min-height: 160px;
}
#popup-buy-apply2 .popup-body p {
color: #444;
font-size: 18px;
text-align: left;
line-height: 40px;
margin: 0 60px;
position: relative;
}
#popup-buy-apply2 .popup-body p > em {
color: #d42b2e;
position: absolute;
top: 10px;
right: 20px;
}
/*《- written by liuqi */
#popup-buy-success center {
color: #d42b2e;
font-size: 24px;
margin: 30px 0;
}
#popup-buy-success center i {
vertical-align: middle;
margin-right: 5px;
}
.jiesuan-deal {
z-index: 9999;
display: none;
border: 1px solid #cacaca;
padding: 0;
margin-top: 5px;
width: 250px;
top: 20px;
right: 0;
background: #fff;
overflow: hidden;
min-height: 155px;
position: absolute;
}
.jiesuan-deal h4 {
padding-bottom: 5px;
line-height: 30px;
font-size: 18px;
display: block;
text-align: center;
background: #cacaca;
}
.jiesuan-deal h4 .cen {
text-align: center;
width: 170px;
}
.jiesuan-deal h4 .left {
/*background: url(/i/jie.png) no-repeat 0 3px;*/
width: 6px;
height: 13px;
display: inline-block;
}
.jiesuan-deal h4 .left_gray {
padding: 0 10px;
display: inline-block;
cursor: pointer;
}
.jiesuan-deal h4 .left:hover {
/*background: url(/i/jie-hover.png) no-repeat 0 3px;*/
width: 6px;
height: 13px;
display: inline-block;
}
.jiesuan-deal h4 .right {
/*background: url(/i/jie.png) no-repeat 0 -14px;*/
width: 6px;
height: 13px;
display: inline-block;
}
.jiesuan-deal h4 .right:hover {
/*background: url(/i/jie-hover.png) no-repeat 0 -14px;*/
width: 6px;
height: 13px;
display: inline-block;
}
.jiesuan-deal h4 .right_gray {
padding: 0 10px;
display: inline-block;
cursor: pointer;
}
.jiesuan-deal p {
clear: both;
background: #999;
height: 22px;
margin: 0 2px;
}
.jiesuan-dea2 {
height: 26px;
margin-top: 10px;
z-index: 999;
width: 224px;
float: left;
height: 110px;
}
.jiesuan-dea2 li {
float: left;
margin: 2px;
width: 52px !important;
height: 28px !important;
margin: 2px !important;
display: block;
}
.jiesuan-dea2 li a {
height: 26px;
width: 50px;
line-height: 26px;
border: 1px solid #ddd;
text-align: center;
display: block;
}
.jiesuan-dea2 li a {
color: #333;
}
.jiesuan-dea2 li a.hover {
background: #f7b42c;
color: #fff;
}
.jiesuan-dea2 li a:hover {
background: #f7b42c;
color: #fff;
}
.jiesuan-dea2 li span {
float: left;
height: 26px;
width: 50px;
line-height: 26px;
background: #ddd;
border: 1px solid #ddd;
color: #fff;
text-align: center;
}
.sanj {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
height: 0;
width: 0;
border-top: 5px solid #ccc;
overflow: hidden;
zoom: 1;
font-size: 0;
margin: -2px 0 0 3px;
}
.sanj.active {
border-top-color: #f7b42c;
}
.stock-sell .play-area > section ul.jPag-pages li {
width: auto;
height: auto;
border-bottom: none;
margin-top: 0;
}
li.loading {
text-align: center;
padding: 160px 0px;
border-bottom: none !important;
}
.page_loading {
display: block;
text-align: center;
padding: 160px 0;
color: #999;
}
.page_loading p {
text-align: center;
}
.data-empty {
display: block;
text-align: center;
font-size: 26px;
color: #bbb;
padding-top: 40px;
}
.data-empty a {
font-size: 16px;
background-color: #fe5c37;
color: #fff;
padding: 5px 10px;
margin-top: 40px;
display: inline-block;
}
input.radio {
margin: 0 3px 1px 0;
vertical-align: middle;
}
.twinkle {
border: 2px dashed #d42b2e !important;
}
#gold-buy-amount li, #silver-buy-amount li {
width: 61px;
}
#silver-buy-amount li {
width: 61px;
}
.agree-main {
border: 1px solid #e1e1e1;
padding: 20px;
height: 380px;
overflow: scroll;
color: #666;
line-height: 2em;
margin: 15px;
}
.agree-main .agree-tit {
margin-bottom: 30px;
}
.agree-main .agree-tit span {
width: 50%;
display: inline-block;
}
.popup-agree .close-popup {
position: absolute;
right: 10px;
top: 10px;
}
.popup-agree .close-popup .icon-close {
font-size: 20px;
color: #aaa;
}
.popup-agree .close-popup .icon-close:hover {
color: #FF4500;
}
.popup-mbig {
width: 900px;
margin-left: -450px;
}
.detail-table {
width: 100%;
}
.detail-table th, td {
height: 32px;
text-align: left;
line-height: 32px;
padding: 0 10px;
/*border-bottom: 1px solid #ececec;*/
}
.detail-table th {
background: #F2F2F2;
}
.stock-buy .stock-amount ul > li {
width: 61px !important;
}
.stock-buy .stock-amount ul > li.active em {
font-weight: bold;
}
.popup-confirm-wait .icon-confirm-wait {
/*background: url("/i/pop_loading.gif");*/
width: 25px;
height: 25px;
float: left;
margin-left: 120px;
}
.popup-confirm-wait span {
float: left;
line-height: 25px;
font-size: 15px;
margin-left: 20px;
font-weight: bold;
color: #666;
}
#popup-buy-price-success center {
color: #d42b2e;
font-size: 24px;
margin: 30px 0;
}
#popup-buy-price-success center i {
vertical-align: middle;
margin-right: 5px;
}
#popup-sell-price-success center {
color: #d42b2e;
font-size: 24px;
margin: 30px 0;
}
#popup-sell-price-success center i {
vertical-align: middle;
margin-right: 5px;
}
label[name=work-interval] {
border: dashed 1px #FF4500;
color: #999;
padding: 3px 5px;
}
.trade-nav > li > a {
color: inherit;
display: block;
font-size: 16px;
}
.trade-nav > li span {
margin-left: 30px;
font-size: 11px;
color: #FFF;
background-color: #777;
border-radius: 4px;
padding: 0 3px;
}
.ft16 {
font-size: 16px;
}
#info-edit {
width: 150px;
margin: 20px 80px;
}
#edit_bank_cards .error-wrapper > div {
padding: 0;
}
#edit_bank_cards .field-txt {
width: 610px;
float: left;
line-height: 40px;
font-size: 16px;
display: block;
font-weight: bold;
}
#addcard {
font-size: 14px;
float: right;
margin: 20px 0;
padding: 0 10px;
height: 40px;
line-height: 40px;
font-weight: bold;
}
.row .select {
clear: both;
height: 40px;
display: block;
}
.row .select.split {
border-bottom: 1px solid #efefef;
}
.row .select > span {
margin: 5px 10px 0px 20px;
font-size: 15px;
}
.row .select a {
margin: 0px 44px 22px 0px;
font-size: 15px;
}
.row .select a.active {
color: #f7b42c;
}
.protocol-info-tb table {
border: 1px solid black;
}
.protocol-info-tb th {
border: 1px solid black;
}
.protocol-info-tb td {
border: 1px solid black;
}
#list-index {
width: 410px;
height: 72px;
overflow: hidden;
/*background: url("/i/pop_loading.gif") no-repeat center center;*/
}
#user-top-index {
width: 188px;
/*background: url("/i/pop_loading.gif") no-repeat center center;*/
}
/* 策略宝介绍 */
#strategy-intro {
width: 100%;
height: 100%;
position: fixed;
top: 0;
z-index: 1010;
background: rgba(0,0,0,0.7);
}
#strategy-intro .main {
width: 1103px;
height: 614px;
margin: 20px auto;
overflow: hidden;
position: relative;
}
#strategy-intro .main .icon-close {
position: absolute;
top: 14px;
right: 14px;
color: #FFF;
font-size: 29px;
cursor: pointer;
z-index: 1;
}
#strategy-intro .main .icon-close:hover {
opacity: 0.6;
}
#strategy-intro .main ul {
width: 400%;
height: 100%;
position: relative;
}
#strategy-intro .main li {
width: 25%;
height: 100%;
margin: 0 -4px 0 0;
}
#strategy-intro .main .step1 {
/*background-image: url("/i/strategy-intro1.png");*/
}
#strategy-intro .main .step2 {
/*background-image: url("/i/strategy-intro2.png");*/
}
#strategy-intro .main .step3 {
/*background-image: url("/i/strategy-intro3.png");*/
}
#strategy-intro .main .step4 {
/*background-image: url("/i/strategy-intro4.png");*/
}
#strategy-intro .main .learn-btn {
color: #EE5214;
font-size: 15px;
background-color: #FFF;
position: absolute;
top: 363px;
left: 143px;
padding: 9px 70px 9px 58px;
border-radius: 25px;
box-shadow: 0 0 3px #9A4520;
}
#strategy-intro .main .icon-arrow02 {
font-size: 12px;
margin-right: 10px;
}
#strategy-intro .page-ctrl i {
font-size: 130px;
position: fixed;
top: 50%;
margin-top: -65px;
color: #F34F0D;
cursor: pointer;
}
#strategy-intro .page-ctrl .disabled {
color: #5B5B5B !important;
background: none !important;
}
#strategy-intro .page-ctrl .left {
left: 2%;
}
#strategy-intro .page-ctrl .right {
right: 2%;
}
#strategy-intro .paging {
position: fixed;
bottom: 2%;
left: 50%;
color: #FFF;
z-index: 10;
}
#strategy-intro .paging li {
opacity: 0.3;
cursor: pointer;
}
#strategy-intro .paging .active {
opacity: 1;
}
.ranking-list .play-area {
padding-top: 0;
min-height: 621px;
}
.ranking-list .play-area header {
width: 100%;
height: 180px;
/*background-image: url("/i/ranking-banner.png");*/
border-radius: 0 5px 0 0;
margin-bottom: 35px;
}
.ranking-list .play-area dl {
width: 300px;
padding: 0 55px 0 55px;
}
.ranking-list .play-area dt {
width: 40px;
}
.ranking-list .play-area dt b {
width: 16px;
line-height: 16px;
border-radius: 4px;
color: #FFF;
font-size: 12px;
font-weight: bold;
text-align: center;
background-color: #979797;
display: inline-block;
}
.ranking-list .play-area .champion b,
.ranking-list .play-area .second b,
.ranking-list .play-area .third b {
height: 24px;
border-bottom: 8px;
position: relative;
}
.ranking-list .play-area .champion b {
background-color: #FF4500;
}
.ranking-list .play-area .second b {
background-color: #FF774A;
}
.ranking-list .play-area .third b {
background-color: #FFA200;
}
.ranking-list .play-area .champion b:after,
.ranking-list .play-area .second b:after,
.ranking-list .play-area .third b:after {
content: "";
border: 7px solid transparent;
border-bottom-color: #FFF;
position: absolute;
bottom: 0;
left: 1px;
}
.ranking-list .play-area dd {
width: 246px;
font-size: 16px;
color: #696969;
padding-top: 18px;
padding-bottom: 12px;
}
.ranking-list .play-area dd em {
width: 160px;
vertical-align: bottom;
display: inline-block;
overflow: hidden;
}
.ranking-list .play-area p {
color: #ababab;
margin: 80px 0 0 70px;
}
.ranking-list .play-area p i {
color: #F37346;
font-size: 16px;
margin-right: 8px;
}
/* ===== ashare buy ===== */
.stock-buy .change-stock {
/*position: absolute;*/
margin-bottom: 15px;
margin-top: 10px;
top: 0px;
z-index: 10;
font-size: 12px;
}
.stock-buy .change-stock tr {
background-color: #FFF;
}
.stock-buy .change-stock thead tr {
cursor: default;
}
.stock-buy .change-stock tbody tr {
cursor: pointer;
}
.stock-buy .change-stock tbody tr:hover,
.stock-buy .change-stock tbody tr.active {
background-color: #EEE;
}
.stock-buy .search_txt {
min-width: 535px;
padding: 4px 60px 4px 6px;
}
.stock-buy .stock-name .change_stock {
background-color: #FFF;
font-size: 16px;
color: #3186cd;
float: right;
margin-top: 3px;
}
.stock-buy .change-stock .cancel {
background-color: #FFF;
font-size: 12px;
color: #f96900;
border: 1px solid;
padding: 2px 14px;
position: relative;
left: -64px;
}
.stock-buy .change-stock table {
min-width: 220px;
border: 1px solid #BBB;
margin-top: 4px;
}
.stock-buy .change-stock .empty td {
border: none;
cursor: default;
text-align: center;
}
.stock-buy .change-stock .empty td:hover {
background-color: #FFF;
}
.ashare .stock-detail .new {
line-height: 200px;
width: 130px;
font-size: 40px;
font-weight: normal;
margin-left: 10px;
}
.ashare .stock-detail .new ~ em {
width: 60px;
}
.ashare .stock-detail .stock-price {
width: 140px;
margin-left: 20px;
}
.ashare .stock-detail .stock-price b {
width: 60px;
display: inline-block;
text-align: center;
}
.ashare .stock-detail .stock-price .sell {
padding-bottom: 5px;
border-bottom: 1px dashed #BBB;
margin-bottom: 5px;
}
.ashare .play-area .stock-info {
margin-top: 20px;
}
.ashare .play-area .stock-info h3 {
font-weight: normal;
}
.ashare .play-area .stock-info li {
width: 211px;
}
.ashare .play-area .stock-info .l,
.ashare .play-area .stock-info .r {
display: inline-block;
}
.ashare .play-area .stock-info .l {
width: 50px;
}
.ashare .play-area .stock-info .r {
width: 160px;
text-align: center;
}
.ashare > nav {
height: 648px;
}
.ashare .buy_price {
margin-bottom: 10px;
}
.ashare .buy_price .top {
position: relative;
margin-bottom: 10px;
}
.ashare .buy_price .top span {
position: absolute;
right: 24px;
}
.ashare .buy_price .top b {
margin: 0 4px 0 12px;
background-color: #FF4500;
color: #FFF;
padding: 0 16px;
}
.ashare .buy_price li {
width: 78px;
line-height: 36px;
margin: 8px 6px;
text-align: center;
}
.ashare .buy_price li:hover,
.ashare .buy_price li.active {
margin: 7px 5px;
}
.ashare .open-time {
margin-top: 10px;
}
.delay_tip {
position: relative;
display: inline-block;
margin-right: 35px;
}
.delay_tip i {
margin-right: 6px;
color: #3186cd;
vertical-align: middle;
}
.ashare .delay_tip i {
margin-right: 6px;
}
.delay_tip > div.showtip {
display: none;
font-size: 12px;
position: absolute;
width: 260px;
line-height: 18px;
padding: 10px;
top: -70px;
left: -130px;
color: #666;
border-radius: 4px;
border: 1px solid #F2DF1C;
z-index: 999;
background-color: #FFFDE7;
}
.ashare .check-surplus ul {
margin-left: -5px;
}
.ashare .check-surplus li {
width: 78px;
line-height: 36px;
margin: 8px 6px;
text-align: center;
}
.ashare .check-surplus li:hover,
.ashare .check-surplus li.active {
margin: 7px 5px;
}
.ashare .settlement .com_fee em {
margin-left: 20px;
color: #AAA;
}
.ashare #btn_buy ~ p {
text-align: left;
}
.ashare .buy_price li,
.ashare .check-surplus li {
border: 1px solid #F2F1EF;
}
.ashare .buy_price li.active,
.ashare .check-surplus li.active,
.ashare .buy_price li:hover,
.ashare .check-surplus li:hover {
color: #FF4500;
border: 2px solid;
}
.ashare .play-area {
height: 709px;
}
.ashare .data-empty {
margin-left: -26px;
}
.ashare .data-empty p {
font-size: 16px;
color: #999;
}
.ashare .data-empty a {
color: #FFF;
background: #FF4500;
font-size: 16px;
border-radius: 4px;
padding: 8px 96px;
margin-top: 30px;
display: inline-block;
}
.ashare .data-empty a:hover {
background: #FF2700;
}
.ashare .stock-figure li {
color: #9A9691;
margin-right: 20px;
cursor: pointer;
}
.ashare .stock-figure li.active {
color: #FF4500;
}
.ashare .play-area .stock-name {
cursor: pointer;
}
.ashare .play-area #refreshBtn {
background-color: transparent;
}
.green {
color: green;
}
#buy_price_ul li{
width: 20%;
margin: 5px;
}
/*策略吧*/
.nav-left a.active {
background-color: #d42b2e;
}
.stock-buy .play-area > nav li {
border-left: none;
}
.stock-buy .play-area > nav li.active a {
color: #d42b2e;
border-bottom: 4px solid #d42b2e;
}
// .nav-left a.active::after {
// border-top: 8px solid #d42b2e;
// border-right: 8px solid #d42b2e;
// }
.stock-buy .stock-new strong {
color: #d42b2e;
}
.red {
color: #d42b2e !important;
}
.stock-buy .play-area > nav {
background-color: #F5F3F3;
background-image: none;
}
.stock-buy .stock-name .change_stock {
color: #067ADD;
}
.stock-buy .stock-figure li.active {
background-color: #d42b2e;
}
.stock-buy .stock-figure ul {
font-size: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.stock-buy .stock-figure li {
width: 50%;
font-size: 20px;
box-sizing: border-box;
line-height: 45px;
height: 45px;
background-color: #F5F3F3;
}
// .stock-buy .stock-figure li:first-child {
// border-bottom-left-radius: 8px;
// border-top-left-radius: 8px;
// border-right: none;
// }
// .stock-buy .stock-figure li:last-child {
// border-bottom-right-radius: 8px;
// border-top-right-radius: 8px;
// border-left: none;
// }
.stock-buy .left-info {
width: 64.5%;
}
.stock-buy .right-buy {
width: 35.5%;
box-sizing: border-box;
}
.stock-buy .right-buy li:hover {
border-color: #d42b2e;
}
.stock-buy .right-buy li.active:after {
color: #9a0000;
}
.stock-buy .right-buy li.active {
color: #9a0000;
// background-color: #feeeef;
border-color: #d42b2e;
}
.stock-buy p.efficiency {
color: #d42b2e;
}
.stock-buy .buy_price b {
color: #d53235;
// background-color: #feeeef;
}
.stock-buy .right-buy button {
background-color: #E11923;
}
.stock-buy .right-buy em, .stock-buy .right-buy strong {
color: #E11923;
}
.stock-buy .right-buy em, .stock-buy .right-buy strong {
color: #d42b2e;
}
.stock-buy .right-buy li {
margin-right: 2px;
box-sizing: content-box;
padding: 5px 0;
}
.stock-buy .play-area > nav em {
margin-right: 0;
vertical-align: bottom;
}
.buy_price .price-warning, .buy-warning {
color: #fe4243;
}
.stock-buy .right-buy button {
background-color: #E11923;
}
.new-ask {
margin-right: 6px;
margin-left: 4px;
color: #3186cd;
vertical-align: middle;
}
.com_fee strong,
.perf_bond strong {
font-size: 25px;
}
.data-empty a {
font-size: 22px;
display: block;
width: 290px;
background-color: #d42b2e;
transition: background-color .4s;
height: 45px;
line-height: 45px;
margin: 40px auto;
}
.data-empty a:hover {
background-color: #c71414;
}
.c-red {
color: #d42b2e;
}
.stock-buy .change-stock .cancel {
background-color: #d42b2e;
color: #fff;
border: none;
left: -56px;
height: 33px;
vertical-align: top;
transition: background-color .4s;
}
.stock-buy .change-stock .cancel:hover {
background-color: #bb2022;
}
.stock-buy .search_txt {
padding: 0;
padding-left: 10px;
height: 33px;
}
.stock-detail .up-arrow-box,
.stock-detail .down-arrow-box {
display: none;
position: relative;
margin-right: 11px;
margin-left: -13px;
top: 13px;
}
.stock-detail .up-arrow-box .top-part {
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 14px;
border-color: transparent transparent #d42b2e transparent;
}
.stock-detail .up-arrow-box .bottom-part {
display: block;
width: 10px;
height: 19px;
margin-left: 9px;
background-color: #d42b2e;
}
.stock-detail .down-arrow-box {
top: 28px;
}
.stock-detail .down-arrow-box .bottom-part {
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 14px;
border-color: #00a800 transparent transparent transparent;
}
.stock-detail .down-arrow-box .top-part {
display: block;
width: 10px;
height: 19px;
margin-left: 9px;
background-color: #00a800;
}
.stock-sell .play-area > section li > label button {
background-color: #d42b2e;
transition: background-color .4s;
}
.stock-sell .play-area > section li > label button:hover {
background-color: #c71414;
}
.delete_price {
margin-left: -31px;
position: relative;
font-size: 14px;
color: #666;
}
.delete_price span{
text-decoration:line-through
}
.price_act {
position: relative;
margin-left: 101px;
}
/*.delete_after_price {
font-weight: bold !important;
}
.delete_after_price:before {
content: "";
display: inline-block;
border: 2px solid transparent;
border-right: 2px solid #d42b2e;
border-bottom: 2px solid #d42b2e;
position: absolute;
right: 37px;
top: 26px;
}
.delete_after_price::after {
content: '限时八折优惠';
position: absolute;
font-size: 12px;
font-weight: normal;
right: -43px;
top: 12px;
background: #d42b2e;
line-height: 18px;
border-radius: 2px 2px 2px 0;
padding: 0 4px;
color: #fff;
}*/
/*popup*/
.mask {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
background: url(../images//black-20.png) 0 0 repeat;
}
.field-row > label, .field-row > .field-val {
float: left;
}
.popup .field-row .field-val {
width: 350px;
}
.mask-trans {
/*background-image: url(/i/black-0.png);*/
}
.popup {
display: none;
position: fixed;
z-index: 1001;
left: 50%;
margin-left: -250px;
top: 0;
width: 500px;
background-color: #ffffff;
/*border-radius: 4px;*/
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
-moz-transition-duration: .4s;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.popup-small {
width: 340px;
/*width: 360px;*/
margin-left: -170px;
}
.popup-big {
width: 740px;
margin-left: -370px;
}
.popup-ultra-big {
width: 827px;
margin-left: -413px;
}
.popup-big-926 {
width: 926px;
margin-left: -463px;
}
.popup .popup-header {
height: 45px;
line-height: 45px;
background-color: #f7f7f7;
text-align: center;
position: relative;
border-bottom: 1px solid #eee;
}
.popup .popup-header h2 {
font-size: 15px;
color: #666;
text-align: center;
font-weight: normal;
}
.popup .popup-header .js-close-popup {
font-size: 18px;
color: #999;
display: block;
height: 30px;
line-height: 30px;
width: 30px;
text-align: center;
position: absolute;
right: 9px;
top: 8px;
}
.group:after, .container:after, .field-wrapper:after, .row:after {
content: " ";
display: block;
height: 0;
overflow: hidden;
clear: both;
}
/*----*/
.section-form .form {
width: 276px;
margin: 0 auto;
padding: 0;
}
.section-form .form .field-wrapper {
padding: 0 0 15px 0;
}
.section-form .form .btn-wrapper {
padding: 0;
}
.section-form .form input.text {
display: block;
width: 100%;
box-sizing: border-box;
border: 1px solid #eee;
background-color: #fff;
padding: 11px 9px;
height: 40px;
line-height: 21px;
color: #444444;
}
.container .form .capcha-wrapper, .popup .form .capcha-wrapper {
position: relative;
padding-right: 100px;
}
.container .form .capcha-wrapper .btn-get-capcha, .popup .form .capcha-wrapper .btn-get-capcha {
position: absolute;
top: 0;
right: 0;
width: 99px;
line-height: 43px;
display: block;
border: 1px solid #dcdcdc;
border-radius: 0 3px 3px 0;
background: #ededed;
text-align: center;
color: #999999;
border-left-width: 0;
}
.container .form .capcha-wrapper .btn-get-capcha:hover, .popup .form .capcha-wrapper .btn-get-capcha:hover {
text-decoration: none;
cursor: default;
}
.container .form .capcha-wrapper .active, .popup .form .capcha-wrapper .active {
background-color: #d42b2e;
color: #ffffff;
border-color: #d42b2e;
}
.container .form .capcha-wrapper .active:hover, .popup .form .capcha-wrapper .active:hover {
background-color: #bc2427;
cursor: pointer;
border-color: #bc2427;
}
.container .form .capcha-wrapper .time-counter, .popup .form .capcha-wrapper .time-counter {
position: absolute;
top: 0;
right: -55px;
width: 42px;
line-height: 45px;
display: none;
border-radius: 4px;
background: #ededed;
text-align: center;
color: #333;
}
.container .form .capcha-count-down .time-counter, .popup .form .capcha-count-down .time-counter {
display: block;
}
.error-wrapper {
height: 20px;
position: relative;
top: -20px;
}
.error-wrapper > div {
line-height: 20px;
padding: 10px 0;
color: #e8331b;
}
.error-wrapper > div .icon {
line-height: 20px;
display: inline-block;
margin-right: 6px;
font-size: 16px;
vertical-align: top;
}
#popup-user-login-valid-img a{
color: #d42b2e;
}
.page-pz .july-event-deposit-note{
border: 1px solid #ff9a79;
background-color: #ffefe8;
color: #f65616;
padding: 5px;
font-weight: bold;
border-radius: 7px;
width:350px;
}
.list-events li a > img {
width: 703px;
height: 230px;
display: block;
position: absolute;
top: 10px;
left: 10px;
max-height: 100%;
}
.container .form .capcha-wrapper .time-counter .icon, .popup .form .capcha-wrapper .time-counter .icon {
position: absolute;
top: 50%;
margin-top: -10px;
left: -12px;
font-size: 20px;
display: block;
width: 20px;
height: 20px;
color: #ededed;
}
.section-form .form input:focus {
border: 1px solid #ffa16e;
}
.section-form .form .btn {
line-height: 40px;
height: 40px;
display: block;
letter-spacing: 5px;
}
.section-form .form .link-wrapper {
line-height: 23px;
text-align: right;
position: relative;
top: -5px;
}
.login_forgot{
text-align: left !important;
line-height: 1 !important;
top: 3px !important;
display: inline !important;
}
.section-form .form .link-wrapper a {
/*color: #999999;*/
font-size:12px;
}
.section-form .form .agree-wrapper {
line-height: 20px;
padding: 7px 0 17px 0;
}
.section-form .form .agree-wrapper input {
vertical-align: top;
margin: 4px 8px 0 0;
cursor: pointer;
}
.section-form .form .agree-wrapper label {
cursor: pointer;
color: #666666;
}
.btn-pri, .btn-pri:visited {
background-color: #d42b2e;
}
.popup .popup-header .js-close-popup:hover {
text-decoration: none;
color: #d42b2e;
}
.popup .popup-body {
padding: 20px;
}
.popup .popup-body .note-msg {
text-align: left;
}
.popup form {
padding: 20px 0 0 0;
}
.popup .field-row {
line-height: 32px;
padding-bottom: 8px;
}
.popup .field-row label {
line-height: 32px;
display: block;
width: 90px;
padding-right: 20px;
text-align: right;
font-size: 16px;
white-space: nowrap;
}
.popup .field-row .field-val {
width: 350px;
}
#popup-edit-login-pwd .field-row .field-val {
width: 320px;
}
#popup-edit-login-pwd .field-row label {
width: 120px;
}
#popup-edit-login-pwd .btn-row {
padding-left: 140px;
}
.popup form .field-row .capcha-wrapper {
width: 175px;
}
.popup form .capcha-wrapper input.text {
border-radius: 0;
width: 155px;
}
.popup form .field-row .capcha-wrapper .time-counter {
line-height: 32px;
}
.popup form .field-row .capcha-wrapper .btn-get-capcha {
line-height: 30px;
}
.popup .field-row .text {
height: 20px;
line-height: 20px;
padding: 5px 10px;
border-radius: 0;
width: 255px;
box-sizing: content-box;
}
.popup .field-row .col-5 .text {
width: auto;
}
.popup .field-val .field-note, .popup .field-val .unit {
display: inline-block;
line-height: 32px;
color: #888888;
padding-left: 10px;
}
.popup .field-val .unit, .popup .field-row .label {
color: #333333;
font-weight: bold;
}
.popup .btn-row {
padding: 10px 0 0 110px;
}
.popup .btn-row-center {
padding: 10px 0 0 0;
text-align: center;
}
.popup .btn-row .btn {
font-size: 14px;
font-weight: bold;
height: 33px;
line-height: 33px;
width: 100px;
margin-right: 6px;
}
#popup-add-deposit .chance-count {
padding: 15px 0 5px 110px;
color: #888888;
}
#popup-add-deposit .chance-count span {
font-weight: bold;
color: #d42b2e;
}
#popup-feedback .text {
width: 320px;
}
#popup-feedback select {
width: 342px;
vertical-align: top;
height: 30px;
border: 1px solid #dcdcdc;
padding: 0 7px;
}
.textarea {
border: 1px solid #dcdcdc;
padding: 5px 10px;
resize: none;
box-sizing: content-box;
}
#popup-feedback .textarea {
width: 320px;
height: 80px;
}
#popup-peizi-legal .popup-body {
padding: 20px 30px;
}
#popup-peizi-legal p {
line-height: 30px;
padding-bottom: 14px;
color: #444444;
}
.popup .popup-note {
line-height: 20px;
padding: 12px 20px 16px 20px;
border: 1px solid #ffdb99;
color: #e5920e;
background-color: #fff1d9;
font-weight: bold;
border-radius: 4px;
}
.popup .popup-note li {
list-style: outside decimal none;
padding: 0 0 0 8px;
margin: 0 0 0 16px;
}
#popup-points-exchange .popup-body {
padding: 20px 40px 40px 40px;
}
#popup-points-exchange .field-row .field-val {
width: auto;
}
#popup-points-exchange form {
padding: 10px 0 0 0;
}
#popup-points-exchange .link-invite {
position: absolute;
display: block;
line-height: 24px;
top: 22px;
left: 20px;
}
#popup-points-exchange strong {
font-weight: bold;
color: #f55717;
}
#popup-points-exchange .field-row label {
text-align: left;
display: inline-block;
padding: 0;
}
#popup-points-exchange p.label {
line-height: 40px;
font-weight: normal;
padding-bottom: 6px;
}
#popup-points-exchange .col-5 {
padding-left: 0;
padding-right: 0;
}
#popup-points-exchange .btn-row-center {
padding: 12px 0 0;
}
#popup-points-exchange .btn-row-center .btn {
margin: 0 12px;
}
#popup-commission-exchange strong {
font-weight: bold;
color: #f55717;
font-size: 20px;
}
#popup-commission-exchange .unit {
font-weight: normal;
}
#popup-pay-result p {
line-height: 16px;
padding: 0 10px 36px 10px;
color: #444444;
}
#popup-pay-result .row-links {
line-height: 20px;
padding: 0 10px 16px 10px;
color: #444444;
}
#popup-pay-result .row-links .icon {
display: inline-block;
width: 20px;
line-height: 20px;
vertical-align: top;
}
#popup-pay-result .row-links label {
font-weight: bold;
}
#popup-pay-result .row-links span {
margin-right: 10px;
}
#popup-pay-result .row-links a {
margin-right: 6px;
}
#popup-pay-result .row-links .sep {
display: inline-block;
width: 26px;
color: #dcdcdc;
text-align: center;
margin-right: 0;
}
#popup-pay-result .row-links-success .icon {
color: #4491f0;
font-size: 16px;
}
#popup-pay-result .row-links-failed .icon {
color: #e8331b;
font-size: 15px;
}
#popup-limited-sotck .popup-body {
padding: 6px 30px 20px 30px;
}
#popup-limited-sotck .popup-body li {
line-height: 30px;
padding: 10px 0;
border-bottom: 1px solid #ececec;
color: #666666;;
}
#popup-limited-sotck .popup-body li span {
margin-right: 14px;
}
#popup-limited-sotck .btn-row {
padding: 20px 0 0 0;
background: #ffffff;
position: relative;
top: -1px;
text-align: center;
}
#popup-limited-sotck .btn-row .btn {
width: 140px;
height: 38px;
line-height: 38px;
margin: 0 auto;
}
#popup-more-free-exp {
/*background: transparent url(/i/more-free-exp.png) 0 0 no-repeat;*/
width: 359px;
height: 91px;
margin-left: -303px;
box-shadow: none;
padding: 220px 0 0 248px;
}
#popup-more-free-exp .js-close-popup, #popup-more-free-exp .js-close-popup:visited {
position: absolute;
right: 168px;
top: 14px;
width: 20px;
height: 20px;
line-height: 20px;
display: block;
text-align: center;
border: 3px solid #151515;
border-radius: 50%;
background-color: #ffffff;
color: #151515;
font-size: 12px;
}
#popup-more-free-exp .js-close-popup:hover {
text-decoration: none;
color: #ff4d56;
background-color: #ffffff;
border-color: #ff4d56;
}
#popup-peizi-story .popup-body {
padding: 0;
}
#popup-peizi-story .slide-wrapper {
overflow: hidden;
position: relative;
height: 629px;
}
#popup-peizi-story .slide-wrapper .js-close-popup {
font-size: 26px;
color: #9a9a9a;
display: block;
height: 30px;
line-height: 30px;
width: 30px;
text-align: center;
position: absolute;
right: 9px;
top: 14px;
z-index: 999;
}
#popup-peizi-story .slide-wrapper .js-close-popup:hover {
text-decoration: none;
color: #d42b2e;
}
#popup-peizi-story .slide-wrapper .link-prev, #popup-peizi-story .slide-wrapper .link-next {
position: absolute;
color: #ffffff;
display: block;
line-height: 60px;
height: 60px;
width: 60px;
font-size: 60px;
top: 50%;
margin-top: -30px;
text-align: center;
z-index: 2;
background-color: rgba(0,0,0,0.1);
}
#popup-peizi-story .slide-wrapper .link-prev:hover, #popup-peizi-story .slide-wrapper .link-next:hover {
text-decoration: none;
background-color: #d42b2e;
color: #ffffff;
}
#popup-peizi-story .slide-wrapper .link-prev-disabled, #popup-peizi-story .slide-wrapper .link-next-disabled,
#popup-peizi-story .slide-wrapper .link-prev-disabled:hover, #popup-peizi-story .slide-wrapper .link-next-disabled:hover {
background-color: transparent;
cursor: default;
color: #eeeeee;
}
#popup-peizi-story .slide-wrapper .link-prev {
left: 0;
}
#popup-peizi-story .slide-wrapper .link-next {
right: 0;
}
#popup-peizi-story .slide-disabled .link-prev, #popup-peizi-story .slide-disabled .link-next {
display: none;
}
#popup-peizi-story .slides {
height: 625px;
width: 8270px;
position: relative;
left: 0px;
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
transition-duration: 1s;
}
#popup-peizi-story .slides li {
float: left;
width: 827px;
padding: 0;
}
#popup-peizi-story .slides li > img {
display: block;
width: 827px;
height: 629px;
}
#popup-how-dl-pc .popup-body, #popup-how-dl-mb .popup-body {
padding: 20px 30px;
}
#popup-balance .popup-body {
padding: 20px 30px;
}
#popup-balance table .red {
font-weight: normal;
}
#popup-balance #peizi-details-tabs .result-table-wrapper {
border-left-width: 0;
border-right-width: 0;
margin: 0;
}
#popup-balance .result-table-wrapper .std-tbl {
border-left: 1px solid #ececec;
border-right: 1px solid #ececec;
}
#popup-balance .result-table-wrapper .pagination {
padding-top: 18px;
}
#popup-balance #peizi-details-tabs .tabs .tab-item {
padding-bottom: 17px;
min-height: 392px;
}
#popup-login .section-form {
margin: 0;
}
#popup-login .section-form .quick-link-wrapper {
padding-bottom: 0;
}
#popup-login-section > form > .error-wrapper:first-child {
padding-top: 10px;
}
input.text {
border: 1px solid #eee;
background-color: #ffffff;
}
/*Login Page / Regisger Page / Register Success Page*/
.section-form {
margin: 30px 0;
}
#login-section .container {
/*background: url(/i/god.png) 0 -60px no-repeat;*/
min-height: 420px;
}
#login-section .section-border {
float: right;
width: 336px;
margin: 30px 60px 0 0;
}
.section .section-border > h2 {
font-size: 18px;
line-height: 40px;
padding: 18px 30px;
font-weight: normal;
}
.section-form form {
width: 276px;
margin: 0 auto;
padding: 0;
}
.section-form form .field-wrapper {
padding: 0 0 20px 0;
}
.section-form form .btn-wrapper {
padding: 0;
}
.section-form form input.text {
display: block;
width: 100%;
box-sizing: border-box;
border: 1px solid #dcdcdc;
background-color: #ffffff;
border-radius: 3px;
padding: 11px 9px;
height: 45px;
line-height: 21px;
color: #444444;
}
.container form .capcha-wrapper, .popup form .capcha-wrapper {
position: relative;
padding-right: 100px;
}
.container .capcha-wrapper input.text, .popup .capcha-wrapper input.text {
border-radius: 3px 0 0 3px;
}
.container form .capcha-wrapper .btn-get-capcha, .popup form .capcha-wrapper .btn-get-capcha {
position: absolute;
top: 0;
right: 0;
width: 99px;
line-height: 43px;
display: block;
border: 1px solid #dcdcdc;
border-radius: 0 3px 3px 0;
background: #ededed;
text-align: center;
color: #999999;
border-left-width: 0;
}
.container form .capcha-wrapper .btn-get-capcha:hover, .popup form .capcha-wrapper .btn-get-capcha:hover {
text-decoration: none;
cursor: default;
}
.container form .capcha-wrapper .active, .popup form .capcha-wrapper .active {
background-color: #d42b2e;
color: #ffffff;
border-color: #d42b2e;
}
.container form .capcha-wrapper .active:hover, .popup form .capcha-wrapper .active:hover {
background-color: #bc2427;
cursor: pointer;
border-color: #bc2427;
}
.container form .capcha-wrapper .time-counter, .popup form .capcha-wrapper .time-counter {
position: absolute;
top: 0;
right: -55px;
width: 42px;
line-height: 45px;
display: none;
border-radius: 4px;
background: #ededed;
text-align: center;
color: #333;
}
.container form .capcha-count-down .time-counter, .popup form .capcha-count-down .time-counter {
display: block;
}
.container form .capcha-wrapper .time-counter .icon, .popup form .capcha-wrapper .time-counter .icon {
position: absolute;
top: 50%;
margin-top: -10px;
left: -12px;
font-size: 20px;
display: block;
width: 20px;
height: 20px;
color: #ededed;
}
.section-form form input:focus {
border: 1px solid #ffa16e;
}
.section-form form .btn {
line-height: 40px;
height: 40px;
display: block;
letter-spacing: 5px;
}
.section-form form .link-wrapper {
line-height: 23px;
text-align: right;
position: relative;
top: -5px;
}
/*------*/
.icon-refresh{
display: inline-block;
width: 21px;
height: 17px;
background-image: url('../images/refresh.png');
background-size:100% 100%;
}
.icon-help{
display: inline-block;
width: 12px;
height: 12px;
background-image: url('../images/help.png');
background-size:100% 100%;
}
.protocol_row a{
display: block;
font-size: 12px;
line-height: 1.9;
color: #4875C6 !important;
text-decoration: none;
outline: 0;
-moz-transition-duration: .4s;
-webkit-transition-duration: .4s;
transition-duration: .4s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.protocol_row a:hover{
text-decoration: underline !important;
}
.work-interval>li,#check-surplus_ul>li{
box-sizing: border-box !important;
line-height: 28px !important;
}
.delay_condition em{
font-size: 22px !important;
}
.br-bz{
margin-left: -31px;
}
th.nc{
text-align: left;
padding-left: 25px;
}
// freetrial_body
.free_blue{
color: blue !important;
line-height: 25px;
}
.free_protocol_row{
line-height: 1.5;
font-size: 16px;
}
.free_p1{
white-space: nowrap;
margin: 10px 0;
font-size: 12px;
}
.free_p2{
margin-bottom: 10px;
color: #E11923;
}
.free_p3{
color: #ccc;
}
.free_p4{
line-height: 20px;
padding-top: 5px;
color: #ccc;
margin-bottom: 15px;
}
.free_p5{
font-size: 16px;
color: #000;
}
.br-scroll{
max-height: 300px !important;
overflow: scroll !important;
}
/*点卖区*/
.sell_body center{
font-size: 16px;
}
/*-----*/
.page-bar {
position: relative;
padding: 20px 10px 0 0px;
}
.page-bar.page {
width: 200px;
}
.page-bar > .total-pages {
position: absolute;
top: 25px;
right: 30px;
color:#999;
}
.jPaginate{
height:34px;
position:relative;
color:#a5a5a5;
font-size:small;
width:100%;
}
.jPaginate a{
line-height:23px;
height:25px;
cursor:pointer;
padding:2px 15px !important;
margin:2px;
float:left;
text-align:center;
}
.jPag-control-back{
position:absolute;
left:0px;
}
.jPag-control-front{
position:absolute;
top:0px;
margin-left: -10px;
}
.jPaginate span{
cursor:pointer;
}
ul.jPag-pages{
float:left;
list-style-type:none;
margin:0px 0px 0px 0px;
padding:0px;
}
ul.jPag-pages li{
display:inline;
float:left;
padding:0px;
margin:0px;
}
ul.jPag-pages li a{
float:left;
padding:5px 10px;
}
span.jPag-current{
cursor:default;
font-weight:normal;
line-height:25px;
height:25px;
padding: 2px 10px;
margin:2px;
text-align:center;
float:left;
border-radius: 15px;
background-color: #d42b2e !important;
color: #fff !important;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img{
height:32px;
margin:0px 2px;
float:left;
line-height:18px;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img{
margin:2px 0px 2px 2px;
font-size:12px;
font-weight:bold;
width:10px;
}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img{
margin:2px 2px 2px 0px;
font-size:12px;
font-weight:bold;
width:10px;
}
span.jPag-sprevious,
span.jPag-sprevious-img{
margin:1px 0px 2px 2px;
font-size:18px;
width:15px;
text-align:right;
line-height: 30px;
}
span.jPag-snext,
span.jPag-snext-img{
margin:1px 2px 2px 0px;
font-size:18px;
width:15px;
text-align:right;
line-height: 30px;
}
ul.jPag-pages li span.jPag-previous-img{
/*background:transparent url(/i/previous.png) no-repeat center right;*/
}
ul.jPag-pages li span.jPag-next-img{
/*background:transparent url(/i/next.png) no-repeat center left;*/
}
span.jPag-sprevious-img{
/*background:transparent url(/i/sprevious.png) no-repeat center right;*/
}
span.jPag-snext-img{
/*background:transparent url(/i/snext.png) no-repeat center left;*/
}
.btn-pri, .btn-pri:visited {
color: #ffffff !important;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #d42b2e;
}
.btn-grey, .btn-grey:visited {
color: #333333;
font-size: 16px;
height: 45px;
line-height: 45px;
background-color: #eeeeee;
}
.btn {
display: inline-block;
text-align: center;
border-radius: 4px;
}
#search_cue{
position: absolute;
right: 60px;
z-index: 10;
} | 0.41182 | 0.085175 |
* These declarations are scoped for portlets (not the portal).
* These declarations are specific to the "universality" theme.
* This CSS is shared across all skins that use the "universality" theme.
* These declarations work with the Fluid Skinning System (FSS) to establish the basic portal layout structure.
* Only CSS that affects the layout (positioning) of major elements should be listed here. Such as:
* display, position, float, clear, width, height, min-width, min-height, margin, border, padding, overflow
* CSS that sets the visual style of portlets is handled by individual skins.
* This CSS assumes the use of a CSS reset (by default the FSS "fss-reset.css") for browser normalization.
*/
/* uPORTAL DEVELOPMENT STANDARDS AND GUIDELINES
* For the standards and guidelines that govern the user interface of uPortal portlets including HTML, CSS, JavaScript, accessibilty, naming conventions, 3rd Party libraries (like jQuery and the Fluid Skinning System) and more, refer to:
* http://www.ja-sig.org/wiki/x/cQ
*/
/*====================================*/
/* Fluid Skinning System Extensions */
/*====================================*/
/* Overrides and extenstions to FSS specific to portlets. */
/* Helper: Widget */
/*
* The FSS fl-widget structure should be applied to portlets.
* However, the fl-widget structure can be used for more than portlets.
* These classes specify how the fl-widget classes style a portlet.
* Use: .fl-widget.portlet
*/
.fl-widget.portlet {background:transparent; border:none;}
.fl-widget-content.portlet-content {padding:0 0.1em;}
/*====================================*/
/* uPortal Portlet Extensions */
/*====================================*/
/* uPortal-specific additions, extensions, and overrides. */
/* Portlet */
/*
* Portlet is a structural element, the root portlet div and namespace.
* Portlet contains
* Portlets are mapped to the WAI-ARIA role "section";
* "A renderable structural containment unit in a document or application."
* Refer to: http://www.w3.org/TR/wai-aria/roles#section
* Additional classes on the root div include:
* the FSS structural class ("fl-widget")
* the specific portlet class (e.g., "prm-mgr" for Permissions Manager portlet)
* and the current portlet view class (e.g., "view-detail" for the Detail view).
* For example: <div class="fl-widget portlet prm-mgr view-detail" role="section">
*/
.portlet {}
/* Decorators */
/*
* Global decorators that can be applied broadly.
* For example, add the "highlight" class to give a piece of content visual importance.
*/
.portlet .hide {display:none !important;}
/* Columns */
/*
* Where FSS is not used, these helpers produce column layouts.
*/
.portlet .columns2 .column,
.portlet .columns3 .column,
.portlet .columns4 .column {float:left; display:inline;}
/* Views */
/*
* Lists different views of the portlet as tabbed navigation.
* View navigation is the top-most content (sits above the Titlebar).
* View navigation is mapped to the WAI-ARIA role "tablist";
* "A list of tab elements, which are references to tabpanel elements"
* Refer to: http://www.w3.org/TR/wai-aria/roles#tablist
* Uses FSS fl-tabs for base structure and formatting.
* Active view (selected tab) contents are contained in the fl-tab-content div
* and mapped to the WAI-ARIA role "tabpanel".
*/
.portlet .portlet-views {}
.portlet .portlet-views > .tabs {}
.portlet .portlet-views > .content {padding:1em;}
/* Titlebar */
/*
* The portlet view "header" which minimally includes the view title.
* Titlebar maps to the WAI-ARIA role "sectionhead";
* "A structure that labels or summarizes the topic of its related section."
* Refer to: http://www.w3.org/TR/wai-aria/roles#sectionhead
* Titlebar may also contain:
* Subtitle, breadcrumb, options, actions, tags, details or toolbar.
* Subtitle is a secondary descriptor of the title, sits just below the title.
* Breadcrumb is a navigation marker and trail, sits on top of the title.
* Actions are primary actions directly associated with the title, displayed as links/s on the same line as the title.
* Tags is a list of tags applied to the portlet/view.
* Details is a metadata area; not the main content of the view, but supporting information of the title.
*/
.portlet .titlebar {position:relative; margin-bottom:1.5em;}
.portlet .titlebar .breadcrumb {margin-bottom:1em;}
.portlet .titlebar > .options {padding:0.5em 0;}
.portlet .titlebar ul {margin:0; padding:0; overflow:hidden; zoom:1;}
.portlet .titlebar li {list-style-type:none; float:left; display:inline; padding:0 5px 0 5px;}
.portlet .titlebar .actions,
.portlet .titlebar .return-link {position:absolute; top:0; right:0;}
.portlet .titlebar .return-link {top:0.3em;}
.portlet .titlebar .breadcrumb~.return-link {top:1.8em;}
.portlet .titlebar .toolbar {padding:3px 0 3px 0;}
.portlet .titlebar .toolbar ul {margin:0; padding:0; overflow:hidden; zoom:1;}
.portlet .titlebar .toolbar ul li {list-style-type:none; margin-right:5px; padding:10px 5px;}
.portlet .titlebar .toolbar .search {text-align:right;}
.portlet .titlebar .tags {padding-bottom:0.5em;}
.portlet .titlebar .details {margin:0 0 1em 0; padding:5px 10px;}
.portlet .titlebar .details .detail,
.portlet .titlebar .details .label {display:inline;}
.portlet .titlebar .details .detail~.detail {padding-left:1.5em;}
.portlet .titlebar .details a {margin:0;}
.portlet .portlet-titlebar > .title {margin:0;}
.portlet .portlet-titlebar > .subtitle {margin:0 0 1em 0; padding-top:0.2em;}
/* Search */
/*
* Formatting for search forms(aside from general form formatting).
*/
.portlet .portlet-search form {margin-left:20px;}
/* Tags */
/*
* A taxonomy of terms applied to the content, displayed as a horizontal list of links.
*/
.portlet .tags {}
.portlet .tags .label {display:inline;}
.portlet .tags a {margin:0;}
/* Content */
/*
* The main content area of the portlet view.
* Content maps to the WAI-ARIA role "main";
* "The main content of a document."
* Refer to: http://www.w3.org/TR/wai-aria/roles#main
*/
.portlet .portlet-content {zoom:1; margin:5px 0 0 0; overflow: visible;}
/* Messages */
/*
* Dynamic system messages to tell people that an (otherwise invisible, backend) event occurred.
* Messages can be of these types: status, info, error, alert, success.
* Change the base CSS class for the appropriate type of message.
* Use an appropriate WAI-ARIA role (either "status" or "alert") on the HTML element to describe the message.
* Refer to: http://www.w3.org/TR/wai-aria/roles#status
* Use an h3 for the message title, and a paragraph for the message text.
* Messages communicate a system event, but should be written so that a _person_ can understand it. Use plain, people-oriented language.
*/
.portlet .portlet-msg {padding:0.25em 0.25em 0.25em 2.25em;}
.portlet .portlet-msg .title {}
.portlet .portlet-msg .content {}
/* Notes */
/*
* Optional. These notes help people know what to do in the active portlet view.
* Notes may also be used in Sections (below)
* Maps to the WAI-ARIA role "note";
* "A section whose content is parenthetic or ancillary to the main content of the resource."
* Refer to: http://www.w3.org/TR/wai-aria/roles#note
*/
.portlet .portlet-content .note p {margin:0 0 1em 0;}
/* Sections */
/*
* A portlet-section is a structural element.
* Sections are mapped to the WAI-ARIA role "region";
* "A large perceivable section of a web page or document,
* that the author feels should be included in a summary of page features."
* Refer to: http://www.w3.org/TR/wai-aria/roles#region
* A section has a Titlebar (with Options), and Content.
*/
.portlet .portlet-section {margin-bottom:1em;}
.portlet .portlet-section > .titlebar .title {margin:0; padding-top:1em; padding-bottom:0.2em;}
.portlet .portlet-section > .titlebar .options {padding:0.5em 0em; text-align:right;}
.portlet .portlet-section > .titlebar .options .view-filter {text-align:left;}
.portlet .portlet-section > .titlebar .options > a {padding:0.1em 0.5em;}
.portlet .portlet-section > .content {}
.portlet .portlet-section > .content > .note {}
/* Section Titles */
/*
* Unique treatment for specific section titles.
*/
.portlet .title.selections,
.portlet .title.search,
.portlet .title.browse {padding-bottom: 0; padding-left:20px;}
/* Tables */
/*
* Tables are meant to be used for displaying data. Avoid using tables for layout.
* If you must use a table for layout, add the "purpose-layout" class to the table (no borders or colors on the table).
*/
.portlet table.portlet-table th,
.portlet table.portlet-table td {padding:0.1em 1em;}
.portlet table.purpose-layout,
.portlet table.purpose-layout th,
.portlet table.purpose-layout td {padding:0;}
.portlet table.purpose-layout thead,
.portlet table.purpose-layout th {display:none;}
/* Forms */
/*
* Use the "portlet-form" class on a form to produce a nicely formatted, boxed form.
* Form buttons should use the following Buttons classes.
*/
/*.portlet form select,
.portlet form input[type="text"],
.portlet form textarea {margin-top:2px; font-size:11px;}
.portlet form input[type="text"],
.portlet form textarea {padding:3px;}*/
.portlet .portlet-form {width:auto; padding:1em; font-size:11px;}
.portlet .portlet-form form {margin:0;}
.portlet .portlet-form form fieldset {padding:0.5em 1em;}
.portlet .portlet-form form legend {margin-bottom:1em;}
.portlet .portlet-form form table {}
.portlet .portlet-form form table td {padding:0; border:none;}
.portlet .portlet-form form table td.label {padding-right:3px; text-align:right; width:100px; vertical-align:top; padding-top:5px;}
.portlet .portlet-form form .field-container {display:inline-block; padding:1px; position:relative; width:auto;}
.portlet .portlet-form form .inputtext,
.portlet .portlet-form form .inputpassword {width:206px;}
.portlet .portlet-form form .inputdate,
.portlet .portlet-form form .inputtime {width:94px;}
.portlet .portlet-form form .inputtime {margin-left:4px;}
.portlet .portlet-form form .buttons {margin:0 0 0 105px; border:none;}
.portlet .portlet-form.wider {width:600px;}
.portlet .portlet-form ul,
.portlet .portlet-form li {margin:0; padding:0; list-style-type:none;}
.portlet .portlet-form li {margin:0 0 5px 105px;}
.portlet .portlet-form li label {position:relative; top:-4px;}
/* Overflow box */
/*
*
*/
.portlet .fl-overflow {width:185px; height:300px; margin:0 1em 1em 0; padding:0.31em; overflow-x:auto; overflow-y:scroll;}
/* Pager */
/*
* Formats pagination controls.
* Assumes the Fluid Infusion pager component.
*/
.portlet .view-pager ul {margin:0; padding:0;}
.portlet .fl-pager .fl-pager-ui li {list-style-type:none; display:inline-block;}
.fl-pager caption {padding:.63em 0em; margin-bottom:0em;}
.fl-pager th {cursor:pointer;}
.fl-pager-controls {padding:.69em .69em;}
.flc-pager-links a {vertical-align:middle;}
/* Auto Complete */
.up-autocomplete-dropdown {display: none; position: absolute; padding: 0px; min-width: 200px; min-width: 100px; z-index: 100}
/* close */
.up-autocomplete-dropdown .up-autocomplete-close {padding: 5px 7px; text-align: right;}
/* list */
.up-autocomplete-dropdown .up-autocomplete-matches {max-height: 250px; overflow: auto;}
.up-autocomplete-dropdown .up-autocomplete-matches,
.up-autocomplete-dropdown .up-autocomplete-matches li {padding: 5px; margin: 0; list-style: none;}
/* anchors */
.up-autocomplete-dropdown .up-autocomplete-matches a {display: block; padding:0; text-decoration:none;}
/* loader */
.up-autocomplete-dropdown .up-autocomplete-loading {position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.up-autocomplete-dropdown .up-autocomplete-loading span {visibility: hidden;}
/* no members message */
.up-autocomplete-dropdown .up-autocomplete-noresults.info {display: none; margin: 5px 7px;}
/* Selection Basket */
.portlet .selection-basket a {padding: 0 0 0 20px;}
/* Breadcrumb */
.portlet .breadcrumb .title,
.portlet .breadcrumb .breadcrumbs {display: inline;}
/* Entity Browser */
.portlet .entity-browser .titlebar .title {float: left; margin-right: 5px;}
.portlet .entity-browser .titlebar .select,
.portlet .entity-browser .titlebar .select span {display: block; width: 16px; height: 16px; overflow: hidden;}
.portlet .entity-browser .titlebar .select {float: left;}
.portlet .entity-browser .titlebar .select span {visibility: hidden;}
/* member list */
.portlet .entity-browser .member-list,
.portlet .entity-browser .member-list li {padding: 0; margin: 0; list-style: none;}
.portlet .entity-browser .member-list {margin-left: .5em;}
.portlet .entity-browser .member-list a {display: block; padding: 1px 0 1px 20px;}
/* Search */
.portlet .search-dropdown {
display: none; position: absolute; top: 0; left: 0; border: 1px solid #AAA; margin-left: 20px; padding: 0px; min-width: 200px; min-height: 100px;}
/* close */
.portlet .search-dropdown .search-close {padding: 5px 7px; text-align: right; border-bottom: 1px solid #CCC;}
/* list */
.portlet .search-dropdown .search-list {max-height: 250px; overflow: auto;}
.portlet .search-dropdown .search-list,
.portlet .search-dropdown .search-list li {padding: 0; margin: 0; list-style: none;}
.portlet .search-dropdown .search-list li {display: block; float:none; padding: 2px 5px;}
/* anchors */
.portlet .search-dropdown .search-list a {display: block; padding: 0 0 0 20px;}
/* loader */
.portlet .search-dropdown .search-loader {position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.portlet .search-dropdown .search-loader span {visibility: hidden;}
/* no members message */
.portlet .search-dropdown .portlet-msg.info {display: none; margin: 5px 7px;}
/*
* Single Selection View.
*/
.portlet .view-single-select {border: 1px solid #CCC; position: relative;}
.portlet .view-single-select .titlebar {padding: 8px 8px 6px 8px; border-bottom: 2px solid #CCC; margin-bottom: .5em;}
.portlet .view-single-select .content {padding: 8px 8px;}
/* selection */
.portlet .view-single-select .portlet-selection .title,
.portlet .view-single-select .portlet-selection .selection-basket {display: inline;}
.portlet .view-single-select .portlet-selection .title.selections {padding-left: 0;}
.portlet .view-single-select .selection-basket {padding-left: 5px;}
.portlet .view-single-select .selection-basket a {padding: 0;}
/* breadcrumb */
.portlet .view-single-select .breadcrumb {padding: 0 0;}
/* search */
.portlet .view-single-select .portlet-search {position: absolute; top: 4px; right: 8px;}
/*
* Multiple Selection View.
*/
/* columns */
.portlet .view-multi-select .columns .column-left {padding-right: 5%;}
/* breadcrumb */
.portlet .view-multi-select .breadcrumb {padding: 0 0;}
/* browse */
.portlet .view-multi-select .entity-browser {position: relative; margin-right: 24px; }
.portlet .view-multi-select .columns-2 > * { float: left; }
.portlet .view-multi-select .entity-browser .titlebar {border: 1px solid #CCC; padding: 8px 8px 6px 8px; margin-bottom: 0; position: relative;}
.portlet .view-multi-select .entity-browser .content {padding: 8px 8px 12px 8px; border: 1px solid #CCC;}
.portlet .view-multi-select .columns-2 .fl-container-flex40 { margin-top:16px; }
/* selection */
.portlet .view-multi-select .portlet-selection {border: 1px solid #CCC;}
.portlet .view-multi-select .portlet-selection .titlebar {padding: 8px 8px 6px 8px; border-bottom: 2px solid #CCC; margin-bottom: 0; position: relative;}
.portlet .view-multi-select .portlet-selection .content {padding: 0px 0px 0px 0px;}
.portlet .view-multi-select .portlet-selection .title.selections {background: transparent; padding-left: 0;}
.portlet .view-multi-select .portlet-selection .selection-basket {border-bottom:1px solid #AAA; padding: 8px;}
.portlet .view-multi-select .portlet-selection .selection-basket ul {padding: 0; margin: 0; list-style: none; height: 200px; overflow: auto;}
.portlet .view-multi-select .portlet-selection .selection-basket li {padding: 0; margin: 0; list-style: none;}
.portlet .view-multi-select .portlet-selection .selection-basket a {display: block; padding: 1px 0 1px 20px;}
/* buttons */
.portlet .view-multi-select .buttons {margin-top: 0; padding-right: 8px; border-top: none; text-align: right;}
/* search */
.portlet .view-multi-select .portlet-search {position: absolute; top: 20px; right: 8px;}
/*====================================*/
/* Specific Portlets */
/*====================================*/
/* Style definitions for structures and elements unique to a specific portlet. */
/* CSyndFeed Channel - RSS */
.news-items ul,
.news-items li {margin:0;}
.news-items li {list-style:none;}
.news-items .news-item-excerpt {display:block; padding-top:0.3em;}
.news-source p {padding:1em;}
/* Groups Manager Channel */
.groupmgr-entity,
.groupmgr-group {padding:0.3em 1em; margin-bottom:0.5em;}
.groupmgr-entity strong,
.groupmgr-group strong {padding-right:1em;}
.groupmgr-entity table {margin:1em 0;}
.groupmgr-entity table th {padding:0.2em 1em;}
.groupmgr-entity table td {padding:0.5em 1em;}
.groupmgr-edit-group,
.groupmgr-close-group,
.groupmgr-done-editing,
.groupmgr-delete-group {padding-right:1em;}
.groupmgr-show-info,
.groupmgr-hide-info,
.groupmgr-remove-member {padding-left:1em;}
.groupmgr-edit-group img,
.groupmgr-close-group img,
.groupmgr-show-info img,
.groupmgr-done-editing img,
.groupmgr-delete-group img,
.groupmgr-remove-member img,
.groupmgr-hide-info img {padding-right:0.3em;}
.groupmgr-right-pane td label {display:block; text-align:right;}
.groupmgr-right-pane input {margin-right:0.5em;}
/* Permissions Portlet
* Styles the ongoing information shown in the title bar *
* */
ul.permission_info {padding:0; margin:0; clear:both;}
ul.permission_info li {display:inline; list-style:none; padding:0; margin:0 15px 0 0; border-right:1px solid;}
ul.permission_info li.last {border-right:none;}
.prm-mgr .permission-lookup {margin:1em 2em 2em 2em;}
.prm-mgr .permission-lookup form {margin:0; padding:0.7em 1em;}
.prm-mgr .permission-lookup form label,
.prm-mgr .permission-lookup form input {float:none;}
.prm-mgr .permission-lookup form label,
.prm-mgr .permission-lookup form input[type="text"],
.prm-mgr .permission-lookup form span {font-size:150%;}
.prm-mgr .permission-lookup form input[type="text"] {padding:1px 5px;}
.prm-mgr.view-listperms .panel-list {margin-top:2em;}
.prm-mgr.view-editperm #assignments,
.prm-mgr.view-editperm #assignments ul {margin:0;}
.prm-mgr.view-editperm #assignments li {list-style-type:none; line-height:30px;}
.prm-mgr.view-editperm #assignments ul li {padding-left:16px; position:relative;}
.prm-mgr.view-editperm #assignments ul .assignment-wrapper {display:block; padding-left:6px;}
/* Portlet Manager */
.preference-name {vertical-align: top;}
/**
* Class used by script to fix old IE ZIndex issues. The JavaScript that goes with this class
* is defined here:
* uportal-war/src/main/webapp/media/skins/universality/common/javascript/uportal/flyout-nav.js
*/
.on-top
{
z-index: 10000;
} | uportal-war/src/main/webapp/media/skins/universality/common/css/layout-portlet.css | * These declarations are scoped for portlets (not the portal).
* These declarations are specific to the "universality" theme.
* This CSS is shared across all skins that use the "universality" theme.
* These declarations work with the Fluid Skinning System (FSS) to establish the basic portal layout structure.
* Only CSS that affects the layout (positioning) of major elements should be listed here. Such as:
* display, position, float, clear, width, height, min-width, min-height, margin, border, padding, overflow
* CSS that sets the visual style of portlets is handled by individual skins.
* This CSS assumes the use of a CSS reset (by default the FSS "fss-reset.css") for browser normalization.
*/
/* uPORTAL DEVELOPMENT STANDARDS AND GUIDELINES
* For the standards and guidelines that govern the user interface of uPortal portlets including HTML, CSS, JavaScript, accessibilty, naming conventions, 3rd Party libraries (like jQuery and the Fluid Skinning System) and more, refer to:
* http://www.ja-sig.org/wiki/x/cQ
*/
/*====================================*/
/* Fluid Skinning System Extensions */
/*====================================*/
/* Overrides and extenstions to FSS specific to portlets. */
/* Helper: Widget */
/*
* The FSS fl-widget structure should be applied to portlets.
* However, the fl-widget structure can be used for more than portlets.
* These classes specify how the fl-widget classes style a portlet.
* Use: .fl-widget.portlet
*/
.fl-widget.portlet {background:transparent; border:none;}
.fl-widget-content.portlet-content {padding:0 0.1em;}
/*====================================*/
/* uPortal Portlet Extensions */
/*====================================*/
/* uPortal-specific additions, extensions, and overrides. */
/* Portlet */
/*
* Portlet is a structural element, the root portlet div and namespace.
* Portlet contains
* Portlets are mapped to the WAI-ARIA role "section";
* "A renderable structural containment unit in a document or application."
* Refer to: http://www.w3.org/TR/wai-aria/roles#section
* Additional classes on the root div include:
* the FSS structural class ("fl-widget")
* the specific portlet class (e.g., "prm-mgr" for Permissions Manager portlet)
* and the current portlet view class (e.g., "view-detail" for the Detail view).
* For example: <div class="fl-widget portlet prm-mgr view-detail" role="section">
*/
.portlet {}
/* Decorators */
/*
* Global decorators that can be applied broadly.
* For example, add the "highlight" class to give a piece of content visual importance.
*/
.portlet .hide {display:none !important;}
/* Columns */
/*
* Where FSS is not used, these helpers produce column layouts.
*/
.portlet .columns2 .column,
.portlet .columns3 .column,
.portlet .columns4 .column {float:left; display:inline;}
/* Views */
/*
* Lists different views of the portlet as tabbed navigation.
* View navigation is the top-most content (sits above the Titlebar).
* View navigation is mapped to the WAI-ARIA role "tablist";
* "A list of tab elements, which are references to tabpanel elements"
* Refer to: http://www.w3.org/TR/wai-aria/roles#tablist
* Uses FSS fl-tabs for base structure and formatting.
* Active view (selected tab) contents are contained in the fl-tab-content div
* and mapped to the WAI-ARIA role "tabpanel".
*/
.portlet .portlet-views {}
.portlet .portlet-views > .tabs {}
.portlet .portlet-views > .content {padding:1em;}
/* Titlebar */
/*
* The portlet view "header" which minimally includes the view title.
* Titlebar maps to the WAI-ARIA role "sectionhead";
* "A structure that labels or summarizes the topic of its related section."
* Refer to: http://www.w3.org/TR/wai-aria/roles#sectionhead
* Titlebar may also contain:
* Subtitle, breadcrumb, options, actions, tags, details or toolbar.
* Subtitle is a secondary descriptor of the title, sits just below the title.
* Breadcrumb is a navigation marker and trail, sits on top of the title.
* Actions are primary actions directly associated with the title, displayed as links/s on the same line as the title.
* Tags is a list of tags applied to the portlet/view.
* Details is a metadata area; not the main content of the view, but supporting information of the title.
*/
.portlet .titlebar {position:relative; margin-bottom:1.5em;}
.portlet .titlebar .breadcrumb {margin-bottom:1em;}
.portlet .titlebar > .options {padding:0.5em 0;}
.portlet .titlebar ul {margin:0; padding:0; overflow:hidden; zoom:1;}
.portlet .titlebar li {list-style-type:none; float:left; display:inline; padding:0 5px 0 5px;}
.portlet .titlebar .actions,
.portlet .titlebar .return-link {position:absolute; top:0; right:0;}
.portlet .titlebar .return-link {top:0.3em;}
.portlet .titlebar .breadcrumb~.return-link {top:1.8em;}
.portlet .titlebar .toolbar {padding:3px 0 3px 0;}
.portlet .titlebar .toolbar ul {margin:0; padding:0; overflow:hidden; zoom:1;}
.portlet .titlebar .toolbar ul li {list-style-type:none; margin-right:5px; padding:10px 5px;}
.portlet .titlebar .toolbar .search {text-align:right;}
.portlet .titlebar .tags {padding-bottom:0.5em;}
.portlet .titlebar .details {margin:0 0 1em 0; padding:5px 10px;}
.portlet .titlebar .details .detail,
.portlet .titlebar .details .label {display:inline;}
.portlet .titlebar .details .detail~.detail {padding-left:1.5em;}
.portlet .titlebar .details a {margin:0;}
.portlet .portlet-titlebar > .title {margin:0;}
.portlet .portlet-titlebar > .subtitle {margin:0 0 1em 0; padding-top:0.2em;}
/* Search */
/*
* Formatting for search forms(aside from general form formatting).
*/
.portlet .portlet-search form {margin-left:20px;}
/* Tags */
/*
* A taxonomy of terms applied to the content, displayed as a horizontal list of links.
*/
.portlet .tags {}
.portlet .tags .label {display:inline;}
.portlet .tags a {margin:0;}
/* Content */
/*
* The main content area of the portlet view.
* Content maps to the WAI-ARIA role "main";
* "The main content of a document."
* Refer to: http://www.w3.org/TR/wai-aria/roles#main
*/
.portlet .portlet-content {zoom:1; margin:5px 0 0 0; overflow: visible;}
/* Messages */
/*
* Dynamic system messages to tell people that an (otherwise invisible, backend) event occurred.
* Messages can be of these types: status, info, error, alert, success.
* Change the base CSS class for the appropriate type of message.
* Use an appropriate WAI-ARIA role (either "status" or "alert") on the HTML element to describe the message.
* Refer to: http://www.w3.org/TR/wai-aria/roles#status
* Use an h3 for the message title, and a paragraph for the message text.
* Messages communicate a system event, but should be written so that a _person_ can understand it. Use plain, people-oriented language.
*/
.portlet .portlet-msg {padding:0.25em 0.25em 0.25em 2.25em;}
.portlet .portlet-msg .title {}
.portlet .portlet-msg .content {}
/* Notes */
/*
* Optional. These notes help people know what to do in the active portlet view.
* Notes may also be used in Sections (below)
* Maps to the WAI-ARIA role "note";
* "A section whose content is parenthetic or ancillary to the main content of the resource."
* Refer to: http://www.w3.org/TR/wai-aria/roles#note
*/
.portlet .portlet-content .note p {margin:0 0 1em 0;}
/* Sections */
/*
* A portlet-section is a structural element.
* Sections are mapped to the WAI-ARIA role "region";
* "A large perceivable section of a web page or document,
* that the author feels should be included in a summary of page features."
* Refer to: http://www.w3.org/TR/wai-aria/roles#region
* A section has a Titlebar (with Options), and Content.
*/
.portlet .portlet-section {margin-bottom:1em;}
.portlet .portlet-section > .titlebar .title {margin:0; padding-top:1em; padding-bottom:0.2em;}
.portlet .portlet-section > .titlebar .options {padding:0.5em 0em; text-align:right;}
.portlet .portlet-section > .titlebar .options .view-filter {text-align:left;}
.portlet .portlet-section > .titlebar .options > a {padding:0.1em 0.5em;}
.portlet .portlet-section > .content {}
.portlet .portlet-section > .content > .note {}
/* Section Titles */
/*
* Unique treatment for specific section titles.
*/
.portlet .title.selections,
.portlet .title.search,
.portlet .title.browse {padding-bottom: 0; padding-left:20px;}
/* Tables */
/*
* Tables are meant to be used for displaying data. Avoid using tables for layout.
* If you must use a table for layout, add the "purpose-layout" class to the table (no borders or colors on the table).
*/
.portlet table.portlet-table th,
.portlet table.portlet-table td {padding:0.1em 1em;}
.portlet table.purpose-layout,
.portlet table.purpose-layout th,
.portlet table.purpose-layout td {padding:0;}
.portlet table.purpose-layout thead,
.portlet table.purpose-layout th {display:none;}
/* Forms */
/*
* Use the "portlet-form" class on a form to produce a nicely formatted, boxed form.
* Form buttons should use the following Buttons classes.
*/
/*.portlet form select,
.portlet form input[type="text"],
.portlet form textarea {margin-top:2px; font-size:11px;}
.portlet form input[type="text"],
.portlet form textarea {padding:3px;}*/
.portlet .portlet-form {width:auto; padding:1em; font-size:11px;}
.portlet .portlet-form form {margin:0;}
.portlet .portlet-form form fieldset {padding:0.5em 1em;}
.portlet .portlet-form form legend {margin-bottom:1em;}
.portlet .portlet-form form table {}
.portlet .portlet-form form table td {padding:0; border:none;}
.portlet .portlet-form form table td.label {padding-right:3px; text-align:right; width:100px; vertical-align:top; padding-top:5px;}
.portlet .portlet-form form .field-container {display:inline-block; padding:1px; position:relative; width:auto;}
.portlet .portlet-form form .inputtext,
.portlet .portlet-form form .inputpassword {width:206px;}
.portlet .portlet-form form .inputdate,
.portlet .portlet-form form .inputtime {width:94px;}
.portlet .portlet-form form .inputtime {margin-left:4px;}
.portlet .portlet-form form .buttons {margin:0 0 0 105px; border:none;}
.portlet .portlet-form.wider {width:600px;}
.portlet .portlet-form ul,
.portlet .portlet-form li {margin:0; padding:0; list-style-type:none;}
.portlet .portlet-form li {margin:0 0 5px 105px;}
.portlet .portlet-form li label {position:relative; top:-4px;}
/* Overflow box */
/*
*
*/
.portlet .fl-overflow {width:185px; height:300px; margin:0 1em 1em 0; padding:0.31em; overflow-x:auto; overflow-y:scroll;}
/* Pager */
/*
* Formats pagination controls.
* Assumes the Fluid Infusion pager component.
*/
.portlet .view-pager ul {margin:0; padding:0;}
.portlet .fl-pager .fl-pager-ui li {list-style-type:none; display:inline-block;}
.fl-pager caption {padding:.63em 0em; margin-bottom:0em;}
.fl-pager th {cursor:pointer;}
.fl-pager-controls {padding:.69em .69em;}
.flc-pager-links a {vertical-align:middle;}
/* Auto Complete */
.up-autocomplete-dropdown {display: none; position: absolute; padding: 0px; min-width: 200px; min-width: 100px; z-index: 100}
/* close */
.up-autocomplete-dropdown .up-autocomplete-close {padding: 5px 7px; text-align: right;}
/* list */
.up-autocomplete-dropdown .up-autocomplete-matches {max-height: 250px; overflow: auto;}
.up-autocomplete-dropdown .up-autocomplete-matches,
.up-autocomplete-dropdown .up-autocomplete-matches li {padding: 5px; margin: 0; list-style: none;}
/* anchors */
.up-autocomplete-dropdown .up-autocomplete-matches a {display: block; padding:0; text-decoration:none;}
/* loader */
.up-autocomplete-dropdown .up-autocomplete-loading {position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.up-autocomplete-dropdown .up-autocomplete-loading span {visibility: hidden;}
/* no members message */
.up-autocomplete-dropdown .up-autocomplete-noresults.info {display: none; margin: 5px 7px;}
/* Selection Basket */
.portlet .selection-basket a {padding: 0 0 0 20px;}
/* Breadcrumb */
.portlet .breadcrumb .title,
.portlet .breadcrumb .breadcrumbs {display: inline;}
/* Entity Browser */
.portlet .entity-browser .titlebar .title {float: left; margin-right: 5px;}
.portlet .entity-browser .titlebar .select,
.portlet .entity-browser .titlebar .select span {display: block; width: 16px; height: 16px; overflow: hidden;}
.portlet .entity-browser .titlebar .select {float: left;}
.portlet .entity-browser .titlebar .select span {visibility: hidden;}
/* member list */
.portlet .entity-browser .member-list,
.portlet .entity-browser .member-list li {padding: 0; margin: 0; list-style: none;}
.portlet .entity-browser .member-list {margin-left: .5em;}
.portlet .entity-browser .member-list a {display: block; padding: 1px 0 1px 20px;}
/* Search */
.portlet .search-dropdown {
display: none; position: absolute; top: 0; left: 0; border: 1px solid #AAA; margin-left: 20px; padding: 0px; min-width: 200px; min-height: 100px;}
/* close */
.portlet .search-dropdown .search-close {padding: 5px 7px; text-align: right; border-bottom: 1px solid #CCC;}
/* list */
.portlet .search-dropdown .search-list {max-height: 250px; overflow: auto;}
.portlet .search-dropdown .search-list,
.portlet .search-dropdown .search-list li {padding: 0; margin: 0; list-style: none;}
.portlet .search-dropdown .search-list li {display: block; float:none; padding: 2px 5px;}
/* anchors */
.portlet .search-dropdown .search-list a {display: block; padding: 0 0 0 20px;}
/* loader */
.portlet .search-dropdown .search-loader {position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.portlet .search-dropdown .search-loader span {visibility: hidden;}
/* no members message */
.portlet .search-dropdown .portlet-msg.info {display: none; margin: 5px 7px;}
/*
* Single Selection View.
*/
.portlet .view-single-select {border: 1px solid #CCC; position: relative;}
.portlet .view-single-select .titlebar {padding: 8px 8px 6px 8px; border-bottom: 2px solid #CCC; margin-bottom: .5em;}
.portlet .view-single-select .content {padding: 8px 8px;}
/* selection */
.portlet .view-single-select .portlet-selection .title,
.portlet .view-single-select .portlet-selection .selection-basket {display: inline;}
.portlet .view-single-select .portlet-selection .title.selections {padding-left: 0;}
.portlet .view-single-select .selection-basket {padding-left: 5px;}
.portlet .view-single-select .selection-basket a {padding: 0;}
/* breadcrumb */
.portlet .view-single-select .breadcrumb {padding: 0 0;}
/* search */
.portlet .view-single-select .portlet-search {position: absolute; top: 4px; right: 8px;}
/*
* Multiple Selection View.
*/
/* columns */
.portlet .view-multi-select .columns .column-left {padding-right: 5%;}
/* breadcrumb */
.portlet .view-multi-select .breadcrumb {padding: 0 0;}
/* browse */
.portlet .view-multi-select .entity-browser {position: relative; margin-right: 24px; }
.portlet .view-multi-select .columns-2 > * { float: left; }
.portlet .view-multi-select .entity-browser .titlebar {border: 1px solid #CCC; padding: 8px 8px 6px 8px; margin-bottom: 0; position: relative;}
.portlet .view-multi-select .entity-browser .content {padding: 8px 8px 12px 8px; border: 1px solid #CCC;}
.portlet .view-multi-select .columns-2 .fl-container-flex40 { margin-top:16px; }
/* selection */
.portlet .view-multi-select .portlet-selection {border: 1px solid #CCC;}
.portlet .view-multi-select .portlet-selection .titlebar {padding: 8px 8px 6px 8px; border-bottom: 2px solid #CCC; margin-bottom: 0; position: relative;}
.portlet .view-multi-select .portlet-selection .content {padding: 0px 0px 0px 0px;}
.portlet .view-multi-select .portlet-selection .title.selections {background: transparent; padding-left: 0;}
.portlet .view-multi-select .portlet-selection .selection-basket {border-bottom:1px solid #AAA; padding: 8px;}
.portlet .view-multi-select .portlet-selection .selection-basket ul {padding: 0; margin: 0; list-style: none; height: 200px; overflow: auto;}
.portlet .view-multi-select .portlet-selection .selection-basket li {padding: 0; margin: 0; list-style: none;}
.portlet .view-multi-select .portlet-selection .selection-basket a {display: block; padding: 1px 0 1px 20px;}
/* buttons */
.portlet .view-multi-select .buttons {margin-top: 0; padding-right: 8px; border-top: none; text-align: right;}
/* search */
.portlet .view-multi-select .portlet-search {position: absolute; top: 20px; right: 8px;}
/*====================================*/
/* Specific Portlets */
/*====================================*/
/* Style definitions for structures and elements unique to a specific portlet. */
/* CSyndFeed Channel - RSS */
.news-items ul,
.news-items li {margin:0;}
.news-items li {list-style:none;}
.news-items .news-item-excerpt {display:block; padding-top:0.3em;}
.news-source p {padding:1em;}
/* Groups Manager Channel */
.groupmgr-entity,
.groupmgr-group {padding:0.3em 1em; margin-bottom:0.5em;}
.groupmgr-entity strong,
.groupmgr-group strong {padding-right:1em;}
.groupmgr-entity table {margin:1em 0;}
.groupmgr-entity table th {padding:0.2em 1em;}
.groupmgr-entity table td {padding:0.5em 1em;}
.groupmgr-edit-group,
.groupmgr-close-group,
.groupmgr-done-editing,
.groupmgr-delete-group {padding-right:1em;}
.groupmgr-show-info,
.groupmgr-hide-info,
.groupmgr-remove-member {padding-left:1em;}
.groupmgr-edit-group img,
.groupmgr-close-group img,
.groupmgr-show-info img,
.groupmgr-done-editing img,
.groupmgr-delete-group img,
.groupmgr-remove-member img,
.groupmgr-hide-info img {padding-right:0.3em;}
.groupmgr-right-pane td label {display:block; text-align:right;}
.groupmgr-right-pane input {margin-right:0.5em;}
/* Permissions Portlet
* Styles the ongoing information shown in the title bar *
* */
ul.permission_info {padding:0; margin:0; clear:both;}
ul.permission_info li {display:inline; list-style:none; padding:0; margin:0 15px 0 0; border-right:1px solid;}
ul.permission_info li.last {border-right:none;}
.prm-mgr .permission-lookup {margin:1em 2em 2em 2em;}
.prm-mgr .permission-lookup form {margin:0; padding:0.7em 1em;}
.prm-mgr .permission-lookup form label,
.prm-mgr .permission-lookup form input {float:none;}
.prm-mgr .permission-lookup form label,
.prm-mgr .permission-lookup form input[type="text"],
.prm-mgr .permission-lookup form span {font-size:150%;}
.prm-mgr .permission-lookup form input[type="text"] {padding:1px 5px;}
.prm-mgr.view-listperms .panel-list {margin-top:2em;}
.prm-mgr.view-editperm #assignments,
.prm-mgr.view-editperm #assignments ul {margin:0;}
.prm-mgr.view-editperm #assignments li {list-style-type:none; line-height:30px;}
.prm-mgr.view-editperm #assignments ul li {padding-left:16px; position:relative;}
.prm-mgr.view-editperm #assignments ul .assignment-wrapper {display:block; padding-left:6px;}
/* Portlet Manager */
.preference-name {vertical-align: top;}
/**
* Class used by script to fix old IE ZIndex issues. The JavaScript that goes with this class
* is defined here:
* uportal-war/src/main/webapp/media/skins/universality/common/javascript/uportal/flyout-nav.js
*/
.on-top
{
z-index: 10000;
} | 0.732113 | 0.329041 |
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");
table {
margin:5px;
text-align:center;
}
tbody tr:nth-child(2n-1) td{
background-color:var(--primary-1);
}
tbody th{
font-style:italic;
font-weight:normal;
}
.justify-first td:first-child, .justify-first th:first-child{
text-align:right;
padding-right:15px;
}
.justify-first tbody td:first-child, .justify-first tbody th:first-child{
border-right:1px solid var(--primary-2);
}
td,th {
padding:2px 5px
}
thead {
font-style:italic;
}
thead th {
margin:5px;
border-bottom:1px solid var(--primary-0);
}
/* :root{
--primary-0:rgba( 58,109,148,1);
--primary-1:rgba(139,176,205,1);
--primary-2:rgba( 89,135,171,1);
--primary-3:rgba( 34, 91,135,1);
--primary-4:rgba( 19, 68,105,1);
--secondary-1-0:rgba( 55,157,114,1);
--secondary-1-1:rgba(138,211,180,1);
--secondary-1-2:rgba( 88,181,141,1);
--secondary-1-3:rgba( 29,144, 94,1);
--secondary-1-4:rgba( 13,112, 70,1);
--secondary-2-0:rgba( 72, 72,161,1);
--secondary-2-1:rgba(150,150,213,1);
--secondary-2-2:rgba(104,104,184,1);
--secondary-2-3:rgba( 47, 47,147,1);
--secondary-2-4:rgba( 29, 29,115,1);
--complement-0:rgba(230,166, 80,1);
--complement-1:rgba(255,217,167,1);
--complement-2:rgba(255,199,124,1);
--complement-3:rgba(209,138, 42,1);
--complement-4:rgba(164,102, 19,1);
} */
/* As RGBa codes */
:root{
--primary-0: rgba(124,141,179,1); /* Main Primary color */
--primary-1: rgba(197,205,224,1);
--primary-2: rgba(161,174,203,1);
--primary-3: rgba( 93,113,158,1);
--primary-4: rgba( 66, 88,139,1);
--secondary-1-0: rgba(107,163,163,1); /* Main Secondary color (1) */
--secondary-1-1: rgba(188,217,217,1);
--secondary-1-2: rgba(147,192,192,1);
--secondary-1-3: rgba( 77,142,142,1);
--secondary-1-4: rgba( 52,124,124,1);
--secondary-2-0: rgba(141,128,183,1); /* Main Secondary color (2) */
--secondary-2-1: rgba(205,199,225,1);
--secondary-2-2: rgba(174,164,206,1);
--secondary-2-3: rgba(112, 96,163,1);
--secondary-2-4: rgba( 86, 69,142,1);
--complement-0: rgba(255,226,168,1); /* Main Complement color */
--complement-1: rgba(255,244,221,1);
--complement-2: rgba(255,235,196,1);
--complement-3: rgba(236,200,128,1);
--complement-4: rgba(207,167, 86,1);
} | src/components/layout.css | @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");
table {
margin:5px;
text-align:center;
}
tbody tr:nth-child(2n-1) td{
background-color:var(--primary-1);
}
tbody th{
font-style:italic;
font-weight:normal;
}
.justify-first td:first-child, .justify-first th:first-child{
text-align:right;
padding-right:15px;
}
.justify-first tbody td:first-child, .justify-first tbody th:first-child{
border-right:1px solid var(--primary-2);
}
td,th {
padding:2px 5px
}
thead {
font-style:italic;
}
thead th {
margin:5px;
border-bottom:1px solid var(--primary-0);
}
/* :root{
--primary-0:rgba( 58,109,148,1);
--primary-1:rgba(139,176,205,1);
--primary-2:rgba( 89,135,171,1);
--primary-3:rgba( 34, 91,135,1);
--primary-4:rgba( 19, 68,105,1);
--secondary-1-0:rgba( 55,157,114,1);
--secondary-1-1:rgba(138,211,180,1);
--secondary-1-2:rgba( 88,181,141,1);
--secondary-1-3:rgba( 29,144, 94,1);
--secondary-1-4:rgba( 13,112, 70,1);
--secondary-2-0:rgba( 72, 72,161,1);
--secondary-2-1:rgba(150,150,213,1);
--secondary-2-2:rgba(104,104,184,1);
--secondary-2-3:rgba( 47, 47,147,1);
--secondary-2-4:rgba( 29, 29,115,1);
--complement-0:rgba(230,166, 80,1);
--complement-1:rgba(255,217,167,1);
--complement-2:rgba(255,199,124,1);
--complement-3:rgba(209,138, 42,1);
--complement-4:rgba(164,102, 19,1);
} */
/* As RGBa codes */
:root{
--primary-0: rgba(124,141,179,1); /* Main Primary color */
--primary-1: rgba(197,205,224,1);
--primary-2: rgba(161,174,203,1);
--primary-3: rgba( 93,113,158,1);
--primary-4: rgba( 66, 88,139,1);
--secondary-1-0: rgba(107,163,163,1); /* Main Secondary color (1) */
--secondary-1-1: rgba(188,217,217,1);
--secondary-1-2: rgba(147,192,192,1);
--secondary-1-3: rgba( 77,142,142,1);
--secondary-1-4: rgba( 52,124,124,1);
--secondary-2-0: rgba(141,128,183,1); /* Main Secondary color (2) */
--secondary-2-1: rgba(205,199,225,1);
--secondary-2-2: rgba(174,164,206,1);
--secondary-2-3: rgba(112, 96,163,1);
--secondary-2-4: rgba( 86, 69,142,1);
--complement-0: rgba(255,226,168,1); /* Main Complement color */
--complement-1: rgba(255,244,221,1);
--complement-2: rgba(255,235,196,1);
--complement-3: rgba(236,200,128,1);
--complement-4: rgba(207,167, 86,1);
} | 0.383757 | 0.101991 |
.content {
max-width: 80%;
}
#room header {
width: 100%;
display: flex;
justify-content: space-between;
}
#room header .buttons {
display: flex;
}
#room header .buttons .button:nth-child(1) {
margin-right: 0.8rem;
padding: 1.3rem 1.6rem;
}
#room header .buttons .button:nth-child(1) img {
margin-left: 1.16rem;
margin-right: 0;
width: 2rem;
height: 2rem;
}
#room header .buttons p {
display: flex;
color: var(--black);
font-size: 2rem;
font-weight: 500;
font-family: "Poppins", sans-serif;
margin-right: 2rem;
align-items: center;
justify-content: center;
align-content: center;
}
#room header .buttons .button:nth-child(2) {
margin-bottom: 0px;
width: 100px;
}
#room header .buttons .button:nth-child(2) img {
width: 2rem;
height: 2rem;
margin-right: 1.2rem;
}
/* Question Form */
#question-form h2 {
font-family: "Poppins", sans-serif;
font-size: 2.8rem;
font-weight: 700;
color: var(--black);
margin-bottom: 2.4rem;
line-height: 4.2rem;
}
/* New contacts */
.question-wrapper {
background: var(--light-blue);
margin-bottom: 0.8rem;
border-radius: 0 0.8rem 0.8rem 0.8rem;
padding: 2.4rem;
}
.question-wrapper div:nth-child(3) {
margin-bottom: 3.4rem;
}
.question-wrapper .question-content {
display: flex;
align-items: center;
}
.question-wrapper .question-content .user {
display: flex;
align-items: center;
background: var(--blue);
clip-path: circle();
padding: 1.4rem;
}
.question-wrapper .question-content p {
margin-left: 1.6rem;
}
.question-wrapper .question-content .question p {
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 1.6rem;
color: var(--black);
word-break: break-word;
}
.question-wrapper .actions {
display: flex;
align-items: center;
justify-content: flex-end;
}
.question-wrapper .actions > a {
display: flex;
align-items: center;
cursor: pointer;
}
.question-wrapper .actions > a:nth-child(2) {
margin-left: 2.4rem;
}
.question-wrapper .actions > a > img {
margin-right: 0.8rem;
}
/* contacts already read */
.question-wrapper.read {
background: var(--grey-medium);
}
.question-wrapper.read .question-content .user {
background: var(--grey-blue);
}
.no-contacts {
text-align: center;
margin-top: 5.2rem;
}
.no-contacts img {
max-width: 100%;
margin-bottom: 1.2rem;
}
.no-contacts p {
color: var(--black);
font-size: 1.8rem;
font-weight: 600;
font-family: "Poppins", sans-serif;
}
.no-contacts p + p {
color: var(--grey-dark);
font-size: 1.6rem;
font-weight: 400;
font-family: "Open sans", sans-serif;
margin-top: 1.3rem;
line-height: 1.9rem;
}
@media only screen and (max-width: 768px) {
#room header {
flex-direction: column;
flex-wrap: wrap;
align-content: space-around;
align-items: center;
}
#bg {
visibility: hidden;
display: none;
}
#room header .buttons {
align-content: center;
justify-content: center;
align-items: center;
}
} | public/styles/room.css | .content {
max-width: 80%;
}
#room header {
width: 100%;
display: flex;
justify-content: space-between;
}
#room header .buttons {
display: flex;
}
#room header .buttons .button:nth-child(1) {
margin-right: 0.8rem;
padding: 1.3rem 1.6rem;
}
#room header .buttons .button:nth-child(1) img {
margin-left: 1.16rem;
margin-right: 0;
width: 2rem;
height: 2rem;
}
#room header .buttons p {
display: flex;
color: var(--black);
font-size: 2rem;
font-weight: 500;
font-family: "Poppins", sans-serif;
margin-right: 2rem;
align-items: center;
justify-content: center;
align-content: center;
}
#room header .buttons .button:nth-child(2) {
margin-bottom: 0px;
width: 100px;
}
#room header .buttons .button:nth-child(2) img {
width: 2rem;
height: 2rem;
margin-right: 1.2rem;
}
/* Question Form */
#question-form h2 {
font-family: "Poppins", sans-serif;
font-size: 2.8rem;
font-weight: 700;
color: var(--black);
margin-bottom: 2.4rem;
line-height: 4.2rem;
}
/* New contacts */
.question-wrapper {
background: var(--light-blue);
margin-bottom: 0.8rem;
border-radius: 0 0.8rem 0.8rem 0.8rem;
padding: 2.4rem;
}
.question-wrapper div:nth-child(3) {
margin-bottom: 3.4rem;
}
.question-wrapper .question-content {
display: flex;
align-items: center;
}
.question-wrapper .question-content .user {
display: flex;
align-items: center;
background: var(--blue);
clip-path: circle();
padding: 1.4rem;
}
.question-wrapper .question-content p {
margin-left: 1.6rem;
}
.question-wrapper .question-content .question p {
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 1.6rem;
color: var(--black);
word-break: break-word;
}
.question-wrapper .actions {
display: flex;
align-items: center;
justify-content: flex-end;
}
.question-wrapper .actions > a {
display: flex;
align-items: center;
cursor: pointer;
}
.question-wrapper .actions > a:nth-child(2) {
margin-left: 2.4rem;
}
.question-wrapper .actions > a > img {
margin-right: 0.8rem;
}
/* contacts already read */
.question-wrapper.read {
background: var(--grey-medium);
}
.question-wrapper.read .question-content .user {
background: var(--grey-blue);
}
.no-contacts {
text-align: center;
margin-top: 5.2rem;
}
.no-contacts img {
max-width: 100%;
margin-bottom: 1.2rem;
}
.no-contacts p {
color: var(--black);
font-size: 1.8rem;
font-weight: 600;
font-family: "Poppins", sans-serif;
}
.no-contacts p + p {
color: var(--grey-dark);
font-size: 1.6rem;
font-weight: 400;
font-family: "Open sans", sans-serif;
margin-top: 1.3rem;
line-height: 1.9rem;
}
@media only screen and (max-width: 768px) {
#room header {
flex-direction: column;
flex-wrap: wrap;
align-content: space-around;
align-items: center;
}
#bg {
visibility: hidden;
display: none;
}
#room header .buttons {
align-content: center;
justify-content: center;
align-items: center;
}
} | 0.410756 | 0.08196 |
.contact-header {
margin: -1.4rem -2rem 1rem;
}
.contact-header img {
width: 100%;
height: 7.6rem;
background: transparent no-repeat center 30%;
background-size: 100% auto;
}
.view-contacts-list .block-list {
padding-right: 1rem;
}
#contact-name-title {
max-width: 23rem;
float: left;
}
/* Contact detail main section */
.view-contact-profile article.view-body {
overflow: scroll;
position: absolute;
min-height: 100%;
width: -moz-calc(100% + 1rem);
}
.view-contact-profile .view-body-inner {
background: transparent no-repeat center -8rem;
background-size: 100% auto;
padding: 0;
background-color: #f5f5f5;
overflow: visible;
position: relative;
min-height: 100%;
}
.view-contact-profile .view-body-inner.up {
background-position: center -8rem;
-moz-transition: background-position 0.25s ease-out;
}
.view-contact-profile .view-body-inner > section {
padding: 0 2rem;
background: #f5f5f5;
min-height: 100%;
overflow: hidden;
width: 100%;
position: absolute;
-moz-box-sizing: border-box;
}
.view-contact-profile .view-body-inner > section #toggle-favorite {
padding-bottom: 1rem;
}
.view-contact-profile .view-body-inner hr {
margin-top: 0;
}
.view-contact-profile .view-body-inner > section h1{
padding-top: 1.4rem;
}
.view-contact-profile .view-body-inner > section.no-photo {
transform: translateY(0);
}
.view-contact-profile .view-body-inner > section.up {
transform: translateY(8rem);
-moz-transition: transform 0.5s ease-out;
}
.view-contact-profile .view-body-inner .comment-notes {
font-family: Open Sans;
font-weight: 600;
font-size: 1.3rem;
line-height: 1.3em;
white-space: pre-wrap;
}
#contact-detail h1 {
font: 1.4rem/1.5em Open Sans, Sans-serif;
font-weight: 600;
border-bottom: solid 1px #dbd9d9;
margin-bottom: 1rem;
}
#contact-detail li .item-body-exp {
padding-bottom: 1rem;
}
#contact-detail h2 {
text-transform: uppercase;
font-size: 1.4rem;
}
.block-item > * {
pointer-events: none;
}
.view-jumper-inner > li > * {
pointer-events: none;
}
/* Edit contact section */
.view-edit-contact fieldset:not(.first) {
position: relative;
margin-right: 3rem;
}
.view-edit-contact fieldset div {
position: relative;
}
.view-edit-contact .fillflow-row-action {
width: 5rem;
height: 5rem;
margin: -2.5rem 0 0 0;
}
hr {
background-color: #BCBCBC;
border: 0;
height: 1px;
}
/* Favorites handling */
#group-favorites abbr {
background: url(gphx/bitmap/default/lists/favorites.png);
display: block;
background-size: 100% auto;
width: 2rem;
height: 2rem;
}
/* Search */
#groups-list {
padding-top: 2.5rem;
}
#search-contact {
height: 2.5rem;
color: #000;
font-family: 'Open Sans';
font-size: 1.2rem;
}
.search-hide {
display: none;
}
#search-container {
background: url(gphx/bitmap/default/search/searchbar_1x35.png) repeat-x scroll left bottom transparent;
position: absolute;
width: -moz-calc(100% - 5.8rem);
padding: 0.5rem 2.5rem;
height: 2.5rem;
top: 0;
left: 0;
}
#search-container button {
line-height: 2.5rem;
padding: 0 2rem;
font-family: 'Open Sans';
font-weight: 600;
font-size: 1.2rem;
color: #707070;
}
#view-contacts-list.searching.transitioning #search-container {
position: absolute;
}
#view-contacts-list.searching #search-container {
position: fixed;
z-index: 101;
top: 0;
width: -moz-calc(100% + 0.8rem);
background-size: 100% 100%;
}
#view-contacts-list.searching .view-body {
z-index: 10;
position: absolute;
top: 0;
height: 100%;
width: 100%;
}
#view-contacts-list.searching header {
top: -5rem;
}
#view-contacts-list.searching #search-contact {
width: 20rem;
}
#view-contacts-list.searching .block-item {
border-bottom: 1px solid #DBDBDB;
}
#no-result {
margin-top: -moz-calc((100% - 0.5rem) / 2);
text-align: center;
margin-left: -0.8rem;
}
/* "import SIM contacts" button and throbber */
.simContacts {
font-size: 1.6rem;
margin-top: 5rem;
margin-left: 1.5rem;
width: calc(100% - 6rem); /* 4.5rem = view-jumper width */
}
.simContacts button {
height: 2rem;
line-height: 2rem;
font-weight: bold;
font-size: 1.4rem;
}
.simContacts span, .simContacts small {
display: block;
}
/* Social network markers */
.icon-social {
background-size: cover;
display: inline-block;
vertical-align: middle;
text-indent: 100%;
overflow: hidden;
width: 1.5rem;
height: 1.5rem;
margin-left: 1rem;
}
.icon-social.icon-fb {
background-image: url(images/f_logo.png) !important;
}
.icon-social.icon-tw {
background-image: url(images/tw_logo2.png) !important;
}
.icon-social.notorg {
margin-left: 0 !important;
}
#contact-detail p > strong {
font-size: 1.4rem;
} | apps/contacts/style/contacts.css | .contact-header {
margin: -1.4rem -2rem 1rem;
}
.contact-header img {
width: 100%;
height: 7.6rem;
background: transparent no-repeat center 30%;
background-size: 100% auto;
}
.view-contacts-list .block-list {
padding-right: 1rem;
}
#contact-name-title {
max-width: 23rem;
float: left;
}
/* Contact detail main section */
.view-contact-profile article.view-body {
overflow: scroll;
position: absolute;
min-height: 100%;
width: -moz-calc(100% + 1rem);
}
.view-contact-profile .view-body-inner {
background: transparent no-repeat center -8rem;
background-size: 100% auto;
padding: 0;
background-color: #f5f5f5;
overflow: visible;
position: relative;
min-height: 100%;
}
.view-contact-profile .view-body-inner.up {
background-position: center -8rem;
-moz-transition: background-position 0.25s ease-out;
}
.view-contact-profile .view-body-inner > section {
padding: 0 2rem;
background: #f5f5f5;
min-height: 100%;
overflow: hidden;
width: 100%;
position: absolute;
-moz-box-sizing: border-box;
}
.view-contact-profile .view-body-inner > section #toggle-favorite {
padding-bottom: 1rem;
}
.view-contact-profile .view-body-inner hr {
margin-top: 0;
}
.view-contact-profile .view-body-inner > section h1{
padding-top: 1.4rem;
}
.view-contact-profile .view-body-inner > section.no-photo {
transform: translateY(0);
}
.view-contact-profile .view-body-inner > section.up {
transform: translateY(8rem);
-moz-transition: transform 0.5s ease-out;
}
.view-contact-profile .view-body-inner .comment-notes {
font-family: Open Sans;
font-weight: 600;
font-size: 1.3rem;
line-height: 1.3em;
white-space: pre-wrap;
}
#contact-detail h1 {
font: 1.4rem/1.5em Open Sans, Sans-serif;
font-weight: 600;
border-bottom: solid 1px #dbd9d9;
margin-bottom: 1rem;
}
#contact-detail li .item-body-exp {
padding-bottom: 1rem;
}
#contact-detail h2 {
text-transform: uppercase;
font-size: 1.4rem;
}
.block-item > * {
pointer-events: none;
}
.view-jumper-inner > li > * {
pointer-events: none;
}
/* Edit contact section */
.view-edit-contact fieldset:not(.first) {
position: relative;
margin-right: 3rem;
}
.view-edit-contact fieldset div {
position: relative;
}
.view-edit-contact .fillflow-row-action {
width: 5rem;
height: 5rem;
margin: -2.5rem 0 0 0;
}
hr {
background-color: #BCBCBC;
border: 0;
height: 1px;
}
/* Favorites handling */
#group-favorites abbr {
background: url(gphx/bitmap/default/lists/favorites.png);
display: block;
background-size: 100% auto;
width: 2rem;
height: 2rem;
}
/* Search */
#groups-list {
padding-top: 2.5rem;
}
#search-contact {
height: 2.5rem;
color: #000;
font-family: 'Open Sans';
font-size: 1.2rem;
}
.search-hide {
display: none;
}
#search-container {
background: url(gphx/bitmap/default/search/searchbar_1x35.png) repeat-x scroll left bottom transparent;
position: absolute;
width: -moz-calc(100% - 5.8rem);
padding: 0.5rem 2.5rem;
height: 2.5rem;
top: 0;
left: 0;
}
#search-container button {
line-height: 2.5rem;
padding: 0 2rem;
font-family: 'Open Sans';
font-weight: 600;
font-size: 1.2rem;
color: #707070;
}
#view-contacts-list.searching.transitioning #search-container {
position: absolute;
}
#view-contacts-list.searching #search-container {
position: fixed;
z-index: 101;
top: 0;
width: -moz-calc(100% + 0.8rem);
background-size: 100% 100%;
}
#view-contacts-list.searching .view-body {
z-index: 10;
position: absolute;
top: 0;
height: 100%;
width: 100%;
}
#view-contacts-list.searching header {
top: -5rem;
}
#view-contacts-list.searching #search-contact {
width: 20rem;
}
#view-contacts-list.searching .block-item {
border-bottom: 1px solid #DBDBDB;
}
#no-result {
margin-top: -moz-calc((100% - 0.5rem) / 2);
text-align: center;
margin-left: -0.8rem;
}
/* "import SIM contacts" button and throbber */
.simContacts {
font-size: 1.6rem;
margin-top: 5rem;
margin-left: 1.5rem;
width: calc(100% - 6rem); /* 4.5rem = view-jumper width */
}
.simContacts button {
height: 2rem;
line-height: 2rem;
font-weight: bold;
font-size: 1.4rem;
}
.simContacts span, .simContacts small {
display: block;
}
/* Social network markers */
.icon-social {
background-size: cover;
display: inline-block;
vertical-align: middle;
text-indent: 100%;
overflow: hidden;
width: 1.5rem;
height: 1.5rem;
margin-left: 1rem;
}
.icon-social.icon-fb {
background-image: url(images/f_logo.png) !important;
}
.icon-social.icon-tw {
background-image: url(images/tw_logo2.png) !important;
}
.icon-social.notorg {
margin-left: 0 !important;
}
#contact-detail p > strong {
font-size: 1.4rem;
} | 0.453746 | 0.057467 |
@media (min-width: 48em) {
html {
font-size: 18px;
}
}
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",
Roboto,"Helvetica Neue",
Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
color: #555;
}
body, html
{
height: 100%;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
color: #333;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
background: #000;
}
.navbar-toggle {
float: right;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
cursor: pointer;
display: none;
position: absolute;
left: 1rem;
top: 1rem;
}
/*
* Override Bootstrap's default container.
*/
/*Override upload button*/
.file-upload input[type="file"]
{
display: none;
}
.file-upload
{
position: relative;
overflow: hidden;
max-width: 250px;
background: #4169E1;
border-radius: 5px;
color: #fff;
text-align: center;
padding: 18.5px 0;
}
.file-upload:hover
{
background: #1E90FF;
}
.file-upload label
{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.file-upload span
{
line-height: 40px;
font-weight:400;
font-size: 12px;
padding: 0 3px;
}
.main
{
margin-bottom: 2rem;
min-height: calc(100% - 80px - 22.4px - 7.05rem);
}
.profile
{
min-height: calc(100% - 80px - 22.4px - 7.05rem);
}
/*
* Masthead for nav
*/
.blog-masthead {
background-color: #ffffff;
}
.blog-main
{
background-color: #f5f8fa;
padding: 1.5rem;
border-radius: 20px;
}
/* Nav links */
.nav-link {
position: relative;
padding: 0;
font-weight: 500;
color: #000000;
}
.nav-link:hover,
.nav-link:focus {
color: #A9A9A9;
}
/* Active state gets a caret at the bottom */
.nav-link.active {
color: #A9A9A9;
}
.nav-link.active:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -.3rem;
vertical-align: middle;
content: "";
border-right: .3rem solid transparent;
border-bottom: .3rem solid;
border-left: .3rem solid transparent;
}
/*
* Blog name and description
*/
.blog-header {
padding-bottom: 1.25rem;
margin-bottom: 1rem;
border-bottom: .05rem solid #eee;
}
.blog-title {
margin-bottom: 0;
font-size: 2rem;
font-weight: normal;
}
.blog-description {
font-size: 1.1rem;
color: #999;
}
@media (min-width: 40em) {
.blog-title {
font-size: 3.5rem;
}
}
/*
* Main column and sidebar layout
*/
/* Sidebar modules for boxing content */
.sidebar-module {
padding: 1rem;
/*margin: 0 -1rem 1rem;*/
}
.sidebar-module-inset {
padding: 1rem;
background-color: #f5f5f5;
border-radius: .25rem;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
margin-bottom: 0;
}
/* Pagination */
.blog-pagination {
margin-bottom: 4rem;
}
.blog-pagination > .btn {
border-radius: 2rem;
}
.pagination
{
display: flex;
justify-content: center;
}
/*
* Blog posts
*/
.single {
margin-bottom: 10px;
padding: 10px;
}
.single h2 {
margin-bottom: .25rem;
font-size: 2.5rem;
text-align: center;
}
.blog-post-meta {
margin-bottom: 0.25rem;
color: #999;
}
/*
* Footer
*/
.blog-footer {
padding: 2.5rem 0;
color: #999;
text-align: center;
background-color: #f9f9f9;
border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
}
.btn-round
{
width: 24px;
height: 24px;
border-radius: 50% !important;
}
.actions-post
{
float: left;
margin-right: 15px;
}
.actions
{
width: 100px;
}
.number-of-posts
{
text-align: center;
}
.detailBox {
border:1px solid #bbb;
margin-bottom: 20px;
}
.titleBox {
background-color:#fdfdfd;
padding:10px;
}
.titleBox label{
color:#444;
margin:0;
display:inline-block;
}
.commentBox {
padding:10px;
border-top:1px dotted #bbb;
}
.actionBox .form-group * {
width:100%;
}
.taskDescription {
margin-top:10px 0;
}
.commentList {
padding:0;
list-style:none;
}
.commentList li {
margin:0;
margin-top:10px;
}
.commentList li > div {
display:table-cell;
}
.commenterImage {
width:30px;
margin-right:5px;
height:100%;
float:left;
}
.commenterImage img {
width: 30px;
height: 30px;
border-radius:50%;
}
.commentText p {
margin:0;
}
.sub-text {
color:#aaa;
font-family:verdana;
font-size:11px;
}
.actionBox {
border-top:1px dotted #bbb;
padding:10px;
}
.account-avatar a
{
padding: 0;
}
.top-nav
{
float: left;
padding-top: 20px;
}
.container-fluid
{
padding: 5px 20px;
min-height: 80px;
}
.account-avatar
{
float: right;
}
.logout-section
{
}
.account-avatar img
{
border-radius: 50%;
width: 50px;
height: 50px;
}
.user-name
{
padding-left: 1rem !important;
}
.logout a
{
padding-top: 0 !important;
padding-left: 1rem !important;
}
.article-card
{
margin: 10px 0;
}
.blog-header-logo
{
width: 100%;
}
.logout p
{
margin: 0;
}
.card img
{
height: 300px;
}
.card-body
{
padding-top: 0;
height: 250px;
}
.thumb
{
width: 100%;
max-width: 250px;
}
.clear
{
padding-top: 2rem;
border-top: .05rem solid #e5e5e5
}
.post-status
{
position: relative;
}
.published
{
background-image: url('/public/images/app/icons/published.png');
border: none;
}
.no-published
{
background-image: url('/public/images/app/icons/no-published.png');
border: none;
}
.user-data
{
font-size: 1.5em !important;
padding: 1rem 0;
}
.edit-profile span:before
{
content: url('/public/images/app/icons/edit.png');
}
.user-data .edit-profile, .user-data .delete
{
width: 100%;
margin: 5px 0;
}
.edit-post span:before, .edit-comment span:before
{
content: url('/public/images/app/icons/edit-post.png');
}
.edit-post, .edit-comment
{
padding: 0;
margin-left: 5px;
}
.action-delete-post, .action-delete-comment
{
float: left;
margin-right: 5px;
}
.profile-photo img
{
width: 100%;
margin-bottom: 0.5rem;
border-radius: 10px;
}
.profile-photo
{
max-width: 240px;
}
.clr
{
clear: both;
}
.row.align-items-end
{
padding: 0 !important;
}
.form-group.col-sm-4.col-md-4
{
margin-bottom: 0;
}
.post-thumbnail
{
padding-left: 0;
}
.thumbnail
{
overflow: hidden;
width: 100%;
font-size: 1rem;
}
.edit-user-data
{
width: 80%;
padding: 0 1em;
max-width: 900px;
}
.delete-comment, .delete-post
{
border: none;
background-image: url('/public/images/app/icons/delete.png');
}
.locale
{
float: left;
padding-top: 30px;
}
.lang a
{
padding-left: 5px !important;
padding-right: 5px !important;
}
.clear .article-card .card-img-top
{
height: 250px;
}
.post-not-found
{
width: 100%;
}
.mobile-menu
{
display: none;
}
.back-top
{
display: none;
position: fixed;
bottom: 40px;
right: 30px;
border:none;
background-image: url('/public/images/app/icons/back-top.png');
box-shadow: none;
}
.back
{
text-align: right;
}
.btn-round-back
{
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 30px;
}
.dropdown a
{
padding: 10px 15px;
}
.link-edit-post
{
margin-top: 2rem;
}
.delete-avatar-profile
{
float: left;
margin-right: 10px;
}
.delete-photo
{
font-size: 12px;
}
.successful-change-status, .successful-delete,
.successful-update, .successful-save, .successful-profile-update,
.successful-profile-delete
{
display: none;
position: fixed;
top: 100px;
z-index: 99999;
padding: 2rem 90px;
}
.form-group.container
{
width: 100%;
max-width: 100% !important;
padding: 0;
}
.form-group.container .row
{
padding: 0;
}
.rounded.mx-auto.d-block
{
width: 100%;
}
.mobile-post-actions
{
display: inline-block;
margin: 0 7%;
}
.mobile-posts
{
position: relative;
}
.date-of-creation
{
position: absolute;
bottom: 0;
right: 0;
margin-right: 5%;
}
.mobile-user-post
{
margin: 2rem 0;
}
.select-all
{
margin-right: 1.5rem;
}
.errors-validation
{
font-size: 0.75rem;
} | public/css/blog.css | @media (min-width: 48em) {
html {
font-size: 18px;
}
}
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",
Roboto,"Helvetica Neue",
Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
color: #555;
}
body, html
{
height: 100%;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
color: #333;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
background: #000;
}
.navbar-toggle {
float: right;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
cursor: pointer;
display: none;
position: absolute;
left: 1rem;
top: 1rem;
}
/*
* Override Bootstrap's default container.
*/
/*Override upload button*/
.file-upload input[type="file"]
{
display: none;
}
.file-upload
{
position: relative;
overflow: hidden;
max-width: 250px;
background: #4169E1;
border-radius: 5px;
color: #fff;
text-align: center;
padding: 18.5px 0;
}
.file-upload:hover
{
background: #1E90FF;
}
.file-upload label
{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.file-upload span
{
line-height: 40px;
font-weight:400;
font-size: 12px;
padding: 0 3px;
}
.main
{
margin-bottom: 2rem;
min-height: calc(100% - 80px - 22.4px - 7.05rem);
}
.profile
{
min-height: calc(100% - 80px - 22.4px - 7.05rem);
}
/*
* Masthead for nav
*/
.blog-masthead {
background-color: #ffffff;
}
.blog-main
{
background-color: #f5f8fa;
padding: 1.5rem;
border-radius: 20px;
}
/* Nav links */
.nav-link {
position: relative;
padding: 0;
font-weight: 500;
color: #000000;
}
.nav-link:hover,
.nav-link:focus {
color: #A9A9A9;
}
/* Active state gets a caret at the bottom */
.nav-link.active {
color: #A9A9A9;
}
.nav-link.active:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -.3rem;
vertical-align: middle;
content: "";
border-right: .3rem solid transparent;
border-bottom: .3rem solid;
border-left: .3rem solid transparent;
}
/*
* Blog name and description
*/
.blog-header {
padding-bottom: 1.25rem;
margin-bottom: 1rem;
border-bottom: .05rem solid #eee;
}
.blog-title {
margin-bottom: 0;
font-size: 2rem;
font-weight: normal;
}
.blog-description {
font-size: 1.1rem;
color: #999;
}
@media (min-width: 40em) {
.blog-title {
font-size: 3.5rem;
}
}
/*
* Main column and sidebar layout
*/
/* Sidebar modules for boxing content */
.sidebar-module {
padding: 1rem;
/*margin: 0 -1rem 1rem;*/
}
.sidebar-module-inset {
padding: 1rem;
background-color: #f5f5f5;
border-radius: .25rem;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
margin-bottom: 0;
}
/* Pagination */
.blog-pagination {
margin-bottom: 4rem;
}
.blog-pagination > .btn {
border-radius: 2rem;
}
.pagination
{
display: flex;
justify-content: center;
}
/*
* Blog posts
*/
.single {
margin-bottom: 10px;
padding: 10px;
}
.single h2 {
margin-bottom: .25rem;
font-size: 2.5rem;
text-align: center;
}
.blog-post-meta {
margin-bottom: 0.25rem;
color: #999;
}
/*
* Footer
*/
.blog-footer {
padding: 2.5rem 0;
color: #999;
text-align: center;
background-color: #f9f9f9;
border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
}
.btn-round
{
width: 24px;
height: 24px;
border-radius: 50% !important;
}
.actions-post
{
float: left;
margin-right: 15px;
}
.actions
{
width: 100px;
}
.number-of-posts
{
text-align: center;
}
.detailBox {
border:1px solid #bbb;
margin-bottom: 20px;
}
.titleBox {
background-color:#fdfdfd;
padding:10px;
}
.titleBox label{
color:#444;
margin:0;
display:inline-block;
}
.commentBox {
padding:10px;
border-top:1px dotted #bbb;
}
.actionBox .form-group * {
width:100%;
}
.taskDescription {
margin-top:10px 0;
}
.commentList {
padding:0;
list-style:none;
}
.commentList li {
margin:0;
margin-top:10px;
}
.commentList li > div {
display:table-cell;
}
.commenterImage {
width:30px;
margin-right:5px;
height:100%;
float:left;
}
.commenterImage img {
width: 30px;
height: 30px;
border-radius:50%;
}
.commentText p {
margin:0;
}
.sub-text {
color:#aaa;
font-family:verdana;
font-size:11px;
}
.actionBox {
border-top:1px dotted #bbb;
padding:10px;
}
.account-avatar a
{
padding: 0;
}
.top-nav
{
float: left;
padding-top: 20px;
}
.container-fluid
{
padding: 5px 20px;
min-height: 80px;
}
.account-avatar
{
float: right;
}
.logout-section
{
}
.account-avatar img
{
border-radius: 50%;
width: 50px;
height: 50px;
}
.user-name
{
padding-left: 1rem !important;
}
.logout a
{
padding-top: 0 !important;
padding-left: 1rem !important;
}
.article-card
{
margin: 10px 0;
}
.blog-header-logo
{
width: 100%;
}
.logout p
{
margin: 0;
}
.card img
{
height: 300px;
}
.card-body
{
padding-top: 0;
height: 250px;
}
.thumb
{
width: 100%;
max-width: 250px;
}
.clear
{
padding-top: 2rem;
border-top: .05rem solid #e5e5e5
}
.post-status
{
position: relative;
}
.published
{
background-image: url('/public/images/app/icons/published.png');
border: none;
}
.no-published
{
background-image: url('/public/images/app/icons/no-published.png');
border: none;
}
.user-data
{
font-size: 1.5em !important;
padding: 1rem 0;
}
.edit-profile span:before
{
content: url('/public/images/app/icons/edit.png');
}
.user-data .edit-profile, .user-data .delete
{
width: 100%;
margin: 5px 0;
}
.edit-post span:before, .edit-comment span:before
{
content: url('/public/images/app/icons/edit-post.png');
}
.edit-post, .edit-comment
{
padding: 0;
margin-left: 5px;
}
.action-delete-post, .action-delete-comment
{
float: left;
margin-right: 5px;
}
.profile-photo img
{
width: 100%;
margin-bottom: 0.5rem;
border-radius: 10px;
}
.profile-photo
{
max-width: 240px;
}
.clr
{
clear: both;
}
.row.align-items-end
{
padding: 0 !important;
}
.form-group.col-sm-4.col-md-4
{
margin-bottom: 0;
}
.post-thumbnail
{
padding-left: 0;
}
.thumbnail
{
overflow: hidden;
width: 100%;
font-size: 1rem;
}
.edit-user-data
{
width: 80%;
padding: 0 1em;
max-width: 900px;
}
.delete-comment, .delete-post
{
border: none;
background-image: url('/public/images/app/icons/delete.png');
}
.locale
{
float: left;
padding-top: 30px;
}
.lang a
{
padding-left: 5px !important;
padding-right: 5px !important;
}
.clear .article-card .card-img-top
{
height: 250px;
}
.post-not-found
{
width: 100%;
}
.mobile-menu
{
display: none;
}
.back-top
{
display: none;
position: fixed;
bottom: 40px;
right: 30px;
border:none;
background-image: url('/public/images/app/icons/back-top.png');
box-shadow: none;
}
.back
{
text-align: right;
}
.btn-round-back
{
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 30px;
}
.dropdown a
{
padding: 10px 15px;
}
.link-edit-post
{
margin-top: 2rem;
}
.delete-avatar-profile
{
float: left;
margin-right: 10px;
}
.delete-photo
{
font-size: 12px;
}
.successful-change-status, .successful-delete,
.successful-update, .successful-save, .successful-profile-update,
.successful-profile-delete
{
display: none;
position: fixed;
top: 100px;
z-index: 99999;
padding: 2rem 90px;
}
.form-group.container
{
width: 100%;
max-width: 100% !important;
padding: 0;
}
.form-group.container .row
{
padding: 0;
}
.rounded.mx-auto.d-block
{
width: 100%;
}
.mobile-post-actions
{
display: inline-block;
margin: 0 7%;
}
.mobile-posts
{
position: relative;
}
.date-of-creation
{
position: absolute;
bottom: 0;
right: 0;
margin-right: 5%;
}
.mobile-user-post
{
margin: 2rem 0;
}
.select-all
{
margin-right: 1.5rem;
}
.errors-validation
{
font-size: 0.75rem;
} | 0.520984 | 0.070049 |
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700,800,900');
body {
--lightest-grey: #e1aeae;
--blue: #0099ff;
--darkest-grey: #212121;
--grey-green: #4a585f;
--middle-grey: #777777;
--light-grey: #dddddd;
--dark-grey: #4d4d4d;
--red: #C82829;
--orange: #F5871F;
--green: #49D176;
font-family: 'Work Sans', sans-serif;
font-size: 15px;
background-color: var(--lightest-grey);
padding-top: 10px;
}
.menu {
top: 0;
left: 0;
right: 0;
height: 50px;
background-color: var(--lightest-grey);
/* box-shadow: 0 1px 6px rgba(0,0,0,0.25) */
}
.menu .wrapper {
position: relative;
height: 100%; }
.menu .wrapper a {
padding: 5px 0;
}
.menu .wrapper a img{
height: 26px;
}
.logo {
display: inline-block;
vertical-align: top;
font-size: 26px;
color: var(--blue);
font-weight: bold; }
.logo span {
font-weight: 700;
color: var(--blue);
text-transform: uppercase;
font-size: 20px;
letter-spacing: 3px;
padding-left: 10px; }
.logo:hover {
text-decoration: none;
color: var(--blue); }
.menu-right {
padding: 10px 0px;
float: right;
position: relative;
height: 100%; }
.menu-right span {
display: inline-block;
vertical-align: top;
font-size: 14px;
padding-right: 7px;
color: var(--blue);
line-height: 34px; }
.menu-right img {
height: 100%; }
.page {
padding-top: 40px; }
img {
max-width: 100%; }
h1 {
line-height: 50px;
font-size: 34px;
font-weight: 800;
text-align: center;
/* text-transform: uppercase; */
letter-spacing: 2px;
color: var(--blue);
margin-bottom: 40px; }
h2 {
font-size: 25px;
font-weight: 700;
color: var(--blue);
margin-bottom: 20px;
margin-top: 30px; }
h3 {
font-size: 21px;
font-weight: 400;
color: var(--blue);
margin-bottom: 20px;
margin-top: 30px; }
h5 {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 28px;
color: var(--blue);
margin-bottom: 50px;
margin-top: 30px; }
h6 {
font-size: 16px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--blue);
margin-bottom: 10px;
/*margin-top: 30px;*/ }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
margin-top: 0; }
p, ul li {
font-weight: 400;
color: var(--darkest-grey);
font-size: inherit;
line-height: 23px; }
a {
/*color: var(--darkest-grey);*/
font-weight: 400; }
a:hover {
color: var(--grey-green); }
hr {
height: 0.25em;
padding: 0;
margin: 24px 0;
background-color: var(--darkest-grey);
border: 0; }
.center-table {
display: flex;
flex-direction: column;
align-items: center;
}
.center-table .table {
width: 80%;
padding: 40px;
}
.page-content .table {
border: 0px solid #fff;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 12px 28px rgba(0,0,0,0.20), 0 6px 12px rgba(0,0,0,0.20);
}
img.bg-card {
border-radius: 10px 0 0 0;
}
.page-content > table {
width: 100%;
border: 1px solid var(--lightest-grey);
margin-bottom: 16px;
border-collapse: separate; }
.page-content > table td {
font-size: 14px;
padding: 7px 15px; }
.page-content > table th {
border-bottom: 1px solid var(--lightest-grey);
padding: 10px 15px; }
.page-content > table tr:nth-child(even) {
background-color: #ffffff; }
blockquote {
padding: 0 1em;
color: #777;
border-left: 0.25em solid var(--light-grey); }
blockquote > :first-child {
margin-top: 0; }
blockquote > :last-child {
margin-bottom: 0; }
code {
color: var(--dark-grey); }
code, tt {
margin: 0 2px;
padding: 0 5px;
white-space: nowrap;
background-color: #ffffff;
font-family: monospace, Consolas,"Liberation Mono",Menlo,Courier,monospace; }
pre code {
margin: 0;
padding: 0;
white-space: pre;
border: none;
background: transparent; }
.highlight {
font-family: monospace, Consolas,"Liberation Mono",Menlo,Courier,monospace;
background-color: #ffffff;
border: 1px solid var(--lightest-grey);
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 0;
border-radius: 3px; }
.highlight table {
width: 100%; }
.highlight table .gutter, .highlight table .code {
border: 0; }
.highlight table .gutter {
white-space: nowrap;
border-right: 1px solid var(--lightest-grey); }
.highlight table .gutter pre {
color: var(--darkest-grey); }
.highlight table .code {
width: 99%; }
.highlight pre {
background-color: #ffffff;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
border-radius: 3px;
margin-bottom: 0; }
pre code, pre tt {
background-color: transparent;
border: none; }
.editor, .editor .gutter {
background-color: var(--blue);
color: var(--dark-grey); }
.editor.is-focused .cursor {
border-color: var(--middle-grey); }
.editor.is-focused .selection .region {
background-color: var(--light-grey); }
.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line {
background-color: var(--lightest-grey); }
.comment {
color: var(--middle-grey); }
.keyword.operator.class, .constant.other, .source.php.embedded.line {
color: var(--middle-grey); }
.variable, .support.other.variable, .string.other.link, .string.regexp, .entity.name.tag, .entity.other.attribute-name, .meta.tag, .declaration.tag, .markup.deleted.git_gutter {
color: var(--red); }
.constant.numeric, .constant.language, .support.constant, .constant.character, .variable.parameter, .punctuation.section.embedded, .keyword.other.unit {
color: var(--orange); }
.entity.name.class, .entity.name.type.class, .support.type, .support.class {
color: var(--orange); }
.string, .constant.other.symbol, .entity.other.inherited-class, .entity.name.filename, .markup.heading, .markup.inserted.git_gutter {
color: #718C00; }
.keyword.operator, .constant.other.color {
color: #3E999F; }
.entity.name.function, .meta.function-call, .support.function, .keyword.other.special-method, .meta.block-level, .markup.changed.git_gutter {
color: #4271AE; }
.keyword, .storage, .storage.type {
color: #8959A8; }
.invalid {
color: var(--blue);
background-color: var(--red); }
.meta.separator {
color: var(--blue);
background-color: #4271AE; }
.invalid.deprecated {
color: var(--blue);
background-color: #8959A8; }
.markup.inserted.diff, .markup.deleted.diff, .meta.diff.header.to-file, .meta.diff.header.from-file {
color: var(--blue); }
.markup.inserted.diff, .meta.diff.header.to-file {
background-color: #718c00; }
.markup.deleted.diff, .meta.diff.header.from-file {
background-color: var(--red); }
.meta.diff.header.from-file, .meta.diff.header.to-file {
color: var(--blue);
background-color: #4271ae; }
.meta.diff.range {
font-style: italic;
color: #3e999f; }
.wrapper {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px; }
.table {
display: table; }
.row2 {
display: table-cell;
border: 0px solid var(--lightest-grey);
text-align: center; }
.row2.vert-center {
vertical-align: middle; }
.grey-back {
background-color: var(--lightest-grey);
border-radius: 10px 0 0 10px;
width: 50%;
}
.grey-back-text {
padding: 30px 0;
}
#login-form {
vertical-align: middle;
}
.box {
display: inline-block;
vertical-align: top;
padding: 25px 0px;
border-radius: 3px; }
.center {
margin: 0 auto; }
label {
font-size: 13px;
letter-spacing: 2px;
line-height: 12px;
text-transform: uppercase;
color: var(--dark-grey);
display: block; }
.sub-label {
font-size: 14px;
line-height: 32px;
color: var(--middle-grey);
margin-left: 5px; }
input {
border: 2px solid #ccc;
border-radius: 6px;
outline: 0;
padding: 5px 10px;
font-size: 15px;
line-height: 20px;
color: var(--dark-grey);
margin-bottom: 20px;
width: 300px;
max-width: 100%; }
input:focus {
border-color: var(--middle-grey); }
input:last-child {
margin-bottom: 0; }
input.small {
display: inline-block;
vertical-align: top;
width: 50px; }
input.medium-small {
display: inline-block;
vertical-align: top;
width: 80px; }
input.medium {
display: inline-block;
vertical-align: top;
width: 100px; }
input.medium-big {
display: inline-block;
vertical-align: top;
width: 140px; }
select {
display: block;
margin-bottom: 20px; }
.submit {
display: inline-block;
text-transform: uppercase;
letter-spacing: 4px;
background-color: var(--green);
color: #fff;
border: 0;
border-radius: 5px;
outline: 0;
padding: 14px 10px;
margin-top: 20px;
font-weight: 700; }
nav a {
display: block; }
.footer {
margin-top: 70px;
text-align: center;
font-size: 12px; }
.authCode i {
visibility: hidden;
line-height: 2.1em;
color: red;
padding-left: 10px; }
.hasError i {
visibility: visible; }
.hasError input {
border: 1px solid red; }
#overlay {
position: fixed;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2;
cursor: pointer; }
#warning {
background: var(--lightest-grey);
width: 700px;
height: 300px;
border: 5px solid #ccc;
margin: 15% auto; }
#warning .title {
background-color: red;
text-align: center;
color: white;
text-transform: uppercase;
font-weight: bold;
font-size: 2em; }
#warning img {
float: left;
margin: 20px; }
#warning div div {
font-size: 1.2em;
margin: 40px 20px 0 0; }
.menu-card {
padding: 30px;
margin: 10px;
flex: 1;
display: flex;
align-items: center;
justify-content: center;}
.menu-card.on {
border: 0px solid var(--green);
background-color: #fff;
box-shadow: 0 12px 28px rgba(0,0,0,0.10), 0 6px 12px rgba(0,0,0,0.10);
border-radius: 20px;
}
.transaction-complete {
margin: 0 auto;
padding: 40px;
border: 0px solid var(--green);
background-color: #fff;
box-shadow: 0 12px 28px rgba(0,0,0,0.10), 0 6px 12px rgba(0,0,0,0.10);
border-radius: 20px;
width: 70%;
}
.menu-card h5 {
text-align: center;
margin: 0;
}
#wrapper{
display: flex;
}
.bank-home-header {
height:300px;
display: flex;
flex-direction: column;
align-items: center;
background-image: url("/imgs/header-bank.jpg");
background-repeat: no-repeat;
background-position: center;
}
.text-bank-home {
text-align: center;
margin: auto 0;
}
.bank-home-header h1 {
color: #ffffff;
margin: auto 0;
}
.bank-home-header h2 {
color: #ffffff;
font-weight: 300;
margin: auto 0;
font-size: 22px;
}
.menu-card-home a{
margin: auto 0;
}
.menu-card-home h5{
margin-bottom: 0px;
color: var(--dark-grey);
font-weight: 600;
text-align: center;
}
#wrapper-home {
display: flex;
flex-direction: row;
}
.menu-card-home {
padding: 30px;
border: 0px solid var(--green);
background-color: #fff;
box-shadow: 0 12px 28px rgba(0,0,0,0.10), 0 6px 12px rgba(0,0,0,0.10);
border-radius: 20px;
margin: 10px auto;
width: 240px;
height:180px;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.menu-card-home p{
text-align: center;
color: var(--middle-grey);
margin-top: 6px;
margin-bottom: 0;
}
#middle {
margin: auto 20px;
}
.menu-home {
margin: auto;
margin-top: 20px;
flex: 1;
display: flex;
justify-content: center;
width: 1000px;
}
.menu-home a{
font-weight: 700;
font-size: 18px;
color: var(--green);
margin: 0px auto;
}
#home-bank {
color: var(--dark-grey);
font-weight: 400;
text-align: center;
}
.menu-home a:hover{
color: var(--dark-grey);
}
.cboth {
clear: both;
}
.label2 {
font-weight: bold
}
.chat {
right: 50px;
bottom: 20px;
position: fixed;
max-width: 80px;
cursor: pointer;
}
.cbi {
width: 80px;
border-style: none;
scroll-behavior: unset;
}
.iframew {
right: 50px;
bottom: 20px;
position: fixed;
/*background-color: #49D176; */
width: 80px;
height: 80px;
}
.demoform {
margin-top: 50px;
}
.demoform .dfrow .label {
width: 5%;
}
span > .submit {
background-color: var(--light-grey);
width: 120px;
cursor: hand;
} | public/css/docs.css | @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700,800,900');
body {
--lightest-grey: #e1aeae;
--blue: #0099ff;
--darkest-grey: #212121;
--grey-green: #4a585f;
--middle-grey: #777777;
--light-grey: #dddddd;
--dark-grey: #4d4d4d;
--red: #C82829;
--orange: #F5871F;
--green: #49D176;
font-family: 'Work Sans', sans-serif;
font-size: 15px;
background-color: var(--lightest-grey);
padding-top: 10px;
}
.menu {
top: 0;
left: 0;
right: 0;
height: 50px;
background-color: var(--lightest-grey);
/* box-shadow: 0 1px 6px rgba(0,0,0,0.25) */
}
.menu .wrapper {
position: relative;
height: 100%; }
.menu .wrapper a {
padding: 5px 0;
}
.menu .wrapper a img{
height: 26px;
}
.logo {
display: inline-block;
vertical-align: top;
font-size: 26px;
color: var(--blue);
font-weight: bold; }
.logo span {
font-weight: 700;
color: var(--blue);
text-transform: uppercase;
font-size: 20px;
letter-spacing: 3px;
padding-left: 10px; }
.logo:hover {
text-decoration: none;
color: var(--blue); }
.menu-right {
padding: 10px 0px;
float: right;
position: relative;
height: 100%; }
.menu-right span {
display: inline-block;
vertical-align: top;
font-size: 14px;
padding-right: 7px;
color: var(--blue);
line-height: 34px; }
.menu-right img {
height: 100%; }
.page {
padding-top: 40px; }
img {
max-width: 100%; }
h1 {
line-height: 50px;
font-size: 34px;
font-weight: 800;
text-align: center;
/* text-transform: uppercase; */
letter-spacing: 2px;
color: var(--blue);
margin-bottom: 40px; }
h2 {
font-size: 25px;
font-weight: 700;
color: var(--blue);
margin-bottom: 20px;
margin-top: 30px; }
h3 {
font-size: 21px;
font-weight: 400;
color: var(--blue);
margin-bottom: 20px;
margin-top: 30px; }
h5 {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 28px;
color: var(--blue);
margin-bottom: 50px;
margin-top: 30px; }
h6 {
font-size: 16px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--blue);
margin-bottom: 10px;
/*margin-top: 30px;*/ }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
margin-top: 0; }
p, ul li {
font-weight: 400;
color: var(--darkest-grey);
font-size: inherit;
line-height: 23px; }
a {
/*color: var(--darkest-grey);*/
font-weight: 400; }
a:hover {
color: var(--grey-green); }
hr {
height: 0.25em;
padding: 0;
margin: 24px 0;
background-color: var(--darkest-grey);
border: 0; }
.center-table {
display: flex;
flex-direction: column;
align-items: center;
}
.center-table .table {
width: 80%;
padding: 40px;
}
.page-content .table {
border: 0px solid #fff;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 12px 28px rgba(0,0,0,0.20), 0 6px 12px rgba(0,0,0,0.20);
}
img.bg-card {
border-radius: 10px 0 0 0;
}
.page-content > table {
width: 100%;
border: 1px solid var(--lightest-grey);
margin-bottom: 16px;
border-collapse: separate; }
.page-content > table td {
font-size: 14px;
padding: 7px 15px; }
.page-content > table th {
border-bottom: 1px solid var(--lightest-grey);
padding: 10px 15px; }
.page-content > table tr:nth-child(even) {
background-color: #ffffff; }
blockquote {
padding: 0 1em;
color: #777;
border-left: 0.25em solid var(--light-grey); }
blockquote > :first-child {
margin-top: 0; }
blockquote > :last-child {
margin-bottom: 0; }
code {
color: var(--dark-grey); }
code, tt {
margin: 0 2px;
padding: 0 5px;
white-space: nowrap;
background-color: #ffffff;
font-family: monospace, Consolas,"Liberation Mono",Menlo,Courier,monospace; }
pre code {
margin: 0;
padding: 0;
white-space: pre;
border: none;
background: transparent; }
.highlight {
font-family: monospace, Consolas,"Liberation Mono",Menlo,Courier,monospace;
background-color: #ffffff;
border: 1px solid var(--lightest-grey);
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 0;
border-radius: 3px; }
.highlight table {
width: 100%; }
.highlight table .gutter, .highlight table .code {
border: 0; }
.highlight table .gutter {
white-space: nowrap;
border-right: 1px solid var(--lightest-grey); }
.highlight table .gutter pre {
color: var(--darkest-grey); }
.highlight table .code {
width: 99%; }
.highlight pre {
background-color: #ffffff;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
border-radius: 3px;
margin-bottom: 0; }
pre code, pre tt {
background-color: transparent;
border: none; }
.editor, .editor .gutter {
background-color: var(--blue);
color: var(--dark-grey); }
.editor.is-focused .cursor {
border-color: var(--middle-grey); }
.editor.is-focused .selection .region {
background-color: var(--light-grey); }
.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line {
background-color: var(--lightest-grey); }
.comment {
color: var(--middle-grey); }
.keyword.operator.class, .constant.other, .source.php.embedded.line {
color: var(--middle-grey); }
.variable, .support.other.variable, .string.other.link, .string.regexp, .entity.name.tag, .entity.other.attribute-name, .meta.tag, .declaration.tag, .markup.deleted.git_gutter {
color: var(--red); }
.constant.numeric, .constant.language, .support.constant, .constant.character, .variable.parameter, .punctuation.section.embedded, .keyword.other.unit {
color: var(--orange); }
.entity.name.class, .entity.name.type.class, .support.type, .support.class {
color: var(--orange); }
.string, .constant.other.symbol, .entity.other.inherited-class, .entity.name.filename, .markup.heading, .markup.inserted.git_gutter {
color: #718C00; }
.keyword.operator, .constant.other.color {
color: #3E999F; }
.entity.name.function, .meta.function-call, .support.function, .keyword.other.special-method, .meta.block-level, .markup.changed.git_gutter {
color: #4271AE; }
.keyword, .storage, .storage.type {
color: #8959A8; }
.invalid {
color: var(--blue);
background-color: var(--red); }
.meta.separator {
color: var(--blue);
background-color: #4271AE; }
.invalid.deprecated {
color: var(--blue);
background-color: #8959A8; }
.markup.inserted.diff, .markup.deleted.diff, .meta.diff.header.to-file, .meta.diff.header.from-file {
color: var(--blue); }
.markup.inserted.diff, .meta.diff.header.to-file {
background-color: #718c00; }
.markup.deleted.diff, .meta.diff.header.from-file {
background-color: var(--red); }
.meta.diff.header.from-file, .meta.diff.header.to-file {
color: var(--blue);
background-color: #4271ae; }
.meta.diff.range {
font-style: italic;
color: #3e999f; }
.wrapper {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px; }
.table {
display: table; }
.row2 {
display: table-cell;
border: 0px solid var(--lightest-grey);
text-align: center; }
.row2.vert-center {
vertical-align: middle; }
.grey-back {
background-color: var(--lightest-grey);
border-radius: 10px 0 0 10px;
width: 50%;
}
.grey-back-text {
padding: 30px 0;
}
#login-form {
vertical-align: middle;
}
.box {
display: inline-block;
vertical-align: top;
padding: 25px 0px;
border-radius: 3px; }
.center {
margin: 0 auto; }
label {
font-size: 13px;
letter-spacing: 2px;
line-height: 12px;
text-transform: uppercase;
color: var(--dark-grey);
display: block; }
.sub-label {
font-size: 14px;
line-height: 32px;
color: var(--middle-grey);
margin-left: 5px; }
input {
border: 2px solid #ccc;
border-radius: 6px;
outline: 0;
padding: 5px 10px;
font-size: 15px;
line-height: 20px;
color: var(--dark-grey);
margin-bottom: 20px;
width: 300px;
max-width: 100%; }
input:focus {
border-color: var(--middle-grey); }
input:last-child {
margin-bottom: 0; }
input.small {
display: inline-block;
vertical-align: top;
width: 50px; }
input.medium-small {
display: inline-block;
vertical-align: top;
width: 80px; }
input.medium {
display: inline-block;
vertical-align: top;
width: 100px; }
input.medium-big {
display: inline-block;
vertical-align: top;
width: 140px; }
select {
display: block;
margin-bottom: 20px; }
.submit {
display: inline-block;
text-transform: uppercase;
letter-spacing: 4px;
background-color: var(--green);
color: #fff;
border: 0;
border-radius: 5px;
outline: 0;
padding: 14px 10px;
margin-top: 20px;
font-weight: 700; }
nav a {
display: block; }
.footer {
margin-top: 70px;
text-align: center;
font-size: 12px; }
.authCode i {
visibility: hidden;
line-height: 2.1em;
color: red;
padding-left: 10px; }
.hasError i {
visibility: visible; }
.hasError input {
border: 1px solid red; }
#overlay {
position: fixed;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2;
cursor: pointer; }
#warning {
background: var(--lightest-grey);
width: 700px;
height: 300px;
border: 5px solid #ccc;
margin: 15% auto; }
#warning .title {
background-color: red;
text-align: center;
color: white;
text-transform: uppercase;
font-weight: bold;
font-size: 2em; }
#warning img {
float: left;
margin: 20px; }
#warning div div {
font-size: 1.2em;
margin: 40px 20px 0 0; }
.menu-card {
padding: 30px;
margin: 10px;
flex: 1;
display: flex;
align-items: center;
justify-content: center;}
.menu-card.on {
border: 0px solid var(--green);
background-color: #fff;
box-shadow: 0 12px 28px rgba(0,0,0,0.10), 0 6px 12px rgba(0,0,0,0.10);
border-radius: 20px;
}
.transaction-complete {
margin: 0 auto;
padding: 40px;
border: 0px solid var(--green);
background-color: #fff;
box-shadow: 0 12px 28px rgba(0,0,0,0.10), 0 6px 12px rgba(0,0,0,0.10);
border-radius: 20px;
width: 70%;
}
.menu-card h5 {
text-align: center;
margin: 0;
}
#wrapper{
display: flex;
}
.bank-home-header {
height:300px;
display: flex;
flex-direction: column;
align-items: center;
background-image: url("/imgs/header-bank.jpg");
background-repeat: no-repeat;
background-position: center;
}
.text-bank-home {
text-align: center;
margin: auto 0;
}
.bank-home-header h1 {
color: #ffffff;
margin: auto 0;
}
.bank-home-header h2 {
color: #ffffff;
font-weight: 300;
margin: auto 0;
font-size: 22px;
}
.menu-card-home a{
margin: auto 0;
}
.menu-card-home h5{
margin-bottom: 0px;
color: var(--dark-grey);
font-weight: 600;
text-align: center;
}
#wrapper-home {
display: flex;
flex-direction: row;
}
.menu-card-home {
padding: 30px;
border: 0px solid var(--green);
background-color: #fff;
box-shadow: 0 12px 28px rgba(0,0,0,0.10), 0 6px 12px rgba(0,0,0,0.10);
border-radius: 20px;
margin: 10px auto;
width: 240px;
height:180px;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.menu-card-home p{
text-align: center;
color: var(--middle-grey);
margin-top: 6px;
margin-bottom: 0;
}
#middle {
margin: auto 20px;
}
.menu-home {
margin: auto;
margin-top: 20px;
flex: 1;
display: flex;
justify-content: center;
width: 1000px;
}
.menu-home a{
font-weight: 700;
font-size: 18px;
color: var(--green);
margin: 0px auto;
}
#home-bank {
color: var(--dark-grey);
font-weight: 400;
text-align: center;
}
.menu-home a:hover{
color: var(--dark-grey);
}
.cboth {
clear: both;
}
.label2 {
font-weight: bold
}
.chat {
right: 50px;
bottom: 20px;
position: fixed;
max-width: 80px;
cursor: pointer;
}
.cbi {
width: 80px;
border-style: none;
scroll-behavior: unset;
}
.iframew {
right: 50px;
bottom: 20px;
position: fixed;
/*background-color: #49D176; */
width: 80px;
height: 80px;
}
.demoform {
margin-top: 50px;
}
.demoform .dfrow .label {
width: 5%;
}
span > .submit {
background-color: var(--light-grey);
width: 120px;
cursor: hand;
} | 0.348978 | 0.081703 |
padding-bottom: 1rem;
background-color: #feffec;
border-bottom-right-radius: 24px;
border-bottom-left-radius: 24px; }
#container .page-header .top-content {
display: flex;
align-items: center;
justify-content: space-between; }
#container .page-header .top-content .title {
margin: 1.5rem;
color: #005086;
padding-left: 1.5rem; }
#container .page-header .top-content .nav-items a {
margin-right: 4rem;
font-size: 2rem;
border-radius: 10px; }
#container .page-header .top-content .nav-items a:hover {
text-decoration: none; }
#container .page-header .description {
margin-top: 3.2rem;
margin-left: 4.6rem;
margin-bottom: 2.2rem; }
#container .page-header .description strong {
font: 700 3.2rem Archivo;
color: #242435;
line-height: 4.2rem; }
#container .page-header .description p {
max-width: 40rem;
font-size: 2rem;
line-height: 2.6rem;
color: #005086;
margin-top: 0.5rem; }
#container main > div {
margin: 2.5rem;
display: flex; }
#container main > div p {
font-size: 1.5rem; }
#container main > div img {
width: 300px;
height: 300px; }
#container main > div .bids {
width: 100%;
display: flex;
margin: 0 2.4rem; }
#container main > div .bids .place-bid {
display: flex;
flex-direction: column;
justify-content: space-between; }
#container main > div .bids .place-bid .form {
display: flex;
align-items: center; }
#container main > div .bids .place-bid .form input {
height: 4.6rem;
font-size: 2.0rem;
margin-right: 1rem; }
#container main > div .bids .place-bid .form button {
width: 15rem;
height: 4.6rem;
background: #198ea0;
color: var(--color-button-text);
font-size: 2.0rem;
border: 0;
border-radius: 0.8rem;
cursor: pointer;
text-decoration: none;
transition: background 0.2s; }
#container main > div .bids .place-bid .form button:hover {
background-color: #198ea0; }
#container main > div .bids .bids-info {
margin-left: 3rem; }
/*# sourceMappingURL=item-page.css.map */ | commerce/auctions/static/auctions/styles/partials/item-page.css | padding-bottom: 1rem;
background-color: #feffec;
border-bottom-right-radius: 24px;
border-bottom-left-radius: 24px; }
#container .page-header .top-content {
display: flex;
align-items: center;
justify-content: space-between; }
#container .page-header .top-content .title {
margin: 1.5rem;
color: #005086;
padding-left: 1.5rem; }
#container .page-header .top-content .nav-items a {
margin-right: 4rem;
font-size: 2rem;
border-radius: 10px; }
#container .page-header .top-content .nav-items a:hover {
text-decoration: none; }
#container .page-header .description {
margin-top: 3.2rem;
margin-left: 4.6rem;
margin-bottom: 2.2rem; }
#container .page-header .description strong {
font: 700 3.2rem Archivo;
color: #242435;
line-height: 4.2rem; }
#container .page-header .description p {
max-width: 40rem;
font-size: 2rem;
line-height: 2.6rem;
color: #005086;
margin-top: 0.5rem; }
#container main > div {
margin: 2.5rem;
display: flex; }
#container main > div p {
font-size: 1.5rem; }
#container main > div img {
width: 300px;
height: 300px; }
#container main > div .bids {
width: 100%;
display: flex;
margin: 0 2.4rem; }
#container main > div .bids .place-bid {
display: flex;
flex-direction: column;
justify-content: space-between; }
#container main > div .bids .place-bid .form {
display: flex;
align-items: center; }
#container main > div .bids .place-bid .form input {
height: 4.6rem;
font-size: 2.0rem;
margin-right: 1rem; }
#container main > div .bids .place-bid .form button {
width: 15rem;
height: 4.6rem;
background: #198ea0;
color: var(--color-button-text);
font-size: 2.0rem;
border: 0;
border-radius: 0.8rem;
cursor: pointer;
text-decoration: none;
transition: background 0.2s; }
#container main > div .bids .place-bid .form button:hover {
background-color: #198ea0; }
#container main > div .bids .bids-info {
margin-left: 3rem; }
/*# sourceMappingURL=item-page.css.map */ | 0.375936 | 0.044328 |
body{border:2px solid black;background-color:gray;width:600px;height:700px;margin:20px}
button{cursor:pointer;border:1px solid black}
button:link{inherit}
button:visited{inherit}
button:hover{border:1px solid white;color:white}
button:active{border:1px solid black;color:black}
button#add_links_button_id:hover{background-color:salmon}
button#reset_list_button_id:hover{background-color:limegreen}
button#save_list_button_id:hover{background-color:tan}
button#load_list_button_id:hover{background-color:violet}
button#add_list_button_id:hover{background-color:lightsteelblue}
button#combine_lists_button_id:hover{background-color:sandybrown}
button#test_button_id:hover{background-color:silver}
button#test_button_id{display:inline;margin:0 0 0 10px;border:4px solid gray}
.add_area_div{display:inline;background-color:blue;color:white;width:350px;margin:10px 0 0 10px;padding:0 0 0 10px;border:solid 2px #3BA}
.myForm_form{border:solid 2px red;background-color:gray;width:auto;margin:0 10px 17px 10px}
.link_span{background-color:black;color:white;padding:0 1px 2px 4px;margin:4px 0 0 3px}
.link_input{margin:0 0 0 3px;padding:0 0 0 12px;border:solid 1px green;background-color:#FFB;margin:3px 0;width:402px}
.link_input:hover{background-color:white;border:1px solid black}
.add_links_span{margin:10px 0 0 10px;background-color:black;color:white;padding:3px}
.links_listed_span{margin:10px 0 0 10px;background-color:blue;color:white;padding:3px}
.list_empty_span{margin:30px 0 0 10px;background-color:red;color:white;padding:3px}
.controls{background-color:gray;width:auto;margin:0 10px 10px 10px;padding:3px;border:solid 1px black}
.outer_wrap_link_area{padding:10px 0 0 10px;margin:0 0 0 42px;background-color:lightblue;width:490px;height:auto;border:solid 7px black}
.outer_wrap_list_area{z-indez:0;margin:0 auto 20px auto;padding:0 0 80px 0;background-color:#C0ACB1;width:490px;height:auto;border:solid 7px black}
iframe#response_iframe_id{width:488px;height:300px;display:none;background-color:black;border:7px solid black;margin:0 0 0 50px}
.response_iframe_class{margin-left:50px}
#response_img_id{border:0;display:none;margin:0 0 0 50px}
/*I like css to be on one line when its not too complex -- enabling me to see more code not hidden by the window boundaries*/
/*Tidy would ruin the speed reading*/
/*
<NAME>
https://twitter.com/TimT_code
https://github.com/TimT-code
https://codepen.io/TimT_code
*/ | LinkLore.css | body{border:2px solid black;background-color:gray;width:600px;height:700px;margin:20px}
button{cursor:pointer;border:1px solid black}
button:link{inherit}
button:visited{inherit}
button:hover{border:1px solid white;color:white}
button:active{border:1px solid black;color:black}
button#add_links_button_id:hover{background-color:salmon}
button#reset_list_button_id:hover{background-color:limegreen}
button#save_list_button_id:hover{background-color:tan}
button#load_list_button_id:hover{background-color:violet}
button#add_list_button_id:hover{background-color:lightsteelblue}
button#combine_lists_button_id:hover{background-color:sandybrown}
button#test_button_id:hover{background-color:silver}
button#test_button_id{display:inline;margin:0 0 0 10px;border:4px solid gray}
.add_area_div{display:inline;background-color:blue;color:white;width:350px;margin:10px 0 0 10px;padding:0 0 0 10px;border:solid 2px #3BA}
.myForm_form{border:solid 2px red;background-color:gray;width:auto;margin:0 10px 17px 10px}
.link_span{background-color:black;color:white;padding:0 1px 2px 4px;margin:4px 0 0 3px}
.link_input{margin:0 0 0 3px;padding:0 0 0 12px;border:solid 1px green;background-color:#FFB;margin:3px 0;width:402px}
.link_input:hover{background-color:white;border:1px solid black}
.add_links_span{margin:10px 0 0 10px;background-color:black;color:white;padding:3px}
.links_listed_span{margin:10px 0 0 10px;background-color:blue;color:white;padding:3px}
.list_empty_span{margin:30px 0 0 10px;background-color:red;color:white;padding:3px}
.controls{background-color:gray;width:auto;margin:0 10px 10px 10px;padding:3px;border:solid 1px black}
.outer_wrap_link_area{padding:10px 0 0 10px;margin:0 0 0 42px;background-color:lightblue;width:490px;height:auto;border:solid 7px black}
.outer_wrap_list_area{z-indez:0;margin:0 auto 20px auto;padding:0 0 80px 0;background-color:#C0ACB1;width:490px;height:auto;border:solid 7px black}
iframe#response_iframe_id{width:488px;height:300px;display:none;background-color:black;border:7px solid black;margin:0 0 0 50px}
.response_iframe_class{margin-left:50px}
#response_img_id{border:0;display:none;margin:0 0 0 50px}
/*I like css to be on one line when its not too complex -- enabling me to see more code not hidden by the window boundaries*/
/*Tidy would ruin the speed reading*/
/*
<NAME>
https://twitter.com/TimT_code
https://github.com/TimT-code
https://codepen.io/TimT_code
*/ | 0.302288 | 0.076408 |
.pass{
margin-top: 30px;
}
.login_box {
/* position: absolute; */
align-content: center;
background: rgba(255, 255, 255, 0.5);
border-radius: 20px;
width: 400px;
}
.text_log h1 {
/* position: absolute; */
margin-block-end: 0%;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
display: flex;
align-items: center;
font-weight: lighter;
color: #141414;
}
.apa {
margin-top: 30px;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 15px;
}
.text_log input {
width: 90%;
height: 55px;
border: none;
border-bottom: 3px solid #141414;
background-color: rgba(255, 255, 255, 0);
}
.login_box h5 {
float: left;
margin-left: 5%;
}
.button_login input{
margin-left: 5%;
width: 40%;
height: 10%px;
margin-top: 35px;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
.bg_gray {
background: rgba(255, 255, 255, 0.5);
}
.side_bg{
width: 300px;
height: 100%;
margin-top:-80px;
margin-left: -10px;
background-size: cover;
background-image: url("../images/gradientberdiri.png");
float: left;
}
.side_bg img{
width: 200px;
height: 200px;
margin-left: 48px;
}
.active {
background: rgba(255, 255, 255, 0.5);
border-radius: 20px;
}
.sub_menu {
margin-left: 20px;
width: 250px;
height: 70px;
}
.sub_menu a {
text-decoration: none;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 20px;
display: flex;
align-items: center;
display: inline;
color: #141414;
margin-left: 10px;
}
.sub_menu img {
padding-top: 30px;
width: 25px;
height: 25px;
}
.header{
background-image: url("../images/gradienttidur.png");
width: 1624px;
height: 74px;
margin-top:-10px;
margin-left: 290px;
/* transform: rotate(90deg); */
left: 300px;
top: 0px;
}
.konten {
display: inline-flex;
margin-left: 70px;
margin-top: 70px;
width: 1400px;
height: 900px;
}
.pro_over {
background-image: url("../images/po.png");
width: 888px;
height: 812px;
left: 370px;
top: 148px;
}
.samping_pro {
margin-left: 25px;
width: 569px;
height: 2000px;
}
.info {
width: 1624px;
height: 130px;
}
.detil:last-child {
display: inline-block;
margin-left: 25px;
background-image: url("../images/po.png");
width: 270px;
height: 120px;
}
.detil{
display: inline-block;
background-image: url("../images/po.png");
width: 270px;
height: 120px;
}
.pad {
padding-top: 15px;
margin-left: 12px;
}
.last_seen {
background-image: url("../images/po.png");
width: 569px;
height: 248px;
}
.recent {
background-image: url("../images/po.png");
width: 569px;
height: 393px;
}
table th{
text-align: center;
} | public/css/style0.css | .pass{
margin-top: 30px;
}
.login_box {
/* position: absolute; */
align-content: center;
background: rgba(255, 255, 255, 0.5);
border-radius: 20px;
width: 400px;
}
.text_log h1 {
/* position: absolute; */
margin-block-end: 0%;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
display: flex;
align-items: center;
font-weight: lighter;
color: #141414;
}
.apa {
margin-top: 30px;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 15px;
}
.text_log input {
width: 90%;
height: 55px;
border: none;
border-bottom: 3px solid #141414;
background-color: rgba(255, 255, 255, 0);
}
.login_box h5 {
float: left;
margin-left: 5%;
}
.button_login input{
margin-left: 5%;
width: 40%;
height: 10%px;
margin-top: 35px;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
}
.bg_gray {
background: rgba(255, 255, 255, 0.5);
}
.side_bg{
width: 300px;
height: 100%;
margin-top:-80px;
margin-left: -10px;
background-size: cover;
background-image: url("../images/gradientberdiri.png");
float: left;
}
.side_bg img{
width: 200px;
height: 200px;
margin-left: 48px;
}
.active {
background: rgba(255, 255, 255, 0.5);
border-radius: 20px;
}
.sub_menu {
margin-left: 20px;
width: 250px;
height: 70px;
}
.sub_menu a {
text-decoration: none;
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 20px;
display: flex;
align-items: center;
display: inline;
color: #141414;
margin-left: 10px;
}
.sub_menu img {
padding-top: 30px;
width: 25px;
height: 25px;
}
.header{
background-image: url("../images/gradienttidur.png");
width: 1624px;
height: 74px;
margin-top:-10px;
margin-left: 290px;
/* transform: rotate(90deg); */
left: 300px;
top: 0px;
}
.konten {
display: inline-flex;
margin-left: 70px;
margin-top: 70px;
width: 1400px;
height: 900px;
}
.pro_over {
background-image: url("../images/po.png");
width: 888px;
height: 812px;
left: 370px;
top: 148px;
}
.samping_pro {
margin-left: 25px;
width: 569px;
height: 2000px;
}
.info {
width: 1624px;
height: 130px;
}
.detil:last-child {
display: inline-block;
margin-left: 25px;
background-image: url("../images/po.png");
width: 270px;
height: 120px;
}
.detil{
display: inline-block;
background-image: url("../images/po.png");
width: 270px;
height: 120px;
}
.pad {
padding-top: 15px;
margin-left: 12px;
}
.last_seen {
background-image: url("../images/po.png");
width: 569px;
height: 248px;
}
.recent {
background-image: url("../images/po.png");
width: 569px;
height: 393px;
}
table th{
text-align: center;
} | 0.389082 | 0.086825 |
@charset "UTF-8";
@font-face {
font-family: 'Arciform';
src: url('arciformff/Arciform.otf') format('opentype')
}
@font-face {
font-family: 'Cormorant';
src: url('Cormorant_Garamond/CormorantGaramond-Bold.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-BoldItalic.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-Italic.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-Light.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-LightItalic.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-Medium.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-MediumItalic.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-Regular.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-SemiBold.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
font-family: 'Rodina';
src: url('Rodina-Regular.otf') format('opentype');
}
:root{
--cor0: #d9d9d9;
--cor1: #3084f2;
--cor2: #2e6ff2;
--cor3: #100abf;
--cor4: #0903a6;
--cor5: #03005e;
--cor6: #e0cacd;
--fonte0: 'Rodina', sans-serif;
--fonte1: 'Arciform', 'cursive';
--fonte2: 'Cormorant', 'Time New Roman';
}
*{
margin: 0px;
padding: 0px;
}
body{
background-color: var(--cor0);
font-family: var(--fonte2);
}
header{
background-image: linear-gradient(to top, var(--cor1), var(--cor5));
padding-top: 40px;
font-family: var(--fonte1);
padding: 10px;
box-shadow: 6px 4px 9px rgb(0 0 0 / 40%);
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
min-height: 150px;
}
header a{
text-decoration: none;
color: var(--cor0);
display: inline;
}
.menu li:hover{
background-color: var(--cor2);
border-radius: 3px;
transition-duration: 0.5s;
}
header a, nav{
display: inline-block;
}
.menu{
max-width: 800px;
list-style: none;
float: right;
padding: 10px;
}
.menu li{
list-style: none;
position: relative;
float: right;
padding: 15px;
}
header h2{
text-align: center;
color: var(--cor5);
font-size: 3em;
font-weight: normal;
margin-bottom: 10px;
} header h3{
text-align: center;
color: var(--cor5);
font-size: 1.5em;
font-weight: normal;
}
.header{
display: inline-block;
}
main{
min-width: 300px;
max-width: 1000px;
margin: auto;
margin-bottom: 30px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding: 20px;
background-color: white;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
text-align: justify;
font-weight: bolder;
}
main h2{
font-family: var(--fonte0);
font-size: 2em;
margin: 15px 0px;
text-align: center;
color: var(--cor5);
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2)
}
main p{
font-family: var(--fonte2);
font-size: 1.2em;
margin: 15px 0px;
text-indent: 30px;
line-height: 1.2em;
}
main img{
width: 100%;
}
footer{
background-image: linear-gradient(to bottom, var(--cor1), var(--cor5));
color: white;
text-align: center;
font-size: 0.9em;
padding: 5px;
}
footer a{
color: white;
font-weight: bolder;
text-decoration: none;
}
footer a:hover{
text-decoration: underline;
color: var(--cor4);
} | Projeto/style.css | @charset "UTF-8";
@font-face {
font-family: 'Arciform';
src: url('arciformff/Arciform.otf') format('opentype')
}
@font-face {
font-family: 'Cormorant';
src: url('Cormorant_Garamond/CormorantGaramond-Bold.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-BoldItalic.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-Italic.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-Light.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-LightItalic.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-Medium.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-MediumItalic.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-Regular.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-SemiBold.ttf') format('truetype'), url('Cormorant_Garamond/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
font-family: 'Rodina';
src: url('Rodina-Regular.otf') format('opentype');
}
:root{
--cor0: #d9d9d9;
--cor1: #3084f2;
--cor2: #2e6ff2;
--cor3: #100abf;
--cor4: #0903a6;
--cor5: #03005e;
--cor6: #e0cacd;
--fonte0: 'Rodina', sans-serif;
--fonte1: 'Arciform', 'cursive';
--fonte2: 'Cormorant', 'Time New Roman';
}
*{
margin: 0px;
padding: 0px;
}
body{
background-color: var(--cor0);
font-family: var(--fonte2);
}
header{
background-image: linear-gradient(to top, var(--cor1), var(--cor5));
padding-top: 40px;
font-family: var(--fonte1);
padding: 10px;
box-shadow: 6px 4px 9px rgb(0 0 0 / 40%);
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
min-height: 150px;
}
header a{
text-decoration: none;
color: var(--cor0);
display: inline;
}
.menu li:hover{
background-color: var(--cor2);
border-radius: 3px;
transition-duration: 0.5s;
}
header a, nav{
display: inline-block;
}
.menu{
max-width: 800px;
list-style: none;
float: right;
padding: 10px;
}
.menu li{
list-style: none;
position: relative;
float: right;
padding: 15px;
}
header h2{
text-align: center;
color: var(--cor5);
font-size: 3em;
font-weight: normal;
margin-bottom: 10px;
} header h3{
text-align: center;
color: var(--cor5);
font-size: 1.5em;
font-weight: normal;
}
.header{
display: inline-block;
}
main{
min-width: 300px;
max-width: 1000px;
margin: auto;
margin-bottom: 30px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding: 20px;
background-color: white;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
text-align: justify;
font-weight: bolder;
}
main h2{
font-family: var(--fonte0);
font-size: 2em;
margin: 15px 0px;
text-align: center;
color: var(--cor5);
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2)
}
main p{
font-family: var(--fonte2);
font-size: 1.2em;
margin: 15px 0px;
text-indent: 30px;
line-height: 1.2em;
}
main img{
width: 100%;
}
footer{
background-image: linear-gradient(to bottom, var(--cor1), var(--cor5));
color: white;
text-align: center;
font-size: 0.9em;
padding: 5px;
}
footer a{
color: white;
font-weight: bolder;
text-decoration: none;
}
footer a:hover{
text-decoration: underline;
color: var(--cor4);
} | 0.395251 | 0.160463 |
.Chat-wrapper {
position: fixed;
top: 51px;
right: 0;
bottom: 0;
width: 300px;
background-color: white;
border-left: 1px solid rgba(0, 0, 0, 0.2);
/* box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); */
/* background-color: red; */
}
.Chat-header {
display: flex;
/* flex-direction: column; */
justify-content: space-between;
text-align: center;
padding: 10px;
box-shadow: 0 1px 4px -2px black;
}
.Chat-header-stats {
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
}
.Chat-header-social {
}
.Chat-body {
width: 100%;
height: calc(100% - 108px);
overflow-y: scroll;
}
.Chat-message {
padding: 14px;
}
.Chat-message:hover {
background-color: rgba(0, 0, 0, 0.02);
cursor: pointer;
}
.Chat-message:nth-child(odd) {
/* background-color: rgba(0, 0, 0, .02) */
/* background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.0)); */
}
.Chat-user {
cursor: pointer;
height: 30px;
}
.Chat-avatar {
display: inline-block;
vertical-align: middle;
height: 30px;
margin-right: 5px;
border-radius: 5px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.Chat-username {
font-weight: bold;
vertical-align: top;
display: inline-block;
font-size: 15px;
width: 150px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.Chat-message-message {
font-size: 13px;
margin-left: 40px;
margin-top: -10px;
word-wrap: break-word;
}
/* animations */
.Chat-messages-enter-active,
.Chat-messages-leave-active {
transition: all 0.5s;
}
.Chat-messages-leave-to {
opacity: 0;
transform: translateY(30px);
}
.Chat-messages-enter {
opacity: 0;
transform: translateX(200px);
}
.Chat-messages-move {
transition: transform 0.5s;
}
.Chat-input-wrapper {
width: 100%;
height: 60px;
padding: 6px;
}
.Chat-input {
font-size: 1em;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.12);
outline: none;
border: none;
padding: 0 10px;
height: 40px;
width: 100%;
} | src/styles/Chat.css | .Chat-wrapper {
position: fixed;
top: 51px;
right: 0;
bottom: 0;
width: 300px;
background-color: white;
border-left: 1px solid rgba(0, 0, 0, 0.2);
/* box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); */
/* background-color: red; */
}
.Chat-header {
display: flex;
/* flex-direction: column; */
justify-content: space-between;
text-align: center;
padding: 10px;
box-shadow: 0 1px 4px -2px black;
}
.Chat-header-stats {
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
}
.Chat-header-social {
}
.Chat-body {
width: 100%;
height: calc(100% - 108px);
overflow-y: scroll;
}
.Chat-message {
padding: 14px;
}
.Chat-message:hover {
background-color: rgba(0, 0, 0, 0.02);
cursor: pointer;
}
.Chat-message:nth-child(odd) {
/* background-color: rgba(0, 0, 0, .02) */
/* background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.0)); */
}
.Chat-user {
cursor: pointer;
height: 30px;
}
.Chat-avatar {
display: inline-block;
vertical-align: middle;
height: 30px;
margin-right: 5px;
border-radius: 5px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.Chat-username {
font-weight: bold;
vertical-align: top;
display: inline-block;
font-size: 15px;
width: 150px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.Chat-message-message {
font-size: 13px;
margin-left: 40px;
margin-top: -10px;
word-wrap: break-word;
}
/* animations */
.Chat-messages-enter-active,
.Chat-messages-leave-active {
transition: all 0.5s;
}
.Chat-messages-leave-to {
opacity: 0;
transform: translateY(30px);
}
.Chat-messages-enter {
opacity: 0;
transform: translateX(200px);
}
.Chat-messages-move {
transition: transform 0.5s;
}
.Chat-input-wrapper {
width: 100%;
height: 60px;
padding: 6px;
}
.Chat-input {
font-size: 1em;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.12);
outline: none;
border: none;
padding: 0 10px;
height: 40px;
width: 100%;
} | 0.448426 | 0.090897 |
.calendar
{
width: 800px;
height: 800px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: "Satellite", "Roboto", sans-serif;
border: 1px solid rgba(21, 21, 21, 0.12);
-webkit-transform: scale(1);
transform: scale(1);
box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21);
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.calendar.small
{
width: 400px;
height: 400px;
}
.calendar.medium
{
width: 600px;
height: 600px;
}
.calendar.large
{
width: 800px;
height: 800px;
}
.year
{
width: calc(100% - 10px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 5px;
font-size: 14px;
}
.year > span
{
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
}
.year > div
{
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
}
.month
{
width: calc(100% - 10px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 5px;
font-size: 40px;
box-shadow: 0px 2px 6px rgba(21, 21, 21, 0.21);
}
.month > span
{
-webkit-box-flex: 1;
-ms-flex: 1; flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
}
.month > div
{
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
}
.labels
{
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.labels > span
{
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
font-size: 12px;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px;
}
.days
{
background-color: #F6F6F6;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
box-shadow: 0px 2px 6px -2px rgba(21, 21, 21, 0.21);
}
.row
{
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1; flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.day
{
-webkit-box-flex: 1;
-ms-flex: 1; flex: 1;
padding: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
border-bottom: 1px solid rgba(21, 21, 21, .12);
border-right: 1px solid rgba(21, 21, 21, .12);
cursor: pointer;
-webkit-transition: box-shadow 200ms ease-in-out;
transition: box-shadow 200ms ease-in-out;
}
.day:last-child
{
border-right: none;
}
.day:hover
{
background-color: rgba(21, 21, 21, 0.012);
box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}
.day-radios
{
display: none;
}
.day-radios:checked + .day
{
background-color: rgba(21, 21, 21, 0.012);
box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}
.day > span
{
width: auto;
font-size: 14px;
color: rgba(21, 21, 21, 0.84);
}
.day.diluted
{
background-color: rgba(21, 21, 21, 0.021);
box-shadow: inset 0px 0px 1px rgba(21, 21, 21, 0.12);
}
.day.diluted > span
{
width: auto;
font-size: 10px;
color: rgba(21, 21, 21, 0.73);
}
.events
{
width: 800px;
height: 800px;
font-family: "Satellite", "Roboto", sans-serif;
box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21);
border: 1px solid rgba(21, 21, 21, 0.12);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.events.small
{
width: 400px;
height: 400px;
}
.events.medium
{
width: 600px;
height: 600px;
}
.events.large
{
width: 800px;
height: 800px;
}
.date
{
width: calc(100% - 10px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background-color: ' + this.calendar.colors[1] + ';
color: ' + this.calendar.colors[3] + ';
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 5px;
font-size: 14px;
}
.date > span
{
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
}
.date > div
{
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
}
.rows
{
background-color: #F6F6F6;
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden !important;
}
.list
{
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
overflow-y: auto !important;
padding: 0;
margin: 0;
color: rgba(21, 21, 21, 0.94);
}
.list > li
{
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
border-bottom: 1px solid rgba(21, 21, 21, 0.12);
}
.list > li:hover
{
box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}
.list > li > div
{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
padding: 10px;
border-right: 1px solid rgba(21, 21, 21, 0.12);
}
.time
{
font-size: 14px;
}
.m
{
font-size: 14px;
text-transform: uppercase;
padding-left: 5px;
}
.list > li > p
{
-webkit-box-flex: 4;
-ms-flex: 4;
flex: 4;
margin: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
font-size: 18px;
word-wrap: break-word;
word-break: break-word;
} | stylesheet.css | .calendar
{
width: 800px;
height: 800px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-family: "Satellite", "Roboto", sans-serif;
border: 1px solid rgba(21, 21, 21, 0.12);
-webkit-transform: scale(1);
transform: scale(1);
box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21);
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.calendar.small
{
width: 400px;
height: 400px;
}
.calendar.medium
{
width: 600px;
height: 600px;
}
.calendar.large
{
width: 800px;
height: 800px;
}
.year
{
width: calc(100% - 10px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 5px;
font-size: 14px;
}
.year > span
{
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
}
.year > div
{
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
}
.month
{
width: calc(100% - 10px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 5px;
font-size: 40px;
box-shadow: 0px 2px 6px rgba(21, 21, 21, 0.21);
}
.month > span
{
-webkit-box-flex: 1;
-ms-flex: 1; flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
}
.month > div
{
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
}
.labels
{
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.labels > span
{
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
font-size: 12px;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px;
}
.days
{
background-color: #F6F6F6;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
box-shadow: 0px 2px 6px -2px rgba(21, 21, 21, 0.21);
}
.row
{
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1; flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.day
{
-webkit-box-flex: 1;
-ms-flex: 1; flex: 1;
padding: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
border-bottom: 1px solid rgba(21, 21, 21, .12);
border-right: 1px solid rgba(21, 21, 21, .12);
cursor: pointer;
-webkit-transition: box-shadow 200ms ease-in-out;
transition: box-shadow 200ms ease-in-out;
}
.day:last-child
{
border-right: none;
}
.day:hover
{
background-color: rgba(21, 21, 21, 0.012);
box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}
.day-radios
{
display: none;
}
.day-radios:checked + .day
{
background-color: rgba(21, 21, 21, 0.012);
box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}
.day > span
{
width: auto;
font-size: 14px;
color: rgba(21, 21, 21, 0.84);
}
.day.diluted
{
background-color: rgba(21, 21, 21, 0.021);
box-shadow: inset 0px 0px 1px rgba(21, 21, 21, 0.12);
}
.day.diluted > span
{
width: auto;
font-size: 10px;
color: rgba(21, 21, 21, 0.73);
}
.events
{
width: 800px;
height: 800px;
font-family: "Satellite", "Roboto", sans-serif;
box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21);
border: 1px solid rgba(21, 21, 21, 0.12);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-user-select: none;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.events.small
{
width: 400px;
height: 400px;
}
.events.medium
{
width: 600px;
height: 600px;
}
.events.large
{
width: 800px;
height: 800px;
}
.date
{
width: calc(100% - 10px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background-color: ' + this.calendar.colors[1] + ';
color: ' + this.calendar.colors[3] + ';
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 5px;
font-size: 14px;
}
.date > span
{
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
}
.date > div
{
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
}
.rows
{
background-color: #F6F6F6;
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden !important;
}
.list
{
width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
overflow-y: auto !important;
padding: 0;
margin: 0;
color: rgba(21, 21, 21, 0.94);
}
.list > li
{
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
border-bottom: 1px solid rgba(21, 21, 21, 0.12);
}
.list > li:hover
{
box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}
.list > li > div
{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
padding: 10px;
border-right: 1px solid rgba(21, 21, 21, 0.12);
}
.time
{
font-size: 14px;
}
.m
{
font-size: 14px;
text-transform: uppercase;
padding-left: 5px;
}
.list > li > p
{
-webkit-box-flex: 4;
-ms-flex: 4;
flex: 4;
margin: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
font-size: 18px;
word-wrap: break-word;
word-break: break-word;
} | 0.13281 | 0.027664 |
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script); /* font-family: 'Kaushan Script', cursive; */
@import url(http://fonts.googleapis.com/css?family=Lobster); /* font-family: 'Lobster', cursive; */
@import url(http://fonts.googleapis.com/css?family=Cabin:400,700); /* font-family: 'Cabin', sans-serif; font-weight: 400; */
@import url(http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911); /* font-family: 'Goudy Bookletter 1911', serif; */
@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,700italic,600); /* font-family: 'Crimson Text', serif; */
@import url(http://fonts.googleapis.com/css?family=Cardo:400,700); /* font-family: 'Cardo', serif; */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700italic,700); /* font-family: 'Droid Serif', serif; */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700); /* font-family: 'Droid Sans', sans-serif; */
/* =============================================================================================================
CSS for Mobilize theme by Beantown Design
Jump to line #1375 to begin customizing your theme.
========================================================================================================== */
/* =============================================================================
Global styles
========================================================================== */
/* links within "buttons"
-----------------------------------------------------------------------------------------------------------*/
a.ui-link-inherit {
text-decoration: none !important;
}
/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/
.ui-corner-tl {
-moz-border-radius-topleft: .4em /*{global-radii-blocks}*/;
-webkit-border-top-left-radius: .4em /*{global-radii-blocks}*/;
border-top-left-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-tr {
-moz-border-radius-topright: .4em /*{global-radii-blocks}*/;
-webkit-border-top-right-radius: .4em /*{global-radii-blocks}*/;
border-top-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-bl {
-moz-border-radius-bottomleft: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-br {
-moz-border-radius-bottomright: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-top {
-moz-border-radius-topleft: .4em /*{global-radii-blocks}*/;
-webkit-border-top-left-radius: .4em /*{global-radii-blocks}*/;
border-top-left-radius: .4em /*{global-radii-blocks}*/;
-moz-border-radius-topright: .4em /*{global-radii-blocks}*/;
-webkit-border-top-right-radius: .4em /*{global-radii-blocks}*/;
border-top-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-bottom {
-moz-border-radius-bottomleft: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
-moz-border-radius-bottomright: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-right {
-moz-border-radius-topright: .4em /*{global-radii-blocks}*/;
-webkit-border-top-right-radius: .4em /*{global-radii-blocks}*/;
border-top-right-radius: .4em /*{global-radii-blocks}*/;
-moz-border-radius-bottomright: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-left {
-moz-border-radius-topleft: .4em /*{global-radii-blocks}*/;
-webkit-border-top-left-radius: .4em /*{global-radii-blocks}*/;
border-top-left-radius: .4em /*{global-radii-blocks}*/;
-moz-border-radius-bottomleft: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-all {
-moz-border-radius: .4em /*{global-radii-blocks}*/;
-webkit-border-radius: .4em /*{global-radii-blocks}*/;
border-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-none {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
border-bottom: rgb(130,130,130);
border-bottom: rgba(130,130,130,.3);
border-bottom-width: 1px;
border-bottom-style: solid;
}
/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
opacity: .3;
}
.ui-disabled,
.ui-disabled a {
cursor: default !important;
pointer-events: none;
}
.ui-disabled .ui-btn-text {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
filter: alpha(opacity=30);
zoom: 1;
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-icon,
.ui-icon-searchfield:after {
background: #666 /*{global-icon-color}*/;
background: #eee /*{global-icon-disc}*/;
background-image: url(http://code.jquery.com/mobile/1.1.0/images/icons-18-black.png) /*{global-icon-set}*/;
background-repeat: no-repeat;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
}
/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/
.ui-icon-alt {
background: #fff;
background: rgba(255,255,255,.3);
background-image: url(http://code.jquery.com/mobile/1.1.0/images/icons-18-black.png);
background-repeat: no-repeat;
}
/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
background-image: url(http://code.jquery.com/mobile/1.1.0/images/icons-36-black.png);
-moz-background-size: 776px 18px;
-o-background-size: 776px 18px;
-webkit-background-size: 776px 18px;
background-size: 776px 18px;
}
.ui-icon-alt {
background-image: url(http://code.jquery.com/mobile/1.1.0/images/icons-36-black.png);
}
}
/* plus minus */
.ui-icon-plus {background-position: -0 50%;}
.ui-icon-minus {background-position: -36px 50%;}
/* delete/close */
.ui-icon-delete {background-position: -72px 50%;}
/* arrows */
.ui-icon-arrow-r {background-position: -108px 50%;}
.ui-icon-arrow-l {background-position: -144px 50%;}
.ui-icon-arrow-u {background-position: -180px 50%;}
.ui-icon-arrow-d {background-position: -216px 50%;}
/* misc */
.ui-icon-check {background-position: -252px 50%;}
.ui-icon-gear {background-position: -288px 50%;}
.ui-icon-refresh {background-position: -324px 50%;}
.ui-icon-forward {background-position: -360px 50%;}
.ui-icon-back {background-position: -396px 50%;}
.ui-icon-grid {background-position: -432px 50%;}
.ui-icon-star {background-position: -468px 50%;}
.ui-icon-alert {background-position: -504px 50%;}
.ui-icon-info {background-position: -540px 50%;}
.ui-icon-home {background-position: -576px 50%;}
.ui-icon-search, .ui-icon-searchfield:after { background-position: -612px 50%;}
.ui-icon-checkbox-off { background-position: -684px 50%; }
.ui-icon-checkbox-on { background-position: -648px 50%; }
.ui-icon-radio-off { background-position: -756px 50%; }
.ui-icon-radio-on { background-position: -720px 50%; }
/* checks,radios */
.ui-checkbox .ui-icon {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.ui-icon-checkbox-off,
.ui-icon-radio-off {
background-color: transparent;
}
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
background-color: #4596ce /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
}
/* loading icon */
.ui-icon-loading {
background: url(http://code.jquery.com/mobile/1.1.0/images/ajax-loader.gif);
background-size: 46px 46px;
}
/* Button corner classes
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-corner-tl {
-moz-border-radius-topleft: .5em /*{global-radii-buttons}*/;
-webkit-border-top-left-radius: .5em /*{global-radii-buttons}*/;
border-top-left-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-tr {
-moz-border-radius-topright: .5em /*{global-radii-buttons}*/;
-webkit-border-top-right-radius: .5em /*{global-radii-buttons}*/;
border-top-right-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-bl {
-moz-border-radius-bottomleft: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-br {
-moz-border-radius-bottomright: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-top {
-moz-border-radius-topleft: .5em /*{global-radii-buttons}*/;
-webkit-border-top-left-radius: .5em /*{global-radii-buttons}*/;
border-top-left-radius: .5em /*{global-radii-buttons}*/;
-moz-border-radius-topright: .5em /*{global-radii-buttons}*/;
-webkit-border-top-right-radius: .5em /*{global-radii-buttons}*/;
border-top-right-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-bottom {
-moz-border-radius-bottomleft: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
-moz-border-radius-bottomright: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-right {
-moz-border-radius-topright: .5em /*{global-radii-buttons}*/;
-webkit-border-top-right-radius: .5em /*{global-radii-buttons}*/;
border-top-right-radius: .5em /*{global-radii-buttons}*/;
-moz-border-radius-bottomright: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-left {
-moz-border-radius-topleft: .5em /*{global-radii-buttons}*/;
-webkit-border-top-left-radius: .5em /*{global-radii-buttons}*/;
border-top-left-radius: .5em /*{global-radii-buttons}*/;
-moz-border-radius-bottomleft: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-all {
-moz-border-radius: .5em /*{global-radii-buttons}*/;
-webkit-border-radius: .5em /*{global-radii-buttons}*/;
border-radius: .5em /*{global-radii-buttons}*/;
}
/* radius clip workaround for cleaning up corner trapping */
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-left,
.ui-corner-all,
.ui-btn-corner-tl,
.ui-btn-corner-tr,
.ui-btn-corner-bl,
.ui-btn-corner-br,
.ui-btn-corner-top,
.ui-btn-corner-bottom,
.ui-btn-corner-right,
.ui-btn-corner-left,
.ui-btn-corner-all {
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
/* Overlay / modal
-----------------------------------------------------------------------------------------------------------*/
.ui-overlay {
background: #666;
opacity: .5;
filter: Alpha(Opacity=50);
position: absolute;
width: 100%;
height: 100%;
}
.ui-overlay-shadow {
-moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
box-shadow: 0px 0px 12px rgba(0,0,0,.6);
}
.ui-shadow {
-moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
-webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow {
-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
box-shadow: 0px 1px 0 rgba(255,255,255,.3);
}
.ui-shadow-inset {
-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
}
.ui-icon-shadow {
-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
box-shadow: 0px 1px 0 rgba(255,255,255,.4);
}
/* Focus state - set here for specificity (note: these classes are added by JavaScript)
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus {
outline: 0;
}
.ui-focus,
.ui-btn:focus {
-moz-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
-webkit-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
}
/* unset box shadow in browsers that don't do it right
-----------------------------------------------------------------------------------------------------------*/
.ui-mobile-nosupport-boxshadow * {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus {
outline-width: 1px;
outline-style: dotted;
}
/* some unsets - more probably needed */
.ui-mobile, .ui-mobile body { height: 99.9%; }
.ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
.ui-mobile a img, .ui-mobile fieldset { border-width: 0; }
/* responsive page widths */
.ui-mobile-viewport { margin: 0; overflow-x: visible; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* Issue #2066 */
body.ui-mobile-viewport,
div.ui-mobile-viewport { overflow-x: hidden; }
/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
.ui-mobile .ui-page-active { display: block; overflow: visible; }
/* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
.ui-page { outline: none; }
/*orientations from js are available */
@media screen and (orientation: portrait){
.ui-mobile, .ui-mobile .ui-page { min-height: 420px; }
}
@media screen and (orientation: landscape){
.ui-mobile, .ui-mobile .ui-page { min-height: 300px; }
}
/* loading screen */
.ui-loading .ui-loader { display: block; }
.ui-loader { display: none; z-index: 9999999; position: fixed; top: 50%; box-shadow: 0 1px 1px -1px #fff; left: 50%; border:0; }
.ui-loader-default { background: none; opacity: .18; width: 46px; height: 46px; margin-left: -23px; margin-top: -23px; }
.ui-loader-verbose { width: 200px; opacity: .88; height: auto; margin-left: -110px; margin-top: -43px; padding: 10px; }
.ui-loader-default h1 { font-size: 0; width: 0; height: 0; overflow: hidden; }
.ui-loader-verbose h1 { font-size: 16px; margin: 0; text-align: center; }
.ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
.ui-loader-verbose .ui-icon { margin: 0 auto 10px; opacity: .75; }
.ui-loader-textonly { padding: 15px; margin-left: -115px; }
.ui-loader-textonly .ui-icon { display: none; }
.ui-loader-fakefix { position: absolute; }
/*fouc*/
.ui-mobile-rendering > * { visibility: hidden; }
/*headers, content panels*/
.ui-bar, .ui-body { position: relative; padding: .4em 15px; overflow: hidden; display: block; clear:both; }
.ui-bar { font-size: 16px; margin: 0; }
.ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 { margin: 0; padding: 0; font-size: 16px; display: inline-block; }
.ui-header, .ui-footer { position: relative; border-left-width: 0; border-right-width: 0; }
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-footer .ui-btn-left,
.ui-footer .ui-btn-right { position: absolute; top: 3px; }
.ui-header .ui-btn-left,
.ui-footer .ui-btn-left { left: 5px; }
.ui-header .ui-btn-right,
.ui-footer .ui-btn-right { right: 5px; }
.ui-footer .ui-btn-icon-notext,
.ui-header .ui-btn-icon-notext { top: 6px; }
.ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
.ui-footer .ui-title { margin: .6em 15px .8em; }
/*content area*/
.ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }
/* icons sizing */
.ui-icon { width: 18px; height: 18px; }
/* non-js content hiding */
.ui-nojs { position: absolute; left: -9999px; }
/* accessible content hiding */
.ui-hide-label label,
.ui-hidden-accessible { position: absolute !important; left: -9999px; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
/* Transitions originally inspired by those from jQtouch, nice work, folks */
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
width: 100%;
height: 100%;
overflow: hidden;
}
.in {
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 350ms;
-moz-animation-timing-function: ease-out;
-moz-animation-duration: 350ms;
}
.out {
-webkit-animation-timing-function: ease-in;
-webkit-animation-duration: 225ms;
-moz-animation-timing-function: ease-in;
-moz-animation-duration: 225;
}
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
@-moz-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
.fade.out {
opacity: 0;
-webkit-animation-duration: 125ms;
-webkit-animation-name: fadeout;
-moz-animation-duration: 125ms;
-moz-animation-name: fadeout;
}
.fade.in {
opacity: 1;
-webkit-animation-duration: 225ms;
-webkit-animation-name: fadein;
-moz-animation-duration: 225ms;
-moz-animation-name: fadein;
}
.pop {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
}
.pop.in {
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
-webkit-animation-name: popin;
-moz-animation-name: popin;
-webkit-animation-duration: 350ms;
-moz-animation-duration: 350ms;
}
.pop.out {
-webkit-animation-name: fadeout;
-moz-animation-name: fadeout;
opacity: 0;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
}
.pop.in.reverse {
-webkit-animation-name: fadein;
-moz-animation-name: fadein;
}
.pop.out.reverse {
-webkit-transform: scale(.8);
-moz-transform: scale(.8);
-webkit-animation-name: popout;
-moz-animation-name: popout;
}
@-webkit-keyframes popin {
from {
-webkit-transform: scale(.8);
opacity: 0;
}
to {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes popin {
from {
-moz-transform: scale(.8);
opacity: 0;
}
to {
-moz-transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes popout {
from {
-webkit-transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(.8);
opacity: 0;
}
}
@-moz-keyframes popout {
from {
-moz-transform: scale(1);
opacity: 1;
}
to {
-moz-transform: scale(.8);
opacity: 0;
}
}
/* keyframes for slidein from sides */
@-webkit-keyframes slideinfromright {
from { -webkit-transform: translateX(100%); }
to { -webkit-transform: translateX(0); }
}
@-moz-keyframes slideinfromright {
from { -moz-transform: translateX(100%); }
to { -moz-transform: translateX(0); }
}
@-webkit-keyframes slideinfromleft {
from { -webkit-transform: translateX(-100%); }
to { -webkit-transform: translateX(0); }
}
@-moz-keyframes slideinfromleft {
from { -moz-transform: translateX(-100%); }
to { -moz-transform: translateX(0); }
}
/* keyframes for slideout to sides */
@-webkit-keyframes slideouttoleft {
from { -webkit-transform: translateX(0); }
to { -webkit-transform: translateX(-100%); }
}
@-moz-keyframes slideouttoleft {
from { -moz-transform: translateX(0); }
to { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slideouttoright {
from { -webkit-transform: translateX(0); }
to { -webkit-transform: translateX(100%); }
}
@-moz-keyframes slideouttoright {
from { -moz-transform: translateX(0); }
to { -moz-transform: translateX(100%); }
}
.slide.out, .slide.in {
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 350ms;
-moz-animation-timing-function: ease-out;
-moz-animation-duration: 350ms;
}
.slide.out {
-webkit-transform: translateX(-100%);
-webkit-animation-name: slideouttoleft;
-moz-transform: translateX(-100%);
-moz-animation-name: slideouttoleft;
}
.slide.in {
-webkit-transform: translateX(0);
-webkit-animation-name: slideinfromright;
-moz-transform: translateX(0);
-moz-animation-name: slideinfromright;
}
.slide.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: slideouttoright;
-moz-transform: translateX(100%);
-moz-animation-name: slideouttoright;
}
.slide.in.reverse {
-webkit-transform: translateX(0);
-webkit-animation-name: slideinfromleft;
-moz-transform: translateX(0);
-moz-animation-name: slideinfromleft;
}
.slidefade.out {
-webkit-transform: translateX(-100%);
-webkit-animation-name: slideouttoleft;
-moz-transform: translateX(-100%);
-moz-animation-name: slideouttoleft;
-webkit-animation-duration: 225ms;
-moz-animation-duration: 225ms;
}
.slidefade.in {
-webkit-transform: translateX(0);
-webkit-animation-name: fadein;
-moz-transform: translateX(0);
-moz-animation-name: fadein;
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
}
.slidefade.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: slideouttoright;
-moz-transform: translateX(100%);
-moz-animation-name: slideouttoright;
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
}
.slidefade.in.reverse {
-webkit-transform: translateX(0);
-webkit-animation-name: fadein;
-moz-transform: translateX(0);
-moz-animation-name: fadein;
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
}
/* slide down */
.slidedown.out {
-webkit-animation-name: fadeout;
-moz-animation-name: fadeout;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
}
.slidedown.in {
-webkit-transform: translateY(0);
-webkit-animation-name: slideinfromtop;
-moz-transform: translateY(0);
-moz-animation-name: slideinfromtop;
-webkit-animation-duration: 250ms;
-moz-animation-duration: 250ms;
}
.slidedown.in.reverse {
-webkit-animation-name: fadein;
-moz-animation-name: fadein;
-webkit-animation-duration: 150ms;
-moz-animation-duration: 150ms;
}
.slidedown.out.reverse {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-webkit-animation-name: slideouttotop;
-moz-animation-name: slideouttotop;
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
}
@-webkit-keyframes slideinfromtop {
from { -webkit-transform: translateY(-100%); }
to { -webkit-transform: translateY(0); }
}
@-moz-keyframes slideinfromtop {
from { -moz-transform: translateY(-100%); }
to { -moz-transform: translateY(0); }
}
@-webkit-keyframes slideouttotop {
from { -webkit-transform: translateY(0); }
to { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes slideouttotop {
from { -moz-transform: translateY(0); }
to { -moz-transform: translateY(-100%); }
}
/* slide up */
.slideup.out {
-webkit-animation-name: fadeout;
-moz-animation-name: fadeout;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
}
.slideup.in {
-webkit-transform: translateY(0);
-webkit-animation-name: slideinfrombottom;
-moz-transform: translateY(0);
-moz-animation-name: slideinfrombottom;
-webkit-animation-duration: 250ms;
-moz-animation-duration: 250ms;
}
.slideup.in.reverse {
-webkit-animation-name: fadein;
-moz-animation-name: fadein;
-webkit-animation-duration: 150ms;
-moz-animation-duration: 150ms;
}
.slideup.out.reverse {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-webkit-animation-name: slideouttobottom;
-moz-animation-name: slideouttobottom;
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
}
@-webkit-keyframes slideinfrombottom {
from { -webkit-transform: translateY(100%); }
to { -webkit-transform: translateY(0); }
}
@-moz-keyframes slideinfrombottom {
from { -moz-transform: translateY(100%); }
to { -moz-transform: translateY(0); }
}
@-webkit-keyframes slideouttobottom {
from { -webkit-transform: translateY(0); }
to { -webkit-transform: translateY(100%); }
}
@-moz-keyframes slideouttobottom {
from { -moz-transform: translateY(0); }
to { -moz-transform: translateY(100%); }
}
/* The properties in this rule are only necessary for the 'flip' transition.
* We need specify the perspective to create a projection matrix. This will add
* some depth as the element flips. The depth number represents the distance of
* the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
* value.
*/
.viewport-flip {
-webkit-perspective: 1000;
-moz-perspective: 1000;
position: absolute;
}
.flip {
-webkit-backface-visibility:hidden;
-webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
-moz-backface-visibility:hidden;
-moz-transform:translateX(0);
}
.flip.out {
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation-name: flipouttoleft;
-webkit-animation-duration: 175ms;
-moz-transform: rotateY(-90deg) scale(.9);
-moz-animation-name: flipouttoleft;
-moz-animation-duration: 175ms;
}
.flip.in {
-webkit-animation-name: flipintoright;
-webkit-animation-duration: 225ms;
-moz-animation-name: flipintoright;
-moz-animation-duration: 225ms;
}
.flip.out.reverse {
-webkit-transform: rotateY(90deg) scale(.9);
-webkit-animation-name: flipouttoright;
-moz-transform: rotateY(90deg) scale(.9);
-moz-animation-name: flipouttoright;
}
.flip.in.reverse {
-webkit-animation-name: flipintoleft;
-moz-animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
from { -webkit-transform: rotateY(0); }
to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@-moz-keyframes flipouttoleft {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
from { -webkit-transform: rotateY(0) ; }
to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@-moz-keyframes flipouttoright {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
from { -webkit-transform: rotateY(-90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoleft {
from { -moz-transform: rotateY(-90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
from { -webkit-transform: rotateY(90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoright {
from { -moz-transform: rotateY(90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
/* The properties in this rule are only necessary for the 'flip' transition.
* We need specify the perspective to create a projection matrix. This will add
* some depth as the element flips. The depth number represents the distance of
* the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
* value.
*/
.viewport-turn {
-webkit-perspective: 1000;
-moz-perspective: 1000;
position: absolute;
}
.turn {
-webkit-backface-visibility:hidden;
-webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
-webkit-transform-origin: 0;
-moz-backface-visibility:hidden;
-moz-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
-moz-transform-origin: 0;
}
.turn.out {
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation-name: flipouttoleft;
-moz-transform: rotateY(-90deg) scale(.9);
-moz-animation-name: flipouttoleft;
-webkit-animation-duration: 125ms;
-moz-animation-duration: 125ms;
}
.turn.in {
-webkit-animation-name: flipintoright;
-moz-animation-name: flipintoright;
-webkit-animation-duration: 250ms;
-moz-animation-duration: 250ms;
}
.turn.out.reverse {
-webkit-transform: rotateY(90deg) scale(.9);
-webkit-animation-name: flipouttoright;
-moz-transform: rotateY(90deg) scale(.9);
-moz-animation-name: flipouttoright;
}
.turn.in.reverse {
-webkit-animation-name: flipintoleft;
-moz-animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
from { -webkit-transform: rotateY(0); }
to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@-moz-keyframes flipouttoleft {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
from { -webkit-transform: rotateY(0) ; }
to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@-moz-keyframes flipouttoright {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
from { -webkit-transform: rotateY(-90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoleft {
from { -moz-transform: rotateY(-90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
from { -webkit-transform: rotateY(90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoright {
from { -moz-transform: rotateY(90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
/* flow transition */
.flow {
-webkit-transform-origin: 50% 30%;
-moz-transform-origin: 50% 30%;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
-moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.ui-dialog.flow {
-webkit-transform-origin: none;
-moz-transform-origin: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.flow.out {
-webkit-transform: translateX(-100%) scale(.7);
-webkit-animation-name: flowouttoleft;
-webkit-animation-timing-function: ease;
-webkit-animation-duration: 350ms;
-moz-transform: translateX(-100%) scale(.7);
-moz-animation-name: flowouttoleft;
-moz-animation-timing-function: ease;
-moz-animation-duration: 350ms;
}
.flow.in {
-webkit-transform: translateX(0) scale(1);
-webkit-animation-name: flowinfromright;
-webkit-animation-timing-function: ease;
-webkit-animation-duration: 350ms;
-moz-transform: translateX(0) scale(1);
-moz-animation-name: flowinfromright;
-moz-animation-timing-function: ease;
-moz-animation-duration: 350ms;
}
.flow.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: flowouttoright;
-moz-transform: translateX(100%);
-moz-animation-name: flowouttoright;
}
.flow.in.reverse {
-webkit-animation-name: flowinfromleft;
-moz-animation-name: flowinfromleft;
}
@-webkit-keyframes flowouttoleft {
0% { -webkit-transform: translateX(0) scale(1); }
60%, 70% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(-100%) scale(.7); }
}
@-moz-keyframes flowouttoleft {
0% { -moz-transform: translateX(0) scale(1); }
60%, 70% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(-100%) scale(.7); }
}
@-webkit-keyframes flowouttoright {
0% { -webkit-transform: translateX(0) scale(1); }
60%, 70% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(100%) scale(.7); }
}
@-moz-keyframes flowouttoright {
0% { -moz-transform: translateX(0) scale(1); }
60%, 70% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(100%) scale(.7); }
}
@-webkit-keyframes flowinfromleft {
0% { -webkit-transform: translateX(-100%) scale(.7); }
30%, 40% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(0) scale(1); }
}
@-moz-keyframes flowinfromleft {
0% { -moz-transform: translateX(-100%) scale(.7); }
30%, 40% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(0) scale(1); }
}
@-webkit-keyframes flowinfromright {
0% { -webkit-transform: translateX(100%) scale(.7); }
30%, 40% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(0) scale(1); }
}
@-moz-keyframes flowinfromright {
0% { -moz-transform: translateX(100%) scale(.7); }
30%, 40% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(0) scale(1); }
}
/* content configurations. */
.ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d { overflow: hidden; }
.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e { margin: 0; padding: 0; border: 0; float: left; min-height:1px;}
/* grid solo: 100 - single item fallback */
.ui-grid-solo .ui-block-a { width: 100%; float: none; }
/* grid a: 50/50 */
.ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 50%; }
.ui-grid-a .ui-block-a { clear: left; }
/* grid b: 33/33/33 */
.ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c { width: 33.333%; }
.ui-grid-b .ui-block-a { clear: left; }
/* grid c: 25/25/25/25 */
.ui-grid-c .ui-block-a, .ui-grid-c .ui-block-b, .ui-grid-c .ui-block-c, .ui-grid-c .ui-block-d { width: 25%; }
.ui-grid-c .ui-block-a { clear: left; }
/* grid d: 20/20/20/20/20 */
.ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e { width: 20%; }
.ui-grid-d .ui-block-a { clear: left; }
/* fixed page header & footer configuration */
.ui-header-fixed,
.ui-footer-fixed {
left: 0;
right: 0;
width: 100%;
position: fixed;
z-index: 1000;
}
.ui-header-fixed {
top: 0;
}
.ui-footer-fixed {
bottom: 0;
}
.ui-header-fullscreen,
.ui-footer-fullscreen {
opacity: .9;
}
.ui-page-header-fixed {
padding-top: 2.5em;
}
.ui-page-footer-fixed {
padding-bottom: 3em;
}
.ui-page-header-fullscreen .ui-content,
.ui-page-footer-fullscreen .ui-content {
padding: 0;
}
.ui-fixed-hidden {
position: absolute;
}
.ui-page-header-fullscreen .ui-fixed-hidden,
.ui-page-footer-fullscreen .ui-fixed-hidden {
left: -99999em;
}
.ui-header-fixed .ui-btn,
.ui-footer-fixed .ui-btn {
z-index: 10;
}
.ui-navbar { overflow: hidden; }
.ui-navbar ul, .ui-navbar-expanded ul { list-style:none; padding: 0; margin: 0; position: relative; display: block; border: 0;}
.ui-navbar-collapsed ul { float: left; width: 75%; margin-right: -2px; }
.ui-navbar-collapsed .ui-navbar-toggle { float: left; width: 25%; }
.ui-navbar li.ui-navbar-truncate { position: absolute; left: -9999px; top: -9999px; }
.ui-navbar li .ui-btn, .ui-navbar .ui-navbar-toggle .ui-btn { display: block; font-size: 12px; text-align: center; margin: 0; border-right-width: 0; max-width: 100%; }
.ui-navbar li .ui-btn { margin-right: -1px; }
.ui-navbar li .ui-btn:last-child { margin-right: 0; }
.ui-header .ui-navbar li .ui-btn, .ui-header .ui-navbar .ui-navbar-toggle .ui-btn,
.ui-footer .ui-navbar li .ui-btn, .ui-footer .ui-navbar .ui-navbar-toggle .ui-btn { border-top-width: 0; border-bottom-width: 0; }
.ui-navbar .ui-btn-inner { padding-left: 2px; padding-right: 2px; }
.ui-navbar-noicons li .ui-btn .ui-btn-inner, .ui-navbar-noicons .ui-navbar-toggle .ui-btn-inner { padding-top: .8em; padding-bottom: .9em; }
/*expanded page styles*/
.ui-navbar-expanded .ui-btn { margin: 0; font-size: 14px; }
.ui-navbar-expanded .ui-btn-inner { padding-left: 5px; padding-right: 5px; }
.ui-navbar-expanded .ui-btn-icon-top .ui-btn-inner { padding: 45px 5px 15px; text-align: center; }
.ui-navbar-expanded .ui-btn-icon-top .ui-icon { top: 15px; }
.ui-navbar-expanded .ui-btn-icon-bottom .ui-btn-inner { padding: 15px 5px 45px; text-align: center; }
.ui-navbar-expanded .ui-btn-icon-bottom .ui-icon { bottom: 15px; }
.ui-navbar-expanded li .ui-btn .ui-btn-inner { min-height: 2.5em; }
.ui-navbar-expanded .ui-navbar-noicons .ui-btn .ui-btn-inner { padding-top: 1.8em; padding-bottom: 1.9em; }
.ui-btn { display: block; text-align: center; cursor:pointer; position: relative; margin: .5em 5px; padding: 0; }
.ui-mini { margin: .25em 5px; }
.ui-btn-inner { padding: .6em 20px; min-width: .75em; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; zoom: 1; }
.ui-btn input, .ui-btn button { z-index: 2; }
.ui-btn-left, .ui-btn-right, .ui-btn-inline { display: inline-block; }
.ui-btn-block { display: block; }
.ui-header .ui-btn,
.ui-footer .ui-btn { display: inline-block; margin: 0; }
.ui-header .ui-btn-inner,
.ui-footer .ui-btn-inner,
.ui-mini .ui-btn-inner { font-size: 12.5px; padding: .55em 11px .5em; }
.ui-header .ui-fullsize .ui-btn-inner,
.ui-footer .ui-fullsize .ui-btn-inner { font-size: 16px; padding: .6em 25px; }
.ui-btn-icon-notext { width: 24px; height: 24px; }
.ui-btn-icon-notext .ui-btn-inner { padding: 0; height: 100%; }
.ui-btn-icon-notext .ui-btn-inner .ui-icon { margin: 2px 1px 2px 3px; }
.ui-btn-text { position: relative; z-index: 1; width: 100%; }
.ui-btn-icon-notext .ui-btn-text { position: absolute; left: -9999px; }
.ui-btn-icon-left .ui-btn-inner { padding-left: 40px; }
.ui-btn-icon-right .ui-btn-inner { padding-right: 40px; }
.ui-btn-icon-top .ui-btn-inner { padding-top: 40px; }
.ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 40px; }
.ui-header .ui-btn-icon-left .ui-btn-inner,
.ui-footer .ui-btn-icon-left .ui-btn-inner,
.ui-mini .ui-btn-icon-left .ui-btn-inner { padding-left: 30px; }
.ui-header .ui-btn-icon-right .ui-btn-inner,
.ui-footer .ui-btn-icon-right .ui-btn-inner,
.ui-mini .ui-btn-icon-right .ui-btn-inner { padding-right: 30px; }
.ui-header .ui-btn-icon-top .ui-btn-inner,
.ui-footer .ui-btn-icon-top .ui-btn-inner,
.ui-mini .ui-btn-icon-top .ui-btn-inner { padding: 30px 3px .5em 3px; }
.ui-header .ui-btn-icon-bottom .ui-btn-inner,
.ui-footer .ui-btn-icon-bottom .ui-btn-inner,
.ui-mini .ui-btn-icon-bottom .ui-btn-inner { padding: .55em 3px 30px 3px; }
/*btn icon positioning*/
.ui-btn-icon-notext .ui-icon { display: block; z-index: 0;}
.ui-btn-icon-left .ui-btn-inner .ui-icon, .ui-btn-icon-right .ui-btn-inner .ui-icon { position: absolute; top: 50%; margin-top: -9px; }
.ui-btn-icon-top .ui-btn-inner .ui-icon, .ui-btn-icon-bottom .ui-btn-inner .ui-icon { position: absolute; left: 50%; margin-left: -9px; }
.ui-btn-icon-left .ui-icon { left: 10px; }
.ui-btn-icon-right .ui-icon { right: 10px; }
.ui-btn-icon-top .ui-icon { top: 10px; }
.ui-btn-icon-bottom .ui-icon { top: auto; bottom: 10px; }
.ui-header .ui-btn-icon-left .ui-icon,
.ui-footer .ui-btn-icon-left .ui-icon,
.ui-mini.ui-btn-icon-left .ui-icon,
.ui-mini .ui-btn-icon-left .ui-icon { left: 5px; }
.ui-header .ui-btn-icon-right .ui-icon,
.ui-footer .ui-btn-icon-right .ui-icon,
.ui-mini.ui-btn-icon-right .ui-icon,
.ui-mini .ui-btn-icon-right .ui-icon { right: 5px; }
.ui-header .ui-btn-icon-top .ui-icon,
.ui-footer .ui-btn-icon-top .ui-icon,
.ui-mini.ui-btn-icon-top .ui-icon,
.ui-mini .ui-btn-icon-top .ui-icon { top: 5px; }
.ui-header .ui-btn-icon-bottom .ui-icon,
.ui-footer .ui-btn-icon-bottom .ui-icon,
.ui-mini.ui-btn-icon-bottom .ui-icon,
.ui-mini .ui-btn-icon-bottom .ui-icon { bottom: 5px; }
/*hiding native button,inputs */
.ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: .1; cursor: pointer; background: #fff; background: rgba(255,255,255,0); filter: Alpha(Opacity=.0001); font-size: 1px; border: none; text-indent: -9999px; }
.ui-collapsible { margin: .5em 0; }
.ui-collapsible-heading { font-size: 16px; display: block; margin: 0 -8px; padding: 0; border-width: 0 0 1px 0; position: relative; }
.ui-collapsible-heading a { text-align: left; margin: 0; }
.ui-collapsible-heading .ui-btn-inner,
.ui-collapsible-heading .ui-btn-icon-left .ui-btn-inner { padding-left: 40px; }
.ui-collapsible-heading .ui-btn-icon-right .ui-btn-inner { padding-left: 12px; padding-right: 40px; }
.ui-collapsible-heading .ui-btn-icon-top .ui-btn-inner,
.ui-collapsible-heading .ui-btn-icon-bottom .ui-btn-inner { padding-right: 40px; text-align: center; }
.ui-collapsible-heading a span.ui-btn { position: absolute; left: 6px; top: 50%; margin: -12px 0 0 0; width: 20px; height: 20px; padding: 1px 0px 1px 2px; text-indent: -9999px; }
.ui-collapsible-heading a span.ui-btn .ui-btn-inner { padding: 10px 0; }
.ui-collapsible-heading a span.ui-btn .ui-icon { left: 0; margin-top: -10px; }
.ui-collapsible-heading-status { position: absolute; top: -9999px; left:0px; }
.ui-collapsible-content {
display: block;
margin: 0 -8px;
padding: 10px 16px;
border-top: none; /* Overrides ui-btn-up-* */
background-image: none; /* Overrides ui-btn-up-* */
font-weight: normal; /* Overrides ui-btn-up-* */
}
.ui-collapsible-content-collapsed { display: none; }
.ui-collapsible-set { margin: .5em 0; }
.ui-collapsible-set .ui-collapsible { margin: -1px 0 0; }
.ui-controlgroup, fieldset.ui-controlgroup { padding: 0; margin: 0em 0 .5em; zoom: 1; }
.ui-bar .ui-controlgroup { margin: 0 .3em; }
.ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .4em; }
.ui-controlgroup-controls { display: block; width: 100%;}
.ui-controlgroup li { list-style: none; }
.ui-controlgroup-vertical .ui-btn,
.ui-controlgroup-vertical .ui-checkbox, .ui-controlgroup-vertical .ui-radio { margin: 0; border-bottom-width: 0; }
.ui-controlgroup-controls label.ui-select { position: absolute; left: -9999px; }
.ui-controlgroup-vertical .ui-controlgroup-last { border-bottom-width: 1px; }
.ui-controlgroup-horizontal { padding: 0; }
.ui-controlgroup-horizontal .ui-btn-inner { text-align:center; }
.ui-controlgroup-horizontal .ui-btn, .ui-controlgroup-horizontal .ui-select { display: inline-block; margin: 0 -6px 0 0; }
.ui-controlgroup-horizontal .ui-checkbox, .ui-controlgroup-horizontal .ui-radio { float: left; clear: none; margin: 0 -1px 0 0; }
.ui-controlgroup-horizontal .ui-checkbox .ui-btn, .ui-controlgroup-horizontal .ui-radio .ui-btn,
.ui-controlgroup-horizontal .ui-checkbox:last-child, .ui-controlgroup-horizontal .ui-radio:last-child { margin-right: 0; }
.ui-controlgroup-horizontal .ui-controlgroup-last { margin-right: 0; }
.ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label { font-size: 16px; }
/* conflicts with listview..
.ui-controlgroup .ui-btn-icon-notext { width: 30px; height: 30px; text-indent: -9999px; }
.ui-controlgroup .ui-btn-icon-notext .ui-btn-inner { padding: 5px 6px 5px 5px; }
*/
@media all and (min-width: 450px){
.ui-field-contain .ui-controlgroup-label { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
.ui-field-contain .ui-controlgroup-controls { width: 60%; display: inline-block; }
.ui-field-contain .ui-controlgroup .ui-select { width: 100%; }
.ui-field-contain .ui-controlgroup-horizontal .ui-select { width: auto; }
}
.ui-dialog {
background: none !important; /* this is to ensure that dialog theming does not apply (by default at least) on the page div */
}
.ui-dialog-contain { width: 92.5%; max-width: 500px; margin: 10% auto 15px auto; padding: 0; }
.ui-dialog .ui-header {
margin-top: 15%;
border: none;
overflow: hidden;
}
.ui-dialog .ui-header,
.ui-dialog .ui-content,
.ui-dialog .ui-footer {
display: block;
position: relative;
width: auto;
}
.ui-dialog .ui-header,
.ui-dialog .ui-footer {
z-index: 10;
padding: 0;
}
.ui-dialog .ui-footer {
padding: 0 15px;
}
.ui-dialog .ui-content {
padding: 15px;
}
.ui-dialog {
margin-top: -15px;
}
.ui-checkbox, .ui-radio { position: relative; clear: both; margin: .2em 0 .5em; z-index: 1; }
.ui-checkbox .ui-btn, .ui-radio .ui-btn { margin: 0; text-align: left; z-index: 2; }
.ui-checkbox .ui-btn-inner, .ui-radio .ui-btn-inner { white-space: normal; }
.ui-checkbox .ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-btn-icon-left .ui-btn-inner { padding-left: 45px; }
.ui-checkbox .ui-mini.ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-mini.ui-btn-icon-left .ui-btn-inner { padding-left: 36px; }
.ui-checkbox .ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
.ui-checkbox .ui-mini.ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-mini.ui-btn-icon-right .ui-btn-inner { padding-right: 36px; }
.ui-checkbox .ui-btn-icon-top .ui-btn-inner,.ui-radio .ui-btn-icon-top .ui-btn-inner { padding-right: 0; padding-left: 0; text-align: center; }
.ui-checkbox .ui-btn-icon-bottom .ui-btn-inner, .ui-radio .ui-btn-icon-bottom .ui-btn-inner { padding-right: 0; padding-left: 0; text-align: center; }
.ui-checkbox .ui-icon, .ui-radio .ui-icon { top: 1.1em; }
.ui-checkbox .ui-btn-icon-left .ui-icon, .ui-radio .ui-btn-icon-left .ui-icon { left: 15px; }
.ui-checkbox .ui-mini.ui-btn-icon-left .ui-icon, .ui-radio .ui-mini.ui-btn-icon-left .ui-icon { left: 9px; }
.ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon { right: 15px; }
.ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon, .ui-radio .ui-mini.ui-btn-icon-right .ui-icon { right: 9px; }
.ui-checkbox .ui-btn-icon-top .ui-icon, .ui-radio .ui-btn-icon-top .ui-icon { top: 10px; }
.ui-checkbox .ui-btn-icon-bottom .ui-icon, .ui-radio .ui-btn-icon-bottom .ui-icon { top: auto; bottom: 10px; }
.ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon { right: 15px; }
.ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon, .ui-radio .ui-mini.ui-btn-icon-right .ui-icon { right: 9px; }
/* input, label positioning */
.ui-checkbox input,.ui-radio input { position:absolute; left:20px; top:50%; width: 10px; height: 10px; margin:-5px 0 0 0; outline: 0 !important; z-index: 1; }
.ui-field-contain, fieldset.ui-field-contain { padding: .8em 0; margin: 0; border-width: 0 0 1px 0; overflow: visible; }
.ui-field-contain:first-child { border-top-width: 0; }
.ui-header .ui-field-contain-left,
.ui-header .ui-field-contain-right {
position: absolute;
top: 0;
width: 25%;
}
.ui-header .ui-field-contain-left {
left: 1em;
}
.ui-header .ui-field-contain-right {
right: 1em;
}
@media all and (min-width: 450px){
.ui-field-contain, .ui-mobile fieldset.ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }
}
.ui-select { display: block; position: relative; }
.ui-select select { position: absolute; left: -9999px; top: -9999px; }
.ui-select .ui-btn { overflow: hidden; opacity: 1; margin: 0; }
/* Fixes #2588 — When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select—including “inheritâ€â€”without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */
.ui-select .ui-btn select { cursor: pointer; -webkit-appearance: button; left: 0; top:0; width: 100%; min-height: 1.5em; min-height: 100%; height: 3em; max-height: 100%; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); z-index: 2; }
.ui-select .ui-disabled { opacity: .3; }
@-moz-document url-prefix() {.ui-select .ui-btn select { opacity: 0.0001; }}
.ui-select .ui-btn select.ui-select-nativeonly { opacity: 1; text-indent: 0; }
.ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
.ui-select .ui-btn-icon-right .ui-icon { right: 15px; }
.ui-select .ui-mini.ui-btn-icon-right .ui-icon { right: 7px; }
/* labels */
label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
/*listbox*/
.ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: block; min-height: 1em; overflow: hidden !important;
/* This !important is required for iPad Safari specifically. See https://github.com/jquery/jquery-mobile/issues/2647 */ }
.ui-select .ui-btn-text { text-overflow: ellipsis; }
.ui-selectmenu { position: absolute; padding: 0; z-index: 1100 !important; width: 80%; max-width: 350px; padding: 6px; }
.ui-selectmenu .ui-listview { margin: 0; }
.ui-selectmenu .ui-btn.ui-li-divider { cursor: default; }
.ui-selectmenu-hidden { top: -9999px; left: -9999px; }
.ui-selectmenu-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
.ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon { display: none; }
.ui-selectmenu-list .ui-li .ui-icon { display: block; }
.ui-li.ui-selectmenu-placeholder { display: none; }
.ui-selectmenu .ui-header .ui-title { margin: 0.6em 46px 0.8em; }
@media all and (min-width: 450px){
.ui-field-contain label.ui-select { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
.ui-field-contain .ui-select { width: 60%; display: inline-block; }
}
/* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */
.ui-selectmenu .ui-header h1:after { content: '.'; visibility: hidden; }
label.ui-input-text { font-size: 16px; line-height: 1.4; display: block; font-weight: normal; margin: 0 0 .3em; }
input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; line-height: 1.4; font-size: 16px; display: block; width: 97%; outline: 0; }
.ui-header input.ui-input-text,
.ui-footer input.ui-input-text { margin-left: 1.25%; padding: .4em 1%; width: 95.5% } /* Note that padding left/right on text inputs is factored into how the element is displayed in Firefox, but does not actually pad the text inside it. */
input.ui-input-text { -webkit-appearance: none; }
textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear; -moz-transition: height 200ms linear; -o-transition: height 200ms linear; transition: height 200ms linear; }
.ui-input-search { padding: 0 30px; background-image: none; position: relative; }
.ui-icon-searchfield:after { position: absolute; left: 7px; top: 50%; margin-top: -9px; content: ""; width: 18px; height: 18px; opacity: .5; }
.ui-input-search input.ui-input-text { border: none; width: 98%; padding: .4em 0; margin: 0; display: block; background: transparent none; outline: 0 !important; }
.ui-input-search .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -13px; }
.ui-mini .ui-input-clear { right: -3px; }
.ui-input-search .ui-input-clear-hidden { display: none; }
input.ui-mini, .ui-mini input, textarea.ui-mini { font-size: 14px; }
textarea.ui-mini { height: 45px; }
/* orientation adjustments - incomplete!*/
@media all and (min-width: 450px){
.ui-field-contain label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
.ui-field-contain input.ui-input-text,
.ui-field-contain textarea.ui-input-text,
.ui-field-contain .ui-input-search { width: 60%; display: inline-block; }
.ui-field-contain .ui-input-search { width: 50%; }
.ui-hide-label input.ui-input-text,
.ui-hide-label textarea.ui-input-text,
.ui-hide-label .ui-input-search { padding: .4em; width: 97%; }
.ui-input-search input.ui-input-text { width: 98%; /*echos rule from above*/ }
}
.ui-listview { margin: 0; counter-reset: listnumbering; }
.ui-content .ui-listview { margin: -15px; }
.ui-content .ui-listview-inset { margin: 1em 0; }
.ui-listview, .ui-li { list-style:none; padding:0; }
.ui-li, .ui-li.ui-field-contain { display: block; margin:0; position: relative; overflow: visible; text-align: left; border-width: 0; border-top-width: 1px; }
.ui-li .ui-btn-text a.ui-link-inherit { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ui-li-divider, .ui-li-static { padding: .5em 15px; font-size: 14px; font-weight: bold; }
.ui-li-divider { counter-reset: listnumbering; }
ol.ui-listview .ui-link-inherit:before, ol.ui-listview .ui-li-static:before, .ui-li-dec { font-size: .8em; display: inline-block; padding-right: .3em; font-weight: normal;counter-increment: listnumbering; content: counter(listnumbering) ". "; }
ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */
.ui-listview-inset .ui-li { border-right-width: 1px; border-left-width: 1px; }
.ui-li:last-child, .ui-li.ui-field-contain:last-child { border-bottom-width: 1px; }
.ui-li>.ui-btn-inner { display: block; position: relative; padding: 0; }
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding: .7em 15px .7em 15px; display: block; }
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb { min-height: 60px; padding-left: 100px; }
.ui-li-has-icon .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-icon { min-height: 20px; padding-left: 40px; }
.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-count { padding-right: 45px; }
.ui-li-has-arrow .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow { padding-right: 30px; }
.ui-li-has-arrow.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow.ui-li-has-count { padding-right: 75px; }
.ui-li-has-count .ui-btn-text { padding-right: 15px; }
.ui-li-heading { font-size: 16px; font-weight: bold; display: block; margin: .6em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ui-li-desc { font-size: 12px; font-weight: normal; display: block; margin: -.5em 0 .6em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ui-li-thumb, .ui-listview .ui-li-icon { position: absolute; left: 1px; top: 0; max-height: 80px; max-width: 80px; }
.ui-listview .ui-li-icon { max-height: 40px; max-width: 40px; left: 10px; top: .9em; }
.ui-li-thumb, .ui-listview .ui-li-icon, .ui-li-content { float: left; margin-right: 10px; }
.ui-li-aside { float: right; width: 50%; text-align: right; margin: .3em 0; }
@media all and (min-width: 480px){
.ui-li-aside { width: 45%; }
}
.ui-li-divider { cursor: default; }
.ui-li-has-alt .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt { padding-right: 95px; }
.ui-li-has-count .ui-li-count { position: absolute; font-size: 11px; font-weight: bold; padding: .2em .5em; top: 50%; margin-top: -.9em; right: 48px; }
.ui-li-divider .ui-li-count, .ui-li-static .ui-li-count { right: 10px; }
.ui-li-has-alt .ui-li-count { right: 55px; }
.ui-li-link-alt { position: absolute; width: 40px; height: 100%; border-width: 0; border-left-width: 1px; top: 0; right: 0; margin: 0; padding: 0; z-index: 2; }
.ui-li-link-alt .ui-btn { overflow: hidden; position: absolute; right: 8px; top: 50%; margin: -11px 0 0 0; border-bottom-width: 1px; z-index: -1;}
.ui-li-link-alt .ui-btn-inner { padding: 0; height: 100%; position: absolute; width: 100%; top: 0; left: 0;}
.ui-li-link-alt .ui-btn .ui-icon { right: 50%; margin-right: -9px; }
.ui-listview * .ui-btn-inner > .ui-btn > .ui-btn-inner { border-top: 0px; }
.ui-listview-filter { border-width: 0; overflow: hidden; margin: -15px -15px 15px -15px }
.ui-listview-filter .ui-input-search { margin: 5px; width: auto; display: block; }
.ui-listview-filter-inset { margin: -15px -5px -15px -5px; background: transparent; }
.ui-li.ui-screen-hidden{display:none;}
/* Odd iPad positioning issue. */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.ui-li .ui-btn-text { overflow: visible; }
}
label.ui-slider { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
input.ui-slider-input,
.ui-field-contain input.ui-slider-input { display: inline-block; width: 50px; }
select.ui-slider-switch { display: none; }
div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 20px; top: 4px; width: 65%; }
div.ui-slider-mini { height: 12px; margin-left: 10px; }
div.ui-slider-bg { border: none; height: 100%; padding-right: 8px; }
.ui-controlgroup a.ui-slider-handle, a.ui-slider-handle { position: absolute; z-index: 1; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; outline: 0; }
a.ui-slider-handle .ui-btn-inner { padding: 0; height: 100%; }
div.ui-slider-mini a.ui-slider-handle { height: 14px; width: 14px; margin: -8px 0 0 -7px; }
div.ui-slider-mini a.ui-slider-handle .ui-btn-inner { height: 30px; width: 30px; padding: 0; margin: -9px 0 0 -9px; }
@media all and (min-width: 450px){
.ui-field-contain label.ui-slider { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
.ui-field-contain div.ui-slider { width: 43%; }
.ui-field-contain div.ui-slider-switch { width: 5.5em; }
}
div.ui-slider-switch { height: 32px; margin-left: 0; width: 5.8em; }
a.ui-slider-handle-snapping { -webkit-transition: left 70ms linear; -moz-transition: left 70ms linear; }
div.ui-slider-switch .ui-slider-handle { margin-top: 1px; }
.ui-slider-inneroffset { margin: 0 16px; position: relative; z-index: 1; }
div.ui-slider-switch.ui-slider-mini { width: 5em; height: 29px; }
div.ui-slider-switch.ui-slider-mini .ui-slider-inneroffset { margin: 0 15px 0 14px; }
div.ui-slider-switch.ui-slider-mini .ui-slider-handle { width: 25px; height: 25px; margin: 1px 0 0 -13px; }
div.ui-slider-switch.ui-slider-mini a.ui-slider-handle .ui-btn-inner { height: 30px; width: 30px; padding: 0; margin: 0; }
span.ui-slider-label { position: absolute; text-align: center; width: 100%; overflow: hidden; font-size: 16px; top: 0; line-height: 2; min-height: 100%; border-width: 0; white-space: nowrap; }
.ui-slider-mini span.ui-slider-label { font-size: 14px; }
span.ui-slider-label-a { z-index: 1; left: 0; text-indent: -1.5em; }
span.ui-slider-label-b { z-index: 0; right: 0; text-indent: 1.5em;}
.ui-slider-inline { width: 120px; display: inline-block; }
/* =============================================================================
-------------------------[ THEME STYLES BELOW ]-------------------------
=============================================================================
=============================================================================
=============================================================================
=============================================================================
========================================================================== */
/* =============================================================================
Custom content styling
========================================================================== */
h3.home-title {
margin-top:40px;
text-align:center;
font-weight:normal;
margin:10px 0 10px 0;
font-family: 'Kaushan Script', cursive; font-size:26px;
/* font-family: 'Lobster', cursive; font-size:28px; */
/* font-family: 'Cabin', sans-serif; font-weight: 700; font-size:22px; */
/* font-family: 'Cardo', serif; font-size:24px; */
/* font-family: 'Droid Sans', sans-serif; font-size:22px; font-weight:700 */
}
.padd {
padding: 20px 0
}
.gal-description {
font-size:11px;
color: #eee
}
.padd-title {
padding-left:15px;
margin-bottom:3px
}
hr.ornamental { background:url(../images/ornamental.png) center no-repeat; background-size:960px 21px; height:21px; width:100%; border:none; margin:0; padding:0 }
.shadow1box {text-align:center; margin:0; height:28px}
.shadow1 {width:100%; height:28px; margin:0}
.shadow2box {margin:0}
.shadow2 {width:100%}
/* =============================================================================
UI Bars (add to a div surrounding content, like a callout box)
========================================================================== */
.ui-bar-c {
border: 1px solid #B3B3B3;
background: #e9eaeb;
color: #111;
font-weight: bold;
text-shadow: 0 1px 1px #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{background-start}*/), to( #e9eaeb /*{background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #f0f0f0 /*{background-start}*/, #e9eaeb /*{background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #f0f0f0 /*{background-start}*/, #e9eaeb /*{background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #f0f0f0 /*{background-start}*/, #e9eaeb /*{background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #f0f0f0 /*{background-start}*/, #e9eaeb /*{background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #f0f0f0 /*{background-start}*/, #e9eaeb /*{background-end}*/);
}
.ui-bar-c .ui-link-inherit {
color: #3E3E3E;
}
.ui-bar-c .ui-link {
color: #7cc4e7;
font-weight: bold;
}
.ui-bar-c .ui-link:hover {
color: #2489CE;
}
.ui-bar-c .ui-link:active {
color: #2489CE;
}
.ui-bar-c .ui-link:visited {
color: #2489CE;
}
.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button {
font-family: Helvetica, Arial, sans-serif;
}
/* =============================================================================
Dialog (Modal Windows)
========================================================================== */
.ui-dialog {
background:url(../images/pattern2.png) #222 !important;
background-size: 20px 20px !important;
}
.ui-dialog .ui-dialog-contain {
margin-top: 0 !important
}
/* =============================================================================
Set your main background image & text styles
========================================================================== */
.ui-body-c,
.ui-dialog.ui-overlay-c {
border: 1px solid #B3B3B3;
/* background:url(../images/page-backgrounds/diagonal-noise.jpg) 0 0; background-size: 100px 100px; */
/* background:url(../images/page-backgrounds/zebra.jpg) 0 0; background-size: 121px 38px; */
/* background:url(../images/page-backgrounds/paper.jpg) 0 0; background-size: 500px 593px; */
/* background:url(../images/page-backgrounds/farmer.jpg) 0 0; background-size: 349px 349px; */
/* background:url(../images/page-backgrounds/blue-stripes.jpg) 0 0; background-size: 100px 100px; */
/* background:url(../images/page-backgrounds/texture.jpg) 0 0; background-size: 476px 476px; */
/* background:url(../images/page-backgrounds/white-brick-wall.jpg) 0 0; background-size: 25px 17px; */
background:url(../images/page-backgrounds/grilled.jpg) 0 0; background-size: 170px 180px;
/* background:url(../images/page-backgrounds/wood.jpg) 0 0; background-size: 203px 317px; */
color: #111;
text-shadow: 0 1px 0 #fff;
}
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
/* font-family: Helvetica, Arial, sans-serif; */
/* font-family: 'Cabin', sans-serif; */
/* font-family: 'Goudy Bookletter 1911', serif; */
/* font-family: 'Crimson Text', serif; */
/* font-family: 'Cardo', serif; */
font-family: 'Droid Sans', sans-serif;
}
/* =============================================================================
Body Links
========================================================================== */
.ui-body-c .ui-link-inherit {
color: #0099ff
}
.ui-body-c .ui-link {
color: #0099ff;
font-weight: bold;
}
.ui-body-c .ui-link:hover {
color: #0099ff;
}
.ui-body-c .ui-link:active {
color: #0099ff;
}
.ui-body-c .ui-link:visited {
color: #0099ff;
}
/* =============================================================================
Button Styles
========================================================================== */
.ui-btn-up-c {
border: 1px solid #111;
background: #000;
font-weight: bold;
color: #fff;
text-shadow: 0 1px 1px #111;
}
.ui-btn-up-c a.ui-link-inherit {
color: #fff;
}
.ui-btn-hover-c {
border: 1px solid #000;
background: #333;
font-weight: bold;
color: #0099FF;
text-shadow: 0 1px 1px #000;
}
.ui-btn-hover-c a.ui-link-inherit {
color: #fff;
}
.ui-btn-down-c {
border: 1px solid #000;
background: #111;
font-weight: bold;
color: #0099FF;
text-shadow: 0 1px 1px #000;
}
.ui-btn-down-c a.ui-link-inherit {
color: #fff;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
}
.ui-btn-inner {
border-color: rgba(255, 255, 255, 0.3);
border-top: 1px solid #525353;
}
/* Active class used as the "on" state across all themes, example: newsletter button on form */
.ui-btn-active {
border: 1px solid #111;
background: #111;
font-weight: bold;
color:#0099ff;
cursor: pointer;
text-shadow: 0 1px 1px #000;
text-decoration: none;
}
.ui-btn-active a.ui-link-inherit {
color: #fff;
}
/* =============================================================================
Interior Banner Styles
========================================================================== */
.bannerContainer {
width:100%;
background:#111;
}
.banner {
max-width: 100%;
display: block;
max-height:295px;
margin:0 auto;
}
/* =============================================================================
Page Title under Banner Image
========================================================================== */
h2.pageTitle {
text-transform:uppercase;
background:url(../images/pattern.png) #111; background-size: 5px 5px;
border-bottom:1px solid #aaa;
color:#0099FF;
width:100%;
margin:0;
padding:0;
font-family: 'Kaushan Script', cursive;
text-shadow: 0 1px 0 #fff;
font-weight:normal;
}
h2.pageTitle span {
display:block;
padding:8px 0 5px 15px
}
/* =============================================================================
Header Bar (behind logo) & Logo
========================================================================== */
.page-header {
border:0px;
border-bottom:1px solid #bfc0c0;
color:#eee;
height:40px;
text-shadow: 0 -1px 1px #000;
background:url(../images/pattern.png) #111; background-size: 5px 5px;
}
.logo {
width:231px;
height:40px;
background:url(../images/logo.png) top center no-repeat;
margin:0 auto;
background-size: 185px 40px;
}
h1.ui-title {
margin:0px;
padding:10px 0 0 0
}
/* =============================================================================
Link Bars with Large Arrows
========================================================================== */
li .ui-btn-text {background:url(../images/pattern2.png) #111; background-size: 20px 20px;}
a.ui-link-inherit {
background:url(../images/arrow.png) right no-repeat;
background-size: 25px 30px;
font-family: 'Kaushan Script', cursive; font-size:18px;
/* font-family: 'Lobster', cursive; font-size:18px; */
/* font-family: 'Cabin', sans-serif; font-weight: 700; font-size:18px; */
/* font-family: 'Droid Serif', serif; font-weight:700; font-style:italic; font-size:17px; */
color:#eee !important;
text-shadow: 0 -1px 1px #000;
}
a.ui-link-inherit:hover {
background:url(../images/arrow.png) right no-repeat #333;
color:#0099FF !important;
}
.events-list span.ui-icon, .thumbnail-list span.ui-icon {display:none}
/* =============================================================================
Overwrite jQuery Mobile Styles
========================================================================== */
.ui-header .ui-title, .ui-footer .ui-title {
margin: 0.8em 90px;
}
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
padding: .8em 15px;
}
.ui-content {
padding-top:0px
}
.page-header .ui-icon {
text-indent:-9999px !important
}
.gallery-page h1.ui-title {
margin: 0px;
padding: 0px;
position:relative;
top:13px
}
.ui-btn-icon-notext .ui-btn-inner { z-index:9999 }
/* =============================================================================
List Styles
========================================================================== */
/* thumbail lists */
.events-list ul.ui-listview li, .thumbnail-list ul.ui-listview li {
margin:0;
padding:0;
border-bottom:0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.thumbnail-list a.ui-link-inherit,
.events-list ul.ui-listview a.ui-link-inherit {
color: #fff;
}
.thumbnail-list a.ui-link-inherit:hover, .events-list ul.ui-listview a.ui-link-inherit:hover {
color: #2489CE;
}
.thumbnail-list ul.ui-listview li a.ui-link-inherit {
padding-left: 100px;
}
.thumbnail-list ul.ui-listview .ui-btn-inner {
margin:0;
padding:0;
border-bottom:0px
}
.thumbnail-list li.ui-corner-bottom {
padding-bottom:1px !important
}
.ui-li-thumb {
left: 4px;
max-height: 80px;
max-width: 80px;
position: absolute;
top: 4px;
border:0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.events-list .ui-li-aside {
float: right;
margin: 0.3em 0;
text-align: right;
width: 22%;
}
.ui-li-aside {
margin: 0 2em;
}
.events-list .ui-li {
padding:0;
margin:0
}
li.ui-li-divider {
padding: 0.5em 15px !important
}
/* list divider, create your own gradient: http://www.colorzilla.com/gradient-editor/ */
li.ui-li-divider {
color: #111;
text-shadow: 0 1px 0 #999;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
/* =============================================================================
Footer Navigation
========================================================================== */
.ui-btn-up-b {
border: 1px solid #333;
background:url(../images/pattern.png) #111; background-size: 5px 5px;
font-weight: bold;
color: #0099FF;
text-shadow: 0 -1px 1px #000;
}
.ui-btn-up-b a.ui-link-inherit {
color: #fff;
}
.ui-btn-hover-b {
border: 1px solid #000;
background: #333;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #014D68;
}
.ui-btn-hover-b a.ui-link-inherit {
color: #fff;
}
.ui-btn-down-b {
border: 1px solid #333;
background: #111;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #225377;
}
.ui-btn-down-b a.ui-link-inherit {
color: #fff;
}
.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {
/* font-family: Helvetica, Arial, sans-serif; */
/* font-family: 'Cabin', sans-serif;
/* font-family: 'Goudy Bookletter 1911', serif; */
/* font-family: 'Crimson Text', serif; */
/* font-family: 'Cardo', serif; */
font-family: 'Droid Sans', sans-serif;
text-decoration: none;
}
.ui-footer .ui-btn-text { background:none }
/* =============================================================================
Footer Nav Icons --[ Recommend to delete CSS for icons you don't use ]--
========================================================================== */
.custom-icons .ui-btn .ui-btn-inner {
padding-top: 40px !important;
}
.custom-icons .ui-btn .ui-icon {
width: 30px!important;
height: 30px!important;
margin-left: -15px !important;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
#address-book .ui-icon { background:url(../images/nav-icons/address-book.png) 50% 50% no-repeat; background-size: 24px 28px; }
#apartments .ui-icon { background:url(../images/nav-icons/apartments.png) 50% 50% no-repeat; background-size: 27px 30px; }
#balloons .ui-icon { background:url(../images/nav-icons/balloons.png) 50% 50% no-repeat; background-size: 22px 30px; }
#brush .ui-icon { background:url(../images/nav-icons/brush.png) 50% 50% no-repeat; background-size: 30px 28px; }
#brush2 .ui-icon { background:url(../images/nav-icons/brush2.png) 50% 50% no-repeat; background-size: 27px 28px; }
#calendar .ui-icon { background:url(../images/nav-icons/calendar.png) 50% 50% no-repeat; background-size: 30px 26px; }
#calendar2 .ui-icon { background:url(../images/nav-icons/calendar2.png) 50% 50% no-repeat; background-size: 28px 29px; }
#camera .ui-icon { background:url(../images/nav-icons/camera.png) 50% 50% no-repeat; background-size: 29px 22px; }
#car .ui-icon { background:url(../images/nav-icons/car.png) 50% 50% no-repeat; background-size: 30px 16px; }
#cell .ui-icon { background:url(../images/nav-icons/cell.png) 50% 50% no-repeat; background-size: 18px 30px; }
#cell2 .ui-icon { background:url(../images/nav-icons/cell2.png) 50% 50% no-repeat; background-size: 17px 30px; }
#cell3 .ui-icon { background:url(../images/nav-icons/cell3.png) 50% 50% no-repeat; background-size: 15px 30px; }
#chair .ui-icon { background:url(../images/nav-icons/chair.png) 50% 50% no-repeat; background-size: 20px 27px; }
#chat .ui-icon { background:url(../images/nav-icons/chat.png) 50% 50% no-repeat; background-size: 28px 21px; }
#chat2 .ui-icon { background:url(../images/nav-icons/chat2.png) 50% 50% no-repeat; background-size: 27px 25px; }
#closed .ui-icon { background:url(../images/nav-icons/closed.png) 50% 50% no-repeat; background-size: 27px 25px; }
#dribble .ui-icon { background:url(../images/nav-icons/dribble.png) 50% 50% no-repeat; background-size: 28px 29px; }
#eye .ui-icon { background:url(../images/nav-icons/eye.png) 50% 50% no-repeat; background-size: 30px 18px; }
#facebook .ui-icon { background:url(../images/nav-icons/facebook.png) 50% 50% no-repeat; background-size: 26px 27px; }
#film .ui-icon { background:url(../images/nav-icons/film.png) 50% 50% no-repeat; background-size: 23px 26px; }
#flag .ui-icon { background:url(../images/nav-icons/flag.png) 50% 50% no-repeat; background-size: 23px 27px; }
#footprint .ui-icon { background:url(../images/nav-icons/footprint.png) 50% 50% no-repeat; background-size: 13px 30px; }
#footprints .ui-icon { background:url(../images/nav-icons/footprints.png) 50% 50% no-repeat; background-size: 27px 30px; }
#globe .ui-icon { background:url(../images/nav-icons/globe.png) 50% 50% no-repeat; background-size: 28px 28px; }
#home .ui-icon { background:url(../images/nav-icons/home.png) 50% 50% no-repeat; background-size: 27px 25px; }
#home2 .ui-icon { background:url(../images/nav-icons/home2.png) 50% 50% no-repeat; background-size: 29px 26px; }
#icecream .ui-icon { background:url(../images/nav-icons/icecream.png) 50% 50% no-repeat; background-size: 18px 27px; }
#key .ui-icon { background:url(../images/nav-icons/key.png) 50% 50% no-repeat; background-size: 15px 30px; }
#like .ui-icon { background:url(../images/nav-icons/like.png) 50% 50% no-repeat; background-size: 25px 23px; }
#mail .ui-icon { background:url(../images/nav-icons/mail.png) 50% 50% no-repeat; background-size: 27px 18px; }
#mail2 .ui-icon { background:url(../images/nav-icons/mail2.png) 50% 50% no-repeat; background-size: 27px 19px; }
#map-marker .ui-icon { background:url(../images/nav-icons/map-marker.png) 50% 50% no-repeat; background-size: 19px 26px; }
#map .ui-icon { background:url(../images/nav-icons/map.png) 50% 50% no-repeat; background-size: 30px 22px; }
#monitor .ui-icon { background:url(../images/nav-icons/monitor.png) 50% 50% no-repeat; background-size: 29px 29px; }
#mouse .ui-icon { background:url(../images/nav-icons/mouse.png) 50% 50% no-repeat; background-size: 18px 27px; }
#movie-camera .ui-icon { background:url(../images/nav-icons/movie-camera.png) 50% 50% no-repeat; background-size: 30px 23px; }
#movie .ui-icon { background:url(../images/nav-icons/movie.png) 50% 50% no-repeat; background-size: 24px 30px; }
#music .ui-icon { background:url(../images/nav-icons/music.png) 50% 50% no-repeat; background-size: 17px 30px; }
#paint-brush .ui-icon { background:url(../images/nav-icons/paint-brush.png) 50% 50% no-repeat; background-size: 30px 29px; }
#pen .ui-icon { background:url(../images/nav-icons/pen.png) 50% 50% no-repeat; background-size: 27px 27px; }
#pencil .ui-icon { background:url(../images/nav-icons/pencil.png) 50% 50% no-repeat; background-size: 26px 26px; }
#phone .ui-icon { background:url(../images/nav-icons/phone.png) 50% 50% no-repeat; background-size: 29px 30px; }
#phone2 .ui-icon { background:url(../images/nav-icons/phone2.png) 50% 50% no-repeat; background-size: 30px 25px; }
#phone3 .ui-icon { background:url(../images/nav-icons/phone3.png) 50% 50% no-repeat; background-size: 30px 21px; }
#photos .ui-icon { background:url(../images/nav-icons/photos.png) 50% 50% no-repeat; background-size: 30px 24px; }
#photos2 .ui-icon { background:url(../images/nav-icons/photos2.png) 50% 50% no-repeat; background-size: 30px 23px; }
#plane .ui-icon { background:url(../images/nav-icons/plane.png) 50% 50% no-repeat; background-size: 30px 29px; }
#plate .ui-icon { background:url(../images/nav-icons/plate.png) 50% 50% no-repeat; background-size: 30px 20px; }
#popsicle .ui-icon { background:url(../images/nav-icons/popsicle.png) 50% 50% no-repeat; background-size: 15px 30px; }
#presentation .ui-icon { background:url(../images/nav-icons/presentation.png) 50% 50% no-repeat; background-size: 29px 30px; }
#rss .ui-icon { background:url(../images/nav-icons/rss.png) 50% 50% no-repeat; background-size: 29px 30px; }
#run .ui-icon { background:url(../images/nav-icons/run.png) 50% 50% no-repeat; background-size: 25px 30px; }
#search .ui-icon { background:url(../images/nav-icons/search.png) 50% 50% no-repeat; background-size: 28px 30px; }
#sign .ui-icon { background:url(../images/nav-icons/sign.png) 50% 50% no-repeat; background-size: 30px 30px; }
#table .ui-icon { background:url(../images/nav-icons/table.png) 50% 50% no-repeat; background-size: 24px 25px; }
#twitter .ui-icon { background:url(../images/nav-icons/twitter.png) 50% 50% no-repeat; background-size: 30px 23px; }
#twitter2 .ui-icon { background:url(../images/nav-icons/twitter2.png) 50% 50% no-repeat; background-size: 30px 21px; }
#users .ui-icon { background:url(../images/nav-icons/users.png) 50% 50% no-repeat; background-size: 30px 24px; }
#v-card .ui-icon { background:url(../images/nav-icons/v-card.png) 50% 50% no-repeat; background-size: 30px 23px; }
#walk .ui-icon { background:url(../images/nav-icons/walk.png) 50% 50% no-repeat; background-size: 18px 30px; }
#wine .ui-icon { background:url(../images/nav-icons/wine.png) 50% 50% no-repeat; background-size: 17px 30px; }
#wine2 .ui-icon { background:url(../images/nav-icons/wine2.png) 50% 50% no-repeat; background-size: 18px 30px; }
#wordpress .ui-icon { background:url(../images/nav-icons/wordpress.png) 50% 50% no-repeat; background-size: 28px 28px; }
#you-tube .ui-icon { background:url(../images/nav-icons/you-tube.png) 50% 50% no-repeat; background-size: 30px 30px; }
/* =============================================================================
Portfolio
========================================================================== */
.gallery {
list-style: none;
padding: 0;
margin: 0;
}
.gallery:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.gallery li {
float: left;
width: 33.33333333%;
}
.gallery li a {
display: block;
margin: 5px;
border: 1px solid #3c3c3c;
}
.gallery li img {
display: block;
width: 100%;
height: auto;
}
#Gallery1 .ui-content, #Gallery2 .ui-content {
overflow: hidden;
}
.gallery img {
-webkit-box-shadow: 0px 0px 4px #111;
-moz-box-shadow: 0px 0px 4px #111;
box-shadow: 0px 0px 4px #111;
}
/* =============================================================================
Homepage Social Icons
========================================================================== */
div.social {
text-align:center;
background-color:rgba(238,238,238,0.4);
padding:4px;
border:1px solid #ccc;
-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
-o-transition-duration:0.8s;
transition-duration:0.8s;
}
div.social:hover {
background-color:rgba(238,238,238,1);
border:1px solid #c1bfbf;
}
div.social img {
width:12%;
margin-right:10px;
max-width:60px;
}
/* =============================================================================
Twitter Feed
========================================================================== */
ul.tweetList{
margin:0;
padding:0;
list-style-type:none
}
#jstwitter {
width:100%;
background:url(../images/twitterBack.png) repeat;
-moz-border-radius: 6px;
border-radius: 6px;
padding:0px;
-webkit-box-shadow: 1px 1px 1px #0f0f0f;
-moz-box-shadow: 1px 1px 1px #0f0f0f;
box-shadow: 1px 1px 1px #0f0f0f;
}
.tweet {
padding: 15px 20px;
color:#FFF;
border-bottom:1px solid #000000;
border-top:1px solid #353434;
text-shadow: 0 1px 0 #000;
margin: 0 10px;
font-size:13px
}
.followButton {
margin:0 0 20px 0
}
.time {
font-size: 11px;
font-style:italic
}
.tweet a {
color: #2489CE;
font-weight: bold;
}
/* =============================================================================
Contact Form
========================================================================== */
#errors {
border:1px solid #cd0a0a;
background:url(../images/contact-error.png) 50% 50% repeat;
color:#fff;
padding: 5px;
text-shadow:0 1px 0 #111
}
.hide{
display:none
}
/* =============================================================================
Slider
========================================================================== */
/* Browser Resets */
.flexslider p { margin: 0;}
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-container { margin:0 auto; }
/* Slider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0; }
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; max-height:300px; margin:0 auto}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
/* Slider Theme
*********************************/
.flexslider { position: relative; background:#111; }
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative; margin-bottom:0px; border-bottom:1px solid #aaa }
/* Caption style */
.flex-caption {
text-align:center;
zoom: 1;
width: 100%;
padding: 10px 0;
position: absolute; left: 0; bottom: 0 !important;
background: rgba(0,0,0,.5);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
font-size: 14px;
line-height: 18px;
/* font-family: 'Kaushan Script', cursive; font-size:18px; */
/* font-family: 'Lobster', cursive; font-size:17px; */
/* font-family: 'Cardo', serif; font-size:16px; */
/* font-family: 'Droid Sans', sans-serif; font-size:16px */
} | lift_basic/src/main/webapp/assets/css/style4.css | @import url(http://fonts.googleapis.com/css?family=Kaushan+Script); /* font-family: 'Kaushan Script', cursive; */
@import url(http://fonts.googleapis.com/css?family=Lobster); /* font-family: 'Lobster', cursive; */
@import url(http://fonts.googleapis.com/css?family=Cabin:400,700); /* font-family: 'Cabin', sans-serif; font-weight: 400; */
@import url(http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911); /* font-family: 'Goudy Bookletter 1911', serif; */
@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,700italic,600); /* font-family: 'Crimson Text', serif; */
@import url(http://fonts.googleapis.com/css?family=Cardo:400,700); /* font-family: 'Cardo', serif; */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700italic,700); /* font-family: 'Droid Serif', serif; */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700); /* font-family: 'Droid Sans', sans-serif; */
/* =============================================================================================================
CSS for Mobilize theme by Beantown Design
Jump to line #1375 to begin customizing your theme.
========================================================================================================== */
/* =============================================================================
Global styles
========================================================================== */
/* links within "buttons"
-----------------------------------------------------------------------------------------------------------*/
a.ui-link-inherit {
text-decoration: none !important;
}
/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/
.ui-corner-tl {
-moz-border-radius-topleft: .4em /*{global-radii-blocks}*/;
-webkit-border-top-left-radius: .4em /*{global-radii-blocks}*/;
border-top-left-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-tr {
-moz-border-radius-topright: .4em /*{global-radii-blocks}*/;
-webkit-border-top-right-radius: .4em /*{global-radii-blocks}*/;
border-top-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-bl {
-moz-border-radius-bottomleft: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-br {
-moz-border-radius-bottomright: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-top {
-moz-border-radius-topleft: .4em /*{global-radii-blocks}*/;
-webkit-border-top-left-radius: .4em /*{global-radii-blocks}*/;
border-top-left-radius: .4em /*{global-radii-blocks}*/;
-moz-border-radius-topright: .4em /*{global-radii-blocks}*/;
-webkit-border-top-right-radius: .4em /*{global-radii-blocks}*/;
border-top-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-bottom {
-moz-border-radius-bottomleft: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
-moz-border-radius-bottomright: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-right {
-moz-border-radius-topright: .4em /*{global-radii-blocks}*/;
-webkit-border-top-right-radius: .4em /*{global-radii-blocks}*/;
border-top-right-radius: .4em /*{global-radii-blocks}*/;
-moz-border-radius-bottomright: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
border-bottom-right-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-left {
-moz-border-radius-topleft: .4em /*{global-radii-blocks}*/;
-webkit-border-top-left-radius: .4em /*{global-radii-blocks}*/;
border-top-left-radius: .4em /*{global-radii-blocks}*/;
-moz-border-radius-bottomleft: .4em /*{global-radii-blocks}*/;
-webkit-border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
border-bottom-left-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-all {
-moz-border-radius: .4em /*{global-radii-blocks}*/;
-webkit-border-radius: .4em /*{global-radii-blocks}*/;
border-radius: .4em /*{global-radii-blocks}*/;
}
.ui-corner-none {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
border-bottom: rgb(130,130,130);
border-bottom: rgba(130,130,130,.3);
border-bottom-width: 1px;
border-bottom-style: solid;
}
/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
opacity: .3;
}
.ui-disabled,
.ui-disabled a {
cursor: default !important;
pointer-events: none;
}
.ui-disabled .ui-btn-text {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
filter: alpha(opacity=30);
zoom: 1;
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-icon,
.ui-icon-searchfield:after {
background: #666 /*{global-icon-color}*/;
background: #eee /*{global-icon-disc}*/;
background-image: url(http://code.jquery.com/mobile/1.1.0/images/icons-18-black.png) /*{global-icon-set}*/;
background-repeat: no-repeat;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
}
/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/
.ui-icon-alt {
background: #fff;
background: rgba(255,255,255,.3);
background-image: url(http://code.jquery.com/mobile/1.1.0/images/icons-18-black.png);
background-repeat: no-repeat;
}
/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
background-image: url(http://code.jquery.com/mobile/1.1.0/images/icons-36-black.png);
-moz-background-size: 776px 18px;
-o-background-size: 776px 18px;
-webkit-background-size: 776px 18px;
background-size: 776px 18px;
}
.ui-icon-alt {
background-image: url(http://code.jquery.com/mobile/1.1.0/images/icons-36-black.png);
}
}
/* plus minus */
.ui-icon-plus {background-position: -0 50%;}
.ui-icon-minus {background-position: -36px 50%;}
/* delete/close */
.ui-icon-delete {background-position: -72px 50%;}
/* arrows */
.ui-icon-arrow-r {background-position: -108px 50%;}
.ui-icon-arrow-l {background-position: -144px 50%;}
.ui-icon-arrow-u {background-position: -180px 50%;}
.ui-icon-arrow-d {background-position: -216px 50%;}
/* misc */
.ui-icon-check {background-position: -252px 50%;}
.ui-icon-gear {background-position: -288px 50%;}
.ui-icon-refresh {background-position: -324px 50%;}
.ui-icon-forward {background-position: -360px 50%;}
.ui-icon-back {background-position: -396px 50%;}
.ui-icon-grid {background-position: -432px 50%;}
.ui-icon-star {background-position: -468px 50%;}
.ui-icon-alert {background-position: -504px 50%;}
.ui-icon-info {background-position: -540px 50%;}
.ui-icon-home {background-position: -576px 50%;}
.ui-icon-search, .ui-icon-searchfield:after { background-position: -612px 50%;}
.ui-icon-checkbox-off { background-position: -684px 50%; }
.ui-icon-checkbox-on { background-position: -648px 50%; }
.ui-icon-radio-off { background-position: -756px 50%; }
.ui-icon-radio-on { background-position: -720px 50%; }
/* checks,radios */
.ui-checkbox .ui-icon {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.ui-icon-checkbox-off,
.ui-icon-radio-off {
background-color: transparent;
}
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
background-color: #4596ce /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
}
/* loading icon */
.ui-icon-loading {
background: url(http://code.jquery.com/mobile/1.1.0/images/ajax-loader.gif);
background-size: 46px 46px;
}
/* Button corner classes
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-corner-tl {
-moz-border-radius-topleft: .5em /*{global-radii-buttons}*/;
-webkit-border-top-left-radius: .5em /*{global-radii-buttons}*/;
border-top-left-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-tr {
-moz-border-radius-topright: .5em /*{global-radii-buttons}*/;
-webkit-border-top-right-radius: .5em /*{global-radii-buttons}*/;
border-top-right-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-bl {
-moz-border-radius-bottomleft: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-br {
-moz-border-radius-bottomright: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-top {
-moz-border-radius-topleft: .5em /*{global-radii-buttons}*/;
-webkit-border-top-left-radius: .5em /*{global-radii-buttons}*/;
border-top-left-radius: .5em /*{global-radii-buttons}*/;
-moz-border-radius-topright: .5em /*{global-radii-buttons}*/;
-webkit-border-top-right-radius: .5em /*{global-radii-buttons}*/;
border-top-right-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-bottom {
-moz-border-radius-bottomleft: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
-moz-border-radius-bottomright: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-right {
-moz-border-radius-topright: .5em /*{global-radii-buttons}*/;
-webkit-border-top-right-radius: .5em /*{global-radii-buttons}*/;
border-top-right-radius: .5em /*{global-radii-buttons}*/;
-moz-border-radius-bottomright: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
border-bottom-right-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-left {
-moz-border-radius-topleft: .5em /*{global-radii-buttons}*/;
-webkit-border-top-left-radius: .5em /*{global-radii-buttons}*/;
border-top-left-radius: .5em /*{global-radii-buttons}*/;
-moz-border-radius-bottomleft: .5em /*{global-radii-buttons}*/;
-webkit-border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
border-bottom-left-radius: .5em /*{global-radii-buttons}*/;
}
.ui-btn-corner-all {
-moz-border-radius: .5em /*{global-radii-buttons}*/;
-webkit-border-radius: .5em /*{global-radii-buttons}*/;
border-radius: .5em /*{global-radii-buttons}*/;
}
/* radius clip workaround for cleaning up corner trapping */
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-left,
.ui-corner-all,
.ui-btn-corner-tl,
.ui-btn-corner-tr,
.ui-btn-corner-bl,
.ui-btn-corner-br,
.ui-btn-corner-top,
.ui-btn-corner-bottom,
.ui-btn-corner-right,
.ui-btn-corner-left,
.ui-btn-corner-all {
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
/* Overlay / modal
-----------------------------------------------------------------------------------------------------------*/
.ui-overlay {
background: #666;
opacity: .5;
filter: Alpha(Opacity=50);
position: absolute;
width: 100%;
height: 100%;
}
.ui-overlay-shadow {
-moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
box-shadow: 0px 0px 12px rgba(0,0,0,.6);
}
.ui-shadow {
-moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
-webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow {
-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
box-shadow: 0px 1px 0 rgba(255,255,255,.3);
}
.ui-shadow-inset {
-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
}
.ui-icon-shadow {
-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4);
box-shadow: 0px 1px 0 rgba(255,255,255,.4);
}
/* Focus state - set here for specificity (note: these classes are added by JavaScript)
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus {
outline: 0;
}
.ui-focus,
.ui-btn:focus {
-moz-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
-webkit-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
}
/* unset box shadow in browsers that don't do it right
-----------------------------------------------------------------------------------------------------------*/
.ui-mobile-nosupport-boxshadow * {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus {
outline-width: 1px;
outline-style: dotted;
}
/* some unsets - more probably needed */
.ui-mobile, .ui-mobile body { height: 99.9%; }
.ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
.ui-mobile a img, .ui-mobile fieldset { border-width: 0; }
/* responsive page widths */
.ui-mobile-viewport { margin: 0; overflow-x: visible; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* Issue #2066 */
body.ui-mobile-viewport,
div.ui-mobile-viewport { overflow-x: hidden; }
/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
.ui-mobile .ui-page-active { display: block; overflow: visible; }
/* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
.ui-page { outline: none; }
/*orientations from js are available */
@media screen and (orientation: portrait){
.ui-mobile, .ui-mobile .ui-page { min-height: 420px; }
}
@media screen and (orientation: landscape){
.ui-mobile, .ui-mobile .ui-page { min-height: 300px; }
}
/* loading screen */
.ui-loading .ui-loader { display: block; }
.ui-loader { display: none; z-index: 9999999; position: fixed; top: 50%; box-shadow: 0 1px 1px -1px #fff; left: 50%; border:0; }
.ui-loader-default { background: none; opacity: .18; width: 46px; height: 46px; margin-left: -23px; margin-top: -23px; }
.ui-loader-verbose { width: 200px; opacity: .88; height: auto; margin-left: -110px; margin-top: -43px; padding: 10px; }
.ui-loader-default h1 { font-size: 0; width: 0; height: 0; overflow: hidden; }
.ui-loader-verbose h1 { font-size: 16px; margin: 0; text-align: center; }
.ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
.ui-loader-verbose .ui-icon { margin: 0 auto 10px; opacity: .75; }
.ui-loader-textonly { padding: 15px; margin-left: -115px; }
.ui-loader-textonly .ui-icon { display: none; }
.ui-loader-fakefix { position: absolute; }
/*fouc*/
.ui-mobile-rendering > * { visibility: hidden; }
/*headers, content panels*/
.ui-bar, .ui-body { position: relative; padding: .4em 15px; overflow: hidden; display: block; clear:both; }
.ui-bar { font-size: 16px; margin: 0; }
.ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 { margin: 0; padding: 0; font-size: 16px; display: inline-block; }
.ui-header, .ui-footer { position: relative; border-left-width: 0; border-right-width: 0; }
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-footer .ui-btn-left,
.ui-footer .ui-btn-right { position: absolute; top: 3px; }
.ui-header .ui-btn-left,
.ui-footer .ui-btn-left { left: 5px; }
.ui-header .ui-btn-right,
.ui-footer .ui-btn-right { right: 5px; }
.ui-footer .ui-btn-icon-notext,
.ui-header .ui-btn-icon-notext { top: 6px; }
.ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
.ui-footer .ui-title { margin: .6em 15px .8em; }
/*content area*/
.ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }
/* icons sizing */
.ui-icon { width: 18px; height: 18px; }
/* non-js content hiding */
.ui-nojs { position: absolute; left: -9999px; }
/* accessible content hiding */
.ui-hide-label label,
.ui-hidden-accessible { position: absolute !important; left: -9999px; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
/* Transitions originally inspired by those from jQtouch, nice work, folks */
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
width: 100%;
height: 100%;
overflow: hidden;
}
.in {
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 350ms;
-moz-animation-timing-function: ease-out;
-moz-animation-duration: 350ms;
}
.out {
-webkit-animation-timing-function: ease-in;
-webkit-animation-duration: 225ms;
-moz-animation-timing-function: ease-in;
-moz-animation-duration: 225;
}
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
@-moz-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}
.fade.out {
opacity: 0;
-webkit-animation-duration: 125ms;
-webkit-animation-name: fadeout;
-moz-animation-duration: 125ms;
-moz-animation-name: fadeout;
}
.fade.in {
opacity: 1;
-webkit-animation-duration: 225ms;
-webkit-animation-name: fadein;
-moz-animation-duration: 225ms;
-moz-animation-name: fadein;
}
.pop {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
}
.pop.in {
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
-webkit-animation-name: popin;
-moz-animation-name: popin;
-webkit-animation-duration: 350ms;
-moz-animation-duration: 350ms;
}
.pop.out {
-webkit-animation-name: fadeout;
-moz-animation-name: fadeout;
opacity: 0;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
}
.pop.in.reverse {
-webkit-animation-name: fadein;
-moz-animation-name: fadein;
}
.pop.out.reverse {
-webkit-transform: scale(.8);
-moz-transform: scale(.8);
-webkit-animation-name: popout;
-moz-animation-name: popout;
}
@-webkit-keyframes popin {
from {
-webkit-transform: scale(.8);
opacity: 0;
}
to {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes popin {
from {
-moz-transform: scale(.8);
opacity: 0;
}
to {
-moz-transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes popout {
from {
-webkit-transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(.8);
opacity: 0;
}
}
@-moz-keyframes popout {
from {
-moz-transform: scale(1);
opacity: 1;
}
to {
-moz-transform: scale(.8);
opacity: 0;
}
}
/* keyframes for slidein from sides */
@-webkit-keyframes slideinfromright {
from { -webkit-transform: translateX(100%); }
to { -webkit-transform: translateX(0); }
}
@-moz-keyframes slideinfromright {
from { -moz-transform: translateX(100%); }
to { -moz-transform: translateX(0); }
}
@-webkit-keyframes slideinfromleft {
from { -webkit-transform: translateX(-100%); }
to { -webkit-transform: translateX(0); }
}
@-moz-keyframes slideinfromleft {
from { -moz-transform: translateX(-100%); }
to { -moz-transform: translateX(0); }
}
/* keyframes for slideout to sides */
@-webkit-keyframes slideouttoleft {
from { -webkit-transform: translateX(0); }
to { -webkit-transform: translateX(-100%); }
}
@-moz-keyframes slideouttoleft {
from { -moz-transform: translateX(0); }
to { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slideouttoright {
from { -webkit-transform: translateX(0); }
to { -webkit-transform: translateX(100%); }
}
@-moz-keyframes slideouttoright {
from { -moz-transform: translateX(0); }
to { -moz-transform: translateX(100%); }
}
.slide.out, .slide.in {
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 350ms;
-moz-animation-timing-function: ease-out;
-moz-animation-duration: 350ms;
}
.slide.out {
-webkit-transform: translateX(-100%);
-webkit-animation-name: slideouttoleft;
-moz-transform: translateX(-100%);
-moz-animation-name: slideouttoleft;
}
.slide.in {
-webkit-transform: translateX(0);
-webkit-animation-name: slideinfromright;
-moz-transform: translateX(0);
-moz-animation-name: slideinfromright;
}
.slide.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: slideouttoright;
-moz-transform: translateX(100%);
-moz-animation-name: slideouttoright;
}
.slide.in.reverse {
-webkit-transform: translateX(0);
-webkit-animation-name: slideinfromleft;
-moz-transform: translateX(0);
-moz-animation-name: slideinfromleft;
}
.slidefade.out {
-webkit-transform: translateX(-100%);
-webkit-animation-name: slideouttoleft;
-moz-transform: translateX(-100%);
-moz-animation-name: slideouttoleft;
-webkit-animation-duration: 225ms;
-moz-animation-duration: 225ms;
}
.slidefade.in {
-webkit-transform: translateX(0);
-webkit-animation-name: fadein;
-moz-transform: translateX(0);
-moz-animation-name: fadein;
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
}
.slidefade.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: slideouttoright;
-moz-transform: translateX(100%);
-moz-animation-name: slideouttoright;
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
}
.slidefade.in.reverse {
-webkit-transform: translateX(0);
-webkit-animation-name: fadein;
-moz-transform: translateX(0);
-moz-animation-name: fadein;
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
}
/* slide down */
.slidedown.out {
-webkit-animation-name: fadeout;
-moz-animation-name: fadeout;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
}
.slidedown.in {
-webkit-transform: translateY(0);
-webkit-animation-name: slideinfromtop;
-moz-transform: translateY(0);
-moz-animation-name: slideinfromtop;
-webkit-animation-duration: 250ms;
-moz-animation-duration: 250ms;
}
.slidedown.in.reverse {
-webkit-animation-name: fadein;
-moz-animation-name: fadein;
-webkit-animation-duration: 150ms;
-moz-animation-duration: 150ms;
}
.slidedown.out.reverse {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-webkit-animation-name: slideouttotop;
-moz-animation-name: slideouttotop;
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
}
@-webkit-keyframes slideinfromtop {
from { -webkit-transform: translateY(-100%); }
to { -webkit-transform: translateY(0); }
}
@-moz-keyframes slideinfromtop {
from { -moz-transform: translateY(-100%); }
to { -moz-transform: translateY(0); }
}
@-webkit-keyframes slideouttotop {
from { -webkit-transform: translateY(0); }
to { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes slideouttotop {
from { -moz-transform: translateY(0); }
to { -moz-transform: translateY(-100%); }
}
/* slide up */
.slideup.out {
-webkit-animation-name: fadeout;
-moz-animation-name: fadeout;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
}
.slideup.in {
-webkit-transform: translateY(0);
-webkit-animation-name: slideinfrombottom;
-moz-transform: translateY(0);
-moz-animation-name: slideinfrombottom;
-webkit-animation-duration: 250ms;
-moz-animation-duration: 250ms;
}
.slideup.in.reverse {
-webkit-animation-name: fadein;
-moz-animation-name: fadein;
-webkit-animation-duration: 150ms;
-moz-animation-duration: 150ms;
}
.slideup.out.reverse {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-webkit-animation-name: slideouttobottom;
-moz-animation-name: slideouttobottom;
-webkit-animation-duration: 200ms;
-moz-animation-duration: 200ms;
}
@-webkit-keyframes slideinfrombottom {
from { -webkit-transform: translateY(100%); }
to { -webkit-transform: translateY(0); }
}
@-moz-keyframes slideinfrombottom {
from { -moz-transform: translateY(100%); }
to { -moz-transform: translateY(0); }
}
@-webkit-keyframes slideouttobottom {
from { -webkit-transform: translateY(0); }
to { -webkit-transform: translateY(100%); }
}
@-moz-keyframes slideouttobottom {
from { -moz-transform: translateY(0); }
to { -moz-transform: translateY(100%); }
}
/* The properties in this rule are only necessary for the 'flip' transition.
* We need specify the perspective to create a projection matrix. This will add
* some depth as the element flips. The depth number represents the distance of
* the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
* value.
*/
.viewport-flip {
-webkit-perspective: 1000;
-moz-perspective: 1000;
position: absolute;
}
.flip {
-webkit-backface-visibility:hidden;
-webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
-moz-backface-visibility:hidden;
-moz-transform:translateX(0);
}
.flip.out {
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation-name: flipouttoleft;
-webkit-animation-duration: 175ms;
-moz-transform: rotateY(-90deg) scale(.9);
-moz-animation-name: flipouttoleft;
-moz-animation-duration: 175ms;
}
.flip.in {
-webkit-animation-name: flipintoright;
-webkit-animation-duration: 225ms;
-moz-animation-name: flipintoright;
-moz-animation-duration: 225ms;
}
.flip.out.reverse {
-webkit-transform: rotateY(90deg) scale(.9);
-webkit-animation-name: flipouttoright;
-moz-transform: rotateY(90deg) scale(.9);
-moz-animation-name: flipouttoright;
}
.flip.in.reverse {
-webkit-animation-name: flipintoleft;
-moz-animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
from { -webkit-transform: rotateY(0); }
to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@-moz-keyframes flipouttoleft {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
from { -webkit-transform: rotateY(0) ; }
to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@-moz-keyframes flipouttoright {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
from { -webkit-transform: rotateY(-90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoleft {
from { -moz-transform: rotateY(-90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
from { -webkit-transform: rotateY(90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoright {
from { -moz-transform: rotateY(90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
/* The properties in this rule are only necessary for the 'flip' transition.
* We need specify the perspective to create a projection matrix. This will add
* some depth as the element flips. The depth number represents the distance of
* the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
* value.
*/
.viewport-turn {
-webkit-perspective: 1000;
-moz-perspective: 1000;
position: absolute;
}
.turn {
-webkit-backface-visibility:hidden;
-webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
-webkit-transform-origin: 0;
-moz-backface-visibility:hidden;
-moz-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
-moz-transform-origin: 0;
}
.turn.out {
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation-name: flipouttoleft;
-moz-transform: rotateY(-90deg) scale(.9);
-moz-animation-name: flipouttoleft;
-webkit-animation-duration: 125ms;
-moz-animation-duration: 125ms;
}
.turn.in {
-webkit-animation-name: flipintoright;
-moz-animation-name: flipintoright;
-webkit-animation-duration: 250ms;
-moz-animation-duration: 250ms;
}
.turn.out.reverse {
-webkit-transform: rotateY(90deg) scale(.9);
-webkit-animation-name: flipouttoright;
-moz-transform: rotateY(90deg) scale(.9);
-moz-animation-name: flipouttoright;
}
.turn.in.reverse {
-webkit-animation-name: flipintoleft;
-moz-animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
from { -webkit-transform: rotateY(0); }
to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@-moz-keyframes flipouttoleft {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
from { -webkit-transform: rotateY(0) ; }
to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@-moz-keyframes flipouttoright {
from { -moz-transform: rotateY(0); }
to { -moz-transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
from { -webkit-transform: rotateY(-90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoleft {
from { -moz-transform: rotateY(-90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
from { -webkit-transform: rotateY(90deg) scale(.9); }
to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoright {
from { -moz-transform: rotateY(90deg) scale(.9); }
to { -moz-transform: rotateY(0); }
}
/* flow transition */
.flow {
-webkit-transform-origin: 50% 30%;
-moz-transform-origin: 50% 30%;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
-moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.ui-dialog.flow {
-webkit-transform-origin: none;
-moz-transform-origin: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.flow.out {
-webkit-transform: translateX(-100%) scale(.7);
-webkit-animation-name: flowouttoleft;
-webkit-animation-timing-function: ease;
-webkit-animation-duration: 350ms;
-moz-transform: translateX(-100%) scale(.7);
-moz-animation-name: flowouttoleft;
-moz-animation-timing-function: ease;
-moz-animation-duration: 350ms;
}
.flow.in {
-webkit-transform: translateX(0) scale(1);
-webkit-animation-name: flowinfromright;
-webkit-animation-timing-function: ease;
-webkit-animation-duration: 350ms;
-moz-transform: translateX(0) scale(1);
-moz-animation-name: flowinfromright;
-moz-animation-timing-function: ease;
-moz-animation-duration: 350ms;
}
.flow.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: flowouttoright;
-moz-transform: translateX(100%);
-moz-animation-name: flowouttoright;
}
.flow.in.reverse {
-webkit-animation-name: flowinfromleft;
-moz-animation-name: flowinfromleft;
}
@-webkit-keyframes flowouttoleft {
0% { -webkit-transform: translateX(0) scale(1); }
60%, 70% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(-100%) scale(.7); }
}
@-moz-keyframes flowouttoleft {
0% { -moz-transform: translateX(0) scale(1); }
60%, 70% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(-100%) scale(.7); }
}
@-webkit-keyframes flowouttoright {
0% { -webkit-transform: translateX(0) scale(1); }
60%, 70% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(100%) scale(.7); }
}
@-moz-keyframes flowouttoright {
0% { -moz-transform: translateX(0) scale(1); }
60%, 70% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(100%) scale(.7); }
}
@-webkit-keyframes flowinfromleft {
0% { -webkit-transform: translateX(-100%) scale(.7); }
30%, 40% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(0) scale(1); }
}
@-moz-keyframes flowinfromleft {
0% { -moz-transform: translateX(-100%) scale(.7); }
30%, 40% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(0) scale(1); }
}
@-webkit-keyframes flowinfromright {
0% { -webkit-transform: translateX(100%) scale(.7); }
30%, 40% { -webkit-transform: translateX(0) scale(.7); }
100% { -webkit-transform: translateX(0) scale(1); }
}
@-moz-keyframes flowinfromright {
0% { -moz-transform: translateX(100%) scale(.7); }
30%, 40% { -moz-transform: translateX(0) scale(.7); }
100% { -moz-transform: translateX(0) scale(1); }
}
/* content configurations. */
.ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d { overflow: hidden; }
.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e { margin: 0; padding: 0; border: 0; float: left; min-height:1px;}
/* grid solo: 100 - single item fallback */
.ui-grid-solo .ui-block-a { width: 100%; float: none; }
/* grid a: 50/50 */
.ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 50%; }
.ui-grid-a .ui-block-a { clear: left; }
/* grid b: 33/33/33 */
.ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c { width: 33.333%; }
.ui-grid-b .ui-block-a { clear: left; }
/* grid c: 25/25/25/25 */
.ui-grid-c .ui-block-a, .ui-grid-c .ui-block-b, .ui-grid-c .ui-block-c, .ui-grid-c .ui-block-d { width: 25%; }
.ui-grid-c .ui-block-a { clear: left; }
/* grid d: 20/20/20/20/20 */
.ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e { width: 20%; }
.ui-grid-d .ui-block-a { clear: left; }
/* fixed page header & footer configuration */
.ui-header-fixed,
.ui-footer-fixed {
left: 0;
right: 0;
width: 100%;
position: fixed;
z-index: 1000;
}
.ui-header-fixed {
top: 0;
}
.ui-footer-fixed {
bottom: 0;
}
.ui-header-fullscreen,
.ui-footer-fullscreen {
opacity: .9;
}
.ui-page-header-fixed {
padding-top: 2.5em;
}
.ui-page-footer-fixed {
padding-bottom: 3em;
}
.ui-page-header-fullscreen .ui-content,
.ui-page-footer-fullscreen .ui-content {
padding: 0;
}
.ui-fixed-hidden {
position: absolute;
}
.ui-page-header-fullscreen .ui-fixed-hidden,
.ui-page-footer-fullscreen .ui-fixed-hidden {
left: -99999em;
}
.ui-header-fixed .ui-btn,
.ui-footer-fixed .ui-btn {
z-index: 10;
}
.ui-navbar { overflow: hidden; }
.ui-navbar ul, .ui-navbar-expanded ul { list-style:none; padding: 0; margin: 0; position: relative; display: block; border: 0;}
.ui-navbar-collapsed ul { float: left; width: 75%; margin-right: -2px; }
.ui-navbar-collapsed .ui-navbar-toggle { float: left; width: 25%; }
.ui-navbar li.ui-navbar-truncate { position: absolute; left: -9999px; top: -9999px; }
.ui-navbar li .ui-btn, .ui-navbar .ui-navbar-toggle .ui-btn { display: block; font-size: 12px; text-align: center; margin: 0; border-right-width: 0; max-width: 100%; }
.ui-navbar li .ui-btn { margin-right: -1px; }
.ui-navbar li .ui-btn:last-child { margin-right: 0; }
.ui-header .ui-navbar li .ui-btn, .ui-header .ui-navbar .ui-navbar-toggle .ui-btn,
.ui-footer .ui-navbar li .ui-btn, .ui-footer .ui-navbar .ui-navbar-toggle .ui-btn { border-top-width: 0; border-bottom-width: 0; }
.ui-navbar .ui-btn-inner { padding-left: 2px; padding-right: 2px; }
.ui-navbar-noicons li .ui-btn .ui-btn-inner, .ui-navbar-noicons .ui-navbar-toggle .ui-btn-inner { padding-top: .8em; padding-bottom: .9em; }
/*expanded page styles*/
.ui-navbar-expanded .ui-btn { margin: 0; font-size: 14px; }
.ui-navbar-expanded .ui-btn-inner { padding-left: 5px; padding-right: 5px; }
.ui-navbar-expanded .ui-btn-icon-top .ui-btn-inner { padding: 45px 5px 15px; text-align: center; }
.ui-navbar-expanded .ui-btn-icon-top .ui-icon { top: 15px; }
.ui-navbar-expanded .ui-btn-icon-bottom .ui-btn-inner { padding: 15px 5px 45px; text-align: center; }
.ui-navbar-expanded .ui-btn-icon-bottom .ui-icon { bottom: 15px; }
.ui-navbar-expanded li .ui-btn .ui-btn-inner { min-height: 2.5em; }
.ui-navbar-expanded .ui-navbar-noicons .ui-btn .ui-btn-inner { padding-top: 1.8em; padding-bottom: 1.9em; }
.ui-btn { display: block; text-align: center; cursor:pointer; position: relative; margin: .5em 5px; padding: 0; }
.ui-mini { margin: .25em 5px; }
.ui-btn-inner { padding: .6em 20px; min-width: .75em; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; zoom: 1; }
.ui-btn input, .ui-btn button { z-index: 2; }
.ui-btn-left, .ui-btn-right, .ui-btn-inline { display: inline-block; }
.ui-btn-block { display: block; }
.ui-header .ui-btn,
.ui-footer .ui-btn { display: inline-block; margin: 0; }
.ui-header .ui-btn-inner,
.ui-footer .ui-btn-inner,
.ui-mini .ui-btn-inner { font-size: 12.5px; padding: .55em 11px .5em; }
.ui-header .ui-fullsize .ui-btn-inner,
.ui-footer .ui-fullsize .ui-btn-inner { font-size: 16px; padding: .6em 25px; }
.ui-btn-icon-notext { width: 24px; height: 24px; }
.ui-btn-icon-notext .ui-btn-inner { padding: 0; height: 100%; }
.ui-btn-icon-notext .ui-btn-inner .ui-icon { margin: 2px 1px 2px 3px; }
.ui-btn-text { position: relative; z-index: 1; width: 100%; }
.ui-btn-icon-notext .ui-btn-text { position: absolute; left: -9999px; }
.ui-btn-icon-left .ui-btn-inner { padding-left: 40px; }
.ui-btn-icon-right .ui-btn-inner { padding-right: 40px; }
.ui-btn-icon-top .ui-btn-inner { padding-top: 40px; }
.ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 40px; }
.ui-header .ui-btn-icon-left .ui-btn-inner,
.ui-footer .ui-btn-icon-left .ui-btn-inner,
.ui-mini .ui-btn-icon-left .ui-btn-inner { padding-left: 30px; }
.ui-header .ui-btn-icon-right .ui-btn-inner,
.ui-footer .ui-btn-icon-right .ui-btn-inner,
.ui-mini .ui-btn-icon-right .ui-btn-inner { padding-right: 30px; }
.ui-header .ui-btn-icon-top .ui-btn-inner,
.ui-footer .ui-btn-icon-top .ui-btn-inner,
.ui-mini .ui-btn-icon-top .ui-btn-inner { padding: 30px 3px .5em 3px; }
.ui-header .ui-btn-icon-bottom .ui-btn-inner,
.ui-footer .ui-btn-icon-bottom .ui-btn-inner,
.ui-mini .ui-btn-icon-bottom .ui-btn-inner { padding: .55em 3px 30px 3px; }
/*btn icon positioning*/
.ui-btn-icon-notext .ui-icon { display: block; z-index: 0;}
.ui-btn-icon-left .ui-btn-inner .ui-icon, .ui-btn-icon-right .ui-btn-inner .ui-icon { position: absolute; top: 50%; margin-top: -9px; }
.ui-btn-icon-top .ui-btn-inner .ui-icon, .ui-btn-icon-bottom .ui-btn-inner .ui-icon { position: absolute; left: 50%; margin-left: -9px; }
.ui-btn-icon-left .ui-icon { left: 10px; }
.ui-btn-icon-right .ui-icon { right: 10px; }
.ui-btn-icon-top .ui-icon { top: 10px; }
.ui-btn-icon-bottom .ui-icon { top: auto; bottom: 10px; }
.ui-header .ui-btn-icon-left .ui-icon,
.ui-footer .ui-btn-icon-left .ui-icon,
.ui-mini.ui-btn-icon-left .ui-icon,
.ui-mini .ui-btn-icon-left .ui-icon { left: 5px; }
.ui-header .ui-btn-icon-right .ui-icon,
.ui-footer .ui-btn-icon-right .ui-icon,
.ui-mini.ui-btn-icon-right .ui-icon,
.ui-mini .ui-btn-icon-right .ui-icon { right: 5px; }
.ui-header .ui-btn-icon-top .ui-icon,
.ui-footer .ui-btn-icon-top .ui-icon,
.ui-mini.ui-btn-icon-top .ui-icon,
.ui-mini .ui-btn-icon-top .ui-icon { top: 5px; }
.ui-header .ui-btn-icon-bottom .ui-icon,
.ui-footer .ui-btn-icon-bottom .ui-icon,
.ui-mini.ui-btn-icon-bottom .ui-icon,
.ui-mini .ui-btn-icon-bottom .ui-icon { bottom: 5px; }
/*hiding native button,inputs */
.ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: .1; cursor: pointer; background: #fff; background: rgba(255,255,255,0); filter: Alpha(Opacity=.0001); font-size: 1px; border: none; text-indent: -9999px; }
.ui-collapsible { margin: .5em 0; }
.ui-collapsible-heading { font-size: 16px; display: block; margin: 0 -8px; padding: 0; border-width: 0 0 1px 0; position: relative; }
.ui-collapsible-heading a { text-align: left; margin: 0; }
.ui-collapsible-heading .ui-btn-inner,
.ui-collapsible-heading .ui-btn-icon-left .ui-btn-inner { padding-left: 40px; }
.ui-collapsible-heading .ui-btn-icon-right .ui-btn-inner { padding-left: 12px; padding-right: 40px; }
.ui-collapsible-heading .ui-btn-icon-top .ui-btn-inner,
.ui-collapsible-heading .ui-btn-icon-bottom .ui-btn-inner { padding-right: 40px; text-align: center; }
.ui-collapsible-heading a span.ui-btn { position: absolute; left: 6px; top: 50%; margin: -12px 0 0 0; width: 20px; height: 20px; padding: 1px 0px 1px 2px; text-indent: -9999px; }
.ui-collapsible-heading a span.ui-btn .ui-btn-inner { padding: 10px 0; }
.ui-collapsible-heading a span.ui-btn .ui-icon { left: 0; margin-top: -10px; }
.ui-collapsible-heading-status { position: absolute; top: -9999px; left:0px; }
.ui-collapsible-content {
display: block;
margin: 0 -8px;
padding: 10px 16px;
border-top: none; /* Overrides ui-btn-up-* */
background-image: none; /* Overrides ui-btn-up-* */
font-weight: normal; /* Overrides ui-btn-up-* */
}
.ui-collapsible-content-collapsed { display: none; }
.ui-collapsible-set { margin: .5em 0; }
.ui-collapsible-set .ui-collapsible { margin: -1px 0 0; }
.ui-controlgroup, fieldset.ui-controlgroup { padding: 0; margin: 0em 0 .5em; zoom: 1; }
.ui-bar .ui-controlgroup { margin: 0 .3em; }
.ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .4em; }
.ui-controlgroup-controls { display: block; width: 100%;}
.ui-controlgroup li { list-style: none; }
.ui-controlgroup-vertical .ui-btn,
.ui-controlgroup-vertical .ui-checkbox, .ui-controlgroup-vertical .ui-radio { margin: 0; border-bottom-width: 0; }
.ui-controlgroup-controls label.ui-select { position: absolute; left: -9999px; }
.ui-controlgroup-vertical .ui-controlgroup-last { border-bottom-width: 1px; }
.ui-controlgroup-horizontal { padding: 0; }
.ui-controlgroup-horizontal .ui-btn-inner { text-align:center; }
.ui-controlgroup-horizontal .ui-btn, .ui-controlgroup-horizontal .ui-select { display: inline-block; margin: 0 -6px 0 0; }
.ui-controlgroup-horizontal .ui-checkbox, .ui-controlgroup-horizontal .ui-radio { float: left; clear: none; margin: 0 -1px 0 0; }
.ui-controlgroup-horizontal .ui-checkbox .ui-btn, .ui-controlgroup-horizontal .ui-radio .ui-btn,
.ui-controlgroup-horizontal .ui-checkbox:last-child, .ui-controlgroup-horizontal .ui-radio:last-child { margin-right: 0; }
.ui-controlgroup-horizontal .ui-controlgroup-last { margin-right: 0; }
.ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label { font-size: 16px; }
/* conflicts with listview..
.ui-controlgroup .ui-btn-icon-notext { width: 30px; height: 30px; text-indent: -9999px; }
.ui-controlgroup .ui-btn-icon-notext .ui-btn-inner { padding: 5px 6px 5px 5px; }
*/
@media all and (min-width: 450px){
.ui-field-contain .ui-controlgroup-label { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
.ui-field-contain .ui-controlgroup-controls { width: 60%; display: inline-block; }
.ui-field-contain .ui-controlgroup .ui-select { width: 100%; }
.ui-field-contain .ui-controlgroup-horizontal .ui-select { width: auto; }
}
.ui-dialog {
background: none !important; /* this is to ensure that dialog theming does not apply (by default at least) on the page div */
}
.ui-dialog-contain { width: 92.5%; max-width: 500px; margin: 10% auto 15px auto; padding: 0; }
.ui-dialog .ui-header {
margin-top: 15%;
border: none;
overflow: hidden;
}
.ui-dialog .ui-header,
.ui-dialog .ui-content,
.ui-dialog .ui-footer {
display: block;
position: relative;
width: auto;
}
.ui-dialog .ui-header,
.ui-dialog .ui-footer {
z-index: 10;
padding: 0;
}
.ui-dialog .ui-footer {
padding: 0 15px;
}
.ui-dialog .ui-content {
padding: 15px;
}
.ui-dialog {
margin-top: -15px;
}
.ui-checkbox, .ui-radio { position: relative; clear: both; margin: .2em 0 .5em; z-index: 1; }
.ui-checkbox .ui-btn, .ui-radio .ui-btn { margin: 0; text-align: left; z-index: 2; }
.ui-checkbox .ui-btn-inner, .ui-radio .ui-btn-inner { white-space: normal; }
.ui-checkbox .ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-btn-icon-left .ui-btn-inner { padding-left: 45px; }
.ui-checkbox .ui-mini.ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-mini.ui-btn-icon-left .ui-btn-inner { padding-left: 36px; }
.ui-checkbox .ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
.ui-checkbox .ui-mini.ui-btn-icon-right .ui-btn-inner, .ui-radio .ui-mini.ui-btn-icon-right .ui-btn-inner { padding-right: 36px; }
.ui-checkbox .ui-btn-icon-top .ui-btn-inner,.ui-radio .ui-btn-icon-top .ui-btn-inner { padding-right: 0; padding-left: 0; text-align: center; }
.ui-checkbox .ui-btn-icon-bottom .ui-btn-inner, .ui-radio .ui-btn-icon-bottom .ui-btn-inner { padding-right: 0; padding-left: 0; text-align: center; }
.ui-checkbox .ui-icon, .ui-radio .ui-icon { top: 1.1em; }
.ui-checkbox .ui-btn-icon-left .ui-icon, .ui-radio .ui-btn-icon-left .ui-icon { left: 15px; }
.ui-checkbox .ui-mini.ui-btn-icon-left .ui-icon, .ui-radio .ui-mini.ui-btn-icon-left .ui-icon { left: 9px; }
.ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon { right: 15px; }
.ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon, .ui-radio .ui-mini.ui-btn-icon-right .ui-icon { right: 9px; }
.ui-checkbox .ui-btn-icon-top .ui-icon, .ui-radio .ui-btn-icon-top .ui-icon { top: 10px; }
.ui-checkbox .ui-btn-icon-bottom .ui-icon, .ui-radio .ui-btn-icon-bottom .ui-icon { top: auto; bottom: 10px; }
.ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon { right: 15px; }
.ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon, .ui-radio .ui-mini.ui-btn-icon-right .ui-icon { right: 9px; }
/* input, label positioning */
.ui-checkbox input,.ui-radio input { position:absolute; left:20px; top:50%; width: 10px; height: 10px; margin:-5px 0 0 0; outline: 0 !important; z-index: 1; }
.ui-field-contain, fieldset.ui-field-contain { padding: .8em 0; margin: 0; border-width: 0 0 1px 0; overflow: visible; }
.ui-field-contain:first-child { border-top-width: 0; }
.ui-header .ui-field-contain-left,
.ui-header .ui-field-contain-right {
position: absolute;
top: 0;
width: 25%;
}
.ui-header .ui-field-contain-left {
left: 1em;
}
.ui-header .ui-field-contain-right {
right: 1em;
}
@media all and (min-width: 450px){
.ui-field-contain, .ui-mobile fieldset.ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }
}
.ui-select { display: block; position: relative; }
.ui-select select { position: absolute; left: -9999px; top: -9999px; }
.ui-select .ui-btn { overflow: hidden; opacity: 1; margin: 0; }
/* Fixes #2588 — When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select—including “inheritâ€â€”without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */
.ui-select .ui-btn select { cursor: pointer; -webkit-appearance: button; left: 0; top:0; width: 100%; min-height: 1.5em; min-height: 100%; height: 3em; max-height: 100%; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); z-index: 2; }
.ui-select .ui-disabled { opacity: .3; }
@-moz-document url-prefix() {.ui-select .ui-btn select { opacity: 0.0001; }}
.ui-select .ui-btn select.ui-select-nativeonly { opacity: 1; text-indent: 0; }
.ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
.ui-select .ui-btn-icon-right .ui-icon { right: 15px; }
.ui-select .ui-mini.ui-btn-icon-right .ui-icon { right: 7px; }
/* labels */
label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
/*listbox*/
.ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: block; min-height: 1em; overflow: hidden !important;
/* This !important is required for iPad Safari specifically. See https://github.com/jquery/jquery-mobile/issues/2647 */ }
.ui-select .ui-btn-text { text-overflow: ellipsis; }
.ui-selectmenu { position: absolute; padding: 0; z-index: 1100 !important; width: 80%; max-width: 350px; padding: 6px; }
.ui-selectmenu .ui-listview { margin: 0; }
.ui-selectmenu .ui-btn.ui-li-divider { cursor: default; }
.ui-selectmenu-hidden { top: -9999px; left: -9999px; }
.ui-selectmenu-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
.ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon { display: none; }
.ui-selectmenu-list .ui-li .ui-icon { display: block; }
.ui-li.ui-selectmenu-placeholder { display: none; }
.ui-selectmenu .ui-header .ui-title { margin: 0.6em 46px 0.8em; }
@media all and (min-width: 450px){
.ui-field-contain label.ui-select { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
.ui-field-contain .ui-select { width: 60%; display: inline-block; }
}
/* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */
.ui-selectmenu .ui-header h1:after { content: '.'; visibility: hidden; }
label.ui-input-text { font-size: 16px; line-height: 1.4; display: block; font-weight: normal; margin: 0 0 .3em; }
input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; line-height: 1.4; font-size: 16px; display: block; width: 97%; outline: 0; }
.ui-header input.ui-input-text,
.ui-footer input.ui-input-text { margin-left: 1.25%; padding: .4em 1%; width: 95.5% } /* Note that padding left/right on text inputs is factored into how the element is displayed in Firefox, but does not actually pad the text inside it. */
input.ui-input-text { -webkit-appearance: none; }
textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear; -moz-transition: height 200ms linear; -o-transition: height 200ms linear; transition: height 200ms linear; }
.ui-input-search { padding: 0 30px; background-image: none; position: relative; }
.ui-icon-searchfield:after { position: absolute; left: 7px; top: 50%; margin-top: -9px; content: ""; width: 18px; height: 18px; opacity: .5; }
.ui-input-search input.ui-input-text { border: none; width: 98%; padding: .4em 0; margin: 0; display: block; background: transparent none; outline: 0 !important; }
.ui-input-search .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -13px; }
.ui-mini .ui-input-clear { right: -3px; }
.ui-input-search .ui-input-clear-hidden { display: none; }
input.ui-mini, .ui-mini input, textarea.ui-mini { font-size: 14px; }
textarea.ui-mini { height: 45px; }
/* orientation adjustments - incomplete!*/
@media all and (min-width: 450px){
.ui-field-contain label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
.ui-field-contain input.ui-input-text,
.ui-field-contain textarea.ui-input-text,
.ui-field-contain .ui-input-search { width: 60%; display: inline-block; }
.ui-field-contain .ui-input-search { width: 50%; }
.ui-hide-label input.ui-input-text,
.ui-hide-label textarea.ui-input-text,
.ui-hide-label .ui-input-search { padding: .4em; width: 97%; }
.ui-input-search input.ui-input-text { width: 98%; /*echos rule from above*/ }
}
.ui-listview { margin: 0; counter-reset: listnumbering; }
.ui-content .ui-listview { margin: -15px; }
.ui-content .ui-listview-inset { margin: 1em 0; }
.ui-listview, .ui-li { list-style:none; padding:0; }
.ui-li, .ui-li.ui-field-contain { display: block; margin:0; position: relative; overflow: visible; text-align: left; border-width: 0; border-top-width: 1px; }
.ui-li .ui-btn-text a.ui-link-inherit { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ui-li-divider, .ui-li-static { padding: .5em 15px; font-size: 14px; font-weight: bold; }
.ui-li-divider { counter-reset: listnumbering; }
ol.ui-listview .ui-link-inherit:before, ol.ui-listview .ui-li-static:before, .ui-li-dec { font-size: .8em; display: inline-block; padding-right: .3em; font-weight: normal;counter-increment: listnumbering; content: counter(listnumbering) ". "; }
ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */
.ui-listview-inset .ui-li { border-right-width: 1px; border-left-width: 1px; }
.ui-li:last-child, .ui-li.ui-field-contain:last-child { border-bottom-width: 1px; }
.ui-li>.ui-btn-inner { display: block; position: relative; padding: 0; }
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding: .7em 15px .7em 15px; display: block; }
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb { min-height: 60px; padding-left: 100px; }
.ui-li-has-icon .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-icon { min-height: 20px; padding-left: 40px; }
.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-count { padding-right: 45px; }
.ui-li-has-arrow .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow { padding-right: 30px; }
.ui-li-has-arrow.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow.ui-li-has-count { padding-right: 75px; }
.ui-li-has-count .ui-btn-text { padding-right: 15px; }
.ui-li-heading { font-size: 16px; font-weight: bold; display: block; margin: .6em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ui-li-desc { font-size: 12px; font-weight: normal; display: block; margin: -.5em 0 .6em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ui-li-thumb, .ui-listview .ui-li-icon { position: absolute; left: 1px; top: 0; max-height: 80px; max-width: 80px; }
.ui-listview .ui-li-icon { max-height: 40px; max-width: 40px; left: 10px; top: .9em; }
.ui-li-thumb, .ui-listview .ui-li-icon, .ui-li-content { float: left; margin-right: 10px; }
.ui-li-aside { float: right; width: 50%; text-align: right; margin: .3em 0; }
@media all and (min-width: 480px){
.ui-li-aside { width: 45%; }
}
.ui-li-divider { cursor: default; }
.ui-li-has-alt .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt { padding-right: 95px; }
.ui-li-has-count .ui-li-count { position: absolute; font-size: 11px; font-weight: bold; padding: .2em .5em; top: 50%; margin-top: -.9em; right: 48px; }
.ui-li-divider .ui-li-count, .ui-li-static .ui-li-count { right: 10px; }
.ui-li-has-alt .ui-li-count { right: 55px; }
.ui-li-link-alt { position: absolute; width: 40px; height: 100%; border-width: 0; border-left-width: 1px; top: 0; right: 0; margin: 0; padding: 0; z-index: 2; }
.ui-li-link-alt .ui-btn { overflow: hidden; position: absolute; right: 8px; top: 50%; margin: -11px 0 0 0; border-bottom-width: 1px; z-index: -1;}
.ui-li-link-alt .ui-btn-inner { padding: 0; height: 100%; position: absolute; width: 100%; top: 0; left: 0;}
.ui-li-link-alt .ui-btn .ui-icon { right: 50%; margin-right: -9px; }
.ui-listview * .ui-btn-inner > .ui-btn > .ui-btn-inner { border-top: 0px; }
.ui-listview-filter { border-width: 0; overflow: hidden; margin: -15px -15px 15px -15px }
.ui-listview-filter .ui-input-search { margin: 5px; width: auto; display: block; }
.ui-listview-filter-inset { margin: -15px -5px -15px -5px; background: transparent; }
.ui-li.ui-screen-hidden{display:none;}
/* Odd iPad positioning issue. */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.ui-li .ui-btn-text { overflow: visible; }
}
label.ui-slider { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
input.ui-slider-input,
.ui-field-contain input.ui-slider-input { display: inline-block; width: 50px; }
select.ui-slider-switch { display: none; }
div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 20px; top: 4px; width: 65%; }
div.ui-slider-mini { height: 12px; margin-left: 10px; }
div.ui-slider-bg { border: none; height: 100%; padding-right: 8px; }
.ui-controlgroup a.ui-slider-handle, a.ui-slider-handle { position: absolute; z-index: 1; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; outline: 0; }
a.ui-slider-handle .ui-btn-inner { padding: 0; height: 100%; }
div.ui-slider-mini a.ui-slider-handle { height: 14px; width: 14px; margin: -8px 0 0 -7px; }
div.ui-slider-mini a.ui-slider-handle .ui-btn-inner { height: 30px; width: 30px; padding: 0; margin: -9px 0 0 -9px; }
@media all and (min-width: 450px){
.ui-field-contain label.ui-slider { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
.ui-field-contain div.ui-slider { width: 43%; }
.ui-field-contain div.ui-slider-switch { width: 5.5em; }
}
div.ui-slider-switch { height: 32px; margin-left: 0; width: 5.8em; }
a.ui-slider-handle-snapping { -webkit-transition: left 70ms linear; -moz-transition: left 70ms linear; }
div.ui-slider-switch .ui-slider-handle { margin-top: 1px; }
.ui-slider-inneroffset { margin: 0 16px; position: relative; z-index: 1; }
div.ui-slider-switch.ui-slider-mini { width: 5em; height: 29px; }
div.ui-slider-switch.ui-slider-mini .ui-slider-inneroffset { margin: 0 15px 0 14px; }
div.ui-slider-switch.ui-slider-mini .ui-slider-handle { width: 25px; height: 25px; margin: 1px 0 0 -13px; }
div.ui-slider-switch.ui-slider-mini a.ui-slider-handle .ui-btn-inner { height: 30px; width: 30px; padding: 0; margin: 0; }
span.ui-slider-label { position: absolute; text-align: center; width: 100%; overflow: hidden; font-size: 16px; top: 0; line-height: 2; min-height: 100%; border-width: 0; white-space: nowrap; }
.ui-slider-mini span.ui-slider-label { font-size: 14px; }
span.ui-slider-label-a { z-index: 1; left: 0; text-indent: -1.5em; }
span.ui-slider-label-b { z-index: 0; right: 0; text-indent: 1.5em;}
.ui-slider-inline { width: 120px; display: inline-block; }
/* =============================================================================
-------------------------[ THEME STYLES BELOW ]-------------------------
=============================================================================
=============================================================================
=============================================================================
=============================================================================
========================================================================== */
/* =============================================================================
Custom content styling
========================================================================== */
h3.home-title {
margin-top:40px;
text-align:center;
font-weight:normal;
margin:10px 0 10px 0;
font-family: 'Kaushan Script', cursive; font-size:26px;
/* font-family: 'Lobster', cursive; font-size:28px; */
/* font-family: 'Cabin', sans-serif; font-weight: 700; font-size:22px; */
/* font-family: 'Cardo', serif; font-size:24px; */
/* font-family: 'Droid Sans', sans-serif; font-size:22px; font-weight:700 */
}
.padd {
padding: 20px 0
}
.gal-description {
font-size:11px;
color: #eee
}
.padd-title {
padding-left:15px;
margin-bottom:3px
}
hr.ornamental { background:url(../images/ornamental.png) center no-repeat; background-size:960px 21px; height:21px; width:100%; border:none; margin:0; padding:0 }
.shadow1box {text-align:center; margin:0; height:28px}
.shadow1 {width:100%; height:28px; margin:0}
.shadow2box {margin:0}
.shadow2 {width:100%}
/* =============================================================================
UI Bars (add to a div surrounding content, like a callout box)
========================================================================== */
.ui-bar-c {
border: 1px solid #B3B3B3;
background: #e9eaeb;
color: #111;
font-weight: bold;
text-shadow: 0 1px 1px #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{background-start}*/), to( #e9eaeb /*{background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #f0f0f0 /*{background-start}*/, #e9eaeb /*{background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #f0f0f0 /*{background-start}*/, #e9eaeb /*{background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #f0f0f0 /*{background-start}*/, #e9eaeb /*{background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #f0f0f0 /*{background-start}*/, #e9eaeb /*{background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #f0f0f0 /*{background-start}*/, #e9eaeb /*{background-end}*/);
}
.ui-bar-c .ui-link-inherit {
color: #3E3E3E;
}
.ui-bar-c .ui-link {
color: #7cc4e7;
font-weight: bold;
}
.ui-bar-c .ui-link:hover {
color: #2489CE;
}
.ui-bar-c .ui-link:active {
color: #2489CE;
}
.ui-bar-c .ui-link:visited {
color: #2489CE;
}
.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button {
font-family: Helvetica, Arial, sans-serif;
}
/* =============================================================================
Dialog (Modal Windows)
========================================================================== */
.ui-dialog {
background:url(../images/pattern2.png) #222 !important;
background-size: 20px 20px !important;
}
.ui-dialog .ui-dialog-contain {
margin-top: 0 !important
}
/* =============================================================================
Set your main background image & text styles
========================================================================== */
.ui-body-c,
.ui-dialog.ui-overlay-c {
border: 1px solid #B3B3B3;
/* background:url(../images/page-backgrounds/diagonal-noise.jpg) 0 0; background-size: 100px 100px; */
/* background:url(../images/page-backgrounds/zebra.jpg) 0 0; background-size: 121px 38px; */
/* background:url(../images/page-backgrounds/paper.jpg) 0 0; background-size: 500px 593px; */
/* background:url(../images/page-backgrounds/farmer.jpg) 0 0; background-size: 349px 349px; */
/* background:url(../images/page-backgrounds/blue-stripes.jpg) 0 0; background-size: 100px 100px; */
/* background:url(../images/page-backgrounds/texture.jpg) 0 0; background-size: 476px 476px; */
/* background:url(../images/page-backgrounds/white-brick-wall.jpg) 0 0; background-size: 25px 17px; */
background:url(../images/page-backgrounds/grilled.jpg) 0 0; background-size: 170px 180px;
/* background:url(../images/page-backgrounds/wood.jpg) 0 0; background-size: 203px 317px; */
color: #111;
text-shadow: 0 1px 0 #fff;
}
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
/* font-family: Helvetica, Arial, sans-serif; */
/* font-family: 'Cabin', sans-serif; */
/* font-family: 'Goudy Bookletter 1911', serif; */
/* font-family: 'Crimson Text', serif; */
/* font-family: 'Cardo', serif; */
font-family: 'Droid Sans', sans-serif;
}
/* =============================================================================
Body Links
========================================================================== */
.ui-body-c .ui-link-inherit {
color: #0099ff
}
.ui-body-c .ui-link {
color: #0099ff;
font-weight: bold;
}
.ui-body-c .ui-link:hover {
color: #0099ff;
}
.ui-body-c .ui-link:active {
color: #0099ff;
}
.ui-body-c .ui-link:visited {
color: #0099ff;
}
/* =============================================================================
Button Styles
========================================================================== */
.ui-btn-up-c {
border: 1px solid #111;
background: #000;
font-weight: bold;
color: #fff;
text-shadow: 0 1px 1px #111;
}
.ui-btn-up-c a.ui-link-inherit {
color: #fff;
}
.ui-btn-hover-c {
border: 1px solid #000;
background: #333;
font-weight: bold;
color: #0099FF;
text-shadow: 0 1px 1px #000;
}
.ui-btn-hover-c a.ui-link-inherit {
color: #fff;
}
.ui-btn-down-c {
border: 1px solid #000;
background: #111;
font-weight: bold;
color: #0099FF;
text-shadow: 0 1px 1px #000;
}
.ui-btn-down-c a.ui-link-inherit {
color: #fff;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
}
.ui-btn-inner {
border-color: rgba(255, 255, 255, 0.3);
border-top: 1px solid #525353;
}
/* Active class used as the "on" state across all themes, example: newsletter button on form */
.ui-btn-active {
border: 1px solid #111;
background: #111;
font-weight: bold;
color:#0099ff;
cursor: pointer;
text-shadow: 0 1px 1px #000;
text-decoration: none;
}
.ui-btn-active a.ui-link-inherit {
color: #fff;
}
/* =============================================================================
Interior Banner Styles
========================================================================== */
.bannerContainer {
width:100%;
background:#111;
}
.banner {
max-width: 100%;
display: block;
max-height:295px;
margin:0 auto;
}
/* =============================================================================
Page Title under Banner Image
========================================================================== */
h2.pageTitle {
text-transform:uppercase;
background:url(../images/pattern.png) #111; background-size: 5px 5px;
border-bottom:1px solid #aaa;
color:#0099FF;
width:100%;
margin:0;
padding:0;
font-family: 'Kaushan Script', cursive;
text-shadow: 0 1px 0 #fff;
font-weight:normal;
}
h2.pageTitle span {
display:block;
padding:8px 0 5px 15px
}
/* =============================================================================
Header Bar (behind logo) & Logo
========================================================================== */
.page-header {
border:0px;
border-bottom:1px solid #bfc0c0;
color:#eee;
height:40px;
text-shadow: 0 -1px 1px #000;
background:url(../images/pattern.png) #111; background-size: 5px 5px;
}
.logo {
width:231px;
height:40px;
background:url(../images/logo.png) top center no-repeat;
margin:0 auto;
background-size: 185px 40px;
}
h1.ui-title {
margin:0px;
padding:10px 0 0 0
}
/* =============================================================================
Link Bars with Large Arrows
========================================================================== */
li .ui-btn-text {background:url(../images/pattern2.png) #111; background-size: 20px 20px;}
a.ui-link-inherit {
background:url(../images/arrow.png) right no-repeat;
background-size: 25px 30px;
font-family: 'Kaushan Script', cursive; font-size:18px;
/* font-family: 'Lobster', cursive; font-size:18px; */
/* font-family: 'Cabin', sans-serif; font-weight: 700; font-size:18px; */
/* font-family: 'Droid Serif', serif; font-weight:700; font-style:italic; font-size:17px; */
color:#eee !important;
text-shadow: 0 -1px 1px #000;
}
a.ui-link-inherit:hover {
background:url(../images/arrow.png) right no-repeat #333;
color:#0099FF !important;
}
.events-list span.ui-icon, .thumbnail-list span.ui-icon {display:none}
/* =============================================================================
Overwrite jQuery Mobile Styles
========================================================================== */
.ui-header .ui-title, .ui-footer .ui-title {
margin: 0.8em 90px;
}
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
padding: .8em 15px;
}
.ui-content {
padding-top:0px
}
.page-header .ui-icon {
text-indent:-9999px !important
}
.gallery-page h1.ui-title {
margin: 0px;
padding: 0px;
position:relative;
top:13px
}
.ui-btn-icon-notext .ui-btn-inner { z-index:9999 }
/* =============================================================================
List Styles
========================================================================== */
/* thumbail lists */
.events-list ul.ui-listview li, .thumbnail-list ul.ui-listview li {
margin:0;
padding:0;
border-bottom:0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.thumbnail-list a.ui-link-inherit,
.events-list ul.ui-listview a.ui-link-inherit {
color: #fff;
}
.thumbnail-list a.ui-link-inherit:hover, .events-list ul.ui-listview a.ui-link-inherit:hover {
color: #2489CE;
}
.thumbnail-list ul.ui-listview li a.ui-link-inherit {
padding-left: 100px;
}
.thumbnail-list ul.ui-listview .ui-btn-inner {
margin:0;
padding:0;
border-bottom:0px
}
.thumbnail-list li.ui-corner-bottom {
padding-bottom:1px !important
}
.ui-li-thumb {
left: 4px;
max-height: 80px;
max-width: 80px;
position: absolute;
top: 4px;
border:0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.events-list .ui-li-aside {
float: right;
margin: 0.3em 0;
text-align: right;
width: 22%;
}
.ui-li-aside {
margin: 0 2em;
}
.events-list .ui-li {
padding:0;
margin:0
}
li.ui-li-divider {
padding: 0.5em 15px !important
}
/* list divider, create your own gradient: http://www.colorzilla.com/gradient-editor/ */
li.ui-li-divider {
color: #111;
text-shadow: 0 1px 0 #999;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
/* =============================================================================
Footer Navigation
========================================================================== */
.ui-btn-up-b {
border: 1px solid #333;
background:url(../images/pattern.png) #111; background-size: 5px 5px;
font-weight: bold;
color: #0099FF;
text-shadow: 0 -1px 1px #000;
}
.ui-btn-up-b a.ui-link-inherit {
color: #fff;
}
.ui-btn-hover-b {
border: 1px solid #000;
background: #333;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #014D68;
}
.ui-btn-hover-b a.ui-link-inherit {
color: #fff;
}
.ui-btn-down-b {
border: 1px solid #333;
background: #111;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #225377;
}
.ui-btn-down-b a.ui-link-inherit {
color: #fff;
}
.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {
/* font-family: Helvetica, Arial, sans-serif; */
/* font-family: 'Cabin', sans-serif;
/* font-family: 'Goudy Bookletter 1911', serif; */
/* font-family: 'Crimson Text', serif; */
/* font-family: 'Cardo', serif; */
font-family: 'Droid Sans', sans-serif;
text-decoration: none;
}
.ui-footer .ui-btn-text { background:none }
/* =============================================================================
Footer Nav Icons --[ Recommend to delete CSS for icons you don't use ]--
========================================================================== */
.custom-icons .ui-btn .ui-btn-inner {
padding-top: 40px !important;
}
.custom-icons .ui-btn .ui-icon {
width: 30px!important;
height: 30px!important;
margin-left: -15px !important;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
#address-book .ui-icon { background:url(../images/nav-icons/address-book.png) 50% 50% no-repeat; background-size: 24px 28px; }
#apartments .ui-icon { background:url(../images/nav-icons/apartments.png) 50% 50% no-repeat; background-size: 27px 30px; }
#balloons .ui-icon { background:url(../images/nav-icons/balloons.png) 50% 50% no-repeat; background-size: 22px 30px; }
#brush .ui-icon { background:url(../images/nav-icons/brush.png) 50% 50% no-repeat; background-size: 30px 28px; }
#brush2 .ui-icon { background:url(../images/nav-icons/brush2.png) 50% 50% no-repeat; background-size: 27px 28px; }
#calendar .ui-icon { background:url(../images/nav-icons/calendar.png) 50% 50% no-repeat; background-size: 30px 26px; }
#calendar2 .ui-icon { background:url(../images/nav-icons/calendar2.png) 50% 50% no-repeat; background-size: 28px 29px; }
#camera .ui-icon { background:url(../images/nav-icons/camera.png) 50% 50% no-repeat; background-size: 29px 22px; }
#car .ui-icon { background:url(../images/nav-icons/car.png) 50% 50% no-repeat; background-size: 30px 16px; }
#cell .ui-icon { background:url(../images/nav-icons/cell.png) 50% 50% no-repeat; background-size: 18px 30px; }
#cell2 .ui-icon { background:url(../images/nav-icons/cell2.png) 50% 50% no-repeat; background-size: 17px 30px; }
#cell3 .ui-icon { background:url(../images/nav-icons/cell3.png) 50% 50% no-repeat; background-size: 15px 30px; }
#chair .ui-icon { background:url(../images/nav-icons/chair.png) 50% 50% no-repeat; background-size: 20px 27px; }
#chat .ui-icon { background:url(../images/nav-icons/chat.png) 50% 50% no-repeat; background-size: 28px 21px; }
#chat2 .ui-icon { background:url(../images/nav-icons/chat2.png) 50% 50% no-repeat; background-size: 27px 25px; }
#closed .ui-icon { background:url(../images/nav-icons/closed.png) 50% 50% no-repeat; background-size: 27px 25px; }
#dribble .ui-icon { background:url(../images/nav-icons/dribble.png) 50% 50% no-repeat; background-size: 28px 29px; }
#eye .ui-icon { background:url(../images/nav-icons/eye.png) 50% 50% no-repeat; background-size: 30px 18px; }
#facebook .ui-icon { background:url(../images/nav-icons/facebook.png) 50% 50% no-repeat; background-size: 26px 27px; }
#film .ui-icon { background:url(../images/nav-icons/film.png) 50% 50% no-repeat; background-size: 23px 26px; }
#flag .ui-icon { background:url(../images/nav-icons/flag.png) 50% 50% no-repeat; background-size: 23px 27px; }
#footprint .ui-icon { background:url(../images/nav-icons/footprint.png) 50% 50% no-repeat; background-size: 13px 30px; }
#footprints .ui-icon { background:url(../images/nav-icons/footprints.png) 50% 50% no-repeat; background-size: 27px 30px; }
#globe .ui-icon { background:url(../images/nav-icons/globe.png) 50% 50% no-repeat; background-size: 28px 28px; }
#home .ui-icon { background:url(../images/nav-icons/home.png) 50% 50% no-repeat; background-size: 27px 25px; }
#home2 .ui-icon { background:url(../images/nav-icons/home2.png) 50% 50% no-repeat; background-size: 29px 26px; }
#icecream .ui-icon { background:url(../images/nav-icons/icecream.png) 50% 50% no-repeat; background-size: 18px 27px; }
#key .ui-icon { background:url(../images/nav-icons/key.png) 50% 50% no-repeat; background-size: 15px 30px; }
#like .ui-icon { background:url(../images/nav-icons/like.png) 50% 50% no-repeat; background-size: 25px 23px; }
#mail .ui-icon { background:url(../images/nav-icons/mail.png) 50% 50% no-repeat; background-size: 27px 18px; }
#mail2 .ui-icon { background:url(../images/nav-icons/mail2.png) 50% 50% no-repeat; background-size: 27px 19px; }
#map-marker .ui-icon { background:url(../images/nav-icons/map-marker.png) 50% 50% no-repeat; background-size: 19px 26px; }
#map .ui-icon { background:url(../images/nav-icons/map.png) 50% 50% no-repeat; background-size: 30px 22px; }
#monitor .ui-icon { background:url(../images/nav-icons/monitor.png) 50% 50% no-repeat; background-size: 29px 29px; }
#mouse .ui-icon { background:url(../images/nav-icons/mouse.png) 50% 50% no-repeat; background-size: 18px 27px; }
#movie-camera .ui-icon { background:url(../images/nav-icons/movie-camera.png) 50% 50% no-repeat; background-size: 30px 23px; }
#movie .ui-icon { background:url(../images/nav-icons/movie.png) 50% 50% no-repeat; background-size: 24px 30px; }
#music .ui-icon { background:url(../images/nav-icons/music.png) 50% 50% no-repeat; background-size: 17px 30px; }
#paint-brush .ui-icon { background:url(../images/nav-icons/paint-brush.png) 50% 50% no-repeat; background-size: 30px 29px; }
#pen .ui-icon { background:url(../images/nav-icons/pen.png) 50% 50% no-repeat; background-size: 27px 27px; }
#pencil .ui-icon { background:url(../images/nav-icons/pencil.png) 50% 50% no-repeat; background-size: 26px 26px; }
#phone .ui-icon { background:url(../images/nav-icons/phone.png) 50% 50% no-repeat; background-size: 29px 30px; }
#phone2 .ui-icon { background:url(../images/nav-icons/phone2.png) 50% 50% no-repeat; background-size: 30px 25px; }
#phone3 .ui-icon { background:url(../images/nav-icons/phone3.png) 50% 50% no-repeat; background-size: 30px 21px; }
#photos .ui-icon { background:url(../images/nav-icons/photos.png) 50% 50% no-repeat; background-size: 30px 24px; }
#photos2 .ui-icon { background:url(../images/nav-icons/photos2.png) 50% 50% no-repeat; background-size: 30px 23px; }
#plane .ui-icon { background:url(../images/nav-icons/plane.png) 50% 50% no-repeat; background-size: 30px 29px; }
#plate .ui-icon { background:url(../images/nav-icons/plate.png) 50% 50% no-repeat; background-size: 30px 20px; }
#popsicle .ui-icon { background:url(../images/nav-icons/popsicle.png) 50% 50% no-repeat; background-size: 15px 30px; }
#presentation .ui-icon { background:url(../images/nav-icons/presentation.png) 50% 50% no-repeat; background-size: 29px 30px; }
#rss .ui-icon { background:url(../images/nav-icons/rss.png) 50% 50% no-repeat; background-size: 29px 30px; }
#run .ui-icon { background:url(../images/nav-icons/run.png) 50% 50% no-repeat; background-size: 25px 30px; }
#search .ui-icon { background:url(../images/nav-icons/search.png) 50% 50% no-repeat; background-size: 28px 30px; }
#sign .ui-icon { background:url(../images/nav-icons/sign.png) 50% 50% no-repeat; background-size: 30px 30px; }
#table .ui-icon { background:url(../images/nav-icons/table.png) 50% 50% no-repeat; background-size: 24px 25px; }
#twitter .ui-icon { background:url(../images/nav-icons/twitter.png) 50% 50% no-repeat; background-size: 30px 23px; }
#twitter2 .ui-icon { background:url(../images/nav-icons/twitter2.png) 50% 50% no-repeat; background-size: 30px 21px; }
#users .ui-icon { background:url(../images/nav-icons/users.png) 50% 50% no-repeat; background-size: 30px 24px; }
#v-card .ui-icon { background:url(../images/nav-icons/v-card.png) 50% 50% no-repeat; background-size: 30px 23px; }
#walk .ui-icon { background:url(../images/nav-icons/walk.png) 50% 50% no-repeat; background-size: 18px 30px; }
#wine .ui-icon { background:url(../images/nav-icons/wine.png) 50% 50% no-repeat; background-size: 17px 30px; }
#wine2 .ui-icon { background:url(../images/nav-icons/wine2.png) 50% 50% no-repeat; background-size: 18px 30px; }
#wordpress .ui-icon { background:url(../images/nav-icons/wordpress.png) 50% 50% no-repeat; background-size: 28px 28px; }
#you-tube .ui-icon { background:url(../images/nav-icons/you-tube.png) 50% 50% no-repeat; background-size: 30px 30px; }
/* =============================================================================
Portfolio
========================================================================== */
.gallery {
list-style: none;
padding: 0;
margin: 0;
}
.gallery:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.gallery li {
float: left;
width: 33.33333333%;
}
.gallery li a {
display: block;
margin: 5px;
border: 1px solid #3c3c3c;
}
.gallery li img {
display: block;
width: 100%;
height: auto;
}
#Gallery1 .ui-content, #Gallery2 .ui-content {
overflow: hidden;
}
.gallery img {
-webkit-box-shadow: 0px 0px 4px #111;
-moz-box-shadow: 0px 0px 4px #111;
box-shadow: 0px 0px 4px #111;
}
/* =============================================================================
Homepage Social Icons
========================================================================== */
div.social {
text-align:center;
background-color:rgba(238,238,238,0.4);
padding:4px;
border:1px solid #ccc;
-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
-o-transition-duration:0.8s;
transition-duration:0.8s;
}
div.social:hover {
background-color:rgba(238,238,238,1);
border:1px solid #c1bfbf;
}
div.social img {
width:12%;
margin-right:10px;
max-width:60px;
}
/* =============================================================================
Twitter Feed
========================================================================== */
ul.tweetList{
margin:0;
padding:0;
list-style-type:none
}
#jstwitter {
width:100%;
background:url(../images/twitterBack.png) repeat;
-moz-border-radius: 6px;
border-radius: 6px;
padding:0px;
-webkit-box-shadow: 1px 1px 1px #0f0f0f;
-moz-box-shadow: 1px 1px 1px #0f0f0f;
box-shadow: 1px 1px 1px #0f0f0f;
}
.tweet {
padding: 15px 20px;
color:#FFF;
border-bottom:1px solid #000000;
border-top:1px solid #353434;
text-shadow: 0 1px 0 #000;
margin: 0 10px;
font-size:13px
}
.followButton {
margin:0 0 20px 0
}
.time {
font-size: 11px;
font-style:italic
}
.tweet a {
color: #2489CE;
font-weight: bold;
}
/* =============================================================================
Contact Form
========================================================================== */
#errors {
border:1px solid #cd0a0a;
background:url(../images/contact-error.png) 50% 50% repeat;
color:#fff;
padding: 5px;
text-shadow:0 1px 0 #111
}
.hide{
display:none
}
/* =============================================================================
Slider
========================================================================== */
/* Browser Resets */
.flexslider p { margin: 0;}
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-container { margin:0 auto; }
/* Slider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0; }
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; max-height:300px; margin:0 auto}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
/* Slider Theme
*********************************/
.flexslider { position: relative; background:#111; }
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative; margin-bottom:0px; border-bottom:1px solid #aaa }
/* Caption style */
.flex-caption {
text-align:center;
zoom: 1;
width: 100%;
padding: 10px 0;
position: absolute; left: 0; bottom: 0 !important;
background: rgba(0,0,0,.5);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
font-size: 14px;
line-height: 18px;
/* font-family: 'Kaushan Script', cursive; font-size:18px; */
/* font-family: 'Lobster', cursive; font-size:17px; */
/* font-family: 'Cardo', serif; font-size:16px; */
/* font-family: 'Droid Sans', sans-serif; font-size:16px */
} | 0.152726 | 0.041989 |
.tool-container__buttons {
font-size: 1.2rem;
display: flex;
flex-basis: 100%;
justify-content: center;
}
.tool-container__buttons > button {
position: relative;
background: transparent;
cursor: pointer;
transition: all var(--animation-duration-medium-open) var(--animation-easing-linea);
color: rgba(255,255,255,.8);
padding: 0 1em;
border-right: 1px dotted var(--header-background-color);
border: 0;
}
.drag-drop-preview {
flex-basis: 100%;
text-align: center;
padding: 2em 0em;
border-left: 1px dotted var(--text1);
}
.tool-container__buttons > button:last-child {
border-right: none;
}
.tool-container__background {
height: 0em;
width: 0em;
border-radius: 2.5em;
position: absolute;
transition: all var(--animation-duration-medium-open) var(--animation-easing-linea);
left: 1.75em;
transform: translate(-50%, -50%);
top: 1.8em;
}
.tool-container__icon {
background: var(--primary-color);
-webkit-mask-size: cover;
mask-size: cover;
height: 2em;
width: 2em;
transition: all var(--animation-duration-medium-open) var(--animation-easing-linea);
margin: .8em .8em;
position: absolute;
}
.data {
mask-image: url('assets/data.svg');
-webkit-mask-image: url('assets/data.svg');
}
.tool-container__button:hover:not(.disabled-tool__button) .tool-container__icon {
background: var(--text3);
}
.tool-container__button-text {
font-size: .8rem;
margin: 5.5em .3em .5em .3em;
user-select: none;
text-align: center;
min-width: 5em;
position: relative;
left: -1.5em;
}
.preview_button {
width: 100%;
padding: .8em 1.5em;
}
.tool-container__checkbox {
font-size: .9rem;
display: block;
}
.disclaimer-text {
text-align: justify;
}
.divider {
border-bottom: 1px solid var(--header-background-color);
}
.search-bg {
display: none;
position: fixed;
height: 3em;
width: 28em;
outline: 10px dashed var(--text3);
outline-offset: -20px;
top: 0;
left: 0;
z-index: 1;
background-color: var(--modal-background-color);
transition: all var(--animation-duration-medium-open) var(--animation-easing-linea);
}
.text-to-search {
display: inline-block;
font-weight: bold;
color: var(--primary-color);
cursor: default;
}
.text-to-search-icon {
display: inline-block;
height: .8em;
width: .8em;
mask-image: url('assets/search.svg');
-webkit-mask-image: url('assets/search.svg');
mask-size: cover;
-webkit-mask-size: cover;
background: var(--primary-color);
}
.ba-tool-container__content {
display: flex;
}
.ba-tool-container__url-import {
display: block;
padding-bottom: 1.5em;
}
#fileupload {
display: none;
}
.tool-container__button {
position: relative;
margin-left: 1em;
}
.ba-tool-container__split-text {
position: absolute;
font-weight: bold;
text-align: center;
width: 4em;
margin-left: -2em;
left: 50%;
top: 6.5em;
background: var(--primary-bg-color);
}
.ba-tool-container__sub-title {
font-size: .9rem;
opacity: .9;
margin-left: .5em;
font-weight: normal
}
.tool-container__button:focus {
box-shadow: none;
}
.tool-container__button:focus .tool-container__background {
background: var(--primary-color);
box-shadow: 0 0 0 .2em var(--primary-color-lighter);
}
.tool-container__button:hover:not(.disabled-tool__button) .tool-container__background {
height: 3.4em;
width: 3.4em;
background-color: var(--secondary-color);
}
.tool-container__button:focus:not(.disabled-tool__button) .tool-container__icon {
background: var(--text3);
}
.tool-container__button:focus:not(.disabled-tool__button) .tool-container__background {
height: 3.4em;
width: 3.4em;
background-color: var(--primary-color);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) , 0 0 0 .2em var(--primary-color-lighter);
}
.hide {
display: none !important;
} | src/modules/toolbox/components/importToolContent/importToolContent.css | .tool-container__buttons {
font-size: 1.2rem;
display: flex;
flex-basis: 100%;
justify-content: center;
}
.tool-container__buttons > button {
position: relative;
background: transparent;
cursor: pointer;
transition: all var(--animation-duration-medium-open) var(--animation-easing-linea);
color: rgba(255,255,255,.8);
padding: 0 1em;
border-right: 1px dotted var(--header-background-color);
border: 0;
}
.drag-drop-preview {
flex-basis: 100%;
text-align: center;
padding: 2em 0em;
border-left: 1px dotted var(--text1);
}
.tool-container__buttons > button:last-child {
border-right: none;
}
.tool-container__background {
height: 0em;
width: 0em;
border-radius: 2.5em;
position: absolute;
transition: all var(--animation-duration-medium-open) var(--animation-easing-linea);
left: 1.75em;
transform: translate(-50%, -50%);
top: 1.8em;
}
.tool-container__icon {
background: var(--primary-color);
-webkit-mask-size: cover;
mask-size: cover;
height: 2em;
width: 2em;
transition: all var(--animation-duration-medium-open) var(--animation-easing-linea);
margin: .8em .8em;
position: absolute;
}
.data {
mask-image: url('assets/data.svg');
-webkit-mask-image: url('assets/data.svg');
}
.tool-container__button:hover:not(.disabled-tool__button) .tool-container__icon {
background: var(--text3);
}
.tool-container__button-text {
font-size: .8rem;
margin: 5.5em .3em .5em .3em;
user-select: none;
text-align: center;
min-width: 5em;
position: relative;
left: -1.5em;
}
.preview_button {
width: 100%;
padding: .8em 1.5em;
}
.tool-container__checkbox {
font-size: .9rem;
display: block;
}
.disclaimer-text {
text-align: justify;
}
.divider {
border-bottom: 1px solid var(--header-background-color);
}
.search-bg {
display: none;
position: fixed;
height: 3em;
width: 28em;
outline: 10px dashed var(--text3);
outline-offset: -20px;
top: 0;
left: 0;
z-index: 1;
background-color: var(--modal-background-color);
transition: all var(--animation-duration-medium-open) var(--animation-easing-linea);
}
.text-to-search {
display: inline-block;
font-weight: bold;
color: var(--primary-color);
cursor: default;
}
.text-to-search-icon {
display: inline-block;
height: .8em;
width: .8em;
mask-image: url('assets/search.svg');
-webkit-mask-image: url('assets/search.svg');
mask-size: cover;
-webkit-mask-size: cover;
background: var(--primary-color);
}
.ba-tool-container__content {
display: flex;
}
.ba-tool-container__url-import {
display: block;
padding-bottom: 1.5em;
}
#fileupload {
display: none;
}
.tool-container__button {
position: relative;
margin-left: 1em;
}
.ba-tool-container__split-text {
position: absolute;
font-weight: bold;
text-align: center;
width: 4em;
margin-left: -2em;
left: 50%;
top: 6.5em;
background: var(--primary-bg-color);
}
.ba-tool-container__sub-title {
font-size: .9rem;
opacity: .9;
margin-left: .5em;
font-weight: normal
}
.tool-container__button:focus {
box-shadow: none;
}
.tool-container__button:focus .tool-container__background {
background: var(--primary-color);
box-shadow: 0 0 0 .2em var(--primary-color-lighter);
}
.tool-container__button:hover:not(.disabled-tool__button) .tool-container__background {
height: 3.4em;
width: 3.4em;
background-color: var(--secondary-color);
}
.tool-container__button:focus:not(.disabled-tool__button) .tool-container__icon {
background: var(--text3);
}
.tool-container__button:focus:not(.disabled-tool__button) .tool-container__background {
height: 3.4em;
width: 3.4em;
background-color: var(--primary-color);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) , 0 0 0 .2em var(--primary-color-lighter);
}
.hide {
display: none !important;
} | 0.279828 | 0.059811 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: rgb(240, 240, 191);
}
.container {
margin-top: 50px;
margin-bottom: 50px;
width: 100%;
max-width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
}
.box {
height: auto;
width: auto;
background-color: white;
box-shadow: 0px 0px 15px black;
display: flex;
flex-flow: row, wrap;
}
#left-slash {
height: 590px;
width: 167px;
background-color: rgb(80, 80, 80);
}
#box-foto {
display: flex;
justify-content: center;
}
#dados-experiencia {
height: 580px;
width: 350px;
background-color: white;
display: flex;
text-align: left;
flex-flow: column wrap;
}
.titulos {
color: white;
font-size: 16px;
font-family: 'Cormorant Infant', serif;
}
.titulos-principais {
font-size: 21px;
color: white;
font-family: 'Cormorant Infant', serif;
}
#dados-pessoais {
margin-left: 7px;
display: flex;
text-align: left;
flex-flow: column wrap;
}
#conteudo-dados-pessoais {
margin-top: 30px;
margin-left: 7px;
display: flex;
text-align: left;
flex-flow: column wrap;
line-height: 9px;
}
.informacoes {
color: white;
font-size: 10px;
font-family: 'Lato', sans-serif;
line-height: 12px;
}
#endereco {
margin-top: 35px;
}
#numero-telefone {
margin-top: 35px;
line-height: 20px;
}
#email {
margin-top: 35px;
line-height: 20px;
}
#github {
margin-top: 35px;
line-height: 18px;
}
#sobre-mim {
margin-top: 17px;
display: flex;
margin-left: 8px;
display: flex;
text-align: left;
flex-flow: column wrap;
}
#nome-principal {
font-size: 25px;
font-family: 'Cormorant Infant', serif;
}
hr {
border: none;
height: 1px;
background-color: black;
}
#hr-left {
background-color: white;
}
.informacoes-dados-experiencia {
color: rgb(102, 102, 102);
font-size: 11px;
font-family: 'Lato', sans-serif;
line-height: 12px;
margin-top: 20px;
}
.titulos-dados-experiencia {
color: black;
font-size: 16px;
font-family: 'Cormorant Infant', serif;
}
.espacamento-titulos {
margin-top: 20px;
line-height: 20px;
} | css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: rgb(240, 240, 191);
}
.container {
margin-top: 50px;
margin-bottom: 50px;
width: 100%;
max-width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
}
.box {
height: auto;
width: auto;
background-color: white;
box-shadow: 0px 0px 15px black;
display: flex;
flex-flow: row, wrap;
}
#left-slash {
height: 590px;
width: 167px;
background-color: rgb(80, 80, 80);
}
#box-foto {
display: flex;
justify-content: center;
}
#dados-experiencia {
height: 580px;
width: 350px;
background-color: white;
display: flex;
text-align: left;
flex-flow: column wrap;
}
.titulos {
color: white;
font-size: 16px;
font-family: 'Cormorant Infant', serif;
}
.titulos-principais {
font-size: 21px;
color: white;
font-family: 'Cormorant Infant', serif;
}
#dados-pessoais {
margin-left: 7px;
display: flex;
text-align: left;
flex-flow: column wrap;
}
#conteudo-dados-pessoais {
margin-top: 30px;
margin-left: 7px;
display: flex;
text-align: left;
flex-flow: column wrap;
line-height: 9px;
}
.informacoes {
color: white;
font-size: 10px;
font-family: 'Lato', sans-serif;
line-height: 12px;
}
#endereco {
margin-top: 35px;
}
#numero-telefone {
margin-top: 35px;
line-height: 20px;
}
#email {
margin-top: 35px;
line-height: 20px;
}
#github {
margin-top: 35px;
line-height: 18px;
}
#sobre-mim {
margin-top: 17px;
display: flex;
margin-left: 8px;
display: flex;
text-align: left;
flex-flow: column wrap;
}
#nome-principal {
font-size: 25px;
font-family: 'Cormorant Infant', serif;
}
hr {
border: none;
height: 1px;
background-color: black;
}
#hr-left {
background-color: white;
}
.informacoes-dados-experiencia {
color: rgb(102, 102, 102);
font-size: 11px;
font-family: 'Lato', sans-serif;
line-height: 12px;
margin-top: 20px;
}
.titulos-dados-experiencia {
color: black;
font-size: 16px;
font-family: 'Cormorant Infant', serif;
}
.espacamento-titulos {
margin-top: 20px;
line-height: 20px;
} | 0.468304 | 0.101545 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
}
.main {
background-image: url(./images/header.png);
color: #ec5242;
background-size: cover;
}
.content {
display: flex;
flex-direction: column;
margin-left: 15%;
padding-top: 10rem;
padding-bottom: 13rem;
gap: 1em;
}
.content h1 {
font-weight: 600;
}
.content h2 {
background-image: url(./images/font.jpg);
font-size: 70px;
font-weight: bold;
background-size: cover;
background-position: center center;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.inner-content {
border: 0.4rem solid white;
width: 60%;
color: #0000008a;
font-size: 17px;
line-height: 1.8rem;
}
.inner-content p {
padding: 1rem;
font-weight: 700;
margin-bottom: 0;
}
.header-upper {
background-color: #252629;
width: 100%;
text-align: right;
}
.header-upper ul {
margin-top: 0;
margin-bottom: 0;
margin-right: 10rem;
}
.header-upper li {
list-style: none;
display: inline;
padding: 0.6rem;
}
.nav-link {
margin-right: 10%;
text-align: center;
padding: 1.5rem 1rem;
}
.nav-link #aboutit {
color: #ec5242;
}
.link {
list-style: none;
display: inline;
padding: 2rem;
}
.header-upper a {
text-decoration: none;
color: #fff;
font-size: 12px;
}
.inner-content-bottom {
padding-top: 2rem;
line-height: 4rem;
}
.inner-content-bottom h3 {
color: #000000b5;
font-size: 3rem;
font-weight: bold;
}
.inner-content-bottom p {
color: #0000008a;
font-size: 2rem;
font-weight: bold;
}
nav {
display: flex;
width: 100%;
}
.logo {
margin-left: 15%;
margin-top: 1%;
}
.logo img {
width: 9em;
margin-top: 0.7rem;
}
.link a {
text-decoration: none;
color: #a09c9c;
font-size: 18px;
font-weight: 600;
}
.menu-items {
display: inherit;
width: 100%;
justify-content: right;
}
.header-button {
margin-right: 8%;
padding: 1em;
}
.header-button button {
padding: 0.5em;
font-size: 18px;
font-weight: 800;
color: #ec5242;
border: 4px solid #ec5242;
}
.main-program {
background-image: url(./images/main-program-bg.png);
background-color: #272a31;
color: #ffffffb5;
text-align: center;
padding: 6rem;
display: flex;
flex-direction: column;
gap: 2rem;
}
.main-program h4 {
font-size: 2rem;
border-width: 0.4rem;
}
.main-program a {
text-decoration: none;
color: #ffffffb5;
font-size: 18px;
word-spacing: 0.2rem;
border-bottom: 2px solid #ffffffb5;
}
.program {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 16px;
padding: 2rem;
}
.program-type {
background: #7a7c8142;
padding: 1rem;
}
.program-type h5 {
color: #ec5242;
font-size: 26px;
font-weight: bold;
padding: 0.5rem 0;
}
.program-type p {
color: #ffffffb5;
padding: 0.3rem;
}
.join-button {
display: none;
}
.featured-speakers {
text-align: center;
margin: 1%;
}
.speakers {
width: 100%;
display: grid;
grid-template-columns: 50% 50%;
align-items: center;
margin: 2rem 0;
}
.speakers-profile {
width: 100%;
margin-left: 0;
display: grid;
gap: 0;
padding: 1rem;
grid-template-columns: 20% 75%;
}
.img-stack {
background-image: url(./images/dotted-new.png);
background-repeat: no-repeat;
background-size: 60px 60px;
background-position: 2px 2px;
}
.img-bottom img {
width: 100%;
}
.img-top {
width: 100px;
position: relative;
top: 15px;
left: 14px;
}
.img-top img {
width: 100%;
}
.speaker-content {
text-align: left;
font-size: 14px;
color: black;
}
.speaker-content h3 {
font-weight: bold;
font-size: 26px;
}
.speaker-content h4 {
color: #ec5242;
font-size: 14px;
font-style: italic;
}
.speaker-content p {
color: #454343;
font-size: 1rem;
font-weight: 600;
}
.under-line {
width: 7%;
margin: 1em auto;
background-color: #ec5242;
height: 0.1rem;
}
.speaker-content .under-line {
margin: 0;
background-color: #d8cfcf;
margin-top: 0;
margin-bottom: 0;
}
.footer-top {
display: flex;
flex-direction: column;
text-align: center;
margin-top: 5rem;
background-color: rgb(65, 66, 70);
}
.footer-top-heading {
margin-top: 4rem;
margin-bottom: 1.5rem;
color: rgb(127, 127, 127);
}
.footer-top-heading h3 {
font-size: 32px;
font-weight: 700;
}
.footer-top-heading .under-line {
width: 3%;
margin-top: 1.5rem;
}
.partners {
flex-direction: row;
display: flex;
gap: 4rem;
justify-content: center;
margin-bottom: 4rem;
}
.partners img {
width: 10rem;
}
.footer-bottom-section {
background-color: rgb(242, 242, 242);
}
.footer-bottom-section-about {
background-color: rgb(46, 46, 46);
color: white;
}
.footer-bottom {
display: grid;
grid-template-columns: 30% 70%;
align-items: center;
}
.footer-bottom-content {
text-align: left;
margin: 4rem;
}
.footer-bottom-content h4 {
font-size: 16px;
font-weight: bold;
line-height: 2rem;
}
.footer-bottom-content p {
font-size: 14px;
font-weight: 500;
}
.footer-bottom-logo img {
width: 18rem;
margin-left: 17%;
}
.more-button {
display: none;
}
.hamburger,
.sidenav {
display: none;
}
@media only screen and (max-width: 768px) {
.header {
display: none;
}
.hamburger {
display: block;
position: absolute;
padding: 5% 5%;
}
.hamburger img {
width: 52%;
}
.sidenav {
display: block;
width: 0;
height: 100%;
position: fixed;
z-index: 1;
background-color: rgba(236, 82, 66, 0.9);
overflow-x: hidden;
transition: 0.3s;
padding-top: 7%;
}
.sidenav a {
padding: 2% 10%;
text-decoration: none;
font-size: 33px;
color: white;
display: block;
transition: 0.3s;
font-weight: bold;
}
.sidenav a:hover {
color: #790505;
}
.sidenav .closebtn {
position: absolute;
top: 3%;
right: 6%;
font-size: 44px;
margin-left: 50px;
color: white;
font-weight: bold;
}
.main {
background-image: url(../images/mobile-home.png);
background-size: cover;
background-position: center;
}
.content {
display: flex;
flex-direction: column;
margin-left: 6%;
padding-top: 20%;
padding-bottom: 16%;
gap: 1em;
}
.content h1 {
font-size: 1.2rem;
font-weight: 600;
}
.content h2 {
font-size: 1.8rem;
font-weight: bold;
}
.inner-content {
border: 0.4rem solid white;
width: 80%;
padding: 0;
color: #0000008a;
font-size: 1rem;
line-height: 1.5rem;
text-align: justify;
background-color: rgb(247, 247, 247);
}
.inner-content p {
padding: 1%;
font-weight: 700;
margin-bottom: 0;
}
.inner-content-bottom {
padding-top: 1rem;
line-height: 4rem;
}
.inner-content-bottom p {
color: #00000094;
font-size: 1.3rem;
line-height: 2.5rem;
padding: 0.2rem 1rem;
}
.inner-content-bottom h3 {
font-size: 1.7rem;
margin-bottom: 0;
}
.program {
display: flex;
flex-direction: column;
column-gap: 8%;
font-size: 1.8rem;
padding: 5%;
}
.main-program {
padding: 0;
}
.main-program h4 {
margin-top: 3rem;
}
.featured-speakers h2 {
font-weight: bold;
font-size: 2rem;
margin: 1rem 0;
}
.program-type {
display: grid;
grid-template-columns: 15% 20% 60%;
gap: 1%;
background: #7a7c8142;
padding: 1%;
align-items: center;
text-align: left;
}
.program-type img {
width: 55px;
}
.program-type h5 {
font-size: 1.1rem;
}
.program-type p {
font-size: 1rem;
color: #ffffffb5;
padding: 1%;
}
.join-button {
display: flex;
width: 100%;
justify-content: center;
margin-bottom: 4rem;
}
.join-button button {
width: 70%;
padding: 4%;
font-size: 1.2rem;
color: white;
background-color: #ec5342;
border: 1px;
}
.program-check {
display: none;
}
.speakers {
width: 100%;
display: grid;
grid-template-columns: 100%;
align-items: center;
margin: 0;
}
.speakers-profile {
width: 100%;
display: flex;
gap: 5%;
padding: 0%;
}
.hide-me {
display: none;
}
.more-button {
border: 2px solid #7a7c8142;
display: flex;
gap: 3%;
justify-content: center;
padding: 3%;
font-size: 1.5rem;
border-radius: 0.4rem;
margin: 2rem 0;
width: 95%;
}
.more-button .fa {
color: #ec5242;
font-weight: bold;
}
.footer {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
.nav-link {
margin-right: 0;
padding: 3% 0;
}
.link {
padding: 1rem;
}
.link a {
font-size: 14px;
font-weight: 600;
}
.header-button {
padding: 2%;
margin-right: 10%;
}
.speakers-profile {
width: 100%;
margin-left: 0;
display: grid;
gap: 1%;
padding: 2%;
grid-template-columns: 23% 79%;
}
.img-top {
width: 95px;
position: relative;
top: 14px;
left: 14px;
}
.program {
display: flex;
width: 100%;
height: 90%;
align-items: center;
justify-content: center;
gap: 1%;
font-size: 1rem;
padding: 1rem;
}
.program-type img {
width: 30%;
}
.program-type h5 {
font-size: 1.4rem;
}
.main-program {
padding: 4rem 2rem;
}
.program-type {
padding: 0;
height: 275px;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.nav-link {
width: 100%;
margin-right: 0;
padding: 3% 0;
}
.menu-items {
justify-content: left;
}
.link {
padding: 3%;
}
.link a {
font-size: 14px;
font-weight: 600;
}
.logo {
margin-left: 11%;
margin-top: 1%;
}
.content h2 {
font-size: 3rem;
font-weight: bold;
}
.header-button {
padding: 3%;
margin-right: 5%;
width: 40%;
text-align: center;
}
.header-button button {
padding: 2%;
font-size: 13px;
}
.main-program {
padding: 4rem 2rem;
}
.program {
display: flex;
align-items: center;
justify-content: center;
gap: 1%;
font-size: 1rem;
padding: 2rem;
padding: 30px;
}
.program-type {
width: 90%;
padding: 0;
height: 240px;
}
.program-type img {
width: 30%;
}
.program-type h5 {
color: #ec5242;
font-size: 1.4rem;
font-weight: bold;
padding: 2%;
}
.program-type p {
font-size: 0.9rem;
color: #ffffffb5;
padding: 2%;
margin-bottom: 0;
}
.speakers-profile {
width: 100%;
margin-left: 0;
display: grid;
gap: 5%;
padding: 2%;
grid-template-columns: 20% 80%;
}
.img-top {
width: 85%;
}
.speaker-content h3 {
font-weight: bold;
font-size: 1.4rem;
}
.speaker-content h4 {
font-size: 1rem;
}
.speaker-content p {
font-size: 0.9rem;
}
.featured-speakers {
text-align: center;
margin: 3%;
}
.speaker-content .under-line {
margin-top: 0;
margin-bottom: 0;
}
.summits {
gap: 2%;
margin: 2%;
align-items: center;
}
.summit-img {
width: 80%;
}
.summit-img img {
width: 100%;
height: auto;
}
.footer-bottom-logo img {
width: 90%;
margin-left: 17%;
}
.inner-content-bottom .under-line {
width: 37%;
}
} | style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
}
.main {
background-image: url(./images/header.png);
color: #ec5242;
background-size: cover;
}
.content {
display: flex;
flex-direction: column;
margin-left: 15%;
padding-top: 10rem;
padding-bottom: 13rem;
gap: 1em;
}
.content h1 {
font-weight: 600;
}
.content h2 {
background-image: url(./images/font.jpg);
font-size: 70px;
font-weight: bold;
background-size: cover;
background-position: center center;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.inner-content {
border: 0.4rem solid white;
width: 60%;
color: #0000008a;
font-size: 17px;
line-height: 1.8rem;
}
.inner-content p {
padding: 1rem;
font-weight: 700;
margin-bottom: 0;
}
.header-upper {
background-color: #252629;
width: 100%;
text-align: right;
}
.header-upper ul {
margin-top: 0;
margin-bottom: 0;
margin-right: 10rem;
}
.header-upper li {
list-style: none;
display: inline;
padding: 0.6rem;
}
.nav-link {
margin-right: 10%;
text-align: center;
padding: 1.5rem 1rem;
}
.nav-link #aboutit {
color: #ec5242;
}
.link {
list-style: none;
display: inline;
padding: 2rem;
}
.header-upper a {
text-decoration: none;
color: #fff;
font-size: 12px;
}
.inner-content-bottom {
padding-top: 2rem;
line-height: 4rem;
}
.inner-content-bottom h3 {
color: #000000b5;
font-size: 3rem;
font-weight: bold;
}
.inner-content-bottom p {
color: #0000008a;
font-size: 2rem;
font-weight: bold;
}
nav {
display: flex;
width: 100%;
}
.logo {
margin-left: 15%;
margin-top: 1%;
}
.logo img {
width: 9em;
margin-top: 0.7rem;
}
.link a {
text-decoration: none;
color: #a09c9c;
font-size: 18px;
font-weight: 600;
}
.menu-items {
display: inherit;
width: 100%;
justify-content: right;
}
.header-button {
margin-right: 8%;
padding: 1em;
}
.header-button button {
padding: 0.5em;
font-size: 18px;
font-weight: 800;
color: #ec5242;
border: 4px solid #ec5242;
}
.main-program {
background-image: url(./images/main-program-bg.png);
background-color: #272a31;
color: #ffffffb5;
text-align: center;
padding: 6rem;
display: flex;
flex-direction: column;
gap: 2rem;
}
.main-program h4 {
font-size: 2rem;
border-width: 0.4rem;
}
.main-program a {
text-decoration: none;
color: #ffffffb5;
font-size: 18px;
word-spacing: 0.2rem;
border-bottom: 2px solid #ffffffb5;
}
.program {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 16px;
padding: 2rem;
}
.program-type {
background: #7a7c8142;
padding: 1rem;
}
.program-type h5 {
color: #ec5242;
font-size: 26px;
font-weight: bold;
padding: 0.5rem 0;
}
.program-type p {
color: #ffffffb5;
padding: 0.3rem;
}
.join-button {
display: none;
}
.featured-speakers {
text-align: center;
margin: 1%;
}
.speakers {
width: 100%;
display: grid;
grid-template-columns: 50% 50%;
align-items: center;
margin: 2rem 0;
}
.speakers-profile {
width: 100%;
margin-left: 0;
display: grid;
gap: 0;
padding: 1rem;
grid-template-columns: 20% 75%;
}
.img-stack {
background-image: url(./images/dotted-new.png);
background-repeat: no-repeat;
background-size: 60px 60px;
background-position: 2px 2px;
}
.img-bottom img {
width: 100%;
}
.img-top {
width: 100px;
position: relative;
top: 15px;
left: 14px;
}
.img-top img {
width: 100%;
}
.speaker-content {
text-align: left;
font-size: 14px;
color: black;
}
.speaker-content h3 {
font-weight: bold;
font-size: 26px;
}
.speaker-content h4 {
color: #ec5242;
font-size: 14px;
font-style: italic;
}
.speaker-content p {
color: #454343;
font-size: 1rem;
font-weight: 600;
}
.under-line {
width: 7%;
margin: 1em auto;
background-color: #ec5242;
height: 0.1rem;
}
.speaker-content .under-line {
margin: 0;
background-color: #d8cfcf;
margin-top: 0;
margin-bottom: 0;
}
.footer-top {
display: flex;
flex-direction: column;
text-align: center;
margin-top: 5rem;
background-color: rgb(65, 66, 70);
}
.footer-top-heading {
margin-top: 4rem;
margin-bottom: 1.5rem;
color: rgb(127, 127, 127);
}
.footer-top-heading h3 {
font-size: 32px;
font-weight: 700;
}
.footer-top-heading .under-line {
width: 3%;
margin-top: 1.5rem;
}
.partners {
flex-direction: row;
display: flex;
gap: 4rem;
justify-content: center;
margin-bottom: 4rem;
}
.partners img {
width: 10rem;
}
.footer-bottom-section {
background-color: rgb(242, 242, 242);
}
.footer-bottom-section-about {
background-color: rgb(46, 46, 46);
color: white;
}
.footer-bottom {
display: grid;
grid-template-columns: 30% 70%;
align-items: center;
}
.footer-bottom-content {
text-align: left;
margin: 4rem;
}
.footer-bottom-content h4 {
font-size: 16px;
font-weight: bold;
line-height: 2rem;
}
.footer-bottom-content p {
font-size: 14px;
font-weight: 500;
}
.footer-bottom-logo img {
width: 18rem;
margin-left: 17%;
}
.more-button {
display: none;
}
.hamburger,
.sidenav {
display: none;
}
@media only screen and (max-width: 768px) {
.header {
display: none;
}
.hamburger {
display: block;
position: absolute;
padding: 5% 5%;
}
.hamburger img {
width: 52%;
}
.sidenav {
display: block;
width: 0;
height: 100%;
position: fixed;
z-index: 1;
background-color: rgba(236, 82, 66, 0.9);
overflow-x: hidden;
transition: 0.3s;
padding-top: 7%;
}
.sidenav a {
padding: 2% 10%;
text-decoration: none;
font-size: 33px;
color: white;
display: block;
transition: 0.3s;
font-weight: bold;
}
.sidenav a:hover {
color: #790505;
}
.sidenav .closebtn {
position: absolute;
top: 3%;
right: 6%;
font-size: 44px;
margin-left: 50px;
color: white;
font-weight: bold;
}
.main {
background-image: url(../images/mobile-home.png);
background-size: cover;
background-position: center;
}
.content {
display: flex;
flex-direction: column;
margin-left: 6%;
padding-top: 20%;
padding-bottom: 16%;
gap: 1em;
}
.content h1 {
font-size: 1.2rem;
font-weight: 600;
}
.content h2 {
font-size: 1.8rem;
font-weight: bold;
}
.inner-content {
border: 0.4rem solid white;
width: 80%;
padding: 0;
color: #0000008a;
font-size: 1rem;
line-height: 1.5rem;
text-align: justify;
background-color: rgb(247, 247, 247);
}
.inner-content p {
padding: 1%;
font-weight: 700;
margin-bottom: 0;
}
.inner-content-bottom {
padding-top: 1rem;
line-height: 4rem;
}
.inner-content-bottom p {
color: #00000094;
font-size: 1.3rem;
line-height: 2.5rem;
padding: 0.2rem 1rem;
}
.inner-content-bottom h3 {
font-size: 1.7rem;
margin-bottom: 0;
}
.program {
display: flex;
flex-direction: column;
column-gap: 8%;
font-size: 1.8rem;
padding: 5%;
}
.main-program {
padding: 0;
}
.main-program h4 {
margin-top: 3rem;
}
.featured-speakers h2 {
font-weight: bold;
font-size: 2rem;
margin: 1rem 0;
}
.program-type {
display: grid;
grid-template-columns: 15% 20% 60%;
gap: 1%;
background: #7a7c8142;
padding: 1%;
align-items: center;
text-align: left;
}
.program-type img {
width: 55px;
}
.program-type h5 {
font-size: 1.1rem;
}
.program-type p {
font-size: 1rem;
color: #ffffffb5;
padding: 1%;
}
.join-button {
display: flex;
width: 100%;
justify-content: center;
margin-bottom: 4rem;
}
.join-button button {
width: 70%;
padding: 4%;
font-size: 1.2rem;
color: white;
background-color: #ec5342;
border: 1px;
}
.program-check {
display: none;
}
.speakers {
width: 100%;
display: grid;
grid-template-columns: 100%;
align-items: center;
margin: 0;
}
.speakers-profile {
width: 100%;
display: flex;
gap: 5%;
padding: 0%;
}
.hide-me {
display: none;
}
.more-button {
border: 2px solid #7a7c8142;
display: flex;
gap: 3%;
justify-content: center;
padding: 3%;
font-size: 1.5rem;
border-radius: 0.4rem;
margin: 2rem 0;
width: 95%;
}
.more-button .fa {
color: #ec5242;
font-weight: bold;
}
.footer {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
.nav-link {
margin-right: 0;
padding: 3% 0;
}
.link {
padding: 1rem;
}
.link a {
font-size: 14px;
font-weight: 600;
}
.header-button {
padding: 2%;
margin-right: 10%;
}
.speakers-profile {
width: 100%;
margin-left: 0;
display: grid;
gap: 1%;
padding: 2%;
grid-template-columns: 23% 79%;
}
.img-top {
width: 95px;
position: relative;
top: 14px;
left: 14px;
}
.program {
display: flex;
width: 100%;
height: 90%;
align-items: center;
justify-content: center;
gap: 1%;
font-size: 1rem;
padding: 1rem;
}
.program-type img {
width: 30%;
}
.program-type h5 {
font-size: 1.4rem;
}
.main-program {
padding: 4rem 2rem;
}
.program-type {
padding: 0;
height: 275px;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.nav-link {
width: 100%;
margin-right: 0;
padding: 3% 0;
}
.menu-items {
justify-content: left;
}
.link {
padding: 3%;
}
.link a {
font-size: 14px;
font-weight: 600;
}
.logo {
margin-left: 11%;
margin-top: 1%;
}
.content h2 {
font-size: 3rem;
font-weight: bold;
}
.header-button {
padding: 3%;
margin-right: 5%;
width: 40%;
text-align: center;
}
.header-button button {
padding: 2%;
font-size: 13px;
}
.main-program {
padding: 4rem 2rem;
}
.program {
display: flex;
align-items: center;
justify-content: center;
gap: 1%;
font-size: 1rem;
padding: 2rem;
padding: 30px;
}
.program-type {
width: 90%;
padding: 0;
height: 240px;
}
.program-type img {
width: 30%;
}
.program-type h5 {
color: #ec5242;
font-size: 1.4rem;
font-weight: bold;
padding: 2%;
}
.program-type p {
font-size: 0.9rem;
color: #ffffffb5;
padding: 2%;
margin-bottom: 0;
}
.speakers-profile {
width: 100%;
margin-left: 0;
display: grid;
gap: 5%;
padding: 2%;
grid-template-columns: 20% 80%;
}
.img-top {
width: 85%;
}
.speaker-content h3 {
font-weight: bold;
font-size: 1.4rem;
}
.speaker-content h4 {
font-size: 1rem;
}
.speaker-content p {
font-size: 0.9rem;
}
.featured-speakers {
text-align: center;
margin: 3%;
}
.speaker-content .under-line {
margin-top: 0;
margin-bottom: 0;
}
.summits {
gap: 2%;
margin: 2%;
align-items: center;
}
.summit-img {
width: 80%;
}
.summit-img img {
width: 100%;
height: auto;
}
.footer-bottom-logo img {
width: 90%;
margin-left: 17%;
}
.inner-content-bottom .under-line {
width: 37%;
}
} | 0.476823 | 0.101145 |
/*
* Corrects `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
display: block;
}
/*
* Corrects `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
display: inline-block;
}
/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/*
* Addresses styling for `hidden` attribute not present in IE 8/9.
*/
[hidden] {
display: none;
}
/* ==========================================================================
Estructura
========================================================================== */
body {
background: #fbfbfb;
background-image:url('img/fondo50.png');
background-repeat:repeat;
}
/*contenedor general*/
/* #wrap {
max-width: 1024px;
margin: 0 auto;
font-family: thebit, Verdana, Arial, Helvetica, sans-serif;
} */
#wrap {
max-width: 1124px;
margin: 0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 160%;
}
/*cabecera*/
#cabecera_principal {
overflow: hidden;
width: 100%;
}
#main {
overflow: hidden;
width: 100%;
margin-top:2em;
font-size: 16px;
}
#js-ultimosArticulos {
border-radius: 20px;
border-bottom: 1px solid #C3C3C3;
border-right: 1px solid #C3C3C3;
border-top: 1px solid #F1F1F1;
border-left: 1px solid #F1F1F1;;
}
.entradasDestacadas {
padding: 0.6em;
box-sizing: border-box;
margin: 1em;
font-size: 16px;
/*display: none;*/
}
.sidebarCapsulas {
padding: 15px;
margin: 1em 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 6px;
font-size: 13px;
box-sizing: border-box;
-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.60);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.60);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.60);
}
.sidebarCapsulas-verdeClaro {
border-left-color: #D21010;
}
.sidebarCapsulas h4 {
margin-top: 0px;
margin-bottom: 10px;
color: 999999;
}
.capsulaLayout {
margin: 0.5em -0.5em;
box-sizing: border-box;
font-size: 16px;
}
.capsulaLayout p {
padding: 0.5em;
}
/* .capsulaLayout img {
max-width: 250px !important;
} */
#contenedorCategorias {
border-top: 1px dotted #969696;
border-bottom: 1px dotted #666;
padding: 0.5em;
font-weight: bold;
color: #666;
border-radius: 10px;
text-align: center;
}
.js-filtroCategorias {
cursor: pointer;
}
.js-filtroCategorias:hover {
color: #D21010;
text-decoration: none;
}
/* border: 1px dotted #ff9900;
padding: 0.5em;
font-weight: bold;
color: #BE480A;
background: #00992B;
color: #fff;
border-radius: 10px; */
@media screen and (max-width:460px) {
.capsulaLayoutContenedorResp {
margin: 0.5em;
width: 90% !important;
}
}
#layoutMain {
margin-left: 2em;
}
.botonesRedondos {
width: 40px;
height: 40px;
border-radius: 40px;
border-top: 1px solid #FFC632;
border-bottom: 1px solid #D21010;
cursor: pointer;
text-align: center;
vertical-align: middle;
padding-top: 8px;
padding-left: 3px;
background: #FFF;
color: #D21010;
margin: 0 auto;
text-align: center;
}
.botonesRedondos:hover {
border-top: 1px solid #ededed;
border-bottom: 1px solid #ccc;
color: #666;
}
.listasVerticales {
list-style-type: none;
padding: 0px;
margin: 0px;
}
.listasVerticales li {
padding-top: 0.3em;
padding-bottom: 0.3em;
}
.listasVerticales li {
padding-top: 0.3em;
padding-bottom: 0.3em;
}
.listasVerticales li:nth-child(even) {
border-top: 1px solid #ededed;
border-bottom: 1px solid #DFDFDF;
}
.listasVerticales li:nth-child(odd) {
}
a:hover {
text-decoration: none;
}
#js-pausaCarrousel {
float: right;
margin: 1em;
border-top: 1px solid #ededed;
border-left: 1px solid #ededed;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-radius: 24px;
width: 24px;
height: 24px;
text-align: center;
color: #808080;
cursor: pointer;
padding-left: 0.2em;
}
#js-pausaCarrousel:hover {
color: #D21010;
}
.vTop {
vertical-align: top;
}
/* SIN REVISAR */
/* ==========================================================================
Layouts
========================================================================== */
.layout_contenedor {
overflow: hidden;
width: 100%;
margin: 0 auto;
}
/* 2 columnas */
.layout_2cols_col_izda {
float:left;
width: 70%;
margin-right: 4.5%;
}
.layout_2cols_col_dcha {
float:right;
width: 25%;
}
.layout_2cols_med_col_izda {
float:left;
width: 49%;
margin-right: 2%;
}
.layout_2cols_med_col_dcha {
float:right;
width: 48%;
}
.columna_estrecha {
width:95%;
}
@media screen and (max-width:360px) {
.layout_2cols_col_izda {
float:none;
width: 100%;
margin: 0 auto;
}
.layout_2cols_col_dcha {
float:none;
width: 100%;
margin: 0 auto;
}
}
/* 3 columnas */
.layout_3cols_modulo {
width:31%;
margin-left:1%;
margin-rigth:1%;
margin-bottom:0.5em;
display:inline-block;
vertical-align: top;
*display: inline; /* leading asterisk IS correct */
zoom: 1; /* seems to fix drawing bug on border in IE 7 */
}
/* Responsive */
@media screen and (max-width:420px){
.layout_3cols_modulo {
width:95%;
margin-left:1%;
margin-rigth:1%;
margin-bottom:0.5em;
display:inline-block;
vertical-align: top;
*display: inline; /* leading asterisk IS correct */
zoom: 1; /* seems to fix drawing bug on border in IE 7 */
}
}
/* Displays */
.en_linea {
vertical-align: top;
}
ul.en_linea {
list-style-type:none;
width: 100%;
}
ul.en_linea li {
display: inline-block;
margin-right: -0.2em;
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
}
/* ==========================================================================
Márgenes y paddings
========================================================================== */
.margenes_verticales_peques {
margin-top:0.5em;
margin-bottom:0.5em;
}
.margenes_verticales {
margin-top:1em;
margin-bottom:1em;
}
.padding_peque {
padding: 0.3em;
}
.padding_medio {
padding: 0.6em;
}
.padding_grande {
padding: 1em;
}
.padding_horizontal_derecha {
padding-right: 3em;
}
/* ==========================================================================
Anchos y altos
========================================================================== */
.altura_21em {
height: 21em;
overflow: hidden;
}
.altura_20em {
height: 20em;
overflow: hidden;
}
.altura_19em {
height: 19em;
overflow: hidden;
}
.altura_18em {
height: 18em;
overflow: hidden;
}
.ancho100 {
width: 100%;
}
.ancho50 {
width: 50%;
}
/* ==========================================================================
Bordes
========================================================================== */
.bordes_grises {
border-top:1px solid #ededed;
border-left:1px solid #ededed;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.bordes_grises_invertidos {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ededed;
border-bottom:1px solid #ededed;
}
.bordes_amarillos {
border-top: 1px solid #ffff00;
border-left: 1px solid #ffff00;
border-right: 1px solid #ff9900;
border-bottom:1px solid #ff9900;
}
.bordes_verdes {
border-top: 1px solid #D21010;
border-left: 1px solid #D21010;
border-bottom: 1px solid #D21010;
border-right: 1px solid #D21010;
}
.bordes_naranjas {
border-top: 1px solid #D21010;
border-left: 1px solid #F93;
border-bottom: 1px solid #C60;
border-right: 1px solid #C60;
}
.borde_inferior_gris {
border-bottom: 1px dotted #CCC;
padding-bottom: 0.2em;
margin-bottom: 0.5em;
}
.borde_superior_gris {
border-top: 1px dotted #CCC;
padding-top: 0.2em;
margin-top: 0.5em;
}
.borde_inferior_rojo {
border-bottom: 1px dotted #cc3300;
padding-bottom: 0.3em;
margin-bottom: 0.5em;
}
.borde_inferior_verde {
border-bottom: 1px dotted #D21010;
padding-bottom: 0.4em;
margin-bottom: 0.5em;
}
.borde_superior_verde {
border-top: 1px dotted #D21010;
padding-top: 0.4em;
margin-top: 0.5em;
}
.bandas_verdes {
border-top: 1px dotted #D21010;
border-bottom: 1px dotted #D21010;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.borde_derecha_verde {
border-right: 1px solid #D21010;
}
/* ==========================================================================
Esquinas
========================================================================== */
.esquinas_redondeadas_muy_peques {
border-radius:10px;
}
.esquinas_redondeadas_peques {
border-radius:20px;
}
.esquinas_redondeadas_grandes {
border-radius:40px;
}
/* ==========================================================================
Fondos
========================================================================== */
.fondo_blanco {
background-color: #fff;
}
.fondo_blanco_gris {
background-color: #edebeb;
}
.fondo_allo_claro {
background-color: #f4f6e5;
}
.fondo_allo_oscuro {
background-color: #ffff00;
}
.fondo_verde_claro {
background-color: #ebf5e0;
}
.fondo_verde_manzana {
background-color: #99cc00 ;
}
.fondo_adorno-izda {
background-image:url('img/fondo_izda.png');
background-repeat:no-repeat;
}
.fondo_sup_dcha_micro_rojo {
background-image:url('img/fondo_sup_dcha_micro_rojo.png');
background-repeat:no-repeat;
background-position:right top;
}
.fondo_inf_dcha_rojo{
background-image:url('img/fondo_inf_dcha_rojo.png');
background-repeat:no-repeat;
background-position:right bottom;
}
.fondo_sup_dcha_rojo {
background-image:url('img/fondo_sup_dcha_rojo.png');
background-repeat:no-repeat;
background-position:right top;
}
.sombra {
box-shadow: 1px 1px 2px #999;
}
.caja {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
/* ==========================================================================
Fuentes
========================================================================== */
@font-face {
font-family: 'thebit';
src: url('fonts/futuran-webfont-webfont.eot');
src: url('fonts/futuran-webfont-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/futuran-webfont-webfont.woff') format('woff'),
url('fonts/futuran-webfont-webfont.ttf') format('truetype'),
url('fonts/futuran-webfont-webfont.svg#futura_bk_btbook') format('svg');
}
/* body {
font-family: arial, verdana;
} */
.fuente_verde {
color:#D21010;
}
.fuente_rojo {
color:#cc3300;
}
.fuente_gris_medio {
color:#999;
}
.fuente_gris_oscuro {
color:#666;
}
.fuente_gris_muy_oscuro {
color:#333;
}
.interlineado_120 {
line-height: 120%;
}
.interlineado_140 {
line-height: 140%;
}
.interlineado_160 {
line-height: 160%;
}
.interlineado_170 {
line-height: 170%;
}
.fuente_13 {
font-size: 1.3em;
}
.fuente_12 {
font-size: 1.2em;
}
.fuente_11 {
font-size: 1.1em;
}
.fuente_10 {
font-size: 1em;
}
.fuente_9 {
font-size: 0.9em;
}
.fuente_85 {
font-size: 0.85em;
}
.fuente_8 {
font-size: 0.8em;
}
.fuente_7 {
font-size: 0.7em;
}
.negrita {
font-weight: bold;
}
.texto_sombra {
text-shadow: 1px 1px 2px #999;
}
/* Colores código (residuales de la antigua versión, no se pueden cambiar de nombre) */
.gris_claro {
color:#ccc;
}
.gris_oscuro {
color:#666;
}
.rojo{
color:#c00;
}
.azul {
color:#36c;
}
.morado {
color:#90c;
}
.verde {
color:#090;
}
/* ==========================================================================
Alinear
========================================================================== */
.texto_derecha {
text-align: right;
}
.texto_centrado {
text-align: center;
}
.centrado {
margin:0 auto;
text-align: center;
}
.float_right {
float: right;
width: 40%;
margin-left: 1em;
overflow: hidden;
}
/* ==========================================================================
Enlaces
========================================================================== */
a {
color:#D21010;
text-decoration:none;
}
a:hover{
color:#990000;
}
.pseudo_enlace_verde {
color:#D21010;
}
.pseudo_enlace_verde:hover {
color:color:#990000;
}
.pseudo_enlace_verde_borde {
border-top:1px solid #ededed;
border-left:1px solid #ededed;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.pseudo_enlace_verde_borde:hover {
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ededed;
border-bottom:1px solid #ededed;
}
.cursor_dedo {
cursor:pointer;
}
.botonesVerdes, #submit-comentarios {
-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
box-shadow:inset 0px 1px 0px 0px #d9fbbe;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
background-color:#b8e356;
-webkit-border-top-left-radius:20px;
-moz-border-radius-topleft:20px;
border-top-left-radius:20px;
-webkit-border-top-right-radius:20px;
-moz-border-radius-topright:20px;
border-top-right-radius:20px;
-webkit-border-bottom-right-radius:20px;
-moz-border-radius-bottomright:20px;
border-bottom-right-radius:20px;
-webkit-border-bottom-left-radius:20px;
-moz-border-radius-bottomleft:20px;
border-bottom-left-radius:20px;
text-indent:0;
border:1px solid #83c41a;
display:inline-block;
color:#ffffff;
/* font-family:Arial; */
font-size:13px;
font-weight:bold;
font-style:normal;
/*height:20px;
line-height:20px;
width:100px; */
padding:0.2em 1em;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #86ae47;
}
.botonesVerdes:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
background-color:#a5cc52;
}
.botonesVerdes:active {
position:relative;
top:1px;
}
/* ==========================================================================
Imágenes
========================================================================== */
.imagenes_elasticas {
width: 100%;
height:auto;
}
.opacidad_hover {
-webkit-transition: opacity 1s ease-out; /* Chrome y Safari */
-o-transition: opacity 1s ease-out; /* Opera */
-moz-transition: opacity 1s ease-out; /* Mozilla Firefox */
-ms-transition: opacity 1s ease-out; /* Internet Explorer */
transition:opacity 1s ease-out;
}
.opacidad_hover:hover {
opacity:0.6;
}
/* #slider_main {
min-height: 200px;
} */
/* ==========================================================================
Menus
========================================================================== */
/* Anterior / siguiente */
/* la central */
.navegacion_inferior {
overflow:hidden;
margin: 0 auto;
font-size: 0.8em;
font-weight: 900;
text-align:center;
}
#nav-single {
overflow:hidden;
width: 90%;
}
#nav-single a {
font-size: 0.7em;
font-weight: 900;
}
.nav-previous {
float:left;
}
.nav-next {
float:right;
}
/* ==========================================================================
Responsive: tablets
========================================================================== */
@media screen and (max-width:820px){
#primary {
float:none;
width: 100%;
}
#secondary {
/*float:none;
width: 100%; */
display: none;
}
.layout_contenedor {
width:45%;
}
#slider_main {
display: none;
}
}
/* ==========================================================================
Responsive: móviles
========================================================================== */
.layout_contenedor {
display:block;
width: 100%;
margin: 0 auto;
}
}
/* ==========================================================================
Responsive: varios
========================================================================== */
.contenedor_iframes_elasticos2 {
width: 100%;
height:auto
}
/* Ejemplo iframe elástico (quitar el ancho y el alto
<div class="contenedor_iframes_elasticos">
<iframe src="http://www.youtube.com/embed/OZ8F5Vpg6Zo" frameborder="0"></iframe>
</div>
*/
.contenedor_iframes_elasticos {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
.contenedor_iframes_elasticos iframe,
.contenedor_iframes_elasticos object,
.contenedor_iframes_elasticos embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.palabras_partidas {
word-wrap:break-word;
}
.showMovil {
display:none;
}
@media screen and (max-width:420px){
.hiddenMovil {
display:none;
}
.showMovil {
display:block;
}
}
/* ==========================================================================
Elementos singulares
========================================================================== */
/*
#submit-comentarios {
border-top: 1px solid #EDEDED;
border-left: 1px solid #EDEDED;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
border-radius: 10px;
padding: 0.3em;
font-weight: 900;
font-size:1em;
color:#339900;
}
#submit-comentarios:hover {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ededed;
border-bottom:1px solid #ededed;
color:#000;
} */
h2.titulares {
font-size: 1.4em;
font-weight: 900;
color: #666;
margin-top: 0;
margin-bottom:0.5em;
}
.listas_blancas {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
/* ==========================================================================
Entradas individuales - estilos + WordPress
========================================================================== */
.entradas h4 {
font-size: 1.2em;
line-height: 1em;
color: #333;
margin-bottom: 0.3em;
font-weight: bold;
}
.entradas h5 {
font-size: 1em;
line-height: 1em;
color: #333;
margin-bottom: 0.3em;
}
.alignleft {
float: left;
}
.alignright {
float: right;
margin-left:2em;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 100%; /* Keep wide captions from overflowing their container. */
padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
font-style: italic;
font-size: 0.8em;
line-height: 2;
color: #666;
}
img.wp-smiley,
.rsswidget img {
border: 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.entry-content dl.gallery-item {
margin: 0;
}
.gallery-item a,
.gallery-caption {
width: 90%;
}
.gallery-item a {
display: block;
}
.gallery-caption a {
display: inline;
}
.gallery-columns-1 .gallery-item a {
max-width: 100%;
width: auto;
}
.gallery .gallery-icon img {
height: auto;
max-width: 90%;
padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
padding: 3%;
}
/* Tablas */
table.grey_table {
border: 1px solid #000;
padding: 0.5em;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
table.grey_table td {
border: 1px solid #000;
padding: 0.25em;
}
table.grey_table tr:nth-child(even) {
background-color: #fff;
}
table.grey_table tr:nth-child(odd) {
background-color: #e0e0e0;
}
table.grey_table th {
background-color: #666;
color: #fff;
}
/* ==========================================================================
PENDIENTES DE CONVERTIR EN OOCSS
========================================================================== */
#secondary {
font-size: 0.9em;
}
#pie {
margin-top: 2em;
line-height: 130%;
font-weight: 400;
}
.pieImagenesPaginas {
font-size: 0.8em;
color: #8A8A8A;
text-align: right;
margin: 0.1em;
}
.imgSeries {
margin-top: 0.7em;
cursor: pointer;
}
.imgSeries img {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
-webkit-transition: opacity 1s ease-out; /* Chrome y Safari */
-o-transition: opacity 1s ease-out; /* Opera */
-moz-transition: opacity 1s ease-out; /* Mozilla Firefox */
-ms-transition: opacity 1s ease-out; /* Internet Explorer */
transition:opacity 1s ease-out;
}
.imgSeries img:hover {
opacity: 0.6;
}
.textwidget {
font-size: 0.9em;
color: #8f8f8f;
line-height: 140%;
padding: 0.5em;
}
/* .post_aleatorios_titulo {
font-size: 0.8em;
line-height: 140%;
} */
.textwidget ul {
list-style-type: square;
margin:0.3em;
padding:1.3em;
}
/* Microentradas, microblogging
----------------------------------------------- */
.microblog-capsula {
float:left;
/* max-width:240px; */
width:31%;
background-color:#fff;
border-top:1px solid #ededed;
border-left:1px solid #ededed;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
margin: 0.5%;
float:left;
overflow:hidden;
height:13em;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
transition:background-color 1s linear;
-webkit-transition: background-color 1s linear; /* Chrome y Safari */
-o-transition: background-color 1s linear; /* Opera */
-moz-transition: background-color 1s linear; /* Mozilla Firefox */
-ms-transition: background-color 1s linear; /* Internet Explorer */
}
.microblog-capsula:hover {
background-color: #ffff99;
}
.microblog-capsula h6 {
color:#666;
margin:0.2em;
padding:0.2em;
letter-spacing:1px;
}
.microblog-capsula-contenidos {
margin:0.2em;
padding:0.2em;
font-size: 0.8em;
}
.microblog-capsula-metadatos {
font-size:0.7em;
color:#666;
margin:0.2em;
padding:0.2em;
border-top: 1px dotted #666;
border-bottom: 1px dotted #666;
}
/* Responsive */
@media screen and (max-width:620px){
.microblog-capsula {
width:45%;
float:left;
}
}
@media screen and (max-width:320px){
.microblog-capsula{
float:none;
width:100%;
margin:0 auto;
}
}
/* Código */
.prettyprint {
padding: 5px;
border: 1px solid #CCC;
background: #f9f9f9; /* #f3f3f3; */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 1em;
text-align: left;
word-wrap:break-word;
line-height: 180%;
}
.prettyprint p {
margin-bottom: 0.1em;
margin-top: 0.1em;
}
.prettyprint p:hover {
background: #ffffcc !important;
}
ul.linenums {
margin: 0;
padding: 0;
list-style-type: none;
}
.linenums_tab {
margin-left: 3em;
padding: 0;
}
li.linenums {
display: list-item;
}
.linenums li:hover {
background: #ffffcc !important;
}
.linenums ul {
list-style-type: none;
margin-left: 1em;
padding: 0;
}
ol.linenums {
margin: 0.1em;
}
/* suscribe */
.clase_suscribe {
margin:1em;
font-size:0.9em;
color: #666;
}
#clase_suscribe .input {
color: #333;
}
/* Varios comentarios */
.nopassword {
font-weight:900;
font-size: 0.8em;
color:#cc0000;
}
.nocomments {
font-weight:900;
font-size: 0.8em;
color:#666;
}
.comment-author img {
width:auto;
height:auto;
width: auto\9; /* IE*/
/* IE*/
}
#commentarios img{
width:auto;
height:auto;
width: auto\9; /* IE*/
/* IE*/
}
/* Sin resultados */
#post-0 {
border-top:1px solid #ededed;
border-left:1px solid #ededed;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:1em;
width:60%;
min-width:240px;
}
/*=======================================
Complementos
========================================*/
/*
@media screen and (max-width:800px){
#headerDatosComplementarios {
display:none;
}
} */
#tinymce {
font-size: 16px;
font-family: arial;
}
/*
#slider_main {
height: 260px;
min-height: 260px;
}*/ | gh-pages/css/style.css | /*
* Corrects `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
display: block;
}
/*
* Corrects `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
display: inline-block;
}
/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/*
* Addresses styling for `hidden` attribute not present in IE 8/9.
*/
[hidden] {
display: none;
}
/* ==========================================================================
Estructura
========================================================================== */
body {
background: #fbfbfb;
background-image:url('img/fondo50.png');
background-repeat:repeat;
}
/*contenedor general*/
/* #wrap {
max-width: 1024px;
margin: 0 auto;
font-family: thebit, Verdana, Arial, Helvetica, sans-serif;
} */
#wrap {
max-width: 1124px;
margin: 0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 160%;
}
/*cabecera*/
#cabecera_principal {
overflow: hidden;
width: 100%;
}
#main {
overflow: hidden;
width: 100%;
margin-top:2em;
font-size: 16px;
}
#js-ultimosArticulos {
border-radius: 20px;
border-bottom: 1px solid #C3C3C3;
border-right: 1px solid #C3C3C3;
border-top: 1px solid #F1F1F1;
border-left: 1px solid #F1F1F1;;
}
.entradasDestacadas {
padding: 0.6em;
box-sizing: border-box;
margin: 1em;
font-size: 16px;
/*display: none;*/
}
.sidebarCapsulas {
padding: 15px;
margin: 1em 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 6px;
font-size: 13px;
box-sizing: border-box;
-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.60);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.60);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.60);
}
.sidebarCapsulas-verdeClaro {
border-left-color: #D21010;
}
.sidebarCapsulas h4 {
margin-top: 0px;
margin-bottom: 10px;
color: 999999;
}
.capsulaLayout {
margin: 0.5em -0.5em;
box-sizing: border-box;
font-size: 16px;
}
.capsulaLayout p {
padding: 0.5em;
}
/* .capsulaLayout img {
max-width: 250px !important;
} */
#contenedorCategorias {
border-top: 1px dotted #969696;
border-bottom: 1px dotted #666;
padding: 0.5em;
font-weight: bold;
color: #666;
border-radius: 10px;
text-align: center;
}
.js-filtroCategorias {
cursor: pointer;
}
.js-filtroCategorias:hover {
color: #D21010;
text-decoration: none;
}
/* border: 1px dotted #ff9900;
padding: 0.5em;
font-weight: bold;
color: #BE480A;
background: #00992B;
color: #fff;
border-radius: 10px; */
@media screen and (max-width:460px) {
.capsulaLayoutContenedorResp {
margin: 0.5em;
width: 90% !important;
}
}
#layoutMain {
margin-left: 2em;
}
.botonesRedondos {
width: 40px;
height: 40px;
border-radius: 40px;
border-top: 1px solid #FFC632;
border-bottom: 1px solid #D21010;
cursor: pointer;
text-align: center;
vertical-align: middle;
padding-top: 8px;
padding-left: 3px;
background: #FFF;
color: #D21010;
margin: 0 auto;
text-align: center;
}
.botonesRedondos:hover {
border-top: 1px solid #ededed;
border-bottom: 1px solid #ccc;
color: #666;
}
.listasVerticales {
list-style-type: none;
padding: 0px;
margin: 0px;
}
.listasVerticales li {
padding-top: 0.3em;
padding-bottom: 0.3em;
}
.listasVerticales li {
padding-top: 0.3em;
padding-bottom: 0.3em;
}
.listasVerticales li:nth-child(even) {
border-top: 1px solid #ededed;
border-bottom: 1px solid #DFDFDF;
}
.listasVerticales li:nth-child(odd) {
}
a:hover {
text-decoration: none;
}
#js-pausaCarrousel {
float: right;
margin: 1em;
border-top: 1px solid #ededed;
border-left: 1px solid #ededed;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-radius: 24px;
width: 24px;
height: 24px;
text-align: center;
color: #808080;
cursor: pointer;
padding-left: 0.2em;
}
#js-pausaCarrousel:hover {
color: #D21010;
}
.vTop {
vertical-align: top;
}
/* SIN REVISAR */
/* ==========================================================================
Layouts
========================================================================== */
.layout_contenedor {
overflow: hidden;
width: 100%;
margin: 0 auto;
}
/* 2 columnas */
.layout_2cols_col_izda {
float:left;
width: 70%;
margin-right: 4.5%;
}
.layout_2cols_col_dcha {
float:right;
width: 25%;
}
.layout_2cols_med_col_izda {
float:left;
width: 49%;
margin-right: 2%;
}
.layout_2cols_med_col_dcha {
float:right;
width: 48%;
}
.columna_estrecha {
width:95%;
}
@media screen and (max-width:360px) {
.layout_2cols_col_izda {
float:none;
width: 100%;
margin: 0 auto;
}
.layout_2cols_col_dcha {
float:none;
width: 100%;
margin: 0 auto;
}
}
/* 3 columnas */
.layout_3cols_modulo {
width:31%;
margin-left:1%;
margin-rigth:1%;
margin-bottom:0.5em;
display:inline-block;
vertical-align: top;
*display: inline; /* leading asterisk IS correct */
zoom: 1; /* seems to fix drawing bug on border in IE 7 */
}
/* Responsive */
@media screen and (max-width:420px){
.layout_3cols_modulo {
width:95%;
margin-left:1%;
margin-rigth:1%;
margin-bottom:0.5em;
display:inline-block;
vertical-align: top;
*display: inline; /* leading asterisk IS correct */
zoom: 1; /* seems to fix drawing bug on border in IE 7 */
}
}
/* Displays */
.en_linea {
vertical-align: top;
}
ul.en_linea {
list-style-type:none;
width: 100%;
}
ul.en_linea li {
display: inline-block;
margin-right: -0.2em;
zoom: 1; /* IE7 (hasLayout)*/
*display: inline; /* IE */
}
/* ==========================================================================
Márgenes y paddings
========================================================================== */
.margenes_verticales_peques {
margin-top:0.5em;
margin-bottom:0.5em;
}
.margenes_verticales {
margin-top:1em;
margin-bottom:1em;
}
.padding_peque {
padding: 0.3em;
}
.padding_medio {
padding: 0.6em;
}
.padding_grande {
padding: 1em;
}
.padding_horizontal_derecha {
padding-right: 3em;
}
/* ==========================================================================
Anchos y altos
========================================================================== */
.altura_21em {
height: 21em;
overflow: hidden;
}
.altura_20em {
height: 20em;
overflow: hidden;
}
.altura_19em {
height: 19em;
overflow: hidden;
}
.altura_18em {
height: 18em;
overflow: hidden;
}
.ancho100 {
width: 100%;
}
.ancho50 {
width: 50%;
}
/* ==========================================================================
Bordes
========================================================================== */
.bordes_grises {
border-top:1px solid #ededed;
border-left:1px solid #ededed;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.bordes_grises_invertidos {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ededed;
border-bottom:1px solid #ededed;
}
.bordes_amarillos {
border-top: 1px solid #ffff00;
border-left: 1px solid #ffff00;
border-right: 1px solid #ff9900;
border-bottom:1px solid #ff9900;
}
.bordes_verdes {
border-top: 1px solid #D21010;
border-left: 1px solid #D21010;
border-bottom: 1px solid #D21010;
border-right: 1px solid #D21010;
}
.bordes_naranjas {
border-top: 1px solid #D21010;
border-left: 1px solid #F93;
border-bottom: 1px solid #C60;
border-right: 1px solid #C60;
}
.borde_inferior_gris {
border-bottom: 1px dotted #CCC;
padding-bottom: 0.2em;
margin-bottom: 0.5em;
}
.borde_superior_gris {
border-top: 1px dotted #CCC;
padding-top: 0.2em;
margin-top: 0.5em;
}
.borde_inferior_rojo {
border-bottom: 1px dotted #cc3300;
padding-bottom: 0.3em;
margin-bottom: 0.5em;
}
.borde_inferior_verde {
border-bottom: 1px dotted #D21010;
padding-bottom: 0.4em;
margin-bottom: 0.5em;
}
.borde_superior_verde {
border-top: 1px dotted #D21010;
padding-top: 0.4em;
margin-top: 0.5em;
}
.bandas_verdes {
border-top: 1px dotted #D21010;
border-bottom: 1px dotted #D21010;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.borde_derecha_verde {
border-right: 1px solid #D21010;
}
/* ==========================================================================
Esquinas
========================================================================== */
.esquinas_redondeadas_muy_peques {
border-radius:10px;
}
.esquinas_redondeadas_peques {
border-radius:20px;
}
.esquinas_redondeadas_grandes {
border-radius:40px;
}
/* ==========================================================================
Fondos
========================================================================== */
.fondo_blanco {
background-color: #fff;
}
.fondo_blanco_gris {
background-color: #edebeb;
}
.fondo_allo_claro {
background-color: #f4f6e5;
}
.fondo_allo_oscuro {
background-color: #ffff00;
}
.fondo_verde_claro {
background-color: #ebf5e0;
}
.fondo_verde_manzana {
background-color: #99cc00 ;
}
.fondo_adorno-izda {
background-image:url('img/fondo_izda.png');
background-repeat:no-repeat;
}
.fondo_sup_dcha_micro_rojo {
background-image:url('img/fondo_sup_dcha_micro_rojo.png');
background-repeat:no-repeat;
background-position:right top;
}
.fondo_inf_dcha_rojo{
background-image:url('img/fondo_inf_dcha_rojo.png');
background-repeat:no-repeat;
background-position:right bottom;
}
.fondo_sup_dcha_rojo {
background-image:url('img/fondo_sup_dcha_rojo.png');
background-repeat:no-repeat;
background-position:right top;
}
.sombra {
box-shadow: 1px 1px 2px #999;
}
.caja {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
/* ==========================================================================
Fuentes
========================================================================== */
@font-face {
font-family: 'thebit';
src: url('fonts/futuran-webfont-webfont.eot');
src: url('fonts/futuran-webfont-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/futuran-webfont-webfont.woff') format('woff'),
url('fonts/futuran-webfont-webfont.ttf') format('truetype'),
url('fonts/futuran-webfont-webfont.svg#futura_bk_btbook') format('svg');
}
/* body {
font-family: arial, verdana;
} */
.fuente_verde {
color:#D21010;
}
.fuente_rojo {
color:#cc3300;
}
.fuente_gris_medio {
color:#999;
}
.fuente_gris_oscuro {
color:#666;
}
.fuente_gris_muy_oscuro {
color:#333;
}
.interlineado_120 {
line-height: 120%;
}
.interlineado_140 {
line-height: 140%;
}
.interlineado_160 {
line-height: 160%;
}
.interlineado_170 {
line-height: 170%;
}
.fuente_13 {
font-size: 1.3em;
}
.fuente_12 {
font-size: 1.2em;
}
.fuente_11 {
font-size: 1.1em;
}
.fuente_10 {
font-size: 1em;
}
.fuente_9 {
font-size: 0.9em;
}
.fuente_85 {
font-size: 0.85em;
}
.fuente_8 {
font-size: 0.8em;
}
.fuente_7 {
font-size: 0.7em;
}
.negrita {
font-weight: bold;
}
.texto_sombra {
text-shadow: 1px 1px 2px #999;
}
/* Colores código (residuales de la antigua versión, no se pueden cambiar de nombre) */
.gris_claro {
color:#ccc;
}
.gris_oscuro {
color:#666;
}
.rojo{
color:#c00;
}
.azul {
color:#36c;
}
.morado {
color:#90c;
}
.verde {
color:#090;
}
/* ==========================================================================
Alinear
========================================================================== */
.texto_derecha {
text-align: right;
}
.texto_centrado {
text-align: center;
}
.centrado {
margin:0 auto;
text-align: center;
}
.float_right {
float: right;
width: 40%;
margin-left: 1em;
overflow: hidden;
}
/* ==========================================================================
Enlaces
========================================================================== */
a {
color:#D21010;
text-decoration:none;
}
a:hover{
color:#990000;
}
.pseudo_enlace_verde {
color:#D21010;
}
.pseudo_enlace_verde:hover {
color:color:#990000;
}
.pseudo_enlace_verde_borde {
border-top:1px solid #ededed;
border-left:1px solid #ededed;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.pseudo_enlace_verde_borde:hover {
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ededed;
border-bottom:1px solid #ededed;
}
.cursor_dedo {
cursor:pointer;
}
.botonesVerdes, #submit-comentarios {
-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
box-shadow:inset 0px 1px 0px 0px #d9fbbe;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
background-color:#b8e356;
-webkit-border-top-left-radius:20px;
-moz-border-radius-topleft:20px;
border-top-left-radius:20px;
-webkit-border-top-right-radius:20px;
-moz-border-radius-topright:20px;
border-top-right-radius:20px;
-webkit-border-bottom-right-radius:20px;
-moz-border-radius-bottomright:20px;
border-bottom-right-radius:20px;
-webkit-border-bottom-left-radius:20px;
-moz-border-radius-bottomleft:20px;
border-bottom-left-radius:20px;
text-indent:0;
border:1px solid #83c41a;
display:inline-block;
color:#ffffff;
/* font-family:Arial; */
font-size:13px;
font-weight:bold;
font-style:normal;
/*height:20px;
line-height:20px;
width:100px; */
padding:0.2em 1em;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #86ae47;
}
.botonesVerdes:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
background-color:#a5cc52;
}
.botonesVerdes:active {
position:relative;
top:1px;
}
/* ==========================================================================
Imágenes
========================================================================== */
.imagenes_elasticas {
width: 100%;
height:auto;
}
.opacidad_hover {
-webkit-transition: opacity 1s ease-out; /* Chrome y Safari */
-o-transition: opacity 1s ease-out; /* Opera */
-moz-transition: opacity 1s ease-out; /* Mozilla Firefox */
-ms-transition: opacity 1s ease-out; /* Internet Explorer */
transition:opacity 1s ease-out;
}
.opacidad_hover:hover {
opacity:0.6;
}
/* #slider_main {
min-height: 200px;
} */
/* ==========================================================================
Menus
========================================================================== */
/* Anterior / siguiente */
/* la central */
.navegacion_inferior {
overflow:hidden;
margin: 0 auto;
font-size: 0.8em;
font-weight: 900;
text-align:center;
}
#nav-single {
overflow:hidden;
width: 90%;
}
#nav-single a {
font-size: 0.7em;
font-weight: 900;
}
.nav-previous {
float:left;
}
.nav-next {
float:right;
}
/* ==========================================================================
Responsive: tablets
========================================================================== */
@media screen and (max-width:820px){
#primary {
float:none;
width: 100%;
}
#secondary {
/*float:none;
width: 100%; */
display: none;
}
.layout_contenedor {
width:45%;
}
#slider_main {
display: none;
}
}
/* ==========================================================================
Responsive: móviles
========================================================================== */
.layout_contenedor {
display:block;
width: 100%;
margin: 0 auto;
}
}
/* ==========================================================================
Responsive: varios
========================================================================== */
.contenedor_iframes_elasticos2 {
width: 100%;
height:auto
}
/* Ejemplo iframe elástico (quitar el ancho y el alto
<div class="contenedor_iframes_elasticos">
<iframe src="http://www.youtube.com/embed/OZ8F5Vpg6Zo" frameborder="0"></iframe>
</div>
*/
.contenedor_iframes_elasticos {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
.contenedor_iframes_elasticos iframe,
.contenedor_iframes_elasticos object,
.contenedor_iframes_elasticos embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.palabras_partidas {
word-wrap:break-word;
}
.showMovil {
display:none;
}
@media screen and (max-width:420px){
.hiddenMovil {
display:none;
}
.showMovil {
display:block;
}
}
/* ==========================================================================
Elementos singulares
========================================================================== */
/*
#submit-comentarios {
border-top: 1px solid #EDEDED;
border-left: 1px solid #EDEDED;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
border-radius: 10px;
padding: 0.3em;
font-weight: 900;
font-size:1em;
color:#339900;
}
#submit-comentarios:hover {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ededed;
border-bottom:1px solid #ededed;
color:#000;
} */
h2.titulares {
font-size: 1.4em;
font-weight: 900;
color: #666;
margin-top: 0;
margin-bottom:0.5em;
}
.listas_blancas {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
/* ==========================================================================
Entradas individuales - estilos + WordPress
========================================================================== */
.entradas h4 {
font-size: 1.2em;
line-height: 1em;
color: #333;
margin-bottom: 0.3em;
font-weight: bold;
}
.entradas h5 {
font-size: 1em;
line-height: 1em;
color: #333;
margin-bottom: 0.3em;
}
.alignleft {
float: left;
}
.alignright {
float: right;
margin-left:2em;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 100%; /* Keep wide captions from overflowing their container. */
padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
font-style: italic;
font-size: 0.8em;
line-height: 2;
color: #666;
}
img.wp-smiley,
.rsswidget img {
border: 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.entry-content dl.gallery-item {
margin: 0;
}
.gallery-item a,
.gallery-caption {
width: 90%;
}
.gallery-item a {
display: block;
}
.gallery-caption a {
display: inline;
}
.gallery-columns-1 .gallery-item a {
max-width: 100%;
width: auto;
}
.gallery .gallery-icon img {
height: auto;
max-width: 90%;
padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
padding: 3%;
}
/* Tablas */
table.grey_table {
border: 1px solid #000;
padding: 0.5em;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
table.grey_table td {
border: 1px solid #000;
padding: 0.25em;
}
table.grey_table tr:nth-child(even) {
background-color: #fff;
}
table.grey_table tr:nth-child(odd) {
background-color: #e0e0e0;
}
table.grey_table th {
background-color: #666;
color: #fff;
}
/* ==========================================================================
PENDIENTES DE CONVERTIR EN OOCSS
========================================================================== */
#secondary {
font-size: 0.9em;
}
#pie {
margin-top: 2em;
line-height: 130%;
font-weight: 400;
}
.pieImagenesPaginas {
font-size: 0.8em;
color: #8A8A8A;
text-align: right;
margin: 0.1em;
}
.imgSeries {
margin-top: 0.7em;
cursor: pointer;
}
.imgSeries img {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
-webkit-transition: opacity 1s ease-out; /* Chrome y Safari */
-o-transition: opacity 1s ease-out; /* Opera */
-moz-transition: opacity 1s ease-out; /* Mozilla Firefox */
-ms-transition: opacity 1s ease-out; /* Internet Explorer */
transition:opacity 1s ease-out;
}
.imgSeries img:hover {
opacity: 0.6;
}
.textwidget {
font-size: 0.9em;
color: #8f8f8f;
line-height: 140%;
padding: 0.5em;
}
/* .post_aleatorios_titulo {
font-size: 0.8em;
line-height: 140%;
} */
.textwidget ul {
list-style-type: square;
margin:0.3em;
padding:1.3em;
}
/* Microentradas, microblogging
----------------------------------------------- */
.microblog-capsula {
float:left;
/* max-width:240px; */
width:31%;
background-color:#fff;
border-top:1px solid #ededed;
border-left:1px solid #ededed;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
margin: 0.5%;
float:left;
overflow:hidden;
height:13em;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
transition:background-color 1s linear;
-webkit-transition: background-color 1s linear; /* Chrome y Safari */
-o-transition: background-color 1s linear; /* Opera */
-moz-transition: background-color 1s linear; /* Mozilla Firefox */
-ms-transition: background-color 1s linear; /* Internet Explorer */
}
.microblog-capsula:hover {
background-color: #ffff99;
}
.microblog-capsula h6 {
color:#666;
margin:0.2em;
padding:0.2em;
letter-spacing:1px;
}
.microblog-capsula-contenidos {
margin:0.2em;
padding:0.2em;
font-size: 0.8em;
}
.microblog-capsula-metadatos {
font-size:0.7em;
color:#666;
margin:0.2em;
padding:0.2em;
border-top: 1px dotted #666;
border-bottom: 1px dotted #666;
}
/* Responsive */
@media screen and (max-width:620px){
.microblog-capsula {
width:45%;
float:left;
}
}
@media screen and (max-width:320px){
.microblog-capsula{
float:none;
width:100%;
margin:0 auto;
}
}
/* Código */
.prettyprint {
padding: 5px;
border: 1px solid #CCC;
background: #f9f9f9; /* #f3f3f3; */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 1em;
text-align: left;
word-wrap:break-word;
line-height: 180%;
}
.prettyprint p {
margin-bottom: 0.1em;
margin-top: 0.1em;
}
.prettyprint p:hover {
background: #ffffcc !important;
}
ul.linenums {
margin: 0;
padding: 0;
list-style-type: none;
}
.linenums_tab {
margin-left: 3em;
padding: 0;
}
li.linenums {
display: list-item;
}
.linenums li:hover {
background: #ffffcc !important;
}
.linenums ul {
list-style-type: none;
margin-left: 1em;
padding: 0;
}
ol.linenums {
margin: 0.1em;
}
/* suscribe */
.clase_suscribe {
margin:1em;
font-size:0.9em;
color: #666;
}
#clase_suscribe .input {
color: #333;
}
/* Varios comentarios */
.nopassword {
font-weight:900;
font-size: 0.8em;
color:#cc0000;
}
.nocomments {
font-weight:900;
font-size: 0.8em;
color:#666;
}
.comment-author img {
width:auto;
height:auto;
width: auto\9; /* IE*/
/* IE*/
}
#commentarios img{
width:auto;
height:auto;
width: auto\9; /* IE*/
/* IE*/
}
/* Sin resultados */
#post-0 {
border-top:1px solid #ededed;
border-left:1px solid #ededed;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:1em;
width:60%;
min-width:240px;
}
/*=======================================
Complementos
========================================*/
/*
@media screen and (max-width:800px){
#headerDatosComplementarios {
display:none;
}
} */
#tinymce {
font-size: 16px;
font-family: arial;
}
/*
#slider_main {
height: 260px;
min-height: 260px;
}*/ | 0.456894 | 0.067762 |
* {
margin:0px;
padding:0px;
border:0px;
font-size: 14px;
list-style: none;
}
h3{
font-size: 24px;
line-height: 24px;
padding-left: 15px;
font-weight: normal;
}
.main-title{
margin: 30px 0 0;
overflow: hidden;
}
.orange-font{
color: #f60;
font-weight: 700;
}
a{
text-decoration: none;
color:black;
}
li{
float: left;
}
.all-div{
width:1180px;
margin:0px auto;
}
.title-div{
width:100%;
height: 70px;
}
.title-div img{
width:100%;
height:70px;
}
.loginmenu-div{
width:100%;
height:44px;
line-height: 44px;
color:#666;
border-bottom:#DDD 1px solid;
}
.menu{
float:left;
}
.loginmenu-div .menu a{
color:#666;
}
.login{
float:right;
display: inline-block;
vertical-align: middle;
}
.login *{
color:#666;
}
.line{
margin: 0 7px;
width:1px;
color:#DDD;
}
.user-icon{
display: inline-block;
height: 14px;
width: 14px;
vertical-align: -2px;
margin-right: 5px;
background: url(../img/usericon.png);
background-position: -40px -60px;
}
.collect-icon{
display: inline-block;
height: 14px;
width: 14px;
vertical-align: -2px;
margin-right: 5px;
background: url(../img/usericon.png);
background-position: -80px -60px;
}
.search-div{
width:100%;
margin-top:15px;
display: block;
overflow: hidden;
}
.search-div img{
float:left;
}
.newline{
width: 1px;
height: 24px;
width: 1px;
margin: 2px 15px 0;
background: #DDD;
float: left;
}
.search-div a{
color:#62ab00;
line-height: 25px;
font-size: 24px;
float:left;
}
.select-div{
float: left;
position: relative;
z-index: 40;
margin: 10px 0 0 15px;
cursor: pointer;
}
.triangle-span{
position: relative;
top: 9px;
left:3px;
cursor: pointer;
display: inline-block;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
overflow: hidden;
border-width: 4px;
border-style: solid dashed dashed dashed;
border-color: #969695 transparent transparent transparent;
vertical-align: -1px;
}
.searchbutton{
float:right;
height: 34px;
width: 120px;
float:left;
background-color: #f60;
color: white;
font-size: 18px;
}
.searchtext{
width:480px;
height: 16px;
padding:8px 10px;
border: 1px solid #ccc;
float:left;
}
.devide-div{
width: 100%;
margin-top: 15px;
background: #62ab00;
height: 40px;
}
.devide-div ul li{
float: left;
height: 40px;
line-height: 40px;
padding: 0 24px 0 25px;
color:white;
font-size: 16px;
}
.devide-div ul li:hover{
background: #599700;
}
.new-span{
display: inline-block;
width: 27px;
height: 18px;
background: url(../img/icon_new.gif)no-repeat;
position: absolute;
margin-top: 2px;
margin-left: 9px;
}
.choose-div{
border:1px solid #ddd;
margin-top:20px;
padding:4px 0 1px 20px;
}
.choose-div a:hover{
color:#f60;
}
.choose-position1{
border-top: 1px dashed #ddd;
}
.choose-position a{
margin-right: 10px;
width: 80px;
line-height: 44px;
}
.choose-positionitem{
position: relative;
width: 1038px;
border: 1px solid #ddd;
padding: 7px 20px;
background: #f9f9f9;
line-height: 28px;
}
.position-span{
margin-right: 8px;
}
.content-div{
width:100%;
margin-top: 20px;
overflow:hidden;
}
.leftcontent-div{
width:900px;
float:left;
}
.page-div{
height: 32px;
line-height: 32px;
overflow: hidden;
margin: 30px 0 0;
}
.pagination-div{
float: right;
}
.pagination-div a{
border: 1px solid #CCC;
color: #999;
width: 28px;
height: 28px;
display: inline-block;
text-align: center;
font-size: 14px;
line-height: 28px;
border-radius: 2px;
margin-right: 10px;
vertical-align: top;
}
.sort-div{
width: 100%;
height: 38px;
border: 1px solid #ddd;
background: #f9f9f9;
}
.choosehouse-div{
float: left;
height: 38px;
line-height: 38px;
color: #333;
font-size: 16px;
padding: 0 20px;
position: relative;
z-index: 0;
}
.condi-sort{
width:100%;
height:45px;
border-bottom: 1px solid #ddd;
margin-top:1px;
}
.condi-sort a{
height: 44px;
color: #666;
font-size: 14px;
line-height: 44px;
margin-left: 22px;
}
.input-div{
display:inline;
height: 44px;
color: #666;
font-size: 14px;
line-height: 44px;
margin-left: 22px;
}
.input-div span{
display: inline-block;
margin-left: 5px;
cursor: pointer;
}
.total-span{
float: right;
color: #999;
font-size: 14px;
line-height: 44px;
padding-right: 18px;
}
.rightcontent-div{
width:260px;
float:left;
margin-left: 20px;
}
.rightadd-div{
border: 1px solid #ddd;
margin-bottom: 20px;
font-size: 14px;
padding: 20px 0;
}
.add-boxdiv{
margin: 0px auto;
width: 210px;
height: 200px;
}
.add-boxdiv img{
width:900px;
height: 175px;
float: left;
width: 210px;
height: 200px;
}
.housedetail-div{
padding: 20px 0 15px;
font-size: 14px;
border-bottom: 1px dashed #ddd;
cursor: pointer;
overflow: hidden;
}
.housedetail-div img{
float: left;
}
.houseinfo-div{
float: left;
width: 700px;
padding-left: 20px;
}
.housename-div{
display: block;
height: 28px;
line-height: 28px;
margin-top: -3px;
}
.namespan1-div{
font-size: 20px;
}
.namespan2-div{
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
padding: 1px 0 0 1px;
font-size: 12px;
text-align: center;
vertical-align: middle;
color: #f46520;
border: solid 1px #f46520;
}
.namespan3-div{
display: inline-block;
font-size: 14px;
color: #999;
margin-left: 5px;
vertical-align: middle;
}
.map-span1{
line-height: 22px;
color: #666;
}
.map-span2{
float: right;
font-size: 14px;
color: #666;
height: 30px;
line-height: 30px;
}
.map-span3{
padding: 0 2px;
color: #e54b00;
font-family: Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 22px;
font-weight: bold;
}
.huxing-span{
display: block;
margin: 12px 0 0;
color: #666;
height: 22px;
line-height: 22px;
overflow: hidden;
}
.houseinfo-div p{
margin: 12px 0 0;
color: #666;
height: 22px;
line-height: 22px;
overflow: hidden;
}
.blank-span{
display: inline-block;
color: #999;
padding: 0 4px;
text-align: center;
border: 1px solid #ccc;
margin-right: 6px;
vertical-align: top;
border-radius: 2px;
}
.houseinfo-div a{
display: block;
}
.qiang-span{
background-color:#f46520;
width: 20px;
height: 20px;
line-height:20px;
font-size: 20px;
font-family: 'SimHei';
color: #fff;
border-radius: 3px;
margin-right: 5px;
vertical-align: middle;
text-align: center;
}
.guesslike-div{
border: 1px solid #ddd;
font-size: 14px;
margin-top: 30px;
overflow: hidden;
}
.guesslike-div h3{
font-size: 18px;
padding: 14px 0 0 19px;
height: 28px;
line-height: 28px;
font-weight: normal;
}
.guesslist-div{
padding:0 0 10px 18px;
overflow: hidden;
}
.guessdetail-div{
display: block;
float: left;
padding: 10px 10px 5px;
width: 170px;
}
.bottomadd-div{
margin: 15px 0;
}
.infoitem-div a{
color: #999;
padding-left: 8px;
font-size: 14px;
cursor: pointer;
display: inline-block;
/*white-space: nowrap;*/
margin: 0 0 5px 0;
}
.infoitem2-div a{
color: #999;
padding-left: 8px;
font-size: 14px;
cursor: pointer;
display: inline-block;
/*white-space: nowrap;*/
margin: 0 0 20px 0;
}
.bigfont-div{
font-size: 16px;
color: #999;
border-bottom: 2px solid #62ab00;
line-height: 30px;
margin-bottom: 20px;
text-align: center;
padding-bottom: 10px;
}
.bigfont-div span{
font-size: 16px;
color: #999;
}
.avoid-div{
background-color: #f7f7f7;
color: #999;
margin: 0 auto 20px;
width: auto;
padding: 12px 35px 12px 35px;
text-align: left;
}
.intro-div{
width: 100%;
border-top: 1px solid #e0e0e0;
padding-top: 15px;
display: inline-block;
text-align: center;
}
.intro-div ul{
margin-left:185px;
text-align: center;
float: clear;
}
.intro-div ul li{
font-size: 10px;
margin-left: ;
}
.intro-div span{
padding: 0 10px;
font-size: 10px;
}
.fixed-two{
text-align: center;
position: fixed;
z-index: 89;
left: 50%;
bottom: 100px;
width: 80px;
}
.code{
display: block;
width: 74px;
height: 114px;
padding: 3px;
background: #a1cd66;
color: #FFF;
font-size: 14px;
margin-bottom: 16px;
margin-left: 600px;
}
.code-img{
width: 70px;
height: 70px;
padding: 2px;
background: #FFF;
}
.code-img img{
width: 70px;
height: 70px;
}
/*页面2*/
.all2-div{
width:1080px;
margin:0px auto;
overflow: hidden;
}
.item-div{
float: left;
display: inline;
width: 432px;
height: 34px;
overflow: hidden;
}
.sitesearch-div{
padding-top: 20px;
height: 34px;
line-height: 34px;
}
.sitesearch-div a{
color: #666;
font-size: 12px;
}
.sitesearch-div span{
padding: 0 6px;
display: inline-block;
}
.lead-div{
height: 90px;
overflow: hidden;
margin-top: 23px;
}
.leadcode-div{
float: left;
padding-right: 30px;
}
.lead-div p{
color: #60ab00;
line-height: 22px;
font-size: 12px;
}
.leadtitle-div{
overflow: hidden;
}
.leadtitlebig-div{
float: left;
font-size: 28px;
line-height: 42px;
}
.sale-div{
float: left;
overflow: hidden;
background: url(../img/kan.png);
width: 48px;
height: 25px;
line-height: 25px;
padding-left: 6px;
text-align: center;
color: #fff;
margin: 7px 0 0 7px;
font-size: 14px;
background-position: -92px -275px;
}
.tag-div{
overflow: hidden;
}
.tagleft-div{
float: left;
padding-top: 14px;
height: 26px;
overflow: hidden;
}
.tagleft-div span{
display: inline;
float: left;
padding: 0 9px 0 10px;
height: 24px;
line-height: 24px;
border: 1px solid #ccc;
font-size: 14px;
color: #999;
margin-right: 10px;
white-space: nowrap;
}
.phone-div{
float: right;
margin-top: 14px;
font-size: 14px;
}
.add2-div{
padding-bottom: 10px;
}
.add2-div img{
width: 100%;
height: 150px;
vertical-align: bottom;
display: inline;
}
.contain-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
padding-top: 14px;
overflow: hidden;
}
.contain-pic{
float: left;
width: 470px;
padding: 0 0 14px 14px;
}
.contain-pic img{
position: relative;
width: 451px;
height: 338px;
overflow: hidden;
}
.snav-div{
margin: 8px 0 0 -2px;
overflow: hidden;
}
.snav-div img{
display: inline;
float: left;
border: 1px solid #fff;
width: 86px;
height: 63px;
margin-left: 3px;
position: relative;
}
.basicdetail-div{
width: 580px;
float: left;
margin-top: 4px;
position: relative;
line-height: 26px;
}
.basicprice-div{
font-size: 16px;
height: 45px;
line-height: 45px;
}
.blankgreen-div{
width: 578px;
height: 54px;
overflow: hidden;
border: 1px solid #e9f3d9;
background-color: #f7fded;
clear: both;
position: relative;
color: #999;
zoom: 1;
}
.blankgreen-div a{
width: 25px;
height: 35px;
float: left;
margin: 9px 13px 0 17px;
background-position: -210px -310px;
display: inline-block;
font-size: 0;
overflow: hidden;
vertical-align: middle;
background-image: url(../img/kan.png);
background-repeat: no-repeat;
}
.blankgreen-div span{
height: 54px;
line-height: 54px;
color: #62ab00;
font-size: 35px;
font-weight: normal;
}
.newactive-div{
margin-top:30px;
}
.newactive-div h3{
font-size: 24px;
color: #333;
padding-bottom: 8px;
padding-left: 15px;
font-weight: normal;
}
.activecontent-div{
padding: 20px 15px;
border: 1px solid #ddd;
position: relative;
cursor: pointer;
overflow: hidden;
}
.activeleftpic-div{
float: left;
position: absolute;
width: 200px;
height: 150px;
}
.activeleftpic-div img{
width: 200px;
height: 150px;
}
.activeinfo-div{
float: left;
margin-left: 210px;
background: #fffaec;
width: 838px;
height: 150px;
cursor: pointer;
}
.loupan-div{
font-size: 16px;
color: #666;
padding: 15px 0 0 20px;
}
.shuliang-div{
font-size: 30px;
color: #f60;
padding: 15px 0 0 20px;
}
.time-div{
font-size: 16px;
color: #666;
padding: 15px 0 0 20px;
}
.mianfei-div{
overflow: hidden;
margin-top: 30px;
font-size: 14px;
border: 1px solid #e6e6e6;
border-radius: 5px;
padding: 13px 0 12px;
line-height: 20px;
}
.mianfeicontent-div{
margin: 0 14px;
margin-top: -1px;
overflow: hidden;
}
.kan-span{
display: inline-block;
background: url(../img/kan.png);
background-position: -58px 0;
width: 49px;
height: 49px;
margin-right: 20px;
overflow: hidden;
float: left;
}
.actitem-div{
width: 625px;
float: left;
}
.actitem-div h4{
font-size: 20px;
line-height: 28px;
word-break: break-all;
word-wrap: break-word;
overflow: hidden;
cursor: pointer;
margin: -3px 0 4px;
font-weight: normal;
}
.xiaoche-div{
color: #666;
height: 20px;
overflow: hidden;
zoom: 1;
}
.join-div{
width: 180px;
margin-top: 15px;
font-size: 16px;
float: left;
display: inline;
}
.mianfeicontent-div a{
cursor: pointer;
vertical-align: middle;
border-radius: 3px;
color: #FFF;
overflow: hidden;
background: #62ab00;
padding: 0 29px 0 30px;
font-size: 18px;
height: 40px;
line-height: 40px;
margin-top: 4px;
margin-right: 13px;
float: right;
display: inline;
}
.clearfix-div{
overflow: hidden;
}
.clearfixtitle-div{
margin: 30px 0 0;
overflow: hidden;
}
.clearfixtitle-div h3{
font-size: 24px;
float: left;
padding-left: 15px;
font-weight: normal;
overflow: hidden;
}
.zixun-div{
display: inline;
float: left;
width: 694px;
}
.mod{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
}
.innermod-div{
position: relative;
margin: 13px;
}
.innertitle-div{
font-size: 16px;
}
.dongtai-span{
border: 1px solid #e6e6e6;
border-radius: 2px;
padding: 1px 2px;
color: #999;
font-size: 14px;
margin-right: 9px;
}
.innertitle-div p{
font-size: 16px;
height: 43px;
color: #656565;
overflow: hidden;
text-align: left;
margin: 14px 0;
}
.dingyue-div{
float: left;
margin-left: 26px;
width: 360px;
}
.dingyuecontent-div{
background-color: #f9f9f9;
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
}
.dingyueinner-div{
height: 146px;
position: relative;
margin: 17px 13px 0 13px;
}
.dingyueinner-div ul{
overflow:hidden;
display: block;
}
.dingyueinner-div ul li{
width: 120px;
display: inline-block;
float: left;
height: 24px;
margin-bottom: 11px;
}
.dingyueinner-div span{
font-size: 16px;
}
.dingyueinner-div input{
width: 16px;
height: 16px;
margin: 0 8px 0 0;
vertical-align: text-bottom;
}
.dingyueinner-div a{
width: 120px;
margin: 0 auto;
background-color: #62ab00;
border-radius: 4px;
color: #fff;
font-size: 16px;
line-height: 40px;
height: 40px;
text-align: center;
display: block;
margin-top: 14px;
}
.huxingtitle-div{
margin: 30px 0 0;
overflow: hidden;
}
.huxingtitle-div h3{
font-size: 24px;
float: left;
line-height: 24px;
padding-left: 15px;
font-weight: normal;
}
.housetype-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
padding: 20px 14px;
}
.housetype-div ul {
margin: -30px -15px 0;
overflow: hidden;
}
.housetype-div ul li{
width: 240px;
height: 264px;
float: left;
margin: 30px 15px 0;
}
.huxing-content{
width: 100%;
height: 72px;
line-height: 21px;
text-align: left;
}
.guwen-div{
overflow: hidden;
}
.guwen-content{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
overflow: hidden;
position: relative;
padding: 0 30px;
height: 132px;
}
.guwen-content ul{
height: 130px;
overflow: hidden;
position: absolute;
top: 0;
left: 30px;
}
.guwen-content ul li{
display: block;
float: left;
width: 244px;
overflow: hidden;
padding: 35px 0 0 10px;
}
.guwen-content img{
width: 60px;
height: 60px;
float: left;
overflow: hidden;
display: block;
vertical-align: top;
border-radius: 5px;
}
.teachername-div{
width: 160px;
float: left;
display: block;
margin-left: 20px;
font-size: 20px;
overflow: hidden;
}
.teachernameleft-div{
margin-top: 18px;
font-size: 20px;
height: 20px;
line-height: 20px;
overflow: hidden;
margin-bottom: 5px;
float: left;
}
.yuyue-div{
color: #62ab00;
font-size: 14px;
padding: 0 3px;
border: 1px solid #62ab00;
border-radius: 2px;
display: inline-block;
vertical-align: top;
height: 18px;
line-height: 18px;
margin-left: 10px;
}
.userclear-div{
overflow: hidden;
}
.userleftclear-div{
width: 692px;
overflow: hidden;
float: left;
}
.userleftcontent-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
}
.review-ul{
padding: 4px 15px 0;
width: 662px;
margin-top: 1px;
overflow: hidden;
}
.review-ul li{
margin-top: 11px;
height: 116px;
border-bottom: 1px dashed #e6e6e6;
}
.publishmod-div{
height: 100%;
padding: 9px 15px 8px 0;
}
.comment-div{
float: right;
display: inline;
}
.commentcontent-div{
width: 358px;
overflow: hidden;
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
height: 297px;
}
.commentcontent-div ul{
overflow: hidden;
}
.commentcontent-div ul li{
overflow: hidden;
height: 129px;
padding: 0 15px;
width: 100%;
}
.line-dashed{
border-bottom: 1px dashed #ddd;
height: 0;
line-height: 0;
overflow: hidden;
font-size: 0;
margin: 0 auto;
margin-bottom: 15px;
}
.commentinfo-div{
overflow: hidden;
}
.commentinfo-div img{
margin: 5px 15px 0 0;
width:38px;
height: 38px;
float: left;
}
.truecomment-div{
margin: 5px 0 0;
line-height: 24px;
color: #999;
}
.map-div{
overflow: hidden;
}
.mapcontent-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
width: 1048px;
padding: 15px;
}
.mapcontent-div img{
width:550px;
height: 350px;
}
.life-div{
width: 480px;
float: right;
}
.life-ul ul{
width: 480px;
height: 35px;
border-bottom: 2px solid #62ab00;
font-size: 20px;
margin-bottom: 10px;
}
.life-ul li{
float: left;
cursor: pointer;
}
.life-ul li a{
color: #fff;
display: block;
width: 120px;
color: #333;
height: 35px;
text-align: center;
line-height: 35px;
font-size: 20px;
}
.lifelist-div p{
height: 36px;
display: block;
line-height: 36px;
margin-left: 10px;
overflow: hidden;
white-space: nowrap;
width: 340px;
font-size: 16px;
}
.yuegongcontent-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
height: 100px;
}
.yuegongleft-div{
width: 509px;
padding: 0 0 5px 30px;
border-right: 1px solid #e6e6e6;
background: #fff;
float: left;
position: relative;
z-index: 2;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.tools-mod{
width: 509px;
padding: 0 0 5px 30px;
border-right: 1px solid #e6e6e6;
background: #fff;
float: left;
position: relative;
z-index: 2;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.lifelist-div ul{
margin-top: 3px;
height: 230px;
overflow-y: auto;
overflow-x: hidden;
}
.lifelist-div ul li a{
float: left;
width: 36px;
height: 36px;
margin-right: 5px;
vertical-align: middle;
background: url(../img/all_icon.png) no-repeat;
background-position: -96px 0;
}
.zhan-p{
float: left;
line-height: 40px;
width: 340px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.lu-span{
color: #999;
font-size: 14px;
}
.mi-span{
margin-right: 2px;
float: right;
line-height: 40px;
overflow: hidden;
color: #999;
font-size: 14px;
cursor: pointer;
}
.guesshouselike-div{
overflow: hidden;
}
.guesscontent-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
}
.guesscontent-div ul{
margin: 14px 0 14px -9px;
line-height: 16px;
overflow: hidden;
}
.guesscontent-div ul li{
float: left;
display: inline;
width: 180px;
margin: 0 14px 0 23px;
}
.guesscontent-div ul li img{
width: 180px;
height: 135px;
margin-bottom: 10px;
}
.guesscontent-div ul li a{
height: 25px;
display: inline-block;
width: 100%;
line-height: 25px;
word-break: break-all;
word-wrap: break-word;
overflow: hidden;
}
.guesscontent-div ul li p{
position: relative;
margin-top: 4px;
color: #f60;
line-height: 18px;
font-size: 16px;
}
.recomenned-div{
overflow: hidden;
}
.listitem-div{
width: 348px;
float: left;
padding-right: 18px;
}
.listcontent-div{
padding: 5px 0 15px 15px;
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
}
.listcontent-div ul{
overflow: hidden;
font-size: 16px;
}
.listcontent-div ul li{
letter-spacing: -4px;
word-spacing: -4px;
font-size: 0;
padding-top: 10px;
color: #999;
}
.listcontent-div ul li a{
width: 125px;
color: #666;
font-size: 16px;
letter-spacing: normal;
word-spacing: normal;
display: inline-block;
height: 24px;
line-height: 24px;
overflow: hidden;
white-space: normal;
word-break: break-all;
word-wrap: break-word;
}
.area{
width: 90px;
font-size: 16px;
letter-spacing: normal;
word-spacing: normal;
display: inline-block;
height: 24px;
line-height: 24px;
overflow: hidden;
white-space: normal;
word-break: break-all;
word-wrap: break-word;
}
.price{
width: 105px;
text-align: right;
font-size: 16px;
letter-spacing: normal;
word-spacing: normal;
display: inline-block;
height: 24px;
line-height: 24px;
overflow: hidden;
white-space: normal;
word-break: break-all;
word-wrap: break-word;
}
.housead-div{
margin-top: 30px;
overflow: hidden;
}
.housead-div img{
width:1080px;
height: 100px;
}
.housebuttom-div{
overflow: hidden;
}
.infoarea-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
padding: 18px 30px 4px;
}
.info-item{
line-height: 30px;
padding: 7px 0 8px;
border-bottom: 1px dashed #e6e6e6;
color: #999;
font-size: 16px;
}
.info-item a{
padding-right: 40px;
font-size: 16px;
color: #999;
}
.info-item a:hover{
color:#f60;
} | anjuke/www/css/myStyle.css | * {
margin:0px;
padding:0px;
border:0px;
font-size: 14px;
list-style: none;
}
h3{
font-size: 24px;
line-height: 24px;
padding-left: 15px;
font-weight: normal;
}
.main-title{
margin: 30px 0 0;
overflow: hidden;
}
.orange-font{
color: #f60;
font-weight: 700;
}
a{
text-decoration: none;
color:black;
}
li{
float: left;
}
.all-div{
width:1180px;
margin:0px auto;
}
.title-div{
width:100%;
height: 70px;
}
.title-div img{
width:100%;
height:70px;
}
.loginmenu-div{
width:100%;
height:44px;
line-height: 44px;
color:#666;
border-bottom:#DDD 1px solid;
}
.menu{
float:left;
}
.loginmenu-div .menu a{
color:#666;
}
.login{
float:right;
display: inline-block;
vertical-align: middle;
}
.login *{
color:#666;
}
.line{
margin: 0 7px;
width:1px;
color:#DDD;
}
.user-icon{
display: inline-block;
height: 14px;
width: 14px;
vertical-align: -2px;
margin-right: 5px;
background: url(../img/usericon.png);
background-position: -40px -60px;
}
.collect-icon{
display: inline-block;
height: 14px;
width: 14px;
vertical-align: -2px;
margin-right: 5px;
background: url(../img/usericon.png);
background-position: -80px -60px;
}
.search-div{
width:100%;
margin-top:15px;
display: block;
overflow: hidden;
}
.search-div img{
float:left;
}
.newline{
width: 1px;
height: 24px;
width: 1px;
margin: 2px 15px 0;
background: #DDD;
float: left;
}
.search-div a{
color:#62ab00;
line-height: 25px;
font-size: 24px;
float:left;
}
.select-div{
float: left;
position: relative;
z-index: 40;
margin: 10px 0 0 15px;
cursor: pointer;
}
.triangle-span{
position: relative;
top: 9px;
left:3px;
cursor: pointer;
display: inline-block;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
overflow: hidden;
border-width: 4px;
border-style: solid dashed dashed dashed;
border-color: #969695 transparent transparent transparent;
vertical-align: -1px;
}
.searchbutton{
float:right;
height: 34px;
width: 120px;
float:left;
background-color: #f60;
color: white;
font-size: 18px;
}
.searchtext{
width:480px;
height: 16px;
padding:8px 10px;
border: 1px solid #ccc;
float:left;
}
.devide-div{
width: 100%;
margin-top: 15px;
background: #62ab00;
height: 40px;
}
.devide-div ul li{
float: left;
height: 40px;
line-height: 40px;
padding: 0 24px 0 25px;
color:white;
font-size: 16px;
}
.devide-div ul li:hover{
background: #599700;
}
.new-span{
display: inline-block;
width: 27px;
height: 18px;
background: url(../img/icon_new.gif)no-repeat;
position: absolute;
margin-top: 2px;
margin-left: 9px;
}
.choose-div{
border:1px solid #ddd;
margin-top:20px;
padding:4px 0 1px 20px;
}
.choose-div a:hover{
color:#f60;
}
.choose-position1{
border-top: 1px dashed #ddd;
}
.choose-position a{
margin-right: 10px;
width: 80px;
line-height: 44px;
}
.choose-positionitem{
position: relative;
width: 1038px;
border: 1px solid #ddd;
padding: 7px 20px;
background: #f9f9f9;
line-height: 28px;
}
.position-span{
margin-right: 8px;
}
.content-div{
width:100%;
margin-top: 20px;
overflow:hidden;
}
.leftcontent-div{
width:900px;
float:left;
}
.page-div{
height: 32px;
line-height: 32px;
overflow: hidden;
margin: 30px 0 0;
}
.pagination-div{
float: right;
}
.pagination-div a{
border: 1px solid #CCC;
color: #999;
width: 28px;
height: 28px;
display: inline-block;
text-align: center;
font-size: 14px;
line-height: 28px;
border-radius: 2px;
margin-right: 10px;
vertical-align: top;
}
.sort-div{
width: 100%;
height: 38px;
border: 1px solid #ddd;
background: #f9f9f9;
}
.choosehouse-div{
float: left;
height: 38px;
line-height: 38px;
color: #333;
font-size: 16px;
padding: 0 20px;
position: relative;
z-index: 0;
}
.condi-sort{
width:100%;
height:45px;
border-bottom: 1px solid #ddd;
margin-top:1px;
}
.condi-sort a{
height: 44px;
color: #666;
font-size: 14px;
line-height: 44px;
margin-left: 22px;
}
.input-div{
display:inline;
height: 44px;
color: #666;
font-size: 14px;
line-height: 44px;
margin-left: 22px;
}
.input-div span{
display: inline-block;
margin-left: 5px;
cursor: pointer;
}
.total-span{
float: right;
color: #999;
font-size: 14px;
line-height: 44px;
padding-right: 18px;
}
.rightcontent-div{
width:260px;
float:left;
margin-left: 20px;
}
.rightadd-div{
border: 1px solid #ddd;
margin-bottom: 20px;
font-size: 14px;
padding: 20px 0;
}
.add-boxdiv{
margin: 0px auto;
width: 210px;
height: 200px;
}
.add-boxdiv img{
width:900px;
height: 175px;
float: left;
width: 210px;
height: 200px;
}
.housedetail-div{
padding: 20px 0 15px;
font-size: 14px;
border-bottom: 1px dashed #ddd;
cursor: pointer;
overflow: hidden;
}
.housedetail-div img{
float: left;
}
.houseinfo-div{
float: left;
width: 700px;
padding-left: 20px;
}
.housename-div{
display: block;
height: 28px;
line-height: 28px;
margin-top: -3px;
}
.namespan1-div{
font-size: 20px;
}
.namespan2-div{
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
padding: 1px 0 0 1px;
font-size: 12px;
text-align: center;
vertical-align: middle;
color: #f46520;
border: solid 1px #f46520;
}
.namespan3-div{
display: inline-block;
font-size: 14px;
color: #999;
margin-left: 5px;
vertical-align: middle;
}
.map-span1{
line-height: 22px;
color: #666;
}
.map-span2{
float: right;
font-size: 14px;
color: #666;
height: 30px;
line-height: 30px;
}
.map-span3{
padding: 0 2px;
color: #e54b00;
font-family: Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 22px;
font-weight: bold;
}
.huxing-span{
display: block;
margin: 12px 0 0;
color: #666;
height: 22px;
line-height: 22px;
overflow: hidden;
}
.houseinfo-div p{
margin: 12px 0 0;
color: #666;
height: 22px;
line-height: 22px;
overflow: hidden;
}
.blank-span{
display: inline-block;
color: #999;
padding: 0 4px;
text-align: center;
border: 1px solid #ccc;
margin-right: 6px;
vertical-align: top;
border-radius: 2px;
}
.houseinfo-div a{
display: block;
}
.qiang-span{
background-color:#f46520;
width: 20px;
height: 20px;
line-height:20px;
font-size: 20px;
font-family: 'SimHei';
color: #fff;
border-radius: 3px;
margin-right: 5px;
vertical-align: middle;
text-align: center;
}
.guesslike-div{
border: 1px solid #ddd;
font-size: 14px;
margin-top: 30px;
overflow: hidden;
}
.guesslike-div h3{
font-size: 18px;
padding: 14px 0 0 19px;
height: 28px;
line-height: 28px;
font-weight: normal;
}
.guesslist-div{
padding:0 0 10px 18px;
overflow: hidden;
}
.guessdetail-div{
display: block;
float: left;
padding: 10px 10px 5px;
width: 170px;
}
.bottomadd-div{
margin: 15px 0;
}
.infoitem-div a{
color: #999;
padding-left: 8px;
font-size: 14px;
cursor: pointer;
display: inline-block;
/*white-space: nowrap;*/
margin: 0 0 5px 0;
}
.infoitem2-div a{
color: #999;
padding-left: 8px;
font-size: 14px;
cursor: pointer;
display: inline-block;
/*white-space: nowrap;*/
margin: 0 0 20px 0;
}
.bigfont-div{
font-size: 16px;
color: #999;
border-bottom: 2px solid #62ab00;
line-height: 30px;
margin-bottom: 20px;
text-align: center;
padding-bottom: 10px;
}
.bigfont-div span{
font-size: 16px;
color: #999;
}
.avoid-div{
background-color: #f7f7f7;
color: #999;
margin: 0 auto 20px;
width: auto;
padding: 12px 35px 12px 35px;
text-align: left;
}
.intro-div{
width: 100%;
border-top: 1px solid #e0e0e0;
padding-top: 15px;
display: inline-block;
text-align: center;
}
.intro-div ul{
margin-left:185px;
text-align: center;
float: clear;
}
.intro-div ul li{
font-size: 10px;
margin-left: ;
}
.intro-div span{
padding: 0 10px;
font-size: 10px;
}
.fixed-two{
text-align: center;
position: fixed;
z-index: 89;
left: 50%;
bottom: 100px;
width: 80px;
}
.code{
display: block;
width: 74px;
height: 114px;
padding: 3px;
background: #a1cd66;
color: #FFF;
font-size: 14px;
margin-bottom: 16px;
margin-left: 600px;
}
.code-img{
width: 70px;
height: 70px;
padding: 2px;
background: #FFF;
}
.code-img img{
width: 70px;
height: 70px;
}
/*页面2*/
.all2-div{
width:1080px;
margin:0px auto;
overflow: hidden;
}
.item-div{
float: left;
display: inline;
width: 432px;
height: 34px;
overflow: hidden;
}
.sitesearch-div{
padding-top: 20px;
height: 34px;
line-height: 34px;
}
.sitesearch-div a{
color: #666;
font-size: 12px;
}
.sitesearch-div span{
padding: 0 6px;
display: inline-block;
}
.lead-div{
height: 90px;
overflow: hidden;
margin-top: 23px;
}
.leadcode-div{
float: left;
padding-right: 30px;
}
.lead-div p{
color: #60ab00;
line-height: 22px;
font-size: 12px;
}
.leadtitle-div{
overflow: hidden;
}
.leadtitlebig-div{
float: left;
font-size: 28px;
line-height: 42px;
}
.sale-div{
float: left;
overflow: hidden;
background: url(../img/kan.png);
width: 48px;
height: 25px;
line-height: 25px;
padding-left: 6px;
text-align: center;
color: #fff;
margin: 7px 0 0 7px;
font-size: 14px;
background-position: -92px -275px;
}
.tag-div{
overflow: hidden;
}
.tagleft-div{
float: left;
padding-top: 14px;
height: 26px;
overflow: hidden;
}
.tagleft-div span{
display: inline;
float: left;
padding: 0 9px 0 10px;
height: 24px;
line-height: 24px;
border: 1px solid #ccc;
font-size: 14px;
color: #999;
margin-right: 10px;
white-space: nowrap;
}
.phone-div{
float: right;
margin-top: 14px;
font-size: 14px;
}
.add2-div{
padding-bottom: 10px;
}
.add2-div img{
width: 100%;
height: 150px;
vertical-align: bottom;
display: inline;
}
.contain-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
padding-top: 14px;
overflow: hidden;
}
.contain-pic{
float: left;
width: 470px;
padding: 0 0 14px 14px;
}
.contain-pic img{
position: relative;
width: 451px;
height: 338px;
overflow: hidden;
}
.snav-div{
margin: 8px 0 0 -2px;
overflow: hidden;
}
.snav-div img{
display: inline;
float: left;
border: 1px solid #fff;
width: 86px;
height: 63px;
margin-left: 3px;
position: relative;
}
.basicdetail-div{
width: 580px;
float: left;
margin-top: 4px;
position: relative;
line-height: 26px;
}
.basicprice-div{
font-size: 16px;
height: 45px;
line-height: 45px;
}
.blankgreen-div{
width: 578px;
height: 54px;
overflow: hidden;
border: 1px solid #e9f3d9;
background-color: #f7fded;
clear: both;
position: relative;
color: #999;
zoom: 1;
}
.blankgreen-div a{
width: 25px;
height: 35px;
float: left;
margin: 9px 13px 0 17px;
background-position: -210px -310px;
display: inline-block;
font-size: 0;
overflow: hidden;
vertical-align: middle;
background-image: url(../img/kan.png);
background-repeat: no-repeat;
}
.blankgreen-div span{
height: 54px;
line-height: 54px;
color: #62ab00;
font-size: 35px;
font-weight: normal;
}
.newactive-div{
margin-top:30px;
}
.newactive-div h3{
font-size: 24px;
color: #333;
padding-bottom: 8px;
padding-left: 15px;
font-weight: normal;
}
.activecontent-div{
padding: 20px 15px;
border: 1px solid #ddd;
position: relative;
cursor: pointer;
overflow: hidden;
}
.activeleftpic-div{
float: left;
position: absolute;
width: 200px;
height: 150px;
}
.activeleftpic-div img{
width: 200px;
height: 150px;
}
.activeinfo-div{
float: left;
margin-left: 210px;
background: #fffaec;
width: 838px;
height: 150px;
cursor: pointer;
}
.loupan-div{
font-size: 16px;
color: #666;
padding: 15px 0 0 20px;
}
.shuliang-div{
font-size: 30px;
color: #f60;
padding: 15px 0 0 20px;
}
.time-div{
font-size: 16px;
color: #666;
padding: 15px 0 0 20px;
}
.mianfei-div{
overflow: hidden;
margin-top: 30px;
font-size: 14px;
border: 1px solid #e6e6e6;
border-radius: 5px;
padding: 13px 0 12px;
line-height: 20px;
}
.mianfeicontent-div{
margin: 0 14px;
margin-top: -1px;
overflow: hidden;
}
.kan-span{
display: inline-block;
background: url(../img/kan.png);
background-position: -58px 0;
width: 49px;
height: 49px;
margin-right: 20px;
overflow: hidden;
float: left;
}
.actitem-div{
width: 625px;
float: left;
}
.actitem-div h4{
font-size: 20px;
line-height: 28px;
word-break: break-all;
word-wrap: break-word;
overflow: hidden;
cursor: pointer;
margin: -3px 0 4px;
font-weight: normal;
}
.xiaoche-div{
color: #666;
height: 20px;
overflow: hidden;
zoom: 1;
}
.join-div{
width: 180px;
margin-top: 15px;
font-size: 16px;
float: left;
display: inline;
}
.mianfeicontent-div a{
cursor: pointer;
vertical-align: middle;
border-radius: 3px;
color: #FFF;
overflow: hidden;
background: #62ab00;
padding: 0 29px 0 30px;
font-size: 18px;
height: 40px;
line-height: 40px;
margin-top: 4px;
margin-right: 13px;
float: right;
display: inline;
}
.clearfix-div{
overflow: hidden;
}
.clearfixtitle-div{
margin: 30px 0 0;
overflow: hidden;
}
.clearfixtitle-div h3{
font-size: 24px;
float: left;
padding-left: 15px;
font-weight: normal;
overflow: hidden;
}
.zixun-div{
display: inline;
float: left;
width: 694px;
}
.mod{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
}
.innermod-div{
position: relative;
margin: 13px;
}
.innertitle-div{
font-size: 16px;
}
.dongtai-span{
border: 1px solid #e6e6e6;
border-radius: 2px;
padding: 1px 2px;
color: #999;
font-size: 14px;
margin-right: 9px;
}
.innertitle-div p{
font-size: 16px;
height: 43px;
color: #656565;
overflow: hidden;
text-align: left;
margin: 14px 0;
}
.dingyue-div{
float: left;
margin-left: 26px;
width: 360px;
}
.dingyuecontent-div{
background-color: #f9f9f9;
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
}
.dingyueinner-div{
height: 146px;
position: relative;
margin: 17px 13px 0 13px;
}
.dingyueinner-div ul{
overflow:hidden;
display: block;
}
.dingyueinner-div ul li{
width: 120px;
display: inline-block;
float: left;
height: 24px;
margin-bottom: 11px;
}
.dingyueinner-div span{
font-size: 16px;
}
.dingyueinner-div input{
width: 16px;
height: 16px;
margin: 0 8px 0 0;
vertical-align: text-bottom;
}
.dingyueinner-div a{
width: 120px;
margin: 0 auto;
background-color: #62ab00;
border-radius: 4px;
color: #fff;
font-size: 16px;
line-height: 40px;
height: 40px;
text-align: center;
display: block;
margin-top: 14px;
}
.huxingtitle-div{
margin: 30px 0 0;
overflow: hidden;
}
.huxingtitle-div h3{
font-size: 24px;
float: left;
line-height: 24px;
padding-left: 15px;
font-weight: normal;
}
.housetype-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
padding: 20px 14px;
}
.housetype-div ul {
margin: -30px -15px 0;
overflow: hidden;
}
.housetype-div ul li{
width: 240px;
height: 264px;
float: left;
margin: 30px 15px 0;
}
.huxing-content{
width: 100%;
height: 72px;
line-height: 21px;
text-align: left;
}
.guwen-div{
overflow: hidden;
}
.guwen-content{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
overflow: hidden;
position: relative;
padding: 0 30px;
height: 132px;
}
.guwen-content ul{
height: 130px;
overflow: hidden;
position: absolute;
top: 0;
left: 30px;
}
.guwen-content ul li{
display: block;
float: left;
width: 244px;
overflow: hidden;
padding: 35px 0 0 10px;
}
.guwen-content img{
width: 60px;
height: 60px;
float: left;
overflow: hidden;
display: block;
vertical-align: top;
border-radius: 5px;
}
.teachername-div{
width: 160px;
float: left;
display: block;
margin-left: 20px;
font-size: 20px;
overflow: hidden;
}
.teachernameleft-div{
margin-top: 18px;
font-size: 20px;
height: 20px;
line-height: 20px;
overflow: hidden;
margin-bottom: 5px;
float: left;
}
.yuyue-div{
color: #62ab00;
font-size: 14px;
padding: 0 3px;
border: 1px solid #62ab00;
border-radius: 2px;
display: inline-block;
vertical-align: top;
height: 18px;
line-height: 18px;
margin-left: 10px;
}
.userclear-div{
overflow: hidden;
}
.userleftclear-div{
width: 692px;
overflow: hidden;
float: left;
}
.userleftcontent-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
}
.review-ul{
padding: 4px 15px 0;
width: 662px;
margin-top: 1px;
overflow: hidden;
}
.review-ul li{
margin-top: 11px;
height: 116px;
border-bottom: 1px dashed #e6e6e6;
}
.publishmod-div{
height: 100%;
padding: 9px 15px 8px 0;
}
.comment-div{
float: right;
display: inline;
}
.commentcontent-div{
width: 358px;
overflow: hidden;
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
height: 297px;
}
.commentcontent-div ul{
overflow: hidden;
}
.commentcontent-div ul li{
overflow: hidden;
height: 129px;
padding: 0 15px;
width: 100%;
}
.line-dashed{
border-bottom: 1px dashed #ddd;
height: 0;
line-height: 0;
overflow: hidden;
font-size: 0;
margin: 0 auto;
margin-bottom: 15px;
}
.commentinfo-div{
overflow: hidden;
}
.commentinfo-div img{
margin: 5px 15px 0 0;
width:38px;
height: 38px;
float: left;
}
.truecomment-div{
margin: 5px 0 0;
line-height: 24px;
color: #999;
}
.map-div{
overflow: hidden;
}
.mapcontent-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
width: 1048px;
padding: 15px;
}
.mapcontent-div img{
width:550px;
height: 350px;
}
.life-div{
width: 480px;
float: right;
}
.life-ul ul{
width: 480px;
height: 35px;
border-bottom: 2px solid #62ab00;
font-size: 20px;
margin-bottom: 10px;
}
.life-ul li{
float: left;
cursor: pointer;
}
.life-ul li a{
color: #fff;
display: block;
width: 120px;
color: #333;
height: 35px;
text-align: center;
line-height: 35px;
font-size: 20px;
}
.lifelist-div p{
height: 36px;
display: block;
line-height: 36px;
margin-left: 10px;
overflow: hidden;
white-space: nowrap;
width: 340px;
font-size: 16px;
}
.yuegongcontent-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
height: 100px;
}
.yuegongleft-div{
width: 509px;
padding: 0 0 5px 30px;
border-right: 1px solid #e6e6e6;
background: #fff;
float: left;
position: relative;
z-index: 2;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.tools-mod{
width: 509px;
padding: 0 0 5px 30px;
border-right: 1px solid #e6e6e6;
background: #fff;
float: left;
position: relative;
z-index: 2;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.lifelist-div ul{
margin-top: 3px;
height: 230px;
overflow-y: auto;
overflow-x: hidden;
}
.lifelist-div ul li a{
float: left;
width: 36px;
height: 36px;
margin-right: 5px;
vertical-align: middle;
background: url(../img/all_icon.png) no-repeat;
background-position: -96px 0;
}
.zhan-p{
float: left;
line-height: 40px;
width: 340px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.lu-span{
color: #999;
font-size: 14px;
}
.mi-span{
margin-right: 2px;
float: right;
line-height: 40px;
overflow: hidden;
color: #999;
font-size: 14px;
cursor: pointer;
}
.guesshouselike-div{
overflow: hidden;
}
.guesscontent-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
}
.guesscontent-div ul{
margin: 14px 0 14px -9px;
line-height: 16px;
overflow: hidden;
}
.guesscontent-div ul li{
float: left;
display: inline;
width: 180px;
margin: 0 14px 0 23px;
}
.guesscontent-div ul li img{
width: 180px;
height: 135px;
margin-bottom: 10px;
}
.guesscontent-div ul li a{
height: 25px;
display: inline-block;
width: 100%;
line-height: 25px;
word-break: break-all;
word-wrap: break-word;
overflow: hidden;
}
.guesscontent-div ul li p{
position: relative;
margin-top: 4px;
color: #f60;
line-height: 18px;
font-size: 16px;
}
.recomenned-div{
overflow: hidden;
}
.listitem-div{
width: 348px;
float: left;
padding-right: 18px;
}
.listcontent-div{
padding: 5px 0 15px 15px;
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
}
.listcontent-div ul{
overflow: hidden;
font-size: 16px;
}
.listcontent-div ul li{
letter-spacing: -4px;
word-spacing: -4px;
font-size: 0;
padding-top: 10px;
color: #999;
}
.listcontent-div ul li a{
width: 125px;
color: #666;
font-size: 16px;
letter-spacing: normal;
word-spacing: normal;
display: inline-block;
height: 24px;
line-height: 24px;
overflow: hidden;
white-space: normal;
word-break: break-all;
word-wrap: break-word;
}
.area{
width: 90px;
font-size: 16px;
letter-spacing: normal;
word-spacing: normal;
display: inline-block;
height: 24px;
line-height: 24px;
overflow: hidden;
white-space: normal;
word-break: break-all;
word-wrap: break-word;
}
.price{
width: 105px;
text-align: right;
font-size: 16px;
letter-spacing: normal;
word-spacing: normal;
display: inline-block;
height: 24px;
line-height: 24px;
overflow: hidden;
white-space: normal;
word-break: break-all;
word-wrap: break-word;
}
.housead-div{
margin-top: 30px;
overflow: hidden;
}
.housead-div img{
width:1080px;
height: 100px;
}
.housebuttom-div{
overflow: hidden;
}
.infoarea-div{
border: 1px solid #e6e6e6;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
padding: 18px 30px 4px;
}
.info-item{
line-height: 30px;
padding: 7px 0 8px;
border-bottom: 1px dashed #e6e6e6;
color: #999;
font-size: 16px;
}
.info-item a{
padding-right: 40px;
font-size: 16px;
color: #999;
}
.info-item a:hover{
color:#f60;
} | 0.197754 | 0.07579 |
Details
*{
margin: 0;
padding: 0;
/* box-sizing: border-box; */
font-family: 'jost', sans-serif;
}
body{
background:#f2f2f2;
/* display: flex; */
align-items: center;
justify-content: center;
height: 100vh;
}
.login-card{
margin: 80px auto 40px;
width: 350px;
height: 430px;
perspective: 1500px;
}
#chk{
display: none;
}
#chk:checked ~ .login-content{
animation: 2s animate;
transform: rotateY(180deg);
}
@keyframes animate{
0%{
transform: translateZ(0px);
}
50%{
transform: translateZ(100px);
}
100%{
transform: rotateY(180deg);
}
}
.login-content{
width: 100%;
height: 100%;
transform-style: preserve-3d;
box-shadow: 0 5px 15px rgba(0,0,0,0.5);
transition: transform 1s cubic-bezier(0.75, 0,0.85,1);
border-radius: 8px;
}
.front, .back{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
backface-visibility: hidden;
transform-style: preserve-3d;
perspective: 1500px;
border-radius: 8px;
}
.back{
transform: rotateY(180deg);
}
.inner{
height: 100%;
padding: 1.5em;
transform: translateZ(80px) scale(1);
}
.login-heading{
position: absolute;
top: 50px;
left: 30px;
font-size: 28px;
color: #000;
font-weight: bolder;
}
.additional-heading{
position: absolute;
top: 50px;
left: 30px;
font-size: 23px;
color: #000;
font-weight: bolder;
padding-bottom: 5px;
}
p{
font-size: 15px;
padding: 7px;
margin-top: 70px;
text-align: justify;
line-height: 1.4em;
}
input[type=text],
input[type=password],
input[type=email]{
width: 95%;
height: 40px;
padding: 15px;
margin: 10px 8px;
box-sizing: border-box;
color: #000;
background:#f5f0f0;
border: none;
outline: none;
border-radius: 4px;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder{
color: #b5a1a1;
}
textarea {
width: 95%;
height: 90px;
padding: 0 15px 15px 15px;
margin: 10px 8px;
box-sizing: border-box;
color: #000;
background:#f5f0f0;
border: none;
outline: none;
border-radius: 4px;
color: #b5a1a1;
}
#addr-text {
margin-left: 3%;
margin-top: 0;
padding: 0;
}
.front label{
padding: 8px 6px;
font-size: 16px;
color: red;
float: right;
cursor: pointer;
}
.back label{
position: absolute;
bottom: 40px;
width: 90%;
font-size: 16px;
text-align: center;
color: red;
cursor: pointer;
}
.login-btn{
position: absolute;
right: 30px;
width: 82%;
padding: 7px;
color: #eee;
background:red;
text-align: center;
font-size: 18px;
border-radius: 4px;
outline: none;
border: none;
cursor: pointer;
transition: .3s;
}
.front .login-btn{
bottom: 10%;
}
.back .login-btn{
bottom: 20%;
}
.login-btn:hover{
background-color: #cf3c27;
}
.social{
margin: auto;
width: 20rem;
}
.btn-social{
padding-left: 200px;
} | public/css/login.css | Details
*{
margin: 0;
padding: 0;
/* box-sizing: border-box; */
font-family: 'jost', sans-serif;
}
body{
background:#f2f2f2;
/* display: flex; */
align-items: center;
justify-content: center;
height: 100vh;
}
.login-card{
margin: 80px auto 40px;
width: 350px;
height: 430px;
perspective: 1500px;
}
#chk{
display: none;
}
#chk:checked ~ .login-content{
animation: 2s animate;
transform: rotateY(180deg);
}
@keyframes animate{
0%{
transform: translateZ(0px);
}
50%{
transform: translateZ(100px);
}
100%{
transform: rotateY(180deg);
}
}
.login-content{
width: 100%;
height: 100%;
transform-style: preserve-3d;
box-shadow: 0 5px 15px rgba(0,0,0,0.5);
transition: transform 1s cubic-bezier(0.75, 0,0.85,1);
border-radius: 8px;
}
.front, .back{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
backface-visibility: hidden;
transform-style: preserve-3d;
perspective: 1500px;
border-radius: 8px;
}
.back{
transform: rotateY(180deg);
}
.inner{
height: 100%;
padding: 1.5em;
transform: translateZ(80px) scale(1);
}
.login-heading{
position: absolute;
top: 50px;
left: 30px;
font-size: 28px;
color: #000;
font-weight: bolder;
}
.additional-heading{
position: absolute;
top: 50px;
left: 30px;
font-size: 23px;
color: #000;
font-weight: bolder;
padding-bottom: 5px;
}
p{
font-size: 15px;
padding: 7px;
margin-top: 70px;
text-align: justify;
line-height: 1.4em;
}
input[type=text],
input[type=password],
input[type=email]{
width: 95%;
height: 40px;
padding: 15px;
margin: 10px 8px;
box-sizing: border-box;
color: #000;
background:#f5f0f0;
border: none;
outline: none;
border-radius: 4px;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder{
color: #b5a1a1;
}
textarea {
width: 95%;
height: 90px;
padding: 0 15px 15px 15px;
margin: 10px 8px;
box-sizing: border-box;
color: #000;
background:#f5f0f0;
border: none;
outline: none;
border-radius: 4px;
color: #b5a1a1;
}
#addr-text {
margin-left: 3%;
margin-top: 0;
padding: 0;
}
.front label{
padding: 8px 6px;
font-size: 16px;
color: red;
float: right;
cursor: pointer;
}
.back label{
position: absolute;
bottom: 40px;
width: 90%;
font-size: 16px;
text-align: center;
color: red;
cursor: pointer;
}
.login-btn{
position: absolute;
right: 30px;
width: 82%;
padding: 7px;
color: #eee;
background:red;
text-align: center;
font-size: 18px;
border-radius: 4px;
outline: none;
border: none;
cursor: pointer;
transition: .3s;
}
.front .login-btn{
bottom: 10%;
}
.back .login-btn{
bottom: 20%;
}
.login-btn:hover{
background-color: #cf3c27;
}
.social{
margin: auto;
width: 20rem;
}
.btn-social{
padding-left: 200px;
} | 0.351645 | 0.056262 |
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
body, html {
width: 100%;
height: 100%;
overflow: hidden;
background-color: #2B3233;
}
body, html, div, input, button, label, textarea, panel {
display: block;
margin: 0;
box-sizing: border-box;
width: 100%;
font: 14px 'Roboto', sans-serif;
line-height: 2em;
}
input {
padding: 0 0.5em;
font-family: 'Roboto Mono', monospace;
border: 1px solid #7C9194;
}
label {
text-align: center;
margin-top: 0.5em;
overflow-x: auto;
height: 2em;
white-space: nowrap;
}
button {
cursor: pointer;
overflow-x: auto;
padding: 0 1em;
background: white;
border: 1px solid #7C9194;
}
.loading {
background-image: url(https://loading.io/assets/img/triangle.svg);
background-repeat: repeat;
background-size: 33%;
}
.loading * {
display: none;
}
panel {
width: 20%;
float: left;
height: 100%;
transition: all 0.5s ease-out;
box-shadow: 2px 10px 20px 0px black;
}
.panelinside {
position: relative;
padding: 2em;
height: 100%;
box-shadow: -10px 0px 20px 0px black;
}
panel[name=left] .panelinside {
background-color: #F4F7F0;
z-index: 5;
}
panel[name=leftmiddle] {
margin-left: -20%;
}
panel[name=leftmiddle] .panelinside {
background-color: #F2EEE3;
z-index: 4;
}
panel[name=middle] {
margin-left: -20%;
}
panel[name=middle] .panelinside {
background-color: #C9D7D8;
z-index: 3;
}
panel[name=error] {
margin-left: -20%;
}
panel[name=error] .panelinside {
background-color: #F2DBC9;
z-index: 2;
}
panel[name=rightmiddle] {
margin-left: -20%;
}
panel[name=rightmiddle] .panelinside {
background-color: #9BABB2;
z-index: 1;
}
panel[name=right] {
width: 40%;
position: absolute;
right: -20%;
}
panel[name=right]:hover {
right: 0;
}
panel[name=right] .panelinside {
background-color: #7C9194;
color: white;
z-index: 6;
box-shadow: 5px 0px 20px 0px black;
}
.buttonList {
margin-top: 0.5em;
overflow-y: auto;
max-height: 90%;
}
#error {
font-family: 'Roboto Mono', monospace;
}
#text {
width: 100%;
height: 90%;
padding: 0 0.5em;
} | inspect.css | @import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
body, html {
width: 100%;
height: 100%;
overflow: hidden;
background-color: #2B3233;
}
body, html, div, input, button, label, textarea, panel {
display: block;
margin: 0;
box-sizing: border-box;
width: 100%;
font: 14px 'Roboto', sans-serif;
line-height: 2em;
}
input {
padding: 0 0.5em;
font-family: 'Roboto Mono', monospace;
border: 1px solid #7C9194;
}
label {
text-align: center;
margin-top: 0.5em;
overflow-x: auto;
height: 2em;
white-space: nowrap;
}
button {
cursor: pointer;
overflow-x: auto;
padding: 0 1em;
background: white;
border: 1px solid #7C9194;
}
.loading {
background-image: url(https://loading.io/assets/img/triangle.svg);
background-repeat: repeat;
background-size: 33%;
}
.loading * {
display: none;
}
panel {
width: 20%;
float: left;
height: 100%;
transition: all 0.5s ease-out;
box-shadow: 2px 10px 20px 0px black;
}
.panelinside {
position: relative;
padding: 2em;
height: 100%;
box-shadow: -10px 0px 20px 0px black;
}
panel[name=left] .panelinside {
background-color: #F4F7F0;
z-index: 5;
}
panel[name=leftmiddle] {
margin-left: -20%;
}
panel[name=leftmiddle] .panelinside {
background-color: #F2EEE3;
z-index: 4;
}
panel[name=middle] {
margin-left: -20%;
}
panel[name=middle] .panelinside {
background-color: #C9D7D8;
z-index: 3;
}
panel[name=error] {
margin-left: -20%;
}
panel[name=error] .panelinside {
background-color: #F2DBC9;
z-index: 2;
}
panel[name=rightmiddle] {
margin-left: -20%;
}
panel[name=rightmiddle] .panelinside {
background-color: #9BABB2;
z-index: 1;
}
panel[name=right] {
width: 40%;
position: absolute;
right: -20%;
}
panel[name=right]:hover {
right: 0;
}
panel[name=right] .panelinside {
background-color: #7C9194;
color: white;
z-index: 6;
box-shadow: 5px 0px 20px 0px black;
}
.buttonList {
margin-top: 0.5em;
overflow-y: auto;
max-height: 90%;
}
#error {
font-family: 'Roboto Mono', monospace;
}
#text {
width: 100%;
height: 90%;
padding: 0 0.5em;
} | 0.423816 | 0.113432 |
.entity-header {
width: 100%;
margin: 0;
padding: 0;
position: relative;
overflow: hidden;
border-bottom: 5px solid #1A237E;
background-color: #90949c;
}
.entity-header .line {
background-color: #ffffff;
}
.entity-default-cover {
background-image: url('/images/common/image.svg');
background-position: center;
background-repeat: repeat;
background-size: 200px;
}
.entity-cover {
position: absolute;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
}
.entity-header-overlay {
width: 100%;
/*background-color: rgba(50,50,50,.8);*/
background-color: rgba(20,27,32,.85);
margin-top: 265px;
position: relative;
transition: all .5s ease;
}
.entity-logo {
width: 200px;
height: 200px;
margin: 45px 0 45px 45px;
background-color: #9e9e9e;
background-image: url('/images/common/image.svg');
background-position: center;
background-repeat: no-repeat;
background-size: auto 100%;
overflow: hidden;
float: left;
}
.entity-logo > .logo {
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: auto 100%;
}
.entity-description {
width: 60%;
padding: 30px 20px 20px;
color: #ffffff;
float: left;
}
.entity-description > p {
font-size: 16px;
}
.entity-header-secondary-info {
color: #ffffff;
padding: 20px;
}
.entity-left-panel {
margin-right: 280px;
}
.entity-right-side-panel {
position: absolute;
right: 15px;
width: 250px;
background-color: #ffffff;
overflow-y: auto;
overflow-x: hidden;
z-index: 9998;
transition: right .2s ease-out
}
.working-time-status {
font-size: 16px;
color: #ffffff;
padding: 10px;
padding-left: 35px;
}
.working-time-status::before {
content: "";
position: absolute;
top: 14px;
left: 0;
width: 14px;
height: 14px;
border-radius: 14px;
margin-left: 10px;
}
.working-time-status.status-open::before {
background-color: rgb(28,156,1);
box-shadow: 0 0 10px 2px rgba(28,156,1,.85);
}
.working-time-status.status-close::before {
background-color: red;
box-shadow: 0 0 10px 2px rgba(255,0,0,.85);
}
.entity-main-bar {
width: 100%;
/*height: 60px;*/
background-color: #CFD8DC;
border-bottom: 2px solid #78909C;
}
/*.entity-main-bar ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
line-height: 60px;
}
.entity-main-bar ul > li {
font-size: 18px;
padding: 0 20px;
display: inline-block;
}*/
.entity-main-bar .btn-group {
padding: 10px;
}
.entity-main-bar .btn-group > .btn {
background-color: #ffffff;
border: 1px solid #BDBDBD;
padding: 6px 20px;
}
.entity-main-bar .btn-group > .btn:hover {
background-color: #dfdfdf;
}
.entity-left-panel {
margin-right: 280px;
border-right: 1px solid #CFD8DC;
}
/*color: #000 !important;
text-decoration: none !important;
background-color: #ffffff;
border: 1px solid #BDBDBD;
padding: 5px 25px;
border: 0;
display: inline-block;
margin: 10px 0;
border-radius: 6px;
*/
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
/*========== Non-Mobile First Method ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.entity-header-overlay {
margin-top: 0;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.entity-logo {
margin-bottom: 0;
}
.entity-cover {
background-size: 100%;
}
.entity-description {
width: 90%;
padding: 0 0 20px 45px;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.entity-cover {
background-size: auto 100%;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.entity-description h2 {
font-size: 22px;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
} | public/__css/pages/entity.css | .entity-header {
width: 100%;
margin: 0;
padding: 0;
position: relative;
overflow: hidden;
border-bottom: 5px solid #1A237E;
background-color: #90949c;
}
.entity-header .line {
background-color: #ffffff;
}
.entity-default-cover {
background-image: url('/images/common/image.svg');
background-position: center;
background-repeat: repeat;
background-size: 200px;
}
.entity-cover {
position: absolute;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
}
.entity-header-overlay {
width: 100%;
/*background-color: rgba(50,50,50,.8);*/
background-color: rgba(20,27,32,.85);
margin-top: 265px;
position: relative;
transition: all .5s ease;
}
.entity-logo {
width: 200px;
height: 200px;
margin: 45px 0 45px 45px;
background-color: #9e9e9e;
background-image: url('/images/common/image.svg');
background-position: center;
background-repeat: no-repeat;
background-size: auto 100%;
overflow: hidden;
float: left;
}
.entity-logo > .logo {
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: auto 100%;
}
.entity-description {
width: 60%;
padding: 30px 20px 20px;
color: #ffffff;
float: left;
}
.entity-description > p {
font-size: 16px;
}
.entity-header-secondary-info {
color: #ffffff;
padding: 20px;
}
.entity-left-panel {
margin-right: 280px;
}
.entity-right-side-panel {
position: absolute;
right: 15px;
width: 250px;
background-color: #ffffff;
overflow-y: auto;
overflow-x: hidden;
z-index: 9998;
transition: right .2s ease-out
}
.working-time-status {
font-size: 16px;
color: #ffffff;
padding: 10px;
padding-left: 35px;
}
.working-time-status::before {
content: "";
position: absolute;
top: 14px;
left: 0;
width: 14px;
height: 14px;
border-radius: 14px;
margin-left: 10px;
}
.working-time-status.status-open::before {
background-color: rgb(28,156,1);
box-shadow: 0 0 10px 2px rgba(28,156,1,.85);
}
.working-time-status.status-close::before {
background-color: red;
box-shadow: 0 0 10px 2px rgba(255,0,0,.85);
}
.entity-main-bar {
width: 100%;
/*height: 60px;*/
background-color: #CFD8DC;
border-bottom: 2px solid #78909C;
}
/*.entity-main-bar ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
line-height: 60px;
}
.entity-main-bar ul > li {
font-size: 18px;
padding: 0 20px;
display: inline-block;
}*/
.entity-main-bar .btn-group {
padding: 10px;
}
.entity-main-bar .btn-group > .btn {
background-color: #ffffff;
border: 1px solid #BDBDBD;
padding: 6px 20px;
}
.entity-main-bar .btn-group > .btn:hover {
background-color: #dfdfdf;
}
.entity-left-panel {
margin-right: 280px;
border-right: 1px solid #CFD8DC;
}
/*color: #000 !important;
text-decoration: none !important;
background-color: #ffffff;
border: 1px solid #BDBDBD;
padding: 5px 25px;
border: 0;
display: inline-block;
margin: 10px 0;
border-radius: 6px;
*/
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
/*========== Non-Mobile First Method ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.entity-header-overlay {
margin-top: 0;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.entity-logo {
margin-bottom: 0;
}
.entity-cover {
background-size: 100%;
}
.entity-description {
width: 90%;
padding: 0 0 20px 45px;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.entity-cover {
background-size: auto 100%;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.entity-description h2 {
font-size: 22px;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
} | 0.314682 | 0.073997 |
.header-dashboard {
background-color: #ffd7d4;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
text-align: center;
padding: 30px 0;
}
.wrapper {
align-items: center;
height: 100vh;
}
.sidebar-wrapper {
position: relative;
bottom: 80px;
border: 1px solid #FF5145;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 380px !important;
}
/*
.users {
background-color: red;
} */
.ac {
background-color: #ffd7d4;
border: 10px solid #f8fafc;
border-radius: 20px !important;
padding: 20px;
height: 600px;
overflow-y: auto;
}
.ac::-webkit-scrollbar {
width: 15px;
}
/* Track */
.ac::-webkit-scrollbar-track {
background: #fff;
border-radius: 15px;
}
/* Handle */
.ac::-webkit-scrollbar-thumb {
background: #FF5145;
border-radius: 15px;
}
.heading {
display: flex;
align-items: center;
justify-content: space-between;
}
.heading div:first-child i {
margin-right: 10px;
color: #FF5145;
}
.heading i {
font-size: 18px;
}
.ac-top {
margin-bottom: 10px;
}
.ac-top input {
width: 80%;
outline: none;
padding: 5px 5px 5px 10px;
margin: 15px 0;
border-radius: 8px;
border: 1px solid #ccc !important;
}
.ac-top input:focus {
border: 1px solid #FF5145 !important;
}
.u, .p {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
border-radius: 15px;
border: 1px solid #FF5145;
}
.u-icons,
.p-icons {
display: flex;
flex-direction: column;
}
.p {
align-items: flex-start;
}
.u-icons i,
.p-icons i {
font-size: 18px;
}
.order {
background-color: #fff;
padding: 15px;
border-radius: 15px;
border: 1px solid #FF5145;
margin-bottom: 10px;
}
.order-top {
display: flex;
justify-content: space-between;
align-items: center;
}
.order-top i {
font-size: 22px;
} | public/css/dashboard.css | .header-dashboard {
background-color: #ffd7d4;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
text-align: center;
padding: 30px 0;
}
.wrapper {
align-items: center;
height: 100vh;
}
.sidebar-wrapper {
position: relative;
bottom: 80px;
border: 1px solid #FF5145;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 380px !important;
}
/*
.users {
background-color: red;
} */
.ac {
background-color: #ffd7d4;
border: 10px solid #f8fafc;
border-radius: 20px !important;
padding: 20px;
height: 600px;
overflow-y: auto;
}
.ac::-webkit-scrollbar {
width: 15px;
}
/* Track */
.ac::-webkit-scrollbar-track {
background: #fff;
border-radius: 15px;
}
/* Handle */
.ac::-webkit-scrollbar-thumb {
background: #FF5145;
border-radius: 15px;
}
.heading {
display: flex;
align-items: center;
justify-content: space-between;
}
.heading div:first-child i {
margin-right: 10px;
color: #FF5145;
}
.heading i {
font-size: 18px;
}
.ac-top {
margin-bottom: 10px;
}
.ac-top input {
width: 80%;
outline: none;
padding: 5px 5px 5px 10px;
margin: 15px 0;
border-radius: 8px;
border: 1px solid #ccc !important;
}
.ac-top input:focus {
border: 1px solid #FF5145 !important;
}
.u, .p {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
border-radius: 15px;
border: 1px solid #FF5145;
}
.u-icons,
.p-icons {
display: flex;
flex-direction: column;
}
.p {
align-items: flex-start;
}
.u-icons i,
.p-icons i {
font-size: 18px;
}
.order {
background-color: #fff;
padding: 15px;
border-radius: 15px;
border: 1px solid #FF5145;
margin-bottom: 10px;
}
.order-top {
display: flex;
justify-content: space-between;
align-items: center;
}
.order-top i {
font-size: 22px;
} | 0.353875 | 0.115836 |
body {
background: #F00000;
background: -webkit-linear-gradient(to right, #DC281E, #F00000);
background: linear-gradient(to right, #DC281E, #F00000);
margin: 0;
font-family: "Mountains of Christmas";
}
::selection {
background: rgba(255, 255, 0, 0.5);
}
body {
background: #de2f32;
}
.window {
width: 340px;
height: 340px;
background: #a0d5d3;
position: absolute;
top: 40%;
left: 50%;
border-radius: 50%;
margin-top: -60px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border: 10px solid #f8e7dc;
overflow: hidden;
z-index: -100;
}
.santa {
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.santa .body {
width: 190px;
height: 210px;
background: #de2f32;
position: relative;
border-radius: 50%;
top: 0;
-webkit-animation: bodyLaugh 4s linear infinite;
-moz-animation: bodyLaugh 4s linear infinite;
-ms-animation: bodyLaugh 4s linear infinite;
-o-animation: bodyLaugh 4s linear infinite;
animation: bodyLaugh 4s linear infinite;
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
}
.santa .body:before {
content: " ";
width: 7px;
height: 7px;
background: #f7be10;
border-radius: 50%;
position: absolute;
top: 35%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
box-shadow: 0px -18px 0px #f7be10, 0px 18px 0px #f7be10;
}
.santa .head {
z-index: 2;
position: absolute;
bottom: 90px;
left: 50%;
-webkit-animation: headLaugh 4s linear infinite;
-moz-animation: headLaugh 4s linear infinite;
-ms-animation: headLaugh 4s linear infinite;
-o-animation: headLaugh 4s linear infinite;
animation: headLaugh 4s linear infinite;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.santa .head .face {
width: 120px;
height: 130px;
background: #edcab0;
background: radial-gradient(#edcab0, #e9a982);
border-radius: 50%;
border: 3px solid #f8e7dc;
}
.santa .head .face .redhat .whitepart {
position: absolute;
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
width: 90%;
height: 32px;
background: #f8e7dc;
border-radius: 50px;
z-index: 4;
box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.1);
}
.santa .head .face .redhat .redpart {
width: 120px;
height: 120px;
background: #de2f32;
position: absolute;
top: -50px;
left: 15px;
border-radius: 50%;
z-index: -1;
}
.santa .head .face .redhat .redpart:before {
content: " ";
width: 95px;
height: 95px;
position: absolute;
left: 0;
top: 12px;
border-radius: 50%;
box-shadow: inset -8px -1px 0px -5px rgba(0, 0, 0, 0.05);
}
.santa .head .face .redhat .redpart:after {
content: " ";
position: absolute;
right: 0;
top: 60px;
background: #de2f32;
width: 20px;
height: 50px;
}
.santa .head .face .redhat .hatball {
width: 38px;
height: 38px;
background: #f8e7dc;
border-radius: 50%;
z-index: 5;
position: absolute;
right: -20px;
top: 40px;
box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.1);
}
.santa .head .face .eyes {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
top: 57px;
}
.santa .head .face .eyes:before, .santa .head .face .eyes:after {
content: " ";
position: absolute;
width: 15px;
height: 9px;
top: 0;
border: 5px solid #a8744f;
border-width: 0;
border-top-width: 5px;
border-radius: 50%;
}
.santa .head .face .eyes:before {
left: -28px;
}
.santa .head .face .eyes:after {
right: -28px;
}
.santa .head .face .beard {
width: 55px;
height: 55px;
background: #f8e7dc;
border-radius: 50%;
position: absolute;
bottom: -30px;
left: 50%;
-webkit-animation: beardLaugh 4s linear infinite;
-moz-animation: beardLaugh 4s linear infinite;
-ms-animation: beardLaugh 4s linear infinite;
-o-animation: beardLaugh 4s linear infinite;
animation: beardLaugh 4s linear infinite;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.santa .head .face .beard:before, .santa .head .face .beard:after {
content: " ";
width: 80px;
height: 80px;
background: #f8e7dc;
border-radius: 50%;
position: absolute;
bottom: 15px;
}
.santa .head .face .beard:before {
left: -40px;
}
.santa .head .face .beard:after {
right: -40px;
}
.santa .head .face .beard .nouse {
width: 25px;
height: 20px;
border-radius: 50%;
background: #edcab0;
position: absolute;
z-index: 3;
box-shadow: inset -3px -3px 0px #e9a982;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
top: -42px;
}
.santa .head .face .beard .mouth {
background: #a8744f;
z-index: 3;
position: absolute;
width: 15px;
height: 5px;
border-bottom-right-radius: 80px 50px;
border-bottom-left-radius: 80px 50px;
left: 50%;
top: 0;
-webkit-animation: mouthLaugh 4s linear infinite;
-moz-animation: mouthLaugh 4s linear infinite;
-ms-animation: mouthLaugh 4s linear infinite;
-o-animation: mouthLaugh 4s linear infinite;
animation: mouthLaugh 4s linear infinite;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.santa .head .ears:before, .santa .head .ears:after {
content: " ";
width: 20px;
height: 30px;
border-radius: 50%;
background: radial-gradient(#e9a982, #edcab0);
position: absolute;
top: 50%;
z-index: -1;
}
.santa .head .ears:before {
left: -8px;
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
transform: rotate(-10deg);
}
.santa .head .ears:after {
right: -8px;
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
}
@font-face {
font-family: 'Mountains of Christmas';
font-style: normal;
src: local("Mountains of Christmas"), local("MountainsofChristmas-Regular"), url(https://fonts.gstatic.com/s/mountainsofchristmas/v8/dVGBFPwd6G44IWDbQtPewylJhLDHyIrT3I5b5eGTHmw.woff2) format("woff2");
}
.message {
position: absolute;
left: 50%;
top: 50%;
margin-top: 80px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
color: #f8e7dc;
font-family: 'Mountains of Christmas';
z-index: -50;
}
.message h1 {
font-style: normal;
font-size: 75px;
margin-bottom: 0;
white-space: nowrap;
}
.message h2 {
margin: 0;
font-size: 20px;
text-align: center;
white-space: nowrap;
}
.message h2 a {
color: #f7be10;
opacity: 0.8;
}
.message h2 a:hover {
opacity: 1;
}
@-webkit-keyframes bodyLaugh {
0% {
top: 0px;
}
2% {
top: -3px;
}
4% {
top: 0px;
}
8% {
top: -3px;
}
10% {
top: 0px;
}
12% {
top: -3px;
}
14% {
top: 0px;
}
18% {
top: -3px;
}
20% {
top: 0px;
}
22% {
top: -3px;
}
24% {
top: 0px;
}
28% {
top: -3px;
}
30% {
top: 0px;
}
100% {
top: 0px;
}
}
@-moz-keyframes bodyLaugh {
0% {
top: 0px;
}
2% {
top: -3px;
}
4% {
top: 0px;
}
8% {
top: -3px;
}
10% {
top: 0px;
}
12% {
top: -3px;
}
14% {
top: 0px;
}
18% {
top: -3px;
}
20% {
top: 0px;
}
22% {
top: -3px;
}
24% {
top: 0px;
}
28% {
top: -3px;
}
30% {
top: 0px;
}
100% {
top: 0px;
}
}
@-ms-keyframes bodyLaugh {
0% {
top: 0px;
}
2% {
top: -3px;
}
4% {
top: 0px;
}
8% {
top: -3px;
}
10% {
top: 0px;
}
12% {
top: -3px;
}
14% {
top: 0px;
}
18% {
top: -3px;
}
20% {
top: 0px;
}
22% {
top: -3px;
}
24% {
top: 0px;
}
28% {
top: -3px;
}
30% {
top: 0px;
}
100% {
top: 0px;
}
}
@keyframes bodyLaugh {
0% {
top: 0px;
}
2% {
top: -3px;
}
4% {
top: 0px;
}
8% {
top: -3px;
}
10% {
top: 0px;
}
12% {
top: -3px;
}
14% {
top: 0px;
}
18% {
top: -3px;
}
20% {
top: 0px;
}
22% {
top: -3px;
}
24% {
top: 0px;
}
28% {
top: -3px;
}
30% {
top: 0px;
}
100% {
top: 0px;
}
}
@-webkit-keyframes beardLaugh {
0% {
bottom: -28px;
}
2% {
bottom: -30px;
}
4% {
bottom: -28px;
}
8% {
bottom: -30px;
}
10% {
bottom: -28px;
}
12% {
bottom: -30px;
}
14% {
bottom: -28px;
}
18% {
bottom: -30px;
}
20% {
bottom: -28px;
}
22% {
bottom: -30px;
}
24% {
bottom: -28px;
}
28% {
bottom: -30px;
}
30% {
bottom: -28px;
}
100% {
bottom: -28px;
}
}
@-moz-keyframes beardLaugh {
0% {
bottom: -28px;
}
2% {
bottom: -30px;
}
4% {
bottom: -28px;
}
8% {
bottom: -30px;
}
10% {
bottom: -28px;
}
12% {
bottom: -30px;
}
14% {
bottom: -28px;
}
18% {
bottom: -30px;
}
20% {
bottom: -28px;
}
22% {
bottom: -30px;
}
24% {
bottom: -28px;
}
28% {
bottom: -30px;
}
30% {
bottom: -28px;
}
100% {
bottom: -28px;
}
}
@-ms-keyframes beardLaugh {
0% {
bottom: -28px;
}
2% {
bottom: -30px;
}
4% {
bottom: -28px;
}
8% {
bottom: -30px;
}
10% {
bottom: -28px;
}
12% {
bottom: -30px;
}
14% {
bottom: -28px;
}
18% {
bottom: -30px;
}
20% {
bottom: -28px;
}
22% {
bottom: -30px;
}
24% {
bottom: -28px;
}
28% {
bottom: -30px;
}
30% {
bottom: -28px;
}
100% {
bottom: -28px;
}
}
@keyframes beardLaugh {
0% {
bottom: -28px;
}
2% {
bottom: -30px;
}
4% {
bottom: -28px;
}
8% {
bottom: -30px;
}
10% {
bottom: -28px;
}
12% {
bottom: -30px;
}
14% {
bottom: -28px;
}
18% {
bottom: -30px;
}
20% {
bottom: -28px;
}
22% {
bottom: -30px;
}
24% {
bottom: -28px;
}
28% {
bottom: -30px;
}
30% {
bottom: -28px;
}
100% {
bottom: -28px;
}
}
@-webkit-keyframes headLaugh {
0% {
bottom: 83px;
}
45% {
bottom: 83px;
}
50% {
bottom: 90px;
}
92% {
bottom: 90px;
}
98% {
bottom: 83px;
}
100% {
bottom: 83px;
}
}
@-moz-keyframes headLaugh {
0% {
bottom: 83px;
}
45% {
bottom: 83px;
}
50% {
bottom: 90px;
}
92% {
bottom: 90px;
}
98% {
bottom: 83px;
}
100% {
bottom: 83px;
}
}
@-ms-keyframes headLaugh {
0% {
bottom: 83px;
}
45% {
bottom: 83px;
}
50% {
bottom: 90px;
}
92% {
bottom: 90px;
}
98% {
bottom: 83px;
}
100% {
bottom: 83px;
}
}
@keyframes headLaugh {
0% {
bottom: 83px;
}
45% {
bottom: 83px;
}
50% {
bottom: 90px;
}
92% {
bottom: 90px;
}
98% {
bottom: 83px;
}
100% {
bottom: 83px;
}
}
@-webkit-keyframes mouthLaugh {
0% {
width: 20px;
}
45% {
width: 20px;
}
50% {
width: 15px;
}
92% {
width: 15px;
}
98% {
width: 20px;
}
100% {
width: 20px;
}
}
@-moz-keyframes mouthLaugh {
0% {
width: 20px;
}
45% {
width: 20px;
}
50% {
width: 15px;
}
92% {
width: 15px;
}
98% {
width: 20px;
}
100% {
width: 20px;
}
}
@-ms-keyframes mouthLaugh {
0% {
width: 20px;
}
45% {
width: 20px;
}
50% {
width: 15px;
}
92% {
width: 15px;
}
98% {
width: 20px;
}
100% {
width: 20px;
}
}
@keyframes mouthLaugh {
0% {
width: 20px;
}
45% {
width: 20px;
}
50% {
width: 15px;
}
92% {
width: 15px;
}
98% {
width: 20px;
}
100% {
width: 20px;
}
}
.center {
height: 100vh;
position: relative;
/* background: yellow; */
}
.center button {
margin: 0;
background: red;
border: none;
padding: 10px;
width: 100px;
border-radius: 10px;
font-weight: bold;
box-shadow: 0px 0px 1px black;
}
.center button#start {
margin: 0;
background: yellow;
border: none;
padding: 10px;
width: 100px;
border-radius: 10px;
font-weight: bold;
box-shadow: 0px 0px 1px black;
}
#pname, #cost, #secret {
background: white;
border: none;
padding: 10px;
border-radius: 10px;
color: #F00000;
font-weight: bold;
box-shadow: 0px 0px 1px black;
margin-bottom: 10px;
}
div .holder {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
#message, #message2 {
position: absolute;
left: 50%;
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
color: red;
display: none;
}
#result {
position: absolute;
min-width: 100px;
min-height: 100px;
padding: 10px;
background: #D3CCE3;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E9E4F0, #D3CCE3);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
box-shadow: 0px 0px 0.5px 0.1px black;
border-radius: 10px;
display: none;
}
th {
text-align: left;
}
table {
min-width: 200px;
}
th {
border-bottom: 1px solid black;
}
td {
border-bottom: 1px solid rgba(255, 0, 0, 0.281);
}
#close {
margin: 0;
background: red;
border: none;
padding: 10px;
width: 100px;
border-radius: 10px;
font-weight: bold;
box-shadow: 0px 0px 1px #121212;
}
#prize {
font-size: 50px;
}
span {
font-size: 20px;
} | 06SecretSanta/css/main.css | body {
background: #F00000;
background: -webkit-linear-gradient(to right, #DC281E, #F00000);
background: linear-gradient(to right, #DC281E, #F00000);
margin: 0;
font-family: "Mountains of Christmas";
}
::selection {
background: rgba(255, 255, 0, 0.5);
}
body {
background: #de2f32;
}
.window {
width: 340px;
height: 340px;
background: #a0d5d3;
position: absolute;
top: 40%;
left: 50%;
border-radius: 50%;
margin-top: -60px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border: 10px solid #f8e7dc;
overflow: hidden;
z-index: -100;
}
.santa {
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.santa .body {
width: 190px;
height: 210px;
background: #de2f32;
position: relative;
border-radius: 50%;
top: 0;
-webkit-animation: bodyLaugh 4s linear infinite;
-moz-animation: bodyLaugh 4s linear infinite;
-ms-animation: bodyLaugh 4s linear infinite;
-o-animation: bodyLaugh 4s linear infinite;
animation: bodyLaugh 4s linear infinite;
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
}
.santa .body:before {
content: " ";
width: 7px;
height: 7px;
background: #f7be10;
border-radius: 50%;
position: absolute;
top: 35%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
box-shadow: 0px -18px 0px #f7be10, 0px 18px 0px #f7be10;
}
.santa .head {
z-index: 2;
position: absolute;
bottom: 90px;
left: 50%;
-webkit-animation: headLaugh 4s linear infinite;
-moz-animation: headLaugh 4s linear infinite;
-ms-animation: headLaugh 4s linear infinite;
-o-animation: headLaugh 4s linear infinite;
animation: headLaugh 4s linear infinite;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.santa .head .face {
width: 120px;
height: 130px;
background: #edcab0;
background: radial-gradient(#edcab0, #e9a982);
border-radius: 50%;
border: 3px solid #f8e7dc;
}
.santa .head .face .redhat .whitepart {
position: absolute;
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
width: 90%;
height: 32px;
background: #f8e7dc;
border-radius: 50px;
z-index: 4;
box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.1);
}
.santa .head .face .redhat .redpart {
width: 120px;
height: 120px;
background: #de2f32;
position: absolute;
top: -50px;
left: 15px;
border-radius: 50%;
z-index: -1;
}
.santa .head .face .redhat .redpart:before {
content: " ";
width: 95px;
height: 95px;
position: absolute;
left: 0;
top: 12px;
border-radius: 50%;
box-shadow: inset -8px -1px 0px -5px rgba(0, 0, 0, 0.05);
}
.santa .head .face .redhat .redpart:after {
content: " ";
position: absolute;
right: 0;
top: 60px;
background: #de2f32;
width: 20px;
height: 50px;
}
.santa .head .face .redhat .hatball {
width: 38px;
height: 38px;
background: #f8e7dc;
border-radius: 50%;
z-index: 5;
position: absolute;
right: -20px;
top: 40px;
box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.1);
}
.santa .head .face .eyes {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
top: 57px;
}
.santa .head .face .eyes:before, .santa .head .face .eyes:after {
content: " ";
position: absolute;
width: 15px;
height: 9px;
top: 0;
border: 5px solid #a8744f;
border-width: 0;
border-top-width: 5px;
border-radius: 50%;
}
.santa .head .face .eyes:before {
left: -28px;
}
.santa .head .face .eyes:after {
right: -28px;
}
.santa .head .face .beard {
width: 55px;
height: 55px;
background: #f8e7dc;
border-radius: 50%;
position: absolute;
bottom: -30px;
left: 50%;
-webkit-animation: beardLaugh 4s linear infinite;
-moz-animation: beardLaugh 4s linear infinite;
-ms-animation: beardLaugh 4s linear infinite;
-o-animation: beardLaugh 4s linear infinite;
animation: beardLaugh 4s linear infinite;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.santa .head .face .beard:before, .santa .head .face .beard:after {
content: " ";
width: 80px;
height: 80px;
background: #f8e7dc;
border-radius: 50%;
position: absolute;
bottom: 15px;
}
.santa .head .face .beard:before {
left: -40px;
}
.santa .head .face .beard:after {
right: -40px;
}
.santa .head .face .beard .nouse {
width: 25px;
height: 20px;
border-radius: 50%;
background: #edcab0;
position: absolute;
z-index: 3;
box-shadow: inset -3px -3px 0px #e9a982;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
top: -42px;
}
.santa .head .face .beard .mouth {
background: #a8744f;
z-index: 3;
position: absolute;
width: 15px;
height: 5px;
border-bottom-right-radius: 80px 50px;
border-bottom-left-radius: 80px 50px;
left: 50%;
top: 0;
-webkit-animation: mouthLaugh 4s linear infinite;
-moz-animation: mouthLaugh 4s linear infinite;
-ms-animation: mouthLaugh 4s linear infinite;
-o-animation: mouthLaugh 4s linear infinite;
animation: mouthLaugh 4s linear infinite;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.santa .head .ears:before, .santa .head .ears:after {
content: " ";
width: 20px;
height: 30px;
border-radius: 50%;
background: radial-gradient(#e9a982, #edcab0);
position: absolute;
top: 50%;
z-index: -1;
}
.santa .head .ears:before {
left: -8px;
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
transform: rotate(-10deg);
}
.santa .head .ears:after {
right: -8px;
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
-ms-transform: rotate(10deg);
-o-transform: rotate(10deg);
transform: rotate(10deg);
}
@font-face {
font-family: 'Mountains of Christmas';
font-style: normal;
src: local("Mountains of Christmas"), local("MountainsofChristmas-Regular"), url(https://fonts.gstatic.com/s/mountainsofchristmas/v8/dVGBFPwd6G44IWDbQtPewylJhLDHyIrT3I5b5eGTHmw.woff2) format("woff2");
}
.message {
position: absolute;
left: 50%;
top: 50%;
margin-top: 80px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
color: #f8e7dc;
font-family: 'Mountains of Christmas';
z-index: -50;
}
.message h1 {
font-style: normal;
font-size: 75px;
margin-bottom: 0;
white-space: nowrap;
}
.message h2 {
margin: 0;
font-size: 20px;
text-align: center;
white-space: nowrap;
}
.message h2 a {
color: #f7be10;
opacity: 0.8;
}
.message h2 a:hover {
opacity: 1;
}
@-webkit-keyframes bodyLaugh {
0% {
top: 0px;
}
2% {
top: -3px;
}
4% {
top: 0px;
}
8% {
top: -3px;
}
10% {
top: 0px;
}
12% {
top: -3px;
}
14% {
top: 0px;
}
18% {
top: -3px;
}
20% {
top: 0px;
}
22% {
top: -3px;
}
24% {
top: 0px;
}
28% {
top: -3px;
}
30% {
top: 0px;
}
100% {
top: 0px;
}
}
@-moz-keyframes bodyLaugh {
0% {
top: 0px;
}
2% {
top: -3px;
}
4% {
top: 0px;
}
8% {
top: -3px;
}
10% {
top: 0px;
}
12% {
top: -3px;
}
14% {
top: 0px;
}
18% {
top: -3px;
}
20% {
top: 0px;
}
22% {
top: -3px;
}
24% {
top: 0px;
}
28% {
top: -3px;
}
30% {
top: 0px;
}
100% {
top: 0px;
}
}
@-ms-keyframes bodyLaugh {
0% {
top: 0px;
}
2% {
top: -3px;
}
4% {
top: 0px;
}
8% {
top: -3px;
}
10% {
top: 0px;
}
12% {
top: -3px;
}
14% {
top: 0px;
}
18% {
top: -3px;
}
20% {
top: 0px;
}
22% {
top: -3px;
}
24% {
top: 0px;
}
28% {
top: -3px;
}
30% {
top: 0px;
}
100% {
top: 0px;
}
}
@keyframes bodyLaugh {
0% {
top: 0px;
}
2% {
top: -3px;
}
4% {
top: 0px;
}
8% {
top: -3px;
}
10% {
top: 0px;
}
12% {
top: -3px;
}
14% {
top: 0px;
}
18% {
top: -3px;
}
20% {
top: 0px;
}
22% {
top: -3px;
}
24% {
top: 0px;
}
28% {
top: -3px;
}
30% {
top: 0px;
}
100% {
top: 0px;
}
}
@-webkit-keyframes beardLaugh {
0% {
bottom: -28px;
}
2% {
bottom: -30px;
}
4% {
bottom: -28px;
}
8% {
bottom: -30px;
}
10% {
bottom: -28px;
}
12% {
bottom: -30px;
}
14% {
bottom: -28px;
}
18% {
bottom: -30px;
}
20% {
bottom: -28px;
}
22% {
bottom: -30px;
}
24% {
bottom: -28px;
}
28% {
bottom: -30px;
}
30% {
bottom: -28px;
}
100% {
bottom: -28px;
}
}
@-moz-keyframes beardLaugh {
0% {
bottom: -28px;
}
2% {
bottom: -30px;
}
4% {
bottom: -28px;
}
8% {
bottom: -30px;
}
10% {
bottom: -28px;
}
12% {
bottom: -30px;
}
14% {
bottom: -28px;
}
18% {
bottom: -30px;
}
20% {
bottom: -28px;
}
22% {
bottom: -30px;
}
24% {
bottom: -28px;
}
28% {
bottom: -30px;
}
30% {
bottom: -28px;
}
100% {
bottom: -28px;
}
}
@-ms-keyframes beardLaugh {
0% {
bottom: -28px;
}
2% {
bottom: -30px;
}
4% {
bottom: -28px;
}
8% {
bottom: -30px;
}
10% {
bottom: -28px;
}
12% {
bottom: -30px;
}
14% {
bottom: -28px;
}
18% {
bottom: -30px;
}
20% {
bottom: -28px;
}
22% {
bottom: -30px;
}
24% {
bottom: -28px;
}
28% {
bottom: -30px;
}
30% {
bottom: -28px;
}
100% {
bottom: -28px;
}
}
@keyframes beardLaugh {
0% {
bottom: -28px;
}
2% {
bottom: -30px;
}
4% {
bottom: -28px;
}
8% {
bottom: -30px;
}
10% {
bottom: -28px;
}
12% {
bottom: -30px;
}
14% {
bottom: -28px;
}
18% {
bottom: -30px;
}
20% {
bottom: -28px;
}
22% {
bottom: -30px;
}
24% {
bottom: -28px;
}
28% {
bottom: -30px;
}
30% {
bottom: -28px;
}
100% {
bottom: -28px;
}
}
@-webkit-keyframes headLaugh {
0% {
bottom: 83px;
}
45% {
bottom: 83px;
}
50% {
bottom: 90px;
}
92% {
bottom: 90px;
}
98% {
bottom: 83px;
}
100% {
bottom: 83px;
}
}
@-moz-keyframes headLaugh {
0% {
bottom: 83px;
}
45% {
bottom: 83px;
}
50% {
bottom: 90px;
}
92% {
bottom: 90px;
}
98% {
bottom: 83px;
}
100% {
bottom: 83px;
}
}
@-ms-keyframes headLaugh {
0% {
bottom: 83px;
}
45% {
bottom: 83px;
}
50% {
bottom: 90px;
}
92% {
bottom: 90px;
}
98% {
bottom: 83px;
}
100% {
bottom: 83px;
}
}
@keyframes headLaugh {
0% {
bottom: 83px;
}
45% {
bottom: 83px;
}
50% {
bottom: 90px;
}
92% {
bottom: 90px;
}
98% {
bottom: 83px;
}
100% {
bottom: 83px;
}
}
@-webkit-keyframes mouthLaugh {
0% {
width: 20px;
}
45% {
width: 20px;
}
50% {
width: 15px;
}
92% {
width: 15px;
}
98% {
width: 20px;
}
100% {
width: 20px;
}
}
@-moz-keyframes mouthLaugh {
0% {
width: 20px;
}
45% {
width: 20px;
}
50% {
width: 15px;
}
92% {
width: 15px;
}
98% {
width: 20px;
}
100% {
width: 20px;
}
}
@-ms-keyframes mouthLaugh {
0% {
width: 20px;
}
45% {
width: 20px;
}
50% {
width: 15px;
}
92% {
width: 15px;
}
98% {
width: 20px;
}
100% {
width: 20px;
}
}
@keyframes mouthLaugh {
0% {
width: 20px;
}
45% {
width: 20px;
}
50% {
width: 15px;
}
92% {
width: 15px;
}
98% {
width: 20px;
}
100% {
width: 20px;
}
}
.center {
height: 100vh;
position: relative;
/* background: yellow; */
}
.center button {
margin: 0;
background: red;
border: none;
padding: 10px;
width: 100px;
border-radius: 10px;
font-weight: bold;
box-shadow: 0px 0px 1px black;
}
.center button#start {
margin: 0;
background: yellow;
border: none;
padding: 10px;
width: 100px;
border-radius: 10px;
font-weight: bold;
box-shadow: 0px 0px 1px black;
}
#pname, #cost, #secret {
background: white;
border: none;
padding: 10px;
border-radius: 10px;
color: #F00000;
font-weight: bold;
box-shadow: 0px 0px 1px black;
margin-bottom: 10px;
}
div .holder {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
#message, #message2 {
position: absolute;
left: 50%;
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
color: red;
display: none;
}
#result {
position: absolute;
min-width: 100px;
min-height: 100px;
padding: 10px;
background: #D3CCE3;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E9E4F0, #D3CCE3);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
box-shadow: 0px 0px 0.5px 0.1px black;
border-radius: 10px;
display: none;
}
th {
text-align: left;
}
table {
min-width: 200px;
}
th {
border-bottom: 1px solid black;
}
td {
border-bottom: 1px solid rgba(255, 0, 0, 0.281);
}
#close {
margin: 0;
background: red;
border: none;
padding: 10px;
width: 100px;
border-radius: 10px;
font-weight: bold;
box-shadow: 0px 0px 1px #121212;
}
#prize {
font-size: 50px;
}
span {
font-size: 20px;
} | 0.486575 | 0.091099 |
.checkbox-styled:not(ie8),
.radio-styled:not(ie8) {
position: relative;
margin-top: 0;
}
.checkbox-styled:not(ie8) input ~ span,
.radio-styled:not(ie8) input ~ span {
position: relative;
padding-left: 30px;
display: inline-block;
cursor: pointer;
vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span:before,
.radio-styled:not(ie8) input ~ span:before {
content: "";
position: absolute;
left: 0;
z-index: 1;
width: 20px;
height: 20px;
border: 2px solid #535858;
}
.checkbox-styled:not(ie8) input[type="radio"],
.radio-styled:not(ie8) input[type="radio"],
.checkbox-styled:not(ie8) input[type="checkbox"],
.radio-styled:not(ie8) input[type="checkbox"] {
position: absolute;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
}
.checkbox-styled:not(ie8) label,
.radio-styled:not(ie8) label {
padding-left: 0;
}
.checkbox-styled:not(ie8).radio-inline,
.radio-styled:not(ie8).radio-inline,
.checkbox-styled:not(ie8).checkbox-inline,
.radio-styled:not(ie8).checkbox-inline {
padding-left: 0;
}
.checkbox-styled:not(ie8).disabled ~ span:before,
.radio-styled:not(ie8).disabled ~ span:before,
.checkbox-styled:not(ie8) input[disabled] ~ span:before,
.radio-styled:not(ie8) input[disabled] ~ span:before,
.checkbox-styled:not(ie8) input[readonly] ~ span:before,
.radio-styled:not(ie8) input[readonly] ~ span:before {
border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:before,
.radio-styled:not(ie8).disabled:checked ~ span:before,
.checkbox-styled:not(ie8) input[disabled]:checked ~ span:before,
.radio-styled:not(ie8) input[disabled]:checked ~ span:before,
.checkbox-styled:not(ie8) input[readonly]:checked ~ span:before,
.radio-styled:not(ie8) input[readonly]:checked ~ span:before {
border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:after,
.radio-styled:not(ie8).disabled:checked ~ span:after,
.checkbox-styled:not(ie8) input[disabled]:checked ~ span:after,
.radio-styled:not(ie8) input[disabled]:checked ~ span:after,
.checkbox-styled:not(ie8) input[readonly]:checked ~ span:after,
.radio-styled:not(ie8) input[readonly]:checked ~ span:after {
background-color: #e5e6e6;
}
.checkbox-styled:not(ie8) input ~ span:before {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.checkbox-styled:not(ie8) input:checked ~ span:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
height: 10px;
border-color: #0aa89e;
border-top-style: none;
border-right-style: none;
}
.checkbox-styled:not(ie8),
.radio-styled:not(ie8) {
position: relative;
margin-top: 0;
}
.checkbox-styled:not(ie8) input ~ span,
.radio-styled:not(ie8) input ~ span {
position: relative;
padding-left: 30px;
display: inline-block;
cursor: pointer;
vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span:before,
.radio-styled:not(ie8) input ~ span:before {
content: "";
position: absolute;
left: 0;
z-index: 1;
width: 20px;
height: 20px;
border: 2px solid #535858;
}
.checkbox-styled:not(ie8) input[type="radio"],
.radio-styled:not(ie8) input[type="radio"],
.checkbox-styled:not(ie8) input[type="checkbox"],
.radio-styled:not(ie8) input[type="checkbox"] {
position: absolute;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
}
.btn.btn-flat {padding: 4.5px 7px;color: #969c9c;}
.check_vendor_background {background-color:#d3e4ef;}
.vendor_checkboxborder_gray {border: 1px solid #c2d8e6 !important; border-radius:4px;}
.heading_checkbox {color: #244996;font-size:19px;font-weight: 400; text-align:left; padding:10px 0px;}
.checkbox-styled:not(ie8), .radio-styled:not(ie8) {
margin-top: 0;
position: relative;
}
.checkbox-styled:not(ie8) input ~ span, .radio-styled:not(ie8) input ~ span {
cursor: pointer;
display: inline-block;
padding-left: 30px;
position: relative;
vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span::before, .radio-styled:not(ie8) input ~ span::before {
border: 2px solid #535858;
content: "";
height: 20px;
left: 0;
position: absolute;
width: 20px;
z-index: 1;
}
.checkbox-styled:not(ie8) input[type="radio"], .radio-styled:not(ie8) input[type="radio"], .checkbox-styled:not(ie8) input[type="checkbox"], .radio-styled:not(ie8) input[type="checkbox"] {
opacity: 0;
position: absolute;
z-index: -1;
}
.checkbox-styled:not(ie8) label, .radio-styled:not(ie8) label {
padding-left: 0;
}
.checkbox-styled.radio-inline:not(ie8), .radio-styled.radio-inline:not(ie8), .checkbox-styled.checkbox-inline:not(ie8), .radio-styled.checkbox-inline:not(ie8) {
padding-left: 0;
}
.checkbox-styled.disabled:not(ie8) ~ span::before, .radio-styled.disabled:not(ie8) ~ span::before, .checkbox-styled:not(ie8) input[disabled] ~ span::before, .radio-styled:not(ie8) input[disabled] ~ span::before, .checkbox-styled:not(ie8) input[readonly] ~ span::before, .radio-styled:not(ie8) input[readonly] ~ span::before {
border-color: #e5e6e6;
}
.checkbox-styled.disabled:checked:not(ie8) ~ span::before, .radio-styled.disabled:checked:not(ie8) ~ span::before, .checkbox-styled:not(ie8) input[disabled]:checked ~ span::before, .radio-styled:not(ie8) input[disabled]:checked ~ span::before, .checkbox-styled:not(ie8) input[readonly]:checked ~ span::before, .radio-styled:not(ie8) input[readonly]:checked ~ span::before {
border-color: #e5e6e6;
}
.checkbox-styled.disabled:checked:not(ie8) ~ span::after, .radio-styled.disabled:checked:not(ie8) ~ span::after, .checkbox-styled:not(ie8) input[disabled]:checked ~ span::after, .radio-styled:not(ie8) input[disabled]:checked ~ span::after, .checkbox-styled:not(ie8) input[readonly]:checked ~ span::after, .radio-styled:not(ie8) input[readonly]:checked ~ span::after {
background-color: #e5e6e6;
}
.checkbox-styled:not(ie8) input ~ span::before {
transition: all 0.2s ease-in-out 0s;
}
.checkbox-styled:not(ie8) input:checked ~ span::before {
border-color: #0aa89e;
border-right-style: none;
border-top-style: none;
height: 10px;
transform: rotate(-45deg);
}
.form-inverse .checkbox-styled:not(ie8) input ~ span::before, .form-inverse .radio-styled:not(ie8) input ~ span::before {
border-color: rgba(255, 255, 255, 0.8);
}
.form-inverse .checkbox-styled:not(ie8) input:checked ~ span::before, .form-inverse .radio-styled:not(ie8) input:checked ~ span::before {
border-color: #0aa89e;
}
.form-inverse .checkbox-styled.disabled:not(ie8) ~ span::before, .form-inverse .radio-styled.disabled:not(ie8) ~ span::before, .form-inverse .checkbox-styled:not(ie8) input[disabled] ~ span::before, .form-inverse .radio-styled:not(ie8) input[disabled] ~ span::before, .form-inverse .checkbox-styled:not(ie8) input[readonly] ~ span::before, .form-inverse .radio-styled:not(ie8) input[readonly] ~ span::before, .form-inverse .checkbox-styled.disabled:checked:not(ie8) ~ span::before, .form-inverse .radio-styled.disabled:checked:not(ie8) ~ span::before, .form-inverse .checkbox-styled:not(ie8) input[disabled]:checked ~ span::before, .form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span::before, .form-inverse .checkbox-styled:not(ie8) input[readonly]:checked ~ span::before, .form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span::before {
border-color: rgba(255, 255, 255, 0.2);
}
.form-inverse .checkbox-styled.disabled:checked:not(ie8) ~ span::after, .form-inverse .radio-styled.disabled:checked:not(ie8) ~ span::after, .form-inverse .checkbox-styled:not(ie8) input[disabled]:checked ~ span::after, .form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span::after, .form-inverse .checkbox-styled:not(ie8) input[readonly]:checked ~ span::after, .form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span::after {
background-color: rgba(255, 255, 255, 0.2);
}
.checkbox-styled.checkbox-default-bright:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-default-bright:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-default-bright:not(ie8) input:checked ~ span::before, .radio-styled.radio-default-bright:not(ie8) input:checked ~ span::before {
border-color: #ffffff;
}
.checkbox-styled.checkbox-default-bright:not(ie8) input ~ span::after, .radio-styled.checkbox-default-bright:not(ie8) input ~ span::after, .checkbox-styled.radio-default-bright:not(ie8) input ~ span::after, .radio-styled.radio-default-bright:not(ie8) input ~ span::after {
background-color: #ffffff;
}
.checkbox-styled.checkbox-default-light:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-default-light:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-default-light:not(ie8) input:checked ~ span::before, .radio-styled.radio-default-light:not(ie8) input:checked ~ span::before {
border-color: #f2f3f3;
}
.checkbox-styled.checkbox-default-light:not(ie8) input ~ span::after, .radio-styled.checkbox-default-light:not(ie8) input ~ span::after, .checkbox-styled.radio-default-light:not(ie8) input ~ span::after, .radio-styled.radio-default-light:not(ie8) input ~ span::after {
background-color: #f2f3f3;
}
.checkbox-styled.checkbox-default:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-default:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-default:not(ie8) input:checked ~ span::before, .radio-styled.radio-default:not(ie8) input:checked ~ span::before {
border-color: #e5e6e6;
}
.checkbox-styled.checkbox-default:not(ie8) input ~ span::after, .radio-styled.checkbox-default:not(ie8) input ~ span::after, .checkbox-styled.radio-default:not(ie8) input ~ span::after, .radio-styled.radio-default:not(ie8) input ~ span::after {
background-color: #e5e6e6;
}
.checkbox-styled.checkbox-default-dark:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-default-dark:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-default-dark:not(ie8) input:checked ~ span::before, .radio-styled.radio-default-dark:not(ie8) input:checked ~ span::before {
border-color: #20252b;
}
.checkbox-styled.checkbox-default-dark:not(ie8) input ~ span::after, .radio-styled.checkbox-default-dark:not(ie8) input ~ span::after, .checkbox-styled.radio-default-dark:not(ie8) input ~ span::after, .radio-styled.radio-default-dark:not(ie8) input ~ span::after {
background-color: #20252b;
}
.checkbox-styled.checkbox-primary-bright:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-primary-bright:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-primary-bright:not(ie8) input:checked ~ span::before, .radio-styled.radio-primary-bright:not(ie8) input:checked ~ span::before {
border-color: #caf0ee;
}
.checkbox-styled.checkbox-primary-bright:not(ie8) input ~ span::after, .radio-styled.checkbox-primary-bright:not(ie8) input ~ span::after, .checkbox-styled.radio-primary-bright:not(ie8) input ~ span::after, .radio-styled.radio-primary-bright:not(ie8) input ~ span::after {
background-color: #caf0ee;
}
.checkbox-styled.checkbox-primary-light:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-primary-light:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-primary-light:not(ie8) input:checked ~ span::before, .radio-styled.radio-primary-light:not(ie8) input:checked ~ span::before {
border-color: #7dd8d2;
}
.checkbox-styled.checkbox-primary-light:not(ie8) input ~ span::after, .radio-styled.checkbox-primary-light:not(ie8) input ~ span::after, .checkbox-styled.radio-primary-light:not(ie8) input ~ span::after, .radio-styled.radio-primary-light:not(ie8) input ~ span::after {
background-color: #7dd8d2;
}
.checkbox-styled.checkbox-primary:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-primary:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-primary:not(ie8) input:checked ~ span::before, .radio-styled.radio-primary:not(ie8) input:checked ~ span::before {
border-color: #0aa89e;
}
.checkbox-styled.checkbox-primary:not(ie8) input ~ span::after, .radio-styled.checkbox-primary:not(ie8) input ~ span::after, .checkbox-styled.radio-primary:not(ie8) input ~ span::after, .radio-styled.radio-primary:not(ie8) input ~ span::after {
background-color: #0aa89e;
}
.checkbox-styled.checkbox-primary-dark:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-primary-dark:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-primary-dark:not(ie8) input:checked ~ span::before, .radio-styled.radio-primary-dark:not(ie8) input:checked ~ span::before {
border-color: #066265;
}
.checkbox-styled.checkbox-primary-dark:not(ie8) input ~ span::after, .radio-styled.checkbox-primary-dark:not(ie8) input ~ span::after, .checkbox-styled.radio-primary-dark:not(ie8) input ~ span::after, .radio-styled.radio-primary-dark:not(ie8) input ~ span::after {
background-color: #066265;
}
.checkbox-styled.checkbox-accent-bright:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-accent-bright:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-accent-bright:not(ie8) input:checked ~ span::before, .radio-styled.radio-accent-bright:not(ie8) input:checked ~ span::before {
border-color: #e9c9ef;
}
.checkbox-styled.checkbox-accent-bright:not(ie8) input ~ span::after, .radio-styled.checkbox-accent-bright:not(ie8) input ~ span::after, .checkbox-styled.radio-accent-bright:not(ie8) input ~ span::after, .radio-styled.radio-accent-bright:not(ie8) input ~ span::after {
background-color: #e9c9ef;
}
.checkbox-styled.checkbox-accent-light:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-accent-light:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-accent-light:not(ie8) input:checked ~ span::before, .radio-styled.radio-accent-light:not(ie8) input:checked ~ span::before {
border-color: #c77bd4;
}
.checkbox-styled.checkbox-accent-light:not(ie8) input ~ span::after, .radio-styled.checkbox-accent-light:not(ie8) input ~ span::after, .checkbox-styled.radio-accent-light:not(ie8) input ~ span::after, .radio-styled.radio-accent-light:not(ie8) input ~ span::after {
background-color: #c77bd4;
}
.checkbox-styled.checkbox-accent:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-accent:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-accent:not(ie8) input:checked ~ span::before, .radio-styled.radio-accent:not(ie8) input:checked ~ span::before {
border-color: #9c27b0;
}
.checkbox-styled.checkbox-accent:not(ie8) input ~ span::after, .radio-styled.checkbox-accent:not(ie8) input ~ span::after, .checkbox-styled.radio-accent:not(ie8) input ~ span::after, .radio-styled.radio-accent:not(ie8) input ~ span::after {
background-color: #9c27b0;
}
.checkbox-styled.checkbox-accent-dark:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-accent-dark:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-accent-dark:not(ie8) input:checked ~ span::before, .radio-styled.radio-accent-dark:not(ie8) input:checked ~ span::before {
border-color: #681a7f;
}
.checkbox-styled.checkbox-accent-dark:not(ie8) input ~ span::after, .radio-styled.checkbox-accent-dark:not(ie8) input ~ span::after, .checkbox-styled.radio-accent-dark:not(ie8) input ~ span::after, .radio-styled.radio-accent-dark:not(ie8) input ~ span::after {
background-color: #681a7f;
}
.checkbox-styled.checkbox-success:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-success:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-success:not(ie8) input:checked ~ span::before, .radio-styled.radio-success:not(ie8) input:checked ~ span::before {
border-color: #4caf50;
}
.checkbox-styled.checkbox-success:not(ie8) input ~ span::after, .radio-styled.checkbox-success:not(ie8) input ~ span::after, .checkbox-styled.radio-success:not(ie8) input ~ span::after, .radio-styled.radio-success:not(ie8) input ~ span::after {
background-color: #4caf50;
}
.checkbox-styled.checkbox-warning:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-warning:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-warning:not(ie8) input:checked ~ span::before, .radio-styled.radio-warning:not(ie8) input:checked ~ span::before {
border-color: #ff9800;
}
.checkbox-styled.checkbox-warning:not(ie8) input ~ span::after, .radio-styled.checkbox-warning:not(ie8) input ~ span::after, .checkbox-styled.radio-warning:not(ie8) input ~ span::after, .radio-styled.radio-warning:not(ie8) input ~ span::after {
background-color: #ff9800;
}
.checkbox-styled.checkbox-danger:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-danger:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-danger:not(ie8) input:checked ~ span::before, .radio-styled.radio-danger:not(ie8) input:checked ~ span::before {
border-color: #f44336;
}
.checkbox-styled.checkbox-danger:not(ie8) input ~ span::after, .radio-styled.checkbox-danger:not(ie8) input ~ span::after, .checkbox-styled.radio-danger:not(ie8) input ~ span::after, .radio-styled.radio-danger:not(ie8) input ~ span::after {
background-color: #f44336;
}
.checkbox-styled.checkbox-info:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-info:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-info:not(ie8) input:checked ~ span::before, .radio-styled.radio-info:not(ie8) input:checked ~ span::before {
border-color: #2196f3;
}
.checkbox-styled.checkbox-info:not(ie8) input ~ span::after, .radio-styled.checkbox-info:not(ie8) input ~ span::after, .checkbox-styled.radio-info:not(ie8) input ~ span::after, .radio-styled.radio-info:not(ie8) input ~ span::after {
background-color: #2196f3;
}
.checkbox-styled:not(ie8), .radio-styled:not(ie8) {
margin-top: 0;
position: relative;
}
.checkbox-styled:not(ie8) input ~ span, .radio-styled:not(ie8) input ~ span {
cursor: pointer;
display: inline-block;
padding-left: 30px;
position: relative;
vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span::before, .radio-styled:not(ie8) input ~ span::before {
border: 2px solid #535858;
content: "";
height: 20px;
left: 0;
position: absolute;
width: 20px;
z-index: 1;
}
.checkbox-styled:not(ie8) input[type="radio"], .radio-styled:not(ie8) input[type="radio"], .checkbox-styled:not(ie8) input[type="checkbox"], .radio-styled:not(ie8) input[type="checkbox"] {
opacity: 0;
position: absolute;
z-index: -1;
}
.checkbox-styled:not(ie8) label, .radio-styled:not(ie8) label {
padding-left: 0;
}
.checkbox-styled.radio-inline:not(ie8), .radio-styled.radio-inline:not(ie8), .checkbox-styled.checkbox-inline:not(ie8), .radio-styled.checkbox-inline:not(ie8) {
padding-left: 0;
}
.checkbox-styled.disabled:not(ie8) ~ span::before, .radio-styled.disabled:not(ie8) ~ span::before, .checkbox-styled:not(ie8) input[disabled] ~ span::before, .radio-styled:not(ie8) input[disabled] ~ span::before, .checkbox-styled:not(ie8) input[readonly] ~ span::before, .radio-styled:not(ie8) input[readonly] ~ span::before {
border-color: #e5e6e6;
}
.checkbox-styled.disabled:checked:not(ie8) ~ span::before, .radio-styled.disabled:checked:not(ie8) ~ span::before, .checkbox-styled:not(ie8) input[disabled]:checked ~ span::before, .radio-styled:not(ie8) input[disabled]:checked ~ span::before, .checkbox-styled:not(ie8) input[readonly]:checked ~ span::before, .radio-styled:not(ie8) input[readonly]:checked ~ span::before {
border-color: #e5e6e6;
}
.checkbox-styled.disabled:checked:not(ie8) ~ span::after, .radio-styled.disabled:checked:not(ie8) ~ span::after, .checkbox-styled:not(ie8) input[disabled]:checked ~ span::after, .radio-styled:not(ie8) input[disabled]:checked ~ span::after, .checkbox-styled:not(ie8) input[readonly]:checked ~ span::after, .radio-styled:not(ie8) input[readonly]:checked ~ span::after {
background-color: #e5e6e6;
}
.checkbox-styled:not(ie8) input ~ span::before {
transition: all 0.2s ease-in-out 0s;
}
.checkbox-styled:not(ie8) input:checked ~ span::before {
border-color: #0aa89e;
border-right-style: none;
border-top-style: none;
height: 10px;
transform: rotate(-45deg);
}
.radio-styled:not(ie8) input ~ span::before {
border-radius: 50%;
top: 0;
transition: all 0.15s ease-in-out 0s;
}
.radio-styled:not(ie8) input:checked ~ span::before {
border-color: #0aa89e;
}
.radio-styled:not(ie8) input ~ span::after {
background-color: #0aa89e;
border-radius: 50%;
content: "";
height: 0;
left: 10px;
position: absolute;
top: 10px;
transition: all 0.15s ease-in-out 0s;
width: 0;
z-index: 1;
}
.radio-styled:not(ie8) input:checked ~ span::after {
height: 10px;
left: 5px;
top: 5px;
width: 10px;
}
.card {
background-color: #ffffff;
border: 1px solid #ccc;
border-radius: 2px;
color: #313534;
margin-bottom: 24px;
position: relative;
}
.card::before, .card::after {
content: " ";
display: table;
}
.card::after {
clear: both;
}
.card .btn-icon-toggle:hover, .card .btn-flat:hover {
background-color: rgba(12, 12, 12, 0.07);
}
.card > .nano:last-child {
border-radius: 0 0 2px 2px;
}
.card.no-shadow {
box-shadow: none;
}
.card-body {
height: auto !important;
padding: 11px;
position: relative;
}
.card-body::before, .card-body::after {
content: " ";
display: table;
}
.card-body::after {
clear: both;
}
.card-body:last-child {
border-radius: 0 0 2px 2px;
}
.badge.style-default {
background-color: #e5e6e6;
border-color: #e5e6e6;
color: #313534;
}
.list {
line-height: 24px;
list-style: outside none none;
margin: 0;
padding-left: 0;
}
.list .tile {
display: table;
margin: 6px;
min-height: 48px;
position: relative;
width: 98%;
}
.list .tile > a {
text-decoration: none;
}
.list .tile > a:hover {
color: #0aa89e;
}
.list .tile .tile-content {
display: table-cell;
padding-left: 16px;
}
.list .tile .tile-content:last-child {
padding-right: 16px;
}
.list .tile .tile-content > div {
display: table-cell;
vertical-align: middle;
}
.list .tile > .btn {
display: table-cell;
min-width: 56px;
text-align: center;
vertical-align: middle;
width: 56px;
}
.list .tile > .btn .fa, .list .tile > .btn .md, .list .tile > .btn .glyphicon {
font-size: 20px;
text-align: center;
width: 24px;
}
.list .tile .tile-icon {
min-width: 56px;
padding: 8px 0;
text-align: right;
width: 56px;
}
.list .tile .tile-icon:first-child {
text-align: left;
}
.list .tile .tile-icon img {
border-radius: 40px;
height: 40px;
width: 40px;
}
.list .tile .tile-icon .fa, .list .tile .tile-icon .md, .list .tile .tile-icon .glyphicon {
font-size: 20px;
margin-top: 4px;
text-align: center;
width: 24px;
}
.list .tile .tile-text {
font-size: 16px;
padding: 12px 0;
width: 100%;
}
.list .tile .tile-text small {
display: block;
font-size: 14px;
opacity: 0.6;
}
.list .tile .tile-text small span {
opacity: 1;
}
.list .tile .checkbox-styled:not(ie8), .list .tile .radio-styled:not(ie8) {
display: table-cell;
padding: 0;
}
.list .tile .checkbox-styled:not(ie8) label, .list .tile .radio-styled:not(ie8) label {
display: block;
padding-bottom: 7px;
padding-left: 16px;
padding-top: 9px;
}
.list .tile .checkbox-styled:last-child:not(ie8) label, .list .tile .radio-styled:last-child:not(ie8) label {
padding-right: 16px;
}
.list .tile .checkbox-styled:not(ie8) input ~ span, .list .tile .radio-styled:not(ie8) input ~ span {
padding-left: 54px;
}
.list .tile .ink-reaction .ink {
background-color: rgba(83, 88, 88, 0.15);
height: 600px;
margin-left: -300px;
margin-top: -300px;
width: 600px;
}
.list li.divider-full-bleed, .list li.divider-inset {
position: relative;
}
.list li.divider-full-bleed::after, .list li.divider-inset::after, .list.divider-full-bleed li::after, .list.divider-inset li::after {
background: rgba(150, 156, 156, 0.3) none repeat scroll 0 0;
bottom: 0;
content: "";
display: block;
height: 1px;
position: absolute;
right: 0;
}
.list li.divider-full-bleed::after, .list.divider-full-bleed li::after {
left: 0;
}
.list li.divider-inset::after, .list.divider-inset li::after {
left: 72px;
}
.btn.btn-flat {
color: #969c9c;
padding: 4.5px 7px;
}
.check_vendor_background {
background-color: #d3e4ef;
}
.vendor_checkboxborder_gray {
border: 1px solid #c2d8e6 !important;
border-radius: 4px;
}
.heading_checkbox {
color: #244996;
font-size: 19px;
font-weight: 400;
padding: 10px 0;
text-align: left;
}
.vendor_subscriber {
height: 150px !important;
}
ul.vendor_subscriber li {
background: #c0e6f4 none repeat scroll 0 0;
float: left;
margin: 7px;
padding: 10px !important;
}
ul.vendor_subscriber li:hover {
background: #f2ddcb none repeat scroll 0 0;
}
.subscriber_active {
background: #f2ddcb none repeat scroll 0 0 !important;
}
.vendor_addnew {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 7px;
color: #06f;
padding: 6px 7px;
text-align: center;
}
.vendor_addnew:hover {
background: #fff none repeat scroll 0 0;
color: #06f;
}
.vendor_work_addbtn {
background-color: #ddd;
height: 30px;
width: 30px;
}
.vendor_work_addbtn:hover {
background-color: #2e77b9;
}
.vendor_work_addbtn:hover a {
color: #fff !important;
}
.vendor_work_addbtn span {
display: inline-block;
font-size: 14px;
padding: 5px 9px;
}
.vendor_work_addbtn, .vendor_work_addbtn:hover {
transition: all 0.4s ease 0s;
}
.vendor_editsymbolchange {
margin-left: 65px !important;
}
.btn-file {
overflow: hidden;
position: relative;
}
.btn-file input[type="file"] {
background: #fff none repeat scroll 0 0;
cursor: inherit;
display: block;
font-size: 100px;
min-height: 100%;
min-width: 100%;
opacity: 0;
outline: medium none;
position: absolute;
right: 0;
text-align: right;
top: 0;
}
.butclr {
cursor: pointer;
float: left;
font-size: 15px;
text-align: center;
transition: all 0.3s ease 0s;
}
.butclr:hover {
box-shadow: 0 0 0 2px #e0ffff, 0 0 0 3px #b0c4de;
} | public/css/checkbox.css | .checkbox-styled:not(ie8),
.radio-styled:not(ie8) {
position: relative;
margin-top: 0;
}
.checkbox-styled:not(ie8) input ~ span,
.radio-styled:not(ie8) input ~ span {
position: relative;
padding-left: 30px;
display: inline-block;
cursor: pointer;
vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span:before,
.radio-styled:not(ie8) input ~ span:before {
content: "";
position: absolute;
left: 0;
z-index: 1;
width: 20px;
height: 20px;
border: 2px solid #535858;
}
.checkbox-styled:not(ie8) input[type="radio"],
.radio-styled:not(ie8) input[type="radio"],
.checkbox-styled:not(ie8) input[type="checkbox"],
.radio-styled:not(ie8) input[type="checkbox"] {
position: absolute;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
}
.checkbox-styled:not(ie8) label,
.radio-styled:not(ie8) label {
padding-left: 0;
}
.checkbox-styled:not(ie8).radio-inline,
.radio-styled:not(ie8).radio-inline,
.checkbox-styled:not(ie8).checkbox-inline,
.radio-styled:not(ie8).checkbox-inline {
padding-left: 0;
}
.checkbox-styled:not(ie8).disabled ~ span:before,
.radio-styled:not(ie8).disabled ~ span:before,
.checkbox-styled:not(ie8) input[disabled] ~ span:before,
.radio-styled:not(ie8) input[disabled] ~ span:before,
.checkbox-styled:not(ie8) input[readonly] ~ span:before,
.radio-styled:not(ie8) input[readonly] ~ span:before {
border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:before,
.radio-styled:not(ie8).disabled:checked ~ span:before,
.checkbox-styled:not(ie8) input[disabled]:checked ~ span:before,
.radio-styled:not(ie8) input[disabled]:checked ~ span:before,
.checkbox-styled:not(ie8) input[readonly]:checked ~ span:before,
.radio-styled:not(ie8) input[readonly]:checked ~ span:before {
border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:after,
.radio-styled:not(ie8).disabled:checked ~ span:after,
.checkbox-styled:not(ie8) input[disabled]:checked ~ span:after,
.radio-styled:not(ie8) input[disabled]:checked ~ span:after,
.checkbox-styled:not(ie8) input[readonly]:checked ~ span:after,
.radio-styled:not(ie8) input[readonly]:checked ~ span:after {
background-color: #e5e6e6;
}
.checkbox-styled:not(ie8) input ~ span:before {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.checkbox-styled:not(ie8) input:checked ~ span:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
height: 10px;
border-color: #0aa89e;
border-top-style: none;
border-right-style: none;
}
.checkbox-styled:not(ie8),
.radio-styled:not(ie8) {
position: relative;
margin-top: 0;
}
.checkbox-styled:not(ie8) input ~ span,
.radio-styled:not(ie8) input ~ span {
position: relative;
padding-left: 30px;
display: inline-block;
cursor: pointer;
vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span:before,
.radio-styled:not(ie8) input ~ span:before {
content: "";
position: absolute;
left: 0;
z-index: 1;
width: 20px;
height: 20px;
border: 2px solid #535858;
}
.checkbox-styled:not(ie8) input[type="radio"],
.radio-styled:not(ie8) input[type="radio"],
.checkbox-styled:not(ie8) input[type="checkbox"],
.radio-styled:not(ie8) input[type="checkbox"] {
position: absolute;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
}
.btn.btn-flat {padding: 4.5px 7px;color: #969c9c;}
.check_vendor_background {background-color:#d3e4ef;}
.vendor_checkboxborder_gray {border: 1px solid #c2d8e6 !important; border-radius:4px;}
.heading_checkbox {color: #244996;font-size:19px;font-weight: 400; text-align:left; padding:10px 0px;}
.checkbox-styled:not(ie8), .radio-styled:not(ie8) {
margin-top: 0;
position: relative;
}
.checkbox-styled:not(ie8) input ~ span, .radio-styled:not(ie8) input ~ span {
cursor: pointer;
display: inline-block;
padding-left: 30px;
position: relative;
vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span::before, .radio-styled:not(ie8) input ~ span::before {
border: 2px solid #535858;
content: "";
height: 20px;
left: 0;
position: absolute;
width: 20px;
z-index: 1;
}
.checkbox-styled:not(ie8) input[type="radio"], .radio-styled:not(ie8) input[type="radio"], .checkbox-styled:not(ie8) input[type="checkbox"], .radio-styled:not(ie8) input[type="checkbox"] {
opacity: 0;
position: absolute;
z-index: -1;
}
.checkbox-styled:not(ie8) label, .radio-styled:not(ie8) label {
padding-left: 0;
}
.checkbox-styled.radio-inline:not(ie8), .radio-styled.radio-inline:not(ie8), .checkbox-styled.checkbox-inline:not(ie8), .radio-styled.checkbox-inline:not(ie8) {
padding-left: 0;
}
.checkbox-styled.disabled:not(ie8) ~ span::before, .radio-styled.disabled:not(ie8) ~ span::before, .checkbox-styled:not(ie8) input[disabled] ~ span::before, .radio-styled:not(ie8) input[disabled] ~ span::before, .checkbox-styled:not(ie8) input[readonly] ~ span::before, .radio-styled:not(ie8) input[readonly] ~ span::before {
border-color: #e5e6e6;
}
.checkbox-styled.disabled:checked:not(ie8) ~ span::before, .radio-styled.disabled:checked:not(ie8) ~ span::before, .checkbox-styled:not(ie8) input[disabled]:checked ~ span::before, .radio-styled:not(ie8) input[disabled]:checked ~ span::before, .checkbox-styled:not(ie8) input[readonly]:checked ~ span::before, .radio-styled:not(ie8) input[readonly]:checked ~ span::before {
border-color: #e5e6e6;
}
.checkbox-styled.disabled:checked:not(ie8) ~ span::after, .radio-styled.disabled:checked:not(ie8) ~ span::after, .checkbox-styled:not(ie8) input[disabled]:checked ~ span::after, .radio-styled:not(ie8) input[disabled]:checked ~ span::after, .checkbox-styled:not(ie8) input[readonly]:checked ~ span::after, .radio-styled:not(ie8) input[readonly]:checked ~ span::after {
background-color: #e5e6e6;
}
.checkbox-styled:not(ie8) input ~ span::before {
transition: all 0.2s ease-in-out 0s;
}
.checkbox-styled:not(ie8) input:checked ~ span::before {
border-color: #0aa89e;
border-right-style: none;
border-top-style: none;
height: 10px;
transform: rotate(-45deg);
}
.form-inverse .checkbox-styled:not(ie8) input ~ span::before, .form-inverse .radio-styled:not(ie8) input ~ span::before {
border-color: rgba(255, 255, 255, 0.8);
}
.form-inverse .checkbox-styled:not(ie8) input:checked ~ span::before, .form-inverse .radio-styled:not(ie8) input:checked ~ span::before {
border-color: #0aa89e;
}
.form-inverse .checkbox-styled.disabled:not(ie8) ~ span::before, .form-inverse .radio-styled.disabled:not(ie8) ~ span::before, .form-inverse .checkbox-styled:not(ie8) input[disabled] ~ span::before, .form-inverse .radio-styled:not(ie8) input[disabled] ~ span::before, .form-inverse .checkbox-styled:not(ie8) input[readonly] ~ span::before, .form-inverse .radio-styled:not(ie8) input[readonly] ~ span::before, .form-inverse .checkbox-styled.disabled:checked:not(ie8) ~ span::before, .form-inverse .radio-styled.disabled:checked:not(ie8) ~ span::before, .form-inverse .checkbox-styled:not(ie8) input[disabled]:checked ~ span::before, .form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span::before, .form-inverse .checkbox-styled:not(ie8) input[readonly]:checked ~ span::before, .form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span::before {
border-color: rgba(255, 255, 255, 0.2);
}
.form-inverse .checkbox-styled.disabled:checked:not(ie8) ~ span::after, .form-inverse .radio-styled.disabled:checked:not(ie8) ~ span::after, .form-inverse .checkbox-styled:not(ie8) input[disabled]:checked ~ span::after, .form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span::after, .form-inverse .checkbox-styled:not(ie8) input[readonly]:checked ~ span::after, .form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span::after {
background-color: rgba(255, 255, 255, 0.2);
}
.checkbox-styled.checkbox-default-bright:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-default-bright:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-default-bright:not(ie8) input:checked ~ span::before, .radio-styled.radio-default-bright:not(ie8) input:checked ~ span::before {
border-color: #ffffff;
}
.checkbox-styled.checkbox-default-bright:not(ie8) input ~ span::after, .radio-styled.checkbox-default-bright:not(ie8) input ~ span::after, .checkbox-styled.radio-default-bright:not(ie8) input ~ span::after, .radio-styled.radio-default-bright:not(ie8) input ~ span::after {
background-color: #ffffff;
}
.checkbox-styled.checkbox-default-light:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-default-light:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-default-light:not(ie8) input:checked ~ span::before, .radio-styled.radio-default-light:not(ie8) input:checked ~ span::before {
border-color: #f2f3f3;
}
.checkbox-styled.checkbox-default-light:not(ie8) input ~ span::after, .radio-styled.checkbox-default-light:not(ie8) input ~ span::after, .checkbox-styled.radio-default-light:not(ie8) input ~ span::after, .radio-styled.radio-default-light:not(ie8) input ~ span::after {
background-color: #f2f3f3;
}
.checkbox-styled.checkbox-default:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-default:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-default:not(ie8) input:checked ~ span::before, .radio-styled.radio-default:not(ie8) input:checked ~ span::before {
border-color: #e5e6e6;
}
.checkbox-styled.checkbox-default:not(ie8) input ~ span::after, .radio-styled.checkbox-default:not(ie8) input ~ span::after, .checkbox-styled.radio-default:not(ie8) input ~ span::after, .radio-styled.radio-default:not(ie8) input ~ span::after {
background-color: #e5e6e6;
}
.checkbox-styled.checkbox-default-dark:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-default-dark:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-default-dark:not(ie8) input:checked ~ span::before, .radio-styled.radio-default-dark:not(ie8) input:checked ~ span::before {
border-color: #20252b;
}
.checkbox-styled.checkbox-default-dark:not(ie8) input ~ span::after, .radio-styled.checkbox-default-dark:not(ie8) input ~ span::after, .checkbox-styled.radio-default-dark:not(ie8) input ~ span::after, .radio-styled.radio-default-dark:not(ie8) input ~ span::after {
background-color: #20252b;
}
.checkbox-styled.checkbox-primary-bright:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-primary-bright:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-primary-bright:not(ie8) input:checked ~ span::before, .radio-styled.radio-primary-bright:not(ie8) input:checked ~ span::before {
border-color: #caf0ee;
}
.checkbox-styled.checkbox-primary-bright:not(ie8) input ~ span::after, .radio-styled.checkbox-primary-bright:not(ie8) input ~ span::after, .checkbox-styled.radio-primary-bright:not(ie8) input ~ span::after, .radio-styled.radio-primary-bright:not(ie8) input ~ span::after {
background-color: #caf0ee;
}
.checkbox-styled.checkbox-primary-light:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-primary-light:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-primary-light:not(ie8) input:checked ~ span::before, .radio-styled.radio-primary-light:not(ie8) input:checked ~ span::before {
border-color: #7dd8d2;
}
.checkbox-styled.checkbox-primary-light:not(ie8) input ~ span::after, .radio-styled.checkbox-primary-light:not(ie8) input ~ span::after, .checkbox-styled.radio-primary-light:not(ie8) input ~ span::after, .radio-styled.radio-primary-light:not(ie8) input ~ span::after {
background-color: #7dd8d2;
}
.checkbox-styled.checkbox-primary:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-primary:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-primary:not(ie8) input:checked ~ span::before, .radio-styled.radio-primary:not(ie8) input:checked ~ span::before {
border-color: #0aa89e;
}
.checkbox-styled.checkbox-primary:not(ie8) input ~ span::after, .radio-styled.checkbox-primary:not(ie8) input ~ span::after, .checkbox-styled.radio-primary:not(ie8) input ~ span::after, .radio-styled.radio-primary:not(ie8) input ~ span::after {
background-color: #0aa89e;
}
.checkbox-styled.checkbox-primary-dark:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-primary-dark:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-primary-dark:not(ie8) input:checked ~ span::before, .radio-styled.radio-primary-dark:not(ie8) input:checked ~ span::before {
border-color: #066265;
}
.checkbox-styled.checkbox-primary-dark:not(ie8) input ~ span::after, .radio-styled.checkbox-primary-dark:not(ie8) input ~ span::after, .checkbox-styled.radio-primary-dark:not(ie8) input ~ span::after, .radio-styled.radio-primary-dark:not(ie8) input ~ span::after {
background-color: #066265;
}
.checkbox-styled.checkbox-accent-bright:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-accent-bright:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-accent-bright:not(ie8) input:checked ~ span::before, .radio-styled.radio-accent-bright:not(ie8) input:checked ~ span::before {
border-color: #e9c9ef;
}
.checkbox-styled.checkbox-accent-bright:not(ie8) input ~ span::after, .radio-styled.checkbox-accent-bright:not(ie8) input ~ span::after, .checkbox-styled.radio-accent-bright:not(ie8) input ~ span::after, .radio-styled.radio-accent-bright:not(ie8) input ~ span::after {
background-color: #e9c9ef;
}
.checkbox-styled.checkbox-accent-light:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-accent-light:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-accent-light:not(ie8) input:checked ~ span::before, .radio-styled.radio-accent-light:not(ie8) input:checked ~ span::before {
border-color: #c77bd4;
}
.checkbox-styled.checkbox-accent-light:not(ie8) input ~ span::after, .radio-styled.checkbox-accent-light:not(ie8) input ~ span::after, .checkbox-styled.radio-accent-light:not(ie8) input ~ span::after, .radio-styled.radio-accent-light:not(ie8) input ~ span::after {
background-color: #c77bd4;
}
.checkbox-styled.checkbox-accent:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-accent:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-accent:not(ie8) input:checked ~ span::before, .radio-styled.radio-accent:not(ie8) input:checked ~ span::before {
border-color: #9c27b0;
}
.checkbox-styled.checkbox-accent:not(ie8) input ~ span::after, .radio-styled.checkbox-accent:not(ie8) input ~ span::after, .checkbox-styled.radio-accent:not(ie8) input ~ span::after, .radio-styled.radio-accent:not(ie8) input ~ span::after {
background-color: #9c27b0;
}
.checkbox-styled.checkbox-accent-dark:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-accent-dark:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-accent-dark:not(ie8) input:checked ~ span::before, .radio-styled.radio-accent-dark:not(ie8) input:checked ~ span::before {
border-color: #681a7f;
}
.checkbox-styled.checkbox-accent-dark:not(ie8) input ~ span::after, .radio-styled.checkbox-accent-dark:not(ie8) input ~ span::after, .checkbox-styled.radio-accent-dark:not(ie8) input ~ span::after, .radio-styled.radio-accent-dark:not(ie8) input ~ span::after {
background-color: #681a7f;
}
.checkbox-styled.checkbox-success:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-success:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-success:not(ie8) input:checked ~ span::before, .radio-styled.radio-success:not(ie8) input:checked ~ span::before {
border-color: #4caf50;
}
.checkbox-styled.checkbox-success:not(ie8) input ~ span::after, .radio-styled.checkbox-success:not(ie8) input ~ span::after, .checkbox-styled.radio-success:not(ie8) input ~ span::after, .radio-styled.radio-success:not(ie8) input ~ span::after {
background-color: #4caf50;
}
.checkbox-styled.checkbox-warning:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-warning:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-warning:not(ie8) input:checked ~ span::before, .radio-styled.radio-warning:not(ie8) input:checked ~ span::before {
border-color: #ff9800;
}
.checkbox-styled.checkbox-warning:not(ie8) input ~ span::after, .radio-styled.checkbox-warning:not(ie8) input ~ span::after, .checkbox-styled.radio-warning:not(ie8) input ~ span::after, .radio-styled.radio-warning:not(ie8) input ~ span::after {
background-color: #ff9800;
}
.checkbox-styled.checkbox-danger:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-danger:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-danger:not(ie8) input:checked ~ span::before, .radio-styled.radio-danger:not(ie8) input:checked ~ span::before {
border-color: #f44336;
}
.checkbox-styled.checkbox-danger:not(ie8) input ~ span::after, .radio-styled.checkbox-danger:not(ie8) input ~ span::after, .checkbox-styled.radio-danger:not(ie8) input ~ span::after, .radio-styled.radio-danger:not(ie8) input ~ span::after {
background-color: #f44336;
}
.checkbox-styled.checkbox-info:not(ie8) input:checked ~ span::before, .radio-styled.checkbox-info:not(ie8) input:checked ~ span::before, .checkbox-styled.radio-info:not(ie8) input:checked ~ span::before, .radio-styled.radio-info:not(ie8) input:checked ~ span::before {
border-color: #2196f3;
}
.checkbox-styled.checkbox-info:not(ie8) input ~ span::after, .radio-styled.checkbox-info:not(ie8) input ~ span::after, .checkbox-styled.radio-info:not(ie8) input ~ span::after, .radio-styled.radio-info:not(ie8) input ~ span::after {
background-color: #2196f3;
}
.checkbox-styled:not(ie8), .radio-styled:not(ie8) {
margin-top: 0;
position: relative;
}
.checkbox-styled:not(ie8) input ~ span, .radio-styled:not(ie8) input ~ span {
cursor: pointer;
display: inline-block;
padding-left: 30px;
position: relative;
vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span::before, .radio-styled:not(ie8) input ~ span::before {
border: 2px solid #535858;
content: "";
height: 20px;
left: 0;
position: absolute;
width: 20px;
z-index: 1;
}
.checkbox-styled:not(ie8) input[type="radio"], .radio-styled:not(ie8) input[type="radio"], .checkbox-styled:not(ie8) input[type="checkbox"], .radio-styled:not(ie8) input[type="checkbox"] {
opacity: 0;
position: absolute;
z-index: -1;
}
.checkbox-styled:not(ie8) label, .radio-styled:not(ie8) label {
padding-left: 0;
}
.checkbox-styled.radio-inline:not(ie8), .radio-styled.radio-inline:not(ie8), .checkbox-styled.checkbox-inline:not(ie8), .radio-styled.checkbox-inline:not(ie8) {
padding-left: 0;
}
.checkbox-styled.disabled:not(ie8) ~ span::before, .radio-styled.disabled:not(ie8) ~ span::before, .checkbox-styled:not(ie8) input[disabled] ~ span::before, .radio-styled:not(ie8) input[disabled] ~ span::before, .checkbox-styled:not(ie8) input[readonly] ~ span::before, .radio-styled:not(ie8) input[readonly] ~ span::before {
border-color: #e5e6e6;
}
.checkbox-styled.disabled:checked:not(ie8) ~ span::before, .radio-styled.disabled:checked:not(ie8) ~ span::before, .checkbox-styled:not(ie8) input[disabled]:checked ~ span::before, .radio-styled:not(ie8) input[disabled]:checked ~ span::before, .checkbox-styled:not(ie8) input[readonly]:checked ~ span::before, .radio-styled:not(ie8) input[readonly]:checked ~ span::before {
border-color: #e5e6e6;
}
.checkbox-styled.disabled:checked:not(ie8) ~ span::after, .radio-styled.disabled:checked:not(ie8) ~ span::after, .checkbox-styled:not(ie8) input[disabled]:checked ~ span::after, .radio-styled:not(ie8) input[disabled]:checked ~ span::after, .checkbox-styled:not(ie8) input[readonly]:checked ~ span::after, .radio-styled:not(ie8) input[readonly]:checked ~ span::after {
background-color: #e5e6e6;
}
.checkbox-styled:not(ie8) input ~ span::before {
transition: all 0.2s ease-in-out 0s;
}
.checkbox-styled:not(ie8) input:checked ~ span::before {
border-color: #0aa89e;
border-right-style: none;
border-top-style: none;
height: 10px;
transform: rotate(-45deg);
}
.radio-styled:not(ie8) input ~ span::before {
border-radius: 50%;
top: 0;
transition: all 0.15s ease-in-out 0s;
}
.radio-styled:not(ie8) input:checked ~ span::before {
border-color: #0aa89e;
}
.radio-styled:not(ie8) input ~ span::after {
background-color: #0aa89e;
border-radius: 50%;
content: "";
height: 0;
left: 10px;
position: absolute;
top: 10px;
transition: all 0.15s ease-in-out 0s;
width: 0;
z-index: 1;
}
.radio-styled:not(ie8) input:checked ~ span::after {
height: 10px;
left: 5px;
top: 5px;
width: 10px;
}
.card {
background-color: #ffffff;
border: 1px solid #ccc;
border-radius: 2px;
color: #313534;
margin-bottom: 24px;
position: relative;
}
.card::before, .card::after {
content: " ";
display: table;
}
.card::after {
clear: both;
}
.card .btn-icon-toggle:hover, .card .btn-flat:hover {
background-color: rgba(12, 12, 12, 0.07);
}
.card > .nano:last-child {
border-radius: 0 0 2px 2px;
}
.card.no-shadow {
box-shadow: none;
}
.card-body {
height: auto !important;
padding: 11px;
position: relative;
}
.card-body::before, .card-body::after {
content: " ";
display: table;
}
.card-body::after {
clear: both;
}
.card-body:last-child {
border-radius: 0 0 2px 2px;
}
.badge.style-default {
background-color: #e5e6e6;
border-color: #e5e6e6;
color: #313534;
}
.list {
line-height: 24px;
list-style: outside none none;
margin: 0;
padding-left: 0;
}
.list .tile {
display: table;
margin: 6px;
min-height: 48px;
position: relative;
width: 98%;
}
.list .tile > a {
text-decoration: none;
}
.list .tile > a:hover {
color: #0aa89e;
}
.list .tile .tile-content {
display: table-cell;
padding-left: 16px;
}
.list .tile .tile-content:last-child {
padding-right: 16px;
}
.list .tile .tile-content > div {
display: table-cell;
vertical-align: middle;
}
.list .tile > .btn {
display: table-cell;
min-width: 56px;
text-align: center;
vertical-align: middle;
width: 56px;
}
.list .tile > .btn .fa, .list .tile > .btn .md, .list .tile > .btn .glyphicon {
font-size: 20px;
text-align: center;
width: 24px;
}
.list .tile .tile-icon {
min-width: 56px;
padding: 8px 0;
text-align: right;
width: 56px;
}
.list .tile .tile-icon:first-child {
text-align: left;
}
.list .tile .tile-icon img {
border-radius: 40px;
height: 40px;
width: 40px;
}
.list .tile .tile-icon .fa, .list .tile .tile-icon .md, .list .tile .tile-icon .glyphicon {
font-size: 20px;
margin-top: 4px;
text-align: center;
width: 24px;
}
.list .tile .tile-text {
font-size: 16px;
padding: 12px 0;
width: 100%;
}
.list .tile .tile-text small {
display: block;
font-size: 14px;
opacity: 0.6;
}
.list .tile .tile-text small span {
opacity: 1;
}
.list .tile .checkbox-styled:not(ie8), .list .tile .radio-styled:not(ie8) {
display: table-cell;
padding: 0;
}
.list .tile .checkbox-styled:not(ie8) label, .list .tile .radio-styled:not(ie8) label {
display: block;
padding-bottom: 7px;
padding-left: 16px;
padding-top: 9px;
}
.list .tile .checkbox-styled:last-child:not(ie8) label, .list .tile .radio-styled:last-child:not(ie8) label {
padding-right: 16px;
}
.list .tile .checkbox-styled:not(ie8) input ~ span, .list .tile .radio-styled:not(ie8) input ~ span {
padding-left: 54px;
}
.list .tile .ink-reaction .ink {
background-color: rgba(83, 88, 88, 0.15);
height: 600px;
margin-left: -300px;
margin-top: -300px;
width: 600px;
}
.list li.divider-full-bleed, .list li.divider-inset {
position: relative;
}
.list li.divider-full-bleed::after, .list li.divider-inset::after, .list.divider-full-bleed li::after, .list.divider-inset li::after {
background: rgba(150, 156, 156, 0.3) none repeat scroll 0 0;
bottom: 0;
content: "";
display: block;
height: 1px;
position: absolute;
right: 0;
}
.list li.divider-full-bleed::after, .list.divider-full-bleed li::after {
left: 0;
}
.list li.divider-inset::after, .list.divider-inset li::after {
left: 72px;
}
.btn.btn-flat {
color: #969c9c;
padding: 4.5px 7px;
}
.check_vendor_background {
background-color: #d3e4ef;
}
.vendor_checkboxborder_gray {
border: 1px solid #c2d8e6 !important;
border-radius: 4px;
}
.heading_checkbox {
color: #244996;
font-size: 19px;
font-weight: 400;
padding: 10px 0;
text-align: left;
}
.vendor_subscriber {
height: 150px !important;
}
ul.vendor_subscriber li {
background: #c0e6f4 none repeat scroll 0 0;
float: left;
margin: 7px;
padding: 10px !important;
}
ul.vendor_subscriber li:hover {
background: #f2ddcb none repeat scroll 0 0;
}
.subscriber_active {
background: #f2ddcb none repeat scroll 0 0 !important;
}
.vendor_addnew {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 7px;
color: #06f;
padding: 6px 7px;
text-align: center;
}
.vendor_addnew:hover {
background: #fff none repeat scroll 0 0;
color: #06f;
}
.vendor_work_addbtn {
background-color: #ddd;
height: 30px;
width: 30px;
}
.vendor_work_addbtn:hover {
background-color: #2e77b9;
}
.vendor_work_addbtn:hover a {
color: #fff !important;
}
.vendor_work_addbtn span {
display: inline-block;
font-size: 14px;
padding: 5px 9px;
}
.vendor_work_addbtn, .vendor_work_addbtn:hover {
transition: all 0.4s ease 0s;
}
.vendor_editsymbolchange {
margin-left: 65px !important;
}
.btn-file {
overflow: hidden;
position: relative;
}
.btn-file input[type="file"] {
background: #fff none repeat scroll 0 0;
cursor: inherit;
display: block;
font-size: 100px;
min-height: 100%;
min-width: 100%;
opacity: 0;
outline: medium none;
position: absolute;
right: 0;
text-align: right;
top: 0;
}
.butclr {
cursor: pointer;
float: left;
font-size: 15px;
text-align: center;
transition: all 0.3s ease 0s;
}
.butclr:hover {
box-shadow: 0 0 0 2px #e0ffff, 0 0 0 3px #b0c4de;
} | 0.388038 | 0.067577 |
.jqx-rc-tl-android {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
}
.jqx-rc-tr-android {
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
}
.jqx-rc-bl-android {
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.jqx-rc-br-android {
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
}
/*top rounded Corners*/
.jqx-rc-t-android {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
}
/*bottom rounded Corners*/
.jqx-rc-b-android {
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
}
/*right rounded Corners*/
.jqx-rc-r-android {
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
}
/*left rounded Corners*/
.jqx-rc-l-android {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
}
/*all rounded Corners*/
.jqx-rc-all-android {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
.jqx-widget-android {
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
color: inherit;
}
input[type=text].jqx-input-android,input[type=password].jqx-input-android
{
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
border-color: #636466;
}
.jqx-widget-content-android {
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
border-color: #3c4648;
color: #ffffff;
background-color: #000;
}
.jqx-widget-header-android {
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
color: #ffffff;
border-color: #000;
border-bottom-color: #32abda;
background: #000;
}
.jqx-fill-state-normal-android,.jqx-fill-state-hover-android {
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
border-color: #1C1C1E;
color: #ffffff;
background: #3E3E42;
}
.jqx-button-android,.jqx-grid-pager-number-android {
background: #4b4c4e;
border-color: #636466;
color: #fbfbfd;
}
.jqx-fill-state-focus-android {
border-color: #3C4648;
}
.jqx-listitem-state-normal-android,.jqx-listmenu-item-android {
background: #000;
border-top: 1px solid #191919;
}
.jqx-listmenu-header-label-android {
font-size: 24px;
margin-left: -5px;
}
.jqx-listmenu-item-label-android {
display: inline-block;
width: 100%;
height: 100%;
}
.jqx-listmenu-item-android a:link,.jqx-listmenu-item-android a:visited {
display: inline-block;
text-decoration: none;
color: inherit;
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
color: #fff;
width: 100%;
height: 100%;
padding: 15px;
}
.jqx-listmenu-separator-mobile {
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
}
.jqx-listmenu-item-android {
padding: 0px;
}
.jqx-listitem-state-normal-touch-android {
padding-top: 5px;
padding-bottom: 5px;
}
.jqx-listitem-element:first-child .jqx-listitem-state-normal-android {
border-top: 1px solid #000;
}
.jqx-listitem-state-hover-android {
background: #000;
border-color: #000;
border-bottom-color: #191919;
}
.jqx-listmenu-auto-separator-android,.jqx-listitem-state-group-android {
background: #293943 !important;
}
.jqx-fill-state-pressed-android {
border-color: #10618c;
color: #fff;
background-color: #10618c;
}
.jqx-fill-state-disabled-android {
color: #898989;
}
.jqx-scrollbar-state-normal-android,.jqx-grid-bottomright-android,.jqx-panel-bottomright-android,.jqx-listbox-bottomright-android
{
background-color: #3E3E42;
}
.jqx-widget-android .jqx-grid-column-header-android,.jqx-grid-cell-android,.jqx-widget-android .jqx-grid-cell-android,.jqx-widget-android .jqx-grid-group-cell-android,.jqx-grid-group-cell-android
{
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
border-color: #1C1C1E;
background-color: #000;
color: #fff;
}
.jqx-widget-android .jqx-grid-cell-alt-android,.jqx-widget-android .jqx-grid-cell-sort-android,.jqx-widget-android .jqx-grid-cell-pinned-android,.jqx-widget-android .jqx-grid-cell-filter-android,.jqx-grid-cell-sort-alt-android,.jqx-grid-cell-filter-alt-android,.jqx-grid-cell-pinned-android,.jqx-grid-cell-alt-android,.jqx-grid-cell-sort-android
{
border-color: #202023;
background-color: #3E3E42;
color: #fff;
}
.jqx-menu-vertical-android {
background: #3E3E42;
border-color: #3E3E42;
}
.jqx-widget-android .jqx-grid-cell-android,.jqx-widget-android .jqx-grid-column-header-android,.jqx-widget-android .jqx-grid-group-cell-android
{
border-color: #202023;
}
.jqx-widget-android .jqx-grid-column-menubutton-android,.jqx-widget-android .jqx-grid-column-sortascbutton-android,.jqx-widget-android .jqx-grid-column-sortdescbutton-android,.jqx-widget-android .jqx-grid-column-filterbutton-android
{
background-color: transparent;
border-color: #010f18;
}
.jqx-grid-cell-filter-row-android,.jqx-grid-android .jqx-widget-header-android,.jqx-grid-header-android,.jqx-grid-column-header-android
{
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
border-color: #000 !important;
border-bottom-color: #32b3e3 !important;
background: #000 !important;
}
.jqx-grid-cell-filter-row-android {
border-top: 2px solid transparent;
border-bottom: 1px solid #32b3e3 !important;
margin-top: -1px;
}
.jqx-widget-header-android .jqx-calendar-title-header-android,.jqx-calendar-title-header-android,.jqx-input-button-header-android,.jqx-window-header-android
{
background: #262626;
border-color: #262626;
border-bottom-color: #262626 !important;
}
.jqx-window-content-android {
background: #262626;
}
.jqx-calendar-month-android {
border-top: 1px solid #262626;
background: #262626;
}
.jqx-calendar-column-header-android {
background: #262626;
border-color: #262626;
}
.jqx-grid-column-menubutton-android {
background-image: url('images/metro-icon-down-white.png');
}
.jqx-input-android {
border-color: #3C4648;
}
.jqx-widget-android .jqx-grid-cell-selected-android,.jqx-grid-cell-selected-android
{
background-color: #10638d !important;
border-color: #10638d !important;
font-size: 16px;
color: #fff !important
}
.jqx-widget-android .jqx-grid-cell-hover-android,.jqx-grid-cell-hover-android
{
background-color: #3E3E42;
}
/*applied to the column's sort button when the sort order is ascending.*/
.jqx-grid-column-sortascbutton-android {
background-image: url('images/metro-icon-up-white.png');
}
.jqx-grid-column-sortdescbutton-android {
background-image: url('images/metro-icon-down-white.png');
}
.jqx-checkbox-default-android {
background: #000;
border-color: #636466;
}
.jqx-checkbox-check-checked-android {
position: relative;
background: transparent url(images/check_lightblue.png) center center
no-repeat
}
.jqx-checkbox-check-indeterminate-android {
background: transparent url(images/check_lightblue_indeterminate.png)
center center no-repeat
}
.jqx-checkbox-hover-android,.jqx-radiobutton-hover-android {
}
.jqx-radiobutton-check-checked-android {
background: #33b5e5;
border-color: #33b5e5;
}
.jqx-scrollbar-thumb-state-normal-horizontal-android,.jqx-scrollbar-thumb-state-normal-android
{
background: #686868;
border-color: #686868;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.jqx-scrollbar-thumb-state-hover-horizontal-android,.jqx-scrollbar-thumb-state-hover-android
{
background: #9E9E9E;
border-color: #9E9E9E;
}
.jqx-scrollbar-thumb-state-pressed-horizontal-android,.jqx-scrollbar-thumb-state-pressed-android
{
background: #ffffff;
border-color: #ffffff;
}
.jqx-scrollbar-button-state-normal-android {
border: 1px solid #3E3E42;
background: #3E3E42;
}
/*applied to the scrollbar buttons in hovered state.*/
.jqx-scrollbar-button-state-hover-android {
border: 1px solid #3E3E42;
background: #3E3E42;
}
/*applied to the scrollbar buttons in pressed state.*/
.jqx-scrollbar-button-state-pressed-android {
border: 1px solid #3E3E42;
background: #3E3E42;
}
/*icons*/
.jqx-window-collapse-button-android {
background-image: url(images/metro-icon-up-white.png);
}
.jqx-window-collapse-button-collapsed-android {
background-image: url(images/metro-icon-down-white.png);
}
.jqx-icon-arrow-up-android,.jqx-expander-arrow-bottom-android,.jqx-menu-item-arrow-up-android
{
background-image: url('images/metro-icon-up-white.png');
}
.jqx-icon-arrow-down-android,.jqx-expander-arrow-top-android,.jqx-tree-item-arrow-expand-android,.jqx-tree-item-arrow-expand-hover-android,.jqx-menu-item-arrow-down-android
{
background-image: url('images/metro-icon-down-white.png');
}
.jqx-icon-arrow-left-android,.jqx-menu-item-arrow-left-android {
background-image: url('images/metro-icon-left-white.png');
}
.jqx-icon-arrow-right-android,.jqx-menu-item-arrow-right-android,.jqx-tree-item-arrow-collapse-android,.jqx-tree-item-arrow-collapse-hover-android
{
background-image: url('images/metro-icon-right-white.png');
}
.jqx-tabs-arrow-left-android,.jqx-tree-item-arrow-collapse-rtl-android,.jqx-tree-item-arrow-collapse-hover-rtl-android
{
background-image: url('images/metro-icon-left-white.png');
}
.jqx-tabs-arrow-right-android {
background-image: url('images/metro-icon-right-white.png');
}
.jqx-menu-item-arrow-up-selected-android,.jqx-icon-arrow-up-selected-android
{
background-image: url('images/metro-icon-up-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-menu-item-arrow-down-selected-android,.jqx-icon-arrow-down-selected-android
{
background-image: url('images/metro-icon-down-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-menu-item-arrow-left-selected-android,.jqx-icon-arrow-left-selected-android
{
background-image: url('images/metro-icon-left-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-menu-item-arrow-right-selected-android,.jqx-icon-arrow-right-selected-android
{
background-image: url('images/metro-icon-right-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-window-close-button-android,.jqx-icon-close-android,.jqx-tabs-close-button-android,.jqx-tabs-close-button-hover-android,.jqx-tabs-close-button-selected-android
{
background-image: url(images/close_white.png);
background-repeat: no-repeat;
background-position: center
}
.jqx-listbox-feedback-android {
border-top: 1px dashed #fff;
}
.jqx-scrollbar-android .jqx-icon-arrow-up-selected-android {
background-image: url('images/metro-icon-up-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-scrollbar-android .jqx-icon-arrow-down-selected-android {
background-image: url('images/metro-icon-down-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-scrollbar-android .jqx-icon-arrow-left-selected-android {
background-image: url('images/metro-icon-left-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-scrollbar-android .jqx-icon-arrow-right-selected-android {
background-image: url('images/metro-icon-right-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-input-button-content-android {
background: #262626;
border-color: #262626;
font-size: 13px;
}
.jqx-input-button-header-android {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
.jqx-button-android {
padding: 10px 7px;
}
.jqx-slider-button-android {
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
padding: 4px !important;
}
.jqx-slider-slider-android {
width: 25px;
height: 25px;
margin-top: -10px;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
background: rgba(51, 181, 229, 0.6);
background-image: -moz-radial-gradient(#33b5e5 10%, transparent 90%);
background-image: radial-gradient(#33b5e5 10%, transparent 90%);
border: none;
}
.jqx-slider-rangebar-android {
background: rgba(51, 181, 229, 0.5);
}
.jqx-dropdownlist-state-normal-android,.jqx-dropdownlist-state-hover-android,.jqx-dropdownlist-state-selected-android,.jqx-scrollbar-button-state-hover-android,.jqx-scrollbar-button-state-normal-android,.jqx-scrollbar-button-state-pressed-android,.jqx-scrollbar-thumb-state-normal-horizontal-android,.jqx-scrollbar-thumb-state-hover-horizontal-android,.jqx-scrollbar-thumb-state-pressed-horizontal-android,.jqx-scrollbar-thumb-state-normal-android,.jqx-scrollbar-thumb-state-pressed-android,.jqx-button-android,.jqx-tree-item-hover-android,.jqx-tree-item-selected-android,.jqx-tree-item-android,.jqx-menu-item-android,.jqx-menu-item-hover-android,.jqx-menu-item-selected-android,.jqx-menu-item-top-android,.jqx-menu-item-top-hover-android,.jqx-menu-item-top-selected-android,.jqx-slider-button-android,.jqx-slider-slider-android
{
-webkit-transition: background-color 100ms linear;
-moz-transition: background-color 100ms linear;
-o-transition: background-color 100ms linear;
-ms-transition: background-color 100ms linear;
transition: background-color 100ms linear;
}
.jqx-switchbutton-android {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border: 2px solid #010f18;
}
.jqx-switchbutton-thumb-android {
width: 16px;
background: #222222;
border: 1px solid #222222;
}
.jqx-switchbutton-label-on-android {
background: #32b3e3;
color: #fff;
}
.jqx-switchbutton-label-off-android {
background: #444;
color: #fff;
}
.jqx-tabs-android {
border: 1px solid #1a1a1a;
}
.jqx-tabs-title-android {
background: transparent;
border-color: transparent;
border-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
-webkit-border-radius: 0px;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius: 0px;
-moz-border-top-left-radius: 0px;
-moz-border-top-right-radius: 0px;
-moz-border-bottom-left-radius: 0px;
-moz-border-bottom-right-radius: 0px;
}
.jqx-tabs-header-android,.jqx-tabs-arrow-background {
background: #000;
color: #fff;
border-bottom-color: #636466 !important;
}
.jqx-tabs-header-bottom-android {
background: #000;
color: #fff;
border-top-color: #636466 !important;
border-top-style: solid;
border-top-width: 1px;
}
.jqx-tabs-title-selected-top-android,.jqx-tabs-selection-tracker-top-android
{
border-bottom: 1px solid #000;
border-bottom: 2px solid #32b3e3;
color: #fff;
background: #000;
box-shadow: 0 0px 5px #000;
-webkit-box-shadow: 0 0px 5px #000;
padding-top: 5px;
padding-bottom: 5px;
}
.jqx-tabs-title-selected-bottom-android,.jqx-tabs-selection-tracker-bottom-android
{
border-top: 2px solid #32b3e3;
color: #fff;
background: #000;
box-shadow: 0 0px 5px #000;
-webkit-box-shadow: 0 0px 5px #000;
padding-top: 6px;
padding-bottom: 6px;
}
.jqx-tabs-title-hover-top-android,.jqx-tabs-title-hover-bottom-android,.jqx-tabs-header-android
{
color: #fff;
}
.jqx-switchbutton-wrapper-android {
}
.jqx-icon-arrow-first-android {
background-image: url('images/icon-first-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-icon-arrow-last-android {
background-image: url('images/icon-last-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-progressbar-text-android {
font-size: 16px;
}
.jqx-grid-pager-android .jqx-button-android {
padding: 3px !important;
}
.jqx-grid-pager-number-android {
top: 2px;
position: relative;
padding: 1px 7px;
}
.jqx-widget-android .jqx-grid-groups-header-android,.jqx-grid-groups-header-android
{
border-bottom-color: #000 !important;
}
.jqx-grid-group-collapse-android {
background-image: url(images/metro-icon-right-white.png);
background-position: 50% 50%;
background-repeat: no-repeat;
}
.jqx-grid-group-collapse-rtl-android {
padding-right: 0px;
background-image: url(images/metro-icon-left-white.png);
background-position: 50% 50%;
background-repeat: no-repeat;
}
.jqx-grid-group-expand-android,.jqx-grid-group-expand-rtl-android {
padding-right: 0px;
background-image: url(images/metro-icon-down-white.png);
background-position: 50% 50%;
background-repeat: no-repeat;
}
.jqx-tree-grid-expand-button-android {
margin-top: 4px;
}
.jqx-tree-grid-checkbox-android {
margin-top: 2px;
}
.jqx-grid-table-android {
border-color: #000;
}
.jqx-icon-search-android {
background-image: url(images/search_white.png);
background-repeat: no-repeat;
background-position: center;
}
.jqx-passwordinput-password-icon-android,.jqx-passwordinput-password-icon-rtl-android
{
background-image: url(images/icon-showpassword-white.png) !important;
background-repeat: no-repeat !important;
}
.jqx-icon-calendar-android,.jqx-icon-calendar-hover-android,.jqx-icon-calendar-pressed-android
{
background-image: url('images/icon-calendar-white.png');
}
.jqx-calendar-cell-today-android {
color: black;
} | includes/js/classes/jqwidgets/styles/jqx.android.css | .jqx-rc-tl-android {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
}
.jqx-rc-tr-android {
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
}
.jqx-rc-bl-android {
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.jqx-rc-br-android {
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
}
/*top rounded Corners*/
.jqx-rc-t-android {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
}
/*bottom rounded Corners*/
.jqx-rc-b-android {
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
}
/*right rounded Corners*/
.jqx-rc-r-android {
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
}
/*left rounded Corners*/
.jqx-rc-l-android {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
}
/*all rounded Corners*/
.jqx-rc-all-android {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
.jqx-widget-android {
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
color: inherit;
}
input[type=text].jqx-input-android,input[type=password].jqx-input-android
{
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
border-color: #636466;
}
.jqx-widget-content-android {
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
border-color: #3c4648;
color: #ffffff;
background-color: #000;
}
.jqx-widget-header-android {
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
color: #ffffff;
border-color: #000;
border-bottom-color: #32abda;
background: #000;
}
.jqx-fill-state-normal-android,.jqx-fill-state-hover-android {
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
border-color: #1C1C1E;
color: #ffffff;
background: #3E3E42;
}
.jqx-button-android,.jqx-grid-pager-number-android {
background: #4b4c4e;
border-color: #636466;
color: #fbfbfd;
}
.jqx-fill-state-focus-android {
border-color: #3C4648;
}
.jqx-listitem-state-normal-android,.jqx-listmenu-item-android {
background: #000;
border-top: 1px solid #191919;
}
.jqx-listmenu-header-label-android {
font-size: 24px;
margin-left: -5px;
}
.jqx-listmenu-item-label-android {
display: inline-block;
width: 100%;
height: 100%;
}
.jqx-listmenu-item-android a:link,.jqx-listmenu-item-android a:visited {
display: inline-block;
text-decoration: none;
color: inherit;
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
color: #fff;
width: 100%;
height: 100%;
padding: 15px;
}
.jqx-listmenu-separator-mobile {
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
}
.jqx-listmenu-item-android {
padding: 0px;
}
.jqx-listitem-state-normal-touch-android {
padding-top: 5px;
padding-bottom: 5px;
}
.jqx-listitem-element:first-child .jqx-listitem-state-normal-android {
border-top: 1px solid #000;
}
.jqx-listitem-state-hover-android {
background: #000;
border-color: #000;
border-bottom-color: #191919;
}
.jqx-listmenu-auto-separator-android,.jqx-listitem-state-group-android {
background: #293943 !important;
}
.jqx-fill-state-pressed-android {
border-color: #10618c;
color: #fff;
background-color: #10618c;
}
.jqx-fill-state-disabled-android {
color: #898989;
}
.jqx-scrollbar-state-normal-android,.jqx-grid-bottomright-android,.jqx-panel-bottomright-android,.jqx-listbox-bottomright-android
{
background-color: #3E3E42;
}
.jqx-widget-android .jqx-grid-column-header-android,.jqx-grid-cell-android,.jqx-widget-android .jqx-grid-cell-android,.jqx-widget-android .jqx-grid-group-cell-android,.jqx-grid-group-cell-android
{
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
border-color: #1C1C1E;
background-color: #000;
color: #fff;
}
.jqx-widget-android .jqx-grid-cell-alt-android,.jqx-widget-android .jqx-grid-cell-sort-android,.jqx-widget-android .jqx-grid-cell-pinned-android,.jqx-widget-android .jqx-grid-cell-filter-android,.jqx-grid-cell-sort-alt-android,.jqx-grid-cell-filter-alt-android,.jqx-grid-cell-pinned-android,.jqx-grid-cell-alt-android,.jqx-grid-cell-sort-android
{
border-color: #202023;
background-color: #3E3E42;
color: #fff;
}
.jqx-menu-vertical-android {
background: #3E3E42;
border-color: #3E3E42;
}
.jqx-widget-android .jqx-grid-cell-android,.jqx-widget-android .jqx-grid-column-header-android,.jqx-widget-android .jqx-grid-group-cell-android
{
border-color: #202023;
}
.jqx-widget-android .jqx-grid-column-menubutton-android,.jqx-widget-android .jqx-grid-column-sortascbutton-android,.jqx-widget-android .jqx-grid-column-sortdescbutton-android,.jqx-widget-android .jqx-grid-column-filterbutton-android
{
background-color: transparent;
border-color: #010f18;
}
.jqx-grid-cell-filter-row-android,.jqx-grid-android .jqx-widget-header-android,.jqx-grid-header-android,.jqx-grid-column-header-android
{
font-size: 16px;
font-family: Roboto, HelveticaNeue, sans-serif;
border-color: #000 !important;
border-bottom-color: #32b3e3 !important;
background: #000 !important;
}
.jqx-grid-cell-filter-row-android {
border-top: 2px solid transparent;
border-bottom: 1px solid #32b3e3 !important;
margin-top: -1px;
}
.jqx-widget-header-android .jqx-calendar-title-header-android,.jqx-calendar-title-header-android,.jqx-input-button-header-android,.jqx-window-header-android
{
background: #262626;
border-color: #262626;
border-bottom-color: #262626 !important;
}
.jqx-window-content-android {
background: #262626;
}
.jqx-calendar-month-android {
border-top: 1px solid #262626;
background: #262626;
}
.jqx-calendar-column-header-android {
background: #262626;
border-color: #262626;
}
.jqx-grid-column-menubutton-android {
background-image: url('images/metro-icon-down-white.png');
}
.jqx-input-android {
border-color: #3C4648;
}
.jqx-widget-android .jqx-grid-cell-selected-android,.jqx-grid-cell-selected-android
{
background-color: #10638d !important;
border-color: #10638d !important;
font-size: 16px;
color: #fff !important
}
.jqx-widget-android .jqx-grid-cell-hover-android,.jqx-grid-cell-hover-android
{
background-color: #3E3E42;
}
/*applied to the column's sort button when the sort order is ascending.*/
.jqx-grid-column-sortascbutton-android {
background-image: url('images/metro-icon-up-white.png');
}
.jqx-grid-column-sortdescbutton-android {
background-image: url('images/metro-icon-down-white.png');
}
.jqx-checkbox-default-android {
background: #000;
border-color: #636466;
}
.jqx-checkbox-check-checked-android {
position: relative;
background: transparent url(images/check_lightblue.png) center center
no-repeat
}
.jqx-checkbox-check-indeterminate-android {
background: transparent url(images/check_lightblue_indeterminate.png)
center center no-repeat
}
.jqx-checkbox-hover-android,.jqx-radiobutton-hover-android {
}
.jqx-radiobutton-check-checked-android {
background: #33b5e5;
border-color: #33b5e5;
}
.jqx-scrollbar-thumb-state-normal-horizontal-android,.jqx-scrollbar-thumb-state-normal-android
{
background: #686868;
border-color: #686868;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.jqx-scrollbar-thumb-state-hover-horizontal-android,.jqx-scrollbar-thumb-state-hover-android
{
background: #9E9E9E;
border-color: #9E9E9E;
}
.jqx-scrollbar-thumb-state-pressed-horizontal-android,.jqx-scrollbar-thumb-state-pressed-android
{
background: #ffffff;
border-color: #ffffff;
}
.jqx-scrollbar-button-state-normal-android {
border: 1px solid #3E3E42;
background: #3E3E42;
}
/*applied to the scrollbar buttons in hovered state.*/
.jqx-scrollbar-button-state-hover-android {
border: 1px solid #3E3E42;
background: #3E3E42;
}
/*applied to the scrollbar buttons in pressed state.*/
.jqx-scrollbar-button-state-pressed-android {
border: 1px solid #3E3E42;
background: #3E3E42;
}
/*icons*/
.jqx-window-collapse-button-android {
background-image: url(images/metro-icon-up-white.png);
}
.jqx-window-collapse-button-collapsed-android {
background-image: url(images/metro-icon-down-white.png);
}
.jqx-icon-arrow-up-android,.jqx-expander-arrow-bottom-android,.jqx-menu-item-arrow-up-android
{
background-image: url('images/metro-icon-up-white.png');
}
.jqx-icon-arrow-down-android,.jqx-expander-arrow-top-android,.jqx-tree-item-arrow-expand-android,.jqx-tree-item-arrow-expand-hover-android,.jqx-menu-item-arrow-down-android
{
background-image: url('images/metro-icon-down-white.png');
}
.jqx-icon-arrow-left-android,.jqx-menu-item-arrow-left-android {
background-image: url('images/metro-icon-left-white.png');
}
.jqx-icon-arrow-right-android,.jqx-menu-item-arrow-right-android,.jqx-tree-item-arrow-collapse-android,.jqx-tree-item-arrow-collapse-hover-android
{
background-image: url('images/metro-icon-right-white.png');
}
.jqx-tabs-arrow-left-android,.jqx-tree-item-arrow-collapse-rtl-android,.jqx-tree-item-arrow-collapse-hover-rtl-android
{
background-image: url('images/metro-icon-left-white.png');
}
.jqx-tabs-arrow-right-android {
background-image: url('images/metro-icon-right-white.png');
}
.jqx-menu-item-arrow-up-selected-android,.jqx-icon-arrow-up-selected-android
{
background-image: url('images/metro-icon-up-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-menu-item-arrow-down-selected-android,.jqx-icon-arrow-down-selected-android
{
background-image: url('images/metro-icon-down-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-menu-item-arrow-left-selected-android,.jqx-icon-arrow-left-selected-android
{
background-image: url('images/metro-icon-left-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-menu-item-arrow-right-selected-android,.jqx-icon-arrow-right-selected-android
{
background-image: url('images/metro-icon-right-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-window-close-button-android,.jqx-icon-close-android,.jqx-tabs-close-button-android,.jqx-tabs-close-button-hover-android,.jqx-tabs-close-button-selected-android
{
background-image: url(images/close_white.png);
background-repeat: no-repeat;
background-position: center
}
.jqx-listbox-feedback-android {
border-top: 1px dashed #fff;
}
.jqx-scrollbar-android .jqx-icon-arrow-up-selected-android {
background-image: url('images/metro-icon-up-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-scrollbar-android .jqx-icon-arrow-down-selected-android {
background-image: url('images/metro-icon-down-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-scrollbar-android .jqx-icon-arrow-left-selected-android {
background-image: url('images/metro-icon-left-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-scrollbar-android .jqx-icon-arrow-right-selected-android {
background-image: url('images/metro-icon-right-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-input-button-content-android {
background: #262626;
border-color: #262626;
font-size: 13px;
}
.jqx-input-button-header-android {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
.jqx-button-android {
padding: 10px 7px;
}
.jqx-slider-button-android {
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
padding: 4px !important;
}
.jqx-slider-slider-android {
width: 25px;
height: 25px;
margin-top: -10px;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
background: rgba(51, 181, 229, 0.6);
background-image: -moz-radial-gradient(#33b5e5 10%, transparent 90%);
background-image: radial-gradient(#33b5e5 10%, transparent 90%);
border: none;
}
.jqx-slider-rangebar-android {
background: rgba(51, 181, 229, 0.5);
}
.jqx-dropdownlist-state-normal-android,.jqx-dropdownlist-state-hover-android,.jqx-dropdownlist-state-selected-android,.jqx-scrollbar-button-state-hover-android,.jqx-scrollbar-button-state-normal-android,.jqx-scrollbar-button-state-pressed-android,.jqx-scrollbar-thumb-state-normal-horizontal-android,.jqx-scrollbar-thumb-state-hover-horizontal-android,.jqx-scrollbar-thumb-state-pressed-horizontal-android,.jqx-scrollbar-thumb-state-normal-android,.jqx-scrollbar-thumb-state-pressed-android,.jqx-button-android,.jqx-tree-item-hover-android,.jqx-tree-item-selected-android,.jqx-tree-item-android,.jqx-menu-item-android,.jqx-menu-item-hover-android,.jqx-menu-item-selected-android,.jqx-menu-item-top-android,.jqx-menu-item-top-hover-android,.jqx-menu-item-top-selected-android,.jqx-slider-button-android,.jqx-slider-slider-android
{
-webkit-transition: background-color 100ms linear;
-moz-transition: background-color 100ms linear;
-o-transition: background-color 100ms linear;
-ms-transition: background-color 100ms linear;
transition: background-color 100ms linear;
}
.jqx-switchbutton-android {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
border: 2px solid #010f18;
}
.jqx-switchbutton-thumb-android {
width: 16px;
background: #222222;
border: 1px solid #222222;
}
.jqx-switchbutton-label-on-android {
background: #32b3e3;
color: #fff;
}
.jqx-switchbutton-label-off-android {
background: #444;
color: #fff;
}
.jqx-tabs-android {
border: 1px solid #1a1a1a;
}
.jqx-tabs-title-android {
background: transparent;
border-color: transparent;
border-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
-webkit-border-radius: 0px;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius: 0px;
-moz-border-top-left-radius: 0px;
-moz-border-top-right-radius: 0px;
-moz-border-bottom-left-radius: 0px;
-moz-border-bottom-right-radius: 0px;
}
.jqx-tabs-header-android,.jqx-tabs-arrow-background {
background: #000;
color: #fff;
border-bottom-color: #636466 !important;
}
.jqx-tabs-header-bottom-android {
background: #000;
color: #fff;
border-top-color: #636466 !important;
border-top-style: solid;
border-top-width: 1px;
}
.jqx-tabs-title-selected-top-android,.jqx-tabs-selection-tracker-top-android
{
border-bottom: 1px solid #000;
border-bottom: 2px solid #32b3e3;
color: #fff;
background: #000;
box-shadow: 0 0px 5px #000;
-webkit-box-shadow: 0 0px 5px #000;
padding-top: 5px;
padding-bottom: 5px;
}
.jqx-tabs-title-selected-bottom-android,.jqx-tabs-selection-tracker-bottom-android
{
border-top: 2px solid #32b3e3;
color: #fff;
background: #000;
box-shadow: 0 0px 5px #000;
-webkit-box-shadow: 0 0px 5px #000;
padding-top: 6px;
padding-bottom: 6px;
}
.jqx-tabs-title-hover-top-android,.jqx-tabs-title-hover-bottom-android,.jqx-tabs-header-android
{
color: #fff;
}
.jqx-switchbutton-wrapper-android {
}
.jqx-icon-arrow-first-android {
background-image: url('images/icon-first-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-icon-arrow-last-android {
background-image: url('images/icon-last-white.png');
background-repeat: no-repeat;
background-position: center;
}
.jqx-progressbar-text-android {
font-size: 16px;
}
.jqx-grid-pager-android .jqx-button-android {
padding: 3px !important;
}
.jqx-grid-pager-number-android {
top: 2px;
position: relative;
padding: 1px 7px;
}
.jqx-widget-android .jqx-grid-groups-header-android,.jqx-grid-groups-header-android
{
border-bottom-color: #000 !important;
}
.jqx-grid-group-collapse-android {
background-image: url(images/metro-icon-right-white.png);
background-position: 50% 50%;
background-repeat: no-repeat;
}
.jqx-grid-group-collapse-rtl-android {
padding-right: 0px;
background-image: url(images/metro-icon-left-white.png);
background-position: 50% 50%;
background-repeat: no-repeat;
}
.jqx-grid-group-expand-android,.jqx-grid-group-expand-rtl-android {
padding-right: 0px;
background-image: url(images/metro-icon-down-white.png);
background-position: 50% 50%;
background-repeat: no-repeat;
}
.jqx-tree-grid-expand-button-android {
margin-top: 4px;
}
.jqx-tree-grid-checkbox-android {
margin-top: 2px;
}
.jqx-grid-table-android {
border-color: #000;
}
.jqx-icon-search-android {
background-image: url(images/search_white.png);
background-repeat: no-repeat;
background-position: center;
}
.jqx-passwordinput-password-icon-android,.jqx-passwordinput-password-icon-rtl-android
{
background-image: url(images/icon-showpassword-white.png) !important;
background-repeat: no-repeat !important;
}
.jqx-icon-calendar-android,.jqx-icon-calendar-hover-android,.jqx-icon-calendar-pressed-android
{
background-image: url('images/icon-calendar-white.png');
}
.jqx-calendar-cell-today-android {
color: black;
} | 0.206494 | 0.056679 |
:root {
--first-color:#6369d2;
--second-color:#ffffff;
--third-color:#8f9299;
--animation-duration: 0.3s;
}
g#close {
fill: var(--second-color);
}
#bubble-container {
overflow-x: hidden;
position: relative;
top: 15px;
padding-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
}
#message-bubble {
display: flex;
margin-right: 8px;
cursor: pointer;
animation: BubbleLoad var(--animation-duration) forwards;
}
#message-bubble.hide {
animation: BubbleUnload var(--animation-duration) forwards;
}
#message-bubble > #message {
display: flex;
padding: 15px;
font-weight: bold;
font-size: 16px;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1),
0 2px 32px rgba(0, 0, 0, 0.1);
color: var(--third-color);
background-color: var(--second-color);
border-radius: 5px;
}
#message-bubble > #triangle {
display: flex;
flex-direction: column;
justify-content: center;
width: 30px;
height: 50px;
position: relative;
overflow: hidden;
}
#message-bubble > #triangle::after {
content: "";
position: absolute;
width: 50px;
height: 50px;
background: var(--second-color);
transform: rotate(45deg);
right: 28px;
border-radius: 5px;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1),
0 2px 32px rgba(0, 0, 0, 0.1);
}
#blip-chat-close-icon {
background-color: var(--first-color) !important;
display: block !important;
opacity: 0;
}
#blip-chat-close-icon.display {
animation: CloseIconDisplay var(--animation-duration) forwards;
}
#blip-chat-close-icon.hide {
animation: CloseIconHide var(--animation-duration) forwards;
}
/* Styles to icon and bubble hover */
#blip-chat-icon > img {
transition: var(--animation-duration) !important;
height: 100% !important;
width: 100% !important;
position: absolute;
top: 0;
left: 0;
}
#blip-chat-icon > img.top {
opacity: 1;
}
#blip-chat-icon > img.bottom {
opacity: 0;
}
#blip-chat-open-iframe:hover > #blip-chat-icon > img.top {
opacity: 0;
}
#blip-chat-open-iframe:hover > #blip-chat-icon > img.bottom {
opacity: 1;
}
#blip-chat-open-iframe {
background-color: var(--second-color) !important;
transition: var(--animation-duration) !important;
}
#blip-chat-open-iframe:hover {
background-color: var(--first-color) !important;
transition: var(--animation-duration) !important;
}
@media (max-width: 480px) {
#bubble-container {
display: none;
}
}
@media (max-height: 480px) {
#bubble-container {
display: none;
}
}
/* Keyframes */
@keyframes CloseIconDisplay {
0%{
transform: rotate(45deg);
opacity: 0;
}
100%{
transform: rotate(90deg);
opacity: 1;
}
}
@keyframes CloseIconHide {
0%{
transform: rotate(90deg);
opacity: 1;
}
50%{
opacity: 0;
}
100%{
transform: rotate(45deg);
opacity: 0;
}
}
@keyframes BubbleLoad {
0%{
opacity: 0;
margin-right: -250px;
}
50%{
opacity: 0;
}
100%{
opacity: 1;
margin-right: 8px;
}
}
@keyframes BubbleUnload {
0%{
opacity: 1;
margin-right: 8px;
}
50%{
opacity: 0;
}
100%{
opacity: 0;
margin-right: -250px;
}
}
/*500x500*/ | src/pages/bubble.css | :root {
--first-color:#6369d2;
--second-color:#ffffff;
--third-color:#8f9299;
--animation-duration: 0.3s;
}
g#close {
fill: var(--second-color);
}
#bubble-container {
overflow-x: hidden;
position: relative;
top: 15px;
padding-bottom: 15px;
padding-top: 15px;
padding-left: 15px;
}
#message-bubble {
display: flex;
margin-right: 8px;
cursor: pointer;
animation: BubbleLoad var(--animation-duration) forwards;
}
#message-bubble.hide {
animation: BubbleUnload var(--animation-duration) forwards;
}
#message-bubble > #message {
display: flex;
padding: 15px;
font-weight: bold;
font-size: 16px;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1),
0 2px 32px rgba(0, 0, 0, 0.1);
color: var(--third-color);
background-color: var(--second-color);
border-radius: 5px;
}
#message-bubble > #triangle {
display: flex;
flex-direction: column;
justify-content: center;
width: 30px;
height: 50px;
position: relative;
overflow: hidden;
}
#message-bubble > #triangle::after {
content: "";
position: absolute;
width: 50px;
height: 50px;
background: var(--second-color);
transform: rotate(45deg);
right: 28px;
border-radius: 5px;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1),
0 2px 32px rgba(0, 0, 0, 0.1);
}
#blip-chat-close-icon {
background-color: var(--first-color) !important;
display: block !important;
opacity: 0;
}
#blip-chat-close-icon.display {
animation: CloseIconDisplay var(--animation-duration) forwards;
}
#blip-chat-close-icon.hide {
animation: CloseIconHide var(--animation-duration) forwards;
}
/* Styles to icon and bubble hover */
#blip-chat-icon > img {
transition: var(--animation-duration) !important;
height: 100% !important;
width: 100% !important;
position: absolute;
top: 0;
left: 0;
}
#blip-chat-icon > img.top {
opacity: 1;
}
#blip-chat-icon > img.bottom {
opacity: 0;
}
#blip-chat-open-iframe:hover > #blip-chat-icon > img.top {
opacity: 0;
}
#blip-chat-open-iframe:hover > #blip-chat-icon > img.bottom {
opacity: 1;
}
#blip-chat-open-iframe {
background-color: var(--second-color) !important;
transition: var(--animation-duration) !important;
}
#blip-chat-open-iframe:hover {
background-color: var(--first-color) !important;
transition: var(--animation-duration) !important;
}
@media (max-width: 480px) {
#bubble-container {
display: none;
}
}
@media (max-height: 480px) {
#bubble-container {
display: none;
}
}
/* Keyframes */
@keyframes CloseIconDisplay {
0%{
transform: rotate(45deg);
opacity: 0;
}
100%{
transform: rotate(90deg);
opacity: 1;
}
}
@keyframes CloseIconHide {
0%{
transform: rotate(90deg);
opacity: 1;
}
50%{
opacity: 0;
}
100%{
transform: rotate(45deg);
opacity: 0;
}
}
@keyframes BubbleLoad {
0%{
opacity: 0;
margin-right: -250px;
}
50%{
opacity: 0;
}
100%{
opacity: 1;
margin-right: 8px;
}
}
@keyframes BubbleUnload {
0%{
opacity: 1;
margin-right: 8px;
}
50%{
opacity: 0;
}
100%{
opacity: 0;
margin-right: -250px;
}
}
/*500x500*/ | 0.432782 | 0.249613 |
.mega-post-carousel1 .mega-post-image {
overflow: hidden;
position: relative;
}
.mega-post-carousel1 .mega-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
height: 200px;
}
.mega-post-carousel1 .mega-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.mega-post-carousel1 .mega-post-category {
margin: 10px 0;
display: inline-block;
}
.mega-post-carousel1 .mega-post-category a {
text-decoration: none;
display: inherit;
color: #fff;
background: #000;
font-size: 10px;
padding: 2px 5px;
margin-right: 2px;
text-transform: uppercase;
}
.mega-post-carousel1 .mega-post-title {
margin-bottom: 10px;
margin-top: 5px;
}
.mega-post-carousel1 .mega-post-title a{
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 19px;
}
.mega-post-carousel1 .mega-post-meta {
float: left;
font-size: 12px;
margin-top: 2px;
}
.mega-post-carousel1 .mega-post-date {
font-size: 12px;
}
.mega-post-carousel1 .mega-post-date i {
margin-right: 5px;
}
.mega-post-carousel1 .mega-post-meta i {
font-size: 13px;
margin-right: 5px;
}
.mega-post-carousel1 .mega-post-meta a {
text-decoration: none;
font-size: 13px;
margin-right: 15px;
}
.mega-post-carousel1 .mega-post-comment {
font-size: 10px;
text-align: center;
line-height: 1;
position: relative;
padding: 2px 7px;
background: #fff;
}
.mega-post-carousel1 .mega-comment-box {
position: absolute;
margin-bottom: 4px;
top: 10px;
right: 15px;
}
.mega-post-carousel1 .mega-post-comment:before {
content: " ";
position: absolute;
bottom: -4px;
left: 30%;
border-width: 0 0 6px 6px;
border-style: solid;
border-color: transparent #fff;
}
.mega-post-carousel1 .mega-post-comment a {
text-decoration: none;
font-size: 11px;
color: #000;
}
.mega-post-carousel1 .mega-post-para p {
color: #888;
font-size: 14px;
margin-top: 10px;
text-align: justify;
}
/* mega-post-carousel2
============================================*/
.mega-post-carousel2 {
background-color: #F6F6F6;
}
.mega-post-carousel2 .mega-post-image {
overflow: hidden;
max-width: 40%;
float: left;
}
.mega-post-carousel2 .mega-post-content {
max-width: 59%;
float: left;
padding-left: 15px;
}
.mega-post-carousel2 .mega-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
height: 100px;
width: 100%;
}
.mega-post-carousel2 .mega-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.mega-post-carousel2 .mega-post-title {
margin-bottom: 10px;
margin-top: 5px;
}
.mega-post-carousel2 .mega-post-title a{
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 15px;
}
.mega-post-carousel2 .mega-post-meta {
float: left;
font-size: 12px;
margin-top: 3px;
}
.mega-post-carousel2 .mega-post-date {
font-size: 11px;
}
.mega-post-carousel2 .mega-post-date i {
margin-right: 5px;
}
.mega-post-carousel2 .mega-post-meta i {
font-size: 11px;
margin-right: 5px;
}
.mega-post-carousel2 .mega-post-meta a {
text-decoration: none;
color: #000;
font-size: 11px;
margin-right: 10px;
}
.mega-post-carousel2 .mega-post-comment {
float: left;
font-size: 10px;
text-align: center;
line-height: 1;
position: relative;
display: block;
padding: 3px 6px;
background: #222;
color: #2e2e2e;
color: #FFF;
}
.mega-post-carousel2 .mega-comment-box {
float: right;
margin-bottom: 4px;
}
.mega-post-carousel2 .mega-post-comment:before {
content: " ";
position: absolute;
bottom: -4px;
left: 30%;
border-width: 0 0 6px 6px;
border-style: solid;
border-color: transparent #222;
}
.mega-post-carousel2 .mega-post-comment a {
text-decoration: none;
font-size: 11px;
color: #fff;
}
/* mega-post-carousel3
============================================*/
.mega-post-carousel3 .mega-post-image {
overflow: hidden;
}
.mega-post-carousel3 .mega-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
height: 200px;
}
.mega-post-carousel3 .mega-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.mega-post-carousel3 .mega-desc-box{
border-bottom: 2px solid #eeeeee;
text-align: center;
margin: 0px 20px;
background: #fff;
margin-top: -20px;
position: relative;
}
.mega-post-carousel3 .mega-post-category {
position: relative;
display: inline-block;
vertical-align: top;
text-transform: capitalize;
text-align: center;
padding: 0px 35px;
font-size: 14px;
line-height: 22px;
}
.mega-post-carousel3 .mega-post-category:before {
background-color: #222;
content: '';
position: absolute;
top: 11px;
width: 30px;
height: 1px;
left: 0;
}
.mega-post-carousel3 .mega-post-category:after {
background-color: #222;
content: '';
position: absolute;
top: 11px;
width: 30px;
height: 1px;
right: 0;
}
.mega-post-carousel3 .mega-post-category a {
text-decoration: none;
display: inherit;
color: #000;
}
.mega-post-carousel3 .mega-post-title {
margin-bottom: 10px;
margin-top: 5px;
}
.mega-post-carousel3 .mega-post-title a{
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 19px;
}
.mega-post-carousel3 .mega-post-meta {
float: left;
font-size: 12px;
margin-top: 2px;
}
.mega-post-carousel3 .mega-post-meta i {
font-size: 13px;
margin-right: 5px;
}
.mega-post-carousel3 .mega-post-meta a {
text-decoration: none;
color: #000;
font-size: 13px;
margin-right: 15px;
}
.mega-post-carousel3 .mega-post-comment {
float: left;
font-size: 10px;
text-align: center;
line-height: 1;
position: relative;
display: block;
padding: 3px 6px;
color: #2e2e2e;
color: #FFF;
}
.mega-post-carousel3 .mega-comment-box {
float: right;
margin-bottom: 4px;
}
.mega-post-carousel3 .mega-post-comment a, .mega-post-carousel3 .mega-post-comment i {
text-decoration: none;
font-size: 12px;
color: #000;
}
.mega-post-carousel3 .mega-post-para p {
color: #888;
font-size: 13px;
margin-top: 10px;
}
.clearfix {
clear: both;
}
/* mega-post-carousel4
============================================*/
.mega-post-carousel4 .mega-post-image {
overflow: hidden;
}
.mega-post-carousel4 .mega-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
height: 200px;
}
.mega-post-carousel4 .mega-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.mega-post-carousel4 .mega-post-category {
margin: 10px 0;
display: inline-block;
}
.mega-post-carousel4 .mega-post-category a {
text-decoration: none;
display: inherit;
color: #fff;
background: #000;
font-size: 11px;
padding: 2px 5px;
margin-right: 2px;
}
.mega-post-carousel4 .mega-post-title {
margin-bottom: 10px;
margin-top: 5px;
}
.mega-post-carousel4 .mega-post-title a{
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 19px;
}
.mega-post-carousel4 .mega-post-meta {
float: left;
font-size: 12px;
margin-top: 2px;
}
.mega-post-carousel4 .mega-post-date {
font-size: 12px;
float: right;
padding-top: 10px;
}
.mega-post-carousel4 .mega-post-date i {
margin-right: 5px;
}
.mega-post-carousel4 .mega-post-meta i {
font-size: 13px;
margin-right: 5px;
}
.mega-post-carousel4 .mega-post-meta a {
text-decoration: none;
color: #000;
font-size: 13px;
margin-right: 15px;
}
.mega-post-carousel4 .mega-post-comment {
float: left;
font-size: 10px;
text-align: center;
line-height: 1;
position: relative;
display: block;
padding: 3px 6px;
}
.mega-post-carousel4 .mega-comment-box {
float: right;
margin-bottom: 4px;
}
.mega-post-carousel4 .mega-post-comment a {
text-decoration: none;
font-size: 12px;
color: #000;
}
.mega-post-carousel4 .mega-post-comment i {
text-decoration: none;
font-size: 12px;
color: #000;
}
.mega-post-carousel4 .mega-post-para p {
color: #888;
font-size: 14px;
margin-top: 10px;
}
/* mega-post-carousel5
============================================*/
.mega-post-carousel5 .mega-post-image {
overflow: hidden;
position: relative;
}
.mega-post-carousel5 .mega-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
}
.mega-post-carousel5 .mega-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.mega-post-carousel5 .mega-post-category {
/*margin: 10px 0;*/
display: inline-block;
position: absolute;
top: 5px;
left: 5px;
}
.mega-post-carousel5 .mega-post-category a {
text-decoration: none;
display: initial;
color: #fff;
background: #000;
font-size: 11px;
padding: 4px 5px;
margin-right: 2px;
}
.mega-post-carousel5 .mega-post-socials{
position: absolute;
bottom: 4px;
right: 5px;
background-color: rgba(255, 255, 255, 0.2);
padding: 0 10px;
}
.mega-post-carousel5 .mega-post-socials a {
text-decoration: none;
display: initial;
color: #fff;
font-size: 13px;
padding-right: 4px;
}
.mega-post-carousel5 .mega-post-title {
margin-bottom: 10px;
margin-top: 5px;
}
.mega-post-carousel5 .mega-post-title a{
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 19px;
}
.mega-post-carousel5 .mega-post-meta {
float: left;
font-size: 12px;
margin-top: 2px;
}
.mega-post-carousel5 .mega-post-date {
font-size: 12px;
float: right;
padding-top: 10px;
}
.mega-post-carousel5 .mega-post-date i {
margin-right: 5px;
}
.mega-post-carousel5 .mega-post-meta i {
font-size: 13px;
margin-right: 5px;
}
.mega-post-carousel5 .mega-post-meta a {
text-decoration: none;
color: #000;
font-size: 13px;
margin-right: 15px;
}
.mega-post-carousel5 .mega-post-comment {
float: left;
font-size: 10px;
text-align: center;
line-height: 1;
position: relative;
display: block;
padding: 3px 6px;
}
.mega-post-carousel5 .mega-comment-box {
float: right;
margin-bottom: 4px;
}
.mega-post-carousel5 .mega-post-comment a {
text-decoration: none;
font-size: 12px;
color: #000;
}
.mega-post-carousel5 .mega-post-comment i {
text-decoration: none;
font-size: 12px;
color: #000;
}
.mega-post-carousel5 .mega-post-para p {
color: #888;
font-size: 14px;
margin-top: 10px;
}
/* mega-post-carousel6
============================================*/
figure.carousel-style19 {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background-color: #262626;
color: #ffffff;
text-align: left;
font-size: 16px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
figure.carousel-style19 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
figure.carousel-style19 .image {
overflow: hidden;
}
figure.carousel-style19 img {
width: 100%;
vertical-align: top;
position: relative;
}
figure.carousel-style19 figcaption {
padding: 25px;
position: relative;
}
figure.carousel-style19 .date {
background-color: #c0392b;
top: 25px;
color: #fff;
left: 25px;
min-height: 48px;
min-width: 48px;
position: absolute;
text-align: center;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
figure.carousel-style19 .date span {
display: block;
line-height: 24px;
}
figure.carousel-style19 .date .month {
font-size: 14px;
background-color: rgba(0, 0, 0, 0.1);
}
figure.carousel-style19 h3,
figure.carousel-style19 p {
margin: 0;
padding: 0;
}
figure.carousel-style19 h3 {
min-height: 50px;
margin-bottom: 10px;
margin-left: 60px;
display: inline-block;
font-weight: 600;
text-transform: uppercase;
}
figure.carousel-style19 p {
font-size: 0.8em;
margin-bottom: 20px;
line-height: 1.6em;
}
figure.carousel-style19 footer {
padding: 0 25px;
background-color: rgba(0, 0, 0, 0.5);
color: #e6e6e6;
font-size: 0.8em;
line-height: 30px;
text-align: right;
}
figure.carousel-style19 footer > div {
display: inline-block;
margin-left: 10px;
}
figure.carousel-style19 footer i {
color: rgba(255, 255, 255, 0.2);
margin-right: 5px;
}
figure.carousel-style19 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
figure.carousel-style19:hover img,
figure.carousel-style19.hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* mega-post-carousel7
============================================*/
figure.carousel-style17 {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background-color: #ffffff;
color: #000000;
text-align: left;
font-size: 16px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.carousel-style17 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
figure.carousel-style17 .image {
max-height: 220px;
overflow: hidden;
}
figure.carousel-style17 img {
width: 100%;
vertical-align: top;
position: relative;
}
figure.carousel-style17 figcaption {
margin: -40px 15px 0;
padding: 15px ;
position: relative;
background-color: #ffffff;
}
figure.carousel-style17 .date {
background-color: #2980b9;
top: 15px;
color: #fff;
left: 15px;
min-height: 48px;
min-width: 48px;
position: absolute;
text-align: center;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
figure.carousel-style17 .date span {
display: block;
line-height: 24px;
}
figure.carousel-style17 .date .month {
font-size: 14px;
background-color: rgba(0, 0, 0, 0.1);
}
figure.carousel-style17 h3,
figure.carousel-style17 p {
margin: 0;
padding: 0;
}
figure.carousel-style17 h3 {
min-height: 50px;
margin-bottom: 10px;
margin-left: 60px;
display: inline-block;
font-weight: 600;
text-transform: uppercase;
}
figure.carousel-style17 p {
font-size: 0.8em;
margin-bottom: 20px;
line-height: 1.6em;
}
figure.carousel-style17 footer {
padding: 0 25px;
background-color: #20638f;
color: #e6e6e6;
font-size: 0.8em;
line-height: 30px;
text-align: right;
}
figure.carousel-style17 footer > div {
display: inline-block;
margin-left: 10px;
}
figure.carousel-style17 footer i {
color: rgba(255, 255, 255, 0.2);
margin-right: 5px;
}
figure.carousel-style17 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
figure.carousel-style17:hover img,
figure.carousel-style17.hover img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
/* mega-post-carousel8
============================================*/
figure.carousel-style18 {
font-family: 'Raleway', Arial, sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background: #1a1a1a;
color: #ffffff;
text-align: left;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
figure.carousel-style18 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
figure.carousel-style18 .image {
position: relative;
}
figure.carousel-style18 .comnt-count {
position: absolute;
left: 11px;
font-size: 16px;
color: #5b5a5a;
top: 8px;
}
figure.carousel-style18 img {
width: 100%;
vertical-align: top;
}
figure.carousel-style18 i {
position: absolute;
top: 7px;
left: 12px;
font-size: 32px;
opacity: 0;
z-index: 2;
-webkit-transition-delay: 0;
transition-delay: 0;
}
figure.carousel-style18 h3 {
margin: 0 0 10px;
font-weight: 500;
}
figure.carousel-style18 p {
margin: 0;
}
figure.carousel-style18:before,
figure.carousel-style18:after {
width: 120px;
height: 120px;
position: absolute;
top: 0;
left: 0;
content: '';
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
z-index: 1;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
figure.carousel-style18:before {
background-color: #20638f;
-webkit-transform: skew(-45deg) translateX(-150%);
transform: skew(-45deg) translateX(-150%);
border-right: 1px solid #20638f;
}
figure.carousel-style18:after {
background-color: #962d22;
-webkit-transform: skew(-45deg) translateX(-175%);
transform: skew(-45deg) translateX(-175%);
border-right: 1px solid #962d22;
}
figure.carousel-style18 figcaption {
padding: 25px;
background-color: #ffffff;
color: #000000;
position: relative;
font-size: 0.9em;
}
figure.carousel-style18 figcaption p {
margin-bottom: 15px;
}
figure.carousel-style18 figcaption:before {
width: 100px;
height: 100px;
position: absolute;
bottom: 100%;
right: 0;
content: '';
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
background-color: #20638f;
-webkit-transform: skew(-45deg) translateX(50%);
transform: skew(-45deg) translateX(50%);
border-right: 1px solid #20638f;
}
figure.carousel-style18 .read-more {
display: inline-block;
width: auto;
border: 2px solid #20638f;
padding: 0.4em 0.6em;
color: #20638f;
text-decoration: none;
font-weight: 800;
font-size: 0.9em;
text-transform: uppercase;
}
figure.carousel-style18 .read-more:hover {
background-color: #20638f;
color: #ffffff;
}
figure.carousel-style18 .date {
position: absolute;
right: 10px;
bottom: 10px;
color: #fff;
max-height: 48px;
max-width: 48px;
text-align: center;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
z-index: 1;
}
figure.carousel-style18 .date span {
display: block;
line-height: 24px;
}
figure.carousel-style18 .date .month {
font-size: 14px;
}
figure.carousel-style18:hover i,
figure.carousel-style18.hover i {
opacity: 0.7;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.carousel-style18:hover:before,
figure.carousel-style18.hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: skew(-45deg) translateX(-50%);
transform: skew(-45deg) translateX(-50%);
}
figure.carousel-style18:hover:after,
figure.carousel-style18.hover:after {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: skew(-45deg) translateX(-75%);
transform: skew(-45deg) translateX(-75%);
}
/* mega-post-carousel9
============================================*/
.carousel-style8 {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: #ffffff;
float: left;
font-family: 'Lato', Arial, sans-serif;
font-size: 16px;
margin: 10px 1%;
overflow: hidden;
position: relative;
text-align: left;
width: 100%;
}
.carousel-style8 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.carousel-style8 img {
width: 100%;
vertical-align: top;
position: relative;
}
.carousel-style8 figcaption {
padding: 25px 20px 25px;
position: absolute;
bottom: 0;
z-index: 1;
width: 100%;
}
.carousel-style8 figcaption:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #700877;
content: '';
/*background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);*/
opacity: 0.8;
z-index: -1;
}
.carousel-style8 .date {
background-color: #fff;
border-radius: 50%;
color: #700877;
font-size: 18px;
font-weight: 700;
min-height: 48px;
min-width: 48px;
padding: 10px 0;
position: absolute;
right: 15px;
text-align: center;
text-transform: uppercase;
top: -25px;
}
.carousel-style8 .date span {
display: block;
line-height: 14px;
}
.carousel-style8 .date .month {
font-size: 11px;
}
.carousel-style8 h3,
.carousel-style8 p {
margin: 0;
padding: 0;
}
.carousel-style8 h3 {
display: inline-block;
font-weight: 700;
letter-spacing: -0.4px;
margin-bottom: 5px;
}
.carousel-style8 p {
font-size: 0.8em;
line-height: 1.6em;
margin-bottom: 0px;
}
.carousel-style8 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.carousel-style8:hover img,
.carousel-style8.hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* Custom Styling
============================================*/
.vc-post-styling .slick-slide {
padding: 0 15px 0 20px !important;
}
.vc-post-styling .slick-prev {
left: -15px !important;
}
.vc-post-styling .slick-next {
right: -20px !important;
}
.vc-post-styling .slick-prev:before, .slick-next:before {
color: #fff !important;
background: #000 !important;
padding: 3px 10px !important;
opacity: 1 !important;
}
.vc-post-styling .slick-dots li button {
color: #000 !important;
}
.vc-post-styling .slick-dots li button::before {
font-size: 45px;
line-height: 19px;
top: 0px;
left: 0px;
width: 20px;
height: 20px;
}
.vc-post-styling .slick-dots li.slick-active button:before {
opacity: 1 !important;
}
/* Custom Media Query
============================================*/
@media only screen and (max-width: 768px) {
.mega-post-carousel1 .mega-post-image {
height: auto !important;
}
.mega-post-carousel2 .mega-post-image {
height: auto !important;
}
.mega-post-carousel3 .mega-post-image {
height: auto !important;
}
.mega-post-carousel4 .mega-post-image {
height: auto !important;
}
.mega-post-carousel1 .mega-post-image img{
height: auto !important;
}
.mega-post-carousel2 .mega-post-image img{
height: auto !important;
}
.mega-post-carousel3 .mega-post-image img{
height: auto !important;
}
.mega-post-carousel4 .mega-post-image img{
height: auto !important;
}
} | web/app/plugins/ultimate-carousel-for-visual-composer/css/post-design.css | .mega-post-carousel1 .mega-post-image {
overflow: hidden;
position: relative;
}
.mega-post-carousel1 .mega-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
height: 200px;
}
.mega-post-carousel1 .mega-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.mega-post-carousel1 .mega-post-category {
margin: 10px 0;
display: inline-block;
}
.mega-post-carousel1 .mega-post-category a {
text-decoration: none;
display: inherit;
color: #fff;
background: #000;
font-size: 10px;
padding: 2px 5px;
margin-right: 2px;
text-transform: uppercase;
}
.mega-post-carousel1 .mega-post-title {
margin-bottom: 10px;
margin-top: 5px;
}
.mega-post-carousel1 .mega-post-title a{
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 19px;
}
.mega-post-carousel1 .mega-post-meta {
float: left;
font-size: 12px;
margin-top: 2px;
}
.mega-post-carousel1 .mega-post-date {
font-size: 12px;
}
.mega-post-carousel1 .mega-post-date i {
margin-right: 5px;
}
.mega-post-carousel1 .mega-post-meta i {
font-size: 13px;
margin-right: 5px;
}
.mega-post-carousel1 .mega-post-meta a {
text-decoration: none;
font-size: 13px;
margin-right: 15px;
}
.mega-post-carousel1 .mega-post-comment {
font-size: 10px;
text-align: center;
line-height: 1;
position: relative;
padding: 2px 7px;
background: #fff;
}
.mega-post-carousel1 .mega-comment-box {
position: absolute;
margin-bottom: 4px;
top: 10px;
right: 15px;
}
.mega-post-carousel1 .mega-post-comment:before {
content: " ";
position: absolute;
bottom: -4px;
left: 30%;
border-width: 0 0 6px 6px;
border-style: solid;
border-color: transparent #fff;
}
.mega-post-carousel1 .mega-post-comment a {
text-decoration: none;
font-size: 11px;
color: #000;
}
.mega-post-carousel1 .mega-post-para p {
color: #888;
font-size: 14px;
margin-top: 10px;
text-align: justify;
}
/* mega-post-carousel2
============================================*/
.mega-post-carousel2 {
background-color: #F6F6F6;
}
.mega-post-carousel2 .mega-post-image {
overflow: hidden;
max-width: 40%;
float: left;
}
.mega-post-carousel2 .mega-post-content {
max-width: 59%;
float: left;
padding-left: 15px;
}
.mega-post-carousel2 .mega-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
height: 100px;
width: 100%;
}
.mega-post-carousel2 .mega-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.mega-post-carousel2 .mega-post-title {
margin-bottom: 10px;
margin-top: 5px;
}
.mega-post-carousel2 .mega-post-title a{
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 15px;
}
.mega-post-carousel2 .mega-post-meta {
float: left;
font-size: 12px;
margin-top: 3px;
}
.mega-post-carousel2 .mega-post-date {
font-size: 11px;
}
.mega-post-carousel2 .mega-post-date i {
margin-right: 5px;
}
.mega-post-carousel2 .mega-post-meta i {
font-size: 11px;
margin-right: 5px;
}
.mega-post-carousel2 .mega-post-meta a {
text-decoration: none;
color: #000;
font-size: 11px;
margin-right: 10px;
}
.mega-post-carousel2 .mega-post-comment {
float: left;
font-size: 10px;
text-align: center;
line-height: 1;
position: relative;
display: block;
padding: 3px 6px;
background: #222;
color: #2e2e2e;
color: #FFF;
}
.mega-post-carousel2 .mega-comment-box {
float: right;
margin-bottom: 4px;
}
.mega-post-carousel2 .mega-post-comment:before {
content: " ";
position: absolute;
bottom: -4px;
left: 30%;
border-width: 0 0 6px 6px;
border-style: solid;
border-color: transparent #222;
}
.mega-post-carousel2 .mega-post-comment a {
text-decoration: none;
font-size: 11px;
color: #fff;
}
/* mega-post-carousel3
============================================*/
.mega-post-carousel3 .mega-post-image {
overflow: hidden;
}
.mega-post-carousel3 .mega-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
height: 200px;
}
.mega-post-carousel3 .mega-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.mega-post-carousel3 .mega-desc-box{
border-bottom: 2px solid #eeeeee;
text-align: center;
margin: 0px 20px;
background: #fff;
margin-top: -20px;
position: relative;
}
.mega-post-carousel3 .mega-post-category {
position: relative;
display: inline-block;
vertical-align: top;
text-transform: capitalize;
text-align: center;
padding: 0px 35px;
font-size: 14px;
line-height: 22px;
}
.mega-post-carousel3 .mega-post-category:before {
background-color: #222;
content: '';
position: absolute;
top: 11px;
width: 30px;
height: 1px;
left: 0;
}
.mega-post-carousel3 .mega-post-category:after {
background-color: #222;
content: '';
position: absolute;
top: 11px;
width: 30px;
height: 1px;
right: 0;
}
.mega-post-carousel3 .mega-post-category a {
text-decoration: none;
display: inherit;
color: #000;
}
.mega-post-carousel3 .mega-post-title {
margin-bottom: 10px;
margin-top: 5px;
}
.mega-post-carousel3 .mega-post-title a{
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 19px;
}
.mega-post-carousel3 .mega-post-meta {
float: left;
font-size: 12px;
margin-top: 2px;
}
.mega-post-carousel3 .mega-post-meta i {
font-size: 13px;
margin-right: 5px;
}
.mega-post-carousel3 .mega-post-meta a {
text-decoration: none;
color: #000;
font-size: 13px;
margin-right: 15px;
}
.mega-post-carousel3 .mega-post-comment {
float: left;
font-size: 10px;
text-align: center;
line-height: 1;
position: relative;
display: block;
padding: 3px 6px;
color: #2e2e2e;
color: #FFF;
}
.mega-post-carousel3 .mega-comment-box {
float: right;
margin-bottom: 4px;
}
.mega-post-carousel3 .mega-post-comment a, .mega-post-carousel3 .mega-post-comment i {
text-decoration: none;
font-size: 12px;
color: #000;
}
.mega-post-carousel3 .mega-post-para p {
color: #888;
font-size: 13px;
margin-top: 10px;
}
.clearfix {
clear: both;
}
/* mega-post-carousel4
============================================*/
.mega-post-carousel4 .mega-post-image {
overflow: hidden;
}
.mega-post-carousel4 .mega-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
height: 200px;
}
.mega-post-carousel4 .mega-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.mega-post-carousel4 .mega-post-category {
margin: 10px 0;
display: inline-block;
}
.mega-post-carousel4 .mega-post-category a {
text-decoration: none;
display: inherit;
color: #fff;
background: #000;
font-size: 11px;
padding: 2px 5px;
margin-right: 2px;
}
.mega-post-carousel4 .mega-post-title {
margin-bottom: 10px;
margin-top: 5px;
}
.mega-post-carousel4 .mega-post-title a{
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 19px;
}
.mega-post-carousel4 .mega-post-meta {
float: left;
font-size: 12px;
margin-top: 2px;
}
.mega-post-carousel4 .mega-post-date {
font-size: 12px;
float: right;
padding-top: 10px;
}
.mega-post-carousel4 .mega-post-date i {
margin-right: 5px;
}
.mega-post-carousel4 .mega-post-meta i {
font-size: 13px;
margin-right: 5px;
}
.mega-post-carousel4 .mega-post-meta a {
text-decoration: none;
color: #000;
font-size: 13px;
margin-right: 15px;
}
.mega-post-carousel4 .mega-post-comment {
float: left;
font-size: 10px;
text-align: center;
line-height: 1;
position: relative;
display: block;
padding: 3px 6px;
}
.mega-post-carousel4 .mega-comment-box {
float: right;
margin-bottom: 4px;
}
.mega-post-carousel4 .mega-post-comment a {
text-decoration: none;
font-size: 12px;
color: #000;
}
.mega-post-carousel4 .mega-post-comment i {
text-decoration: none;
font-size: 12px;
color: #000;
}
.mega-post-carousel4 .mega-post-para p {
color: #888;
font-size: 14px;
margin-top: 10px;
}
/* mega-post-carousel5
============================================*/
.mega-post-carousel5 .mega-post-image {
overflow: hidden;
position: relative;
}
.mega-post-carousel5 .mega-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
}
.mega-post-carousel5 .mega-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.mega-post-carousel5 .mega-post-category {
/*margin: 10px 0;*/
display: inline-block;
position: absolute;
top: 5px;
left: 5px;
}
.mega-post-carousel5 .mega-post-category a {
text-decoration: none;
display: initial;
color: #fff;
background: #000;
font-size: 11px;
padding: 4px 5px;
margin-right: 2px;
}
.mega-post-carousel5 .mega-post-socials{
position: absolute;
bottom: 4px;
right: 5px;
background-color: rgba(255, 255, 255, 0.2);
padding: 0 10px;
}
.mega-post-carousel5 .mega-post-socials a {
text-decoration: none;
display: initial;
color: #fff;
font-size: 13px;
padding-right: 4px;
}
.mega-post-carousel5 .mega-post-title {
margin-bottom: 10px;
margin-top: 5px;
}
.mega-post-carousel5 .mega-post-title a{
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 19px;
}
.mega-post-carousel5 .mega-post-meta {
float: left;
font-size: 12px;
margin-top: 2px;
}
.mega-post-carousel5 .mega-post-date {
font-size: 12px;
float: right;
padding-top: 10px;
}
.mega-post-carousel5 .mega-post-date i {
margin-right: 5px;
}
.mega-post-carousel5 .mega-post-meta i {
font-size: 13px;
margin-right: 5px;
}
.mega-post-carousel5 .mega-post-meta a {
text-decoration: none;
color: #000;
font-size: 13px;
margin-right: 15px;
}
.mega-post-carousel5 .mega-post-comment {
float: left;
font-size: 10px;
text-align: center;
line-height: 1;
position: relative;
display: block;
padding: 3px 6px;
}
.mega-post-carousel5 .mega-comment-box {
float: right;
margin-bottom: 4px;
}
.mega-post-carousel5 .mega-post-comment a {
text-decoration: none;
font-size: 12px;
color: #000;
}
.mega-post-carousel5 .mega-post-comment i {
text-decoration: none;
font-size: 12px;
color: #000;
}
.mega-post-carousel5 .mega-post-para p {
color: #888;
font-size: 14px;
margin-top: 10px;
}
/* mega-post-carousel6
============================================*/
figure.carousel-style19 {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background-color: #262626;
color: #ffffff;
text-align: left;
font-size: 16px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
figure.carousel-style19 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
figure.carousel-style19 .image {
overflow: hidden;
}
figure.carousel-style19 img {
width: 100%;
vertical-align: top;
position: relative;
}
figure.carousel-style19 figcaption {
padding: 25px;
position: relative;
}
figure.carousel-style19 .date {
background-color: #c0392b;
top: 25px;
color: #fff;
left: 25px;
min-height: 48px;
min-width: 48px;
position: absolute;
text-align: center;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
figure.carousel-style19 .date span {
display: block;
line-height: 24px;
}
figure.carousel-style19 .date .month {
font-size: 14px;
background-color: rgba(0, 0, 0, 0.1);
}
figure.carousel-style19 h3,
figure.carousel-style19 p {
margin: 0;
padding: 0;
}
figure.carousel-style19 h3 {
min-height: 50px;
margin-bottom: 10px;
margin-left: 60px;
display: inline-block;
font-weight: 600;
text-transform: uppercase;
}
figure.carousel-style19 p {
font-size: 0.8em;
margin-bottom: 20px;
line-height: 1.6em;
}
figure.carousel-style19 footer {
padding: 0 25px;
background-color: rgba(0, 0, 0, 0.5);
color: #e6e6e6;
font-size: 0.8em;
line-height: 30px;
text-align: right;
}
figure.carousel-style19 footer > div {
display: inline-block;
margin-left: 10px;
}
figure.carousel-style19 footer i {
color: rgba(255, 255, 255, 0.2);
margin-right: 5px;
}
figure.carousel-style19 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
figure.carousel-style19:hover img,
figure.carousel-style19.hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* mega-post-carousel7
============================================*/
figure.carousel-style17 {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background-color: #ffffff;
color: #000000;
text-align: left;
font-size: 16px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.carousel-style17 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
figure.carousel-style17 .image {
max-height: 220px;
overflow: hidden;
}
figure.carousel-style17 img {
width: 100%;
vertical-align: top;
position: relative;
}
figure.carousel-style17 figcaption {
margin: -40px 15px 0;
padding: 15px ;
position: relative;
background-color: #ffffff;
}
figure.carousel-style17 .date {
background-color: #2980b9;
top: 15px;
color: #fff;
left: 15px;
min-height: 48px;
min-width: 48px;
position: absolute;
text-align: center;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
figure.carousel-style17 .date span {
display: block;
line-height: 24px;
}
figure.carousel-style17 .date .month {
font-size: 14px;
background-color: rgba(0, 0, 0, 0.1);
}
figure.carousel-style17 h3,
figure.carousel-style17 p {
margin: 0;
padding: 0;
}
figure.carousel-style17 h3 {
min-height: 50px;
margin-bottom: 10px;
margin-left: 60px;
display: inline-block;
font-weight: 600;
text-transform: uppercase;
}
figure.carousel-style17 p {
font-size: 0.8em;
margin-bottom: 20px;
line-height: 1.6em;
}
figure.carousel-style17 footer {
padding: 0 25px;
background-color: #20638f;
color: #e6e6e6;
font-size: 0.8em;
line-height: 30px;
text-align: right;
}
figure.carousel-style17 footer > div {
display: inline-block;
margin-left: 10px;
}
figure.carousel-style17 footer i {
color: rgba(255, 255, 255, 0.2);
margin-right: 5px;
}
figure.carousel-style17 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
figure.carousel-style17:hover img,
figure.carousel-style17.hover img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
/* mega-post-carousel8
============================================*/
figure.carousel-style18 {
font-family: 'Raleway', Arial, sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background: #1a1a1a;
color: #ffffff;
text-align: left;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
figure.carousel-style18 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
figure.carousel-style18 .image {
position: relative;
}
figure.carousel-style18 .comnt-count {
position: absolute;
left: 11px;
font-size: 16px;
color: #5b5a5a;
top: 8px;
}
figure.carousel-style18 img {
width: 100%;
vertical-align: top;
}
figure.carousel-style18 i {
position: absolute;
top: 7px;
left: 12px;
font-size: 32px;
opacity: 0;
z-index: 2;
-webkit-transition-delay: 0;
transition-delay: 0;
}
figure.carousel-style18 h3 {
margin: 0 0 10px;
font-weight: 500;
}
figure.carousel-style18 p {
margin: 0;
}
figure.carousel-style18:before,
figure.carousel-style18:after {
width: 120px;
height: 120px;
position: absolute;
top: 0;
left: 0;
content: '';
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
z-index: 1;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
figure.carousel-style18:before {
background-color: #20638f;
-webkit-transform: skew(-45deg) translateX(-150%);
transform: skew(-45deg) translateX(-150%);
border-right: 1px solid #20638f;
}
figure.carousel-style18:after {
background-color: #962d22;
-webkit-transform: skew(-45deg) translateX(-175%);
transform: skew(-45deg) translateX(-175%);
border-right: 1px solid #962d22;
}
figure.carousel-style18 figcaption {
padding: 25px;
background-color: #ffffff;
color: #000000;
position: relative;
font-size: 0.9em;
}
figure.carousel-style18 figcaption p {
margin-bottom: 15px;
}
figure.carousel-style18 figcaption:before {
width: 100px;
height: 100px;
position: absolute;
bottom: 100%;
right: 0;
content: '';
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
background-color: #20638f;
-webkit-transform: skew(-45deg) translateX(50%);
transform: skew(-45deg) translateX(50%);
border-right: 1px solid #20638f;
}
figure.carousel-style18 .read-more {
display: inline-block;
width: auto;
border: 2px solid #20638f;
padding: 0.4em 0.6em;
color: #20638f;
text-decoration: none;
font-weight: 800;
font-size: 0.9em;
text-transform: uppercase;
}
figure.carousel-style18 .read-more:hover {
background-color: #20638f;
color: #ffffff;
}
figure.carousel-style18 .date {
position: absolute;
right: 10px;
bottom: 10px;
color: #fff;
max-height: 48px;
max-width: 48px;
text-align: center;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
z-index: 1;
}
figure.carousel-style18 .date span {
display: block;
line-height: 24px;
}
figure.carousel-style18 .date .month {
font-size: 14px;
}
figure.carousel-style18:hover i,
figure.carousel-style18.hover i {
opacity: 0.7;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.carousel-style18:hover:before,
figure.carousel-style18.hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: skew(-45deg) translateX(-50%);
transform: skew(-45deg) translateX(-50%);
}
figure.carousel-style18:hover:after,
figure.carousel-style18.hover:after {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: skew(-45deg) translateX(-75%);
transform: skew(-45deg) translateX(-75%);
}
/* mega-post-carousel9
============================================*/
.carousel-style8 {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: #ffffff;
float: left;
font-family: 'Lato', Arial, sans-serif;
font-size: 16px;
margin: 10px 1%;
overflow: hidden;
position: relative;
text-align: left;
width: 100%;
}
.carousel-style8 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.carousel-style8 img {
width: 100%;
vertical-align: top;
position: relative;
}
.carousel-style8 figcaption {
padding: 25px 20px 25px;
position: absolute;
bottom: 0;
z-index: 1;
width: 100%;
}
.carousel-style8 figcaption:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #700877;
content: '';
/*background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);*/
opacity: 0.8;
z-index: -1;
}
.carousel-style8 .date {
background-color: #fff;
border-radius: 50%;
color: #700877;
font-size: 18px;
font-weight: 700;
min-height: 48px;
min-width: 48px;
padding: 10px 0;
position: absolute;
right: 15px;
text-align: center;
text-transform: uppercase;
top: -25px;
}
.carousel-style8 .date span {
display: block;
line-height: 14px;
}
.carousel-style8 .date .month {
font-size: 11px;
}
.carousel-style8 h3,
.carousel-style8 p {
margin: 0;
padding: 0;
}
.carousel-style8 h3 {
display: inline-block;
font-weight: 700;
letter-spacing: -0.4px;
margin-bottom: 5px;
}
.carousel-style8 p {
font-size: 0.8em;
line-height: 1.6em;
margin-bottom: 0px;
}
.carousel-style8 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.carousel-style8:hover img,
.carousel-style8.hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* Custom Styling
============================================*/
.vc-post-styling .slick-slide {
padding: 0 15px 0 20px !important;
}
.vc-post-styling .slick-prev {
left: -15px !important;
}
.vc-post-styling .slick-next {
right: -20px !important;
}
.vc-post-styling .slick-prev:before, .slick-next:before {
color: #fff !important;
background: #000 !important;
padding: 3px 10px !important;
opacity: 1 !important;
}
.vc-post-styling .slick-dots li button {
color: #000 !important;
}
.vc-post-styling .slick-dots li button::before {
font-size: 45px;
line-height: 19px;
top: 0px;
left: 0px;
width: 20px;
height: 20px;
}
.vc-post-styling .slick-dots li.slick-active button:before {
opacity: 1 !important;
}
/* Custom Media Query
============================================*/
@media only screen and (max-width: 768px) {
.mega-post-carousel1 .mega-post-image {
height: auto !important;
}
.mega-post-carousel2 .mega-post-image {
height: auto !important;
}
.mega-post-carousel3 .mega-post-image {
height: auto !important;
}
.mega-post-carousel4 .mega-post-image {
height: auto !important;
}
.mega-post-carousel1 .mega-post-image img{
height: auto !important;
}
.mega-post-carousel2 .mega-post-image img{
height: auto !important;
}
.mega-post-carousel3 .mega-post-image img{
height: auto !important;
}
.mega-post-carousel4 .mega-post-image img{
height: auto !important;
}
} | 0.474388 | 0.079389 |
.ngGrid input[type="checkbox"] {
margin:0;
padding:0;
}
.ngGrid input {
vertical-align:top;
}
.ngGrid.unselectable {
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-o-user-select:none;
user-select:none;
}
.ngViewport {
overflow:auto;
min-height:20px;
}
.ngViewport:focus {
outline:0;
}
.ngCanvas {
position:relative;
}
.ngVerticalBar {
position:absolute;
right:0;
width:0;
}
.ngVerticalBarVisible {
width:1px;
background-color:#d4d4d4;
}
#testDataLength {
position:absolute;
top:0;
right:0;
z-index:-100000;
}
.ngHeaderContainer {
position:relative;
overflow:hidden;
font-weight:700;
background-color:inherit;
}
.ngHeaderCell {
position:absolute;
top:0;
bottom:0;
background-color:inherit;
}
.ngHeaderSortColumn {
position:absolute;
overflow:hidden;
}
.ngTopPanel {
position:relative;
z-index:1;
background-color:#eaeaea;
border-bottom:1px solid #d4d4d4;
}
.ngSortButtonDown {
position:absolute;
top:3px;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
height:0;
width:0;
border-color:gray transparent;
border-style:solid;
border-width:0 5px 5px;
}
.ngNoSort {
cursor:default;
}
.ngHeaderButton {
position:absolute;
right:2px;
top:8px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
width:14px;
height:14px;
z-index:1;
background-color:#9fbbb4;
cursor:pointer;
}
.ngSortButtonUp {
position:absolute;
top:3px;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
height:0;
width:0;
border-color:gray transparent;
border-style:solid;
border-width:5px 5px 0;
}
.ngHeaderScroller {
position:absolute;
background-color:inherit;
}
.ngSortPriority {
position:absolute;
top:-5px;
left:1px;
font-size:6pt;
font-weight:700;
}
.ngHeaderGrip {
cursor:col-resize;
width:10px;
right:-5px;
top:0;
height:100%;
position:absolute;
background-color:transparent;
}
.ngHeaderButtonArrow {
position:absolute;
top:4px;
left:3px;
width:0;
height:0;
border-color:#4d4d4d transparent transparent;
border-style:solid;
border-width:6.5px 4.5px 0;
}
.ngPinnedIcon {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAmElEQVQoU33PQapBURjA8UtkwJuaWYGSgfQWYBMvczPmTCzAAGVuaA228BZhRCkDGSmE31FucuRfvzq3vr5zT/JSjSU7DsypEPXDkDVn2hSIytJhw4kWGaLCxgHh2gt/RBuLzNhz5caWPjnSqqw4EraFfwznf8qklWjwy4IRTerkiQoPGtPl40OehcEJvcfXl8LglLfBJLkDcMgbgHlHhK8AAAAASUVORK5CYII=);
background-repeat:no-repeat;
position:absolute;
right:5px;
top:5px;
height:10px;
width:10px;
}
.ngUnPinnedIcon {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAlElEQVQoU33PPQrCQBRF4fFnI2KfZVi5ARvdgo1l6mwmkCJVOgluwd5OwUoDtnoOxAei8cLXTN7cvEl/skCNDCMPfsUPO5zQwOHIDEvYtMURHe6wOVLgigvOePRyeDkyR4ln7wZ//7XfFBu8B23+aDJjrHGAwza7hjtHJvDmHg7b7Bru7AMjK7Rw2ObBVHDY5oGk9AKQNB2zy8MBTgAAAABJRU5ErkJggg==);
background-repeat:no-repeat;
position:absolute;
height:10px;
width:10px;
right:5px;
top:5px;
}
.ngColMenu {
right:2px;
top:25px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background-color:#bdd0cb;
position:absolute;
border:2px solid #d4d4d4;
z-index:1;
padding:5px;
}
.ngColListCheckbox {
position:relative;
right:3px;
top:4px;
}
.ngColList {
list-style-type:none;
margin-top:2px;
margin-left:8px;
}
.ngColListItem {
white-space:nowrap;
}
.ngMenuText {
position:relative;
top:2px;
left:2px;
}
.ngGroupPanel {
background-color:#eaeaea;
overflow:hidden;
border-bottom:1px solid #d4d4d4;
}
.ngGroupPanelDescription {
margin-top:5px;
margin-left:5px;
}
.ngGroupList {
list-style-type:none;
margin:0;
padding:0;
}
.ngAggHeader {
position:absolute;
border:0;
}
.ngGroupElement {
float:left;
height:100%;
width:100%;
}
.ngGroupIcon {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAEFJREFUKFNjoAhISkr+h2J5JDZODNXGwGBsbPwfhIGAA8bGh6HaGBiAGhxAGJmND4M1gQCSM0adCsVQbcPcqQwMALWDGyDvWPefAAAAAElFTkSuQmCC);
background-repeat:no-repeat;
height:15px;
width:15px;
position:absolute;
right:-2px;
top:2px;
}
.ngGroupedByIcon {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR<KEY>);
background-repeat:no-repeat;
height:15px;
width:15px;
position:absolute;
right:-2px;
top:2px;
}
.ngGroupName {
background-color:#fdfdfd;
border:1px solid #d4d4d4;
float:left;
margin-left:0;
margin-top:2px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
font-weight:700;
padding:3px 10px;
}
.ngGroupArrow {
width:0;
height:0;
border-top:6px solid transparent;
border-bottom:6px solid transparent;
border-left:6px solid #000;
margin-top:10px;
margin-left:5px;
margin-right:5px;
float:right;
}
.ngGroupingNumber {
position:absolute;
right:-10px;
top:-2px;
}
.ngAggArrowCollapsed {
position:absolute;
left:8px;
bottom:10px;
width:0;
height:0;
border-color:transparent transparent transparent #000;
border-style:solid;
border-width:5px 0 5px 8.7px;
}
.ngGroupItem {
float:left;
}
.ngGroupItem:first-child {
margin-left:2px;
}
.ngRemoveGroup {
width:5px;
-moz-opacity:.4;
opacity:.4;
margin-top:-1px;
margin-left:5px;
}
.ngRemoveGroup:hover {
color:#000;
text-decoration:none;
cursor:pointer;
-moz-opacity:.7;
opacity:.7;
}
.ngAggArrowExpanded {
position:absolute;
left:8px;
bottom:10px;
width:0;
height:0;
border-color:transparent transparent #000;
border-style:solid;
border-width:0 0 9px 9px;
}
.ngAggregate {
position:absolute;
background-color:#c9dde1;
border-bottom:1px solid #F5F5DC;
overflow:hidden;
top:0;
bottom:0;
right:-1px;
left:0;
}
.ngAggregateText {
position:absolute;
left:27px;
top:5px;
line-height:20px;
white-space:nowrap;
}
.ngRow {
position:absolute;
border-bottom:1px solid #d4d4d4;
}
.ngRow.even {
background-color:#f3f3f3;
}
.ngRow.selected {
background-color:#c9dde1;
}
.ngCell {
overflow:hidden;
position:absolute;
top:0;
bottom:0;
background-color:inherit;
}
.ngSelectionHeader {
position:absolute;
top:11px;
left:6px;
}
.ngCellElement:focus {
outline:0;
background-color:#b3c4c7;
}
.ngRow.canSelect {
cursor:pointer;
}
.ngFooterPanel {
background-color:#eaeaea;
border-top:1px solid #d4d4d4;
position:relative;
padding:0;
}
.nglabel {
display:block;
float:left;
font-weight:700;
padding-right:5px;
}
.ngTotalSelectContainer {
float:left;
margin:7px 5px 5px;
}
.ngFooterTotalItems.ngnoMultiSelect {
padding:0!important;
}
.ngGridMaxPagesNumber {
vertical-align:middle;
}
.ngPagerFirstBar {
width:10px;
border-left:2px solid #4d4d4d;
margin-top:-6px;
height:12px;
margin-left:-3px;
}
.ngPagerButton {
height:25px;
min-width:26px;
}
.ngPagerFirstTriangle {
width:0;
height:0;
margin-left:2px;
border-color:transparent #4d4d4d transparent transparent;
border-style:solid;
border-width:5px 8.7px 5px 0;
}
.ngPagerNextTriangle {
margin-left:1px;
}
.ngPagerPrevTriangle {
margin-left:0;
}
.ngPagerLastTriangle {
width:0;
height:0;
margin-left:-1px;
border-color:transparent transparent transparent #4d4d4d;
border-style:solid;
border-width:5px 0 5px 8.7px;
}
.ngPagerLastBar {
width:10px;
border-left:2px solid #4d4d4d;
margin-top:-6px;
height:12px;
margin-left:1px;
}
.ngGrid,.ngRow.odd {
background-color:#fdfdfd;
}
.ngHeaderCell.pinned,.ngCell.pinned {
z-index:1;
}
.ngHeaderText,.ngCellText {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
white-space:nowrap;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
overflow:hidden;
padding:5px;
}
.ngSelectionCell,.ngSelectionCheckbox {
margin-top:9px;
margin-left:6px;
}
.ngFooterSelectedItems,.ngFooterTotalItems {
padding:2px;
} | public/lib/ng-grid/ng-grid.min.css | .ngGrid input[type="checkbox"] {
margin:0;
padding:0;
}
.ngGrid input {
vertical-align:top;
}
.ngGrid.unselectable {
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-o-user-select:none;
user-select:none;
}
.ngViewport {
overflow:auto;
min-height:20px;
}
.ngViewport:focus {
outline:0;
}
.ngCanvas {
position:relative;
}
.ngVerticalBar {
position:absolute;
right:0;
width:0;
}
.ngVerticalBarVisible {
width:1px;
background-color:#d4d4d4;
}
#testDataLength {
position:absolute;
top:0;
right:0;
z-index:-100000;
}
.ngHeaderContainer {
position:relative;
overflow:hidden;
font-weight:700;
background-color:inherit;
}
.ngHeaderCell {
position:absolute;
top:0;
bottom:0;
background-color:inherit;
}
.ngHeaderSortColumn {
position:absolute;
overflow:hidden;
}
.ngTopPanel {
position:relative;
z-index:1;
background-color:#eaeaea;
border-bottom:1px solid #d4d4d4;
}
.ngSortButtonDown {
position:absolute;
top:3px;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
height:0;
width:0;
border-color:gray transparent;
border-style:solid;
border-width:0 5px 5px;
}
.ngNoSort {
cursor:default;
}
.ngHeaderButton {
position:absolute;
right:2px;
top:8px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
width:14px;
height:14px;
z-index:1;
background-color:#9fbbb4;
cursor:pointer;
}
.ngSortButtonUp {
position:absolute;
top:3px;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
height:0;
width:0;
border-color:gray transparent;
border-style:solid;
border-width:5px 5px 0;
}
.ngHeaderScroller {
position:absolute;
background-color:inherit;
}
.ngSortPriority {
position:absolute;
top:-5px;
left:1px;
font-size:6pt;
font-weight:700;
}
.ngHeaderGrip {
cursor:col-resize;
width:10px;
right:-5px;
top:0;
height:100%;
position:absolute;
background-color:transparent;
}
.ngHeaderButtonArrow {
position:absolute;
top:4px;
left:3px;
width:0;
height:0;
border-color:#4d4d4d transparent transparent;
border-style:solid;
border-width:6.5px 4.5px 0;
}
.ngPinnedIcon {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAmElEQVQoU33PQapBURjA8UtkwJuaWYGSgfQWYBMvczPmTCzAAGVuaA228BZhRCkDGSmE31FucuRfvzq3vr5zT/JSjSU7DsypEPXDkDVn2hSIytJhw4kWGaLCxgHh2gt/RBuLzNhz5caWPjnSqqw4EraFfwznf8qklWjwy4IRTerkiQoPGtPl40OehcEJvcfXl8LglLfBJLkDcMgbgHlHhK8AAAAASUVORK5CYII=);
background-repeat:no-repeat;
position:absolute;
right:5px;
top:5px;
height:10px;
width:10px;
}
.ngUnPinnedIcon {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAlElEQVQoU33PPQrCQBRF4fFnI2KfZVi5ARvdgo1l6mwmkCJVOgluwd5OwUoDtnoOxAei8cLXTN7cvEl/skCNDCMPfsUPO5zQwOHIDEvYtMURHe6wOVLgigvOePRyeDkyR4ln7wZ//7XfFBu8B23+aDJjrHGAwza7hjtHJvDmHg7b7Bru7AMjK7Rw2ObBVHDY5oGk9AKQNB2zy8MBTgAAAABJRU5ErkJggg==);
background-repeat:no-repeat;
position:absolute;
height:10px;
width:10px;
right:5px;
top:5px;
}
.ngColMenu {
right:2px;
top:25px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background-color:#bdd0cb;
position:absolute;
border:2px solid #d4d4d4;
z-index:1;
padding:5px;
}
.ngColListCheckbox {
position:relative;
right:3px;
top:4px;
}
.ngColList {
list-style-type:none;
margin-top:2px;
margin-left:8px;
}
.ngColListItem {
white-space:nowrap;
}
.ngMenuText {
position:relative;
top:2px;
left:2px;
}
.ngGroupPanel {
background-color:#eaeaea;
overflow:hidden;
border-bottom:1px solid #d4d4d4;
}
.ngGroupPanelDescription {
margin-top:5px;
margin-left:5px;
}
.ngGroupList {
list-style-type:none;
margin:0;
padding:0;
}
.ngAggHeader {
position:absolute;
border:0;
}
.ngGroupElement {
float:left;
height:100%;
width:100%;
}
.ngGroupIcon {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAEFJREFUKFNjoAhISkr+h2J5JDZODNXGwGBsbPwfhIGAA8bGh6HaGBiAGhxAGJmND4M1gQCSM0adCsVQbcPcqQwMALWDGyDvWPefAAAAAElFTkSuQmCC);
background-repeat:no-repeat;
height:15px;
width:15px;
position:absolute;
right:-2px;
top:2px;
}
.ngGroupedByIcon {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR<KEY>);
background-repeat:no-repeat;
height:15px;
width:15px;
position:absolute;
right:-2px;
top:2px;
}
.ngGroupName {
background-color:#fdfdfd;
border:1px solid #d4d4d4;
float:left;
margin-left:0;
margin-top:2px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
font-weight:700;
padding:3px 10px;
}
.ngGroupArrow {
width:0;
height:0;
border-top:6px solid transparent;
border-bottom:6px solid transparent;
border-left:6px solid #000;
margin-top:10px;
margin-left:5px;
margin-right:5px;
float:right;
}
.ngGroupingNumber {
position:absolute;
right:-10px;
top:-2px;
}
.ngAggArrowCollapsed {
position:absolute;
left:8px;
bottom:10px;
width:0;
height:0;
border-color:transparent transparent transparent #000;
border-style:solid;
border-width:5px 0 5px 8.7px;
}
.ngGroupItem {
float:left;
}
.ngGroupItem:first-child {
margin-left:2px;
}
.ngRemoveGroup {
width:5px;
-moz-opacity:.4;
opacity:.4;
margin-top:-1px;
margin-left:5px;
}
.ngRemoveGroup:hover {
color:#000;
text-decoration:none;
cursor:pointer;
-moz-opacity:.7;
opacity:.7;
}
.ngAggArrowExpanded {
position:absolute;
left:8px;
bottom:10px;
width:0;
height:0;
border-color:transparent transparent #000;
border-style:solid;
border-width:0 0 9px 9px;
}
.ngAggregate {
position:absolute;
background-color:#c9dde1;
border-bottom:1px solid #F5F5DC;
overflow:hidden;
top:0;
bottom:0;
right:-1px;
left:0;
}
.ngAggregateText {
position:absolute;
left:27px;
top:5px;
line-height:20px;
white-space:nowrap;
}
.ngRow {
position:absolute;
border-bottom:1px solid #d4d4d4;
}
.ngRow.even {
background-color:#f3f3f3;
}
.ngRow.selected {
background-color:#c9dde1;
}
.ngCell {
overflow:hidden;
position:absolute;
top:0;
bottom:0;
background-color:inherit;
}
.ngSelectionHeader {
position:absolute;
top:11px;
left:6px;
}
.ngCellElement:focus {
outline:0;
background-color:#b3c4c7;
}
.ngRow.canSelect {
cursor:pointer;
}
.ngFooterPanel {
background-color:#eaeaea;
border-top:1px solid #d4d4d4;
position:relative;
padding:0;
}
.nglabel {
display:block;
float:left;
font-weight:700;
padding-right:5px;
}
.ngTotalSelectContainer {
float:left;
margin:7px 5px 5px;
}
.ngFooterTotalItems.ngnoMultiSelect {
padding:0!important;
}
.ngGridMaxPagesNumber {
vertical-align:middle;
}
.ngPagerFirstBar {
width:10px;
border-left:2px solid #4d4d4d;
margin-top:-6px;
height:12px;
margin-left:-3px;
}
.ngPagerButton {
height:25px;
min-width:26px;
}
.ngPagerFirstTriangle {
width:0;
height:0;
margin-left:2px;
border-color:transparent #4d4d4d transparent transparent;
border-style:solid;
border-width:5px 8.7px 5px 0;
}
.ngPagerNextTriangle {
margin-left:1px;
}
.ngPagerPrevTriangle {
margin-left:0;
}
.ngPagerLastTriangle {
width:0;
height:0;
margin-left:-1px;
border-color:transparent transparent transparent #4d4d4d;
border-style:solid;
border-width:5px 0 5px 8.7px;
}
.ngPagerLastBar {
width:10px;
border-left:2px solid #4d4d4d;
margin-top:-6px;
height:12px;
margin-left:1px;
}
.ngGrid,.ngRow.odd {
background-color:#fdfdfd;
}
.ngHeaderCell.pinned,.ngCell.pinned {
z-index:1;
}
.ngHeaderText,.ngCellText {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
white-space:nowrap;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
overflow:hidden;
padding:5px;
}
.ngSelectionCell,.ngSelectionCheckbox {
margin-top:9px;
margin-left:6px;
}
.ngFooterSelectedItems,.ngFooterTotalItems {
padding:2px;
} | 0.39257 | 0.116915 |
@charset "utf-8";
/*↓SP:スクロールバー非表示↓*/
@media screen and (max-width:959px){
.akashic--document pre::-webkit-scrollbar,
.akashic--document table::-webkit-scrollbar { display:none;}
}
/*↑SP:スクロールバー非表示↑*/
/*↓大枠↓*/
.akashic--document {
width:100vw;
background:#FFF;
}
.akashic--document .inner {
color:#334353; font-size:15px; line-height:1.6;
padding:48px 16px;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document { font-size:12px;}
.akashic--document .inner { padding:24px 16px;}
}
/*↑大枠↑*/
/*↓文中で<code>を使用↓*/
.akashic--document code {
font-family: "Courier New", Consolas, monospace;
}
.akashic--document code:not(.hljs):not(.language-plaintext) {
background:#FFE8E8;
color:#B44;
padding: 1px 3px;
margin:0 2px;
border-radius: 2px;
}
/*↑文中で<code>を使用↑*/
/*↓見出し系↓*/
.akashic--document h1,
.akashic--document h2,
.akashic--document h3,
.akashic--document h4 { line-height: 1.2;}
.akashic--document h1 {
color:#9CC; font-size:28px;
margin:20px 0 40px 0;
}
.akashic--document h2 {
color:#C00; font-size:24px;
margin:60px 0 24px 0;
}
.akashic--document h3 {
color:#69C; font-size:20px;
margin:36px 0 16px 0;
}
.akashic--document h4 {
color:#699; font-size:16px;
margin:32px 0 16px 0;
}
.akashic--document .navi-center {
text-align: center;
margin: 32px 0;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document h1 { font-size:24px;}
.akashic--document h2 { font-size:20px;}
.akashic--document h3 { font-size:16px;}
.akashic--document h4 { font-size:15px;}
}
/*↑見出し系↑*/
/*↓文章・リスト・引用・画像↓*/
.akashic--document p a,
.akashic--document li a,
.akashic--document .navi-center a {
color:#C00;
margin:0 4px;
}
.akashic--document li p { margin:0;}
.akashic--document p {
color:#244;
margin-left:6px;
}
.akashic--document p + p {
margin-top:16px;
}
.akashic--document .warn-info,
.akashic--document .source-info {
color:#A8A0A0;
border:1px solid #D0C0C0;
padding:10px;
border-radius:3px;
background:#FCF8F8;
}
.akashic--document .warn-info a,
.akashic--document .source-info a {
color:#E06060;
}
.akashic--document .warn-info p,
.akashic--document .source-info p {
color:inherit;
}
.akashic--document li {
color:#466;
line-height:1.5;
}
.akashic--document li li { color:#688;}
.akashic--document li li li { color:#8AA;}
.akashic--document li li:last-child,
.akashic--document li li li:last-child {/* 2層,3層の最後1個は下部に余白 */
margin-bottom:8px;
}
.akashic--document ul {
list-style-type:disc;
margin:20px 0 20px 32px;
}
.akashic--document ol { margin:20px 0 20px 32px;}
.akashic--document ul ul {
list-style-type:circle;
margin:6px 0 8px 32px;
}
.akashic--document ul ul ul {
list-style-type:square;
margin:4px 0 6px 32px;
}
.akashic--document blockquote {/* 引用 */
position:relative;
display:block;
background:#E6EFEF;
border-left:solid 2px #C00;
padding:16px;
margin:20px 0 20px 6px;
}
.akashic--document blockquote p {
color:#688;
}
.akashic--document blockquote code:not(.hljs):not(.language-plaintext) {
background:#CEDCDA;
color:#12842B;
}
.akashic--document img {
display:block;
max-width:100%;
margin:30px auto;
box-shadow:0 0 6px gray;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document p,
.akashic--document blockquote { margin-left:0;}
.akashic--document ul { margin-left:16px;}
}
/*↑文章・リスト・引用・画像系↑*/
/*↓テーブル系↓*/
.akashic--document table {
color:#366; line-height:1.2; text-align:center;
margin-top:24px;
margin-bottom:24px;
}
.akashic--document table th {
background:#EED;
border-bottom:solid 2px #C00;
padding:12px;
white-space:nowrap;
}
.akashic--document table td {
border-bottom:solid 1px #CCB;
border-left:dotted 1px #DDC;
padding:16px;
}
.akashic--document table td:first-child { border-left:0;}
.akashic--document .table--scroll {/* 横スクロール用 */
display:block;
overflow-x:auto;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document table th,
.akashic--document table td { padding:8px;}
}
/*↑テーブル系↑*/
/*↓コード系↓*/
.akashic--document pre {
overflow-x:auto;
background:#232323;/* highlight.js */
box-shadow:0 1px 2px rgba(0,0,0,0.6);
color:#FFF; font-size:15px;
padding:18px;
margin:20px 0 20px 6px;
border-radius:3px;
}
.akashic--document pre code {
display:inline-block;
white-space:pre;
line-height: 1.3;
}
.akashic--document pre code:after {
display:block;
width:100%; height:0;
content:'';
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document pre {
overflow-x:scroll;
border-width:8px;
overflow-scrolling:touch; -webkit-overflow-scrolling:touch;
}
}
/*↑コード系↑*/
/*↓2カラム用↓*/
.akashic--document .twocol {
display: flex;
}
.akashic--document .twocol-side {
box-sizing: border-box;
position: fixed;
width: 260px;
height: calc(100% - 47px);
overflow-y: auto;
padding: 0 20px;
}
.akashic--document .twocol-main {
box-sizing: border-box;
margin-left: 260px;
padding: 0 10px;
border-left: 1px dashed #c0c0c0;
min-height: 95vh; /* .twocol-side に footer がかぶさるのを防ぐために最低限の高さをつけておく */
}
@media screen and (max-width:959px){
.akashic--document .twocol-side {
display: none;
}
.akashic--document .twocol-main {
margin-left: 0;
}
}
.akashic--document .responsive--width--twocol {
width:928px;
margin:0 auto;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document .responsive--width--twocol { width:100%;}
}
.akashic--document .twocol-side h3 {
color: #c00;
}
.akashic--document .twocol-side li {
list-style: circle;
}
.akashic--document .twocol-side li + li {
margin-bottom: 2px;
}
.akashic--document .twocol-side a {
color: #244;
text-decoration: none;
}
.akashic--document .twocol-side a:hover,
.akashic--document .twocol-side a:active {
text-decoration: underline;
}
/*↑2カラム用↑*/
/*↓コンテンツ用↓*/
.akashic--document div.w640h360 {
overflow:hidden;
width:640px; height:360px;
margin:0 auto;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document div.w640h360 {
width:320px; height:180px;
margin:0 auto;
}
}
/*↑コンテンツ用↑*/
/* ページ内リンクの遷移先の位置調整 */
.akashic--document a.anchor{
display: block;
padding-top: 70px;
margin-top: -70px;
} | css/akashic-document.css | @charset "utf-8";
/*↓SP:スクロールバー非表示↓*/
@media screen and (max-width:959px){
.akashic--document pre::-webkit-scrollbar,
.akashic--document table::-webkit-scrollbar { display:none;}
}
/*↑SP:スクロールバー非表示↑*/
/*↓大枠↓*/
.akashic--document {
width:100vw;
background:#FFF;
}
.akashic--document .inner {
color:#334353; font-size:15px; line-height:1.6;
padding:48px 16px;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document { font-size:12px;}
.akashic--document .inner { padding:24px 16px;}
}
/*↑大枠↑*/
/*↓文中で<code>を使用↓*/
.akashic--document code {
font-family: "Courier New", Consolas, monospace;
}
.akashic--document code:not(.hljs):not(.language-plaintext) {
background:#FFE8E8;
color:#B44;
padding: 1px 3px;
margin:0 2px;
border-radius: 2px;
}
/*↑文中で<code>を使用↑*/
/*↓見出し系↓*/
.akashic--document h1,
.akashic--document h2,
.akashic--document h3,
.akashic--document h4 { line-height: 1.2;}
.akashic--document h1 {
color:#9CC; font-size:28px;
margin:20px 0 40px 0;
}
.akashic--document h2 {
color:#C00; font-size:24px;
margin:60px 0 24px 0;
}
.akashic--document h3 {
color:#69C; font-size:20px;
margin:36px 0 16px 0;
}
.akashic--document h4 {
color:#699; font-size:16px;
margin:32px 0 16px 0;
}
.akashic--document .navi-center {
text-align: center;
margin: 32px 0;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document h1 { font-size:24px;}
.akashic--document h2 { font-size:20px;}
.akashic--document h3 { font-size:16px;}
.akashic--document h4 { font-size:15px;}
}
/*↑見出し系↑*/
/*↓文章・リスト・引用・画像↓*/
.akashic--document p a,
.akashic--document li a,
.akashic--document .navi-center a {
color:#C00;
margin:0 4px;
}
.akashic--document li p { margin:0;}
.akashic--document p {
color:#244;
margin-left:6px;
}
.akashic--document p + p {
margin-top:16px;
}
.akashic--document .warn-info,
.akashic--document .source-info {
color:#A8A0A0;
border:1px solid #D0C0C0;
padding:10px;
border-radius:3px;
background:#FCF8F8;
}
.akashic--document .warn-info a,
.akashic--document .source-info a {
color:#E06060;
}
.akashic--document .warn-info p,
.akashic--document .source-info p {
color:inherit;
}
.akashic--document li {
color:#466;
line-height:1.5;
}
.akashic--document li li { color:#688;}
.akashic--document li li li { color:#8AA;}
.akashic--document li li:last-child,
.akashic--document li li li:last-child {/* 2層,3層の最後1個は下部に余白 */
margin-bottom:8px;
}
.akashic--document ul {
list-style-type:disc;
margin:20px 0 20px 32px;
}
.akashic--document ol { margin:20px 0 20px 32px;}
.akashic--document ul ul {
list-style-type:circle;
margin:6px 0 8px 32px;
}
.akashic--document ul ul ul {
list-style-type:square;
margin:4px 0 6px 32px;
}
.akashic--document blockquote {/* 引用 */
position:relative;
display:block;
background:#E6EFEF;
border-left:solid 2px #C00;
padding:16px;
margin:20px 0 20px 6px;
}
.akashic--document blockquote p {
color:#688;
}
.akashic--document blockquote code:not(.hljs):not(.language-plaintext) {
background:#CEDCDA;
color:#12842B;
}
.akashic--document img {
display:block;
max-width:100%;
margin:30px auto;
box-shadow:0 0 6px gray;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document p,
.akashic--document blockquote { margin-left:0;}
.akashic--document ul { margin-left:16px;}
}
/*↑文章・リスト・引用・画像系↑*/
/*↓テーブル系↓*/
.akashic--document table {
color:#366; line-height:1.2; text-align:center;
margin-top:24px;
margin-bottom:24px;
}
.akashic--document table th {
background:#EED;
border-bottom:solid 2px #C00;
padding:12px;
white-space:nowrap;
}
.akashic--document table td {
border-bottom:solid 1px #CCB;
border-left:dotted 1px #DDC;
padding:16px;
}
.akashic--document table td:first-child { border-left:0;}
.akashic--document .table--scroll {/* 横スクロール用 */
display:block;
overflow-x:auto;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document table th,
.akashic--document table td { padding:8px;}
}
/*↑テーブル系↑*/
/*↓コード系↓*/
.akashic--document pre {
overflow-x:auto;
background:#232323;/* highlight.js */
box-shadow:0 1px 2px rgba(0,0,0,0.6);
color:#FFF; font-size:15px;
padding:18px;
margin:20px 0 20px 6px;
border-radius:3px;
}
.akashic--document pre code {
display:inline-block;
white-space:pre;
line-height: 1.3;
}
.akashic--document pre code:after {
display:block;
width:100%; height:0;
content:'';
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document pre {
overflow-x:scroll;
border-width:8px;
overflow-scrolling:touch; -webkit-overflow-scrolling:touch;
}
}
/*↑コード系↑*/
/*↓2カラム用↓*/
.akashic--document .twocol {
display: flex;
}
.akashic--document .twocol-side {
box-sizing: border-box;
position: fixed;
width: 260px;
height: calc(100% - 47px);
overflow-y: auto;
padding: 0 20px;
}
.akashic--document .twocol-main {
box-sizing: border-box;
margin-left: 260px;
padding: 0 10px;
border-left: 1px dashed #c0c0c0;
min-height: 95vh; /* .twocol-side に footer がかぶさるのを防ぐために最低限の高さをつけておく */
}
@media screen and (max-width:959px){
.akashic--document .twocol-side {
display: none;
}
.akashic--document .twocol-main {
margin-left: 0;
}
}
.akashic--document .responsive--width--twocol {
width:928px;
margin:0 auto;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document .responsive--width--twocol { width:100%;}
}
.akashic--document .twocol-side h3 {
color: #c00;
}
.akashic--document .twocol-side li {
list-style: circle;
}
.akashic--document .twocol-side li + li {
margin-bottom: 2px;
}
.akashic--document .twocol-side a {
color: #244;
text-decoration: none;
}
.akashic--document .twocol-side a:hover,
.akashic--document .twocol-side a:active {
text-decoration: underline;
}
/*↑2カラム用↑*/
/*↓コンテンツ用↓*/
.akashic--document div.w640h360 {
overflow:hidden;
width:640px; height:360px;
margin:0 auto;
}
@media screen and (max-width:calc(959px + 260px)){
.akashic--document div.w640h360 {
width:320px; height:180px;
margin:0 auto;
}
}
/*↑コンテンツ用↑*/
/* ページ内リンクの遷移先の位置調整 */
.akashic--document a.anchor{
display: block;
padding-top: 70px;
margin-top: -70px;
} | 0.098209 | 0.059894 |
.serviceBox{
color: #000;
background-color: #fff;
font-family: 'Montserrat', sans-serif;
text-align: center;
padding: 20px 15px;
margin: 20px 0 0;
border-radius: 20px 0 20px 0;
position: relative;
z-index: 1;
transition: all ease .3s;
}
.serviceBox:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.serviceBox:before{
content: '';
background: linear-gradient(45deg,#a87508 49%,transparent 50%);
height: 15px;
width: 15px;
position: absolute;
left: 115px;
top: -15px;
}
.serviceBox .service-count{
color: #fff;
background: linear-gradient(135deg,#FDBB26 25%,#ffcd44 26%,#ffcd44 40%,#FDBB26 41%,#FDBB26 47%,#ffcd44 48%, #ffcd44 60%, #FDBB26 61%);
font-size: 60px;
text-align: center;
line-height: 130px;
width: 90px;
height: 120px;
margin: -35px 0 0 0;
display: block;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.serviceBox .service-icon{
color:#909090;
font-size: 60px;
position: absolute;
right: 20px;
top: 20px;
transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateY(360deg); }
.serviceBox .service-content{ padding: 20px 0 0; }
.serviceBox .title{
color: #505050;
font-size: 19px;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 10px;
}
.serviceBox .description{
color: rgba(0,0,0,0.5);
font-size: 13px;
line-height: 25px;
margin-bottom: 10px;
}
.serviceBox .read-more{
color:#202020;
font-weight: 500;
text-transform: uppercase;
text-align: center;
display: inline-block;
position: relative;
transition: all ease .3s;
}
.serviceBox .read-more:hover{
color: #fff;
text-shadow: 0 0 5px #000;
text-decoration: none;
}
.serviceBox.purple:before{
background: linear-gradient(45deg,#503893 49%,transparent 50%);
}
.serviceBox.purple .service-count{
background: linear-gradient(135deg,#916AF9 25%,#AF7DFF 26%, #AF7DFF 40%,#916AF9 41%, #916AF9 47%, #AF7DFF 48%, #AF7DFF 60%, #916AF9 61%);
}
.serviceBox.orange:before{
background: linear-gradient(45deg,#c16226 49%,transparent 50%);
}
.serviceBox.orange .service-count{
background: linear-gradient(135deg,#FD893E 25%,#ff9d60 26%, #ff9d60 40%,#FD893E 41%, #FD893E 47%, #ff9d60 48%, #ff9d60 60%, #FD893E 61%);
}
.serviceBox.blue:before{
background: linear-gradient(45deg,#206bbc 49%,transparent 50%);
}
.serviceBox.blue .service-count{
background: linear-gradient(135deg,#2d91ff 25%,#59a9ff 26%, #59a9ff 40%,#2d91ff 41%, #2d91ff 47%, #59a9ff 48%, #59a9ff 60%, #2d91ff 61%);
}
@media only screen and (max-width:990px){
.serviceBox{ margin: 0 0 50px; }
} | COINPRA/public/stylesheets/main_coin.css | .serviceBox{
color: #000;
background-color: #fff;
font-family: 'Montserrat', sans-serif;
text-align: center;
padding: 20px 15px;
margin: 20px 0 0;
border-radius: 20px 0 20px 0;
position: relative;
z-index: 1;
transition: all ease .3s;
}
.serviceBox:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.serviceBox:before{
content: '';
background: linear-gradient(45deg,#a87508 49%,transparent 50%);
height: 15px;
width: 15px;
position: absolute;
left: 115px;
top: -15px;
}
.serviceBox .service-count{
color: #fff;
background: linear-gradient(135deg,#FDBB26 25%,#ffcd44 26%,#ffcd44 40%,#FDBB26 41%,#FDBB26 47%,#ffcd44 48%, #ffcd44 60%, #FDBB26 61%);
font-size: 60px;
text-align: center;
line-height: 130px;
width: 90px;
height: 120px;
margin: -35px 0 0 0;
display: block;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.serviceBox .service-icon{
color:#909090;
font-size: 60px;
position: absolute;
right: 20px;
top: 20px;
transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateY(360deg); }
.serviceBox .service-content{ padding: 20px 0 0; }
.serviceBox .title{
color: #505050;
font-size: 19px;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 10px;
}
.serviceBox .description{
color: rgba(0,0,0,0.5);
font-size: 13px;
line-height: 25px;
margin-bottom: 10px;
}
.serviceBox .read-more{
color:#202020;
font-weight: 500;
text-transform: uppercase;
text-align: center;
display: inline-block;
position: relative;
transition: all ease .3s;
}
.serviceBox .read-more:hover{
color: #fff;
text-shadow: 0 0 5px #000;
text-decoration: none;
}
.serviceBox.purple:before{
background: linear-gradient(45deg,#503893 49%,transparent 50%);
}
.serviceBox.purple .service-count{
background: linear-gradient(135deg,#916AF9 25%,#AF7DFF 26%, #AF7DFF 40%,#916AF9 41%, #916AF9 47%, #AF7DFF 48%, #AF7DFF 60%, #916AF9 61%);
}
.serviceBox.orange:before{
background: linear-gradient(45deg,#c16226 49%,transparent 50%);
}
.serviceBox.orange .service-count{
background: linear-gradient(135deg,#FD893E 25%,#ff9d60 26%, #ff9d60 40%,#FD893E 41%, #FD893E 47%, #ff9d60 48%, #ff9d60 60%, #FD893E 61%);
}
.serviceBox.blue:before{
background: linear-gradient(45deg,#206bbc 49%,transparent 50%);
}
.serviceBox.blue .service-count{
background: linear-gradient(135deg,#2d91ff 25%,#59a9ff 26%, #59a9ff 40%,#2d91ff 41%, #2d91ff 47%, #59a9ff 48%, #59a9ff 60%, #2d91ff 61%);
}
@media only screen and (max-width:990px){
.serviceBox{ margin: 0 0 50px; }
} | 0.396886 | 0.066751 |
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
vertical-align: baseline;
}
body {
line-height: 1;
color: #000;
background: #fff;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
vertical-align: middle;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
a img {
border: none;
}
body {
text-align: center;
}
#EditorCanvas {
visibility: hidden;
border: 1px solid #000;
}
#background {
cursor: default;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
z-index: -1;
}
#gifLayer {
position: absolute;
left: 0;
width: 100%;
height: inherit;
pointer-events: none;
overflow: hidden;
}
#gifLayer img {
z-index: 8;
}
#logo {
text-align: center;
}
#typearea {
margin: 0 auto;
width: 80%;
text-align: center;
}
#mailaddress {
width: 200px;
}
#password {
width: 200px;
}
#content {
display: inline-block;
width: 100%;
}
#popup {
position: absolute;
width: 50%;
top: 100px;
background-color: #fff;
min-width: 475px;
z-index: 3;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#floaty {
position: fixed;
width: 350px;
background-color: rgba(255,255,255,0.95);
top: -350px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 2px solid #000;
pointer-events: none;
z-index: 4;
}
#connectedBoardsTable button {
width: inherit;
}
#picDiv {
float: right;
width: 65%;
}
#picURLInput {
float: right;
margin-right: 0;
}
#picUploadButton {
width: 100%;
}
#adminDiv {
float: right;
width: 60%;
}
#adminDiv input {
float: left;
}
#addUserToRoom .userTile {
width: 100px;
height: 100px;
}
#popupBackground1 {
z-index: 1;
}
#popupBackground2 {
z-index: 2;
}
.popupBackground {
background-color: rgba(77,77,77,0.3);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
.containerTile {
display: inherit;
margin: 5px;
width: 150px;
height: 150px;
background-color: #b4b4b4;
cursor: pointer;
font-size: 120px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-top: 50px;
}
.containerTileAbs {
margin: 5px;
position: absolute;
right: 0;
top: 0;
z-index: 4;
width: 100px;
height: 100px;
font-size: 80px;
}
.secondAbsTile {
right: 105px;
}
.clear {
clear: both;
}
.ajaxTable {
width: 80%;
margin: 0 auto;
border-color: #000;
margin-top: 10px;
}
.ajaxTable thead th {
font-weight: bold;
border: 1px solid #000;
padding: 2px;
text-align: center;
}
.ajaxTable tbody td {
border: 1px solid #000;
padding: 2px;
text-align: center;
}
.ajaxTable tbody tr:hover {
background-color: #808080;
}
.popupConfirm {
width: 300px;
display: inline-block;
}
.popupConfirm button {
margin: 10px;
width: calc(50% - 20px);
}
.popupConfirm label {
float: left;
margin: 5px;
}
.popupConfirm input {
float: right;
margin: 5px;
}
.popupConfirm select {
float: right;
width: 75%;
margin: 5px;
}
.popupConfirm textarea {
float: right;
resize: none;
height: 100px;
margin: 5px;
}
.popupConfirm fieldset {
float: right;
margin: 5px;
width: 100%;
}
.popupConfirm fieldset label {
float: left;
}
.popupConfirm fieldset input {
float: left;
}
.userTile {
width: 220px;
height: 120px;
margin: 5px;
word-break: break-all;
display: inline-block;
}
.userTile div {
height: 100px;
width: 100px;
display: inline-block;
}
.userTile div img {
max-width: 100px;
max-height: 100px;
-webkit-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
.roomUsers {
display: inline-block;
}
.plus-size {
font-size: 90px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #f0f1f5;
padding-left: 5px;
padding-bottom: 5px;
cursor: pointer;
} | public/stylesheets/admin.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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
vertical-align: baseline;
}
body {
line-height: 1;
color: #000;
background: #fff;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
vertical-align: middle;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
a img {
border: none;
}
body {
text-align: center;
}
#EditorCanvas {
visibility: hidden;
border: 1px solid #000;
}
#background {
cursor: default;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
z-index: -1;
}
#gifLayer {
position: absolute;
left: 0;
width: 100%;
height: inherit;
pointer-events: none;
overflow: hidden;
}
#gifLayer img {
z-index: 8;
}
#logo {
text-align: center;
}
#typearea {
margin: 0 auto;
width: 80%;
text-align: center;
}
#mailaddress {
width: 200px;
}
#password {
width: 200px;
}
#content {
display: inline-block;
width: 100%;
}
#popup {
position: absolute;
width: 50%;
top: 100px;
background-color: #fff;
min-width: 475px;
z-index: 3;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#floaty {
position: fixed;
width: 350px;
background-color: rgba(255,255,255,0.95);
top: -350px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 2px solid #000;
pointer-events: none;
z-index: 4;
}
#connectedBoardsTable button {
width: inherit;
}
#picDiv {
float: right;
width: 65%;
}
#picURLInput {
float: right;
margin-right: 0;
}
#picUploadButton {
width: 100%;
}
#adminDiv {
float: right;
width: 60%;
}
#adminDiv input {
float: left;
}
#addUserToRoom .userTile {
width: 100px;
height: 100px;
}
#popupBackground1 {
z-index: 1;
}
#popupBackground2 {
z-index: 2;
}
.popupBackground {
background-color: rgba(77,77,77,0.3);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
.containerTile {
display: inherit;
margin: 5px;
width: 150px;
height: 150px;
background-color: #b4b4b4;
cursor: pointer;
font-size: 120px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-top: 50px;
}
.containerTileAbs {
margin: 5px;
position: absolute;
right: 0;
top: 0;
z-index: 4;
width: 100px;
height: 100px;
font-size: 80px;
}
.secondAbsTile {
right: 105px;
}
.clear {
clear: both;
}
.ajaxTable {
width: 80%;
margin: 0 auto;
border-color: #000;
margin-top: 10px;
}
.ajaxTable thead th {
font-weight: bold;
border: 1px solid #000;
padding: 2px;
text-align: center;
}
.ajaxTable tbody td {
border: 1px solid #000;
padding: 2px;
text-align: center;
}
.ajaxTable tbody tr:hover {
background-color: #808080;
}
.popupConfirm {
width: 300px;
display: inline-block;
}
.popupConfirm button {
margin: 10px;
width: calc(50% - 20px);
}
.popupConfirm label {
float: left;
margin: 5px;
}
.popupConfirm input {
float: right;
margin: 5px;
}
.popupConfirm select {
float: right;
width: 75%;
margin: 5px;
}
.popupConfirm textarea {
float: right;
resize: none;
height: 100px;
margin: 5px;
}
.popupConfirm fieldset {
float: right;
margin: 5px;
width: 100%;
}
.popupConfirm fieldset label {
float: left;
}
.popupConfirm fieldset input {
float: left;
}
.userTile {
width: 220px;
height: 120px;
margin: 5px;
word-break: break-all;
display: inline-block;
}
.userTile div {
height: 100px;
width: 100px;
display: inline-block;
}
.userTile div img {
max-width: 100px;
max-height: 100px;
-webkit-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
.roomUsers {
display: inline-block;
}
.plus-size {
font-size: 90px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #f0f1f5;
padding-left: 5px;
padding-bottom: 5px;
cursor: pointer;
} | 0.380644 | 0.078395 |
@media print {
i {
display: none !important;
}
}
/*=======================================
Purpose: Global CSS Tweaks that are NOT an extension / modification of the bootstrap framework
==========================================*/
#frmSignout {
padding-top: 8px;
}
#frmSignout #submit_signout {
margin-top: -3px;
}
.cursorPointer {
cursor: pointer;
}
a.navbar:hover {
background-color: #512699 !important;
}
a.wms_white {
color: white;
}
/*create no padding/margins style*/
.nopadding {
padding: 0 !important;
margin: 0 !important;
}
/*wms_tiny_break*/
div.wms_tiny_break, p.wms_tiny_break {
max-height: 5px !important;
/*background-color: red !important;*/
}
/*custom combo-box*/
.cb_list {
border: 1px solid #DDD;
overflow: auto;
height: 90px;
padding: 0px !important;
margin: 0px !important;
}
/*custom combo-box: create custom padding for DIV contents inside this combo-box*/
.cb_list DIV, #wms_panel_list {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.wms_indent {
margin-left: 40px;
}
.wms_indent_tiny {
margin-left: 10px !important;
}
/*=======================================
Purpose: Edit Opening - Signup someone to an opening
==========================================*/
#signupControls {
display: none;
}
#signupHeader {
margin-bottom: 10px;
}
.signupSorters {
margin-top: 16px;
}
#signupListing {
margin-top: 16px;
}
.signup-admin-comment-display {
margin-left: 48px;
margin-top: -2px;
margin-bottom: 4px;
font-size: 11px;
font-style: italic;
}
.own-signup {
font-weight: bold;
}
/*=======================================
Purpose: CSS overrides pre-existing max-height, removes scrollbar; otherwise, PrintArea jQuery plugin outputs to print only what is visible within visible boundary
==========================================*/
.printareaPatch {
margin-top: 0px !important;
max-height: 100% !important;
overflow-y: hidden !important;
}
/*=======================================
Purpose: Openings list styles
==========================================*/
#openings-list-container, #container-my-signups, #container-others-signups {
margin-top: -20px;
}
#openings-list-container .opening-list-for-date, #container-my-signups .opening-list-for-date, #container-others-signups .opening-list-for-date {
padding: 0 0 6px 10px;
margin: 0 !important;
}
#openings-list-container .in-the-past, #container-my-signups .in-the-past, #container-others-signups .in-the-past {
background-color: #ddd;
}
#openings-list-container .in-the-present, #container-my-signups .in-the-present, #container-others-signups .in-the-present {
background-color: #f9fffb;
border: 1px solid #999;
}
#openings-list-container .in-the-future, #container-my-signups .in-the-future, #container-others-signups .in-the-future {
background-color: #f9fbff;
}
/*=======================================
Purpose: Override Bootstrap Tabs Styling: add border to tab box
==========================================*/
.tab-container {
position: relative;
padding: 10px;
margin: 15px 0px;
background-color: #FFF;
border: 1px solid #DDD;
box-shadow: none;
}
/* modify container padding */
.tab-container.wms_print_MySignups, .tab-container.wms_print_OnMySheets {
padding: 15px 0px 0px 0px;
}
UL#boxMySignupsHeader, UL#boxSignupsOnMySheetsHeader {
padding: 0px 11px;
}
/*=======================================
Purpose: Placement for extra buttons
==========================================*/
#buttons_list_openings {
margin: -44px 0px 29px 221px;
white-space: nowrap;
}
#buttons_my_signups, #buttons_on_my_sheets {
position: relative;
top: -25px;
right: 0px;
text-align: right;
white-space: nowrap;
}
#tabMySignups, #tabOthersSignups {
margin-top: -15px;
}
/*=======================================
Purpose: Extend/customize the 'Bootstrap-Calendar' plugin
==========================================*/
/* help force 'create openings' link into top left corner */
.addOpeningLink {
margin-top: 5px;
margin-right: 3px;
}
.calendar-cell-openings {
clear: both;
font-size: 11px;
background-color: transparent;
position: relative;
top: 3px;
right: 6px;
padding: 1px;
}
.calendar-cell-openings h4, .calendar-cell-openings .calendar-cell-openings-container {
display: none;
}
.calendar-cell-openings:hover {
width: 265px;
min-height: 3px;
z-index: 10;
background-color: #ffffff;
border: 1px solid #666;
padding: 5px;
margin-top: -5px;
margin-right: -5px;
float: right;
}
.calendar-cell-openings h4, .calendar-cell-openings:hover .calendar-cell-openings-container {
display: inline-block;
margin-top: 0px !important;
padding-top: 0px !important;
}
.calendar-cell-openings-container {
font-size: 11px;
padding: 4px;
}
.calendar-cell-openings-container h4 {
padding-bottom: 10px;
}
/* make calendar date numbers smaller */
span[data-cal-date] {
margin-top: 5px !important;
margin-right: 5px !important;
font-size: inherit !important;
}
/* make today's calendar date bold */
.cal-month-box .cal-day-today span[data-cal-date] {
font-weight: bold !important;
}
/* remove annoying weekly display tab */
#cal-week-box {
display: none !important;
}
.cal-cell {
min-height: 65px !important;
height: 65px !important;
}
.cal-month-day {
min-height: 65px !important;
height: 65px !important;
}
.opening-space-usage {
margin-left: 3px;
margin-right: 3px;
}
.sus-delete-signup {
background-color: transparent;
margin-right: 5px;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
color: #ff0000;
}
.sus-delete-signup:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
color: #ff0000;
}
/* opening control links (edit, delete, add signup) */
.sus-edit-opening, .sus-edit-signup {
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
}
.sus-edit-opening:hover, .sus-edit-signup:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
}
.sus-delete-opening {
background-color: transparent;
padding: 1px 3px 0px 3px;
border: 1px solid transparent;
color: #ff0000;
}
.sus-delete-opening:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
color: #ff0000;
}
.sus-add-someone-to-opening {
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
}
.sus-add-someone-to-opening:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
}
/* classes for renderAsHtmlOpeningWithLimitedControls */
.sus-add-me-to-opening {
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
}
.sus-add-me-to-opening:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
}
.sus-delete-me-from-opening {
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
color: #ff0000;
}
.sus-delete-me-from-opening:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
color: #ff0000;
}
/* modal with basic instructions */
.wms-demo-add {
white-space: nowrap;
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
}
.wms-demo-add:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
}
.wms-demo-delete {
white-space: nowrap;
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
color: #ff0000;
}
.wms-demo-delete:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
color: #ff0000;
}
/* close x for DOM overlay */
#wms_demo_close_x {
position: relative;
top: -12px;
right: -8px;
}
.wms-custom-datepicker {
background-color: #ffffff !important;
border: 1px solid #A9A9A9 !important;
width: 125px !important;
}
/* ensure uniform btn sizes for repeating days of week */
.toggler_dow {
width: 40px !important;
min-width: 40px !important;
max-width: 40px !important;
margin: 2px 0px !important; /* top/bottom, right/left*/
}
/* ensure uniform btn sizes for repeating days of month */
.toggler_dom {
width: 26px !important;
min-width: 26px !important;
max-width: 26px !important;
margin: 2px 0px !important;
}
/*=======================================
Purpose: Extend/customize 'Bootstrap' CSS framework
==========================================*/
/*add a placeholder to prevent page content from shifting to accommodate the scrollbar*/
HTML {
overflow-y: scroll;
}
H1, H2, H3, H4, H5 {
margin-bottom: 0;
}
.btn.btn-link.btn-cancel, .btn-link.btn-cancel {
color: #d15545 !important;
}
.form-horizontal .control-group .display-only-controls {
padding-top: 5px;
}
/* change default muddy red to bright red */
.text-danger {
color: #F70000;
}
/* change default muddy greem to bright green */
.text-success {
color: #008000;
}
/*validation.js hack: to eliminate extra space after dynamic validation occurs */
div.form-group.success {
margin-bottom: 0px !important;
}
/*create an indented, no-bulleted UL style for bootstrap.css*/
UL.unstyled LI, OL.unstyled LI {
list-style-type: none;
margin-left: 0px;
}
UL.wms-signups {
margin: 0;
padding-left: 25px;
display: inline-block;
}
UL.wms-signups LI {
list-style-type: disc;
}
/* Bootstrap positioning for message alert box for UI output of AJAX actions success/failure */
#page_alert_div {
z-index: 2000; /* must be > 1040 which is default z-index of bootstrap modal */
position: fixed;
top: 60px;
right: 20px;
width: 400px;
border: solid 1px #333333;
opacity: 0.9;
}
/* remove dotted line around the clicked "A" element */
UL.nav.nav-tabs LI A {
outline: none;
}
/* add padding between tab links and text content */
.tab-pane {
padding-top: 15px;
}
/*=======================================*/
/*Purpose: Legacy CSS to Extend/customize the CSS for jQuery 'validation.js' plugin
/*=======================================*/
LABEL.valid {
/*width: 24px;*/
/*height: 24px;*/
background: url(../img/valid.png) no-repeat center center;
display: inline-block;
text-indent: -9999px;
}
LABEL.error {
font-weight: bold;
color: #ff0000;
padding: 0px 10px;
/*margin-top: 2px;*/
}
.text-warning {
color: #E17823;
}
/*.wms-validation-fix{}*/ | lti-signup-sheets/css/wms-custom.css | @media print {
i {
display: none !important;
}
}
/*=======================================
Purpose: Global CSS Tweaks that are NOT an extension / modification of the bootstrap framework
==========================================*/
#frmSignout {
padding-top: 8px;
}
#frmSignout #submit_signout {
margin-top: -3px;
}
.cursorPointer {
cursor: pointer;
}
a.navbar:hover {
background-color: #512699 !important;
}
a.wms_white {
color: white;
}
/*create no padding/margins style*/
.nopadding {
padding: 0 !important;
margin: 0 !important;
}
/*wms_tiny_break*/
div.wms_tiny_break, p.wms_tiny_break {
max-height: 5px !important;
/*background-color: red !important;*/
}
/*custom combo-box*/
.cb_list {
border: 1px solid #DDD;
overflow: auto;
height: 90px;
padding: 0px !important;
margin: 0px !important;
}
/*custom combo-box: create custom padding for DIV contents inside this combo-box*/
.cb_list DIV, #wms_panel_list {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.wms_indent {
margin-left: 40px;
}
.wms_indent_tiny {
margin-left: 10px !important;
}
/*=======================================
Purpose: Edit Opening - Signup someone to an opening
==========================================*/
#signupControls {
display: none;
}
#signupHeader {
margin-bottom: 10px;
}
.signupSorters {
margin-top: 16px;
}
#signupListing {
margin-top: 16px;
}
.signup-admin-comment-display {
margin-left: 48px;
margin-top: -2px;
margin-bottom: 4px;
font-size: 11px;
font-style: italic;
}
.own-signup {
font-weight: bold;
}
/*=======================================
Purpose: CSS overrides pre-existing max-height, removes scrollbar; otherwise, PrintArea jQuery plugin outputs to print only what is visible within visible boundary
==========================================*/
.printareaPatch {
margin-top: 0px !important;
max-height: 100% !important;
overflow-y: hidden !important;
}
/*=======================================
Purpose: Openings list styles
==========================================*/
#openings-list-container, #container-my-signups, #container-others-signups {
margin-top: -20px;
}
#openings-list-container .opening-list-for-date, #container-my-signups .opening-list-for-date, #container-others-signups .opening-list-for-date {
padding: 0 0 6px 10px;
margin: 0 !important;
}
#openings-list-container .in-the-past, #container-my-signups .in-the-past, #container-others-signups .in-the-past {
background-color: #ddd;
}
#openings-list-container .in-the-present, #container-my-signups .in-the-present, #container-others-signups .in-the-present {
background-color: #f9fffb;
border: 1px solid #999;
}
#openings-list-container .in-the-future, #container-my-signups .in-the-future, #container-others-signups .in-the-future {
background-color: #f9fbff;
}
/*=======================================
Purpose: Override Bootstrap Tabs Styling: add border to tab box
==========================================*/
.tab-container {
position: relative;
padding: 10px;
margin: 15px 0px;
background-color: #FFF;
border: 1px solid #DDD;
box-shadow: none;
}
/* modify container padding */
.tab-container.wms_print_MySignups, .tab-container.wms_print_OnMySheets {
padding: 15px 0px 0px 0px;
}
UL#boxMySignupsHeader, UL#boxSignupsOnMySheetsHeader {
padding: 0px 11px;
}
/*=======================================
Purpose: Placement for extra buttons
==========================================*/
#buttons_list_openings {
margin: -44px 0px 29px 221px;
white-space: nowrap;
}
#buttons_my_signups, #buttons_on_my_sheets {
position: relative;
top: -25px;
right: 0px;
text-align: right;
white-space: nowrap;
}
#tabMySignups, #tabOthersSignups {
margin-top: -15px;
}
/*=======================================
Purpose: Extend/customize the 'Bootstrap-Calendar' plugin
==========================================*/
/* help force 'create openings' link into top left corner */
.addOpeningLink {
margin-top: 5px;
margin-right: 3px;
}
.calendar-cell-openings {
clear: both;
font-size: 11px;
background-color: transparent;
position: relative;
top: 3px;
right: 6px;
padding: 1px;
}
.calendar-cell-openings h4, .calendar-cell-openings .calendar-cell-openings-container {
display: none;
}
.calendar-cell-openings:hover {
width: 265px;
min-height: 3px;
z-index: 10;
background-color: #ffffff;
border: 1px solid #666;
padding: 5px;
margin-top: -5px;
margin-right: -5px;
float: right;
}
.calendar-cell-openings h4, .calendar-cell-openings:hover .calendar-cell-openings-container {
display: inline-block;
margin-top: 0px !important;
padding-top: 0px !important;
}
.calendar-cell-openings-container {
font-size: 11px;
padding: 4px;
}
.calendar-cell-openings-container h4 {
padding-bottom: 10px;
}
/* make calendar date numbers smaller */
span[data-cal-date] {
margin-top: 5px !important;
margin-right: 5px !important;
font-size: inherit !important;
}
/* make today's calendar date bold */
.cal-month-box .cal-day-today span[data-cal-date] {
font-weight: bold !important;
}
/* remove annoying weekly display tab */
#cal-week-box {
display: none !important;
}
.cal-cell {
min-height: 65px !important;
height: 65px !important;
}
.cal-month-day {
min-height: 65px !important;
height: 65px !important;
}
.opening-space-usage {
margin-left: 3px;
margin-right: 3px;
}
.sus-delete-signup {
background-color: transparent;
margin-right: 5px;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
color: #ff0000;
}
.sus-delete-signup:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
color: #ff0000;
}
/* opening control links (edit, delete, add signup) */
.sus-edit-opening, .sus-edit-signup {
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
}
.sus-edit-opening:hover, .sus-edit-signup:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
}
.sus-delete-opening {
background-color: transparent;
padding: 1px 3px 0px 3px;
border: 1px solid transparent;
color: #ff0000;
}
.sus-delete-opening:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
color: #ff0000;
}
.sus-add-someone-to-opening {
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
}
.sus-add-someone-to-opening:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
}
/* classes for renderAsHtmlOpeningWithLimitedControls */
.sus-add-me-to-opening {
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
}
.sus-add-me-to-opening:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
}
.sus-delete-me-from-opening {
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
color: #ff0000;
}
.sus-delete-me-from-opening:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
color: #ff0000;
}
/* modal with basic instructions */
.wms-demo-add {
white-space: nowrap;
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
}
.wms-demo-add:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
}
.wms-demo-delete {
white-space: nowrap;
background-color: transparent;
padding: 1px 2px 0px 3px;
border: 1px solid transparent;
color: #ff0000;
}
.wms-demo-delete:hover {
background-color: #EBEBEB;
border: 1px solid #D1D1D1;
color: #ff0000;
}
/* close x for DOM overlay */
#wms_demo_close_x {
position: relative;
top: -12px;
right: -8px;
}
.wms-custom-datepicker {
background-color: #ffffff !important;
border: 1px solid #A9A9A9 !important;
width: 125px !important;
}
/* ensure uniform btn sizes for repeating days of week */
.toggler_dow {
width: 40px !important;
min-width: 40px !important;
max-width: 40px !important;
margin: 2px 0px !important; /* top/bottom, right/left*/
}
/* ensure uniform btn sizes for repeating days of month */
.toggler_dom {
width: 26px !important;
min-width: 26px !important;
max-width: 26px !important;
margin: 2px 0px !important;
}
/*=======================================
Purpose: Extend/customize 'Bootstrap' CSS framework
==========================================*/
/*add a placeholder to prevent page content from shifting to accommodate the scrollbar*/
HTML {
overflow-y: scroll;
}
H1, H2, H3, H4, H5 {
margin-bottom: 0;
}
.btn.btn-link.btn-cancel, .btn-link.btn-cancel {
color: #d15545 !important;
}
.form-horizontal .control-group .display-only-controls {
padding-top: 5px;
}
/* change default muddy red to bright red */
.text-danger {
color: #F70000;
}
/* change default muddy greem to bright green */
.text-success {
color: #008000;
}
/*validation.js hack: to eliminate extra space after dynamic validation occurs */
div.form-group.success {
margin-bottom: 0px !important;
}
/*create an indented, no-bulleted UL style for bootstrap.css*/
UL.unstyled LI, OL.unstyled LI {
list-style-type: none;
margin-left: 0px;
}
UL.wms-signups {
margin: 0;
padding-left: 25px;
display: inline-block;
}
UL.wms-signups LI {
list-style-type: disc;
}
/* Bootstrap positioning for message alert box for UI output of AJAX actions success/failure */
#page_alert_div {
z-index: 2000; /* must be > 1040 which is default z-index of bootstrap modal */
position: fixed;
top: 60px;
right: 20px;
width: 400px;
border: solid 1px #333333;
opacity: 0.9;
}
/* remove dotted line around the clicked "A" element */
UL.nav.nav-tabs LI A {
outline: none;
}
/* add padding between tab links and text content */
.tab-pane {
padding-top: 15px;
}
/*=======================================*/
/*Purpose: Legacy CSS to Extend/customize the CSS for jQuery 'validation.js' plugin
/*=======================================*/
LABEL.valid {
/*width: 24px;*/
/*height: 24px;*/
background: url(../img/valid.png) no-repeat center center;
display: inline-block;
text-indent: -9999px;
}
LABEL.error {
font-weight: bold;
color: #ff0000;
padding: 0px 10px;
/*margin-top: 2px;*/
}
.text-warning {
color: #E17823;
}
/*.wms-validation-fix{}*/ | 0.258139 | 0.05163 |
@import "../pages/mixins";
.custom-dialog-sned {
& .ReactTable {
@add-mixin font-xxs;
border-width: 0px;
color: #888888;
& .rt-table {
overflow-y: scroll;
height: 60vh;
& .text-center {
text-align: center;
}
& .rt-tbody {
overflow: visible;
& .rt-tr-group {
max-height: 30px;
}
}
}
& .-pageJump {
border-radius: 10px;
& input {
background-color: #44464a;
color: #888888;
}
}
}
&.bp3-dialog {
background: #2f2f37 !important;
width: 950px;
&.sned-1 {
& .bp3-dialog-header {
background-color: #0d659d !important;
& .bp3-dialog-header-title,
& .bp3-icon-small-cross::before {
color: #ffffff !important;
}
}
& .-next,
& .-previous {
border-radius: 4px;
background-color: #0d659d !important;
color: #ffffff !important;
& button {
color: #ffffff;
}
& button:disabled {
background-color: #2f2f37 !important;
opacity: 0.95;
color: #222222;
}
}
& .rt-thead {
background-color: #0f79bc !important;
color: #ffffff;
}
}
&.sned-2 {
& .bp3-dialog-header {
background-color: #00acbc !important;
& .bp3-dialog-header-title,
& .bp3-icon-small-cross::before {
color: #444444;
}
}
& .rt-thead {
background-color: #00e3f9 !important;
color: #444444;
}
& .-next,
& .-previous {
border-radius: 4px;
background-color: #00acbc !important;
color: #444444 !important;
&:hover {
color: #444444 !important;
}
& button {
color: #444444;
&:hover {
color: #444444 !important;
}
}
& button:disabled {
background-color: #2f2f37 !important;
opacity: 0.95;
color: #222222;
}
}
}
&.sned-3 {
& .bp3-dialog-header {
background-color: #8debcc !important;
& .bp3-dialog-header-title,
& .bp3-icon-small-cross::before {
color: #444444;
}
}
& .rt-thead {
background-color: #98ecd1 !important;
color: #444444;
}
& .-next,
& .-previous {
border-radius: 4px;
background-color: #8debcc !important;
color: #444444 !important;
&:hover {
color: #444444 !important;
}
& button {
color: #444444;
&:hover {
color: #444444 !important;
}
&:disabled {
background-color: #2f2f37 !important;
opacity: 0.95;
color: #222222;
}
}
}
}
}
& .bp3-dialog-body {
max-height: 70vh;
/* overflow-y: hidden;
overflow: scroll!important; */
margin: 0px;
/* padding: 20px; */
p {
margin: 0px;
padding: 10px 0px;
}
}
& hr {
margin: 5px 0px !important;
}
}
@media (max-width: 950px) {
.custom-dialog-sned {
&.bp3-dialog {
width: 700px;
}
}
}
@media (max-width: 800px) {
.custom-dialog-sned {
&.bp3-dialog {
width: 500px;
}
}
}
@media (max-width: 650px) {
.custom-dialog-sned {
&.bp3-dialog {
width: 400px;
}
}
}
@media (max-width: 400px) {
.custom-dialog-sned {
&.bp3-dialog {
width: 300px;
}
}
} | app/components/CustomDialog.css | @import "../pages/mixins";
.custom-dialog-sned {
& .ReactTable {
@add-mixin font-xxs;
border-width: 0px;
color: #888888;
& .rt-table {
overflow-y: scroll;
height: 60vh;
& .text-center {
text-align: center;
}
& .rt-tbody {
overflow: visible;
& .rt-tr-group {
max-height: 30px;
}
}
}
& .-pageJump {
border-radius: 10px;
& input {
background-color: #44464a;
color: #888888;
}
}
}
&.bp3-dialog {
background: #2f2f37 !important;
width: 950px;
&.sned-1 {
& .bp3-dialog-header {
background-color: #0d659d !important;
& .bp3-dialog-header-title,
& .bp3-icon-small-cross::before {
color: #ffffff !important;
}
}
& .-next,
& .-previous {
border-radius: 4px;
background-color: #0d659d !important;
color: #ffffff !important;
& button {
color: #ffffff;
}
& button:disabled {
background-color: #2f2f37 !important;
opacity: 0.95;
color: #222222;
}
}
& .rt-thead {
background-color: #0f79bc !important;
color: #ffffff;
}
}
&.sned-2 {
& .bp3-dialog-header {
background-color: #00acbc !important;
& .bp3-dialog-header-title,
& .bp3-icon-small-cross::before {
color: #444444;
}
}
& .rt-thead {
background-color: #00e3f9 !important;
color: #444444;
}
& .-next,
& .-previous {
border-radius: 4px;
background-color: #00acbc !important;
color: #444444 !important;
&:hover {
color: #444444 !important;
}
& button {
color: #444444;
&:hover {
color: #444444 !important;
}
}
& button:disabled {
background-color: #2f2f37 !important;
opacity: 0.95;
color: #222222;
}
}
}
&.sned-3 {
& .bp3-dialog-header {
background-color: #8debcc !important;
& .bp3-dialog-header-title,
& .bp3-icon-small-cross::before {
color: #444444;
}
}
& .rt-thead {
background-color: #98ecd1 !important;
color: #444444;
}
& .-next,
& .-previous {
border-radius: 4px;
background-color: #8debcc !important;
color: #444444 !important;
&:hover {
color: #444444 !important;
}
& button {
color: #444444;
&:hover {
color: #444444 !important;
}
&:disabled {
background-color: #2f2f37 !important;
opacity: 0.95;
color: #222222;
}
}
}
}
}
& .bp3-dialog-body {
max-height: 70vh;
/* overflow-y: hidden;
overflow: scroll!important; */
margin: 0px;
/* padding: 20px; */
p {
margin: 0px;
padding: 10px 0px;
}
}
& hr {
margin: 5px 0px !important;
}
}
@media (max-width: 950px) {
.custom-dialog-sned {
&.bp3-dialog {
width: 700px;
}
}
}
@media (max-width: 800px) {
.custom-dialog-sned {
&.bp3-dialog {
width: 500px;
}
}
}
@media (max-width: 650px) {
.custom-dialog-sned {
&.bp3-dialog {
width: 400px;
}
}
}
@media (max-width: 400px) {
.custom-dialog-sned {
&.bp3-dialog {
width: 300px;
}
}
} | 0.371593 | 0.109706 |
/***
====================================================================
Reset
====================================================================
***/
* {
margin:0px;
padding:0px;
border:none;
outline:none;
}
/***
====================================================================
Global Settings
====================================================================
***/
body {
font-size:15px;
color:#5b5858;
line-height:28px;
font-weight:400;
background:#ffffff;
font-family: 'Open Sans', sans-serif;
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
-webkit-font-smoothing: antialiased;
}
@media (min-width:1200px) {
.container {
max-width: 1170px;
padding: 0px 15px;
}
}
.large-container{
max-width: 1540px;
padding: 0px 15px;
margin: 0 auto;
}
.container-fluid{
padding: 0px;
}
.auto-container{
position:static;
max-width:1200px;
padding:0px 15px;
margin:0 auto;
}
.small-container{
max-width:680px;
margin:0 auto;
}
.boxed_wrapper{
position: relative;
margin: 0 auto;
overflow: hidden !important;
width: 100%;
min-width: 300px;
}
a{
text-decoration:none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
a:hover{
text-decoration:none;
outline:none;
}
input,button,select,textarea{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 16px;
}
ul,li{
list-style:none;
padding:0px;
margin:0px;
}
input{
transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
outline: none;
box-shadow: none;
transition: all 500ms ease;
}
p{
position: relative;
font-family: 'Open Sans', sans-serif;
color: #5b5858;
font-weight: 400;
margin: 0px;
transition: all 500ms ease;
}
h1,h2,h3,h4,h5,h6{
position:relative;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 400;
color: #131313;
margin: 0px;
transition: all 500ms ease;
}
/* Preloader */
.handle-preloader {
align-items: center;
-webkit-align-items: center;
display: flex;
display: -ms-flexbox;
height: 100%;
justify-content: center;
-webkit-justify-content: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 99999;
background: #fff;
}
.preloader-close{
position: fixed;
z-index: 999999;
font-size: 14px;
line-height: 30px;
color: #fff;
padding: 5px 20px;
cursor: pointer;
right: 0;
bottom: 0;
font-weight: 600;
}
.handle-preloader .animation-preloader {
position: absolute;
z-index: 100;
}
.handle-preloader .animation-preloader .spinner{
animation: spinner 1s infinite linear;
border-radius: 50%;
height: 150px;
margin: 0 auto 45px auto;
width: 150px;
}
.handle-preloader .animation-preloader .txt-loading {
text-align: center;
user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
animation: letters-loading 4s infinite;
content: attr(data-text-preloader);
left: 0;
opacity: 0;
top:0;
position: absolute;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
letter-spacing: 15px;
display: inline-block;
position: relative;
font-size: 70px;
line-height: 70px;
text-transform: uppercase;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
background-color: #ffffff;
height: 100%;
position: fixed;
top: 0;
width: calc(50% + 1px);
}
.preloader .loaded .animation-preloader {
opacity: 0;
transition: 0.3s ease-out;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
color: #b73604;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
color: #b73604;
}
.handle-preloader .animation-preloader .spinner{
border: 3px solid #b73604;
border-top-color: rgba(183, 54, 4, 0.3);
}
/* Animación del preloader */
@keyframes spinner {
to {
transform: rotateZ(360deg);
}
}
@keyframes letters-loading {
0%,
75%,
100% {
opacity: 0;
transform: rotateY(-90deg);
}
25%,
50% {
opacity: 1;
transform: rotateY(0deg);
}
}
@media screen and (max-width: 767px) {
.handle-preloader .animation-preloader .spinner {
height: 8em;
width: 8em;
}
}
@media screen and (max-width: 500px) {
.handle-preloader .animation-preloader .spinner {
height: 7em;
width: 7em;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
.centred{
text-align: center;
}
.pull-left{
float: left;
}
.pull-right{
float: right;
}
figure{
margin: 0px;
}
img {
display: inline-block;
max-width: 100%;
height: auto;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
}
/** button **/
.theme-btn-one{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #fff !important;
text-align: center;
padding: 17px 45px;
text-transform: uppercase;
z-index: 1;
}
.theme-btn-one:before{
position: absolute;
content: '';
width: 0%;
height: 100%;
background: #131313;
left: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.theme-btn-one:hover:before{
width: 100%;
}
.theme-btn-two{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #fff !important;
text-align: center;
padding: 17px 45px;
text-transform: uppercase;
z-index: 1;
}
.theme-btn-two:before{
position: absolute;
content: '';
width: 0%;
height: 100%;
background: #131313;
left: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.theme-btn-two:hover:before{
width: 100%;
}
.pagination{
position: relative;
display: block;
}
.pagination li{
display: inline-block;
margin: 0px 12px;
}
.pagination li a{
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 700;
font-family: 'Open Sans Condensed', sans-serif;
height: 60px;
width: 60px;
line-height: 60px;
background: #faf4ec;
text-align: center;
color: #5b5858;
border-radius: 50%;
z-index: 1;
transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.current{
color: #fff;
}
.pagination li a:before{
position: absolute;
content: '';
border: 2px solid #ececec;
border-radius: 50%;
top: -10px;
left: -10px;
width: 80px;
height: 80px;
}
.sec-pad{
padding: 125px 0px 130px 0px;
}
.sec-pad-2{
padding: 130px 0px !important;
}
.mr-0{
margin: 0px !important;
}
.scroll-top{
width: 75px;
height: 75px;
line-height: 75px;
position: fixed;
bottom: 105%;
right: 30px;
font-size: 24px;
z-index: 99;
color: #ffffff;
font-weight: 400;
border-radius: 50%;
text-align: center;
cursor: pointer;
transition: 1s ease;
}
.scroll-top.open {
bottom: 50px;
}
.scroll-top span{
color: #fff;
}
.sec-title{
position: relative;
display: block;
margin-bottom: 70px;
}
.sec-title.centred,
.centred .sec-title{
text-align: center !important;
}
.sec-title p{
position: relative;
display: block;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
line-height: 26px;
font-weight: 600;
margin-bottom: 11px;
}
.sec-title h2{
position: relative;
display: block;
font-size: 50px;
line-height: 50px;
font-weight: 700;
text-transform: uppercase;
margin: 0px;
}
.sec-title.light h2{
color: #fff;
}
/***
====================================================================
Home-Page-One
====================================================================
***/
/** main-header **/
.main-header{
position:relative;
left:0px;
top:0px;
z-index:999;
width:100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sticky-header{
position:fixed;
opacity:0;
visibility:hidden;
left:0px;
top:0px;
width:100%;
z-index:0;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.fixed-header .sticky-header{
z-index:999;
opacity:1;
visibility:visible;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
/** header-lower **/
.main-header.style-one .header-lower{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
}
.main-header .outer-box {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0px 70px;
}
.main-header .logo-box{
position: relative;
padding: 5px 0px;
}
.main-header .menu-area{
z-index: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.main-header .nav-right-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main-header .menu-right-content{
position: relative;
display: inline-block;
margin-left: 17px;
}
.main-header .menu-right-content li{
position: relative;
display: inline-block;
margin: 0px 14px;
}
.main-header .menu-right-content li.cart-btn a{
position: relative;
display: inline-block;
font-size: 15px;
color: #fff;
line-height: 30px;
}
.main-header .menu-right-content li.cart-btn a span{
position: absolute;
top: -16px;
right: -9px;
}
.main-header .menu-right-content li.like-btn a{
position: relative;
display: inline-block;
font-size: 15px;
color: #fff;
line-height: 30px;
}
.main-header .nav-right-content .social-links li{
position: relative;
display: inline-block;
margin-right: 15px;
}
.main-header .nav-right-content .social-links li:last-child{
margin: 0px !important;
}
.main-header .nav-right-content .social-links li a{
display: inline-block;
font-size: 15px;
color: #fff;
}
.main-header .nav-right-content .nav-box{
position: relative;
display: inline-block;
margin-left: 30px;
}
.main-header .nav-right-content .nav-box button{
position: relative;
display: inline-block;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
padding: 0px 12px;
background: #fff;
border-radius: 10px;
}
.main-header .nav-right-content .nav-box button .bar{
position: relative;
display: block;
width: 100%;
height: 3px;
background: #333333;
margin: 7px 0px;
}
/** search box btn **/
.main-header .search-box-outer {
top: 1px;
}
.main-header .search-box-btn{
position: relative;
font-size: 15px;
line-height: 30px;
text-align: center;
font-weight: 400;
color: #fff;
cursor: pointer;
display: inline-block;
background: transparent;
transition: all 500ms ease;
}
.main-header .search-box-btn:hover{
}
.main-header .search-box-outer .dropdown-menu {
top: 54px !important;
padding: 0px;
width: 330px;
border-radius: 0px;
background: #ffffff;
right: 0;
left: auto !important;
transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
border-color: transparent;
border-radius: 3px;
box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
transition: .5s ease;
display: block;
opacity: 0;
visibility: hidden;
}
.main-header .search-box-outer .show .dropdown-menu {
display: block;
transform: scale3d(1,1,1)!important;
opacity: 1;
visibility: visible;
}
.main-header .search-panel .form-container{
padding: 30px;
}
.main-header .search-panel .form-group {
position: relative;
margin: 0px;
}
.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
display: block;
width: 100%;
line-height: 24px;
padding: 9px 50px 9px 15px;
height: 50px;
border: 1px solid #f3f5fe;
border-radius: 3px;
background: #f3f5fe;
}
.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
border-color: #f3f5fe;
}
.main-header .search-panel .search-btn {
position: absolute;
right: 1px;
top: 1px;
width: 50px;
height: 48px;
text-align: center;
color: #111111;
background: #f3f5fe;
font-size: 14px;
border-radius: 0px 3px 3px 0px;
cursor: pointer;
}
.dropdown-toggle::after {
display: none;
}
/** xs-sidebar **/
.xs-sidebar-group .xs-overlay{
left:0%;
top:0;
position:fixed;
height:100%;
opacity:0;
width:100%;
visibility:hidden;
-webkit-transition:all .4s ease-in .8s;
-o-transition:all .4s ease-in .8s;
transition:all .4s ease-in .8s;
cursor:url(../images/icons/cross-out.png),
pointer;
z-index: 999999;
}
.xs-sidebar-group.isActive .xs-overlay{
opacity:.8;
visibility:visible;
-webkit-transition:all .8s ease-out 0s;
-o-transition:all .8s ease-out 0s;
transition:all .8s ease-out 0s;
right:100%;
}
.xs-sidebar-group .widget-heading{
position:absolute;
top:0;
right:0;
padding:25px;
}
.xs-sidebar-group .widget-heading a{
color: #131313;
font-size: 20px;
font-weight: 400;
}
.xs-sidebar-group .widget-heading a:hover{
}
.xs-sidebar-widget{
position:fixed;
left:-100%;
top:0;
bottom:0;
width:100%;
max-width:360px;
z-index:999999;
overflow:hidden;
overflow-y:auto;
-webkit-overflow-scrolling:touch;
background-color:#fff;
-webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
-o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
visibility:hidden;
opacity:0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget{
opacity:1;
visibility:visible;
left:0;
-webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
-o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget{
padding: 70px 30px;
}
.sidebar-widget-container{
position:relative;
top:150px;
opacity:0;
visibility:hidden;
-webkit-transition:all .3s ease-in .3s;
-o-transition:all .3s ease-in .3s;
transition:all .3s ease-in .3s;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container{
top:0px;
opacity:1;
visibility:visible;
-webkit-transition:all 1s ease-out 1.2s;
-o-transition:all 1s ease-out 1.2s;
transition:all 1s ease-out 1.2s;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
.xs-overlay{
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
opacity:.5;
z-index:0;
}
.xs-bg-black{
background-color:#131313;
}
.xs-sidebar-group .content-inner .logo{
position: relative;
max-width: 172px;
width: 100%;
margin-bottom: 30px;
}
.xs-sidebar-group .content-inner h4{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin-bottom: 15px;
}
.xs-sidebar-group .content-inner .content-box{
margin-bottom: 30px;
padding-right: 15px;
}
.xs-sidebar-group .content-inner .content-box p{
color: #848484;
}
.xs-sidebar-group .content-inner .form-inner .form-group{
position: relative;
margin-bottom: 20px;
}
.xs-sidebar-group .content-inner .form-inner .form-group:last-child{
margin-bottom: 0px;
}
.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 50px;
border: 1px solid #e5e5e5;
font-size: 15px;
padding: 10px 20px;
color: #848484;
transition: all 500ms ease;
}
.xs-sidebar-group .content-inner .form-inner .form-group textarea{
resize: none;
height: 120px;
}
.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus{
border-color: #00224f;
}
/** main-menu **/
.main-menu{
float: left;
}
.main-menu .navbar-collapse{
padding:0px;
display:block !important;
}
.main-menu .navigation{
margin:0px;
}
.main-menu .navigation > li{
position:inherit;
float:left;
z-index:2;
padding: 52px 0px 52px 0px;
margin: 0px 22px;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}
.main-menu .navigation > li:last-child{
margin-right:0px !important;
}
.main-menu .navigation > li:first-child{
margin-left: 0px !important;
}
.main-menu .navigation > li > a{
position:relative;
display:block;
text-align:center;
font-size:15px;
line-height:30px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight:700;
opacity:1;
color:#fff;
z-index:1;
text-transform: uppercase;
letter-spacing: 1px;
-webkit-transition:all 500ms ease;
-moz-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
position:absolute;
left: inherit;
top:100%;
width:250px;
z-index:100;
display:none;
opacity: 0;
visibility: hidden;
background: #131313;
padding: 10px 0px;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.main-menu .navigation > li > ul.from-right{
left:auto;
right:0px;
}
.main-menu .navigation > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
-webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
.main-menu .navigation > li:hover > ul > li{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.main-menu .navigation > li > ul > li:nth-child(2n+1) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+3) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+4) {
-webkit-transition-delay: 0.25s;
transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+5) {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+6) {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+7) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+8) {
-webkit-transition-delay: 0.45s;
transition-delay: 0.45s;
}
.main-menu .navigation > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
position:relative;
display:block;
padding:14px 0px;
line-height:24px;
font-weight:600;
font-size:15px;
font-family: 'Open Sans Condensed', sans-serif;
text-transform:capitalize;
color:#fff;
border-bottom: 1px solid rgba(255,255,255,0.1);
text-align: left;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
}
.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
border-bottom: none;
}
.main-menu .navigation > li > ul > li > a:hover{
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
font-family: 'Font Awesome 5 Pro';
content: "\f105";
position:absolute;
right:20px;
top:14px;
display:block;
line-height:24px;
font-size:16px;
font-weight:800;
text-align:center;
z-index:5;
}
.main-menu .navigation > li > ul > li > ul{
position:absolute;
right:100%;
top:0%;
width:230px;
z-index:100;
display:none;
background: #131313;
padding: 10px 0px;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.main-menu .navigation > li > ul > li > ul.from-right{
left:auto;
right:0px;
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
-webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
.main-menu .navigation > li > ul > li:hover > ul > li{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
-webkit-transition-delay: 0.25s;
transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > ul > li > a{
position:relative;
display:block;
padding:14px 0px;
line-height:24px;
font-weight:600;
font-size:15px;
font-family: 'Open Sans Condensed', sans-serif;
text-transform:capitalize;
color:#fff;
border-bottom: 1px solid rgba(255,255,255,0.1);
text-align: left;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a{
border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover{
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
font-family: 'Font Awesome 5 Pro';
content: "\f105";
position:absolute;
right:20px;
top:12px;
display:block;
line-height:24px;
font-size:16px;
font-weight:900;
z-index:5;
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
visibility:visible;
opacity:1;
filter: alpha(opacity=100);
top: 99%;
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
filter: alpha(opacity=100);
top: 0%;
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.main-menu .navigation li.dropdown .dropdown-btn{
position:absolute;
right:-32px;
top:66px;
width:34px;
height:30px;
text-align:center;
font-size:18px;
line-height:26px;
color:#3b3b3b;
cursor:pointer;
display: none;
z-index:5;
transition: all 500ms ease;
}
.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
display: none;
}
.menu-area .mobile-nav-toggler {
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
color: #3786ff;
display: none;
}
.menu-area .mobile-nav-toggler .icon-bar{
position: relative;
height: 2px;
width: 30px;
display: block;
margin-bottom: 5px;
background-color: #3b3b3b;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child{
margin-bottom: 0px;
}
.main-header .sticky-header .logo-box{
padding: 5px 0px;
}
.main-header .sticky-header .main-menu .navigation > li{
padding: 25px 0px !important;
}
/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu{
position: absolute;
width: 100%;
padding: 30px 50px;
left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4{
font-weight: 700;
padding: 3px 0px;
color: #fff;
}
/** mobile-menu **/
.nav-outer .mobile-nav-toggler{
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
color:#3786ff;
display: none;
}
.mobile-menu{
position: fixed;
right: 0;
top: 0;
width: 300px;
padding-right:30px;
max-width:100%;
height: 100%;
opacity: 0;
visibility: hidden;
z-index: 999999;
}
.mobile-menu .navbar-collapse{
display:block !important;
}
.mobile-menu .nav-logo{
position:relative;
padding:50px 25px;
text-align:left;
padding-bottom: 100px;
}
.mobile-menu-visible{
overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
opacity: 1;
visibility: visible;
}
.mobile-menu .menu-backdrop{
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
-webkit-transform: translateX(101%);
-ms-transform: translateX(101%);
transform: translateX(101%);
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
opacity: 0.70;
visibility: visible;
-webkit-transition:all 0.7s ease;
-moz-transition:all 0.7s ease;
-ms-transition:all 0.7s ease;
-o-transition:all 0.7s ease;
transition:all 0.7s ease;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.mobile-menu .menu-box{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: auto;
background: #202020;
padding: 0px 0px;
z-index: 5;
opacity: 0;
visibility: hidden;
border-radius: 0px;
-webkit-transform: translateX(101%);
-ms-transform: translateX(101%);
transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
opacity: 1;
visibility: visible;
-webkit-transition:all 0.7s ease;
-moz-transition:all 0.7s ease;
-ms-transition:all 0.7s ease;
-o-transition:all 0.7s ease;
transition:all 0.7s ease;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.mobile-menu .close-btn{
position: absolute;
right: 25px;
top: 10px;
line-height: 30px;
width: 24px;
text-align: center;
font-size: 16px;
color: #ffffff;
cursor: pointer;
z-index: 10;
-webkit-transition:all 0.9s ease;
-moz-transition:all 0.9s ease;
-ms-transition:all 0.9s ease;
-o-transition:all 0.9s ease;
transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
-webkit-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
.mobile-menu .navigation{
position: relative;
display: block;
width: 100%;
float: none;
}
.mobile-menu .navigation li{
position: relative;
display: block;
border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
position: relative;
display: block;
line-height: 24px;
padding: 10px 25px;
font-size: 15px;
font-weight: 500;
color: #ffffff;
text-transform: uppercase;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mobile-menu .navigation li ul li > a{
font-size: 16px;
margin-left: 20px;
text-transform: capitalize;
}
.mobile-menu .navigation li > a:before{
content:'';
position:absolute;
left:0;
top:0;
height:0;
border-left:5px solid #fff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before{
height:100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
position:absolute;
right:6px;
top:6px;
width:32px;
height:32px;
text-align:center;
font-size:16px;
line-height:32px;
color:#ffffff;
background:rgba(255,255,255,0.10);
cursor:pointer;
border-radius:2px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
background:#fff;
color: #3b3b3b;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
display: none;
}
.mobile-menu .social-links{
position:relative;
padding:0px 25px;
}
.mobile-menu .social-links li{
position:relative;
display:inline-block;
margin:0px 10px 10px;
}
.mobile-menu .social-links li a{
position:relative;
line-height:32px;
font-size:16px;
color:#ffffff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover{
}
div#mCSB_1_container{
top: 0px !important;
}
.mobile-menu .contact-info {
position: relative;
padding: 120px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
position: relative;
font-size: 20px;
color: #ffffff;
font-weight: 700;
margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
position: relative;
display: block;
font-size: 15px;
color: rgba(255,255,255,0.80);
margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a{
color: rgba(255,255,255,0.80);
}
.mobile-menu .contact-info ul li a:hover{
}
.mobile-menu .contact-info ul li:last-child{
margin-bottom: 0px;
}
/** banner-section **/
.banner-section{
position: relative;
overflow: hidden;
background-color: #fef6ef;
}
.banner-carousel{
position: relative;
}
.banner-carousel .slide-item{
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 285px 0px 340px 0px;
}
.banner-carousel .content-inner{
position: relative;
display: block;
width: 100%;
}
.banner-carousel .image{
position: absolute;
bottom: -100px;
right: -135px;
opacity: 0;
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-ms-transform: translateX(100px);
-o-transform: translateX(100px);
transform: translateX(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .active .image{
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1000ms;
-moz-transition-delay: 1000ms;
-ms-transition-delay: 1000ms;
-o-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.banner-carousel .slide-item .image-layer{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
-webkit-transition: all 6000ms linear;
-moz-transition: all 6000ms linear;
-ms-transition: all 6000ms linear;
-o-transition: all 6000ms linear;
transition: all 6000ms linear;
}
.banner-carousel .content-box{
position: relative;
display: block;
max-width: 660px;
z-index:5;
}
.banner-carousel .content-box h1{
position: relative;
display: block;
color: #fff;
font-size: 130px;
line-height: 135px;
margin-bottom: 55px;
font-weight: 700;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .active .content-box h1{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 700ms;
-moz-transition-delay: 700ms;
-ms-transition-delay: 700ms;
-o-transition-delay: 700ms;
transition-delay: 700ms;
}
.banner-carousel .content-box h2{
position: relative;
display: block;
color: #fff;
font-size: 35px;
line-height: 45px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
margin-bottom: 40px;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .active .content-box h2{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1000ms;
-moz-transition-delay: 1000ms;
-ms-transition-delay: 1000ms;
-o-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.banner-carousel .content-box .btn-box{
position: relative;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .active .content-box .btn-box{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1300ms;
-moz-transition-delay: 1300ms;
-ms-transition-delay: 1300ms;
-o-transition-delay: 1300ms;
transition-delay: 1300ms;
}
.banner-carousel .theme-btn-one{
margin-right: 11px;
}
.banner-btn-one{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313 !important;
text-align: center;
background: #fff;
padding: 17px 43px;
text-transform: uppercase;
z-index: 1;
}
.banner-btn-one:hover{
color: #fff !important;
}
.banner-btn-one:before{
position: absolute;
content: '';
width: 0%;
height: 100%;
left: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.banner-btn-one:hover:before{
width: 100%;
}
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
display: none !important;
}
.banner-section.style-one .banner-carousel .owl-nav .owl-prev{
position: absolute;
left: 50px;
top: 50%;
transform: translateY(-50%);
width: 60px;
height: 60px;
background: #fff;
text-align: center;
line-height: 60px;
font-size: 20px;
color: #131313;
cursor: pointer;
border-radius: 50%;
transition: all 500ms ease;
}
.banner-section.style-one .banner-carousel .owl-nav .owl-next{
position: absolute;
right: 50px;
top: 50%;
transform: translateY(-50%);
width: 60px;
height: 60px;
background: #fff;
text-align: center;
line-height: 60px;
font-size: 20px;
color: #131313;
cursor: pointer;
border-radius: 50%;
transition: all 500ms ease;
}
.banner-section.style-one .banner-carousel .owl-nav .owl-prev:hover,
.banner-section.style-one .banner-carousel .owl-nav .owl-next:hover{
color: #fff;
}
/** feature-section **/
.feature-section{
position: relative;
padding: 125px 0px 120px 0px;
}
.feature-section .sec-title{
margin-bottom: 75px;
}
.feature-section .image-layer{
position: absolute;
left: 35px;
top: -220px;
z-index: 1;
-webkit-animation: zoom-fade 6s infinite linear;
animation: zoom-fade 6s infinite linear;
}
.feature-section .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
}
.feature-block-one .inner-box{
position: relative;
padding: 0px 35px;
}
.feature-block-one .inner-box .image-box{
position: relative;
min-height: 132px;
margin-bottom: 25px;
}
.feature-block-one .inner-box .image-box img{
display: inline-block;
transition: all 500ms ease;
}
.feature-block-one .inner-box:hover .image-box img{
transform: scale(1.1);
}
.feature-block-one .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 14px;
}
.feature-block-one .inner-box p{
margin-bottom: 17px;
}
.feature-block-one .inner-box a{
position: relative;
display: inline-block;
font-size: 30px;
line-height: 30px;
color: #131313;
}
.feature-block-one .inner-box a:hover{
}
/** about-section **/
.about-section{
position: relative;
padding: 130px 0px;
}
.image_block_1 .image-box{
position: relative;
display: inline-block;
width: 788px;
height: 788px;
line-height: 730px;
background: #fef6ef;
border-radius: 50%;
overflow: hidden;
text-align: center;
}
.about-section .image_block_1 .image-box{
margin: 0px -11px 0px -107px;
}
.content_block_1 .content-box{
position: relative;
display: block;
}
.about-section .content_block_1 .content-box{
margin-left: 70px;
}
.content_block_1 .content-box .year-box{
position: relative;
margin-bottom: 31px;
}
.content_block_1 .content-box .text{
margin-bottom: 36px;
}
.content_block_1 .content-box .sec-title{
margin-bottom: 25px;
}
.about-section .image-layer{
position: absolute;
top: 0px;
right: 135px;
}
.float-bob-y {
animation-name: float-bob-y;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-y;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-y;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-y;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-y;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.float-bob-x{
animation-name: float-bob-x;
animation-duration: 15s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-x;
-webkit-animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-x;
-moz-animation-duration: 15s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-x;
-ms-animation-duration: 15s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-x;
-o-animation-duration: 15s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.rotate-me {
animation-name: rotateme;
animation-duration: 30s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 30s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 30s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 30s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 30s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
/** shop-section **/
.shop-section{
position: relative;
padding: 125px 0px 130px 0px;
}
.shop-section .pattern-layer{
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 811px;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.shop-block-one .inner-box{
position: relative;
display: block;
background: #fff;
}
.shop-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.shop-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.shop-block-one .inner-box:hover .image-box img{
transform: scale(1.1);
}
.shop-block-one .inner-box .lower-content{
position: relative;
padding-bottom: 33px;
}
.shop-block-one .inner-box .lower-content .rating li{
position: relative;
display: inline-block;
font-size: 12px;
line-height: 12px;
}
.shop-block-one .inner-box .lower-content .rating{
position: relative;
margin-bottom: 2px;
}
.shop-block-one .inner-box .lower-content h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 3px;
}
.shop-block-one .inner-box .lower-content h5 a{
display: inline-block;
color: #131313;
}
.shop-block-one .inner-box .lower-content h5 a:hover{
}
.shop-block-one .inner-box .lower-content .price{
position: relative;
display: block;
font-size: 15px;
line-height: 26px;
font-weight: 700;
}
.shop-section .more-btn{
position: relative;
margin-top: 60px;
}
/** chooseus-section **/
.chooseus-section{
position: relative;
padding: 20px 0px 100px 0px;
}
.content_block_2 .content-box .text{
position: relative;
margin-bottom: 27px;
}
.content_block_2 .content-box .inner-box .single-item{
position: relative;
padding: 0px 10px 0px 100px;
margin-bottom: 43px;
min-height: 87px;
}
.content_block_2 .content-box .inner-box .single-item:last-child{
margin-bottom: 0px;
}
.content_block_2 .content-box .inner-box .single-item .icon-box{
position: absolute;
left: 0px;
top: 7px;
width: 80px;
height: 80px;
line-height: 80px;
background: #f8ebe5;
font-size: 40px;
color: #131313;
text-align: center;
border-radius: 50%;
z-index: 1;
transition: all 500ms ease;
}
.content_block_2 .content-box .inner-box .single-item:hover .icon-box{
color: #fff;
}
.content_block_2 .content-box .inner-box .single-item .icon-box:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
left: 0px;
top: 0px;
right: 0px;
transform: scale(0,0);
z-index: -1;
transition: all 500ms ease;
}
.content_block_2 .content-box .inner-box .single-item:hover .icon-box:before{
transform: scale(1,1);
}
.content_block_2 .content-box .inner-box .single-item h5{
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.content_block_2 .content-box .sec-title{
margin-bottom: 35px;
}
.chooseus-section .image-box{
position: relative;
display: block;
margin: 35px -180px 0px 20px;
}
.chooseus-section .image-box img{
width: 100%;
}
.chooseus-section .image-box:before{
position: absolute;
content: '';
border: 30px solid #faf1ed;
width: 435px;
height: 645px;
top: -53px;
right: 80px;
z-index: -1;
}
.chooseus-section .image-box .image-2{
position: absolute;
top: -170px;
right: 0px;
}
/** project-section **/
.project-section{
position: relative;
padding-top: 45px;
}
.project-section .outer-container{
position: relative;
padding: 0px 70px;
}
.project-block-one .inner-box{
position: relative;
display: block;
overflow: hidden;
margin-bottom: 30px;
}
.project-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.project-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.project-block-one .inner-box:hover .image-box img{
opacity: 0.1;
transform: scale(1.1);
}
.project-block-one .inner-box .content-box{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.project-block-one .inner-box .content-box .text{
position: relative;
padding: 15px 15px;
top: 15px;
opacity: 0;
transition: all 500ms ease;
}
.project-block-one .inner-box:hover .content-box .text{
top: 0px;
opacity: 1;
}
.project-block-one .inner-box .content-box .text h2{
font-size: 35px;
line-height: 45px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 3px;
}
.project-block-one .inner-box .content-box .text h2 a{
display: inline-block;
color: #fff;
}
.project-block-one .inner-box .content-box .text h2 a:hover{
text-decoration: underline;
}
.project-block-one .inner-box .content-box .text p{
font-size: 15px;
color: #faf1ed;
font-weight: 600;
}
.project-block-one.small-block .inner-box{
max-width: 281px;
}
.project-block-one .inner-box .link{
position: absolute;
right: 45px;
bottom: 15px;
opacity: 0;
transition: all 500ms ease;
}
.project-block-one .inner-box:hover .link{
right: 30px;
opacity: 1;
}
.project-block-one .inner-box .link a{
position: relative;
display: inline-block;
font-size: 40px;
line-height: 40px;
color: #fff;
z-index: 1;
}
.pt-90{
padding-top: 90px;
}
.mr-100{
margin-right: 100px;
}
.ml-100{
margin-left: 100px;
}
/** testimonial-section **/
.testimonial-section{
position: relative;
padding: 90px 0px 120px 0px;
}
.testimonial-block-one .inner-box{
position: relative;
display: block;
}
.testimonial-block-one .inner-box .text img{
position: relative;
display: inline-block;
margin-right: 20px;
}
.testimonial-block-one .inner-box .text p{
display: inline-block;
font-size: 18px;
line-height: 35px;
}
.testimonial-block-one .inner-box .text{
margin-bottom: 33px;
}
.testimonial-block-one .inner-box .author-info{
position: relative;
padding: 10px 0px 11px 95px;
}
.testimonial-block-one .inner-box .author-info .author-thumb{
position: absolute;
left: 0px;
top: 0px;
width: 75px;
height: 75px;
border-radius: 50%;
}
.testimonial-block-one .inner-box .author-info .author-thumb img{
width: 100%;
border-radius: 50px;
}
.testimonial-block-one .inner-box .author-info h4{
font-size: 20px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 4px;
}
.testimonial-block-one .inner-box .author-info .designation{
position: relative;
display: block;
font-size: 15px;
line-height: 24px;
font-weight: 700;
margin: 0px;
}
.testimonial-section .owl-nav{
position: absolute;
top: -130px;
right: 0px;
}
.testimonial-section .owl-nav .owl-prev{
margin-right: 10px;
}
.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
position: relative;
display: inline-block;
font-size: 20px;
color: #5b5858;
background: #f8ebe5;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
cursor: pointer;
transition: all 500ms ease;
}
.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
color: #fff;
}
.testimonial-section .owl-dots{
position: relative;
display: block;
text-align: center;
margin-top: 100px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span{
position: relative;
display: inline-block;
background: transparent;
width: 20px;
height: 20px;
border-radius: 50%;
cursor: pointer;
margin: 0px 5px;
opacity: 0.2;
transition: all 500ms ease;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover{
opacity: 1;
}
.testimonial-section .sec-title{
margin-bottom: 55px;
}
.testimonial-section .testimonial-inner{
position: relative;
}
.testimonial-section .testimonial-inner .border-shape{
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -40px;
width: 5px;
height: 380px;
background-repeat: no-repeat;
}
/** funfact-section **/
.funfact-section{
position: relative;
}
.funfact-section .outer-container{
position: relative;
max-width: 1400px;
width: 100%;
margin: 0 auto;
background: #fdf3e8;
padding: 78px 20px 80px 20px;
}
.counter-block-one .icon-box{
position: relative;
font-size: 45px;
line-height: 45px;
margin-bottom: 12px;
}
.counter-block-one .count-outer{
position: relative;
display: block;
font-size: 45px;
line-height: 50px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
margin-bottom: 6px;
}
.counter-block-one p{
font-size: 18px;
line-height: 26px;
font-weight: 600;
}
/** cta-section **/
.cta-section{
position: relative;
padding: 123px 0px 390px 0px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.cta-section:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
opacity: 0.9;
}
.cta-section .inner-box p{
font-size: 18px;
line-height: 28px;
color: #fff;
font-weight: 600;
margin-bottom: 15px;
}
.cta-section .inner-box h2{
font-size: 50px;
line-height: 50px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 34px;
}
/** news-section **/
.news-section{
position: relative;
}
.news-section .inner-container{
position: relative;
margin-top: -270px;
z-index: 1;
}
.news-block-one .inner-box{
position: relative;
display: block;
background: #fff;
}
.news-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.news-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box img{
transform: scale(1.1);
opacity: 0.2;
}
.news-block-one .inner-box .lower-content{
position: relative;
padding: 32px 40px 40px 40px;
border: 1px solid #e9e9e9;
}
.news-block-one .inner-box .lower-content h5{
position: relative;
display: block;
font-size: 18px;
line-height: 27px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 12px;
}
.news-block-one .inner-box .lower-content h5 a{
display: inline-block;
color: #131313;
}
.news-block-one .inner-box .lower-content h5 a:hover{
}
.news-block-one .inner-box .lower-content .post-info li{
position: relative;
display: inline-block;
font-size: 15px;
font-weight: 600;
color: #5b5858;
margin-right: 25px;
}
.news-block-one .inner-box .lower-content .post-info li:last-child{
margin: 0px !important;
}
.news-block-one .inner-box .lower-content .post-info li a{
color: #5b5858;
}
.news-block-one .inner-box .lower-content .post-info li a:hover{
}
.news-block-one .inner-box .lower-content .post-info li i{
margin-right: 8px;
}
.news-block-one .inner-box .lower-content .post-info{
position: relative;
margin-bottom: 15px;
}
.news-block-one .inner-box .lower-content .link a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
color: #5b5858;
font-weight: 700;
text-transform: uppercase;
border-bottom: 2px solid #5b5858;
}
.news-block-one .inner-box .lower-content .link a:hover{
}
.testimonial-section.alternat-2{
padding-top: 125px;
}
/** clients-section **/
.clients-section{
position: relative;
padding: 120px 0px;
}
.clients-section .clients-logo-box{
position: relative;
display: block;
}
.clients-section .clients-logo-box img{
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.clients-section .clients-logo-box img:hover{
opacity: 0.5;
transform: scale(0.9);
}
/** main-footer **/
.main-footer{
position: relative;
background-color: #fdf4e8;
}
.main-footer .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.footer-top{
position: relative;
padding: 80px 0px;
border-bottom: 2px solid #f2e2d1;
}
.footer-widget .widget-title{
position: relative;
display: block;
margin-bottom: 18px;
}
.footer-widget .widget-title h4{
font-size: 20px;
line-height: 28px;
font-weight: 700;
text-transform: uppercase;
}
.footer-top .links-widget .links-list li{
position: relative;
display: block;
margin-bottom: 19px;
}
.footer-top .links-widget .links-list li:last-child{
margin-bottom: 0px;
}
.footer-top .links-widget .links-list li a{
position: relative;
display: inline-block;
font-size: 15px;
line-height: 26px;
color: #333333;
font-weight: 600;
}
.footer-top .links-widget .links-list li a:hover{
}
.footer-top .contact-widget .widget-content h6{
font-size: 15px;
line-height: 25px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
}
.footer-top .contact-widget .social-links{
position: relative;
margin-bottom: 12px;
}
.footer-top .contact-widget .social-links li{
position: relative;
display: inline-block;
margin-right: 15px;
}
.footer-top .contact-widget .social-links li:last-child{
margin: 0px !important;
}
.footer-top .contact-widget .social-links li a{
position: relative;
display: inline-block;
font-size: 15px;
color: #5b5858;
}
.footer-top .contact-widget .social-links li a:hover{
}
.footer-top .contact-widget .call-box p{
position: relative;
display: block;
font-size: 15px;
line-height: 26px;
font-weight: 600;
}
.footer-top .contact-widget .call-box p a{
display: inline-block;
color: #5b5858;
}
.footer-top .contact-widget .call-box p a:hover{
}
.footer-top .contact-widget .call-box p i{
position: relative;
margin-right: 8px;
font-weight: 500;
}
.footer-top .contact-widget{
margin-right: 70px;
}
.footer-top .post-widget .post-inner .post{
position: relative;
padding: 2px 0px 4px 110px;
margin-bottom: 20px;
min-height: 80px;
}
.footer-top .post-widget .post-inner .post:last-child{
margin-bottom: 0px;
}
.footer-top .post-widget .post-inner .post .post-thumb{
position: absolute;
left: 0px;
top: 0px;
width: 90px;
height: 80px;
}
.footer-top .post-widget .post-inner .post .post-thumb img{
width: 100%;
transition: all 500ms ease;
}
.footer-top .post-widget .post-inner .post:hover .post-thumb img{
opacity: 0.2;
}
.footer-top .post-widget .post-inner .post h6{
position: relative;
display: block;
font-size: 15px;
line-height: 25px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0px;
}
.footer-top .post-widget .post-inner .post h6 a{
display: inline-block;
color: #131313;
}
.footer-top .post-widget .post-inner .post h6 a:hover{
}
.footer-top .post-widget{
margin-left: -30px;
}
.footer-top .post-widget .post-inner .post .post-date{
position: relative;
display: block;
font-size: 14px;
line-height: 24px;
font-weight: 600;
text-transform: uppercase;
}
.footer-top .post-widget .widget-title{
margin-bottom: 26px;
}
.main-footer .image-layer .image-1{
position: absolute;
left: 50px;
top: 0px;
}
.main-footer .image-layer .image-2{
position: absolute;
right: 30px;
top: 0px;
}
.footer-bottom{
position: relative;
padding: 25px 0px;
}
.footer-bottom .text p{
font-size: 15px;
}
.footer-bottom .text p a{
}
.footer-bottom .text p a:hover{
text-decoration: underline;
}
/***
====================================================================
Home-Page-Two
====================================================================
***/
.main-header.style-two{
position: relative;
background: #fff;
}
.main-header.style-two .header-lower .main-menu .navigation > li > a,
.main-header.style-two .header-lower .search-box-btn,
.main-header.style-two .header-lower .menu-right-content li.cart-btn a,
.main-header.style-two .header-lower .menu-right-content li.like-btn a{
color: #131313;
}
.main-header.style-two .header-lower .menu-right-content li.cart-btn a span{
}
.main-header.style-two .header-lower .nav-right-content .social-links li a{
color: #585858;
}
.main-header.style-two .header-lower .nav-right-content .social-links li a:hover{
}
.main-header.style-two .header-lower .nav-right-content .nav-box button{
}
.main-header.style-two .header-lower .nav-right-content .nav-box button .bar{
}
.main-header.style-two .header-lower .search-box-btn:hover,
.main-header.style-two .header-lower .menu-right-content li.cart-btn a:hover,
.main-header.style-two .header-lower .menu-right-content li.like-btn a:hover{
}
.main-header.style-two .header-lower .main-menu .navigation > li{
padding: 35px 0px;
}
/** banner-style-two **/
.banner-section.style-two{
position: relative;
}
.banner-section.style-two .banner-carousel .content-box{
max-width: 650px;
}
.banner-section.style-two .banner-carousel .content-box h1{
font-size: 130px;
line-height: 135px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 300;
height: auto;
margin-bottom: 46px;
}
.banner-section.style-two .banner-carousel .content-box h1 span{
font-weight: 700;
}
.banner-section.style-two .banner-carousel .slide-item{
position: relative;
padding: 175px 0px 195px 0px;
}
.banner-section.style-two .banner-carousel .slide-item:before{
position: absolute;
content: '';
background: #131313;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.5;
z-index: 1;
}
.banner-section.style-two .banner-carousel .content-box h2{
font-weight: 400;
}
.banner-section.style-two .owl-nav{
position: absolute;
right: 200px;
top: 50%;
transform: translateY(-50%);
}
.banner-section.style-two .owl-nav .owl-prev,
.banner-section.style-two .owl-nav .owl-next{
position: relative;
display: block;
font-size: 20px;
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border: 2px solid rgba(255,255,255,0.2);
cursor: pointer;
transition: all 500ms ease;
}
.banner-section.style-two .owl-nav .owl-prev{
margin-bottom: 30px;
}
.banner-section.style-two .owl-nav .owl-prev:hover,
.banner-section.style-two .owl-nav .owl-next:hover{
}
.banner-section.style-two .owl-nav .owl-prev:before,
.banner-section.style-two .owl-nav .owl-next:before{
position: absolute;
content: '';
width: 80px;
height: 80px;
left: -12px;
top: -12px;
transform: scale(0,0);
transition: all 500ms ease;
}
.banner-section.style-two .owl-nav .owl-prev:hover:before,
.banner-section.style-two .owl-nav .owl-next:hover:before{
transform: scale(1,1);
}
.banner-section.style-two .banner-carousel .active .slide-item .image-layer{
-webkit-transform:scale(1.15);
-ms-transform:scale(1.15);
transform:scale(1.15);
}
.banner-section.style-two .theme-btn-two{
margin-right: 11px;
}
/** feature-style-two **/
.feature-style-two{
position: relative;
padding: 125px 0px 100px 0px;
}
.feature-block-two .inner-box{
position: relative;
display: block;
}
.feature-block-two .inner-box .content-box{
position: relative;
display: block;
padding: 48px 30px 46px 30px;
border: 2px solid #ebebeb;
opacity: 1;
transition: all 500ms ease;
}
.feature-block-two .inner-box:hover .content-box{
opacity: 0;
}
.feature-block-two .inner-box .content-box .icon-box{
position: relative;
display: inline-block;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
border-radius: 50%;
font-size: 40px;
margin-bottom: 23px;
}
.feature-block-two .inner-box .content-box h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.feature-block-two .inner-box .content-box .link{
position: absolute;
right: 20px;
bottom: -28px;
}
.feature-block-two .inner-box .content-box .link a{
position: relative;
display: inline-block;
font-size: 18px;
color: #5b5858;
border: 2px solid #ebebeb;
background: #fff;
border-radius: 50%;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
z-index: 1;
}
.feature-block-two .inner-box .overlay-content{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 45px 40px 38px 40px;
opacity: 0;
transition: all 500ms ease;
}
.feature-block-two .inner-box:hover .overlay-content{
top: -30px;
opacity: 1;
}
.feature-block-two .inner-box .overlay-content:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
opacity: 0.9;
}
.feature-block-two .inner-box .overlay-content .icon-box{
position: relative;
display: inline-block;
width: 80px;
height: 80px;
line-height: 80px;
background: #fff;
text-align: center;
border-radius: 50%;
font-size: 40px;
margin-bottom: 28px;
}
.feature-block-two .inner-box .overlay-content h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.feature-block-two .inner-box .overlay-content p{
position: relative;
color: #fff;
margin-bottom: 15px;
}
.feature-block-two .inner-box .overlay-content .link a{
position: relative;
display: inline-block;
font-size: 18px;
color: #fff;
}
/** about-style-two **/
.about-style-two{
position: relative;
padding: 60px 0px 130px 0px;
}
.image_block_2 .image-box{
position: relative;
display: block;
margin-left: 70px;
margin-right: 10px;
padding-right: 60px;
padding-bottom: 80px;
}
.image_block_2 .image-box .image{
position: relative;
display: block;
overflow: hidden;
clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%, 0% 0%);
}
.image_block_2 .image-box .image img{
width: 100%;
}
.image_block_2 .image-box .image-2{
position: absolute;
right: 0px;
bottom: 0px;
}
.image_block_2 .image-box .image-1:before{
position: absolute;
top: 0;
left: -80%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.image_block_2 .image-box:hover .image-1:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.content_block_3 .content-box{
position: relative;
display: block;
margin: 0px 70px;
}
.tabs-box .tab{
position:relative;
display:none;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.tabs-box .tab.active-tab{
display:block;
}
.tabs-box .tab{
transform:scale(0.9,0.9) translateY(0px);
}
.tabs-box .tab.active-tab{
transform:scale(1) translateY(0px);
}
.content_block_3 .content-box .tab-btns li{
position: relative;
display: inline-block;
padding-left: 26px;
margin-right: 35px;
padding-bottom: 16px;
cursor: pointer;
}
.content_block_3 .content-box .tab-btns li:last-child{
margin: 0px !important;
}
.content_block_3 .content-box .tab-btns li:before{
position: absolute;
content: "\f058";
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
font-size: 18px;
left: 0px;
top: 0px;
color: #131313;
}
.content_block_3 .content-box .tab-btns li h5{
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
}
.content_block_3 .content-box .tab-btns{
position: relative;
margin-bottom: 27px;
border-bottom: 2px solid #ebebeb;
}
.content_block_3 .content-box .tab-btns li:after{
position: absolute;
content: '';
width: 0%;
height: 4px;
left: 0px;
bottom: -3px;
transition: all 500ms ease;
}
.content_block_3 .content-box .tab-btns li.active-btn:after,
.content_block_3 .content-box .tab-btns li:hover:after{
width: 100%;
}
.content_block_3 .content-box .tabs-content .inner-box .inner{
position: relative;
display: block;
padding-left: 130px;
margin-bottom: 35px;
min-height: 100px;
}
.content_block_3 .content-box .tabs-content .inner-box .inner .image-box{
position: absolute;
left: 0px;
top: 9px;
width: 100px;
height: 100px;
}
.content_block_3 .content-box .tabs-content .inner-box .inner .image-box img{
width: 100%;
}
.content_block_3 .content-box .sec-title{
margin-bottom: 40px;
}
.shop-section.alternat-2{
position: relative;
background-color: #fdf4e8;
}
.shop-section.alternat-2 .pattern-layer{
height: 100%;
}
.shop-section .image-layer{
position: absolute;
right: 80px;
top: -205px;
}
/** feature-style-three **/
.feature-style-three{
position: relative;
padding: 130px 0px 100px 0px;
}
.content_block_4 .content-box .sec-title{
margin-bottom: 33px;
}
.content_block_4 .content-box .text{
position: relative;
display: block;
padding-left: 30px;
margin-bottom: 32px;
}
.content_block_4 .content-box .text:before{
position: absolute;
content: '';
width: 5px;
height: calc(100% - 16px);
left: 0px;
top: 8px;
}
.content_block_4 .content-box .list-item li{
position: relative;
display: block;
font-size: 15px;
font-weight: 600;
color: #585858;
margin-bottom: 15px;
padding-left: 37px;
}
.content_block_4 .content-box .list-item li:last-child{
margin-bottom: 0px;
}
.content_block_4 .content-box .list-item li:before {
position: absolute;
content: "\f058";
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
font-size: 24px;
left: 0px;
top: 2px;
}
.content_block_4 .content-box .list-item{
margin-bottom: 40px;
}
.feature-block-three .inner-box{
position: relative;
display: block;
background: #faf4ec;
border-radius: 20px;
padding: 50px 40px 46px 40px;
text-align: center;
margin-bottom: 30px;
}
.feature-block-three .inner-box .icon-box{
position: relative;
display: inline-block;
width: 130px;
height: 130px;
line-height: 130px;
background: #fff;
text-align: center;
font-size: 60px;
color: #161616;
margin-bottom: 32px;
border-radius: 50%;
box-shadow: 0 10px 20px #f3eade;
transition: all 500ms ease;
z-index: 1;
}
.feature-block-three .inner-box:hover .icon-box{
color: #fff;
}
.feature-block-three .inner-box .icon-box:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
transform: scale(0,0);
z-index: -1;
border-radius: 50%;
transition: all 500ms ease;
}
.feature-block-three .inner-box:hover .icon-box:before{
transform: scale(1,1);
}
.feature-block-three .inner-box h3{
font-size: 22px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
}
.feature-style-three .feature-column{
margin-left: 60px;
}
.feature-block-three.small-block .inner-box{
max-width: 270px;
padding: 40px 25px 36px 25px;
}
.feature-block-three.small-block .inner-box h3{
margin-bottom: 5px;
}
.feature-block-three.small-block .inner-box .icon-box{
width: 100px;
height: 100px;
line-height: 100px;
font-size: 50px;
margin-bottom: 22px;
}
.feature-style-three .feature-column .feature-block:first-child .feature-block-three.small-block .inner-box{
float: right;
}
/** video-section **/
.video-section{
position: relative;
}
.video-section .video-inner{
position: relative;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 250px 0px;
text-align: center;
margin-bottom: -265px;
z-index: 1;
}
.video-section .video-inner:before{
position: absolute;
content: '';
background: #131313;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.6;
}
.video-section .video-inner .video-btn a{
position: relative;
display: inline-block;
font-size: 24px;
width: 150px;
height: 150px;
line-height: 150px;
background: #fff;
text-align: center;
border-radius: 50%;
}
.video-section .video-inner .video-btn a:after,
.video-section .video-inner .video-btn a:before {
width: 150px;
height: 150px;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.video-section .video-inner .video-btn a:after {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
@-webkit-keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.video-section .video-inner .video-content{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
left: 40px;
top: 40px;
width: 280px;
height: 280px;
border-radius: 50%;
text-align: left;
}
.video-section .video-inner .video-content .count-outer{
position: relative;
display: inline-block;
font-size: 90px;
line-height: 90px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #fff;
margin-bottom: 6px;
}
.video-section .video-inner .video-content .count-outer:before{
position: absolute;
content: '+';
top: -48px;
right: -40px;
font-size: 90px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #fff;
}
.video-section .video-inner .video-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
color: #fff;
}
/** working-process **/
.working-process{
position: relative;
background: #131313;
padding: 390px 0px 125px 0px;
}
.process-block-one .inner-box{
position: relative;
display: block;
padding: 66px 40px 0px 40px;
}
.process-block-one .inner-box .count-text{
position: absolute;
left: 35px;
top: 0px;
font-size: 150px;
line-height: 150px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
text-shadow: -1px -1px 0 #232323, 1px -1px 0 #232323, -1px 1px 0 #232323, 1px 1px 0 #232323;
}
.process-block-one .inner-box .icon-box{
position: relative;
display: inline-block;
font-size: 95px;
line-height: 100px;
margin-bottom: 30px;
transition: all 500ms ease;
}
.process-block-one .inner-box:hover .icon-box{
transform: scale(1.1);
}
.process-block-one .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin-bottom: 16px;
}
.process-block-one .inner-box p{
color: rgba(255,255,255,0.6);
}
.working-process .sec-title{
margin-bottom: 5px;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-info{
padding: 0px;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box{
position: relative;
padding-left: 200px;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-thumb{
position: absolute;
left: 0px;
top: 13px;
width: 160px;
height: 160px;
border-radius: 50%;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-thumb img{
width: 100%;
border-radius: 50%;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box .text p{
font-size: 35px;
line-height: 50px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 300;
color: #131313;
}
.testimonial-section.alternat-2 .testimonial-inner{
margin: 0px 70px;
}
.testimonial-section.alternat-2 .sec-title{
margin-bottom: 70px;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box .text{
margin-bottom: 23px;
}
.testimonial-section.alternat-2 .testimonial-section .owl-dots{
margin-top: 75px;
}
.testimonial-section.alternat-2 .owl-theme .owl-dots .owl-dot span{
}
.testimonial-section.alternat-2 .owl-nav .owl-prev,
.testimonial-section.alternat-2 .owl-nav .owl-next{
background: #faf4ec;
}
.testimonial-section.alternat-2 .owl-nav .owl-prev:hover,
.testimonial-section.alternat-2 .owl-nav .owl-next:hover{
}
/** subscribe-section **/
.subscribe-section{
position: relative;
}
.subscribe-section .outer-container{
position: relative;
max-width: 1430px;
width: 100%;
padding: 0px 15px;
margin: 0 auto;
}
.subscribe-section .subscribe-inner{
position: relative;
background: #faf4ec;
padding: 125px 250px 130px 250px;
}
.subscribe-section .subscribe-inner .sec-title{
margin-bottom: 35px;
}
.subscribe-section .subscribe-inner .text{
position: relative;
margin-bottom: 39px;
}
.subscribe-section .subscribe-inner .text p{
font-size: 18px;
line-height: 32px;
color: #131313;
}
.subscribe-section .subscribe-inner .subscribe-form .form-group{
position: relative;
margin-bottom: 0px;
}
.subscribe-section .subscribe-inner .subscribe-form .form-group:before{
position: absolute;
content: '';
width: 5px;
height: 100%;
left: 0px;
top: 0px;
z-index: 1;
}
.subscribe-section .subscribe-inner .subscribe-form .form-group input{
position: relative;
display: block;
width: 100%;
height: 110px;
background: #fff;
padding: 20px 250px 20px 30px;
border: 1px solid #fff;
font-size: 20px;
font-weight: 600;
color: #5b5858;
transition: all 500ms ease;
}
.subscribe-section .subscribe-inner .subscribe-form .form-group input:focus{
}
.subscribe-section .subscribe-inner .subscribe-form .form-group button{
position: absolute;
top: 25px;
right: 30px;
}
.subscribe-section .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}
.clients-section.alternat-2{
background: #131313;
padding: 80px 0px;
}
.clients-section.alternat-2 .clients-logo-box img{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.clients-section.alternat-2 .clients-logo-box img:hover{
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
transform: scale(1);
opacity: 1;
}
/***
====================================================================
About-Page
====================================================================
***/
/** page-title **/
.page-title{
position: relative;
padding: 20px 0px 20px 0px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.page-title:before{
position: absolute;
content: '';
background: #131313;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
opacity: 0.5;
}
.page-title .title{
position: relative;
display: block;
margin-bottom: 16px;
}
.page-title .title h1{
/* font-size: 80px;
line-height: 80px; */
font-weight: 700;
color: #fff;
}
.page-title .bread-crumb li{
position: relative;
display: inline-block;
font-size: 20px;
font-weight: 600;
line-height: 26px;
color: #fff;
padding-right: 32px;
margin-right: 20px;
}
.page-title .bread-crumb li:last-child{
padding: 0px !important;
margin: 0px !important;
}
.page-title .bread-crumb li a{
color: #fff;
}
.page-title .bread-crumb li a:hover{
text-decoration: underline;
}
.page-title .bread-crumb li:before{
position: absolute;
content: "\f105";
font-family: 'Font Awesome 5 Pro';
font-size: 24px;
top: 2px;
right: 0px;
color: #fff;
font-weight: 400;
}
.page-title .bread-crumb li:last-child:before{
display: none;
}
.border-bottom{
border-bottom: 2px solid #eeeeee;
}
.bg-color-1{
background: #faf4ec;
}
.image_block_3 .image-box{
position: relative;
display: block;
padding-left: 130px;
}
.feature-style-three .image_block_3 .image-box{
margin-left: 70px;
}
.image_block_3 .image-box img{
width: 100%;
}
.image_block_3 .image-box .image-1{
position: relative;
display: block;
overflow: hidden;
}
.image_block_3 .image-box .image-1:before{
position: absolute;
top: 0;
left: -80%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.image_block_3 .image-box:hover .image-1:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
.image_block_3 .image-box .image-2{
position: absolute;
left: 0px;
top: 48px;
}
.testimonial-section.alternat-3 .testimonial-block-one .inner-box .author-info .designation{
}
.testimonial-section.alternat-3 .owl-theme .owl-dots .owl-dot span{
}
.testimonial-section.alternat-3 .owl-nav .owl-prev,
.testimonial-section.alternat-3 .owl-nav .owl-next{
font-weight: 700;
background: #faf4ec;
}
.testimonial-section.alternat-3{
padding-bottom: 0px;
}
.testimonial-section.alternat-3 .owl-nav .owl-prev:hover,
.testimonial-section.alternat-3 .owl-nav .owl-next:hover{
}
/** chooseus-style-two **/
.chooseus-style-two{
position: relative;
padding: 125px 0px 100px 0px;
}
.chooseus-style-two .single-item{
position: relative;
display: block;
background: #fff;
padding: 33px 30px 36px 130px;
margin-bottom: 30px;
}
.chooseus-style-two .single-item .icon-box{
position: absolute;
left: 30px;
top: 40px;
width: 80px;
height: 80px;
line-height: 80px;
background: #faf4ec;
font-size: 40px;
color: #131313;
text-align: center;
border-radius: 50%;
z-index: 1;
transition: all 500ms ease;
}
.chooseus-style-two .single-item:hover .icon-box{
color: #fff;
}
.chooseus-style-two .single-item .icon-box:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
left: 0px;
top: 0px;
right: 0px;
transform: scale(0,0);
z-index: -1;
transition: all 500ms ease;
}
.chooseus-style-two .single-item:hover .icon-box:before{
transform: scale(1,1);
}
.chooseus-style-two .single-item h5{
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.chooseus-style-two .sec-title .btn-box{
position: absolute;
top: 35px;
right: 0px;
z-index: 1;
}
.working-process.alternat-2{
position: relative;
padding: 125px 0px;
background: #fff;
}
.working-process.alternat-2 .process-block-one .inner-box .count-text{
color: #fff;
text-shadow: -1px -1px 0 #ebebeb, 1px -1px 0 #ebebeb, -1px 1px 0 #ebebeb, 1px 1px 0 #ebebeb;
}
.working-process.alternat-2 .process-block-one .inner-box h3{
color: #131313;
}
.working-process.alternat-2 .process-block-one .inner-box p{
color: #5b5858;
}
/***
====================================================================
Gallery-Page
====================================================================
***/
.gallery-section{
position: relative;
padding-top: 130px;
}
.gallery-section .more-btn{
position: relative;
margin-top: 30px;
}
.gallery-block-one .inner-box{
position: relative;
display: block;
margin-bottom: 50px;
}
.gallery-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.gallery-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.gallery-block-one .inner-box:hover .image-box img{
opacity: 0.2;
transform: scale(1.1);
}
.gallery-block-one .inner-box .lower-content{
position: relative;
margin: 0px 30px;
}
.gallery-block-one .inner-box .lower-content .inner{
position: relative;
background: #fff;
padding: 33px 50px 32px 50px;
border-radius: 10px;
margin-top: -40px;
box-shadow: 0 10px 20px #efefef;
overflow: hidden;
transition: all 500ms ease;
}
.gallery-block-one .inner-box:hover .lower-content .inner{
}
.gallery-block-one .inner-box .lower-content .inner:before{
position: absolute;
content: '';
width: 100%;
height: 0%;
left: 0px;
top: 0px;
transition: all 500ms ease;
}
.gallery-block-one .inner-box:hover .lower-content .inner:before{
height: 100%;
}
.gallery-block-one .inner-box .lower-content .inner span{
position: relative;
display: block;
font-size: 14px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
color: #5b5858;
margin-bottom: 4px;
transition: all 500ms ease;
}
.gallery-block-one .inner-box:hover .lower-content .inner span{
color: #fff;
}
.gallery-block-one .inner-box .lower-content .inner h3{
position: relative;
display: block;
font-size: 30px;
line-height: 38px;
font-weight: 700;
text-transform: uppercase;
}
.gallery-block-one .inner-box .lower-content .inner h3 a{
display: inline-block;
color: #131313;
}
.gallery-block-one .inner-box:hover .lower-content .inner h3 a{
color: #fff;
}
.gallery-block-one .inner-box .lower-content .inner .link{
position: absolute;
top: 36px;
right: 50px;
z-index: 1;
}
.gallery-block-one .inner-box .lower-content .inner .link a{
position: relative;
display: inline-block;
font-size: 30px;
color: #3e3e3e;
width: 60px;
height: 60px;
line-height: 56px;
border: 3px solid #d6d6d6;
border-radius: 50%;
text-align: center;
font-weight: 700;
}
.gallery-block-one .inner-box:hover .lower-content .inner .link a{
background: #fff;
border-color: #fff;
}
/***
====================================================================
Error-Page
====================================================================
***/
.error-section{
position: relative;
padding: 100px 0px 120px 0px;
}
.error-section .inner-box .theme-btn-one i{
margin-right: 10px;
}
.error-section .inner-box .error-image{
position: relative;
display: inline-block;
margin-bottom: 60px;
}
.error-section .inner-box h1{
font-size: 200px;
line-height: 200px;
font-weight: 900;
margin-bottom: 10px;
}
.error-section .inner-box h2{
position: relative;
display: block;
font-size: 30px;
line-height: 42px;
font-weight: 700;
margin-bottom: 60px;
}
/***
====================================================================
Shop-Page
====================================================================
***/
.shop-page-section{
position: relative;
padding-top: 130px;
}
.shop-page-section .inner-container{
position: relative;
padding-bottom: 130px;
border-bottom: 1px solid #e7e7e7;
}
.shop-sidebar .sidebar-search{
position: relative;
display: block;
padding: 10px 20px;
margin-bottom: 40px;
}
.shop-sidebar .sidebar-search .form-group{
position: relative;
margin: 0px;
}
.shop-sidebar .sidebar-search .form-group input[type='search']{
position: relative;
width: 100%;
height: 50px;
font-size: 16px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #fff;
background: transparent;
text-transform: uppercase;
border: 1px solid transparent;
padding: 10px 50px 10px 20px;
transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .form-group input::-webkit-input-placeholder{
color:#fff;
}
.shop-sidebar .sidebar-search .form-group button{
position: absolute;
top: 10px;
right: 20px;
color: #fff;
font-size: 16px;
cursor: pointer;
background: transparent;
transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .form-group input:focus{
border-color: #fff;
}
.shop-sidebar .sidebar-widget{
position: relative;
border: 2px solid #ececec;
padding: 30px 40px;
margin-bottom: 40px;
}
.shop-sidebar .sidebar-widget:last-child{
margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget .widget-title{
position: relative;
display: block;
padding-bottom: 13px;
margin-bottom: 32px;
border-bottom: 2px solid #ececec;
}
.shop-sidebar .sidebar-widget .widget-title h4{
font-size: 20px;
line-height: 28px;
font-weight: 700;
text-transform: uppercase;
}
.shop-sidebar .category-widget .category-list li{
position: relative;
display: block;
margin-bottom: 18px;
}
.shop-sidebar .category-widget .category-list li:last-child{
margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
color: #5b5858;
font-weight: 600;
padding-left: 12px;
}
.shop-sidebar .category-widget .category-list li a:hover{
}
.shop-sidebar .category-widget .category-list li a:before{
position: absolute;
content: "\f105";
font-family: 'Font Awesome 5 Pro';
left: 0px;
top: 0px;
}
.shop-sidebar .category-widget{
padding: 41px 40px 46px 40px;
}
.shop-sidebar .post-widget .post{
position: relative;
display: block;
padding-left: 100px;
padding-bottom: 34px;
margin-bottom: 34px;
border-bottom: 2px solid #ececec;
}
.shop-sidebar .post-widget .post:last-child{
margin-bottom: 0px;
border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb{
position: absolute;
left: 0px;
top: -4px;
width: 80px;
height: 80px;
border: 2px solid #ececec;
border-radius: 10px;
transition: all 500ms ease;
}
.shop-sidebar .post-widget .post:hover .post-thumb{
}
.shop-sidebar .post-widget .post .post-thumb img{
width: 100%;
border-radius: 10px;
}
.shop-sidebar .post-widget .post .rating li{
position: relative;
display: inline-block;
font-size: 12px;
line-height: 18px;
float: left;
margin-right: 5px;
}
.shop-sidebar .post-widget .post .rating li:last-child{
margin: 0px !important;
}
.shop-sidebar .post-widget .post .rating{
margin-bottom: 1px;
}
.shop-sidebar .post-widget .post h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
margin-bottom: 3px;
text-transform: uppercase;
}
.shop-sidebar .post-widget .post h5 a{
display: inline-block;
color: #131313;
}
.shop-sidebar .post-widget .post h5 a:hover{
}
.shop-sidebar .post-widget .post .price{
position: relative;
display: block;
font-size: 16px;
line-height: 24px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
}
.shop-sidebar .post-widget{
padding: 41px 40px 20px 40px;
}
.shop-sidebar .post-widget .widget-title{
margin-bottom: 44px;
}
.range-slider{
position:relative;
}
.range-slider .title {
position: relative;
display: inline-block;
}
.range-slider p{
position: relative;
display: inline-block;
font-size: 15px;
color: #131313;
font-weight: 500;
margin-right: 10px !important;
}
.range-slider .title:before {
position: absolute;
content: '$';
left: -6px;
top: -20px;
color: #131313;
font-weight: 500;
font-size: 15px;
}
.range-slider .input{
color:#131313;
max-width: 75px;
font-size:15px;
font-weight: 600;
margin-top:5px;
position: relative;
display: inline-block;
}
.range-slider .input input{
background:none;
color:#131313;
font-size:15px;
font-weight: 500;
text-align:left;
width: 80px;
}
.range-slider .ui-widget.ui-widget-content{
height:4px;
border:none;
background:#f0f0f0;
}
.range-slider .ui-slider .ui-slider-range{
top:0px;
height:4px;
}
.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default{
top:-7px;
width:18px;
height:18px;
border: none;
border-radius:50%;
cursor:pointer;
margin-left: 0px;
}
.range-slider .clearfix{
margin-bottom: 25px;
}
.shop-sidebar .price-filter{
padding-bottom: 50px;
}
.shop-sidebar .advice-box{
position: relative;
display: block;
min-height: 530px;
padding: 43px 30px 50px 30px;
}
.shop-sidebar .advice-box p{
position: relative;
display: block;
font-size: 17px;
line-height: 26px;
color: #fff;
letter-spacing: 2px;
margin-bottom: 2px;
text-transform: uppercase;
z-index: 1;
}
.shop-sidebar .advice-box h2{
font-size: 40px;
line-height: 50px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
z-index: 1;
}
.shop-sidebar .advice-box .image{
position: absolute;
top: 0px;
}
.shop-sidebar .advice-box .btn-box{
position: absolute;
bottom: 50px;
width: 100%;
left: 0px;
text-align: center;
z-index: 1;
}
.shop-sidebar .advice-box .btn-box a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
text-transform: uppercase;
background: #fff;
padding: 17px 50px;
}
.shop-sidebar .advice-box .btn-box a:hover{
color: #fff;
}
.nice-select:after{
position: absolute;
content: "\f107";
font-family: 'Font Awesome 5 Pro';
font-size: 18px;
top: 20px;
right: 0px;
color: #5b5858;
font-weight: 400;
border: none !important;
transform: rotate(0deg) !important;
}
.nice-select{
position: relative;
display: block;
width: 100%;
height: 70px;
border: none !important;
background: transparent;
font-size: 18px;
color: #5b5858;
font-weight: 600;
padding: 17px 10px;
}
.shop-page-section .our-shop .item-shorting{
position: relative;
margin-bottom: 40px;
}
.shop-page-section .item-shorting .text p{
font-size: 18px;
line-height: 70px;
font-weight: 600;
color: #5b5858;
}
.nice-select .list{
min-width: 160px !important;
}
.shop-page-section .our-shop .shop-block-one .inner-box{
border: 1px solid #ececec;
margin-bottom: 40px;
}
.shop-page-section .pagination-wrapper{
position: relative;
padding-top: 50px;
}
.shop-page-section .shop-block-one .inner-box .lower-content .price{
}
.nice-select .option{
font-size: 15px;
}
.shop-block-two .inner-box{
position: relative;
padding: 43px 50px 50px 350px;
display: block;
border: 1px solid #ececec;
margin-bottom: 40px;
}
.shop-block-two .inner-box .image-box{
position: absolute;
left: 0px;
top: 0px;
overflow: hidden;
}
.shop-block-two .inner-box .image-box img{
widows: 100%;
transition: all 500ms ease;
}
.shop-block-two .inner-box:hover .image-box img{
transform: scale(1.1);
}
.shop-block-two .inner-box .content-box .rating{
margin-bottom: 6px;
}
.shop-block-two .inner-box .content-box .rating li{
position: relative;
display: inline-block;
font-size: 15px;
line-height: 18px;
}
.shop-block-two .inner-box .content-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.shop-block-two .inner-box .content-box h3 a{
display: inline-block;
color: #131313;
}
.shop-block-two .inner-box .content-box h3 a:hover{
}
.shop-block-two .inner-box .content-box .price{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
margin-bottom: 16px;
}
.shop-block-two .inner-box .content-box p{
margin-bottom: 25px;
}
.shop-page-3 .item-shorting{
background: #fff;
padding: 0px 30px;
}
.shop-page-3{
position: relative;
padding: 120px 0px 140px 0px;
}
.shop-page-3 .shop-block-one .inner-box{
margin-bottom: 30px;
}
.shop-page-3 .item-shorting .text p{
font-size: 18px;
line-height: 70px;
font-weight: 600;
color: #5b5858;
}
.shop-page-3 .shop-block-one .inner-box .image-box .list{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
width: 100%;
}
.shop-page-3 .shop-block-one .inner-box .image-box{
background: #fff;
}
.shop-page-3 .shop-block-one .inner-box:hover .image-box img{
opacity: 0.2;
}
.shop-page-3 .shop-block-one .inner-box .image-box .list li{
position: relative;
display: inline-block;
margin: 0px 3px;
}
.shop-page-3 .shop-block-one .inner-box .image-box .list li a{
position: relative;
display: inline-block;
font-size: 18px;
color: #fff;
width: 50px;
height: 50px;
line-height: 50px;
background: #131313;
text-align: center;
border-radius: 50%;
transform: scale(0,0);
}
.shop-page-3 .shop-block-one .inner-box .image-box .list li a:hover{
}
.shop-page-3 .shop-block-one .inner-box:hover .image-box .list li a{
transform: scale(1,1);
}
.shop-page-3 .shop-block-one .inner-box .lower-content .price{
}
.shop-page-3 .pagination-wrapper{
padding-top: 60px;
}
.shop-page-3 .shop-sidebar .sidebar-search{
margin-bottom: 0px;
}
.shop-page-3 .our-shop{
margin-top: 80px;
}
.related-product{
position: relative;
padding-top: 125px;
}
.related-product .shop-block-one .inner-box{
border: 1px solid #ececec;
}
.related-product .shop-block-one .inner-box .lower-content .price{
}
/** shop-details **/
.shop-details{
position: relative;
padding: 130px 0px 125px 0px;
}
.product-details-content .slider-content{
position: relative;
display: block;
}
.product-details-content .slider-content .slider-pager{
position: absolute;
left: 0px;
top: 0px;
height: 586px;
}
.product-details-content .slider-content .slider-pager .thumb-box li{
margin-bottom: 23px;
position: relative;
width: 170px;
height: 180px;
cursor: pointer;
z-index: 9;
}
.bx-viewport{
min-height: 586px !important;
}
.product-details-content .slider-content .slider-pager .thumb-box li:last-child{
margin-bottom: 0px;
}
.product-details-content .slider-content .product-image{
position: relative;
/* padding-left: 195px; */
}
.product-details-content .slider-content .product-image .image{
position: relative;
display: block;
}
.product-details-content .slider-content .product-image .image .new{
position: absolute;
left: 25px;
top: 25px;
font-size: 14px;
line-height: 20px;
color: #fff;
font-weight: 700;
padding: 2px 12px;
text-align: center;
border-radius: 15px;
z-index: 1;
}
.product-details-content .slider-content .product-image .image img{
width: 100%;
}
.product-details-content .slider-inner{
position: relative;
margin-right: -30px;
height: 586px;
}
.product-details-content .product-details{
position: relative;
margin-left: 70px;
}
.product-details-content .product-details h2{
font-size: 45px;
line-height: 50px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 13px;
}
.product-details-content .product-details .rating li{
position: relative;
display: inline-block;
font-size: 12px;
line-height: 20px;
float: left;
margin-right: 5px;
}
.product-details-content .product-details .rating li:last-child{
margin: 0px !important;
}
.product-details-content .product-details .rating{
margin-bottom: 9px;
}
.product-details-content .product-details h3{
font-size: 24px;
line-height: 32px;
font-weight: 700;
margin-bottom: 19px;
text-transform: uppercase;
}
.product-details-content .product-details .text{
margin-bottom: 27px;
}
.product-details-content .product-details .text p{
font-size: 15px;
line-height: 30px;
color: #5b5858;
margin: 0px;
}
.custom-check-box .custom-control.material-checkbox .material-control-input {
display: none;
}
.custom-check-box .custom-control{
padding-left: 30px;
}
.custom-check-box .custom-control.material-checkbox .material-control-indicator {
display: inline-block;
position: absolute;
top: 4px;
left: 0px;
width: 20px;
height: 20px;
border: 2px solid #e0e0e0;
cursor: pointer;
border-radius: 50%;
}
.custom-check-box .custom-control.material-checkbox .material-control-indicator:before{
position: absolute;
content: '';
left: 4px;
top: 4px;
width: 8px;
height: 8px;
border-radius: 50%;
transform: scale(0,0);
transition: all 500ms ease;
}
.custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator:before{
transform: scale(1,1);
}
.custom-check-box .custom-controls-stacked .description {
position: relative;
display: inline-block;
padding: 0px;
font-size: 15px;
color: #061a3a;
cursor: pointer;
font-weight: 400;
}
.product-details-content .product-details .size-box .select-inner li{
position: relative;
display: inline-block;
margin-right: 15px;
}
.product-details-content .product-details .size-box .select-inner li:last-child{
margin: 0px !important;
}
.product-details-content .product-details .size-box{
margin-bottom: 20px;
}
.product-details-content .product-details .color-box{
margin-bottom: 30px;
}
.product-details-content .product-details .size-box h3{
margin-bottom: 9px;
}
.product-details-content .product-details .color-box h3{
margin-bottom: 13px;
}
.product-details-content .product-details .color-box .color-list .color{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
border-radius: 50%;
float: left;
margin-right: 10px;
}
.product-details-content .product-details .color-box .color-list .color:last-child{
margin: 0px !important;
}
.product-details-content .product-details .color-box .color-list .color-1{
}
.product-details-content .product-details .color-box .color-list .color-2{
}
.product-details-content .product-details .color-box .color-list .color-3{
}
.product-details-content .product-details .color-box .color-list .color-4{
}
.addto-cart-box .clearfix li{
position: relative;
display: inline-block;
}
.addto-cart-box .input-group {
position: relative;
display: table;
border-collapse: separate;
max-width: 50px;
width: 100%;
height: 33px;
}
.addto-cart-box .theme-btn-two{
padding: 7px 33px;
font-size: 14px;
}
.addto-cart-box .item-quantity {
position: relative;
display: inline-block;
max-width: 130px;
width: 100%;
float: left;
padding: 0px 40px;
margin-right: 10px;
border: 1px solid #dddddd;
z-index: 1;
margin-top: 4px;
}
.addto-cart-box input.quantity-spinner {
line-height: 33px;
height: 33px;
width: 43px !important;
padding: 0px !important;
box-shadow: none !important;
font-family: 'Open Sans', sans-serif;
border: none;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #112433;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
position: absolute;
height: 33px;
width: 30px;
background: transparent;
padding: 0px 0px;
left: -34px;
top: -33px;
border-right: none;
border-radius: 0px;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
position: absolute;
height: 33px;
width: 30px;
background: transparent;
padding: 0px 0px;
right: -34px;
top: -33px;
border-left: none;
margin-top: 0px;
border-radius: 0px;
}
.bootstrap-touchspin .glyphicon-chevron-up:before {
content: "\f067";
font-size: 12px;
font-style: normal;
color: #666666;
font-family: 'Font Awesome 5 pro';
font-weight: 700;
}
.bootstrap-touchspin .glyphicon-chevron-down:before {
content: "\f068";
font-size: 12px;
font-style: normal;
color: #666666;
font-weight: 700;
font-family: 'Font Awesome 5 pro';
}
.bootstrap-touchspin .input-group-btn-vertical{
position: absolute;
width: 100%;
}
.bootstrap-touchspin .input-group-btn-vertical i{
top: 2px;
left: 7px;
font-size: inherit !important;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
margin-top: 0px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review{
position: relative;
margin-bottom: 37px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review:last-child{
margin-bottom: 0px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .image-box{
position: absolute;
left: 0px;
top: 3px;
width: 100px;
height: 100px;
line-height: 80px;
border-radius: 5px;
overflow: hidden;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .image-box img{
width: 100%;
border-radius: 5px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner{
position: relative;
padding-left: 130px;
}
.single-product .product-discription .tabs-content .customer-review .single-review .inner .rating{
position: relative;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li{
position: relative;
display: inline-block;
font-size: 16px;
margin-right: 2px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li:last-child{
margin-right: 0px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner h5{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
font-weight: 900;
margin-bottom: 12px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner h5 span{
font-size: 15px;
font-weight: 600;
color: #93959e;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner p{
line-height: 28px;
color: #93959e;
}
.shop-details .product-discription .tabs-content .customer-review h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 24px;
}
.shop-details .product-discription .tabs-content .customer-review{
position: relative;
display: block;
padding-right: 15px;
padding-bottom: 100px;
}
.shop-details .product-discription .tabs-content .customer-comments{
position: relative;
padding-left: 40px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box p{
position: relative;
display: inline-block;
font-size: 15px;
color: #93959e;
margin-right: 12px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating{
position: relative;
display: inline-block;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li{
position: relative;
display: inline-block;
font-size: 16px;
margin-right: 2px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li:last-child{
margin-right: 0px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box{
position: relative;
margin-bottom: 17px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group{
position: relative;
margin-bottom: 20px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group label{
position: relative;
display: block;
font-size: 15px;
color: #93959e;
margin-bottom: 5px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='text'],
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='email'],
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 50px;
border: 1px solid #e5e5e5;
border-radius: 5px;
padding: 10px 20px;
font-size: 15px;
color: #93959e;
background: transparent;
transition: all 500ms ease;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea{
height: 150px;
resize: none;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input:focus,
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea:focus{
}
.shop-details .product-discription .tabs-content .customer-comments h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 24px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group:last-child{
margin-bottom: 0px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group.message-btn{
margin-top: 10px;
}
.product-details-content{
margin-bottom: 73px;
}
.shop-details .product-discription .tab-btns{
position: relative;
display: inline-block;
border-bottom: 2px solid #dddddd;
margin-bottom: 33px;
}
.shop-details .product-discription .tab-btns li{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 28px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
text-transform: uppercase;
padding-bottom: 14px;
margin-right: 45px;
cursor: pointer;
transition: all 500ms ease;
}
.shop-details .product-discription .tab-btns li.active-btn,
.shop-details .product-discription .tab-btns li:hover{
}
.shop-details .product-discription .tab-btns li:before{
position: absolute;
content: '';
width: 0%;
height: 3px;
left: 0px;
bottom: -3px;
transition: all 500ms ease;
}
.shop-details .product-discription .tab-btns li.active-btn:before,
.shop-details .product-discription .tab-btns li:hover:before{
width: 100%;
}
.shop-details .product-discription .tabs-content .content-box p{
font-size: 15px;
line-height: 28px;
color: #5b5858;
margin-bottom: 27px;
}
.shop-details .product-discription .tabs-content .content-box p:last-child{
margin-bottom: 0px;
}
/***
====================================================================
Blog-Page
====================================================================
***/
.blog-grid{
padding: 120px 0px 130px 0px;
}
.blog-grid .news-block-one .inner-box{
margin-bottom: 30px;
}
.blog-grid .pagination-wrapper{
position: relative;
margin-top: 50px;
}
.sidebar-page-container{
position: relative;
padding: 120px 0px 130px 0px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2{
position: relative;
display: block;
font-size: 30px;
line-height: 40px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 11px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2 a{
display: inline-block;
color: #131313;
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2 a:hover{
}
.sidebar-page-container .news-block-one .inner-box .lower-content p{
margin-bottom: 26px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .post-info li{
text-transform: uppercase;
}
.sidebar-page-container .news-block-one .inner-box .lower-content{
border: 2px solid #ebebeb;
border-top: none;
padding-right: 100px;
padding-top: 34px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .post-info{
margin-bottom: 5px;
}
.sidebar-page-container .news-block-one .inner-box{
margin-bottom: 30px;
}
.sidebar-page-container .pagination-wrapper{
padding-top: 60px;
}
.blog-sidebar{
position: relative;
}
.sidebar-page-container .blog-standard-content{
margin-right: 70px;
}
.blog-sidebar .bg-color{
position: absolute;
left: -30px;
top: -120px;
background: #fbf8f2;
width: 5000px;
height: calc(100% + 120px);
}
.blog-sidebar{
position: relative;
padding-bottom: 130px;
}
.blog-sidebar .sidebar-search{
position: relative;
display: block;
background: #fff;
padding: 15px 30px;
margin-bottom: 30px;
}
.blog-sidebar .sidebar-search .search-form .form-group{
position: relative;
margin: 0px;
}
.blog-sidebar .sidebar-search .search-form .form-group input[type='search']{
position: relative;
width: 100%;
height: 50px;
font-size: 18px;
color: #5b5858;
font-weight: 600;
padding: 10px 40px 10px 20px;
border: 1px solid transparent;
transition: all 500ms ease;
}
.blog-sidebar .sidebar-search .search-form .form-group button{
position: absolute;
top: 12px;
right: 20px;
font-size: 18px;
color: #131313;
font-weight: 700;
background: transparent;
cursor: pointer;
transition: all 500ms ease;
}
.blog-sidebar .sidebar-search .search-form .form-group input:focus{
}
.blog-sidebar .sidebar-search .search-form .form-group input:focus + button,
.blog-sidebar .sidebar-search .search-form .form-group button:hover{
}
.blog-sidebar .sidebar-widget{
position: relative;
display: block;
background: #fff;
padding: 42px 50px;
margin-bottom: 30px;
}
.blog-sidebar .sidebar-widget:last-child{
margin-bottom: 0px;
}
.blog-sidebar .sidebar-widget .widget-title{
position: relative;
margin-bottom: 21px;
}
.blog-sidebar .sidebar-widget .widget-title h3{
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-transform: uppercase;
}
.blog-sidebar .category-widget .category-list li{
position: relative;
display: block;
margin-bottom: 18px;
}
.blog-sidebar .category-widget .category-list li:last-child{
margin-bottom: 0px;
}
.blog-sidebar .category-widget .category-list li a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
color: #5b5858;
font-weight: 600;
padding-left: 12px;
}
.blog-sidebar .category-widget .category-list li a:before{
position: absolute;
content: "\f105";
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
left: 0px;
top: 0px;
}
.blog-sidebar .category-widget .category-list li a:hover{
}
.blog-sidebar .post-widget .post{
position: relative;
display: block;
margin-bottom: 23px;
}
.blog-sidebar .post-widget .widget-title{
margin-bottom: 28px;
}
.blog-sidebar .post-widget .post:last-child{
margin-bottom: 0px;
}
.blog-sidebar .post-widget .post .post-thumb{
position: relative;
display: block;
overflow: hidden;
margin-bottom: 13px;
}
.blog-sidebar .post-widget .post .post-thumb img{
width: 100%;
transition: all 500ms ease;
}
.blog-sidebar .post-widget .post:hover .post-thumb img{
opacity: 0.2;
transform: scale(1.05);
}
.blog-sidebar .post-widget .post h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 2px;
}
.blog-sidebar .post-widget .post h5 a{
display: inline-block;
color: #131313;
}
.blog-sidebar .post-widget .post h5 a:hover{
}
.blog-sidebar .post-widget .post .post-date{
position: relative;
display: block;
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
font-weight: 600;
}
.blog-sidebar .advice-box{
position: relative;
display: block;
min-height: 530px;
padding: 43px 30px 50px 30px;
}
.blog-sidebar .advice-box p{
position: relative;
display: block;
font-size: 17px;
line-height: 26px;
color: #fff;
letter-spacing: 2px;
margin-bottom: 2px;
text-transform: uppercase;
z-index: 1;
}
.blog-sidebar .advice-box h2{
font-size: 40px;
line-height: 50px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
z-index: 1;
}
.blog-sidebar .advice-box .image{
position: absolute;
top: 0px;
}
.blog-sidebar .advice-box .btn-box{
position: absolute;
bottom: 50px;
width: 100%;
left: 0px;
text-align: center;
z-index: 1;
}
.blog-sidebar .advice-box .btn-box a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
text-transform: uppercase;
background: #fff;
padding: 17px 50px;
}
.blog-sidebar .advice-box .btn-box a:hover{
color: #fff;
}
.blog-details-content .news-block-one .inner-box:hover .image-box img{
opacity: 1;
transform: scale(1);
}
.blog-details-content .news-block-one .inner-box .lower-content .image-box{
position: relative;
display: block;
margin-bottom: 26px;
}
.blog-details-content .news-block-one .inner-box .lower-content .image-box img{
width: 100%;
}
.blog-details-content{
position: relative;
margin-right: 70px;
}
.blog-details-content .news-block-one .inner-box .lower-content .tags-list li{
position: relative;
display: inline-block;
font-size: 18px;
line-height: 26px;
color: #5b5858;
font-weight: 600;
}
.blog-details-content .news-block-one .inner-box .lower-content .tags-list li h5,
.blog-details-content .news-block-one .inner-box .lower-content .share-links li h5{
font-family: 'Open Sans', sans-serif;
color: #131313;
text-transform: capitalize;
}
.blog-details-content .news-block-one .inner-box .lower-content .tags-list li a{
color: #5b5858;
}
.blog-details-content .news-block-one .inner-box .lower-content .tags-list li a:hover{
}
.blog-details-content .news-block-one .inner-box .lower-content .share-links li{
position: relative;
display: inline-block;
font-size: 15px;
color: #5b5858;
margin-right: 15px;
}
.blog-details-content .news-block-one .inner-box .lower-content .share-links li:last-child{
margin: 0px !important;
}
.blog-details-content .news-block-one .inner-box .lower-content .share-links li a{
color: #5b5858;
}
.blog-details-content .news-block-one .inner-box .lower-content .share-links li a:hover{
}
.blog-details-content .news-block-one .inner-box .lower-content .post-tags{
margin-bottom: 4px;
}
.blog-details-content .news-block-one .inner-box .lower-content{
padding-bottom: 22px;
}
.blog-details-content .author-box{
position: relative;
display: block;
background: #fbf8f2;
padding: 49px 25px 51px 40px;
min-height: 294px;
margin-bottom: 60px;
}
.blog-details-content .author-box .author-thumb{
position: absolute;
left: 35px;
top: 40px;
width: 210px;
height: 213px;
}
.blog-details-content .author-box .author-thumb img{
width: 100%;
}
.blog-details-content .author-box .inner{
position: relative;
padding-left: 230px;
}
.blog-details-content .author-box .inner h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
}
.blog-details-content .author-box .inner p{
position: relative;
margin-bottom: 14px;
}
.blog-details-content .author-box .inner .social-links li{
position: relative;
display: inline-block;
margin-right: 13px;
}
.blog-details-content .author-box .inner .social-links li:last-child{
margin: 0px !important;
}
.blog-details-content .author-box .inner .social-links li a{
position: relative;
display: inline-block;
font-size: 15px;
color: #696969;
}
.blog-details-content .author-box .inner .social-links li a:hover{
}
.blog-details-content .comment-box{
position: relative;
display: block;
border: 2px solid #ebebeb;
padding: 51px 40px 56px 40px;
margin-bottom: 60px;
}
.blog-details-content .group-title{
position: relative;
display: block;
margin-bottom: 28px;
}
.blog-details-content .group-title h3{
font-size: 24px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;
}
.blog-details-content .comment-box .comment{
position: relative;
padding-left: 130px;
margin-bottom: 35px;
}
.blog-details-content .comment-box .comment.replay-comment{
margin-left: 60px;
}
.blog-details-content .comment-box .comment:last-child{
margin-bottom: 0px;
}
.blog-details-content .comment-box .comment .thumb-box{
position: absolute;
left: 0px;
top: 15px;
width: 100px;
height: 100px;
border-radius: 50%;
}
.blog-details-content .comment-box .comment .thumb-box img{
width: 100%;
border-radius: 50%;
}
.blog-details-content .comment-box .comment .comment-info h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
margin-bottom: 8px;
}
.blog-details-content .comment-box .comment .comment-info h5 span{
font-size: 13px;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
color: #5b5858;
margin-left: 25px;
}
.blog-details-content .comment-box .comment p{
margin-bottom: 7px;
}
.blog-details-content .comment-box .comment .reply-btn{
position: relative;
display: inline-block;
font-size: 18px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
}
.blog-details-content .comment-box .comment .reply-btn i{
margin-left: 20px;
color: #616161;
font-size: 20px;
top: 2px;
font-weight: 400;
position: relative;
transition: all 500ms ease;
}
.blog-details-content .comment-box .comment .reply-btn:hover{
}
.blog-details-content .comment-box .comment .reply-btn:hover i{
}
.blog-details-content .comments-form-area{
position: relative;
display: block;
border: 2px solid #ebebeb;
padding: 51px 40px 60px 40px;
}
.blog-details-content .comments-form-area .comment-form .form-group{
position: relative;
margin-bottom: 20px;
}
.blog-details-content .comments-form-area .comment-form .form-group input[type='text'],
.blog-details-content .comments-form-area .comment-form .form-group input[type='email'],
.blog-details-content .comments-form-area .comment-form .form-group textarea{
position: relative;
width: 100%;
height: 70px;
border: 1px solid #dbdbdb;
font-size: 15px;
font-weight: 600;
color: #5b5858;
padding: 10px 50px 10px 20px;
transition: all 500ms ease;
}
.blog-details-content .comments-form-area .comment-form .form-group textarea{
resize: none;
height: 170px;
display: block;
}
.blog-details-content .comments-form-area .comment-form .form-group input:focus,
.blog-details-content .comments-form-area .comment-form .form-group textarea:focus{
}
.blog-details-content .comments-form-area .comment-form .form-group i{
position: absolute;
top: 27px;
right: 30px;
font-size: 14px;
z-index: 1;
}
.blog-details-content .comments-form-area .group-title{
margin-bottom: 34px;
}
/***
====================================================================
Contact-Page
====================================================================
***/
.contact-section{
position: relative;
}
.contact-section .contact-info-box .text{
position: relative;
margin-bottom: 28px;
}
.contact-section .contact-info-box .info-list li{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
color: #666666;
font-weight: 600;
padding-left: 35px;
margin-bottom: 18px;
}
.contact-section .contact-info-box .info-list li:last-child{
margin-bottom: 0px;
}
.contact-section .contact-info-box .info-list li a{
display: inline-block;
color: #666666;
}
.contact-section .contact-info-box .info-list li i{
position: absolute;
left: 0px;
top: 4px;
font-size: 18px;
}
.contact-section .contact-info-box .info-list li a:hover{
}
.contact-section .contact-info-box .info-list{
margin-bottom: 57px;
}
.contact-section .contact-info-box .social-links li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
}
.contact-section .contact-info-box .social-links li:last-child{
margin: 0px !important;
}
.contact-section .contact-info-box .social-links li a{
position: relative;
display: inline-block;
font-size: 15px;
color: #5b5858;
width: 45px;
height: 45px;
line-height: 40px;
border: 3px solid #e2e2e2;
border-radius: 50%;
text-align: center;
}
.contact-section .contact-info-box .social-links li a:hover{
color: #fff;
}
.contact-section .contact-info-box{
position: relative;
margin-right: 10px;
}
.contact-section .contact-info-box .sec-title{
margin-bottom: 45px;
}
.contact-section .form-inner .default-form .form-group input[type='text'],
.contact-section .form-inner .default-form .form-group input[type='email'],
.contact-section .form-inner .default-form .form-group textarea{
position: relative;
width: 100%;
height: 50px;
border: 1px solid #dbdbdb;
font-size: 15px;
font-weight: 600;
color: #5b5858;
padding: 10px 20px;
transition: all 500ms ease;
}
.contact-section .form-inner .default-form .form-group textarea{
resize: none;
height: 150px;
display: block;
}
.contact-section .form-inner .default-form .form-group input:focus,
.contact-section .form-inner .default-form .form-group textarea:focus{
}
.contact-section .form-inner .default-form .form-group{
position: relative;
margin-bottom: 34px;
}
.contact-section .form-inner .default-form .form-group:last-child{
margin-bottom: 0px;
}
.contact-section .form-inner .default-form .form-group label{
position: relative;
display: block;
font-size: 16px;
line-height: 24px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
margin-bottom: 8px;
color: #131313;
}
.contact-section .form-inner{
position: relative;
margin-right: 50px;
}
.contact-section .form-inner .sec-title{
margin-bottom: 28px;
}
.google-map-section{
position: relative;
width: 100%;
}
.google-map-section #contact-google-map{
position: relative;
width: 100%;
height: 750px;
}
.mb-30{
margin-bottom: 30px;
}
.white-bg{
background: #fff !important;
}
.mr-0{
margin: 0px !important;
} | assets/css/style.css | /***
====================================================================
Reset
====================================================================
***/
* {
margin:0px;
padding:0px;
border:none;
outline:none;
}
/***
====================================================================
Global Settings
====================================================================
***/
body {
font-size:15px;
color:#5b5858;
line-height:28px;
font-weight:400;
background:#ffffff;
font-family: 'Open Sans', sans-serif;
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
-webkit-font-smoothing: antialiased;
}
@media (min-width:1200px) {
.container {
max-width: 1170px;
padding: 0px 15px;
}
}
.large-container{
max-width: 1540px;
padding: 0px 15px;
margin: 0 auto;
}
.container-fluid{
padding: 0px;
}
.auto-container{
position:static;
max-width:1200px;
padding:0px 15px;
margin:0 auto;
}
.small-container{
max-width:680px;
margin:0 auto;
}
.boxed_wrapper{
position: relative;
margin: 0 auto;
overflow: hidden !important;
width: 100%;
min-width: 300px;
}
a{
text-decoration:none;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
a:hover{
text-decoration:none;
outline:none;
}
input,button,select,textarea{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 16px;
}
ul,li{
list-style:none;
padding:0px;
margin:0px;
}
input{
transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
outline: none;
box-shadow: none;
transition: all 500ms ease;
}
p{
position: relative;
font-family: 'Open Sans', sans-serif;
color: #5b5858;
font-weight: 400;
margin: 0px;
transition: all 500ms ease;
}
h1,h2,h3,h4,h5,h6{
position:relative;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 400;
color: #131313;
margin: 0px;
transition: all 500ms ease;
}
/* Preloader */
.handle-preloader {
align-items: center;
-webkit-align-items: center;
display: flex;
display: -ms-flexbox;
height: 100%;
justify-content: center;
-webkit-justify-content: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 99999;
background: #fff;
}
.preloader-close{
position: fixed;
z-index: 999999;
font-size: 14px;
line-height: 30px;
color: #fff;
padding: 5px 20px;
cursor: pointer;
right: 0;
bottom: 0;
font-weight: 600;
}
.handle-preloader .animation-preloader {
position: absolute;
z-index: 100;
}
.handle-preloader .animation-preloader .spinner{
animation: spinner 1s infinite linear;
border-radius: 50%;
height: 150px;
margin: 0 auto 45px auto;
width: 150px;
}
.handle-preloader .animation-preloader .txt-loading {
text-align: center;
user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
animation: letters-loading 4s infinite;
content: attr(data-text-preloader);
left: 0;
opacity: 0;
top:0;
position: absolute;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
letter-spacing: 15px;
display: inline-block;
position: relative;
font-size: 70px;
line-height: 70px;
text-transform: uppercase;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
background-color: #ffffff;
height: 100%;
position: fixed;
top: 0;
width: calc(50% + 1px);
}
.preloader .loaded .animation-preloader {
opacity: 0;
transition: 0.3s ease-out;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
color: #b73604;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
color: #b73604;
}
.handle-preloader .animation-preloader .spinner{
border: 3px solid #b73604;
border-top-color: rgba(183, 54, 4, 0.3);
}
/* Animación del preloader */
@keyframes spinner {
to {
transform: rotateZ(360deg);
}
}
@keyframes letters-loading {
0%,
75%,
100% {
opacity: 0;
transform: rotateY(-90deg);
}
25%,
50% {
opacity: 1;
transform: rotateY(0deg);
}
}
@media screen and (max-width: 767px) {
.handle-preloader .animation-preloader .spinner {
height: 8em;
width: 8em;
}
}
@media screen and (max-width: 500px) {
.handle-preloader .animation-preloader .spinner {
height: 7em;
width: 7em;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
.centred{
text-align: center;
}
.pull-left{
float: left;
}
.pull-right{
float: right;
}
figure{
margin: 0px;
}
img {
display: inline-block;
max-width: 100%;
height: auto;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
}
/** button **/
.theme-btn-one{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #fff !important;
text-align: center;
padding: 17px 45px;
text-transform: uppercase;
z-index: 1;
}
.theme-btn-one:before{
position: absolute;
content: '';
width: 0%;
height: 100%;
background: #131313;
left: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.theme-btn-one:hover:before{
width: 100%;
}
.theme-btn-two{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #fff !important;
text-align: center;
padding: 17px 45px;
text-transform: uppercase;
z-index: 1;
}
.theme-btn-two:before{
position: absolute;
content: '';
width: 0%;
height: 100%;
background: #131313;
left: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.theme-btn-two:hover:before{
width: 100%;
}
.pagination{
position: relative;
display: block;
}
.pagination li{
display: inline-block;
margin: 0px 12px;
}
.pagination li a{
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 700;
font-family: 'Open Sans Condensed', sans-serif;
height: 60px;
width: 60px;
line-height: 60px;
background: #faf4ec;
text-align: center;
color: #5b5858;
border-radius: 50%;
z-index: 1;
transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.current{
color: #fff;
}
.pagination li a:before{
position: absolute;
content: '';
border: 2px solid #ececec;
border-radius: 50%;
top: -10px;
left: -10px;
width: 80px;
height: 80px;
}
.sec-pad{
padding: 125px 0px 130px 0px;
}
.sec-pad-2{
padding: 130px 0px !important;
}
.mr-0{
margin: 0px !important;
}
.scroll-top{
width: 75px;
height: 75px;
line-height: 75px;
position: fixed;
bottom: 105%;
right: 30px;
font-size: 24px;
z-index: 99;
color: #ffffff;
font-weight: 400;
border-radius: 50%;
text-align: center;
cursor: pointer;
transition: 1s ease;
}
.scroll-top.open {
bottom: 50px;
}
.scroll-top span{
color: #fff;
}
.sec-title{
position: relative;
display: block;
margin-bottom: 70px;
}
.sec-title.centred,
.centred .sec-title{
text-align: center !important;
}
.sec-title p{
position: relative;
display: block;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
line-height: 26px;
font-weight: 600;
margin-bottom: 11px;
}
.sec-title h2{
position: relative;
display: block;
font-size: 50px;
line-height: 50px;
font-weight: 700;
text-transform: uppercase;
margin: 0px;
}
.sec-title.light h2{
color: #fff;
}
/***
====================================================================
Home-Page-One
====================================================================
***/
/** main-header **/
.main-header{
position:relative;
left:0px;
top:0px;
z-index:999;
width:100%;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sticky-header{
position:fixed;
opacity:0;
visibility:hidden;
left:0px;
top:0px;
width:100%;
z-index:0;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.fixed-header .sticky-header{
z-index:999;
opacity:1;
visibility:visible;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
/** header-lower **/
.main-header.style-one .header-lower{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
}
.main-header .outer-box {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0px 70px;
}
.main-header .logo-box{
position: relative;
padding: 5px 0px;
}
.main-header .menu-area{
z-index: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.main-header .nav-right-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main-header .menu-right-content{
position: relative;
display: inline-block;
margin-left: 17px;
}
.main-header .menu-right-content li{
position: relative;
display: inline-block;
margin: 0px 14px;
}
.main-header .menu-right-content li.cart-btn a{
position: relative;
display: inline-block;
font-size: 15px;
color: #fff;
line-height: 30px;
}
.main-header .menu-right-content li.cart-btn a span{
position: absolute;
top: -16px;
right: -9px;
}
.main-header .menu-right-content li.like-btn a{
position: relative;
display: inline-block;
font-size: 15px;
color: #fff;
line-height: 30px;
}
.main-header .nav-right-content .social-links li{
position: relative;
display: inline-block;
margin-right: 15px;
}
.main-header .nav-right-content .social-links li:last-child{
margin: 0px !important;
}
.main-header .nav-right-content .social-links li a{
display: inline-block;
font-size: 15px;
color: #fff;
}
.main-header .nav-right-content .nav-box{
position: relative;
display: inline-block;
margin-left: 30px;
}
.main-header .nav-right-content .nav-box button{
position: relative;
display: inline-block;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
padding: 0px 12px;
background: #fff;
border-radius: 10px;
}
.main-header .nav-right-content .nav-box button .bar{
position: relative;
display: block;
width: 100%;
height: 3px;
background: #333333;
margin: 7px 0px;
}
/** search box btn **/
.main-header .search-box-outer {
top: 1px;
}
.main-header .search-box-btn{
position: relative;
font-size: 15px;
line-height: 30px;
text-align: center;
font-weight: 400;
color: #fff;
cursor: pointer;
display: inline-block;
background: transparent;
transition: all 500ms ease;
}
.main-header .search-box-btn:hover{
}
.main-header .search-box-outer .dropdown-menu {
top: 54px !important;
padding: 0px;
width: 330px;
border-radius: 0px;
background: #ffffff;
right: 0;
left: auto !important;
transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
border-color: transparent;
border-radius: 3px;
box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
transition: .5s ease;
display: block;
opacity: 0;
visibility: hidden;
}
.main-header .search-box-outer .show .dropdown-menu {
display: block;
transform: scale3d(1,1,1)!important;
opacity: 1;
visibility: visible;
}
.main-header .search-panel .form-container{
padding: 30px;
}
.main-header .search-panel .form-group {
position: relative;
margin: 0px;
}
.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
display: block;
width: 100%;
line-height: 24px;
padding: 9px 50px 9px 15px;
height: 50px;
border: 1px solid #f3f5fe;
border-radius: 3px;
background: #f3f5fe;
}
.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
border-color: #f3f5fe;
}
.main-header .search-panel .search-btn {
position: absolute;
right: 1px;
top: 1px;
width: 50px;
height: 48px;
text-align: center;
color: #111111;
background: #f3f5fe;
font-size: 14px;
border-radius: 0px 3px 3px 0px;
cursor: pointer;
}
.dropdown-toggle::after {
display: none;
}
/** xs-sidebar **/
.xs-sidebar-group .xs-overlay{
left:0%;
top:0;
position:fixed;
height:100%;
opacity:0;
width:100%;
visibility:hidden;
-webkit-transition:all .4s ease-in .8s;
-o-transition:all .4s ease-in .8s;
transition:all .4s ease-in .8s;
cursor:url(../images/icons/cross-out.png),
pointer;
z-index: 999999;
}
.xs-sidebar-group.isActive .xs-overlay{
opacity:.8;
visibility:visible;
-webkit-transition:all .8s ease-out 0s;
-o-transition:all .8s ease-out 0s;
transition:all .8s ease-out 0s;
right:100%;
}
.xs-sidebar-group .widget-heading{
position:absolute;
top:0;
right:0;
padding:25px;
}
.xs-sidebar-group .widget-heading a{
color: #131313;
font-size: 20px;
font-weight: 400;
}
.xs-sidebar-group .widget-heading a:hover{
}
.xs-sidebar-widget{
position:fixed;
left:-100%;
top:0;
bottom:0;
width:100%;
max-width:360px;
z-index:999999;
overflow:hidden;
overflow-y:auto;
-webkit-overflow-scrolling:touch;
background-color:#fff;
-webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
-o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
visibility:hidden;
opacity:0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget{
opacity:1;
visibility:visible;
left:0;
-webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
-o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget{
padding: 70px 30px;
}
.sidebar-widget-container{
position:relative;
top:150px;
opacity:0;
visibility:hidden;
-webkit-transition:all .3s ease-in .3s;
-o-transition:all .3s ease-in .3s;
transition:all .3s ease-in .3s;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container{
top:0px;
opacity:1;
visibility:visible;
-webkit-transition:all 1s ease-out 1.2s;
-o-transition:all 1s ease-out 1.2s;
transition:all 1s ease-out 1.2s;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
.xs-overlay{
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
opacity:.5;
z-index:0;
}
.xs-bg-black{
background-color:#131313;
}
.xs-sidebar-group .content-inner .logo{
position: relative;
max-width: 172px;
width: 100%;
margin-bottom: 30px;
}
.xs-sidebar-group .content-inner h4{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin-bottom: 15px;
}
.xs-sidebar-group .content-inner .content-box{
margin-bottom: 30px;
padding-right: 15px;
}
.xs-sidebar-group .content-inner .content-box p{
color: #848484;
}
.xs-sidebar-group .content-inner .form-inner .form-group{
position: relative;
margin-bottom: 20px;
}
.xs-sidebar-group .content-inner .form-inner .form-group:last-child{
margin-bottom: 0px;
}
.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 50px;
border: 1px solid #e5e5e5;
font-size: 15px;
padding: 10px 20px;
color: #848484;
transition: all 500ms ease;
}
.xs-sidebar-group .content-inner .form-inner .form-group textarea{
resize: none;
height: 120px;
}
.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus{
border-color: #00224f;
}
/** main-menu **/
.main-menu{
float: left;
}
.main-menu .navbar-collapse{
padding:0px;
display:block !important;
}
.main-menu .navigation{
margin:0px;
}
.main-menu .navigation > li{
position:inherit;
float:left;
z-index:2;
padding: 52px 0px 52px 0px;
margin: 0px 22px;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}
.main-menu .navigation > li:last-child{
margin-right:0px !important;
}
.main-menu .navigation > li:first-child{
margin-left: 0px !important;
}
.main-menu .navigation > li > a{
position:relative;
display:block;
text-align:center;
font-size:15px;
line-height:30px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight:700;
opacity:1;
color:#fff;
z-index:1;
text-transform: uppercase;
letter-spacing: 1px;
-webkit-transition:all 500ms ease;
-moz-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
position:absolute;
left: inherit;
top:100%;
width:250px;
z-index:100;
display:none;
opacity: 0;
visibility: hidden;
background: #131313;
padding: 10px 0px;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.main-menu .navigation > li > ul.from-right{
left:auto;
right:0px;
}
.main-menu .navigation > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
-webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
.main-menu .navigation > li:hover > ul > li{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.main-menu .navigation > li > ul > li:nth-child(2n+1) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+3) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+4) {
-webkit-transition-delay: 0.25s;
transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+5) {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+6) {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+7) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.main-menu .navigation > li > ul > li:nth-child(2n+8) {
-webkit-transition-delay: 0.45s;
transition-delay: 0.45s;
}
.main-menu .navigation > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
position:relative;
display:block;
padding:14px 0px;
line-height:24px;
font-weight:600;
font-size:15px;
font-family: 'Open Sans Condensed', sans-serif;
text-transform:capitalize;
color:#fff;
border-bottom: 1px solid rgba(255,255,255,0.1);
text-align: left;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
}
.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
border-bottom: none;
}
.main-menu .navigation > li > ul > li > a:hover{
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
font-family: 'Font Awesome 5 Pro';
content: "\f105";
position:absolute;
right:20px;
top:14px;
display:block;
line-height:24px;
font-size:16px;
font-weight:800;
text-align:center;
z-index:5;
}
.main-menu .navigation > li > ul > li > ul{
position:absolute;
right:100%;
top:0%;
width:230px;
z-index:100;
display:none;
background: #131313;
padding: 10px 0px;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.main-menu .navigation > li > ul > li > ul.from-right{
left:auto;
right:0px;
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
-webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
.main-menu .navigation > li > ul > li:hover > ul > li{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
-webkit-transition-delay: 0.25s;
transition-delay: 0.25s;
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none;
}
.main-menu .navigation > li > ul > li > ul > li > a{
position:relative;
display:block;
padding:14px 0px;
line-height:24px;
font-weight:600;
font-size:15px;
font-family: 'Open Sans Condensed', sans-serif;
text-transform:capitalize;
color:#fff;
border-bottom: 1px solid rgba(255,255,255,0.1);
text-align: left;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a{
border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover{
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
font-family: 'Font Awesome 5 Pro';
content: "\f105";
position:absolute;
right:20px;
top:12px;
display:block;
line-height:24px;
font-size:16px;
font-weight:900;
z-index:5;
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
visibility:visible;
opacity:1;
filter: alpha(opacity=100);
top: 99%;
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
filter: alpha(opacity=100);
top: 0%;
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.main-menu .navigation li.dropdown .dropdown-btn{
position:absolute;
right:-32px;
top:66px;
width:34px;
height:30px;
text-align:center;
font-size:18px;
line-height:26px;
color:#3b3b3b;
cursor:pointer;
display: none;
z-index:5;
transition: all 500ms ease;
}
.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
display: none;
}
.menu-area .mobile-nav-toggler {
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
color: #3786ff;
display: none;
}
.menu-area .mobile-nav-toggler .icon-bar{
position: relative;
height: 2px;
width: 30px;
display: block;
margin-bottom: 5px;
background-color: #3b3b3b;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child{
margin-bottom: 0px;
}
.main-header .sticky-header .logo-box{
padding: 5px 0px;
}
.main-header .sticky-header .main-menu .navigation > li{
padding: 25px 0px !important;
}
/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu{
position: absolute;
width: 100%;
padding: 30px 50px;
left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4{
font-weight: 700;
padding: 3px 0px;
color: #fff;
}
/** mobile-menu **/
.nav-outer .mobile-nav-toggler{
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
color:#3786ff;
display: none;
}
.mobile-menu{
position: fixed;
right: 0;
top: 0;
width: 300px;
padding-right:30px;
max-width:100%;
height: 100%;
opacity: 0;
visibility: hidden;
z-index: 999999;
}
.mobile-menu .navbar-collapse{
display:block !important;
}
.mobile-menu .nav-logo{
position:relative;
padding:50px 25px;
text-align:left;
padding-bottom: 100px;
}
.mobile-menu-visible{
overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
opacity: 1;
visibility: visible;
}
.mobile-menu .menu-backdrop{
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
-webkit-transform: translateX(101%);
-ms-transform: translateX(101%);
transform: translateX(101%);
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
opacity: 0.70;
visibility: visible;
-webkit-transition:all 0.7s ease;
-moz-transition:all 0.7s ease;
-ms-transition:all 0.7s ease;
-o-transition:all 0.7s ease;
transition:all 0.7s ease;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.mobile-menu .menu-box{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: auto;
background: #202020;
padding: 0px 0px;
z-index: 5;
opacity: 0;
visibility: hidden;
border-radius: 0px;
-webkit-transform: translateX(101%);
-ms-transform: translateX(101%);
transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
opacity: 1;
visibility: visible;
-webkit-transition:all 0.7s ease;
-moz-transition:all 0.7s ease;
-ms-transition:all 0.7s ease;
-o-transition:all 0.7s ease;
transition:all 0.7s ease;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.mobile-menu .close-btn{
position: absolute;
right: 25px;
top: 10px;
line-height: 30px;
width: 24px;
text-align: center;
font-size: 16px;
color: #ffffff;
cursor: pointer;
z-index: 10;
-webkit-transition:all 0.9s ease;
-moz-transition:all 0.9s ease;
-ms-transition:all 0.9s ease;
-o-transition:all 0.9s ease;
transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
-webkit-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
.mobile-menu .navigation{
position: relative;
display: block;
width: 100%;
float: none;
}
.mobile-menu .navigation li{
position: relative;
display: block;
border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
position: relative;
display: block;
line-height: 24px;
padding: 10px 25px;
font-size: 15px;
font-weight: 500;
color: #ffffff;
text-transform: uppercase;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mobile-menu .navigation li ul li > a{
font-size: 16px;
margin-left: 20px;
text-transform: capitalize;
}
.mobile-menu .navigation li > a:before{
content:'';
position:absolute;
left:0;
top:0;
height:0;
border-left:5px solid #fff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before{
height:100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
position:absolute;
right:6px;
top:6px;
width:32px;
height:32px;
text-align:center;
font-size:16px;
line-height:32px;
color:#ffffff;
background:rgba(255,255,255,0.10);
cursor:pointer;
border-radius:2px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
background:#fff;
color: #3b3b3b;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
display: none;
}
.mobile-menu .social-links{
position:relative;
padding:0px 25px;
}
.mobile-menu .social-links li{
position:relative;
display:inline-block;
margin:0px 10px 10px;
}
.mobile-menu .social-links li a{
position:relative;
line-height:32px;
font-size:16px;
color:#ffffff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover{
}
div#mCSB_1_container{
top: 0px !important;
}
.mobile-menu .contact-info {
position: relative;
padding: 120px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
position: relative;
font-size: 20px;
color: #ffffff;
font-weight: 700;
margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
position: relative;
display: block;
font-size: 15px;
color: rgba(255,255,255,0.80);
margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a{
color: rgba(255,255,255,0.80);
}
.mobile-menu .contact-info ul li a:hover{
}
.mobile-menu .contact-info ul li:last-child{
margin-bottom: 0px;
}
/** banner-section **/
.banner-section{
position: relative;
overflow: hidden;
background-color: #fef6ef;
}
.banner-carousel{
position: relative;
}
.banner-carousel .slide-item{
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 285px 0px 340px 0px;
}
.banner-carousel .content-inner{
position: relative;
display: block;
width: 100%;
}
.banner-carousel .image{
position: absolute;
bottom: -100px;
right: -135px;
opacity: 0;
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-ms-transform: translateX(100px);
-o-transform: translateX(100px);
transform: translateX(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .active .image{
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition-delay: 1000ms;
-moz-transition-delay: 1000ms;
-ms-transition-delay: 1000ms;
-o-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.banner-carousel .slide-item .image-layer{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
-webkit-transition: all 6000ms linear;
-moz-transition: all 6000ms linear;
-ms-transition: all 6000ms linear;
-o-transition: all 6000ms linear;
transition: all 6000ms linear;
}
.banner-carousel .content-box{
position: relative;
display: block;
max-width: 660px;
z-index:5;
}
.banner-carousel .content-box h1{
position: relative;
display: block;
color: #fff;
font-size: 130px;
line-height: 135px;
margin-bottom: 55px;
font-weight: 700;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .active .content-box h1{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 700ms;
-moz-transition-delay: 700ms;
-ms-transition-delay: 700ms;
-o-transition-delay: 700ms;
transition-delay: 700ms;
}
.banner-carousel .content-box h2{
position: relative;
display: block;
color: #fff;
font-size: 35px;
line-height: 45px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
margin-bottom: 40px;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .active .content-box h2{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1000ms;
-moz-transition-delay: 1000ms;
-ms-transition-delay: 1000ms;
-o-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.banner-carousel .content-box .btn-box{
position: relative;
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .active .content-box .btn-box{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1300ms;
-moz-transition-delay: 1300ms;
-ms-transition-delay: 1300ms;
-o-transition-delay: 1300ms;
transition-delay: 1300ms;
}
.banner-carousel .theme-btn-one{
margin-right: 11px;
}
.banner-btn-one{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313 !important;
text-align: center;
background: #fff;
padding: 17px 43px;
text-transform: uppercase;
z-index: 1;
}
.banner-btn-one:hover{
color: #fff !important;
}
.banner-btn-one:before{
position: absolute;
content: '';
width: 0%;
height: 100%;
left: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.banner-btn-one:hover:before{
width: 100%;
}
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
display: none !important;
}
.banner-section.style-one .banner-carousel .owl-nav .owl-prev{
position: absolute;
left: 50px;
top: 50%;
transform: translateY(-50%);
width: 60px;
height: 60px;
background: #fff;
text-align: center;
line-height: 60px;
font-size: 20px;
color: #131313;
cursor: pointer;
border-radius: 50%;
transition: all 500ms ease;
}
.banner-section.style-one .banner-carousel .owl-nav .owl-next{
position: absolute;
right: 50px;
top: 50%;
transform: translateY(-50%);
width: 60px;
height: 60px;
background: #fff;
text-align: center;
line-height: 60px;
font-size: 20px;
color: #131313;
cursor: pointer;
border-radius: 50%;
transition: all 500ms ease;
}
.banner-section.style-one .banner-carousel .owl-nav .owl-prev:hover,
.banner-section.style-one .banner-carousel .owl-nav .owl-next:hover{
color: #fff;
}
/** feature-section **/
.feature-section{
position: relative;
padding: 125px 0px 120px 0px;
}
.feature-section .sec-title{
margin-bottom: 75px;
}
.feature-section .image-layer{
position: absolute;
left: 35px;
top: -220px;
z-index: 1;
-webkit-animation: zoom-fade 6s infinite linear;
animation: zoom-fade 6s infinite linear;
}
.feature-section .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
}
.feature-block-one .inner-box{
position: relative;
padding: 0px 35px;
}
.feature-block-one .inner-box .image-box{
position: relative;
min-height: 132px;
margin-bottom: 25px;
}
.feature-block-one .inner-box .image-box img{
display: inline-block;
transition: all 500ms ease;
}
.feature-block-one .inner-box:hover .image-box img{
transform: scale(1.1);
}
.feature-block-one .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 14px;
}
.feature-block-one .inner-box p{
margin-bottom: 17px;
}
.feature-block-one .inner-box a{
position: relative;
display: inline-block;
font-size: 30px;
line-height: 30px;
color: #131313;
}
.feature-block-one .inner-box a:hover{
}
/** about-section **/
.about-section{
position: relative;
padding: 130px 0px;
}
.image_block_1 .image-box{
position: relative;
display: inline-block;
width: 788px;
height: 788px;
line-height: 730px;
background: #fef6ef;
border-radius: 50%;
overflow: hidden;
text-align: center;
}
.about-section .image_block_1 .image-box{
margin: 0px -11px 0px -107px;
}
.content_block_1 .content-box{
position: relative;
display: block;
}
.about-section .content_block_1 .content-box{
margin-left: 70px;
}
.content_block_1 .content-box .year-box{
position: relative;
margin-bottom: 31px;
}
.content_block_1 .content-box .text{
margin-bottom: 36px;
}
.content_block_1 .content-box .sec-title{
margin-bottom: 25px;
}
.about-section .image-layer{
position: absolute;
top: 0px;
right: 135px;
}
.float-bob-y {
animation-name: float-bob-y;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-y;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-y;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-y;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-y;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.float-bob-x{
animation-name: float-bob-x;
animation-duration: 15s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob-x;
-webkit-animation-duration: 15s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob-x;
-moz-animation-duration: 15s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob-x;
-ms-animation-duration: 15s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob-x;
-o-animation-duration: 15s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.rotate-me {
animation-name: rotateme;
animation-duration: 30s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 30s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 30s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 30s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 30s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
/** shop-section **/
.shop-section{
position: relative;
padding: 125px 0px 130px 0px;
}
.shop-section .pattern-layer{
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 811px;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.shop-block-one .inner-box{
position: relative;
display: block;
background: #fff;
}
.shop-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.shop-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.shop-block-one .inner-box:hover .image-box img{
transform: scale(1.1);
}
.shop-block-one .inner-box .lower-content{
position: relative;
padding-bottom: 33px;
}
.shop-block-one .inner-box .lower-content .rating li{
position: relative;
display: inline-block;
font-size: 12px;
line-height: 12px;
}
.shop-block-one .inner-box .lower-content .rating{
position: relative;
margin-bottom: 2px;
}
.shop-block-one .inner-box .lower-content h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 3px;
}
.shop-block-one .inner-box .lower-content h5 a{
display: inline-block;
color: #131313;
}
.shop-block-one .inner-box .lower-content h5 a:hover{
}
.shop-block-one .inner-box .lower-content .price{
position: relative;
display: block;
font-size: 15px;
line-height: 26px;
font-weight: 700;
}
.shop-section .more-btn{
position: relative;
margin-top: 60px;
}
/** chooseus-section **/
.chooseus-section{
position: relative;
padding: 20px 0px 100px 0px;
}
.content_block_2 .content-box .text{
position: relative;
margin-bottom: 27px;
}
.content_block_2 .content-box .inner-box .single-item{
position: relative;
padding: 0px 10px 0px 100px;
margin-bottom: 43px;
min-height: 87px;
}
.content_block_2 .content-box .inner-box .single-item:last-child{
margin-bottom: 0px;
}
.content_block_2 .content-box .inner-box .single-item .icon-box{
position: absolute;
left: 0px;
top: 7px;
width: 80px;
height: 80px;
line-height: 80px;
background: #f8ebe5;
font-size: 40px;
color: #131313;
text-align: center;
border-radius: 50%;
z-index: 1;
transition: all 500ms ease;
}
.content_block_2 .content-box .inner-box .single-item:hover .icon-box{
color: #fff;
}
.content_block_2 .content-box .inner-box .single-item .icon-box:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
left: 0px;
top: 0px;
right: 0px;
transform: scale(0,0);
z-index: -1;
transition: all 500ms ease;
}
.content_block_2 .content-box .inner-box .single-item:hover .icon-box:before{
transform: scale(1,1);
}
.content_block_2 .content-box .inner-box .single-item h5{
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.content_block_2 .content-box .sec-title{
margin-bottom: 35px;
}
.chooseus-section .image-box{
position: relative;
display: block;
margin: 35px -180px 0px 20px;
}
.chooseus-section .image-box img{
width: 100%;
}
.chooseus-section .image-box:before{
position: absolute;
content: '';
border: 30px solid #faf1ed;
width: 435px;
height: 645px;
top: -53px;
right: 80px;
z-index: -1;
}
.chooseus-section .image-box .image-2{
position: absolute;
top: -170px;
right: 0px;
}
/** project-section **/
.project-section{
position: relative;
padding-top: 45px;
}
.project-section .outer-container{
position: relative;
padding: 0px 70px;
}
.project-block-one .inner-box{
position: relative;
display: block;
overflow: hidden;
margin-bottom: 30px;
}
.project-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.project-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.project-block-one .inner-box:hover .image-box img{
opacity: 0.1;
transform: scale(1.1);
}
.project-block-one .inner-box .content-box{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.project-block-one .inner-box .content-box .text{
position: relative;
padding: 15px 15px;
top: 15px;
opacity: 0;
transition: all 500ms ease;
}
.project-block-one .inner-box:hover .content-box .text{
top: 0px;
opacity: 1;
}
.project-block-one .inner-box .content-box .text h2{
font-size: 35px;
line-height: 45px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 3px;
}
.project-block-one .inner-box .content-box .text h2 a{
display: inline-block;
color: #fff;
}
.project-block-one .inner-box .content-box .text h2 a:hover{
text-decoration: underline;
}
.project-block-one .inner-box .content-box .text p{
font-size: 15px;
color: #faf1ed;
font-weight: 600;
}
.project-block-one.small-block .inner-box{
max-width: 281px;
}
.project-block-one .inner-box .link{
position: absolute;
right: 45px;
bottom: 15px;
opacity: 0;
transition: all 500ms ease;
}
.project-block-one .inner-box:hover .link{
right: 30px;
opacity: 1;
}
.project-block-one .inner-box .link a{
position: relative;
display: inline-block;
font-size: 40px;
line-height: 40px;
color: #fff;
z-index: 1;
}
.pt-90{
padding-top: 90px;
}
.mr-100{
margin-right: 100px;
}
.ml-100{
margin-left: 100px;
}
/** testimonial-section **/
.testimonial-section{
position: relative;
padding: 90px 0px 120px 0px;
}
.testimonial-block-one .inner-box{
position: relative;
display: block;
}
.testimonial-block-one .inner-box .text img{
position: relative;
display: inline-block;
margin-right: 20px;
}
.testimonial-block-one .inner-box .text p{
display: inline-block;
font-size: 18px;
line-height: 35px;
}
.testimonial-block-one .inner-box .text{
margin-bottom: 33px;
}
.testimonial-block-one .inner-box .author-info{
position: relative;
padding: 10px 0px 11px 95px;
}
.testimonial-block-one .inner-box .author-info .author-thumb{
position: absolute;
left: 0px;
top: 0px;
width: 75px;
height: 75px;
border-radius: 50%;
}
.testimonial-block-one .inner-box .author-info .author-thumb img{
width: 100%;
border-radius: 50px;
}
.testimonial-block-one .inner-box .author-info h4{
font-size: 20px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 4px;
}
.testimonial-block-one .inner-box .author-info .designation{
position: relative;
display: block;
font-size: 15px;
line-height: 24px;
font-weight: 700;
margin: 0px;
}
.testimonial-section .owl-nav{
position: absolute;
top: -130px;
right: 0px;
}
.testimonial-section .owl-nav .owl-prev{
margin-right: 10px;
}
.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
position: relative;
display: inline-block;
font-size: 20px;
color: #5b5858;
background: #f8ebe5;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
cursor: pointer;
transition: all 500ms ease;
}
.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
color: #fff;
}
.testimonial-section .owl-dots{
position: relative;
display: block;
text-align: center;
margin-top: 100px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span{
position: relative;
display: inline-block;
background: transparent;
width: 20px;
height: 20px;
border-radius: 50%;
cursor: pointer;
margin: 0px 5px;
opacity: 0.2;
transition: all 500ms ease;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover{
opacity: 1;
}
.testimonial-section .sec-title{
margin-bottom: 55px;
}
.testimonial-section .testimonial-inner{
position: relative;
}
.testimonial-section .testimonial-inner .border-shape{
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -40px;
width: 5px;
height: 380px;
background-repeat: no-repeat;
}
/** funfact-section **/
.funfact-section{
position: relative;
}
.funfact-section .outer-container{
position: relative;
max-width: 1400px;
width: 100%;
margin: 0 auto;
background: #fdf3e8;
padding: 78px 20px 80px 20px;
}
.counter-block-one .icon-box{
position: relative;
font-size: 45px;
line-height: 45px;
margin-bottom: 12px;
}
.counter-block-one .count-outer{
position: relative;
display: block;
font-size: 45px;
line-height: 50px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
margin-bottom: 6px;
}
.counter-block-one p{
font-size: 18px;
line-height: 26px;
font-weight: 600;
}
/** cta-section **/
.cta-section{
position: relative;
padding: 123px 0px 390px 0px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.cta-section:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
opacity: 0.9;
}
.cta-section .inner-box p{
font-size: 18px;
line-height: 28px;
color: #fff;
font-weight: 600;
margin-bottom: 15px;
}
.cta-section .inner-box h2{
font-size: 50px;
line-height: 50px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 34px;
}
/** news-section **/
.news-section{
position: relative;
}
.news-section .inner-container{
position: relative;
margin-top: -270px;
z-index: 1;
}
.news-block-one .inner-box{
position: relative;
display: block;
background: #fff;
}
.news-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.news-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box img{
transform: scale(1.1);
opacity: 0.2;
}
.news-block-one .inner-box .lower-content{
position: relative;
padding: 32px 40px 40px 40px;
border: 1px solid #e9e9e9;
}
.news-block-one .inner-box .lower-content h5{
position: relative;
display: block;
font-size: 18px;
line-height: 27px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 12px;
}
.news-block-one .inner-box .lower-content h5 a{
display: inline-block;
color: #131313;
}
.news-block-one .inner-box .lower-content h5 a:hover{
}
.news-block-one .inner-box .lower-content .post-info li{
position: relative;
display: inline-block;
font-size: 15px;
font-weight: 600;
color: #5b5858;
margin-right: 25px;
}
.news-block-one .inner-box .lower-content .post-info li:last-child{
margin: 0px !important;
}
.news-block-one .inner-box .lower-content .post-info li a{
color: #5b5858;
}
.news-block-one .inner-box .lower-content .post-info li a:hover{
}
.news-block-one .inner-box .lower-content .post-info li i{
margin-right: 8px;
}
.news-block-one .inner-box .lower-content .post-info{
position: relative;
margin-bottom: 15px;
}
.news-block-one .inner-box .lower-content .link a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
color: #5b5858;
font-weight: 700;
text-transform: uppercase;
border-bottom: 2px solid #5b5858;
}
.news-block-one .inner-box .lower-content .link a:hover{
}
.testimonial-section.alternat-2{
padding-top: 125px;
}
/** clients-section **/
.clients-section{
position: relative;
padding: 120px 0px;
}
.clients-section .clients-logo-box{
position: relative;
display: block;
}
.clients-section .clients-logo-box img{
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.clients-section .clients-logo-box img:hover{
opacity: 0.5;
transform: scale(0.9);
}
/** main-footer **/
.main-footer{
position: relative;
background-color: #fdf4e8;
}
.main-footer .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.footer-top{
position: relative;
padding: 80px 0px;
border-bottom: 2px solid #f2e2d1;
}
.footer-widget .widget-title{
position: relative;
display: block;
margin-bottom: 18px;
}
.footer-widget .widget-title h4{
font-size: 20px;
line-height: 28px;
font-weight: 700;
text-transform: uppercase;
}
.footer-top .links-widget .links-list li{
position: relative;
display: block;
margin-bottom: 19px;
}
.footer-top .links-widget .links-list li:last-child{
margin-bottom: 0px;
}
.footer-top .links-widget .links-list li a{
position: relative;
display: inline-block;
font-size: 15px;
line-height: 26px;
color: #333333;
font-weight: 600;
}
.footer-top .links-widget .links-list li a:hover{
}
.footer-top .contact-widget .widget-content h6{
font-size: 15px;
line-height: 25px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
}
.footer-top .contact-widget .social-links{
position: relative;
margin-bottom: 12px;
}
.footer-top .contact-widget .social-links li{
position: relative;
display: inline-block;
margin-right: 15px;
}
.footer-top .contact-widget .social-links li:last-child{
margin: 0px !important;
}
.footer-top .contact-widget .social-links li a{
position: relative;
display: inline-block;
font-size: 15px;
color: #5b5858;
}
.footer-top .contact-widget .social-links li a:hover{
}
.footer-top .contact-widget .call-box p{
position: relative;
display: block;
font-size: 15px;
line-height: 26px;
font-weight: 600;
}
.footer-top .contact-widget .call-box p a{
display: inline-block;
color: #5b5858;
}
.footer-top .contact-widget .call-box p a:hover{
}
.footer-top .contact-widget .call-box p i{
position: relative;
margin-right: 8px;
font-weight: 500;
}
.footer-top .contact-widget{
margin-right: 70px;
}
.footer-top .post-widget .post-inner .post{
position: relative;
padding: 2px 0px 4px 110px;
margin-bottom: 20px;
min-height: 80px;
}
.footer-top .post-widget .post-inner .post:last-child{
margin-bottom: 0px;
}
.footer-top .post-widget .post-inner .post .post-thumb{
position: absolute;
left: 0px;
top: 0px;
width: 90px;
height: 80px;
}
.footer-top .post-widget .post-inner .post .post-thumb img{
width: 100%;
transition: all 500ms ease;
}
.footer-top .post-widget .post-inner .post:hover .post-thumb img{
opacity: 0.2;
}
.footer-top .post-widget .post-inner .post h6{
position: relative;
display: block;
font-size: 15px;
line-height: 25px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0px;
}
.footer-top .post-widget .post-inner .post h6 a{
display: inline-block;
color: #131313;
}
.footer-top .post-widget .post-inner .post h6 a:hover{
}
.footer-top .post-widget{
margin-left: -30px;
}
.footer-top .post-widget .post-inner .post .post-date{
position: relative;
display: block;
font-size: 14px;
line-height: 24px;
font-weight: 600;
text-transform: uppercase;
}
.footer-top .post-widget .widget-title{
margin-bottom: 26px;
}
.main-footer .image-layer .image-1{
position: absolute;
left: 50px;
top: 0px;
}
.main-footer .image-layer .image-2{
position: absolute;
right: 30px;
top: 0px;
}
.footer-bottom{
position: relative;
padding: 25px 0px;
}
.footer-bottom .text p{
font-size: 15px;
}
.footer-bottom .text p a{
}
.footer-bottom .text p a:hover{
text-decoration: underline;
}
/***
====================================================================
Home-Page-Two
====================================================================
***/
.main-header.style-two{
position: relative;
background: #fff;
}
.main-header.style-two .header-lower .main-menu .navigation > li > a,
.main-header.style-two .header-lower .search-box-btn,
.main-header.style-two .header-lower .menu-right-content li.cart-btn a,
.main-header.style-two .header-lower .menu-right-content li.like-btn a{
color: #131313;
}
.main-header.style-two .header-lower .menu-right-content li.cart-btn a span{
}
.main-header.style-two .header-lower .nav-right-content .social-links li a{
color: #585858;
}
.main-header.style-two .header-lower .nav-right-content .social-links li a:hover{
}
.main-header.style-two .header-lower .nav-right-content .nav-box button{
}
.main-header.style-two .header-lower .nav-right-content .nav-box button .bar{
}
.main-header.style-two .header-lower .search-box-btn:hover,
.main-header.style-two .header-lower .menu-right-content li.cart-btn a:hover,
.main-header.style-two .header-lower .menu-right-content li.like-btn a:hover{
}
.main-header.style-two .header-lower .main-menu .navigation > li{
padding: 35px 0px;
}
/** banner-style-two **/
.banner-section.style-two{
position: relative;
}
.banner-section.style-two .banner-carousel .content-box{
max-width: 650px;
}
.banner-section.style-two .banner-carousel .content-box h1{
font-size: 130px;
line-height: 135px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 300;
height: auto;
margin-bottom: 46px;
}
.banner-section.style-two .banner-carousel .content-box h1 span{
font-weight: 700;
}
.banner-section.style-two .banner-carousel .slide-item{
position: relative;
padding: 175px 0px 195px 0px;
}
.banner-section.style-two .banner-carousel .slide-item:before{
position: absolute;
content: '';
background: #131313;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.5;
z-index: 1;
}
.banner-section.style-two .banner-carousel .content-box h2{
font-weight: 400;
}
.banner-section.style-two .owl-nav{
position: absolute;
right: 200px;
top: 50%;
transform: translateY(-50%);
}
.banner-section.style-two .owl-nav .owl-prev,
.banner-section.style-two .owl-nav .owl-next{
position: relative;
display: block;
font-size: 20px;
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border: 2px solid rgba(255,255,255,0.2);
cursor: pointer;
transition: all 500ms ease;
}
.banner-section.style-two .owl-nav .owl-prev{
margin-bottom: 30px;
}
.banner-section.style-two .owl-nav .owl-prev:hover,
.banner-section.style-two .owl-nav .owl-next:hover{
}
.banner-section.style-two .owl-nav .owl-prev:before,
.banner-section.style-two .owl-nav .owl-next:before{
position: absolute;
content: '';
width: 80px;
height: 80px;
left: -12px;
top: -12px;
transform: scale(0,0);
transition: all 500ms ease;
}
.banner-section.style-two .owl-nav .owl-prev:hover:before,
.banner-section.style-two .owl-nav .owl-next:hover:before{
transform: scale(1,1);
}
.banner-section.style-two .banner-carousel .active .slide-item .image-layer{
-webkit-transform:scale(1.15);
-ms-transform:scale(1.15);
transform:scale(1.15);
}
.banner-section.style-two .theme-btn-two{
margin-right: 11px;
}
/** feature-style-two **/
.feature-style-two{
position: relative;
padding: 125px 0px 100px 0px;
}
.feature-block-two .inner-box{
position: relative;
display: block;
}
.feature-block-two .inner-box .content-box{
position: relative;
display: block;
padding: 48px 30px 46px 30px;
border: 2px solid #ebebeb;
opacity: 1;
transition: all 500ms ease;
}
.feature-block-two .inner-box:hover .content-box{
opacity: 0;
}
.feature-block-two .inner-box .content-box .icon-box{
position: relative;
display: inline-block;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
border-radius: 50%;
font-size: 40px;
margin-bottom: 23px;
}
.feature-block-two .inner-box .content-box h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.feature-block-two .inner-box .content-box .link{
position: absolute;
right: 20px;
bottom: -28px;
}
.feature-block-two .inner-box .content-box .link a{
position: relative;
display: inline-block;
font-size: 18px;
color: #5b5858;
border: 2px solid #ebebeb;
background: #fff;
border-radius: 50%;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
z-index: 1;
}
.feature-block-two .inner-box .overlay-content{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 45px 40px 38px 40px;
opacity: 0;
transition: all 500ms ease;
}
.feature-block-two .inner-box:hover .overlay-content{
top: -30px;
opacity: 1;
}
.feature-block-two .inner-box .overlay-content:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
opacity: 0.9;
}
.feature-block-two .inner-box .overlay-content .icon-box{
position: relative;
display: inline-block;
width: 80px;
height: 80px;
line-height: 80px;
background: #fff;
text-align: center;
border-radius: 50%;
font-size: 40px;
margin-bottom: 28px;
}
.feature-block-two .inner-box .overlay-content h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.feature-block-two .inner-box .overlay-content p{
position: relative;
color: #fff;
margin-bottom: 15px;
}
.feature-block-two .inner-box .overlay-content .link a{
position: relative;
display: inline-block;
font-size: 18px;
color: #fff;
}
/** about-style-two **/
.about-style-two{
position: relative;
padding: 60px 0px 130px 0px;
}
.image_block_2 .image-box{
position: relative;
display: block;
margin-left: 70px;
margin-right: 10px;
padding-right: 60px;
padding-bottom: 80px;
}
.image_block_2 .image-box .image{
position: relative;
display: block;
overflow: hidden;
clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%, 0% 0%);
}
.image_block_2 .image-box .image img{
width: 100%;
}
.image_block_2 .image-box .image-2{
position: absolute;
right: 0px;
bottom: 0px;
}
.image_block_2 .image-box .image-1:before{
position: absolute;
top: 0;
left: -80%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.image_block_2 .image-box:hover .image-1:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.content_block_3 .content-box{
position: relative;
display: block;
margin: 0px 70px;
}
.tabs-box .tab{
position:relative;
display:none;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
}
.tabs-box .tab.active-tab{
display:block;
}
.tabs-box .tab{
transform:scale(0.9,0.9) translateY(0px);
}
.tabs-box .tab.active-tab{
transform:scale(1) translateY(0px);
}
.content_block_3 .content-box .tab-btns li{
position: relative;
display: inline-block;
padding-left: 26px;
margin-right: 35px;
padding-bottom: 16px;
cursor: pointer;
}
.content_block_3 .content-box .tab-btns li:last-child{
margin: 0px !important;
}
.content_block_3 .content-box .tab-btns li:before{
position: absolute;
content: "\f058";
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
font-size: 18px;
left: 0px;
top: 0px;
color: #131313;
}
.content_block_3 .content-box .tab-btns li h5{
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
}
.content_block_3 .content-box .tab-btns{
position: relative;
margin-bottom: 27px;
border-bottom: 2px solid #ebebeb;
}
.content_block_3 .content-box .tab-btns li:after{
position: absolute;
content: '';
width: 0%;
height: 4px;
left: 0px;
bottom: -3px;
transition: all 500ms ease;
}
.content_block_3 .content-box .tab-btns li.active-btn:after,
.content_block_3 .content-box .tab-btns li:hover:after{
width: 100%;
}
.content_block_3 .content-box .tabs-content .inner-box .inner{
position: relative;
display: block;
padding-left: 130px;
margin-bottom: 35px;
min-height: 100px;
}
.content_block_3 .content-box .tabs-content .inner-box .inner .image-box{
position: absolute;
left: 0px;
top: 9px;
width: 100px;
height: 100px;
}
.content_block_3 .content-box .tabs-content .inner-box .inner .image-box img{
width: 100%;
}
.content_block_3 .content-box .sec-title{
margin-bottom: 40px;
}
.shop-section.alternat-2{
position: relative;
background-color: #fdf4e8;
}
.shop-section.alternat-2 .pattern-layer{
height: 100%;
}
.shop-section .image-layer{
position: absolute;
right: 80px;
top: -205px;
}
/** feature-style-three **/
.feature-style-three{
position: relative;
padding: 130px 0px 100px 0px;
}
.content_block_4 .content-box .sec-title{
margin-bottom: 33px;
}
.content_block_4 .content-box .text{
position: relative;
display: block;
padding-left: 30px;
margin-bottom: 32px;
}
.content_block_4 .content-box .text:before{
position: absolute;
content: '';
width: 5px;
height: calc(100% - 16px);
left: 0px;
top: 8px;
}
.content_block_4 .content-box .list-item li{
position: relative;
display: block;
font-size: 15px;
font-weight: 600;
color: #585858;
margin-bottom: 15px;
padding-left: 37px;
}
.content_block_4 .content-box .list-item li:last-child{
margin-bottom: 0px;
}
.content_block_4 .content-box .list-item li:before {
position: absolute;
content: "\f058";
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
font-size: 24px;
left: 0px;
top: 2px;
}
.content_block_4 .content-box .list-item{
margin-bottom: 40px;
}
.feature-block-three .inner-box{
position: relative;
display: block;
background: #faf4ec;
border-radius: 20px;
padding: 50px 40px 46px 40px;
text-align: center;
margin-bottom: 30px;
}
.feature-block-three .inner-box .icon-box{
position: relative;
display: inline-block;
width: 130px;
height: 130px;
line-height: 130px;
background: #fff;
text-align: center;
font-size: 60px;
color: #161616;
margin-bottom: 32px;
border-radius: 50%;
box-shadow: 0 10px 20px #f3eade;
transition: all 500ms ease;
z-index: 1;
}
.feature-block-three .inner-box:hover .icon-box{
color: #fff;
}
.feature-block-three .inner-box .icon-box:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
transform: scale(0,0);
z-index: -1;
border-radius: 50%;
transition: all 500ms ease;
}
.feature-block-three .inner-box:hover .icon-box:before{
transform: scale(1,1);
}
.feature-block-three .inner-box h3{
font-size: 22px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
}
.feature-style-three .feature-column{
margin-left: 60px;
}
.feature-block-three.small-block .inner-box{
max-width: 270px;
padding: 40px 25px 36px 25px;
}
.feature-block-three.small-block .inner-box h3{
margin-bottom: 5px;
}
.feature-block-three.small-block .inner-box .icon-box{
width: 100px;
height: 100px;
line-height: 100px;
font-size: 50px;
margin-bottom: 22px;
}
.feature-style-three .feature-column .feature-block:first-child .feature-block-three.small-block .inner-box{
float: right;
}
/** video-section **/
.video-section{
position: relative;
}
.video-section .video-inner{
position: relative;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 250px 0px;
text-align: center;
margin-bottom: -265px;
z-index: 1;
}
.video-section .video-inner:before{
position: absolute;
content: '';
background: #131313;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.6;
}
.video-section .video-inner .video-btn a{
position: relative;
display: inline-block;
font-size: 24px;
width: 150px;
height: 150px;
line-height: 150px;
background: #fff;
text-align: center;
border-radius: 50%;
}
.video-section .video-inner .video-btn a:after,
.video-section .video-inner .video-btn a:before {
width: 150px;
height: 150px;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.video-section .video-inner .video-btn a:after {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
@-webkit-keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.video-section .video-inner .video-content{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
left: 40px;
top: 40px;
width: 280px;
height: 280px;
border-radius: 50%;
text-align: left;
}
.video-section .video-inner .video-content .count-outer{
position: relative;
display: inline-block;
font-size: 90px;
line-height: 90px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #fff;
margin-bottom: 6px;
}
.video-section .video-inner .video-content .count-outer:before{
position: absolute;
content: '+';
top: -48px;
right: -40px;
font-size: 90px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #fff;
}
.video-section .video-inner .video-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
color: #fff;
}
/** working-process **/
.working-process{
position: relative;
background: #131313;
padding: 390px 0px 125px 0px;
}
.process-block-one .inner-box{
position: relative;
display: block;
padding: 66px 40px 0px 40px;
}
.process-block-one .inner-box .count-text{
position: absolute;
left: 35px;
top: 0px;
font-size: 150px;
line-height: 150px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
text-shadow: -1px -1px 0 #232323, 1px -1px 0 #232323, -1px 1px 0 #232323, 1px 1px 0 #232323;
}
.process-block-one .inner-box .icon-box{
position: relative;
display: inline-block;
font-size: 95px;
line-height: 100px;
margin-bottom: 30px;
transition: all 500ms ease;
}
.process-block-one .inner-box:hover .icon-box{
transform: scale(1.1);
}
.process-block-one .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin-bottom: 16px;
}
.process-block-one .inner-box p{
color: rgba(255,255,255,0.6);
}
.working-process .sec-title{
margin-bottom: 5px;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-info{
padding: 0px;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box{
position: relative;
padding-left: 200px;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-thumb{
position: absolute;
left: 0px;
top: 13px;
width: 160px;
height: 160px;
border-radius: 50%;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-thumb img{
width: 100%;
border-radius: 50%;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box .text p{
font-size: 35px;
line-height: 50px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 300;
color: #131313;
}
.testimonial-section.alternat-2 .testimonial-inner{
margin: 0px 70px;
}
.testimonial-section.alternat-2 .sec-title{
margin-bottom: 70px;
}
.testimonial-section.alternat-2 .testimonial-block-one .inner-box .text{
margin-bottom: 23px;
}
.testimonial-section.alternat-2 .testimonial-section .owl-dots{
margin-top: 75px;
}
.testimonial-section.alternat-2 .owl-theme .owl-dots .owl-dot span{
}
.testimonial-section.alternat-2 .owl-nav .owl-prev,
.testimonial-section.alternat-2 .owl-nav .owl-next{
background: #faf4ec;
}
.testimonial-section.alternat-2 .owl-nav .owl-prev:hover,
.testimonial-section.alternat-2 .owl-nav .owl-next:hover{
}
/** subscribe-section **/
.subscribe-section{
position: relative;
}
.subscribe-section .outer-container{
position: relative;
max-width: 1430px;
width: 100%;
padding: 0px 15px;
margin: 0 auto;
}
.subscribe-section .subscribe-inner{
position: relative;
background: #faf4ec;
padding: 125px 250px 130px 250px;
}
.subscribe-section .subscribe-inner .sec-title{
margin-bottom: 35px;
}
.subscribe-section .subscribe-inner .text{
position: relative;
margin-bottom: 39px;
}
.subscribe-section .subscribe-inner .text p{
font-size: 18px;
line-height: 32px;
color: #131313;
}
.subscribe-section .subscribe-inner .subscribe-form .form-group{
position: relative;
margin-bottom: 0px;
}
.subscribe-section .subscribe-inner .subscribe-form .form-group:before{
position: absolute;
content: '';
width: 5px;
height: 100%;
left: 0px;
top: 0px;
z-index: 1;
}
.subscribe-section .subscribe-inner .subscribe-form .form-group input{
position: relative;
display: block;
width: 100%;
height: 110px;
background: #fff;
padding: 20px 250px 20px 30px;
border: 1px solid #fff;
font-size: 20px;
font-weight: 600;
color: #5b5858;
transition: all 500ms ease;
}
.subscribe-section .subscribe-inner .subscribe-form .form-group input:focus{
}
.subscribe-section .subscribe-inner .subscribe-form .form-group button{
position: absolute;
top: 25px;
right: 30px;
}
.subscribe-section .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}
.clients-section.alternat-2{
background: #131313;
padding: 80px 0px;
}
.clients-section.alternat-2 .clients-logo-box img{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.clients-section.alternat-2 .clients-logo-box img:hover{
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
transform: scale(1);
opacity: 1;
}
/***
====================================================================
About-Page
====================================================================
***/
/** page-title **/
.page-title{
position: relative;
padding: 20px 0px 20px 0px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.page-title:before{
position: absolute;
content: '';
background: #131313;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
opacity: 0.5;
}
.page-title .title{
position: relative;
display: block;
margin-bottom: 16px;
}
.page-title .title h1{
/* font-size: 80px;
line-height: 80px; */
font-weight: 700;
color: #fff;
}
.page-title .bread-crumb li{
position: relative;
display: inline-block;
font-size: 20px;
font-weight: 600;
line-height: 26px;
color: #fff;
padding-right: 32px;
margin-right: 20px;
}
.page-title .bread-crumb li:last-child{
padding: 0px !important;
margin: 0px !important;
}
.page-title .bread-crumb li a{
color: #fff;
}
.page-title .bread-crumb li a:hover{
text-decoration: underline;
}
.page-title .bread-crumb li:before{
position: absolute;
content: "\f105";
font-family: 'Font Awesome 5 Pro';
font-size: 24px;
top: 2px;
right: 0px;
color: #fff;
font-weight: 400;
}
.page-title .bread-crumb li:last-child:before{
display: none;
}
.border-bottom{
border-bottom: 2px solid #eeeeee;
}
.bg-color-1{
background: #faf4ec;
}
.image_block_3 .image-box{
position: relative;
display: block;
padding-left: 130px;
}
.feature-style-three .image_block_3 .image-box{
margin-left: 70px;
}
.image_block_3 .image-box img{
width: 100%;
}
.image_block_3 .image-box .image-1{
position: relative;
display: block;
overflow: hidden;
}
.image_block_3 .image-box .image-1:before{
position: absolute;
top: 0;
left: -80%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.image_block_3 .image-box:hover .image-1:before{
-webkit-animation: shine 1s;
animation: shine 1s;
}
.image_block_3 .image-box .image-2{
position: absolute;
left: 0px;
top: 48px;
}
.testimonial-section.alternat-3 .testimonial-block-one .inner-box .author-info .designation{
}
.testimonial-section.alternat-3 .owl-theme .owl-dots .owl-dot span{
}
.testimonial-section.alternat-3 .owl-nav .owl-prev,
.testimonial-section.alternat-3 .owl-nav .owl-next{
font-weight: 700;
background: #faf4ec;
}
.testimonial-section.alternat-3{
padding-bottom: 0px;
}
.testimonial-section.alternat-3 .owl-nav .owl-prev:hover,
.testimonial-section.alternat-3 .owl-nav .owl-next:hover{
}
/** chooseus-style-two **/
.chooseus-style-two{
position: relative;
padding: 125px 0px 100px 0px;
}
.chooseus-style-two .single-item{
position: relative;
display: block;
background: #fff;
padding: 33px 30px 36px 130px;
margin-bottom: 30px;
}
.chooseus-style-two .single-item .icon-box{
position: absolute;
left: 30px;
top: 40px;
width: 80px;
height: 80px;
line-height: 80px;
background: #faf4ec;
font-size: 40px;
color: #131313;
text-align: center;
border-radius: 50%;
z-index: 1;
transition: all 500ms ease;
}
.chooseus-style-two .single-item:hover .icon-box{
color: #fff;
}
.chooseus-style-two .single-item .icon-box:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
left: 0px;
top: 0px;
right: 0px;
transform: scale(0,0);
z-index: -1;
transition: all 500ms ease;
}
.chooseus-style-two .single-item:hover .icon-box:before{
transform: scale(1,1);
}
.chooseus-style-two .single-item h5{
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.chooseus-style-two .sec-title .btn-box{
position: absolute;
top: 35px;
right: 0px;
z-index: 1;
}
.working-process.alternat-2{
position: relative;
padding: 125px 0px;
background: #fff;
}
.working-process.alternat-2 .process-block-one .inner-box .count-text{
color: #fff;
text-shadow: -1px -1px 0 #ebebeb, 1px -1px 0 #ebebeb, -1px 1px 0 #ebebeb, 1px 1px 0 #ebebeb;
}
.working-process.alternat-2 .process-block-one .inner-box h3{
color: #131313;
}
.working-process.alternat-2 .process-block-one .inner-box p{
color: #5b5858;
}
/***
====================================================================
Gallery-Page
====================================================================
***/
.gallery-section{
position: relative;
padding-top: 130px;
}
.gallery-section .more-btn{
position: relative;
margin-top: 30px;
}
.gallery-block-one .inner-box{
position: relative;
display: block;
margin-bottom: 50px;
}
.gallery-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
}
.gallery-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.gallery-block-one .inner-box:hover .image-box img{
opacity: 0.2;
transform: scale(1.1);
}
.gallery-block-one .inner-box .lower-content{
position: relative;
margin: 0px 30px;
}
.gallery-block-one .inner-box .lower-content .inner{
position: relative;
background: #fff;
padding: 33px 50px 32px 50px;
border-radius: 10px;
margin-top: -40px;
box-shadow: 0 10px 20px #efefef;
overflow: hidden;
transition: all 500ms ease;
}
.gallery-block-one .inner-box:hover .lower-content .inner{
}
.gallery-block-one .inner-box .lower-content .inner:before{
position: absolute;
content: '';
width: 100%;
height: 0%;
left: 0px;
top: 0px;
transition: all 500ms ease;
}
.gallery-block-one .inner-box:hover .lower-content .inner:before{
height: 100%;
}
.gallery-block-one .inner-box .lower-content .inner span{
position: relative;
display: block;
font-size: 14px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
color: #5b5858;
margin-bottom: 4px;
transition: all 500ms ease;
}
.gallery-block-one .inner-box:hover .lower-content .inner span{
color: #fff;
}
.gallery-block-one .inner-box .lower-content .inner h3{
position: relative;
display: block;
font-size: 30px;
line-height: 38px;
font-weight: 700;
text-transform: uppercase;
}
.gallery-block-one .inner-box .lower-content .inner h3 a{
display: inline-block;
color: #131313;
}
.gallery-block-one .inner-box:hover .lower-content .inner h3 a{
color: #fff;
}
.gallery-block-one .inner-box .lower-content .inner .link{
position: absolute;
top: 36px;
right: 50px;
z-index: 1;
}
.gallery-block-one .inner-box .lower-content .inner .link a{
position: relative;
display: inline-block;
font-size: 30px;
color: #3e3e3e;
width: 60px;
height: 60px;
line-height: 56px;
border: 3px solid #d6d6d6;
border-radius: 50%;
text-align: center;
font-weight: 700;
}
.gallery-block-one .inner-box:hover .lower-content .inner .link a{
background: #fff;
border-color: #fff;
}
/***
====================================================================
Error-Page
====================================================================
***/
.error-section{
position: relative;
padding: 100px 0px 120px 0px;
}
.error-section .inner-box .theme-btn-one i{
margin-right: 10px;
}
.error-section .inner-box .error-image{
position: relative;
display: inline-block;
margin-bottom: 60px;
}
.error-section .inner-box h1{
font-size: 200px;
line-height: 200px;
font-weight: 900;
margin-bottom: 10px;
}
.error-section .inner-box h2{
position: relative;
display: block;
font-size: 30px;
line-height: 42px;
font-weight: 700;
margin-bottom: 60px;
}
/***
====================================================================
Shop-Page
====================================================================
***/
.shop-page-section{
position: relative;
padding-top: 130px;
}
.shop-page-section .inner-container{
position: relative;
padding-bottom: 130px;
border-bottom: 1px solid #e7e7e7;
}
.shop-sidebar .sidebar-search{
position: relative;
display: block;
padding: 10px 20px;
margin-bottom: 40px;
}
.shop-sidebar .sidebar-search .form-group{
position: relative;
margin: 0px;
}
.shop-sidebar .sidebar-search .form-group input[type='search']{
position: relative;
width: 100%;
height: 50px;
font-size: 16px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #fff;
background: transparent;
text-transform: uppercase;
border: 1px solid transparent;
padding: 10px 50px 10px 20px;
transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .form-group input::-webkit-input-placeholder{
color:#fff;
}
.shop-sidebar .sidebar-search .form-group button{
position: absolute;
top: 10px;
right: 20px;
color: #fff;
font-size: 16px;
cursor: pointer;
background: transparent;
transition: all 500ms ease;
}
.shop-sidebar .sidebar-search .form-group input:focus{
border-color: #fff;
}
.shop-sidebar .sidebar-widget{
position: relative;
border: 2px solid #ececec;
padding: 30px 40px;
margin-bottom: 40px;
}
.shop-sidebar .sidebar-widget:last-child{
margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget .widget-title{
position: relative;
display: block;
padding-bottom: 13px;
margin-bottom: 32px;
border-bottom: 2px solid #ececec;
}
.shop-sidebar .sidebar-widget .widget-title h4{
font-size: 20px;
line-height: 28px;
font-weight: 700;
text-transform: uppercase;
}
.shop-sidebar .category-widget .category-list li{
position: relative;
display: block;
margin-bottom: 18px;
}
.shop-sidebar .category-widget .category-list li:last-child{
margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
color: #5b5858;
font-weight: 600;
padding-left: 12px;
}
.shop-sidebar .category-widget .category-list li a:hover{
}
.shop-sidebar .category-widget .category-list li a:before{
position: absolute;
content: "\f105";
font-family: 'Font Awesome 5 Pro';
left: 0px;
top: 0px;
}
.shop-sidebar .category-widget{
padding: 41px 40px 46px 40px;
}
.shop-sidebar .post-widget .post{
position: relative;
display: block;
padding-left: 100px;
padding-bottom: 34px;
margin-bottom: 34px;
border-bottom: 2px solid #ececec;
}
.shop-sidebar .post-widget .post:last-child{
margin-bottom: 0px;
border-bottom: none;
}
.shop-sidebar .post-widget .post .post-thumb{
position: absolute;
left: 0px;
top: -4px;
width: 80px;
height: 80px;
border: 2px solid #ececec;
border-radius: 10px;
transition: all 500ms ease;
}
.shop-sidebar .post-widget .post:hover .post-thumb{
}
.shop-sidebar .post-widget .post .post-thumb img{
width: 100%;
border-radius: 10px;
}
.shop-sidebar .post-widget .post .rating li{
position: relative;
display: inline-block;
font-size: 12px;
line-height: 18px;
float: left;
margin-right: 5px;
}
.shop-sidebar .post-widget .post .rating li:last-child{
margin: 0px !important;
}
.shop-sidebar .post-widget .post .rating{
margin-bottom: 1px;
}
.shop-sidebar .post-widget .post h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
margin-bottom: 3px;
text-transform: uppercase;
}
.shop-sidebar .post-widget .post h5 a{
display: inline-block;
color: #131313;
}
.shop-sidebar .post-widget .post h5 a:hover{
}
.shop-sidebar .post-widget .post .price{
position: relative;
display: block;
font-size: 16px;
line-height: 24px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
}
.shop-sidebar .post-widget{
padding: 41px 40px 20px 40px;
}
.shop-sidebar .post-widget .widget-title{
margin-bottom: 44px;
}
.range-slider{
position:relative;
}
.range-slider .title {
position: relative;
display: inline-block;
}
.range-slider p{
position: relative;
display: inline-block;
font-size: 15px;
color: #131313;
font-weight: 500;
margin-right: 10px !important;
}
.range-slider .title:before {
position: absolute;
content: '$';
left: -6px;
top: -20px;
color: #131313;
font-weight: 500;
font-size: 15px;
}
.range-slider .input{
color:#131313;
max-width: 75px;
font-size:15px;
font-weight: 600;
margin-top:5px;
position: relative;
display: inline-block;
}
.range-slider .input input{
background:none;
color:#131313;
font-size:15px;
font-weight: 500;
text-align:left;
width: 80px;
}
.range-slider .ui-widget.ui-widget-content{
height:4px;
border:none;
background:#f0f0f0;
}
.range-slider .ui-slider .ui-slider-range{
top:0px;
height:4px;
}
.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default{
top:-7px;
width:18px;
height:18px;
border: none;
border-radius:50%;
cursor:pointer;
margin-left: 0px;
}
.range-slider .clearfix{
margin-bottom: 25px;
}
.shop-sidebar .price-filter{
padding-bottom: 50px;
}
.shop-sidebar .advice-box{
position: relative;
display: block;
min-height: 530px;
padding: 43px 30px 50px 30px;
}
.shop-sidebar .advice-box p{
position: relative;
display: block;
font-size: 17px;
line-height: 26px;
color: #fff;
letter-spacing: 2px;
margin-bottom: 2px;
text-transform: uppercase;
z-index: 1;
}
.shop-sidebar .advice-box h2{
font-size: 40px;
line-height: 50px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
z-index: 1;
}
.shop-sidebar .advice-box .image{
position: absolute;
top: 0px;
}
.shop-sidebar .advice-box .btn-box{
position: absolute;
bottom: 50px;
width: 100%;
left: 0px;
text-align: center;
z-index: 1;
}
.shop-sidebar .advice-box .btn-box a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
text-transform: uppercase;
background: #fff;
padding: 17px 50px;
}
.shop-sidebar .advice-box .btn-box a:hover{
color: #fff;
}
.nice-select:after{
position: absolute;
content: "\f107";
font-family: 'Font Awesome 5 Pro';
font-size: 18px;
top: 20px;
right: 0px;
color: #5b5858;
font-weight: 400;
border: none !important;
transform: rotate(0deg) !important;
}
.nice-select{
position: relative;
display: block;
width: 100%;
height: 70px;
border: none !important;
background: transparent;
font-size: 18px;
color: #5b5858;
font-weight: 600;
padding: 17px 10px;
}
.shop-page-section .our-shop .item-shorting{
position: relative;
margin-bottom: 40px;
}
.shop-page-section .item-shorting .text p{
font-size: 18px;
line-height: 70px;
font-weight: 600;
color: #5b5858;
}
.nice-select .list{
min-width: 160px !important;
}
.shop-page-section .our-shop .shop-block-one .inner-box{
border: 1px solid #ececec;
margin-bottom: 40px;
}
.shop-page-section .pagination-wrapper{
position: relative;
padding-top: 50px;
}
.shop-page-section .shop-block-one .inner-box .lower-content .price{
}
.nice-select .option{
font-size: 15px;
}
.shop-block-two .inner-box{
position: relative;
padding: 43px 50px 50px 350px;
display: block;
border: 1px solid #ececec;
margin-bottom: 40px;
}
.shop-block-two .inner-box .image-box{
position: absolute;
left: 0px;
top: 0px;
overflow: hidden;
}
.shop-block-two .inner-box .image-box img{
widows: 100%;
transition: all 500ms ease;
}
.shop-block-two .inner-box:hover .image-box img{
transform: scale(1.1);
}
.shop-block-two .inner-box .content-box .rating{
margin-bottom: 6px;
}
.shop-block-two .inner-box .content-box .rating li{
position: relative;
display: inline-block;
font-size: 15px;
line-height: 18px;
}
.shop-block-two .inner-box .content-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.shop-block-two .inner-box .content-box h3 a{
display: inline-block;
color: #131313;
}
.shop-block-two .inner-box .content-box h3 a:hover{
}
.shop-block-two .inner-box .content-box .price{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
margin-bottom: 16px;
}
.shop-block-two .inner-box .content-box p{
margin-bottom: 25px;
}
.shop-page-3 .item-shorting{
background: #fff;
padding: 0px 30px;
}
.shop-page-3{
position: relative;
padding: 120px 0px 140px 0px;
}
.shop-page-3 .shop-block-one .inner-box{
margin-bottom: 30px;
}
.shop-page-3 .item-shorting .text p{
font-size: 18px;
line-height: 70px;
font-weight: 600;
color: #5b5858;
}
.shop-page-3 .shop-block-one .inner-box .image-box .list{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
width: 100%;
}
.shop-page-3 .shop-block-one .inner-box .image-box{
background: #fff;
}
.shop-page-3 .shop-block-one .inner-box:hover .image-box img{
opacity: 0.2;
}
.shop-page-3 .shop-block-one .inner-box .image-box .list li{
position: relative;
display: inline-block;
margin: 0px 3px;
}
.shop-page-3 .shop-block-one .inner-box .image-box .list li a{
position: relative;
display: inline-block;
font-size: 18px;
color: #fff;
width: 50px;
height: 50px;
line-height: 50px;
background: #131313;
text-align: center;
border-radius: 50%;
transform: scale(0,0);
}
.shop-page-3 .shop-block-one .inner-box .image-box .list li a:hover{
}
.shop-page-3 .shop-block-one .inner-box:hover .image-box .list li a{
transform: scale(1,1);
}
.shop-page-3 .shop-block-one .inner-box .lower-content .price{
}
.shop-page-3 .pagination-wrapper{
padding-top: 60px;
}
.shop-page-3 .shop-sidebar .sidebar-search{
margin-bottom: 0px;
}
.shop-page-3 .our-shop{
margin-top: 80px;
}
.related-product{
position: relative;
padding-top: 125px;
}
.related-product .shop-block-one .inner-box{
border: 1px solid #ececec;
}
.related-product .shop-block-one .inner-box .lower-content .price{
}
/** shop-details **/
.shop-details{
position: relative;
padding: 130px 0px 125px 0px;
}
.product-details-content .slider-content{
position: relative;
display: block;
}
.product-details-content .slider-content .slider-pager{
position: absolute;
left: 0px;
top: 0px;
height: 586px;
}
.product-details-content .slider-content .slider-pager .thumb-box li{
margin-bottom: 23px;
position: relative;
width: 170px;
height: 180px;
cursor: pointer;
z-index: 9;
}
.bx-viewport{
min-height: 586px !important;
}
.product-details-content .slider-content .slider-pager .thumb-box li:last-child{
margin-bottom: 0px;
}
.product-details-content .slider-content .product-image{
position: relative;
/* padding-left: 195px; */
}
.product-details-content .slider-content .product-image .image{
position: relative;
display: block;
}
.product-details-content .slider-content .product-image .image .new{
position: absolute;
left: 25px;
top: 25px;
font-size: 14px;
line-height: 20px;
color: #fff;
font-weight: 700;
padding: 2px 12px;
text-align: center;
border-radius: 15px;
z-index: 1;
}
.product-details-content .slider-content .product-image .image img{
width: 100%;
}
.product-details-content .slider-inner{
position: relative;
margin-right: -30px;
height: 586px;
}
.product-details-content .product-details{
position: relative;
margin-left: 70px;
}
.product-details-content .product-details h2{
font-size: 45px;
line-height: 50px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 13px;
}
.product-details-content .product-details .rating li{
position: relative;
display: inline-block;
font-size: 12px;
line-height: 20px;
float: left;
margin-right: 5px;
}
.product-details-content .product-details .rating li:last-child{
margin: 0px !important;
}
.product-details-content .product-details .rating{
margin-bottom: 9px;
}
.product-details-content .product-details h3{
font-size: 24px;
line-height: 32px;
font-weight: 700;
margin-bottom: 19px;
text-transform: uppercase;
}
.product-details-content .product-details .text{
margin-bottom: 27px;
}
.product-details-content .product-details .text p{
font-size: 15px;
line-height: 30px;
color: #5b5858;
margin: 0px;
}
.custom-check-box .custom-control.material-checkbox .material-control-input {
display: none;
}
.custom-check-box .custom-control{
padding-left: 30px;
}
.custom-check-box .custom-control.material-checkbox .material-control-indicator {
display: inline-block;
position: absolute;
top: 4px;
left: 0px;
width: 20px;
height: 20px;
border: 2px solid #e0e0e0;
cursor: pointer;
border-radius: 50%;
}
.custom-check-box .custom-control.material-checkbox .material-control-indicator:before{
position: absolute;
content: '';
left: 4px;
top: 4px;
width: 8px;
height: 8px;
border-radius: 50%;
transform: scale(0,0);
transition: all 500ms ease;
}
.custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator:before{
transform: scale(1,1);
}
.custom-check-box .custom-controls-stacked .description {
position: relative;
display: inline-block;
padding: 0px;
font-size: 15px;
color: #061a3a;
cursor: pointer;
font-weight: 400;
}
.product-details-content .product-details .size-box .select-inner li{
position: relative;
display: inline-block;
margin-right: 15px;
}
.product-details-content .product-details .size-box .select-inner li:last-child{
margin: 0px !important;
}
.product-details-content .product-details .size-box{
margin-bottom: 20px;
}
.product-details-content .product-details .color-box{
margin-bottom: 30px;
}
.product-details-content .product-details .size-box h3{
margin-bottom: 9px;
}
.product-details-content .product-details .color-box h3{
margin-bottom: 13px;
}
.product-details-content .product-details .color-box .color-list .color{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
border-radius: 50%;
float: left;
margin-right: 10px;
}
.product-details-content .product-details .color-box .color-list .color:last-child{
margin: 0px !important;
}
.product-details-content .product-details .color-box .color-list .color-1{
}
.product-details-content .product-details .color-box .color-list .color-2{
}
.product-details-content .product-details .color-box .color-list .color-3{
}
.product-details-content .product-details .color-box .color-list .color-4{
}
.addto-cart-box .clearfix li{
position: relative;
display: inline-block;
}
.addto-cart-box .input-group {
position: relative;
display: table;
border-collapse: separate;
max-width: 50px;
width: 100%;
height: 33px;
}
.addto-cart-box .theme-btn-two{
padding: 7px 33px;
font-size: 14px;
}
.addto-cart-box .item-quantity {
position: relative;
display: inline-block;
max-width: 130px;
width: 100%;
float: left;
padding: 0px 40px;
margin-right: 10px;
border: 1px solid #dddddd;
z-index: 1;
margin-top: 4px;
}
.addto-cart-box input.quantity-spinner {
line-height: 33px;
height: 33px;
width: 43px !important;
padding: 0px !important;
box-shadow: none !important;
font-family: 'Open Sans', sans-serif;
border: none;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #112433;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
position: absolute;
height: 33px;
width: 30px;
background: transparent;
padding: 0px 0px;
left: -34px;
top: -33px;
border-right: none;
border-radius: 0px;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
position: absolute;
height: 33px;
width: 30px;
background: transparent;
padding: 0px 0px;
right: -34px;
top: -33px;
border-left: none;
margin-top: 0px;
border-radius: 0px;
}
.bootstrap-touchspin .glyphicon-chevron-up:before {
content: "\f067";
font-size: 12px;
font-style: normal;
color: #666666;
font-family: 'Font Awesome 5 pro';
font-weight: 700;
}
.bootstrap-touchspin .glyphicon-chevron-down:before {
content: "\f068";
font-size: 12px;
font-style: normal;
color: #666666;
font-weight: 700;
font-family: 'Font Awesome 5 pro';
}
.bootstrap-touchspin .input-group-btn-vertical{
position: absolute;
width: 100%;
}
.bootstrap-touchspin .input-group-btn-vertical i{
top: 2px;
left: 7px;
font-size: inherit !important;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
margin-top: 0px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review{
position: relative;
margin-bottom: 37px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review:last-child{
margin-bottom: 0px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .image-box{
position: absolute;
left: 0px;
top: 3px;
width: 100px;
height: 100px;
line-height: 80px;
border-radius: 5px;
overflow: hidden;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .image-box img{
width: 100%;
border-radius: 5px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner{
position: relative;
padding-left: 130px;
}
.single-product .product-discription .tabs-content .customer-review .single-review .inner .rating{
position: relative;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li{
position: relative;
display: inline-block;
font-size: 16px;
margin-right: 2px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li:last-child{
margin-right: 0px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner h5{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
font-weight: 900;
margin-bottom: 12px;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner h5 span{
font-size: 15px;
font-weight: 600;
color: #93959e;
}
.shop-details .product-discription .tabs-content .customer-review .single-review .inner p{
line-height: 28px;
color: #93959e;
}
.shop-details .product-discription .tabs-content .customer-review h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 24px;
}
.shop-details .product-discription .tabs-content .customer-review{
position: relative;
display: block;
padding-right: 15px;
padding-bottom: 100px;
}
.shop-details .product-discription .tabs-content .customer-comments{
position: relative;
padding-left: 40px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box p{
position: relative;
display: inline-block;
font-size: 15px;
color: #93959e;
margin-right: 12px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating{
position: relative;
display: inline-block;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li{
position: relative;
display: inline-block;
font-size: 16px;
margin-right: 2px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li:last-child{
margin-right: 0px;
}
.shop-details .product-discription .tabs-content .customer-comments .rating-box{
position: relative;
margin-bottom: 17px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group{
position: relative;
margin-bottom: 20px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group label{
position: relative;
display: block;
font-size: 15px;
color: #93959e;
margin-bottom: 5px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='text'],
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='email'],
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 50px;
border: 1px solid #e5e5e5;
border-radius: 5px;
padding: 10px 20px;
font-size: 15px;
color: #93959e;
background: transparent;
transition: all 500ms ease;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea{
height: 150px;
resize: none;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input:focus,
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea:focus{
}
.shop-details .product-discription .tabs-content .customer-comments h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 24px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group:last-child{
margin-bottom: 0px;
}
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group.message-btn{
margin-top: 10px;
}
.product-details-content{
margin-bottom: 73px;
}
.shop-details .product-discription .tab-btns{
position: relative;
display: inline-block;
border-bottom: 2px solid #dddddd;
margin-bottom: 33px;
}
.shop-details .product-discription .tab-btns li{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 28px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
text-transform: uppercase;
padding-bottom: 14px;
margin-right: 45px;
cursor: pointer;
transition: all 500ms ease;
}
.shop-details .product-discription .tab-btns li.active-btn,
.shop-details .product-discription .tab-btns li:hover{
}
.shop-details .product-discription .tab-btns li:before{
position: absolute;
content: '';
width: 0%;
height: 3px;
left: 0px;
bottom: -3px;
transition: all 500ms ease;
}
.shop-details .product-discription .tab-btns li.active-btn:before,
.shop-details .product-discription .tab-btns li:hover:before{
width: 100%;
}
.shop-details .product-discription .tabs-content .content-box p{
font-size: 15px;
line-height: 28px;
color: #5b5858;
margin-bottom: 27px;
}
.shop-details .product-discription .tabs-content .content-box p:last-child{
margin-bottom: 0px;
}
/***
====================================================================
Blog-Page
====================================================================
***/
.blog-grid{
padding: 120px 0px 130px 0px;
}
.blog-grid .news-block-one .inner-box{
margin-bottom: 30px;
}
.blog-grid .pagination-wrapper{
position: relative;
margin-top: 50px;
}
.sidebar-page-container{
position: relative;
padding: 120px 0px 130px 0px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2{
position: relative;
display: block;
font-size: 30px;
line-height: 40px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 11px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2 a{
display: inline-block;
color: #131313;
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2 a:hover{
}
.sidebar-page-container .news-block-one .inner-box .lower-content p{
margin-bottom: 26px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .post-info li{
text-transform: uppercase;
}
.sidebar-page-container .news-block-one .inner-box .lower-content{
border: 2px solid #ebebeb;
border-top: none;
padding-right: 100px;
padding-top: 34px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .post-info{
margin-bottom: 5px;
}
.sidebar-page-container .news-block-one .inner-box{
margin-bottom: 30px;
}
.sidebar-page-container .pagination-wrapper{
padding-top: 60px;
}
.blog-sidebar{
position: relative;
}
.sidebar-page-container .blog-standard-content{
margin-right: 70px;
}
.blog-sidebar .bg-color{
position: absolute;
left: -30px;
top: -120px;
background: #fbf8f2;
width: 5000px;
height: calc(100% + 120px);
}
.blog-sidebar{
position: relative;
padding-bottom: 130px;
}
.blog-sidebar .sidebar-search{
position: relative;
display: block;
background: #fff;
padding: 15px 30px;
margin-bottom: 30px;
}
.blog-sidebar .sidebar-search .search-form .form-group{
position: relative;
margin: 0px;
}
.blog-sidebar .sidebar-search .search-form .form-group input[type='search']{
position: relative;
width: 100%;
height: 50px;
font-size: 18px;
color: #5b5858;
font-weight: 600;
padding: 10px 40px 10px 20px;
border: 1px solid transparent;
transition: all 500ms ease;
}
.blog-sidebar .sidebar-search .search-form .form-group button{
position: absolute;
top: 12px;
right: 20px;
font-size: 18px;
color: #131313;
font-weight: 700;
background: transparent;
cursor: pointer;
transition: all 500ms ease;
}
.blog-sidebar .sidebar-search .search-form .form-group input:focus{
}
.blog-sidebar .sidebar-search .search-form .form-group input:focus + button,
.blog-sidebar .sidebar-search .search-form .form-group button:hover{
}
.blog-sidebar .sidebar-widget{
position: relative;
display: block;
background: #fff;
padding: 42px 50px;
margin-bottom: 30px;
}
.blog-sidebar .sidebar-widget:last-child{
margin-bottom: 0px;
}
.blog-sidebar .sidebar-widget .widget-title{
position: relative;
margin-bottom: 21px;
}
.blog-sidebar .sidebar-widget .widget-title h3{
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-transform: uppercase;
}
.blog-sidebar .category-widget .category-list li{
position: relative;
display: block;
margin-bottom: 18px;
}
.blog-sidebar .category-widget .category-list li:last-child{
margin-bottom: 0px;
}
.blog-sidebar .category-widget .category-list li a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
color: #5b5858;
font-weight: 600;
padding-left: 12px;
}
.blog-sidebar .category-widget .category-list li a:before{
position: absolute;
content: "\f105";
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
left: 0px;
top: 0px;
}
.blog-sidebar .category-widget .category-list li a:hover{
}
.blog-sidebar .post-widget .post{
position: relative;
display: block;
margin-bottom: 23px;
}
.blog-sidebar .post-widget .widget-title{
margin-bottom: 28px;
}
.blog-sidebar .post-widget .post:last-child{
margin-bottom: 0px;
}
.blog-sidebar .post-widget .post .post-thumb{
position: relative;
display: block;
overflow: hidden;
margin-bottom: 13px;
}
.blog-sidebar .post-widget .post .post-thumb img{
width: 100%;
transition: all 500ms ease;
}
.blog-sidebar .post-widget .post:hover .post-thumb img{
opacity: 0.2;
transform: scale(1.05);
}
.blog-sidebar .post-widget .post h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 2px;
}
.blog-sidebar .post-widget .post h5 a{
display: inline-block;
color: #131313;
}
.blog-sidebar .post-widget .post h5 a:hover{
}
.blog-sidebar .post-widget .post .post-date{
position: relative;
display: block;
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
font-weight: 600;
}
.blog-sidebar .advice-box{
position: relative;
display: block;
min-height: 530px;
padding: 43px 30px 50px 30px;
}
.blog-sidebar .advice-box p{
position: relative;
display: block;
font-size: 17px;
line-height: 26px;
color: #fff;
letter-spacing: 2px;
margin-bottom: 2px;
text-transform: uppercase;
z-index: 1;
}
.blog-sidebar .advice-box h2{
font-size: 40px;
line-height: 50px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
z-index: 1;
}
.blog-sidebar .advice-box .image{
position: absolute;
top: 0px;
}
.blog-sidebar .advice-box .btn-box{
position: absolute;
bottom: 50px;
width: 100%;
left: 0px;
text-align: center;
z-index: 1;
}
.blog-sidebar .advice-box .btn-box a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
text-transform: uppercase;
background: #fff;
padding: 17px 50px;
}
.blog-sidebar .advice-box .btn-box a:hover{
color: #fff;
}
.blog-details-content .news-block-one .inner-box:hover .image-box img{
opacity: 1;
transform: scale(1);
}
.blog-details-content .news-block-one .inner-box .lower-content .image-box{
position: relative;
display: block;
margin-bottom: 26px;
}
.blog-details-content .news-block-one .inner-box .lower-content .image-box img{
width: 100%;
}
.blog-details-content{
position: relative;
margin-right: 70px;
}
.blog-details-content .news-block-one .inner-box .lower-content .tags-list li{
position: relative;
display: inline-block;
font-size: 18px;
line-height: 26px;
color: #5b5858;
font-weight: 600;
}
.blog-details-content .news-block-one .inner-box .lower-content .tags-list li h5,
.blog-details-content .news-block-one .inner-box .lower-content .share-links li h5{
font-family: 'Open Sans', sans-serif;
color: #131313;
text-transform: capitalize;
}
.blog-details-content .news-block-one .inner-box .lower-content .tags-list li a{
color: #5b5858;
}
.blog-details-content .news-block-one .inner-box .lower-content .tags-list li a:hover{
}
.blog-details-content .news-block-one .inner-box .lower-content .share-links li{
position: relative;
display: inline-block;
font-size: 15px;
color: #5b5858;
margin-right: 15px;
}
.blog-details-content .news-block-one .inner-box .lower-content .share-links li:last-child{
margin: 0px !important;
}
.blog-details-content .news-block-one .inner-box .lower-content .share-links li a{
color: #5b5858;
}
.blog-details-content .news-block-one .inner-box .lower-content .share-links li a:hover{
}
.blog-details-content .news-block-one .inner-box .lower-content .post-tags{
margin-bottom: 4px;
}
.blog-details-content .news-block-one .inner-box .lower-content{
padding-bottom: 22px;
}
.blog-details-content .author-box{
position: relative;
display: block;
background: #fbf8f2;
padding: 49px 25px 51px 40px;
min-height: 294px;
margin-bottom: 60px;
}
.blog-details-content .author-box .author-thumb{
position: absolute;
left: 35px;
top: 40px;
width: 210px;
height: 213px;
}
.blog-details-content .author-box .author-thumb img{
width: 100%;
}
.blog-details-content .author-box .inner{
position: relative;
padding-left: 230px;
}
.blog-details-content .author-box .inner h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
}
.blog-details-content .author-box .inner p{
position: relative;
margin-bottom: 14px;
}
.blog-details-content .author-box .inner .social-links li{
position: relative;
display: inline-block;
margin-right: 13px;
}
.blog-details-content .author-box .inner .social-links li:last-child{
margin: 0px !important;
}
.blog-details-content .author-box .inner .social-links li a{
position: relative;
display: inline-block;
font-size: 15px;
color: #696969;
}
.blog-details-content .author-box .inner .social-links li a:hover{
}
.blog-details-content .comment-box{
position: relative;
display: block;
border: 2px solid #ebebeb;
padding: 51px 40px 56px 40px;
margin-bottom: 60px;
}
.blog-details-content .group-title{
position: relative;
display: block;
margin-bottom: 28px;
}
.blog-details-content .group-title h3{
font-size: 24px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;
}
.blog-details-content .comment-box .comment{
position: relative;
padding-left: 130px;
margin-bottom: 35px;
}
.blog-details-content .comment-box .comment.replay-comment{
margin-left: 60px;
}
.blog-details-content .comment-box .comment:last-child{
margin-bottom: 0px;
}
.blog-details-content .comment-box .comment .thumb-box{
position: absolute;
left: 0px;
top: 15px;
width: 100px;
height: 100px;
border-radius: 50%;
}
.blog-details-content .comment-box .comment .thumb-box img{
width: 100%;
border-radius: 50%;
}
.blog-details-content .comment-box .comment .comment-info h5{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
font-weight: 700;
margin-bottom: 8px;
}
.blog-details-content .comment-box .comment .comment-info h5 span{
font-size: 13px;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
color: #5b5858;
margin-left: 25px;
}
.blog-details-content .comment-box .comment p{
margin-bottom: 7px;
}
.blog-details-content .comment-box .comment .reply-btn{
position: relative;
display: inline-block;
font-size: 18px;
line-height: 26px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
color: #131313;
}
.blog-details-content .comment-box .comment .reply-btn i{
margin-left: 20px;
color: #616161;
font-size: 20px;
top: 2px;
font-weight: 400;
position: relative;
transition: all 500ms ease;
}
.blog-details-content .comment-box .comment .reply-btn:hover{
}
.blog-details-content .comment-box .comment .reply-btn:hover i{
}
.blog-details-content .comments-form-area{
position: relative;
display: block;
border: 2px solid #ebebeb;
padding: 51px 40px 60px 40px;
}
.blog-details-content .comments-form-area .comment-form .form-group{
position: relative;
margin-bottom: 20px;
}
.blog-details-content .comments-form-area .comment-form .form-group input[type='text'],
.blog-details-content .comments-form-area .comment-form .form-group input[type='email'],
.blog-details-content .comments-form-area .comment-form .form-group textarea{
position: relative;
width: 100%;
height: 70px;
border: 1px solid #dbdbdb;
font-size: 15px;
font-weight: 600;
color: #5b5858;
padding: 10px 50px 10px 20px;
transition: all 500ms ease;
}
.blog-details-content .comments-form-area .comment-form .form-group textarea{
resize: none;
height: 170px;
display: block;
}
.blog-details-content .comments-form-area .comment-form .form-group input:focus,
.blog-details-content .comments-form-area .comment-form .form-group textarea:focus{
}
.blog-details-content .comments-form-area .comment-form .form-group i{
position: absolute;
top: 27px;
right: 30px;
font-size: 14px;
z-index: 1;
}
.blog-details-content .comments-form-area .group-title{
margin-bottom: 34px;
}
/***
====================================================================
Contact-Page
====================================================================
***/
.contact-section{
position: relative;
}
.contact-section .contact-info-box .text{
position: relative;
margin-bottom: 28px;
}
.contact-section .contact-info-box .info-list li{
position: relative;
display: block;
font-size: 18px;
line-height: 26px;
color: #666666;
font-weight: 600;
padding-left: 35px;
margin-bottom: 18px;
}
.contact-section .contact-info-box .info-list li:last-child{
margin-bottom: 0px;
}
.contact-section .contact-info-box .info-list li a{
display: inline-block;
color: #666666;
}
.contact-section .contact-info-box .info-list li i{
position: absolute;
left: 0px;
top: 4px;
font-size: 18px;
}
.contact-section .contact-info-box .info-list li a:hover{
}
.contact-section .contact-info-box .info-list{
margin-bottom: 57px;
}
.contact-section .contact-info-box .social-links li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
}
.contact-section .contact-info-box .social-links li:last-child{
margin: 0px !important;
}
.contact-section .contact-info-box .social-links li a{
position: relative;
display: inline-block;
font-size: 15px;
color: #5b5858;
width: 45px;
height: 45px;
line-height: 40px;
border: 3px solid #e2e2e2;
border-radius: 50%;
text-align: center;
}
.contact-section .contact-info-box .social-links li a:hover{
color: #fff;
}
.contact-section .contact-info-box{
position: relative;
margin-right: 10px;
}
.contact-section .contact-info-box .sec-title{
margin-bottom: 45px;
}
.contact-section .form-inner .default-form .form-group input[type='text'],
.contact-section .form-inner .default-form .form-group input[type='email'],
.contact-section .form-inner .default-form .form-group textarea{
position: relative;
width: 100%;
height: 50px;
border: 1px solid #dbdbdb;
font-size: 15px;
font-weight: 600;
color: #5b5858;
padding: 10px 20px;
transition: all 500ms ease;
}
.contact-section .form-inner .default-form .form-group textarea{
resize: none;
height: 150px;
display: block;
}
.contact-section .form-inner .default-form .form-group input:focus,
.contact-section .form-inner .default-form .form-group textarea:focus{
}
.contact-section .form-inner .default-form .form-group{
position: relative;
margin-bottom: 34px;
}
.contact-section .form-inner .default-form .form-group:last-child{
margin-bottom: 0px;
}
.contact-section .form-inner .default-form .form-group label{
position: relative;
display: block;
font-size: 16px;
line-height: 24px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
margin-bottom: 8px;
color: #131313;
}
.contact-section .form-inner{
position: relative;
margin-right: 50px;
}
.contact-section .form-inner .sec-title{
margin-bottom: 28px;
}
.google-map-section{
position: relative;
width: 100%;
}
.google-map-section #contact-google-map{
position: relative;
width: 100%;
height: 750px;
}
.mb-30{
margin-bottom: 30px;
}
.white-bg{
background: #fff !important;
}
.mr-0{
margin: 0px !important;
} | 0.431824 | 0.051272 |
:root{
--theme-color: #0051d2;
--theme-coloradd:#00c6fb;
--font-color:black;
--trans-color:transparent;
--footer-link-color:#969595;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
}
body{
background:#000;
}
body::-webkit-scrollbar{
background: var(--theme-color);
border-radius:15px;
/* animation:movescroll 2s infinite; */
}
body::-webkit-scrollbar-thumb{
background:#000;
border-radius:15px;
cursor:pointer !important;
}
body::-webkit-scrollbar-thumb:hover{
background:linear-gradient(to bottom,#000,var(--theme-color),#000);
cursor:pointer !important;
}
body::-webkit-scrollbar-button{
background-color: #000;
border-radius:15px;
cursor:pointer !important;
}
a,
a:hover,
a:focus {
text-decoration: none;
outline:none;
}
.header_area{
width: 100%;
position:fixed;
top:0;
z-index:9999999;
background: #fff;
}
.main_menu{
display: flex;
align-items: center;
padding: 10px;
width: 100%;
}
.logo{
flex-basis: 30%;
display: flex;
}
.logo img{
width: 50px;
height:50px;
}
.logo h3{
width: 50px;
height:50px;
text-decoration: none;
}
#sideNav{
flex-basis: 60%;
}
#sideNav ul{
display: flex;
list-style: none;
align-items: center;
padding-bottom: 0;
}
#sideNav ul li{
list-style: none;
padding-left: 10px;
margin-bottom: 0;
margin-top: 10px;
font-weight: bold;
}
#sideNav ul li .active{
color:var(--theme-color);
}
#sideNav ul li a{
text-decoration: none;
padding-left: 10px;
margin-bottom: 0;
margin-top: 20px;
color:#000;
}
#sideNav ul li a:hover{
color:var(--theme-color);
}
#sideNav ul li a:focus{
color:#fff;
}
.addedFunction{
flex-basis: 20%;
margin-left:2% !important;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
}
.addedFunctionChild{
margin-right: 50px;
}
.searchToggler{
cursor: pointer;
outline: none;
background: transparent;
border: none;
}
.searchToggler:focus{
cursor: pointer;
outline: none;
background: transparent;
border: none;
}
.join{
border:none;
border-radius: 30px;
width: 160px;
height: 35px;
background-color:var(--theme-color);
color: #000;
font-weight: bold;
cursor: pointer;
outline: none;
margin-left:3% !important;
}
.join:hover{
background-color:#fff;
color:var(--theme-color);
font-weight: bold;
cursor: pointer;
border:none;
outline:none;
box-shadow:0px 0px 20px rgba(0,0,0,0.5);
}
.join:focus{
border:none;
outline:none;
}
.hamburger{
display:none;
}
@media screen and (max-width:1110px){
#sideNav {
width: 250px;
height: 100vh;
position: fixed;
right: -250px;
top: 0;
background:var(--theme-color);
opacity:0.9;
z-index: 2;
transition: 0.5s;
}
nav ul{
display: flex;
flex-direction: column;
justify-content: left;
text-transform: uppercase;
margin-top: 40%;
}
nav ul li{
list-style: none;
margin:50px 20px;
padding-bottom: 20px;
}
nav ul li a{
text-decoration: none;
color:#fff;
}
#sideNav ul li a:hover{
color:var(--theme-color);
}
#sideNav ul li a:focus{
color:#fff;
}
.logo{
margin-bottom:0;
}
.hamburger{
display:block;
height: 40px;
width: 100px;
position: fixed;
right: 10px;
top:12px;
z-index: 3;
background:transparent;
cursor: pointer;
display: flex;
padding: 6px;
}
#menuBtn{
height: 100%;
width: 100%;
background:transparent;
cursor: pointer;
border: none;
outline: none;
}
#menuBtn:hover{
cursor: pointer;
border: none;
outline: none;
}
.hamburger .searchToggler{
width: 50%;
flex-basis: 50%;
}
.hamburger .mobilemenuToggler{
flex-basis: 50%;
}
.hamburger .mobilemenuToggler i{
height: 100%;
width: 100%;
}
.addedFunction{
display: none;
}
}
/*=================================*/
/*=====MAIN SEARCHFORM=====*/
.thesearcher{
position:absolute;
right:10%;
top:10%;
z-index:-200;
background: white !important;
height:80px;
width:350px;
border-radius: 70px !important;
padding-top:20px !important;
opacity:0;
transition:1s;
}
.otherPagethesearcher{
position:absolute;
right:5%;
top:50%;
z-index:200;
background: white !important;
height:80px;
width:350px;
border-radius: 70px !important;
opacity:1;
padding-top:20px !important;
transition:1s;
}
.search-form{
width: 80% !important;
height:60% !important;
background: white !important;
margin:auto !important;
border-radius: 70px !important;
}
.search-form input[type="search"]{
height:100px !important;
font-size: 15px !important;
font-weight:bold;
outline:none !important;
border:none !important;
}
.search-form input[type="search"]:focus{
outline:none;
border:none;
}
.search-form button{
border: none;
border-radius: 30px !important;
height:100px !important;
color: white !important;
float: right;
margin-right:10px;
width:15%;
background-color: var(--theme-color) !important;
}
.search-form input[type="search"]::placeholder{
font-size: 15px !important;
font-weight:bold;
}
.otherPagesHeaderSearchDiv{
width: 60% !important;
margin-left: 15% !important;
height: auto;
}
.otherPagesHeaderSearch{
width: 90% !important;
margin-left: 15% !important;
margin-bottom:2% !important;
height:100px !important;
}
@media only screen and (max-width: 600px) {
.otherPagethesearcher{
/* display:none; */
top:65% !important;
}
}
@media only screen and (max-width: 1150px) {
#site-branding{
padding-top: 20px !important;
padding-bottom: 0px !important;
}
#site-detail a{
font-weight:bolder !important;
margin-left:70px !important;
}
.otherPagethesearcher{
position:absolute;
right:3%;
top:25%;
}
}
/*=====MAIN HERO=====*/
#hero{
position:relative;
height:80vh;
width:100%;
margin-bottom:0 !important;
padding-top:-50px !important;
margin-top: 70px;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
transition:2s;
}
.hero_image{
position:absolute;
width:100%;
height:100%;
background:rgb(243, 239, 239);
background-size:contain;
margin-top:0 !important;
top:0 !important;
z-index:2;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
transition:0.3s;
overflow:hidden;
}
.hero_image img{
position:absolute;
z-index:-7;
width:100%;
height:100%;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
transition:content 1s ease;
opacity:0;
}
@keyframes slidingLR{
0%{z-index:10;margin-left:-100%;}
50%{z-index:10;opacity:1;margin-left:0%;}
75%{z-index:10;opacity:1;margin-left:0%;}
85%{z-index:10;opacity:0.8;margin-left:0%;}
100{opacity:0;}
}
@keyframes slidingUD{
0%{z-index:10;margin-top:-100%;}
50%{z-index:10;opacity:1;margin-top:0%;}
75%{z-index:10;opacity:1;margin-top:0%;}
85%{z-index:10;opacity:0.8;margin-top:0%;}
100{opacity:1;z-index:-7;}
}
@keyframes slidingRL{
0%{z-index:10;margin-left:100%;}
50%{z-index:10;opacity:1;margin-left:0%;}
75%{z-index:10;opacity:1;margin-left:0%;}
85%{z-index:10;opacity:0.8;margin-left:0%;}
100{opacity:1;z-index:-7;}
}
@keyframes slidingDU{
0%{z-index:10;margin-top:100%;}
50%{z-index:10;opacity:1;margin-top:0%;}
75%{z-index:10;opacity:1;margin-top:0%;}
85%{z-index:10;opacity:0.8;margin-top:0%;}
100%{z-index:-7;opacity:0;}
}
#heroabout{
position:absolute;
width:100%;
height:100%;
margin-top:0 !important;
top:0 !important;
z-index:3;
background:transparent;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
}
#hero h1{
margin: 50px;
margin-top:250px;
font-weight: bolder;
font-size:50px;
color:#000;
transition: 1s ease-in-out;
border-radius: 15px;
}
#hero h1:hover{
color:#5882dd;
}
@media only screen and (max-width: 900px) {
#hero{
position:relative;
height:50vh;
width:100%;
}
#hero h1{
margin: 30px;
margin-top:90px;
font-size:26px;
color:#000;
}
}
/*=====END OF MAIN HERO=====*/
/* ============================================ */
/*=====OTHER PAGE HERO=====*/
.otherPageHero{
position:relative;
height:60vh;
background:rgba(0,0,0,0.8);
overflow:hidden;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
transition:1s;
}
.otherPageHero_image{
height: 100%;
width: 100%;
overflow:hidden;
background:black;
opacity:0.6;
padding-top:0px !important;
}
.otherPageHero_image img{
height: 100%;
width: 100%;
}
#otherPageHeroabout{
position:absolute;
width:100%;
height:100%;
margin-top:0 !important;
top:0 !important;
z-index:3;
background:transparent;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
text-align:left;
padding-top:20%;
}
#otherPageHeroabout h2{
font-weight: bolder;
font-size:40px;
color:#fff;
}
#otherPageHeroabout h3{
font-weight: bold;
font-size:25px;
color:#fff;
}
#otherPageHeroabout h2:hover,
#otherPageHeroabout h3:hover{
color:var(--theme-color);
}
@media only screen and (max-width: 900px) {
#otherPageHeroabout{
padding-top:50%;
}
}
/*=====END OF OTHER PAGE HERO=====*/
/*-----------FEATURE SECTION-----------*/
/*=====Get Started=====*/
.downBanner{
color: #fff !important;
background:var(--theme-color);
position: relative;
z-index: 1;
padding-top: 20px;
padding-bottom: 20px;
bottom: 0;
}
.downBanner:after {
background:var(--theme-color);
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0051d2;
opacity: .7;
z-index: -1;
}
.downBanner h2 {
color: #fff;
font-size: 30px;
margin-bottom: 30px;
font-weight: bolder;
}
.downBanner h4 {
color: #fff;
font-size: 16px;
margin-bottom: 45px;
font-weight: 400;
}
.downBanner .startButtons{
margin-bottom: 20px;
}
.downBanner .startButtons button{
border-color: #fff;
color: #fff !important;
background: var(--theme-color);
border-radius: 25px;
height: 45px;
width: 150px;
font-weight:bold;
transition:1s ease-in-out;
}
.downBanner .startButtons button:hover{
transform:scale(1.1);
}
.downBanner .startButtons button:focus{
outline: none;
}
.downBanner span {
font-size: 60px;
font-weight: 800;
font-family: "Open Sans", sans-serif;
margin-bottom: 28px;
display: block;
}
@media (max-width: 767px) {
.downBanner h2 {
margin-bottom: 26px;
}
.downBanner a span {
font-size: 25px;
margin-bottom: 0;
}
}
#getStarted{
padding:50px !important;
padding-top:80px !important;
top:0px !important;
bottom:0px !important;
}
#getStarted{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#getStarted h2,
#getStarted p{
font-weight:bolder;
}
/*=====Landing Video=====*/
.overroll{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 515px;
z-index: 1;
background-color: rgba(0,0,0,0.75);
opacity:3;
display: flex;
align-items: center;
justify-content: center;
border-top-left-radius: 25px !important;
border-top-right-radius: 25px !important;
}
.AboutVideo {
position: relative;
padding-top: 515px;
max-width: 100%;
background:black;
opacity:3;
border-top-left-radius: 25px !important;
border-top-right-radius: 25px !important;
}
.Video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
height: 400px !important;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
transition: 1s opacity;
}
.Video:focus{
outline:none;
border:none;
}
.pauseBtn {
display:none;
}
.playBtn,
.pauseBtn {
color: var(--theme-color);
cursor: pointer;
}
@media only screen and (max-width: 900px) {
.AboutVideo .Video {
width: 80%;
}
}
/*=====Main Features=====*/
.feature-wrapper{
width:100%;
background:black;
}
.feature-section {
background:var(--theme-color);
background-size: cover;
padding: 60px 0;
width:95% !important;
margin:auto auto;
border-radius:25px;
}
.card-feature {
padding: 40px 35px;
border-radius: 25px !important;
border: none;
background: #fff;
transition: all 300ms linear 0s;
}
.card-feature:hover{
transform:scale(1.05);
}
.card-feature__icon {
margin-bottom: 12px;
display: inline-block;
transform: translateY(4px);
}
.card-feature__icon i {
color: #0051d2;
font-size: 26px;
margin-right: 15px;
}
.card-feature__title {
font-size: 20px;
font-weight: 600;
color: #000;
}
.card-feature h3{
font-weight:bolder;
}
.card-feature p{
font-weight:bolder;
transform:translateY(20px);
opacity:0;
transition:0.5s all ease-in-out;
}
.appear{
opacity:1;
transform:translateY(0px);
}
.card-feature__subtitle {
margin-bottom: 0;
color: #797979;
}
.card-feature:hover {
background: #fff;
box-shadow: 0px 10px 20px 0px rgba(33, 20, 106, 0.1);
}
@media (max-width: 1200px) {
.card-feature {
padding: 30px 20px;
margin-bottom: 30px;
}
.card-feature__title {
font-size: 18px;
}
}
@media (max-width: 991px) {
.card-feature__icon {
display: block;
}
.card-feature__title {
font-size: 16px;
}
}
@media (max-width: 767px) {
.feature-section {
padding: 60px 0 30px;
}
}
/* Feature section css end
============================================================================================ */
/*---------------------------------------------------- */
/*---------------------------------------------------- */
.servicesWrapper{
background:black;
}
/*-------- Start offered-service Area ------------*/
.offered-service-area {
background:black;
padding-top:50px;
padding-bottom:50px;
}
.offered-service-area h1{
font-weight:bolder;
}
.offered-service-area h4{
text-align:justify;
font-weight:bolder;
}
.offered-service-area .offered-left p {
margin-top: 20px;
color:#fff;
text-align:justify;
font-weight:bold;
}
.offered-service-area .service-wrap {
margin-top: 20px;
overflow:hidden;
overflow-x:scroll;
-webkit-overflow-scrolling: touch;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
}
.offered-service-area .service-wrap::-webkit-scrollbar{
background: transparent;
border-radius:15px;
height:20px;
}
.offered-service-area .service-wrap::-webkit-scrollbar-thumb{
background:#fff;
border-radius:15px;
cursor:pointer !important;
}
.offered-service-area .service-wrap::-webkit-scrollbar-button{
background-color: #fff;
border-radius:15px;
cursor:pointer !important;
}
.offered-service-area .service-wrap .service-wrap-outer{
width:200%;
display:flex;
}
.offered-service-area .service-wrap .service-wrap-outer .service-wrap-inner{
width:100%;
height: 60%;
flex-shrink: 0;
}
.offered-service-area .service-wrap .single-service .thumb {
overflow: hidden;
}
.offered-service-area .service-wrap .single-service .thumb img {
width: 100%;
border-radius:15px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.offered-service-area .service-wrap .single-service h4 {
margin: 20px 0px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.offered-service-area .service-wrap .single-service:hover h4 {
color: var(--theme-color) !important;
}
.offered-service-area .service-wrap .single-service:hover .thumb img {
transform: scale(1.1) rotate(-2deg);
}
.offered-service-area .offered-right {
padding: 130px 0px;
margin-top: 70px;
margin-bottom: 70px;
/* background: url(wp-content/themes/shoppingcart/images/unsplash/shield-real.png) center;*/
background:var(--theme-color);
background-size: cover;
color: #fff;
text-align: center;
border-radius:15px;
}
.offered-service-area .offered-right h3{
font-weight:bolder;
}
.offered-service-area .offered-right .overlay-bg {
background: rgba(105, 190, 0, 0.85);
}
.offered-service-area .offered-right .dep-list {
margin-top: 10px;
margin-bottom: 10px;
}
.offered-service-area .offered-right .dep-list li {
margin-bottom: 20px;
font-weight:bold;
list-style: none;
}
.offered-service-area .offered-right .dep-list li a {
font-size: 14px;
font-weight: 400;
color: #fff;
font-weight:bold;
text-decoration: none;
cursor: pointer;
}
.offered-service-area .offered-right .dep-list li a:hover {
color: #000;
font-weight:bolder;
}
.viewall-btn{
border-color: transparent;
border-radius: 15px;
height: 45px;
width: 150px;
font-weight:bold;
}
.viewall-btn:hover{
height: 55px;
width: 155px;
}
.viewall-btn:focus{
outline: none;
}
@media screen and (max-width:500px){
#arrowleft,
#arrowright{
opacity:0;
}
.offered-service-area {
padding-bottom:0px;
}
}
/*=================End offered-service Area ====================*/
/*======================================================================== */
/* ================Service Area css======================= */
.service-area{
background:var(--theme-color);
padding-bottom:100px;
width:95%;
margin:auto auto;
border-radius: 25px !important;
}
.card-service {
padding: 40px 35px !important;
border: 0 !important;
border-radius: 25px !important;
background: #fff !important;
border: 1px solid #e8edf1 !important;
z-index: 22 !important;
position: relative !important;
transition: all 300ms linear 0s !important;
}
.card-service:hover{
transform:scale(1.05);
}
#second{
text-align:left !important;
}
#second a{
top:20px !important;
}
#first a{
top:23px !important;
}
#third a{
top:42px !important;
}
.card-service__icon {
margin-bottom: 12px;
height: 72px;
width: 72px;
background: transparent;
display: inline-block;
text-align: center;
line-height: 72px;
border-radius: 51px;
margin-bottom: 32px;
}
.card-service__icon i {
color: black;
font-weight:bold;
font-size:50px;
}
.card-service__icon img {
color: #43464e;
border-radius: 50%;
height: 100%;
width: 100%;
}
.card-service__title {
font-size: 20px !important;
font-weight: 600 !important;
color: #000!important;
border-top: 1px solid #e8edf1 !important;
padding-top: 26px !important;
margin-bottom: 16px !important;
}
.card-service__subtitle {
margin-bottom: 0;
color: #797979;
margin-bottom: 24px;
text-align:justify;
font-weight:bold;
}
.card-service__link {
font-size: 15px;
font-weight:bold;
color: #000;
letter-spacing: 1.5px;
position: relative;
}
.card-service__link:after {
content: '';
position: absolute;
left: 0;
bottom: -14px;
height: 2px;
width: 40px;
background: #33363e;
}
.card-service__link:hover:after {
width: 100%;
background: #0051d2;
transition: all 300ms linear 0s;
}
.area-heading {
margin-bottom: 60px;
padding-top: 100px !important;
}
.area-heading h3 {
font-size: 36px !important;
color: #000 !important;
position: relative !important;
font-weight:bolder;
}
.area-heading p {
font-size: 16px !important;
color: #000 !important;
padding-left: 40px !important;
margin-top: 5px !important;
}
@media (max-width: 1199px) {
.area-heading p {
padding-left: 0 !important;
}
#second{
text-align:center !important;
}
}
/*============================================================================================ */
/*=====Our Partners=====*/
#mobileserviceSlide{
display: none;
}
#serviceSlide{
margin-top: 50px;
margin-bottom:0px;
padding:20px;
width: 100%;
}
#serviceSlide h6{
color:white;
font-size:20px;
font-weight: bold;
text-transform:uppercase;
margin:7px 0;
text-align:left;
}
#serviceSlide p{
color:white;
font-size:20px;
font-weight: bold;
}
.ourPartnersHeading{
display:flex;
align-items:center;
justify-content:space-between;
padding-left:5% !important;
padding-right:5% !important;
}
.viewAllPartnersButton{
background:var(--theme-color);
border-radius:25px;
color:#fff;
font-weight:bold;
width:150px;
height:45px;
outline:none !important;
border:none !important;
}
.viewAllPartnersButton:hover {
height:55px;
width:160px;
}
.horizontal_slider{
display:block;
width:100%;
overflow-x:scroll;
padding:20px;
margin-top:20px;
box-sizing:border-box;
background-color:#000;
-ms-overflow:none;
border-radius:25px;
}
.horizontal_slider::-webkit-scrollbar{
background: transparent;
border-radius:15px;
height:20px;
/* animation:movescroll 2s infinite; */
}
.horizontal_slider::-webkit-scrollbar-thumb{
background:#fff;
border-radius:15px;
cursor:pointer !important;
}
.horizontal_slider::-webkit-scrollbar-button{
background-color: #fff;
border-radius:15px;
cursor:pointer !important;
}
.slider_container{
display:block;
white-space:nowrap;
margin-left:-300px;
}
.item{
display:inline-block;
margin-right:10px;
border-radius:25px;
width:20%;
}
.item img{
height:225px;
object-fit:cover;
border-radius:25px;
cursor:pointer;
}
.item i{
font-size:100px;
font-weight:bold;
color:white;
margin:auto 28%;
cursor:pointer;
animation:movescroll 30s infinite forwards ease-in-out;
}
@keyframes movescroll{
0%{
transform:translateX(-300px);
}
25%{
transform:translateX(750px);
}
50%{
transform:translateX(-300px);
}
75%{
transform:translateX(750px);
}
100%{
transform:translateX(-300px);
}
}
@media only screen and (max-width: 980px) {
.item{
width:30%;
}
.ourPartnersHeading{
flex-direction:column;
justify-content:left;
}
.viewAllPartnersButton{
margin-left:0px !important;
}
}
/*---------------------------------------------------- */
/* Testimonial section css start
============================================================================================ */
#carouselInnerMajor{
padding: 10% auto;
padding-top: 40px;
padding-left: 30%;
background:var(--theme-color);
border-bottom-left-radius:25px;
border-bottom-right-radius:25px;
}
.testimonialHeading{
padding-bottom:50px !important;
padding-left:5% !important;
}
.testimonialHeading h2,
.testimonialHeading p{
font-weight:bolder;
}
#carousel_Inner_Item{
height:90%;
width: 60%;
padding: 20px auto;
float: center;
}
#carousel_Inner_Item {
text-align: center;
}
#carousel_Inner_Item img {
width: auto;
margin: auto;
}
#carousel_Inner_Item p i, #carousel_Inner_Item p span {
font-size: 30px;
color: #525869;
position: relative;
bottom: 4px;
right: 3px;
}
#carousel_Inner_Item img{
z-index: -1;
}
.testi_item_content {
padding: 25px 10px;
}
.testi_item_content h4 {
font-size: 20px;
color: #33363e;
font-weight: 400;
margin-bottom: 0;
font-weight:bold;
}
.testi_item_content p {
font-style: italic;
font-size: 20px;
font-weight:bold;
text-align:justify;
margin-bottom: 45px;
}
.testimonial_image {
width: 100px;
height: 100px;
border-radius: 25px;
margin: 0 auto;
overflow: hidden;
margin-bottom: 18px;
}
.testimonial_image img{
border-radius: 25px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
background:transparent;
color:#000;
font-size:35px;
font-weight:bolder;
z-index: 8;
}
@media (max-width: 991px) {
#carouselInnerMajor{
padding-left: 9%;
}
.testimonialHeading{
padding-left:0% !important;
}
#carousel_Inner_Item{
width: 90%;
}
.testi_item_content {
width: 100%;
}
.testi_item_content p {
font-size:16px;
}
.testi_item_content h4 {
font-size: 16px;
}
}
/* Testimonial section css end
============================================================================================ */
/* Start Hotline Area css
============================================================================================ */
.hotline-area {
color: var(--font-color);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
z-index: 1;
padding-top: 20px;
}
#callNumber{
background-image: url("/images/unsplash/withteam.jpg") !important;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius:25px;
}
.hotline-area:after {
background:white !important;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0051d2;
opacity: .7;
z-index: -1;
}
.hotline-area h2 {
color: var(--font-color);
font-size: 30px;
margin-bottom: 30px;
font-weight: bolder;
}
.hotline-area h4 {
color: var(--font-color);
font-size: 16px;
margin-bottom: 45px;
font-weight: 400;
}
.hotline-area .startButtons{
margin-bottom: 20px;
}
.hotline-area .startButtons button{
border-color: transparent;
border-radius: 25px;
height: 45px;
width: 150px;
font-weight:bold;
}
.hotline-area .startButtons button:hover{
height: 55px;
width: 155px;
}
.hotline-area .startButtons button:focus{
outline: none;
}
.hotline-area .startButtons .getStarted{
background: var(--theme-color);
color: var(--font-color);
}
/*.hotline-area .startButtons .speakWithUs{
}
*/
.hotline-area span {
font-size: 60px;
font-weight: 800;
font-family: "Open Sans", sans-serif;
margin-bottom: 28px;
display: block;
}
.hotline-area p {
font-size: 17px;
font-weight:bold;
}
@media (max-width: 767px) {
.hotline-area h2 {
margin-bottom: 26px;
}
.hotline-area span {
font-size: 25px;
margin-bottom: 0;
}
}
/*=====NEW FOOTER=====*/
footer{
border-top-left-radius:25px;
border-top-right-radius:25px;
}
.site-footer{
background-color: black;
}
.site-info{
border-top-left-radius:25px;
border-top-right-radius:25px;
background-color: black;
}
#footercontainer{
border-top-left-radius:25px;
border-top-right-radius:25px;
}
#grid_footer h6{
color:var(--theme-color);
font-weight:bold;
font-size:18px;
}
#grid_footer h6 a{
color:var(--theme-color);
font-weight:bold;
font-size:18px;
}
.site-info hr{
background-color:var(--theme-color);
}
#grid_footer hr{
background-color:var(--theme-color);
}
#grid_footer a{
color:#F5F5F5;
font-weight:bold;
font-size:15px;
}
#grid_footer p{
color:#F5F5F5;
font-weight:bold;
font-size:15px;
}
.fa-facebook-f:hover{
color:lightblue;
transform:scale(1.4);
}
.fa-twitter:hover{
color:blue;
transform:scale(1.4);
}
.fa-google-plus:hover{
color:red;
transform:scale(1.4);
}
.fa-linkedin:hover{
background:blue;
border-radius:5px;
padding:1px;
color:white;
transform:scale(1.4);
}
.fa-instagram:hover{
color:purple;
transform:scale(1.4);
}
.fa-whatsapp:hover{
color:lightgreen;
transform:scale(1.4);
}
.copyright{
background: black;
}
.copyright_inside{
font-weight:bold !important;
padding-left:80%;
background-color: black;
}
.copyright a,
.copyright span{
font-weight:bold !important;
color:#797979
}
.footerservice-list li,
.footeraboutus-menu-list li,
.footercontact-menu-list li{
margin-bottom:20px !important;
}
.footerservice-list li a:hover,
.footeraboutus-menu-list li a:hover,
.footercontact-menu-list li a:hover{
color:var(--theme-color) !important;
}
#footer_widget .textwidget h2,
#footer_widget .widget_text h3,
#footer_widget .textwidget p,
#footer_widget .textwidget ul li a{
color: var(--footer-link-color) !important;
}
.topman{
position: absolute;;
border-radius:15px !important;
background: var(--theme-color);
top:0%;
left:3%;
color:#fff;
width: 40px;
height: 40px;
}
#goUp{
display: none;
position:fixed;
border-radius:15px !important;
background: var(--theme-color);
top:90%;
right:3%;
color:#fff;
width: 40px;
height: 40px;
}
#goUp button{
width: 100%;
height: 100%;
border-radius:15px !important;
background: var(--theme-color);
}
#goUp:focus,
#goUp button:focus{
outline:none !important;
border: none;
}
#goUp .back-to-top-text-double{
display: none;
}
@media only screen and (max-width: 980px) {
.copyright_inside{
font-weight:bold !important;
padding-left:23%;
background-color: black;
}
}
/*=====END OF NEW FOOTER=====*/ | Eckig/style.css | :root{
--theme-color: #0051d2;
--theme-coloradd:#00c6fb;
--font-color:black;
--trans-color:transparent;
--footer-link-color:#969595;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
}
body{
background:#000;
}
body::-webkit-scrollbar{
background: var(--theme-color);
border-radius:15px;
/* animation:movescroll 2s infinite; */
}
body::-webkit-scrollbar-thumb{
background:#000;
border-radius:15px;
cursor:pointer !important;
}
body::-webkit-scrollbar-thumb:hover{
background:linear-gradient(to bottom,#000,var(--theme-color),#000);
cursor:pointer !important;
}
body::-webkit-scrollbar-button{
background-color: #000;
border-radius:15px;
cursor:pointer !important;
}
a,
a:hover,
a:focus {
text-decoration: none;
outline:none;
}
.header_area{
width: 100%;
position:fixed;
top:0;
z-index:9999999;
background: #fff;
}
.main_menu{
display: flex;
align-items: center;
padding: 10px;
width: 100%;
}
.logo{
flex-basis: 30%;
display: flex;
}
.logo img{
width: 50px;
height:50px;
}
.logo h3{
width: 50px;
height:50px;
text-decoration: none;
}
#sideNav{
flex-basis: 60%;
}
#sideNav ul{
display: flex;
list-style: none;
align-items: center;
padding-bottom: 0;
}
#sideNav ul li{
list-style: none;
padding-left: 10px;
margin-bottom: 0;
margin-top: 10px;
font-weight: bold;
}
#sideNav ul li .active{
color:var(--theme-color);
}
#sideNav ul li a{
text-decoration: none;
padding-left: 10px;
margin-bottom: 0;
margin-top: 20px;
color:#000;
}
#sideNav ul li a:hover{
color:var(--theme-color);
}
#sideNav ul li a:focus{
color:#fff;
}
.addedFunction{
flex-basis: 20%;
margin-left:2% !important;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
}
.addedFunctionChild{
margin-right: 50px;
}
.searchToggler{
cursor: pointer;
outline: none;
background: transparent;
border: none;
}
.searchToggler:focus{
cursor: pointer;
outline: none;
background: transparent;
border: none;
}
.join{
border:none;
border-radius: 30px;
width: 160px;
height: 35px;
background-color:var(--theme-color);
color: #000;
font-weight: bold;
cursor: pointer;
outline: none;
margin-left:3% !important;
}
.join:hover{
background-color:#fff;
color:var(--theme-color);
font-weight: bold;
cursor: pointer;
border:none;
outline:none;
box-shadow:0px 0px 20px rgba(0,0,0,0.5);
}
.join:focus{
border:none;
outline:none;
}
.hamburger{
display:none;
}
@media screen and (max-width:1110px){
#sideNav {
width: 250px;
height: 100vh;
position: fixed;
right: -250px;
top: 0;
background:var(--theme-color);
opacity:0.9;
z-index: 2;
transition: 0.5s;
}
nav ul{
display: flex;
flex-direction: column;
justify-content: left;
text-transform: uppercase;
margin-top: 40%;
}
nav ul li{
list-style: none;
margin:50px 20px;
padding-bottom: 20px;
}
nav ul li a{
text-decoration: none;
color:#fff;
}
#sideNav ul li a:hover{
color:var(--theme-color);
}
#sideNav ul li a:focus{
color:#fff;
}
.logo{
margin-bottom:0;
}
.hamburger{
display:block;
height: 40px;
width: 100px;
position: fixed;
right: 10px;
top:12px;
z-index: 3;
background:transparent;
cursor: pointer;
display: flex;
padding: 6px;
}
#menuBtn{
height: 100%;
width: 100%;
background:transparent;
cursor: pointer;
border: none;
outline: none;
}
#menuBtn:hover{
cursor: pointer;
border: none;
outline: none;
}
.hamburger .searchToggler{
width: 50%;
flex-basis: 50%;
}
.hamburger .mobilemenuToggler{
flex-basis: 50%;
}
.hamburger .mobilemenuToggler i{
height: 100%;
width: 100%;
}
.addedFunction{
display: none;
}
}
/*=================================*/
/*=====MAIN SEARCHFORM=====*/
.thesearcher{
position:absolute;
right:10%;
top:10%;
z-index:-200;
background: white !important;
height:80px;
width:350px;
border-radius: 70px !important;
padding-top:20px !important;
opacity:0;
transition:1s;
}
.otherPagethesearcher{
position:absolute;
right:5%;
top:50%;
z-index:200;
background: white !important;
height:80px;
width:350px;
border-radius: 70px !important;
opacity:1;
padding-top:20px !important;
transition:1s;
}
.search-form{
width: 80% !important;
height:60% !important;
background: white !important;
margin:auto !important;
border-radius: 70px !important;
}
.search-form input[type="search"]{
height:100px !important;
font-size: 15px !important;
font-weight:bold;
outline:none !important;
border:none !important;
}
.search-form input[type="search"]:focus{
outline:none;
border:none;
}
.search-form button{
border: none;
border-radius: 30px !important;
height:100px !important;
color: white !important;
float: right;
margin-right:10px;
width:15%;
background-color: var(--theme-color) !important;
}
.search-form input[type="search"]::placeholder{
font-size: 15px !important;
font-weight:bold;
}
.otherPagesHeaderSearchDiv{
width: 60% !important;
margin-left: 15% !important;
height: auto;
}
.otherPagesHeaderSearch{
width: 90% !important;
margin-left: 15% !important;
margin-bottom:2% !important;
height:100px !important;
}
@media only screen and (max-width: 600px) {
.otherPagethesearcher{
/* display:none; */
top:65% !important;
}
}
@media only screen and (max-width: 1150px) {
#site-branding{
padding-top: 20px !important;
padding-bottom: 0px !important;
}
#site-detail a{
font-weight:bolder !important;
margin-left:70px !important;
}
.otherPagethesearcher{
position:absolute;
right:3%;
top:25%;
}
}
/*=====MAIN HERO=====*/
#hero{
position:relative;
height:80vh;
width:100%;
margin-bottom:0 !important;
padding-top:-50px !important;
margin-top: 70px;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
transition:2s;
}
.hero_image{
position:absolute;
width:100%;
height:100%;
background:rgb(243, 239, 239);
background-size:contain;
margin-top:0 !important;
top:0 !important;
z-index:2;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
transition:0.3s;
overflow:hidden;
}
.hero_image img{
position:absolute;
z-index:-7;
width:100%;
height:100%;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
transition:content 1s ease;
opacity:0;
}
@keyframes slidingLR{
0%{z-index:10;margin-left:-100%;}
50%{z-index:10;opacity:1;margin-left:0%;}
75%{z-index:10;opacity:1;margin-left:0%;}
85%{z-index:10;opacity:0.8;margin-left:0%;}
100{opacity:0;}
}
@keyframes slidingUD{
0%{z-index:10;margin-top:-100%;}
50%{z-index:10;opacity:1;margin-top:0%;}
75%{z-index:10;opacity:1;margin-top:0%;}
85%{z-index:10;opacity:0.8;margin-top:0%;}
100{opacity:1;z-index:-7;}
}
@keyframes slidingRL{
0%{z-index:10;margin-left:100%;}
50%{z-index:10;opacity:1;margin-left:0%;}
75%{z-index:10;opacity:1;margin-left:0%;}
85%{z-index:10;opacity:0.8;margin-left:0%;}
100{opacity:1;z-index:-7;}
}
@keyframes slidingDU{
0%{z-index:10;margin-top:100%;}
50%{z-index:10;opacity:1;margin-top:0%;}
75%{z-index:10;opacity:1;margin-top:0%;}
85%{z-index:10;opacity:0.8;margin-top:0%;}
100%{z-index:-7;opacity:0;}
}
#heroabout{
position:absolute;
width:100%;
height:100%;
margin-top:0 !important;
top:0 !important;
z-index:3;
background:transparent;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
}
#hero h1{
margin: 50px;
margin-top:250px;
font-weight: bolder;
font-size:50px;
color:#000;
transition: 1s ease-in-out;
border-radius: 15px;
}
#hero h1:hover{
color:#5882dd;
}
@media only screen and (max-width: 900px) {
#hero{
position:relative;
height:50vh;
width:100%;
}
#hero h1{
margin: 30px;
margin-top:90px;
font-size:26px;
color:#000;
}
}
/*=====END OF MAIN HERO=====*/
/* ============================================ */
/*=====OTHER PAGE HERO=====*/
.otherPageHero{
position:relative;
height:60vh;
background:rgba(0,0,0,0.8);
overflow:hidden;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
transition:1s;
}
.otherPageHero_image{
height: 100%;
width: 100%;
overflow:hidden;
background:black;
opacity:0.6;
padding-top:0px !important;
}
.otherPageHero_image img{
height: 100%;
width: 100%;
}
#otherPageHeroabout{
position:absolute;
width:100%;
height:100%;
margin-top:0 !important;
top:0 !important;
z-index:3;
background:transparent;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
text-align:left;
padding-top:20%;
}
#otherPageHeroabout h2{
font-weight: bolder;
font-size:40px;
color:#fff;
}
#otherPageHeroabout h3{
font-weight: bold;
font-size:25px;
color:#fff;
}
#otherPageHeroabout h2:hover,
#otherPageHeroabout h3:hover{
color:var(--theme-color);
}
@media only screen and (max-width: 900px) {
#otherPageHeroabout{
padding-top:50%;
}
}
/*=====END OF OTHER PAGE HERO=====*/
/*-----------FEATURE SECTION-----------*/
/*=====Get Started=====*/
.downBanner{
color: #fff !important;
background:var(--theme-color);
position: relative;
z-index: 1;
padding-top: 20px;
padding-bottom: 20px;
bottom: 0;
}
.downBanner:after {
background:var(--theme-color);
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0051d2;
opacity: .7;
z-index: -1;
}
.downBanner h2 {
color: #fff;
font-size: 30px;
margin-bottom: 30px;
font-weight: bolder;
}
.downBanner h4 {
color: #fff;
font-size: 16px;
margin-bottom: 45px;
font-weight: 400;
}
.downBanner .startButtons{
margin-bottom: 20px;
}
.downBanner .startButtons button{
border-color: #fff;
color: #fff !important;
background: var(--theme-color);
border-radius: 25px;
height: 45px;
width: 150px;
font-weight:bold;
transition:1s ease-in-out;
}
.downBanner .startButtons button:hover{
transform:scale(1.1);
}
.downBanner .startButtons button:focus{
outline: none;
}
.downBanner span {
font-size: 60px;
font-weight: 800;
font-family: "Open Sans", sans-serif;
margin-bottom: 28px;
display: block;
}
@media (max-width: 767px) {
.downBanner h2 {
margin-bottom: 26px;
}
.downBanner a span {
font-size: 25px;
margin-bottom: 0;
}
}
#getStarted{
padding:50px !important;
padding-top:80px !important;
top:0px !important;
bottom:0px !important;
}
#getStarted{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#getStarted h2,
#getStarted p{
font-weight:bolder;
}
/*=====Landing Video=====*/
.overroll{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 515px;
z-index: 1;
background-color: rgba(0,0,0,0.75);
opacity:3;
display: flex;
align-items: center;
justify-content: center;
border-top-left-radius: 25px !important;
border-top-right-radius: 25px !important;
}
.AboutVideo {
position: relative;
padding-top: 515px;
max-width: 100%;
background:black;
opacity:3;
border-top-left-radius: 25px !important;
border-top-right-radius: 25px !important;
}
.Video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
height: 400px !important;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
transition: 1s opacity;
}
.Video:focus{
outline:none;
border:none;
}
.pauseBtn {
display:none;
}
.playBtn,
.pauseBtn {
color: var(--theme-color);
cursor: pointer;
}
@media only screen and (max-width: 900px) {
.AboutVideo .Video {
width: 80%;
}
}
/*=====Main Features=====*/
.feature-wrapper{
width:100%;
background:black;
}
.feature-section {
background:var(--theme-color);
background-size: cover;
padding: 60px 0;
width:95% !important;
margin:auto auto;
border-radius:25px;
}
.card-feature {
padding: 40px 35px;
border-radius: 25px !important;
border: none;
background: #fff;
transition: all 300ms linear 0s;
}
.card-feature:hover{
transform:scale(1.05);
}
.card-feature__icon {
margin-bottom: 12px;
display: inline-block;
transform: translateY(4px);
}
.card-feature__icon i {
color: #0051d2;
font-size: 26px;
margin-right: 15px;
}
.card-feature__title {
font-size: 20px;
font-weight: 600;
color: #000;
}
.card-feature h3{
font-weight:bolder;
}
.card-feature p{
font-weight:bolder;
transform:translateY(20px);
opacity:0;
transition:0.5s all ease-in-out;
}
.appear{
opacity:1;
transform:translateY(0px);
}
.card-feature__subtitle {
margin-bottom: 0;
color: #797979;
}
.card-feature:hover {
background: #fff;
box-shadow: 0px 10px 20px 0px rgba(33, 20, 106, 0.1);
}
@media (max-width: 1200px) {
.card-feature {
padding: 30px 20px;
margin-bottom: 30px;
}
.card-feature__title {
font-size: 18px;
}
}
@media (max-width: 991px) {
.card-feature__icon {
display: block;
}
.card-feature__title {
font-size: 16px;
}
}
@media (max-width: 767px) {
.feature-section {
padding: 60px 0 30px;
}
}
/* Feature section css end
============================================================================================ */
/*---------------------------------------------------- */
/*---------------------------------------------------- */
.servicesWrapper{
background:black;
}
/*-------- Start offered-service Area ------------*/
.offered-service-area {
background:black;
padding-top:50px;
padding-bottom:50px;
}
.offered-service-area h1{
font-weight:bolder;
}
.offered-service-area h4{
text-align:justify;
font-weight:bolder;
}
.offered-service-area .offered-left p {
margin-top: 20px;
color:#fff;
text-align:justify;
font-weight:bold;
}
.offered-service-area .service-wrap {
margin-top: 20px;
overflow:hidden;
overflow-x:scroll;
-webkit-overflow-scrolling: touch;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
}
.offered-service-area .service-wrap::-webkit-scrollbar{
background: transparent;
border-radius:15px;
height:20px;
}
.offered-service-area .service-wrap::-webkit-scrollbar-thumb{
background:#fff;
border-radius:15px;
cursor:pointer !important;
}
.offered-service-area .service-wrap::-webkit-scrollbar-button{
background-color: #fff;
border-radius:15px;
cursor:pointer !important;
}
.offered-service-area .service-wrap .service-wrap-outer{
width:200%;
display:flex;
}
.offered-service-area .service-wrap .service-wrap-outer .service-wrap-inner{
width:100%;
height: 60%;
flex-shrink: 0;
}
.offered-service-area .service-wrap .single-service .thumb {
overflow: hidden;
}
.offered-service-area .service-wrap .single-service .thumb img {
width: 100%;
border-radius:15px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.offered-service-area .service-wrap .single-service h4 {
margin: 20px 0px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.offered-service-area .service-wrap .single-service:hover h4 {
color: var(--theme-color) !important;
}
.offered-service-area .service-wrap .single-service:hover .thumb img {
transform: scale(1.1) rotate(-2deg);
}
.offered-service-area .offered-right {
padding: 130px 0px;
margin-top: 70px;
margin-bottom: 70px;
/* background: url(wp-content/themes/shoppingcart/images/unsplash/shield-real.png) center;*/
background:var(--theme-color);
background-size: cover;
color: #fff;
text-align: center;
border-radius:15px;
}
.offered-service-area .offered-right h3{
font-weight:bolder;
}
.offered-service-area .offered-right .overlay-bg {
background: rgba(105, 190, 0, 0.85);
}
.offered-service-area .offered-right .dep-list {
margin-top: 10px;
margin-bottom: 10px;
}
.offered-service-area .offered-right .dep-list li {
margin-bottom: 20px;
font-weight:bold;
list-style: none;
}
.offered-service-area .offered-right .dep-list li a {
font-size: 14px;
font-weight: 400;
color: #fff;
font-weight:bold;
text-decoration: none;
cursor: pointer;
}
.offered-service-area .offered-right .dep-list li a:hover {
color: #000;
font-weight:bolder;
}
.viewall-btn{
border-color: transparent;
border-radius: 15px;
height: 45px;
width: 150px;
font-weight:bold;
}
.viewall-btn:hover{
height: 55px;
width: 155px;
}
.viewall-btn:focus{
outline: none;
}
@media screen and (max-width:500px){
#arrowleft,
#arrowright{
opacity:0;
}
.offered-service-area {
padding-bottom:0px;
}
}
/*=================End offered-service Area ====================*/
/*======================================================================== */
/* ================Service Area css======================= */
.service-area{
background:var(--theme-color);
padding-bottom:100px;
width:95%;
margin:auto auto;
border-radius: 25px !important;
}
.card-service {
padding: 40px 35px !important;
border: 0 !important;
border-radius: 25px !important;
background: #fff !important;
border: 1px solid #e8edf1 !important;
z-index: 22 !important;
position: relative !important;
transition: all 300ms linear 0s !important;
}
.card-service:hover{
transform:scale(1.05);
}
#second{
text-align:left !important;
}
#second a{
top:20px !important;
}
#first a{
top:23px !important;
}
#third a{
top:42px !important;
}
.card-service__icon {
margin-bottom: 12px;
height: 72px;
width: 72px;
background: transparent;
display: inline-block;
text-align: center;
line-height: 72px;
border-radius: 51px;
margin-bottom: 32px;
}
.card-service__icon i {
color: black;
font-weight:bold;
font-size:50px;
}
.card-service__icon img {
color: #43464e;
border-radius: 50%;
height: 100%;
width: 100%;
}
.card-service__title {
font-size: 20px !important;
font-weight: 600 !important;
color: #000!important;
border-top: 1px solid #e8edf1 !important;
padding-top: 26px !important;
margin-bottom: 16px !important;
}
.card-service__subtitle {
margin-bottom: 0;
color: #797979;
margin-bottom: 24px;
text-align:justify;
font-weight:bold;
}
.card-service__link {
font-size: 15px;
font-weight:bold;
color: #000;
letter-spacing: 1.5px;
position: relative;
}
.card-service__link:after {
content: '';
position: absolute;
left: 0;
bottom: -14px;
height: 2px;
width: 40px;
background: #33363e;
}
.card-service__link:hover:after {
width: 100%;
background: #0051d2;
transition: all 300ms linear 0s;
}
.area-heading {
margin-bottom: 60px;
padding-top: 100px !important;
}
.area-heading h3 {
font-size: 36px !important;
color: #000 !important;
position: relative !important;
font-weight:bolder;
}
.area-heading p {
font-size: 16px !important;
color: #000 !important;
padding-left: 40px !important;
margin-top: 5px !important;
}
@media (max-width: 1199px) {
.area-heading p {
padding-left: 0 !important;
}
#second{
text-align:center !important;
}
}
/*============================================================================================ */
/*=====Our Partners=====*/
#mobileserviceSlide{
display: none;
}
#serviceSlide{
margin-top: 50px;
margin-bottom:0px;
padding:20px;
width: 100%;
}
#serviceSlide h6{
color:white;
font-size:20px;
font-weight: bold;
text-transform:uppercase;
margin:7px 0;
text-align:left;
}
#serviceSlide p{
color:white;
font-size:20px;
font-weight: bold;
}
.ourPartnersHeading{
display:flex;
align-items:center;
justify-content:space-between;
padding-left:5% !important;
padding-right:5% !important;
}
.viewAllPartnersButton{
background:var(--theme-color);
border-radius:25px;
color:#fff;
font-weight:bold;
width:150px;
height:45px;
outline:none !important;
border:none !important;
}
.viewAllPartnersButton:hover {
height:55px;
width:160px;
}
.horizontal_slider{
display:block;
width:100%;
overflow-x:scroll;
padding:20px;
margin-top:20px;
box-sizing:border-box;
background-color:#000;
-ms-overflow:none;
border-radius:25px;
}
.horizontal_slider::-webkit-scrollbar{
background: transparent;
border-radius:15px;
height:20px;
/* animation:movescroll 2s infinite; */
}
.horizontal_slider::-webkit-scrollbar-thumb{
background:#fff;
border-radius:15px;
cursor:pointer !important;
}
.horizontal_slider::-webkit-scrollbar-button{
background-color: #fff;
border-radius:15px;
cursor:pointer !important;
}
.slider_container{
display:block;
white-space:nowrap;
margin-left:-300px;
}
.item{
display:inline-block;
margin-right:10px;
border-radius:25px;
width:20%;
}
.item img{
height:225px;
object-fit:cover;
border-radius:25px;
cursor:pointer;
}
.item i{
font-size:100px;
font-weight:bold;
color:white;
margin:auto 28%;
cursor:pointer;
animation:movescroll 30s infinite forwards ease-in-out;
}
@keyframes movescroll{
0%{
transform:translateX(-300px);
}
25%{
transform:translateX(750px);
}
50%{
transform:translateX(-300px);
}
75%{
transform:translateX(750px);
}
100%{
transform:translateX(-300px);
}
}
@media only screen and (max-width: 980px) {
.item{
width:30%;
}
.ourPartnersHeading{
flex-direction:column;
justify-content:left;
}
.viewAllPartnersButton{
margin-left:0px !important;
}
}
/*---------------------------------------------------- */
/* Testimonial section css start
============================================================================================ */
#carouselInnerMajor{
padding: 10% auto;
padding-top: 40px;
padding-left: 30%;
background:var(--theme-color);
border-bottom-left-radius:25px;
border-bottom-right-radius:25px;
}
.testimonialHeading{
padding-bottom:50px !important;
padding-left:5% !important;
}
.testimonialHeading h2,
.testimonialHeading p{
font-weight:bolder;
}
#carousel_Inner_Item{
height:90%;
width: 60%;
padding: 20px auto;
float: center;
}
#carousel_Inner_Item {
text-align: center;
}
#carousel_Inner_Item img {
width: auto;
margin: auto;
}
#carousel_Inner_Item p i, #carousel_Inner_Item p span {
font-size: 30px;
color: #525869;
position: relative;
bottom: 4px;
right: 3px;
}
#carousel_Inner_Item img{
z-index: -1;
}
.testi_item_content {
padding: 25px 10px;
}
.testi_item_content h4 {
font-size: 20px;
color: #33363e;
font-weight: 400;
margin-bottom: 0;
font-weight:bold;
}
.testi_item_content p {
font-style: italic;
font-size: 20px;
font-weight:bold;
text-align:justify;
margin-bottom: 45px;
}
.testimonial_image {
width: 100px;
height: 100px;
border-radius: 25px;
margin: 0 auto;
overflow: hidden;
margin-bottom: 18px;
}
.testimonial_image img{
border-radius: 25px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
background:transparent;
color:#000;
font-size:35px;
font-weight:bolder;
z-index: 8;
}
@media (max-width: 991px) {
#carouselInnerMajor{
padding-left: 9%;
}
.testimonialHeading{
padding-left:0% !important;
}
#carousel_Inner_Item{
width: 90%;
}
.testi_item_content {
width: 100%;
}
.testi_item_content p {
font-size:16px;
}
.testi_item_content h4 {
font-size: 16px;
}
}
/* Testimonial section css end
============================================================================================ */
/* Start Hotline Area css
============================================================================================ */
.hotline-area {
color: var(--font-color);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
z-index: 1;
padding-top: 20px;
}
#callNumber{
background-image: url("/images/unsplash/withteam.jpg") !important;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius:25px;
}
.hotline-area:after {
background:white !important;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0051d2;
opacity: .7;
z-index: -1;
}
.hotline-area h2 {
color: var(--font-color);
font-size: 30px;
margin-bottom: 30px;
font-weight: bolder;
}
.hotline-area h4 {
color: var(--font-color);
font-size: 16px;
margin-bottom: 45px;
font-weight: 400;
}
.hotline-area .startButtons{
margin-bottom: 20px;
}
.hotline-area .startButtons button{
border-color: transparent;
border-radius: 25px;
height: 45px;
width: 150px;
font-weight:bold;
}
.hotline-area .startButtons button:hover{
height: 55px;
width: 155px;
}
.hotline-area .startButtons button:focus{
outline: none;
}
.hotline-area .startButtons .getStarted{
background: var(--theme-color);
color: var(--font-color);
}
/*.hotline-area .startButtons .speakWithUs{
}
*/
.hotline-area span {
font-size: 60px;
font-weight: 800;
font-family: "Open Sans", sans-serif;
margin-bottom: 28px;
display: block;
}
.hotline-area p {
font-size: 17px;
font-weight:bold;
}
@media (max-width: 767px) {
.hotline-area h2 {
margin-bottom: 26px;
}
.hotline-area span {
font-size: 25px;
margin-bottom: 0;
}
}
/*=====NEW FOOTER=====*/
footer{
border-top-left-radius:25px;
border-top-right-radius:25px;
}
.site-footer{
background-color: black;
}
.site-info{
border-top-left-radius:25px;
border-top-right-radius:25px;
background-color: black;
}
#footercontainer{
border-top-left-radius:25px;
border-top-right-radius:25px;
}
#grid_footer h6{
color:var(--theme-color);
font-weight:bold;
font-size:18px;
}
#grid_footer h6 a{
color:var(--theme-color);
font-weight:bold;
font-size:18px;
}
.site-info hr{
background-color:var(--theme-color);
}
#grid_footer hr{
background-color:var(--theme-color);
}
#grid_footer a{
color:#F5F5F5;
font-weight:bold;
font-size:15px;
}
#grid_footer p{
color:#F5F5F5;
font-weight:bold;
font-size:15px;
}
.fa-facebook-f:hover{
color:lightblue;
transform:scale(1.4);
}
.fa-twitter:hover{
color:blue;
transform:scale(1.4);
}
.fa-google-plus:hover{
color:red;
transform:scale(1.4);
}
.fa-linkedin:hover{
background:blue;
border-radius:5px;
padding:1px;
color:white;
transform:scale(1.4);
}
.fa-instagram:hover{
color:purple;
transform:scale(1.4);
}
.fa-whatsapp:hover{
color:lightgreen;
transform:scale(1.4);
}
.copyright{
background: black;
}
.copyright_inside{
font-weight:bold !important;
padding-left:80%;
background-color: black;
}
.copyright a,
.copyright span{
font-weight:bold !important;
color:#797979
}
.footerservice-list li,
.footeraboutus-menu-list li,
.footercontact-menu-list li{
margin-bottom:20px !important;
}
.footerservice-list li a:hover,
.footeraboutus-menu-list li a:hover,
.footercontact-menu-list li a:hover{
color:var(--theme-color) !important;
}
#footer_widget .textwidget h2,
#footer_widget .widget_text h3,
#footer_widget .textwidget p,
#footer_widget .textwidget ul li a{
color: var(--footer-link-color) !important;
}
.topman{
position: absolute;;
border-radius:15px !important;
background: var(--theme-color);
top:0%;
left:3%;
color:#fff;
width: 40px;
height: 40px;
}
#goUp{
display: none;
position:fixed;
border-radius:15px !important;
background: var(--theme-color);
top:90%;
right:3%;
color:#fff;
width: 40px;
height: 40px;
}
#goUp button{
width: 100%;
height: 100%;
border-radius:15px !important;
background: var(--theme-color);
}
#goUp:focus,
#goUp button:focus{
outline:none !important;
border: none;
}
#goUp .back-to-top-text-double{
display: none;
}
@media only screen and (max-width: 980px) {
.copyright_inside{
font-weight:bold !important;
padding-left:23%;
background-color: black;
}
}
/*=====END OF NEW FOOTER=====*/ | 0.307358 | 0.090735 |
@media screen and (min-width: 4500px) {
.header_menu:after {
border-bottom: 62px solid #1bbc9b;
border-left: 31px solid transparent;
width: 43%;
margin-bottom: -62px;
}
.nav>li>a {
padding: 15px 3px;
}
.brand-collection {
margin: 29px 30px;
}
}
@media screen and (min-width: 3001px) and (max-width: 4500px) {
.header_menu:after {
width: 41%;
margin-bottom: -53px;
border-bottom: 53px solid #1bbc9b;
}
}
@media screen and (min-width: 2300px) and (max-width: 3000px) {
.header_menu:after {
width: 38%;
}
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
.header_menu:after {
width: 25%;
}
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
.header_menu:after {
width: 22%;
}
#blog_slider .owl-next {
margin-right: -1px;
}
ul.comming-soon-menu li a:hover:before {
width: 15%;
}
.banner-middle-part {
padding: 62px 0;
max-height: 281px;
}
.banner-middle-part h1 {
font-size: 40px;
}
.banner-height {
max-height: 281.47px;
overflow: hidden;
}
figure.banner-first-part img {
height: 281px;
}
}
@media screen and (max-width: 1200px) {
.banner-middle-part {
padding: 62px 0;
max-height: 316px;
}
.banner-middle-part h1 {
font-size: 40px;
}
.banner-height {
max-height: 281px;
}
.header_menu:after {
width: 20%;
}
#lookbook_slider .owl-prev,
#lookbook_slider .owl-next {
top: 100%;
margin-left: 0px;
margin-right: 0px;
position: relative;
float: none;
margin-top: 30px;
}
#lookbook_slider .owl-prev {
margin-right: 5px;
}
#lookbook_slider .owl-next {
margin-left: 5px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
.nav>li>a {
padding: 15px;
}
.header_menu:after {
width: 24%;
}
.short-description h4,
.arrival-image-content h4 {
font-size: 12px;
}
.coustom-section h4,
.featured-product h5,
.categories-section h4 {
font-size: 17px;
}
.nav.cart-menu-tab>li>a {
padding: 15px 44px;
}
.banner-height {
max-height: 240px;
overflow: hidden;
}
.banner-middle-part,
figure.banner-first-part {
max-height: 240px;
overflow: hidden;
}
.banner-middle-part {
padding: 45px 0;
}
.banner-middle-part h1 {
font-size: 35px;
}
.facebook_connect p {
padding: 8px;
}
.payment-check {
padding: 20px 40px;
}
.your-address label {
font-size: 13px;
}
.blogSlide-content {
padding: 16px 35px;
}
.blog-recent-post h4,
.blog-category h4,
.blog-social-list h4 {
font-size: 15px;
}
ul.footer-social-icon li a {
padding: 0 3px;
}
ul.blog-shared-post li {
margin-right: 2px;
}
.detail-author {
padding: 5px 0;
}
.shared-post p {
font-size: 15px;
}
.banner-home-two {
height: 240px;
overflow: hidden;
}
.list-item-small a i {
margin-right: 10px;
}
.list-item-feature p,
.list-item-select p,
.list-item-small p {
font-size: 12px;
}
.list-item-select select {
margin: 0 9px;
}
.list-item-feature select {
width: 126px;
}
#lookbook_slider .owl-prev,
#lookbook_slider .owl-next {
top: 100%;
margin-left: 0px;
margin-right: 0px;
position: relative;
float: none;
margin-top: 30px;
}
#lookbook_slider .owl-prev {
margin-right: 5px;
}
#lookbook_slider .owl-next {
margin-left: 5px;
}
.free-shipping h4 {
font-size: 17px;
}
.free-shipping {
padding: 35px 22px;
}
.blog-box-info {
padding: 15px;
}
.blog-recent-post,
.blog-social-list,
.blog-category,
.blog-widget {
padding: 24px 28px;
}
#latest_news .owl-nav {
top: -21%;
}
.brand-deatil figure img {
height: 214px;
}
.brand-collection {
margin: 38px 0;
}
.bg-color-three figure img {
height: 272px;
}
.jewellery_title {
margin: 59px 0;
}
.bg-color-three figure img, .bg-color-two figure img {
height: 271px;
}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
.nav>li>a {
padding: 15px 9px;
}
ul.nav.nav-tabs.faq-tab a {
padding: 15px 17px;
}
.short-description h4,
.arrival-image-content h4 {
font-size: 12px;
}
.jewellery_title {
margin: 36.5px 0;
}
.bg-color-three figure img,
.bg-color-two figure img {
max-height: 229px;
}
.banner-middle-part {
padding: 41px 0;
}
.banner-middle-part h1 {
font-size: 35px;
}
.banner-height {
max-height: 232px;
overflow: hidden;
}
.banner-middle-part,
figure.banner-first-part {
max-height: 232px;
}
.free-shipping {
padding: 50px 10px;
}
.free-shipping h5 {
font-size: 12px;
}
.free-shipping h4 {
font-size: 19px;
}
ul.footer-social-icon li a {
padding: 0 3px;
}
.working-time {
font-size: 12px;
}
.coustom-section h4,
.featured-product h5,
.categories-section h4 {
font-size: 16px;
}
.list-item-product.list-item-box a i {
margin-right: 6px;
}
.list-item-product.list-item-box p {
font-size: 13px;
}
.list-product.list-item-box select {
width: 77px;
margin: 0 5px;
}
.shot_by.list-item-box select {
padding: 0 5px;
width: 119px;
}
.nav.cart-menu-tab>li>a {
padding: 15px 43px;
}
.facebook_connect p {
padding: 8px;
}
.payment-check {
padding: 20px 40px;
}
.your-address label {
font-size: 13px;
}
.blogSlide-content {
padding: 15px 35px;
}
.recent-list h6 {
font-size: 14px;
}
.blog-recent-post h4,
.blog-category h4,
.blog-social-list h4 {
font-size: 15px;
}
.shared-post p {
font-size: 15px;
}
ul.blog-shared-post li {
margin-right: 2px;
}
.detail-author {
padding: 5px 0;
}
.detail-full {
padding: 25px 0;
}
.comming-soon-content {
margin-top: -245px;
}
.cs_content p {
font-size: 19px;
max-width: 80%;
}
.main-hrader {
z-index: 100;
background: #fff;
}
.home-video-text h2 {
font-size: 56px;
}
.page-links div a {
font-size: 12px;
}
ul.blog-social li {
margin-right: 12px;
}
#lookbook_slider .owl-prev,
#lookbook_slider .owl-next {
top: 100%;
margin-left: 0px;
margin-right: 0px;
position: relative;
float: none;
margin-top: 30px;
}
#lookbook_slider .owl-prev {
margin-right: 5px;
}
#lookbook_slider .owl-next {
margin-left: 5px;
}
.image-caption img {
height: 456px;
}
.about-detail {
height: 489px;
}
.remember_me label {
margin-left: 13px;
}
.product-heading-title p,
.quantity {
padding: 34px 0;
}
.time-cross {
padding: 29px 0;
}
.time-cross.time-cross-xs {
padding: 40px 0;
}
.blog-box-info {
padding: 15px 20px;
}
.blog-recent-post,
.blog-social-list,
.blog-category,
.blog-widget {
padding: 24px 28px;
}
#latest_news .owl-nav {
top: -21%;
}
.brand-deatil figure img {
height: 213.4px;
}
.brand-collection {
margin: 37.9px 0;
}
.bg-color-three figure img,
.bg-color-two figure img {
height:229px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.navbar-default .navbar-nav>li>a {
font-size: 12px;
}
.nav>li>a {
padding: 15px 7px;
}
ul.nav.nav-tabs.faq-tab a {
padding: 15px 17px;
}
.navbar-default .navbar-nav>li a i {
margin-left: 3px;
}
.slider-content {
padding: 0 50px;
}
.slider-text {
margin-top: -72px;
}
.slider-content h1 {
font-size: 40px;
}
.journey-heading h4 {
font-size: 18px;
}
.banner-middle-part {
padding: 23px 0;
}
.banner-middle-part h1 {
font-size: 26px;
}
.banner-height {
height: 181px;
overflow: hidden;
}
figure.banner-first-part,
.banner-middle-part,
figure.banner-first-part {
max-height: 181px;
}
.free-shipping h4 {
font-size: 14px;
}
.arrival-image-content h4 {
font-size: 12px;
}
.shopping-cart-icon ul li a {
margin: 8px 7px;
}
.header_menu:after {
width: 27%;
margin-bottom: -50px;
}
.vertical-slider a.bx-prev {
top: -13%;
}
.vertical-slider a.bx-next {
top: 110%;
}
.product-page-heading {
padding-top: 30px;
}
.product_menu ul li a {
padding: 0 9px;
}
.list-product select {
width: 36px;
padding: 0 2px;
margin: 0 5px;
}
.shot_by select {
padding: 0 5px;
width: 123px;
}
.coustom-section h4,
.featured-product h5,
.categories-section h4 {
font-size: 12px;
}
.footer-box-one p {
font-size: 13px;
}
.collection-res,
.footer-first-box {
margin-bottom: 30px;
}
.free-shipping {
padding: 30px 0;
}
.nav.cart-menu-tab>li>a {
padding: 15px 21px;
}
.product-table-heading h4 {
font-size: 14px;
}
.product-heading-title p {
font-size: 12px;
padding: 36px 0;
}
.quantity {
padding: 30px 0;
}
.summary-sm {
padding: 29px 0;
}
.left-border:before {
display: none;
}
.your-order {
padding: 37px;
}
.remember_me label {
font-size: 12px;
margin-left: 16px;
}
.payment-check {
padding: 20px 2%;
}
.blog-slider-box figcaption {
margin-top: -65.5px;
}
.blog-page-res {
margin-bottom: 30px;
}
ul.blog-shared-post li {
margin: 0 3px 5px 0;
}
.shared-post p {
font-size: 16px;
}
.detail-author {
padding: 9px 0;
}
.contact-location-box p {
font-size: 12px;
}
.contact-location-box h4 {
font-size: 15px;
}
.checkout-order-section {
padding: 20px;
}
.checkout-proceed {
padding: 20px 2%;
}
.comming-soon-content {
margin-top: -247.5px;
}
.cs_content p {
font-size: 19px;
max-width: 100%;
}
.nav.product-description-one li a {
padding: 15px 25px;
}
.list-item-small {
margin-bottom: 20px;
}
.list-item-small p {
float: right;
}
.list-item-select select {
width: 80px;
padding: 0 15px;
}
.list-item-feature select {
width: 148px;
}
.blog-recent-post,
.blog-social-list,
.blog-category,
.blog-widget {
padding: 24px 18px;
}
.service-section {
margin-bottom: 0;
}
.footer-section {
position: relative;
z-index: 90;
}
.news_details h4 {
font-size: 15px;
}
.banner-two-main-box figcaption {
margin-top: -66.5px;
}
.banner-two-details h2 {
font-size: 30px;
padding: 5px 0;
}
.banner-home-two {
height: 180px;
overflow: hidden;
}
.home-video-text h2 {
font-size: 43px;
}
.page-links div a {
font-size: 12px;
padding-bottom: 5px;
}
.menu-image figcaption {
margin-top: -44px;
margin-left: -78.7px;
}
.menu-image-text h3 {
font-size: 17px;
}
.dropdown-menu>li ul.cart-icon li a i {
margin-left: 10px;
}
.mega-collection-box h2 {
font-size: 18px;
}
.mega-collection-box-two {
max-width: 255px;
}
.mega-collection-home-two figcaption.mega-collection-box {
margin-top: -99px;
}
figcaption.mega-collection-box.hometwo-mega-collection {
margin-top: -115px;
}
#lookbook_slider .owl-prev,
#lookbook_slider .owl-next {
top: 100%;
margin-left: 0px;
margin-right: 0px;
position: relative;
float: none;
margin-top: 30px;
}
#lookbook_slider .owl-prev {
margin-right: 5px;
}
#lookbook_slider .owl-next {
margin-left: 5px;
}
.comming-soon-video video {
width: auto;
height: -webkit-fill-available;
}
.product-detail-btn select {
padding: 0 3px;
}
.product-box-btm-blog a {
padding: 8px 10px;
}
li.mega-menu ul.dropdown-menu>li .menu-image-text a.template-button {
padding: 3px 10px;
}
.blog-comment-detail-but a {
padding: 2px 10px;
}
.about-box-one h2 {
font-size: 25px;
}
#latest_news .owl-nav {
top: -25%;
}
.footer-last-text p {
font-size: 13px;
}
.order-number span {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.header_menu .nav>li:first-child a {
padding-left: 19px;
}
.navbar-nav {
margin: 20px 0;
}
.navbar-nav > li a i {
float: right;
}
li.right-side.open.collapsible {
padding-bottom: 0;
}
.title {
margin-bottom: 30px;
}
.mega-menu .dropdown-menu {
padding: 0 15px;
}
.navbar-default .navbar-nav .dropdown-menu>li>a {
padding: 0;
}
.page-links div a:hover,
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
padding-left: 0;
}
.shopping-cart-section {
position: absolute;
right: 0;
top: 0;
}
#slider_one.owl-theme .owl-nav {
display: none;
}
.top-bar-register,
.top-bar-register h6 {
text-align: center;
float: none;
}
.footer-last-right,
.usd {
text-align: center;
}
.navbar-toggle {
float: left;
margin: 9px 15px;
}
.navbar-default .navbar-nav>li>a.header-menu-one::before {
display: none;
}
.header_menu:after {
width: 50%;
}
.short-description {
padding-top: 20px;
}
.header_menu:before {
width: 40%;
}
.product_menu ul {
text-align: left;
padding-bottom: 0;
margin-top: 10px;
}
.free-shipping-res {
margin-bottom: 30px;
}
.lookbook-box {
margin-top: 0;
margin-bottom: 30px;
}
.list-product {
padding: 20px 0;
}
#horizantal_slider_one.owl-theme .owl-nav {
margin: 20px 0;
}
#horizantal_slider_one.owl-theme .owl-nav [class*='owl-'] {
background-color: #000;
color: #fff;
font-size: 20px;
}
.shot_by p {
float: left;
}
.shot_by select {
float: none;
}
.categories-section {
margin-top: 30px;
}
.footer-box-two h5,
.footer-box-one h5 {
margin-bottom: 15px;
}
.collection-xs,
.collection-res,
.footer-res,
.footer-box-one {
margin-bottom: 30px;
}
ul.footer-menu {
text-align: center;
}
.footer-last-text p {
margin-top: 20px;
text-align: center;
}
.product-heading-title {
padding: 30px 0;
}
.product-heading-title p {
text-align: center;
padding: 0;
margin-top: 30px;
}
.quantity {
padding: 30px 0 0 0;
text-align: center;
}
.quantity ul li {
float: none;
text-align: center;
}
.time-cross {
padding-top: 15px;
padding-bottom: 0;
}
.update-cart,
.coupon-code,
.product-heading-title figure {
text-align: center;
}
.coupon-code a {
padding: 6px 27px;
margin-top: 30px;
}
.contact-message,
.update-cart {
margin-top: 30px;
}
.tab-two-section p {
text-align: left;
margin-top: 10px;
}
.facebook_connect p {
text-align: center;
}
.left-border:before {
display: none;
}
.ban-hometwo,
.select-date {
margin-bottom: 30px;
}
.or-border p {
text-align: center;
margin-top: 0px;
}
ul.blog-shared-post,
.detail-author,
.last-box,
.tab-three-box {
text-align: center;
}
.tab-box-two {
padding: 0;
}
.tab-box-two.remember_me p {
text-align: center;
float: none;
display: inline-block;
}
.tab-three-address.address-xs {
padding-top: 0;
}
.shipping-tab p {
padding-left: 20px;
padding-right: 20px;
font-size: 12px;
padding-top: 20px;
}
.your-order {
margin-top: 30px;
padding: 25px;
}
.payment-check {
padding: 20px;
}
.payment-check label {
margin-left: 0;
width: 100%;
}
.blog-comment-detail a,
.payment-check input {
float: none;
text-align: center;
}
.nav.cart-menu-tab>li>a {
padding: 15px 11px;
}
.brand-xs,
.mega-collection,
li.mega-menu ul.dropdown-menu li,
.contact-location-xs,
.log-in-xs,
.margin-small a,
.blog-page-res {
margin-bottom: 30px;
}
.shared-post p {
text-align: center;
margin-bottom: 20px;
}
figure.blog-comment-img {
text-align: center;
}
.blog-comment-detail {
margin-top: 20px;
text-align: center;
}
.nav-tabs>li>a {
border: 1px solid #d0d0d0;
border-radius: 0;
margin: 10px;
padding: 10px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
border-bottom: 1px solid #d0d0d0;
background-color: #eee;
}
.title-two,
.home-three-xs,
.order-res {
margin-bottom: 30px;
}
.commimg-soon-heading figure {
text-align: center;
}
ul.comming-soon-menu {
text-align: center;
margin-top: 20px;
}
.comming-soon-content {
padding: 0 10px;
margin-top: -238.5px;
}
ul.blog-shared-post li {
margin: 5px;
}
.cs_content h1 {
font-size: 31px;
}
.cs_content h1:after {
height: 45px;
}
.cs_content {
text-align: center;
margin: 30px 0px 40px;
}
.cs_content .input-group {
width: auto;
display: inline-block;
}
.cs_content p {
font-size: 14px;
max-width: 100%;
}
ul.cs-social-icon li {
margin-right: 0;
margin: 0;
}
.checkout-order-section-res {
margin-top: 30px;
}
.service-section {
margin-bottom: 0;
}
.featured-banner-text h2 {
font-size: 28px;
}
#latest_news .owl-nav {
top: -24%;
}
.featured-banner-details {
margin-top: -101.5px;
}
.last-banner-text h2 {
font-size: 30px;
margin-bottom: 0;
}
.home-banner-text h2 {
font-size: 29px;
}
.home-banner-details {
margin-top: -41.5px;
}
.home-video-text h2 {
font-size: 18px;
line-height: 32px;
}
.home-video-details {
margin-top: -62px;
}
.last-banner-details {
margin-top: -41.5px;
}
li.mega-menu ul.dropdown-menu {
opacity: 1;
}
i.mega-menu ul.dropdown-menu .navbar-nav .collapsible ul .arrival-image figure figcaption .cart-icon {
display: block;
}
.mega-collection-home-two figcaption.mega-collection-box {
margin-top: -96px;
}
.detail-author {
padding: 30px 0 10px 0;
}
#lookbook_slider .owl-prev,
#lookbook_slider .owl-next {
top: 100%;
margin-left: 0px;
margin-right: 0px;
position: relative;
float: none;
margin-top: 30px;
}
#lookbook_slider .owl-prev {
margin-right: 5px;
}
#lookbook_slider .owl-next {
margin-left: 5px;
}
.comming-soon-video video {
width: auto;
height: -webkit-fill-available;
}
.product-box-btm-blog a {
margin-left: 0;
}
.product-box-btm-blog a,
.title.title-xs {
margin-top: 30px;
}
.billing-box.select.down {
margin-left: 0;
}
.brand-collection {
float: none;
}
.brand-collection.fashion-box.pull-left {
float: none!important;
}
li.mega-menu ul.dropdown-menu>li .menu-image-text a.template-button {
padding: 3px 12px;
}
.blog-comment-detail a {
margin-bottom: 0;
}
.blog-comment-detail-but {
float: none;
text-align: center;
margin-top: 20px;
}
.blog-comment-detail-but a {
margin: 0;
text-align: center;
float: none;
}
.tab-content.cart-tab>.active {
padding-top: 0;
}
.tab-three-address {
padding-bottom: 15px;
padding-top: 0;
}
}
@media screen and (min-width: 641px) and (max-width: 767px) {
.news_details h4 {
font-size: 15px;
}
figure.banner-first-part {
max-height: 300px;
overflow: hidden;
}
}
@media screen and (min-width: 481px) and (max-width: 640px) {
.slider-text {
margin-top: -72px;
}
.slider-content h1 {
font-size: 40px;
}
.about-box-one h2 {
font-size: 26px;
}
.shipping-checkbox {
padding: 20px 0;
}
.shipping-checkbox label {
font-size: 11px;
}
.news_details h4 {
font-size: 15px;
}
}
@media screen and (min-width: 320px) and (max-width: 326px) {
#search .close {
top: -33px;
}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
.slider-text {
margin-top: -43px;
}
.slider-content a {
display: none;
}
.slider-content h1 {
font-size: 30px;
}
.journey-heading h4 {
font-size: 16px;
}
.brand-deatil figure img {
width: 100%;
}
.banner-text h1 {
font-size: 32px;
letter-spacing: 0px;
}
.banner-middle-part h1 {
font-size: 30px;
}
.product-page-heading h4 {
font-size: 17px;
}
.review-pra-content {
margin-left: 2px;
}
.all-heading.review-pra-content h4 {
font-size: 12px;
}
.review-pra-content p {
font-size: 12px;
}
.product-description.nav-tabs>li {
margin-bottom: 20px;
}
.product-description.nav-tabs>li.active>a,
.product-description.nav-tabs>li.active>a:focus,
.product-description.nav-tabs>li.active>a:hover {
background: #eeeeee;
border-bottom: 1px solid #d0d0d0;
}
.product-descriptionul.nav.nav-tabs li a:hover {
background-color: #f2f2f2;
}
.product-description.nav-tabs>li a {
border-color: #d0d0d0;
border-radius: 0;
}
.about-box-one h2 {
font-size: 16px;
}
.about-box-one p span {
font-size: 18px;
}
.about-box-one h3 {
font-size: 17px;
}
.cart-inner,
.cart-total {
padding: 15px;
}
.cart-inner a {
padding: 7px 12px;
}
.tab-second-box,
.tab-two-section {
padding: 20px 0;
}
.remember_me.remember-xs p {
float: none;
margin-left: 26px;
font-size: 12px;
}
.your-address {
padding: 0;
}
.shipping-checkbox {
text-align: center;
float: none;
display: inline-block;
padding: 20px 0 0;
}
.shipping-checkbox input {
float: none;
}
.shipping-checkbox label {
margin-left: 0;
}
.payment-detail-box p {
font-size: 12px;
}
.blog-slider-box figcaption {
margin-top: -44.5px;
}
#blog_slider .owl-prev,
#blog_slider .owl-next {
width: 25px;
}
.blog-slider-content a.template-button {
display: none;
}
.blog_slide,
.blog-quote-comment {
padding: 15px 25px;
}
.blog-quote {
padding: 35px 0px 10px 9px;
}
.blog-quote-text p {
font-size: 15px;
}
.blog-quote-text {
padding: 0 20px 50px;
}
ul.blog-social li {
margin-right: 5px;
}
.blogSlide-content {
padding: 11px 25px;
margin-bottom: 11px;
}
.blogSlide-content h5 {
margin-bottom: 10px;
}
.error-page-detail h2 {
font-size: 20px;
}
.error-page-detail p {
padding: 30px 20px 0;
}
.register-form h4 {
font-weight: 500;
font-size: 13px;
}
.accordian-one .ui-state-default {
font-size: 12px;
font-weight: normal;
}
.order-page-res p {
font-size: 12px;
}
.order-page-res p span {
font-size: 8px;
font-weight: normal;
}
.checkout-order-section {
padding: 20px;
}
.mega-collection-box-two {
max-width: 215px;
}
.mega-home-two h2 {
font-size: 15px;
}
figcaption.mega-collection-box.hometwo-mega-collection {
margin-top: -113px;
}
.banner-two-main-box figcaption {
margin-top: -53.5px;
}
.banner-two-details h4 {
font-size: 14px;
}
.banner-two-details h2 {
font-size: 20px;
padding: 5px 0;
}
.banner-two-details a {
padding: 5px 10px;
}
.news_details h4 {
font-size: 13px;
}
.free-shipping {
padding: 30px 16px;
}
.forget-password h4 {
font-size: 18px;
}
.blog-box-info {
padding: 15px 25px;
}
} | public/frontend/css/responsive.css | @media screen and (min-width: 4500px) {
.header_menu:after {
border-bottom: 62px solid #1bbc9b;
border-left: 31px solid transparent;
width: 43%;
margin-bottom: -62px;
}
.nav>li>a {
padding: 15px 3px;
}
.brand-collection {
margin: 29px 30px;
}
}
@media screen and (min-width: 3001px) and (max-width: 4500px) {
.header_menu:after {
width: 41%;
margin-bottom: -53px;
border-bottom: 53px solid #1bbc9b;
}
}
@media screen and (min-width: 2300px) and (max-width: 3000px) {
.header_menu:after {
width: 38%;
}
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
.header_menu:after {
width: 25%;
}
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
.header_menu:after {
width: 22%;
}
#blog_slider .owl-next {
margin-right: -1px;
}
ul.comming-soon-menu li a:hover:before {
width: 15%;
}
.banner-middle-part {
padding: 62px 0;
max-height: 281px;
}
.banner-middle-part h1 {
font-size: 40px;
}
.banner-height {
max-height: 281.47px;
overflow: hidden;
}
figure.banner-first-part img {
height: 281px;
}
}
@media screen and (max-width: 1200px) {
.banner-middle-part {
padding: 62px 0;
max-height: 316px;
}
.banner-middle-part h1 {
font-size: 40px;
}
.banner-height {
max-height: 281px;
}
.header_menu:after {
width: 20%;
}
#lookbook_slider .owl-prev,
#lookbook_slider .owl-next {
top: 100%;
margin-left: 0px;
margin-right: 0px;
position: relative;
float: none;
margin-top: 30px;
}
#lookbook_slider .owl-prev {
margin-right: 5px;
}
#lookbook_slider .owl-next {
margin-left: 5px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
.nav>li>a {
padding: 15px;
}
.header_menu:after {
width: 24%;
}
.short-description h4,
.arrival-image-content h4 {
font-size: 12px;
}
.coustom-section h4,
.featured-product h5,
.categories-section h4 {
font-size: 17px;
}
.nav.cart-menu-tab>li>a {
padding: 15px 44px;
}
.banner-height {
max-height: 240px;
overflow: hidden;
}
.banner-middle-part,
figure.banner-first-part {
max-height: 240px;
overflow: hidden;
}
.banner-middle-part {
padding: 45px 0;
}
.banner-middle-part h1 {
font-size: 35px;
}
.facebook_connect p {
padding: 8px;
}
.payment-check {
padding: 20px 40px;
}
.your-address label {
font-size: 13px;
}
.blogSlide-content {
padding: 16px 35px;
}
.blog-recent-post h4,
.blog-category h4,
.blog-social-list h4 {
font-size: 15px;
}
ul.footer-social-icon li a {
padding: 0 3px;
}
ul.blog-shared-post li {
margin-right: 2px;
}
.detail-author {
padding: 5px 0;
}
.shared-post p {
font-size: 15px;
}
.banner-home-two {
height: 240px;
overflow: hidden;
}
.list-item-small a i {
margin-right: 10px;
}
.list-item-feature p,
.list-item-select p,
.list-item-small p {
font-size: 12px;
}
.list-item-select select {
margin: 0 9px;
}
.list-item-feature select {
width: 126px;
}
#lookbook_slider .owl-prev,
#lookbook_slider .owl-next {
top: 100%;
margin-left: 0px;
margin-right: 0px;
position: relative;
float: none;
margin-top: 30px;
}
#lookbook_slider .owl-prev {
margin-right: 5px;
}
#lookbook_slider .owl-next {
margin-left: 5px;
}
.free-shipping h4 {
font-size: 17px;
}
.free-shipping {
padding: 35px 22px;
}
.blog-box-info {
padding: 15px;
}
.blog-recent-post,
.blog-social-list,
.blog-category,
.blog-widget {
padding: 24px 28px;
}
#latest_news .owl-nav {
top: -21%;
}
.brand-deatil figure img {
height: 214px;
}
.brand-collection {
margin: 38px 0;
}
.bg-color-three figure img {
height: 272px;
}
.jewellery_title {
margin: 59px 0;
}
.bg-color-three figure img, .bg-color-two figure img {
height: 271px;
}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
.nav>li>a {
padding: 15px 9px;
}
ul.nav.nav-tabs.faq-tab a {
padding: 15px 17px;
}
.short-description h4,
.arrival-image-content h4 {
font-size: 12px;
}
.jewellery_title {
margin: 36.5px 0;
}
.bg-color-three figure img,
.bg-color-two figure img {
max-height: 229px;
}
.banner-middle-part {
padding: 41px 0;
}
.banner-middle-part h1 {
font-size: 35px;
}
.banner-height {
max-height: 232px;
overflow: hidden;
}
.banner-middle-part,
figure.banner-first-part {
max-height: 232px;
}
.free-shipping {
padding: 50px 10px;
}
.free-shipping h5 {
font-size: 12px;
}
.free-shipping h4 {
font-size: 19px;
}
ul.footer-social-icon li a {
padding: 0 3px;
}
.working-time {
font-size: 12px;
}
.coustom-section h4,
.featured-product h5,
.categories-section h4 {
font-size: 16px;
}
.list-item-product.list-item-box a i {
margin-right: 6px;
}
.list-item-product.list-item-box p {
font-size: 13px;
}
.list-product.list-item-box select {
width: 77px;
margin: 0 5px;
}
.shot_by.list-item-box select {
padding: 0 5px;
width: 119px;
}
.nav.cart-menu-tab>li>a {
padding: 15px 43px;
}
.facebook_connect p {
padding: 8px;
}
.payment-check {
padding: 20px 40px;
}
.your-address label {
font-size: 13px;
}
.blogSlide-content {
padding: 15px 35px;
}
.recent-list h6 {
font-size: 14px;
}
.blog-recent-post h4,
.blog-category h4,
.blog-social-list h4 {
font-size: 15px;
}
.shared-post p {
font-size: 15px;
}
ul.blog-shared-post li {
margin-right: 2px;
}
.detail-author {
padding: 5px 0;
}
.detail-full {
padding: 25px 0;
}
.comming-soon-content {
margin-top: -245px;
}
.cs_content p {
font-size: 19px;
max-width: 80%;
}
.main-hrader {
z-index: 100;
background: #fff;
}
.home-video-text h2 {
font-size: 56px;
}
.page-links div a {
font-size: 12px;
}
ul.blog-social li {
margin-right: 12px;
}
#lookbook_slider .owl-prev,
#lookbook_slider .owl-next {
top: 100%;
margin-left: 0px;
margin-right: 0px;
position: relative;
float: none;
margin-top: 30px;
}
#lookbook_slider .owl-prev {
margin-right: 5px;
}
#lookbook_slider .owl-next {
margin-left: 5px;
}
.image-caption img {
height: 456px;
}
.about-detail {
height: 489px;
}
.remember_me label {
margin-left: 13px;
}
.product-heading-title p,
.quantity {
padding: 34px 0;
}
.time-cross {
padding: 29px 0;
}
.time-cross.time-cross-xs {
padding: 40px 0;
}
.blog-box-info {
padding: 15px 20px;
}
.blog-recent-post,
.blog-social-list,
.blog-category,
.blog-widget {
padding: 24px 28px;
}
#latest_news .owl-nav {
top: -21%;
}
.brand-deatil figure img {
height: 213.4px;
}
.brand-collection {
margin: 37.9px 0;
}
.bg-color-three figure img,
.bg-color-two figure img {
height:229px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.navbar-default .navbar-nav>li>a {
font-size: 12px;
}
.nav>li>a {
padding: 15px 7px;
}
ul.nav.nav-tabs.faq-tab a {
padding: 15px 17px;
}
.navbar-default .navbar-nav>li a i {
margin-left: 3px;
}
.slider-content {
padding: 0 50px;
}
.slider-text {
margin-top: -72px;
}
.slider-content h1 {
font-size: 40px;
}
.journey-heading h4 {
font-size: 18px;
}
.banner-middle-part {
padding: 23px 0;
}
.banner-middle-part h1 {
font-size: 26px;
}
.banner-height {
height: 181px;
overflow: hidden;
}
figure.banner-first-part,
.banner-middle-part,
figure.banner-first-part {
max-height: 181px;
}
.free-shipping h4 {
font-size: 14px;
}
.arrival-image-content h4 {
font-size: 12px;
}
.shopping-cart-icon ul li a {
margin: 8px 7px;
}
.header_menu:after {
width: 27%;
margin-bottom: -50px;
}
.vertical-slider a.bx-prev {
top: -13%;
}
.vertical-slider a.bx-next {
top: 110%;
}
.product-page-heading {
padding-top: 30px;
}
.product_menu ul li a {
padding: 0 9px;
}
.list-product select {
width: 36px;
padding: 0 2px;
margin: 0 5px;
}
.shot_by select {
padding: 0 5px;
width: 123px;
}
.coustom-section h4,
.featured-product h5,
.categories-section h4 {
font-size: 12px;
}
.footer-box-one p {
font-size: 13px;
}
.collection-res,
.footer-first-box {
margin-bottom: 30px;
}
.free-shipping {
padding: 30px 0;
}
.nav.cart-menu-tab>li>a {
padding: 15px 21px;
}
.product-table-heading h4 {
font-size: 14px;
}
.product-heading-title p {
font-size: 12px;
padding: 36px 0;
}
.quantity {
padding: 30px 0;
}
.summary-sm {
padding: 29px 0;
}
.left-border:before {
display: none;
}
.your-order {
padding: 37px;
}
.remember_me label {
font-size: 12px;
margin-left: 16px;
}
.payment-check {
padding: 20px 2%;
}
.blog-slider-box figcaption {
margin-top: -65.5px;
}
.blog-page-res {
margin-bottom: 30px;
}
ul.blog-shared-post li {
margin: 0 3px 5px 0;
}
.shared-post p {
font-size: 16px;
}
.detail-author {
padding: 9px 0;
}
.contact-location-box p {
font-size: 12px;
}
.contact-location-box h4 {
font-size: 15px;
}
.checkout-order-section {
padding: 20px;
}
.checkout-proceed {
padding: 20px 2%;
}
.comming-soon-content {
margin-top: -247.5px;
}
.cs_content p {
font-size: 19px;
max-width: 100%;
}
.nav.product-description-one li a {
padding: 15px 25px;
}
.list-item-small {
margin-bottom: 20px;
}
.list-item-small p {
float: right;
}
.list-item-select select {
width: 80px;
padding: 0 15px;
}
.list-item-feature select {
width: 148px;
}
.blog-recent-post,
.blog-social-list,
.blog-category,
.blog-widget {
padding: 24px 18px;
}
.service-section {
margin-bottom: 0;
}
.footer-section {
position: relative;
z-index: 90;
}
.news_details h4 {
font-size: 15px;
}
.banner-two-main-box figcaption {
margin-top: -66.5px;
}
.banner-two-details h2 {
font-size: 30px;
padding: 5px 0;
}
.banner-home-two {
height: 180px;
overflow: hidden;
}
.home-video-text h2 {
font-size: 43px;
}
.page-links div a {
font-size: 12px;
padding-bottom: 5px;
}
.menu-image figcaption {
margin-top: -44px;
margin-left: -78.7px;
}
.menu-image-text h3 {
font-size: 17px;
}
.dropdown-menu>li ul.cart-icon li a i {
margin-left: 10px;
}
.mega-collection-box h2 {
font-size: 18px;
}
.mega-collection-box-two {
max-width: 255px;
}
.mega-collection-home-two figcaption.mega-collection-box {
margin-top: -99px;
}
figcaption.mega-collection-box.hometwo-mega-collection {
margin-top: -115px;
}
#lookbook_slider .owl-prev,
#lookbook_slider .owl-next {
top: 100%;
margin-left: 0px;
margin-right: 0px;
position: relative;
float: none;
margin-top: 30px;
}
#lookbook_slider .owl-prev {
margin-right: 5px;
}
#lookbook_slider .owl-next {
margin-left: 5px;
}
.comming-soon-video video {
width: auto;
height: -webkit-fill-available;
}
.product-detail-btn select {
padding: 0 3px;
}
.product-box-btm-blog a {
padding: 8px 10px;
}
li.mega-menu ul.dropdown-menu>li .menu-image-text a.template-button {
padding: 3px 10px;
}
.blog-comment-detail-but a {
padding: 2px 10px;
}
.about-box-one h2 {
font-size: 25px;
}
#latest_news .owl-nav {
top: -25%;
}
.footer-last-text p {
font-size: 13px;
}
.order-number span {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.header_menu .nav>li:first-child a {
padding-left: 19px;
}
.navbar-nav {
margin: 20px 0;
}
.navbar-nav > li a i {
float: right;
}
li.right-side.open.collapsible {
padding-bottom: 0;
}
.title {
margin-bottom: 30px;
}
.mega-menu .dropdown-menu {
padding: 0 15px;
}
.navbar-default .navbar-nav .dropdown-menu>li>a {
padding: 0;
}
.page-links div a:hover,
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
padding-left: 0;
}
.shopping-cart-section {
position: absolute;
right: 0;
top: 0;
}
#slider_one.owl-theme .owl-nav {
display: none;
}
.top-bar-register,
.top-bar-register h6 {
text-align: center;
float: none;
}
.footer-last-right,
.usd {
text-align: center;
}
.navbar-toggle {
float: left;
margin: 9px 15px;
}
.navbar-default .navbar-nav>li>a.header-menu-one::before {
display: none;
}
.header_menu:after {
width: 50%;
}
.short-description {
padding-top: 20px;
}
.header_menu:before {
width: 40%;
}
.product_menu ul {
text-align: left;
padding-bottom: 0;
margin-top: 10px;
}
.free-shipping-res {
margin-bottom: 30px;
}
.lookbook-box {
margin-top: 0;
margin-bottom: 30px;
}
.list-product {
padding: 20px 0;
}
#horizantal_slider_one.owl-theme .owl-nav {
margin: 20px 0;
}
#horizantal_slider_one.owl-theme .owl-nav [class*='owl-'] {
background-color: #000;
color: #fff;
font-size: 20px;
}
.shot_by p {
float: left;
}
.shot_by select {
float: none;
}
.categories-section {
margin-top: 30px;
}
.footer-box-two h5,
.footer-box-one h5 {
margin-bottom: 15px;
}
.collection-xs,
.collection-res,
.footer-res,
.footer-box-one {
margin-bottom: 30px;
}
ul.footer-menu {
text-align: center;
}
.footer-last-text p {
margin-top: 20px;
text-align: center;
}
.product-heading-title {
padding: 30px 0;
}
.product-heading-title p {
text-align: center;
padding: 0;
margin-top: 30px;
}
.quantity {
padding: 30px 0 0 0;
text-align: center;
}
.quantity ul li {
float: none;
text-align: center;
}
.time-cross {
padding-top: 15px;
padding-bottom: 0;
}
.update-cart,
.coupon-code,
.product-heading-title figure {
text-align: center;
}
.coupon-code a {
padding: 6px 27px;
margin-top: 30px;
}
.contact-message,
.update-cart {
margin-top: 30px;
}
.tab-two-section p {
text-align: left;
margin-top: 10px;
}
.facebook_connect p {
text-align: center;
}
.left-border:before {
display: none;
}
.ban-hometwo,
.select-date {
margin-bottom: 30px;
}
.or-border p {
text-align: center;
margin-top: 0px;
}
ul.blog-shared-post,
.detail-author,
.last-box,
.tab-three-box {
text-align: center;
}
.tab-box-two {
padding: 0;
}
.tab-box-two.remember_me p {
text-align: center;
float: none;
display: inline-block;
}
.tab-three-address.address-xs {
padding-top: 0;
}
.shipping-tab p {
padding-left: 20px;
padding-right: 20px;
font-size: 12px;
padding-top: 20px;
}
.your-order {
margin-top: 30px;
padding: 25px;
}
.payment-check {
padding: 20px;
}
.payment-check label {
margin-left: 0;
width: 100%;
}
.blog-comment-detail a,
.payment-check input {
float: none;
text-align: center;
}
.nav.cart-menu-tab>li>a {
padding: 15px 11px;
}
.brand-xs,
.mega-collection,
li.mega-menu ul.dropdown-menu li,
.contact-location-xs,
.log-in-xs,
.margin-small a,
.blog-page-res {
margin-bottom: 30px;
}
.shared-post p {
text-align: center;
margin-bottom: 20px;
}
figure.blog-comment-img {
text-align: center;
}
.blog-comment-detail {
margin-top: 20px;
text-align: center;
}
.nav-tabs>li>a {
border: 1px solid #d0d0d0;
border-radius: 0;
margin: 10px;
padding: 10px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
border-bottom: 1px solid #d0d0d0;
background-color: #eee;
}
.title-two,
.home-three-xs,
.order-res {
margin-bottom: 30px;
}
.commimg-soon-heading figure {
text-align: center;
}
ul.comming-soon-menu {
text-align: center;
margin-top: 20px;
}
.comming-soon-content {
padding: 0 10px;
margin-top: -238.5px;
}
ul.blog-shared-post li {
margin: 5px;
}
.cs_content h1 {
font-size: 31px;
}
.cs_content h1:after {
height: 45px;
}
.cs_content {
text-align: center;
margin: 30px 0px 40px;
}
.cs_content .input-group {
width: auto;
display: inline-block;
}
.cs_content p {
font-size: 14px;
max-width: 100%;
}
ul.cs-social-icon li {
margin-right: 0;
margin: 0;
}
.checkout-order-section-res {
margin-top: 30px;
}
.service-section {
margin-bottom: 0;
}
.featured-banner-text h2 {
font-size: 28px;
}
#latest_news .owl-nav {
top: -24%;
}
.featured-banner-details {
margin-top: -101.5px;
}
.last-banner-text h2 {
font-size: 30px;
margin-bottom: 0;
}
.home-banner-text h2 {
font-size: 29px;
}
.home-banner-details {
margin-top: -41.5px;
}
.home-video-text h2 {
font-size: 18px;
line-height: 32px;
}
.home-video-details {
margin-top: -62px;
}
.last-banner-details {
margin-top: -41.5px;
}
li.mega-menu ul.dropdown-menu {
opacity: 1;
}
i.mega-menu ul.dropdown-menu .navbar-nav .collapsible ul .arrival-image figure figcaption .cart-icon {
display: block;
}
.mega-collection-home-two figcaption.mega-collection-box {
margin-top: -96px;
}
.detail-author {
padding: 30px 0 10px 0;
}
#lookbook_slider .owl-prev,
#lookbook_slider .owl-next {
top: 100%;
margin-left: 0px;
margin-right: 0px;
position: relative;
float: none;
margin-top: 30px;
}
#lookbook_slider .owl-prev {
margin-right: 5px;
}
#lookbook_slider .owl-next {
margin-left: 5px;
}
.comming-soon-video video {
width: auto;
height: -webkit-fill-available;
}
.product-box-btm-blog a {
margin-left: 0;
}
.product-box-btm-blog a,
.title.title-xs {
margin-top: 30px;
}
.billing-box.select.down {
margin-left: 0;
}
.brand-collection {
float: none;
}
.brand-collection.fashion-box.pull-left {
float: none!important;
}
li.mega-menu ul.dropdown-menu>li .menu-image-text a.template-button {
padding: 3px 12px;
}
.blog-comment-detail a {
margin-bottom: 0;
}
.blog-comment-detail-but {
float: none;
text-align: center;
margin-top: 20px;
}
.blog-comment-detail-but a {
margin: 0;
text-align: center;
float: none;
}
.tab-content.cart-tab>.active {
padding-top: 0;
}
.tab-three-address {
padding-bottom: 15px;
padding-top: 0;
}
}
@media screen and (min-width: 641px) and (max-width: 767px) {
.news_details h4 {
font-size: 15px;
}
figure.banner-first-part {
max-height: 300px;
overflow: hidden;
}
}
@media screen and (min-width: 481px) and (max-width: 640px) {
.slider-text {
margin-top: -72px;
}
.slider-content h1 {
font-size: 40px;
}
.about-box-one h2 {
font-size: 26px;
}
.shipping-checkbox {
padding: 20px 0;
}
.shipping-checkbox label {
font-size: 11px;
}
.news_details h4 {
font-size: 15px;
}
}
@media screen and (min-width: 320px) and (max-width: 326px) {
#search .close {
top: -33px;
}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
.slider-text {
margin-top: -43px;
}
.slider-content a {
display: none;
}
.slider-content h1 {
font-size: 30px;
}
.journey-heading h4 {
font-size: 16px;
}
.brand-deatil figure img {
width: 100%;
}
.banner-text h1 {
font-size: 32px;
letter-spacing: 0px;
}
.banner-middle-part h1 {
font-size: 30px;
}
.product-page-heading h4 {
font-size: 17px;
}
.review-pra-content {
margin-left: 2px;
}
.all-heading.review-pra-content h4 {
font-size: 12px;
}
.review-pra-content p {
font-size: 12px;
}
.product-description.nav-tabs>li {
margin-bottom: 20px;
}
.product-description.nav-tabs>li.active>a,
.product-description.nav-tabs>li.active>a:focus,
.product-description.nav-tabs>li.active>a:hover {
background: #eeeeee;
border-bottom: 1px solid #d0d0d0;
}
.product-descriptionul.nav.nav-tabs li a:hover {
background-color: #f2f2f2;
}
.product-description.nav-tabs>li a {
border-color: #d0d0d0;
border-radius: 0;
}
.about-box-one h2 {
font-size: 16px;
}
.about-box-one p span {
font-size: 18px;
}
.about-box-one h3 {
font-size: 17px;
}
.cart-inner,
.cart-total {
padding: 15px;
}
.cart-inner a {
padding: 7px 12px;
}
.tab-second-box,
.tab-two-section {
padding: 20px 0;
}
.remember_me.remember-xs p {
float: none;
margin-left: 26px;
font-size: 12px;
}
.your-address {
padding: 0;
}
.shipping-checkbox {
text-align: center;
float: none;
display: inline-block;
padding: 20px 0 0;
}
.shipping-checkbox input {
float: none;
}
.shipping-checkbox label {
margin-left: 0;
}
.payment-detail-box p {
font-size: 12px;
}
.blog-slider-box figcaption {
margin-top: -44.5px;
}
#blog_slider .owl-prev,
#blog_slider .owl-next {
width: 25px;
}
.blog-slider-content a.template-button {
display: none;
}
.blog_slide,
.blog-quote-comment {
padding: 15px 25px;
}
.blog-quote {
padding: 35px 0px 10px 9px;
}
.blog-quote-text p {
font-size: 15px;
}
.blog-quote-text {
padding: 0 20px 50px;
}
ul.blog-social li {
margin-right: 5px;
}
.blogSlide-content {
padding: 11px 25px;
margin-bottom: 11px;
}
.blogSlide-content h5 {
margin-bottom: 10px;
}
.error-page-detail h2 {
font-size: 20px;
}
.error-page-detail p {
padding: 30px 20px 0;
}
.register-form h4 {
font-weight: 500;
font-size: 13px;
}
.accordian-one .ui-state-default {
font-size: 12px;
font-weight: normal;
}
.order-page-res p {
font-size: 12px;
}
.order-page-res p span {
font-size: 8px;
font-weight: normal;
}
.checkout-order-section {
padding: 20px;
}
.mega-collection-box-two {
max-width: 215px;
}
.mega-home-two h2 {
font-size: 15px;
}
figcaption.mega-collection-box.hometwo-mega-collection {
margin-top: -113px;
}
.banner-two-main-box figcaption {
margin-top: -53.5px;
}
.banner-two-details h4 {
font-size: 14px;
}
.banner-two-details h2 {
font-size: 20px;
padding: 5px 0;
}
.banner-two-details a {
padding: 5px 10px;
}
.news_details h4 {
font-size: 13px;
}
.free-shipping {
padding: 30px 16px;
}
.forget-password h4 {
font-size: 18px;
}
.blog-box-info {
padding: 15px 25px;
}
} | 0.287368 | 0.134577 |
top: -37px;
position: relative;
margin-left: 12px;
}
#tipo{
top: 7px;
position: relative;
margin-left: 10px;
}
.TitleP{
font-size: 14px !important;
text-align: center;
}
#inlineRadio1{
top: -6px;
position: relative;
margin-left: 5px;
}
#lafijo{
margin-left: -26px;
}
#ltemporal{
margin-left: -22px;;
}
.selec option{
text:rgb(0, 0, 0);
background-color:#ffffff;;
}
.redondo{
/* display: block; */
width: 40px;
height: 40px;
border-radius: 50%;
}
.TitleCard{
top: -5px;
font-size: 16px;
font-weight: bold !important;
color: white !important;
position: relative;
}
#empleado-table tbody{
cursor: pointer;
}
#Nominas_filter{
position: absolute;
top: 49%;
left: 44%;
transform: translate(-50%, -50%);
margin-top: -164px;
}
.dataTables_filter{
width: 614px !important;
}
/* .dataTables_filter{
position: absolute;
top: 49%;
left: 44%;
transform: translate(-50%, -50%);
margin-top: -164px;
} */
#perfiles tbody tr{
cursor: pointer;
}
.TitleP{
font-size: 14px !important;
}
.TitleNomi{
font-size: 14px !important;
text-align: center !important;
}
#perfiles tbody tr{
cursor: pointer;
}
#perfiles_length{
margin-left: 3%;
}
div.dataTables_wrapper div.dataTables_filter input {
display: inline-block;
width: 571px !important;
}
div.col-sm-12.col-sm-6{
margin-left: -271px;
}
.dropzone .dz-preview{
margin: 10px;
min-height: 150px;
}
.dropzone .dz-preview .dz-image{
width: 150px;
height: 150px;
}
.dz-image img{
width: 150px;
height: 150px;
}
#labid{
cursor: pointer;
}
#ot tbody tr{
cursor: pointer;
}
#image{
/* margin-left: 122px; */
cursor: pointer;
background-image: url('../black/img/default-user-image.png');
background-repeat: no-repeat;
background-size: 100% 100%;
top: 22px;
/* background-size: cover; */
}
/* table.dataTable tbody tr.selected {
background-color: #b62897 !important;
} */
@media (min-width: 768px){
div.col-md-6 {
margin-left: -12px !important;
}
}
@media (min-width: 768px){
div.col-sm-12.col-md-6 {
margin-right: -276px !important;
}
}
/* #Empleadotable_wrappertbody tr.selected {
color: white !important;
background-color: #9e2ca8 !important;
}
.form-control::placeholder {
color: white;
} */
.buttons-excel {
display: none;
}
.buttons-pdf {
display: none;
}
.buttons-print{
display: none;
}
#Nominas{
width: -moz-available !important;
width: revert;
cursor: pointer;
width: 100% !important;
}
/* #Nominas th{
text-align: center;
} */
#descr{
font-size: 14px;
}
#fech{
font-size: 14px;
} | public/css/nominas.css | top: -37px;
position: relative;
margin-left: 12px;
}
#tipo{
top: 7px;
position: relative;
margin-left: 10px;
}
.TitleP{
font-size: 14px !important;
text-align: center;
}
#inlineRadio1{
top: -6px;
position: relative;
margin-left: 5px;
}
#lafijo{
margin-left: -26px;
}
#ltemporal{
margin-left: -22px;;
}
.selec option{
text:rgb(0, 0, 0);
background-color:#ffffff;;
}
.redondo{
/* display: block; */
width: 40px;
height: 40px;
border-radius: 50%;
}
.TitleCard{
top: -5px;
font-size: 16px;
font-weight: bold !important;
color: white !important;
position: relative;
}
#empleado-table tbody{
cursor: pointer;
}
#Nominas_filter{
position: absolute;
top: 49%;
left: 44%;
transform: translate(-50%, -50%);
margin-top: -164px;
}
.dataTables_filter{
width: 614px !important;
}
/* .dataTables_filter{
position: absolute;
top: 49%;
left: 44%;
transform: translate(-50%, -50%);
margin-top: -164px;
} */
#perfiles tbody tr{
cursor: pointer;
}
.TitleP{
font-size: 14px !important;
}
.TitleNomi{
font-size: 14px !important;
text-align: center !important;
}
#perfiles tbody tr{
cursor: pointer;
}
#perfiles_length{
margin-left: 3%;
}
div.dataTables_wrapper div.dataTables_filter input {
display: inline-block;
width: 571px !important;
}
div.col-sm-12.col-sm-6{
margin-left: -271px;
}
.dropzone .dz-preview{
margin: 10px;
min-height: 150px;
}
.dropzone .dz-preview .dz-image{
width: 150px;
height: 150px;
}
.dz-image img{
width: 150px;
height: 150px;
}
#labid{
cursor: pointer;
}
#ot tbody tr{
cursor: pointer;
}
#image{
/* margin-left: 122px; */
cursor: pointer;
background-image: url('../black/img/default-user-image.png');
background-repeat: no-repeat;
background-size: 100% 100%;
top: 22px;
/* background-size: cover; */
}
/* table.dataTable tbody tr.selected {
background-color: #b62897 !important;
} */
@media (min-width: 768px){
div.col-md-6 {
margin-left: -12px !important;
}
}
@media (min-width: 768px){
div.col-sm-12.col-md-6 {
margin-right: -276px !important;
}
}
/* #Empleadotable_wrappertbody tr.selected {
color: white !important;
background-color: #9e2ca8 !important;
}
.form-control::placeholder {
color: white;
} */
.buttons-excel {
display: none;
}
.buttons-pdf {
display: none;
}
.buttons-print{
display: none;
}
#Nominas{
width: -moz-available !important;
width: revert;
cursor: pointer;
width: 100% !important;
}
/* #Nominas th{
text-align: center;
} */
#descr{
font-size: 14px;
}
#fech{
font-size: 14px;
} | 0.343232 | 0.072571 |
/* Adding some text shadow*/
.site-head { padding: 40px 0; text-shadow: 2px 2px #234;}
.site-head a {color:#eee;}
/* The font is too large in the post view. Revert to small size*/
.post-header .blog-title {font-size:inherit;}
/* Reduce font size and add line-height*/
pre{
font-size: 0.75em;
line-height: 1.4em;
}
nav {
font-size: 13px;
text-align: center;
padding: 0.5em;
}
/*nav a {
font-family: 'Open Sans', sans-serif;
display: inline-block;
margin: 0.5em 1em;
background: #f2f2f2;
color: #57A3E8;
text-decoration: none;
border-radius: 6px;
padding: 0 1em;
}*/
nav a:hover {
background: #57A3E8;
color: #f2f2f2;
}
/* Author styling */
.author {margin-bottom:1em;}
.author header{
float:left;
width: 80px;
}
.author article{
margin-left:80px;
min-height: 80px;
padding-left:20px;
}
img.profile {
width:80px;
height:auto;
border-radius: 50px;
}
.PageNavigation {
font-size: 14px;
display: block;
width: auto;
overflow: hidden;
}
.PageNavigation a {
display: block;
width: 50%;
float: left;
margin: 1em 0;
}
.PageNavigation .next {
text-align: right;
}
@media only screen and (max-width: 900px) {
blockquote {
margin-left: 0;
}
.NewsletterSignup {
position: relative !important;
}
.site-head {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: auto;
min-height: 240px;
padding: 15% 0;
}
.blog-title {
font-size: 4rem;
letter-spacing: -1px;
}
.blog-description {
font-size: 1.7rem;
line-height: 1.5em;
}
.post {
}
.post-template .post {
padding-bottom: 1rem;
}
.post-template .post-header {
padding: 40px 0;
}
}
@media only screen and (max-width: 500px) {
.blog-logo img {
max-height: 80px;
}
.NewsletterSignup {
position: relative !important;
}
.inner,
.pagination {
width: auto;
margin-left: 16px;
margin-right: 16px;
}
.post {
}
.site-head {
padding: 10% 0;
}
.blog-title {
font-size: 3rem;
}
.blog-description {
font-size: 1.5rem;
}
.post-template .post {
padding-bottom: 0;
}
.post-template .post-header {
padding: 30px 0;
}
.post-meta {
font-size: 1.3rem;
}
.post-footer {
padding: 4rem 0;
text-align: center;
}
.post-footer .author {
margin: 0 0 2rem 0;
padding: 0 0 1.6rem 0;
border-bottom: #EBF2F6 1px dashed;
}
.post-footer .share {
position: static;
width: auto;
}
.post-footer .share a {
margin: 1.4rem 0.8rem 0 0.8rem;
}
.older-posts,
.newer-posts {
position: static;
margin: 10px 0;
}
.page-number {
display: block;
}
.site-footer {
margin-top: 6rem;
font-size: 1.1rem;
}
} | src/main/webapp/resources/css/my.css | /* Adding some text shadow*/
.site-head { padding: 40px 0; text-shadow: 2px 2px #234;}
.site-head a {color:#eee;}
/* The font is too large in the post view. Revert to small size*/
.post-header .blog-title {font-size:inherit;}
/* Reduce font size and add line-height*/
pre{
font-size: 0.75em;
line-height: 1.4em;
}
nav {
font-size: 13px;
text-align: center;
padding: 0.5em;
}
/*nav a {
font-family: 'Open Sans', sans-serif;
display: inline-block;
margin: 0.5em 1em;
background: #f2f2f2;
color: #57A3E8;
text-decoration: none;
border-radius: 6px;
padding: 0 1em;
}*/
nav a:hover {
background: #57A3E8;
color: #f2f2f2;
}
/* Author styling */
.author {margin-bottom:1em;}
.author header{
float:left;
width: 80px;
}
.author article{
margin-left:80px;
min-height: 80px;
padding-left:20px;
}
img.profile {
width:80px;
height:auto;
border-radius: 50px;
}
.PageNavigation {
font-size: 14px;
display: block;
width: auto;
overflow: hidden;
}
.PageNavigation a {
display: block;
width: 50%;
float: left;
margin: 1em 0;
}
.PageNavigation .next {
text-align: right;
}
@media only screen and (max-width: 900px) {
blockquote {
margin-left: 0;
}
.NewsletterSignup {
position: relative !important;
}
.site-head {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: auto;
min-height: 240px;
padding: 15% 0;
}
.blog-title {
font-size: 4rem;
letter-spacing: -1px;
}
.blog-description {
font-size: 1.7rem;
line-height: 1.5em;
}
.post {
}
.post-template .post {
padding-bottom: 1rem;
}
.post-template .post-header {
padding: 40px 0;
}
}
@media only screen and (max-width: 500px) {
.blog-logo img {
max-height: 80px;
}
.NewsletterSignup {
position: relative !important;
}
.inner,
.pagination {
width: auto;
margin-left: 16px;
margin-right: 16px;
}
.post {
}
.site-head {
padding: 10% 0;
}
.blog-title {
font-size: 3rem;
}
.blog-description {
font-size: 1.5rem;
}
.post-template .post {
padding-bottom: 0;
}
.post-template .post-header {
padding: 30px 0;
}
.post-meta {
font-size: 1.3rem;
}
.post-footer {
padding: 4rem 0;
text-align: center;
}
.post-footer .author {
margin: 0 0 2rem 0;
padding: 0 0 1.6rem 0;
border-bottom: #EBF2F6 1px dashed;
}
.post-footer .share {
position: static;
width: auto;
}
.post-footer .share a {
margin: 1.4rem 0.8rem 0 0.8rem;
}
.older-posts,
.newer-posts {
position: static;
margin: 10px 0;
}
.page-number {
display: block;
}
.site-footer {
margin-top: 6rem;
font-size: 1.1rem;
}
} | 0.488771 | 0.160069 |
width: 100vw;
height: 100vh;
/* background-color: #5b6dd1; */
background-image: linear-gradient(#5b6dd1, #7787e6);
display: flex;
justify-content: center;
align-items: center;
}
#landing-content .content {
width: 80%;
height: 80%;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0px 0px 20px 5px #bec8ff;
}
#landing-content .content .login-warapper {
width: 100%;
height: 100%;
background-color: #fff;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#landing-content .content .login-warapper .header-login {
width: 100%;
margin-bottom: 40px;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
}
#landing-content .content .login-warapper form {
width: 80%;
padding-left: 20px;
padding-right: 20px;
}
#landing-content .content .login-warapper img {
width: 280px;
}
#landing-content .content .image-bkg {
width: 100%;
height: 100%;
background-color: #e4f3fa;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
}
#landing-content .content .image-bkg h2 {
margin: 20px;
text-align: center;
font-weight: 500;
font-size: 24px;
line-height: 25px;
text-shadow: 2px 2px #bec8ff;
}
#landing-content .content .image-bkg .landing-img-1 img {
width: 300px;
}
#landing-content .content .image-bkg .landing-img-2 img {
width: 100%;
height: 100%;
color: #fff;
border-bottom-right-radius: 20px;
position: relative;
bottom: 0;
left: -1px;
}
#landing-content .content .login-warapper form .login-block {
width: 100%;
margin-bottom: 20px;
display: flex;
justify-content: space-around;
align-items: center;
}
#landing-content .content .login-warapper form .login-block svg {
color: #80868b;
}
#landing-content .content .login-warapper form button {
width: 100%;
height: 54px;
border: 0;
cursor: pointer;
background: #3cdc8c;
border-radius: 10px;
color: #ffffff;
font-weight: 500;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.2s;
}
#landing-content .content .login-warapper form button:hover {
background: #36cf82;
}
#landing-content .content .login-warapper form button:disabled {
background: #bcecd4;
border-color: #3cdc8c;
cursor: auto;
} | web/src/styles/pages/landing-page.css | width: 100vw;
height: 100vh;
/* background-color: #5b6dd1; */
background-image: linear-gradient(#5b6dd1, #7787e6);
display: flex;
justify-content: center;
align-items: center;
}
#landing-content .content {
width: 80%;
height: 80%;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0px 0px 20px 5px #bec8ff;
}
#landing-content .content .login-warapper {
width: 100%;
height: 100%;
background-color: #fff;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#landing-content .content .login-warapper .header-login {
width: 100%;
margin-bottom: 40px;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
}
#landing-content .content .login-warapper form {
width: 80%;
padding-left: 20px;
padding-right: 20px;
}
#landing-content .content .login-warapper img {
width: 280px;
}
#landing-content .content .image-bkg {
width: 100%;
height: 100%;
background-color: #e4f3fa;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
}
#landing-content .content .image-bkg h2 {
margin: 20px;
text-align: center;
font-weight: 500;
font-size: 24px;
line-height: 25px;
text-shadow: 2px 2px #bec8ff;
}
#landing-content .content .image-bkg .landing-img-1 img {
width: 300px;
}
#landing-content .content .image-bkg .landing-img-2 img {
width: 100%;
height: 100%;
color: #fff;
border-bottom-right-radius: 20px;
position: relative;
bottom: 0;
left: -1px;
}
#landing-content .content .login-warapper form .login-block {
width: 100%;
margin-bottom: 20px;
display: flex;
justify-content: space-around;
align-items: center;
}
#landing-content .content .login-warapper form .login-block svg {
color: #80868b;
}
#landing-content .content .login-warapper form button {
width: 100%;
height: 54px;
border: 0;
cursor: pointer;
background: #3cdc8c;
border-radius: 10px;
color: #ffffff;
font-weight: 500;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.2s;
}
#landing-content .content .login-warapper form button:hover {
background: #36cf82;
}
#landing-content .content .login-warapper form button:disabled {
background: #bcecd4;
border-color: #3cdc8c;
cursor: auto;
} | 0.401688 | 0.057732 |
* {
margin: 0;
padding: 0;
font-family: Palatino, serif;
box-sizing: border-box;
}
body {
background: #F5F7F6;
color: black;
line-height: 20px;
text-rendering: optimizelegibility;
}
a {
text-decoration: none;
}
a:link, a:visited{
color: #B45D47;
}
a:hover {
color: #FE3B3B;
}
#main {
position: absolute;
left: 255px;
max-width: 600px;
margin-bottom: 50px;
}
#main #gh-buttons {
float: right;
margin-bottom: 22px;
}
#main #starcount {
line-height: 20px;
font-size: 15px;
text-align: center;
color: #000;
position: absolute;
display: block;
float: right;
right: 5px;
width: 3em;
background: #FFF;
border: 1px solid #CCC;
border-radius: 3px;
height: 20px;
}
#main hr {
background: #CCC;
border: none;
margin: 1em;
margin-bottom: 1.3em;
height: 1px;
}
#main h1 {
font-size: 40px;
font-weight: normal;
line-height: 40px;
letter-spacing: -1px;
margin-bottom: 0.75em;
}
#main h2 {
margin-top: 1em;
}
#main p {
margin: 20px 0px;
margin-right: 1em;
line-height: 20px;
}
#main ul, #main ol {
margin: 20px;
}
#main ul li {
list-style-type: square;
}
#main table, th, td {
border-collapse: collapse;
border: 1px solid #CCC;
background-color: #FFF;
padding: 3px;
}
#main table {
box-shadow: 1px 3px 12px #BBB;
margin: 20px 10px 20px 0px;
}
#main code, code * {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
#main code {
background: #FFFFFF;
padding: 0px 3px;
}
#main pre code { /* Block Code */
display: block;
word-wrap: break-word;
overflow: auto;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
border-radius: 3px;
background:#FFF;
box-shadow: 1px 3px 12px #BBB;
padding: 10px 15px;
margin: 5px 10px 10px 5px;
}
#main span.line-numbers {
display: none;
}
#sidebar {
float: left;
margin-top: 20px;
margin-left: 20px;
width: 211px;
padding: 20px;
padding-left: 30px;
border-right: 1px solid #ccc;
font-size: 90%;
line-height: 20px;
box-sizing: border-box;
}
#sidebar h2 {
text-transform: uppercase;
font-size: 16px;
color: #470000;
letter-spacing: 1px;
line-height: 20px;
}
#sidebar ul {
position: relative;
left: 20px;
list-style: decimal-leading-zero;
list-style-position: outside;
}
#sidebar ul li ul {
width: 100px
}
#sidebar #toc-list {
left: 20px;
}
#sidebar a.visited:before { /* selected with JS */
content: "";
font-family: "fontello";
position: absolute;
left: -43px;
color: #EEE;
text-shadow: -1px 0 #2B2B2B, 0 1px #2B2B2B, 1px 0 #2B2B2B, 0 -1px #2B2B2B
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#sidebar ul { text-indent: -5px; }
#sidebar #toc-list { left: 25px; }
} | content/stylesheets/main.css | * {
margin: 0;
padding: 0;
font-family: Palatino, serif;
box-sizing: border-box;
}
body {
background: #F5F7F6;
color: black;
line-height: 20px;
text-rendering: optimizelegibility;
}
a {
text-decoration: none;
}
a:link, a:visited{
color: #B45D47;
}
a:hover {
color: #FE3B3B;
}
#main {
position: absolute;
left: 255px;
max-width: 600px;
margin-bottom: 50px;
}
#main #gh-buttons {
float: right;
margin-bottom: 22px;
}
#main #starcount {
line-height: 20px;
font-size: 15px;
text-align: center;
color: #000;
position: absolute;
display: block;
float: right;
right: 5px;
width: 3em;
background: #FFF;
border: 1px solid #CCC;
border-radius: 3px;
height: 20px;
}
#main hr {
background: #CCC;
border: none;
margin: 1em;
margin-bottom: 1.3em;
height: 1px;
}
#main h1 {
font-size: 40px;
font-weight: normal;
line-height: 40px;
letter-spacing: -1px;
margin-bottom: 0.75em;
}
#main h2 {
margin-top: 1em;
}
#main p {
margin: 20px 0px;
margin-right: 1em;
line-height: 20px;
}
#main ul, #main ol {
margin: 20px;
}
#main ul li {
list-style-type: square;
}
#main table, th, td {
border-collapse: collapse;
border: 1px solid #CCC;
background-color: #FFF;
padding: 3px;
}
#main table {
box-shadow: 1px 3px 12px #BBB;
margin: 20px 10px 20px 0px;
}
#main code, code * {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
#main code {
background: #FFFFFF;
padding: 0px 3px;
}
#main pre code { /* Block Code */
display: block;
word-wrap: break-word;
overflow: auto;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
border-radius: 3px;
background:#FFF;
box-shadow: 1px 3px 12px #BBB;
padding: 10px 15px;
margin: 5px 10px 10px 5px;
}
#main span.line-numbers {
display: none;
}
#sidebar {
float: left;
margin-top: 20px;
margin-left: 20px;
width: 211px;
padding: 20px;
padding-left: 30px;
border-right: 1px solid #ccc;
font-size: 90%;
line-height: 20px;
box-sizing: border-box;
}
#sidebar h2 {
text-transform: uppercase;
font-size: 16px;
color: #470000;
letter-spacing: 1px;
line-height: 20px;
}
#sidebar ul {
position: relative;
left: 20px;
list-style: decimal-leading-zero;
list-style-position: outside;
}
#sidebar ul li ul {
width: 100px
}
#sidebar #toc-list {
left: 20px;
}
#sidebar a.visited:before { /* selected with JS */
content: "";
font-family: "fontello";
position: absolute;
left: -43px;
color: #EEE;
text-shadow: -1px 0 #2B2B2B, 0 1px #2B2B2B, 1px 0 #2B2B2B, 0 -1px #2B2B2B
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#sidebar ul { text-indent: -5px; }
#sidebar #toc-list { left: 25px; }
} | 0.350199 | 0.107484 |
.header{
display: flex;
margin-bottom:10px;
}
.header .icon{
width: 80px;
height: 80px;
margin: 0 20px 10px 0px;
overflow: hidden;
}
.header .icon img{
width:100%;
height: 100%;
}
.header .info{
flex:1;
display: flex;
flex-wrap: wrap;
flex-direction: column;;
justify-content: space-around;
}
.header .info .title{
/* width:100%
* ; */
/* flex:2; */
/* font-weight: 800; */
font-size: 1.5rem;
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.header .info .com{
color:#008bff;
/* flex:1; */
font-size: .8rem;
}
.header .info .version{
flex:1;
color: #666;
font-size: .8rem;
}
.box{
width: 100%;
background-color: #fff;
box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
border-radius: 3px;
padding: 15px;
margin-bottom: 20px;
overflow: hidden;
}
.preview{
margin: 15px -15px;
white-space: nowrap;
overflow: auto;
}
.preview img{
height: 180px;
border-radius:5px;
margin: 0px 1px 3px 5px;;
box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.preview img:nth-child(1){
margin-left:15px;
}
.preview img:last-child{
margin-right:15px;
}
.about{
margin:25px 0px;
}
.comments{
}
.comments-card{
display: flex;
margin: 15px 0px;
}
.comments-card .user-photo{
width:40px;
flex-shrink: 0;
height:40px;
overflow: hidden;
border-radius:50%;
box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
margin-right:10px;
}
.comments-card .user-photo img{
height: 100%;
width: 100%;
}
.comments-card .con{
flex:1;
}
.comments-card .con .time{
font-size: .75rem;
color: #666;
margin-bottom: 10px;
}
.comments-card .con .text{
font-weight:300;
font-size:.9rem;
}
.mod-info-list,.version{
list-style: none;
padding:0px;
}
.mod-info-list li,.version li{
margin-bottom:10px;
}
.mod-info-list li span:first-child{
display: block;
width: 100%;
}
.mod-info-list li span:last-child{
display: block;
font-size: .8rem;
/* padding-left:10px; */
color: #666;
overflow: auto;
}
.version li{
display: flex;
justify-content: space-between;
}
.callout{
font-size: .8rem;
box-shadow: 0px 0.04rem 2px rgba(0,0,0,.3);
padding: 10px;
border-left: 3px solid orange;
margin-bottom:10px;
}
.callout .user-name{
color: orange;
}
.callout .con{
margin-top: 5px
} | public/static/css/mods.css | .header{
display: flex;
margin-bottom:10px;
}
.header .icon{
width: 80px;
height: 80px;
margin: 0 20px 10px 0px;
overflow: hidden;
}
.header .icon img{
width:100%;
height: 100%;
}
.header .info{
flex:1;
display: flex;
flex-wrap: wrap;
flex-direction: column;;
justify-content: space-around;
}
.header .info .title{
/* width:100%
* ; */
/* flex:2; */
/* font-weight: 800; */
font-size: 1.5rem;
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.header .info .com{
color:#008bff;
/* flex:1; */
font-size: .8rem;
}
.header .info .version{
flex:1;
color: #666;
font-size: .8rem;
}
.box{
width: 100%;
background-color: #fff;
box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
border-radius: 3px;
padding: 15px;
margin-bottom: 20px;
overflow: hidden;
}
.preview{
margin: 15px -15px;
white-space: nowrap;
overflow: auto;
}
.preview img{
height: 180px;
border-radius:5px;
margin: 0px 1px 3px 5px;;
box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.preview img:nth-child(1){
margin-left:15px;
}
.preview img:last-child{
margin-right:15px;
}
.about{
margin:25px 0px;
}
.comments{
}
.comments-card{
display: flex;
margin: 15px 0px;
}
.comments-card .user-photo{
width:40px;
flex-shrink: 0;
height:40px;
overflow: hidden;
border-radius:50%;
box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
margin-right:10px;
}
.comments-card .user-photo img{
height: 100%;
width: 100%;
}
.comments-card .con{
flex:1;
}
.comments-card .con .time{
font-size: .75rem;
color: #666;
margin-bottom: 10px;
}
.comments-card .con .text{
font-weight:300;
font-size:.9rem;
}
.mod-info-list,.version{
list-style: none;
padding:0px;
}
.mod-info-list li,.version li{
margin-bottom:10px;
}
.mod-info-list li span:first-child{
display: block;
width: 100%;
}
.mod-info-list li span:last-child{
display: block;
font-size: .8rem;
/* padding-left:10px; */
color: #666;
overflow: auto;
}
.version li{
display: flex;
justify-content: space-between;
}
.callout{
font-size: .8rem;
box-shadow: 0px 0.04rem 2px rgba(0,0,0,.3);
padding: 10px;
border-left: 3px solid orange;
margin-bottom:10px;
}
.callout .user-name{
color: orange;
}
.callout .con{
margin-top: 5px
} | 0.301465 | 0.058615 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro&family=Roboto&display=swap');
*{
box-sizing: border-box;
}
body{
margin: 0;
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
}
input{
font-family: 'Open Sans', sans-serif;
}
input,button{
outline: none;
}
.main_container{
min-height: 100vh;
width: 100%;
background-color: #cddc39;
background-image: url('https://www.volunteeringkingston.org.uk/wp-content/uploads/2018/10/Winter.jpeg');
background-size: cover;
background-position: center;
padding: 20px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.main_container .animate {
display: inline-block;
width: calc(10px * var(--count));
height: calc(10px * var(--count));
border-radius: calc(5px * var(--count));
border: 2px solid #fff5;
position: absolute;
top: calc(6% * var(--count));
left: calc(10% * var(--count));
box-shadow: 0 2px 6px #0002, 0 4px 16px #0004;
animation-name: move;
animation-iteration-count: infinite;
animation-delay: calc(0.2s * var(--count));
animation-duration: calc(5s * var(--count));
animation-fill-mode: both;
}
.main_container .animate:nth-child(1) {
background-color: #ffc107;
}
.main_container .animate:nth-child(2) {
background-color: #2196f3;
}
.main_container .animate:nth-child(3) {
background-color: #8bc34a;
}
.main_container .animate:nth-child(4) {
background-color: #f44336;
}
.main_container .login_form {
display: block;
max-width: 400px;
width: 100%;
padding: 50px 25px;
background-image: linear-gradient(45deg, #fff1, #fff3);
backdrop-filter: blur(10px);
border-radius: 12px;
border: 2px outset #fff5;
position: relative;
box-shadow: 0 2px 6px #0002, 0 5px 16px #0005;
}
.main_container .login_form .login_form_title {
font-size: 18px;
color: #000;
}
.main_container .login_form .group {
position: relative;
margin-top: 30px;
}
.main_container .login_form .group input {
background-color: #0002;
border-radius: 4px;
padding: 6px 25px 6px 10px;
display: block;
width: 100%;
box-shadow: -1px 1px 2px #0002 inset;
color: #fff;
font-size: 16px;
border: 1px outset #fff5;
transition: border-radius 0.3s;
}
.main_container .login_form .group label {
position: absolute;
pointer-events: none;
top: 50%;
left: 10px;
transform: translateY(-50%);
font-size: 14px;
color: #fffa;
transition-property: top, left, color, font-size;
transition: 0.3s;
}
.main_container .login_form .group input:valid+label,
.main_container .login_form .group input:focus+label {
top: -14px;
left: 0;
color: #fff;
font-size: 12px;
}
.main_container .login_form .group .icon {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
color: #fffe;
text-shadow: 0 0 1px #0007;
}
.main_container .login_form button {
border: 2px outset #ffffff78;
display: inline-block;
background: linear-gradient(45deg, #ffffff05, #ffffff61);
padding: 8px 25px;
border-radius: 4px;
color: #fff;
font-size: 16px;
box-shadow: 0 0 0 4px #fff2;
margin: 20px 0;
cursor: pointer;
transition-property: transform, background;
transition: 0.3s ease-in-out;
}
.main_container .login_form button:hover {
background: linear-gradient(-45deg, #ffffff05, #ffffff61);
}
.main_container .login_form button:active {
transform: scale(0.95);
}
.main_container .login_form .login_footer{
text-align: right;
}
.main_container .login_form .login_footer a{
display: inline-block;
padding: 5px 10px;
text-decoration: none;
background: #0001;
color: #fff;
font-size: 15px;
text-shadow: 1px 1px 1px #0002;
transition: color 0.3s;
}
.main_container .login_form .login_footer a:hover{
color: #66edff;
}
@keyframes move {
0%,
100% {
transform: translate(0, 0);
}
25%,
75% {
transform: translate(400%, 300%);
}
30%,
60%,
90% {
transform: translate(200%, 500%);
}
20%,
40%,
80% {
transform: translate(500%, 300%);
}
10%,
50% {
transform: translate(200%, 10%);
}
}
.login_form .right {
margin-left: 210px;
margin-top: -43px;
}
h3 span {
font-family: 'Readex Pro', sans-serif;
cursor: pointer;
color : rgb(11, 51, 83);
}
.radio {
margin-top: 20px;
background: #454857;
padding: 4px;
border-radius: 3px;
box-shadow: inset 0 0 0 3px rgba(35, 33, 45, 0.3),
0 0 0 3px rgba(185, 185, 185, 0.3);
position: relative;
}
.radio input {
width: 100px;
height: 100%;
appearance: none;
outline: none;
cursor: pointer;
border-radius: 2px;
padding: 4px 8px;
background: #454857;
color: #bdbdbdbd;
font-size: 14px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
transition: all 100ms linear;
}
.radio input:checked {
background-image: linear-gradient(180deg, rgb(11, 51, 83), rgb(11, 51, 83));
color: #fff;
box-shadow: 0 1px 1px #0000002e;
text-shadow: 0 1px 0px #79485f7a;
}
.radio input:before {
content: attr(label);
display: inline-block;
text-align: center;
width: 100%;
} | DevGrants/BisiShitta_DevGrant/styles.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro&family=Roboto&display=swap');
*{
box-sizing: border-box;
}
body{
margin: 0;
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
}
input{
font-family: 'Open Sans', sans-serif;
}
input,button{
outline: none;
}
.main_container{
min-height: 100vh;
width: 100%;
background-color: #cddc39;
background-image: url('https://www.volunteeringkingston.org.uk/wp-content/uploads/2018/10/Winter.jpeg');
background-size: cover;
background-position: center;
padding: 20px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.main_container .animate {
display: inline-block;
width: calc(10px * var(--count));
height: calc(10px * var(--count));
border-radius: calc(5px * var(--count));
border: 2px solid #fff5;
position: absolute;
top: calc(6% * var(--count));
left: calc(10% * var(--count));
box-shadow: 0 2px 6px #0002, 0 4px 16px #0004;
animation-name: move;
animation-iteration-count: infinite;
animation-delay: calc(0.2s * var(--count));
animation-duration: calc(5s * var(--count));
animation-fill-mode: both;
}
.main_container .animate:nth-child(1) {
background-color: #ffc107;
}
.main_container .animate:nth-child(2) {
background-color: #2196f3;
}
.main_container .animate:nth-child(3) {
background-color: #8bc34a;
}
.main_container .animate:nth-child(4) {
background-color: #f44336;
}
.main_container .login_form {
display: block;
max-width: 400px;
width: 100%;
padding: 50px 25px;
background-image: linear-gradient(45deg, #fff1, #fff3);
backdrop-filter: blur(10px);
border-radius: 12px;
border: 2px outset #fff5;
position: relative;
box-shadow: 0 2px 6px #0002, 0 5px 16px #0005;
}
.main_container .login_form .login_form_title {
font-size: 18px;
color: #000;
}
.main_container .login_form .group {
position: relative;
margin-top: 30px;
}
.main_container .login_form .group input {
background-color: #0002;
border-radius: 4px;
padding: 6px 25px 6px 10px;
display: block;
width: 100%;
box-shadow: -1px 1px 2px #0002 inset;
color: #fff;
font-size: 16px;
border: 1px outset #fff5;
transition: border-radius 0.3s;
}
.main_container .login_form .group label {
position: absolute;
pointer-events: none;
top: 50%;
left: 10px;
transform: translateY(-50%);
font-size: 14px;
color: #fffa;
transition-property: top, left, color, font-size;
transition: 0.3s;
}
.main_container .login_form .group input:valid+label,
.main_container .login_form .group input:focus+label {
top: -14px;
left: 0;
color: #fff;
font-size: 12px;
}
.main_container .login_form .group .icon {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
color: #fffe;
text-shadow: 0 0 1px #0007;
}
.main_container .login_form button {
border: 2px outset #ffffff78;
display: inline-block;
background: linear-gradient(45deg, #ffffff05, #ffffff61);
padding: 8px 25px;
border-radius: 4px;
color: #fff;
font-size: 16px;
box-shadow: 0 0 0 4px #fff2;
margin: 20px 0;
cursor: pointer;
transition-property: transform, background;
transition: 0.3s ease-in-out;
}
.main_container .login_form button:hover {
background: linear-gradient(-45deg, #ffffff05, #ffffff61);
}
.main_container .login_form button:active {
transform: scale(0.95);
}
.main_container .login_form .login_footer{
text-align: right;
}
.main_container .login_form .login_footer a{
display: inline-block;
padding: 5px 10px;
text-decoration: none;
background: #0001;
color: #fff;
font-size: 15px;
text-shadow: 1px 1px 1px #0002;
transition: color 0.3s;
}
.main_container .login_form .login_footer a:hover{
color: #66edff;
}
@keyframes move {
0%,
100% {
transform: translate(0, 0);
}
25%,
75% {
transform: translate(400%, 300%);
}
30%,
60%,
90% {
transform: translate(200%, 500%);
}
20%,
40%,
80% {
transform: translate(500%, 300%);
}
10%,
50% {
transform: translate(200%, 10%);
}
}
.login_form .right {
margin-left: 210px;
margin-top: -43px;
}
h3 span {
font-family: 'Readex Pro', sans-serif;
cursor: pointer;
color : rgb(11, 51, 83);
}
.radio {
margin-top: 20px;
background: #454857;
padding: 4px;
border-radius: 3px;
box-shadow: inset 0 0 0 3px rgba(35, 33, 45, 0.3),
0 0 0 3px rgba(185, 185, 185, 0.3);
position: relative;
}
.radio input {
width: 100px;
height: 100%;
appearance: none;
outline: none;
cursor: pointer;
border-radius: 2px;
padding: 4px 8px;
background: #454857;
color: #bdbdbdbd;
font-size: 14px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
transition: all 100ms linear;
}
.radio input:checked {
background-image: linear-gradient(180deg, rgb(11, 51, 83), rgb(11, 51, 83));
color: #fff;
box-shadow: 0 1px 1px #0000002e;
text-shadow: 0 1px 0px #79485f7a;
}
.radio input:before {
content: attr(label);
display: inline-block;
text-align: center;
width: 100%;
} | 0.417271 | 0.078395 |
body {
font-family: Arial, FreeSans, sans-serif;
font-size: 85%;
}
a {
border-bottom: 0.1em solid #CCC;
color: #2A6BAC;
text-decoration: none;
}
a:hover {
color: #30B457;
text-decoration: none;
}
.cssForm {
background-color: transparent;
}
.cssLabelsColumn {
width: 160px;
font-weight: bold;
text-align: right;
}
.cssInputFieldsColumn {
vertical-align: top;
}
.cssTextArea {
width: 250px;
}
.cssJobName {
font-weight: bold;
font-size: 1.5em;
}
.cssSignupDisplayName {
font-weight: bold;
}
.cssJobSkills {
font-style: italic;
}
.cssJobLocationAddress {
}
.cssJobLocationMap {
}
.cssGoogleMapIFrame {
height: 300px;
width: 400px;
border: 0;
}
.cssThankYou {
}
.ui-widget {
font-family: Arial,Verdana,sans-serif;
font-weight: normal;
font-size: .8em;
}
.ui-widget input {
font-family: Arial,Verdana,sans-serif;
}
.requiredInput {
color: red;
}
.externalJob {
}
.externalJobLink {
}
.pastEvent {
}
/*=======================================================================
SAMPLE UGLY CSS for the Volunteers Job Listing pages that while ugly,
makes it clear what you can visually control.
Comment out the CSS above, and remove the trailing comment
on this CSS to see some ugly stuff!
the following classes affect the main listing page display:
cssJobName
sfdc_richText - the Job Description and Job Location fields are controlled by this Salesforces style you can override.
cssJobshiftSignup - this style controls all of the text in each shift's row, or the Signup button if shifts aren't shown.
cssJobSkills - this style controls the desired skills line.
cssJobLocationAddress - this style controls the address fields.
body - if you want the page to use a different background.
the remaining classes affect the signup popup dialog:
cssForm
cssLabelsColumn
cssInputFieldsColumn
cssInputFields
ui-widget - jQuery style you can override for the styles used in the popup dialog.
ui-widget input - the textboxes in the popup signup dialog is controlled by this jQuery style you can override.
cssThankYou - the thank you in the dialog needs its own matching style to ui-widget input.
.cssJobName {
color: Purple;
font-family: Jokerman;
font-weight: bold;
font-size: 20px;
}
.sfdc_richtext {
color: DarkBlue;
font-family: Jokerman;
font-weight: normal;
font-size: 14px;
}
.cssJobShiftSignup {
color: Green;
font-family: Jokerman;
font-weight: normal;
font-size: 14px;
}
.cssJobSkills {
font-style: italic;
}
.cssJobLocationAddress {
font-family: Jokerman;
}
body {
background-color: LightBlue;
}
.cssForm {
background-color: Gainsboro;
}
.cssLabelsColumn {
color: DarkBlue;
vertical-align: top;
font-family: Jokerman, Century Gothic, sans-serif;
font-weight: normal;
}
.cssInputFieldsColumn {
background-color: LightBlue;
}
.cssInputFields {
color: red;
background-color: LightYellow;
font-family: Magneto, Georgia, Serif;
border-style: groove;
border-color: DodgerBlue;
}
.ui-widget {
font-family: Jokerman;
}
.ui-widget input {
color: DarkBlue;
font-family: Jokerman;
}
.cssThankYou {
color: DarkBlue;
font-family: Jokerman;
}
===================================================================*/ | src/documents/Volunteers_Documents/VolunteersJobListingCSS_css.css | body {
font-family: Arial, FreeSans, sans-serif;
font-size: 85%;
}
a {
border-bottom: 0.1em solid #CCC;
color: #2A6BAC;
text-decoration: none;
}
a:hover {
color: #30B457;
text-decoration: none;
}
.cssForm {
background-color: transparent;
}
.cssLabelsColumn {
width: 160px;
font-weight: bold;
text-align: right;
}
.cssInputFieldsColumn {
vertical-align: top;
}
.cssTextArea {
width: 250px;
}
.cssJobName {
font-weight: bold;
font-size: 1.5em;
}
.cssSignupDisplayName {
font-weight: bold;
}
.cssJobSkills {
font-style: italic;
}
.cssJobLocationAddress {
}
.cssJobLocationMap {
}
.cssGoogleMapIFrame {
height: 300px;
width: 400px;
border: 0;
}
.cssThankYou {
}
.ui-widget {
font-family: Arial,Verdana,sans-serif;
font-weight: normal;
font-size: .8em;
}
.ui-widget input {
font-family: Arial,Verdana,sans-serif;
}
.requiredInput {
color: red;
}
.externalJob {
}
.externalJobLink {
}
.pastEvent {
}
/*=======================================================================
SAMPLE UGLY CSS for the Volunteers Job Listing pages that while ugly,
makes it clear what you can visually control.
Comment out the CSS above, and remove the trailing comment
on this CSS to see some ugly stuff!
the following classes affect the main listing page display:
cssJobName
sfdc_richText - the Job Description and Job Location fields are controlled by this Salesforces style you can override.
cssJobshiftSignup - this style controls all of the text in each shift's row, or the Signup button if shifts aren't shown.
cssJobSkills - this style controls the desired skills line.
cssJobLocationAddress - this style controls the address fields.
body - if you want the page to use a different background.
the remaining classes affect the signup popup dialog:
cssForm
cssLabelsColumn
cssInputFieldsColumn
cssInputFields
ui-widget - jQuery style you can override for the styles used in the popup dialog.
ui-widget input - the textboxes in the popup signup dialog is controlled by this jQuery style you can override.
cssThankYou - the thank you in the dialog needs its own matching style to ui-widget input.
.cssJobName {
color: Purple;
font-family: Jokerman;
font-weight: bold;
font-size: 20px;
}
.sfdc_richtext {
color: DarkBlue;
font-family: Jokerman;
font-weight: normal;
font-size: 14px;
}
.cssJobShiftSignup {
color: Green;
font-family: Jokerman;
font-weight: normal;
font-size: 14px;
}
.cssJobSkills {
font-style: italic;
}
.cssJobLocationAddress {
font-family: Jokerman;
}
body {
background-color: LightBlue;
}
.cssForm {
background-color: Gainsboro;
}
.cssLabelsColumn {
color: DarkBlue;
vertical-align: top;
font-family: Jokerman, Century Gothic, sans-serif;
font-weight: normal;
}
.cssInputFieldsColumn {
background-color: LightBlue;
}
.cssInputFields {
color: red;
background-color: LightYellow;
font-family: Magneto, Georgia, Serif;
border-style: groove;
border-color: DodgerBlue;
}
.ui-widget {
font-family: Jokerman;
}
.ui-widget input {
color: DarkBlue;
font-family: Jokerman;
}
.cssThankYou {
color: DarkBlue;
font-family: Jokerman;
}
===================================================================*/ | 0.468304 | 0.079818 |
div.card {
width: 80vw;
max-width: 1100px;
margin: 5rem auto 0;
background-color: rgba(255, 255, 255, 0.9);
animation: up 300ms;
display: grid;
grid-template-columns: 1fr 2fr;
}
div.card section.avatar {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border: 5px solid yellow;
width: 30vw;
max-width: 500px;
/* border-radius: 50%; */
}
@keyframes up {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0px);
}
}
div.card section.details {
padding: 4rem 5rem;
position: relative;
display: grid;
grid-template-rows: 1fr 4.5fr;
}
div.card section.details h1 {
font-size: 3.6rem;
font-weight: normal;
}
div.card section.details h1::after {
content: '';
position: absolute;
height: 1.5px;
width: 80%;
min-width: 80%;
max-width: 80%;
background-color: black;
top: 9rem;
left: 5rem;
animation: width 1s;
}
@keyframes width {
from {
opacity: 0;
transform: translateX(30px);
}
to {
opacity: 1;
transform: translateX(0px);
}
}
div.card section.details h1::before {
content: '';
position: absolute;
height: 6%;
width: 2px;
background-color: black;
top: 4rem;
left: 4rem;
animation: height 1s;
}
@keyframes height {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0px);
}
}
div.card section.details div.informations {
align-self: flex-start;
}
div.card section.details div.information {
padding: 1rem;
border-bottom: 1px solid rgba(58, 56, 56, 0.17);
}
div.card section.details div.information:last-child {
border: none;
}
div.card section.details div.information div:first-child {
font-size: 1.5rem;
font-weight: 400;
color: rgb(144, 144, 144);
}
div.card section.details div.information div + div {
font-size: 1.6rem;
font-weight: 700;
padding-left: 1rem;
margin: 1.5rem 0;
}
div.card section.details div.information div > span {
background-color: rgb(255, 255, 0);
padding: 1rem;
margin-top: 1rem;
display: inline-block;
border-radius: 5.5rem 1.5rem;
}
a.button {
font-size: 2.4rem;
font-weight: 700;
border-radius: 0.8rem;
border: none;
background-color: rgb(255, 255, 0);
color: rgb(90, 90, 90);
padding: 1rem;
margin-top: 2.5rem;
width: 100%;
text-align: center;
transition: background-color 400ms ease-in-out;
}
a.button:hover {
background-color: rgb(226, 226, 0);
} | public/cssInstructors/detailInstructors.css |
div.card {
width: 80vw;
max-width: 1100px;
margin: 5rem auto 0;
background-color: rgba(255, 255, 255, 0.9);
animation: up 300ms;
display: grid;
grid-template-columns: 1fr 2fr;
}
div.card section.avatar {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border: 5px solid yellow;
width: 30vw;
max-width: 500px;
/* border-radius: 50%; */
}
@keyframes up {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0px);
}
}
div.card section.details {
padding: 4rem 5rem;
position: relative;
display: grid;
grid-template-rows: 1fr 4.5fr;
}
div.card section.details h1 {
font-size: 3.6rem;
font-weight: normal;
}
div.card section.details h1::after {
content: '';
position: absolute;
height: 1.5px;
width: 80%;
min-width: 80%;
max-width: 80%;
background-color: black;
top: 9rem;
left: 5rem;
animation: width 1s;
}
@keyframes width {
from {
opacity: 0;
transform: translateX(30px);
}
to {
opacity: 1;
transform: translateX(0px);
}
}
div.card section.details h1::before {
content: '';
position: absolute;
height: 6%;
width: 2px;
background-color: black;
top: 4rem;
left: 4rem;
animation: height 1s;
}
@keyframes height {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0px);
}
}
div.card section.details div.informations {
align-self: flex-start;
}
div.card section.details div.information {
padding: 1rem;
border-bottom: 1px solid rgba(58, 56, 56, 0.17);
}
div.card section.details div.information:last-child {
border: none;
}
div.card section.details div.information div:first-child {
font-size: 1.5rem;
font-weight: 400;
color: rgb(144, 144, 144);
}
div.card section.details div.information div + div {
font-size: 1.6rem;
font-weight: 700;
padding-left: 1rem;
margin: 1.5rem 0;
}
div.card section.details div.information div > span {
background-color: rgb(255, 255, 0);
padding: 1rem;
margin-top: 1rem;
display: inline-block;
border-radius: 5.5rem 1.5rem;
}
a.button {
font-size: 2.4rem;
font-weight: 700;
border-radius: 0.8rem;
border: none;
background-color: rgb(255, 255, 0);
color: rgb(90, 90, 90);
padding: 1rem;
margin-top: 2.5rem;
width: 100%;
text-align: center;
transition: background-color 400ms ease-in-out;
}
a.button:hover {
background-color: rgb(226, 226, 0);
} | 0.736495 | 0.139338 |
@font-face {
font-family: "LED";
src: url('../fonts/LightLEDDisplay7.woff') format('woff');
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body{
font-size: larger;
color: rgb(184, 182, 182);
text-align: center;
text-shadow: 2px 2px 20px rgb(0, 0, 0);
font-family: monospace;
background-image: url(../img/pexels-miguel-á-padriñán-3785931.jpg);
background-position: right top;
background-repeat: no-repeat;
background-size: cover;
}
h4{
margin: 0 40px 130px 40px;
}
h2{
margin: 60px 40px 40px 40px;
}
h1{
margin-top: 60px;
}
.container{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
position: relative;
z-index: 1;
}
.counter{
transform: rotate(-90deg);
display: flex;
justify-content: space-between;
width: 460px;
height: 340px;
border-radius: 20px;
box-shadow: 1px 1px 30px black;
}
.display-num{
font-family: "LED";
background-color: black;
border-top: 1px solid rgb(19, 19, 19);
border-bottom: 1px solid rgb(19, 19, 19);
width: 300px;
display: flex;
justify-content: center;
align-items: center;
color: rgb(255, 0, 0);
font-size: 10rem;
writing-mode: vertical-lr;
text-orientation: sideways;
text-shadow: 1px 1px 40px rgba(255, 0, 0, 0.541);
}
/*display buttons*/
.display-btn{
font-family: "LED";
font-size: 3rem;
width: 90px;
border: 1px solid rgb(19, 19, 19);
cursor: pointer;
color: white;
transition: 0.4s ease;
text-shadow: 1px 1px 30px rgba(255, 255, 255, 0.623);
}
.display-btn p {
transform: rotate(90deg);
}
.display-btn p:last-of-type{
padding-bottom: 5px;
}
.decrease{
background-color: black;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.increase{
background-color: black;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
.decrease:hover,
.increase:hover{
background-color: rgb(36, 33, 33);
transition: 0.4s ease;
}
.increase:active,
.decrease:active{
transform: scale(0.97);
transition: 0s none;
background-color: rgb(49, 48, 48);
}
/*reset button*/
.btn-reset{
border:none;
position: absolute;
z-index: -1;
top: -90px;
border-radius: 10px;
font-size: 1.6rem;
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.521);
width: 300px;
height: 40px;
cursor: pointer;
color: rgb(184, 182, 182);
box-shadow: 2px 2px 20px rgb(0, 0, 0);
}
.hide{
display:none;
/*animation: disappear 0.5s ease-in-out;*/
}
.show{
display:block;
animation: appear 0.5s ease-in-out;
}
@keyframes appear {
from {top: 0px;}
to {top: -90px;}
0% {opacity: 0%;}
50% {opacity: 50%;}
100% {opacity: 100%;}
}
@keyframes disappear {
from {top: -90px;}
to {top: 0px;}
0% {opacity: 100%;}
50% {opacity: 50%;}
100% {opacity: 0%;}
}
.btn-reset:hover{
background-color: rgb(0, 0, 0);
border: black;
color: white;
}
/* ||FOOTER */
.footer{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 150px;
margin-bottom: 30px;
}
.footer p{
font-size: 15px;
line-height: 20px;
margin-bottom: 8px;
}
.social{
margin: 8px 0 12px 0;
display: flex;
align-items: center;
}
.social img{
margin: 0 8px;
transition-duration: 0.3s;
}
.social img:hover{
transform: scale(1.4);
transition-duration: 0.3s;
text-shadow: 2px;
}
/*MEDIA QUERIES*/
/*mobile*/
@media only screen and (min-width: 481px) and (max-width: 768px){
.counter{
width: 470px;
height: 460px;
}
}
/*TABLET, DESKTOP*/
@media only screen and (min-width: 769px) {
.counter{
transform: none;
width: 740px;
height: 460px;
}
.display-num{
font-size: 15rem;
width: 650px;
writing-mode: horizontal-tb;
text-orientation: sideways;
}
.display-btn p {
transform: none;
}
h1{
margin: 30px 0;
}
h4{
margin-bottom: 120px;
}
} | assets/css/style.css | @font-face {
font-family: "LED";
src: url('../fonts/LightLEDDisplay7.woff') format('woff');
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body{
font-size: larger;
color: rgb(184, 182, 182);
text-align: center;
text-shadow: 2px 2px 20px rgb(0, 0, 0);
font-family: monospace;
background-image: url(../img/pexels-miguel-á-padriñán-3785931.jpg);
background-position: right top;
background-repeat: no-repeat;
background-size: cover;
}
h4{
margin: 0 40px 130px 40px;
}
h2{
margin: 60px 40px 40px 40px;
}
h1{
margin-top: 60px;
}
.container{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
position: relative;
z-index: 1;
}
.counter{
transform: rotate(-90deg);
display: flex;
justify-content: space-between;
width: 460px;
height: 340px;
border-radius: 20px;
box-shadow: 1px 1px 30px black;
}
.display-num{
font-family: "LED";
background-color: black;
border-top: 1px solid rgb(19, 19, 19);
border-bottom: 1px solid rgb(19, 19, 19);
width: 300px;
display: flex;
justify-content: center;
align-items: center;
color: rgb(255, 0, 0);
font-size: 10rem;
writing-mode: vertical-lr;
text-orientation: sideways;
text-shadow: 1px 1px 40px rgba(255, 0, 0, 0.541);
}
/*display buttons*/
.display-btn{
font-family: "LED";
font-size: 3rem;
width: 90px;
border: 1px solid rgb(19, 19, 19);
cursor: pointer;
color: white;
transition: 0.4s ease;
text-shadow: 1px 1px 30px rgba(255, 255, 255, 0.623);
}
.display-btn p {
transform: rotate(90deg);
}
.display-btn p:last-of-type{
padding-bottom: 5px;
}
.decrease{
background-color: black;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.increase{
background-color: black;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
.decrease:hover,
.increase:hover{
background-color: rgb(36, 33, 33);
transition: 0.4s ease;
}
.increase:active,
.decrease:active{
transform: scale(0.97);
transition: 0s none;
background-color: rgb(49, 48, 48);
}
/*reset button*/
.btn-reset{
border:none;
position: absolute;
z-index: -1;
top: -90px;
border-radius: 10px;
font-size: 1.6rem;
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.521);
width: 300px;
height: 40px;
cursor: pointer;
color: rgb(184, 182, 182);
box-shadow: 2px 2px 20px rgb(0, 0, 0);
}
.hide{
display:none;
/*animation: disappear 0.5s ease-in-out;*/
}
.show{
display:block;
animation: appear 0.5s ease-in-out;
}
@keyframes appear {
from {top: 0px;}
to {top: -90px;}
0% {opacity: 0%;}
50% {opacity: 50%;}
100% {opacity: 100%;}
}
@keyframes disappear {
from {top: -90px;}
to {top: 0px;}
0% {opacity: 100%;}
50% {opacity: 50%;}
100% {opacity: 0%;}
}
.btn-reset:hover{
background-color: rgb(0, 0, 0);
border: black;
color: white;
}
/* ||FOOTER */
.footer{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 150px;
margin-bottom: 30px;
}
.footer p{
font-size: 15px;
line-height: 20px;
margin-bottom: 8px;
}
.social{
margin: 8px 0 12px 0;
display: flex;
align-items: center;
}
.social img{
margin: 0 8px;
transition-duration: 0.3s;
}
.social img:hover{
transform: scale(1.4);
transition-duration: 0.3s;
text-shadow: 2px;
}
/*MEDIA QUERIES*/
/*mobile*/
@media only screen and (min-width: 481px) and (max-width: 768px){
.counter{
width: 470px;
height: 460px;
}
}
/*TABLET, DESKTOP*/
@media only screen and (min-width: 769px) {
.counter{
transform: none;
width: 740px;
height: 460px;
}
.display-num{
font-size: 15rem;
width: 650px;
writing-mode: horizontal-tb;
text-orientation: sideways;
}
.display-btn p {
transform: none;
}
h1{
margin: 30px 0;
}
h4{
margin-bottom: 120px;
}
} | 0.33231 | 0.094218 |
body {
font-family: 'Lato';
font-size: 15px;
line-height: 20px;
background-color: #f6f6f6;
}
a {
font-family: 'Lato';
color: #000;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #f7ce3b;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
background-color: #000;
color: #f7ce3b;
}
header {
border-bottom: 2px solid #e0e1e1;
box-shadow: 0 0 2px 0 #e0e1e1;
padding-bottom: 10px;
font-size: 14px;
font-weight: 600;
}
.social-icons ul li,
.language-switcher ul li {
list-style-type: none;
display: inline-block;
margin-right: 10px;
text-transform: uppercase;
}
.language-switcher {
font-size: 12px;
margin-left: 5px;
}
.menu ul li {
list-style-type: none;
display: inline-block;
margin-right: 20px;
text-transform: uppercase;
}
.language-switcher ul li:last-child {
position: relative;
}
.language-switcher ul li:last-child::before {
content: "|";
position: absolute;
top: 0;
right: 20px;
}
ul li>a {
color: #000;
}
.logo-container img {
max-width: 160px;
}
.menu-search {
text-align: right;
display: block;
margin-bottom: 0;
margin-top: 20px;
}
.social-icons ul,
.language-switcher ul {
padding: 5px 0;
margin: 0;
}
.language-switcher,
.social-icons {
float: right;
text-align: right;
margin-top: 5px;
}
.menu,
.search-icon {
display: inline-block;
}
.banner-container {
max-width: 100%;
margin: 30px 0;
background-color: #eaeae7;
}
.banner {
padding: 0;
text-align: center;
width: 100%;
}
.nav-container {
background-color: #ffffff;
max-width: 100%;
text-align: center;
}
.nav-container ul {
margin: 0 auto;
text-align: center;
}
.nav-container ul li {
list-style-type: none;
display: inline-block;
text-transform: uppercase;
border-left: 1px solid #f1f0f0;
margin: 0 30px;
padding: 10px 0 10px 30px;
text-align: center;
max-width: 15%;
}
.nav-container ul li:first-child {
line-height: 35px;
border: 0;
vertical-align: top;
}
.rejuvenation-container {
background-color: #f6f1d6;
max-width: 100%;
padding: 80px
}
.rejuvenation-container h3 {
text-align: center;
font-size: 30px;
letter-spacing: 3px;
margin-bottom: 70px;
}
.rejuvenation-container h5 {
text-align: center;
font-size: 25px;
letter-spacing: 3px;
position: relative;
}
blockquote {
border-style: solid;
border-width: 1px 0 1px 20px;
border-image: url('../src/img/brackets.png') 27 //* slice */
28px //* width */
14px/* outset */
round;
/* repeat */
max-width: 40%;
text-align: center;
margin: 0 auto;
}
.quote {
position: relative;
padding-top: 45px;
padding-bottom: 45px;
text-align: center;
}
.quote::before {
background-image: url('../src/img/quote-top.png');
background-position: center center;
width: 48px;
height: 34px;
background-repeat: no-repeat;
position: absolute;
content: "";
top: 0;
opacity: 0.5;
left: 45%;
}
.quote::after {
background-image: url('../src/img/quote-bottom.png');
background-position: center center;
width: 48px;
height: 34px;
background-repeat: no-repeat;
position: absolute;
content: "";
bottom: 0;
opacity: 0.5;
left: 45%;
}
.before-after {
margin: 60px auto;
text-align: center;
}
.xwave-container {
text-align: center;
margin: 0 auto;
}
.xwave-container p {
text-align: left;
}
.xwave-container h3 {
margin-top: 55px;
text-align: center;
color: #f8d21e;
}
.xwave-list {
text-align: left;
padding-left: 20px;
}
.xwave-container img {
max-width: 100%;
}
.white-bg {
background-color: #ffffff;
padding: 10px;
}
.white-bg>div {
margin-top: 65px;
}
.white-bg h5 {
text-align: left;
}
.white-bg>img {
float: right;
max-width: 22%;
}
.yellow-bg {
text-transform: uppercase;
background-color: #f8d21e;
margin-top: 35px;
padding: 10px;
text-align: center;
letter-spacing: 3px;
font-size: 18px;
}
.services-list {
margin-top: 25px;
}
.large-services .services-list {
margin-top: 25px;
margin-left: 5%;
}
.services-list:first-of-type {
margin-left: 0;
}
.services-header {
background-color: #ffffff;
border-radius: 50%;
height: 115px;
width: 115px;
margin: 0 auto -22%;
text-align: center;
}
.services-body img {
max-width: 50px;
}
.services-body {
background-color: #ffffff;
padding: 0 10px 25px;
flex-wrap: wrap;
}
.services-body h5 {
margin-top: 25px;
margin-bottom: 25px;
text-transform: uppercase;
font-size: 16px;
}
.services-body p {
text-align: justify;
padding: 0 10px;
}
.large-services .services-list {
max-width: 30%;
flex: 0 0 30%;
}
.img-text {
margin-top: 25px;
}
.small-services .services-body {
min-height: 290px;
}
.large-services .services-body {
min-height: 223px;
}
.laser-container {
background-color: #ffffff;
padding-top: 45px;
padding-bottom: 45px;
margin-top: 35px;
text-align: center;
max-width: 100%;
}
.laser-container img {
max-width: 100%;
}
.laser-container p {
text-align: justify;
}
.laser-container h5 {
text-align: left;
margin-top: 15px;
font-size: 16px;
}
.booking-container {
background-image: url('../src/img/booking-bg.jpg');
background-repeat: no-repeat;
width: 100%;
height: 100%;
max-width: 100%;
background-size: cover;
padding: 35px;
text-align: center;
margin: 0 auto;
}
.booking-container h3 {
margin-bottom: 25px;
text-transform: uppercase;
}
.booking-container input:not([type='checkbox']):not([type='submit']),
.booking-container select {
width: 100%;
height: 40px;
padding: 10px;
text-transform: uppercase;
color: #000;
border: 0;
border-radius: 0;
}
.booking-container textarea {
width: 100%;
height: 100px;
padding: 10px;
text-transform: uppercase;
color: #000;
border: 0;
border-radius: 0;
}
input::placeholder,
textarea::placeholder {
color: #000;
}
.last-row {
text-align: left;
background-color: #f1f4f1;
margin: 0;
}
.last-row .col-12 {
margin: 5px;
padding: 8px 5px 0;
}
.booking-container .book-btn {
background-color: #f7ce3b;
padding: 15px 20px;
text-transform: uppercase;
border: 0;
font-weight: 700;
margin-top: 15px;
}
.testimonials-container {
padding: 147px 0 117px;
position: relative;
text-align: center;
margin: 0 auto;
max-width: 95%;
}
.testimonials-container .col-7 {
text-align: center;
margin: 0 auto;
}
.testimonials h3 {
text-align: center;
margin-bottom: 80px;
}
.testimonials-container::before {
background-image: url(../src/img/left-quote.png);
content: '';
position: absolute;
top: 0;
left: 0;
width: 218px;
height: 157px;
}
.testimonials-container::after {
background-image: url(../src/img/right-quote.png);
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 210px;
height: 127px;
}
.testimonials .testimonial-item {
padding: 0 15px;
}
.testimonials .description {
text-align: justify;
}
.testimonials .author {
text-transform: uppercase;
color: #f7d045;
text-align: left;
font-size: 18px;
margin: 15px 0 10px;
font-weight: 700;
}
.testimonials .clinic {
text-transform: uppercase;
text-align: left;
}
.slick-arrow-prev .white-bg {
border: 0;
padding: 10px;
}
.slick-arrow-next .white-bg {
padding: 10px 22px;
border: 0;
}
.slick-arrow-prev {
left: -17%;
position: absolute;
top: 50%;
z-index: 1;
}
.slick-arrow-next {
right: -17%;
position: absolute;
top: 50%;
}
footer {
width: 100%;
padding: 25px 0 0;
margin: 0;
background-color: #d1d3d3;
position: static;
bottom: 0;
}
footer .social-icons {
margin-left: 30px;
float: none;
margin-top: 15px;
text-align: left;
}
footer .social-icons li {
background-color: #fff;
border-radius: 50%;
padding: 10px 15px;
}
.clinics-flag {
background-color: #fff;
border-radius: 50%;
padding: 0px;
max-width: 45px;
height: 45px;
text-align: center;
float: left;
width: 15%;
}
.clinics-flag img {
max-width: 30px;
margin-top: 7px;
}
.clinics-location h5 {
color: #000;
}
.clinics-location {
float: right;
width: 80%;
font-size: 13px;
line-height: 23px;
color: #fff;
}
.clinics-location ul,
.footer-second-row ul {
padding-left: 0;
list-style-type: none;
}
.footer-second-row ul {
padding-top: 20px;
}
.footer-second-row ul li a {
color: #fff;
line-height: 25px;
}
footer .container {
max-width: 100%;
}
.footer-first-row {
border-bottom: 1px solid #fff;
padding-bottom: 25px;
max-width: 100%;
}
.footer-second-row {
padding-top: 10px;
}
.footer-second-row .last-col::after {
content: "";
color: #fff;
height: 100%;
position: absolute;
right: 25%;
top: 0;
border-right: 2px solid #fff;
}
.subscription {
padding-top: 20px;
color: #fff;
}
footer .copyright {
padding: 10px 0;
text-align: center;
color: #fff;
background-color: #000;
font-size: 12px;
line-height: 16px;
bottom: 0;
}
.footer-second-row {
padding-bottom: 25px;
}
.subscription .form-group {
width: 82%;
}
.subscription select {
width: 100%;
height: 30px;
border: 0;
margin-top: 10px;
}
.subscription .email-address {
width: 80%;
height: 30px;
border: 0;
padding-left: 10px;
text-transform: uppercase;
}
.subscription .submit {
width: 20%;
margin-left: -5px;
background-color: #f7ce3b;
height: 30px;
border: 0;
padding: 0;
border-radius: 0;
margin-top: -4px;
}
.laser-container h3 {
margin: 15px auto 35px;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox!important;
display: inline-block!important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.menu ul li:last-child a {
background-color: #f7ce3b;
padding: 5px 10px;
}
.menu ul li:last-child a:hover {
background-color: #000;
color: #f7ce3b;
padding: 5px 10px;
}
}
@media (max-width: 768px) {
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem;
}
.yellow-bg {
margin-bottom: 25px;
}
.xwave-container .white-bg {
margin-top: 25px;
}
.footer-first-row,
.footer-first-row .social-icons {
text-align: center;
}
.footer-first-row .col-sm-4 {
text-align: center;
margin: 0 auto;
}
.large-services .services-list {
max-width: 100%;
flex: 0 0 100%;
margin-top: 40px;
margin-left: 0;
}
.white-bg>img {
float: none;
text-align: center;
max-width: 10%;
margin-top: 10px;
}
.menu-search {
text-align: left!important;
}
blockquote {
max-width: 100%;
}
.nav-container ul li {
max-width: 100%;
padding: 10px 0 10px 10px;
margin: 0 10px;
}
.slick-arrow-next,
.slick-arrow-prev {
display: none;
}
} | styles/main.css | body {
font-family: 'Lato';
font-size: 15px;
line-height: 20px;
background-color: #f6f6f6;
}
a {
font-family: 'Lato';
color: #000;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #f7ce3b;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
background-color: #000;
color: #f7ce3b;
}
header {
border-bottom: 2px solid #e0e1e1;
box-shadow: 0 0 2px 0 #e0e1e1;
padding-bottom: 10px;
font-size: 14px;
font-weight: 600;
}
.social-icons ul li,
.language-switcher ul li {
list-style-type: none;
display: inline-block;
margin-right: 10px;
text-transform: uppercase;
}
.language-switcher {
font-size: 12px;
margin-left: 5px;
}
.menu ul li {
list-style-type: none;
display: inline-block;
margin-right: 20px;
text-transform: uppercase;
}
.language-switcher ul li:last-child {
position: relative;
}
.language-switcher ul li:last-child::before {
content: "|";
position: absolute;
top: 0;
right: 20px;
}
ul li>a {
color: #000;
}
.logo-container img {
max-width: 160px;
}
.menu-search {
text-align: right;
display: block;
margin-bottom: 0;
margin-top: 20px;
}
.social-icons ul,
.language-switcher ul {
padding: 5px 0;
margin: 0;
}
.language-switcher,
.social-icons {
float: right;
text-align: right;
margin-top: 5px;
}
.menu,
.search-icon {
display: inline-block;
}
.banner-container {
max-width: 100%;
margin: 30px 0;
background-color: #eaeae7;
}
.banner {
padding: 0;
text-align: center;
width: 100%;
}
.nav-container {
background-color: #ffffff;
max-width: 100%;
text-align: center;
}
.nav-container ul {
margin: 0 auto;
text-align: center;
}
.nav-container ul li {
list-style-type: none;
display: inline-block;
text-transform: uppercase;
border-left: 1px solid #f1f0f0;
margin: 0 30px;
padding: 10px 0 10px 30px;
text-align: center;
max-width: 15%;
}
.nav-container ul li:first-child {
line-height: 35px;
border: 0;
vertical-align: top;
}
.rejuvenation-container {
background-color: #f6f1d6;
max-width: 100%;
padding: 80px
}
.rejuvenation-container h3 {
text-align: center;
font-size: 30px;
letter-spacing: 3px;
margin-bottom: 70px;
}
.rejuvenation-container h5 {
text-align: center;
font-size: 25px;
letter-spacing: 3px;
position: relative;
}
blockquote {
border-style: solid;
border-width: 1px 0 1px 20px;
border-image: url('../src/img/brackets.png') 27 //* slice */
28px //* width */
14px/* outset */
round;
/* repeat */
max-width: 40%;
text-align: center;
margin: 0 auto;
}
.quote {
position: relative;
padding-top: 45px;
padding-bottom: 45px;
text-align: center;
}
.quote::before {
background-image: url('../src/img/quote-top.png');
background-position: center center;
width: 48px;
height: 34px;
background-repeat: no-repeat;
position: absolute;
content: "";
top: 0;
opacity: 0.5;
left: 45%;
}
.quote::after {
background-image: url('../src/img/quote-bottom.png');
background-position: center center;
width: 48px;
height: 34px;
background-repeat: no-repeat;
position: absolute;
content: "";
bottom: 0;
opacity: 0.5;
left: 45%;
}
.before-after {
margin: 60px auto;
text-align: center;
}
.xwave-container {
text-align: center;
margin: 0 auto;
}
.xwave-container p {
text-align: left;
}
.xwave-container h3 {
margin-top: 55px;
text-align: center;
color: #f8d21e;
}
.xwave-list {
text-align: left;
padding-left: 20px;
}
.xwave-container img {
max-width: 100%;
}
.white-bg {
background-color: #ffffff;
padding: 10px;
}
.white-bg>div {
margin-top: 65px;
}
.white-bg h5 {
text-align: left;
}
.white-bg>img {
float: right;
max-width: 22%;
}
.yellow-bg {
text-transform: uppercase;
background-color: #f8d21e;
margin-top: 35px;
padding: 10px;
text-align: center;
letter-spacing: 3px;
font-size: 18px;
}
.services-list {
margin-top: 25px;
}
.large-services .services-list {
margin-top: 25px;
margin-left: 5%;
}
.services-list:first-of-type {
margin-left: 0;
}
.services-header {
background-color: #ffffff;
border-radius: 50%;
height: 115px;
width: 115px;
margin: 0 auto -22%;
text-align: center;
}
.services-body img {
max-width: 50px;
}
.services-body {
background-color: #ffffff;
padding: 0 10px 25px;
flex-wrap: wrap;
}
.services-body h5 {
margin-top: 25px;
margin-bottom: 25px;
text-transform: uppercase;
font-size: 16px;
}
.services-body p {
text-align: justify;
padding: 0 10px;
}
.large-services .services-list {
max-width: 30%;
flex: 0 0 30%;
}
.img-text {
margin-top: 25px;
}
.small-services .services-body {
min-height: 290px;
}
.large-services .services-body {
min-height: 223px;
}
.laser-container {
background-color: #ffffff;
padding-top: 45px;
padding-bottom: 45px;
margin-top: 35px;
text-align: center;
max-width: 100%;
}
.laser-container img {
max-width: 100%;
}
.laser-container p {
text-align: justify;
}
.laser-container h5 {
text-align: left;
margin-top: 15px;
font-size: 16px;
}
.booking-container {
background-image: url('../src/img/booking-bg.jpg');
background-repeat: no-repeat;
width: 100%;
height: 100%;
max-width: 100%;
background-size: cover;
padding: 35px;
text-align: center;
margin: 0 auto;
}
.booking-container h3 {
margin-bottom: 25px;
text-transform: uppercase;
}
.booking-container input:not([type='checkbox']):not([type='submit']),
.booking-container select {
width: 100%;
height: 40px;
padding: 10px;
text-transform: uppercase;
color: #000;
border: 0;
border-radius: 0;
}
.booking-container textarea {
width: 100%;
height: 100px;
padding: 10px;
text-transform: uppercase;
color: #000;
border: 0;
border-radius: 0;
}
input::placeholder,
textarea::placeholder {
color: #000;
}
.last-row {
text-align: left;
background-color: #f1f4f1;
margin: 0;
}
.last-row .col-12 {
margin: 5px;
padding: 8px 5px 0;
}
.booking-container .book-btn {
background-color: #f7ce3b;
padding: 15px 20px;
text-transform: uppercase;
border: 0;
font-weight: 700;
margin-top: 15px;
}
.testimonials-container {
padding: 147px 0 117px;
position: relative;
text-align: center;
margin: 0 auto;
max-width: 95%;
}
.testimonials-container .col-7 {
text-align: center;
margin: 0 auto;
}
.testimonials h3 {
text-align: center;
margin-bottom: 80px;
}
.testimonials-container::before {
background-image: url(../src/img/left-quote.png);
content: '';
position: absolute;
top: 0;
left: 0;
width: 218px;
height: 157px;
}
.testimonials-container::after {
background-image: url(../src/img/right-quote.png);
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 210px;
height: 127px;
}
.testimonials .testimonial-item {
padding: 0 15px;
}
.testimonials .description {
text-align: justify;
}
.testimonials .author {
text-transform: uppercase;
color: #f7d045;
text-align: left;
font-size: 18px;
margin: 15px 0 10px;
font-weight: 700;
}
.testimonials .clinic {
text-transform: uppercase;
text-align: left;
}
.slick-arrow-prev .white-bg {
border: 0;
padding: 10px;
}
.slick-arrow-next .white-bg {
padding: 10px 22px;
border: 0;
}
.slick-arrow-prev {
left: -17%;
position: absolute;
top: 50%;
z-index: 1;
}
.slick-arrow-next {
right: -17%;
position: absolute;
top: 50%;
}
footer {
width: 100%;
padding: 25px 0 0;
margin: 0;
background-color: #d1d3d3;
position: static;
bottom: 0;
}
footer .social-icons {
margin-left: 30px;
float: none;
margin-top: 15px;
text-align: left;
}
footer .social-icons li {
background-color: #fff;
border-radius: 50%;
padding: 10px 15px;
}
.clinics-flag {
background-color: #fff;
border-radius: 50%;
padding: 0px;
max-width: 45px;
height: 45px;
text-align: center;
float: left;
width: 15%;
}
.clinics-flag img {
max-width: 30px;
margin-top: 7px;
}
.clinics-location h5 {
color: #000;
}
.clinics-location {
float: right;
width: 80%;
font-size: 13px;
line-height: 23px;
color: #fff;
}
.clinics-location ul,
.footer-second-row ul {
padding-left: 0;
list-style-type: none;
}
.footer-second-row ul {
padding-top: 20px;
}
.footer-second-row ul li a {
color: #fff;
line-height: 25px;
}
footer .container {
max-width: 100%;
}
.footer-first-row {
border-bottom: 1px solid #fff;
padding-bottom: 25px;
max-width: 100%;
}
.footer-second-row {
padding-top: 10px;
}
.footer-second-row .last-col::after {
content: "";
color: #fff;
height: 100%;
position: absolute;
right: 25%;
top: 0;
border-right: 2px solid #fff;
}
.subscription {
padding-top: 20px;
color: #fff;
}
footer .copyright {
padding: 10px 0;
text-align: center;
color: #fff;
background-color: #000;
font-size: 12px;
line-height: 16px;
bottom: 0;
}
.footer-second-row {
padding-bottom: 25px;
}
.subscription .form-group {
width: 82%;
}
.subscription select {
width: 100%;
height: 30px;
border: 0;
margin-top: 10px;
}
.subscription .email-address {
width: 80%;
height: 30px;
border: 0;
padding-left: 10px;
text-transform: uppercase;
}
.subscription .submit {
width: 20%;
margin-left: -5px;
background-color: #f7ce3b;
height: 30px;
border: 0;
padding: 0;
border-radius: 0;
margin-top: -4px;
}
.laser-container h3 {
margin: 15px auto 35px;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox!important;
display: inline-block!important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.menu ul li:last-child a {
background-color: #f7ce3b;
padding: 5px 10px;
}
.menu ul li:last-child a:hover {
background-color: #000;
color: #f7ce3b;
padding: 5px 10px;
}
}
@media (max-width: 768px) {
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem;
}
.yellow-bg {
margin-bottom: 25px;
}
.xwave-container .white-bg {
margin-top: 25px;
}
.footer-first-row,
.footer-first-row .social-icons {
text-align: center;
}
.footer-first-row .col-sm-4 {
text-align: center;
margin: 0 auto;
}
.large-services .services-list {
max-width: 100%;
flex: 0 0 100%;
margin-top: 40px;
margin-left: 0;
}
.white-bg>img {
float: none;
text-align: center;
max-width: 10%;
margin-top: 10px;
}
.menu-search {
text-align: left!important;
}
blockquote {
max-width: 100%;
}
.nav-container ul li {
max-width: 100%;
padding: 10px 0 10px 10px;
margin: 0 10px;
}
.slick-arrow-next,
.slick-arrow-prev {
display: none;
}
} | 0.490724 | 0.06832 |
body {
background: white;
overflow-y: scroll;
text-align: center;
}
body,
input {
font-size: 11pt;
font-family: 'Verdana', sans-serif;
color: #383838;
}
img {
border: 0;
}
#main {
text-align: left;
margin: 0 auto;
max-width: 69em;
}
a.logo {
display: block;
margin: 0 auto;
}
body.logo a.logo {
margin-bottom: 1em;
}
body.logo #main {
text-align: center;
max-width: 50em;
display: inline-block;
}
body.logo .message {
display: inline-block;
}
body.logo form {
margin: 0 auto;
text-align: left;
}
.content-wrapper {
display: inline-block;
text-align: left;
}
.message {
border: 1px solid rgba(0, 0, 0, 0.05);
padding: 0.5em 1em;
font-size: 110%;
border-radius: 3px;
background: rgba(0, 0, 0, 0.05);
white-space: pre-wrap;
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.05);
}
.message.error {
background: rgba(255, 0, 0, 0.05);
}
.message.warning {
background: rgba(255, 255, 0, 0.1);
}
.message.success {
background: rgba(0, 200, 0, 0.1);
}
.message.info {
background: rgba(0, 0, 255, 0.1);
}
a {
color: black;
text-decoration: none;
transition: color 0.25s ease 0s;
}
a:focus {
outline: 1px dashed hsl(215,80%,75%);
}
.icon {
width: 20px;
height: 20px;
display: inline-block;
background-image: url('/img/icons.png');
background-repeat: no-repeat;
/*transition: background-color 0.25s ease 0s;*/
vertical-align: middle;
opacity: .15;
}
a:focus .icon,
a:hover .icon {
opacity: 1;
}
.icon-blank { background-image: none; }
.icon-menu { background-position: -0px 0; }
.icon-settings { background-position: -20px 0; }
.icon-add { background-position: -40px 0; }
.icon-up { background-position: -60px 0; }
.icon-down { background-position: -80px 0; }
.icon-drag { background-position: -100px 0; }
.icon-align-left { background-position: -120px 0; }
.icon-align-center { background-position: -140px 0; }
.icon-align-right { background-position: -160px 0; }
.icon-delete { background-position: -180px 0; }
.icon-edit { background-position: -200px 0; }
.icon-close { background-position: -220px 0; }
.icon-checkbox { background-position: -240px 0; }
.icon-checkbox-checked { background-position: -260px 0; }
.icon-checkbox2 { background-position: -280px 0; }
.icon-checkbox2-checked { background-position: -300px 0; }
.icon-user { background-position: -320px 0; }
.icon-user-add { background-position: -340px 0; }
.icon-eye { background-position: -360px 0; }
.icon-export { background-position: -380px 0; }
.icon-import { background-position: -400px 0; }
.icon-question { background-position: -420px 0; }
.icon-information { background-position: -440px 0; }
.icon-exit { background-position: -460px 0; }
.icon-key { background-position: -480px 0; }
.icon-lane { background-position: -500px 0; }
input[type=radio],
input[type=checkbox] {
margin: 0.5em 0.2em;
}
input[type=checkbox] {
display: none;
}
input[type=checkbox]+label.checkbox:before {
width: 20px;
height: 20px;
display: inline-block;
content: ' ';
background-image: url('/img/icons.png');
background-repeat: no-repeat;
vertical-align: middle;
background-position: -240px 0;
/*transition: background-color 0.25s ease 0s;*/
margin-right: 0.25em;
}
input[type=checkbox]:checked+label.checkbox:before {
background-position: -260px 0;
}
input[type=text],
input[type=password] {
margin: 0.2em 0;
padding: 3px 6px;
border: 1px solid lightgray;
border-radius: 3px;
}
label+input[type=text],
label+input[type=password] {
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.btn {
margin: 0.2em;
padding: 5px 12px;
border: 1px solid #ddd;
background: rgba(255, 255, 255, 0.5);
color: black;
cursor: pointer;
transition: background-color 0.25s ease 0s,
border-color 0.25s ease 0s;
}
.btn.hl {
border-color: #eee;
background: #eee;
}
.btn::-moz-focus-inner {
border: 0;
}
.btn:hover,
.btn:focus {
border-color: hsl(215,100%,85%);
background: hsl(215,100%,90%);
outline: 0;
}
.btn.hl:hover,
.btn.hl:focus {
border-color: hsl(215,97%,80%);
background: hsl(215,97%,80%);
outline: 0;
}
.form-wrapper {
display: table;
width: 100%;
}
form div.input-row {
display: table-row;
}
form div.input-row label:not(.checkbox) {
display: table-cell;
text-align: right;
padding: 0 0.5em;
}
form label[for] {
cursor: pointer;
}
form.inline {
display: inline;
}
th {
font-weight: normal;
text-align: left;
}
hr {
border: 0;
background: #eee;
height: 2px;
}
footer {
margin-top: 2em;
padding: 0.5em 0.2em;
border-top: 1px solid #eee;
position: relative;
color: silver;
font-size: 90%;
text-align: right;
}
footer p {
margin: 0 1em;
}
footer p:first-child {
margin-left: 0;
}
h1 {
text-align: center;
font-weight: normal;
font-size: 18pt;
margin: 0 0 1em 0;
}
h2 {
text-align: center;
font-weight: normal;
font-size: 15pt;
margin: 0 0 1em 0;
}
div.clear {
clear: both;
}
body.dragging * {
cursor: move;
}
.dragger {
float: left;
cursor: move;
}
body .dragging .dragger .icon {
background-position: -100px -20px;
opacity: 1;
}
.return-link-wrapper {
text-align: center;
margin: 1em 0;
}
.return-link {
margin: 0 auto;
} | public_html/css/core.css | body {
background: white;
overflow-y: scroll;
text-align: center;
}
body,
input {
font-size: 11pt;
font-family: 'Verdana', sans-serif;
color: #383838;
}
img {
border: 0;
}
#main {
text-align: left;
margin: 0 auto;
max-width: 69em;
}
a.logo {
display: block;
margin: 0 auto;
}
body.logo a.logo {
margin-bottom: 1em;
}
body.logo #main {
text-align: center;
max-width: 50em;
display: inline-block;
}
body.logo .message {
display: inline-block;
}
body.logo form {
margin: 0 auto;
text-align: left;
}
.content-wrapper {
display: inline-block;
text-align: left;
}
.message {
border: 1px solid rgba(0, 0, 0, 0.05);
padding: 0.5em 1em;
font-size: 110%;
border-radius: 3px;
background: rgba(0, 0, 0, 0.05);
white-space: pre-wrap;
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.05);
}
.message.error {
background: rgba(255, 0, 0, 0.05);
}
.message.warning {
background: rgba(255, 255, 0, 0.1);
}
.message.success {
background: rgba(0, 200, 0, 0.1);
}
.message.info {
background: rgba(0, 0, 255, 0.1);
}
a {
color: black;
text-decoration: none;
transition: color 0.25s ease 0s;
}
a:focus {
outline: 1px dashed hsl(215,80%,75%);
}
.icon {
width: 20px;
height: 20px;
display: inline-block;
background-image: url('/img/icons.png');
background-repeat: no-repeat;
/*transition: background-color 0.25s ease 0s;*/
vertical-align: middle;
opacity: .15;
}
a:focus .icon,
a:hover .icon {
opacity: 1;
}
.icon-blank { background-image: none; }
.icon-menu { background-position: -0px 0; }
.icon-settings { background-position: -20px 0; }
.icon-add { background-position: -40px 0; }
.icon-up { background-position: -60px 0; }
.icon-down { background-position: -80px 0; }
.icon-drag { background-position: -100px 0; }
.icon-align-left { background-position: -120px 0; }
.icon-align-center { background-position: -140px 0; }
.icon-align-right { background-position: -160px 0; }
.icon-delete { background-position: -180px 0; }
.icon-edit { background-position: -200px 0; }
.icon-close { background-position: -220px 0; }
.icon-checkbox { background-position: -240px 0; }
.icon-checkbox-checked { background-position: -260px 0; }
.icon-checkbox2 { background-position: -280px 0; }
.icon-checkbox2-checked { background-position: -300px 0; }
.icon-user { background-position: -320px 0; }
.icon-user-add { background-position: -340px 0; }
.icon-eye { background-position: -360px 0; }
.icon-export { background-position: -380px 0; }
.icon-import { background-position: -400px 0; }
.icon-question { background-position: -420px 0; }
.icon-information { background-position: -440px 0; }
.icon-exit { background-position: -460px 0; }
.icon-key { background-position: -480px 0; }
.icon-lane { background-position: -500px 0; }
input[type=radio],
input[type=checkbox] {
margin: 0.5em 0.2em;
}
input[type=checkbox] {
display: none;
}
input[type=checkbox]+label.checkbox:before {
width: 20px;
height: 20px;
display: inline-block;
content: ' ';
background-image: url('/img/icons.png');
background-repeat: no-repeat;
vertical-align: middle;
background-position: -240px 0;
/*transition: background-color 0.25s ease 0s;*/
margin-right: 0.25em;
}
input[type=checkbox]:checked+label.checkbox:before {
background-position: -260px 0;
}
input[type=text],
input[type=password] {
margin: 0.2em 0;
padding: 3px 6px;
border: 1px solid lightgray;
border-radius: 3px;
}
label+input[type=text],
label+input[type=password] {
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.btn {
margin: 0.2em;
padding: 5px 12px;
border: 1px solid #ddd;
background: rgba(255, 255, 255, 0.5);
color: black;
cursor: pointer;
transition: background-color 0.25s ease 0s,
border-color 0.25s ease 0s;
}
.btn.hl {
border-color: #eee;
background: #eee;
}
.btn::-moz-focus-inner {
border: 0;
}
.btn:hover,
.btn:focus {
border-color: hsl(215,100%,85%);
background: hsl(215,100%,90%);
outline: 0;
}
.btn.hl:hover,
.btn.hl:focus {
border-color: hsl(215,97%,80%);
background: hsl(215,97%,80%);
outline: 0;
}
.form-wrapper {
display: table;
width: 100%;
}
form div.input-row {
display: table-row;
}
form div.input-row label:not(.checkbox) {
display: table-cell;
text-align: right;
padding: 0 0.5em;
}
form label[for] {
cursor: pointer;
}
form.inline {
display: inline;
}
th {
font-weight: normal;
text-align: left;
}
hr {
border: 0;
background: #eee;
height: 2px;
}
footer {
margin-top: 2em;
padding: 0.5em 0.2em;
border-top: 1px solid #eee;
position: relative;
color: silver;
font-size: 90%;
text-align: right;
}
footer p {
margin: 0 1em;
}
footer p:first-child {
margin-left: 0;
}
h1 {
text-align: center;
font-weight: normal;
font-size: 18pt;
margin: 0 0 1em 0;
}
h2 {
text-align: center;
font-weight: normal;
font-size: 15pt;
margin: 0 0 1em 0;
}
div.clear {
clear: both;
}
body.dragging * {
cursor: move;
}
.dragger {
float: left;
cursor: move;
}
body .dragging .dragger .icon {
background-position: -100px -20px;
opacity: 1;
}
.return-link-wrapper {
text-align: center;
margin: 1em 0;
}
.return-link {
margin: 0 auto;
} | 0.344554 | 0.099121 |
body {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
font-size: 20px;
color: #404040;
}
p {
line-height: 1.5;
margin: 30px 0;
}
p a {
text-decoration: none;
color: #888888;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
font-weight: 800;
}
a {
cursor: pointer;
border-bottom: 2px dotted #888888;
padding-bottom: 2px;
text-decoration: none;
color: #888888;
}
a:hover,
a:focus {
border-color: #0049BC;
color: #0049BC;
text-decoration: none;
}
a img:hover,
a img:focus {
cursor: zoom-in;
}
a.no-line {
border-bottom: none;
}
blockquote {
color: #808080;
font-style: italic;
}
hr.small {
max-width: 100px;
margin: 15px auto;
border-width: 4px;
border-color: white;
}
img {
max-width: 100%;
}
.navbar-custom {
background: white;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 3;
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
font-weight: 800;
border: none;
}
.navbar-header .logo-wrapper {
margin-top: 5px;
}
.navbar-custom .nav li a {
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
letter-spacing: 1px;
border: none;
}
@media only screen and (min-width: 768px) {
.navbar-custom {
background: transparent;
border-bottom: 1px solid transparent;
}
.navbar-custom .navbar-brand {
color: white;
padding: 20px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
color: rgba(255, 255, 255, 0.8);
}
.navbar-custom .nav li a {
color: white;
padding: 20px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
color: rgba(255, 255, 255, 0.8);
}
}
@media only screen and (min-width: 1170px) {
.navbar-custom {
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.navbar-custom.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
position: fixed;
top: -61px;
background-color: rgba(255, 255, 255, 0.9);
border-bottom: 1px solid #f2f2f2;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.navbar-custom.is-fixed .navbar-brand {
color: #404040;
}
.navbar-custom.is-fixed .navbar-brand:hover,
.navbar-custom.is-fixed .navbar-brand:focus {
color: #0085a1;
}
.navbar-custom.is-fixed .nav li a {
color: #404040;
}
.navbar-custom.is-fixed .nav li a:hover,
.navbar-custom.is-fixed .nav li a:focus {
color: #0085a1;
}
.navbar-custom.is-visible {
/* if the user changes the scrolling direction, we show the header */
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.intro-header {
background: no-repeat center center;
background-color: #808080;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
margin-bottom: 50px;
}
.tint-darken {
box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.5);
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
padding: 100px 0 50px;
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
padding: 150px 0;
}
}
.intro-header .site-heading,
.intro-header .page-heading {
text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
margin-top: 0;
font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
font-size: 24px;
line-height: 1.1;
display: block;
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
font-weight: 300;
margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
font-size: 80px;
}
}
.intro-header .post-heading h1 {
font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
line-height: 1.1;
display: block;
}
.intro-header .post-heading .subheading {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
font-size: 24px;
margin: 10px 0 30px;
font-weight: 600;
}
.intro-header .post-heading .meta {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
font-style: italic;
font-weight: 300;
font-size: 20px;
}
.intro-header .post-heading .meta a {
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .post-heading h1 {
font-size: 55px;
}
.intro-header .post-heading .subheading {
font-size: 30px;
}
}
.post-preview > a {
color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
text-decoration: none;
color: #0085a1;
}
.post-preview > a > .post-title {
font-size: 30px;
margin-top: 30px;
margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
margin: 0;
font-weight: 300;
margin-bottom: 10px;
}
.post-preview > .post-meta {
color: #808080;
font-size: 18px;
font-style: italic;
margin-top: 0;
}
.post-preview > .post-meta > a {
text-decoration: none;
color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
color: #0085a1;
text-decoration: underline;
}
@media only screen and (min-width: 768px) {
.post-preview > a > .post-title {
font-size: 36px;
}
}
.section-heading {
font-size: 36px;
margin-top: 60px;
font-weight: 700;
}
.caption {
text-align: center;
font-size: 14px;
padding: 10px;
font-style: italic;
margin: 0;
display: block;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
footer {
padding: 50px 0 65px;
}
footer .list-inline {
margin: 0;
padding: 0;
}
footer .copyright {
font-size: 14px;
text-align: center;
margin-bottom: 0;
}
.floating-label-form-group {
font-size: 14px;
position: relative;
margin-bottom: 0;
padding-bottom: 0.5em;
border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
z-index: 1;
position: relative;
padding-right: 0;
padding-left: 0;
border: none;
border-radius: 0;
font-size: 1.5em;
background: none;
box-shadow: none !important;
resize: none;
}
.floating-label-form-group label {
display: block;
z-index: 0;
position: relative;
top: 2em;
margin: 0;
font-size: 0.85em;
line-height: 1.764705882em;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
-webkit-transition: top 0.3s ease,opacity 0.3s ease;
-moz-transition: top 0.3s ease,opacity 0.3s ease;
-ms-transition: top 0.3s ease,opacity 0.3s ease;
transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
padding-left: 14px;
border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
top: 0;
opacity: 1;
}
.floating-label-form-group-with-focus label {
color: #0085a1;
}
form .row:first-child .floating-label-form-group {
border-top: 1px solid #eeeeee;
}
.btn {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
letter-spacing: 1px;
border-radius: 0;
padding: 15px 25px;
}
.btn-lg {
font-size: 16px;
padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
background-color: #0085a1;
border: 1px solid #0085a1;
color: white;
}
.pager {
margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
letter-spacing: 1px;
padding: 10px 5px;
background-color: white;
border-radius: 0;
}
@media only screen and (min-width: 768px) {
.pager li > a,
.pager li > span {
font-size: 14px;
padding: 15px 25px;
}
}
.pager li > a:hover,
.pager li > a:focus {
color: white;
background-color: #0085a1;
border: 1px solid #0085a1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #808080;
background-color: #404040;
cursor: not-allowed;
}
::-moz-selection {
color: white;
text-shadow: none;
background: #0085a1;
}
::selection {
color: white;
text-shadow: none;
background: #0085a1;
}
img::selection {
color: white;
background: transparent;
}
img::-moz-selection {
color: white;
background: transparent;
}
body {
webkit-tap-highlight-color: #0085a1;
}
.center {
text-align: center;
}
.post-meta-info {
font-size: 18px;
}
.post-meta-info-value {
color: #777777;
margin-left: 5px;
}
.footnote-section {
background-color: black;
color: white;
padding: 30px;
text-align: center;
font-size: 12px;
}
.footnote-section .gray {
color: #999999;
margin-top: 5px;
}
.footnote-section a.miit-link {
border-bottom: 2px dotted #555555;
padding-bottom: 3px;
text-decoration: none;
color: #999999;
}
.footnote-section .public-account-qrcode {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.public-account-qrcode img {
height: 64px;
}
.footnote-section .public-account-text {
color: white;
text-align: left;
padding-top: 10px;
}
.public-account-text .gray {
color: #999999;;
}
.footnote-pre-hr {
margin: 80px 0 0 0;
}
/* slide */
.slides-container {
}
.slide-content-container {
}
.slide-item {
height: 400px;
overflow: hidden;
}
.slide-header-section {
text-align: center;
padding: 20px 10px 20px 15px;
}
.slide-header-dummy-section {
padding: 30px 10px 30px 15px;
}
.slide-header-small-dummy-section {
padding: 15px 5px 10px 10px;
}
.slide-content-section {
max-height: 100%;
}
.slide-content-section .text-full-content {
display: table;
height: 400px;
margin: auto;
}
.slide-content-section .text-full-content > p {
display: table-cell;
vertical-align: middle;
}
.slide-content-container.scrollable-y .slide-item {
height: 440px;
padding-bottom: 40px;
}
.slide-content-container.scrollable-y .slide-content-section .text-full-content {
height: 440px;
}
.slide-content-container.scrollable-y .slide-content-section {
width: 100%;
padding-right: 17px;
overflow: auto;
overflow-x: hidden;
}
.slide-item-image {
margin: 15px 0 10px 0;
box-shadow: 4px 0 8px 0 rgba(0,0,0,0.50);
max-height: 350px;
}
.slide-image-container {
margin: auto;
}
.slide-image-container > div {
position: relative;
float: right;
right: 50%;
}
.slide-image-container.occupy-full {
height: 100%;
}
.slide-image-container > img {
margin: 5px 0;
}
.slide-single-image {
cursor: pointer;
position: relative;
right: -50%;
box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.50);
max-height: 300px;
}
.slide-image {
cursor: pointer;
box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.50);
max-height: 300px;
}
.slide-navigator-container {
margin: 15px 0;
}
/* followus-section */
.followus-section {
background-color: white;
color: black;
align-items: center;
}
.followus-slide-item {
height: auto;
}
.followus-content-section {
text-align: center;
}
.followus-content-section > .social-container {
display: inline-block;
margin: 20px;
text-align: center;
}
.social-container > .image-container > img {
width: 35px;
margin: auto;
}
.social-container > .image-container > .tagline {
color: #888888;
}
.social-container > .link-container {
text-align: center;
}
.social-container > .link-container > a {
border-bottom: 2px dotted #CCCCCC;
padding-bottom: 5px;
text-decoration: none;
font-size: 15px;
color: #888888;
}
.active-development-bubble {
border-radius: 20%;
background-color: #F9FA77;
padding: 5px;
font-size: 14px;
color: black;
box-shadow: 1px 0 1px 0 rgba(0,0,0,0.25);
}
@media screen and (max-width:770px) {
.footnote-section .public-account-text {
text-align: center;
margin-top: 10px;
}
.footnote-section .left-section {
margin-bottom: 30px;
}
} | css/clean-blog.css | body {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
font-size: 20px;
color: #404040;
}
p {
line-height: 1.5;
margin: 30px 0;
}
p a {
text-decoration: none;
color: #888888;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
font-weight: 800;
}
a {
cursor: pointer;
border-bottom: 2px dotted #888888;
padding-bottom: 2px;
text-decoration: none;
color: #888888;
}
a:hover,
a:focus {
border-color: #0049BC;
color: #0049BC;
text-decoration: none;
}
a img:hover,
a img:focus {
cursor: zoom-in;
}
a.no-line {
border-bottom: none;
}
blockquote {
color: #808080;
font-style: italic;
}
hr.small {
max-width: 100px;
margin: 15px auto;
border-width: 4px;
border-color: white;
}
img {
max-width: 100%;
}
.navbar-custom {
background: white;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 3;
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
font-weight: 800;
border: none;
}
.navbar-header .logo-wrapper {
margin-top: 5px;
}
.navbar-custom .nav li a {
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
letter-spacing: 1px;
border: none;
}
@media only screen and (min-width: 768px) {
.navbar-custom {
background: transparent;
border-bottom: 1px solid transparent;
}
.navbar-custom .navbar-brand {
color: white;
padding: 20px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
color: rgba(255, 255, 255, 0.8);
}
.navbar-custom .nav li a {
color: white;
padding: 20px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
color: rgba(255, 255, 255, 0.8);
}
}
@media only screen and (min-width: 1170px) {
.navbar-custom {
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.navbar-custom.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
position: fixed;
top: -61px;
background-color: rgba(255, 255, 255, 0.9);
border-bottom: 1px solid #f2f2f2;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.navbar-custom.is-fixed .navbar-brand {
color: #404040;
}
.navbar-custom.is-fixed .navbar-brand:hover,
.navbar-custom.is-fixed .navbar-brand:focus {
color: #0085a1;
}
.navbar-custom.is-fixed .nav li a {
color: #404040;
}
.navbar-custom.is-fixed .nav li a:hover,
.navbar-custom.is-fixed .nav li a:focus {
color: #0085a1;
}
.navbar-custom.is-visible {
/* if the user changes the scrolling direction, we show the header */
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.intro-header {
background: no-repeat center center;
background-color: #808080;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
margin-bottom: 50px;
}
.tint-darken {
box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.5);
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
padding: 100px 0 50px;
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
padding: 150px 0;
}
}
.intro-header .site-heading,
.intro-header .page-heading {
text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
margin-top: 0;
font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
font-size: 24px;
line-height: 1.1;
display: block;
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
font-weight: 300;
margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
font-size: 80px;
}
}
.intro-header .post-heading h1 {
font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
line-height: 1.1;
display: block;
}
.intro-header .post-heading .subheading {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
font-size: 24px;
margin: 10px 0 30px;
font-weight: 600;
}
.intro-header .post-heading .meta {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
font-style: italic;
font-weight: 300;
font-size: 20px;
}
.intro-header .post-heading .meta a {
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .post-heading h1 {
font-size: 55px;
}
.intro-header .post-heading .subheading {
font-size: 30px;
}
}
.post-preview > a {
color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
text-decoration: none;
color: #0085a1;
}
.post-preview > a > .post-title {
font-size: 30px;
margin-top: 30px;
margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
margin: 0;
font-weight: 300;
margin-bottom: 10px;
}
.post-preview > .post-meta {
color: #808080;
font-size: 18px;
font-style: italic;
margin-top: 0;
}
.post-preview > .post-meta > a {
text-decoration: none;
color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
color: #0085a1;
text-decoration: underline;
}
@media only screen and (min-width: 768px) {
.post-preview > a > .post-title {
font-size: 36px;
}
}
.section-heading {
font-size: 36px;
margin-top: 60px;
font-weight: 700;
}
.caption {
text-align: center;
font-size: 14px;
padding: 10px;
font-style: italic;
margin: 0;
display: block;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
footer {
padding: 50px 0 65px;
}
footer .list-inline {
margin: 0;
padding: 0;
}
footer .copyright {
font-size: 14px;
text-align: center;
margin-bottom: 0;
}
.floating-label-form-group {
font-size: 14px;
position: relative;
margin-bottom: 0;
padding-bottom: 0.5em;
border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
z-index: 1;
position: relative;
padding-right: 0;
padding-left: 0;
border: none;
border-radius: 0;
font-size: 1.5em;
background: none;
box-shadow: none !important;
resize: none;
}
.floating-label-form-group label {
display: block;
z-index: 0;
position: relative;
top: 2em;
margin: 0;
font-size: 0.85em;
line-height: 1.764705882em;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
-webkit-transition: top 0.3s ease,opacity 0.3s ease;
-moz-transition: top 0.3s ease,opacity 0.3s ease;
-ms-transition: top 0.3s ease,opacity 0.3s ease;
transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
padding-left: 14px;
border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
top: 0;
opacity: 1;
}
.floating-label-form-group-with-focus label {
color: #0085a1;
}
form .row:first-child .floating-label-form-group {
border-top: 1px solid #eeeeee;
}
.btn {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
letter-spacing: 1px;
border-radius: 0;
padding: 15px 25px;
}
.btn-lg {
font-size: 16px;
padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
background-color: #0085a1;
border: 1px solid #0085a1;
color: white;
}
.pager {
margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
font-family: Helvetica, "Droid Sans Regular", STXihei, "华文细黑", "Microsoft Yahei","微软雅黑", Tahoma, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
letter-spacing: 1px;
padding: 10px 5px;
background-color: white;
border-radius: 0;
}
@media only screen and (min-width: 768px) {
.pager li > a,
.pager li > span {
font-size: 14px;
padding: 15px 25px;
}
}
.pager li > a:hover,
.pager li > a:focus {
color: white;
background-color: #0085a1;
border: 1px solid #0085a1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #808080;
background-color: #404040;
cursor: not-allowed;
}
::-moz-selection {
color: white;
text-shadow: none;
background: #0085a1;
}
::selection {
color: white;
text-shadow: none;
background: #0085a1;
}
img::selection {
color: white;
background: transparent;
}
img::-moz-selection {
color: white;
background: transparent;
}
body {
webkit-tap-highlight-color: #0085a1;
}
.center {
text-align: center;
}
.post-meta-info {
font-size: 18px;
}
.post-meta-info-value {
color: #777777;
margin-left: 5px;
}
.footnote-section {
background-color: black;
color: white;
padding: 30px;
text-align: center;
font-size: 12px;
}
.footnote-section .gray {
color: #999999;
margin-top: 5px;
}
.footnote-section a.miit-link {
border-bottom: 2px dotted #555555;
padding-bottom: 3px;
text-decoration: none;
color: #999999;
}
.footnote-section .public-account-qrcode {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.public-account-qrcode img {
height: 64px;
}
.footnote-section .public-account-text {
color: white;
text-align: left;
padding-top: 10px;
}
.public-account-text .gray {
color: #999999;;
}
.footnote-pre-hr {
margin: 80px 0 0 0;
}
/* slide */
.slides-container {
}
.slide-content-container {
}
.slide-item {
height: 400px;
overflow: hidden;
}
.slide-header-section {
text-align: center;
padding: 20px 10px 20px 15px;
}
.slide-header-dummy-section {
padding: 30px 10px 30px 15px;
}
.slide-header-small-dummy-section {
padding: 15px 5px 10px 10px;
}
.slide-content-section {
max-height: 100%;
}
.slide-content-section .text-full-content {
display: table;
height: 400px;
margin: auto;
}
.slide-content-section .text-full-content > p {
display: table-cell;
vertical-align: middle;
}
.slide-content-container.scrollable-y .slide-item {
height: 440px;
padding-bottom: 40px;
}
.slide-content-container.scrollable-y .slide-content-section .text-full-content {
height: 440px;
}
.slide-content-container.scrollable-y .slide-content-section {
width: 100%;
padding-right: 17px;
overflow: auto;
overflow-x: hidden;
}
.slide-item-image {
margin: 15px 0 10px 0;
box-shadow: 4px 0 8px 0 rgba(0,0,0,0.50);
max-height: 350px;
}
.slide-image-container {
margin: auto;
}
.slide-image-container > div {
position: relative;
float: right;
right: 50%;
}
.slide-image-container.occupy-full {
height: 100%;
}
.slide-image-container > img {
margin: 5px 0;
}
.slide-single-image {
cursor: pointer;
position: relative;
right: -50%;
box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.50);
max-height: 300px;
}
.slide-image {
cursor: pointer;
box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.50);
max-height: 300px;
}
.slide-navigator-container {
margin: 15px 0;
}
/* followus-section */
.followus-section {
background-color: white;
color: black;
align-items: center;
}
.followus-slide-item {
height: auto;
}
.followus-content-section {
text-align: center;
}
.followus-content-section > .social-container {
display: inline-block;
margin: 20px;
text-align: center;
}
.social-container > .image-container > img {
width: 35px;
margin: auto;
}
.social-container > .image-container > .tagline {
color: #888888;
}
.social-container > .link-container {
text-align: center;
}
.social-container > .link-container > a {
border-bottom: 2px dotted #CCCCCC;
padding-bottom: 5px;
text-decoration: none;
font-size: 15px;
color: #888888;
}
.active-development-bubble {
border-radius: 20%;
background-color: #F9FA77;
padding: 5px;
font-size: 14px;
color: black;
box-shadow: 1px 0 1px 0 rgba(0,0,0,0.25);
}
@media screen and (max-width:770px) {
.footnote-section .public-account-text {
text-align: center;
margin-top: 10px;
}
.footnote-section .left-section {
margin-bottom: 30px;
}
} | 0.40486 | 0.086787 |
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.btn {
width:2.7rem;
height:2.7rem;
background-size:2.7rem 2.7rem;
cursor:pointer;
background-repeat:no-repeat;
}
.btn:hover {
background-color:#f2f2f2;
}
.btn#fire-robot-selectButton {
margin-left:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/select.png);
}
.btn#fire-robot-selectButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/select.png);
}
.selectOn {
margin-left:0.4rem;
width:2.7rem;
height:2.7rem;
background-size:2.7rem 2.7rem;
cursor:pointer;
background-repeat:no-repeat;
background-image:url(chrome://firerobot/skin/black-icons/select.png);
background-color:#f2f2f2;
}
.btn#fire-robot-closeButton {
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.close.png);
}
.btn#fire-robot-closeButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.close.png);
}
.btn#fire-robot-prefButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.cog.png);
}
.btn#fire-robot-prefButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.cog.png);
}
.btn#fire-robot-helpButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.question.png);
}
.btn#fire-robot-helpButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.question.png);
}
.sideBarButton {
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.layout.sidebar.png);
}
.sideBarButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.layout.sidebar.png);
}
.floatButton {
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.new.window.png);
}
.floatButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.new.window.png);
}
.btn#fire-robot-addResourceButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.add.png);
}
.btn#fire-robot-addResourceButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.add.png);
}
.btn#fire-robot-moveVarDownButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.down.png);
}
.btn#fire-robot-moveVarDownButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.down.png);
}
.btn#fire-robot-moveVarUpButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.up.png);
}
.btn#fire-robot-moveVarUpButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.up.png);
}
.btn#fire-robot-removeVarButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.minus.png);
}
.btn#fire-robot-removeVarButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.minus.png);
}
.btn#fire-robot-addVarButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.add.png);
}
.btn#fire-robot-addVarButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.add.png);
}
.btn#fire-robot-playButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
margin-left:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.control.play.png);
}
.btn#fire-robot-playButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.control.play.png);
}
.playOn {
margin-top:0.2rem;
margin-bottom:0.2rem;
margin-left:0.4rem;
background-image:url(chrome://firerobot/skin/black-icons/appbar.control.play.png);
width:2.7rem;
height:2.7rem;
background-size:2.7rem 2.7rem;
background-repeat:no-repeat;
background-color:#f2f2f2;
}
.btn#fire-robot-reportButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.list.png);
}
.btn#fire-robot-reportButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.list.png);
}
.btn#fire-robot-keyWordButton{
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.key.png);
}
.btn#fire-robot-keyWordButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.key.png);
}
.btn#fire-robot-openButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.folder.open.png);
}
.btn#fire-robot-openButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.folder.open.png);
}
.btn#fire-robot-saveAsButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.save-as.png);
}
#fire-robot-saveAsButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.save-as.png);
}
.btn#fire-robot-saveButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.save.png);
}
.btn#fire-robot-saveButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.save.png);
}
.btn#fire-robot-enableLocatorButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.right.png);
}
.btn#fire-robot-enableLocatorButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.right.png);
}
.btn#fire-robot-disableLocatorButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.left.png);
}
.btn#fire-robot-disableLocatorButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.left.png);
}
.btn#fire-robot-upLocatorButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.up.png);
}
.btn#fire-robot-upLocatorButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.up.png);
}
.btn#fire-robot-downLocatorButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.down.png);
}
.btn#fire-robot-downLocatorButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.down.png);
}
.btn#fire-robot-selResButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.folder.open.png);
margin-right:0.4rem;
}
.btn#fire-robot-selResButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.folder.open.png);
}
.frBase {
-moz-appearance: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
color:#f2f2f2;
background-color:#474747;
}
.frBaseTab {
-moz-appearance: none;
font-family: Arial, Helvetica, sans-serif;
color:#f2f2f2;
background-color:#474747;
}
.varBox {
-moz-appearance: none;
color:#f2f2f2;
background-color:#474747;
}
.varLabel {
margin-right:0px;
margin-left:0px;
}
.varBoxItem:focus{
color:#474747;
background-color:#f2f2f2;
}
.testBox {
-moz-appearance: none;
border-style:none;
color:#ffffff;
background-color:#141414;
}
.prefItem {
-moz-appearance: none;
color:#f2f2f2;
border-style:none;
}
.prefItemSelected {
-moz-appearance: none;
border-style:none;
color:#474747;
opacity: 1;
background-color:#f2f2f2;
} | src/skin/firerobot.css | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.btn {
width:2.7rem;
height:2.7rem;
background-size:2.7rem 2.7rem;
cursor:pointer;
background-repeat:no-repeat;
}
.btn:hover {
background-color:#f2f2f2;
}
.btn#fire-robot-selectButton {
margin-left:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/select.png);
}
.btn#fire-robot-selectButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/select.png);
}
.selectOn {
margin-left:0.4rem;
width:2.7rem;
height:2.7rem;
background-size:2.7rem 2.7rem;
cursor:pointer;
background-repeat:no-repeat;
background-image:url(chrome://firerobot/skin/black-icons/select.png);
background-color:#f2f2f2;
}
.btn#fire-robot-closeButton {
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.close.png);
}
.btn#fire-robot-closeButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.close.png);
}
.btn#fire-robot-prefButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.cog.png);
}
.btn#fire-robot-prefButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.cog.png);
}
.btn#fire-robot-helpButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.question.png);
}
.btn#fire-robot-helpButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.question.png);
}
.sideBarButton {
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.layout.sidebar.png);
}
.sideBarButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.layout.sidebar.png);
}
.floatButton {
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.new.window.png);
}
.floatButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.new.window.png);
}
.btn#fire-robot-addResourceButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.add.png);
}
.btn#fire-robot-addResourceButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.add.png);
}
.btn#fire-robot-moveVarDownButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.down.png);
}
.btn#fire-robot-moveVarDownButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.down.png);
}
.btn#fire-robot-moveVarUpButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.up.png);
}
.btn#fire-robot-moveVarUpButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.up.png);
}
.btn#fire-robot-removeVarButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.minus.png);
}
.btn#fire-robot-removeVarButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.minus.png);
}
.btn#fire-robot-addVarButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.add.png);
}
.btn#fire-robot-addVarButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.add.png);
}
.btn#fire-robot-playButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
margin-left:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.control.play.png);
}
.btn#fire-robot-playButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.control.play.png);
}
.playOn {
margin-top:0.2rem;
margin-bottom:0.2rem;
margin-left:0.4rem;
background-image:url(chrome://firerobot/skin/black-icons/appbar.control.play.png);
width:2.7rem;
height:2.7rem;
background-size:2.7rem 2.7rem;
background-repeat:no-repeat;
background-color:#f2f2f2;
}
.btn#fire-robot-reportButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.list.png);
}
.btn#fire-robot-reportButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.list.png);
}
.btn#fire-robot-keyWordButton{
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.key.png);
}
.btn#fire-robot-keyWordButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.key.png);
}
.btn#fire-robot-openButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.folder.open.png);
}
.btn#fire-robot-openButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.folder.open.png);
}
.btn#fire-robot-saveAsButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.save-as.png);
}
#fire-robot-saveAsButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.save-as.png);
}
.btn#fire-robot-saveButton {
margin-top:0.2rem;
margin-bottom:0.2rem;
margin-right:0.4rem;
background-image:url(chrome://firerobot/skin/white-icons/appbar.save.png);
}
.btn#fire-robot-saveButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.save.png);
}
.btn#fire-robot-enableLocatorButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.right.png);
}
.btn#fire-robot-enableLocatorButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.right.png);
}
.btn#fire-robot-disableLocatorButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.left.png);
}
.btn#fire-robot-disableLocatorButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.left.png);
}
.btn#fire-robot-upLocatorButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.up.png);
}
.btn#fire-robot-upLocatorButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.up.png);
}
.btn#fire-robot-downLocatorButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.chevron.down.png);
}
.btn#fire-robot-downLocatorButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.chevron.down.png);
}
.btn#fire-robot-selResButton {
background-image:url(chrome://firerobot/skin/white-icons/appbar.folder.open.png);
margin-right:0.4rem;
}
.btn#fire-robot-selResButton:hover {
background-image:url(chrome://firerobot/skin/black-icons/appbar.folder.open.png);
}
.frBase {
-moz-appearance: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
color:#f2f2f2;
background-color:#474747;
}
.frBaseTab {
-moz-appearance: none;
font-family: Arial, Helvetica, sans-serif;
color:#f2f2f2;
background-color:#474747;
}
.varBox {
-moz-appearance: none;
color:#f2f2f2;
background-color:#474747;
}
.varLabel {
margin-right:0px;
margin-left:0px;
}
.varBoxItem:focus{
color:#474747;
background-color:#f2f2f2;
}
.testBox {
-moz-appearance: none;
border-style:none;
color:#ffffff;
background-color:#141414;
}
.prefItem {
-moz-appearance: none;
color:#f2f2f2;
border-style:none;
}
.prefItemSelected {
-moz-appearance: none;
border-style:none;
color:#474747;
opacity: 1;
background-color:#f2f2f2;
} | 0.436382 | 0.12424 |
@charset "utf-8";
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html.clusterGune {
color:#222;
font-size: 1em;
line-height: 1.4;
}
.clusterGune body{
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-weight: 200;
background-color:transparent;
}
::-moz-selection {
background:#b3d4fc;
text-shadow: none;
}
::selection {
background:#b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Bootstrap custom styles
========================================================================== */
.clusterGune .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
background-color: #9e005f;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* COLORS */
.clusterGune a{
color: #009E8E;
}
.clusterGune .blueBkg{
background-color: #009fdf;
}
.clusterGune .orangeBkg{
background-color: #e88604;
}
.clusterGune .purpleBkg{
background-color: #8e6aad;
}
.clusterGune .redBkg{
background-color: #df503e;
}
.clusterGune .blueColor{
color: #009fdf;
}
.clusterGune .orangeColor{
color: #e88604;
}
.clusterGune .purpleColor{
color: #8e6aad;
}
.clusterGune .redColor{
color: #df503e;
}
/* type*/
.font-weight--bold{
font-weight: 800
}
.style--italic{
font-style: italic;
}
.text-aling--left{
text-align: left;
}
.text-aling--right{
text-align: right;
}
.text-aling--center{
text-align: center;
}
.line-height--1{
line-height: 1
}
/*borders*/
.border-bottom--2{
border-bottom: 2px solid black;
}
/* colors*/
.color--main{
color:#009E8E;
}
.color--gray10{
color: rgb(220,220,220);
}
.color--gray20{
color: rgb(211, 211, 211);
}
.color--gray30{
color: rgb(192, 192, 192);
}
.color--gray40{
color: rgb(169, 169, 169);
}
.color--gray50{
color: rgb(128, 128, 128);
}
.color--gray60{
color: rgb(105,105,105);
}
.color--gray100{
color: rgb(0,0,0);
}
/* INline list*/
.inline-ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
}
.inline-ul li{
display: inline-block;
width: 12%;
vertical-align: top;
}
/* block list*/
.block-ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
display: block;
clear: both;
height: auto;
float: left;
}
.block-ul li{
display: block;
clear: both;
width: 100%;
vertical-align: top;
}
/* margins*/
.margin-bottom--0{
margin-bottom: 0;
}
.margin-bottom--24{
margin-bottom: 24px;
}
.margin-top--8{
margin-top: 8px;
}
.margin-top--16{
margin-top: 16px;
}
.margin-top--24{
margin-top: 24px;
}
/* paddings*/
.padding-box--regular{
padding: 18px;
}
html.clusterGune .withImage {
background: url(../img/cover-low.jpg);
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-size:100%
}
/* ==========================================================================
SIDE NAV
========================================================================== */
/* ==========================================================================
Return to top
========================================================================== */
#return-to-top {
position: fixed;
text-align: center;
bottom: 20px;
right: 20px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
background-image: url(../img/long-arrow-up-white-small.png);
background-repeat: no-repeat;
background-size: contain;
width: 40px;
height: 40px;
display: block;
text-decoration: none;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
color: #fff;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
background-image: url(../img/long-arrow-up-gray-small.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
.clusterGune .mejora_hidden{
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/************** 4GUNE TABLE **********************/
.clusterGune .hidden-mobile{
display: none;
}
.clusterGune .table-border--gray{
border: 1px solid #ced4da;
}
.clusterGune .table-border--white{
border: 1px solid white;
}
.clusterGune .table-head{
display: none
}
.clusterGune .cell{
overflow: auto;
border-bottom: 1px solid #ced4da;
margin: 4px 0 8px 0;
}
.clusterGune .cell.first-child{
border-bottom: none;
margin: : 4px 0 0px 0;
}
.clusterGune .cell.first-child p{
margin-bottom:0;
}
.star-text--container{
display: inline-block;
float: left;
}
.star-icon--container{
display: inline-block;
float: right;
}
.clusterGune .icon-map-container{
margin: 0 0;
text-align: left
}
.clusterGune .icon-map{
width:25%;
}
.clusterGune .star-icon--gray{
color: #ced4da;
}
.clusterGune .star-icon--green{
color: #009E8E;
}
.clusterGune .table-row-parent{
margin-bottom: 24px;
}
.clusterGune .table-row{
font-size: 12px;
-webkit-box-shadow: 1px 5px 10px 0px rgba(227,227,227,1);
-moz-box-shadow: 1px 5px 10px 0px rgba(227,227,227,1);
box-shadow: 1px 5px 10px 0px rgba(227,227,227,1);
}
.clusterGune .title-name{
font-size: 16px;
font-weight: 800;
color: #009E8E;
margin-bottom: 0;
}
.clusterGune .univ-container{
width: 100%;
display: block;
overflow: auto;
margin: 4px auto;
}
.clusterGune .univ-name, .clusterGune .univ-logo{
width: 100%;
display: block;
}
.clusterGune .univ-logo{
margin: 16px auto;
}
.clusterGune .icon-univ-logo{
width: 30%;
}
.clusterGune .univ-links{
width: 100%;
display: block;
clear: both;
overflow: auto;
}
.clusterGune .univ-links-ver{
width: 48%;
float: left;
}
.clusterGune .univ-links-web{
display: inline-block;
width: 48%;
text-align: right;
float: right;
}
@media (min-width: 576px){
.clusterGune .cell{
display: block;
float: none;
}
}
@media (min-width: 768px){
}
@media (min-width: 992px){
.clusterGune .hidden-mobile{
display: block;
}
.clusterGune .hidden-screen{
display: none;
}
.clusterGune .table-border--gray{
border: none;
padding: 0;
}
.clusterGune .table-row-parent{
margin-bottom: 0px;
}
.clusterGune .table-row{
display: block;
width: 100%;
display: flex;
-webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow:none;
}
.clusterGune .cell{
display: inline-block;
float: left;
overflow: hidden;
box-sizing: border-box;
padding: 8px;
border: 1px solid #ced4da;
flex: 1 1 1 1 1 1 1 1 1 1;
}
.clusterGune .cell {
margin-top: -1px;
margin-left: -1px;
position: relative;
overflow: hidden;
}
.clusterGune .table-head{
display: block;
margin-top: 24px;
}
.clusterGune .table-head .cell{
background-color: #009E8E;
font-size: 12px;
}
.clusterGune .type{
width: 20%;
}
.clusterGune .title{
width: 40%;
}
.clusterGune .star{
width: 5%;
}
.clusterGune .cell.first-child{
border-bottom: 1px solid #ced4da;
margin: : 4px 0 8px 0;
}
.clusterGune .cell.first-child p{
margin-bottom: 0
}
.clusterGune .univ-links-ver{
display: inline-block;
}
.clusterGune .univ-links-web{
float: left;
}
.clusterGune .star-icon--container{
display: block;
float: none
}
.clusterGune .star-icon{
font-size: 18px;
text-align: center;
display: block;
}
.clusterGune .star-text--container{
float: none;
}
.clusterGune .icon-map-container{
margin: 0 auto;
text-align: center
}
.clusterGune .icon-map{
width:32%;
}
.clusterGune .univ-name{
width: 77%;
display: inline-block;
}
.clusterGune .univ-logo{
width: 20%;
display: inline-block;
vertical-align: top;
}
.clusterGune .univ-logo{
margin: 0;
}
.clusterGune .icon-univ-logo{
width: 100%;
}
.clusterGune .table-outside-section{
padding-left: 20%;
padding-top: 16px;
padding-bottom: 32px;
font-size: 12px;
}
.clusterGune .rotate-text--container{
line-height: 16px;
overflow-y: hidden;
padding-top: 204px;
vertical-align: bottom;
}
.clusterGune .rotate-text--text{
font-size: 12px;
line-height: 126%;
bottom: 0;
left: auto;
top: auto;
display: block;
margin-bottom: 13px;
margin-left: 7px;
transform-origin: left top;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
position: absolute;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
white-space: nowrap;
margin: 0;
text-transform: none!important;
}
}
/************** TABLE KEYS **********************/
.clusterGune .table-keys--key{
cursor: pointer;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
opacity: 1;
}
.clusterGune .table-keys p{
opacity: 0.2;
}
.clusterGune .table-keys--key:hover{
opacity: 0.6;
}
.clusterGune p.table-key--active{
opacity: 1;
color: #000;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
==
======================================================================== */
@media only screen and (min-width: 576px) { }
@media only screen and (min-width: 768px) {
.modal-dialog{
max-width: 540px;
margin: 0 auto;
}
}
@media only screen and (min-width: 992px) { }
@media only screen and (min-width: 1200px) { }
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color:#000 !important; /* Black prints faster */
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | dist/css/old/gune-main-V1.css | @charset "utf-8";
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html.clusterGune {
color:#222;
font-size: 1em;
line-height: 1.4;
}
.clusterGune body{
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-weight: 200;
background-color:transparent;
}
::-moz-selection {
background:#b3d4fc;
text-shadow: none;
}
::selection {
background:#b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Bootstrap custom styles
========================================================================== */
.clusterGune .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
background-color: #9e005f;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* COLORS */
.clusterGune a{
color: #009E8E;
}
.clusterGune .blueBkg{
background-color: #009fdf;
}
.clusterGune .orangeBkg{
background-color: #e88604;
}
.clusterGune .purpleBkg{
background-color: #8e6aad;
}
.clusterGune .redBkg{
background-color: #df503e;
}
.clusterGune .blueColor{
color: #009fdf;
}
.clusterGune .orangeColor{
color: #e88604;
}
.clusterGune .purpleColor{
color: #8e6aad;
}
.clusterGune .redColor{
color: #df503e;
}
/* type*/
.font-weight--bold{
font-weight: 800
}
.style--italic{
font-style: italic;
}
.text-aling--left{
text-align: left;
}
.text-aling--right{
text-align: right;
}
.text-aling--center{
text-align: center;
}
.line-height--1{
line-height: 1
}
/*borders*/
.border-bottom--2{
border-bottom: 2px solid black;
}
/* colors*/
.color--main{
color:#009E8E;
}
.color--gray10{
color: rgb(220,220,220);
}
.color--gray20{
color: rgb(211, 211, 211);
}
.color--gray30{
color: rgb(192, 192, 192);
}
.color--gray40{
color: rgb(169, 169, 169);
}
.color--gray50{
color: rgb(128, 128, 128);
}
.color--gray60{
color: rgb(105,105,105);
}
.color--gray100{
color: rgb(0,0,0);
}
/* INline list*/
.inline-ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
}
.inline-ul li{
display: inline-block;
width: 12%;
vertical-align: top;
}
/* block list*/
.block-ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
display: block;
clear: both;
height: auto;
float: left;
}
.block-ul li{
display: block;
clear: both;
width: 100%;
vertical-align: top;
}
/* margins*/
.margin-bottom--0{
margin-bottom: 0;
}
.margin-bottom--24{
margin-bottom: 24px;
}
.margin-top--8{
margin-top: 8px;
}
.margin-top--16{
margin-top: 16px;
}
.margin-top--24{
margin-top: 24px;
}
/* paddings*/
.padding-box--regular{
padding: 18px;
}
html.clusterGune .withImage {
background: url(../img/cover-low.jpg);
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-size:100%
}
/* ==========================================================================
SIDE NAV
========================================================================== */
/* ==========================================================================
Return to top
========================================================================== */
#return-to-top {
position: fixed;
text-align: center;
bottom: 20px;
right: 20px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
background-image: url(../img/long-arrow-up-white-small.png);
background-repeat: no-repeat;
background-size: contain;
width: 40px;
height: 40px;
display: block;
text-decoration: none;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
color: #fff;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
background-image: url(../img/long-arrow-up-gray-small.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
.clusterGune .mejora_hidden{
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/************** 4GUNE TABLE **********************/
.clusterGune .hidden-mobile{
display: none;
}
.clusterGune .table-border--gray{
border: 1px solid #ced4da;
}
.clusterGune .table-border--white{
border: 1px solid white;
}
.clusterGune .table-head{
display: none
}
.clusterGune .cell{
overflow: auto;
border-bottom: 1px solid #ced4da;
margin: 4px 0 8px 0;
}
.clusterGune .cell.first-child{
border-bottom: none;
margin: : 4px 0 0px 0;
}
.clusterGune .cell.first-child p{
margin-bottom:0;
}
.star-text--container{
display: inline-block;
float: left;
}
.star-icon--container{
display: inline-block;
float: right;
}
.clusterGune .icon-map-container{
margin: 0 0;
text-align: left
}
.clusterGune .icon-map{
width:25%;
}
.clusterGune .star-icon--gray{
color: #ced4da;
}
.clusterGune .star-icon--green{
color: #009E8E;
}
.clusterGune .table-row-parent{
margin-bottom: 24px;
}
.clusterGune .table-row{
font-size: 12px;
-webkit-box-shadow: 1px 5px 10px 0px rgba(227,227,227,1);
-moz-box-shadow: 1px 5px 10px 0px rgba(227,227,227,1);
box-shadow: 1px 5px 10px 0px rgba(227,227,227,1);
}
.clusterGune .title-name{
font-size: 16px;
font-weight: 800;
color: #009E8E;
margin-bottom: 0;
}
.clusterGune .univ-container{
width: 100%;
display: block;
overflow: auto;
margin: 4px auto;
}
.clusterGune .univ-name, .clusterGune .univ-logo{
width: 100%;
display: block;
}
.clusterGune .univ-logo{
margin: 16px auto;
}
.clusterGune .icon-univ-logo{
width: 30%;
}
.clusterGune .univ-links{
width: 100%;
display: block;
clear: both;
overflow: auto;
}
.clusterGune .univ-links-ver{
width: 48%;
float: left;
}
.clusterGune .univ-links-web{
display: inline-block;
width: 48%;
text-align: right;
float: right;
}
@media (min-width: 576px){
.clusterGune .cell{
display: block;
float: none;
}
}
@media (min-width: 768px){
}
@media (min-width: 992px){
.clusterGune .hidden-mobile{
display: block;
}
.clusterGune .hidden-screen{
display: none;
}
.clusterGune .table-border--gray{
border: none;
padding: 0;
}
.clusterGune .table-row-parent{
margin-bottom: 0px;
}
.clusterGune .table-row{
display: block;
width: 100%;
display: flex;
-webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow:none;
}
.clusterGune .cell{
display: inline-block;
float: left;
overflow: hidden;
box-sizing: border-box;
padding: 8px;
border: 1px solid #ced4da;
flex: 1 1 1 1 1 1 1 1 1 1;
}
.clusterGune .cell {
margin-top: -1px;
margin-left: -1px;
position: relative;
overflow: hidden;
}
.clusterGune .table-head{
display: block;
margin-top: 24px;
}
.clusterGune .table-head .cell{
background-color: #009E8E;
font-size: 12px;
}
.clusterGune .type{
width: 20%;
}
.clusterGune .title{
width: 40%;
}
.clusterGune .star{
width: 5%;
}
.clusterGune .cell.first-child{
border-bottom: 1px solid #ced4da;
margin: : 4px 0 8px 0;
}
.clusterGune .cell.first-child p{
margin-bottom: 0
}
.clusterGune .univ-links-ver{
display: inline-block;
}
.clusterGune .univ-links-web{
float: left;
}
.clusterGune .star-icon--container{
display: block;
float: none
}
.clusterGune .star-icon{
font-size: 18px;
text-align: center;
display: block;
}
.clusterGune .star-text--container{
float: none;
}
.clusterGune .icon-map-container{
margin: 0 auto;
text-align: center
}
.clusterGune .icon-map{
width:32%;
}
.clusterGune .univ-name{
width: 77%;
display: inline-block;
}
.clusterGune .univ-logo{
width: 20%;
display: inline-block;
vertical-align: top;
}
.clusterGune .univ-logo{
margin: 0;
}
.clusterGune .icon-univ-logo{
width: 100%;
}
.clusterGune .table-outside-section{
padding-left: 20%;
padding-top: 16px;
padding-bottom: 32px;
font-size: 12px;
}
.clusterGune .rotate-text--container{
line-height: 16px;
overflow-y: hidden;
padding-top: 204px;
vertical-align: bottom;
}
.clusterGune .rotate-text--text{
font-size: 12px;
line-height: 126%;
bottom: 0;
left: auto;
top: auto;
display: block;
margin-bottom: 13px;
margin-left: 7px;
transform-origin: left top;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
position: absolute;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
white-space: nowrap;
margin: 0;
text-transform: none!important;
}
}
/************** TABLE KEYS **********************/
.clusterGune .table-keys--key{
cursor: pointer;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
opacity: 1;
}
.clusterGune .table-keys p{
opacity: 0.2;
}
.clusterGune .table-keys--key:hover{
opacity: 0.6;
}
.clusterGune p.table-key--active{
opacity: 1;
color: #000;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
==
======================================================================== */
@media only screen and (min-width: 576px) { }
@media only screen and (min-width: 768px) {
.modal-dialog{
max-width: 540px;
margin: 0 auto;
}
}
@media only screen and (min-width: 992px) { }
@media only screen and (min-width: 1200px) { }
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color:#000 !important; /* Black prints faster */
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.526343 | 0.090133 |
div.cell {
width: inherit ;
background-color: #f3f3f3 ;
}
.container {
max-width:50em;
}
/* block fixes margin on input boxes */
/* in firefox */
.input.hbox {
max-width: 50em;
}
.input_area {
background-color: white ;
}
.output_area pre {
font-family: "Source Code Pro", source-code-pro, Consolas, monospace;
border: 0px;
}
div.output_text {
font-family: "Source Code Pro", source-code-pro, Consolas, monospace;
}
div.text_cell {
max-width: 35em;
text-align: left;
}
div.prompt {
width: 0px;
visibility: hidden ;
}
.code_cell {
background-color: #f3f3f3;
}
.highlight {
background-color: #ffffff;
}
div.input_prompt {
visibility: hidden;
width: 0 ;
}
div.text_cell_render {
font-family: "Minion Pro", "minion-pro", "Charis SIL", Palatino, serif ;
font-size: 14pt ;
line-height: 145% ;
max-width: 35em ;
text-align: left ;
background-color: #f3f3f3 ;
}
div.text_cell_render h1 {
display: block;
font-size: 28pt;
color: #3B3B3B;
margin-bottom: 0em;
margin-top: 0.5em;
}
.rendered_html li {
margin-bottom: .25em;
color: #3B3B3B;;
}
div.text_cell_render h2:before {
content: "\2FFA";
margin-right: 0.5em;
font-size: .5em;
vertical-align: baseline;
border-top: 1px;
}
.hiterm {
font-weight: 500;
color: #DC143C;
}
.text_cell_render h2 {
font-size: 20pt;
margin-bottom: 0em;
margin-top: 0.5em;
display: block;
color: #3B3B3B;
}
.MathJax_Display {
/*text-align: center ;*/
margin-left: 2em ;
margin-top: .5em ;
margin-bottom: .5em ;
}
.text_cell_render h3 {
font-size: 14pt;
font-weight: 600;
font-style: italic;
margin-bottom: -0.5em;
margin-top: -0.25em;
color: #3B3B3B;
text-indent: 2em;
}
.text_cell_render h5 {
font-weight: 300;
font-size: 14pt;
color: #4057A1;
font-style: italic;
margin-bottom: .5em;
margin-top: 0.5em;
display: block;
}
.CodeMirror {
font-family: "Source Code Pro", source-code-pro, Consolas, monospace ;
font-size: 10pt;
background: #fffffe; /* #f0f8fb #e2eef9*/
border: 0px;
}
.rendered_html {
}
.rendered_html code {
font-family: "Source Code Pro", source-code-pro,Consolas, monospace;
font-size: 85%;
}
pre, code, kbd, samp { font-family: "Source Code Pro", source-code-pro, Consola, monospace; }
.rendered_html p {
text-align: left;
color: #3B3B3B;
margin-bottom: .5em;
}
.rendered_html p+p {
text-indent: 1em;
margin-top: 0;
}
.rendered_html ol {
list-style: decimal;
/*margin: 1em 2em;*/
}
.rendered_html ol ol {
list-style: decimal;
}
.rendered_html ol ol ol {
list-style: decimal;
}
body{background-color:#f3f3f3;}
.rendered_html p.hangpar {
text-indent: 0;
}
</style> | nbviewer/static/css/theme/css_linalg.css | div.cell {
width: inherit ;
background-color: #f3f3f3 ;
}
.container {
max-width:50em;
}
/* block fixes margin on input boxes */
/* in firefox */
.input.hbox {
max-width: 50em;
}
.input_area {
background-color: white ;
}
.output_area pre {
font-family: "Source Code Pro", source-code-pro, Consolas, monospace;
border: 0px;
}
div.output_text {
font-family: "Source Code Pro", source-code-pro, Consolas, monospace;
}
div.text_cell {
max-width: 35em;
text-align: left;
}
div.prompt {
width: 0px;
visibility: hidden ;
}
.code_cell {
background-color: #f3f3f3;
}
.highlight {
background-color: #ffffff;
}
div.input_prompt {
visibility: hidden;
width: 0 ;
}
div.text_cell_render {
font-family: "Minion Pro", "minion-pro", "Charis SIL", Palatino, serif ;
font-size: 14pt ;
line-height: 145% ;
max-width: 35em ;
text-align: left ;
background-color: #f3f3f3 ;
}
div.text_cell_render h1 {
display: block;
font-size: 28pt;
color: #3B3B3B;
margin-bottom: 0em;
margin-top: 0.5em;
}
.rendered_html li {
margin-bottom: .25em;
color: #3B3B3B;;
}
div.text_cell_render h2:before {
content: "\2FFA";
margin-right: 0.5em;
font-size: .5em;
vertical-align: baseline;
border-top: 1px;
}
.hiterm {
font-weight: 500;
color: #DC143C;
}
.text_cell_render h2 {
font-size: 20pt;
margin-bottom: 0em;
margin-top: 0.5em;
display: block;
color: #3B3B3B;
}
.MathJax_Display {
/*text-align: center ;*/
margin-left: 2em ;
margin-top: .5em ;
margin-bottom: .5em ;
}
.text_cell_render h3 {
font-size: 14pt;
font-weight: 600;
font-style: italic;
margin-bottom: -0.5em;
margin-top: -0.25em;
color: #3B3B3B;
text-indent: 2em;
}
.text_cell_render h5 {
font-weight: 300;
font-size: 14pt;
color: #4057A1;
font-style: italic;
margin-bottom: .5em;
margin-top: 0.5em;
display: block;
}
.CodeMirror {
font-family: "Source Code Pro", source-code-pro, Consolas, monospace ;
font-size: 10pt;
background: #fffffe; /* #f0f8fb #e2eef9*/
border: 0px;
}
.rendered_html {
}
.rendered_html code {
font-family: "Source Code Pro", source-code-pro,Consolas, monospace;
font-size: 85%;
}
pre, code, kbd, samp { font-family: "Source Code Pro", source-code-pro, Consola, monospace; }
.rendered_html p {
text-align: left;
color: #3B3B3B;
margin-bottom: .5em;
}
.rendered_html p+p {
text-indent: 1em;
margin-top: 0;
}
.rendered_html ol {
list-style: decimal;
/*margin: 1em 2em;*/
}
.rendered_html ol ol {
list-style: decimal;
}
.rendered_html ol ol ol {
list-style: decimal;
}
body{background-color:#f3f3f3;}
.rendered_html p.hangpar {
text-indent: 0;
}
</style> | 0.377311 | 0.184253 |
@import "http://fonts.googleapis.com/earlyaccess/droidarabickufi.css";
@import "http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css";
html {
margin: 0px;
padding: 0px;
font-family: tahoma;
font-size: 11px;
color: #666;
}
body {
background: #f3f3f3 url(images/Bg.jpg) no-repeat top center;
margin: 0px;
padding: 0px;
font-family: 'Tatwerat_Light';
font-size: 11px;
color: #888;
direction:rtl;
}
div {
overflow:hidden;
}
ul, li, ol, h1, h2, h3, h4 {
margin: 0px;
padding: 0px;
list-style: none;
list-style-position: inside;
border: none;
border: 0;
}
h3 {
font-size:12px;
direction:rtl;
}
img {
border: none;
outline: none;
}
:focus {
outline: none;
}
input, textarea, sub, select {
text-decoration: none;
outline: 0px none;
margin: 0px;
padding: 0px;
}
input, textarea, sub, select {
font: Normal 11px Tahoma;
text-decoration: none;
outline: 0px none;
margin: 0px;
padding: 0px;
}
p {
margin:0;
padding:0;
direction:rtl;
overflow:hidden;
}
h6 {
display:none;
}
.clear {
clear:both;
}
fieldset {
margin-bottom: 6px;
border: 1px #FFFFFF solid;
}
hr {
background: #EFEFEF;
border-color: #FFFFFF;
}
a {
color: #555;
text-decoration: none;
}
/* Fonts */
@font-face {
font-family: "Tatwerat_Gess";
src: url("fonts/GE_SS_Unique_Bold.otf");
src: url("fonts/GE_SS_Unique_Bold.eot?") format("eot"), url("fonts/GE_SS_Unique_Bold.otf") format("opentype"), url("fonts/GE_SS_Unique_Bold.otf") format("truetype");
}
@font-face {
font-family: "Tatwerat_Gess_light";
src: url("fonts/GE_SS_Unique_Light.otf");
src: url("fonts/GE_SS_Unique_Light.eot?") format("eot"), url("fonts/GE_SS_Unique_Light.otf") format("opentype"), url("fonts/GE_SS_Unique_Light.otf") format("truetype");
}
@font-face {
font-family: "Tatwerat_Helv";
src: url("fonts/HelveticaNeueW23-Bd.ttf");
src: url("fonts/HelveticaNeueW23-Bd.ttf?") format("eot"), url("fonts/HelveticaNeueW23-Bd.ttf") format("opentype"), url("fonts/HelveticaNeueW23-Bd.ttf") format("truetype");
}
@font-face {
font-family: 'Tatwerat_Light';
src: url('fonts/DroidKufi-Regular.eot');
src: url('fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/DroidKufi-Regular.woff') format('woff'), url('fonts/DroidKufi-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'GESSTOW_Light';
src: url('fonts/GE_SS_Two_Light.eot');
src: url('fonts/GE_SS_Two_Light.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Light.woff') format('woff'), url('fonts/GE_SS_Two_Light.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GESSTOW_Medium';
src: url('fonts/GE_SS_Two_Medium.eot');
src: url('fonts/GE_SS_Two_Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Medium.woff') format('woff'), url('.fonts/GE_SS_Two_Medium.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GESSTOW_Bold';
src: url('fonts/GE_SS_Two_Bold.eot');
src: url('fonts/GE_SS_Two_Bold.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Bold.woff') format('woff'), url('fonts/GE_SS_Two_Bold.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Tatwerat_H";
src: url("fonts/Hacen_Vanilla.ttf");
src: url("fonts/Hacen_Vanilla.eot?") format("eot"), url("fonts/Hacen_Vanilla.otf") format("opentype"), url("fonts/Hacen_Vanilla.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_K";
src: url("fonts/KHoma.ttf");
src: url("fonts/KHoma.eot?") format("eot"), url("fonts/KHoma.otf") format("opentype"), url("fonts/KHoma.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_D";
src: url("fonts/SC_DUBAI.ttf");
src: url("fonts/SC_DUBAI.eot?") format("eot"), url("fonts/SC_DUBAI.otf") format("opentype"), url("fonts/SC_DUBAI.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_English";
src: url("fonts/HoboStd.otf");
src: url("fonts/HoboStd.eot?") format("eot"), url("fonts/HoboStd.otf") format("opentype"), url("fonts/HoboStd.ttf") format("truetype");
}
/* End Tatwerat.com Reset Coder */
/*Start Code Form Tatwerat.com*/
#Wrapper {
background: url(images/Wrapper.jpg) repeat-x top center;
width: 100%;
height: 100%;
min-width: 1000px;
}
#Wrapper #Wrapper_Content {
background: url(images/Wrapper_Content.jpg) repeat-x bottom center;
width: 100%;
height: 100%;
min-width: 1000px;
}
#Wrapper #Wrapper_Content #Container {
width: 1000px;
margin: 0px auto;
}
#Wrapper #Wrapper_Content #Container #Header {
width: 1000px;
height: 190px;
position: relative;
overflow: visible;
}
#Wrapper #Wrapper_Content #Container #Header .Logo {
background: url(images/newlogo.png) no-repeat top center;
width: 300px;
height: 105px;
float: right;
margin: 23px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon {
*background: url(images/Header_Social.jpg) no-repeat top center;
width: 218px;
height: 42px;
float: left;
margin: 18px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul {
width: 240px;
height: 42px;
display: block;
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li {
float: right;
margin: 0px 0px 0px 18px;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li a {
background: #fff;
border: 2px solid #aaa;
width: 37px;
height: 37px;
display: block;
border-radius: 10pc;
-moz-border-radius: 10pc;
-webkit-border-radius: 10pc;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.facebook a {
background: #fff url(images/Social_icons.png) no-repeat -209px 5px !important;
border: 2px solid #5081cb;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.facebook a:hover {
background: #5081cb url(images/Social_icons.png) no-repeat -209px -83px !important;
border: 2px solid #5081cb;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.twitter a {
background: #fff url(images/Social_icons.png) no-repeat -136px 6px !important;
border: 2px solid #5bc1de;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.twitter a:hover {
background: #5bc1de url(images/Social_icons.png) no-repeat -136px -84px !important;
border: 2px solid #5bc1de;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.youtube a {
background: #fff url(images/Social_icons.png) no-repeat -64px 5px !important;
border: 2px solid #ef4d27;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.youtube a:hover {
background: #ef4d27 url(images/Social_icons.png) no-repeat -64px -83px !important;
border: 2px solid #ef4d27;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.rss a {
background: #fff url(images/Social_icons.png) no-repeat 9px 5px !important;
border: 2px solid #f59334;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.rss a:hover {
background: #f59334 url(images/Social_icons.png) no-repeat 9px -85px !important;
border: 2px solid #f59334;
}
#Wrapper #Wrapper_Content #Container #Header .Live_Support {
width: 220px;
height: 65px;
display: block;
position: absolute;
left: 0px;
bottom: 55px;
}
#Wrapper #Wrapper_Content #Container #Header .Live_Support img {
width: 220px;
height: 65px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Live_Support img:hover {
opacity: .7;
}
#Wrapper #Wrapper_Content #Container #Header .Menu {
background: #6d6d6d url(images/Menu_bg.jpg) repeat-x top center;
width: 1000px;
height: 52px;
float: right;
margin: 16px 0px 0px 0px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul {
margin: 0px 0px 0px 0px;
width: 825px;
height: 52px;
float: right;
display: block;
overflow: hidden;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li {
float: right;
margin: 2px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li a {
background: url(images/Menu_li.jpg) no-repeat center right;
width: auto;
height: 48px;
display: block;
line-height: 48px;
font-size: 13px;
color: #fff;
font-family: Tatwerat_Light;
padding: 0px 12px;
font-weight: bold;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li a:hover {
background: #4f4f4f url(images/Menu_li.jpg) no-repeat center right;
color: #89c2fd;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li:hover > a {
background: #4f4f4f url(images/Menu_li.jpg) no-repeat center right;
color: #89c2fd;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul {
position: absolute;
width: 300px;
height: auto;
background: #4f4f4f;
display: none;
margin: 0px 2px 0px 0px;
padding: 0px 0px 5px 0px;
border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
z-index: 9999;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li:hover > ul {
display: block;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul li {
float: right;
margin: 10px 5px 0px 5px !important;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul li a {
background: #777 !important;
border-right: 5px solid #999 !important;
width: 135px !important;
height: 28px !important;
line-height: 26px !important;
padding: 0px !important;
font-size: 13px !important;
font-weight: normal !important;
text-indent: 4px;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul li a:hover {
border-right: 5px solid #77b4ff !important;
color: #000 !important;
text-indent: 10px !important;
text-shadow: 1px 1px 0px #999 !important;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_right {
background: url(images/Menu_Right.jpg) no-repeat top right;
width: 62px;
height: 52px;
float: right;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_right a {
background: url(images/icons/home_link.png) no-repeat center -58px;
width: 62px;
height: 52px;
display: block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_right a:hover {
background: url(images/icons/home_link.png) no-repeat center 12px;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_left {
background: url(images/Menu_Left.jpg) no-repeat top left;
width: 109px;
height: 52px;
float: left;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_left a {
width: 109px;
height: 52px;
display: block;
text-align: center;
line-height: 52px;
font-family: Tatwerat_Helv;
font-size: 16px;
color: #fff;
text-shadow: 1px 1px 1px #333;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_left a:hover {
color: #112e4c;
text-shadow: 1px 1px 0px #5fa9f6;
}
/*End Header*/
#Wrapper #Wrapper_Content #Container #Body {
width: 1000px;
min-height: 500px;
margin: 18px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content {
width: 730px;
float: left;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Slider {
background: #fff;
border: 1px solid #dadada;
width: 728px;
height: 260px;
position: relative;
overflow: visible;
margin-bottom: 30px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Slider .slider_shadow {
background: url(images/icons/Slider_shadow.png) no-repeat top center;
width: 730px;
height: 11px;
position: absolute;
z-index: 999;
bottom: -11px;
right: 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Slider .Slider {
width: 708px;
min-height: 240px;
margin: 10px 10px 0px 0px;
background: #fff;
}
/*Our Serv*/
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services {
background: url(images/services_shadow.png) no-repeat center bottom;
width: 728px;
padding: 0px 0px 11px 0px;
margin: 80px 0px 0px 0px;
overflow: visible;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services {
background: #fff;
border: 1px solid #d5d5d5;
overflow: visible;
width: 728px;
height: 188px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li {
width: 215px;
min-height: 188px;
display: block;
float: right;
text-align: center;
margin: 0px 14px 0px 0px;
padding: 0px 5px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li a {
width: 215px;
height: 188px;
display: block;
position: absolute;
right: 0px;
top: 0px;
z-index: 999;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li div.img {
background: #ccc;
border: 6px solid #fff;
width: 81px;
height: 81px;
display: block;
border-radius: 30pc;
margin: -41px auto 0px auto;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li h2 {
width: 215px;
height: 30px;
display: block;
line-height: 30px;
text-align: center;
font-family: Tatwerat_Light;
font-size: 18px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li p {
font-family: 'Droid Arabic Naskh';
font-size: 13px;
line-height: 20px;
color: #888;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_share div.img {
background: url(images/traffic.png) no-repeat center center;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_share:hover div.img {
border: 6px solid #91d5c4;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_share h2 {
color: #64bba5;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_win div.img {
background: url(images/wastetime.png) no-repeat center center;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_win:hover div.img {
border: 6px solid #eead77;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_win h2 {
color: #e48f48;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_adv div.img {
background: url(images/ticket.png) no-repeat center center;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_adv:hover div.img {
border: 6px solid #ee7e7e;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_adv h2 {
color: #dc5454;
}
/*Host_Table*/
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table {
width: 730px;
height: 440px;
margin: 50px 0px 40px 0px;
position: relative;
overflow: visible;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top {
background-color: #dadada;
background-image: linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
background-image: -moz-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
background-image: -ms-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
background-image: -o-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
background-image: -webkit-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
box-shadow: inset 0px 1px 0px #ecebeb;
-moz-box-shadow: inset 0px 1px 0px #ecebeb;
-webkit-box-shadow: inset 0px 1px 0px #ecebeb;
border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
width: 728px;
height: 80px;
border: 1px solid #cfcfcf;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_shadow {
background: url(images/icons/Host_Table_shadow.png) no-repeat top center;
width: 730px;
height: 30px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options {
background-color: #ededed;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
width: 728px;
height: 102px;
border: 1px solid #dddcdc;
border-top: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details {
background-color: #fff;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
width: 728px;
height: 150px;
border: 1px solid #dddcdc;
border-top: none;
border-bottom: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom {
background-color: #f1f1f1;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
border-radius: 0px 0px 6px 6px;
-moz-border-radius: 0px 0px 6px 6px;
-webkit-border-radius: 0px 0px 6px 6px;
width: 728px;
height: 82px;
border: 1px solid #dddcdc;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center {
box-shadow: 0px 0px 15px #bbb;
width: 240px;
height: 490px;
position: absolute;
right: 243px;
top: -35px;
z-index: 9999;
border-radius: 4px 4px 4px 4px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center h2 {
background-color: #98c5fa;
background-image: linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
background-image: -moz-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
background-image: -ms-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
background-image: -o-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
background-image: -webkit-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
box-shadow: inset 0px 1px 0px #bddafb;
-moz-box-shadow: inset 0px 1px 0px #bddafb;
-webkit-box-shadow: inset 0px 1px 0px #bddafb;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
width: 238px;
height: 85px;
border: 1px solid #7face0;
border-bottom: 1px solid #5d91ce;
font-size: 20px;
color: #fff;
line-height: 80px;
text-indent: 15px;
font-family: GESSTOW_Medium;
text-shadow: 1px 1px 1px #102f53;
position: relative;
overflow: hidden;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center h2 span {
position: absolute;
left: 15px;
font-family: Tatwerat_English;
font-size: 40px;
color: #3c6faa;
text-shadow: 1px 1px 0px #bbdafe;
line-height: 85px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center h2 b {
position: absolute;
left: 81px;
top: 32px;
font-size: 14px;
font-family: Tatwerat_English;
font-weight: normal;
color: #000;
text-shadow: 1px 1px 0px #bbdafe;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.options {
background-color: #ededed;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
width: 238px;
height: 155px;
display: block;
overflow: hidden;
border: 1px solid #dddcdc;
border-top: none;
}
.options {
background-color: #ededed;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
width: 238px;
height: 155px;
display: block;
overflow: hidden;
border: 1px solid #dddcdc;
border-top: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.options li {
background: url(images/icons/host_plane_li.png) no-repeat center right;
width: 100%;
height: 33px;
display: block;
font-size: 13px;
*font-weight: bold;
position: relative;
top: 12px;
text-indent: 18px;
text-shadow: 1px 1px 0px #fff;
line-height: 31px;
right: 5px;
color: #555;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.options li span {
margin: 0px 10px 0px 10px;
color: #2868b2;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.details {
background-color: #fff;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
width: 238px;
height: 163px;
border: 1px solid #dddcdc;
border-top: none;
border-bottom: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.details li {
background: url(images/icons/host_plane_true.png) no-repeat center right;
width: 100%;
height: 30px;
position: relative;
right: 5px;
text-indent: 32px;
font-size: 13px;
*font-weight: bold;
line-height: 32px;
color: #777;
top: 6px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center .center_bottom {
background-color: #f1f1f1;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
width: 238px;
height: 82px;
border: 1px solid #dddcdc;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center .center_bottom a {
background-image: linear-gradient(top, #d55e5e 10%, #c85151 90%);
background-image: -moz-linear-gradient(top, #d55e5e 10%, #c85151 90%);
background-image: -ms-linear-gradient(top, #d55e5e 10%, #c85151 90%);
background-image: -o-linear-gradient(top, #d55e5e 10%, #c85151 90%);
background-image: -webkit-linear-gradient(top, #d55e5e 10%, #c85151 90%);
box-shadow: inset 0px 1px 0px #ff8a8a;
-moz-box-shadow: inset 0px 1px 0px #ff8a8a;
-webkit-box-shadow: inset 0px 1px 0px #ff8a8a;
background-color: #d55e5e;
border: 1px solid #c34c4c;
border-radius: 4px 4px 4px 4px;
width: 130px;
height: 40px;
display: block;
margin: 18px auto 0px auto;
font-size: 18px;
font-family: Tatwerat_Helv;
line-height: 40px;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #771f1f;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center .center_bottom a:hover {
background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
box-shadow: inset 0px 1px 0px #7cb8ff;
-moz-box-shadow: inset 0px 1px 0px #7cb8ff;
-webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
background-color: #4e94e6;
border: 1px solid #377ccd;
color: #fff;
text-shadow: 1px 1px 1px #255b9b;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.right {
width: 230px;
height: 65px;
font-size: 20px;
color: #777;
line-height: 65px;
text-indent: 15px;
font-family: Tatwerat_Gess;
text-shadow: 1px 1px 0px #fff;
position: relative;
float: right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.right span {
position: absolute;
left: 15px;
font-family: Tatwerat_English;
font-size: 25px;
color: #6193ce;
text-shadow: 1px 1px 0px #fff;
line-height: 65px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.right b {
position: absolute;
left: 81px;
top: 32px;
font-size: 14px;
font-family: Tatwerat_English;
font-weight: normal;
color: #333;
text-shadow: 1px 1px 0px #fff;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.left {
width: 230px;
height: 65px;
font-size: 20px;
color: #777;
line-height: 65px;
text-indent: 0px;
font-family: Tatwerat_Gess;
text-shadow: 1px 1px 0px #fff;
position: relative;
float: left;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.left span {
position: absolute;
left: 30px;
font-family: Tatwerat_English;
font-size: 25px;
color: #6193ce;
text-shadow: 1px 1px 0px #fff;
line-height: 65px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.left b {
position: absolute;
left: 95px;
top: 32px;
font-size: 14px;
font-family: Tatwerat_English;
font-weight: normal;
color: #333;
text-shadow: 1px 1px 0px #fff;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_right {
width: 238px;
height: 155px;
display: block;
overflow: hidden;
border: 1px solid #dddcdc;
border-top: none;
float: right;
}
.options_right {
width: 238px;
height: 155px;
display: block;
overflow: hidden;
border: 1px solid #dddcdc;
border-top: none;
float: right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_right li {
background: url(images/icons/host_plane_li.png) no-repeat center right;
width: 100%;
height: 30px;
display: block;
font-size: 13px;
*font-weight: bold;
position: relative;
top: 7px;
text-indent: 18px;
text-shadow: 1px 1px 0px #fff;
line-height: 28px;
right: 5px;
color: #555;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_right li span {
margin: 0px 10px 0px 10px;
color: #2868b2;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_left {
width: 238px;
height: 155px;
display: block;
overflow: hidden;
float: left;
}
.options_left {
width: 238px;
height: 155px;
display: block;
overflow: hidden;
float: left;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_left li {
background: url(images/icons/host_plane_li.png) no-repeat center right;
width: 100%;
height: 30px;
display: block;
font-size: 13px;
*font-weight: bold;
position: relative;
top: 7px;
text-indent: 18px;
text-shadow: 1px 1px 0px #fff;
line-height: 28px;
right: 0px;
color: #555;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_left li span {
margin: 0px 10px 0px 10px;
color: #2868b2;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_right {
width: 238px;
height: 163px;
display: block;
overflow: hidden;
float: right;
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_right li {
background: url(images/icons/host_plane_true.png) no-repeat center right;
width: 100%;
height: 28px;
position: relative;
right: 5px;
text-indent: 32px;
font-size: 13px;
*font-weight: bold;
line-height: 30px;
color: #777;
top: 6px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_left {
width: 238px;
height: 163px;
display: block;
overflow: hidden;
float: left;
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_left li {
background: url(images/icons/host_plane_true.png) no-repeat center right;
width: 100%;
height: 28px;
position: relative;
right: 5px;
text-indent: 32px;
font-size: 13px;
*font-weight: bold;
line-height: 30px;
color: #777;
top: 6px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_right li.false,#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_left li.false {
background: url(images/icons/host_plane_false.png) no-repeat center right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.right {
background-image: linear-gradient(top, #858585 10%, #757575 90%);
background-image: -moz-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -ms-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -o-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -webkit-linear-gradient(top, #858585 10%, #757575 90%);
box-shadow: inset 0px 1px 0px #adadad;
-moz-box-shadow: inset 0px 1px 0px #adadad;
-webkit-box-shadow: inset 0px 1px 0px #adadad;
background-color: #858585;
border: 1px solid #707070;
border-radius: 4px 4px 4px 4px;
width: 130px;
height: 40px;
display: block;
float: right;
margin: 19px 54px 0px 0px;
font-size: 18px;
font-family: Tatwerat_Helv;
line-height: 40px;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #333;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.right:hover {
background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
box-shadow: inset 0px 1px 0px #7cb8ff;
-moz-box-shadow: inset 0px 1px 0px #7cb8ff;
-webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
background-color: #4e94e6;
border: 1px solid #377ccd;
color: #fff;
text-shadow: 1px 1px 1px #255b9b;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.left {
background-image: linear-gradient(top, #858585 10%, #757575 90%);
background-image: -moz-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -ms-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -o-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -webkit-linear-gradient(top, #858585 10%, #757575 90%);
box-shadow: inset 0px 1px 0px #adadad;
-moz-box-shadow: inset 0px 1px 0px #adadad;
-webkit-box-shadow: inset 0px 1px 0px #adadad;
background-color: #858585;
border: 1px solid #707070;
border-radius: 4px 4px 4px 4px;
width: 130px;
height: 40px;
display: block;
float: left;
margin: 19px 0px 0px 54px;
font-size: 18px;
font-family: Tatwerat_Helv;
line-height: 40px;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #333;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.left:hover {
background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
box-shadow: inset 0px 1px 0px #7cb8ff;
-moz-box-shadow: inset 0px 1px 0px #7cb8ff;
-webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
background-color: #4e94e6;
border: 1px solid #377ccd;
color: #fff;
text-shadow: 1px 1px 1px #255b9b;
}
/*end host table*/
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search {
background: #fff url(images/Domain_bg.jpg) repeat-x top center;
border: 1px solid #dedede;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
width: 728px;
height: 126px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search h2 {
background: url(images/icons/domain_h2.png) no-repeat center right;
width: 350px;
height: 34px;
margin: 6px 7px 0px 0px;
text-indent: 38px;
font-family: GESSTOW_Medium;
font-size: 18px;
color: #999;
text-shadow: 1px 1px 0px #fff;
line-height: 34px;
float: right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search nav {
width: 300px;
height: 30px;
float: left;
margin: 7px 0px 8px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search nav a {
float: left;
margin: 0px 0px 0px 10px;
font-size: 13px;
text-shadow: 1px 1px 0px #fff;
color: #444;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search nav a:hover {
color: #1783c3;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_text {
background: #fff;
border: 1px solid #ddd;
width: 315px;
height: 40px;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
box-shadow: inset -1px 1px 3px #ddd;
-moz-box-shadow: inset -1px 1px 3px #ddd;
-webkit-box-shadow: inset -1px 1px 3px #ddd;
position: absolute;
bottom: 19px;
left: 110px;
font-size: 14px;
text-indent: 3px;
color: #666;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_text:hover {
border: 1px solid #c6c6c6;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_text:focus {
border: 1px solid #7dccfa;
box-shadow: inset -1px 1px 3px #ddd, 0px 0px 4px #7dccfa;
-moz-box-shadow: inset -1px 1px 3px #ddd, 0px 0px 4px #7dccfa;
-webkit-box-shadow: inset -1px 1px 3px #ddd, 0px 0px 4px #7dccfa;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_go {
background-image: linear-gradient(top, #858585 10%, #757575 90%);
background-image: -moz-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -ms-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -o-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -webkit-linear-gradient(top, #858585 10%, #757575 90%);
box-shadow: inset 0px 1px 0px #adadad;
-moz-box-shadow: inset 0px 1px 0px #adadad;
-webkit-box-shadow: inset 0px 1px 0px #adadad;
background-color: #858585;
border: 1px solid #707070;
border-radius: 4px 4px 4px 4px;
width: 70px;
height: 40px;
display: block;
font-size: 18px;
font-family: Tatwerat_Helv;
line-height: 40px;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #333;
position: absolute;
bottom: 1px;
left: 150px;
cursor: pointer;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_go:hover {
background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
box-shadow: inset 0px 1px 0px #7cb8ff;
-moz-box-shadow: inset 0px 1px 0px #7cb8ff;
-webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
background-color: #4e94e6;
border: 1px solid #377ccd;
color: #fff;
text-shadow: 1px 1px 1px #255b9b;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form div.domain_options {
width: 270px;
height: 35px;
float: right;
margin: 36px 8px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form div.domain_options p {
direction: rtl;
margin: 0px 0px 0px 15px;
display: block;
float: right;
height: 35px;
width: 70px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form div.domain_options p label {
cursor: pointer;
float: right;
line-height: 20px;
font-family: tahoma;
font-size: 13px;
color: #444;
}
/*End Content*/
#Wrapper #Wrapper_Content #Container #Body #Sidebar {
width: 252px;
float: right;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget {
background: #fbfbfb;
border: 1px solid #d7d7d7;
border-radius: 4px 4px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
width: 250px;
margin: 0px 0px 20px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2 {
box-shadow: inset 0px 1px 0px #fff, inset 0px 5px 10px #e5e5e5;
-moz-box-shadow: inset 0px 1px 0px #fff, inset 0px 5px 10px #e5e5e5;
-webkit-box-shadow: inset 0px 1px 0px #fff, inset 0px 5px 10px #e5e5e5;
border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
border-bottom: 3px solid #549fec;
width: 250px;
height: 43px;
position: relative;
font-size: 18px;
font-family: Tatwerat_Helv;
line-height: 46px;
text-indent: 45px;
color: #888;
text-shadow: 1px 1px 0px #fff;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2.login {
background: #f5f5f5 url(images/icons/login_widget_h2.png) no-repeat 210px 7px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2 span {
background: #549fec;
box-shadow: inset 0px 1px 0px #86bbf2, inset 0px 4px 6px #428dda;
-moz-box-shadow: inset 0px 1px 0px #86bbf2, inset 0px 4px 6px #428dda;
-webkit-box-shadow: inset 0px 1px 0px #86bbf2, inset 0px 4px 6px #428dda;
border: 1px solid #3169a3;
border-bottom: none;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
width: 33px;
height: 24px;
display: block;
position: absolute;
z-index: 999;
bottom: 0px;
left: 18px;
overflow: hidden;
text-align: center;
line-height: 25px;
font-size: 24px;
font-weight: normal;
text-shadow: none;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
cursor: pointer;
text-indent: 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login {
padding: 10px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_email {
background: #fff url(images/icons/login_name.png) no-repeat 210px center;
border: 1px solid #d3d3d3;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
box-shadow: inset -1px 1px 3px #ddd;
-moz-box-shadow: inset -1px 1px 3px #ddd;
-webkit-box-shadow: inset -1px 1px 3px #ddd;
margin: 0px 0px 10px 0px;
width: 100%;
height: 35px;
line-height: 35px;
text-indent: 20px;
color: #444;
font-size: 12px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_pass {
background: #fff url(images/icons/login_password.png) no-repeat 210px center;
border: 1px solid #d3d3d3;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
box-shadow: inset -1px 1px 3px #ddd;
-moz-box-shadow: inset -1px 1px 3px #ddd;
-webkit-box-shadow: inset -1px 1px 3px #ddd;
margin: 0px 0px 10px 0px;
width: 100%;
height: 35px;
line-height: 35px;
text-indent: 20px;
color: #444;
font-size: 12px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_email:hover , #Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_pass:hover {
border: 1px solid #aaa;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_email:focus , #Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_pass:focus {
border: 1px solid #a6cbf1;
box-shadow: inset -1px 1px 3px #ddd, 0px 0px 5px #8ebcea;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_go {
background-image: linear-gradient(bottom, #edecec 15%, #f6f6f6 85%);
background-image: -moz-linear-gradient(bottom, #edecec 15%, #f6f6f6 85%);
background-image: -ms-linear-gradient(bottom, #edecec 15%, #f6f6f6 85%);
background-image: -o-linear-gradient(bottom, #edecec 15%, #f6f6f6 85%);
background-image: -webkit-linear-gradient(bottom, #edecec 15%, #f6f6f6 85%);
box-shadow: inset 0px 1px 0px #fff, inset 0px 6px 6px #edecec;
-moz-box-shadow: inset 0px 1px 0px #fff, inset 0px 6px 6px #edecec;
-webkit-box-shadow: inset 0px 1px 0px #fff, inset 0px 6px 6px #edecec;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
background-color: #edecec;
border: 1px solid #d6d6d6;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-shadow: 1px 1px 0px #fff;
-moz-text-shadow: 1px 1px 0px #fff;
-webkit-text-shadow: 1px 1px 0px #fff;
width: 86px;
height: 40px;
line-height: 40px;
font-family: Tatwerat_Gess;
font-size: 16px;
font-weight: bold;
color: #666;
cursor: pointer;
margin: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_go:hover {
color: #3d8cdc;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul {
margin: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul li {
display: block;
width: 100%;
height: 18px;
margin: 10px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul li a {
background: url(images/icons/login_links.png) no-repeat bottom right;
display: inline-block;
height: 18px;
line-height: 16px;
text-indent: 22px;
font-family: Tatwerat_Light;
font-size: 13px;
color: #616161;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul li a:hover {
background: url(images/icons/login_links.png) no-repeat top right;
color: #3f8edf;
text-indent: 28px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2.links {
background: #f5f5f5 url(images/icons/links_widget_h2.png) no-repeat 210px 7px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links {
padding: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul {
margin: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li {
background: url(images/links_widget_li.jpg) repeat-x bottom center;
margin: 0px 0px 0px 0px;
display: block;
height: 34px;
line-height: 30px;
font-family: Tatwerat_Light;
font-size: 13px;
font-weight: bold;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li:last-child {
background: none;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li a {
background: url(images/icons/links_widget_li.png) no-repeat 225px -26px;
display: block;
height: 34px;
color: #777;
text-indent: 30px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li:hover {
background-color: #fff;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li a:hover {
background: url(images/icons/links_widget_li.png) no-repeat 225px 6px;
color: #3f9af8;
text-indent: 36px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Likes {
padding: 10px 10px 10px 10px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2.likes {
background: #f5f5f5 url(images/icons/facebook_widget_h2.png) no-repeat 220px 7px;
text-indent: 40px !important;
}
/*End Sidebar*/
#Wrapper #Wrapper_Content #Container #Our_Clients {
width: 460px;
height: 130px;
margin: 22px 0px 20px 0px;
position: relative;
float: right;
}
#Wrapper #Wrapper_Content #Container #Our_Clients h2 {
background: url(images/search.png) no-repeat center right;
width: 460px;
height: 32px;
display: block;
line-height: 44px;
text-indent: 32px;
font-family: Tatwerat_Helv;
font-size: 18px;
color: #777;
text-shadow: 1px 1px 0px #fff;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.next {
background: #fafafa url(images/icons/portfolio_slider_next.png) no-repeat -30px center;
border: 1px solid #cfcfcf;
box-shadow: inset 0px 1px 0px #fff,inset 0px 4px 8px #ddd,inset 0px -5px 8px #ddd;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
display: block;
width: 32px;
height: 30px;
position: absolute;
z-index: 999;
top: 0px;
left: 48px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.next:hover {
background: #fafafa url(images/icons/portfolio_slider_next.png) no-repeat 12px center;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.back {
background: #fafafa url(images/icons/portfolio_slider_back.png) no-repeat 12px center;
border: 1px solid #cfcfcf;
box-shadow: inset 0px 1px 0px #fff,inset 0px 4px 8px #ddd,inset 0px -5px 8px #ddd;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
display: block;
width: 32px;
height: 30px;
position: absolute;
z-index: 999;
top: 0px;
left: 0px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.back:hover {
background: #fafafa url(images/icons/portfolio_slider_back.png) no-repeat -30px center;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider {
width: 460px;
height: 86px;
margin: 12px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul {
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li {
background: #ffff;
width: 88px;
height: 74px;
border: 1px solid #ccc;
position: relative;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
padding: 5px;
margin: 0px 0px 0px 20px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li img {
width: 88px;
height: 74px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li:hover img {
opacity: .5;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li a {
width: 100px;
height: 86px;
position: absolute;
z-index: 9999;
background: url(images/icons/portfolio_link.png) no-repeat center -40px;
top: 0px;
right: 0px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li:hover a {
background: url(images/icons/portfolio_link.png) no-repeat center center;
}
/* Our_Clients */
#Wrapper #Wrapper_Content #Container #Services {
width: 515px;
height: 130px;
float: left;
margin: 22px 0px 20px 0px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider {
width: 451px;
height: 130px;
margin: 0px auto 0px auto;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul {
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li {
background: url(images/slider_border.jpg) repeat-y 293px top;
display: block;
width: 451px;
height: 130px;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li h2 {
font-size: 20px;
font-family: Tatwerat_Helv;
text-shadow: 1px 1px 0px #fff;
margin: 5px 0px 5px 0px;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li p {
font-size: 13px;
font-family: Tatwerat_light;
line-height: 21px;
text-shadow: 1px 1px 0px #fff;
color: #666;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li img {
float: right;
margin: 2px 10px 0px 25px;
}
#Wrapper #Wrapper_Content #Container #Services nav a.next {
background: #fff url(images/icons/services_slider_next.png) no-repeat -31px center;
border: 1px solid #bbb;
width: 30px;
height: 128px;
display: block;
position: absolute;
top: 0px;
right: 0px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Services nav a.next:hover {
background: #fff url(images/icons/services_slider_next.png) no-repeat 9px center;
}
#Wrapper #Wrapper_Content #Container #Services nav a.back {
background: #fff url(images/icons/services_slider_back.png) no-repeat 9px center;
border: 1px solid #bbb;
width: 30px;
height: 128px;
display: block;
position: absolute;
top: 0px;
left: 0px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Services nav a.back:hover {
background: #fff url(images/icons/services_slider_back.png) no-repeat -31px center;
}
/*End Body*/
#Wrapper #Wrapper_Content #Container #Footer {
width: 1000px;
height: 226px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About {
background: url(images/footer_line.jpg) repeat-x center 40px;
width: 370px;
height: 155px;
float: right;
margin: 9px 0px 0px 0px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About h2 {
background: url(images/footer_info_h2.jpg) no-repeat center right;
width: 370px;
height: 35px;
display: block;
line-height: 35px;
text-indent: 38px;
font-family: Tatwerat_Helv;
font-size: 18px;
font-weight: bold;
color: #000;
text-shadow: 1px 1px 0px #515151;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About p {
font-family: 'Droid Arabic Naskh';
font-size: 13px;
margin: 10px 0px 0px 0px;
line-height: 21px;
color: #a5a5a5;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About a {
background: #b2b2b2;
box-shadow: inset 0px 1px 0px #ccc, inset 0px 5px 10px #888, inset 0px -5px 10px #888;
-moz-box-shadow: inset 0px 1px 0px #ccc, inset 0px 5px 10px #888, inset 0px -5px 10px #888;
-webkit-box-shadow: inset 0px 1px 0px #ccc, inset 0px 5px 10px #888, inset 0px -5px 10px #888;
text-shadow: 1px 1px 0px #ccc;
border-radius: 4px;
width: 85px;
height: 33px;
display: block;
position: absolute;
left: 0px;
bottom: 0px;
text-align: center;
line-height: 32px;
font-family: Tatwerat_Helv;
font-size: 16px;
color: #333;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About a:hover {
background: #61a8f0;
box-shadow: inset 0px 1px 0px #69b1fa, inset 0px 5px 10px #2b78c7, inset 0px -5px 10px #2b78c7;
-moz-box-shadow: inset 0px 1px 0px #69b1fa, inset 0px 5px 10px #2b78c7, inset 0px -5px 10px #2b78c7;
-webkit-box-shadow: inset 0px 1px 0px #69b1fa, inset 0px 5px 10px #2b78c7, inset 0px -5px 10px #2b78c7;
text-shadow: 1px 1px 1px #0a233d;
color: #fff;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links {
background: url(images/footer_line.jpg) repeat-x center 40px;
width: 275px;
height: 155px;
float: right;
margin: 9px 42px 0px 0px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links h2 {
background: url(images/sers.png) no-repeat center right;
width: 275px;
height: 35px;
display: block;
line-height: 35px;
text-indent: 38px;
font-family: Tatwerat_Helv;
font-size: 18px;
font-weight: bold;
color: #000;
text-shadow: 1px 1px 0px #515151;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul {
margin: 13px 0px 0px 0px;
width: 300px;
display: block;
overflow: hidden;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul li {
float: right;
margin: 0px 0px 0px 5px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul li a {
background: url(images/footer_links_li.jpg) no-repeat center right;
width: 130px;
height: 28px;
line-height: 24px;
display: block;
font-family: Tatwerat_Light;
font-size: 13px;
text-indent: 19px;
color: #aaa;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul li a:hover {
color: #44b6f9;
text-indent: 25px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact {
background: url(images/footer_line.jpg) repeat-x center 40px;
width: 270px;
height: 155px;
float: left;
margin: 9px 0px 0px 0px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact h2 {
background: url(images/footer_contact_h2.jpg) no-repeat center right;
width: 270px;
height: 35px;
display: block;
line-height: 35px;
text-indent: 38px;
font-family: Tatwerat_Helv;
font-size: 18px;
font-weight: bold;
color: #000;
text-shadow: 1px 1px 0px #515151;
margin-bottom: 15px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact p {
width: 270px;
height: 20px;
display: block;
line-height: 18px;
text-indent: 26px;
font-size: 14px;
color: #999;
margin: 7px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact p.email {
background: url(images/footer_contact_li.jpg) no-repeat right 3px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact p.phone {
background: url(images/footer_contact_li.jpg) no-repeat right -22px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom {
width: 1000px;
height: 52px;
float: right;
margin: 10px 0px 0px 0px;
line-height: 50px;
font-family: 'Droid Arabic Naskh';
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom p {
font-size: 13px;
color: #606060;
text-shadow: 1px 1px 0px #fff;
float: right;
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul {
float: left;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul li {
float: right;
margin: 0px 5px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul li a {
font-size: 13px;
color: #10689c;
text-shadow: 1px 1px 0px #fff;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul li a:hover {
color: #000;
}
/*End Footer*/ | public/style.css | @import "http://fonts.googleapis.com/earlyaccess/droidarabickufi.css";
@import "http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css";
html {
margin: 0px;
padding: 0px;
font-family: tahoma;
font-size: 11px;
color: #666;
}
body {
background: #f3f3f3 url(images/Bg.jpg) no-repeat top center;
margin: 0px;
padding: 0px;
font-family: 'Tatwerat_Light';
font-size: 11px;
color: #888;
direction:rtl;
}
div {
overflow:hidden;
}
ul, li, ol, h1, h2, h3, h4 {
margin: 0px;
padding: 0px;
list-style: none;
list-style-position: inside;
border: none;
border: 0;
}
h3 {
font-size:12px;
direction:rtl;
}
img {
border: none;
outline: none;
}
:focus {
outline: none;
}
input, textarea, sub, select {
text-decoration: none;
outline: 0px none;
margin: 0px;
padding: 0px;
}
input, textarea, sub, select {
font: Normal 11px Tahoma;
text-decoration: none;
outline: 0px none;
margin: 0px;
padding: 0px;
}
p {
margin:0;
padding:0;
direction:rtl;
overflow:hidden;
}
h6 {
display:none;
}
.clear {
clear:both;
}
fieldset {
margin-bottom: 6px;
border: 1px #FFFFFF solid;
}
hr {
background: #EFEFEF;
border-color: #FFFFFF;
}
a {
color: #555;
text-decoration: none;
}
/* Fonts */
@font-face {
font-family: "Tatwerat_Gess";
src: url("fonts/GE_SS_Unique_Bold.otf");
src: url("fonts/GE_SS_Unique_Bold.eot?") format("eot"), url("fonts/GE_SS_Unique_Bold.otf") format("opentype"), url("fonts/GE_SS_Unique_Bold.otf") format("truetype");
}
@font-face {
font-family: "Tatwerat_Gess_light";
src: url("fonts/GE_SS_Unique_Light.otf");
src: url("fonts/GE_SS_Unique_Light.eot?") format("eot"), url("fonts/GE_SS_Unique_Light.otf") format("opentype"), url("fonts/GE_SS_Unique_Light.otf") format("truetype");
}
@font-face {
font-family: "Tatwerat_Helv";
src: url("fonts/HelveticaNeueW23-Bd.ttf");
src: url("fonts/HelveticaNeueW23-Bd.ttf?") format("eot"), url("fonts/HelveticaNeueW23-Bd.ttf") format("opentype"), url("fonts/HelveticaNeueW23-Bd.ttf") format("truetype");
}
@font-face {
font-family: 'Tatwerat_Light';
src: url('fonts/DroidKufi-Regular.eot');
src: url('fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/DroidKufi-Regular.woff') format('woff'), url('fonts/DroidKufi-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'GESSTOW_Light';
src: url('fonts/GE_SS_Two_Light.eot');
src: url('fonts/GE_SS_Two_Light.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Light.woff') format('woff'), url('fonts/GE_SS_Two_Light.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GESSTOW_Medium';
src: url('fonts/GE_SS_Two_Medium.eot');
src: url('fonts/GE_SS_Two_Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Medium.woff') format('woff'), url('.fonts/GE_SS_Two_Medium.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GESSTOW_Bold';
src: url('fonts/GE_SS_Two_Bold.eot');
src: url('fonts/GE_SS_Two_Bold.eot?#iefix') format('embedded-opentype'), url('fonts/GE_SS_Two_Bold.woff') format('woff'), url('fonts/GE_SS_Two_Bold.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Tatwerat_H";
src: url("fonts/Hacen_Vanilla.ttf");
src: url("fonts/Hacen_Vanilla.eot?") format("eot"), url("fonts/Hacen_Vanilla.otf") format("opentype"), url("fonts/Hacen_Vanilla.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_K";
src: url("fonts/KHoma.ttf");
src: url("fonts/KHoma.eot?") format("eot"), url("fonts/KHoma.otf") format("opentype"), url("fonts/KHoma.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_D";
src: url("fonts/SC_DUBAI.ttf");
src: url("fonts/SC_DUBAI.eot?") format("eot"), url("fonts/SC_DUBAI.otf") format("opentype"), url("fonts/SC_DUBAI.ttf") format("truetype");
}
@font-face {
font-family: "Tatwerat_English";
src: url("fonts/HoboStd.otf");
src: url("fonts/HoboStd.eot?") format("eot"), url("fonts/HoboStd.otf") format("opentype"), url("fonts/HoboStd.ttf") format("truetype");
}
/* End Tatwerat.com Reset Coder */
/*Start Code Form Tatwerat.com*/
#Wrapper {
background: url(images/Wrapper.jpg) repeat-x top center;
width: 100%;
height: 100%;
min-width: 1000px;
}
#Wrapper #Wrapper_Content {
background: url(images/Wrapper_Content.jpg) repeat-x bottom center;
width: 100%;
height: 100%;
min-width: 1000px;
}
#Wrapper #Wrapper_Content #Container {
width: 1000px;
margin: 0px auto;
}
#Wrapper #Wrapper_Content #Container #Header {
width: 1000px;
height: 190px;
position: relative;
overflow: visible;
}
#Wrapper #Wrapper_Content #Container #Header .Logo {
background: url(images/newlogo.png) no-repeat top center;
width: 300px;
height: 105px;
float: right;
margin: 23px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon {
*background: url(images/Header_Social.jpg) no-repeat top center;
width: 218px;
height: 42px;
float: left;
margin: 18px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul {
width: 240px;
height: 42px;
display: block;
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li {
float: right;
margin: 0px 0px 0px 18px;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li a {
background: #fff;
border: 2px solid #aaa;
width: 37px;
height: 37px;
display: block;
border-radius: 10pc;
-moz-border-radius: 10pc;
-webkit-border-radius: 10pc;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.facebook a {
background: #fff url(images/Social_icons.png) no-repeat -209px 5px !important;
border: 2px solid #5081cb;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.facebook a:hover {
background: #5081cb url(images/Social_icons.png) no-repeat -209px -83px !important;
border: 2px solid #5081cb;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.twitter a {
background: #fff url(images/Social_icons.png) no-repeat -136px 6px !important;
border: 2px solid #5bc1de;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.twitter a:hover {
background: #5bc1de url(images/Social_icons.png) no-repeat -136px -84px !important;
border: 2px solid #5bc1de;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.youtube a {
background: #fff url(images/Social_icons.png) no-repeat -64px 5px !important;
border: 2px solid #ef4d27;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.youtube a:hover {
background: #ef4d27 url(images/Social_icons.png) no-repeat -64px -83px !important;
border: 2px solid #ef4d27;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.rss a {
background: #fff url(images/Social_icons.png) no-repeat 9px 5px !important;
border: 2px solid #f59334;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.rss a:hover {
background: #f59334 url(images/Social_icons.png) no-repeat 9px -85px !important;
border: 2px solid #f59334;
}
#Wrapper #Wrapper_Content #Container #Header .Live_Support {
width: 220px;
height: 65px;
display: block;
position: absolute;
left: 0px;
bottom: 55px;
}
#Wrapper #Wrapper_Content #Container #Header .Live_Support img {
width: 220px;
height: 65px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Live_Support img:hover {
opacity: .7;
}
#Wrapper #Wrapper_Content #Container #Header .Menu {
background: #6d6d6d url(images/Menu_bg.jpg) repeat-x top center;
width: 1000px;
height: 52px;
float: right;
margin: 16px 0px 0px 0px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul {
margin: 0px 0px 0px 0px;
width: 825px;
height: 52px;
float: right;
display: block;
overflow: hidden;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li {
float: right;
margin: 2px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li a {
background: url(images/Menu_li.jpg) no-repeat center right;
width: auto;
height: 48px;
display: block;
line-height: 48px;
font-size: 13px;
color: #fff;
font-family: Tatwerat_Light;
padding: 0px 12px;
font-weight: bold;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li a:hover {
background: #4f4f4f url(images/Menu_li.jpg) no-repeat center right;
color: #89c2fd;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li:hover > a {
background: #4f4f4f url(images/Menu_li.jpg) no-repeat center right;
color: #89c2fd;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul {
position: absolute;
width: 300px;
height: auto;
background: #4f4f4f;
display: none;
margin: 0px 2px 0px 0px;
padding: 0px 0px 5px 0px;
border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
z-index: 9999;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li:hover > ul {
display: block;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul li {
float: right;
margin: 10px 5px 0px 5px !important;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul li a {
background: #777 !important;
border-right: 5px solid #999 !important;
width: 135px !important;
height: 28px !important;
line-height: 26px !important;
padding: 0px !important;
font-size: 13px !important;
font-weight: normal !important;
text-indent: 4px;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul li a:hover {
border-right: 5px solid #77b4ff !important;
color: #000 !important;
text-indent: 10px !important;
text-shadow: 1px 1px 0px #999 !important;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_right {
background: url(images/Menu_Right.jpg) no-repeat top right;
width: 62px;
height: 52px;
float: right;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_right a {
background: url(images/icons/home_link.png) no-repeat center -58px;
width: 62px;
height: 52px;
display: block;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_right a:hover {
background: url(images/icons/home_link.png) no-repeat center 12px;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_left {
background: url(images/Menu_Left.jpg) no-repeat top left;
width: 109px;
height: 52px;
float: left;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_left a {
width: 109px;
height: 52px;
display: block;
text-align: center;
line-height: 52px;
font-family: Tatwerat_Helv;
font-size: 16px;
color: #fff;
text-shadow: 1px 1px 1px #333;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_left a:hover {
color: #112e4c;
text-shadow: 1px 1px 0px #5fa9f6;
}
/*End Header*/
#Wrapper #Wrapper_Content #Container #Body {
width: 1000px;
min-height: 500px;
margin: 18px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content {
width: 730px;
float: left;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Slider {
background: #fff;
border: 1px solid #dadada;
width: 728px;
height: 260px;
position: relative;
overflow: visible;
margin-bottom: 30px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Slider .slider_shadow {
background: url(images/icons/Slider_shadow.png) no-repeat top center;
width: 730px;
height: 11px;
position: absolute;
z-index: 999;
bottom: -11px;
right: 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Slider .Slider {
width: 708px;
min-height: 240px;
margin: 10px 10px 0px 0px;
background: #fff;
}
/*Our Serv*/
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services {
background: url(images/services_shadow.png) no-repeat center bottom;
width: 728px;
padding: 0px 0px 11px 0px;
margin: 80px 0px 0px 0px;
overflow: visible;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services {
background: #fff;
border: 1px solid #d5d5d5;
overflow: visible;
width: 728px;
height: 188px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li {
width: 215px;
min-height: 188px;
display: block;
float: right;
text-align: center;
margin: 0px 14px 0px 0px;
padding: 0px 5px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li a {
width: 215px;
height: 188px;
display: block;
position: absolute;
right: 0px;
top: 0px;
z-index: 999;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li div.img {
background: #ccc;
border: 6px solid #fff;
width: 81px;
height: 81px;
display: block;
border-radius: 30pc;
margin: -41px auto 0px auto;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li h2 {
width: 215px;
height: 30px;
display: block;
line-height: 30px;
text-align: center;
font-family: Tatwerat_Light;
font-size: 18px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li p {
font-family: 'Droid Arabic Naskh';
font-size: 13px;
line-height: 20px;
color: #888;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_share div.img {
background: url(images/traffic.png) no-repeat center center;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_share:hover div.img {
border: 6px solid #91d5c4;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_share h2 {
color: #64bba5;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_win div.img {
background: url(images/wastetime.png) no-repeat center center;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_win:hover div.img {
border: 6px solid #eead77;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_win h2 {
color: #e48f48;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_adv div.img {
background: url(images/ticket.png) no-repeat center center;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_adv:hover div.img {
border: 6px solid #ee7e7e;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_adv h2 {
color: #dc5454;
}
/*Host_Table*/
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table {
width: 730px;
height: 440px;
margin: 50px 0px 40px 0px;
position: relative;
overflow: visible;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top {
background-color: #dadada;
background-image: linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
background-image: -moz-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
background-image: -ms-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
background-image: -o-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
background-image: -webkit-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
box-shadow: inset 0px 1px 0px #ecebeb;
-moz-box-shadow: inset 0px 1px 0px #ecebeb;
-webkit-box-shadow: inset 0px 1px 0px #ecebeb;
border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
width: 728px;
height: 80px;
border: 1px solid #cfcfcf;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_shadow {
background: url(images/icons/Host_Table_shadow.png) no-repeat top center;
width: 730px;
height: 30px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options {
background-color: #ededed;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
width: 728px;
height: 102px;
border: 1px solid #dddcdc;
border-top: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details {
background-color: #fff;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
width: 728px;
height: 150px;
border: 1px solid #dddcdc;
border-top: none;
border-bottom: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom {
background-color: #f1f1f1;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
border-radius: 0px 0px 6px 6px;
-moz-border-radius: 0px 0px 6px 6px;
-webkit-border-radius: 0px 0px 6px 6px;
width: 728px;
height: 82px;
border: 1px solid #dddcdc;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center {
box-shadow: 0px 0px 15px #bbb;
width: 240px;
height: 490px;
position: absolute;
right: 243px;
top: -35px;
z-index: 9999;
border-radius: 4px 4px 4px 4px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center h2 {
background-color: #98c5fa;
background-image: linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
background-image: -moz-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
background-image: -ms-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
background-image: -o-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
background-image: -webkit-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
box-shadow: inset 0px 1px 0px #bddafb;
-moz-box-shadow: inset 0px 1px 0px #bddafb;
-webkit-box-shadow: inset 0px 1px 0px #bddafb;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
width: 238px;
height: 85px;
border: 1px solid #7face0;
border-bottom: 1px solid #5d91ce;
font-size: 20px;
color: #fff;
line-height: 80px;
text-indent: 15px;
font-family: GESSTOW_Medium;
text-shadow: 1px 1px 1px #102f53;
position: relative;
overflow: hidden;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center h2 span {
position: absolute;
left: 15px;
font-family: Tatwerat_English;
font-size: 40px;
color: #3c6faa;
text-shadow: 1px 1px 0px #bbdafe;
line-height: 85px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center h2 b {
position: absolute;
left: 81px;
top: 32px;
font-size: 14px;
font-family: Tatwerat_English;
font-weight: normal;
color: #000;
text-shadow: 1px 1px 0px #bbdafe;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.options {
background-color: #ededed;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
width: 238px;
height: 155px;
display: block;
overflow: hidden;
border: 1px solid #dddcdc;
border-top: none;
}
.options {
background-color: #ededed;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
width: 238px;
height: 155px;
display: block;
overflow: hidden;
border: 1px solid #dddcdc;
border-top: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.options li {
background: url(images/icons/host_plane_li.png) no-repeat center right;
width: 100%;
height: 33px;
display: block;
font-size: 13px;
*font-weight: bold;
position: relative;
top: 12px;
text-indent: 18px;
text-shadow: 1px 1px 0px #fff;
line-height: 31px;
right: 5px;
color: #555;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.options li span {
margin: 0px 10px 0px 10px;
color: #2868b2;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.details {
background-color: #fff;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
width: 238px;
height: 163px;
border: 1px solid #dddcdc;
border-top: none;
border-bottom: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.details li {
background: url(images/icons/host_plane_true.png) no-repeat center right;
width: 100%;
height: 30px;
position: relative;
right: 5px;
text-indent: 32px;
font-size: 13px;
*font-weight: bold;
line-height: 32px;
color: #777;
top: 6px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center .center_bottom {
background-color: #f1f1f1;
/*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
box-shadow: inset 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px #fff;
border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
width: 238px;
height: 82px;
border: 1px solid #dddcdc;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center .center_bottom a {
background-image: linear-gradient(top, #d55e5e 10%, #c85151 90%);
background-image: -moz-linear-gradient(top, #d55e5e 10%, #c85151 90%);
background-image: -ms-linear-gradient(top, #d55e5e 10%, #c85151 90%);
background-image: -o-linear-gradient(top, #d55e5e 10%, #c85151 90%);
background-image: -webkit-linear-gradient(top, #d55e5e 10%, #c85151 90%);
box-shadow: inset 0px 1px 0px #ff8a8a;
-moz-box-shadow: inset 0px 1px 0px #ff8a8a;
-webkit-box-shadow: inset 0px 1px 0px #ff8a8a;
background-color: #d55e5e;
border: 1px solid #c34c4c;
border-radius: 4px 4px 4px 4px;
width: 130px;
height: 40px;
display: block;
margin: 18px auto 0px auto;
font-size: 18px;
font-family: Tatwerat_Helv;
line-height: 40px;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #771f1f;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center .center_bottom a:hover {
background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
box-shadow: inset 0px 1px 0px #7cb8ff;
-moz-box-shadow: inset 0px 1px 0px #7cb8ff;
-webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
background-color: #4e94e6;
border: 1px solid #377ccd;
color: #fff;
text-shadow: 1px 1px 1px #255b9b;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.right {
width: 230px;
height: 65px;
font-size: 20px;
color: #777;
line-height: 65px;
text-indent: 15px;
font-family: Tatwerat_Gess;
text-shadow: 1px 1px 0px #fff;
position: relative;
float: right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.right span {
position: absolute;
left: 15px;
font-family: Tatwerat_English;
font-size: 25px;
color: #6193ce;
text-shadow: 1px 1px 0px #fff;
line-height: 65px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.right b {
position: absolute;
left: 81px;
top: 32px;
font-size: 14px;
font-family: Tatwerat_English;
font-weight: normal;
color: #333;
text-shadow: 1px 1px 0px #fff;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.left {
width: 230px;
height: 65px;
font-size: 20px;
color: #777;
line-height: 65px;
text-indent: 0px;
font-family: Tatwerat_Gess;
text-shadow: 1px 1px 0px #fff;
position: relative;
float: left;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.left span {
position: absolute;
left: 30px;
font-family: Tatwerat_English;
font-size: 25px;
color: #6193ce;
text-shadow: 1px 1px 0px #fff;
line-height: 65px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.left b {
position: absolute;
left: 95px;
top: 32px;
font-size: 14px;
font-family: Tatwerat_English;
font-weight: normal;
color: #333;
text-shadow: 1px 1px 0px #fff;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_right {
width: 238px;
height: 155px;
display: block;
overflow: hidden;
border: 1px solid #dddcdc;
border-top: none;
float: right;
}
.options_right {
width: 238px;
height: 155px;
display: block;
overflow: hidden;
border: 1px solid #dddcdc;
border-top: none;
float: right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_right li {
background: url(images/icons/host_plane_li.png) no-repeat center right;
width: 100%;
height: 30px;
display: block;
font-size: 13px;
*font-weight: bold;
position: relative;
top: 7px;
text-indent: 18px;
text-shadow: 1px 1px 0px #fff;
line-height: 28px;
right: 5px;
color: #555;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_right li span {
margin: 0px 10px 0px 10px;
color: #2868b2;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_left {
width: 238px;
height: 155px;
display: block;
overflow: hidden;
float: left;
}
.options_left {
width: 238px;
height: 155px;
display: block;
overflow: hidden;
float: left;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_left li {
background: url(images/icons/host_plane_li.png) no-repeat center right;
width: 100%;
height: 30px;
display: block;
font-size: 13px;
*font-weight: bold;
position: relative;
top: 7px;
text-indent: 18px;
text-shadow: 1px 1px 0px #fff;
line-height: 28px;
right: 0px;
color: #555;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_left li span {
margin: 0px 10px 0px 10px;
color: #2868b2;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_right {
width: 238px;
height: 163px;
display: block;
overflow: hidden;
float: right;
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_right li {
background: url(images/icons/host_plane_true.png) no-repeat center right;
width: 100%;
height: 28px;
position: relative;
right: 5px;
text-indent: 32px;
font-size: 13px;
*font-weight: bold;
line-height: 30px;
color: #777;
top: 6px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_left {
width: 238px;
height: 163px;
display: block;
overflow: hidden;
float: left;
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_left li {
background: url(images/icons/host_plane_true.png) no-repeat center right;
width: 100%;
height: 28px;
position: relative;
right: 5px;
text-indent: 32px;
font-size: 13px;
*font-weight: bold;
line-height: 30px;
color: #777;
top: 6px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_right li.false,#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_left li.false {
background: url(images/icons/host_plane_false.png) no-repeat center right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.right {
background-image: linear-gradient(top, #858585 10%, #757575 90%);
background-image: -moz-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -ms-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -o-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -webkit-linear-gradient(top, #858585 10%, #757575 90%);
box-shadow: inset 0px 1px 0px #adadad;
-moz-box-shadow: inset 0px 1px 0px #adadad;
-webkit-box-shadow: inset 0px 1px 0px #adadad;
background-color: #858585;
border: 1px solid #707070;
border-radius: 4px 4px 4px 4px;
width: 130px;
height: 40px;
display: block;
float: right;
margin: 19px 54px 0px 0px;
font-size: 18px;
font-family: Tatwerat_Helv;
line-height: 40px;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #333;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.right:hover {
background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
box-shadow: inset 0px 1px 0px #7cb8ff;
-moz-box-shadow: inset 0px 1px 0px #7cb8ff;
-webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
background-color: #4e94e6;
border: 1px solid #377ccd;
color: #fff;
text-shadow: 1px 1px 1px #255b9b;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.left {
background-image: linear-gradient(top, #858585 10%, #757575 90%);
background-image: -moz-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -ms-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -o-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -webkit-linear-gradient(top, #858585 10%, #757575 90%);
box-shadow: inset 0px 1px 0px #adadad;
-moz-box-shadow: inset 0px 1px 0px #adadad;
-webkit-box-shadow: inset 0px 1px 0px #adadad;
background-color: #858585;
border: 1px solid #707070;
border-radius: 4px 4px 4px 4px;
width: 130px;
height: 40px;
display: block;
float: left;
margin: 19px 0px 0px 54px;
font-size: 18px;
font-family: Tatwerat_Helv;
line-height: 40px;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #333;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.left:hover {
background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
box-shadow: inset 0px 1px 0px #7cb8ff;
-moz-box-shadow: inset 0px 1px 0px #7cb8ff;
-webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
background-color: #4e94e6;
border: 1px solid #377ccd;
color: #fff;
text-shadow: 1px 1px 1px #255b9b;
}
/*end host table*/
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search {
background: #fff url(images/Domain_bg.jpg) repeat-x top center;
border: 1px solid #dedede;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
width: 728px;
height: 126px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search h2 {
background: url(images/icons/domain_h2.png) no-repeat center right;
width: 350px;
height: 34px;
margin: 6px 7px 0px 0px;
text-indent: 38px;
font-family: GESSTOW_Medium;
font-size: 18px;
color: #999;
text-shadow: 1px 1px 0px #fff;
line-height: 34px;
float: right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search nav {
width: 300px;
height: 30px;
float: left;
margin: 7px 0px 8px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search nav a {
float: left;
margin: 0px 0px 0px 10px;
font-size: 13px;
text-shadow: 1px 1px 0px #fff;
color: #444;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search nav a:hover {
color: #1783c3;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_text {
background: #fff;
border: 1px solid #ddd;
width: 315px;
height: 40px;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
box-shadow: inset -1px 1px 3px #ddd;
-moz-box-shadow: inset -1px 1px 3px #ddd;
-webkit-box-shadow: inset -1px 1px 3px #ddd;
position: absolute;
bottom: 19px;
left: 110px;
font-size: 14px;
text-indent: 3px;
color: #666;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_text:hover {
border: 1px solid #c6c6c6;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_text:focus {
border: 1px solid #7dccfa;
box-shadow: inset -1px 1px 3px #ddd, 0px 0px 4px #7dccfa;
-moz-box-shadow: inset -1px 1px 3px #ddd, 0px 0px 4px #7dccfa;
-webkit-box-shadow: inset -1px 1px 3px #ddd, 0px 0px 4px #7dccfa;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_go {
background-image: linear-gradient(top, #858585 10%, #757575 90%);
background-image: -moz-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -ms-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -o-linear-gradient(top, #858585 10%, #757575 90%);
background-image: -webkit-linear-gradient(top, #858585 10%, #757575 90%);
box-shadow: inset 0px 1px 0px #adadad;
-moz-box-shadow: inset 0px 1px 0px #adadad;
-webkit-box-shadow: inset 0px 1px 0px #adadad;
background-color: #858585;
border: 1px solid #707070;
border-radius: 4px 4px 4px 4px;
width: 70px;
height: 40px;
display: block;
font-size: 18px;
font-family: Tatwerat_Helv;
line-height: 40px;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #333;
position: absolute;
bottom: 1px;
left: 150px;
cursor: pointer;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_go:hover {
background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
box-shadow: inset 0px 1px 0px #7cb8ff;
-moz-box-shadow: inset 0px 1px 0px #7cb8ff;
-webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
background-color: #4e94e6;
border: 1px solid #377ccd;
color: #fff;
text-shadow: 1px 1px 1px #255b9b;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form div.domain_options {
width: 270px;
height: 35px;
float: right;
margin: 36px 8px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form div.domain_options p {
direction: rtl;
margin: 0px 0px 0px 15px;
display: block;
float: right;
height: 35px;
width: 70px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form div.domain_options p label {
cursor: pointer;
float: right;
line-height: 20px;
font-family: tahoma;
font-size: 13px;
color: #444;
}
/*End Content*/
#Wrapper #Wrapper_Content #Container #Body #Sidebar {
width: 252px;
float: right;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget {
background: #fbfbfb;
border: 1px solid #d7d7d7;
border-radius: 4px 4px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
width: 250px;
margin: 0px 0px 20px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2 {
box-shadow: inset 0px 1px 0px #fff, inset 0px 5px 10px #e5e5e5;
-moz-box-shadow: inset 0px 1px 0px #fff, inset 0px 5px 10px #e5e5e5;
-webkit-box-shadow: inset 0px 1px 0px #fff, inset 0px 5px 10px #e5e5e5;
border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
border-bottom: 3px solid #549fec;
width: 250px;
height: 43px;
position: relative;
font-size: 18px;
font-family: Tatwerat_Helv;
line-height: 46px;
text-indent: 45px;
color: #888;
text-shadow: 1px 1px 0px #fff;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2.login {
background: #f5f5f5 url(images/icons/login_widget_h2.png) no-repeat 210px 7px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2 span {
background: #549fec;
box-shadow: inset 0px 1px 0px #86bbf2, inset 0px 4px 6px #428dda;
-moz-box-shadow: inset 0px 1px 0px #86bbf2, inset 0px 4px 6px #428dda;
-webkit-box-shadow: inset 0px 1px 0px #86bbf2, inset 0px 4px 6px #428dda;
border: 1px solid #3169a3;
border-bottom: none;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
width: 33px;
height: 24px;
display: block;
position: absolute;
z-index: 999;
bottom: 0px;
left: 18px;
overflow: hidden;
text-align: center;
line-height: 25px;
font-size: 24px;
font-weight: normal;
text-shadow: none;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
cursor: pointer;
text-indent: 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login {
padding: 10px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_email {
background: #fff url(images/icons/login_name.png) no-repeat 210px center;
border: 1px solid #d3d3d3;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
box-shadow: inset -1px 1px 3px #ddd;
-moz-box-shadow: inset -1px 1px 3px #ddd;
-webkit-box-shadow: inset -1px 1px 3px #ddd;
margin: 0px 0px 10px 0px;
width: 100%;
height: 35px;
line-height: 35px;
text-indent: 20px;
color: #444;
font-size: 12px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_pass {
background: #fff url(images/icons/login_password.png) no-repeat 210px center;
border: 1px solid #d3d3d3;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
box-shadow: inset -1px 1px 3px #ddd;
-moz-box-shadow: inset -1px 1px 3px #ddd;
-webkit-box-shadow: inset -1px 1px 3px #ddd;
margin: 0px 0px 10px 0px;
width: 100%;
height: 35px;
line-height: 35px;
text-indent: 20px;
color: #444;
font-size: 12px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_email:hover , #Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_pass:hover {
border: 1px solid #aaa;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_email:focus , #Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_pass:focus {
border: 1px solid #a6cbf1;
box-shadow: inset -1px 1px 3px #ddd, 0px 0px 5px #8ebcea;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_go {
background-image: linear-gradient(bottom, #edecec 15%, #f6f6f6 85%);
background-image: -moz-linear-gradient(bottom, #edecec 15%, #f6f6f6 85%);
background-image: -ms-linear-gradient(bottom, #edecec 15%, #f6f6f6 85%);
background-image: -o-linear-gradient(bottom, #edecec 15%, #f6f6f6 85%);
background-image: -webkit-linear-gradient(bottom, #edecec 15%, #f6f6f6 85%);
box-shadow: inset 0px 1px 0px #fff, inset 0px 6px 6px #edecec;
-moz-box-shadow: inset 0px 1px 0px #fff, inset 0px 6px 6px #edecec;
-webkit-box-shadow: inset 0px 1px 0px #fff, inset 0px 6px 6px #edecec;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
background-color: #edecec;
border: 1px solid #d6d6d6;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-shadow: 1px 1px 0px #fff;
-moz-text-shadow: 1px 1px 0px #fff;
-webkit-text-shadow: 1px 1px 0px #fff;
width: 86px;
height: 40px;
line-height: 40px;
font-family: Tatwerat_Gess;
font-size: 16px;
font-weight: bold;
color: #666;
cursor: pointer;
margin: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_go:hover {
color: #3d8cdc;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul {
margin: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul li {
display: block;
width: 100%;
height: 18px;
margin: 10px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul li a {
background: url(images/icons/login_links.png) no-repeat bottom right;
display: inline-block;
height: 18px;
line-height: 16px;
text-indent: 22px;
font-family: Tatwerat_Light;
font-size: 13px;
color: #616161;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul li a:hover {
background: url(images/icons/login_links.png) no-repeat top right;
color: #3f8edf;
text-indent: 28px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2.links {
background: #f5f5f5 url(images/icons/links_widget_h2.png) no-repeat 210px 7px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links {
padding: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul {
margin: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li {
background: url(images/links_widget_li.jpg) repeat-x bottom center;
margin: 0px 0px 0px 0px;
display: block;
height: 34px;
line-height: 30px;
font-family: Tatwerat_Light;
font-size: 13px;
font-weight: bold;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li:last-child {
background: none;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li a {
background: url(images/icons/links_widget_li.png) no-repeat 225px -26px;
display: block;
height: 34px;
color: #777;
text-indent: 30px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li:hover {
background-color: #fff;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li a:hover {
background: url(images/icons/links_widget_li.png) no-repeat 225px 6px;
color: #3f9af8;
text-indent: 36px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Likes {
padding: 10px 10px 10px 10px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2.likes {
background: #f5f5f5 url(images/icons/facebook_widget_h2.png) no-repeat 220px 7px;
text-indent: 40px !important;
}
/*End Sidebar*/
#Wrapper #Wrapper_Content #Container #Our_Clients {
width: 460px;
height: 130px;
margin: 22px 0px 20px 0px;
position: relative;
float: right;
}
#Wrapper #Wrapper_Content #Container #Our_Clients h2 {
background: url(images/search.png) no-repeat center right;
width: 460px;
height: 32px;
display: block;
line-height: 44px;
text-indent: 32px;
font-family: Tatwerat_Helv;
font-size: 18px;
color: #777;
text-shadow: 1px 1px 0px #fff;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.next {
background: #fafafa url(images/icons/portfolio_slider_next.png) no-repeat -30px center;
border: 1px solid #cfcfcf;
box-shadow: inset 0px 1px 0px #fff,inset 0px 4px 8px #ddd,inset 0px -5px 8px #ddd;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
display: block;
width: 32px;
height: 30px;
position: absolute;
z-index: 999;
top: 0px;
left: 48px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.next:hover {
background: #fafafa url(images/icons/portfolio_slider_next.png) no-repeat 12px center;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.back {
background: #fafafa url(images/icons/portfolio_slider_back.png) no-repeat 12px center;
border: 1px solid #cfcfcf;
box-shadow: inset 0px 1px 0px #fff,inset 0px 4px 8px #ddd,inset 0px -5px 8px #ddd;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
display: block;
width: 32px;
height: 30px;
position: absolute;
z-index: 999;
top: 0px;
left: 0px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.back:hover {
background: #fafafa url(images/icons/portfolio_slider_back.png) no-repeat -30px center;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider {
width: 460px;
height: 86px;
margin: 12px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul {
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li {
background: #ffff;
width: 88px;
height: 74px;
border: 1px solid #ccc;
position: relative;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
padding: 5px;
margin: 0px 0px 0px 20px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li img {
width: 88px;
height: 74px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li:hover img {
opacity: .5;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li a {
width: 100px;
height: 86px;
position: absolute;
z-index: 9999;
background: url(images/icons/portfolio_link.png) no-repeat center -40px;
top: 0px;
right: 0px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li:hover a {
background: url(images/icons/portfolio_link.png) no-repeat center center;
}
/* Our_Clients */
#Wrapper #Wrapper_Content #Container #Services {
width: 515px;
height: 130px;
float: left;
margin: 22px 0px 20px 0px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider {
width: 451px;
height: 130px;
margin: 0px auto 0px auto;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul {
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li {
background: url(images/slider_border.jpg) repeat-y 293px top;
display: block;
width: 451px;
height: 130px;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li h2 {
font-size: 20px;
font-family: Tatwerat_Helv;
text-shadow: 1px 1px 0px #fff;
margin: 5px 0px 5px 0px;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li p {
font-size: 13px;
font-family: Tatwerat_light;
line-height: 21px;
text-shadow: 1px 1px 0px #fff;
color: #666;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li img {
float: right;
margin: 2px 10px 0px 25px;
}
#Wrapper #Wrapper_Content #Container #Services nav a.next {
background: #fff url(images/icons/services_slider_next.png) no-repeat -31px center;
border: 1px solid #bbb;
width: 30px;
height: 128px;
display: block;
position: absolute;
top: 0px;
right: 0px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Services nav a.next:hover {
background: #fff url(images/icons/services_slider_next.png) no-repeat 9px center;
}
#Wrapper #Wrapper_Content #Container #Services nav a.back {
background: #fff url(images/icons/services_slider_back.png) no-repeat 9px center;
border: 1px solid #bbb;
width: 30px;
height: 128px;
display: block;
position: absolute;
top: 0px;
left: 0px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Services nav a.back:hover {
background: #fff url(images/icons/services_slider_back.png) no-repeat -31px center;
}
/*End Body*/
#Wrapper #Wrapper_Content #Container #Footer {
width: 1000px;
height: 226px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About {
background: url(images/footer_line.jpg) repeat-x center 40px;
width: 370px;
height: 155px;
float: right;
margin: 9px 0px 0px 0px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About h2 {
background: url(images/footer_info_h2.jpg) no-repeat center right;
width: 370px;
height: 35px;
display: block;
line-height: 35px;
text-indent: 38px;
font-family: Tatwerat_Helv;
font-size: 18px;
font-weight: bold;
color: #000;
text-shadow: 1px 1px 0px #515151;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About p {
font-family: 'Droid Arabic Naskh';
font-size: 13px;
margin: 10px 0px 0px 0px;
line-height: 21px;
color: #a5a5a5;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About a {
background: #b2b2b2;
box-shadow: inset 0px 1px 0px #ccc, inset 0px 5px 10px #888, inset 0px -5px 10px #888;
-moz-box-shadow: inset 0px 1px 0px #ccc, inset 0px 5px 10px #888, inset 0px -5px 10px #888;
-webkit-box-shadow: inset 0px 1px 0px #ccc, inset 0px 5px 10px #888, inset 0px -5px 10px #888;
text-shadow: 1px 1px 0px #ccc;
border-radius: 4px;
width: 85px;
height: 33px;
display: block;
position: absolute;
left: 0px;
bottom: 0px;
text-align: center;
line-height: 32px;
font-family: Tatwerat_Helv;
font-size: 16px;
color: #333;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About a:hover {
background: #61a8f0;
box-shadow: inset 0px 1px 0px #69b1fa, inset 0px 5px 10px #2b78c7, inset 0px -5px 10px #2b78c7;
-moz-box-shadow: inset 0px 1px 0px #69b1fa, inset 0px 5px 10px #2b78c7, inset 0px -5px 10px #2b78c7;
-webkit-box-shadow: inset 0px 1px 0px #69b1fa, inset 0px 5px 10px #2b78c7, inset 0px -5px 10px #2b78c7;
text-shadow: 1px 1px 1px #0a233d;
color: #fff;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links {
background: url(images/footer_line.jpg) repeat-x center 40px;
width: 275px;
height: 155px;
float: right;
margin: 9px 42px 0px 0px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links h2 {
background: url(images/sers.png) no-repeat center right;
width: 275px;
height: 35px;
display: block;
line-height: 35px;
text-indent: 38px;
font-family: Tatwerat_Helv;
font-size: 18px;
font-weight: bold;
color: #000;
text-shadow: 1px 1px 0px #515151;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul {
margin: 13px 0px 0px 0px;
width: 300px;
display: block;
overflow: hidden;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul li {
float: right;
margin: 0px 0px 0px 5px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul li a {
background: url(images/footer_links_li.jpg) no-repeat center right;
width: 130px;
height: 28px;
line-height: 24px;
display: block;
font-family: Tatwerat_Light;
font-size: 13px;
text-indent: 19px;
color: #aaa;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul li a:hover {
color: #44b6f9;
text-indent: 25px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact {
background: url(images/footer_line.jpg) repeat-x center 40px;
width: 270px;
height: 155px;
float: left;
margin: 9px 0px 0px 0px;
position: relative;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact h2 {
background: url(images/footer_contact_h2.jpg) no-repeat center right;
width: 270px;
height: 35px;
display: block;
line-height: 35px;
text-indent: 38px;
font-family: Tatwerat_Helv;
font-size: 18px;
font-weight: bold;
color: #000;
text-shadow: 1px 1px 0px #515151;
margin-bottom: 15px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact p {
width: 270px;
height: 20px;
display: block;
line-height: 18px;
text-indent: 26px;
font-size: 14px;
color: #999;
margin: 7px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact p.email {
background: url(images/footer_contact_li.jpg) no-repeat right 3px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact p.phone {
background: url(images/footer_contact_li.jpg) no-repeat right -22px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom {
width: 1000px;
height: 52px;
float: right;
margin: 10px 0px 0px 0px;
line-height: 50px;
font-family: 'Droid Arabic Naskh';
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom p {
font-size: 13px;
color: #606060;
text-shadow: 1px 1px 0px #fff;
float: right;
margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul {
float: left;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul li {
float: right;
margin: 0px 5px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul li a {
font-size: 13px;
color: #10689c;
text-shadow: 1px 1px 0px #fff;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul li a:hover {
color: #000;
}
/*End Footer*/ | 0.303009 | 0.078749 |
.rgba-gradient {
background: -webkit-linear-gradient(
45deg,
rgba(0, 0, 0, 0.7),
rgba(89, 149, 217, 0.452) 100%
);
background: linear-gradient(
45deg,
rgba(0, 0, 0, 0.7),
rgba(89, 149, 217, 0.452) 100%
);
}
h6 {
line-height: 1.7;
}
/* Chart.js */
@-webkit-keyframes chartjs-render-animation {
from {
opacity: 0.99;
}
to {
opacity: 1;
}
}
@keyframes chartjs-render-animation {
from {
opacity: 0.99;
}
to {
opacity: 1;
}
}
.chartjs-render-monitor {
-webkit-animation: chartjs-render-animation 0.001s;
animation: chartjs-render-animation 0.001s;
}
/*asdfasdf*/
* {
box-sizing: border-box
}
/* Style the tab */
.tab {
float: left;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 30%;
height: 300px;
}
/* Style the buttons that are used to open the tab content */
.tab button {
display: block;
background-color: inherit;
color: black;
padding: 22px 16px;
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current "tab button" class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
float: left;
padding: 0px 12px;
border: 1px solid #ccc;
width: 70%;
border-left: none;
height: 300px;
}
.pills-purple-count .nav-item .nav-link.active {
background-color: #52489C;
}
.pills-border-right-radius .nav-item .nav-link {
border-top-right-radius: 5em;
border-bottom-right-radius: 5em;
}
/*Rate*/
.mdb-rating .rate-popover {
color: grey;
}
.mdb-rating .live {
color: black;
}
.mdb-rating .oneStar {
color: #44370f;
}
.mdb-rating .twoStars {
color: #96781e;
}
.mdb-rating .threeStars {
color: #e2b52e;
}
.mdb-rating .fourStars {
color: #f1ba12;
}
.mdb-rating .fiveStars {
color: #f3cb06;
}
.mdb-rating .amber-text {
color: #ffc107 !important;
}
.checked {
color: orange;
} | alquilerautosjs/src/app/rutas/home/home.component.css | .rgba-gradient {
background: -webkit-linear-gradient(
45deg,
rgba(0, 0, 0, 0.7),
rgba(89, 149, 217, 0.452) 100%
);
background: linear-gradient(
45deg,
rgba(0, 0, 0, 0.7),
rgba(89, 149, 217, 0.452) 100%
);
}
h6 {
line-height: 1.7;
}
/* Chart.js */
@-webkit-keyframes chartjs-render-animation {
from {
opacity: 0.99;
}
to {
opacity: 1;
}
}
@keyframes chartjs-render-animation {
from {
opacity: 0.99;
}
to {
opacity: 1;
}
}
.chartjs-render-monitor {
-webkit-animation: chartjs-render-animation 0.001s;
animation: chartjs-render-animation 0.001s;
}
/*asdfasdf*/
* {
box-sizing: border-box
}
/* Style the tab */
.tab {
float: left;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 30%;
height: 300px;
}
/* Style the buttons that are used to open the tab content */
.tab button {
display: block;
background-color: inherit;
color: black;
padding: 22px 16px;
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current "tab button" class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
float: left;
padding: 0px 12px;
border: 1px solid #ccc;
width: 70%;
border-left: none;
height: 300px;
}
.pills-purple-count .nav-item .nav-link.active {
background-color: #52489C;
}
.pills-border-right-radius .nav-item .nav-link {
border-top-right-radius: 5em;
border-bottom-right-radius: 5em;
}
/*Rate*/
.mdb-rating .rate-popover {
color: grey;
}
.mdb-rating .live {
color: black;
}
.mdb-rating .oneStar {
color: #44370f;
}
.mdb-rating .twoStars {
color: #96781e;
}
.mdb-rating .threeStars {
color: #e2b52e;
}
.mdb-rating .fourStars {
color: #f1ba12;
}
.mdb-rating .fiveStars {
color: #f3cb06;
}
.mdb-rating .amber-text {
color: #ffc107 !important;
}
.checked {
color: orange;
} | 0.524882 | 0.152347 |
html, body, #root {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
}
a {
text-decoration: none;
color: inherit;
}
.text-shadow {
text-shadow: 0 0 3px #7b7b7b;
}
.darkTheme a:hover {
color: #AEAEAE;
}
.no-decoration {
text-decoration: none!important;
}
.darkTheme {
background-color: #242424;
color: white;
}
.minh-100 {
min-height: 100%;
}
.bottom {
bottom: 0;
}
.right {
right: 0;
}
.full-rounded {
border-radius: 50px;
}
.btn.btn-transparent {
background-color: transparent;
color: inherit;
}
.btn.btn-transparent:focus, .btn.btn-transparent:active {
box-shadow: none;
color: #AAA;
}
.btn.btn-fab {
width:60px;
height:60px;
bottom:40px;
right:40px;
border-radius:50px;
text-align:center;
font-size: 22px;
}
/* Animations */
.scale-effect:hover, .scale-effect-start {
animation: scale 500ms ease infinite alternate;
}
@keyframes scale {
from {
transform: scale(1.0);
}
to {
transform: scale(1.05);
}
}
.broke-effect:hover, .broke-effect-start {
animation: broke 500ms ease infinite alternate;
}
@keyframes broke {
from {
transform: rotate(-2deg)
}
to {
transform: rotate(2deg)
}
}
/* Bootstrap override */
.navbar {
min-height: 72px;
background-color: white;
}
.form-control {
color: #111;
transition: all 350ms ease;
padding: 21px 18px;
}
.darkTheme input {
background-color: rgba(0, 0, 0, 0.1);
color: #FFF
}
.form-control::placeholder {
color: #BBB;
}
.form-control:focus, .form-control:active {
box-shadow: none;
border-width: 2px;
padding: 20px 17px;
}
.darkTheme .form-control:focus {
color: #FFF;
background-color: rgba(0, 0, 0, 0.2);
}
.dropdown-menu {
padding: 0;
overflow: hidden;
border: none;
background-color: #FAFAFA
}
.dropdown-item {
padding: 0.8rem 2rem;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
color: #FFF;
background-color: #007bff;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.darkTheme .dropdown-item {
color: #FFF;
}
.darkTheme .dropdown-divider,
.darkTheme .modal-footer {
border-top: 1px solid #6b6c6d;
}
.darkTheme .modal-header {
border-bottom: 1px solid #6b6c6d;
}
.darkTheme .modal-header .close,
.darkTheme .modal-header .close:hover,
.darkTheme .modal-header .close:focus {
color: #FFF;
}
.rounded {
border-radius: .5rem!important;
}
.darkTheme .card,
.darkTheme .modal-content,
.darkTheme .dropdown-menu,
.darkTheme .navbar {
background-color: #343a40;
}
.darkTheme .alert {
border-color: transparent!important;
}
/* react-toastify override */
.Toastify__toast--info {
background: #17a2b8;
}
.Toastify__toast--success {
background: #28a745;
}
.Toastify__toast--warning {
background: #ffc107;
}
.Toastify__toast--error {
background: #dc3545;
}
.Toastify__toast-body {
padding: 10px;
} | client/src/css/index.css | html, body, #root {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
}
a {
text-decoration: none;
color: inherit;
}
.text-shadow {
text-shadow: 0 0 3px #7b7b7b;
}
.darkTheme a:hover {
color: #AEAEAE;
}
.no-decoration {
text-decoration: none!important;
}
.darkTheme {
background-color: #242424;
color: white;
}
.minh-100 {
min-height: 100%;
}
.bottom {
bottom: 0;
}
.right {
right: 0;
}
.full-rounded {
border-radius: 50px;
}
.btn.btn-transparent {
background-color: transparent;
color: inherit;
}
.btn.btn-transparent:focus, .btn.btn-transparent:active {
box-shadow: none;
color: #AAA;
}
.btn.btn-fab {
width:60px;
height:60px;
bottom:40px;
right:40px;
border-radius:50px;
text-align:center;
font-size: 22px;
}
/* Animations */
.scale-effect:hover, .scale-effect-start {
animation: scale 500ms ease infinite alternate;
}
@keyframes scale {
from {
transform: scale(1.0);
}
to {
transform: scale(1.05);
}
}
.broke-effect:hover, .broke-effect-start {
animation: broke 500ms ease infinite alternate;
}
@keyframes broke {
from {
transform: rotate(-2deg)
}
to {
transform: rotate(2deg)
}
}
/* Bootstrap override */
.navbar {
min-height: 72px;
background-color: white;
}
.form-control {
color: #111;
transition: all 350ms ease;
padding: 21px 18px;
}
.darkTheme input {
background-color: rgba(0, 0, 0, 0.1);
color: #FFF
}
.form-control::placeholder {
color: #BBB;
}
.form-control:focus, .form-control:active {
box-shadow: none;
border-width: 2px;
padding: 20px 17px;
}
.darkTheme .form-control:focus {
color: #FFF;
background-color: rgba(0, 0, 0, 0.2);
}
.dropdown-menu {
padding: 0;
overflow: hidden;
border: none;
background-color: #FAFAFA
}
.dropdown-item {
padding: 0.8rem 2rem;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
color: #FFF;
background-color: #007bff;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.darkTheme .dropdown-item {
color: #FFF;
}
.darkTheme .dropdown-divider,
.darkTheme .modal-footer {
border-top: 1px solid #6b6c6d;
}
.darkTheme .modal-header {
border-bottom: 1px solid #6b6c6d;
}
.darkTheme .modal-header .close,
.darkTheme .modal-header .close:hover,
.darkTheme .modal-header .close:focus {
color: #FFF;
}
.rounded {
border-radius: .5rem!important;
}
.darkTheme .card,
.darkTheme .modal-content,
.darkTheme .dropdown-menu,
.darkTheme .navbar {
background-color: #343a40;
}
.darkTheme .alert {
border-color: transparent!important;
}
/* react-toastify override */
.Toastify__toast--info {
background: #17a2b8;
}
.Toastify__toast--success {
background: #28a745;
}
.Toastify__toast--warning {
background: #ffc107;
}
.Toastify__toast--error {
background: #dc3545;
}
.Toastify__toast-body {
padding: 10px;
} | 0.494385 | 0.081082 |
html {
min-height: 100%;
}
body {
background-color: #fff7e3;
color: #1d1e1f;
font-family: Lato;
display: grid;
grid-template-rows: 80px 1fr 130px;
grid-template-columns: 1fr;
min-height: 100vh;
display: -ms-grid;
-ms-grid-rows: 80px 1fr 130px;
-ms-grid-columns: 1fr;
}
a
{
color: #0099a6;
}
.social-header {
position: absolute;
left: auto;
right: 0;
bottom: -8px;
top: auto;
}
.imglink {
color: #0099a6;
/*position: absolute;
right: 60px;
left: auto;*/
padding-left: 10px;
font-size: x-large;
}
.hint {
color: #929292;
}
.mainlink {
color: #0099a6;
padding-right: 15px;
font-weight: bold;
}
.mainlink:hint {
color: #0099a6;
}
.link {
color: #0099a6;
padding-right: 15px;
}
.link:focus,
.link:active,
.link:hover,
a:focus,
a:active,
a:hover {
color: #1d1e1f;
text-decoration: none;
cursor: pointer;
}
/* custom checkbox */
.checkbox input[type="checkbox"] {
opacity: 0;
}
.checkbox span {
position: relative;
padding-left: 5px;
}
.checkbox span:before {
content: "";
position: absolute;
top: 0;
left: -19px;
width: 16px;
height: 16px;
z-index: 0;
border: 1px solid #c8c8c8;
background-color: #ffffff;
border-radius: 2px;
-webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
}
.checkbox [type="checkbox"]:checked + span:before {
border: 2px solid #e27327;
background-color: #e27327;
}
.checkbox [type="checkbox"]:checked + span:after {
content: "";
position: absolute;
top: 0;
left: -19px;
width: 8px;
height: 13px;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
-webkit-transform: rotateZ(37deg);
transform: rotateZ(37deg);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
/* custom radio */
.radio input[type="radio"] {
opacity: 0;
}
.radio [type="radio"] + span:before,
.radio [type="radio"] + span:after {
border: 2px solid #c8c8c8;
border-radius: 50%;
content: "";
position: absolute;
top: 2px;
left: 0px;
width: 16px;
height: 16px;
transition: 0.28s ease;
}
.radio [type="radio"]:checked + span:before,
.radio [type="radio"]:checked + span:after {
border: 2px solid #e27327;
background-color: #e27327;
}
.radio [type="radio"]:checked + span:after {
transform: scale(0.7);
border: 2px solid #fff;
}
/* layout */
.flex,
.xsflex {
display: flex;
}
.flex-between {
justify-content: space-between;
align-items: center;
}
.flex-end {
justify-content: flex-end;
align-items: center;
}
.mainslink {
color: #929292;
margin-right: 15px;
font-weight: bold;
}
.mainslink::before {
content: "\2022";
font-size: 8px;
position: relative;
top: -3px;
right: 5px;
}
.slink {
color: #929292;
margin-right: 15px;
}
.slink::before {
content: "\2022";
font-size: 8px;
position: relative;
top: -3px;
right: 5px;
}
.links {
padding-left: 15px;
list-style-type: none;
font-size: 14px;
}
.header {
background-color: #eae2d0;
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07);
padding: 10px 0 20px;
grid-row: 1;
grid-column: 1;
-ms-grid-column: 1;
-ms-grid-row: 1;
}
.content {
float: none;
padding-left: 0;
padding-right: 0;
margin: 0 auto;
}
.navbar-wrapper {
width: 200px;
}
.navbar-title {
opacity: 0.7;
font-size: 24px;
font-weight: 300;
color: #1d1e1f;
}
.heat-map-label {
position: relative;
left: -10px;
}
.navbar-subtitle {
opacity: 0.7;
font-size: 11px;
font-weight: 900;
color: #1d1e1f;
letter-spacing: 1.1px;
padding-top: 4px;
}
.main {
padding: 4rem 0;
margin: 0 auto;
float: none;
display: flex;
grid-row: 2;
grid-column: 1;
-ms-grid-column: 1;
-ms-grid-row: 2;
}
.sidebar {
width: 320px;
margin-right: 20px;
}
.well {
background-color: white;
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.13);
border-radius: 3px;
border: none;
padding: 24px 16px;
font-size: 14px;
margin-bottom: 10px;
}
.map-content {
flex: 1;
}
.map {
padding: 24px 12px 8px;
background-color: white;
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.13);
}
.control-label {
opacity: 0.7;
font-size: 13px;
font-weight: 900;
margin-top: 12px;
}
.btn-custom {
border-radius: 2px;
border: solid 2px #e27327;
color: #e27327;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
line-height: 1.54;
letter-spacing: 0.6px;
margin-bottom: 0px;
}
.btn-custom:hover,
.btn-custom:focus {
background-color: #e27327;
color: white;
border: solid 2px #e27327;
}
.btn-download {
padding: 6px 12px;
border-radius: 2px;
border: solid 2px #0099a6;
color: #0099a6;
text-transform: uppercase;
font-weight: bold;
font-size: 11px;
line-height: 1.54;
letter-spacing: 0.6px;
width: 100%;
background-color: #fff;
}
.btn-download:hover,
.btn-download:focus {
background-color: #0099a6;
color: white;
border: solid 2px #0099a6;
}
.shiny-download-link {
padding: 8px 0px;
}
.shiny-download-link:hover {
background-color: #0099a6;
color: white;
}
.shiny-download-link:active,
.shiny-download-link:focus {
color: #0099a6;
}
.snackbar {
z-index: 2;
}
.btn-danger {
background-color: #0099a6;
border-color: #0099a6;
}
.btn-download:hover ~ .shiny-download-link {
background-color: #0099a6;
color: white;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
background-color: #0099a6;
border-color: #0099a6;
}
.btn.btn-circle-sm {
position: absolute;
right: 5px;
left: auto;
top: 5px;
z-index: 20;
}
.dropdown-menu {
padding:15px 5px;
position: absolute;
right: 5px;
left: auto;
top: 40px;
min-width: 130px;
}
.orange-border {
height: 4px;
background-image: url("assets/border-orange.svg");
}
.blue-border {
height: 4px;
background-image: url("assets/border-blue.svg");
}
.leaflet-control-attribution {
display: none;
}
.label-info {
background-color: #0099a6;
}
.material-switch > label::after {
background-color: #0099a6;
box-shadow: none;
}
#sales_features > label {
display: none;
}
/* slider style override */
.irs {
width: 200px;
margin-right: 30px;
}
.irs-bar {
border-top: 1px solid #0099a6;
border-bottom: 1px solid #0099a6;
background: #0099a6;
}
.irs-min,
.irs-max {
background: none;
color: #929292;
}
.irs-single {
background: none;
color: #0099a6;
}
.irs-line,
.irs-bar,
.irs-bar-edge {
top: 20px;
}
.irs-slider {
top: 13px;
box-shadow: none;
background: white;
}
.irs-slider:hover,
.irs-slider:active,
.irs-slider:focus {
background: #0099a6;
}
/* custom input override */
.custom .shiny-input-container:not(.shiny-input-container-inline) {
width: auto;
max-width: none;
}
.custom .form-group {
margin-bottom: 16px;
margin-top: 16px;
display: flex;
align-items: center;
}
.custom label {
min-width: 60px;
opacity: 1;
margin-right: 10px;
}
.custom .shiny-input-container > div:not(.material-switch) {
width: 230px;
}
.hr {
margin-top: 15px;
margin-bottom: 15px;
}
.selectize-control {
margin-bottom: 0;
min-width: 275px;
}
.auto .form-group {
width: auto;
}
.footer {
background-color: #e7e0d0;
padding: 40px 0 70px;
grid-row: 3;
grid-column: 1;
-ms-grid-column: 1;
-ms-grid-row: 3;
}
.heatmap-group {
width: 233px;
min-width: 233px;
}
.popover-content {
font-size: 11px;
font-family: Lato;
/*z-index: 2000;
position: relative;*/
}
/*.tooltip.fade.left.in {
z-index: 2000;
position:fixed;
}*/
.tooltip {
min-width: 240px;
font-size: 12px;
font-family: Lato;
}
.tooltip-inner {
text-align: left;
}
.radiogroup-custom {
padding-left: 25px;
}
.progress-bar {
background-color: #e27327;
}
/* responsive */
@media (max-width: 1280px) {
.xsflex {
display: block;
}
}
@media (max-width: 1024px) {
.sidebar {
width: 260px;
margin-right: 10px;
}
}
@media (max-width: 767px) {
.sidebar {
width: 100%;
}
.main {
display: block;
}
} | newerhoods/www/custom.css | html {
min-height: 100%;
}
body {
background-color: #fff7e3;
color: #1d1e1f;
font-family: Lato;
display: grid;
grid-template-rows: 80px 1fr 130px;
grid-template-columns: 1fr;
min-height: 100vh;
display: -ms-grid;
-ms-grid-rows: 80px 1fr 130px;
-ms-grid-columns: 1fr;
}
a
{
color: #0099a6;
}
.social-header {
position: absolute;
left: auto;
right: 0;
bottom: -8px;
top: auto;
}
.imglink {
color: #0099a6;
/*position: absolute;
right: 60px;
left: auto;*/
padding-left: 10px;
font-size: x-large;
}
.hint {
color: #929292;
}
.mainlink {
color: #0099a6;
padding-right: 15px;
font-weight: bold;
}
.mainlink:hint {
color: #0099a6;
}
.link {
color: #0099a6;
padding-right: 15px;
}
.link:focus,
.link:active,
.link:hover,
a:focus,
a:active,
a:hover {
color: #1d1e1f;
text-decoration: none;
cursor: pointer;
}
/* custom checkbox */
.checkbox input[type="checkbox"] {
opacity: 0;
}
.checkbox span {
position: relative;
padding-left: 5px;
}
.checkbox span:before {
content: "";
position: absolute;
top: 0;
left: -19px;
width: 16px;
height: 16px;
z-index: 0;
border: 1px solid #c8c8c8;
background-color: #ffffff;
border-radius: 2px;
-webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
}
.checkbox [type="checkbox"]:checked + span:before {
border: 2px solid #e27327;
background-color: #e27327;
}
.checkbox [type="checkbox"]:checked + span:after {
content: "";
position: absolute;
top: 0;
left: -19px;
width: 8px;
height: 13px;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
-webkit-transform: rotateZ(37deg);
transform: rotateZ(37deg);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
/* custom radio */
.radio input[type="radio"] {
opacity: 0;
}
.radio [type="radio"] + span:before,
.radio [type="radio"] + span:after {
border: 2px solid #c8c8c8;
border-radius: 50%;
content: "";
position: absolute;
top: 2px;
left: 0px;
width: 16px;
height: 16px;
transition: 0.28s ease;
}
.radio [type="radio"]:checked + span:before,
.radio [type="radio"]:checked + span:after {
border: 2px solid #e27327;
background-color: #e27327;
}
.radio [type="radio"]:checked + span:after {
transform: scale(0.7);
border: 2px solid #fff;
}
/* layout */
.flex,
.xsflex {
display: flex;
}
.flex-between {
justify-content: space-between;
align-items: center;
}
.flex-end {
justify-content: flex-end;
align-items: center;
}
.mainslink {
color: #929292;
margin-right: 15px;
font-weight: bold;
}
.mainslink::before {
content: "\2022";
font-size: 8px;
position: relative;
top: -3px;
right: 5px;
}
.slink {
color: #929292;
margin-right: 15px;
}
.slink::before {
content: "\2022";
font-size: 8px;
position: relative;
top: -3px;
right: 5px;
}
.links {
padding-left: 15px;
list-style-type: none;
font-size: 14px;
}
.header {
background-color: #eae2d0;
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07);
padding: 10px 0 20px;
grid-row: 1;
grid-column: 1;
-ms-grid-column: 1;
-ms-grid-row: 1;
}
.content {
float: none;
padding-left: 0;
padding-right: 0;
margin: 0 auto;
}
.navbar-wrapper {
width: 200px;
}
.navbar-title {
opacity: 0.7;
font-size: 24px;
font-weight: 300;
color: #1d1e1f;
}
.heat-map-label {
position: relative;
left: -10px;
}
.navbar-subtitle {
opacity: 0.7;
font-size: 11px;
font-weight: 900;
color: #1d1e1f;
letter-spacing: 1.1px;
padding-top: 4px;
}
.main {
padding: 4rem 0;
margin: 0 auto;
float: none;
display: flex;
grid-row: 2;
grid-column: 1;
-ms-grid-column: 1;
-ms-grid-row: 2;
}
.sidebar {
width: 320px;
margin-right: 20px;
}
.well {
background-color: white;
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.13);
border-radius: 3px;
border: none;
padding: 24px 16px;
font-size: 14px;
margin-bottom: 10px;
}
.map-content {
flex: 1;
}
.map {
padding: 24px 12px 8px;
background-color: white;
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.13);
}
.control-label {
opacity: 0.7;
font-size: 13px;
font-weight: 900;
margin-top: 12px;
}
.btn-custom {
border-radius: 2px;
border: solid 2px #e27327;
color: #e27327;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
line-height: 1.54;
letter-spacing: 0.6px;
margin-bottom: 0px;
}
.btn-custom:hover,
.btn-custom:focus {
background-color: #e27327;
color: white;
border: solid 2px #e27327;
}
.btn-download {
padding: 6px 12px;
border-radius: 2px;
border: solid 2px #0099a6;
color: #0099a6;
text-transform: uppercase;
font-weight: bold;
font-size: 11px;
line-height: 1.54;
letter-spacing: 0.6px;
width: 100%;
background-color: #fff;
}
.btn-download:hover,
.btn-download:focus {
background-color: #0099a6;
color: white;
border: solid 2px #0099a6;
}
.shiny-download-link {
padding: 8px 0px;
}
.shiny-download-link:hover {
background-color: #0099a6;
color: white;
}
.shiny-download-link:active,
.shiny-download-link:focus {
color: #0099a6;
}
.snackbar {
z-index: 2;
}
.btn-danger {
background-color: #0099a6;
border-color: #0099a6;
}
.btn-download:hover ~ .shiny-download-link {
background-color: #0099a6;
color: white;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
background-color: #0099a6;
border-color: #0099a6;
}
.btn.btn-circle-sm {
position: absolute;
right: 5px;
left: auto;
top: 5px;
z-index: 20;
}
.dropdown-menu {
padding:15px 5px;
position: absolute;
right: 5px;
left: auto;
top: 40px;
min-width: 130px;
}
.orange-border {
height: 4px;
background-image: url("assets/border-orange.svg");
}
.blue-border {
height: 4px;
background-image: url("assets/border-blue.svg");
}
.leaflet-control-attribution {
display: none;
}
.label-info {
background-color: #0099a6;
}
.material-switch > label::after {
background-color: #0099a6;
box-shadow: none;
}
#sales_features > label {
display: none;
}
/* slider style override */
.irs {
width: 200px;
margin-right: 30px;
}
.irs-bar {
border-top: 1px solid #0099a6;
border-bottom: 1px solid #0099a6;
background: #0099a6;
}
.irs-min,
.irs-max {
background: none;
color: #929292;
}
.irs-single {
background: none;
color: #0099a6;
}
.irs-line,
.irs-bar,
.irs-bar-edge {
top: 20px;
}
.irs-slider {
top: 13px;
box-shadow: none;
background: white;
}
.irs-slider:hover,
.irs-slider:active,
.irs-slider:focus {
background: #0099a6;
}
/* custom input override */
.custom .shiny-input-container:not(.shiny-input-container-inline) {
width: auto;
max-width: none;
}
.custom .form-group {
margin-bottom: 16px;
margin-top: 16px;
display: flex;
align-items: center;
}
.custom label {
min-width: 60px;
opacity: 1;
margin-right: 10px;
}
.custom .shiny-input-container > div:not(.material-switch) {
width: 230px;
}
.hr {
margin-top: 15px;
margin-bottom: 15px;
}
.selectize-control {
margin-bottom: 0;
min-width: 275px;
}
.auto .form-group {
width: auto;
}
.footer {
background-color: #e7e0d0;
padding: 40px 0 70px;
grid-row: 3;
grid-column: 1;
-ms-grid-column: 1;
-ms-grid-row: 3;
}
.heatmap-group {
width: 233px;
min-width: 233px;
}
.popover-content {
font-size: 11px;
font-family: Lato;
/*z-index: 2000;
position: relative;*/
}
/*.tooltip.fade.left.in {
z-index: 2000;
position:fixed;
}*/
.tooltip {
min-width: 240px;
font-size: 12px;
font-family: Lato;
}
.tooltip-inner {
text-align: left;
}
.radiogroup-custom {
padding-left: 25px;
}
.progress-bar {
background-color: #e27327;
}
/* responsive */
@media (max-width: 1280px) {
.xsflex {
display: block;
}
}
@media (max-width: 1024px) {
.sidebar {
width: 260px;
margin-right: 10px;
}
}
@media (max-width: 767px) {
.sidebar {
width: 100%;
}
.main {
display: block;
}
} | 0.459319 | 0.120775 |
.editor, .view {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.view {
width: calc(100% - 30px);
height: calc(100% - 30px);
}
.view {
left: 30px;
top: 30px;
}
.controls {
position: relative;
background: #444;
width: 100%;
min-height: 35px;
padding-left: 35px;
box-sizing: border-box;
border-bottom: 1px solid #333;
}
.control {
display: inline-block;
height: 35px;
line-height: 35px;
margin-right: 10px;
}
.control span {
font-weight: bold;
font-size: 10px;
color: #fff;
padding-right: 8px;
}
.control input {
color: #fff;
background: #333;
border: 0;
border-radius: 3px;
width: 60px;
height: 20px;
box-sizing: border-box;
padding-left: 8px;
}
.rulers {
position: absolute;
width: 30px;
height: 30px;
left: -30px;
top: -30px;
background: #444;
box-sizing: border-box;
/* border-bottom: 1px solid #777;
border-right: 1px solid #777; */
}
.ruler {
position: absolute;
background: #444;
}
.ruler.horizontal {
width: calc(100vw - 30px);
height: 30px;
left: 30px;
top: 0px;
}
.ruler.vertical {
top: 30px;
left: 0px;
width: 30px;
height: calc(100vh - 30px);
min-height: 700px;
}
.divisions {
position: absolute;
font-size: 0;
pointer-events: none;
white-space: nowrap;
}
.division {
position: relative;
background: #777;
}
.division:nth-child(10n + 1):before {
position: absolute;
content: attr(data-px);
color: #fff;
font-size: 10px;
}
.ruler.horizontal .divisions {
bottom: 0;
}
.ruler.horizontal .division {
display: inline-block;
width: 1px;
height: 10px;
margin-left: 4px;
}
.ruler.horizontal .division:first-child {
margin-left: 0px;
}
.ruler.horizontal .division:nth-child(2n + 2) {
height: 7px;
}
.ruler.horizontal .division:nth-child(10n + 1) {
height: 30px;
}
.ruler.horizontal .division:nth-child(10n + 1):before {
bottom: 15px;
left: 5px;
}
.ruler.vertical .divisions {
right: 0;
}
.ruler.vertical .division {
display: block;
width: 10px;
height: 1px;
margin-top: 4px;
float: right;
clear: both;
}
.ruler.vertical .division:first-child {
margin-top: 0px;
}
.ruler.vertical .division:nth-child(2n + 2) {
width: 7px;
}
.ruler.vertical .division:nth-child(10n + 1) {
width: 30px;
}
.ruler.vertical .division:nth-child(10n + 1):before {
transform-origin: 0% 100%;
left: 15px;
bottom: 0px;
transform: rotate(-90deg) translate(50%, 0%) ;
}
.guidelines {
position: absolute;
top: 0;
left: 0;
}
.guideline {
position: absolute;
background: #f33;
z-index: 2;
}
.guideline.dragging:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.guideline.horizontal {
width: 100vw;
height: 1px;
cursor: row-resize;
}
.guideline.vertical {
width: 1px;
height: 100vh;
cursor: col-resize;
}
.mobile .guideline.horizontal {
transform: scale(1, 2);
}
.mobile .guideline.vertical {
transform: scale(2, 1);
}
.guideline.horizontal:before {
height: 20px;
}
.guideline.vertical:before {
width: 20px;
}
.label {
position: fixed;
top: 0;
left: 0;
padding: 3px 6px;
border-radius: 4px;
background: rgba(0, 0, 0, 0.3);
z-index: 10;
color: #fff;
font-weight: bold;
font-size: 12px;
display: none;
transform: translate(-100%, -100%);
}
.target {
position: absolute;
margin: 0;
z-index: 1;
/* left: calc(50% - 125px);
top: calc(50% - 250px); */
} | demo/src/editor.css | .editor, .view {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.view {
width: calc(100% - 30px);
height: calc(100% - 30px);
}
.view {
left: 30px;
top: 30px;
}
.controls {
position: relative;
background: #444;
width: 100%;
min-height: 35px;
padding-left: 35px;
box-sizing: border-box;
border-bottom: 1px solid #333;
}
.control {
display: inline-block;
height: 35px;
line-height: 35px;
margin-right: 10px;
}
.control span {
font-weight: bold;
font-size: 10px;
color: #fff;
padding-right: 8px;
}
.control input {
color: #fff;
background: #333;
border: 0;
border-radius: 3px;
width: 60px;
height: 20px;
box-sizing: border-box;
padding-left: 8px;
}
.rulers {
position: absolute;
width: 30px;
height: 30px;
left: -30px;
top: -30px;
background: #444;
box-sizing: border-box;
/* border-bottom: 1px solid #777;
border-right: 1px solid #777; */
}
.ruler {
position: absolute;
background: #444;
}
.ruler.horizontal {
width: calc(100vw - 30px);
height: 30px;
left: 30px;
top: 0px;
}
.ruler.vertical {
top: 30px;
left: 0px;
width: 30px;
height: calc(100vh - 30px);
min-height: 700px;
}
.divisions {
position: absolute;
font-size: 0;
pointer-events: none;
white-space: nowrap;
}
.division {
position: relative;
background: #777;
}
.division:nth-child(10n + 1):before {
position: absolute;
content: attr(data-px);
color: #fff;
font-size: 10px;
}
.ruler.horizontal .divisions {
bottom: 0;
}
.ruler.horizontal .division {
display: inline-block;
width: 1px;
height: 10px;
margin-left: 4px;
}
.ruler.horizontal .division:first-child {
margin-left: 0px;
}
.ruler.horizontal .division:nth-child(2n + 2) {
height: 7px;
}
.ruler.horizontal .division:nth-child(10n + 1) {
height: 30px;
}
.ruler.horizontal .division:nth-child(10n + 1):before {
bottom: 15px;
left: 5px;
}
.ruler.vertical .divisions {
right: 0;
}
.ruler.vertical .division {
display: block;
width: 10px;
height: 1px;
margin-top: 4px;
float: right;
clear: both;
}
.ruler.vertical .division:first-child {
margin-top: 0px;
}
.ruler.vertical .division:nth-child(2n + 2) {
width: 7px;
}
.ruler.vertical .division:nth-child(10n + 1) {
width: 30px;
}
.ruler.vertical .division:nth-child(10n + 1):before {
transform-origin: 0% 100%;
left: 15px;
bottom: 0px;
transform: rotate(-90deg) translate(50%, 0%) ;
}
.guidelines {
position: absolute;
top: 0;
left: 0;
}
.guideline {
position: absolute;
background: #f33;
z-index: 2;
}
.guideline.dragging:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.guideline.horizontal {
width: 100vw;
height: 1px;
cursor: row-resize;
}
.guideline.vertical {
width: 1px;
height: 100vh;
cursor: col-resize;
}
.mobile .guideline.horizontal {
transform: scale(1, 2);
}
.mobile .guideline.vertical {
transform: scale(2, 1);
}
.guideline.horizontal:before {
height: 20px;
}
.guideline.vertical:before {
width: 20px;
}
.label {
position: fixed;
top: 0;
left: 0;
padding: 3px 6px;
border-radius: 4px;
background: rgba(0, 0, 0, 0.3);
z-index: 10;
color: #fff;
font-weight: bold;
font-size: 12px;
display: none;
transform: translate(-100%, -100%);
}
.target {
position: absolute;
margin: 0;
z-index: 1;
/* left: calc(50% - 125px);
top: calc(50% - 250px); */
} | 0.640973 | 0.148973 |
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.comment-reply, .children {
padding-left: 10%;
}
@media (max-width: 480px){
.comment-reply, .children {
padding-left: 0%;
}
}
.reply, .comment-reply-link {
font-size: 15px;
}.fullwidth {
max-width: 100%;
width: 100%;
}.fw-container-fluid {
padding-left: 0 !important;
padding-right: 0 !important;
}.flexslider .slides {
padding-left: 0;
zoom: 1;
}ul.fullscreen-img {
list-style: none;
padding: 0;
}.hero-holder {
left: 0px !important;
}.navbar-nav > li > a {
line-height: 1.5;
}.blog-content .sticky .entry-wrap {
background-color: rgba(0,0,0,0)!important;
border: 0px solid #eaeaea!important;
}.work-item.sticky {
background-color: #fafafa;
}.table.mb-60.border-none td {
border-right-color: #fff !important;
border-left-color: #fff !important;
}.table.mb-60.border-none tr:last-child td {
border-bottom-color: #fff !important;
} | css/core-styles.css | .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.comment-reply, .children {
padding-left: 10%;
}
@media (max-width: 480px){
.comment-reply, .children {
padding-left: 0%;
}
}
.reply, .comment-reply-link {
font-size: 15px;
}.fullwidth {
max-width: 100%;
width: 100%;
}.fw-container-fluid {
padding-left: 0 !important;
padding-right: 0 !important;
}.flexslider .slides {
padding-left: 0;
zoom: 1;
}ul.fullscreen-img {
list-style: none;
padding: 0;
}.hero-holder {
left: 0px !important;
}.navbar-nav > li > a {
line-height: 1.5;
}.blog-content .sticky .entry-wrap {
background-color: rgba(0,0,0,0)!important;
border: 0px solid #eaeaea!important;
}.work-item.sticky {
background-color: #fafafa;
}.table.mb-60.border-none td {
border-right-color: #fff !important;
border-left-color: #fff !important;
}.table.mb-60.border-none tr:last-child td {
border-bottom-color: #fff !important;
} | 0.334916 | 0.055849 |
* { margin:0; padding:0;}
body { background:#021519; font-size:100%; line-height:1em; font-family:arial, tahoma; color:#ffffff;}
/*in_line*/
img {border:0; vertical-align:top; text-align:left;}
ul { list-style:none;}
a:hover{text-decoration:none; color:#3a8ea6; }
a { text-decoration:none; border-bottom:1px dotted #FFF; color:#FFF; font-style:italic}
a:focus, a:active{ outline: none; outline-width: 0px;}
.column { float:left;}
.clear { clear:both;}
.noborder { border:0 !important }
.center { text-align: center;}
.big p { font-size:13px; line-height:20px; font-family: verdana; }
.big p span { font-variant: normal; font-style: normal; text-transform:none;}
.hhhhhh { display:none }
/*h1 { text-indent:-10000px; font-size:0; line-height:0;}*/
h1 {
height:20px;
color:#FFF;
text-align:right;
font-family:"trebuchet ms";
font-size:11px;
color:#14646F;
margin-right:10px;
}
.tall_content{ background:url(templates/images/tall_content.gif) 0 0 repeat-x;}
.site_center {text-align:center; }
.main {margin:0 auto; width:900px; text-align:left; }
acronym { border-bottom:1px dotted #357C8F; cursor: help;}
acronym:after {
content:url(images/help.png);
}
/*header*/
.flash{ height:240px; text-align: center;}
.footer{ color:#3a8ea6; font-size:0.625em; padding:13px 0 15px 64px;}
.footer a{ color:#3a8ea6; text-decoration:none; border-bottom:1px dotted #3a8ea6}
.footer a:hover{ text-decoration:none; border-bottom:1px solid #3a8ea6}
/* Mon menu */
ul.mon_menu {
padding:0;
list-style-type: none;
width: 570px !important; width: 570px;
margin: 0 auto;
}
*+html ul.mon_menu { width: 570px !important; }
ul.mon_menu li {
float: left;
}
ul.mon_menu li a {
float: left;
margin: 0 5px;
padding: 5px 15px;
text-align: center;
border: 1px solid #000;
border-width: 0 1px 1px 1px;
text-decoration: none;
color: #FFF;
background: #011417;
font-family: "Trebuchet MS";
font-variant:small-caps;
}
ul.mon_menu li a:hover {
background-color: #0C363F
/* #0C363F*/
}
hr {
color: #011417;
background-color: #011417;
height: 1px;
border: 0;
}
/*content*/
.tall_bot{ background:#002a36 url(templates/images/tall_bot.gif) bottom left repeat-x; width:100%;}
.tall_top{ background:url(templates/images/tall_top.gif) 0 0 repeat-x; width:100%;border-bottom: 1px solid #000;}
.con_tent { padding:20px 0 23px 24px; font-size:13px; font-family:"Trebuchet MS"; color:#EEE; line-height:130%}
.title{ display:block; margin-bottom:12px;}
.con_tent{ background:url(templates/images/cont_wr_con.gif) bottom right no-repeat;}
.con_tent span a{ background:url(templates/images/bull_span.gif) center left no-repeat; padding:0 0 0 9px; color:#ffffff; text-transform:none;}
.con_tent span{ color:#3a8ea6; text-transform:uppercase; }
.button{ display:block;}
.con_tent p{ padding:0; margin:5px 0 15px 0;}
.img_left{ float:left; margin-right:20px; border:1px solid #FFF}
.line_x{ background:url(templates/images/line_x.gif) 0 0 repeat-x; margin:11px 0 0 0; height:16px;}
#page2 .con_tent .col_1{ padding-bottom:2px;}
#page2 .con_tent .col_1 p { font-size:13px; line-height:20px; font-family:verdana}
#page2 .con_tent .col_2 .button{ margin:5px 0 0 0; float:right;}
#page2 .con_tent .col_2 span{ display:block; text-align:right;}
#page2 .con_tent .col_2{ line-height:1.312em;}
#page2 .con_tent .col_1{width:438px; margin-top:15px; padding-right:30px; margin-left:70px}
#page2 .con_tent .col_2{width:232px; margin-top:15px}
a.cv { text-transform:uppercase; color:#FFF; border-bottom:1px dotted #3a8ea6; text-decoration:none; background-image:url(templates/images/list_bull.gif); background-repeat:no-repeat; background-position:left center; padding-left:7px}
a.cv:hover { color:#3a8ea6 }
a.rea { border-bottom:1px dotted #3a8ea6; color:#FFF;text-decoration:none; font-size:11px; background-image:url(templates/images/list_bull.gif); background-repeat:no-repeat; background-position:left center; padding-left:7px}
a.rea:hover{ color:#3a8ea6}
img.min_accueil { border:2px solid #000; padding:3px; background-color:#FFF; opacity:0.8; filter : alpha(opacity=80); -moz-opacity : 0.8;}
img.min_accueil:hover { opacity:1; filter : alpha(opacity=100); -moz-opacity : 1 }
.lien_plan { display:block; float:right; margin-right:70px; margin-top:5px; width: 100px;}
.lien_plan a { font-size: 12px; border-bottom:1px solid #3a8ea6}}
.lien_plan a:hover { color: #FFF; border-bottom: 1px solid #FFF;}
.col_1, .col_2, .col_3, .col_box_1, .col_box_2, .col_box_3{ float:left;}
/* Styles de cadres */
.erreur {
color:#FF3338;
background-color:#FFD9DA;
padding:2px 20px 4px 20px;
border-top:1px solid #FF0066;
border-bottom:1px solid #FF0088;
font-size:13px;
margin:0 auto 15px auto;
width: 80%;
}
.ok {
color:#00CC00;
background-color:#DBFFCC;
padding:2px 20px 4px 20px;
border-bottom:1px solid #00FF00;
border-top:1px solid #00FF00;
font-size:13px;
width: 60%;
}
.avert {
color:#FF8800;
background-color:#FFECC4;
padding:2px 20px 4px 20px;
border-top:1px solid #FF9900;
border-bottom:1px solid #FFAA00;
font-size:12px;
}
.apercu {
color: #000;
background-color: #D7EAFF;
border:1px solid #2A7FFF;
border-width: 1px 0 1px 0;
padding:2px 20px 4px 20px;
font-size:12px;
}
.info {
color:#666;
background-color:#FAFAFA;
padding:2px 20px 4px 20px;
border:1px solid #09F;
border-width: 1px 0 1px 0;
font-size:14px;
width: 430px;
margin: 10px auto 10px auto;
height:50px;
/*height: 70px;
background-image:url(images/exclamation.png);
background-repeat: no-repeat;
background-position: 95% center;*/
padding-right: 80px;
text-align:center;
}
.info .img {
height: 60px; width: 60px;
background-image:url(images/exclamation.png);
background-repeat: no-repeat;
position:relative;
top:-30px;
left:430px;
}
.info p {
position:relative;
top:-50px
}
.erreur img, .ok img, .avert img { vertical-align:middle }
.erreur a { border-bottom:1px dotted #FF0000; color:#FF3338}
.erreur a:hover { border-bottom:1px solid #FF0000; color:#FF3338}
.liste_tabs {
float:left; text-align:right; width:80%; margin-bottom:30px
}
.liste_tabs a {
}
table.suiv_prec { width: 100%; margin-top:30px; border-top: 1px solid #043B4B; padding-top: 5px;}
table.suiv_prec a {
border-bottom: 1px solid #00A8FF;
font-weight: bold;
font-style: normal;
font-size:15px
}
table.suiv_prec a:hover {
color: #FFF;
border-bottom:1px dotted #00A8FF;
}
.big h2 {
margin-bottom:10px;
margin-top:5px;
border-bottom: 1px dotted #3a8ea6;
padding-bottom:4px;
font-family: "Georgia";
font-weight: normal;
}
.raccourci_ppp {
text-align: center;
float:right;
height: 70px;
margin-top: -20px;
padding: 3px;
background-color: #00647F;
-moz-border-radius:10px;
margin-right: 30px;
} .raccourci_ppp ins { text-decoration: none; color:#FFF; font-variant:small-caps;font-family: Verdana; font-size: 11px;}
#taginfo {
width: 500px;
margin: 0 auto;
background-color:#04323F;
border:1px solid #000;
padding:5px;
text-align: center;
} | 2008 - Portfolio V2/templates/styles/01_general.css | * { margin:0; padding:0;}
body { background:#021519; font-size:100%; line-height:1em; font-family:arial, tahoma; color:#ffffff;}
/*in_line*/
img {border:0; vertical-align:top; text-align:left;}
ul { list-style:none;}
a:hover{text-decoration:none; color:#3a8ea6; }
a { text-decoration:none; border-bottom:1px dotted #FFF; color:#FFF; font-style:italic}
a:focus, a:active{ outline: none; outline-width: 0px;}
.column { float:left;}
.clear { clear:both;}
.noborder { border:0 !important }
.center { text-align: center;}
.big p { font-size:13px; line-height:20px; font-family: verdana; }
.big p span { font-variant: normal; font-style: normal; text-transform:none;}
.hhhhhh { display:none }
/*h1 { text-indent:-10000px; font-size:0; line-height:0;}*/
h1 {
height:20px;
color:#FFF;
text-align:right;
font-family:"trebuchet ms";
font-size:11px;
color:#14646F;
margin-right:10px;
}
.tall_content{ background:url(templates/images/tall_content.gif) 0 0 repeat-x;}
.site_center {text-align:center; }
.main {margin:0 auto; width:900px; text-align:left; }
acronym { border-bottom:1px dotted #357C8F; cursor: help;}
acronym:after {
content:url(images/help.png);
}
/*header*/
.flash{ height:240px; text-align: center;}
.footer{ color:#3a8ea6; font-size:0.625em; padding:13px 0 15px 64px;}
.footer a{ color:#3a8ea6; text-decoration:none; border-bottom:1px dotted #3a8ea6}
.footer a:hover{ text-decoration:none; border-bottom:1px solid #3a8ea6}
/* Mon menu */
ul.mon_menu {
padding:0;
list-style-type: none;
width: 570px !important; width: 570px;
margin: 0 auto;
}
*+html ul.mon_menu { width: 570px !important; }
ul.mon_menu li {
float: left;
}
ul.mon_menu li a {
float: left;
margin: 0 5px;
padding: 5px 15px;
text-align: center;
border: 1px solid #000;
border-width: 0 1px 1px 1px;
text-decoration: none;
color: #FFF;
background: #011417;
font-family: "Trebuchet MS";
font-variant:small-caps;
}
ul.mon_menu li a:hover {
background-color: #0C363F
/* #0C363F*/
}
hr {
color: #011417;
background-color: #011417;
height: 1px;
border: 0;
}
/*content*/
.tall_bot{ background:#002a36 url(templates/images/tall_bot.gif) bottom left repeat-x; width:100%;}
.tall_top{ background:url(templates/images/tall_top.gif) 0 0 repeat-x; width:100%;border-bottom: 1px solid #000;}
.con_tent { padding:20px 0 23px 24px; font-size:13px; font-family:"Trebuchet MS"; color:#EEE; line-height:130%}
.title{ display:block; margin-bottom:12px;}
.con_tent{ background:url(templates/images/cont_wr_con.gif) bottom right no-repeat;}
.con_tent span a{ background:url(templates/images/bull_span.gif) center left no-repeat; padding:0 0 0 9px; color:#ffffff; text-transform:none;}
.con_tent span{ color:#3a8ea6; text-transform:uppercase; }
.button{ display:block;}
.con_tent p{ padding:0; margin:5px 0 15px 0;}
.img_left{ float:left; margin-right:20px; border:1px solid #FFF}
.line_x{ background:url(templates/images/line_x.gif) 0 0 repeat-x; margin:11px 0 0 0; height:16px;}
#page2 .con_tent .col_1{ padding-bottom:2px;}
#page2 .con_tent .col_1 p { font-size:13px; line-height:20px; font-family:verdana}
#page2 .con_tent .col_2 .button{ margin:5px 0 0 0; float:right;}
#page2 .con_tent .col_2 span{ display:block; text-align:right;}
#page2 .con_tent .col_2{ line-height:1.312em;}
#page2 .con_tent .col_1{width:438px; margin-top:15px; padding-right:30px; margin-left:70px}
#page2 .con_tent .col_2{width:232px; margin-top:15px}
a.cv { text-transform:uppercase; color:#FFF; border-bottom:1px dotted #3a8ea6; text-decoration:none; background-image:url(templates/images/list_bull.gif); background-repeat:no-repeat; background-position:left center; padding-left:7px}
a.cv:hover { color:#3a8ea6 }
a.rea { border-bottom:1px dotted #3a8ea6; color:#FFF;text-decoration:none; font-size:11px; background-image:url(templates/images/list_bull.gif); background-repeat:no-repeat; background-position:left center; padding-left:7px}
a.rea:hover{ color:#3a8ea6}
img.min_accueil { border:2px solid #000; padding:3px; background-color:#FFF; opacity:0.8; filter : alpha(opacity=80); -moz-opacity : 0.8;}
img.min_accueil:hover { opacity:1; filter : alpha(opacity=100); -moz-opacity : 1 }
.lien_plan { display:block; float:right; margin-right:70px; margin-top:5px; width: 100px;}
.lien_plan a { font-size: 12px; border-bottom:1px solid #3a8ea6}}
.lien_plan a:hover { color: #FFF; border-bottom: 1px solid #FFF;}
.col_1, .col_2, .col_3, .col_box_1, .col_box_2, .col_box_3{ float:left;}
/* Styles de cadres */
.erreur {
color:#FF3338;
background-color:#FFD9DA;
padding:2px 20px 4px 20px;
border-top:1px solid #FF0066;
border-bottom:1px solid #FF0088;
font-size:13px;
margin:0 auto 15px auto;
width: 80%;
}
.ok {
color:#00CC00;
background-color:#DBFFCC;
padding:2px 20px 4px 20px;
border-bottom:1px solid #00FF00;
border-top:1px solid #00FF00;
font-size:13px;
width: 60%;
}
.avert {
color:#FF8800;
background-color:#FFECC4;
padding:2px 20px 4px 20px;
border-top:1px solid #FF9900;
border-bottom:1px solid #FFAA00;
font-size:12px;
}
.apercu {
color: #000;
background-color: #D7EAFF;
border:1px solid #2A7FFF;
border-width: 1px 0 1px 0;
padding:2px 20px 4px 20px;
font-size:12px;
}
.info {
color:#666;
background-color:#FAFAFA;
padding:2px 20px 4px 20px;
border:1px solid #09F;
border-width: 1px 0 1px 0;
font-size:14px;
width: 430px;
margin: 10px auto 10px auto;
height:50px;
/*height: 70px;
background-image:url(images/exclamation.png);
background-repeat: no-repeat;
background-position: 95% center;*/
padding-right: 80px;
text-align:center;
}
.info .img {
height: 60px; width: 60px;
background-image:url(images/exclamation.png);
background-repeat: no-repeat;
position:relative;
top:-30px;
left:430px;
}
.info p {
position:relative;
top:-50px
}
.erreur img, .ok img, .avert img { vertical-align:middle }
.erreur a { border-bottom:1px dotted #FF0000; color:#FF3338}
.erreur a:hover { border-bottom:1px solid #FF0000; color:#FF3338}
.liste_tabs {
float:left; text-align:right; width:80%; margin-bottom:30px
}
.liste_tabs a {
}
table.suiv_prec { width: 100%; margin-top:30px; border-top: 1px solid #043B4B; padding-top: 5px;}
table.suiv_prec a {
border-bottom: 1px solid #00A8FF;
font-weight: bold;
font-style: normal;
font-size:15px
}
table.suiv_prec a:hover {
color: #FFF;
border-bottom:1px dotted #00A8FF;
}
.big h2 {
margin-bottom:10px;
margin-top:5px;
border-bottom: 1px dotted #3a8ea6;
padding-bottom:4px;
font-family: "Georgia";
font-weight: normal;
}
.raccourci_ppp {
text-align: center;
float:right;
height: 70px;
margin-top: -20px;
padding: 3px;
background-color: #00647F;
-moz-border-radius:10px;
margin-right: 30px;
} .raccourci_ppp ins { text-decoration: none; color:#FFF; font-variant:small-caps;font-family: Verdana; font-size: 11px;}
#taginfo {
width: 500px;
margin: 0 auto;
background-color:#04323F;
border:1px solid #000;
padding:5px;
text-align: center;
} | 0.30013 | 0.14256 |
:root {
--sidebarOpenWidth: 100vw;
--sidebarClosedWidth:6rem;
--bgColor:#202020;
--fgColor:#f0f0f0;
--drawerMoveTime: 0.30s;
}
* {
box-sizing: border-box;
}
body{
background-color: var(--bgColor);
height: 100%;
}
#drawer-toggle {
position: absolute;
z-index: -10;
opacity:0;
}
#drawer-toggle-label{
height:10rem;
display:flex;
align-items: center;
justify-content: center;
cursor: pointer;
width:100%;
}
#drawer {
position: fixed;
top: 0;
left:calc((var(--sidebarOpenWidth) - var(--sidebarClosedWidth)) * -1);
height: 100%;
width:var(--sidebarOpenWidth);
display:grid;
grid-template-columns: 1fr var(--sidebarClosedWidth);
overflow: hidden;
}
#drawer svg{
stroke-width:0.5rem;
margin: 0;
stroke:var(--fgColor);
height:2rem;
transform: scaleX(-1);
transition: transform 0.3s;
}
#menuGrid{
display:grid;
grid-template-columns: 4rem 1fr;
}
#settingsButton{
padding: 1rem;
}
#settingsButton img{
filter: invert(.3);
}
#lessonProgress{
display: flex;
justify-content: center;
align-items: center;
width:100%;
}
#lineCenterFlex{
display: flex;
justify-content: center;
}
#lessonProgressLine svg{
align-content: center;
stroke-width:1rem;
stroke:#44b6e7;
height:90vh;
padding-top: 1rem;
padding-bottom: 1rem;
}
#lessonProgress p{
text-align: center;
font-family: sans-serif;
}
#drawer #peekingSection{
background-color: var(--fgColor);
height:100vh;
display:grid;
grid-template-columns: 4fr 1fr;
}
#drawer #peekingSection #toggleSection{
height:100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--bgColor);
}
#drawer #hiddenSection{
background-color: var(--fgColor);
height:100vh;
}
/* actual page content pane */
#page-content {
position: fixed;
top:0;
left: var(--sidebarClosedWidth);
overflow: hidden;
width: calc(100vw - var(--sidebarClosedWidth));
height: 100vh;
padding: 20px;
transition: var(--drawerMoveTime) ease-out;
transition-property: width, left;
}
div.hasDrawerAnimation, div.hasDrawerAnimation > * {
transition: var(--drawerMoveTime) ease-out;
transition-property: width, left;
}
#drawer-toggle:checked ~ #drawer {
left: 0px;
}
#drawer-toggle:checked ~ #drawer svg{
transform: scaleX(1);
}
#drawer-toggle:checked ~ #page-content {
left: var(--sidebarOpenWidth);
} | src/css/index.css | :root {
--sidebarOpenWidth: 100vw;
--sidebarClosedWidth:6rem;
--bgColor:#202020;
--fgColor:#f0f0f0;
--drawerMoveTime: 0.30s;
}
* {
box-sizing: border-box;
}
body{
background-color: var(--bgColor);
height: 100%;
}
#drawer-toggle {
position: absolute;
z-index: -10;
opacity:0;
}
#drawer-toggle-label{
height:10rem;
display:flex;
align-items: center;
justify-content: center;
cursor: pointer;
width:100%;
}
#drawer {
position: fixed;
top: 0;
left:calc((var(--sidebarOpenWidth) - var(--sidebarClosedWidth)) * -1);
height: 100%;
width:var(--sidebarOpenWidth);
display:grid;
grid-template-columns: 1fr var(--sidebarClosedWidth);
overflow: hidden;
}
#drawer svg{
stroke-width:0.5rem;
margin: 0;
stroke:var(--fgColor);
height:2rem;
transform: scaleX(-1);
transition: transform 0.3s;
}
#menuGrid{
display:grid;
grid-template-columns: 4rem 1fr;
}
#settingsButton{
padding: 1rem;
}
#settingsButton img{
filter: invert(.3);
}
#lessonProgress{
display: flex;
justify-content: center;
align-items: center;
width:100%;
}
#lineCenterFlex{
display: flex;
justify-content: center;
}
#lessonProgressLine svg{
align-content: center;
stroke-width:1rem;
stroke:#44b6e7;
height:90vh;
padding-top: 1rem;
padding-bottom: 1rem;
}
#lessonProgress p{
text-align: center;
font-family: sans-serif;
}
#drawer #peekingSection{
background-color: var(--fgColor);
height:100vh;
display:grid;
grid-template-columns: 4fr 1fr;
}
#drawer #peekingSection #toggleSection{
height:100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--bgColor);
}
#drawer #hiddenSection{
background-color: var(--fgColor);
height:100vh;
}
/* actual page content pane */
#page-content {
position: fixed;
top:0;
left: var(--sidebarClosedWidth);
overflow: hidden;
width: calc(100vw - var(--sidebarClosedWidth));
height: 100vh;
padding: 20px;
transition: var(--drawerMoveTime) ease-out;
transition-property: width, left;
}
div.hasDrawerAnimation, div.hasDrawerAnimation > * {
transition: var(--drawerMoveTime) ease-out;
transition-property: width, left;
}
#drawer-toggle:checked ~ #drawer {
left: 0px;
}
#drawer-toggle:checked ~ #drawer svg{
transform: scaleX(1);
}
#drawer-toggle:checked ~ #page-content {
left: var(--sidebarOpenWidth);
} | 0.319971 | 0.128279 |
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block
}
body {
line-height: 1
}
ol, ul {
list-style: none
}
blockquote, q {
quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
content: '';
content: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
input {
margin: 0;
}
/*** general ***/
::placeholder {
opacity: 0.5;
}
body {
background: #e0f2fe;
display: flex;
justify-content: center;
align-items: center;
font-family: Arial, sans-serif;
}
input, button {
padding: .75rem 1rem;
font-size: 16px;
border: 1px solid #60A5FA;
border-radius: 4px;
}
button {
color: white;
font-weight: bold;
background: #10B981;
border: 1px solid #10B981;
outline: transparent !important;
}
button:hover {
background: #059669;
}
button:active {
background: #065F46;
}
/*** join panel ***/
#joinPanel {
width: 308px;
padding: 30px;
background: white;
border: 1px solid white;
border-radius: 12px;
box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.2);
text-align: center;
position: relative;
}
#joinPanel div {
color: #B91C1C;
position: absolute;
bottom: -120px;
text-align: center;
width: 368px;
height: 100px;
margin-left: -30px;
overflow: hidden;
text-overflow: ellipsis;
}
/*** chat panel ***/
#chatPanel {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
#chatPanel input {
width: 100%;
}
#chatPanel button {
position: absolute;
top: 20px;
right: 30px;
}
#chatPanel ul {
flex-grow: 1;
padding: 30px 30px 15px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-end;
overflow: hidden;
}
#chatPanel li {
margin-top: 15px;
}
li.event-message, li.event-other {
line-height: 1.35;
}
li.event-message > span:first-child {
font-size: 14px;
font-weight: bold;
display: block;
}
li.event-other {
opacity: 50%;
}
#chatPanel > div {
padding: 15px 30px 30px;
} | packages/example-chat-system/browser-client/public/index.css | a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block
}
body {
line-height: 1
}
ol, ul {
list-style: none
}
blockquote, q {
quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
content: '';
content: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
input {
margin: 0;
}
/*** general ***/
::placeholder {
opacity: 0.5;
}
body {
background: #e0f2fe;
display: flex;
justify-content: center;
align-items: center;
font-family: Arial, sans-serif;
}
input, button {
padding: .75rem 1rem;
font-size: 16px;
border: 1px solid #60A5FA;
border-radius: 4px;
}
button {
color: white;
font-weight: bold;
background: #10B981;
border: 1px solid #10B981;
outline: transparent !important;
}
button:hover {
background: #059669;
}
button:active {
background: #065F46;
}
/*** join panel ***/
#joinPanel {
width: 308px;
padding: 30px;
background: white;
border: 1px solid white;
border-radius: 12px;
box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.2);
text-align: center;
position: relative;
}
#joinPanel div {
color: #B91C1C;
position: absolute;
bottom: -120px;
text-align: center;
width: 368px;
height: 100px;
margin-left: -30px;
overflow: hidden;
text-overflow: ellipsis;
}
/*** chat panel ***/
#chatPanel {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
#chatPanel input {
width: 100%;
}
#chatPanel button {
position: absolute;
top: 20px;
right: 30px;
}
#chatPanel ul {
flex-grow: 1;
padding: 30px 30px 15px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-end;
overflow: hidden;
}
#chatPanel li {
margin-top: 15px;
}
li.event-message, li.event-other {
line-height: 1.35;
}
li.event-message > span:first-child {
font-size: 14px;
font-weight: bold;
display: block;
}
li.event-other {
opacity: 50%;
}
#chatPanel > div {
padding: 15px 30px 30px;
} | 0.516839 | 0.256314 |
a.button{
display: inline-block;
position: relative;
height: 34px;
line-height: 30px;
color: #fff;
text-decoration: none;
padding: 0 5px;
font-size: 17px;
font-weight: bold;
text-shadow: 2px 2px 4px #99043b;
background: url("../images/bkg/button.png") repeat-x;
}
a.button span.left, a.button span.right{
position: absolute;
top:0;
right: -15px;
height: 34px;
width: 15px;
background: url("../images/bkg/button-right.png") no-repeat;
}
a.button span.left{
left: -15px;
background: url("../images/bkg/button-left.png") no-repeat;
}
div.proposal{
width: 405px;
}
div.proposal h3{
font-size: 12px;
font-weight: bold;
text-align: center;
position: absolute;
width: 100%;
top: 40px;
line-height: 14px;
}
div.proposal div.text{
font-size: 16px;
font-weight: bold;
line-height: 20px;
width: 330px;
padding-bottom: 22px;
margin: 0 auto;
}
div.form-bkg{
width: 405px;
height: 340px;
position: relative;
background: url("../images/bkg/form.png") no-repeat;
}
div.proposal table{
margin: 34px 0 0 33px;
float: left;
}
div.proposal table input{
background: transparent;
padding: 0;
margin: 0;
border: 0;
height: 53px;
line-height: 53px;
width: 330px;
color: #919191;
font-size: 18px;
margin-bottom: 1px;
text-indent: 30px;
}
div.proposal table input.error{
border-bottom: red solid 1px;
}
div.proposal td.submit-container{
text-align: center;
}
div.proposal a.button{
margin-top: 18px;
}
div.proposal-big{
width: 547px;
margin: 0 auto;
padding-top: 60px;
}
div.proposal-big div.form-bkg{
width: 547px;
height: 340px;
background: url("../images/bkg/form-longer.png") no-repeat;
}
div.proposal-big table{
margin: 85px 0 0 65px;
}
div.proposal-big table input{
height: 39px;
line-height: 39px;
width: 400px;
}
div.title{
text-align: center;
}
div.title h1{
display: inline-block;
position: relative;
font-size: 24px;
line-height: 26px;
color: #000;
}
div.title h1 span.left{
position: absolute;
top:0;
left: -31px;
display: block;
width: 23px;
height: 26px;
background: url("../images/bkg/title-left.png") no-repeat;
}
div.title h1 span.right{
display: block;
position: absolute;
top:0;
right: -31px;
width: 23px;
height: 26px;
float: right;
background: url("../images/bkg/title-right.png") no-repeat;
}
div.popup{
display: none;
}
div.popup div.popup-overlay{
position: absolute;
width: 100%;
height: 100%;
top:0;
left: 0;
background-color: #000;
opacity: 0.5;
filter: alpha("opacity=50");
z-index: 10;
}
div.popup div.popup-container{
position: absolute;
top:0;
left: 0;
width: 100%;
z-index: 11;
}
div.popup div.popup-container div.content{
width: 530px;
margin: 0 auto;
position: relative;
}
div.popup a.close{
display: block;
width: 32px;
height: 32px;
background: url("../images/icons/close-icon.png") no-repeat;
position: absolute;
right:4px;
top:60px;
z-index: 22;
}
div.popup table{
}
/**/
div.proposal div.success{
float: left;
width: 325px;
height: 124px;
margin: 50px 0 0 32px;
background-color: #fff;
border: #ff3e00 solid 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: relative;
z-index: 12;
text-align: center;
display: none;
}
div.proposal div.success h4{
font-size: 17px;
line-height: 18px;
color: #000;
font-weight: bold;
padding: 20px 0 12px 0;
}
div.proposal div.success p{
font-size: 21px;
line-height: 25px;
color: #ff3e00;
}
div.proposal-big div.success{
float: left;
width: 405px;
height: 124px;
margin: 78px 0 0 64px;
background-color: #fff;
border: #ff3e00 solid 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: relative;
z-index: 12;
text-align: center;
display: none;
}
div.proposal-big div.success h4{
font-size: 17px;
line-height: 18px;
color: #000;
font-weight: bold;
padding: 20px 0 12px 0;
}
div.proposal-big div.success p{
font-size: 21px;
line-height: 25px;
color: #ff3e00;
} | frontend/web/private-label/css/common.css | a.button{
display: inline-block;
position: relative;
height: 34px;
line-height: 30px;
color: #fff;
text-decoration: none;
padding: 0 5px;
font-size: 17px;
font-weight: bold;
text-shadow: 2px 2px 4px #99043b;
background: url("../images/bkg/button.png") repeat-x;
}
a.button span.left, a.button span.right{
position: absolute;
top:0;
right: -15px;
height: 34px;
width: 15px;
background: url("../images/bkg/button-right.png") no-repeat;
}
a.button span.left{
left: -15px;
background: url("../images/bkg/button-left.png") no-repeat;
}
div.proposal{
width: 405px;
}
div.proposal h3{
font-size: 12px;
font-weight: bold;
text-align: center;
position: absolute;
width: 100%;
top: 40px;
line-height: 14px;
}
div.proposal div.text{
font-size: 16px;
font-weight: bold;
line-height: 20px;
width: 330px;
padding-bottom: 22px;
margin: 0 auto;
}
div.form-bkg{
width: 405px;
height: 340px;
position: relative;
background: url("../images/bkg/form.png") no-repeat;
}
div.proposal table{
margin: 34px 0 0 33px;
float: left;
}
div.proposal table input{
background: transparent;
padding: 0;
margin: 0;
border: 0;
height: 53px;
line-height: 53px;
width: 330px;
color: #919191;
font-size: 18px;
margin-bottom: 1px;
text-indent: 30px;
}
div.proposal table input.error{
border-bottom: red solid 1px;
}
div.proposal td.submit-container{
text-align: center;
}
div.proposal a.button{
margin-top: 18px;
}
div.proposal-big{
width: 547px;
margin: 0 auto;
padding-top: 60px;
}
div.proposal-big div.form-bkg{
width: 547px;
height: 340px;
background: url("../images/bkg/form-longer.png") no-repeat;
}
div.proposal-big table{
margin: 85px 0 0 65px;
}
div.proposal-big table input{
height: 39px;
line-height: 39px;
width: 400px;
}
div.title{
text-align: center;
}
div.title h1{
display: inline-block;
position: relative;
font-size: 24px;
line-height: 26px;
color: #000;
}
div.title h1 span.left{
position: absolute;
top:0;
left: -31px;
display: block;
width: 23px;
height: 26px;
background: url("../images/bkg/title-left.png") no-repeat;
}
div.title h1 span.right{
display: block;
position: absolute;
top:0;
right: -31px;
width: 23px;
height: 26px;
float: right;
background: url("../images/bkg/title-right.png") no-repeat;
}
div.popup{
display: none;
}
div.popup div.popup-overlay{
position: absolute;
width: 100%;
height: 100%;
top:0;
left: 0;
background-color: #000;
opacity: 0.5;
filter: alpha("opacity=50");
z-index: 10;
}
div.popup div.popup-container{
position: absolute;
top:0;
left: 0;
width: 100%;
z-index: 11;
}
div.popup div.popup-container div.content{
width: 530px;
margin: 0 auto;
position: relative;
}
div.popup a.close{
display: block;
width: 32px;
height: 32px;
background: url("../images/icons/close-icon.png") no-repeat;
position: absolute;
right:4px;
top:60px;
z-index: 22;
}
div.popup table{
}
/**/
div.proposal div.success{
float: left;
width: 325px;
height: 124px;
margin: 50px 0 0 32px;
background-color: #fff;
border: #ff3e00 solid 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: relative;
z-index: 12;
text-align: center;
display: none;
}
div.proposal div.success h4{
font-size: 17px;
line-height: 18px;
color: #000;
font-weight: bold;
padding: 20px 0 12px 0;
}
div.proposal div.success p{
font-size: 21px;
line-height: 25px;
color: #ff3e00;
}
div.proposal-big div.success{
float: left;
width: 405px;
height: 124px;
margin: 78px 0 0 64px;
background-color: #fff;
border: #ff3e00 solid 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: relative;
z-index: 12;
text-align: center;
display: none;
}
div.proposal-big div.success h4{
font-size: 17px;
line-height: 18px;
color: #000;
font-weight: bold;
padding: 20px 0 12px 0;
}
div.proposal-big div.success p{
font-size: 21px;
line-height: 25px;
color: #ff3e00;
} | 0.372734 | 0.08374 |
@font-face {
font-family: 'strongBold';
src: url('../font/strong-webfont.eot');
src: url('../font/strong-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/strong-webfont.woff') format('woff'),
url('../font/strong-webfont.ttf') format('truetype'),
url('../font/strong-webfont.svg#tfaguStrongBold') format('svg');
font-weight: normal;
font-style: normal;
}
*{
border:none;
border-radius: 0;
margin:0;
padding:0;
text-decoration:none;
-webkit-appearance:none !important;
}
::-webkit-scrollbar {
width: 16px;
-webkit-appearance: none;
}
::-webkit-scrollbar-track {
background-color:#777777;
}
::-webkit-scrollbar-button:vertical:decrement{
background:url('../img/scrollbar-start-bg.png')no-repeat;
width:16px;
height:16px;
}
::-webkit-scrollbar-button:vertical:increment{
background:url('../img/scrollbar-end-bg.png')no-repeat;
width:16px;
height:16px;
}
::-webkit-scrollbar-button:horizontal:decrement{
background:url('../img/scrollbar-horizontal-decrement-bg.png')no-repeat;
width:14px;
height:16px;
}
::-webkit-scrollbar-button:horizontal:increment{
background:url('../img/scrollbar-horizontal-increment-bg.png')no-repeat;
width:14px;
height:16px;
}
::-webkit-scrollbar-thumb:vertical{
background-color:#edede2;
border-left:2px solid #777777;
}
::-webkit-scrollbar-thumb:horizontal{
background-color:#edede2;
border-top:2px solid #777777;
border-left:2px solid #777777;
border-right:2px solid #777777;
}
body{
background:url('../img/skyline-bg4.png')repeat-x #4a4a4a;
font-size:75%;
color:#4a4a4a;
font-family:Georgia,Serif;
}
/** Typography **/
/************************/
h1{
/**font-family:strongBold;**/
/**font-size:24px;**/
font-size:2em;
line-height:2em;
padding-left:9px;
/**text-transform:uppercase;**/
}
h2{
color:#5ab6b9;
font-size:1.75em;
font-weight:normal;
line-height:.5em;
padding:9px 9px 0px 9px;
}
p{
padding: 9px;
font-size:1.45em;
line-height:1.5em;
color:#808080;
}
a{
font-weight:bold;
text-decoration:underline;
}
ul{
margin-left:30px;
}
li{
color:#808080;
font-size:1.45em;
line-height:1.5em;
padding:3px 0px 3px 0px;
}
.ul-marginNone{margin:0;}
.underline-dotted{background-color:#5ab6b9;color:#ecece1;padding:1px 4px 1px 4px;}
.underline-off{text-decoration:none;}
.underline-on{text-decoration:underline;}
.fontWeight-normal{font-weight:normal !important;}
/** Form Elements **/
/************************/
p > input{float:left; position:absolute; left:0; opacity:0;}
p > label{float:left; padding:0px 0px 0px 24px;}
label{cursor:pointer;color:#4a4a4a;font-style:italic;}
/** Checkbox Styles **/
.checkbox{float:left;width:300px;margin:0px 0px 0px 2px;padding:0px 0px 0px 8px;}
.newAccount-requirements{color:#4a4a4a;float:left;font-style:italic;margin:0px 0px 0px 2px;padding:0px 0px 0px 8px;width:300px;}
.radio{float:left;width:300px;margin:0px 0px 0px 2px;padding:0px 0px 0px 8px;}
/** Check an Uncheck **/
p:not(#foo) > input[type=checkbox]:checked + label{background: url('../img/checkbox-checked.png')no-repeat; cursor:pointer;}
p:not(#foo) > input[type=checkbox]:checked + label,
p:not(#foo) > input[type=checkbox]:focus:checked + label{background: url('../img/checkbox-checked.png')no-repeat; cursor:pointer;}
p:not(#foo) > input[type=checkbox]:hover:checked + label,
p:not(#foo) > input[type=checkbox]:focus:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover,
p:not(#foo) > input[type=checkbox]:focus:checked + label{background: url('../img/checkbox-checked.png')no-repeat; cursor:pointer;}
/** Default Checkbox **/
p:not(#foo) > input[type=checkbox] + label{background: url('../img/checkbox-unchecked.png')no-repeat; height:22px; cursor:pointer;}
/** Radio **/
p:not(#foo) > input[type=radio]:checked + label span {background: url('../img/radio-checked.png')no-repeat;cursor:pointer;}
p:not(#foo) > input[type=radio]:checked + label,
p:not(#foo) > input[type=radio]:focus:checked + label{background: url('../img/radio-checked.png')no-repeat; cursor:pointer;}
p:not(#foo) > input[type=radio]:hover:checked + label,
p:not(#foo) > input[type=radio]:focus:checked + label,
p:not(#foo) > input[type=radio]:checked + label:hover,
p:not(#foo) > input[type=radio]:focus:checked + label{background: url('../img/radio-checked.png')no-repeat; cursor:pointer;}
/** Default Radio **/
p:not(#foo) > input[type=radio] + label{background: url('../img/radio-unchecked.png')no-repeat; height:22px; cursor:pointer;}
input{
font-family:Georgia,Serif;
font-size:1.4em;
font-style:italic;
color:#b3b3b3;
letter-spacing:1px;
}
textarea{
background-color:#edede2;
font-family:Georgia,Serif;
font-size:1.4em;
font-style:italic;
color:#b3b3b3;
letter-spacing:1px;
padding:9px;
resize:none;
overflow-y:scroll;
}
input[type=text]{
background-color:#edede2;
}
input[type=button]{
cursor:pointer;
}
/** Reusable Classes **/
/**********************/
/** Fractions **/
/** one-third has a
** margin of 18px;
** **/
.one-third{width:308px;}
.one-fourth{width:225px;}
.one-half{width:470px;}
.three-fourths{width:715px;}
.one-whole{width:960px;}
/** Columns **/
.first-col{margin-left:20px;}
.last-col{margin-left:0px;}
/** Floats **/
.clearer{clear:both;}
.right{float:right !important;}
.left{float:left !important;}
/** Colors **/
.light-grey{background-color:#dddddd !important;}
.grey{background-color:#c5c5bc !important;}
.dark-grey{background-color:#777777 !important;}
.black{background-color:#4a4a4a;}
.blue-dark{background-color:#5ab6b9;}
.cream{background-color:#ecece1;}
.cream-font{color:#ecece1;}
.white{background-color: #ffffff !important;}
.blue-dark-font{color:#5ab6b9;}
.grey-font{color:#c5c5bc;}
.black-font{color:#4a4a4a;}
/** Margin **/
.ma{margin:0 auto;}
.mt-11{margin-top:-11px !important;}
.mt0{margin-top:0 !important;}
.mt9{margin-top:9px !important;}
.mt2{margin-top:2px !important;}
.mt4{margin-top:4px !important;}
.mt6{margin-top:6px !important;}
.mt18{margin-top:18px !important;}
.ml2{margin-left:2px !important;}
.ml4{margin-left:4px !important;}
.ml10{margin-left:10px !important;}
.ml12{margin-left:12px !important;}
.mr6{margin-right:6px !important;}
/** Padding **/
.p6{padding:6px;}
.p9{padding:9px;}
.p13{padding:13px 9px 13px 9px;}
.pb6{padding-bottom:6px;}
.pl0{padding-left:0;}
.pt12{padding-top:12px;}
/** Height **/
.h2{height:2px;}
.h36{height:36px;}
.h40{height:40px;}
.h80{height:80px;}
.h120{height:120px;}
.h116{height:116px;}
.h131{height:131px;}
/** Width **/
.w2{width:2px;}
.w{width:69px;}
.w150{width:150px;}
.w196{width:196px;}
.w220{width:220px;}
.w296{width:296px;}
.w312{width:312px;}
.w370{width:370px;}
.w417{width:417px;}
.w448{width:448px;}
.w449{width:449px;}
.w452{width:452px;}
.w453{width:471px;}
.w465{width:465px;}
.w466{width:466px;}
.w470{width:470px;}
.w471{width:453px;}
.w472{width:472px;}
.w475{width:475px;}
.w434{width:434px;}
.w456{width:456px;}
.w480{width:480px;}
.w499{width:499px;}
.w722{width:722px;}
.w900{width:900px;}
.w902{width:902px;}
.w922{width:922px;}
.w938{width:938px;}
.w940{width:940px;}
.w948{width:948px;}
.w956{width:956px;}
.w958{width:958px;}
.w960{width:960px;}
.w984{width:984px;}
.w1030{width:1030px;}
.w1048{width:1048px;}
.w1067{width:1067px !important;}
/** Font Styles **/
.bold{font-weight:bold;}
.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.textAlign-right{text-align:right;}
.textAlign-left{text-align:left;}
/** Cursor Styles **/
.disabled{cursor:not-allowed;}
.disabled:focus{outline:0;}
.pointer{cursor:pointer !important;}
/** Top Bar Navigation **/
/************************/
/** Wrapper */
#top-bar{
margin:0 auto;
height:30px;
width:960px;
}
#login-topbar{margin:9px 0px 0px 35px;}
#login-topbar p {padding-top:3px;}
/** Top Bar Inputs **/
#login-username{
background:url('../img/username-login-bg.png')no-repeat;
height:30px;
width:120px;
padding:0px 9px 0px 9px;
text-align:center;
}
#divider-login{
background:url('../img/divider-login-bg.png')no-repeat;
height:30px;
width:2px;
}
#login-password{
background:url('../img/password-login-bg.png')no-repeat;
height:30px;
width:120px;
padding:0px 9px 0px 9px;
text-align:center;
}
.button-black{
background:url('../img/button-black.png')no-repeat;
margin-left:9px;
height:30px;
width:136px;
color:#edede2;
cursor:pointer;
}
/** Breadcrumb Navigation **/
#breadcrumbs{
background-color:#edede2;
float:left;
margin-top:86px;
width:100%;
}
#breadcrumbs-container{
color:#808080;
margin:0 auto;
padding:10px 0px 0px 9px;
width:960px;
}
#breadcrumbs-container ul{
float:left;
margin:0;
}
#breadcrumbs-container li{
float:left;
line-height:1em;
list-style-type:none;
margin:0;
}
#breadcrumbs-home{
background:url('../img/breadCrumbs-home-bg.png')no-repeat;
background-position:left;
float:left;
padding-left:20px;
}
#breadcrumbs-home a{color:#5ab6b9;}
#breadcrumbs-currentPage{padding-left:3px;}
#createAccount-link{color:#5ab6b9;}
#createAccount-link:visited{color:#5ab6b9;}
/** Flavor Text Article **/
/*************************/
main{
background-color:#edede2;
float:left;
margin-top:86px;
width:100%;
}
#main-wrapper{
margin: 0 auto;
width: 960px;
}
/** Tabbed Interface **/
/************************/
#middle-bar{
background-color:#edede2;
float:left;
width:100%;
padding-top:4px;
}
#tab-wrapper{
margin:0 auto;
width:960px;
}
.tab-border{
float:left;
margin-top:2px;
width:2px;
height:26px;
}
.tab-content-wrapper{
background-color:#c5c5bc;
margin:0 auto;
width:960px;
}
.tab-content{
float:left;
height:24px;
padding:4px 26px 0px 26px;
font-weight:bold;
cursor:pointer;
}
.tab-content-toggle{
float:left;
height:24px;
padding:4px 26px 0px 26px;
font-weight:bold;
cursor:pointer;
}
.tab-title{
font-size:1.45em;
font-style:italic;
}
.tab-input-border{
float:left;
margin-top:2px;
width:2px;
height:33px;
}
.tab-input-next-border{
float:left;
margin-top:2px;
width:2px;
height:41px;
}
.tab-textarea-border{
float:left;
margin-top:20px;
width:2px;
height:134px;
}
.divider-tab{
float:left;
background:url('../img/divider-tab-bg..png')no-repeat;
height:28px;
width:2px;
}
.tab-notes{
padding:9px 9px 9px 0px;
}
/** Fieldset **/
.fieldset-container-half{
float:left;
margin-top:18px;
width:960px;
}
.fieldset-border-bottomTop{
background:#4a4a4a;
float:left;
height:2px;
margin-left:2px;
width:956px;
}
.fieldset-content{
border-right:2px solid #4a4a4a;
border-left:2px solid #4a4a4a;
float:left;
padding:9px;
width:938px;
}
.fieldset-content p {
padding: 0;
width:450px;
}
.fieldset-btn-container{
float:left;
margin:6px 0 0 0;
width:470px;
}
.fieldset-btn-border-leftRight{
background:#4a4a4a;
float:left;
height:33px;
margin-top:2px;
width:2px;
}
.fieldset-btn-content{
background-color:#4a4a4a;
color:#ecece1;
float:left;
font-weight:bold;
font-style:italic;
padding:9px;
text-align:center;
width:453px;
}
.fieldset-top{
background:url('../img/fieldset-top-bg.png')repeat-x;
height:11px;
margin:9px 0px 0px 2px;
width:956px;
z-index:-1;
}
.fieldset-legend{
background-color:#c5c5bc;
margin:-15px 0px 0px 9px;
padding:0px 8px 0px 8px;
width:126px;
font-style:italic;
font-weight:bold;
color:#4a4a4a;
z-index:1;
}
/** Error Code **/
/************************/
.validationError-container{
float:left;
margin-top:18px;
width:960px;
}
.fullWidth-validationError{
background-color:#777777;
float:left;
width:837px;
padding:7px 9px 7px 7px;
}
.fullWidth-validationError p{
color:#ecece1;
font-family:Georgia, sans-serif;
font-weight:bold;
font-size:1.30em;
letter-spacing:1px;
margin:0;
padding:0;
}
.halfWidth-validationError-container{
float:left;
margin:0;
width:470px;
}
.halfWidth-validationError{
background-color:#3f878a;
float:left;
width:363px;
padding:4px 9px 3px 3px;
}
#loginError-message{
color:#ecece1;
font-family:Georgia, sans-serif;
font-weight:bold;
font-size:1.30em;
letter-spacing:1px;
margin:0;
padding:0 !important;
}
.halfWidth-validationBorder{
background-color:#3f878a;
float:left;
height:26px;
margin-top:2px;
width:2px;
}
.halfWidth-validationError-icon-container{
background-color:#3f878a;
float:left;
padding:0 4px 5px 0;
}
.halfWidth-validationError-icon{
background:url('../img/validationError-icon-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:7px 0 0 5px;
width:50px;
}
.validationError-closeBtn-container{
background-color:#777777;
float:left;
padding:0 10px 9px 0;
}
.halfWidth-validationError-closeBtn-container{
background-color:#3f878a;
float:left;
padding:1px 6px 6px 0;
}
.halfWidth-validationError-removeBtn{
background:url('../img/remove-validationError-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:5px 0 0 5px;
width:18px;
}
.validationError-removeBtn{
background:url('../img/remove-validationError-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:10px 0px 0px 10px;
width:18px;
}
.validationError-icon-container{
background-color:#777777;
float:left;
padding:0 5px 9px 0;
}
.validationError-icon{
background:url('../img/validationError-icon-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:10px 0 0 10px;
width:50px;
}
.validationError-tabIcon{
background:url('../img/validationError-tabIcon-activeTab-bg.png')no-repeat;
display:inline-block;
height:14px;
margin:0 0 -1px 5px;
width:14px;
}
/** Success **/
/************************/
.fullWidth-validationSuccess{
background-color:#777777;
float:left;
width:820px;
padding:7px 9px 7px 8px;
}
.fullWidth-validationSuccess p{
color:#ecece1;
font-family:Georgia, sans-serif;
font-weight:bold;
font-size:1.30em;
letter-spacing:1px;
margin:0;
padding:0;
}
.validationSuccess-closeBtn-container{
background-color:#777777;
float:left;
padding:0 10px 9px 0;
}
.validationSuccess-removeBtn{
background:url('../img/remove-validationSuccess-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:10px 0 0 10px;
width:18px;
}
.validationSuccess-icon-container{
background-color:#777777;
float:left;
padding:0 5px 9px 0;
}
.validationSuccess-icon{
background:url('../img/validationSuccess-icon-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:10px 0 0 10px;
width:66px;
}
/** Article **/
/************************/
article{
float:left;
background-color:#c5c5bc;
width:100%;
min-height:398px;
padding-bottom:18px;
}
/** Section **/
/************************/
#s1{display:none;}
#s2{display:none;}
#s3{display:none;}
#s4{display:none;}
#s5{display:none;}
/** Footer **/
/************************/
#footer-wrapper{
margin:0 auto;
width:960px;
font-size:1em;
}
#footer-wrapper p{
padding:9px 0px 9px 0px;
font-size:1.1em;
font-weight:bold;
line-height:2em;
color:#c5c5bc;
}
/** Dropcap **/
/************************/
.dropcap{float:left;text-align:center;overflow:hidden;margin-top:-6px;}
.dropcap1{color:#808080;line-height:44px;width:60px;font-size:2.3em;}
.dropcap2{float:left;text-align:center;overflow:hidden;margin-top:0px;}
.dropcap3{color:#5ab6b9;line-height:44px;width:60px;font-size:2.3em;}
.row{float:left;padding:0px 0px 3px 0px;}
.userOptions-title{
float:left;
margin:4px 0px 0px 11px;
padding:2px 0px 3px 0px;
font-size:1.45em;
}
/** Custom UI **/
/************************/
.remove-item-wrapper{
float:left;
width:38px;
height:37px;
}
.remove-item-icon{
float:left;
background:url('../img/remove-item-bg.png')no-repeat;
height:18px;
width:18px;
margin:10px 0px 0px 10px;
cursor:pointer;
}
/** Live Preview **/
/************************/
#liveBody{background:#dddddd;}
#top-bar-live{
float:left;
background-color:#494949;
height:41px;
width:100%;
padding:10px 0px 0px 0px;
}
#top-bar-live-container{
height:31px;
margin:0 auto;
width:1040px;
}
#main-live{
float:left;
background-color:#ecece1;
width:100%;
margin:0;
}
/****/
#livePreview{
float:left;
width:100%;
}
#downloadNow-goBack{
color:#d4d4c9;
float:left;
font-size:1.2em;
font-style:italic;
margin:7px 0px 0px 155px;
text-decoration:none;
}
.previewTab{display:none;}
#previewOptions-container{
display:none;
padding-bottom:18px;
}
#downloadNow-borderLeft{
background:url('../img/downloadNow-borderLeft-bg.png')no-repeat;
float:left;
height:30px;
width:10px;
}
#downloadNow-borderRight{
background:url('../img/downloadNow-borderRight-bg.png')no-repeat;
float:left;
height:30px;
width:10px;
}
.ebayThemeSelect-selectBorder{
float:left;
height:27px;
margin-top:2px;
width:2px;
}
#ebayThemeSelect-selectArrow-container{
background-color:#edede2;
float:left;
height:31px;
padding-right:6px;
width:10px;
}
#ebayThemeSelect-selectArrow{
background:url('../img/ebayThemeSelect-selectArrow-bg.png')no-repeat;
float:left;
height:10px;
margin-top:11px;
width:10px;
}
.swatch{
border-top:2px solid white;
border-bottom:2px solid white;
cursor:pointer;
height:33px;
width:33px;
}
/** Download Template **/
#downloadTemplate-heading{
font-size:1.5em;
margin-top:18px;
padding:0;
}
.downloadTemplate-paragraph{
color:#4a4a4a;
padding-left:0px;
}
#htmlOutput{display:none;}
/** Archives **/
#archives-container{
float:left;
margin:18px 0 0 0;
width:960px;
}
#archives-heading-container{
color:#ecece1;
float:left;
height:28px;
width:960px;
}
.archives-heading-border{
background-color:#4a4a4a;
float:left;
height:26px;
margin-top:2px;
width:2px;
}
.archives-cell{
border-bottom:2px solid #4a4a4a;
float:left;
font-size:1.45em;
height:22px !important;
padding:4px 0 0 9px;
text-align:left;
}
.archives-cell:hover{
cursor:pointer;
}
.archives-cell-divider{
background:url('../img/archives-cell-border-bg.gif')no-repeat;
float:left;
height:28px;
width:2px;
}
#archives-heading-id{
background-color:#4a4a4a;
font-style:italic;
font-weight:bold;
width:66px;
}
#archives-heading-date{
background-color:#4a4a4a;
font-style:italic;
font-weight:bold;
width:141px;
}
#archives-heading-name{
background-color:#4a4a4a;
font-style:italic;
font-weight:bold;
width:566px;
}
#archives-heading-delete{
background-color:#4a4a4a;
font-style:italic;
font-weight:bold;
width:141px;
}
.archives-row-container{
background-color:#ecece1;
border-left:2px solid #777777;
border-right:2px solid #777777;
float:left;
width:956px;
}
.archives-row-container:hover{
background-color:#c5c5bc;
color:#4a4a4a;
font-style:italic;
}
.archives-row-container:active {
background-color:#4a4a4a;
color:#ecece1;
}
.archives-row-id{
width:66px;
}
.archives-row-date{
width:141px;
}
.archives-row-name{
width:566px;
}
.archives-row-delete{
width:141px;
}
#archives-row-selection{
background:#777777 !important;
color:#ecece1 !important;
}
#archives-row-selection:hover{
color:#4a4a4a !important;
}
#archives-row-selection:active{
color:#ecece1 !important;
}
.archives-pagination{
background:none;
float:left;
height:26px;
width:28px;
}
.page-previousTrue{
background-image:url('../img/arrow-previousTrue-bg.gif');
}
.page-previousTrue:hover{
background-image:url('../img/arrow-previousTrueActive-bg.gif');
}
.page-previousNone{
background-image:url('../img/arrow-previousNone-bg.gif');
cursor:not-allowed !important;
}
.page-nextTrue{
background-image:url('../img/arrow-nextTrue-bg.gif');
}
.page-nextTrue:hover{
background-image:url('../img/arrow-nextTrueActive-bg.gif');
}
.page-nextNone{
background-image:url('../img/arrow-nextNone-bg.gif');
cursor:not-allowed !important;
}
.archives-page-number {
float: left;
font-size: 1.45em;
font-style: italic;
font-weight: bold;
text-align: center;
width: 904px;
}
/** COLOR TABLE **/
#colorTable-container{
float:left;
margin-top:-296px;
width:210px;
}
#colorTable-container-borderLeft{
background-color: #f0f0f0;
float:left;
height:237px;
margin-top:2px;
width:2px;
}
/** NAVIGATION **/
.colorTable-tab{
background-color:#f0f0f0;
color:#777777;
float:left;
font-size:1.1em;
font-style:italic;
font-weight:bold;
padding: 5px 10px;
}
.colorTable-tab-border{
background-color: #f0f0f0;
float:left;
height:23px;
margin-top:2px;
width:2px;
}
#colorTable-tab-revert{
background-color: #777777;
cursor:pointer;
height:15px;
}
#colorTable-tab-revertIco{
background-image: url('../img/colorTable-revert-bg.png');
float:left;
height:10px;
margin-top:3px;
width:12px;
}
#revert-borderLeft, #revert-borderRight{
background-color: #777777;
}
#colorTable-tab-exitBtn{
cursor:pointer;
float:right;
height:18px;
margin:-17px -23px 0 0;
width:18px;
}
.colorTable-tab-exitBtn-borderInner{
background-color: #777777;
float:right;
height:14px;
margin-top:2px;
width:2px;
}
.colorTable-tab-exitBtn-borderOuter{
background-color: #777777;
float:right;
height:10px;
margin-top:4px;
width:2px;
}
#colorTable-tab-exitBtn-content{
background-color: #777777;
float:right;
height:6px;
padding:6px 2px;
width:6px;
}
#colorTable-tab-exitBtn-content-ico{
background-image:url('../img/colorTable-tab-exitBtn-ico.png');
float:right;
height:6px;
width:6px;
}
/** COLOR TABLE **/
#colorTable-container-inner{
background-color:#f0f0f0;
float:left;
padding:8px 12px 10px 8px;
width:184px;
}
#colorTable-container-inner-borderRight{
background-color:#f0f0f0;
float:left;
height:205px;
margin-top:9px;
width:2px;
}
#colorTable-table-container{
float:left;
padding-bottom:10px;
}
.colorTable-row{
float:left;
height:17px;
margin-top:2px;
width:188px;
}
.colorTable-row-first{
margin-top:0 !important;
}
.colorTable-swatch{
float:left;
font-size:0;
height:17px;
line-height:0;
margin-left:2px;
width:17px;
}
.colorTable-swatch-first{
margin-left:0 !important;
}
/** SELECTION UI **/
#colorTable-selection-container{
float:left;
height:36px;
width:188px;
}
#colorTable-selection-content{
border-left:2px solid #777777;
border-right:2px solid #777777;
float:left;
}
.colorTable-selection-border-bottomTop{
background-color: #777777;
float:left;
height:2px;
margin-left:2px;
width:184px;
}
#colorTable-selection-swatch{
background-color: #777777;
border:2px solid #f0f0f0;
float:left;
height:28px;
width:28px;
}
#colorTable-selection-hexcode{
background-color:#f0f0f0;
border-left:2px solid #777777;
border-right:2px solid #777777;
color:#777777;
float:left;
font-size:1.1em;
font-style:italic;
font-weight:bold;
padding:9px 5px 8px 5px;
width:68px;
}
#colorTable-selection-selectBtn{
background-color: #777777;
color:#f0f0f0;
float:left;
font-size:1.1em;
font-style:italic;
font-weight:bold;
padding:9px 0 8px 0;
width:70px;
}
#colorTable-container-outer{
float:left;
width:204px;
}
#colorTable-outer-pointer{
background-image:url('../img/colorTable-outer-pointer-ico.png');
height:18px;
margin-left:30px;
width:34px;
} | public/css/style.css | @font-face {
font-family: 'strongBold';
src: url('../font/strong-webfont.eot');
src: url('../font/strong-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/strong-webfont.woff') format('woff'),
url('../font/strong-webfont.ttf') format('truetype'),
url('../font/strong-webfont.svg#tfaguStrongBold') format('svg');
font-weight: normal;
font-style: normal;
}
*{
border:none;
border-radius: 0;
margin:0;
padding:0;
text-decoration:none;
-webkit-appearance:none !important;
}
::-webkit-scrollbar {
width: 16px;
-webkit-appearance: none;
}
::-webkit-scrollbar-track {
background-color:#777777;
}
::-webkit-scrollbar-button:vertical:decrement{
background:url('../img/scrollbar-start-bg.png')no-repeat;
width:16px;
height:16px;
}
::-webkit-scrollbar-button:vertical:increment{
background:url('../img/scrollbar-end-bg.png')no-repeat;
width:16px;
height:16px;
}
::-webkit-scrollbar-button:horizontal:decrement{
background:url('../img/scrollbar-horizontal-decrement-bg.png')no-repeat;
width:14px;
height:16px;
}
::-webkit-scrollbar-button:horizontal:increment{
background:url('../img/scrollbar-horizontal-increment-bg.png')no-repeat;
width:14px;
height:16px;
}
::-webkit-scrollbar-thumb:vertical{
background-color:#edede2;
border-left:2px solid #777777;
}
::-webkit-scrollbar-thumb:horizontal{
background-color:#edede2;
border-top:2px solid #777777;
border-left:2px solid #777777;
border-right:2px solid #777777;
}
body{
background:url('../img/skyline-bg4.png')repeat-x #4a4a4a;
font-size:75%;
color:#4a4a4a;
font-family:Georgia,Serif;
}
/** Typography **/
/************************/
h1{
/**font-family:strongBold;**/
/**font-size:24px;**/
font-size:2em;
line-height:2em;
padding-left:9px;
/**text-transform:uppercase;**/
}
h2{
color:#5ab6b9;
font-size:1.75em;
font-weight:normal;
line-height:.5em;
padding:9px 9px 0px 9px;
}
p{
padding: 9px;
font-size:1.45em;
line-height:1.5em;
color:#808080;
}
a{
font-weight:bold;
text-decoration:underline;
}
ul{
margin-left:30px;
}
li{
color:#808080;
font-size:1.45em;
line-height:1.5em;
padding:3px 0px 3px 0px;
}
.ul-marginNone{margin:0;}
.underline-dotted{background-color:#5ab6b9;color:#ecece1;padding:1px 4px 1px 4px;}
.underline-off{text-decoration:none;}
.underline-on{text-decoration:underline;}
.fontWeight-normal{font-weight:normal !important;}
/** Form Elements **/
/************************/
p > input{float:left; position:absolute; left:0; opacity:0;}
p > label{float:left; padding:0px 0px 0px 24px;}
label{cursor:pointer;color:#4a4a4a;font-style:italic;}
/** Checkbox Styles **/
.checkbox{float:left;width:300px;margin:0px 0px 0px 2px;padding:0px 0px 0px 8px;}
.newAccount-requirements{color:#4a4a4a;float:left;font-style:italic;margin:0px 0px 0px 2px;padding:0px 0px 0px 8px;width:300px;}
.radio{float:left;width:300px;margin:0px 0px 0px 2px;padding:0px 0px 0px 8px;}
/** Check an Uncheck **/
p:not(#foo) > input[type=checkbox]:checked + label{background: url('../img/checkbox-checked.png')no-repeat; cursor:pointer;}
p:not(#foo) > input[type=checkbox]:checked + label,
p:not(#foo) > input[type=checkbox]:focus:checked + label{background: url('../img/checkbox-checked.png')no-repeat; cursor:pointer;}
p:not(#foo) > input[type=checkbox]:hover:checked + label,
p:not(#foo) > input[type=checkbox]:focus:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover,
p:not(#foo) > input[type=checkbox]:focus:checked + label{background: url('../img/checkbox-checked.png')no-repeat; cursor:pointer;}
/** Default Checkbox **/
p:not(#foo) > input[type=checkbox] + label{background: url('../img/checkbox-unchecked.png')no-repeat; height:22px; cursor:pointer;}
/** Radio **/
p:not(#foo) > input[type=radio]:checked + label span {background: url('../img/radio-checked.png')no-repeat;cursor:pointer;}
p:not(#foo) > input[type=radio]:checked + label,
p:not(#foo) > input[type=radio]:focus:checked + label{background: url('../img/radio-checked.png')no-repeat; cursor:pointer;}
p:not(#foo) > input[type=radio]:hover:checked + label,
p:not(#foo) > input[type=radio]:focus:checked + label,
p:not(#foo) > input[type=radio]:checked + label:hover,
p:not(#foo) > input[type=radio]:focus:checked + label{background: url('../img/radio-checked.png')no-repeat; cursor:pointer;}
/** Default Radio **/
p:not(#foo) > input[type=radio] + label{background: url('../img/radio-unchecked.png')no-repeat; height:22px; cursor:pointer;}
input{
font-family:Georgia,Serif;
font-size:1.4em;
font-style:italic;
color:#b3b3b3;
letter-spacing:1px;
}
textarea{
background-color:#edede2;
font-family:Georgia,Serif;
font-size:1.4em;
font-style:italic;
color:#b3b3b3;
letter-spacing:1px;
padding:9px;
resize:none;
overflow-y:scroll;
}
input[type=text]{
background-color:#edede2;
}
input[type=button]{
cursor:pointer;
}
/** Reusable Classes **/
/**********************/
/** Fractions **/
/** one-third has a
** margin of 18px;
** **/
.one-third{width:308px;}
.one-fourth{width:225px;}
.one-half{width:470px;}
.three-fourths{width:715px;}
.one-whole{width:960px;}
/** Columns **/
.first-col{margin-left:20px;}
.last-col{margin-left:0px;}
/** Floats **/
.clearer{clear:both;}
.right{float:right !important;}
.left{float:left !important;}
/** Colors **/
.light-grey{background-color:#dddddd !important;}
.grey{background-color:#c5c5bc !important;}
.dark-grey{background-color:#777777 !important;}
.black{background-color:#4a4a4a;}
.blue-dark{background-color:#5ab6b9;}
.cream{background-color:#ecece1;}
.cream-font{color:#ecece1;}
.white{background-color: #ffffff !important;}
.blue-dark-font{color:#5ab6b9;}
.grey-font{color:#c5c5bc;}
.black-font{color:#4a4a4a;}
/** Margin **/
.ma{margin:0 auto;}
.mt-11{margin-top:-11px !important;}
.mt0{margin-top:0 !important;}
.mt9{margin-top:9px !important;}
.mt2{margin-top:2px !important;}
.mt4{margin-top:4px !important;}
.mt6{margin-top:6px !important;}
.mt18{margin-top:18px !important;}
.ml2{margin-left:2px !important;}
.ml4{margin-left:4px !important;}
.ml10{margin-left:10px !important;}
.ml12{margin-left:12px !important;}
.mr6{margin-right:6px !important;}
/** Padding **/
.p6{padding:6px;}
.p9{padding:9px;}
.p13{padding:13px 9px 13px 9px;}
.pb6{padding-bottom:6px;}
.pl0{padding-left:0;}
.pt12{padding-top:12px;}
/** Height **/
.h2{height:2px;}
.h36{height:36px;}
.h40{height:40px;}
.h80{height:80px;}
.h120{height:120px;}
.h116{height:116px;}
.h131{height:131px;}
/** Width **/
.w2{width:2px;}
.w{width:69px;}
.w150{width:150px;}
.w196{width:196px;}
.w220{width:220px;}
.w296{width:296px;}
.w312{width:312px;}
.w370{width:370px;}
.w417{width:417px;}
.w448{width:448px;}
.w449{width:449px;}
.w452{width:452px;}
.w453{width:471px;}
.w465{width:465px;}
.w466{width:466px;}
.w470{width:470px;}
.w471{width:453px;}
.w472{width:472px;}
.w475{width:475px;}
.w434{width:434px;}
.w456{width:456px;}
.w480{width:480px;}
.w499{width:499px;}
.w722{width:722px;}
.w900{width:900px;}
.w902{width:902px;}
.w922{width:922px;}
.w938{width:938px;}
.w940{width:940px;}
.w948{width:948px;}
.w956{width:956px;}
.w958{width:958px;}
.w960{width:960px;}
.w984{width:984px;}
.w1030{width:1030px;}
.w1048{width:1048px;}
.w1067{width:1067px !important;}
/** Font Styles **/
.bold{font-weight:bold;}
.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.textAlign-right{text-align:right;}
.textAlign-left{text-align:left;}
/** Cursor Styles **/
.disabled{cursor:not-allowed;}
.disabled:focus{outline:0;}
.pointer{cursor:pointer !important;}
/** Top Bar Navigation **/
/************************/
/** Wrapper */
#top-bar{
margin:0 auto;
height:30px;
width:960px;
}
#login-topbar{margin:9px 0px 0px 35px;}
#login-topbar p {padding-top:3px;}
/** Top Bar Inputs **/
#login-username{
background:url('../img/username-login-bg.png')no-repeat;
height:30px;
width:120px;
padding:0px 9px 0px 9px;
text-align:center;
}
#divider-login{
background:url('../img/divider-login-bg.png')no-repeat;
height:30px;
width:2px;
}
#login-password{
background:url('../img/password-login-bg.png')no-repeat;
height:30px;
width:120px;
padding:0px 9px 0px 9px;
text-align:center;
}
.button-black{
background:url('../img/button-black.png')no-repeat;
margin-left:9px;
height:30px;
width:136px;
color:#edede2;
cursor:pointer;
}
/** Breadcrumb Navigation **/
#breadcrumbs{
background-color:#edede2;
float:left;
margin-top:86px;
width:100%;
}
#breadcrumbs-container{
color:#808080;
margin:0 auto;
padding:10px 0px 0px 9px;
width:960px;
}
#breadcrumbs-container ul{
float:left;
margin:0;
}
#breadcrumbs-container li{
float:left;
line-height:1em;
list-style-type:none;
margin:0;
}
#breadcrumbs-home{
background:url('../img/breadCrumbs-home-bg.png')no-repeat;
background-position:left;
float:left;
padding-left:20px;
}
#breadcrumbs-home a{color:#5ab6b9;}
#breadcrumbs-currentPage{padding-left:3px;}
#createAccount-link{color:#5ab6b9;}
#createAccount-link:visited{color:#5ab6b9;}
/** Flavor Text Article **/
/*************************/
main{
background-color:#edede2;
float:left;
margin-top:86px;
width:100%;
}
#main-wrapper{
margin: 0 auto;
width: 960px;
}
/** Tabbed Interface **/
/************************/
#middle-bar{
background-color:#edede2;
float:left;
width:100%;
padding-top:4px;
}
#tab-wrapper{
margin:0 auto;
width:960px;
}
.tab-border{
float:left;
margin-top:2px;
width:2px;
height:26px;
}
.tab-content-wrapper{
background-color:#c5c5bc;
margin:0 auto;
width:960px;
}
.tab-content{
float:left;
height:24px;
padding:4px 26px 0px 26px;
font-weight:bold;
cursor:pointer;
}
.tab-content-toggle{
float:left;
height:24px;
padding:4px 26px 0px 26px;
font-weight:bold;
cursor:pointer;
}
.tab-title{
font-size:1.45em;
font-style:italic;
}
.tab-input-border{
float:left;
margin-top:2px;
width:2px;
height:33px;
}
.tab-input-next-border{
float:left;
margin-top:2px;
width:2px;
height:41px;
}
.tab-textarea-border{
float:left;
margin-top:20px;
width:2px;
height:134px;
}
.divider-tab{
float:left;
background:url('../img/divider-tab-bg..png')no-repeat;
height:28px;
width:2px;
}
.tab-notes{
padding:9px 9px 9px 0px;
}
/** Fieldset **/
.fieldset-container-half{
float:left;
margin-top:18px;
width:960px;
}
.fieldset-border-bottomTop{
background:#4a4a4a;
float:left;
height:2px;
margin-left:2px;
width:956px;
}
.fieldset-content{
border-right:2px solid #4a4a4a;
border-left:2px solid #4a4a4a;
float:left;
padding:9px;
width:938px;
}
.fieldset-content p {
padding: 0;
width:450px;
}
.fieldset-btn-container{
float:left;
margin:6px 0 0 0;
width:470px;
}
.fieldset-btn-border-leftRight{
background:#4a4a4a;
float:left;
height:33px;
margin-top:2px;
width:2px;
}
.fieldset-btn-content{
background-color:#4a4a4a;
color:#ecece1;
float:left;
font-weight:bold;
font-style:italic;
padding:9px;
text-align:center;
width:453px;
}
.fieldset-top{
background:url('../img/fieldset-top-bg.png')repeat-x;
height:11px;
margin:9px 0px 0px 2px;
width:956px;
z-index:-1;
}
.fieldset-legend{
background-color:#c5c5bc;
margin:-15px 0px 0px 9px;
padding:0px 8px 0px 8px;
width:126px;
font-style:italic;
font-weight:bold;
color:#4a4a4a;
z-index:1;
}
/** Error Code **/
/************************/
.validationError-container{
float:left;
margin-top:18px;
width:960px;
}
.fullWidth-validationError{
background-color:#777777;
float:left;
width:837px;
padding:7px 9px 7px 7px;
}
.fullWidth-validationError p{
color:#ecece1;
font-family:Georgia, sans-serif;
font-weight:bold;
font-size:1.30em;
letter-spacing:1px;
margin:0;
padding:0;
}
.halfWidth-validationError-container{
float:left;
margin:0;
width:470px;
}
.halfWidth-validationError{
background-color:#3f878a;
float:left;
width:363px;
padding:4px 9px 3px 3px;
}
#loginError-message{
color:#ecece1;
font-family:Georgia, sans-serif;
font-weight:bold;
font-size:1.30em;
letter-spacing:1px;
margin:0;
padding:0 !important;
}
.halfWidth-validationBorder{
background-color:#3f878a;
float:left;
height:26px;
margin-top:2px;
width:2px;
}
.halfWidth-validationError-icon-container{
background-color:#3f878a;
float:left;
padding:0 4px 5px 0;
}
.halfWidth-validationError-icon{
background:url('../img/validationError-icon-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:7px 0 0 5px;
width:50px;
}
.validationError-closeBtn-container{
background-color:#777777;
float:left;
padding:0 10px 9px 0;
}
.halfWidth-validationError-closeBtn-container{
background-color:#3f878a;
float:left;
padding:1px 6px 6px 0;
}
.halfWidth-validationError-removeBtn{
background:url('../img/remove-validationError-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:5px 0 0 5px;
width:18px;
}
.validationError-removeBtn{
background:url('../img/remove-validationError-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:10px 0px 0px 10px;
width:18px;
}
.validationError-icon-container{
background-color:#777777;
float:left;
padding:0 5px 9px 0;
}
.validationError-icon{
background:url('../img/validationError-icon-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:10px 0 0 10px;
width:50px;
}
.validationError-tabIcon{
background:url('../img/validationError-tabIcon-activeTab-bg.png')no-repeat;
display:inline-block;
height:14px;
margin:0 0 -1px 5px;
width:14px;
}
/** Success **/
/************************/
.fullWidth-validationSuccess{
background-color:#777777;
float:left;
width:820px;
padding:7px 9px 7px 8px;
}
.fullWidth-validationSuccess p{
color:#ecece1;
font-family:Georgia, sans-serif;
font-weight:bold;
font-size:1.30em;
letter-spacing:1px;
margin:0;
padding:0;
}
.validationSuccess-closeBtn-container{
background-color:#777777;
float:left;
padding:0 10px 9px 0;
}
.validationSuccess-removeBtn{
background:url('../img/remove-validationSuccess-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:10px 0 0 10px;
width:18px;
}
.validationSuccess-icon-container{
background-color:#777777;
float:left;
padding:0 5px 9px 0;
}
.validationSuccess-icon{
background:url('../img/validationSuccess-icon-bg.png')no-repeat;
cursor:pointer;
float:left;
height:18px;
margin:10px 0 0 10px;
width:66px;
}
/** Article **/
/************************/
article{
float:left;
background-color:#c5c5bc;
width:100%;
min-height:398px;
padding-bottom:18px;
}
/** Section **/
/************************/
#s1{display:none;}
#s2{display:none;}
#s3{display:none;}
#s4{display:none;}
#s5{display:none;}
/** Footer **/
/************************/
#footer-wrapper{
margin:0 auto;
width:960px;
font-size:1em;
}
#footer-wrapper p{
padding:9px 0px 9px 0px;
font-size:1.1em;
font-weight:bold;
line-height:2em;
color:#c5c5bc;
}
/** Dropcap **/
/************************/
.dropcap{float:left;text-align:center;overflow:hidden;margin-top:-6px;}
.dropcap1{color:#808080;line-height:44px;width:60px;font-size:2.3em;}
.dropcap2{float:left;text-align:center;overflow:hidden;margin-top:0px;}
.dropcap3{color:#5ab6b9;line-height:44px;width:60px;font-size:2.3em;}
.row{float:left;padding:0px 0px 3px 0px;}
.userOptions-title{
float:left;
margin:4px 0px 0px 11px;
padding:2px 0px 3px 0px;
font-size:1.45em;
}
/** Custom UI **/
/************************/
.remove-item-wrapper{
float:left;
width:38px;
height:37px;
}
.remove-item-icon{
float:left;
background:url('../img/remove-item-bg.png')no-repeat;
height:18px;
width:18px;
margin:10px 0px 0px 10px;
cursor:pointer;
}
/** Live Preview **/
/************************/
#liveBody{background:#dddddd;}
#top-bar-live{
float:left;
background-color:#494949;
height:41px;
width:100%;
padding:10px 0px 0px 0px;
}
#top-bar-live-container{
height:31px;
margin:0 auto;
width:1040px;
}
#main-live{
float:left;
background-color:#ecece1;
width:100%;
margin:0;
}
/****/
#livePreview{
float:left;
width:100%;
}
#downloadNow-goBack{
color:#d4d4c9;
float:left;
font-size:1.2em;
font-style:italic;
margin:7px 0px 0px 155px;
text-decoration:none;
}
.previewTab{display:none;}
#previewOptions-container{
display:none;
padding-bottom:18px;
}
#downloadNow-borderLeft{
background:url('../img/downloadNow-borderLeft-bg.png')no-repeat;
float:left;
height:30px;
width:10px;
}
#downloadNow-borderRight{
background:url('../img/downloadNow-borderRight-bg.png')no-repeat;
float:left;
height:30px;
width:10px;
}
.ebayThemeSelect-selectBorder{
float:left;
height:27px;
margin-top:2px;
width:2px;
}
#ebayThemeSelect-selectArrow-container{
background-color:#edede2;
float:left;
height:31px;
padding-right:6px;
width:10px;
}
#ebayThemeSelect-selectArrow{
background:url('../img/ebayThemeSelect-selectArrow-bg.png')no-repeat;
float:left;
height:10px;
margin-top:11px;
width:10px;
}
.swatch{
border-top:2px solid white;
border-bottom:2px solid white;
cursor:pointer;
height:33px;
width:33px;
}
/** Download Template **/
#downloadTemplate-heading{
font-size:1.5em;
margin-top:18px;
padding:0;
}
.downloadTemplate-paragraph{
color:#4a4a4a;
padding-left:0px;
}
#htmlOutput{display:none;}
/** Archives **/
#archives-container{
float:left;
margin:18px 0 0 0;
width:960px;
}
#archives-heading-container{
color:#ecece1;
float:left;
height:28px;
width:960px;
}
.archives-heading-border{
background-color:#4a4a4a;
float:left;
height:26px;
margin-top:2px;
width:2px;
}
.archives-cell{
border-bottom:2px solid #4a4a4a;
float:left;
font-size:1.45em;
height:22px !important;
padding:4px 0 0 9px;
text-align:left;
}
.archives-cell:hover{
cursor:pointer;
}
.archives-cell-divider{
background:url('../img/archives-cell-border-bg.gif')no-repeat;
float:left;
height:28px;
width:2px;
}
#archives-heading-id{
background-color:#4a4a4a;
font-style:italic;
font-weight:bold;
width:66px;
}
#archives-heading-date{
background-color:#4a4a4a;
font-style:italic;
font-weight:bold;
width:141px;
}
#archives-heading-name{
background-color:#4a4a4a;
font-style:italic;
font-weight:bold;
width:566px;
}
#archives-heading-delete{
background-color:#4a4a4a;
font-style:italic;
font-weight:bold;
width:141px;
}
.archives-row-container{
background-color:#ecece1;
border-left:2px solid #777777;
border-right:2px solid #777777;
float:left;
width:956px;
}
.archives-row-container:hover{
background-color:#c5c5bc;
color:#4a4a4a;
font-style:italic;
}
.archives-row-container:active {
background-color:#4a4a4a;
color:#ecece1;
}
.archives-row-id{
width:66px;
}
.archives-row-date{
width:141px;
}
.archives-row-name{
width:566px;
}
.archives-row-delete{
width:141px;
}
#archives-row-selection{
background:#777777 !important;
color:#ecece1 !important;
}
#archives-row-selection:hover{
color:#4a4a4a !important;
}
#archives-row-selection:active{
color:#ecece1 !important;
}
.archives-pagination{
background:none;
float:left;
height:26px;
width:28px;
}
.page-previousTrue{
background-image:url('../img/arrow-previousTrue-bg.gif');
}
.page-previousTrue:hover{
background-image:url('../img/arrow-previousTrueActive-bg.gif');
}
.page-previousNone{
background-image:url('../img/arrow-previousNone-bg.gif');
cursor:not-allowed !important;
}
.page-nextTrue{
background-image:url('../img/arrow-nextTrue-bg.gif');
}
.page-nextTrue:hover{
background-image:url('../img/arrow-nextTrueActive-bg.gif');
}
.page-nextNone{
background-image:url('../img/arrow-nextNone-bg.gif');
cursor:not-allowed !important;
}
.archives-page-number {
float: left;
font-size: 1.45em;
font-style: italic;
font-weight: bold;
text-align: center;
width: 904px;
}
/** COLOR TABLE **/
#colorTable-container{
float:left;
margin-top:-296px;
width:210px;
}
#colorTable-container-borderLeft{
background-color: #f0f0f0;
float:left;
height:237px;
margin-top:2px;
width:2px;
}
/** NAVIGATION **/
.colorTable-tab{
background-color:#f0f0f0;
color:#777777;
float:left;
font-size:1.1em;
font-style:italic;
font-weight:bold;
padding: 5px 10px;
}
.colorTable-tab-border{
background-color: #f0f0f0;
float:left;
height:23px;
margin-top:2px;
width:2px;
}
#colorTable-tab-revert{
background-color: #777777;
cursor:pointer;
height:15px;
}
#colorTable-tab-revertIco{
background-image: url('../img/colorTable-revert-bg.png');
float:left;
height:10px;
margin-top:3px;
width:12px;
}
#revert-borderLeft, #revert-borderRight{
background-color: #777777;
}
#colorTable-tab-exitBtn{
cursor:pointer;
float:right;
height:18px;
margin:-17px -23px 0 0;
width:18px;
}
.colorTable-tab-exitBtn-borderInner{
background-color: #777777;
float:right;
height:14px;
margin-top:2px;
width:2px;
}
.colorTable-tab-exitBtn-borderOuter{
background-color: #777777;
float:right;
height:10px;
margin-top:4px;
width:2px;
}
#colorTable-tab-exitBtn-content{
background-color: #777777;
float:right;
height:6px;
padding:6px 2px;
width:6px;
}
#colorTable-tab-exitBtn-content-ico{
background-image:url('../img/colorTable-tab-exitBtn-ico.png');
float:right;
height:6px;
width:6px;
}
/** COLOR TABLE **/
#colorTable-container-inner{
background-color:#f0f0f0;
float:left;
padding:8px 12px 10px 8px;
width:184px;
}
#colorTable-container-inner-borderRight{
background-color:#f0f0f0;
float:left;
height:205px;
margin-top:9px;
width:2px;
}
#colorTable-table-container{
float:left;
padding-bottom:10px;
}
.colorTable-row{
float:left;
height:17px;
margin-top:2px;
width:188px;
}
.colorTable-row-first{
margin-top:0 !important;
}
.colorTable-swatch{
float:left;
font-size:0;
height:17px;
line-height:0;
margin-left:2px;
width:17px;
}
.colorTable-swatch-first{
margin-left:0 !important;
}
/** SELECTION UI **/
#colorTable-selection-container{
float:left;
height:36px;
width:188px;
}
#colorTable-selection-content{
border-left:2px solid #777777;
border-right:2px solid #777777;
float:left;
}
.colorTable-selection-border-bottomTop{
background-color: #777777;
float:left;
height:2px;
margin-left:2px;
width:184px;
}
#colorTable-selection-swatch{
background-color: #777777;
border:2px solid #f0f0f0;
float:left;
height:28px;
width:28px;
}
#colorTable-selection-hexcode{
background-color:#f0f0f0;
border-left:2px solid #777777;
border-right:2px solid #777777;
color:#777777;
float:left;
font-size:1.1em;
font-style:italic;
font-weight:bold;
padding:9px 5px 8px 5px;
width:68px;
}
#colorTable-selection-selectBtn{
background-color: #777777;
color:#f0f0f0;
float:left;
font-size:1.1em;
font-style:italic;
font-weight:bold;
padding:9px 0 8px 0;
width:70px;
}
#colorTable-container-outer{
float:left;
width:204px;
}
#colorTable-outer-pointer{
background-image:url('../img/colorTable-outer-pointer-ico.png');
height:18px;
margin-left:30px;
width:34px;
} | 0.261142 | 0.04703 |
:root {
--primary-color: #00cff2;
--text-color: #777;
--black: #444;
--white: #fff;
}
.navbar-brand {
height: 60px;
width: 60px;
}
.btn-sm {
padding: 7px 15px;
top: 3px;
}
.mg-l-10 {
margin-left: 10px;
}
.mg-t-1em {
margin-top: 1em;
}
.subscribe-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.start-free-text {
flex: 2;
}
.start-free-btn {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
}
.feature-image {
border-radius: 10px;
overflow: hidden;
margin-bottom: 1em;
height: 200px;
}
.p-relative {
position: relative;
}
.video-btn-container {
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
}
.video-btn {
display: flex;
align-items: center;
justify-content: center;
}
.shape-left:before {
left: -53rem;
right: unset;
top: 17rem;
}
.shape-right:before {
right: -53rem;
left: unset;
top: -17rem;
}
.about-thumb {
border-radius: 10px;
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
overflow: hidden;
transition: all 0.1s ease-in-out;
}
.about-thumb:hover {
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}
.form-select {
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
box-shadow: unset;
}
.form-select-icon {
position: absolute;
right: 30px;
top: 20px;
}
.form-checkbox {
display: flex;
align-items: center;
width: 100%;
font-size: 14px;
height: 50px;
padding: 0 15px;
border: none;
box-shadow: none;
border-radius: 0;
transition: all 0.1s;
outline: none;
line-height: 1.5;
font-weight: 400;
color: #495057;
background-color: #fff;
background-clip: padding-box;
}
.form-checkbox:hover {
cursor: pointer;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.form-checkbox-selected {
border-image-source: linear-gradient(44deg, #2af598 0%, #009efd 100%);
border-style: solid;
border-image-slice: 1;
}
.form-checkbox-item {
margin-bottom: 1rem;
}
.form-checkbox-label {
display: flex;
align-self: flex-start;
}
.form-checkbox-label span {
font-size: 12px;
color: #777;
margin-left: 5px;
}
.form-content {
display: flex;
align-self: flex-start;
text-align: left;
line-height: 2;
background: #fff;
padding: 15px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
border-radius: 2px;
}
.form-submit-button {
width: 100%;
margin-top: 1rem;
}
.ta-center {
text-align: center;
}
.footer-items .navbar-brand {
width: 128px;
height: 128px;
}
.navbar-brand .logo {
max-height: 128px;
}
.social-media-icons .facebook,
.social-media-icons .twitter,
.social-media-icons .instagram {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
background: #52c2cd;
color: #fff;
margin-left: 0.5em;
margin-right: 0.5em;
border-radius: 3px;
transition: all 0.3s ease-in-out;
}
.social-media-icons a:hover {
border-bottom: 4px solid #2af598;
}
.footer-area .footer-items a:hover {
color: #fff !important;
cursor: pointer;
}
.changing-text {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: center;
}
.blog-top-section {
height: 250px;
}
.blog-top-image-container {
max-height: 500px;
overflow: hidden;
position: relative;
}
.nav-dark {
background: rgba(0, 0, 0, 0) linear-gradient(44deg, #2af598 0%, #009efd 100%)
repeat scroll 0 0;
}
.social-icons {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 100%;
}
.social-icons svg {
width: 30px;
color: var(--black);
}
.meta-info ul {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.content-container p {
font-size: 18px;
line-height: 2;
}
.blog-title {
text-align: center;
margin-top: 16px;
margin-bottom: 16px;
line-height: 1.5;
}
.blog-title a::after {
width: 100px;
height: 2px;
background-color: #009efd;
}
.blog-details > .blog-title a {
font-size: 48px !important;
}
.section-heading {
margin-bottom: 20px;
}
/* Table CSS */
table {
display: table;
border-spacing: 2px;
border-color: grey;
width: 100%;
border-collapse: collapse;
}
thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
padding: 8px;
}
th {
display: table-cell;
vertical-align: middle;
font-size: 18px;
color: #fff;
background-color: var(--primary-color);
}
th,
td {
font-weight: unset;
padding: 8px;
text-align: left;
line-height: 2;
vertical-align: middle;
}
.blog-top-title {
position: absolute;
width: 100%;
text-align: center;
color: var(--white);
z-index: 100;
display: flex;
justify-content: center;
align-items: center;
height: 450px;
}
h1,
h2,
h3 {
line-height: 1.2;
margin-bottom: 16px;
}
.content-container ul {
margin-top: 16px;
margin-bottom: 16px;
}
.content-container ul li {
list-style-type: disc;
margin-left: 20px;
font-size: 15px;
line-height: 2;
}
.gatsby-resp-image-figcaption {
text-align: center;
}
.content-container h1 {
font-size: 48px;
line-height: 1.5;
}
.admin-thumb > .rounded-circle {
border: 1px solid #0ebbdc;
padding: 5px;
}
.admin {
display: flex;
flex-direction: row;
align-items: center;
}
.form-message {
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #e40020 0%, #ea6da7 100%) repeat scroll 0 0;
padding: 16px;
font-size: 18px;
color: #fff;
margin-top: 1em;
border-radius: 5px;
}
.contact-box {
margin-top: 20px;
}
.hero__container {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 550px;
position: relative;
top: 90px;
margin-bottom: 140px;
}
.hero__shadow {
width: 50%;
height: 5px;
border-radius: 100%;
position: absolute;
top: calc(100% + 16px);
left: 0;
background: rgba(0, 0, 0, 0.05);
transform: translateX(50%);
}
.hero__contentContainer {
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.hero__contentContainer h1 {
font-size: 32px;
}
.hero__contentContainer h2 {
font-size: 18px;
margin-bottom: 16px;
}
.cards__container {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 32px;
row-gap: 32px;
margin-top: 32px;
margin-bottom: 50px;
}
.card__container {
display: flex;
flex-direction: column;
justify-content: space-between;
background: #fff;
border: 1px solid #f9f9f9;
padding: 32px;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
border-radius: 10px;
position: relative;
align-items: center;
}
.card__container:after {
position: absolute;
content: "";
height: 2px;
width: calc(100% - 10px);
border-radius: 50%;
top: 0;
left: 50%;
transform: translateX(-50%);
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
}
.card__details .gatsby-image-wrapper {
margin-bottom: 16px;
}
.card__title {
font-size: 20px;
font-weight: 600;
margin-bottom: 16px;
font-family: "Poppins", sans-serif;
text-align: center;
}
.card__content {
font-size: 14px;
margin-bottom: 16px;
font-family: "Poppins", sans-serif;
text-align: center;
}
.callToAction__container {
width: 100vw;
padding: 50px 100px;
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #fff;
margin: 32px 0;
}
.callToAction__line {
width: 250px;
height: 1px;
border-radius: 100%;
background-color: rgba(255, 255, 255, 0.5);
margin: 16px 0;
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.callToAction__container h1 {
display: inline;
font-size: 24px;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #fff;
text-shadow: 0 1px 1px #6f6f6f;
}
.callToAction__container h2 {
font-size: 18px;
font-family: "Poppins", sans-serif;
text-align: center;
color: #fff;
margin-bottom: 16px;
}
.thumb-next i, .thumb-prev i {
font-size: 60px;
color: #d9d9d9;
}
.promotion__container {
display: flex;
flex-direction: row;
justify-content: space-between;
position: relative;
margin-top: 50px;
margin-bottom: 50px;
align-items: center;
}
.promotion__details h1 {
font-size: 24px;
}
.promotion__details p {
font-size: 18px;
line-height: 1.5;
}
.promotion__details {
display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1;
}
.dividedHero__container {
display: grid;
grid-template-columns: repeat(2, 1fr);
height: 500px;
width: 100%;
align-items: center;
}
.hamilePilatesi__dividedContainer {
margin-top: 90px;
}
.dividedHero__details {
padding: 50px;
}
.dividedHero__details p {
font-size: 20px;
line-height: 1.5;
}
.dividedHero__image {
overflow: hidden;
object-fit: cover;
height: 100%;
}
.hamilePilatesi__promotion {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 75%;
margin: 50px auto;
}
.hamilePilatesi__label {
padding: 5px;
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
color: #fff;
font-size: 16px;
margin-right: 8px;
border-radius: 10px;
}
.hamilePilatesi__content {
font-size: 16px;
}
.hamilePilatesi__content a {
color: #0084e2;
}
.hamilePilates__line {
display: block;
margin: 32px auto;
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
width: 75px;
height: 2px;
}
.Tabbed__container {
display: flex;
width: 100%;
flex-direction: column;
align-items: center;
}
.Tabbed__tabContainer {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
margin: 0 auto;
max-width: 800px;
}
.Tabbed__tab {
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
padding: 10px;
text-align: center;
font-size: 14px;
margin-bottom: 10px;
}
.Tabbed__tab:hover {
cursor: pointer;
}
.Tabbed__tab > p {
font-size: 18px;
}
.Tabbed__tab.selected > p {
font-weight: 600;
}
.Tabbed__tab.selected::after {
content: "";
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
position: relative;
height: 2px;
width: 100%;
top: 10px;
}
.Tabbed__tabContent {
display: flex;
flex-direction: row;
align-items: flex-start;
}
.Tabbed__tabImage, .Tabbed__tabDetails {
flex-grow: 1;
flex-basis: 0;
padding: 30px 15px;
}
.Tabbed__tabContentTitle {
font-size: 20px;
font-weight: 600;
}
.Tabbed__tabDetails p {
font-size: 16px;
line-height: 2;
margin-bottom: 16px;
}
.MatPilates__center {
margin: 0 auto;
}
.content-container li {
list-style: decimal;
}
.content-container ol, ul {
padding-left: 1.5rem;
margin: 1rem 0;
font-size: 1rem;
line-height: 2;
}
.content-container ul li {
list-style: circle;
}
.content-container ul li::marker {
margin-left: 1rem;
}
.content-container ul li, ol li {
margin-left: 1rem;
}
.content-container h3 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.content-container h2 {
margin-top: 1.2rem;
margin-bottom: 1.2rem;
}
.content-container h1 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.content-container .float-left {
margin-right: 1rem;
}
.content-container blockquote {
padding: 1rem;
margin: 2rem 0;
border: 1px solid #d9d9d9;
border-left: 5px solid #333;
border-radius: 5px;
clear: both;
} | src/styles/global.css | :root {
--primary-color: #00cff2;
--text-color: #777;
--black: #444;
--white: #fff;
}
.navbar-brand {
height: 60px;
width: 60px;
}
.btn-sm {
padding: 7px 15px;
top: 3px;
}
.mg-l-10 {
margin-left: 10px;
}
.mg-t-1em {
margin-top: 1em;
}
.subscribe-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.start-free-text {
flex: 2;
}
.start-free-btn {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
}
.feature-image {
border-radius: 10px;
overflow: hidden;
margin-bottom: 1em;
height: 200px;
}
.p-relative {
position: relative;
}
.video-btn-container {
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
}
.video-btn {
display: flex;
align-items: center;
justify-content: center;
}
.shape-left:before {
left: -53rem;
right: unset;
top: 17rem;
}
.shape-right:before {
right: -53rem;
left: unset;
top: -17rem;
}
.about-thumb {
border-radius: 10px;
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
overflow: hidden;
transition: all 0.1s ease-in-out;
}
.about-thumb:hover {
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}
.form-select {
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
box-shadow: unset;
}
.form-select-icon {
position: absolute;
right: 30px;
top: 20px;
}
.form-checkbox {
display: flex;
align-items: center;
width: 100%;
font-size: 14px;
height: 50px;
padding: 0 15px;
border: none;
box-shadow: none;
border-radius: 0;
transition: all 0.1s;
outline: none;
line-height: 1.5;
font-weight: 400;
color: #495057;
background-color: #fff;
background-clip: padding-box;
}
.form-checkbox:hover {
cursor: pointer;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.form-checkbox-selected {
border-image-source: linear-gradient(44deg, #2af598 0%, #009efd 100%);
border-style: solid;
border-image-slice: 1;
}
.form-checkbox-item {
margin-bottom: 1rem;
}
.form-checkbox-label {
display: flex;
align-self: flex-start;
}
.form-checkbox-label span {
font-size: 12px;
color: #777;
margin-left: 5px;
}
.form-content {
display: flex;
align-self: flex-start;
text-align: left;
line-height: 2;
background: #fff;
padding: 15px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
border-radius: 2px;
}
.form-submit-button {
width: 100%;
margin-top: 1rem;
}
.ta-center {
text-align: center;
}
.footer-items .navbar-brand {
width: 128px;
height: 128px;
}
.navbar-brand .logo {
max-height: 128px;
}
.social-media-icons .facebook,
.social-media-icons .twitter,
.social-media-icons .instagram {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
background: #52c2cd;
color: #fff;
margin-left: 0.5em;
margin-right: 0.5em;
border-radius: 3px;
transition: all 0.3s ease-in-out;
}
.social-media-icons a:hover {
border-bottom: 4px solid #2af598;
}
.footer-area .footer-items a:hover {
color: #fff !important;
cursor: pointer;
}
.changing-text {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: center;
}
.blog-top-section {
height: 250px;
}
.blog-top-image-container {
max-height: 500px;
overflow: hidden;
position: relative;
}
.nav-dark {
background: rgba(0, 0, 0, 0) linear-gradient(44deg, #2af598 0%, #009efd 100%)
repeat scroll 0 0;
}
.social-icons {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 100%;
}
.social-icons svg {
width: 30px;
color: var(--black);
}
.meta-info ul {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.content-container p {
font-size: 18px;
line-height: 2;
}
.blog-title {
text-align: center;
margin-top: 16px;
margin-bottom: 16px;
line-height: 1.5;
}
.blog-title a::after {
width: 100px;
height: 2px;
background-color: #009efd;
}
.blog-details > .blog-title a {
font-size: 48px !important;
}
.section-heading {
margin-bottom: 20px;
}
/* Table CSS */
table {
display: table;
border-spacing: 2px;
border-color: grey;
width: 100%;
border-collapse: collapse;
}
thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
padding: 8px;
}
th {
display: table-cell;
vertical-align: middle;
font-size: 18px;
color: #fff;
background-color: var(--primary-color);
}
th,
td {
font-weight: unset;
padding: 8px;
text-align: left;
line-height: 2;
vertical-align: middle;
}
.blog-top-title {
position: absolute;
width: 100%;
text-align: center;
color: var(--white);
z-index: 100;
display: flex;
justify-content: center;
align-items: center;
height: 450px;
}
h1,
h2,
h3 {
line-height: 1.2;
margin-bottom: 16px;
}
.content-container ul {
margin-top: 16px;
margin-bottom: 16px;
}
.content-container ul li {
list-style-type: disc;
margin-left: 20px;
font-size: 15px;
line-height: 2;
}
.gatsby-resp-image-figcaption {
text-align: center;
}
.content-container h1 {
font-size: 48px;
line-height: 1.5;
}
.admin-thumb > .rounded-circle {
border: 1px solid #0ebbdc;
padding: 5px;
}
.admin {
display: flex;
flex-direction: row;
align-items: center;
}
.form-message {
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #e40020 0%, #ea6da7 100%) repeat scroll 0 0;
padding: 16px;
font-size: 18px;
color: #fff;
margin-top: 1em;
border-radius: 5px;
}
.contact-box {
margin-top: 20px;
}
.hero__container {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 550px;
position: relative;
top: 90px;
margin-bottom: 140px;
}
.hero__shadow {
width: 50%;
height: 5px;
border-radius: 100%;
position: absolute;
top: calc(100% + 16px);
left: 0;
background: rgba(0, 0, 0, 0.05);
transform: translateX(50%);
}
.hero__contentContainer {
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.hero__contentContainer h1 {
font-size: 32px;
}
.hero__contentContainer h2 {
font-size: 18px;
margin-bottom: 16px;
}
.cards__container {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 32px;
row-gap: 32px;
margin-top: 32px;
margin-bottom: 50px;
}
.card__container {
display: flex;
flex-direction: column;
justify-content: space-between;
background: #fff;
border: 1px solid #f9f9f9;
padding: 32px;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
border-radius: 10px;
position: relative;
align-items: center;
}
.card__container:after {
position: absolute;
content: "";
height: 2px;
width: calc(100% - 10px);
border-radius: 50%;
top: 0;
left: 50%;
transform: translateX(-50%);
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
}
.card__details .gatsby-image-wrapper {
margin-bottom: 16px;
}
.card__title {
font-size: 20px;
font-weight: 600;
margin-bottom: 16px;
font-family: "Poppins", sans-serif;
text-align: center;
}
.card__content {
font-size: 14px;
margin-bottom: 16px;
font-family: "Poppins", sans-serif;
text-align: center;
}
.callToAction__container {
width: 100vw;
padding: 50px 100px;
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #fff;
margin: 32px 0;
}
.callToAction__line {
width: 250px;
height: 1px;
border-radius: 100%;
background-color: rgba(255, 255, 255, 0.5);
margin: 16px 0;
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.callToAction__container h1 {
display: inline;
font-size: 24px;
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #fff;
text-shadow: 0 1px 1px #6f6f6f;
}
.callToAction__container h2 {
font-size: 18px;
font-family: "Poppins", sans-serif;
text-align: center;
color: #fff;
margin-bottom: 16px;
}
.thumb-next i, .thumb-prev i {
font-size: 60px;
color: #d9d9d9;
}
.promotion__container {
display: flex;
flex-direction: row;
justify-content: space-between;
position: relative;
margin-top: 50px;
margin-bottom: 50px;
align-items: center;
}
.promotion__details h1 {
font-size: 24px;
}
.promotion__details p {
font-size: 18px;
line-height: 1.5;
}
.promotion__details {
display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1;
}
.dividedHero__container {
display: grid;
grid-template-columns: repeat(2, 1fr);
height: 500px;
width: 100%;
align-items: center;
}
.hamilePilatesi__dividedContainer {
margin-top: 90px;
}
.dividedHero__details {
padding: 50px;
}
.dividedHero__details p {
font-size: 20px;
line-height: 1.5;
}
.dividedHero__image {
overflow: hidden;
object-fit: cover;
height: 100%;
}
.hamilePilatesi__promotion {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 75%;
margin: 50px auto;
}
.hamilePilatesi__label {
padding: 5px;
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
color: #fff;
font-size: 16px;
margin-right: 8px;
border-radius: 10px;
}
.hamilePilatesi__content {
font-size: 16px;
}
.hamilePilatesi__content a {
color: #0084e2;
}
.hamilePilates__line {
display: block;
margin: 32px auto;
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
width: 75px;
height: 2px;
}
.Tabbed__container {
display: flex;
width: 100%;
flex-direction: column;
align-items: center;
}
.Tabbed__tabContainer {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
margin: 0 auto;
max-width: 800px;
}
.Tabbed__tab {
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
padding: 10px;
text-align: center;
font-size: 14px;
margin-bottom: 10px;
}
.Tabbed__tab:hover {
cursor: pointer;
}
.Tabbed__tab > p {
font-size: 18px;
}
.Tabbed__tab.selected > p {
font-weight: 600;
}
.Tabbed__tab.selected::after {
content: "";
background: rgba(0, 0, 0, 0)
linear-gradient(to right, #00e4e2 0%, #81ee8e 100%) repeat scroll 0 0;
position: relative;
height: 2px;
width: 100%;
top: 10px;
}
.Tabbed__tabContent {
display: flex;
flex-direction: row;
align-items: flex-start;
}
.Tabbed__tabImage, .Tabbed__tabDetails {
flex-grow: 1;
flex-basis: 0;
padding: 30px 15px;
}
.Tabbed__tabContentTitle {
font-size: 20px;
font-weight: 600;
}
.Tabbed__tabDetails p {
font-size: 16px;
line-height: 2;
margin-bottom: 16px;
}
.MatPilates__center {
margin: 0 auto;
}
.content-container li {
list-style: decimal;
}
.content-container ol, ul {
padding-left: 1.5rem;
margin: 1rem 0;
font-size: 1rem;
line-height: 2;
}
.content-container ul li {
list-style: circle;
}
.content-container ul li::marker {
margin-left: 1rem;
}
.content-container ul li, ol li {
margin-left: 1rem;
}
.content-container h3 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.content-container h2 {
margin-top: 1.2rem;
margin-bottom: 1.2rem;
}
.content-container h1 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.content-container .float-left {
margin-right: 1rem;
}
.content-container blockquote {
padding: 1rem;
margin: 2rem 0;
border: 1px solid #d9d9d9;
border-left: 5px solid #333;
border-radius: 5px;
clear: both;
} | 0.553747 | 0.103839 |
.reviews-page {
width: 100%;
height: 100%;
min-height: 100vh;
}
.review-search-div {
margin: 0 auto;
margin-top: 50px;
width: 600px;
}
#review-search-wrapper {
width: 500px;
margin: 0 auto;
display: block;
/* border: 1px solid rgb(156, 18, 184); */
background: rgb(255, 255, 255);
box-shadow: 0px 1px 5px rgb(0, 0, 0, 0.12);
border-radius: 10px;
}
#reviews-search-input {
width: 90%;
height: 50px;
padding: 10px;
border-radius: 10px;
border: none;
font-size: 16px;
}
.search-review-icon {
display: inline-block;
vertical-align: middle;
width: 5%;
text-align: center;
}
.review-sort-div {
margin: 0 auto;
margin-top: 20px;
width: fit-content;
background: rgb(255, 255, 255);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
padding: 10px;
border: 1px solid rgb(219, 219, 219);
border-bottom: none;
}
.review-sort-div table {
width: 600px;
}
.review-sort-td {
text-align: right;
display: table-cell;
}
.review-sort-responsive {
display: none;
padding-top: 10px;
}
.sort-btn-div {
display: inline-block;
margin: 0 5px;
}
.sort-btn {
padding: 0!important;
margin: 2px;
vertical-align: top;
}
.review-container {
width: 620px;
margin: 0 auto;
border: 1px solid rgb(219, 219, 219);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-top: none;
}
.no-reviews {
text-align: center;
padding: 50px 0;
background: white;
}
.no-reviews h2 {
margin: 0;
}
.review-page-navigator {
width: 600px;
height: 30px;
/* background: white;
box-shadow: 0 1px 5px rgb(0, 0, 0, 0.04);
border-radius: 4px; */
padding: 5px;
margin: 40px auto;
margin-bottom: 70px;
}
.review-page-navigator table {
width: fit-content;
margin: 0 auto;
}
.review-page-navigator table td {
padding: 0 10px;
}
.review-page-navigator button {
font-family: "Roboto", sans-serif;
border-radius: 100%;
width: 30px;
height: 30px;
border: 1px solid rgb(0, 0, 0, 0.12);
background: none;
cursor: pointer;
}
.review-page-navigator .selected-page {
border: 1px solid rgba(160, 39, 207);
background: rgb(245, 212, 245);
}
.review-page-navigator .prev-review-page,
.review-page-navigator .next-review-page {
width: 50px;
border-radius: 2px;
background: rgba(160, 39, 207);
color: white;
}
/* ------- MEDIA QUERIES ------- */
@media (max-width: 600px) {
.review-search-div {
width: 100%;
margin-top: 25px;
}
#review-search-wrapper {
width: 95%;
}
#reviews-search-input {
font-size: 13px;
height: 35px;
}
.search-review-icon {
width: 10%;
}
.review-sort-div {
width: 86%;
border: 1px solid rgb(219, 219, 219);
margin-bottom: 10px;
}
.review-sort-div table {
width: 100%;
}
.review-sort-responsive {
display: table-cell;
}
.review-sort-td {
display: none;
}
#review-pages-outof {
font-size: 13px;
}
.review-container {
width: 90%;
}
.review-page-navigator {
margin-top: 20px;
width: 90%;
}
} | client/src/pages/Reviews/style.css | .reviews-page {
width: 100%;
height: 100%;
min-height: 100vh;
}
.review-search-div {
margin: 0 auto;
margin-top: 50px;
width: 600px;
}
#review-search-wrapper {
width: 500px;
margin: 0 auto;
display: block;
/* border: 1px solid rgb(156, 18, 184); */
background: rgb(255, 255, 255);
box-shadow: 0px 1px 5px rgb(0, 0, 0, 0.12);
border-radius: 10px;
}
#reviews-search-input {
width: 90%;
height: 50px;
padding: 10px;
border-radius: 10px;
border: none;
font-size: 16px;
}
.search-review-icon {
display: inline-block;
vertical-align: middle;
width: 5%;
text-align: center;
}
.review-sort-div {
margin: 0 auto;
margin-top: 20px;
width: fit-content;
background: rgb(255, 255, 255);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
padding: 10px;
border: 1px solid rgb(219, 219, 219);
border-bottom: none;
}
.review-sort-div table {
width: 600px;
}
.review-sort-td {
text-align: right;
display: table-cell;
}
.review-sort-responsive {
display: none;
padding-top: 10px;
}
.sort-btn-div {
display: inline-block;
margin: 0 5px;
}
.sort-btn {
padding: 0!important;
margin: 2px;
vertical-align: top;
}
.review-container {
width: 620px;
margin: 0 auto;
border: 1px solid rgb(219, 219, 219);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-top: none;
}
.no-reviews {
text-align: center;
padding: 50px 0;
background: white;
}
.no-reviews h2 {
margin: 0;
}
.review-page-navigator {
width: 600px;
height: 30px;
/* background: white;
box-shadow: 0 1px 5px rgb(0, 0, 0, 0.04);
border-radius: 4px; */
padding: 5px;
margin: 40px auto;
margin-bottom: 70px;
}
.review-page-navigator table {
width: fit-content;
margin: 0 auto;
}
.review-page-navigator table td {
padding: 0 10px;
}
.review-page-navigator button {
font-family: "Roboto", sans-serif;
border-radius: 100%;
width: 30px;
height: 30px;
border: 1px solid rgb(0, 0, 0, 0.12);
background: none;
cursor: pointer;
}
.review-page-navigator .selected-page {
border: 1px solid rgba(160, 39, 207);
background: rgb(245, 212, 245);
}
.review-page-navigator .prev-review-page,
.review-page-navigator .next-review-page {
width: 50px;
border-radius: 2px;
background: rgba(160, 39, 207);
color: white;
}
/* ------- MEDIA QUERIES ------- */
@media (max-width: 600px) {
.review-search-div {
width: 100%;
margin-top: 25px;
}
#review-search-wrapper {
width: 95%;
}
#reviews-search-input {
font-size: 13px;
height: 35px;
}
.search-review-icon {
width: 10%;
}
.review-sort-div {
width: 86%;
border: 1px solid rgb(219, 219, 219);
margin-bottom: 10px;
}
.review-sort-div table {
width: 100%;
}
.review-sort-responsive {
display: table-cell;
}
.review-sort-td {
display: none;
}
#review-pages-outof {
font-size: 13px;
}
.review-container {
width: 90%;
}
.review-page-navigator {
margin-top: 20px;
width: 90%;
}
} | 0.474144 | 0.122235 |
.col-item {
border: 1px solid #E1E1E1;
border-radius: 10px;
background: #FFF;
margin: 10px;
}
.col-item:hover {
box-shadow: 0px 2px 5px -1px #000;
-moz-box-shadow: 0px 2px 5px -1px #000;
-webkit-box-shadow: 0px 2px 5px -1px #000;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 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;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-bottom:1px solid #52A1D5;
}
.col-item .photo img {
margin: 0 auto;
width: 100%;
padding: 1px;
border-radius: 10px 10px 0 0 ;
}
.col-item .info {
padding: 10px;
border-radius: 0 0 5px 5px;
margin-top: 1px;
}
.owner-name {
/*color: #219FD1;*/
font-size: 15px;
float: right;
}
.col-item .price {
/*width: 50%;*/
float: left;
margin-top: 5px;
}
.col-item .price h5 {
line-height: 16px;
margin: 0;
display: inline;
}
.price-text-color {
color: #219FD1;
font-size: 18px;
float: right;
}
.col-item .separator {
border-top: 1px solid #E1E1E1;
}
.col-item .separator p {
line-height: 20px;
margin-bottom: 0;
margin-top: 10px;
text-align: center;
}
.col-item .separator p i{
margin-right: 5px;
}
.col-item .btn-add {
width: 50%;
float: left;
}
.controls {
margin-top: 20px;
}
[data-slide="prev"] {
margin-right: 10px;
}
/*
Hover the image
*/
.post-img-content {
height: 196px;
/*width: 290px;*/
position: relative;
overflow: hidden;
}
.post-img-content img {
position: absolute;
padding: 1px;
border-radius: 10px 10px 0 0 ;
max-width: 100%;
max-height: 100%;
}
.round-tag {
width: 60px;
height: 60px;
border-radius: 50% 50% 50% 0;
border: 4px solid #FFF;
background: #37A12B;
position: absolute;
bottom: 0px;
padding: 15px 6px;
font-size: 17px;
color: #FFF;
font-weight: bold;
}
#slider {
min-height:630px;
background-image:url(./images/macbook.jpg);
background-size:100% 100%;
margin-left: 50px;
margin-right: 50px;
}
.data {
background-color: rgba(248,248,248,0.7);
color: #333;
width: auto;
position: absolute;
bottom: 0;
float: right;
right: 50px;
}
#items {
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255,255,255,0.8);
background-color: #f8f8f8;
/*border-radius: 5px;*/
padding: 20px;
color: #23527c;
}
#contact {
background-image:url(./images/contact.jpg);
min-height:630px;
/*min-width:630px;*/
background-size:100% 100%;
margin-left: 50px;
margin-right: 50px;
color: #a9c9f9;
color: #219FD1;
color: #f8f8f8;
color: #337ab7;
/*border-radius: 5px;*/
text-align: center;
}
.contact {
background-color: rgba(0,0,0,0.9);
min-height: 641px;
min-width: inherit;
/*border-radius: 5px;*/
}
h2 {
text-align: center;
}
tbody {
border: 0;
} | public/css/style.css | .col-item {
border: 1px solid #E1E1E1;
border-radius: 10px;
background: #FFF;
margin: 10px;
}
.col-item:hover {
box-shadow: 0px 2px 5px -1px #000;
-moz-box-shadow: 0px 2px 5px -1px #000;
-webkit-box-shadow: 0px 2px 5px -1px #000;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 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;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-bottom:1px solid #52A1D5;
}
.col-item .photo img {
margin: 0 auto;
width: 100%;
padding: 1px;
border-radius: 10px 10px 0 0 ;
}
.col-item .info {
padding: 10px;
border-radius: 0 0 5px 5px;
margin-top: 1px;
}
.owner-name {
/*color: #219FD1;*/
font-size: 15px;
float: right;
}
.col-item .price {
/*width: 50%;*/
float: left;
margin-top: 5px;
}
.col-item .price h5 {
line-height: 16px;
margin: 0;
display: inline;
}
.price-text-color {
color: #219FD1;
font-size: 18px;
float: right;
}
.col-item .separator {
border-top: 1px solid #E1E1E1;
}
.col-item .separator p {
line-height: 20px;
margin-bottom: 0;
margin-top: 10px;
text-align: center;
}
.col-item .separator p i{
margin-right: 5px;
}
.col-item .btn-add {
width: 50%;
float: left;
}
.controls {
margin-top: 20px;
}
[data-slide="prev"] {
margin-right: 10px;
}
/*
Hover the image
*/
.post-img-content {
height: 196px;
/*width: 290px;*/
position: relative;
overflow: hidden;
}
.post-img-content img {
position: absolute;
padding: 1px;
border-radius: 10px 10px 0 0 ;
max-width: 100%;
max-height: 100%;
}
.round-tag {
width: 60px;
height: 60px;
border-radius: 50% 50% 50% 0;
border: 4px solid #FFF;
background: #37A12B;
position: absolute;
bottom: 0px;
padding: 15px 6px;
font-size: 17px;
color: #FFF;
font-weight: bold;
}
#slider {
min-height:630px;
background-image:url(./images/macbook.jpg);
background-size:100% 100%;
margin-left: 50px;
margin-right: 50px;
}
.data {
background-color: rgba(248,248,248,0.7);
color: #333;
width: auto;
position: absolute;
bottom: 0;
float: right;
right: 50px;
}
#items {
margin-left: 50px;
margin-right: 50px;
background-color: rgba(255,255,255,0.8);
background-color: #f8f8f8;
/*border-radius: 5px;*/
padding: 20px;
color: #23527c;
}
#contact {
background-image:url(./images/contact.jpg);
min-height:630px;
/*min-width:630px;*/
background-size:100% 100%;
margin-left: 50px;
margin-right: 50px;
color: #a9c9f9;
color: #219FD1;
color: #f8f8f8;
color: #337ab7;
/*border-radius: 5px;*/
text-align: center;
}
.contact {
background-color: rgba(0,0,0,0.9);
min-height: 641px;
min-width: inherit;
/*border-radius: 5px;*/
}
h2 {
text-align: center;
}
tbody {
border: 0;
} | 0.346652 | 0.175397 |
.details {
color: white; }
.fixed-top {
opacity: .9; }
@media (max-width: 750px) {
.fixed-top {
max-height: 14%; } }
.mod-behave {
text-align: justify;
padding: 4%;
margin: 2%;
max-height: 800px;
color: darkslategray;
background-color: #cee5f8;
overflow-y: scroll; }
.longtitle * {
margin-top: 20px; }
.title {
color: darkblue;
text-align: center;
font-size: 105%;
margin-top: 10px; }
.featured {
font-weight: 400;
}
.author {
font-size: 125%;
text-align: center;
color: slategray;
border-bottom: 1px solid black;
padding-bottom: 12pt;
margin-left: 30pt;
margin-right: 30pt; }
@media (max-width: 700px) {
.navbarResponsive {
max-height: 14%; } }
.navbarResponsive {
display: block;
min-width: 100%; }
.chapternumber {
margin: 4px 0px 8px;
color: blue; }
.dailytitle {
text-align: left;
color: darkslategray;
font-family: 'Roboto';
padding: 3px 0px;
margin: 5px 0px 5px; }
.chaptertitle {
margin-left: 30pt; }
.firstparagraph::first-letter {
font-size: 200%;
font-weight: bold;
border: solid thin darkslategrey;
padding: 4pt;
margin: 5px 4px 0px 0px; }
img.rounded-circle {
opacity: 1; }
img#tom {
opacity: 1;
background-color: white; }
a.trans-back {
background-color: blue; }
.quote {
margin: 0px 20px 10px 20px; }
.footnotes {
margin-top: 30px;
text-align: left; }
.maplegend {
border: .5px solid white;
font-size: .7rem;
border: .5 solid #9ac9ee;
padding: 5px;
text-align: left; }
.dailytech {
padding-top: 3%;
padding-bottom: 2%;
font-family: 'Monoton';
font-weight: 100;
font-size: 2rem; }
.subdailytech {
font-family: 'Monoton';
font-weight: 100;
font-size: 1.2rem;
line-height: 1.3rem;
text-align: center;
color: darkblue; }
#tom {
opacity: 1; }
.hidden {
display: hidden; }
.border {
border: 1px solid white; }
.secret {
margin-top: 20px;
margin-bottom: 20px;
background-color: transparent;
padding: 10px;
font-family: 'Monoton';
cursor: pointer;
outline: none; }
.secret:hover {
background-color: steelblue;
color: #0b5e9c;
cursor: pointer; }
#secret-paragraph {
padding: 5% 5%; }
@media (min-width: 100px) {
#secret-paragraphMP {
padding: 5% 5% 1%;
font-family: 'monoton';
max-width: 100%; }
#secret-paragraphMPB:hover {
cursor: pointer; }
button {
padding: 0px;
max-width: 100%; } }
button {
margin: 0px;
text-transform: uppercase;
padding: 1% 1%;
max-width: 100%; }
#secret-buttonMP {
padding: 5% 5% 1%;
font-family: 'monoton'; }
#secret-buttonMP:hover {
color: darkslateblue;
font-weight: bold;
cursor: pointer; }
#secret-paragraphMP {
padding: 5% 5% 1%;
font-family: 'monoton';
max-width: 100%; }
#secret-paragraphMP .firstparagraph::first-letter {
font-size: 200%;
font-weight: bold;
border: solid thin white;
padding: 4pt;
margin: 15px 4px 0px 0px; }
/* MPB */
#secret-buttonMPB {
padding: 5% 5% 1%;
font-family: 'monoton'; }
/* mb-4 2 to mb4card */
p.mb4card {
margin-top: 20px;
margin-bottom: 10px;
padding: 5px; }
.mb4card {
font-weight: 300;
list-style-type: none;
text-align: center;
color: white;
border: 0px solid red;
box-shadow: 0px 10px 50px silver;
background-color: rgba(0, 0, 200, 0.5);
background-image: url("../img/MaestasReykjavikBanner.png");
border-radius: 0px;
border: 0px solid red;
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3); }
.mb4card a {
color: blue;
text-align: center; }
/* mb-4 321111111111111 to mb4card */ | public/css/mainblog.css | .details {
color: white; }
.fixed-top {
opacity: .9; }
@media (max-width: 750px) {
.fixed-top {
max-height: 14%; } }
.mod-behave {
text-align: justify;
padding: 4%;
margin: 2%;
max-height: 800px;
color: darkslategray;
background-color: #cee5f8;
overflow-y: scroll; }
.longtitle * {
margin-top: 20px; }
.title {
color: darkblue;
text-align: center;
font-size: 105%;
margin-top: 10px; }
.featured {
font-weight: 400;
}
.author {
font-size: 125%;
text-align: center;
color: slategray;
border-bottom: 1px solid black;
padding-bottom: 12pt;
margin-left: 30pt;
margin-right: 30pt; }
@media (max-width: 700px) {
.navbarResponsive {
max-height: 14%; } }
.navbarResponsive {
display: block;
min-width: 100%; }
.chapternumber {
margin: 4px 0px 8px;
color: blue; }
.dailytitle {
text-align: left;
color: darkslategray;
font-family: 'Roboto';
padding: 3px 0px;
margin: 5px 0px 5px; }
.chaptertitle {
margin-left: 30pt; }
.firstparagraph::first-letter {
font-size: 200%;
font-weight: bold;
border: solid thin darkslategrey;
padding: 4pt;
margin: 5px 4px 0px 0px; }
img.rounded-circle {
opacity: 1; }
img#tom {
opacity: 1;
background-color: white; }
a.trans-back {
background-color: blue; }
.quote {
margin: 0px 20px 10px 20px; }
.footnotes {
margin-top: 30px;
text-align: left; }
.maplegend {
border: .5px solid white;
font-size: .7rem;
border: .5 solid #9ac9ee;
padding: 5px;
text-align: left; }
.dailytech {
padding-top: 3%;
padding-bottom: 2%;
font-family: 'Monoton';
font-weight: 100;
font-size: 2rem; }
.subdailytech {
font-family: 'Monoton';
font-weight: 100;
font-size: 1.2rem;
line-height: 1.3rem;
text-align: center;
color: darkblue; }
#tom {
opacity: 1; }
.hidden {
display: hidden; }
.border {
border: 1px solid white; }
.secret {
margin-top: 20px;
margin-bottom: 20px;
background-color: transparent;
padding: 10px;
font-family: 'Monoton';
cursor: pointer;
outline: none; }
.secret:hover {
background-color: steelblue;
color: #0b5e9c;
cursor: pointer; }
#secret-paragraph {
padding: 5% 5%; }
@media (min-width: 100px) {
#secret-paragraphMP {
padding: 5% 5% 1%;
font-family: 'monoton';
max-width: 100%; }
#secret-paragraphMPB:hover {
cursor: pointer; }
button {
padding: 0px;
max-width: 100%; } }
button {
margin: 0px;
text-transform: uppercase;
padding: 1% 1%;
max-width: 100%; }
#secret-buttonMP {
padding: 5% 5% 1%;
font-family: 'monoton'; }
#secret-buttonMP:hover {
color: darkslateblue;
font-weight: bold;
cursor: pointer; }
#secret-paragraphMP {
padding: 5% 5% 1%;
font-family: 'monoton';
max-width: 100%; }
#secret-paragraphMP .firstparagraph::first-letter {
font-size: 200%;
font-weight: bold;
border: solid thin white;
padding: 4pt;
margin: 15px 4px 0px 0px; }
/* MPB */
#secret-buttonMPB {
padding: 5% 5% 1%;
font-family: 'monoton'; }
/* mb-4 2 to mb4card */
p.mb4card {
margin-top: 20px;
margin-bottom: 10px;
padding: 5px; }
.mb4card {
font-weight: 300;
list-style-type: none;
text-align: center;
color: white;
border: 0px solid red;
box-shadow: 0px 10px 50px silver;
background-color: rgba(0, 0, 200, 0.5);
background-image: url("../img/MaestasReykjavikBanner.png");
border-radius: 0px;
border: 0px solid red;
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3); }
.mb4card a {
color: blue;
text-align: center; }
/* mb-4 321111111111111 to mb4card */ | 0.555676 | 0.099295 |
main {
width: 100%;
display: block;
margin: 0 auto;
max-width: 1000px;
}
.title {
margin: 10px 0 2px;
}
.container {
margin: 0 auto;
max-width: 1240px;
padding-right: 10px;
padding-left: 10px;
box-sizing: border-box;
}
.palette {
padding: 10px;
border: 1px solid #000;
}
.code-sample {
margin-top: 1rem;
margin-bottom: 3rem;
}
.code-sample code{
margin-bottom: 0;
}
.f-demo {
padding: 5px;
width: 100%;
border: 1px solid #ddd;
border-radius: 2px;
background: #f7f7f7;
text-align: center;
}
/* desert scheme ported from vim to google prettify */
pre.prettyprint {
display: block;
background-color: #333;
padding-left:10px;
}
pre .nocode {
background-color: none;
color: #000;
text-align:left;
}
pre .str {
color: #ffa0a0
}
/* string - pink */
pre .kwd {
color: #f0e68c;
}
pre .com {
color: #87ceeb
}
/* comment - skyblue */
pre .typ {
color: #98fb98
}
/* type - lightgreen */
pre .lit {
color: #cd5c5c
}
/* literal - darkred */
pre .pun {
color: #fff
}
/* punctuation */
pre .pln {
color: #fff
}
/* plaintext */
pre .tag {
color: #f0e68c;
}
/* html/xml tag - lightyellow */
pre .atn {
color: #bdb76b;
font-weight: bold
}
/* attribute name - khaki */
pre .atv {
color: #ffa0a0
}
/* attribute value - pink */
pre .dec {
color: #98fb98
}
/* decimal - lightgreen */
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
margin-top: 0;
margin-bottom: 0;
color: #AEAEAE
}
/* IE indents via margin-left */
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
list-style-type: none
}
/* Alternate shading for lines */
li.L1, li.L3, li.L5, li.L7, li.L9 {}
@media print {
pre.prettyprint {
background-color: none
}
pre .str, code .str {
color: #060
}
pre .kwd, code .kwd {
color: #006;
font-weight: bold
}
pre .com, code .com {
color: #600;
font-style: italic
}
pre .typ, code .typ {
color: #404;
font-weight: bold
}
pre .lit, code .lit {
color: #044
}
pre .pun, code .pun {
color: #440
}
pre .pln, code .pln {
color: #000
}
pre .tag, code .tag {
color: #006;
font-weight: bold
}
pre .atn, code .atn {
color: #404
}
pre .atv, code .atv {
color: #060
}
}
/* Flex */
.f-row {
display: flex;
flex-flow: row wrap;
justify-content: center;
/*align-items: center;*/
}
.f-row.flex-vertical {
flex-direction: column;
justify-content: flex-start;
}
.f-row.flex-vertical .f-item {
width: 100%;
}
.f-row.f-row-start {
justify-content: flex-start;
}
.f-row.f-row-end {
justify-content: flex-end;
}
.f-row.f-row-between {
justify-content: space-between;
}
.f-row.f-row-around {
justify-content: space-around;
}
.icon-section > .f-item .f-row {
margin-bottom: 1rem;
}
.f-item-common, .f-item, .f-item-10, .f-item-20, .f-item-25, .f-item-33, .f-item-50, .f-item-67, .f-item-75, .f-item-80, .f-item-90 {
display: inline-block;
width: initial;
margin-left: 20px;
}
.f-item {
flex: 1 1 auto;
}
.f-item-10 {
flex: 0 0 10%;
max-width: 10%;
}
.f-item-20 {
flex: 0 0 20%;
max-width: 20%;
}
.f-item-25 {
flex: 0 0 25%;
max-width: 25%;
}
.f-item-33 {
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
.f-item-50 {
flex: 0 0 50%;
max-width: 50%;
}
.f-item-67 {
flex: 0 0 66.666%;
max-width: 66.666%;
}
.f-item-75 {
flex: 0 0 75%;
max-width: 75%;
}
.f-item-80 {
flex: 0 0 80%;
max-width: 80%;
}
.f-item-90 {
flex: 0 0 90%;
max-width: 90%;
}
/* align a flex item. default is set by flex-row which is center */
.f-item-start {
align-self: flex-start;
}
.f-item-end {
align-self: flex-end;
}
.f-item-center {
align-self: center;
}
.f-item-base {
align-self: baseline;
}
.f-item-stretch {
align-self: stretch;
}
#content {
max-width: 1240px;
padding: 0 2rem;
margin: 0 auto;
flex-direction: column;
}
#mobile-page-selector {
width: 100%;
display: none;
margin: 2rem 0 1rem;
}
.page-wrapper {
display: flex;
margin-top: 40px;
}
.page-wrapper > .sidebar-left {
flex: 1;
margin: 0 0 2rem 0;
overflow: hidden;
}
.page-wrapper > .sidebar-left ul {
padding: 0;
margin: 0;
}
.page-content {
flex: 4;
}
.page-content > div:not(:first-child) {
display: none;
}
@media all and (max-width: 479px) {
.f-item-common-1, .f-item, .f-item-10, .f-item-20, .f-item-25, .f-item-33, .f-item-50, .f-item-67, .f-item-75, .f-item-80, .f-item-90 {
padding: 0.25rem;
display: inline-block;
width: initial;
}
.f-item, .f-item-10, .f-item-20, .f-item-25, .f-item-33, .f-item-50, .f-item-67, .f-item-75, .f-item-80, .f-item-90 {
flex: 1 1 100%;
max-width: 100%;
}
}
@media screen and (max-width: 769px) {
.mobile-hide {
display: none !important;
}
#header #logo, .header #logo {
width: 100%;
}
#mobile-page-selector {
display: block;
}
.sidebar-left {
display: none;
}
}
.flex {
display: flex;
align-items: center;
}
/* Champion */
.logos { padding:20px;}
.logos div{display:block; }
.logo-preview {padding:20px;}
.code--info--separator {border-top:1px solid #ccc; margin:20px 0; font-size: 24px; padding-top:0px; font-weight:400; color: #ccc; letter-spacing:6px; text-align:right; text-transform:uppercase;} | style.css | main {
width: 100%;
display: block;
margin: 0 auto;
max-width: 1000px;
}
.title {
margin: 10px 0 2px;
}
.container {
margin: 0 auto;
max-width: 1240px;
padding-right: 10px;
padding-left: 10px;
box-sizing: border-box;
}
.palette {
padding: 10px;
border: 1px solid #000;
}
.code-sample {
margin-top: 1rem;
margin-bottom: 3rem;
}
.code-sample code{
margin-bottom: 0;
}
.f-demo {
padding: 5px;
width: 100%;
border: 1px solid #ddd;
border-radius: 2px;
background: #f7f7f7;
text-align: center;
}
/* desert scheme ported from vim to google prettify */
pre.prettyprint {
display: block;
background-color: #333;
padding-left:10px;
}
pre .nocode {
background-color: none;
color: #000;
text-align:left;
}
pre .str {
color: #ffa0a0
}
/* string - pink */
pre .kwd {
color: #f0e68c;
}
pre .com {
color: #87ceeb
}
/* comment - skyblue */
pre .typ {
color: #98fb98
}
/* type - lightgreen */
pre .lit {
color: #cd5c5c
}
/* literal - darkred */
pre .pun {
color: #fff
}
/* punctuation */
pre .pln {
color: #fff
}
/* plaintext */
pre .tag {
color: #f0e68c;
}
/* html/xml tag - lightyellow */
pre .atn {
color: #bdb76b;
font-weight: bold
}
/* attribute name - khaki */
pre .atv {
color: #ffa0a0
}
/* attribute value - pink */
pre .dec {
color: #98fb98
}
/* decimal - lightgreen */
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
margin-top: 0;
margin-bottom: 0;
color: #AEAEAE
}
/* IE indents via margin-left */
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
list-style-type: none
}
/* Alternate shading for lines */
li.L1, li.L3, li.L5, li.L7, li.L9 {}
@media print {
pre.prettyprint {
background-color: none
}
pre .str, code .str {
color: #060
}
pre .kwd, code .kwd {
color: #006;
font-weight: bold
}
pre .com, code .com {
color: #600;
font-style: italic
}
pre .typ, code .typ {
color: #404;
font-weight: bold
}
pre .lit, code .lit {
color: #044
}
pre .pun, code .pun {
color: #440
}
pre .pln, code .pln {
color: #000
}
pre .tag, code .tag {
color: #006;
font-weight: bold
}
pre .atn, code .atn {
color: #404
}
pre .atv, code .atv {
color: #060
}
}
/* Flex */
.f-row {
display: flex;
flex-flow: row wrap;
justify-content: center;
/*align-items: center;*/
}
.f-row.flex-vertical {
flex-direction: column;
justify-content: flex-start;
}
.f-row.flex-vertical .f-item {
width: 100%;
}
.f-row.f-row-start {
justify-content: flex-start;
}
.f-row.f-row-end {
justify-content: flex-end;
}
.f-row.f-row-between {
justify-content: space-between;
}
.f-row.f-row-around {
justify-content: space-around;
}
.icon-section > .f-item .f-row {
margin-bottom: 1rem;
}
.f-item-common, .f-item, .f-item-10, .f-item-20, .f-item-25, .f-item-33, .f-item-50, .f-item-67, .f-item-75, .f-item-80, .f-item-90 {
display: inline-block;
width: initial;
margin-left: 20px;
}
.f-item {
flex: 1 1 auto;
}
.f-item-10 {
flex: 0 0 10%;
max-width: 10%;
}
.f-item-20 {
flex: 0 0 20%;
max-width: 20%;
}
.f-item-25 {
flex: 0 0 25%;
max-width: 25%;
}
.f-item-33 {
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
.f-item-50 {
flex: 0 0 50%;
max-width: 50%;
}
.f-item-67 {
flex: 0 0 66.666%;
max-width: 66.666%;
}
.f-item-75 {
flex: 0 0 75%;
max-width: 75%;
}
.f-item-80 {
flex: 0 0 80%;
max-width: 80%;
}
.f-item-90 {
flex: 0 0 90%;
max-width: 90%;
}
/* align a flex item. default is set by flex-row which is center */
.f-item-start {
align-self: flex-start;
}
.f-item-end {
align-self: flex-end;
}
.f-item-center {
align-self: center;
}
.f-item-base {
align-self: baseline;
}
.f-item-stretch {
align-self: stretch;
}
#content {
max-width: 1240px;
padding: 0 2rem;
margin: 0 auto;
flex-direction: column;
}
#mobile-page-selector {
width: 100%;
display: none;
margin: 2rem 0 1rem;
}
.page-wrapper {
display: flex;
margin-top: 40px;
}
.page-wrapper > .sidebar-left {
flex: 1;
margin: 0 0 2rem 0;
overflow: hidden;
}
.page-wrapper > .sidebar-left ul {
padding: 0;
margin: 0;
}
.page-content {
flex: 4;
}
.page-content > div:not(:first-child) {
display: none;
}
@media all and (max-width: 479px) {
.f-item-common-1, .f-item, .f-item-10, .f-item-20, .f-item-25, .f-item-33, .f-item-50, .f-item-67, .f-item-75, .f-item-80, .f-item-90 {
padding: 0.25rem;
display: inline-block;
width: initial;
}
.f-item, .f-item-10, .f-item-20, .f-item-25, .f-item-33, .f-item-50, .f-item-67, .f-item-75, .f-item-80, .f-item-90 {
flex: 1 1 100%;
max-width: 100%;
}
}
@media screen and (max-width: 769px) {
.mobile-hide {
display: none !important;
}
#header #logo, .header #logo {
width: 100%;
}
#mobile-page-selector {
display: block;
}
.sidebar-left {
display: none;
}
}
.flex {
display: flex;
align-items: center;
}
/* Champion */
.logos { padding:20px;}
.logos div{display:block; }
.logo-preview {padding:20px;}
.code--info--separator {border-top:1px solid #ccc; margin:20px 0; font-size: 24px; padding-top:0px; font-weight:400; color: #ccc; letter-spacing:6px; text-align:right; text-transform:uppercase;} | 0.348867 | 0.077903 |
.fixtures {
grid-area: fixtures;
margin-bottom: 10px;
}
.fixture-container {
margin: 10px 0px;
padding: 1.5px;
font-weight: bold;
}
.fixture-container .fixture-head {
margin-bottom: 1.5px;
background-color: #eff6ff;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr 1fr 2fr 1fr;
grid-template-columns: 1fr 1fr 1fr 2fr 1fr;
}
.fixture-container .fixture-head .dropdown-button {
width: 100px;
height: 100%;
padding: 5px;
background-color: #beb3f0;
border-radius: 3px;
border: none;
}
.fixture-container .fixture-bottom {
height: 50px;
background-color: white;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.fixture-container .fixture-bottom .fixture-scores {
width: 70px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
font-weight: bolder;
font-size: large;
}
.fixture-container .fixture-bottom .fixture-scores .fixture-score-home,
.fixture-container .fixture-bottom .fixture-scores .fixture-score-away {
padding: 5px;
}
.fixture-container .fixture-moreInfo {
background-color: white;
border-top: 1px solid;
}
.fixture-container .fixture-moreInfo .progress-bar {
background-color: white;
color: black;
}
.fixture-container .fixture-moreInfo .progress-bar .progress-home {
background-color: #beb3f0;
color: white;
display: inline-block;
}
.fixture-container .fixture-moreInfo .progress-bar .progress-away {
background-color: #d2f7f5;
display: inline-block;
}
.fixture-container .fixture-moreInfo .fixture-stats {
height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.fixture-container .fixture-moreInfo .fixture-stats .fixture-label {
width: 100px;
}
.fixture-container .fixture-moreInfo .fixture-link,
.fixture-container .fixture-moreInfo .fixture-link:visited,
.fixture-container .fixture-moreInfo .fixture-link:hover {
background-color: white;
border-radius: 2px;
padding: 0px 50px;
}
.fixture-container:hover .fixture-head {
background-color: #dce3ee;
}
.fixture-container:hover .fixture-head .dropdown-button {
background-color: #b4aae2;
}
.fixture-container:hover .fixture-head .dropdown-button:hover {
background-color: #b4aae2;
color: white;
cursor: pointer;
}
.fixture-container:hover .fixture-bottom {
background-color: #f7f7f7;
}
.fixture-container:hover .fixture-moreInfo {
background-color: #f7f7f7;
}
.fixture-container:hover .fixture-moreInfo .progress-bar {
background-color: #f7f7f7;
}
.fixture-container:hover .fixture-moreInfo .fixture-link {
background-color: #f7f7f7;
}
.fixture-container:hover .fixture-moreInfo .fixture-link:hover {
background-color: #b4aae2;
color: white;
cursor: pointer;
}
/*# sourceMappingURL=fixtures.css.map */ | src/scss/fixtures/fixtures.css | .fixtures {
grid-area: fixtures;
margin-bottom: 10px;
}
.fixture-container {
margin: 10px 0px;
padding: 1.5px;
font-weight: bold;
}
.fixture-container .fixture-head {
margin-bottom: 1.5px;
background-color: #eff6ff;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr 1fr 2fr 1fr;
grid-template-columns: 1fr 1fr 1fr 2fr 1fr;
}
.fixture-container .fixture-head .dropdown-button {
width: 100px;
height: 100%;
padding: 5px;
background-color: #beb3f0;
border-radius: 3px;
border: none;
}
.fixture-container .fixture-bottom {
height: 50px;
background-color: white;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.fixture-container .fixture-bottom .fixture-scores {
width: 70px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
font-weight: bolder;
font-size: large;
}
.fixture-container .fixture-bottom .fixture-scores .fixture-score-home,
.fixture-container .fixture-bottom .fixture-scores .fixture-score-away {
padding: 5px;
}
.fixture-container .fixture-moreInfo {
background-color: white;
border-top: 1px solid;
}
.fixture-container .fixture-moreInfo .progress-bar {
background-color: white;
color: black;
}
.fixture-container .fixture-moreInfo .progress-bar .progress-home {
background-color: #beb3f0;
color: white;
display: inline-block;
}
.fixture-container .fixture-moreInfo .progress-bar .progress-away {
background-color: #d2f7f5;
display: inline-block;
}
.fixture-container .fixture-moreInfo .fixture-stats {
height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.fixture-container .fixture-moreInfo .fixture-stats .fixture-label {
width: 100px;
}
.fixture-container .fixture-moreInfo .fixture-link,
.fixture-container .fixture-moreInfo .fixture-link:visited,
.fixture-container .fixture-moreInfo .fixture-link:hover {
background-color: white;
border-radius: 2px;
padding: 0px 50px;
}
.fixture-container:hover .fixture-head {
background-color: #dce3ee;
}
.fixture-container:hover .fixture-head .dropdown-button {
background-color: #b4aae2;
}
.fixture-container:hover .fixture-head .dropdown-button:hover {
background-color: #b4aae2;
color: white;
cursor: pointer;
}
.fixture-container:hover .fixture-bottom {
background-color: #f7f7f7;
}
.fixture-container:hover .fixture-moreInfo {
background-color: #f7f7f7;
}
.fixture-container:hover .fixture-moreInfo .progress-bar {
background-color: #f7f7f7;
}
.fixture-container:hover .fixture-moreInfo .fixture-link {
background-color: #f7f7f7;
}
.fixture-container:hover .fixture-moreInfo .fixture-link:hover {
background-color: #b4aae2;
color: white;
cursor: pointer;
}
/*# sourceMappingURL=fixtures.css.map */ | 0.399226 | 0.094929 |
.linkHome {
width: 40px;
height: 40px;
background-color: #5CC8F2;
border-radius: 50%;
position: fixed;
top: 16px;
left: 16px;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.linkHome__link{
text-decoration: none;
font-size: 22px;
color: white;
}
.titleHome {
font-size: 30px;
font-weight: 700;
color: #333333;
margin-top: 32px;
}
.cardsFavPokemons {
width: 100%;
max-width: 1000px;
margin-top: 32px;
display: inline-block;
}
.cardsFavPokemons__space {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
align-items: center;
}
.cardsFavPokemons__card {
width: 100%;
max-width: 300px;
background-color: #d94a4aab;
padding: 10px 2%;
border-radius: 12px;
text-align: center;
position: relative;
margin-top: 16px;
}
.card__borderImg {
width: 100%;
max-width: 140px;
height: 140px;
background-color: rgba(255, 255, 255, 0.4);
border-radius: 50%;
display: inline-block;
margin: 16px -4px 0 0;
position: relative;
}
.card__borderImg img {
width: 100%;
max-width: 120px;
height: 120px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
}
.card__content {
padding: 16px 2%;
}
.card__content h2 {
font-size: 20px;
font-weight: 500;
}
.card__content p {
font-size: 18px;
font-weight: 400;
}
.card__iconFavorite {
width: 32px;
height: 32px;
position: absolute;
top: 16px;
right: 16px;
font-size: 26px;
cursor: pointer;
}
@media screen and (max-width: 420px) {
h1.titleHome {
font-size: 24px;
}
.linkHome {
width: 32px;
height: 32px;
position: relative;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
display: flex;
justify-content: center;
align-items: center;
}
.linkHome__link{
font-size: 16px;
}
} | pokedex/src/components/Favorites/style.css | .linkHome {
width: 40px;
height: 40px;
background-color: #5CC8F2;
border-radius: 50%;
position: fixed;
top: 16px;
left: 16px;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.linkHome__link{
text-decoration: none;
font-size: 22px;
color: white;
}
.titleHome {
font-size: 30px;
font-weight: 700;
color: #333333;
margin-top: 32px;
}
.cardsFavPokemons {
width: 100%;
max-width: 1000px;
margin-top: 32px;
display: inline-block;
}
.cardsFavPokemons__space {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
align-items: center;
}
.cardsFavPokemons__card {
width: 100%;
max-width: 300px;
background-color: #d94a4aab;
padding: 10px 2%;
border-radius: 12px;
text-align: center;
position: relative;
margin-top: 16px;
}
.card__borderImg {
width: 100%;
max-width: 140px;
height: 140px;
background-color: rgba(255, 255, 255, 0.4);
border-radius: 50%;
display: inline-block;
margin: 16px -4px 0 0;
position: relative;
}
.card__borderImg img {
width: 100%;
max-width: 120px;
height: 120px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
}
.card__content {
padding: 16px 2%;
}
.card__content h2 {
font-size: 20px;
font-weight: 500;
}
.card__content p {
font-size: 18px;
font-weight: 400;
}
.card__iconFavorite {
width: 32px;
height: 32px;
position: absolute;
top: 16px;
right: 16px;
font-size: 26px;
cursor: pointer;
}
@media screen and (max-width: 420px) {
h1.titleHome {
font-size: 24px;
}
.linkHome {
width: 32px;
height: 32px;
position: relative;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
display: flex;
justify-content: center;
align-items: center;
}
.linkHome__link{
font-size: 16px;
}
} | 0.489259 | 0.093223 |
html, body {
height: 100%; }
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px; }
.wrap > .container {
padding: 70px 15px 20px; }
.container-fluid {
padding-right: 0px;
padding-left: 0px;
padding-top: 51px; }
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px; }
.jumbotron {
text-align: center;
background-color: transparent; }
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px; }
.not-set {
color: #c55;
font-style: italic; }
a.asc:after {
content: "\e151"; }
a.desc:after {
content: "\e152"; }
.sort-numerical a.asc:after {
content: "\e153"; }
.sort-numerical a.desc:after {
content: "\e154"; }
.sort-ordinal a.asc:after {
content: "\e155"; }
.sort-ordinal a.desc:after {
content: "\e156"; }
.grid-view td {
white-space: nowrap; }
.grid-view .filters input, .grid-view .filters select {
min-width: 50px; }
.hint-block {
display: block;
margin-top: 5px;
color: #999; }
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0; }
.nav li > form > button.logout {
padding: 15px;
border: none; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
background-color: #c3002f; }
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
background-color: #c3002f;
color: #fff; }
.navbar-brand {
color: #ffffff !important; }
@media (max-width: 767px) {
.nav li > form > button.logout {
display: block;
text-align: left;
width: 100%;
padding: 10px 15px; } }
.nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover {
text-decoration: none; }
.nav > li > form > button.logout:focus {
outline: none; }
.jumbotron {
padding-bottom: 0px; }
/* My style*/
:before {
font-family: 'Glyphicons Halflings'; }
a {
cursor: pointer; }
.block_title {
color: #4a0d66; }
.all_product {
font-size: 14px;
color: grey;
border-bottom: 1px dotted; }
.all_product:hover {
text-decoration: none;
color: #c3002f; }
.navbar {
background-color: #4a0d66; }
.navbar .navbar-nav li > a {
color: #fff; }
.breadcrumb li > a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
.breadcrumb li > a:hover {
color: #c3002f; }
.breadcrumb li.active {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333;
color: #c3002f; }
.breadcrumb li.active:hover {
color: #c3002f; }
.color-tooltip + .tooltip > .tooltip-inner {
background-color: #337ab7; }
.color-tooltip + .tooltip > .tooltip-arrow {
border-right-color: #337ab7; }
#index-array {
width: 100%; }
#index-array a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
#index-array a:hover {
color: #c3002f; }
.slick-slide {
overflow: hidden;
display: flex;
flex-flow: row wrap;
cursor: pointer;
text-align: center; }
.slick-slide .image-container {
overflow: hidden; }
.slick-slide .image-container img {
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
max-width: 100%;
height: 220px; }
.slick-slide .image-container img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1); }
.slick-slide a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
.slick-slide a:hover {
color: #c3002f; }
.brand-icon, #product #varation-list .thumbnail {
width: 150px; }
.brand-icon img, #product #varation-list .thumbnail img {
max-width: 100%; }
#items {
display: flex;
flex-flow: row wrap; }
#items .item {
text-align: center;
border: 1px solid lightgrey;
margin: 5px;
transition: 0.4s; }
#items .item:hover {
box-shadow: #dadada 2px 2px 4px 0px;
transition: 0.4s; }
#items .item .image-container {
overflow: hidden; }
#items .item .image-container img {
max-width: 100%;
height: 200px;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-webkit-transition: all 1s ease-out; }
#items .item .image-container img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1); }
#items .item a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
#items .item a:hover {
color: #c3002f; }
#items .pagination, #items .summary {
width: 100%;
margin: 5px; }
#items .pagination > .active > a {
background-color: #c3002f;
border-color: #a70028;
color: #ffffff; }
#items .pagination > li > a {
color: #333; }
@media (min-width: 992px) {
.col-md-3 {
width: 23.9%; }
.col-md-4 {
width: 32.1%; } }
#brands ul {
list-style: none;
column-count: 2; }
#brands a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
#brands a:hover {
color: #c3002f; }
#brands a:hover {
text-decoration: none; }
#filter {
border: 1px solid #dadada;
padding: 5px;
margin-top: 5px; }
#filter div {
display: grid; }
#filter h3 {
margin: 0px 0px 10px 0px;
background-color: #4a0d66;
padding: 5px;
color: #fff;
text-transform: uppercase;
font-size: 16px; }
#filter h3 .clear_filter {
float: right; }
#filter h3 a {
color: inherit; }
#filter h3 a:hover {
text-decoration: none; }
#filter button {
background-color: #c3002f;
border-color: #b1002b;
text-transform: uppercase;
transition: 1s;
border-radius: 0px; }
#filter button:hover {
background-color: #e4043a;
transition: 1s; }
#filter .clear_filter a:before {
content: "\e014";
font-size: 16px; }
#filter .btn {
border-radius: 0px; }
#filter label {
cursor: pointer;
font-weight: normal;
padding: 0px 0px 5px 0px; }
#filter ul {
list-style: none;
padding-left: 5px; }
#filter ul a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
#filter ul a:hover {
color: #c3002f; }
#filter .form-group {
margin-bottom: 0px; }
#product a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
#product a:hover {
color: #c3002f; }
#product p {
text-indent: 20px;
text-align: justify; }
#product h1 {
text-transform: uppercase; }
#product ul {
list-style: none;
padding: 0; }
#product .attribut-value {
text-transform: lowercase; }
#product #varation-list a {
color: #fff;
padding: 5px;
background-color: #c3002f;
border-color: #b1002b;
text-transform: uppercase;
transition: 1s;
border-radius: 0px; }
#product #varation-list a:hover {
background-color: #e4043a;
transition: 1s; }
#product #varation-list .price {
font-family: 'Montserrat', sans-serif;
font-size: 16px; }
#order #quantity {
width: 60px; }
#order table {
font-size: 16px; }
#message-box {
position: fixed;
bottom: 0;
padding: 10px;
background-color: #c3002f;
width: 100%;
color: #ffffff; }
::-webkit-scrollbar {
width: 15px; }
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
::-webkit-scrollbar-thumb {
background: #c3002f;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
::-webkit-scrollbar-thumb:window-inactive {
background: #c3002f; }
/*# sourceMappingURL=site.css.map */ | frontend/web/css/site.css | html, body {
height: 100%; }
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px; }
.wrap > .container {
padding: 70px 15px 20px; }
.container-fluid {
padding-right: 0px;
padding-left: 0px;
padding-top: 51px; }
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px; }
.jumbotron {
text-align: center;
background-color: transparent; }
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px; }
.not-set {
color: #c55;
font-style: italic; }
a.asc:after {
content: "\e151"; }
a.desc:after {
content: "\e152"; }
.sort-numerical a.asc:after {
content: "\e153"; }
.sort-numerical a.desc:after {
content: "\e154"; }
.sort-ordinal a.asc:after {
content: "\e155"; }
.sort-ordinal a.desc:after {
content: "\e156"; }
.grid-view td {
white-space: nowrap; }
.grid-view .filters input, .grid-view .filters select {
min-width: 50px; }
.hint-block {
display: block;
margin-top: 5px;
color: #999; }
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0; }
.nav li > form > button.logout {
padding: 15px;
border: none; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
background-color: #c3002f; }
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
background-color: #c3002f;
color: #fff; }
.navbar-brand {
color: #ffffff !important; }
@media (max-width: 767px) {
.nav li > form > button.logout {
display: block;
text-align: left;
width: 100%;
padding: 10px 15px; } }
.nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover {
text-decoration: none; }
.nav > li > form > button.logout:focus {
outline: none; }
.jumbotron {
padding-bottom: 0px; }
/* My style*/
:before {
font-family: 'Glyphicons Halflings'; }
a {
cursor: pointer; }
.block_title {
color: #4a0d66; }
.all_product {
font-size: 14px;
color: grey;
border-bottom: 1px dotted; }
.all_product:hover {
text-decoration: none;
color: #c3002f; }
.navbar {
background-color: #4a0d66; }
.navbar .navbar-nav li > a {
color: #fff; }
.breadcrumb li > a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
.breadcrumb li > a:hover {
color: #c3002f; }
.breadcrumb li.active {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333;
color: #c3002f; }
.breadcrumb li.active:hover {
color: #c3002f; }
.color-tooltip + .tooltip > .tooltip-inner {
background-color: #337ab7; }
.color-tooltip + .tooltip > .tooltip-arrow {
border-right-color: #337ab7; }
#index-array {
width: 100%; }
#index-array a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
#index-array a:hover {
color: #c3002f; }
.slick-slide {
overflow: hidden;
display: flex;
flex-flow: row wrap;
cursor: pointer;
text-align: center; }
.slick-slide .image-container {
overflow: hidden; }
.slick-slide .image-container img {
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
max-width: 100%;
height: 220px; }
.slick-slide .image-container img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1); }
.slick-slide a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
.slick-slide a:hover {
color: #c3002f; }
.brand-icon, #product #varation-list .thumbnail {
width: 150px; }
.brand-icon img, #product #varation-list .thumbnail img {
max-width: 100%; }
#items {
display: flex;
flex-flow: row wrap; }
#items .item {
text-align: center;
border: 1px solid lightgrey;
margin: 5px;
transition: 0.4s; }
#items .item:hover {
box-shadow: #dadada 2px 2px 4px 0px;
transition: 0.4s; }
#items .item .image-container {
overflow: hidden; }
#items .item .image-container img {
max-width: 100%;
height: 200px;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-webkit-transition: all 1s ease-out; }
#items .item .image-container img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1); }
#items .item a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
#items .item a:hover {
color: #c3002f; }
#items .pagination, #items .summary {
width: 100%;
margin: 5px; }
#items .pagination > .active > a {
background-color: #c3002f;
border-color: #a70028;
color: #ffffff; }
#items .pagination > li > a {
color: #333; }
@media (min-width: 992px) {
.col-md-3 {
width: 23.9%; }
.col-md-4 {
width: 32.1%; } }
#brands ul {
list-style: none;
column-count: 2; }
#brands a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
#brands a:hover {
color: #c3002f; }
#brands a:hover {
text-decoration: none; }
#filter {
border: 1px solid #dadada;
padding: 5px;
margin-top: 5px; }
#filter div {
display: grid; }
#filter h3 {
margin: 0px 0px 10px 0px;
background-color: #4a0d66;
padding: 5px;
color: #fff;
text-transform: uppercase;
font-size: 16px; }
#filter h3 .clear_filter {
float: right; }
#filter h3 a {
color: inherit; }
#filter h3 a:hover {
text-decoration: none; }
#filter button {
background-color: #c3002f;
border-color: #b1002b;
text-transform: uppercase;
transition: 1s;
border-radius: 0px; }
#filter button:hover {
background-color: #e4043a;
transition: 1s; }
#filter .clear_filter a:before {
content: "\e014";
font-size: 16px; }
#filter .btn {
border-radius: 0px; }
#filter label {
cursor: pointer;
font-weight: normal;
padding: 0px 0px 5px 0px; }
#filter ul {
list-style: none;
padding-left: 5px; }
#filter ul a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
#filter ul a:hover {
color: #c3002f; }
#filter .form-group {
margin-bottom: 0px; }
#product a {
text-decoration: none;
color: #333;
font-weight: bold;
text-transform: uppercase;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #333; }
#product a:hover {
color: #c3002f; }
#product p {
text-indent: 20px;
text-align: justify; }
#product h1 {
text-transform: uppercase; }
#product ul {
list-style: none;
padding: 0; }
#product .attribut-value {
text-transform: lowercase; }
#product #varation-list a {
color: #fff;
padding: 5px;
background-color: #c3002f;
border-color: #b1002b;
text-transform: uppercase;
transition: 1s;
border-radius: 0px; }
#product #varation-list a:hover {
background-color: #e4043a;
transition: 1s; }
#product #varation-list .price {
font-family: 'Montserrat', sans-serif;
font-size: 16px; }
#order #quantity {
width: 60px; }
#order table {
font-size: 16px; }
#message-box {
position: fixed;
bottom: 0;
padding: 10px;
background-color: #c3002f;
width: 100%;
color: #ffffff; }
::-webkit-scrollbar {
width: 15px; }
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
::-webkit-scrollbar-thumb {
background: #c3002f;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
::-webkit-scrollbar-thumb:window-inactive {
background: #c3002f; }
/*# sourceMappingURL=site.css.map */ | 0.402275 | 0.06256 |
.Button {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
position: relative;
cursor: pointer;
background-color: var(--x-pp-color-primary-action);
border-radius: var(
--x-pp-control-border-radius,
var(--x-pp-global-border-radius)
);
color: var(--x-pp-color-primary-action-text);
display: inline-block;
font-weight: var(--x-pp-typography-primary-weight-bold);
padding: var(--x-pp-primary-button-block-padding)
var(--x-pp-primary-button-inline-padding);
text-align: center;
text-decoration: none;
text-transform: var(--x-pp-global-typography-letter-case);
transition: background-color var(--x-pp-duration-base) var(--x-pp-timing-base),
color var(--x-pp-duration-base) var(--x-pp-timing-base);
&:hover {
background-color: var(--x-pp-color-primary-action-hovered);
}
&:active {
background-color: var(--x-pp-color-primary-action-pressed);
outline: none;
}
@media (-ms-high-contrast: active) {
border: 1px solid transparent;
}
}
.Content {
--this-line-height: 1.5rem;
display: block;
line-height: var(--this-line-height);
}
.Content,
.LoadingContent {
transition: opacity var(--x-pp-duration-slow) var(--x-pp-timing-base);
}
.Spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.subdued,
.plain {
background-color: transparent;
color: var(--x-pp-color-primary-action);
&:hover {
background-color: transparent;
color: var(--x-pp-color-primary-action-hovered);
}
&:active {
background-color: transparent;
color: var(--x-pp-color-primary-action-pressed);
}
}
.plain {
font-weight: var(--x-pp-typography-primary-weight-base);
padding: 0;
border-radius: var(--x-pp-border-radius-none);
background-color: var(--x-pp-color-interactive);
color: var(--x-pp-color-interactive-text);
transition: background-color var(--x-pp-duration-base) var(--x-pp-timing-base),
color var(--x-pp-duration-base) var(--x-pp-timing-base);
&:hover {
--this-background-color: var(--x-pp-color-interactive-hovered);
--this-color: var(--x-pp-color-interactive-text-hovered);
background-color: var(--this-background-color);
color: var(--this-color);
}
&:active {
--this-background-color: var(--x-pp-color-interactive-pressed);
--this-color: var(--x-pp-color-interactive-text-pressed);
background-color: var(--this-background-color);
color: var(--this-color);
}
&::before {
content: '';
position: absolute;
inset: em(-5px);
z-index: 0;
@media (any-hover: none) {
inset: em(-20px) em(-24px);
}
}
& .Content {
z-index: 1;
position: relative;
}
}
.underline {
text-decoration: underline;
}
.fill {
display: flex;
justify-content: center;
min-width: 100%;
&.plain {
margin: 0;
padding: 0;
}
}
.subdued {
box-shadow: inset 0 0 0 1px var(--x-pp-default-color-border);
}
.disabled,
.loading {
pointer-events: none;
cursor: default;
}
.disabled {
/* TODO */
background-color: hsl(0, 0%, 85%);
color: hsl(0, 0%, 100%);
&.plain {
margin: 0;
padding: 0;
background-color: transparent;
color: var(--x-pp-color-interactive-text);
opacity: 0.5;
}
}
.loading-transitionEnter {
& .LoadingContent {
opacity: 0;
}
& .Content {
@media screen and (prefers-reduced-motion: reduce) {
display: none;
}
}
}
.loading-transitionEntering,
.loading-transitionEntered {
& .LoadingContent {
opacity: 1;
}
& .Content {
opacity: 0;
@media screen and (prefers-reduced-motion: reduce) {
display: none;
}
}
}
.secondary {
background-color: var(--x-pp-color-secondary-action);
color: var(--x-pp-color-secondary-action-text);
padding: var(--x-pp-secondary-button-block-padding)
var(--x-pp-secondary-button-inline-padding);
&:hover {
background-color: var(--x-pp-color-secondary-action-hovered);
}
&:active {
background-color: var(--x-pp-color-secondary-action-pressed);
outline: none;
}
}
.tertiary {
background-color: var(--x-pp-color-tertiary-action);
color: var(--x-pp-color-tertiary-action-text);
padding: var(--x-pp-tertiary-button-block-padding)
var(--x-pp-tertiary-button-inline-padding);
}
.connected {
padding-block-end: 0;
padding-block-start: 0;
height: em(47px);
}
.progressBar {
pointer-events: none;
cursor: default;
background-color: var(--x-pp-color-primary-action-pressed);
position: relative;
overflow: hidden;
& .Content {
position: relative;
z-index: 1;
}
&::before {
content: '';
position: absolute;
background-color: var(--x-pp-color-primary-action);
z-index: 0;
left: 0;
top: 0;
bottom: 0;
width: 100%;
transform: scaleX(0);
transform-origin: left;
animation-name: progressbar;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0, 1, 0.5, 1);
animation-delay: var(--x-pp-duration-base);
}
&.secondary {
background-color: var(--x-pp-color-secondary-action-pressed);
&::before {
background-color: var(--x-pp-color-secondary-action);
}
}
&.disabled {
background-color: hsl(0, 0%, 85%);
&::before {
background-color: hsl(0, 0%, 75%);
}
}
&.subdued,
&.plain {
background-color: transparent;
&::before {
background-color: var(--x-pp-color-primary-action);
top: calc(100% - rem(2px));
}
}
@media screen and (prefers-reduced-motion: reduce) {
&::before {
animation: none;
}
}
}
@keyframes progressbar {
0% {
transform: scaleX(0);
}
5% {
transform: scaleX(0.2);
}
10% {
transform: scaleX(0.25);
}
15% {
transform: scaleX(0.3);
}
20% {
transform: scaleX(0.35);
}
25% {
transform: scaleX(0.45);
}
30% {
transform: scaleX(0.5);
}
35% {
transform: scaleX(0.55);
}
40% {
transform: scaleX(0.6);
}
45% {
transform: scaleX(0.7);
}
50% {
transform: scaleX(0.8);
}
55% {
transform: scaleX(0.82);
}
60% {
transform: scaleX(0.84);
}
65% {
transform: scaleX(0.86);
}
70% {
transform: scaleX(0.88);
}
75% {
transform: scaleX(0.9);
}
80% {
transform: scaleX(0.92);
}
85% {
transform: scaleX(0.94);
}
90% {
transform: scaleX(0.96);
}
95% {
transform: scaleX(0.98);
}
100% {
transform: scaleX(1);
}
}
.colorHoveredColor1:hover {
background-color: var(--x-pp-color1, var(--this-background-color));
color: var(--x-pp-color1-text, var(--this-color));
}
.colorHoveredColor2:hover {
background-color: var(--x-pp-color2, var(--this-background-color));
color: var(--x-pp-color2-text, var(--this-color));
}
/* Order does matter. :active pseudo-selector need to come after :hover */
.colorPressedColor1:active {
background-color: var(--x-pp-color1, var(--this-background-color));
color: var(--x-pp-color1-text, var(--this-color));
}
.colorPressedColor2:active {
background-color: var(--x-pp-color2, var(--this-background-color));
color: var(--x-pp-color2-text, var(--this-color));
} | src/components/Button/Button.css | .Button {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
position: relative;
cursor: pointer;
background-color: var(--x-pp-color-primary-action);
border-radius: var(
--x-pp-control-border-radius,
var(--x-pp-global-border-radius)
);
color: var(--x-pp-color-primary-action-text);
display: inline-block;
font-weight: var(--x-pp-typography-primary-weight-bold);
padding: var(--x-pp-primary-button-block-padding)
var(--x-pp-primary-button-inline-padding);
text-align: center;
text-decoration: none;
text-transform: var(--x-pp-global-typography-letter-case);
transition: background-color var(--x-pp-duration-base) var(--x-pp-timing-base),
color var(--x-pp-duration-base) var(--x-pp-timing-base);
&:hover {
background-color: var(--x-pp-color-primary-action-hovered);
}
&:active {
background-color: var(--x-pp-color-primary-action-pressed);
outline: none;
}
@media (-ms-high-contrast: active) {
border: 1px solid transparent;
}
}
.Content {
--this-line-height: 1.5rem;
display: block;
line-height: var(--this-line-height);
}
.Content,
.LoadingContent {
transition: opacity var(--x-pp-duration-slow) var(--x-pp-timing-base);
}
.Spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.subdued,
.plain {
background-color: transparent;
color: var(--x-pp-color-primary-action);
&:hover {
background-color: transparent;
color: var(--x-pp-color-primary-action-hovered);
}
&:active {
background-color: transparent;
color: var(--x-pp-color-primary-action-pressed);
}
}
.plain {
font-weight: var(--x-pp-typography-primary-weight-base);
padding: 0;
border-radius: var(--x-pp-border-radius-none);
background-color: var(--x-pp-color-interactive);
color: var(--x-pp-color-interactive-text);
transition: background-color var(--x-pp-duration-base) var(--x-pp-timing-base),
color var(--x-pp-duration-base) var(--x-pp-timing-base);
&:hover {
--this-background-color: var(--x-pp-color-interactive-hovered);
--this-color: var(--x-pp-color-interactive-text-hovered);
background-color: var(--this-background-color);
color: var(--this-color);
}
&:active {
--this-background-color: var(--x-pp-color-interactive-pressed);
--this-color: var(--x-pp-color-interactive-text-pressed);
background-color: var(--this-background-color);
color: var(--this-color);
}
&::before {
content: '';
position: absolute;
inset: em(-5px);
z-index: 0;
@media (any-hover: none) {
inset: em(-20px) em(-24px);
}
}
& .Content {
z-index: 1;
position: relative;
}
}
.underline {
text-decoration: underline;
}
.fill {
display: flex;
justify-content: center;
min-width: 100%;
&.plain {
margin: 0;
padding: 0;
}
}
.subdued {
box-shadow: inset 0 0 0 1px var(--x-pp-default-color-border);
}
.disabled,
.loading {
pointer-events: none;
cursor: default;
}
.disabled {
/* TODO */
background-color: hsl(0, 0%, 85%);
color: hsl(0, 0%, 100%);
&.plain {
margin: 0;
padding: 0;
background-color: transparent;
color: var(--x-pp-color-interactive-text);
opacity: 0.5;
}
}
.loading-transitionEnter {
& .LoadingContent {
opacity: 0;
}
& .Content {
@media screen and (prefers-reduced-motion: reduce) {
display: none;
}
}
}
.loading-transitionEntering,
.loading-transitionEntered {
& .LoadingContent {
opacity: 1;
}
& .Content {
opacity: 0;
@media screen and (prefers-reduced-motion: reduce) {
display: none;
}
}
}
.secondary {
background-color: var(--x-pp-color-secondary-action);
color: var(--x-pp-color-secondary-action-text);
padding: var(--x-pp-secondary-button-block-padding)
var(--x-pp-secondary-button-inline-padding);
&:hover {
background-color: var(--x-pp-color-secondary-action-hovered);
}
&:active {
background-color: var(--x-pp-color-secondary-action-pressed);
outline: none;
}
}
.tertiary {
background-color: var(--x-pp-color-tertiary-action);
color: var(--x-pp-color-tertiary-action-text);
padding: var(--x-pp-tertiary-button-block-padding)
var(--x-pp-tertiary-button-inline-padding);
}
.connected {
padding-block-end: 0;
padding-block-start: 0;
height: em(47px);
}
.progressBar {
pointer-events: none;
cursor: default;
background-color: var(--x-pp-color-primary-action-pressed);
position: relative;
overflow: hidden;
& .Content {
position: relative;
z-index: 1;
}
&::before {
content: '';
position: absolute;
background-color: var(--x-pp-color-primary-action);
z-index: 0;
left: 0;
top: 0;
bottom: 0;
width: 100%;
transform: scaleX(0);
transform-origin: left;
animation-name: progressbar;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0, 1, 0.5, 1);
animation-delay: var(--x-pp-duration-base);
}
&.secondary {
background-color: var(--x-pp-color-secondary-action-pressed);
&::before {
background-color: var(--x-pp-color-secondary-action);
}
}
&.disabled {
background-color: hsl(0, 0%, 85%);
&::before {
background-color: hsl(0, 0%, 75%);
}
}
&.subdued,
&.plain {
background-color: transparent;
&::before {
background-color: var(--x-pp-color-primary-action);
top: calc(100% - rem(2px));
}
}
@media screen and (prefers-reduced-motion: reduce) {
&::before {
animation: none;
}
}
}
@keyframes progressbar {
0% {
transform: scaleX(0);
}
5% {
transform: scaleX(0.2);
}
10% {
transform: scaleX(0.25);
}
15% {
transform: scaleX(0.3);
}
20% {
transform: scaleX(0.35);
}
25% {
transform: scaleX(0.45);
}
30% {
transform: scaleX(0.5);
}
35% {
transform: scaleX(0.55);
}
40% {
transform: scaleX(0.6);
}
45% {
transform: scaleX(0.7);
}
50% {
transform: scaleX(0.8);
}
55% {
transform: scaleX(0.82);
}
60% {
transform: scaleX(0.84);
}
65% {
transform: scaleX(0.86);
}
70% {
transform: scaleX(0.88);
}
75% {
transform: scaleX(0.9);
}
80% {
transform: scaleX(0.92);
}
85% {
transform: scaleX(0.94);
}
90% {
transform: scaleX(0.96);
}
95% {
transform: scaleX(0.98);
}
100% {
transform: scaleX(1);
}
}
.colorHoveredColor1:hover {
background-color: var(--x-pp-color1, var(--this-background-color));
color: var(--x-pp-color1-text, var(--this-color));
}
.colorHoveredColor2:hover {
background-color: var(--x-pp-color2, var(--this-background-color));
color: var(--x-pp-color2-text, var(--this-color));
}
/* Order does matter. :active pseudo-selector need to come after :hover */
.colorPressedColor1:active {
background-color: var(--x-pp-color1, var(--this-background-color));
color: var(--x-pp-color1-text, var(--this-color));
}
.colorPressedColor2:active {
background-color: var(--x-pp-color2, var(--this-background-color));
color: var(--x-pp-color2-text, var(--this-color));
} | 0.491944 | 0.072374 |
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
}
.container {
width: 100%;
height: 100vh;
background-color: #fafbfc;
overflow-x: hidden;
}
.header {
background: #093b24;
}
.header h1 {
font-size: 26px;
font-weight: bold;
letter-spacing: 3px;
color: #fff;
text-align: center;
padding: 10px;
}
.main {
display: flex;
height: auto;
flex-wrap: nowrap;
}
.menuLeft {
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: 15%;
height: auto;
background-color: #117446;
}
.menuLeft h2 {
display: flex;
font-size: 20px;
color: #fff;
padding: 15px 0 0 15px;
}
.control {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
order: 1;
width: 80%;
max-width: 800px;
height: 90vh;
margin: auto;
padding-top: 50px;
}
.title {
background-color: #fff;
padding: 10px 20px;
border: 1px solid #117446;
border-radius: 5px;
margin-bottom: 5px;
}
.title h2 {
font-size: 22px;
color: #093b24;
}
.title span {
font-size: 16px;
color: #093b24;
}
.register {
background-color: #fff;
border: 1px solid #117446;
padding: 10px 20px;
border-radius: 5px;
margin-bottom: 5px;
}
.items {
display: flex;
flex-wrap: wrap;
flex-direction: column;
flex-direction: column;
padding-bottom: 10px;
}
.items label {
font-size: 18px;
font-weight: 600;
padding-bottom: 5px;
color: #093b24;
}
.items input {
font-size: 14px;
padding: 5px;
outline: none;
border: 1px solid #093b24;
color: #093b24;
font-weight: 600;
}
.items input::placeholder {
font-size: 13px;
color: #117446;
}
.buttonsRegister {
background-color: #fff;
border: 1px solid #117446;
padding: 10px 20px;
border-radius: 5px;
}
.buttonsRegister button {
font-size: 16px;
font-weight: bold;
color: #fff;
padding: 10px;
background-color: #093b24;
border: none;
outline: none;
border-radius: 5px;
margin-right: 5px;
transition: all ease 0.5s;
}
.buttonsRegister button:hover {
background-color: #fff;
color: #093b24;
border: 1px solid #093b24;
}
.content {
margin-top: 20px;
}
table {
border-collapse: collapse;
border: 1px solid #093b24;
width: 100%;
margin-bottom: 50px;
}
table th {
background-color: #117446;
color: #fff;
}
table th, td {
padding: 5px 0px 0px 5px;
text-align: left;
}
table td {
font-size: 16px;
font-weight: 600;
color: #093b24;
}
table td img {
width: 25px;
margin-right: 10px;
margin-left: 10px;
fill: #000;
}
.center {
text-align: center;
}
@media (max-width: 1200px) {
.menuLeft {
min-width: 180px;
}
}
@media (max-width: 800px) {
.container {
width: 100%;
}
.header {
width: 100%;
}
.main {
justify-content: center;
width: 100%;
padding: 15px;
}
.menuLeft {
display: none;
}
.control {
width: 100%;
height: auto;
padding-top: 0;
}
}
/*# sourceMappingURL=style.css.map */ | style/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
}
.container {
width: 100%;
height: 100vh;
background-color: #fafbfc;
overflow-x: hidden;
}
.header {
background: #093b24;
}
.header h1 {
font-size: 26px;
font-weight: bold;
letter-spacing: 3px;
color: #fff;
text-align: center;
padding: 10px;
}
.main {
display: flex;
height: auto;
flex-wrap: nowrap;
}
.menuLeft {
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: 15%;
height: auto;
background-color: #117446;
}
.menuLeft h2 {
display: flex;
font-size: 20px;
color: #fff;
padding: 15px 0 0 15px;
}
.control {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
order: 1;
width: 80%;
max-width: 800px;
height: 90vh;
margin: auto;
padding-top: 50px;
}
.title {
background-color: #fff;
padding: 10px 20px;
border: 1px solid #117446;
border-radius: 5px;
margin-bottom: 5px;
}
.title h2 {
font-size: 22px;
color: #093b24;
}
.title span {
font-size: 16px;
color: #093b24;
}
.register {
background-color: #fff;
border: 1px solid #117446;
padding: 10px 20px;
border-radius: 5px;
margin-bottom: 5px;
}
.items {
display: flex;
flex-wrap: wrap;
flex-direction: column;
flex-direction: column;
padding-bottom: 10px;
}
.items label {
font-size: 18px;
font-weight: 600;
padding-bottom: 5px;
color: #093b24;
}
.items input {
font-size: 14px;
padding: 5px;
outline: none;
border: 1px solid #093b24;
color: #093b24;
font-weight: 600;
}
.items input::placeholder {
font-size: 13px;
color: #117446;
}
.buttonsRegister {
background-color: #fff;
border: 1px solid #117446;
padding: 10px 20px;
border-radius: 5px;
}
.buttonsRegister button {
font-size: 16px;
font-weight: bold;
color: #fff;
padding: 10px;
background-color: #093b24;
border: none;
outline: none;
border-radius: 5px;
margin-right: 5px;
transition: all ease 0.5s;
}
.buttonsRegister button:hover {
background-color: #fff;
color: #093b24;
border: 1px solid #093b24;
}
.content {
margin-top: 20px;
}
table {
border-collapse: collapse;
border: 1px solid #093b24;
width: 100%;
margin-bottom: 50px;
}
table th {
background-color: #117446;
color: #fff;
}
table th, td {
padding: 5px 0px 0px 5px;
text-align: left;
}
table td {
font-size: 16px;
font-weight: 600;
color: #093b24;
}
table td img {
width: 25px;
margin-right: 10px;
margin-left: 10px;
fill: #000;
}
.center {
text-align: center;
}
@media (max-width: 1200px) {
.menuLeft {
min-width: 180px;
}
}
@media (max-width: 800px) {
.container {
width: 100%;
}
.header {
width: 100%;
}
.main {
justify-content: center;
width: 100%;
padding: 15px;
}
.menuLeft {
display: none;
}
.control {
width: 100%;
height: auto;
padding-top: 0;
}
}
/*# sourceMappingURL=style.css.map */ | 0.382603 | 0.080574 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul,ol{
list-style: none;
}
a{
text-decoration: none;
}
.container{
width: 1140px;
margin: 0 auto;
}
.navbar-list{
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-right-list{
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-right-item{
padding: 10px;
}
.navbar-logo{
padding: 10px;
}
.navbar-right-link{
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 0, 0, 1);
transition: 0.3s;
}
.navbar-right-link:hover{
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color:gray;
border-bottom: 2px solid gray;
}
.navbar-right-btn{
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 159px;
left: 1041px;
top: 8px;
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
border:none;
background: rgba(0, 186, 252, 1);
font-family: Open Sans;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color:rgba(255, 255, 255, 1) ;
transition: 0.3s;
}
.navbar-right-btn:hover{
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 159px;
left: 1041px;
top: 8px;
border-radius: 5px;
border: 2px solid rgba(0, 186, 252, 1);
padding: 8px, 16px, 8px, 16px;
background: rgba(255, 255, 255, 1);
font-family: Open Sans;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color:rgba(0, 186, 252, 1) ;
}
.navbar-btn-link{
color: white;
}
.navbar-btn-link:hover{
color: rgba(0, 186, 252, 1)
}
.navbar {
height: 56px;
box-shadow: 0px 10px #F8F8F8;
}
.header .container{
height: 418px;
padding-top: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-title{
width: 550px;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 39px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 0, 0, 1);
}
.header-text{
width: 500px;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 0, 0, 1);
}
.header-btn{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 232px;
left: 0px;
top: 184px;
border: none;
border:2px solid rgba(0, 186, 252, 1);
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgba(0, 186, 252, 1);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(255, 255, 255, 1);
transition: 0.3S;
}
.header-btn:hover{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 232px;
left: 0px;
top: 184px;
border:2px solid rgba(0, 186, 252, 1);
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgb(99, 205, 243);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(255, 255, 255, 1);
}
.header-item{
padding: 10px;
}
.inservices-box{
padding: 30px;
text-align: center;
height: 260px;
width: 320px;
left: 293px;
top: 316px;
border-radius: 5px;
padding: 24px;
box-shadow:5px 10px #F8F8F8;
}
.inservices-list{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.inservices-item{
padding: 30px;
}
.services-list{
text-align: center;
}
.services-item:nth-child(2){
width: 1140px;
display: flex;
justify-content: center;
padding-top:20px;
}
.services-title{
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 31px;
letter-spacing: 0em;
text-align: center;
color: rgba(0, 0, 0, 1);
}
.services-text{
width: 719px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
color: rgba(0, 0, 0, 1);
}
.services-btn{
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 0px;
top: 24px;
border:3px solid rgba(0, 186, 252, 1);
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(255, 255, 255, 1);
background: rgba(0, 186, 252, 1);
}
.services-btn:hover{
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 0px;
top: 24px;
border:2px solid rgba(0, 186, 252, 1);
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgb(255, 255, 255);
background: rgb(131, 205, 255);
}
.services-item:nth-child(4){
padding: 15px;
display: flex;
justify-content: center;
align-items: center;
}
.services-link{
padding: 10px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
border-bottom: 2px solid rgb(255, 255, 255) ;
text-align: center;
color: rgba(0, 186, 252, 1);
transition: 0.3s;
}
.services-link:hover{
padding: 10px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
border-bottom: 2px solid rgb(119, 215, 250) ;
letter-spacing: 0em;
text-align: center;
color: rgb(119, 210, 243);
}
.step-list{
display: flex;
align-items: center;
justify-content: center;
}
.section-item{
padding: 15px;
}
.step-item{
padding: 20px;
}
.section-text{
width: 719px;
}
.section-title{
width: 1140px;
}
.section-item:nth-child(2){
text-align: center;
display: flex;
justify-content: center;
}
.section-item:nth-child(1){
text-align: center;
display: flex;
justify-content: center;
}
.section-item:nth-child(8){
padding: 50px;
}
.section-btn{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 88px;
top: 24px;
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgba(0, 186, 252, 1);
border:2px solid rgba(0, 186, 252, 1) ;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(255, 255, 255, 1);
}
.section-btn:hover{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 88px;
top: 24px;
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgba(255, 255, 255, 1);
border:2px solid rgba(0, 186, 252, 1) ;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 186, 252, 1);
}
.section-item:nth-child(8){
display: flex;
align-items: center;
justify-content: center;
}
.order-form-form-input{
outline: none;
height: 56px;
width: 320px;
left: 24px;
top: 24px;
border: none;
border-radius: 5px;
padding: 16px;
background: rgba(243, 243, 243, 1);
}
.order-form-select{
outline: none;
height: 56px;
width: 320px;
left: 24px;
top: 24px;
border: none;
border-radius: 5px;
padding: 16px;
background: rgba(243, 243, 243, 1);
}
.order-form-title{
font-family: Open Sans;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 31px;
letter-spacing: 0em;
text-align: center;
color: rgba(255, 255, 255, 1);
}
.order-form{
background-color: rgba(0, 186, 252, 1);
}
.order-form-text{
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
color:rgba(255, 255, 255, 1) ;
}
.order-form-form{
height: 304px;
width: 348px;
left: 0px;
top: 8px;
border-radius: 5px;
padding: 24px;
background: rgba(255, 255, 255, 1);
}
.order-form-btn{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 90.5px;
top: 240px;
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgba(0, 186, 252, 1);
font-family: Open Sans;
border: 2px solid rgba(0, 186, 252, 1);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(255, 255, 255, 1);
transition: 0.3;
}
.order-form-btn:hover{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 90.5px;
top: 240px;
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgba(255, 255, 255, 1);
font-family: Open Sans;
border:2px solid rgba(0, 186, 252, 1) ;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 186, 252, 1);
}
.form-list{
text-align: center;
}
.form-item{
display: flex;
justify-content: center;
padding: 5px;
}
.form-item:nth-child(4){
padding: 15px;
display: flex;
justify-content: center;
align-items: center;
}
.order-form-list{
text-align: center;
}
.order-form-item:nth-child(3){
padding: 20px;
display: flex;
justify-content: center;
}
.order-form-text{
width: 600px;
}
.order-form-item:nth-child(2){
display: flex;
justify-content: center;
}
.order-form-list{
padding: 30px;
}
.footer-list{
display: flex;
justify-content: space-evenly;
align-items: flex-start;
}
.footer-item:nth-child(2){
width: 125px;
}
.footer-item:nth-child(3){
width: 125px;
}
.footer-text{
padding: 3px;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: white;
width: 320px;
}
.footer-title{
width: 200px;
padding: 20px 0;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 26px;
letter-spacing: 0em;
text-align: left;
color: white;
}
.footer{
height: 338px;
background-color: black;
display: flex;
align-items: center;
}
.footer-link{
font-size: 16px;
font-style: normal;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: white;
padding: 20px;
transition: 0.3s;
}
.footer-link:hover{
font-size: 16px;
font-style: normal;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 186, 252, 1);
padding: 20px;
}
.footer-link-menu{
font-size: 16px;
font-style: normal;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: white;
padding: 20px;
transition: 0.3s;
}
.footer-link-menu:hover{
font-size: 16px;
font-style: normal;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 186, 252, 1);
padding: 20px;
}
.footer-link-menu{
height: 30px;
display: flex;
align-items: center;
}
.footer-link-img{
padding: 5px;
height:30px;
width: 30px;
} | style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul,ol{
list-style: none;
}
a{
text-decoration: none;
}
.container{
width: 1140px;
margin: 0 auto;
}
.navbar-list{
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-right-list{
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar-right-item{
padding: 10px;
}
.navbar-logo{
padding: 10px;
}
.navbar-right-link{
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 0, 0, 1);
transition: 0.3s;
}
.navbar-right-link:hover{
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color:gray;
border-bottom: 2px solid gray;
}
.navbar-right-btn{
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 159px;
left: 1041px;
top: 8px;
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
border:none;
background: rgba(0, 186, 252, 1);
font-family: Open Sans;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color:rgba(255, 255, 255, 1) ;
transition: 0.3s;
}
.navbar-right-btn:hover{
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 159px;
left: 1041px;
top: 8px;
border-radius: 5px;
border: 2px solid rgba(0, 186, 252, 1);
padding: 8px, 16px, 8px, 16px;
background: rgba(255, 255, 255, 1);
font-family: Open Sans;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color:rgba(0, 186, 252, 1) ;
}
.navbar-btn-link{
color: white;
}
.navbar-btn-link:hover{
color: rgba(0, 186, 252, 1)
}
.navbar {
height: 56px;
box-shadow: 0px 10px #F8F8F8;
}
.header .container{
height: 418px;
padding-top: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-title{
width: 550px;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 39px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 0, 0, 1);
}
.header-text{
width: 500px;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 0, 0, 1);
}
.header-btn{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 232px;
left: 0px;
top: 184px;
border: none;
border:2px solid rgba(0, 186, 252, 1);
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgba(0, 186, 252, 1);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(255, 255, 255, 1);
transition: 0.3S;
}
.header-btn:hover{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 232px;
left: 0px;
top: 184px;
border:2px solid rgba(0, 186, 252, 1);
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgb(99, 205, 243);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(255, 255, 255, 1);
}
.header-item{
padding: 10px;
}
.inservices-box{
padding: 30px;
text-align: center;
height: 260px;
width: 320px;
left: 293px;
top: 316px;
border-radius: 5px;
padding: 24px;
box-shadow:5px 10px #F8F8F8;
}
.inservices-list{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.inservices-item{
padding: 30px;
}
.services-list{
text-align: center;
}
.services-item:nth-child(2){
width: 1140px;
display: flex;
justify-content: center;
padding-top:20px;
}
.services-title{
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 31px;
letter-spacing: 0em;
text-align: center;
color: rgba(0, 0, 0, 1);
}
.services-text{
width: 719px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
color: rgba(0, 0, 0, 1);
}
.services-btn{
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 0px;
top: 24px;
border:3px solid rgba(0, 186, 252, 1);
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(255, 255, 255, 1);
background: rgba(0, 186, 252, 1);
}
.services-btn:hover{
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 0px;
top: 24px;
border:2px solid rgba(0, 186, 252, 1);
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgb(255, 255, 255);
background: rgb(131, 205, 255);
}
.services-item:nth-child(4){
padding: 15px;
display: flex;
justify-content: center;
align-items: center;
}
.services-link{
padding: 10px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
border-bottom: 2px solid rgb(255, 255, 255) ;
text-align: center;
color: rgba(0, 186, 252, 1);
transition: 0.3s;
}
.services-link:hover{
padding: 10px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
border-bottom: 2px solid rgb(119, 215, 250) ;
letter-spacing: 0em;
text-align: center;
color: rgb(119, 210, 243);
}
.step-list{
display: flex;
align-items: center;
justify-content: center;
}
.section-item{
padding: 15px;
}
.step-item{
padding: 20px;
}
.section-text{
width: 719px;
}
.section-title{
width: 1140px;
}
.section-item:nth-child(2){
text-align: center;
display: flex;
justify-content: center;
}
.section-item:nth-child(1){
text-align: center;
display: flex;
justify-content: center;
}
.section-item:nth-child(8){
padding: 50px;
}
.section-btn{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 88px;
top: 24px;
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgba(0, 186, 252, 1);
border:2px solid rgba(0, 186, 252, 1) ;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(255, 255, 255, 1);
}
.section-btn:hover{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 88px;
top: 24px;
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgba(255, 255, 255, 1);
border:2px solid rgba(0, 186, 252, 1) ;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 186, 252, 1);
}
.section-item:nth-child(8){
display: flex;
align-items: center;
justify-content: center;
}
.order-form-form-input{
outline: none;
height: 56px;
width: 320px;
left: 24px;
top: 24px;
border: none;
border-radius: 5px;
padding: 16px;
background: rgba(243, 243, 243, 1);
}
.order-form-select{
outline: none;
height: 56px;
width: 320px;
left: 24px;
top: 24px;
border: none;
border-radius: 5px;
padding: 16px;
background: rgba(243, 243, 243, 1);
}
.order-form-title{
font-family: Open Sans;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 31px;
letter-spacing: 0em;
text-align: center;
color: rgba(255, 255, 255, 1);
}
.order-form{
background-color: rgba(0, 186, 252, 1);
}
.order-form-text{
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
color:rgba(255, 255, 255, 1) ;
}
.order-form-form{
height: 304px;
width: 348px;
left: 0px;
top: 8px;
border-radius: 5px;
padding: 24px;
background: rgba(255, 255, 255, 1);
}
.order-form-btn{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 90.5px;
top: 240px;
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgba(0, 186, 252, 1);
font-family: Open Sans;
border: 2px solid rgba(0, 186, 252, 1);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(255, 255, 255, 1);
transition: 0.3;
}
.order-form-btn:hover{
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 167px;
left: 90.5px;
top: 240px;
border-radius: 5px;
padding: 8px, 16px, 8px, 16px;
background: rgba(255, 255, 255, 1);
font-family: Open Sans;
border:2px solid rgba(0, 186, 252, 1) ;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 186, 252, 1);
}
.form-list{
text-align: center;
}
.form-item{
display: flex;
justify-content: center;
padding: 5px;
}
.form-item:nth-child(4){
padding: 15px;
display: flex;
justify-content: center;
align-items: center;
}
.order-form-list{
text-align: center;
}
.order-form-item:nth-child(3){
padding: 20px;
display: flex;
justify-content: center;
}
.order-form-text{
width: 600px;
}
.order-form-item:nth-child(2){
display: flex;
justify-content: center;
}
.order-form-list{
padding: 30px;
}
.footer-list{
display: flex;
justify-content: space-evenly;
align-items: flex-start;
}
.footer-item:nth-child(2){
width: 125px;
}
.footer-item:nth-child(3){
width: 125px;
}
.footer-text{
padding: 3px;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: white;
width: 320px;
}
.footer-title{
width: 200px;
padding: 20px 0;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 26px;
letter-spacing: 0em;
text-align: left;
color: white;
}
.footer{
height: 338px;
background-color: black;
display: flex;
align-items: center;
}
.footer-link{
font-size: 16px;
font-style: normal;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: white;
padding: 20px;
transition: 0.3s;
}
.footer-link:hover{
font-size: 16px;
font-style: normal;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 186, 252, 1);
padding: 20px;
}
.footer-link-menu{
font-size: 16px;
font-style: normal;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: white;
padding: 20px;
transition: 0.3s;
}
.footer-link-menu:hover{
font-size: 16px;
font-style: normal;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 186, 252, 1);
padding: 20px;
}
.footer-link-menu{
height: 30px;
display: flex;
align-items: center;
}
.footer-link-img{
padding: 5px;
height:30px;
width: 30px;
} | 0.400398 | 0.076408 |
@charset "UTF-8";
.taketori-sans-serif-ja-jp {
font-family: Avenir, 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Meiryo UI', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.taketori-sans-serif-zh-tw {
font-family: 'Heiti TC', 'LiHei Pro', '微軟正黑體', sans-serif !important;
}
.taketori-serif-ja-jp {
font-family: Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'MS P明朝', 'MS PMincho', serif;
}
.taketori-serif-zh-tw {
font-family: 'Apple LiSung', PMingLiu, '新細明體', serif !important;
}
.taketori-cursive-ja-jp {
font-family: 'DFP行書体', 'DF行書体', 'AGENDA人名行書体L1', 'HGP行書体', 'HGS行書体', 'HG行書体', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'MS P明朝', 'MS PMincho', cursive;
}
.taketori-cursive-zh-tw {
font-family: 'Apple LiSung', PMingLiu, '新細明體', serif !important;
}
.taketori-kai-ja-jp {
font-family: 'DFP楷書体', 'HG正楷書体-PRO', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'MS P明朝', 'MS PMincho', serif;
}
.taketori-kai-zh-tw {
font-family: '教育部標準楷書', '全字庫正楷體', '標楷體', 'BiauKai', 'STKaiti', Kai, serif !important;
}
.taketori-atsign-ja-jp,
.taketori-atsign-zh-tw {
font-family: '@MS 明朝' !important;
}
.taketori-ttb { overflow: hidden; position: relative; }
.taketori-ttb span { cursor: vertical-text; }
.taketori-ttb a span { cursor: pointer !important; }
.taketori-ttb .taketori-col {
-moz-transform-origin: left bottom;
-webkit-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
transform:rotate(90deg);
}
.taketori-ttb .taketori-col span.cjk {
display: -moz-inline-block;
display: inline-block;
}
.taketori-ttb span.tcy {
min-width: 1em;
text-align: center !important;
cursor: text;
}
.taketori-ttb span.cjk, .taketori-ttb span.tcy, .taketori-ttb span.ltr {
display: -moz-inline-block;
display: inline-block;
-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
transform:rotate(-90deg);
vertical-align: middle !important;
}
.taketori-ttb span.cjk, .taketori-ttb span.tcy {
letter-spacing: 0 !important;
}
.taketori-ttb ruby rb, .taketori-ttb ruby rt {
line-height: 1;
}
.taketori-ttb img,
.taketori-ttb object,
.taketori-ttb embed,
.taketori-ttb video,
.taketori-ttb audio {
-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
transform:rotate(-90deg);
vertical-align: middle !important;
}
.taketori-ttb .nocjk {
vertical-align: middle !important;
}
.taketori-ttb .ltr {
-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
transform:rotate(-90deg);
}
.taketori-ttb .ltr span.cjk, .taketori-ttb .ltr span.tcy, .taketori-ttb .ltr span.ltr {
display: inline;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
transform:none;
vertical-align: baseline !important;
}
.taketori-ttb .ltr span {
cursor: text;
}
.taketori-ttb span.cho-on {
vertical-align: middle !important;
-moz-transform: scale(1.0,-1.0);
-webkit-transform: scale(1.0,-1.0);
-o-transform: scale(1.0,-1.0);
transform: scale(1.0,-1.0);
}
.taketori-ttb span.tou-ten {
margin: -0.64em 0.7em 0.64em -0.7em !important;
}
.taketori-ttb span.ku-ten {
margin: -0.6em 0.64em 0.6em -0.64em !important;
}
.taketori-ttb span.kogaki {
margin: -0.2em 0.15em 0.2em -0.15em !important;
}
.taketori-ttb span.kakko {
vertical-align: middle !important;
}
.taketori-ttb span.ku-ten,
.taketori-ttb span.tou-ten,
.taketori-ttb span.kogaki {
border: none !important;
background: transparent none !important;
}
.taketori-ttb span.kinsoku {
display: -moz-inline-block;
display: inline-block;
}
.taketori-ttb .underline {
text-decoration: none !important;
}
.taketori-ttb .underline span.nocjk, .taketori-ttb .underline .ltr {
text-decoration: underline !important;
}
.taketori-ttb .underline span.cjk {
border-right: 1px solid;
line-height: 1;
margin: 0.25em -1px 0.25em 0;
}
.taketori-ttb .underline span.cho-on {
border-bottom: 1px solid;
border-right: none;
margin: 0.25em 0 0.25em 0;
}
.taketori-ttb .overline {
text-decoration: none !important;
}
.taketori-ttb .overline span.nocjk, .taketori-ttb .overline .ltr {
text-decoration: overline !important;
}
.taketori-ttb .overline span.cjk {
border-left: 1px solid;
line-height: 1;
margin: 0.25em 0 0.25em -1px;
}
.taketori-ttb .overline span.cho-on {
border-top: 1px solid;
border-left: none;
margin: 0.25em 0 0.25em 0;
}
.taketori-ttb .bothline {
text-decoration: none !important;
}
.taketori-ttb .bothline span.nocjk, .taketori-ttb .bothline .ltr {
text-decoration: underline overline !important;
}
.taketori-ttb .bothline span.cjk {
border-left: 1px solid;
border-right: 1px solid;
line-height: 1;
margin: 0.25em -1px 0.25em -1px;
}
.taketori-ttb .bothline span.cho-on {
border-top: 1px solid;
border-bottom: 1px solid;
border-left: none;
border-right: none;
margin: 0.25em 0 0.25em 0;
}
.taketori-ttb del {
text-decoration: none;
}
.taketori-ttb del span.nocjk, .taketori-ttb del .ltr, .taketori-ttb .ltr del {
text-decoration: line-through;
}
.taketori-ttb del span.cjk:after {
content: "\2503";
display: -moz-inline-block;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.taketori-ttb del span.ku-ten:after,
.taketori-ttb del span.tou-ten:after {
content: "";
}
.taketori-ttb del span.kogaki:after {
margin: 0.15em 0.2em -0.15em -0.2em;
}
.taketori-ttb del span.cho-on:after {
-moz-transform: scale(1.0,-1.0) rotate(-90deg);
-webkit-transform: scale(1.0,-1.0) rotate(-90deg);
-o-transform: scale(1.0,-1.0) rotate(-90deg);
transform: scale(1.0,-1.0) rotate(-90deg);
}
.taketori-ttb .italic {
font-style: normal !important;
}
.taketori-ttb .italic span.nocjk, .taketori-ttb .italic .ltr {
font-style: italic !important;
}
.taketori-ttb .italic span.cjk {
-moz-transform:rotate(-90deg) skew(0,-20deg);
-webkit-transform:rotate(-90deg) skew(0,-20deg);
-o-transform:rotate(-90deg) skew(0,-20deg);
transform:rotate(-90deg) skew(0,-20deg);
}
.taketori-ttb .italic span.kakko {
display: -moz-inline-block;
display: inline-block;
-moz-transform:skew(20deg,0);
-webkit-transform:skew(20deg,0);
-o-transform:skew(20deg,0);
transform:skew(20deg,0);
}
.taketori-ttb .italic span.cho-on {
-moz-transform: scale(1.0,-1.0);
-webkit-transform: scale(1.0,-1.0);
-o-transform: scale(1.0,-1.0);
transform: scale(1.0,-1.0);
vertical-align: middle;
}
.taketori-ttb strong {
font-weight: normal;
}
.taketori-ttb strong span.nocjk, .taketori-ttb strong .ltr, .taketori-ttb .ltr strong {
font-weight: bold;
}
.taketori-ttb strong span.cjk:after {
content: "\3001";
display: -moz-inline-block;
display: inline-block;
position: absolute;
top: 0;
left: 0;
margin: -0.3em 0 0 1em;
}
.taketori-lang-ja-jp strong span.cjk:after {
margin: -0.3em 0 0 1em;
}
.taketori-lang-zh-tw strong span.cjk:after {
margin: 0 0 0 0.75em;
}
.taketori-ttb strong span.ku-ten:after,
.taketori-ttb strong span.tou-ten:after {
content: "";
}
.taketori-ttb strong span.kogaki:after {
margin: -0.15em 0 0 0.8em;
}
.taketori-lang-ja-jp strong span.kogaki:after {
margin: -0.15em 0 0 0.8em;
}
.taketori-lang-zh-tw strong span.kogaki:after {
margin: 0.15em 0 0 0.55em;
}
.taketori-ttb strong span.cho-on:after {
-moz-transform: scale(1.0,-1.0) rotate(-90deg);
-webkit-transform: scale(1.0,-1.0) rotate(-90deg);
-o-transform: scale(1.0,-1.0) rotate(-90deg);
transform: scale(1.0,-1.0) rotate(-90deg);
margin: 1em 0.3em -1em -0.3em;
}
.taketori-lang-ja-jp strong span.cho-on:after {
margin: 1em 0.3em -1em -0.3em;
}
.taketori-lang-zh-tw strong span.cho-on:after {
margin: 0.75em 0 -0.75em 0;
}
.taketori-ttb ul.cjk, .taketori-ttb ol.cjk {
list-style-type: none;
}
.taketori-ttb ul.cjk li:before, .taketori-ttb ol.cjk li:before {
content: attr(data-marker);
display: -moz-inline-block;
display: inline-block;
width: 3em;
text-align: center;
margin: 0 -0.3em 0 -2.7em;
font-size: 0.8em;
-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
transform:rotate(-90deg);
}
.taketori-ruby-disabled ruby {
display: -moz-inline-block;
display: inline-block;
position: relative;
}
.taketori-ruby-disabled ruby rp {
display: none;
}
.taketori-ruby-disabled ruby rt {
display: block;
margin: -1em 0 0 0;
font-size: 0.5em;
position: absolute;
top: 0;
left: 0;
vertical-align: bottom;
}
/* Use Writing Mode */
.taketori-writingmode-ttb .taketori-col {
-moz-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-o-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
/writing-mode: tb-rl;
_writing-mode: tb-rl;
}
.taketori-writingmode-ttb .ltr, .taketori-writingmode-ttb span.tcy {
text-indent: 0 !important;
line-height: 1 !important;
-moz-writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
-o-writing-mode: horizontal-tb;
-ms-writing-mode: lr-tb;
/writing-mode: lr-tb;
_writing-mode: lr-tb;
vertical-align: middle\9;
}
.taketori-writingmode-ttb span.tcy {
letter-spacing: 0 !important;
}
.taketori-writingmode-ttb .underline {
text-decoration: overline;
}
.taketori-writingmode-ttb .overline {
text-decoration: underline;
}
.taketori-writingmode-ttb strong.bo-ten {
font-weight: normal;
-webkit-text-emphasis-style: filled;
-moz-text-emphasis-style: filled;
-o-text-emphasis-style: filled;
-ms-text-emphasis-style: filled;
text-emphasis-style: filled;
}
.taketori-writingmode-ttb strong.bo-ten span.cjk {
display: inline-block;
}
.taketori-writingmode-ttb strong.bo-ten span.cjk:after {
content: "\3001";
display: inline-block;
line-height: 1;
position: absolute;
margin: -0.55em -0.05em 0.55em 0.05em;
}
.taketori-lang-ja-jp strong.bo-ten span.cjk:after {
margin: -0.55em -0.05em 0.55em 0.05em;
}
.taketori-lang-zh-tw strong.bo-ten span.cjk:after {
margin: -1em 0.25em 1em -0.25em;
}
.taketori-writingmode-ttb ul.cjk, .taketori-writingmode-ttb ol.cjk {
list-style-type: none;
}
.taketori-writingmode-ttb ul.cjk li:before, .taketori-writingmode-ttb ol.cjk li:before {
display: -moz-inline-block;
display: inline-block;
content: attr(data-marker);
-moz-writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
-o-writing-mode: horizontal-tb;
-ms-writing-mode: lr-tb;
/writing-mode: lr-tb;
_writing-mode: lr-tb;
font-size: 0.8em;
line-height: 1;
margin: -1.2em 0 0.2em -0.2em;
text-align: center;
vertical-align: text-bottom;
}
.taketori-in-progress {
opacity: 0 !important;
-moz-opacity: 0 !important;
-webkit-opacity: 0 !important;
-o-opacity: 0 !important;
-ms-filter: "alpha(opacity=0)" !important;
filter: alpha(opacity=0) !important;
} | web/console/src/common/utils/taketori.css | @charset "UTF-8";
.taketori-sans-serif-ja-jp {
font-family: Avenir, 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Meiryo UI', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.taketori-sans-serif-zh-tw {
font-family: 'Heiti TC', 'LiHei Pro', '微軟正黑體', sans-serif !important;
}
.taketori-serif-ja-jp {
font-family: Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'MS P明朝', 'MS PMincho', serif;
}
.taketori-serif-zh-tw {
font-family: 'Apple LiSung', PMingLiu, '新細明體', serif !important;
}
.taketori-cursive-ja-jp {
font-family: 'DFP行書体', 'DF行書体', 'AGENDA人名行書体L1', 'HGP行書体', 'HGS行書体', 'HG行書体', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'MS P明朝', 'MS PMincho', cursive;
}
.taketori-cursive-zh-tw {
font-family: 'Apple LiSung', PMingLiu, '新細明體', serif !important;
}
.taketori-kai-ja-jp {
font-family: 'DFP楷書体', 'HG正楷書体-PRO', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'MS P明朝', 'MS PMincho', serif;
}
.taketori-kai-zh-tw {
font-family: '教育部標準楷書', '全字庫正楷體', '標楷體', 'BiauKai', 'STKaiti', Kai, serif !important;
}
.taketori-atsign-ja-jp,
.taketori-atsign-zh-tw {
font-family: '@MS 明朝' !important;
}
.taketori-ttb { overflow: hidden; position: relative; }
.taketori-ttb span { cursor: vertical-text; }
.taketori-ttb a span { cursor: pointer !important; }
.taketori-ttb .taketori-col {
-moz-transform-origin: left bottom;
-webkit-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
transform:rotate(90deg);
}
.taketori-ttb .taketori-col span.cjk {
display: -moz-inline-block;
display: inline-block;
}
.taketori-ttb span.tcy {
min-width: 1em;
text-align: center !important;
cursor: text;
}
.taketori-ttb span.cjk, .taketori-ttb span.tcy, .taketori-ttb span.ltr {
display: -moz-inline-block;
display: inline-block;
-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
transform:rotate(-90deg);
vertical-align: middle !important;
}
.taketori-ttb span.cjk, .taketori-ttb span.tcy {
letter-spacing: 0 !important;
}
.taketori-ttb ruby rb, .taketori-ttb ruby rt {
line-height: 1;
}
.taketori-ttb img,
.taketori-ttb object,
.taketori-ttb embed,
.taketori-ttb video,
.taketori-ttb audio {
-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
transform:rotate(-90deg);
vertical-align: middle !important;
}
.taketori-ttb .nocjk {
vertical-align: middle !important;
}
.taketori-ttb .ltr {
-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
transform:rotate(-90deg);
}
.taketori-ttb .ltr span.cjk, .taketori-ttb .ltr span.tcy, .taketori-ttb .ltr span.ltr {
display: inline;
-moz-transform:none;
-webkit-transform:none;
-o-transform:none;
transform:none;
vertical-align: baseline !important;
}
.taketori-ttb .ltr span {
cursor: text;
}
.taketori-ttb span.cho-on {
vertical-align: middle !important;
-moz-transform: scale(1.0,-1.0);
-webkit-transform: scale(1.0,-1.0);
-o-transform: scale(1.0,-1.0);
transform: scale(1.0,-1.0);
}
.taketori-ttb span.tou-ten {
margin: -0.64em 0.7em 0.64em -0.7em !important;
}
.taketori-ttb span.ku-ten {
margin: -0.6em 0.64em 0.6em -0.64em !important;
}
.taketori-ttb span.kogaki {
margin: -0.2em 0.15em 0.2em -0.15em !important;
}
.taketori-ttb span.kakko {
vertical-align: middle !important;
}
.taketori-ttb span.ku-ten,
.taketori-ttb span.tou-ten,
.taketori-ttb span.kogaki {
border: none !important;
background: transparent none !important;
}
.taketori-ttb span.kinsoku {
display: -moz-inline-block;
display: inline-block;
}
.taketori-ttb .underline {
text-decoration: none !important;
}
.taketori-ttb .underline span.nocjk, .taketori-ttb .underline .ltr {
text-decoration: underline !important;
}
.taketori-ttb .underline span.cjk {
border-right: 1px solid;
line-height: 1;
margin: 0.25em -1px 0.25em 0;
}
.taketori-ttb .underline span.cho-on {
border-bottom: 1px solid;
border-right: none;
margin: 0.25em 0 0.25em 0;
}
.taketori-ttb .overline {
text-decoration: none !important;
}
.taketori-ttb .overline span.nocjk, .taketori-ttb .overline .ltr {
text-decoration: overline !important;
}
.taketori-ttb .overline span.cjk {
border-left: 1px solid;
line-height: 1;
margin: 0.25em 0 0.25em -1px;
}
.taketori-ttb .overline span.cho-on {
border-top: 1px solid;
border-left: none;
margin: 0.25em 0 0.25em 0;
}
.taketori-ttb .bothline {
text-decoration: none !important;
}
.taketori-ttb .bothline span.nocjk, .taketori-ttb .bothline .ltr {
text-decoration: underline overline !important;
}
.taketori-ttb .bothline span.cjk {
border-left: 1px solid;
border-right: 1px solid;
line-height: 1;
margin: 0.25em -1px 0.25em -1px;
}
.taketori-ttb .bothline span.cho-on {
border-top: 1px solid;
border-bottom: 1px solid;
border-left: none;
border-right: none;
margin: 0.25em 0 0.25em 0;
}
.taketori-ttb del {
text-decoration: none;
}
.taketori-ttb del span.nocjk, .taketori-ttb del .ltr, .taketori-ttb .ltr del {
text-decoration: line-through;
}
.taketori-ttb del span.cjk:after {
content: "\2503";
display: -moz-inline-block;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.taketori-ttb del span.ku-ten:after,
.taketori-ttb del span.tou-ten:after {
content: "";
}
.taketori-ttb del span.kogaki:after {
margin: 0.15em 0.2em -0.15em -0.2em;
}
.taketori-ttb del span.cho-on:after {
-moz-transform: scale(1.0,-1.0) rotate(-90deg);
-webkit-transform: scale(1.0,-1.0) rotate(-90deg);
-o-transform: scale(1.0,-1.0) rotate(-90deg);
transform: scale(1.0,-1.0) rotate(-90deg);
}
.taketori-ttb .italic {
font-style: normal !important;
}
.taketori-ttb .italic span.nocjk, .taketori-ttb .italic .ltr {
font-style: italic !important;
}
.taketori-ttb .italic span.cjk {
-moz-transform:rotate(-90deg) skew(0,-20deg);
-webkit-transform:rotate(-90deg) skew(0,-20deg);
-o-transform:rotate(-90deg) skew(0,-20deg);
transform:rotate(-90deg) skew(0,-20deg);
}
.taketori-ttb .italic span.kakko {
display: -moz-inline-block;
display: inline-block;
-moz-transform:skew(20deg,0);
-webkit-transform:skew(20deg,0);
-o-transform:skew(20deg,0);
transform:skew(20deg,0);
}
.taketori-ttb .italic span.cho-on {
-moz-transform: scale(1.0,-1.0);
-webkit-transform: scale(1.0,-1.0);
-o-transform: scale(1.0,-1.0);
transform: scale(1.0,-1.0);
vertical-align: middle;
}
.taketori-ttb strong {
font-weight: normal;
}
.taketori-ttb strong span.nocjk, .taketori-ttb strong .ltr, .taketori-ttb .ltr strong {
font-weight: bold;
}
.taketori-ttb strong span.cjk:after {
content: "\3001";
display: -moz-inline-block;
display: inline-block;
position: absolute;
top: 0;
left: 0;
margin: -0.3em 0 0 1em;
}
.taketori-lang-ja-jp strong span.cjk:after {
margin: -0.3em 0 0 1em;
}
.taketori-lang-zh-tw strong span.cjk:after {
margin: 0 0 0 0.75em;
}
.taketori-ttb strong span.ku-ten:after,
.taketori-ttb strong span.tou-ten:after {
content: "";
}
.taketori-ttb strong span.kogaki:after {
margin: -0.15em 0 0 0.8em;
}
.taketori-lang-ja-jp strong span.kogaki:after {
margin: -0.15em 0 0 0.8em;
}
.taketori-lang-zh-tw strong span.kogaki:after {
margin: 0.15em 0 0 0.55em;
}
.taketori-ttb strong span.cho-on:after {
-moz-transform: scale(1.0,-1.0) rotate(-90deg);
-webkit-transform: scale(1.0,-1.0) rotate(-90deg);
-o-transform: scale(1.0,-1.0) rotate(-90deg);
transform: scale(1.0,-1.0) rotate(-90deg);
margin: 1em 0.3em -1em -0.3em;
}
.taketori-lang-ja-jp strong span.cho-on:after {
margin: 1em 0.3em -1em -0.3em;
}
.taketori-lang-zh-tw strong span.cho-on:after {
margin: 0.75em 0 -0.75em 0;
}
.taketori-ttb ul.cjk, .taketori-ttb ol.cjk {
list-style-type: none;
}
.taketori-ttb ul.cjk li:before, .taketori-ttb ol.cjk li:before {
content: attr(data-marker);
display: -moz-inline-block;
display: inline-block;
width: 3em;
text-align: center;
margin: 0 -0.3em 0 -2.7em;
font-size: 0.8em;
-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
transform:rotate(-90deg);
}
.taketori-ruby-disabled ruby {
display: -moz-inline-block;
display: inline-block;
position: relative;
}
.taketori-ruby-disabled ruby rp {
display: none;
}
.taketori-ruby-disabled ruby rt {
display: block;
margin: -1em 0 0 0;
font-size: 0.5em;
position: absolute;
top: 0;
left: 0;
vertical-align: bottom;
}
/* Use Writing Mode */
.taketori-writingmode-ttb .taketori-col {
-moz-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-o-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
/writing-mode: tb-rl;
_writing-mode: tb-rl;
}
.taketori-writingmode-ttb .ltr, .taketori-writingmode-ttb span.tcy {
text-indent: 0 !important;
line-height: 1 !important;
-moz-writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
-o-writing-mode: horizontal-tb;
-ms-writing-mode: lr-tb;
/writing-mode: lr-tb;
_writing-mode: lr-tb;
vertical-align: middle\9;
}
.taketori-writingmode-ttb span.tcy {
letter-spacing: 0 !important;
}
.taketori-writingmode-ttb .underline {
text-decoration: overline;
}
.taketori-writingmode-ttb .overline {
text-decoration: underline;
}
.taketori-writingmode-ttb strong.bo-ten {
font-weight: normal;
-webkit-text-emphasis-style: filled;
-moz-text-emphasis-style: filled;
-o-text-emphasis-style: filled;
-ms-text-emphasis-style: filled;
text-emphasis-style: filled;
}
.taketori-writingmode-ttb strong.bo-ten span.cjk {
display: inline-block;
}
.taketori-writingmode-ttb strong.bo-ten span.cjk:after {
content: "\3001";
display: inline-block;
line-height: 1;
position: absolute;
margin: -0.55em -0.05em 0.55em 0.05em;
}
.taketori-lang-ja-jp strong.bo-ten span.cjk:after {
margin: -0.55em -0.05em 0.55em 0.05em;
}
.taketori-lang-zh-tw strong.bo-ten span.cjk:after {
margin: -1em 0.25em 1em -0.25em;
}
.taketori-writingmode-ttb ul.cjk, .taketori-writingmode-ttb ol.cjk {
list-style-type: none;
}
.taketori-writingmode-ttb ul.cjk li:before, .taketori-writingmode-ttb ol.cjk li:before {
display: -moz-inline-block;
display: inline-block;
content: attr(data-marker);
-moz-writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
-o-writing-mode: horizontal-tb;
-ms-writing-mode: lr-tb;
/writing-mode: lr-tb;
_writing-mode: lr-tb;
font-size: 0.8em;
line-height: 1;
margin: -1.2em 0 0.2em -0.2em;
text-align: center;
vertical-align: text-bottom;
}
.taketori-in-progress {
opacity: 0 !important;
-moz-opacity: 0 !important;
-webkit-opacity: 0 !important;
-o-opacity: 0 !important;
-ms-filter: "alpha(opacity=0)" !important;
filter: alpha(opacity=0) !important;
} | 0.275422 | 0.1532 |
* Gmail 2: CASTRO FASHION (BurnOmania Style III) v0.2.6
*
* Author : <NAME>
* Updated : September 21, 2008
* Description : CASTRO FASHION Style.
* Usage : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
* Thanks to : CyberCPA, weboso.
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://www.google.com/accounts/ServiceLogin?service=mail"){
/* THE "LOGIN PAGE" */
}
@-moz-document domain("<EMAIL>") {
/* GLOBAL FONT */
*{font-family: Tahoma, Verdana, Helvetica, arial, sans-serif, Segoe UI !important;}
/* INPUT FONT SIZE */
input, textarea,
select {
font-size: 12px !important;}
/* LOADING SCREEN */
#loading {
background: #F1F1F1 !important;
height: 100% !important;
position: absolute !important;
width: 100% !important;
z-index:1000 !important;}
/* "LOADING... TEXT" */
.msg, #loading .cmsg .msg {
color: RED !important;
font-size: 13px !important;
font-weight: bold !important;
width: 80px !important;}
/* CHANGE THE LOADING - BOTTOM MENU */
#loading #stb {
background: transparent !important;
color: #666 !important;
font-size: 11px !important;}
/* CHANGE THE LOADING - BOTTOM MENU LINKS */
#stb a {
color: #c00000 !important;
text-decoration: none !important;}
#stb a:hover {
border-bottom: 1px solid #999;
color: GREEN !important;}
/* SCROLLING BEHAVIOR */
html.e7Tcgd {
overflow-x: auto !important;
overflow-y: scroll !important;}
/* GLOBAL BACKGROUND */
body.jkeV8e, .zU8Nkb, .e7Tcgd > body > div > .XoqCub > .XoqCub > .XoqCub,
body > div[style="padding: 0pt 1ex 1ex;"] {
background: #afd2f6 !important;
height: 100% !important;
margin: 0 !important;
width: 100% !important;}
/* ALIGN PAGE BODY */
.Lpuind {
height: 100% !important;
width: 100% !important;}
/* GMAIL LOGO */
.zYsCRb{ background-image: url('http://i211.photobucket.com/albums/bb51/BurnOmania/gamil_01_png-1.png') !important;
cursor: pointer !important;
height: 70px !important;
margin: 5px 0 0 15px !important;
width: 121px !important;
background-repeat:no-repeat !important;}
/* MAIN GMAIL HEADER BG */
.fgrX7c > div > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .IY0d9c, .z2kAad > .XoqCub > .XoqCub > .IY0d9c {background: #FFF url('http://i211.photobucket.com/albums/bb51/BurnOmania/emheader.png') repeat-x top left !important;
height: 75px !important;
width: 100% !important;}
/* REALIGN 'SEARCH FIELD' SPACERS */
.fgrX7c > div > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .IY0d9c > .EGSDee[style="width: 9px;"] {display: none !
important;}
/* Fix EMBEDDED STYLE */
.fgrX7c > div > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .IY0d9c > .EGSDee[style="width: 1646px;"] {width: 100% !
important;}
/* FIX ROUNDED CORNERS */
.z1IiMc {display: none !important;}
/* HEADER BAR - REMOVE UNDERLINES */
#gbar a, #gbar a:active, #gbar a:visited, #gbar a.gb3 > u, span[id*="1fb"], a[id*="1fb"], #undefined b {text-decoration: none !important;}
/* HEADER BAR - CHANGE LINK COLOR (LEFT) */
#gbar .gb1 a, a.gb1, a.gb3,
#gbar .gb3 a {
margin: 4px !important;
height: 20px !important;
line-height: 16px !important;
background: transparent !important;
color: WHITE !important;
font-size: 11px !important;
text-decoration: none !important;}
/* HEADER BAR - LEFT MENU ITEMS - MORE ITEM ALIGN */
#gbar .gb3 {
font-size: 11px !important;
height: 22px !important;
line-height: 16px !important;
margin: 0 !important;
padding: 0 4px !important;}
/* HEADER BAR - LEFT MENU ITEMS - MORE ITEM TEXT */
#gbar .gb3 a {
font-weight: bold !important;
margin: 0 !important;}
#gbar .gb3 a u {
text-decoration: none !important;}
/* HEADER BAR - LEFT MENU ITEMS - MORE ARROW */
a.gb3 > small {
color: #e1091f !important;}
/* HEADER BAR - LEFT MENU ITEMS (HOVER) */
#gbar a.gb1:hover {
border-bottom: 1px dotted #e1091f !important;
color: #DDDDDD !important;}
/* HEADER BAR - LEFT MENU ITEMS - MORE ITEM (HOVER) */
#gbar a.gb3:hover {
border-bottom: 1px dotted #e1091f !important;
color: #DDDDDD !important;}
/* HEADER BAR - LEFT MENU ITEMS - MORE ITEM (ARROW) */
a.gb3 > small:hover {
border-bottom: 1px solid #212121 !important;
color: #DDD !important;}
/* HEADER BAR - BACKGROUND */
.fgrX7c > div > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .XoqCub, .z2kAad > .XoqCub > .XoqCub > .XoqCub, #guser {
background: #222 url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !important;
border-bottom: 1px solid #ADADAD !important;
height: 26px !important;}
/* HEADER BAR - "GMAIL" TITLE */
#gbar b.gb1{
height: 20px !important;
line-height: 17px !important;
color: #e1091f !important;
font-size: 12px !important;
margin: 0 0 0 0 !important;}
/* HEADER BAR - MORE DROP-DOWN MENU */
#gbi{
background: #f1f1f1 !important;
border: 1px solid BLACK !important;
position: absolute !important;
top: 20px !important;
width: 113px !important;}
/* HEADER BAR - MORE DROP-DOWN MENU LINK WRAPPER */
.gb2 { width: 100px !important; z-index: 1001;}
.gb2 div{ margin: 0 !important;}
/* HEADER BAR - MORE DROP-DOWN MENU LINKS */
a.gb2 { color: BLACK !important;
display: block !important;
font-size: 11px !important;
color: BLACK !important;
padding: .2em .5em !important;
text-decoration: none !important;}
/* HEADER BAR - MORE DROP-DOWN MENU LINKS MOUSE-OVER */
#gbar a.gb2:hover {
background: #e1091f !important;
color: WHITE !important;
display: block !important;}
/* HEADER BAR - MORE DROP-DOWN MENU DIVIDERS */
.gbd {border-top: 1px solid #222 !important;}
/* HEADER BAR - MENU LINKS (RIGHT) */
.nQ6QTe .l73JSe {
color: WHITE !important;
display: inline !important;
font-size: 11px !important;
font-weight: normal !important;
height: 26px !important;
margin: 0 0 0 0 !important;
padding: 0 2px !important;
text-decoration: none !important;}
/* HEADER BAR - MENU LINKS (RIGHT) - DIVIDER */
.nQ6QTe {
color: #e1091f !important;
height: 26px !important;
font-size: 11px !important;
line-height: 26px !important;
margin: 0 !important;
padding: 0 12px 0 0 !important;}
/* HEADER BAR - MAIL ADDRESS */
.nQ6QTe b {
color: #c0c0c0 !important;
font-weight: bold !important;}
/* HEADER BAR - ADD HOVER EFFECT - RIGHT MENU ITEMS */
.nQ6QTe span:hover.l73JSe,
.nQ6QTe a:hover.l73JSe {
border-bottom: 1px dotted #e1091f !important;
color: #DDDDDD !important;}
/* HEADER BAR - "SIGN OUT" LINK */
.nQ6QTe > nobr > a:last-child {
font-weight: bold !important; color: WHITE !important;}
/* HEADER BAR - LOADING... MESSAGE */
.QShok { border: 1px solid #FFF !important;}
.QShok .R7iiN,
.QShok .wWwc8d {
background: #aed729 url('http://i211.photobucket.com/albums/bb51/BurnOmania/loadbar.png') repeat-x top left !important;
color: WHITE !important;
font-size: 11px !important;
font-weight: bold !important;}
/* HEADER BAR - REMOVE BLUE LINE AT TOP OF PAGE
.gbh {display: none !important;} */
/* MOVE STORAGE INFO TO TOP */
.pghVUe span {
font-family: "Segoe UI" !important;
font-weight:bold !important;
font-size:11px !important;
color: Chocolate !important;
background: 0 !important;
position: absolute !important;
right: 23px !important;
top: 29px !important;}
/* SEARCH OPTIONS LINK AND CREATE A FILTER LINK (BESIDE SEARCH BOX) */
div[class="tYBwhe SUicbd"] {
font-size: 11px !important; text-decoration: none !important;}
/* SEARCH OPTIONS PAGE - HEADER KILLER */
.BBrt4c {display: none !important;}
/* SEARCH OPTIONS PAGE - SPACERS */
.WrxLMd {display: none !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE */
.fafYqc, .Z1uQkf, .ny3hZb {background: #222 url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !important;
border: 2px solid #d6d8da !important;
margin: -67px 0 0 26% !important;
padding: 3px !important;
-moz-border-radius: 6px;
position: absolute !important;
width: 600px !important;
z-index: 2000 !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - SPACER */
.fafYqc > .XoqCub > .Pj5gjf {display: none !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - INNER */
.fafYqc > .XoqCub > .R7iiN, .Z1uQkf > .XoqCub, .ny3hZb > .XoqCub {
background: transparent !important;
-moz-border-radius: 6px;
margin: 8px 0 !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - INNERS */
.Z1uQkf .IY0d9c,
.Z1uQkf > .XoqCub > .R7iiN,
.Z1uQkf > .XoqCub > .R7iiN > .vHYYR,
.Z1uQkf > .XoqCub > .R7iiN > .vHYYR > .wWwc8d,
.Z1uQkf > .XoqCub > .R7iiN > .vHYYR > .wWwc8d > .diLZtc,
.Z1uQkf > .XoqCub > .R7iiN > .vHYYR > .wWwc8d > .diLZtc > .XoqCub > .gBJOMe,
.ny3hZb .IY0d9c,
.ny3hZb > .XoqCub > .R7iiN,
.ny3hZb > .XoqCub > .R7iiN > .vHYYR,
.ny3hZb > .XoqCub > .R7iiN > .vHYYR > .wWwc8d,
.ny3hZb > .XoqCub > .R7iiN > .vHYYR > .wWwc8d > .diLZtc,
.ny3hZb > .XoqCub > .R7iiN > .vHYYR > .wWwc8d > .diLZtc > .XoqCub > .gBJOMe,
.IY0d9c .R7iiN {background: transparent !important;
border: 0 !important;
padding: 0 !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - FONT & DESIGN */
.gBJOMe table {
font-size: 12px !important;
color: WHITE !important;
margin: 0 auto !important;
max-width: 800px !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - INPUT FIELDS */
.gBJOMe table input {
background: #FFF !important;
border: 1px solid #999 !important;}
/*SEARCH OPTIONS PAGE - MAIN TABLE - BUTTONS MARGIN */
.fafYqc table table {margin: 2px 0 0 0;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - LOWER AREA */
.IY0d9c {background: transparent;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - SEARCH AREA */
div.RRNVab > div.sQnGde > div.TRvCy > div.CKuUDf > div.fgrX7c > div > div.XoqCub > div.XoqCub > div.XoqCub > div.XoqCub >
div.XoqCub > div.IY0d9c > div.XoqCub > div.XoqCub > div.IY0d9c > div.EGSDee > div.XoqCub {
background: transparent !important;
margin: 0 !important;
padding: 10px 0 0 0 !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - SEARCH FIELD */
.oF1kyb {margin: 22px 0 0 20px !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - SEARCH FIELD STUFF */
.tYBwhe {float: left !important;}
/* SEARCH FIELD */
.oF1kyb input {
background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch.png') repeat-x top left !important;
border: 1px solid #737373 !important;
color: #444 !important;
font-size: 11px !important;
margin: 0 2px 0 0 !important;
padding: 3px 2px !important;}
/* SEARCH FIELD (HOVER) */
.oF1kyb input:hover {border: 1px solid #cf950b !important;}
/* "SHOW SEARCH OPTIONS" & "CREATE A FILTER" */
.SUicbd, div#mt1 span.lk {
color: BLACK !important;
cursor: pointer !important;
font: normal 9px Segoe UI !important;
line-height: 11px !important;
margin: 0 0 0 2px !important;
text-decoration: none !important;}
.SUicbd span:hover, div#mt1 span:hover.lk {
border-bottom: 1px solid #e1091f !important;
color: BLACK !important;
font-weight: bold !important;}
/* "CREATE A FILTER" LINE */
.YKsXMe {display: none !important;}
/* NOTIFICATION & ERROR MESSAGES */
.n38jzf, .OVyDvc, .jU8Zgd {border: none !important;background: transparent !important;
margin: 1px auto 12px auto !important;
padding: 0 !important;
position: relative !important;
text-align: center !important;}
/* NOTIFICATION & ERROR MESSAGES - FORCE THE ALIGNMENT */
.n38jzf {
height: 0 !important;
margin: 0 !important;}
/* NOTIFICATION & ERROR MESSAGES - INNER */
.n38jzf .cyVRte, .OVyDvc .cyVRte, .jU8Zgd .cyVRte {
margin: 1px auto !important;
width: auto !important;}
/* NOTIFICATION & ERROR MESSAGES - BORDERS & BG COLORS */
.n38jzf .Ptde9b, .n38jzf .m14Grb, .OVyDvc .Ptde9b, .OVyDvc .m14Grb,.jU8Zgd .Ptde9b, .jU8Zgd .m14Grb, .EGPikb, .Ptde9b
.zIVQRb, .Qrjz3e, .Gbtri, .gmNpMd, td[class="zIVQRb"] {background: transparent !important; border: none !important;}
/* NOTIFICATION & ERROR MESSAGES - THE MESSAGES */
.n38jzf .m14Grb,
.OVyDvc .m14Grb,
.jU8Zgd .m14Grb {background: Cornsilk !important;
color: BLACK !important;
font-size: 10px !important;
font-weight: normal !important;
margin: 0 auto !important;
padding: 4px !important;
text-align: center !important;}
.m14Grb {border: 1px solid #B2B2B2 !important;}
/* NOTIFICATION & ERROR MESSAGES - ERROR MESSAGE TEXT */
.n38jzf .m14Grb span,
.OVyDvc .m14Grb span,
.jU8Zgd .m14Grb span {
color: #222 !important;
cursor: pointer !important;
margin-left: 5px !important;
text-decoration: underline !important;}
.wQh1id {color: #222 !important;}
/* NOTIFICATION & ERROR MESSAGES - LINKS */
.OVyDvc .m14Grb span, a[class="wQh1id"],
.OVyDvc .m14Grb a, span.SdKLH#link_undo,
.jU8Zgd .m14Grb span,
.jU8Zgd .m14Grb a{color: #e04a10 !important;}
/* NOTIFICATION & ERROR MESSAGES - LINKS COLORS */
.SdKLH {
color: #e1091f !important;
cursor: pointer !important;
text-decoration: none !important;}
/* LEFT MENU - SELECTED ITEM BACKGROUND */
.ybaOyc .R7iiN, .ACpQre .R7iiN {background: transparent !important;}
div[class="XoqCub cBhtOe"] div, div[class="XoqCub IyrUZb cBhtOe"] div {
background: none !important;}
/* LEFT MENU - MENU FONT COLOR */
.NIPhib .zD5BAe, .ybaOyc a.Tm9rOd[href$="#spam"],#nav #ds_spam,
.ybaOyc a.Tm9rOd[href$="#trash"],#nav #ds_trash {
color: BLACK !important;
font-size: 11px !important;
cursor: pointer !important;
overflow: hidden !important;
padding: 0 0 0 2px !important;
text-decoration: none !important;}
/* LEFT MENU - MENU FONT COLOR (HOVER) */
.NIPhib .zD5BAe:hover,
.ybaOyc a.Tm9rOd[href$="#spam"]:hover, #nav #ds_spam:hover, .ybaOyc a.Tm9rOd[href$="#trash"]:hover, #nav #ds_trash:hover {background: #e1091f !important;color: WHITE !important;font-weight: bold !important;}
/* LEFT MENU - INNER MENU ITEMS */
div.ACpQre .R7iiN,div.ACpQre .wWwc8d {background: transparent !important;}
/* LEFT MENU - KEEP COMPOSE AND CONTACTS LINKS FONT COLOR BLACK */
span[id="1fb6"], span[id="1fb4"] { color: BLACK !important; }
/* LEFT MENU - STARRED & CHATS ICONS GONE FOR GOOD :) */
.gUlKtd, .aBJ8he {
display: none !important;
height: 13px !important;
margin: 0 !important;
width: 15px !important;}
/* LEFT MENU - SPAM & TRASH LINKS */
.ybaOyc a.Tm9rOd[href$="#spam"],#nav #ds_spam,
.ybaOyc a.Tm9rOd[href$="#trash"],#nav #ds_trash {color: BLACK !important;
text-decoration: none !important;}
/* COMPOSE MAIL & CONTACTS LINKS SELECTED */
.cOSVMd div {background: transparent !important;}
/* COMPOSE MAIL - TOP & BOTTOM BAR */ .c1I77d {
background: #222 url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !important;
height: 31px !important;
-moz-border-bottom-colors: #353A41 #76838E !important;
-moz-border-left-colors: #353A41 #6F7A88 !important;
-moz-border-right-colors: #353A41 #6F7A88 !important;
-moz-border-top-colors: #353A41 #6A7583 !important;
padding: 0 !important;
width: 100% !important;}
/* COMPOSE MAIL - 'SEND/SAVE/DISCARD' BUTTONS */
.c1I77d button {
background: BLACK;
border: 1px solid #999999 !important;
color: WHITE !important;
cursor: pointer !important;
font-size: 11px !important;
text-decoration: none !important;
padding: 0 10px !important;
margin: 6px 0 8px 4px !important;}
.c1I77d button:hover {
border: 1px solid #DDD !important;
color: #DDD !important;
cursor: pointer !important;}
/* COMPOSE MAIL - "DRAFT AUTOSAVED..." TEXT */
.x1Kcd {
color: #f1eee9 !important;
font-size: 11px !important;
padding: 0 0 !important;
margin: 0 0 0 10px !important;
top: 1px !important;
position: relative !important;}
/* COMPOSE MAIL - 'NEW WINDOW' ICON */
.aqugAf {background: url('http://i211.photobucket.com/albums/bb51/BurnOmania/newpop.png') no-repeat top left !important;
height: 20px !important;
margin-top: -4px !important;
width: 20px !important;}
.aqugAf:hover {opacity: 0.8 !important;}
/* COMPOSE MAIL - MAIN WINDOW */
.uQLZXb {background: #fcf6e8 url('http://i211.photobucket.com/albums/bb51/BurnOmania/cmpsbg2-1.png') repeat-x top left !
important;
border-bottom: 1px solid #EFEFEF !important;
border-top: 1px solid #EFEFEF !important;
font-size: 11px !important;
margin: 0 !important;
-moz-border-left-colors: #353A41 #EFEFEF !important;
-moz-border-right-colors: #353A41 #EFEFEF !important;
padding: 0 0 2px 0 !important;}
/* COMPOSE MAIL - MAIN WINDOW - FORM ALIGNMENT */
.uQLZXb form {
margin: 0 !important;
padding: 4px 4px 4px 0 !important;}
/* COMPOSE MAIL - MAIN TABLE */
.wHcYVb {
margin: 8px 0 !important;
padding: 0 !important;}
.wHcYVb tr {height: 24px !important;}
/* COMPOSE MAIL - "FROM/TO" TEXT */
.VYTO6d, .sXkcDf {
color: #111 !important;
font-size: 11px !important;
font-weight: bold !important;
padding-right: 8px !important;
text-align: right !important;
vertical-align: top !important;
width: 45px !important;
white-space: nowrap !important;}
/* COMPOSE MAIL - YOUR eMAIL SPACING */
.jkeV8e .J14TS {padding: 1px 0 2px 0 !important;}
/* COMPOSE MAIL - YOUR eMAIL */
.J14TS .qIKyDc {
color: #474747 !important; font-size: 11px !important;}
/* COMPOSE MAIL - "TO" SELECTION */
.mMl8gd { background: #FEFEFE url('http://i211.photobucket.com/albums/bb51/BurnOmania/srch.png') repeat-x top left !
important;
border: 1px solid #808080 !important;
color: #222 !important;
font-size: 11px !important;
overflow: visible !important;
padding: 4px !important;
width: 99.5% !important;}
/* COMPOSE MAIL - "ADD CC/ADD ATTACH..." TEXT */
.MRoIub{
color: #585454 !important;
font-size: 11px !important;
text-decoration: none !important;
cursor: pointer !important;}
.MRoIub:hover {
border-bottom: 1px dotted #e1091f !important;
color: BLACK !important;}
/* COMPOSE MAIL - ADD ATTACHMENT "REMOVE" TEXT */
.Lf1J3 {
color: RED !important;
font-size: 11px !important;
text-decoration: none !important;}
.Lf1J3:hover {
border-bottom: 1px dotted #e1091f !important;
color: BLACK !important;}
/* COMPOSE MAIL - ADD ATTACHMENT ROW ALIGNMENT */
.kvlSW {margin: 0 0 4px 0 !important;}
/* COMPOSE MAIL - ATTACHMENT LINK */
.LK1DP {
color: #585454 !important;
font-size: 11px !important;}
.LK1DP:hover {
background: #e1091f !important;
color: WHITE !important;
text-decoration: none !important;}
/* COMPOSE MAIL - "SUBJECT" FIELD */
.rSfjbb {background: #FEFEFE url('http://i211.photobucket.com/albums/bb51/BurnOmania/search_bg.png') repeat-x top left !
important;
border: 1px solid #808080 !important;
color: #222 !important;
font-size: 11px !important;
overflow: visible !important;
padding: 4px !important;
width: 99.5% !important;}
/* COMPOSE MAIL - RTE ALIGNMENT */
.uQLZXb > form > div {
border: 1px solid #808080 !important;
margin: 0 0 0 56px !important;
width: 92% !important;}
/* COMPOSE MAIL - RTE TOOLBAR ALIGNMENT */
.e2lIK {
border: 0 !important;
border-bottom: 1px solid #A1A1A1 !important;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;}
/* COMPOSE MAIL - RTE TOOLBAR TABLE */
.e2lIK table {background: #D6D6D6 url('http://i211.photobucket.com/albums/bb51/BurnOmania/notifc.png') repeat-x top left !
important;
height: 23px !important;
margin: 0 !important;
padding: 0 !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS ALIGNMENT */
.VByZEe {
font-size: 11px !important;
margin: 0 !important;
padding: 2px 0 0 0 !important;}
/* COMPOSE MAIL - RTE TOOLBAR "CHECK SPELLING" TEXT */
.MRoIub, .mrKIf, .Z5xHXe .t0Pj3c {
color : #515459 !important;
height: 23px !important;
margin: 0 !important;
white-space: nowrap !important;
text-decoration: none !important;}
/* COMPOSE MAIL - RTE TOOLBAR "CHECK SPELLING" MENU */
.NQ52 {
background: #222 !important;
border: 1px solid #DDD !important;
color: #F1F1F1 !important;
-moz-outline: none !important;
outline: none !important;
cursor: default !important;
font-size: 10px !important;
outline: 0 !important;
position: absolute !important;
text-align: left !important;
width: 25ex !important;
z-index: 10 !important;}
.NQ52 .goog-menuitem {
padding: 2px 5px 2px 3px !important;
position: relative !important;}
.NQ52 .goog-menuitem:hover {
background: #e1091f !important;
color: WHITE !important;
cursor: pointer !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS (BORDER COLOR) */
.rwfzSd {border-color: #808080 !important;}
.rwfzSd:hover {border-color: #bfbdbd !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS (FONT & SIZE MENU) */
.lIhIi {
background: #F1F1F1 !important;
border: 2px solid !important;
cursor: pointer !important;
font-size: 11px !important;
-moz-border-bottom-colors: #999 #FFF !important;
-moz-border-left-colors: #999 #FFF !important;
-moz-border-right-colors: #999 #FFF !important;
-moz-border-top-colors: #999 #FFF !important;}
.lIhIi .goog-menuitem {
background: #F1F1F1 !important;
color: #000 !important;
padding: 2px 12px !important;}
.lIhIi .goog-menuitem-highlight {
background: #A9A9A9 !important;
color: #111 !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS (COLOR PALETTE MENU) */
.cPHEId {}
.cPHEId .goog-palette {
cursor: pointer !important;}
.cPHEId .goog-palette-table {
border: 1px solid #999 !important;
border-collapse: collapse !important;}
.cPHEId .goog-palette-cell {
border: 0 !important;
font-size: 1px !important;
height: 13px !important;
margin: 0 !important;
text-align: center !important;
vertical-align: middle !important;
width: 15px !important;}
.cPHEId .goog-palette-colorswatch {
border: 2px solid !important;
height: 12px !important;
-moz-border-bottom-colors: #777 #FFF !important;
-moz-border-left-colors: #777 #FFF !important;
-moz-border-right-colors: #777 #FFF !important;
-moz-border-top-colors: #777 #FFF !important;
width: 12px !important;}
.cPHEId .goog-palette-cell-hover .goog-palette-colorswatch {
border: 2px solid !important;
-moz-border-bottom-colors: #333 #DDD !important;
-moz-border-left-colors: #333 #DDD !important;
-moz-border-right-colors: #333 #DDD !important;
-moz-border-top-colors: #333 #DDD !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS (ADD LINK) */
.tr_dialog {
background: #F1F1F1 !important;}
.tr_edit-link-dialog {
border: 6px solid #FFF !important;
-moz-border-bottom-colors: #fafafa #FFF #FFF #FFF #FFF #999 !important;
-moz-border-left-colors: #fafafa #FFF #FFF #FFF #FFF #999 !important;
-moz-border-right-colors: #fafafa #FFF #FFF #FFF #FFF #999 !important;
-moz-border-top-colors: #fafafa #FFF #FFF #FFF #FFF #999 !important;
-moz-border-radius: 4px !important;
width: 650px !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS (ADD LINK: HEADER) */
.tr_dialog .tr_dialog-title,
.tr_dialog .tr_dialog-title .tr_dialog-title-layout-table {background: #D6D6D6 url
('http://i211.photobucket.com/albums/bb51/BurnOmania/notify2.png') repeat-x top left !important;
border-bottom: 1px solid #999 !important;
color: WHITE !important;}
.tr_dialog .tr_dialog-section {border-bottom: 1px solid #999 !important;}
.tr_edit-link-dialog-body {
font-size: 11px !important;
line-height: 1.3 !important;
margin: 0 !important;
padding: 5px 10px 0px 10px !important;}
.tr_pseudo-link {color: #3d68fb !important;}
.tr_dialog-tab-content-explanation-text a {color:RED !important;}
.tr_tabbed-pane-tab-content,
.tr_tabbed-pane-tabs .tr_selected-tab-in-tabbed-pane {background:#f9e2a3 !important;}
.tr_tabbed-pane-tab-label {
color: #3d68fb !important;
text-decoration: none !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE TABLE */
.y4Wv6d {
margin: 0 !important;
table-layout: fixed !important;
width: 100% !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE TABLE - SIDE SPACERS */
.q5q9ae {
display: none !important;
width: 0 !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE TABLE - TEXT ALIGNMENT */
.opUkHb {padding: 0 !important;}
.OYmQme {
border: 0 !important;
padding: 0 !important;}
.OYmQme div {width: 100% !important;}
.iE5Yyc {
border: 0 !important;
overflow: auto !important;
padding: 0 !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE TABLE - CORNERS MARGIN */
.JRJslf {
background: #f7f7f7 !important;
border: 0 !important;
margin: 0;
padding: 3px !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE BG */
body.editable {background: #f5f5f5 !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE - QUOTE TEXT */
.gmail_quote {color: #9e9a9a !important;}
/* COMPOSE MAIL - POPPED-OUT BODY */
body.Gdbtkf {background: transparent !important;}
/* COMPOSE MAIL - POPPED-OUT HIDE BORDERS */
body.Gdbtkf .vHYYR[style="margin-left: 4px;"] {
background: #F1F1F1 !important;
margin: 0 !important;}
body.Gdbtkf .Pj5gjf[style="height: 4px;"] {height: 0 !important;}
/* SPAM & TRASH BG */
.xNSvsd .R7iiN,
.xNSvsd .kwmAmd,
.xNSvsd .m8lwn,
.xNSvsd .c1norb,
.xNSvsd .vHYYR {background: BLACK url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !
important;}
/* SPAM & TRASH - BAR BG */
div[class="Ch5Hj"] {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch2.png') repeat-x
top left !important;}
/* SPAM & TRASH - DELETE ALL SPAM AND EMPTY TRASH NOW LINKS */
.rj1J6b {
color: #3d68fb !important;
cursor: pointer !important;
font-size: 11px !important;
font-weight: bold !important;}
.rj1J6b:hover {color: #7692f2 !important;}
/* LEFT MENU - MENU TITLES */
.oggeve {
color: WHITE !important;
cursor: pointer !important;
font-size: 11px !important;
font-weight: normal !important;
overflow: hidden !important;}
/* LEFT MENU - MENU TITLES (HOVER) */
.oggeve:hover {color: #DDDDDD !important;}
/* LEFT MENU - MENU TITLES ARROWS */
.LrIFMe {
display: none !important;
height: 11px !important;
width: 11px !important;}
/* CHAT/CONT. - BORDER COLOR */
.a3hTGd .R7iiN, .a3hTGd .wWwc8d {background-color: BLACK !important;}
/* CHAT/CONT. - 'CHAT TITLE' */
.a3hTGd .Tzvkxd {
padding: 1px 0 !important;
background: BLACK !important;}
/* CHAT/CONT. - BODY */
.a3hTGd .C9Pn8c .wWwc8d{
background: BLACK !important;}
/* CHAT/CONT. - SEARCH INPUT REALIGN I */
.a3hTGd .p9ILHf {background: transparent !important;}
/* CHAT/CONT. - SEARCH INPUT REALIGN II */
.a3hTGd .p9ILHf .e8kn7c{padding: 0 4px 0 0 !important;}
/* CHAT/CONT. - SEARCH INPUT FIELD */
.a3hTGd .p9ILHf .e8kn7c .u4Qprd{background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch.png')
repeat-x top left !important;
border: 1px solid BLACK !important;
color: #909090 !important;
height: 15px !important;
font-size: 11px !important;
margin-left: -1px !important;
padding: 5px 0 0 4px !important;
width: 131px !important;}
/* CHAT/CONT. - SEARCH INPUT FIELD FOCUS */
.a3hTGd .p9ILHf .e8kn7c input:focus{background: transparent url
('http://i211.photobucket.com/albums/bb51/BurnOmania/srch.png') repeat-x top left !important;
border: 1px solid BLACK !important;
color: BLACK !important;
height: 15px !important;
font-size: 11px !important;
margin-left: -1px !important;
padding: 5px 0 0 4px !important;
-moz-outline: none !important;
outline: none !important;
width: 131px !important;}
/* CHAT/CONT. - SEARCH POPUP MENU */
.e1M31 {
background: #1F1F1F !important;
border: 1px solid !important;
color: #efeff0 !important;
font-size: 11px !important;
font-family: Segoe UI !important;
-moz-border-bottom-colors: #171717 #717171 !important;
-moz-border-left-colors: #171717 #717171 !important;
-moz-border-right-colors: #171717 #717171 !important;
-moz-border-top-colors: #171717 #717171 !important;
padding: 2px !important;
z-index: 7 !important;}
.e1M31 div.active {background: #e1091f !important;color: WHITE !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - SEARCH RESULT ROW */
.e1M31 .fA0c3d {
clear: both !important;
cursor: default !important;
height: 20px !important;
line-height: 20px !important;
position: relative !important;
overflow-y: hidden !important;
white-space: nowrap !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - ROW ICON */
.e1M31 .r0IZgc{
float: left !important;
height: 20px !important;
margin: 0px !important;
padding: 3px 0px 0 0 !important;
width: 16px !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - ROW TEXT SEARCH RESULT */
.e1M31 .kJvOle b {
color: #fcd670 !important;
font-weight: normal !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - RIGHT SIDE MENU ITEMS */
.e1M31 .JcKyAe {
background: #333 !important;
border-left: 1px solid #717171 !important;
color: #f1f1f1 !important;
float: right !important;
padding-left: 2px !important;
padding-top: 1px !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - SELECTED HEADER */
.e1M31 .JcKyAe:hover {background: #e1091f !important;color: WHITE !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - RIGHT MENU DIVIDER */
.pO3rNd {
border: 0 !important;
padding-top: 0 !important;}
/* CHAT/CONT. - 'USER NAME' AREA */
.qHJVCb {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/username08.png') repeat-x top left
!important;
border-bottom: 1px solid #1D1D1D !important;
border-top: 0 solid #1D1D1D !important;
cursor: pointer !important;
font-size: 11px !important;
height: 26px !important;
margin: 0 !important;
padding: 3px 0 0 0 !important;
width: 100% !important;}
/* CHAT/CONT. - 'USER NAME' AREA ALIGN */
.qHJVCb .G5IQRc {
padding: 0 !important;
margin: -1px 0 !important;
position: relative !important;
width: 100% !important;}
/* CHAT/CONT. - 'SET STATUS..' */
.pfMKyf{background: transparent !important;
border-color: #000 !important;
border-collapse: collapse !important;
margin: 0 0 !important;
font-size: 9px !important;
table-layout: fixed !important;
width: 100% !important;}
/* CHAT/CONT. - 'SET STATUS..' BORDER */
.pfMKyf td{background: transparent !important;border: 0 !important;}
/* CHAT/CONT. - 'SET STATUS..' COLUMN */
.pfMKyf .H142ad {font-size: 10px !important;}
/* CHAT/CONT. - 'SET STATUS..' HOVER */
.pfMKyf .IALsCe {
background: #e1091f !important;
text-decoration: none !important;
color: WHITE !important;
font-size: 9px !important;}
/* CHAT/CONT. - 'SET STATUS..' INPUT */
input.oricqc{background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/srch.png') repeat-x top left !
important;
border: 1px solid #999 !important;
color: #e1091f !important;
font-size: 9px !important;
height: 12px !important;
margin-bottom: 4px !important;
-moz-outline: none !important;
outline: none !important;
padding: 2px 0 2px 5px !important;}
/* CHAT/CONT. - 'SET STATUS..' DROP DOWN MENU */
.I24Uab{
border: 1px solid #666 !important;
margin: 0 !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
vertical-align: bottom !important;
z-index: 6 !important;}
/* CHAT/CONT. - 'SET STATUS..' DROP DOWN MENU ITEMS */
.O7GAEf{
background: #111 !important;
color: #efeff0 !important;
font-size: 11px !important;
width: 180px !important;
overflow: hidden !important;
padding: 0 !important;
margin: 0 !important;}
.Zmx5rc{
cursor: pointer !important;
height: 1.5em !important;
line-height: 1.5em !important;
margin: 2px !important;
position: relative !important;
vertical-align: middle !important;}
.j665Sd{
background: #222 !important;
color: #DDD !important;}
/* CHAT/CONT. - 'SET STATUS..' DROP DOWN MENU DIVIDERS */
.O7GAEf hr {
background-color: #e4e0e0 !important;
border: none !important;
height: 1px !important;
margin: 0 !important;}
/* CHAT/CONT. - TABLE BODY */
.ae3sRe .sAUBFe .DKq6Zc .mBJAwd {
border-collapse: collapse !important;
table-layout: fixed !important;}
/* CHAT/CONT. - CONTACT NAME COLUMN */
.ae3sRe .sAUBFe .DKq6Zc .mBJAwd .mFaocb {width: 100% !important;}
/* CHAT/CONT. - CONTACT NAME SPACER */
.ae3sRe .sAUBFe .DKq6Zc .mBJAwd .ZYiGSb {
height: 100% !important;
width: 18px !important;}
/* CHAT/CONT. - CONTACT NAME LIST */
.oOukxe {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !
important;
border-bottom: 1px solid #ADADAD !important;
color: #f1f1f1 !important;
cursor: pointer !important;
font-size: 10px !important;
line-height: 1.4em !important;
white-space: nowrap !important;
width: 100% !important;}
/* CHAT/CONT. - CONTACT NAME LIST (HOVER) */
.M3aZbb:hover, .goog-menuitem:hover {
background: #e1091f !important;
text-decoration: none !important;
color: WHITE !important;}
/* CHAT/CONT. - CONTACT NAME LIST DIVIDERS */
.M3aZbb td{border-top: 1px solid #DDD !important;}
/* CHAT/CONT. - 'OPTIONS' ALIGNMENT */
.gzo7q {
float: left !important;
height: 100% !important;}
.CTCpse {
cursor: pointer !important;
left: 9px !important;
margin: 4px 0 0 5px !important;
padding: 0 !important;
top: 0 !important;
width: auto !important;}
/* CHAT/CONT. - 'OPTIONS & ADD CONTACT' TEXT */
.WDwv9d { background: #e1091f !important;
color: WHITE !important;
font-size: 11px !important;
padding: 0 !important;
text-decoration: none !important;}
.a3hTGd .dH86Yd,
.a3hTGd .GTx9Hd {
background: transparent !important;
border: 0 !important;}
/* CHAT/CONT. - 'OPTIONS & ADD CONTACT' ADD HOVER EFFECT */
div.gzo7q > table span.DYHi6d, .CTCpse, .WDwv9d:hover
{color: #f9f4e5 !important;}
/* CHAT/CONT. - 'OPTIONS' ARROW */
.PGEdEb{
height: 7px !important;
margin: 0 0 0 5px !important;
width: 7px !important;}
/* CHAT/CONT. - 'ADD CONTACT' TEXT */
.uAn3he{
color: WHITE !important;
cursor: pointer !important;
padding: 4px 7px 4px !important;
text-align: right !important;
text-decoration: none !important;}
/* CHAT/CONT. - 'OPTIONS' DROP-DOWN MENU */
.DYHi6d {
background: #111 !important;
border: 1px solid #000 !important;
color: #efeff0 !important;
font-size: 11px !important;
overflow: hidden !important;
padding: 0 !important;
margin: 0 !important;
min-width: 27ex !important;
outline-style: none !important;
position: absolute !important;
vertical-align: bottom !important;
z-index: 6 !important;}
/* CHAT/CONT. - 'OPTIONS' DROP-DOWN MENU (HOVER) */
.a3hTGd .McPZQe {
background: #222 !important;
color: #DDD !important;}
/* CHAT/CONT. - 'OPTIONS' DROP-DOWN MENU DIVIDERS */
.a3hTGd .E4KNxe,
.a3hTGd .DYHi6d {border-color: #e4e0e0 !important;}
/* CHAT/CONT. - "CAN'T CONNECT TO CHAT" */
.TWwFhc {font-size: 11px !important;}
/* CONTACTS NAME POPUP */
.FVNmUc {
font: 13px arial !important;
padding: 0 !important;
position: absolute !important;
z-index: 8 !important;}
/* CONTACTS NAME POPUP - BORDER COLORS */
.yrZFAb, .f6hBsc {
background: #5e666c !important;
-moz-opacity: 1.0 !important;
width: 5px !important;}
/* CONTACTS NAME POPUP - MENU */
.V3nuZd .goog-menu{
-moz-user-select:none !important;
outline: 0 !important;}
/* CONTACTS NAME POPUP - MENU BUTTONS */
.V3nuZd .goog-menuitem,
.V3nuZd .goog-menuitem-disabled,
.V3nuZd .goog-menuitem-active,
.V3nuZd .goog-menuitem-opened{
background: url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') !important;
cursor: pointer !important;
border-bottom: 1px solid #566068 !important;
color: WHITE !important;
font-size: 11px !important;
height: 19px !important;
padding: 4px 5px 0 5px !important;
overflow: hidden !important;
text-align: center !important;
vertical-align: middle !important;}
.V3nuZd .goog-menuitem:hover {
color: #DDDDDD !important;}
/* CONTACTS NAME POPUP - MENU DIVIDERS */
.V3nuZd .goog-menuseparator {
background: #e1091f !important;
border: 0 !important;
margin: 0 !important;
height: 23px !important;
padding: 0 !important;
width: 1px !important;}
/* CONTACTS NAME POPUP - 'MORE' LINK CLICKED */
.V3nuZd .goog-menuitem-opened .KcNd4d {
background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/more.png') 0 -48px!important;
border: 0 !important;
color: #D7D7D7 !important;
padding: 4px 10px 0 10px !important;
position: relative !important;
z-index: 100 !important;}
/* CONTACTS NAME POPUP - 'MORE' MENU */
.VhJC8b .goog-menu {
background-color: #222 !important;
border: 1px solid #000 !important;
color: #f1f1f1 !important;
cursor: default !important;
font-size: 11px !important;
outline: 0 !important;
position: absolute !important;
z-index: 9 !important;}
.VhJC8b .goog-menuitem {
padding: 2px 5px !important;
white-space: nowrap !important;}
.DzR2pe .VhJC8b .goog-menuitem {
position: relative !important;
width: 133px !important;}
/* CONTACTS NAME POPUP - 'MORE' MENU - ROW OVER */
.VhJC8b .goog-menuitem-highlight {
background-color: #e1091f !important;
color: WHITE !important;
cursor: pointer !important;}
/* CONTACTS NAME POPUP - 'MORE' MENU - SHOWN IN CHAT LIST */
.VhJC8b .goog-menuitem-disabled {color: #d7d7d7 !important;}
.VhJC8b .goog-option .OrCrNe {
height: 12px !important;
width: 12px !important;}
.DzR2pe .VhJC8b .goog-option {width: 123px !important;}
/* CONTACTS NAME POPUP - NAME LINE */
.otjlze {
background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/srch.png') repeat-x 0 0 !important;
border: 1px solid #616161 !important;
color: #000 !important;
font-size: 12px !important;
font-weight: normal !important;
overflow: hidden !important;
padding: 1px !important;
text-align: center !important;}
/* CONTACTS NAME POPUP - eMAIL ADDRESS */
.udg9X, .FY0LOc {
color: #5e666c !important;
padding-left: 2px !important;
text-align: center !important;
font-size: 13px !important;
font-weight: normal !important;}
/* CONTACTS NAME POPUP - AVATAR HOVER */
.sdT3Cc .O1KsDd, .sdT3Cc .tO5OCc {
background-color: #1A1A1A !important;
border-bottom: 1px solid #000 !important;
color: #FFF !important;
display: block !important;
font-size: 11px !important;
left: 0 !important;
padding: 3px 0 !important;
position: absolute !important;
text-align: center !important;
text-decoration: none !important;
width: 96px !important;}
/* CONTACTS NAME POPUP - AVATAR BORDER HOVER */
.sdT3Cc {
border: 1px solid #e1091f !important;
margin: 0 !important;
cursor: pointer !important;}
/* LABELS - INCREASE WIDTH */
div.pvSW6e > table {width: 100% !important;}
/* LABELS - BORDERS COLORS */
.XPj4ef .R7iiN {background: BLACK !important;}
/* LABELS - INSIDE BOX BG COLOR */
div.pvSW6e {background: #f1f1f1 !important;}
/* LABELS - 'LABELS TITLE' */
.XPj4ef .Tzvkxd {
padding: 1px 0 !important;
width: 100% !important;
background: BLACK !important;}
/* LABELS - CHANGE LABEL FONT COLOR */
.XPj4ef .WnjAod .zD5BAe {
background: transparent !important;
color: BLACK !important;
cursor: pointer !important;
font-size: 10px !important;
line-height: 1.4em !important;
white-space: nowrap !important;
text-decoration: none !important;}
/* LABELS - CHANGE LABEL FONT COLOR (HOVER) */
.XPj4ef .WnjAod .zD5BAe:hover {
color: WHITE !important;
background: #e1091f !important;}
/* LABELS - 'EDIT' LINK */
.XPj4ef .Qj7Rff, .XPj4ef .Q9o7yd {
color: WHITE !important;
background-color : #e1091f !important;
text-align: center !important;
font-size: 11px !important;
padding: 2px 0 1px 0 !important;
text-decoration: none !important;}
/* LABELS - 'EDIT' LINK (HOVER) */
.XPj4ef .Qj7Rff:hover, .XPj4ef .Q9o7yd:hover {color: #f9f4e5 !important;}
/* LABELS - LABELS COLORS POPUP */
.IHs6ib .goog-menu {
background: #222!important;
color: #DDD !important;
border: 1px solid #000 !important;
font-size: 11px !important;
-moz-outline: none !important;
outline: none !important;
font-family: Tahoma, Verdana, Arial, Sans-serif !important;
padding: 0 !important;}
/* LABELS - LABELS COLORS POPUP - "REMOVE COLOR & EDIT NAME" TEXT */
.IHs6ib .goog-menuitem {
background: transparent !important;
cursor: pointer !important;
padding: 3px 10px !important;}
/* LABELS - LABELS COLORS POPUP - "REMOVE COLOR & EDIT NAME" TEXT (HOVER) */
.IHs6ib .goog-menuitem-highlight {
background: #e1091f !important;
color: WHITE !important;
text-decoration: none !important;}
/* LABELS - LABELS COLORS POPUP - PALETTE ALIGNMENT */
.IHs6ib .goog-palette {padding: 6px 8px !important;}
.IHs6ib .goog-palette-table {border-collapse: collapse !important;}
/* LABELS - LABELS COLORS POPUP - PALETTE ALIGNMENT - "A" LETTER */
.IHs6ib .goog-palette-cell {
border: 0 !important;
cursor: pointer !important;
font-family: Arial !important;
font-size: 11px !important;
margin: 0 !important;
padding: 2px !important;
text-align: center !important;
vertical-align: middle !important;}
.IHs6ib .goog-palette-cell div {-moz-border-radius: 2px !important;}
/* LABELS - LABELS COLORS POPUP - PALETTE ALIGNMENT - BOX */
.IHs6ib .goog-palette-colorswatch {
border: 1px solid transparent !important;
height: 13px !important;
line-height: 11px !important;
position: relative !important;
width: 13px !important;}
.ae3sRe .IHs6ib .goog-palette-colorswatch {line-height: 13px !important;}
.IHs6ib .goog-palette-cell-hover .goog-palette-colorswatch {border: 1px solid #FFF !important;}
/* INVITES BOX - BORDERS COLORS */
.I94Sdc .R7iiN {background-color: BLACK !important;}
/* INVITES BOX - INSIDE BOX BACKGROUND COLOR */
.I94Sdc .vSmUWe {background: #f1f1f1 !important;}
/* INVITES BOX - 'LABELS TITLE' */
.I94Sdc .Tzvkxd {
padding: 1px 0 !important;
width: 100% !important;
background: BLACK !important;}
/* INVITES BOX - 'GIVE GMAIL TO:' */
.I94Sdc .OX71yf {
color: BLACK !important;
font-size: 11px !important;
text-align: center !important;}
/* INVITES BOX - INPUT BOX */
.I94Sdc .vSmUWe input {
background: #111 url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch.png') repeat-x top left !important;
border: 1px solid GREY !important;
color: #909090 !important;
height: 13px !important;
font-size: 11px !important;
-moz-outline: none !important;
outline: none !important;
padding: 3px 1px !important;}
/* INVITES BOX - INPUT BOX (HOVER) */
.I94Sdc .vSmUWe input:hover {border: 1px solid #cf950b !important;}
/* INVITES BOX - 'SEND INVITE' */
.I94Sdc .vSmUWe button {background: #111 url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top
left !important;
border: 1px solid #909090 !important;
color: #F5F9FB !important;
cursor: pointer !important;
float: left !important;
font-family: Arial !important;
font-size: 10px !important;
margin: 0 0 0 0 !important;
padding: 0 2px 0 0 !important;
text-decoration: none !important;}
.I94Sdc .vSmUWe button:hover {
border: 1px solid #DDD !important;
color: WHITE !important;
background: #e1091f !important;
cursor: pointer !important;}
/* INVITES BOX - XX LEFT */
.I94Sdc .vSmUWe .aqrTNd {
color: BLACK !important;
font-size: 10px !important;
cursor: default !important;
margin-left: 8px !important;
text-decoration: none !important;}
/* INVITES BOX - PREVIEW INVITE */
.I94Sdc .Qj7Rff {
background-color : #e1091f !important;
color: WHITE !important;
float: right !important;
font-size: 11px !important;
text-align: center !important;
padding: 1px 0 2px 0 !important;
text-decoration: none !important;
width: 100% !important;}
/* INVITES BOX - PREVIEW INVITE (HOVER) */
.I94Sdc .Qj7Rff:hover {
color: #f9f4e5 !important;
padding: 1px 0 2px 0 !important;}
/* MESSAGE TOOLS BG */
.Y1jEjc .R7iiN,
.oi23Hf .R7iiN,
.lLzmXd .R7iiN {
background: BLACK url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !important;}
/* FIX MESSAGE BODY BG */
.InqsWb .R7iiN {background: transparent !important;}
.CNf1Cd .R7iiN {background: transparent !important;}
/* REALIGN MESSAGE TOOLS BAR */
.gkTnlc, .sTl8pd {
background: transparent !important;
padding: 1px 0px 5px 0px !important}
/* BUTTONS - CHANGE BUTTONS COLORS */
.oF1kyb button,.BuNwUe,.c1I77d button, .uc1BTd button, .sH9zIf button, .kN8OP button, .GorKne button, .yolZre button, .tGHexd button, button[id="1fax"], .tQzAEe button, button.BuNwUe, button.Gjckbb {
border-style:solid !important;
border-width:1px !important;
border-color:#999999 !important;
background: #000 !important;
font-family: Arial !important;
font-weight: normal !important;
color: WHITE !important;
cursor:pointer !important;
font-size:11px !important;
margin: 0 6px 0 0 !important;
height:20px !important;
padding: 0 5px 2px 5px !important;}
/* BUTTONS - (HOVER) */
.oF1kyb button:hover,.BuNwUe:hover,.c1I77d button:hover, .uc1BTd button:hover, .sH9zIf button:hover, .kN8OP button:hover,
.GorKne button:hover, .yolZre button:hover, .tGHexd button:hover, button[id="1fax"]:hover, .tQzAEe button:hover, button.BuNwUe:hover, button.Gjckbb:hover {
border: 1px solid #DDD !important;
background: #000 !important;
color: #DDD !important;}
/* MORE ACTIONS BOX - BUTTON */
.QOD9Ec {background: #FFFFFF url('http://i211.photobucket.com/albums/bb51/BurnOmania/more_act5.png') repeat-x top left !
important;
border: 1px solid #999999 !important;
color: WHITE !important;
cursor: default !important;
float: left !important;
font-family: Arial !important;
font-size: 11px !important;
margin-right: 4px !important;
width: 10em !important;}
div:hover.QOD9Ec {
border: 1px solid #DDD !important;
color: #DDD !important;
cursor: pointer !important;}
/* MORE ACTIONS BOX - HIDE MORE ACTIONS & APPLY LABEL SEPARATORS */
.QrJiv {display:none !important;}
/* MORE ACTIONS BOX - DROP DOWN MENU */
.Sn99bd {
background: #f1f1f1 !important;
border: 1px solid #DDD !important;
color: #efeff0 !important;
font-size: 11px !important;
-moz-outline: none !important;
outline: none !important;
position: absolute !important;
z-index: 7 !important;
width: 180px !important;}
.SenFne:hover {
background-color: #e1091f !important;
color:WHITE !important;}
/* MORE ACTIONS BOX - DROP DOWN MENU ROWS */
.Sn99bd div {
background: #222 !important;
color: #F1F1F1 !important;
line-height: 105% !important;
padding: 2px 4px !important;
padding-left: 22px !important;
text-indent: -6px !important;}
/* MORE ACTIONS BOX - DROP DOWN MENU TITLES */
.Sn99bd div.QrJiv {
color: #FC0 !important;
font-weight: bold !important;
line-height: 20px !important;
padding: 0 0 0 4px !important;
text-indent: 2px !important;}
/* MORE ACTIONS BOX - DROP DOWN MENU HIDDEN ITEMS */
.Sn99bd div.BHnKkc{color: #888 !important;}
/* "ADD NEW LABEL" DIALOH POPUP */
.jY0YJb {background: #1F1F1F url('http://i211.photobucket.com/albums/bb51/BurnOmania/linech.png') repeat-x top left !
important;
border: 3px solid #d6d8da !important;
-moz-border-radius: 4px !important;
-moz-outline: none !important;
outline: none !important;
padding: 3px !important;
width: 450px !important;}
/* "ADD NEW LABEL" DIALOG POPUP - HEADER */
.nfZEf {background: #222 url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !important;
border: 1px solid #DDD !important;
color: WHITE !important;
cursor: default !important;
font: bold 12px "Segoe UI", Arial !important;
padding: 4px 8px !important;}
/* "ADD NEW LABEL" DIALOH POPUP - BODY */
.WbpRRe {
background: transparent !important;
color: #9F9F9F !important;
font: normal 11px Tahoma, Verdana, Arial, Sans-serif !important;
padding: 4px !important;}
/* "ADD NEW LABEL" DIALOH POPUP - INPUT BOX */
.URTWZe {background: #F0E900 url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch.png') repeat-x top left !
important;
border: 1px solid #FFF !important;
color: #000 !important;
font-size: 11px !important;
-moz-outline: none !important;
outline: none !important;
margin: 4px !important;
padding: 2px !important;
width: 430px !important;}
/* "ADD NEW LABEL" DIALOH POPUP - FOOTER */
.tQzAEe {
background: transparent !important;
font: normal 11px Tahoma, Verdana, Arial, Sans-serif !important;
padding: 5px 0 !important;
text-align: right !important;}
/* REFRESH BUTTON */
.JcNrlf, .DiWSpb {
background: #000;
border: 1px solid #999999 !important;
color: WHITE !important;
cursor: pointer !important;
float: left !important;
font-family: Arial !important;
font-size: 11px !important;
margin: 0 0 0 2px !important;
padding: 2px 8px 2px 8px !important;
text-decoration: none !important;}
div:hover.JcNrlf, div:hover.DiWSpb {
border: 1px solid #DDD !important;
color: #DDD !important;
cursor: pointer !important;}
/* NAVIGATION & EMAIL NUMBERS */
.bSwwie {
font-size: 12px !important;
padding: .3em 8px 0 0 !important;
white-space: nowrap !important;}
/* NAVIGATION & EMAIL NUMBERS (INSIDE MESSAGE) */
.nnrp0d {
font-size: 12px !important;
padding: .3em 8px 0 8px !important;
white-space: nowrap !important;}
/* EMAIL NUMBERS COLOR */
.vZFPPc {
color: #A8A8A8 !important;
font-size: 11px !important;
margin-right: 5px !important;
white-space: nowrap !important;}
/* EMAIL NUMBERS COLOR - THE "NUMBERS" */
.vZFPPc b {
color: #e1091f !important;}
/* EMAIL NUMBERS COLOR (IN MSG) */
.z8N7nd {color: #A8A8A8 !important;font-size: 10px !important;}
/* OLDER AND OLDEST LINKS - REALIGN */
.nQ6QTe {margin-right: 1em !important;}
/* OLDER AND OLDEST LINKS - COLORS */
.bSwwie span.l73JSe {
color:WHITE !important;
text-decoration: none !important;
font-size: 11px !important;}
.bSwwie span.l73JSe:hover {
border-bottom: 1px dotted #e1091f !important;
color: #DDDDDD !important;}
/* OLDER AND OLDEST LINKS - COLORS (INSIDE MESSAGE) */
.l73JSe {
color:WHITE !important;
text-decoration: none !important;
font-size: 11px !important;}
.l73JSe:hover {
border-bottom: 1px dotted #e1091f !important;
color: #DDDDDD !important;}
/* MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) */
.bKmyId {
background: #e1091f !important;
font: normal 11px Segoe UI !important;
margin: 8px 0 -2px 0 !important;
padding: 4px 0px 4px 8px !important;
white-space: nowrap !important;
width: 99.0% !important;}
/* MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) - THE COMMAS */
.oi23Hf .bsABdf {
color: BLACK !important;
cursor: pointer !important;
font-weight: normal !important;}
/* MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) - THE LINKS */
.oi23Hf .bsABdf span {
color: WHITE !important;
font-weight: normal !important;}
/* MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) - THE LINKS - HOVER */
.oi23Hf .bsABdf span:hover {
border-bottom: 1px dotted BLACK !important;
color: #DDDDDD !important;}
/* REFRESH LINK AND MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) - HOVER */
.bsABdf span:hover, .JcNrlf:hover {
border-bottom: 1px dotted BLACK !important;
color: #DDD !important;}
/* REFRESH LINK AND MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) - REMOVE UNDERLINES */
.JcNrlf, .bsABdf {
color:WHITE !important;
text-decoration: none !important;}
/* BACK TO INBOX - REMOVE UNDERLINES */
.A5liqb, .vwcZUe {
color:WHITE !important;
text-decoration: none !important;
font-size: 11px !important;
padding: .3em 8px 0 0 !important;
white-space: nowrap !important;}
/* BACK TO INBOX - HOVER */
.A5liqb:hover, .vwcZUe:hover {color:#DDD !important;}
/* SENT MAIL TEXT */
.BHURSc, .opbAfb {
color: WHITE !important;
cursor: pointer !important;
float: left !important;
font-size: 11px !important;
margin: 0 8px 0 0 !important;
padding-top: 5px !important;
padding-left: 0.5ex !important;
padding-right: 0.5ex !important;}
/* SENT MAIL TEXT (HOVER) */
.BHURSc:hover, .opbAfb:hover {color:#DDD !important;}
/* MESSAGE TOOLS BOTTOM MENU */
.si0xQ .bKmyId{margin: -3px 0 3px 0 !important;}
/* MESSAGE TOOLS BOTTOM MENU FIX */
.iv9XJc {padding: 0 !important;}
.iv9XJc .bKmyId {margin: -1px 0 2px 0 !important;}
/* MESSAGE DISPLAY - HEADER BG */
.PwUwPb {background: #FFF url('http://i211.photobucket.com/albums/bb51/BurnOmania/msgheader.png') repeat-x top left !
important;
border-spacing: 0 !important;
padding: 0 !important;}
/* MESSAGE DISPLAY - HEADER ALIGNMENT */
.eWTfhb {
margin: 0 !important;
padding: 10px 0 !important;
vertical-align: top !important;}
/* MESSAGE DISPLAY - HEADER SPACER */
.sqWfTc {
height: 0 !important;
overflow: hidden !important;}
/* MESSAGE DISPLAY - INNER ALIGNMENT */
.ice3Ad {padding: 0 0 0 20px !important;}
/* MESSAGE DISPLAY - HEADER - eMAIL TITLE */
.YfMhcb {
color: #222 !important;
font-family: Arial, Helvetica, Tahoma !important;
font-size: 18px !important;
font-weight: bold !important;
margin: 0 !important;
padding: 5px 0 5px 8px !important;}
/* MESSAGE DISPLAY - HEADER - eMAIL LABLES BOX */
.Ir5Jyf {
cursor: pointer !important;
display: inline !important;
margin: 0 4px 0 0 !important;}
.Ir5Jyf td {font: 9px Verdana, Arial !important;}
/* MESSAGE DISPLAY - HEADER - eMAIL LABLES BODY */
.mSeIbe td, .Yvhpm td{
height: 1px !important;}
/* MESSAGE DISPLAY - CORNERS ALIGN */
.rJ01J, .gx24Z, .ZceZf {width: 1px !important;}
/* MESSAGE DISPLAY - UNDER TITLE SPACER */
.LV4T4d {
clear: both !important;
height: 0 !important;
overflow: hidden !important;}
/* MESSAGE DISPLAY - MESSAGE BODY ALIGNMENT */
.aWL81 {
border: 1px solid #A4A4A4 !important;
border-top: 0 !important;
padding: 0 !important;}
/* MESSAGE DISPLAY - REPLY MENU */
.zWKgkf {
background: #e1091f !important;
border: 1px solid #222 !important;
color: white !important;
cursor: default !important;
font-size: 11px !important;
height: auto !important;
-moz-outline: none !important;
outline: none !important;
overflow: hidden !important;
white-space: nowrap !important;
z-index: 20000 !important;}
.zWKgkf div{padding:2px 2px 2px 2px}
.zWKgkf div.YT0uIe{background-color:#ccc;color:#222}
.zWKgkf div.SAQJzb{cursor:pointer}
.zWKgkf div.R10Zdd{display:none}
/* MESSAGE DISPLAY - HEADER - eMAIL BODY */
.YrSjGe {
background: #FFF !important;
border-top: 1px solid #A9ACB1 !important;
margin: 0 0 0 -4px !important;}
/* MESSAGE DISPLAY - HEADER - eMAIL HEADER ALIGN */
.ObUWHc {padding: 2px 0 4px 8px !important;}
.ObUWHc:hover {background: #F1F1F1 url('http://i211.photobucket.com/albums/bb51/BurnOmania/emheader5.png') repeat-x top left
!important;}
.ckChnd {font-size: 12px !important;}
/* MESSAGE DISPLAY - HEADER - eMAIL HEADER ALIGN */
.BwDhwd {width: 100% !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS */
.hj2SD .K9osId {
table-layout: fixed !important;
white-space: nowrap !important;
width: 100% !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS PREVIEW */
.hj2SD .IUCKJe {
overflow: hidden !important;
white-space: nowrap !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS PREVIEW TEXT */
.bWGucb {
color: #6C6C6C !important;
font-size: 10px !important;
padding-left:5px !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS PREVIEW - TAB COLLAPSE */
.YrHFdf .kwmAmd { background: #FFF !important;
border-top: 1px solid #c0c0c0 !important;}
.YrHFdf .kwmAmd:hover {
background: #e1091f !important;
cursor: pointer !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS PREVIEW - DATE */
.XZlFIc {
color: #6C6C6C !important;
font-size: 11px !important;
padding: 3px 10px 0 0 !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS PREVIEW - SHOW DETAILS */
.D05ws {
color: #6C6C6C !important;
cursor: pointer !important;
font-size: 11px !important;
font-weight: bold !important;
margin: 0 10px 0 0 !important;
text-decoration: none !important;}
/* MESSAGE DISPLAY - CHANGE SENDER FONT COLOR */
.EP8xU {
color: #e1091f !important;
font-weight: bold !important;
white-space: nowrap !important;}
/* MESSAGE DISPLAY - SENT 'TO...?' */
.Zv5tZd {
color: #222 !important;
font-size: 11px !important;
font-weight: bold !important;
vertical-align: top !important;}
/* MESSAGE DISPLAY - FROM, TO, ETC. INDICATORS */
.UdFq5e {
color: #000000 !important;
font-weight:bold !important;}
/* MESSAGE DISPLAY - DISPLAY/DON'T DISPLAY IMAGES WARNING */
.pj1vZc, div[class^="XwckWe ckChnd"] {
font-weight: bold !important;
background-color: #FAD163 !important; width: 98.1% !important;
text-decoration: none !important}
/* MESSAGE DISPLAY - REPLY ALIGNMENT */
.i8p5Ld {
text-align: right !important;
vertical-align: top !important;
white-space: nowrap !important;}
.JbJ6Ye {
background: transparent !important;
border: 1px solid #ADADAD !important;
margin: 0 2px !important;
overflow: visible !important;}
/* MESSAGE DISPLAY - REPLY LINK BACKGROUND */
.gQ8wIf {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch2.png') repeat-x top left !
important;
height: 23px !important;
margin: 0 !important;}
/* MESSAGE DISPLAY - REPLY TEXT */
.SvrlRe {
color: #222 !important;
font: bold 11px Segoe UI !important;
line-height: 23px !important;
padding: 0 4px !important;
white-space: nowrap !important;}
/* MESSAGE DISPLAY - REPLY DIVIDER */
.s77Qlb {
border-left: solid 1px #929292 !important;
height: 23px !important;
width: 1px !important;}
/* MESSAGE DISPLAY - SOME MORE ALIGNMENT */
.tP6gIf {
background: transparent !important;
padding: 0 8px 0 6px !important;}
/* MESSAGE DISPLAY - eMAIL BODY FONT */
.ArwC7c {
color: #000 !important;
font-size: 11px !important;
margin: 5px 15px !important;
padding-bottom: 10px !important;}
/* MESSAGE DISPLAY - eMAIL SIGNATURE LINKS */
.ArwC7c a {
color: #1344ed !important;
text-decoration: none !important;}
/* MESSAGE DISPLAY - eMAIL SIGNATURE LINKS (HOVER) */
.YrSjGe a:hover {color:#e1091f !important;}
/* REPLY AND FORWARD ALIGN */
.LYI6Sd, .eNXyxd {
background: transparent !important;
margin: 0 !important;
padding: 0 0 0 0 !important;}
/* REPLY AND FORWARD MENU TABLE ALIGN */
.EWdQcf {
margin-bottom: 1px !important;
width: 100% !important;}
/* REPLY AND FORWARD LINKS (IN MESSAGE DISPLAY) - REMOVE UNDERLINES */
.qZkfSe {
color: BLACK !important;
font-size: 14px !important;
font-style: italic !important;
font-family: Segoe UI !important;
font-weight: bold !important;
padding: 0 !important;
text-decoration: none !important;}
/* REPLY AND FORWARD LINKS (IN MESSAGE DISPLAY) - HOVER */
.qZkfSe:hover {color:#e1091f !important;}
/* MESSAGE DISPLAY - BLOCK ADS TABLE */
td[class="eWTfhb"]>div[class="XoqCub"]>div[class="XoqCub"]:last-child { display: none !important; }
/* MESSAGE DISPLAY - WIDEN REPLY TEXT AREA UNDER MESSAGE BODY */
textarea.gV2Gwc { width: 75% !important;}
/* REPLY AND FORWARD TEXT FIELD */
.gV2Gwc {background: #FFF url('http://i211.photobucket.com/albums/bb51/BurnOmania/emheader.png') repeat-x top left !important;
border: 1px solid #A3A3A3 !important;
height: 70px !important;
overflow: hidden !important;
width: 75% !important;}
/* MESSAGE LIST - MAIN TABLE ALIGNMENT */
.N2mZ7b {
border: 0 !important;
border-spacing: 0 !important;
cursor: pointer !important;
padding: 0 !important;
width: 100% !important;}
/* MESSAGE LIST - eMAIL TABLE ROWS */
.N2mZ7b tr.AnqB9d,
.N2mZ7b tr.QhHSYc {background: #c5d3e1 !important;
border: 0 !important;
font-size: 14px !important;
font-family: Segoe UI !important;}
/* MESSAGE LIST - STAR */
.KaaYad .eChx3e {
margin-top: 1px !important;
vertical-align: top !important;}
.QgQaBc {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/star.png') no-repeat !important;}
.kyZrld {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/starred.png') !important;}
/* MESSAGE LIST - eMAIL TABLE ROWS - CHANGE SENDER FONT COLOR */
.qNUdo, .k62PNc {color: #800000 !important;}
/* MESSAGE LIST - eMAIL TABLE ROWS - NEW MESSAGES */
.N2mZ7b tr.QhHSYc { background: #CBDAF1 url('http://i211.photobucket.com/albums/bb51/BurnOmania/search_bg.png') repeat-x left
!important;}
/* MESSAGE LIST - eMAIL TABLE ROWS - TITLE & DATE TEXT */
.N2mZ7b tr td {
border-bottom: 1px solid #808080 !important;
color: #222 !important;
font-size: 11px !important;
height: 18px !important;
line-height: 18px !important;
padding: 0 !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - MOUSEOVER */
table.N2mZ7b tr.AnqB9d:hover,
table.N2mZ7b tr.QhHSYc:hover{background: #ECEC63 url
('http://i211.photobucket.com/albums/bb51/BurnOmania/overmsg.png') repeat-x left !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - BOX ALIGNMENT */
td.Bf8tnc,
td.je3qIf {
text-align: left !important;
padding: 1px 0 0 0 !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - CHECKBOX */
td.je3qIf input[type="checkbox"] {
-moz-border-bottom-colors: #7F8F98 #F9F9F9 !important;
-moz-border-left-colors: #7F8F98 #F9F9F9 !important;
-moz-border-right-colors: #7F8F98 #F9F9F9 !important;
-moz-border-top-colors: #7F8F98 #F9F9F9 !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - STAR ALIGNMENT */
td.mka4te, td.kR4gzc {padding: inherit !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - STAR OFF */
.N2mZ7b .v0AEPd {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/star.png') no-repeat !important; margin: 0 0 0 2px !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - STAR ON */
.N2mZ7b .n1QcP {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/starred.png') no-repeat !important;margin: 0 0 0 2px !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - LABELS ALIGNMENT */
.lMVONe {margin: 3px 0 0 0 !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - LABELS ROW ALIGNMENT */
td.f66Vyf {padding: 2px 6px 0 6px !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - eMAIL TITLE DESCRIPTION */
.HhG5wd span.bEeVec,
.HhG5wd span.bEeVec span {
color: #686b88 !important;
font-size: 9px !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - TIME & DATE ALIGNMENT */
td.pmKLre {
padding: 0 0 0 4px !important;
text-indent: 10px !important;}
/* MESSAGE DISPLAY - BLOCK ADS TABLE */
td[class="eWTfhb"]>div[class="XoqCub"]>div[class="XoqCub"]:last-child {display: none !important;}
/* FOOTER - GOOGLE FEATURE UPDATE */
.s7hnoe {
color: #3c434b !important;
font-size: 11px !important;
padding-top: 12px !important;}
.s7hnoe a {
border-bottom: 1px solid #222 !important;
color: WHITE !important;
text-decoration: none !important;}
.s7hnoe a:hover {
border-bottom: 0px !important;
background: #e1091f !important;
color: WHITE !important;
text-decoration: none !important;}
/* FOOTER MENU */
.Ax9Ooe {color: #3c434b !important;}
.Ax9Ooe a, a.S8eU7b,
.m7Qktd {
border-bottom: 1px solid #222 !important;
color: WHITE !important;
text-decoration: none !important;}
.Ax9Ooe a:hover, a.S8eU7b:hover,
.m7Qktd:hover {
border-bottom: 0px !important;
background: #e1091f !important;
color: WHITE !important;
text-decoration: none !important;}
/* FOOTER MENU - (C) GOOGLE */
.tBLpAf .r4YKme {color: BLACK !important;}
a.VsHOvf {
color: #000000 !important;
font-size: 10px !important;
text-decoration: none !important;
font-weight: bold !important;}
/* ======================================== */
/* SKIN INFO FOOTER :) {{{*/
div[class='VfONdd']:before {
content:"Gmail 2: CASTRO FASHION (BurnOmania Style III) v0.2.6 by tHe ReaLiZeR. Last updated September 21, 2008.";
display:block; font-size: 10px !important;
color: Sienna !important;
margin-top:-23px;
padding:10px 0 10px 0px;
}/*}}}*/
} | data/usercss/6446.user.css | * Gmail 2: CASTRO FASHION (BurnOmania Style III) v0.2.6
*
* Author : <NAME>
* Updated : September 21, 2008
* Description : CASTRO FASHION Style.
* Usage : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
* Thanks to : CyberCPA, weboso.
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://www.google.com/accounts/ServiceLogin?service=mail"){
/* THE "LOGIN PAGE" */
}
@-moz-document domain("<EMAIL>") {
/* GLOBAL FONT */
*{font-family: Tahoma, Verdana, Helvetica, arial, sans-serif, Segoe UI !important;}
/* INPUT FONT SIZE */
input, textarea,
select {
font-size: 12px !important;}
/* LOADING SCREEN */
#loading {
background: #F1F1F1 !important;
height: 100% !important;
position: absolute !important;
width: 100% !important;
z-index:1000 !important;}
/* "LOADING... TEXT" */
.msg, #loading .cmsg .msg {
color: RED !important;
font-size: 13px !important;
font-weight: bold !important;
width: 80px !important;}
/* CHANGE THE LOADING - BOTTOM MENU */
#loading #stb {
background: transparent !important;
color: #666 !important;
font-size: 11px !important;}
/* CHANGE THE LOADING - BOTTOM MENU LINKS */
#stb a {
color: #c00000 !important;
text-decoration: none !important;}
#stb a:hover {
border-bottom: 1px solid #999;
color: GREEN !important;}
/* SCROLLING BEHAVIOR */
html.e7Tcgd {
overflow-x: auto !important;
overflow-y: scroll !important;}
/* GLOBAL BACKGROUND */
body.jkeV8e, .zU8Nkb, .e7Tcgd > body > div > .XoqCub > .XoqCub > .XoqCub,
body > div[style="padding: 0pt 1ex 1ex;"] {
background: #afd2f6 !important;
height: 100% !important;
margin: 0 !important;
width: 100% !important;}
/* ALIGN PAGE BODY */
.Lpuind {
height: 100% !important;
width: 100% !important;}
/* GMAIL LOGO */
.zYsCRb{ background-image: url('http://i211.photobucket.com/albums/bb51/BurnOmania/gamil_01_png-1.png') !important;
cursor: pointer !important;
height: 70px !important;
margin: 5px 0 0 15px !important;
width: 121px !important;
background-repeat:no-repeat !important;}
/* MAIN GMAIL HEADER BG */
.fgrX7c > div > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .IY0d9c, .z2kAad > .XoqCub > .XoqCub > .IY0d9c {background: #FFF url('http://i211.photobucket.com/albums/bb51/BurnOmania/emheader.png') repeat-x top left !important;
height: 75px !important;
width: 100% !important;}
/* REALIGN 'SEARCH FIELD' SPACERS */
.fgrX7c > div > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .IY0d9c > .EGSDee[style="width: 9px;"] {display: none !
important;}
/* Fix EMBEDDED STYLE */
.fgrX7c > div > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .IY0d9c > .EGSDee[style="width: 1646px;"] {width: 100% !
important;}
/* FIX ROUNDED CORNERS */
.z1IiMc {display: none !important;}
/* HEADER BAR - REMOVE UNDERLINES */
#gbar a, #gbar a:active, #gbar a:visited, #gbar a.gb3 > u, span[id*="1fb"], a[id*="1fb"], #undefined b {text-decoration: none !important;}
/* HEADER BAR - CHANGE LINK COLOR (LEFT) */
#gbar .gb1 a, a.gb1, a.gb3,
#gbar .gb3 a {
margin: 4px !important;
height: 20px !important;
line-height: 16px !important;
background: transparent !important;
color: WHITE !important;
font-size: 11px !important;
text-decoration: none !important;}
/* HEADER BAR - LEFT MENU ITEMS - MORE ITEM ALIGN */
#gbar .gb3 {
font-size: 11px !important;
height: 22px !important;
line-height: 16px !important;
margin: 0 !important;
padding: 0 4px !important;}
/* HEADER BAR - LEFT MENU ITEMS - MORE ITEM TEXT */
#gbar .gb3 a {
font-weight: bold !important;
margin: 0 !important;}
#gbar .gb3 a u {
text-decoration: none !important;}
/* HEADER BAR - LEFT MENU ITEMS - MORE ARROW */
a.gb3 > small {
color: #e1091f !important;}
/* HEADER BAR - LEFT MENU ITEMS (HOVER) */
#gbar a.gb1:hover {
border-bottom: 1px dotted #e1091f !important;
color: #DDDDDD !important;}
/* HEADER BAR - LEFT MENU ITEMS - MORE ITEM (HOVER) */
#gbar a.gb3:hover {
border-bottom: 1px dotted #e1091f !important;
color: #DDDDDD !important;}
/* HEADER BAR - LEFT MENU ITEMS - MORE ITEM (ARROW) */
a.gb3 > small:hover {
border-bottom: 1px solid #212121 !important;
color: #DDD !important;}
/* HEADER BAR - BACKGROUND */
.fgrX7c > div > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .XoqCub > .XoqCub, .z2kAad > .XoqCub > .XoqCub > .XoqCub, #guser {
background: #222 url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !important;
border-bottom: 1px solid #ADADAD !important;
height: 26px !important;}
/* HEADER BAR - "GMAIL" TITLE */
#gbar b.gb1{
height: 20px !important;
line-height: 17px !important;
color: #e1091f !important;
font-size: 12px !important;
margin: 0 0 0 0 !important;}
/* HEADER BAR - MORE DROP-DOWN MENU */
#gbi{
background: #f1f1f1 !important;
border: 1px solid BLACK !important;
position: absolute !important;
top: 20px !important;
width: 113px !important;}
/* HEADER BAR - MORE DROP-DOWN MENU LINK WRAPPER */
.gb2 { width: 100px !important; z-index: 1001;}
.gb2 div{ margin: 0 !important;}
/* HEADER BAR - MORE DROP-DOWN MENU LINKS */
a.gb2 { color: BLACK !important;
display: block !important;
font-size: 11px !important;
color: BLACK !important;
padding: .2em .5em !important;
text-decoration: none !important;}
/* HEADER BAR - MORE DROP-DOWN MENU LINKS MOUSE-OVER */
#gbar a.gb2:hover {
background: #e1091f !important;
color: WHITE !important;
display: block !important;}
/* HEADER BAR - MORE DROP-DOWN MENU DIVIDERS */
.gbd {border-top: 1px solid #222 !important;}
/* HEADER BAR - MENU LINKS (RIGHT) */
.nQ6QTe .l73JSe {
color: WHITE !important;
display: inline !important;
font-size: 11px !important;
font-weight: normal !important;
height: 26px !important;
margin: 0 0 0 0 !important;
padding: 0 2px !important;
text-decoration: none !important;}
/* HEADER BAR - MENU LINKS (RIGHT) - DIVIDER */
.nQ6QTe {
color: #e1091f !important;
height: 26px !important;
font-size: 11px !important;
line-height: 26px !important;
margin: 0 !important;
padding: 0 12px 0 0 !important;}
/* HEADER BAR - MAIL ADDRESS */
.nQ6QTe b {
color: #c0c0c0 !important;
font-weight: bold !important;}
/* HEADER BAR - ADD HOVER EFFECT - RIGHT MENU ITEMS */
.nQ6QTe span:hover.l73JSe,
.nQ6QTe a:hover.l73JSe {
border-bottom: 1px dotted #e1091f !important;
color: #DDDDDD !important;}
/* HEADER BAR - "SIGN OUT" LINK */
.nQ6QTe > nobr > a:last-child {
font-weight: bold !important; color: WHITE !important;}
/* HEADER BAR - LOADING... MESSAGE */
.QShok { border: 1px solid #FFF !important;}
.QShok .R7iiN,
.QShok .wWwc8d {
background: #aed729 url('http://i211.photobucket.com/albums/bb51/BurnOmania/loadbar.png') repeat-x top left !important;
color: WHITE !important;
font-size: 11px !important;
font-weight: bold !important;}
/* HEADER BAR - REMOVE BLUE LINE AT TOP OF PAGE
.gbh {display: none !important;} */
/* MOVE STORAGE INFO TO TOP */
.pghVUe span {
font-family: "Segoe UI" !important;
font-weight:bold !important;
font-size:11px !important;
color: Chocolate !important;
background: 0 !important;
position: absolute !important;
right: 23px !important;
top: 29px !important;}
/* SEARCH OPTIONS LINK AND CREATE A FILTER LINK (BESIDE SEARCH BOX) */
div[class="tYBwhe SUicbd"] {
font-size: 11px !important; text-decoration: none !important;}
/* SEARCH OPTIONS PAGE - HEADER KILLER */
.BBrt4c {display: none !important;}
/* SEARCH OPTIONS PAGE - SPACERS */
.WrxLMd {display: none !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE */
.fafYqc, .Z1uQkf, .ny3hZb {background: #222 url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !important;
border: 2px solid #d6d8da !important;
margin: -67px 0 0 26% !important;
padding: 3px !important;
-moz-border-radius: 6px;
position: absolute !important;
width: 600px !important;
z-index: 2000 !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - SPACER */
.fafYqc > .XoqCub > .Pj5gjf {display: none !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - INNER */
.fafYqc > .XoqCub > .R7iiN, .Z1uQkf > .XoqCub, .ny3hZb > .XoqCub {
background: transparent !important;
-moz-border-radius: 6px;
margin: 8px 0 !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - INNERS */
.Z1uQkf .IY0d9c,
.Z1uQkf > .XoqCub > .R7iiN,
.Z1uQkf > .XoqCub > .R7iiN > .vHYYR,
.Z1uQkf > .XoqCub > .R7iiN > .vHYYR > .wWwc8d,
.Z1uQkf > .XoqCub > .R7iiN > .vHYYR > .wWwc8d > .diLZtc,
.Z1uQkf > .XoqCub > .R7iiN > .vHYYR > .wWwc8d > .diLZtc > .XoqCub > .gBJOMe,
.ny3hZb .IY0d9c,
.ny3hZb > .XoqCub > .R7iiN,
.ny3hZb > .XoqCub > .R7iiN > .vHYYR,
.ny3hZb > .XoqCub > .R7iiN > .vHYYR > .wWwc8d,
.ny3hZb > .XoqCub > .R7iiN > .vHYYR > .wWwc8d > .diLZtc,
.ny3hZb > .XoqCub > .R7iiN > .vHYYR > .wWwc8d > .diLZtc > .XoqCub > .gBJOMe,
.IY0d9c .R7iiN {background: transparent !important;
border: 0 !important;
padding: 0 !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - FONT & DESIGN */
.gBJOMe table {
font-size: 12px !important;
color: WHITE !important;
margin: 0 auto !important;
max-width: 800px !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - INPUT FIELDS */
.gBJOMe table input {
background: #FFF !important;
border: 1px solid #999 !important;}
/*SEARCH OPTIONS PAGE - MAIN TABLE - BUTTONS MARGIN */
.fafYqc table table {margin: 2px 0 0 0;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - LOWER AREA */
.IY0d9c {background: transparent;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - SEARCH AREA */
div.RRNVab > div.sQnGde > div.TRvCy > div.CKuUDf > div.fgrX7c > div > div.XoqCub > div.XoqCub > div.XoqCub > div.XoqCub >
div.XoqCub > div.IY0d9c > div.XoqCub > div.XoqCub > div.IY0d9c > div.EGSDee > div.XoqCub {
background: transparent !important;
margin: 0 !important;
padding: 10px 0 0 0 !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - SEARCH FIELD */
.oF1kyb {margin: 22px 0 0 20px !important;}
/* SEARCH OPTIONS PAGE - MAIN TABLE - SEARCH FIELD STUFF */
.tYBwhe {float: left !important;}
/* SEARCH FIELD */
.oF1kyb input {
background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch.png') repeat-x top left !important;
border: 1px solid #737373 !important;
color: #444 !important;
font-size: 11px !important;
margin: 0 2px 0 0 !important;
padding: 3px 2px !important;}
/* SEARCH FIELD (HOVER) */
.oF1kyb input:hover {border: 1px solid #cf950b !important;}
/* "SHOW SEARCH OPTIONS" & "CREATE A FILTER" */
.SUicbd, div#mt1 span.lk {
color: BLACK !important;
cursor: pointer !important;
font: normal 9px Segoe UI !important;
line-height: 11px !important;
margin: 0 0 0 2px !important;
text-decoration: none !important;}
.SUicbd span:hover, div#mt1 span:hover.lk {
border-bottom: 1px solid #e1091f !important;
color: BLACK !important;
font-weight: bold !important;}
/* "CREATE A FILTER" LINE */
.YKsXMe {display: none !important;}
/* NOTIFICATION & ERROR MESSAGES */
.n38jzf, .OVyDvc, .jU8Zgd {border: none !important;background: transparent !important;
margin: 1px auto 12px auto !important;
padding: 0 !important;
position: relative !important;
text-align: center !important;}
/* NOTIFICATION & ERROR MESSAGES - FORCE THE ALIGNMENT */
.n38jzf {
height: 0 !important;
margin: 0 !important;}
/* NOTIFICATION & ERROR MESSAGES - INNER */
.n38jzf .cyVRte, .OVyDvc .cyVRte, .jU8Zgd .cyVRte {
margin: 1px auto !important;
width: auto !important;}
/* NOTIFICATION & ERROR MESSAGES - BORDERS & BG COLORS */
.n38jzf .Ptde9b, .n38jzf .m14Grb, .OVyDvc .Ptde9b, .OVyDvc .m14Grb,.jU8Zgd .Ptde9b, .jU8Zgd .m14Grb, .EGPikb, .Ptde9b
.zIVQRb, .Qrjz3e, .Gbtri, .gmNpMd, td[class="zIVQRb"] {background: transparent !important; border: none !important;}
/* NOTIFICATION & ERROR MESSAGES - THE MESSAGES */
.n38jzf .m14Grb,
.OVyDvc .m14Grb,
.jU8Zgd .m14Grb {background: Cornsilk !important;
color: BLACK !important;
font-size: 10px !important;
font-weight: normal !important;
margin: 0 auto !important;
padding: 4px !important;
text-align: center !important;}
.m14Grb {border: 1px solid #B2B2B2 !important;}
/* NOTIFICATION & ERROR MESSAGES - ERROR MESSAGE TEXT */
.n38jzf .m14Grb span,
.OVyDvc .m14Grb span,
.jU8Zgd .m14Grb span {
color: #222 !important;
cursor: pointer !important;
margin-left: 5px !important;
text-decoration: underline !important;}
.wQh1id {color: #222 !important;}
/* NOTIFICATION & ERROR MESSAGES - LINKS */
.OVyDvc .m14Grb span, a[class="wQh1id"],
.OVyDvc .m14Grb a, span.SdKLH#link_undo,
.jU8Zgd .m14Grb span,
.jU8Zgd .m14Grb a{color: #e04a10 !important;}
/* NOTIFICATION & ERROR MESSAGES - LINKS COLORS */
.SdKLH {
color: #e1091f !important;
cursor: pointer !important;
text-decoration: none !important;}
/* LEFT MENU - SELECTED ITEM BACKGROUND */
.ybaOyc .R7iiN, .ACpQre .R7iiN {background: transparent !important;}
div[class="XoqCub cBhtOe"] div, div[class="XoqCub IyrUZb cBhtOe"] div {
background: none !important;}
/* LEFT MENU - MENU FONT COLOR */
.NIPhib .zD5BAe, .ybaOyc a.Tm9rOd[href$="#spam"],#nav #ds_spam,
.ybaOyc a.Tm9rOd[href$="#trash"],#nav #ds_trash {
color: BLACK !important;
font-size: 11px !important;
cursor: pointer !important;
overflow: hidden !important;
padding: 0 0 0 2px !important;
text-decoration: none !important;}
/* LEFT MENU - MENU FONT COLOR (HOVER) */
.NIPhib .zD5BAe:hover,
.ybaOyc a.Tm9rOd[href$="#spam"]:hover, #nav #ds_spam:hover, .ybaOyc a.Tm9rOd[href$="#trash"]:hover, #nav #ds_trash:hover {background: #e1091f !important;color: WHITE !important;font-weight: bold !important;}
/* LEFT MENU - INNER MENU ITEMS */
div.ACpQre .R7iiN,div.ACpQre .wWwc8d {background: transparent !important;}
/* LEFT MENU - KEEP COMPOSE AND CONTACTS LINKS FONT COLOR BLACK */
span[id="1fb6"], span[id="1fb4"] { color: BLACK !important; }
/* LEFT MENU - STARRED & CHATS ICONS GONE FOR GOOD :) */
.gUlKtd, .aBJ8he {
display: none !important;
height: 13px !important;
margin: 0 !important;
width: 15px !important;}
/* LEFT MENU - SPAM & TRASH LINKS */
.ybaOyc a.Tm9rOd[href$="#spam"],#nav #ds_spam,
.ybaOyc a.Tm9rOd[href$="#trash"],#nav #ds_trash {color: BLACK !important;
text-decoration: none !important;}
/* COMPOSE MAIL & CONTACTS LINKS SELECTED */
.cOSVMd div {background: transparent !important;}
/* COMPOSE MAIL - TOP & BOTTOM BAR */ .c1I77d {
background: #222 url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !important;
height: 31px !important;
-moz-border-bottom-colors: #353A41 #76838E !important;
-moz-border-left-colors: #353A41 #6F7A88 !important;
-moz-border-right-colors: #353A41 #6F7A88 !important;
-moz-border-top-colors: #353A41 #6A7583 !important;
padding: 0 !important;
width: 100% !important;}
/* COMPOSE MAIL - 'SEND/SAVE/DISCARD' BUTTONS */
.c1I77d button {
background: BLACK;
border: 1px solid #999999 !important;
color: WHITE !important;
cursor: pointer !important;
font-size: 11px !important;
text-decoration: none !important;
padding: 0 10px !important;
margin: 6px 0 8px 4px !important;}
.c1I77d button:hover {
border: 1px solid #DDD !important;
color: #DDD !important;
cursor: pointer !important;}
/* COMPOSE MAIL - "DRAFT AUTOSAVED..." TEXT */
.x1Kcd {
color: #f1eee9 !important;
font-size: 11px !important;
padding: 0 0 !important;
margin: 0 0 0 10px !important;
top: 1px !important;
position: relative !important;}
/* COMPOSE MAIL - 'NEW WINDOW' ICON */
.aqugAf {background: url('http://i211.photobucket.com/albums/bb51/BurnOmania/newpop.png') no-repeat top left !important;
height: 20px !important;
margin-top: -4px !important;
width: 20px !important;}
.aqugAf:hover {opacity: 0.8 !important;}
/* COMPOSE MAIL - MAIN WINDOW */
.uQLZXb {background: #fcf6e8 url('http://i211.photobucket.com/albums/bb51/BurnOmania/cmpsbg2-1.png') repeat-x top left !
important;
border-bottom: 1px solid #EFEFEF !important;
border-top: 1px solid #EFEFEF !important;
font-size: 11px !important;
margin: 0 !important;
-moz-border-left-colors: #353A41 #EFEFEF !important;
-moz-border-right-colors: #353A41 #EFEFEF !important;
padding: 0 0 2px 0 !important;}
/* COMPOSE MAIL - MAIN WINDOW - FORM ALIGNMENT */
.uQLZXb form {
margin: 0 !important;
padding: 4px 4px 4px 0 !important;}
/* COMPOSE MAIL - MAIN TABLE */
.wHcYVb {
margin: 8px 0 !important;
padding: 0 !important;}
.wHcYVb tr {height: 24px !important;}
/* COMPOSE MAIL - "FROM/TO" TEXT */
.VYTO6d, .sXkcDf {
color: #111 !important;
font-size: 11px !important;
font-weight: bold !important;
padding-right: 8px !important;
text-align: right !important;
vertical-align: top !important;
width: 45px !important;
white-space: nowrap !important;}
/* COMPOSE MAIL - YOUR eMAIL SPACING */
.jkeV8e .J14TS {padding: 1px 0 2px 0 !important;}
/* COMPOSE MAIL - YOUR eMAIL */
.J14TS .qIKyDc {
color: #474747 !important; font-size: 11px !important;}
/* COMPOSE MAIL - "TO" SELECTION */
.mMl8gd { background: #FEFEFE url('http://i211.photobucket.com/albums/bb51/BurnOmania/srch.png') repeat-x top left !
important;
border: 1px solid #808080 !important;
color: #222 !important;
font-size: 11px !important;
overflow: visible !important;
padding: 4px !important;
width: 99.5% !important;}
/* COMPOSE MAIL - "ADD CC/ADD ATTACH..." TEXT */
.MRoIub{
color: #585454 !important;
font-size: 11px !important;
text-decoration: none !important;
cursor: pointer !important;}
.MRoIub:hover {
border-bottom: 1px dotted #e1091f !important;
color: BLACK !important;}
/* COMPOSE MAIL - ADD ATTACHMENT "REMOVE" TEXT */
.Lf1J3 {
color: RED !important;
font-size: 11px !important;
text-decoration: none !important;}
.Lf1J3:hover {
border-bottom: 1px dotted #e1091f !important;
color: BLACK !important;}
/* COMPOSE MAIL - ADD ATTACHMENT ROW ALIGNMENT */
.kvlSW {margin: 0 0 4px 0 !important;}
/* COMPOSE MAIL - ATTACHMENT LINK */
.LK1DP {
color: #585454 !important;
font-size: 11px !important;}
.LK1DP:hover {
background: #e1091f !important;
color: WHITE !important;
text-decoration: none !important;}
/* COMPOSE MAIL - "SUBJECT" FIELD */
.rSfjbb {background: #FEFEFE url('http://i211.photobucket.com/albums/bb51/BurnOmania/search_bg.png') repeat-x top left !
important;
border: 1px solid #808080 !important;
color: #222 !important;
font-size: 11px !important;
overflow: visible !important;
padding: 4px !important;
width: 99.5% !important;}
/* COMPOSE MAIL - RTE ALIGNMENT */
.uQLZXb > form > div {
border: 1px solid #808080 !important;
margin: 0 0 0 56px !important;
width: 92% !important;}
/* COMPOSE MAIL - RTE TOOLBAR ALIGNMENT */
.e2lIK {
border: 0 !important;
border-bottom: 1px solid #A1A1A1 !important;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;}
/* COMPOSE MAIL - RTE TOOLBAR TABLE */
.e2lIK table {background: #D6D6D6 url('http://i211.photobucket.com/albums/bb51/BurnOmania/notifc.png') repeat-x top left !
important;
height: 23px !important;
margin: 0 !important;
padding: 0 !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS ALIGNMENT */
.VByZEe {
font-size: 11px !important;
margin: 0 !important;
padding: 2px 0 0 0 !important;}
/* COMPOSE MAIL - RTE TOOLBAR "CHECK SPELLING" TEXT */
.MRoIub, .mrKIf, .Z5xHXe .t0Pj3c {
color : #515459 !important;
height: 23px !important;
margin: 0 !important;
white-space: nowrap !important;
text-decoration: none !important;}
/* COMPOSE MAIL - RTE TOOLBAR "CHECK SPELLING" MENU */
.NQ52 {
background: #222 !important;
border: 1px solid #DDD !important;
color: #F1F1F1 !important;
-moz-outline: none !important;
outline: none !important;
cursor: default !important;
font-size: 10px !important;
outline: 0 !important;
position: absolute !important;
text-align: left !important;
width: 25ex !important;
z-index: 10 !important;}
.NQ52 .goog-menuitem {
padding: 2px 5px 2px 3px !important;
position: relative !important;}
.NQ52 .goog-menuitem:hover {
background: #e1091f !important;
color: WHITE !important;
cursor: pointer !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS (BORDER COLOR) */
.rwfzSd {border-color: #808080 !important;}
.rwfzSd:hover {border-color: #bfbdbd !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS (FONT & SIZE MENU) */
.lIhIi {
background: #F1F1F1 !important;
border: 2px solid !important;
cursor: pointer !important;
font-size: 11px !important;
-moz-border-bottom-colors: #999 #FFF !important;
-moz-border-left-colors: #999 #FFF !important;
-moz-border-right-colors: #999 #FFF !important;
-moz-border-top-colors: #999 #FFF !important;}
.lIhIi .goog-menuitem {
background: #F1F1F1 !important;
color: #000 !important;
padding: 2px 12px !important;}
.lIhIi .goog-menuitem-highlight {
background: #A9A9A9 !important;
color: #111 !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS (COLOR PALETTE MENU) */
.cPHEId {}
.cPHEId .goog-palette {
cursor: pointer !important;}
.cPHEId .goog-palette-table {
border: 1px solid #999 !important;
border-collapse: collapse !important;}
.cPHEId .goog-palette-cell {
border: 0 !important;
font-size: 1px !important;
height: 13px !important;
margin: 0 !important;
text-align: center !important;
vertical-align: middle !important;
width: 15px !important;}
.cPHEId .goog-palette-colorswatch {
border: 2px solid !important;
height: 12px !important;
-moz-border-bottom-colors: #777 #FFF !important;
-moz-border-left-colors: #777 #FFF !important;
-moz-border-right-colors: #777 #FFF !important;
-moz-border-top-colors: #777 #FFF !important;
width: 12px !important;}
.cPHEId .goog-palette-cell-hover .goog-palette-colorswatch {
border: 2px solid !important;
-moz-border-bottom-colors: #333 #DDD !important;
-moz-border-left-colors: #333 #DDD !important;
-moz-border-right-colors: #333 #DDD !important;
-moz-border-top-colors: #333 #DDD !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS (ADD LINK) */
.tr_dialog {
background: #F1F1F1 !important;}
.tr_edit-link-dialog {
border: 6px solid #FFF !important;
-moz-border-bottom-colors: #fafafa #FFF #FFF #FFF #FFF #999 !important;
-moz-border-left-colors: #fafafa #FFF #FFF #FFF #FFF #999 !important;
-moz-border-right-colors: #fafafa #FFF #FFF #FFF #FFF #999 !important;
-moz-border-top-colors: #fafafa #FFF #FFF #FFF #FFF #999 !important;
-moz-border-radius: 4px !important;
width: 650px !important;}
/* COMPOSE MAIL - RTE TOOLBAR TOOLS (ADD LINK: HEADER) */
.tr_dialog .tr_dialog-title,
.tr_dialog .tr_dialog-title .tr_dialog-title-layout-table {background: #D6D6D6 url
('http://i211.photobucket.com/albums/bb51/BurnOmania/notify2.png') repeat-x top left !important;
border-bottom: 1px solid #999 !important;
color: WHITE !important;}
.tr_dialog .tr_dialog-section {border-bottom: 1px solid #999 !important;}
.tr_edit-link-dialog-body {
font-size: 11px !important;
line-height: 1.3 !important;
margin: 0 !important;
padding: 5px 10px 0px 10px !important;}
.tr_pseudo-link {color: #3d68fb !important;}
.tr_dialog-tab-content-explanation-text a {color:RED !important;}
.tr_tabbed-pane-tab-content,
.tr_tabbed-pane-tabs .tr_selected-tab-in-tabbed-pane {background:#f9e2a3 !important;}
.tr_tabbed-pane-tab-label {
color: #3d68fb !important;
text-decoration: none !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE TABLE */
.y4Wv6d {
margin: 0 !important;
table-layout: fixed !important;
width: 100% !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE TABLE - SIDE SPACERS */
.q5q9ae {
display: none !important;
width: 0 !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE TABLE - TEXT ALIGNMENT */
.opUkHb {padding: 0 !important;}
.OYmQme {
border: 0 !important;
padding: 0 !important;}
.OYmQme div {width: 100% !important;}
.iE5Yyc {
border: 0 !important;
overflow: auto !important;
padding: 0 !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE TABLE - CORNERS MARGIN */
.JRJslf {
background: #f7f7f7 !important;
border: 0 !important;
margin: 0;
padding: 3px !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE BG */
body.editable {background: #f5f5f5 !important;}
/* COMPOSE MAIL - RTE MAIN COMPOSE - QUOTE TEXT */
.gmail_quote {color: #9e9a9a !important;}
/* COMPOSE MAIL - POPPED-OUT BODY */
body.Gdbtkf {background: transparent !important;}
/* COMPOSE MAIL - POPPED-OUT HIDE BORDERS */
body.Gdbtkf .vHYYR[style="margin-left: 4px;"] {
background: #F1F1F1 !important;
margin: 0 !important;}
body.Gdbtkf .Pj5gjf[style="height: 4px;"] {height: 0 !important;}
/* SPAM & TRASH BG */
.xNSvsd .R7iiN,
.xNSvsd .kwmAmd,
.xNSvsd .m8lwn,
.xNSvsd .c1norb,
.xNSvsd .vHYYR {background: BLACK url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !
important;}
/* SPAM & TRASH - BAR BG */
div[class="Ch5Hj"] {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch2.png') repeat-x
top left !important;}
/* SPAM & TRASH - DELETE ALL SPAM AND EMPTY TRASH NOW LINKS */
.rj1J6b {
color: #3d68fb !important;
cursor: pointer !important;
font-size: 11px !important;
font-weight: bold !important;}
.rj1J6b:hover {color: #7692f2 !important;}
/* LEFT MENU - MENU TITLES */
.oggeve {
color: WHITE !important;
cursor: pointer !important;
font-size: 11px !important;
font-weight: normal !important;
overflow: hidden !important;}
/* LEFT MENU - MENU TITLES (HOVER) */
.oggeve:hover {color: #DDDDDD !important;}
/* LEFT MENU - MENU TITLES ARROWS */
.LrIFMe {
display: none !important;
height: 11px !important;
width: 11px !important;}
/* CHAT/CONT. - BORDER COLOR */
.a3hTGd .R7iiN, .a3hTGd .wWwc8d {background-color: BLACK !important;}
/* CHAT/CONT. - 'CHAT TITLE' */
.a3hTGd .Tzvkxd {
padding: 1px 0 !important;
background: BLACK !important;}
/* CHAT/CONT. - BODY */
.a3hTGd .C9Pn8c .wWwc8d{
background: BLACK !important;}
/* CHAT/CONT. - SEARCH INPUT REALIGN I */
.a3hTGd .p9ILHf {background: transparent !important;}
/* CHAT/CONT. - SEARCH INPUT REALIGN II */
.a3hTGd .p9ILHf .e8kn7c{padding: 0 4px 0 0 !important;}
/* CHAT/CONT. - SEARCH INPUT FIELD */
.a3hTGd .p9ILHf .e8kn7c .u4Qprd{background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch.png')
repeat-x top left !important;
border: 1px solid BLACK !important;
color: #909090 !important;
height: 15px !important;
font-size: 11px !important;
margin-left: -1px !important;
padding: 5px 0 0 4px !important;
width: 131px !important;}
/* CHAT/CONT. - SEARCH INPUT FIELD FOCUS */
.a3hTGd .p9ILHf .e8kn7c input:focus{background: transparent url
('http://i211.photobucket.com/albums/bb51/BurnOmania/srch.png') repeat-x top left !important;
border: 1px solid BLACK !important;
color: BLACK !important;
height: 15px !important;
font-size: 11px !important;
margin-left: -1px !important;
padding: 5px 0 0 4px !important;
-moz-outline: none !important;
outline: none !important;
width: 131px !important;}
/* CHAT/CONT. - SEARCH POPUP MENU */
.e1M31 {
background: #1F1F1F !important;
border: 1px solid !important;
color: #efeff0 !important;
font-size: 11px !important;
font-family: Segoe UI !important;
-moz-border-bottom-colors: #171717 #717171 !important;
-moz-border-left-colors: #171717 #717171 !important;
-moz-border-right-colors: #171717 #717171 !important;
-moz-border-top-colors: #171717 #717171 !important;
padding: 2px !important;
z-index: 7 !important;}
.e1M31 div.active {background: #e1091f !important;color: WHITE !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - SEARCH RESULT ROW */
.e1M31 .fA0c3d {
clear: both !important;
cursor: default !important;
height: 20px !important;
line-height: 20px !important;
position: relative !important;
overflow-y: hidden !important;
white-space: nowrap !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - ROW ICON */
.e1M31 .r0IZgc{
float: left !important;
height: 20px !important;
margin: 0px !important;
padding: 3px 0px 0 0 !important;
width: 16px !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - ROW TEXT SEARCH RESULT */
.e1M31 .kJvOle b {
color: #fcd670 !important;
font-weight: normal !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - RIGHT SIDE MENU ITEMS */
.e1M31 .JcKyAe {
background: #333 !important;
border-left: 1px solid #717171 !important;
color: #f1f1f1 !important;
float: right !important;
padding-left: 2px !important;
padding-top: 1px !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - SELECTED HEADER */
.e1M31 .JcKyAe:hover {background: #e1091f !important;color: WHITE !important;}
/* CHAT/CONT. - SEARCH POPUP MENU - RIGHT MENU DIVIDER */
.pO3rNd {
border: 0 !important;
padding-top: 0 !important;}
/* CHAT/CONT. - 'USER NAME' AREA */
.qHJVCb {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/username08.png') repeat-x top left
!important;
border-bottom: 1px solid #1D1D1D !important;
border-top: 0 solid #1D1D1D !important;
cursor: pointer !important;
font-size: 11px !important;
height: 26px !important;
margin: 0 !important;
padding: 3px 0 0 0 !important;
width: 100% !important;}
/* CHAT/CONT. - 'USER NAME' AREA ALIGN */
.qHJVCb .G5IQRc {
padding: 0 !important;
margin: -1px 0 !important;
position: relative !important;
width: 100% !important;}
/* CHAT/CONT. - 'SET STATUS..' */
.pfMKyf{background: transparent !important;
border-color: #000 !important;
border-collapse: collapse !important;
margin: 0 0 !important;
font-size: 9px !important;
table-layout: fixed !important;
width: 100% !important;}
/* CHAT/CONT. - 'SET STATUS..' BORDER */
.pfMKyf td{background: transparent !important;border: 0 !important;}
/* CHAT/CONT. - 'SET STATUS..' COLUMN */
.pfMKyf .H142ad {font-size: 10px !important;}
/* CHAT/CONT. - 'SET STATUS..' HOVER */
.pfMKyf .IALsCe {
background: #e1091f !important;
text-decoration: none !important;
color: WHITE !important;
font-size: 9px !important;}
/* CHAT/CONT. - 'SET STATUS..' INPUT */
input.oricqc{background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/srch.png') repeat-x top left !
important;
border: 1px solid #999 !important;
color: #e1091f !important;
font-size: 9px !important;
height: 12px !important;
margin-bottom: 4px !important;
-moz-outline: none !important;
outline: none !important;
padding: 2px 0 2px 5px !important;}
/* CHAT/CONT. - 'SET STATUS..' DROP DOWN MENU */
.I24Uab{
border: 1px solid #666 !important;
margin: 0 !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
vertical-align: bottom !important;
z-index: 6 !important;}
/* CHAT/CONT. - 'SET STATUS..' DROP DOWN MENU ITEMS */
.O7GAEf{
background: #111 !important;
color: #efeff0 !important;
font-size: 11px !important;
width: 180px !important;
overflow: hidden !important;
padding: 0 !important;
margin: 0 !important;}
.Zmx5rc{
cursor: pointer !important;
height: 1.5em !important;
line-height: 1.5em !important;
margin: 2px !important;
position: relative !important;
vertical-align: middle !important;}
.j665Sd{
background: #222 !important;
color: #DDD !important;}
/* CHAT/CONT. - 'SET STATUS..' DROP DOWN MENU DIVIDERS */
.O7GAEf hr {
background-color: #e4e0e0 !important;
border: none !important;
height: 1px !important;
margin: 0 !important;}
/* CHAT/CONT. - TABLE BODY */
.ae3sRe .sAUBFe .DKq6Zc .mBJAwd {
border-collapse: collapse !important;
table-layout: fixed !important;}
/* CHAT/CONT. - CONTACT NAME COLUMN */
.ae3sRe .sAUBFe .DKq6Zc .mBJAwd .mFaocb {width: 100% !important;}
/* CHAT/CONT. - CONTACT NAME SPACER */
.ae3sRe .sAUBFe .DKq6Zc .mBJAwd .ZYiGSb {
height: 100% !important;
width: 18px !important;}
/* CHAT/CONT. - CONTACT NAME LIST */
.oOukxe {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !
important;
border-bottom: 1px solid #ADADAD !important;
color: #f1f1f1 !important;
cursor: pointer !important;
font-size: 10px !important;
line-height: 1.4em !important;
white-space: nowrap !important;
width: 100% !important;}
/* CHAT/CONT. - CONTACT NAME LIST (HOVER) */
.M3aZbb:hover, .goog-menuitem:hover {
background: #e1091f !important;
text-decoration: none !important;
color: WHITE !important;}
/* CHAT/CONT. - CONTACT NAME LIST DIVIDERS */
.M3aZbb td{border-top: 1px solid #DDD !important;}
/* CHAT/CONT. - 'OPTIONS' ALIGNMENT */
.gzo7q {
float: left !important;
height: 100% !important;}
.CTCpse {
cursor: pointer !important;
left: 9px !important;
margin: 4px 0 0 5px !important;
padding: 0 !important;
top: 0 !important;
width: auto !important;}
/* CHAT/CONT. - 'OPTIONS & ADD CONTACT' TEXT */
.WDwv9d { background: #e1091f !important;
color: WHITE !important;
font-size: 11px !important;
padding: 0 !important;
text-decoration: none !important;}
.a3hTGd .dH86Yd,
.a3hTGd .GTx9Hd {
background: transparent !important;
border: 0 !important;}
/* CHAT/CONT. - 'OPTIONS & ADD CONTACT' ADD HOVER EFFECT */
div.gzo7q > table span.DYHi6d, .CTCpse, .WDwv9d:hover
{color: #f9f4e5 !important;}
/* CHAT/CONT. - 'OPTIONS' ARROW */
.PGEdEb{
height: 7px !important;
margin: 0 0 0 5px !important;
width: 7px !important;}
/* CHAT/CONT. - 'ADD CONTACT' TEXT */
.uAn3he{
color: WHITE !important;
cursor: pointer !important;
padding: 4px 7px 4px !important;
text-align: right !important;
text-decoration: none !important;}
/* CHAT/CONT. - 'OPTIONS' DROP-DOWN MENU */
.DYHi6d {
background: #111 !important;
border: 1px solid #000 !important;
color: #efeff0 !important;
font-size: 11px !important;
overflow: hidden !important;
padding: 0 !important;
margin: 0 !important;
min-width: 27ex !important;
outline-style: none !important;
position: absolute !important;
vertical-align: bottom !important;
z-index: 6 !important;}
/* CHAT/CONT. - 'OPTIONS' DROP-DOWN MENU (HOVER) */
.a3hTGd .McPZQe {
background: #222 !important;
color: #DDD !important;}
/* CHAT/CONT. - 'OPTIONS' DROP-DOWN MENU DIVIDERS */
.a3hTGd .E4KNxe,
.a3hTGd .DYHi6d {border-color: #e4e0e0 !important;}
/* CHAT/CONT. - "CAN'T CONNECT TO CHAT" */
.TWwFhc {font-size: 11px !important;}
/* CONTACTS NAME POPUP */
.FVNmUc {
font: 13px arial !important;
padding: 0 !important;
position: absolute !important;
z-index: 8 !important;}
/* CONTACTS NAME POPUP - BORDER COLORS */
.yrZFAb, .f6hBsc {
background: #5e666c !important;
-moz-opacity: 1.0 !important;
width: 5px !important;}
/* CONTACTS NAME POPUP - MENU */
.V3nuZd .goog-menu{
-moz-user-select:none !important;
outline: 0 !important;}
/* CONTACTS NAME POPUP - MENU BUTTONS */
.V3nuZd .goog-menuitem,
.V3nuZd .goog-menuitem-disabled,
.V3nuZd .goog-menuitem-active,
.V3nuZd .goog-menuitem-opened{
background: url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') !important;
cursor: pointer !important;
border-bottom: 1px solid #566068 !important;
color: WHITE !important;
font-size: 11px !important;
height: 19px !important;
padding: 4px 5px 0 5px !important;
overflow: hidden !important;
text-align: center !important;
vertical-align: middle !important;}
.V3nuZd .goog-menuitem:hover {
color: #DDDDDD !important;}
/* CONTACTS NAME POPUP - MENU DIVIDERS */
.V3nuZd .goog-menuseparator {
background: #e1091f !important;
border: 0 !important;
margin: 0 !important;
height: 23px !important;
padding: 0 !important;
width: 1px !important;}
/* CONTACTS NAME POPUP - 'MORE' LINK CLICKED */
.V3nuZd .goog-menuitem-opened .KcNd4d {
background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/more.png') 0 -48px!important;
border: 0 !important;
color: #D7D7D7 !important;
padding: 4px 10px 0 10px !important;
position: relative !important;
z-index: 100 !important;}
/* CONTACTS NAME POPUP - 'MORE' MENU */
.VhJC8b .goog-menu {
background-color: #222 !important;
border: 1px solid #000 !important;
color: #f1f1f1 !important;
cursor: default !important;
font-size: 11px !important;
outline: 0 !important;
position: absolute !important;
z-index: 9 !important;}
.VhJC8b .goog-menuitem {
padding: 2px 5px !important;
white-space: nowrap !important;}
.DzR2pe .VhJC8b .goog-menuitem {
position: relative !important;
width: 133px !important;}
/* CONTACTS NAME POPUP - 'MORE' MENU - ROW OVER */
.VhJC8b .goog-menuitem-highlight {
background-color: #e1091f !important;
color: WHITE !important;
cursor: pointer !important;}
/* CONTACTS NAME POPUP - 'MORE' MENU - SHOWN IN CHAT LIST */
.VhJC8b .goog-menuitem-disabled {color: #d7d7d7 !important;}
.VhJC8b .goog-option .OrCrNe {
height: 12px !important;
width: 12px !important;}
.DzR2pe .VhJC8b .goog-option {width: 123px !important;}
/* CONTACTS NAME POPUP - NAME LINE */
.otjlze {
background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/srch.png') repeat-x 0 0 !important;
border: 1px solid #616161 !important;
color: #000 !important;
font-size: 12px !important;
font-weight: normal !important;
overflow: hidden !important;
padding: 1px !important;
text-align: center !important;}
/* CONTACTS NAME POPUP - eMAIL ADDRESS */
.udg9X, .FY0LOc {
color: #5e666c !important;
padding-left: 2px !important;
text-align: center !important;
font-size: 13px !important;
font-weight: normal !important;}
/* CONTACTS NAME POPUP - AVATAR HOVER */
.sdT3Cc .O1KsDd, .sdT3Cc .tO5OCc {
background-color: #1A1A1A !important;
border-bottom: 1px solid #000 !important;
color: #FFF !important;
display: block !important;
font-size: 11px !important;
left: 0 !important;
padding: 3px 0 !important;
position: absolute !important;
text-align: center !important;
text-decoration: none !important;
width: 96px !important;}
/* CONTACTS NAME POPUP - AVATAR BORDER HOVER */
.sdT3Cc {
border: 1px solid #e1091f !important;
margin: 0 !important;
cursor: pointer !important;}
/* LABELS - INCREASE WIDTH */
div.pvSW6e > table {width: 100% !important;}
/* LABELS - BORDERS COLORS */
.XPj4ef .R7iiN {background: BLACK !important;}
/* LABELS - INSIDE BOX BG COLOR */
div.pvSW6e {background: #f1f1f1 !important;}
/* LABELS - 'LABELS TITLE' */
.XPj4ef .Tzvkxd {
padding: 1px 0 !important;
width: 100% !important;
background: BLACK !important;}
/* LABELS - CHANGE LABEL FONT COLOR */
.XPj4ef .WnjAod .zD5BAe {
background: transparent !important;
color: BLACK !important;
cursor: pointer !important;
font-size: 10px !important;
line-height: 1.4em !important;
white-space: nowrap !important;
text-decoration: none !important;}
/* LABELS - CHANGE LABEL FONT COLOR (HOVER) */
.XPj4ef .WnjAod .zD5BAe:hover {
color: WHITE !important;
background: #e1091f !important;}
/* LABELS - 'EDIT' LINK */
.XPj4ef .Qj7Rff, .XPj4ef .Q9o7yd {
color: WHITE !important;
background-color : #e1091f !important;
text-align: center !important;
font-size: 11px !important;
padding: 2px 0 1px 0 !important;
text-decoration: none !important;}
/* LABELS - 'EDIT' LINK (HOVER) */
.XPj4ef .Qj7Rff:hover, .XPj4ef .Q9o7yd:hover {color: #f9f4e5 !important;}
/* LABELS - LABELS COLORS POPUP */
.IHs6ib .goog-menu {
background: #222!important;
color: #DDD !important;
border: 1px solid #000 !important;
font-size: 11px !important;
-moz-outline: none !important;
outline: none !important;
font-family: Tahoma, Verdana, Arial, Sans-serif !important;
padding: 0 !important;}
/* LABELS - LABELS COLORS POPUP - "REMOVE COLOR & EDIT NAME" TEXT */
.IHs6ib .goog-menuitem {
background: transparent !important;
cursor: pointer !important;
padding: 3px 10px !important;}
/* LABELS - LABELS COLORS POPUP - "REMOVE COLOR & EDIT NAME" TEXT (HOVER) */
.IHs6ib .goog-menuitem-highlight {
background: #e1091f !important;
color: WHITE !important;
text-decoration: none !important;}
/* LABELS - LABELS COLORS POPUP - PALETTE ALIGNMENT */
.IHs6ib .goog-palette {padding: 6px 8px !important;}
.IHs6ib .goog-palette-table {border-collapse: collapse !important;}
/* LABELS - LABELS COLORS POPUP - PALETTE ALIGNMENT - "A" LETTER */
.IHs6ib .goog-palette-cell {
border: 0 !important;
cursor: pointer !important;
font-family: Arial !important;
font-size: 11px !important;
margin: 0 !important;
padding: 2px !important;
text-align: center !important;
vertical-align: middle !important;}
.IHs6ib .goog-palette-cell div {-moz-border-radius: 2px !important;}
/* LABELS - LABELS COLORS POPUP - PALETTE ALIGNMENT - BOX */
.IHs6ib .goog-palette-colorswatch {
border: 1px solid transparent !important;
height: 13px !important;
line-height: 11px !important;
position: relative !important;
width: 13px !important;}
.ae3sRe .IHs6ib .goog-palette-colorswatch {line-height: 13px !important;}
.IHs6ib .goog-palette-cell-hover .goog-palette-colorswatch {border: 1px solid #FFF !important;}
/* INVITES BOX - BORDERS COLORS */
.I94Sdc .R7iiN {background-color: BLACK !important;}
/* INVITES BOX - INSIDE BOX BACKGROUND COLOR */
.I94Sdc .vSmUWe {background: #f1f1f1 !important;}
/* INVITES BOX - 'LABELS TITLE' */
.I94Sdc .Tzvkxd {
padding: 1px 0 !important;
width: 100% !important;
background: BLACK !important;}
/* INVITES BOX - 'GIVE GMAIL TO:' */
.I94Sdc .OX71yf {
color: BLACK !important;
font-size: 11px !important;
text-align: center !important;}
/* INVITES BOX - INPUT BOX */
.I94Sdc .vSmUWe input {
background: #111 url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch.png') repeat-x top left !important;
border: 1px solid GREY !important;
color: #909090 !important;
height: 13px !important;
font-size: 11px !important;
-moz-outline: none !important;
outline: none !important;
padding: 3px 1px !important;}
/* INVITES BOX - INPUT BOX (HOVER) */
.I94Sdc .vSmUWe input:hover {border: 1px solid #cf950b !important;}
/* INVITES BOX - 'SEND INVITE' */
.I94Sdc .vSmUWe button {background: #111 url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top
left !important;
border: 1px solid #909090 !important;
color: #F5F9FB !important;
cursor: pointer !important;
float: left !important;
font-family: Arial !important;
font-size: 10px !important;
margin: 0 0 0 0 !important;
padding: 0 2px 0 0 !important;
text-decoration: none !important;}
.I94Sdc .vSmUWe button:hover {
border: 1px solid #DDD !important;
color: WHITE !important;
background: #e1091f !important;
cursor: pointer !important;}
/* INVITES BOX - XX LEFT */
.I94Sdc .vSmUWe .aqrTNd {
color: BLACK !important;
font-size: 10px !important;
cursor: default !important;
margin-left: 8px !important;
text-decoration: none !important;}
/* INVITES BOX - PREVIEW INVITE */
.I94Sdc .Qj7Rff {
background-color : #e1091f !important;
color: WHITE !important;
float: right !important;
font-size: 11px !important;
text-align: center !important;
padding: 1px 0 2px 0 !important;
text-decoration: none !important;
width: 100% !important;}
/* INVITES BOX - PREVIEW INVITE (HOVER) */
.I94Sdc .Qj7Rff:hover {
color: #f9f4e5 !important;
padding: 1px 0 2px 0 !important;}
/* MESSAGE TOOLS BG */
.Y1jEjc .R7iiN,
.oi23Hf .R7iiN,
.lLzmXd .R7iiN {
background: BLACK url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !important;}
/* FIX MESSAGE BODY BG */
.InqsWb .R7iiN {background: transparent !important;}
.CNf1Cd .R7iiN {background: transparent !important;}
/* REALIGN MESSAGE TOOLS BAR */
.gkTnlc, .sTl8pd {
background: transparent !important;
padding: 1px 0px 5px 0px !important}
/* BUTTONS - CHANGE BUTTONS COLORS */
.oF1kyb button,.BuNwUe,.c1I77d button, .uc1BTd button, .sH9zIf button, .kN8OP button, .GorKne button, .yolZre button, .tGHexd button, button[id="1fax"], .tQzAEe button, button.BuNwUe, button.Gjckbb {
border-style:solid !important;
border-width:1px !important;
border-color:#999999 !important;
background: #000 !important;
font-family: Arial !important;
font-weight: normal !important;
color: WHITE !important;
cursor:pointer !important;
font-size:11px !important;
margin: 0 6px 0 0 !important;
height:20px !important;
padding: 0 5px 2px 5px !important;}
/* BUTTONS - (HOVER) */
.oF1kyb button:hover,.BuNwUe:hover,.c1I77d button:hover, .uc1BTd button:hover, .sH9zIf button:hover, .kN8OP button:hover,
.GorKne button:hover, .yolZre button:hover, .tGHexd button:hover, button[id="1fax"]:hover, .tQzAEe button:hover, button.BuNwUe:hover, button.Gjckbb:hover {
border: 1px solid #DDD !important;
background: #000 !important;
color: #DDD !important;}
/* MORE ACTIONS BOX - BUTTON */
.QOD9Ec {background: #FFFFFF url('http://i211.photobucket.com/albums/bb51/BurnOmania/more_act5.png') repeat-x top left !
important;
border: 1px solid #999999 !important;
color: WHITE !important;
cursor: default !important;
float: left !important;
font-family: Arial !important;
font-size: 11px !important;
margin-right: 4px !important;
width: 10em !important;}
div:hover.QOD9Ec {
border: 1px solid #DDD !important;
color: #DDD !important;
cursor: pointer !important;}
/* MORE ACTIONS BOX - HIDE MORE ACTIONS & APPLY LABEL SEPARATORS */
.QrJiv {display:none !important;}
/* MORE ACTIONS BOX - DROP DOWN MENU */
.Sn99bd {
background: #f1f1f1 !important;
border: 1px solid #DDD !important;
color: #efeff0 !important;
font-size: 11px !important;
-moz-outline: none !important;
outline: none !important;
position: absolute !important;
z-index: 7 !important;
width: 180px !important;}
.SenFne:hover {
background-color: #e1091f !important;
color:WHITE !important;}
/* MORE ACTIONS BOX - DROP DOWN MENU ROWS */
.Sn99bd div {
background: #222 !important;
color: #F1F1F1 !important;
line-height: 105% !important;
padding: 2px 4px !important;
padding-left: 22px !important;
text-indent: -6px !important;}
/* MORE ACTIONS BOX - DROP DOWN MENU TITLES */
.Sn99bd div.QrJiv {
color: #FC0 !important;
font-weight: bold !important;
line-height: 20px !important;
padding: 0 0 0 4px !important;
text-indent: 2px !important;}
/* MORE ACTIONS BOX - DROP DOWN MENU HIDDEN ITEMS */
.Sn99bd div.BHnKkc{color: #888 !important;}
/* "ADD NEW LABEL" DIALOH POPUP */
.jY0YJb {background: #1F1F1F url('http://i211.photobucket.com/albums/bb51/BurnOmania/linech.png') repeat-x top left !
important;
border: 3px solid #d6d8da !important;
-moz-border-radius: 4px !important;
-moz-outline: none !important;
outline: none !important;
padding: 3px !important;
width: 450px !important;}
/* "ADD NEW LABEL" DIALOG POPUP - HEADER */
.nfZEf {background: #222 url('http://i211.photobucket.com/albums/bb51/BurnOmania/header.png') repeat-x top left !important;
border: 1px solid #DDD !important;
color: WHITE !important;
cursor: default !important;
font: bold 12px "Segoe UI", Arial !important;
padding: 4px 8px !important;}
/* "ADD NEW LABEL" DIALOH POPUP - BODY */
.WbpRRe {
background: transparent !important;
color: #9F9F9F !important;
font: normal 11px Tahoma, Verdana, Arial, Sans-serif !important;
padding: 4px !important;}
/* "ADD NEW LABEL" DIALOH POPUP - INPUT BOX */
.URTWZe {background: #F0E900 url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch.png') repeat-x top left !
important;
border: 1px solid #FFF !important;
color: #000 !important;
font-size: 11px !important;
-moz-outline: none !important;
outline: none !important;
margin: 4px !important;
padding: 2px !important;
width: 430px !important;}
/* "ADD NEW LABEL" DIALOH POPUP - FOOTER */
.tQzAEe {
background: transparent !important;
font: normal 11px Tahoma, Verdana, Arial, Sans-serif !important;
padding: 5px 0 !important;
text-align: right !important;}
/* REFRESH BUTTON */
.JcNrlf, .DiWSpb {
background: #000;
border: 1px solid #999999 !important;
color: WHITE !important;
cursor: pointer !important;
float: left !important;
font-family: Arial !important;
font-size: 11px !important;
margin: 0 0 0 2px !important;
padding: 2px 8px 2px 8px !important;
text-decoration: none !important;}
div:hover.JcNrlf, div:hover.DiWSpb {
border: 1px solid #DDD !important;
color: #DDD !important;
cursor: pointer !important;}
/* NAVIGATION & EMAIL NUMBERS */
.bSwwie {
font-size: 12px !important;
padding: .3em 8px 0 0 !important;
white-space: nowrap !important;}
/* NAVIGATION & EMAIL NUMBERS (INSIDE MESSAGE) */
.nnrp0d {
font-size: 12px !important;
padding: .3em 8px 0 8px !important;
white-space: nowrap !important;}
/* EMAIL NUMBERS COLOR */
.vZFPPc {
color: #A8A8A8 !important;
font-size: 11px !important;
margin-right: 5px !important;
white-space: nowrap !important;}
/* EMAIL NUMBERS COLOR - THE "NUMBERS" */
.vZFPPc b {
color: #e1091f !important;}
/* EMAIL NUMBERS COLOR (IN MSG) */
.z8N7nd {color: #A8A8A8 !important;font-size: 10px !important;}
/* OLDER AND OLDEST LINKS - REALIGN */
.nQ6QTe {margin-right: 1em !important;}
/* OLDER AND OLDEST LINKS - COLORS */
.bSwwie span.l73JSe {
color:WHITE !important;
text-decoration: none !important;
font-size: 11px !important;}
.bSwwie span.l73JSe:hover {
border-bottom: 1px dotted #e1091f !important;
color: #DDDDDD !important;}
/* OLDER AND OLDEST LINKS - COLORS (INSIDE MESSAGE) */
.l73JSe {
color:WHITE !important;
text-decoration: none !important;
font-size: 11px !important;}
.l73JSe:hover {
border-bottom: 1px dotted #e1091f !important;
color: #DDDDDD !important;}
/* MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) */
.bKmyId {
background: #e1091f !important;
font: normal 11px Segoe UI !important;
margin: 8px 0 -2px 0 !important;
padding: 4px 0px 4px 8px !important;
white-space: nowrap !important;
width: 99.0% !important;}
/* MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) - THE COMMAS */
.oi23Hf .bsABdf {
color: BLACK !important;
cursor: pointer !important;
font-weight: normal !important;}
/* MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) - THE LINKS */
.oi23Hf .bsABdf span {
color: WHITE !important;
font-weight: normal !important;}
/* MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) - THE LINKS - HOVER */
.oi23Hf .bsABdf span:hover {
border-bottom: 1px dotted BLACK !important;
color: #DDDDDD !important;}
/* REFRESH LINK AND MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) - HOVER */
.bsABdf span:hover, .JcNrlf:hover {
border-bottom: 1px dotted BLACK !important;
color: #DDD !important;}
/* REFRESH LINK AND MESSAGE SELECTION TOOLBAR LINKS (SELECT: ALL, NONE, READ, ....) - REMOVE UNDERLINES */
.JcNrlf, .bsABdf {
color:WHITE !important;
text-decoration: none !important;}
/* BACK TO INBOX - REMOVE UNDERLINES */
.A5liqb, .vwcZUe {
color:WHITE !important;
text-decoration: none !important;
font-size: 11px !important;
padding: .3em 8px 0 0 !important;
white-space: nowrap !important;}
/* BACK TO INBOX - HOVER */
.A5liqb:hover, .vwcZUe:hover {color:#DDD !important;}
/* SENT MAIL TEXT */
.BHURSc, .opbAfb {
color: WHITE !important;
cursor: pointer !important;
float: left !important;
font-size: 11px !important;
margin: 0 8px 0 0 !important;
padding-top: 5px !important;
padding-left: 0.5ex !important;
padding-right: 0.5ex !important;}
/* SENT MAIL TEXT (HOVER) */
.BHURSc:hover, .opbAfb:hover {color:#DDD !important;}
/* MESSAGE TOOLS BOTTOM MENU */
.si0xQ .bKmyId{margin: -3px 0 3px 0 !important;}
/* MESSAGE TOOLS BOTTOM MENU FIX */
.iv9XJc {padding: 0 !important;}
.iv9XJc .bKmyId {margin: -1px 0 2px 0 !important;}
/* MESSAGE DISPLAY - HEADER BG */
.PwUwPb {background: #FFF url('http://i211.photobucket.com/albums/bb51/BurnOmania/msgheader.png') repeat-x top left !
important;
border-spacing: 0 !important;
padding: 0 !important;}
/* MESSAGE DISPLAY - HEADER ALIGNMENT */
.eWTfhb {
margin: 0 !important;
padding: 10px 0 !important;
vertical-align: top !important;}
/* MESSAGE DISPLAY - HEADER SPACER */
.sqWfTc {
height: 0 !important;
overflow: hidden !important;}
/* MESSAGE DISPLAY - INNER ALIGNMENT */
.ice3Ad {padding: 0 0 0 20px !important;}
/* MESSAGE DISPLAY - HEADER - eMAIL TITLE */
.YfMhcb {
color: #222 !important;
font-family: Arial, Helvetica, Tahoma !important;
font-size: 18px !important;
font-weight: bold !important;
margin: 0 !important;
padding: 5px 0 5px 8px !important;}
/* MESSAGE DISPLAY - HEADER - eMAIL LABLES BOX */
.Ir5Jyf {
cursor: pointer !important;
display: inline !important;
margin: 0 4px 0 0 !important;}
.Ir5Jyf td {font: 9px Verdana, Arial !important;}
/* MESSAGE DISPLAY - HEADER - eMAIL LABLES BODY */
.mSeIbe td, .Yvhpm td{
height: 1px !important;}
/* MESSAGE DISPLAY - CORNERS ALIGN */
.rJ01J, .gx24Z, .ZceZf {width: 1px !important;}
/* MESSAGE DISPLAY - UNDER TITLE SPACER */
.LV4T4d {
clear: both !important;
height: 0 !important;
overflow: hidden !important;}
/* MESSAGE DISPLAY - MESSAGE BODY ALIGNMENT */
.aWL81 {
border: 1px solid #A4A4A4 !important;
border-top: 0 !important;
padding: 0 !important;}
/* MESSAGE DISPLAY - REPLY MENU */
.zWKgkf {
background: #e1091f !important;
border: 1px solid #222 !important;
color: white !important;
cursor: default !important;
font-size: 11px !important;
height: auto !important;
-moz-outline: none !important;
outline: none !important;
overflow: hidden !important;
white-space: nowrap !important;
z-index: 20000 !important;}
.zWKgkf div{padding:2px 2px 2px 2px}
.zWKgkf div.YT0uIe{background-color:#ccc;color:#222}
.zWKgkf div.SAQJzb{cursor:pointer}
.zWKgkf div.R10Zdd{display:none}
/* MESSAGE DISPLAY - HEADER - eMAIL BODY */
.YrSjGe {
background: #FFF !important;
border-top: 1px solid #A9ACB1 !important;
margin: 0 0 0 -4px !important;}
/* MESSAGE DISPLAY - HEADER - eMAIL HEADER ALIGN */
.ObUWHc {padding: 2px 0 4px 8px !important;}
.ObUWHc:hover {background: #F1F1F1 url('http://i211.photobucket.com/albums/bb51/BurnOmania/emheader5.png') repeat-x top left
!important;}
.ckChnd {font-size: 12px !important;}
/* MESSAGE DISPLAY - HEADER - eMAIL HEADER ALIGN */
.BwDhwd {width: 100% !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS */
.hj2SD .K9osId {
table-layout: fixed !important;
white-space: nowrap !important;
width: 100% !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS PREVIEW */
.hj2SD .IUCKJe {
overflow: hidden !important;
white-space: nowrap !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS PREVIEW TEXT */
.bWGucb {
color: #6C6C6C !important;
font-size: 10px !important;
padding-left:5px !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS PREVIEW - TAB COLLAPSE */
.YrHFdf .kwmAmd { background: #FFF !important;
border-top: 1px solid #c0c0c0 !important;}
.YrHFdf .kwmAmd:hover {
background: #e1091f !important;
cursor: pointer !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS PREVIEW - DATE */
.XZlFIc {
color: #6C6C6C !important;
font-size: 11px !important;
padding: 3px 10px 0 0 !important;}
/* MESSAGE DISPLAY - CONVERSATION SNIPPETS PREVIEW - SHOW DETAILS */
.D05ws {
color: #6C6C6C !important;
cursor: pointer !important;
font-size: 11px !important;
font-weight: bold !important;
margin: 0 10px 0 0 !important;
text-decoration: none !important;}
/* MESSAGE DISPLAY - CHANGE SENDER FONT COLOR */
.EP8xU {
color: #e1091f !important;
font-weight: bold !important;
white-space: nowrap !important;}
/* MESSAGE DISPLAY - SENT 'TO...?' */
.Zv5tZd {
color: #222 !important;
font-size: 11px !important;
font-weight: bold !important;
vertical-align: top !important;}
/* MESSAGE DISPLAY - FROM, TO, ETC. INDICATORS */
.UdFq5e {
color: #000000 !important;
font-weight:bold !important;}
/* MESSAGE DISPLAY - DISPLAY/DON'T DISPLAY IMAGES WARNING */
.pj1vZc, div[class^="XwckWe ckChnd"] {
font-weight: bold !important;
background-color: #FAD163 !important; width: 98.1% !important;
text-decoration: none !important}
/* MESSAGE DISPLAY - REPLY ALIGNMENT */
.i8p5Ld {
text-align: right !important;
vertical-align: top !important;
white-space: nowrap !important;}
.JbJ6Ye {
background: transparent !important;
border: 1px solid #ADADAD !important;
margin: 0 2px !important;
overflow: visible !important;}
/* MESSAGE DISPLAY - REPLY LINK BACKGROUND */
.gQ8wIf {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch2.png') repeat-x top left !
important;
height: 23px !important;
margin: 0 !important;}
/* MESSAGE DISPLAY - REPLY TEXT */
.SvrlRe {
color: #222 !important;
font: bold 11px Segoe UI !important;
line-height: 23px !important;
padding: 0 4px !important;
white-space: nowrap !important;}
/* MESSAGE DISPLAY - REPLY DIVIDER */
.s77Qlb {
border-left: solid 1px #929292 !important;
height: 23px !important;
width: 1px !important;}
/* MESSAGE DISPLAY - SOME MORE ALIGNMENT */
.tP6gIf {
background: transparent !important;
padding: 0 8px 0 6px !important;}
/* MESSAGE DISPLAY - eMAIL BODY FONT */
.ArwC7c {
color: #000 !important;
font-size: 11px !important;
margin: 5px 15px !important;
padding-bottom: 10px !important;}
/* MESSAGE DISPLAY - eMAIL SIGNATURE LINKS */
.ArwC7c a {
color: #1344ed !important;
text-decoration: none !important;}
/* MESSAGE DISPLAY - eMAIL SIGNATURE LINKS (HOVER) */
.YrSjGe a:hover {color:#e1091f !important;}
/* REPLY AND FORWARD ALIGN */
.LYI6Sd, .eNXyxd {
background: transparent !important;
margin: 0 !important;
padding: 0 0 0 0 !important;}
/* REPLY AND FORWARD MENU TABLE ALIGN */
.EWdQcf {
margin-bottom: 1px !important;
width: 100% !important;}
/* REPLY AND FORWARD LINKS (IN MESSAGE DISPLAY) - REMOVE UNDERLINES */
.qZkfSe {
color: BLACK !important;
font-size: 14px !important;
font-style: italic !important;
font-family: Segoe UI !important;
font-weight: bold !important;
padding: 0 !important;
text-decoration: none !important;}
/* REPLY AND FORWARD LINKS (IN MESSAGE DISPLAY) - HOVER */
.qZkfSe:hover {color:#e1091f !important;}
/* MESSAGE DISPLAY - BLOCK ADS TABLE */
td[class="eWTfhb"]>div[class="XoqCub"]>div[class="XoqCub"]:last-child { display: none !important; }
/* MESSAGE DISPLAY - WIDEN REPLY TEXT AREA UNDER MESSAGE BODY */
textarea.gV2Gwc { width: 75% !important;}
/* REPLY AND FORWARD TEXT FIELD */
.gV2Gwc {background: #FFF url('http://i211.photobucket.com/albums/bb51/BurnOmania/emheader.png') repeat-x top left !important;
border: 1px solid #A3A3A3 !important;
height: 70px !important;
overflow: hidden !important;
width: 75% !important;}
/* MESSAGE LIST - MAIN TABLE ALIGNMENT */
.N2mZ7b {
border: 0 !important;
border-spacing: 0 !important;
cursor: pointer !important;
padding: 0 !important;
width: 100% !important;}
/* MESSAGE LIST - eMAIL TABLE ROWS */
.N2mZ7b tr.AnqB9d,
.N2mZ7b tr.QhHSYc {background: #c5d3e1 !important;
border: 0 !important;
font-size: 14px !important;
font-family: Segoe UI !important;}
/* MESSAGE LIST - STAR */
.KaaYad .eChx3e {
margin-top: 1px !important;
vertical-align: top !important;}
.QgQaBc {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/star.png') no-repeat !important;}
.kyZrld {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/starred.png') !important;}
/* MESSAGE LIST - eMAIL TABLE ROWS - CHANGE SENDER FONT COLOR */
.qNUdo, .k62PNc {color: #800000 !important;}
/* MESSAGE LIST - eMAIL TABLE ROWS - NEW MESSAGES */
.N2mZ7b tr.QhHSYc { background: #CBDAF1 url('http://i211.photobucket.com/albums/bb51/BurnOmania/search_bg.png') repeat-x left
!important;}
/* MESSAGE LIST - eMAIL TABLE ROWS - TITLE & DATE TEXT */
.N2mZ7b tr td {
border-bottom: 1px solid #808080 !important;
color: #222 !important;
font-size: 11px !important;
height: 18px !important;
line-height: 18px !important;
padding: 0 !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - MOUSEOVER */
table.N2mZ7b tr.AnqB9d:hover,
table.N2mZ7b tr.QhHSYc:hover{background: #ECEC63 url
('http://i211.photobucket.com/albums/bb51/BurnOmania/overmsg.png') repeat-x left !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - BOX ALIGNMENT */
td.Bf8tnc,
td.je3qIf {
text-align: left !important;
padding: 1px 0 0 0 !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - CHECKBOX */
td.je3qIf input[type="checkbox"] {
-moz-border-bottom-colors: #7F8F98 #F9F9F9 !important;
-moz-border-left-colors: #7F8F98 #F9F9F9 !important;
-moz-border-right-colors: #7F8F98 #F9F9F9 !important;
-moz-border-top-colors: #7F8F98 #F9F9F9 !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - STAR ALIGNMENT */
td.mka4te, td.kR4gzc {padding: inherit !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - STAR OFF */
.N2mZ7b .v0AEPd {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/star.png') no-repeat !important; margin: 0 0 0 2px !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - STAR ON */
.N2mZ7b .n1QcP {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/starred.png') no-repeat !important;margin: 0 0 0 2px !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - LABELS ALIGNMENT */
.lMVONe {margin: 3px 0 0 0 !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - LABELS ROW ALIGNMENT */
td.f66Vyf {padding: 2px 6px 0 6px !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - eMAIL TITLE DESCRIPTION */
.HhG5wd span.bEeVec,
.HhG5wd span.bEeVec span {
color: #686b88 !important;
font-size: 9px !important;}
/* MESSAGE LIST - eMAIL TABLE ROW - TIME & DATE ALIGNMENT */
td.pmKLre {
padding: 0 0 0 4px !important;
text-indent: 10px !important;}
/* MESSAGE DISPLAY - BLOCK ADS TABLE */
td[class="eWTfhb"]>div[class="XoqCub"]>div[class="XoqCub"]:last-child {display: none !important;}
/* FOOTER - GOOGLE FEATURE UPDATE */
.s7hnoe {
color: #3c434b !important;
font-size: 11px !important;
padding-top: 12px !important;}
.s7hnoe a {
border-bottom: 1px solid #222 !important;
color: WHITE !important;
text-decoration: none !important;}
.s7hnoe a:hover {
border-bottom: 0px !important;
background: #e1091f !important;
color: WHITE !important;
text-decoration: none !important;}
/* FOOTER MENU */
.Ax9Ooe {color: #3c434b !important;}
.Ax9Ooe a, a.S8eU7b,
.m7Qktd {
border-bottom: 1px solid #222 !important;
color: WHITE !important;
text-decoration: none !important;}
.Ax9Ooe a:hover, a.S8eU7b:hover,
.m7Qktd:hover {
border-bottom: 0px !important;
background: #e1091f !important;
color: WHITE !important;
text-decoration: none !important;}
/* FOOTER MENU - (C) GOOGLE */
.tBLpAf .r4YKme {color: BLACK !important;}
a.VsHOvf {
color: #000000 !important;
font-size: 10px !important;
text-decoration: none !important;
font-weight: bold !important;}
/* ======================================== */
/* SKIN INFO FOOTER :) {{{*/
div[class='VfONdd']:before {
content:"Gmail 2: CASTRO FASHION (BurnOmania Style III) v0.2.6 by tHe ReaLiZeR. Last updated September 21, 2008.";
display:block; font-size: 10px !important;
color: Sienna !important;
margin-top:-23px;
padding:10px 0 10px 0px;
}/*}}}*/
} | 0.145146 | 0.045374 |
body {
font-size: 16px;
color: rgb(2, 2, 12);
font-family: arial, helvetica, sans-serif;
text-align: center;
background-image: url("http://www.nmgncp.com/data/out/162/4985664-gradient-wallpapers.png");
background-repeat: repeat;
}
h2 {
font-size: 2em;
font-family: italic;
margin: 10px;
padding: 40px;
background-color: #ccc;
border-style: solid;
border-width: 3px;
border-left-width: 10px;
border-right-width: 10px;
border-color: rgb(83, 67, 67);
}
.center {
text-align: center;
list-style-position: inside;
}
.tableh{
border-style: dashed;
border-width: 2px;
border-left-width: 10px;
border-right-width: 10px;
border-color: rgb(83, 67, 67);
}
p {
letter-spacing: 0.5em;
word-spacing: 2em;
line-height: 1.5;
text-align: center;
}
table {
border-color: black;
text-align: center;
}
strong {
font-style: italic;
text-transform: uppercase;
text-decoration: underline;
}
.capbox {
background-color: #92D433;
border: #B3E272 0px solid;
border-width: 0px 12px 0px 0px;
display: inline-block;
*display: inline; zoom: 1; /* FOR IE7-8 */
padding: 8px 40px 8px 8px;
}
.capbox-inner {
font: bold 11px arial, sans-serif;
color: #000000;
background-color: #DBF3BA;
margin: 5px auto 0px auto;
padding: 3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#CaptchaDiv {
font: bold 17px verdana, arial, sans-serif;
font-style: italic;
color: #000000;
background-color: #FFFFFF;
padding: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; } | style.css | body {
font-size: 16px;
color: rgb(2, 2, 12);
font-family: arial, helvetica, sans-serif;
text-align: center;
background-image: url("http://www.nmgncp.com/data/out/162/4985664-gradient-wallpapers.png");
background-repeat: repeat;
}
h2 {
font-size: 2em;
font-family: italic;
margin: 10px;
padding: 40px;
background-color: #ccc;
border-style: solid;
border-width: 3px;
border-left-width: 10px;
border-right-width: 10px;
border-color: rgb(83, 67, 67);
}
.center {
text-align: center;
list-style-position: inside;
}
.tableh{
border-style: dashed;
border-width: 2px;
border-left-width: 10px;
border-right-width: 10px;
border-color: rgb(83, 67, 67);
}
p {
letter-spacing: 0.5em;
word-spacing: 2em;
line-height: 1.5;
text-align: center;
}
table {
border-color: black;
text-align: center;
}
strong {
font-style: italic;
text-transform: uppercase;
text-decoration: underline;
}
.capbox {
background-color: #92D433;
border: #B3E272 0px solid;
border-width: 0px 12px 0px 0px;
display: inline-block;
*display: inline; zoom: 1; /* FOR IE7-8 */
padding: 8px 40px 8px 8px;
}
.capbox-inner {
font: bold 11px arial, sans-serif;
color: #000000;
background-color: #DBF3BA;
margin: 5px auto 0px auto;
padding: 3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#CaptchaDiv {
font: bold 17px verdana, arial, sans-serif;
font-style: italic;
color: #000000;
background-color: #FFFFFF;
padding: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; } | 0.511961 | 0.105073 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:800');
/* GENERICOS */
body{
background-color: black;
color: white;
font-family: 'Montserrat', sans-serif;
}
h1{
font-size: 3em;
}
h2{
font-size: 1.5em;
}
.oculto{
display: none;
}
.btn1{
width: 90%;
margin-left: 5%;
margin-top: 10px;
padding: 10px;
border-radius: 10px;
background-color: black;
color: white;
border: 2px solid white;
}
.input1{
width: 90%;
height: 60px;
margin-left: 5%;
text-align: center;
font-size: 1.5em;
margin-bottom: 20px;
}
.bottom{
bottom: 20px;
position: absolute;
left: 1px;
}
.tituloTop{
border-bottom: 2px solid white;
width: 100%;
padding-bottom: 10px;
}
/* PANTALLAS */
/* inicio-app */
#inicio-app{
margin: 10px;
}
#formularioInicio{
text-align: center;
margin-top: 60px;
}
/* crear-jugadores */
#crear-jugadores{
width: 100%;
}
/*Cartas*/
.cartaZarDiv{
border-radius: 20px;
background-color: black;
color: white;
height: 63vh;
width: 79%;
margin-left: 5%;
border: 2px solid white;
padding: 17px;
}
.respuesta{
border-radius: 20px;
background-color: white;
color: black;
width: 90%;
margin-left: 5%;
border: 2px solid white;
padding: 17px;
margin-bottom: 10px;
}
/* ANIMATE (https://daneden.github.io/animate.css/ -- https://github.com/daneden/animate.css/blob/master/LICENSE)*/
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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;
}
@media (print), (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
} | style.css | @import url('https://fonts.googleapis.com/css?family=Montserrat:800');
/* GENERICOS */
body{
background-color: black;
color: white;
font-family: 'Montserrat', sans-serif;
}
h1{
font-size: 3em;
}
h2{
font-size: 1.5em;
}
.oculto{
display: none;
}
.btn1{
width: 90%;
margin-left: 5%;
margin-top: 10px;
padding: 10px;
border-radius: 10px;
background-color: black;
color: white;
border: 2px solid white;
}
.input1{
width: 90%;
height: 60px;
margin-left: 5%;
text-align: center;
font-size: 1.5em;
margin-bottom: 20px;
}
.bottom{
bottom: 20px;
position: absolute;
left: 1px;
}
.tituloTop{
border-bottom: 2px solid white;
width: 100%;
padding-bottom: 10px;
}
/* PANTALLAS */
/* inicio-app */
#inicio-app{
margin: 10px;
}
#formularioInicio{
text-align: center;
margin-top: 60px;
}
/* crear-jugadores */
#crear-jugadores{
width: 100%;
}
/*Cartas*/
.cartaZarDiv{
border-radius: 20px;
background-color: black;
color: white;
height: 63vh;
width: 79%;
margin-left: 5%;
border: 2px solid white;
padding: 17px;
}
.respuesta{
border-radius: 20px;
background-color: white;
color: black;
width: 90%;
margin-left: 5%;
border: 2px solid white;
padding: 17px;
margin-bottom: 10px;
}
/* ANIMATE (https://daneden.github.io/animate.css/ -- https://github.com/daneden/animate.css/blob/master/LICENSE)*/
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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;
}
@media (print), (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
} | 0.444324 | 0.060418 |
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
/* font-family: 'Poppins', sans-serif; */
/* CSS 변수 설정하기 */
:root {
--header-height: 3rem;
--nav-width: 324px;
/* font */
--font-medium: 500;
--font-semi-bold: 600;
--font-bold: 700;
/* color */
--first-color: #009FFF;
--first-color-dark: #0066a3;
--first-color-darken: #ec2F4B;
--first-color-light: #eae7e6;
--first-color-lighten: #fffafa;
--text-color: #2d3a42;
/* font , typography */
--body-font: 'Poppins', sans-serif;
--h1-font-size: 1.5rem;
--h2-font-size: 1.25rem;
--h3-font-size: 1rem;
--normal-font-size: 0.938rem;
--small-font-size: 0.813rem;
--smaller-font-size: 0.75rem;
/* margin */
--mb-1: 0.5rem;
--mb-2: 1rem;
--mb-3: 1.5rem;
--mb-4: 2rem;
--mb-5: 2.5rem;
/* z-index */
--z-fixed: 100;
}
@media screen and (min-width: 768px) {
:root {
--h1-font-size: 2.25rem;
--h2-font-size: 1.5rem;
--h3-font-size: 1.25rem;
--normal-font-size: 1rem;
--small-font-size: 0.875rem;
--smaller-font-size: 0.813rem;
}
}
body {
margin: var(--header-height) 0 0 0;
font-family: var(--body-font);
font-size: var(--normal-font-size);
font-weight: var(--font-medium);
background-color: var(--first-color-lighten);
color: var(--text-color);
line-height: 1.6;
}
h3 { font-weight: var(--font-semi-bold); }
a { color: var(--text-color); }
/* class */
/* section */
.section { padding: 4rem 1rem 2rem; }
.section-title {
font-size: var(--h1-font-size);
color: var(--first-color);
margin-bottom: var(--mb-3);
text-align: center;
}
.section-subtitle {
display: block;
font-size: var(--small-font-size);
color: var(--first-color-darken);
text-align: center;
font-weight: var(--font-bold);
margin-bottom: 0.25rem;
}
/* layout */
.bg-grid {
display: grid;
grid-template-columns: 100%;
column-gap: 2rem;
max-width: 1024px;
width: calc(100% - 2rem);
margin-left: var(--mb-2);
margin-right: var(--mb-2);
}
.l-header {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: var(--z-fixed);
background-color: var(--first-color-lighten);
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* nav */
.nav {
display: flex;
justify-content: space-between;
align-items: center;
height: var(--header-height);
}
.nav__menu {
position: fixed;
top: 0;
left: -100%;
width: 90%;
height: 100vh;
padding: 3rem;
display: flex;
align-items: center;
background-color: var(--first-color);
transition: 0.5s;
}
.show { left: 0; }
.nav__close {
position: absolute;
top: 1rem;
right: 1rem;
font-size: 2rem;
color: var(--first-color-dark);
cursor: pointer;
}
.nav__item {
margin-bottom: var(--mb-4);
}
.nav__link {
font-size: 1rem;
color: var(--first-color-light);
font-weight: var(--font-bold);
transition: 0.3s;
}
.nav__link:hover {
color: var(--text-color);
}
.nav__toggle {
color: var(--first-color-dark);
font-size: 1.3rem;
cursor: pointer;
}
.active { color: var(--text-color); }
/* home */
.home__container {
height: calc(100vh - var(--header-height));
align-items: center;
}
.home__data {
display: flex;
flex-direction: column;
align-items: center;
height: max-content;
text-align: center;
}
.home__img {
width: 320px;
height: 320px;
/* overflow: hidden; */
margin-bottom: var(--mb-2);
position: relative;
transform-style: preserve-3d;
perspective: 300px;
}
.home__img .title-text {
position: absolute;
width: 100%;
height: 100%;
top: 0;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transform-style: preserve-3d;
backface-visibility: hidden;
background-color: var(--first-color);
color: var(--first-color-lighten);
transition: 1s;
/* overflow: hidden; */
cursor: pointer;
animation: move 1s infinite;
padding: 2rem;
}
@keyframes move {
0% {top: 0%;}
50% {top: 5%;}
100% {top: 0%;}
}
.home__img:hover .title-text.front {
transform: rotateY(180deg);
}
.home__img .title-text.back {
transform: rotateY(180deg);
background-color: rgba(0, 102, 163, 0.7);
}
.home__img:hover .title-text.back {
transform: rotateY(360deg);
}
.home__title {
font-size: var(--h1-font-size);
color: var(--first-color);
font-weight: var(--font-semi-bold);
}
.home__profession {
font-size: var(--small-font-size);
color: var(--first-color-dark);
margin-bottom: var(--mb-5);
}
.home__social {
margin-bottom: 5rem;
}
.home__social-link {
display: inline-flex;
align-items: center;
background-color: var(--first-color);
color: var(--first-color-lighten);
font-size: 1.25rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
padding: 1rem;
margin: 0 var(--mb-1);
transition: 0.3s;
}
.home__social-link .bx {
margin-right: 0.5rem;
}
.home__social-link:hover {
background-color: var(--first-color-dark);
}
/* about */
.about__container {
row-gap: 2rem;
}
.about__data {
text-align: center;
border: 2px solid var(--first-color);
}
.about__description {
/* margin-bottom: var(--mb-4); */
margin-bottom: var(--mb-5);
padding: 2rem;
padding-bottom: 0;
}
.about__information-title {
font-size: var(--h3-font-size);
color: var(--first-color-dark);
margin-bottom: var(--mb-2);
}
.about__information-data {
display: flex;
align-items: center;
padding-left: 1.5rem;
margin-bottom: var(--mb-3);
}
.about__information-icon {
font-size: 1.5rem;
color: var(--first-color);
margin-right: var(--mb-4);
}
/* skills */
.skills__container {
row-gap: 2rem;
}
.skills__content {
padding: 2rem;
}
.skills__subtitle {
font-size: var(--h3-font-size);
color: var(--first-color-dark);
margin-bottom: var(--mb-2);
}
.skills__data {
position: relative;
display: flex;
justify-content: space-between;
margin: 0 var(--mb-2);
margin-bottom: var(--mb-4);
}
.skills__name {
text-transform: uppercase;
}
.skills__bar {
position: absolute;
bottom: -0.75rem;
height: 0.25rem;
background-color: var(--first-color);
}
.skills__html { width: 95%; }
.skills__css { width: 90%; }
.skills__js { width: 80%; }
.skills__jq { width: 85%; }
.skills__jsp { width: 50%; }
.skills__react { width: 50%; }
.skills__git { width: 100%; }
/* education */
.education__container {
row-gap: 2rem;
}
.education__content {
display: grid;
grid-template-columns: 1fr max-content 1fr;
}
.education__year, .education__race {
font-size: var(--h3-font-size);
margin-bottom: 0.25rem;
}
.education__school, .education__specialty {
display: block;
font-size: var(--smaller-font-size);
}
.education__year, .education__school {
text-align: right;
}
.education__time {
padding: 0 1rem;
justify-self: center;
}
.education__rounder {
position: relative;
display: inline-block;
width: 12px;
height: 12px;
background-color: var(--first-color);
border-radius: 50%;
}
.education__rounder::before {
content: '';
position: absolute;
transform: translate(-4px, -4px);
width: 20px;
height: 20px;
border: 1px solid var(--first-color);
border-radius: 50%;
}
.education__line {
display: block;
height: 90%;
width: 2px;
background-color: var(--first-color);
transform: translate(5px, -4px);
}
/* project */
.project__container {
justify-items: center;
row-gap: 2rem;
}
.project__content {
overflow: hidden;
border: 2px solid var(--first-color);
border-radius: 0.5rem;
position: relative;
}
.project__data {
position: absolute;
top: -100%;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: rgba(236, 47, 75, 0.7);
border-radius: 0.5rem;
transition: 0.3s;
overflow: hidden;
}
.project__title {
color: var(--first-color-lighten);
font-size: var(--h2-font-size);
}
.project__description {
color: var(--first-color-lighten);
font-size: 0.7rem;
text-align: center;
}
.add__description {
color: var(--first-color-lighten);
font-size: 0.5rem;
text-align: center;
}
.project__content:hover .project__data {
top: 0;
}
/* footer */
.footer {
background-color: var(--first-color);
color: var(--first-color-lighten);
text-align: center;
}
.footer__title {
font-size: var(--h1-font-size);
margin-bottom: var(--mb-2);
}
.footer__social {
margin-bottom: 3rem;
}
.footer__link {
display: inline-flex;
background-color: var(--first-color-lighten);
color: var(--first-color);
font-size: 1.1rem;
border-radius: 50%;
padding: 0.4rem;
margin: 0 var(--mb-1);
transition: 0.3s;
}
.footer__link:hover {
background-color: var(--first-color-darken);
color: var(--first-color-lighten);
}
/* 반응형 */
@media screen and (min-width: 768px) {
.nav__menu {
width: var(--nav-width);
}
.about__container {
display: grid;
gap: 1rem;
grid-template-columns: repeat(2,1fr);
}
.about__data {
text-align: initial;
}
.about__description {
margin-bottom: var(--mb-5);
}
.about__img {
width: 220px;
}
.about__information {
padding-left: 4rem;
}
.skills__content {
padding: 4rem;
}
.education__time {
padding: 0 2rem;
}
.project__description {
color: var(--first-color-lighten);
font-size: 1rem;
text-align: center;
}
.add__description {
color: var(--first-color-lighten);
font-size: 0.8rem;
text-align: center;
}
.footer {
background: none;
}
.footer__container {
background-color: var(--first-color);
padding: 3rem 0;
border-radius: 0.5rem;
}
}
/* 반응형 */
@media screen and (min-width: 850px) {
.project__container {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (min-width: 1024px) {
body {
margin: 0;
padding-left: var(--nav-width);
}
.l-header {
width: 0;
}
.nav__toggle, .nav__logo, .nav__close {
display: none;
}
.nav__menu {
left: 0;
}
.home__container {
height: 100vh;
}
.section {
padding: 3rem 1rem 2rem;
}
.bg-grid {
margin-left: auto;
margin-right: auto;
}
.project__container {
grid-template-columns: repeat(2, 1fr);
}
.skills__content {
padding: 5rem 15rem;
}
} | css/style.css | @charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
/* font-family: 'Poppins', sans-serif; */
/* CSS 변수 설정하기 */
:root {
--header-height: 3rem;
--nav-width: 324px;
/* font */
--font-medium: 500;
--font-semi-bold: 600;
--font-bold: 700;
/* color */
--first-color: #009FFF;
--first-color-dark: #0066a3;
--first-color-darken: #ec2F4B;
--first-color-light: #eae7e6;
--first-color-lighten: #fffafa;
--text-color: #2d3a42;
/* font , typography */
--body-font: 'Poppins', sans-serif;
--h1-font-size: 1.5rem;
--h2-font-size: 1.25rem;
--h3-font-size: 1rem;
--normal-font-size: 0.938rem;
--small-font-size: 0.813rem;
--smaller-font-size: 0.75rem;
/* margin */
--mb-1: 0.5rem;
--mb-2: 1rem;
--mb-3: 1.5rem;
--mb-4: 2rem;
--mb-5: 2.5rem;
/* z-index */
--z-fixed: 100;
}
@media screen and (min-width: 768px) {
:root {
--h1-font-size: 2.25rem;
--h2-font-size: 1.5rem;
--h3-font-size: 1.25rem;
--normal-font-size: 1rem;
--small-font-size: 0.875rem;
--smaller-font-size: 0.813rem;
}
}
body {
margin: var(--header-height) 0 0 0;
font-family: var(--body-font);
font-size: var(--normal-font-size);
font-weight: var(--font-medium);
background-color: var(--first-color-lighten);
color: var(--text-color);
line-height: 1.6;
}
h3 { font-weight: var(--font-semi-bold); }
a { color: var(--text-color); }
/* class */
/* section */
.section { padding: 4rem 1rem 2rem; }
.section-title {
font-size: var(--h1-font-size);
color: var(--first-color);
margin-bottom: var(--mb-3);
text-align: center;
}
.section-subtitle {
display: block;
font-size: var(--small-font-size);
color: var(--first-color-darken);
text-align: center;
font-weight: var(--font-bold);
margin-bottom: 0.25rem;
}
/* layout */
.bg-grid {
display: grid;
grid-template-columns: 100%;
column-gap: 2rem;
max-width: 1024px;
width: calc(100% - 2rem);
margin-left: var(--mb-2);
margin-right: var(--mb-2);
}
.l-header {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: var(--z-fixed);
background-color: var(--first-color-lighten);
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* nav */
.nav {
display: flex;
justify-content: space-between;
align-items: center;
height: var(--header-height);
}
.nav__menu {
position: fixed;
top: 0;
left: -100%;
width: 90%;
height: 100vh;
padding: 3rem;
display: flex;
align-items: center;
background-color: var(--first-color);
transition: 0.5s;
}
.show { left: 0; }
.nav__close {
position: absolute;
top: 1rem;
right: 1rem;
font-size: 2rem;
color: var(--first-color-dark);
cursor: pointer;
}
.nav__item {
margin-bottom: var(--mb-4);
}
.nav__link {
font-size: 1rem;
color: var(--first-color-light);
font-weight: var(--font-bold);
transition: 0.3s;
}
.nav__link:hover {
color: var(--text-color);
}
.nav__toggle {
color: var(--first-color-dark);
font-size: 1.3rem;
cursor: pointer;
}
.active { color: var(--text-color); }
/* home */
.home__container {
height: calc(100vh - var(--header-height));
align-items: center;
}
.home__data {
display: flex;
flex-direction: column;
align-items: center;
height: max-content;
text-align: center;
}
.home__img {
width: 320px;
height: 320px;
/* overflow: hidden; */
margin-bottom: var(--mb-2);
position: relative;
transform-style: preserve-3d;
perspective: 300px;
}
.home__img .title-text {
position: absolute;
width: 100%;
height: 100%;
top: 0;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transform-style: preserve-3d;
backface-visibility: hidden;
background-color: var(--first-color);
color: var(--first-color-lighten);
transition: 1s;
/* overflow: hidden; */
cursor: pointer;
animation: move 1s infinite;
padding: 2rem;
}
@keyframes move {
0% {top: 0%;}
50% {top: 5%;}
100% {top: 0%;}
}
.home__img:hover .title-text.front {
transform: rotateY(180deg);
}
.home__img .title-text.back {
transform: rotateY(180deg);
background-color: rgba(0, 102, 163, 0.7);
}
.home__img:hover .title-text.back {
transform: rotateY(360deg);
}
.home__title {
font-size: var(--h1-font-size);
color: var(--first-color);
font-weight: var(--font-semi-bold);
}
.home__profession {
font-size: var(--small-font-size);
color: var(--first-color-dark);
margin-bottom: var(--mb-5);
}
.home__social {
margin-bottom: 5rem;
}
.home__social-link {
display: inline-flex;
align-items: center;
background-color: var(--first-color);
color: var(--first-color-lighten);
font-size: 1.25rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
padding: 1rem;
margin: 0 var(--mb-1);
transition: 0.3s;
}
.home__social-link .bx {
margin-right: 0.5rem;
}
.home__social-link:hover {
background-color: var(--first-color-dark);
}
/* about */
.about__container {
row-gap: 2rem;
}
.about__data {
text-align: center;
border: 2px solid var(--first-color);
}
.about__description {
/* margin-bottom: var(--mb-4); */
margin-bottom: var(--mb-5);
padding: 2rem;
padding-bottom: 0;
}
.about__information-title {
font-size: var(--h3-font-size);
color: var(--first-color-dark);
margin-bottom: var(--mb-2);
}
.about__information-data {
display: flex;
align-items: center;
padding-left: 1.5rem;
margin-bottom: var(--mb-3);
}
.about__information-icon {
font-size: 1.5rem;
color: var(--first-color);
margin-right: var(--mb-4);
}
/* skills */
.skills__container {
row-gap: 2rem;
}
.skills__content {
padding: 2rem;
}
.skills__subtitle {
font-size: var(--h3-font-size);
color: var(--first-color-dark);
margin-bottom: var(--mb-2);
}
.skills__data {
position: relative;
display: flex;
justify-content: space-between;
margin: 0 var(--mb-2);
margin-bottom: var(--mb-4);
}
.skills__name {
text-transform: uppercase;
}
.skills__bar {
position: absolute;
bottom: -0.75rem;
height: 0.25rem;
background-color: var(--first-color);
}
.skills__html { width: 95%; }
.skills__css { width: 90%; }
.skills__js { width: 80%; }
.skills__jq { width: 85%; }
.skills__jsp { width: 50%; }
.skills__react { width: 50%; }
.skills__git { width: 100%; }
/* education */
.education__container {
row-gap: 2rem;
}
.education__content {
display: grid;
grid-template-columns: 1fr max-content 1fr;
}
.education__year, .education__race {
font-size: var(--h3-font-size);
margin-bottom: 0.25rem;
}
.education__school, .education__specialty {
display: block;
font-size: var(--smaller-font-size);
}
.education__year, .education__school {
text-align: right;
}
.education__time {
padding: 0 1rem;
justify-self: center;
}
.education__rounder {
position: relative;
display: inline-block;
width: 12px;
height: 12px;
background-color: var(--first-color);
border-radius: 50%;
}
.education__rounder::before {
content: '';
position: absolute;
transform: translate(-4px, -4px);
width: 20px;
height: 20px;
border: 1px solid var(--first-color);
border-radius: 50%;
}
.education__line {
display: block;
height: 90%;
width: 2px;
background-color: var(--first-color);
transform: translate(5px, -4px);
}
/* project */
.project__container {
justify-items: center;
row-gap: 2rem;
}
.project__content {
overflow: hidden;
border: 2px solid var(--first-color);
border-radius: 0.5rem;
position: relative;
}
.project__data {
position: absolute;
top: -100%;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: rgba(236, 47, 75, 0.7);
border-radius: 0.5rem;
transition: 0.3s;
overflow: hidden;
}
.project__title {
color: var(--first-color-lighten);
font-size: var(--h2-font-size);
}
.project__description {
color: var(--first-color-lighten);
font-size: 0.7rem;
text-align: center;
}
.add__description {
color: var(--first-color-lighten);
font-size: 0.5rem;
text-align: center;
}
.project__content:hover .project__data {
top: 0;
}
/* footer */
.footer {
background-color: var(--first-color);
color: var(--first-color-lighten);
text-align: center;
}
.footer__title {
font-size: var(--h1-font-size);
margin-bottom: var(--mb-2);
}
.footer__social {
margin-bottom: 3rem;
}
.footer__link {
display: inline-flex;
background-color: var(--first-color-lighten);
color: var(--first-color);
font-size: 1.1rem;
border-radius: 50%;
padding: 0.4rem;
margin: 0 var(--mb-1);
transition: 0.3s;
}
.footer__link:hover {
background-color: var(--first-color-darken);
color: var(--first-color-lighten);
}
/* 반응형 */
@media screen and (min-width: 768px) {
.nav__menu {
width: var(--nav-width);
}
.about__container {
display: grid;
gap: 1rem;
grid-template-columns: repeat(2,1fr);
}
.about__data {
text-align: initial;
}
.about__description {
margin-bottom: var(--mb-5);
}
.about__img {
width: 220px;
}
.about__information {
padding-left: 4rem;
}
.skills__content {
padding: 4rem;
}
.education__time {
padding: 0 2rem;
}
.project__description {
color: var(--first-color-lighten);
font-size: 1rem;
text-align: center;
}
.add__description {
color: var(--first-color-lighten);
font-size: 0.8rem;
text-align: center;
}
.footer {
background: none;
}
.footer__container {
background-color: var(--first-color);
padding: 3rem 0;
border-radius: 0.5rem;
}
}
/* 반응형 */
@media screen and (min-width: 850px) {
.project__container {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (min-width: 1024px) {
body {
margin: 0;
padding-left: var(--nav-width);
}
.l-header {
width: 0;
}
.nav__toggle, .nav__logo, .nav__close {
display: none;
}
.nav__menu {
left: 0;
}
.home__container {
height: 100vh;
}
.section {
padding: 3rem 1rem 2rem;
}
.bg-grid {
margin-left: auto;
margin-right: auto;
}
.project__container {
grid-template-columns: repeat(2, 1fr);
}
.skills__content {
padding: 5rem 15rem;
}
} | 0.462716 | 0.06486 |
.module-version {
color: #ea7601;
}
.amasty-info-block .module-version.last-version {
color: green;
}
.upgrade-error {
display: inline-block;
}
.amasty-conflicts-title,
.version-title,
.module-version {
letter-spacing: .025em;
font-weight: 600;
font-size: 1.7rem;
}
.amasty-conflicts-title {
margin: 25px 0 10px;
}
.amasty-module-version div:first-child {
margin-bottom: 10px;
}
.amasty-info-block span.message {
display: inline-block;
}
.amasty-info-block .message.success {
background-color: #e9fbdb;
}
a[id*='amasty_information'] {
display: none !important;
}
.amasty-module-version .amasty-logo {
position: relative;
bottom: -9px;
display: inline-block;
max-height: 26px;
}
tr[id*='amasty_not_instaled'] .value {
color: #f70606;
}
tr[id*='amasty_is_instaled'] .value {
color: #0a820b;
}
.ambase-unsubscribe .message-success:before {
display: none;
}
.ambase-unsubscribe img {
margin-right: 10px;
max-width: 20px;
}
.ambase-unsubscribe .message-success {
padding: 1.8rem 4rem 1.8rem 2rem;
}
.ambase-unsubscribe .message-success span {
vertical-align: top;
}
.accordion .config td.value.with-tooltip {
font-size: inherit;
}
.accordion .config .value.with-tooltip div.tooltip {
margin-top: 10px;
}
.accordion .config .value.with-tooltip div.tooltip .tooltip-content {
max-width: 400px;
width: 400px;
}
.value.with-tooltip .select,
.value.with-tooltip .admin__control-table {
float: left;
}
.accordion .form-inline .config .value {
padding-right: 4rem;
}
.ambase-search-container {
padding: 25px;
background-color: #f1f1f1;
background-image: url(data:image/svg+xml;base64,<KEY>);
background-position: calc(100% - 20px) center;
background-size: 100px;
background-repeat: no-repeat;
font-size: 0;
}
.ambase-search-container .ambase-title {
color: #000;
font-weight: bold;
font-size: 20px;
}
.ambase-search-container .ambase-wrapper {
display: flex;
align-items: flex-end;
width: calc(((100% + 40px) * .77) - 40px - 15px); /*calc width by field label and input width*/
}
.ambase-search-container .ambase-input {
flex: auto;
margin-top: 25px;
border: 1px solid #c2c2c2;
border-right: 0;
}
.ambase-search-container .ambase-button {
margin: 0;
padding: 6px 50px;
border: 1px solid #1787e0;
background: #1787e0;
color: #fff;
} | app/code/Amasty/Base/view/adminhtml/web/css/config.css |
.module-version {
color: #ea7601;
}
.amasty-info-block .module-version.last-version {
color: green;
}
.upgrade-error {
display: inline-block;
}
.amasty-conflicts-title,
.version-title,
.module-version {
letter-spacing: .025em;
font-weight: 600;
font-size: 1.7rem;
}
.amasty-conflicts-title {
margin: 25px 0 10px;
}
.amasty-module-version div:first-child {
margin-bottom: 10px;
}
.amasty-info-block span.message {
display: inline-block;
}
.amasty-info-block .message.success {
background-color: #e9fbdb;
}
a[id*='amasty_information'] {
display: none !important;
}
.amasty-module-version .amasty-logo {
position: relative;
bottom: -9px;
display: inline-block;
max-height: 26px;
}
tr[id*='amasty_not_instaled'] .value {
color: #f70606;
}
tr[id*='amasty_is_instaled'] .value {
color: #0a820b;
}
.ambase-unsubscribe .message-success:before {
display: none;
}
.ambase-unsubscribe img {
margin-right: 10px;
max-width: 20px;
}
.ambase-unsubscribe .message-success {
padding: 1.8rem 4rem 1.8rem 2rem;
}
.ambase-unsubscribe .message-success span {
vertical-align: top;
}
.accordion .config td.value.with-tooltip {
font-size: inherit;
}
.accordion .config .value.with-tooltip div.tooltip {
margin-top: 10px;
}
.accordion .config .value.with-tooltip div.tooltip .tooltip-content {
max-width: 400px;
width: 400px;
}
.value.with-tooltip .select,
.value.with-tooltip .admin__control-table {
float: left;
}
.accordion .form-inline .config .value {
padding-right: 4rem;
}
.ambase-search-container {
padding: 25px;
background-color: #f1f1f1;
background-image: url(data:image/svg+xml;base64,<KEY>);
background-position: calc(100% - 20px) center;
background-size: 100px;
background-repeat: no-repeat;
font-size: 0;
}
.ambase-search-container .ambase-title {
color: #000;
font-weight: bold;
font-size: 20px;
}
.ambase-search-container .ambase-wrapper {
display: flex;
align-items: flex-end;
width: calc(((100% + 40px) * .77) - 40px - 15px); /*calc width by field label and input width*/
}
.ambase-search-container .ambase-input {
flex: auto;
margin-top: 25px;
border: 1px solid #c2c2c2;
border-right: 0;
}
.ambase-search-container .ambase-button {
margin: 0;
padding: 6px 50px;
border: 1px solid #1787e0;
background: #1787e0;
color: #fff;
} | 0.40592 | 0.153011 |
.faq-section {
background: #fafafa;
}
.faq-section.faq-white-section {
background: #fff;
}
.faq-section .faq-root {
padding: var(--ptb-80) var(--plr-42);
margin: 0;
position: relative;
}
.faq-section .faq-root .accordion-flush {
margin: 0 0 50px 0;
}
.faq-section .faq-root .accordion-flush .accordion-item {
background-color: transparent;
border-bottom: 0 solid #dedede;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button {
border-radius: 0;
min-height: 100px;
padding: 20px 20px 20px 90px;
color: #181818;
font-size: 22px;
line-height: 1.5;
border-bottom: 1px solid #dedede;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button::after {
position: absolute;
left: 35px;
width: 1.5rem;
height: 1.5rem;
background-position: center;
background-size: contain;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='+' fill='%23ED5C37' fill-rule='nonzero' points='14.0705882 24 14.0705882 13.9764706 24 13.9764706 24 10.0705882 14.0705882 10.0705882 14.0705882 0 9.88235294 0 9.88235294 10.0705882 0 10.0705882 0 13.9764706 9.88235294 13.9764706 9.88235294 24'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
background-position: center;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='4px' viewBox='0 0 24 4' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='+' fill='%23ED5C37' fill-rule='nonzero' points='14.0705882 4 24 4 24 3.55271368e-15 14.0705882 3.55271368e-15 9.88235294 3.55271368e-15 0 3.55271368e-15 0 4 9.88235294 4'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body {
padding: 20px 20px 20px 90px;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body .content-div p {
color: #727272;
font-size: 22px;
}
.faq-section .faq-root .button-center-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.faq-section .faq-root .button-center-div .btn.btn-link-big {
font-size: 28px;
color: #ed5c37;
font-weight: 600;
line-height: 1.5;
text-decoration: underline;
padding: 0;
outline: none;
border: none;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.faq-section .faq-root .button-center-div .btn.btn-link-big:hover {
color: #181818;
}
@media (max-width: 767px) {
.faq-section .faq-root .accordion-flush {
margin: 0 0 30px 0;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button {
min-height: 80px;
padding: 15px 15px 15px 40px;
font-size: 16px;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button::after {
left: 0;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body {
padding: 15px 15px 15px 40px;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body .content-div p {
font-size: 16px;
}
.faq-section .faq-root .button-center-div .btn.btn-link-big {
font-size: 18px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.faq-section .faq-root .accordion-flush {
margin: 0 0 30px 0;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button {
min-height: 80px;
padding: 15px 15px 15px 40px;
font-size: 18px;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button::after {
left: 0;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body {
padding: 15px 15px 15px 40px;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body .content-div p {
font-size: 16px;
}
.faq-section .faq-root .button-center-div .btn.btn-link-big {
font-size: 18px;
}
}
.contact-dev-section {
background: #ed5b38 url(../images/banner/conatct-us-shape.jpg) center;
background-size: 1400px;
background-repeat: no-repeat;
}
.contact-dev-section .contact-dev-root {
padding: var(--ptb-100) var(--plr-42);
margin: 0;
position: relative;
}
.contact-dev-section .header-common-center-div {
margin: 0;
}
.contact-dev-section .header-common-center-div .title-div h4 {
font-size: 30px;
color: #fff;
text-align: center;
margin: 0 0 10px 0;
}
.contact-dev-section .header-common-center-div .title-div h2 {
max-width: 750px;
margin: 0 auto 30px auto;
}
.contact-dev-section .header-common-center-div .banner-btn-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.contact-dev-section .header-common-center-div .banner-btn-div .btn.btn-custom-white {
min-width: 280px;
font-weight: 600;
}
@media (max-width: 767px) {
.contact-dev-section .header-common-center-div .title-div h4 {
font-size: 18px;
}
.contact-dev-section .header-common-center-div .banner-btn-div .btn.btn-custom-white {
min-width: 250px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.contact-dev-section .header-common-center-div .title-div h4 {
font-size: 22px;
}
}
@-webkit-keyframes left-slider-effect-anime {
0% {
-webkit-transform: translateX(-50px) scale(0);
transform: translateX(-50px) scale(0);
-webkit-transform-origin: left;
transform-origin: left;
opacity: 0;
}
100% {
-webkit-transform: translateX(0) scale(1);
transform: translateX(0) scale(1);
opacity: 1;
}
}
@keyframes left-slider-effect-anime {
0% {
-webkit-transform: translateX(-50px) scale(0);
transform: translateX(-50px) scale(0);
-webkit-transform-origin: left;
transform-origin: left;
opacity: 0;
}
100% {
-webkit-transform: translateX(0) scale(1);
transform: translateX(0) scale(1);
opacity: 1;
}
}
.about-main-banner-section {
padding: 0;
margin: 0;
position: relative;
min-height: 100vh;
}
.about-main-banner-section .about-main-banner-div {
padding: 0;
margin: 0;
position: relative;
}
.about-main-banner-section .overlay-banner-div {
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: 100%;
}
.about-main-banner-section .overlay-banner-div .object-fit {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.about-main-banner-section .about-main-banner-root {
padding: var(--ptb-80) var(--plr-42);
min-height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
.about-main-banner-section .about-main-banner-root .inner-banner-inner {
width: 100%;
max-width: 1200px;
}
.about-main-banner-section .about-main-banner-root .content-div {
position: relative;
padding: 40px 0 0 0;
-webkit-animation-name: left-slider-effect-anime;
animation-name: left-slider-effect-anime;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.about-main-banner-section .about-main-banner-root .content-div::before {
content: "";
width: 105px;
height: 2px;
background-color: #ed5c37;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.about-main-banner-section .about-main-banner-root .content-div h1 {
font-weight: 600;
font-size: 52px;
line-height: 1.5;
color: #fff;
letter-spacing: 0;
margin: 0 0 16px 0;
}
.about-main-banner-section .about-main-banner-root .content-div .desc-div {
margin: 0 0 30px 0;
}
.about-main-banner-section .about-main-banner-root .content-div p {
font-weight: 400;
font-size: 18px;
color: #fff;
letter-spacing: 0;
line-height: 1.6;
max-width: 530px;
margin: 0 0 20px 0;
}
.about-main-banner-section .about-main-banner-root .content-div .banner-btn-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.header-common-left-div h5,
.header-common-left-div h6 {
font-weight: 500;
font-size: 16px;
line-height: 1.5;
color: #ed5c37;
letter-spacing: 0;
margin: 0 0 10px 0;
}
.header-common-left-div h2 {
font-weight: 600;
font-size: 42px;
line-height: 1.5;
color: #181818;
letter-spacing: 0;
margin: 0 0 24px 0;
}
.header-common-center-div {
margin: 0 0 50px 0;
}
.header-common-center-div h5,
.header-common-center-div h6 {
font-weight: 500;
font-size: 16px;
line-height: 1.5;
color: #ed5c37;
letter-spacing: 0;
text-align: center;
margin: 0 0 10px 0;
}
.header-common-center-div h2 {
font-weight: 600;
font-size: 42px;
line-height: 1.5;
color: #181818;
letter-spacing: 0;
text-align: center;
margin: 0 0 24px 0;
}
.header-common-center-div h3 {
font-weight: 600;
font-size: 32px;
line-height: 1.5;
color: #181818;
letter-spacing: 0;
text-align: center;
margin: 0 0 10px 0;
}
.header-common-center-div p {
margin: 0 auto;
text-align: center;
}
.header-common-center02-div h5,
.header-common-center02-div h6 {
color: #ffe367;
}
.header-common-center02-div h2 {
color: #fff;
}
.header-common-center02-div h3 {
color: #fff;
}
.header-common-center02-div p {
color: #fff;
}
.dream-project-section {
background: #ed5b38;
}
.dream-project-section .dream-project-root {
padding: var(--ptb-60) var(--plr-42);
margin: 0;
position: relative;
}
.dream-project-section .center-1024 {
max-width: 1024px;
margin: 0 auto;
}
.dream-project-section .header-common-left-div {
padding: 10px 0;
margin: 0;
}
.dream-project-section .header-common-left-div .title-div h2 {
max-width: 565px;
font-size: 44px;
color: #fff;
margin: 0 0 30px 0;
}
.dream-project-section .header-common-left-div .banner-btn-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.dream-project-section .header-common-left-div .banner-btn-div .btn.btn-custom-white {
min-width: 280px;
font-weight: 600;
}
.dream-project-section .image-thumb-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.dream-project-section .image-thumb-div .img-fluid.img-disc {
width: 100%;
}
.meet-our-leader-section {
background: #fafafa;
}
.meet-our-leader-section .meet-our-leader-root {
padding: var(--ptb-80) var(--plr-42);
margin: 0;
position: relative;
}
.meet-our-leader-section .meet-our-leader-root .header-common-center-div {
margin-bottom: var(--pb-60);
}
.meet-our-leader-section .meet-our-leader-root .header-common-center-div .desc-div {
max-width: 800px;
margin: 0 auto;
}
.meet-our-leader-section .meet-our-leader-root .center-1200 {
max-width: 1200px;
margin: 0 auto;
}
.meet-our-leader-section .meet-our-leader-root .mlr-30 {
margin-left: -30px;
margin-right: -30px;
}
.meet-our-leader-section .meet-our-leader-root .plr-30 {
padding-left: 30px;
padding-right: 30px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div {
margin: 0;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 420px;
overflow: hidden;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-team {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
-webkit-transform: scale(1);
transform: scale(1);
height: 420px;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div {
padding: 24px 12px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h5,
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h6 {
font-weight: 600;
font-size: 18px;
color: #ed5c37;
letter-spacing: 0;
text-align: center;
line-height: 1.5;
font-style: italic;
margin: 0 0 5px 0;
display: block;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h4 {
font-weight: 600;
font-size: 24px;
color: #222;
letter-spacing: 0;
text-align: center;
display: block;
text-transform: uppercase;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div:hover .meet-our-leader-bx-inner .thumb-div .img-team {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
@-webkit-keyframes custom-anime01 {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes custom-anime01 {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.our-vmv-section {
background: #fafafa;
}
.our-vmv-section .our-vmv-root {
padding: var(--ptb-80) var(--plr-42);
margin: 0;
position: relative;
}
.our-vmv-section .our-vmv-root .header-common-center-div {
padding-bottom: var(--pb-60);
margin-bottom: var(--pb-60);
border-bottom: 1px solid #cacaca;
}
.our-vmv-section .our-vmv-root .header-common-center-div .desc-div {
max-width: 800px;
margin: 0 auto;
}
.our-vmv-section .our-vmv-root .center-1200 {
max-width: 1000px;
margin: 0 auto;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root {
padding: 0;
margin: 0;
position: relative;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-prev::before {
content: "\e408";
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-next::before {
content: "\e409";
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-prev,
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-next {
color: #a4a4a4;
width: 56px;
height: 56px;
background: #fafafa;
z-index: 1;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-prev::before,
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-next::before {
font-family: "Material Icons Outlined";
font-weight: 400;
font-style: normal;
font-size: 48px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
color: inherit;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-for .slider-content-items {
width: 50%;
margin: 20px auto;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav {
margin: 0 0 20px 0;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav.slick-initialized .slick-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items {
position: relative;
min-height: 182px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div {
border: 5px solid #2226;
height: 120px;
width: 120px;
border-radius: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 10px;
margin: 0 auto;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div h2 {
font-weight: 600;
font-size: 24px;
line-height: 1.5;
color: #a4a4a4;
letter-spacing: 0;
text-align: center;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active {
opacity: 1;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div {
height: 182px;
width: 182px;
border-color: #ed5c37;
background: #ed5c37;
color: #fff;
-webkit-animation-name: custom-anime01;
animation-name: custom-anime01;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-transition: none;
transition: none;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div h2 {
font-size: 44px;
color: #fff;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div {
padding: 0;
margin: 0;
position: relative;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div h3 {
font-weight: 600;
font-size: 24px;
line-height: 1.5;
color: #222;
letter-spacing: 0;
text-align: center;
margin: 0 0 15px 0;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div .desc-div {
max-width: 800px;
margin: 0 auto;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div p {
font-weight: 400;
font-size: 18px;
color: #222;
letter-spacing: 0;
text-align: center;
line-height: 1.7;
margin: 0 0 15px 0;
}
@-webkit-keyframes kenburns-top {
0% {
-webkit-transform: scale(1) translateY(0) translateX(0);
transform: scale(1) translateY(0) translateX(0);
-webkit-transform-origin: 50% 16%;
transform-origin: 50% 16%;
}
100% {
-webkit-transform: scale(1.12) translateY(-15px) translateX(15px);
transform: scale(1.12) translateY(-15px) translateX(15px);
-webkit-transform-origin: top;
transform-origin: top;
}
}
@keyframes kenburns-top {
0% {
-webkit-transform: scale(1) translateY(0) translateX(0);
transform: scale(1) translateY(0) translateX(0);
-webkit-transform-origin: 50% 16%;
transform-origin: 50% 16%;
}
100% {
-webkit-transform: scale(1.12) translateY(-15px) translateX(15px);
transform: scale(1.12) translateY(-15px) translateX(15px);
-webkit-transform-origin: top;
transform-origin: top;
}
}
.team-group-common-section {
position: relative;
background-color: #fafafa;
padding: 60px 0;
}
.team-group-common-section::before {
content: "";
width: 50%;
height: 50%;
position: absolute;
top: 0;
right: 0;
z-index: 1;
background: #222;
display: inline-block;
}
.team-group-common-section::after {
content: "";
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
background: #ed5c37;
display: inline-block;
}
.team-group-common-section .team-group-common-root {
padding: 0 var(--plr-42);
position: relative;
z-index: 2;
--fixed-height-banner: 780px;
}
.team-group-common-section .team-group-common-root .tg-common-inner-div {
max-width: 1320px;
width: 100%;
position: relative;
margin: 0 auto;
overflow: hidden;
}
.team-group-common-section .team-group-common-root .overlay-banner-div {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.team-group-common-section .team-group-common-root .overlay-banner-div .img-fluid.object-fit {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: var(--fixed-height-banner);
-webkit-animation: kenburns-top 10s ease-out infinite alternate forwards;
animation: kenburns-top 10s ease-out infinite alternate forwards;
}
.team-group-common-section .team-group-common-root .content-div {
width: 100%;
position: absolute;
top: 0;
padding: 100px;
min-height: var(--fixed-height-banner);
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div {
position: relative;
padding: 25px 0 0 0;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div::before {
content: "";
width: 105px;
height: 2px;
background-color: #ed5c37;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div h2 {
font-weight: 600;
font-size: 42px;
line-height: 1.4;
color: #fff;
letter-spacing: 0;
max-width: 770px;
margin: 0 0 16px 0;
}
@media (max-width: 767px) {
.header-common-left-div h5,
.header-common-left-div h6 {
font-size: 14px;
}
.header-common-left-div h2 {
font-size: 24px;
}
.header-common-center-div {
margin: 0 0 30px 0;
}
.header-common-center-div h5,
.header-common-center-div h6 {
font-size: 14px;
}
.header-common-center-div h2 {
font-size: 24px;
margin: 0 0 16px 0;
}
.header-common-center-div h3 {
font-size: 21px;
margin: 0 0 16px 0;
}
.header-common-center-div p {
font-size: 14px;
line-height: 1.7;
}
.about-main-banner-section .about-main-banner-root .content-div {
padding: 20px 0 0 0;
}
.about-main-banner-section .about-main-banner-root .content-div h1 {
font-size: 36px;
}
.about-main-banner-section .about-main-banner-root .content-div p {
font-size: 16px;
}
.about-main-banner-section .about-main-banner-root .content-div .btn.btn-custom-primary {
font-size: 14px;
min-height: 44px;
padding: 5px 30px 3px 30px;
}
.dream-project-section .header-common-left-div {
margin: 0 0 50px 0;
}
.dream-project-section .header-common-left-div .title-div h2 {
font-size: 26px;
margin: 0 0 20px 0;
text-align: center;
}
.dream-project-section .header-common-left-div .banner-btn-div {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.dream-project-section .header-common-left-div .banner-btn-div .btn.btn-custom-white {
min-width: 250px;
font-weight: 600;
}
.dream-project-section .image-thumb-div {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.team-group-common-section {
padding: 0;
overflow: hidden;
}
.team-group-common-section .container-fluid {
padding: 0;
}
.team-group-common-section .team-group-common-root {
--fixed-height-banner: 245px;
padding: 0;
}
.team-group-common-section .team-group-common-root .content-div {
padding: 30px 24px;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div {
padding: 16px 0 0 0;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div h2 {
font-size: 18px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-div {
height: 380px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-team {
height: 380px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h4 {
font-size: 22px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-prev,
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-next {
width: 60px;
height: 60px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-prev {
left: 0;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-next {
right: 0;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items {
min-height: 76px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div {
border: 2px solid #2226;
height: 46px;
width: 46px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div h2 {
font-size: 12px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div {
height: 76px;
width: 76px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div h2 {
font-size: 20px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div h3 {
font-size: 20px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div p {
font-size: 14px;
margin: 0 0 10px 0;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.header-common-left-div h5,
.header-common-left-div h6 {
font-size: 14px;
}
.header-common-left-div h2 {
font-size: 28px;
}
.header-common-center-div {
margin: 0 0 30px 0;
}
.header-common-center-div h5,
.header-common-center-div h6 {
font-size: 14px;
}
.header-common-center-div h2 {
font-size: 28px;
margin: 0 0 16px 0;
}
.header-common-center-div p {
font-size: 14px;
line-height: 1.7;
}
.dream-project-section .header-common-left-div .title-div h2 {
font-size: 26px;
}
.dream-project-section .header-common-left-div .banner-btn-div .btn.btn-custom-white {
min-width: 240px;
font-weight: 600;
min-height: 52px;
font-size: 16px;
}
.dream-project-section .image-thumb-div {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.team-group-common-section {
padding: 30px 0;
overflow: hidden;
}
.team-group-common-section .team-group-common-root {
--fixed-height-banner: 345px;
}
.team-group-common-section .team-group-common-root .content-div {
padding: 30px 24px;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div {
padding: 16px 0 0 0;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div h2 {
font-size: 18px;
}
.meet-our-leader-section .meet-our-leader-root .mlr-30 {
margin-left: -10px;
margin-right: -10px;
}
.meet-our-leader-section .meet-our-leader-root .plr-30 {
padding-left: 10px;
padding-right: 10px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-div {
height: 220px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-team {
height: 220px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div {
padding: 16px 4px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h5,
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h6 {
font-size: 12px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h4 {
font-size: 16px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items {
min-height: 96px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div {
border: 2px solid #2226;
height: 66px;
width: 66px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div h2 {
font-size: 12px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div {
height: 96px;
width: 96px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div h2 {
font-size: 20px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div h3 {
font-size: 20px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div p {
font-size: 14px;
margin: 0 0 10px 0;
}
}
/*# sourceMappingURL=about-syle.css.map */ | public/citrusbug/assets/css/about-syle.css | .faq-section {
background: #fafafa;
}
.faq-section.faq-white-section {
background: #fff;
}
.faq-section .faq-root {
padding: var(--ptb-80) var(--plr-42);
margin: 0;
position: relative;
}
.faq-section .faq-root .accordion-flush {
margin: 0 0 50px 0;
}
.faq-section .faq-root .accordion-flush .accordion-item {
background-color: transparent;
border-bottom: 0 solid #dedede;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button {
border-radius: 0;
min-height: 100px;
padding: 20px 20px 20px 90px;
color: #181818;
font-size: 22px;
line-height: 1.5;
border-bottom: 1px solid #dedede;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button::after {
position: absolute;
left: 35px;
width: 1.5rem;
height: 1.5rem;
background-position: center;
background-size: contain;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='+' fill='%23ED5C37' fill-rule='nonzero' points='14.0705882 24 14.0705882 13.9764706 24 13.9764706 24 10.0705882 14.0705882 10.0705882 14.0705882 0 9.88235294 0 9.88235294 10.0705882 0 10.0705882 0 13.9764706 9.88235294 13.9764706 9.88235294 24'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
background-position: center;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='4px' viewBox='0 0 24 4' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='+' fill='%23ED5C37' fill-rule='nonzero' points='14.0705882 4 24 4 24 3.55271368e-15 14.0705882 3.55271368e-15 9.88235294 3.55271368e-15 0 3.55271368e-15 0 4 9.88235294 4'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body {
padding: 20px 20px 20px 90px;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body .content-div p {
color: #727272;
font-size: 22px;
}
.faq-section .faq-root .button-center-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.faq-section .faq-root .button-center-div .btn.btn-link-big {
font-size: 28px;
color: #ed5c37;
font-weight: 600;
line-height: 1.5;
text-decoration: underline;
padding: 0;
outline: none;
border: none;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.faq-section .faq-root .button-center-div .btn.btn-link-big:hover {
color: #181818;
}
@media (max-width: 767px) {
.faq-section .faq-root .accordion-flush {
margin: 0 0 30px 0;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button {
min-height: 80px;
padding: 15px 15px 15px 40px;
font-size: 16px;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button::after {
left: 0;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body {
padding: 15px 15px 15px 40px;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body .content-div p {
font-size: 16px;
}
.faq-section .faq-root .button-center-div .btn.btn-link-big {
font-size: 18px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.faq-section .faq-root .accordion-flush {
margin: 0 0 30px 0;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button {
min-height: 80px;
padding: 15px 15px 15px 40px;
font-size: 18px;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-button::after {
left: 0;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body {
padding: 15px 15px 15px 40px;
}
.faq-section .faq-root .accordion-flush .accordion-item .accordion-body .content-div p {
font-size: 16px;
}
.faq-section .faq-root .button-center-div .btn.btn-link-big {
font-size: 18px;
}
}
.contact-dev-section {
background: #ed5b38 url(../images/banner/conatct-us-shape.jpg) center;
background-size: 1400px;
background-repeat: no-repeat;
}
.contact-dev-section .contact-dev-root {
padding: var(--ptb-100) var(--plr-42);
margin: 0;
position: relative;
}
.contact-dev-section .header-common-center-div {
margin: 0;
}
.contact-dev-section .header-common-center-div .title-div h4 {
font-size: 30px;
color: #fff;
text-align: center;
margin: 0 0 10px 0;
}
.contact-dev-section .header-common-center-div .title-div h2 {
max-width: 750px;
margin: 0 auto 30px auto;
}
.contact-dev-section .header-common-center-div .banner-btn-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.contact-dev-section .header-common-center-div .banner-btn-div .btn.btn-custom-white {
min-width: 280px;
font-weight: 600;
}
@media (max-width: 767px) {
.contact-dev-section .header-common-center-div .title-div h4 {
font-size: 18px;
}
.contact-dev-section .header-common-center-div .banner-btn-div .btn.btn-custom-white {
min-width: 250px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.contact-dev-section .header-common-center-div .title-div h4 {
font-size: 22px;
}
}
@-webkit-keyframes left-slider-effect-anime {
0% {
-webkit-transform: translateX(-50px) scale(0);
transform: translateX(-50px) scale(0);
-webkit-transform-origin: left;
transform-origin: left;
opacity: 0;
}
100% {
-webkit-transform: translateX(0) scale(1);
transform: translateX(0) scale(1);
opacity: 1;
}
}
@keyframes left-slider-effect-anime {
0% {
-webkit-transform: translateX(-50px) scale(0);
transform: translateX(-50px) scale(0);
-webkit-transform-origin: left;
transform-origin: left;
opacity: 0;
}
100% {
-webkit-transform: translateX(0) scale(1);
transform: translateX(0) scale(1);
opacity: 1;
}
}
.about-main-banner-section {
padding: 0;
margin: 0;
position: relative;
min-height: 100vh;
}
.about-main-banner-section .about-main-banner-div {
padding: 0;
margin: 0;
position: relative;
}
.about-main-banner-section .overlay-banner-div {
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: 100%;
}
.about-main-banner-section .overlay-banner-div .object-fit {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.about-main-banner-section .about-main-banner-root {
padding: var(--ptb-80) var(--plr-42);
min-height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
.about-main-banner-section .about-main-banner-root .inner-banner-inner {
width: 100%;
max-width: 1200px;
}
.about-main-banner-section .about-main-banner-root .content-div {
position: relative;
padding: 40px 0 0 0;
-webkit-animation-name: left-slider-effect-anime;
animation-name: left-slider-effect-anime;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.about-main-banner-section .about-main-banner-root .content-div::before {
content: "";
width: 105px;
height: 2px;
background-color: #ed5c37;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.about-main-banner-section .about-main-banner-root .content-div h1 {
font-weight: 600;
font-size: 52px;
line-height: 1.5;
color: #fff;
letter-spacing: 0;
margin: 0 0 16px 0;
}
.about-main-banner-section .about-main-banner-root .content-div .desc-div {
margin: 0 0 30px 0;
}
.about-main-banner-section .about-main-banner-root .content-div p {
font-weight: 400;
font-size: 18px;
color: #fff;
letter-spacing: 0;
line-height: 1.6;
max-width: 530px;
margin: 0 0 20px 0;
}
.about-main-banner-section .about-main-banner-root .content-div .banner-btn-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.header-common-left-div h5,
.header-common-left-div h6 {
font-weight: 500;
font-size: 16px;
line-height: 1.5;
color: #ed5c37;
letter-spacing: 0;
margin: 0 0 10px 0;
}
.header-common-left-div h2 {
font-weight: 600;
font-size: 42px;
line-height: 1.5;
color: #181818;
letter-spacing: 0;
margin: 0 0 24px 0;
}
.header-common-center-div {
margin: 0 0 50px 0;
}
.header-common-center-div h5,
.header-common-center-div h6 {
font-weight: 500;
font-size: 16px;
line-height: 1.5;
color: #ed5c37;
letter-spacing: 0;
text-align: center;
margin: 0 0 10px 0;
}
.header-common-center-div h2 {
font-weight: 600;
font-size: 42px;
line-height: 1.5;
color: #181818;
letter-spacing: 0;
text-align: center;
margin: 0 0 24px 0;
}
.header-common-center-div h3 {
font-weight: 600;
font-size: 32px;
line-height: 1.5;
color: #181818;
letter-spacing: 0;
text-align: center;
margin: 0 0 10px 0;
}
.header-common-center-div p {
margin: 0 auto;
text-align: center;
}
.header-common-center02-div h5,
.header-common-center02-div h6 {
color: #ffe367;
}
.header-common-center02-div h2 {
color: #fff;
}
.header-common-center02-div h3 {
color: #fff;
}
.header-common-center02-div p {
color: #fff;
}
.dream-project-section {
background: #ed5b38;
}
.dream-project-section .dream-project-root {
padding: var(--ptb-60) var(--plr-42);
margin: 0;
position: relative;
}
.dream-project-section .center-1024 {
max-width: 1024px;
margin: 0 auto;
}
.dream-project-section .header-common-left-div {
padding: 10px 0;
margin: 0;
}
.dream-project-section .header-common-left-div .title-div h2 {
max-width: 565px;
font-size: 44px;
color: #fff;
margin: 0 0 30px 0;
}
.dream-project-section .header-common-left-div .banner-btn-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.dream-project-section .header-common-left-div .banner-btn-div .btn.btn-custom-white {
min-width: 280px;
font-weight: 600;
}
.dream-project-section .image-thumb-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.dream-project-section .image-thumb-div .img-fluid.img-disc {
width: 100%;
}
.meet-our-leader-section {
background: #fafafa;
}
.meet-our-leader-section .meet-our-leader-root {
padding: var(--ptb-80) var(--plr-42);
margin: 0;
position: relative;
}
.meet-our-leader-section .meet-our-leader-root .header-common-center-div {
margin-bottom: var(--pb-60);
}
.meet-our-leader-section .meet-our-leader-root .header-common-center-div .desc-div {
max-width: 800px;
margin: 0 auto;
}
.meet-our-leader-section .meet-our-leader-root .center-1200 {
max-width: 1200px;
margin: 0 auto;
}
.meet-our-leader-section .meet-our-leader-root .mlr-30 {
margin-left: -30px;
margin-right: -30px;
}
.meet-our-leader-section .meet-our-leader-root .plr-30 {
padding-left: 30px;
padding-right: 30px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div {
margin: 0;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 420px;
overflow: hidden;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-team {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
-webkit-transform: scale(1);
transform: scale(1);
height: 420px;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div {
padding: 24px 12px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h5,
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h6 {
font-weight: 600;
font-size: 18px;
color: #ed5c37;
letter-spacing: 0;
text-align: center;
line-height: 1.5;
font-style: italic;
margin: 0 0 5px 0;
display: block;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h4 {
font-weight: 600;
font-size: 24px;
color: #222;
letter-spacing: 0;
text-align: center;
display: block;
text-transform: uppercase;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div:hover .meet-our-leader-bx-inner .thumb-div .img-team {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
@-webkit-keyframes custom-anime01 {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes custom-anime01 {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.our-vmv-section {
background: #fafafa;
}
.our-vmv-section .our-vmv-root {
padding: var(--ptb-80) var(--plr-42);
margin: 0;
position: relative;
}
.our-vmv-section .our-vmv-root .header-common-center-div {
padding-bottom: var(--pb-60);
margin-bottom: var(--pb-60);
border-bottom: 1px solid #cacaca;
}
.our-vmv-section .our-vmv-root .header-common-center-div .desc-div {
max-width: 800px;
margin: 0 auto;
}
.our-vmv-section .our-vmv-root .center-1200 {
max-width: 1000px;
margin: 0 auto;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root {
padding: 0;
margin: 0;
position: relative;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-prev::before {
content: "\e408";
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-next::before {
content: "\e409";
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-prev,
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-next {
color: #a4a4a4;
width: 56px;
height: 56px;
background: #fafafa;
z-index: 1;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-prev::before,
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-next::before {
font-family: "Material Icons Outlined";
font-weight: 400;
font-style: normal;
font-size: 48px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
color: inherit;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-for .slider-content-items {
width: 50%;
margin: 20px auto;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav {
margin: 0 0 20px 0;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav.slick-initialized .slick-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items {
position: relative;
min-height: 182px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div {
border: 5px solid #2226;
height: 120px;
width: 120px;
border-radius: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 10px;
margin: 0 auto;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div h2 {
font-weight: 600;
font-size: 24px;
line-height: 1.5;
color: #a4a4a4;
letter-spacing: 0;
text-align: center;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active {
opacity: 1;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div {
height: 182px;
width: 182px;
border-color: #ed5c37;
background: #ed5c37;
color: #fff;
-webkit-animation-name: custom-anime01;
animation-name: custom-anime01;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-transition: none;
transition: none;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div h2 {
font-size: 44px;
color: #fff;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div {
padding: 0;
margin: 0;
position: relative;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div h3 {
font-weight: 600;
font-size: 24px;
line-height: 1.5;
color: #222;
letter-spacing: 0;
text-align: center;
margin: 0 0 15px 0;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div .desc-div {
max-width: 800px;
margin: 0 auto;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div p {
font-weight: 400;
font-size: 18px;
color: #222;
letter-spacing: 0;
text-align: center;
line-height: 1.7;
margin: 0 0 15px 0;
}
@-webkit-keyframes kenburns-top {
0% {
-webkit-transform: scale(1) translateY(0) translateX(0);
transform: scale(1) translateY(0) translateX(0);
-webkit-transform-origin: 50% 16%;
transform-origin: 50% 16%;
}
100% {
-webkit-transform: scale(1.12) translateY(-15px) translateX(15px);
transform: scale(1.12) translateY(-15px) translateX(15px);
-webkit-transform-origin: top;
transform-origin: top;
}
}
@keyframes kenburns-top {
0% {
-webkit-transform: scale(1) translateY(0) translateX(0);
transform: scale(1) translateY(0) translateX(0);
-webkit-transform-origin: 50% 16%;
transform-origin: 50% 16%;
}
100% {
-webkit-transform: scale(1.12) translateY(-15px) translateX(15px);
transform: scale(1.12) translateY(-15px) translateX(15px);
-webkit-transform-origin: top;
transform-origin: top;
}
}
.team-group-common-section {
position: relative;
background-color: #fafafa;
padding: 60px 0;
}
.team-group-common-section::before {
content: "";
width: 50%;
height: 50%;
position: absolute;
top: 0;
right: 0;
z-index: 1;
background: #222;
display: inline-block;
}
.team-group-common-section::after {
content: "";
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
background: #ed5c37;
display: inline-block;
}
.team-group-common-section .team-group-common-root {
padding: 0 var(--plr-42);
position: relative;
z-index: 2;
--fixed-height-banner: 780px;
}
.team-group-common-section .team-group-common-root .tg-common-inner-div {
max-width: 1320px;
width: 100%;
position: relative;
margin: 0 auto;
overflow: hidden;
}
.team-group-common-section .team-group-common-root .overlay-banner-div {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.team-group-common-section .team-group-common-root .overlay-banner-div .img-fluid.object-fit {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: var(--fixed-height-banner);
-webkit-animation: kenburns-top 10s ease-out infinite alternate forwards;
animation: kenburns-top 10s ease-out infinite alternate forwards;
}
.team-group-common-section .team-group-common-root .content-div {
width: 100%;
position: absolute;
top: 0;
padding: 100px;
min-height: var(--fixed-height-banner);
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div {
position: relative;
padding: 25px 0 0 0;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div::before {
content: "";
width: 105px;
height: 2px;
background-color: #ed5c37;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div h2 {
font-weight: 600;
font-size: 42px;
line-height: 1.4;
color: #fff;
letter-spacing: 0;
max-width: 770px;
margin: 0 0 16px 0;
}
@media (max-width: 767px) {
.header-common-left-div h5,
.header-common-left-div h6 {
font-size: 14px;
}
.header-common-left-div h2 {
font-size: 24px;
}
.header-common-center-div {
margin: 0 0 30px 0;
}
.header-common-center-div h5,
.header-common-center-div h6 {
font-size: 14px;
}
.header-common-center-div h2 {
font-size: 24px;
margin: 0 0 16px 0;
}
.header-common-center-div h3 {
font-size: 21px;
margin: 0 0 16px 0;
}
.header-common-center-div p {
font-size: 14px;
line-height: 1.7;
}
.about-main-banner-section .about-main-banner-root .content-div {
padding: 20px 0 0 0;
}
.about-main-banner-section .about-main-banner-root .content-div h1 {
font-size: 36px;
}
.about-main-banner-section .about-main-banner-root .content-div p {
font-size: 16px;
}
.about-main-banner-section .about-main-banner-root .content-div .btn.btn-custom-primary {
font-size: 14px;
min-height: 44px;
padding: 5px 30px 3px 30px;
}
.dream-project-section .header-common-left-div {
margin: 0 0 50px 0;
}
.dream-project-section .header-common-left-div .title-div h2 {
font-size: 26px;
margin: 0 0 20px 0;
text-align: center;
}
.dream-project-section .header-common-left-div .banner-btn-div {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.dream-project-section .header-common-left-div .banner-btn-div .btn.btn-custom-white {
min-width: 250px;
font-weight: 600;
}
.dream-project-section .image-thumb-div {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.team-group-common-section {
padding: 0;
overflow: hidden;
}
.team-group-common-section .container-fluid {
padding: 0;
}
.team-group-common-section .team-group-common-root {
--fixed-height-banner: 245px;
padding: 0;
}
.team-group-common-section .team-group-common-root .content-div {
padding: 30px 24px;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div {
padding: 16px 0 0 0;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div h2 {
font-size: 18px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-div {
height: 380px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-team {
height: 380px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h4 {
font-size: 22px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-prev,
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-next {
width: 60px;
height: 60px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-prev {
left: 0;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slick-next {
right: 0;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items {
min-height: 76px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div {
border: 2px solid #2226;
height: 46px;
width: 46px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div h2 {
font-size: 12px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div {
height: 76px;
width: 76px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div h2 {
font-size: 20px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div h3 {
font-size: 20px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div p {
font-size: 14px;
margin: 0 0 10px 0;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.header-common-left-div h5,
.header-common-left-div h6 {
font-size: 14px;
}
.header-common-left-div h2 {
font-size: 28px;
}
.header-common-center-div {
margin: 0 0 30px 0;
}
.header-common-center-div h5,
.header-common-center-div h6 {
font-size: 14px;
}
.header-common-center-div h2 {
font-size: 28px;
margin: 0 0 16px 0;
}
.header-common-center-div p {
font-size: 14px;
line-height: 1.7;
}
.dream-project-section .header-common-left-div .title-div h2 {
font-size: 26px;
}
.dream-project-section .header-common-left-div .banner-btn-div .btn.btn-custom-white {
min-width: 240px;
font-weight: 600;
min-height: 52px;
font-size: 16px;
}
.dream-project-section .image-thumb-div {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.team-group-common-section {
padding: 30px 0;
overflow: hidden;
}
.team-group-common-section .team-group-common-root {
--fixed-height-banner: 345px;
}
.team-group-common-section .team-group-common-root .content-div {
padding: 30px 24px;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div {
padding: 16px 0 0 0;
}
.team-group-common-section .team-group-common-root .content-div .content-inner-div h2 {
font-size: 18px;
}
.meet-our-leader-section .meet-our-leader-root .mlr-30 {
margin-left: -10px;
margin-right: -10px;
}
.meet-our-leader-section .meet-our-leader-root .plr-30 {
padding-left: 10px;
padding-right: 10px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-div {
height: 220px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .thumb-div .img-team {
height: 220px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div {
padding: 16px 4px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h5,
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h6 {
font-size: 12px;
}
.meet-our-leader-section .meet-our-leader-root .meet-our-leader-bx-div .meet-our-leader-bx-inner .desc-div h4 {
font-size: 16px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items {
min-height: 96px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div {
border: 2px solid #2226;
height: 66px;
width: 66px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slider-thumb-items .thumb-txt-div h2 {
font-size: 12px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div {
height: 96px;
width: 96px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-nav .slick-active.slick-center .thumb-txt-div h2 {
font-size: 20px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div h3 {
font-size: 20px;
}
.our-vmv-section .our-vmv-root .slick-slider-custom-root .slider-content-div .slider-content-inner-div p {
font-size: 14px;
margin: 0 0 10px 0;
}
}
/*# sourceMappingURL=about-syle.css.map */ | 0.258981 | 0.05634 |
@media (min-width: 480px) {
}
@media (max-width: 600px) {
.highcharts-container {
height: 479px;
}
.highcharts-wrapper {
height: 424px;
padding-top: 0;
}
#highcharts-curtain-wrapper {
height: 100%;
}
#highcharts-curtain {
height: 100%;
padding-top: 0;
}
#highcharts-curtain .gridlines {
height: 34px;
margin-top: 34px;
}
.highchart-title {
height: 63px;
padding-top: 3px;
margin-bottom: 4px;
}
#highcharts-containers {
margin-top: -21px;
}
#highcharts-containers > div {
height: 53px;
margin-bottom: 15px;
}
.emotion.json-response-container {
height: 479px;
}
.face-overlay {
left: 2%;
}
.spinner-message-container {
left: 10%;
}
.video-container-template .spinner-message-container {
top: 36%;
}
.highcharts-template .spinner-message-container {
top: 54%;
}
}
@media (min-width: 768px) {
.spinner-message-container {
left: 13%;
}
.highcharts-template .spinner-message-container {
top: 54%;
}
}
@media (min-width: 992px) {
.ui-buttons .submit {
padding-left: 15px;
}
.main-container {
width: 980px;
margin: 0 auto;
padding: 50px 0;
}
.main-video-container {
padding-right: 0;
height: 560px!important;
}
/* VIDEO */
#video {
height: 520px!important;
width: 923px;
position: absolute;
left: -48%;
}
/* vertically align video */
.video-wrapper {
top: 50%;
transform: translateY(-50%);
width: 475px;
height: 100%;
margin-top: 0;
}
.video-controls {
background-color: #2c3444;
width: 100%;
height: 40px;
position: absolute;
bottom: 0;
}
.canvas-container-video {
width: 923px;
height: 520px;
left: -48%;
}
.canvas-container-image {
width: 475px;
height: 560px;
}
.display-image-container {
width: 475px;
height: 475px;
margin-top: 42px;
}
#displayCanvasimage {
margin-top: 42px;
}
/* Highcharts */
.highcharts-container {
padding-right: 15px;
height: 560px;
}
.highcharts-menu {
height: 0;
}
#highcharts-titles {
position: absolute;
width: 0;
height: 550px;
}
#highcharts-curtain-wrapper {
height: 555px;
}
#highcharts-curtain {
height: 555px;
}
#highcharts-container-image {
height: 560px;
}
.webcam-video-container, .show-image {
width: 475px;
height: 560px;
left: 15px;
}
.show-image {
z-index: 1;
}
.template-background {
width: 475px;
height: 560px;
left: 15px;
}
.emotion .show-json, .emotion .hide-json {
top: 7px;
}
.autoscale-checkbox {
top: 7px;
}
.featurepoints-checkbox {
top: 7px;
}
/* show age/gender */
.response-box-container {
position: absolute;
top: 6px;
left: inherit;
right: 26px;
}
/* PROCESSING STATUS ELEMENTS */
.video-container-template .spinner-message-container {
position: absolute;
top: 45%;
left: 13%;
width: 75%;
/*display: none;*/
}
.ui-buttons {
margin-top: 15px;
position: relative;
display: none;
}
.ui-buttons .upload.full-width {
padding-left: 15px;
width: 100%;
height: 46px;
}
.ui-buttons .url {
padding-right: 0;
}
.highcharts-template .spinner-message-container {
top: 45%;
}
.emotion.json-response-container {
width: 490px;
height: 560px;
float: inherit;
}
.emotion .json-response {
width: 490px;
}
.face-overlay {
left: 14px;
}
}
@media (min-width: 1200px) {
} | static/css/emotion/emotion-mediaqueries.css | @media (min-width: 480px) {
}
@media (max-width: 600px) {
.highcharts-container {
height: 479px;
}
.highcharts-wrapper {
height: 424px;
padding-top: 0;
}
#highcharts-curtain-wrapper {
height: 100%;
}
#highcharts-curtain {
height: 100%;
padding-top: 0;
}
#highcharts-curtain .gridlines {
height: 34px;
margin-top: 34px;
}
.highchart-title {
height: 63px;
padding-top: 3px;
margin-bottom: 4px;
}
#highcharts-containers {
margin-top: -21px;
}
#highcharts-containers > div {
height: 53px;
margin-bottom: 15px;
}
.emotion.json-response-container {
height: 479px;
}
.face-overlay {
left: 2%;
}
.spinner-message-container {
left: 10%;
}
.video-container-template .spinner-message-container {
top: 36%;
}
.highcharts-template .spinner-message-container {
top: 54%;
}
}
@media (min-width: 768px) {
.spinner-message-container {
left: 13%;
}
.highcharts-template .spinner-message-container {
top: 54%;
}
}
@media (min-width: 992px) {
.ui-buttons .submit {
padding-left: 15px;
}
.main-container {
width: 980px;
margin: 0 auto;
padding: 50px 0;
}
.main-video-container {
padding-right: 0;
height: 560px!important;
}
/* VIDEO */
#video {
height: 520px!important;
width: 923px;
position: absolute;
left: -48%;
}
/* vertically align video */
.video-wrapper {
top: 50%;
transform: translateY(-50%);
width: 475px;
height: 100%;
margin-top: 0;
}
.video-controls {
background-color: #2c3444;
width: 100%;
height: 40px;
position: absolute;
bottom: 0;
}
.canvas-container-video {
width: 923px;
height: 520px;
left: -48%;
}
.canvas-container-image {
width: 475px;
height: 560px;
}
.display-image-container {
width: 475px;
height: 475px;
margin-top: 42px;
}
#displayCanvasimage {
margin-top: 42px;
}
/* Highcharts */
.highcharts-container {
padding-right: 15px;
height: 560px;
}
.highcharts-menu {
height: 0;
}
#highcharts-titles {
position: absolute;
width: 0;
height: 550px;
}
#highcharts-curtain-wrapper {
height: 555px;
}
#highcharts-curtain {
height: 555px;
}
#highcharts-container-image {
height: 560px;
}
.webcam-video-container, .show-image {
width: 475px;
height: 560px;
left: 15px;
}
.show-image {
z-index: 1;
}
.template-background {
width: 475px;
height: 560px;
left: 15px;
}
.emotion .show-json, .emotion .hide-json {
top: 7px;
}
.autoscale-checkbox {
top: 7px;
}
.featurepoints-checkbox {
top: 7px;
}
/* show age/gender */
.response-box-container {
position: absolute;
top: 6px;
left: inherit;
right: 26px;
}
/* PROCESSING STATUS ELEMENTS */
.video-container-template .spinner-message-container {
position: absolute;
top: 45%;
left: 13%;
width: 75%;
/*display: none;*/
}
.ui-buttons {
margin-top: 15px;
position: relative;
display: none;
}
.ui-buttons .upload.full-width {
padding-left: 15px;
width: 100%;
height: 46px;
}
.ui-buttons .url {
padding-right: 0;
}
.highcharts-template .spinner-message-container {
top: 45%;
}
.emotion.json-response-container {
width: 490px;
height: 560px;
float: inherit;
}
.emotion .json-response {
width: 490px;
}
.face-overlay {
left: 14px;
}
}
@media (min-width: 1200px) {
} | 0.318697 | 0.078325 |
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: regular;
src: url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto Mono'), local('RobotoMono-Normal'),
url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.woff') format('woff'), /* Modern Browsers */
url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300 */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.eot'); /* IE9 Compat Modes */
src: local('Source Sans Pro'), local('SourceSans Pro-Normal'),
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.woff2') format('woff2'), /* Super Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.woff') format('woff'), /* Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.svg#SourceSans Pro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: regular;
src: url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.eot'); /* IE9 Compat Modes */
src: local('Source Sans Pro'), local('SourceSans Pro-Normal'),
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.woff') format('woff'), /* Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.svg#SourceSans Pro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.eot'); /* IE9 Compat Modes */
src: local('Source Sans Pro'), local('SourceSans Pro-Normal'),
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.woff2') format('woff2'), /* Super Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.woff') format('woff'), /* Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.svg#SourceSans Pro') format('svg'); /* Legacy iOS */
} | docs/css/fonts.css | @font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: regular;
src: url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto Mono'), local('RobotoMono-Normal'),
url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.woff') format('woff'), /* Modern Browsers */
url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('//lib.baomitu.com/fonts/roboto-mono/roboto-mono-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300 */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.eot'); /* IE9 Compat Modes */
src: local('Source Sans Pro'), local('SourceSans Pro-Normal'),
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.woff2') format('woff2'), /* Super Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.woff') format('woff'), /* Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-300.svg#SourceSans Pro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: regular;
src: url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.eot'); /* IE9 Compat Modes */
src: local('Source Sans Pro'), local('SourceSans Pro-Normal'),
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.woff') format('woff'), /* Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-regular.svg#SourceSans Pro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.eot'); /* IE9 Compat Modes */
src: local('Source Sans Pro'), local('SourceSans Pro-Normal'),
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.woff2') format('woff2'), /* Super Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.woff') format('woff'), /* Modern Browsers */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('//lib.baomitu.com/fonts/source-sans-pro/source-sans-pro-600.svg#SourceSans Pro') format('svg'); /* Legacy iOS */
} | 0.248443 | 0.039788 |
a:focus {
outline:thin dotted #f89406;outline:5px auto #f89406;outline-offset:-2px
}
*,*:before,*:after {
box-sizing:border-box
}
html {
box-sizing:border-box;
background-color:#fff;
font-size:16px;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%
}
@media (min-width: 48em) {
html {
font-size:16px
}
}
body {
margin:0
}
::-moz-selection {
color:#fff;background:#000
}
::selection {
color:#fff;background:#000
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section {
display:block
}
audio,canvas,video {
display:inline-block;*display:inline;*zoom:1
}
audio:not([controls]) {
display:none
}
a {
color:#52adc8
}
a:hover,a:active {
outline:0
}
sub,sup {
position:relative;font-size:75%;line-height:0;vertical-align:baseline
}
sup {
top:-0.5em
}
sub {
bottom:-0.25em
}
img {
max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic
}
#map_canvas img,.google-maps img {
max-width:none
}
button,input,select,textarea {
margin:0;font-size:100%;vertical-align:middle
}
button,input {
*overflow:visible;line-height:normal
}
button::-moz-focus-inner,input::-moz-focus-inner {
padding:0;border:0
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
-webkit-appearance:button;cursor:pointer
}
label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"] {
cursor:pointer
}
input[type="search"] {
box-sizing:content-box;-webkit-appearance:textfield
}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none
}
textarea {
overflow:auto;vertical-align:top
}
body {
margin:0;padding:0;color:#494e52;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;line-height:1.5
}
body.overflow--hidden {
overflow:hidden
}
h1,h2,h3,h4,h5,h6 {
margin:2em 0 0.5em;line-height:1.2;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-weight:bold
}
h1 {
margin-top:0;font-size:1.563em
}
h2 {
font-size:1.25em
}
h3 {
font-size:1em
}
h4 {
font-size:0.75em
}
h5 {
font-size:0.75em
}
h6 {
font-size:0.75em
}
small,.small {
font-size:0.75em
}
p {
margin-bottom:1.3em
}
u,ins {
text-decoration:none;border-bottom:1px solid #494e52
}
u a,ins a {
color:inherit
}
del a {
color:inherit
}
p,pre,blockquote,ul,ol,dl,figure,table,fieldset {
orphans:3;widows:3
}
abbr[title],abbr[data-original-title] {
text-decoration:none;cursor:help;border-bottom:1px dotted #494e52
}
blockquote {
margin:2em 1em 2em 0;padding-left:1em;padding-right:1em;font-style:italic;border-left:0.25em solid #7a8288
}
blockquote cite {
font-style:italic
}
blockquote cite:before {
content:"\2014";padding-right:5px
}
a:hover,a:active {
outline:0
}
tt,code,kbd,samp,pre {
font-family:Monaco,Consolas,"Lucida Console",monospace
}
pre {
overflow-x:auto
}
p>code,a>code,li>code,figcaption>code,td>code {
padding-top:0.1rem;padding-bottom:0.1rem;font-size:0.75em;background:#fafafa;border:1px solid #f2f3f3;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.125)
}
p>code:before,p>code:after,a>code:before,a>code:after,li>code:before,li>code:after,figcaption>code:before,figcaption>code:after,td>code:before,td>code:after {
letter-spacing:-0.2em;content:"\00a0"
}
hr {
display:block;margin:1em 0;border:0;border-top:1px solid #f2f3f3
}
ul li,ol li {
margin-bottom:0.5em
}
li ul,li ol {
margin-top:0.5em
}
.list-inline ol {
display: inline;
}
figure {
display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:2em 0
}
figure img,figure iframe,figure .fluid-width-video-wrapper {
margin-bottom:1em
}
figure img {
width:100%;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out
}
figure>a {
display:block
}
@media (min-width: 37.5em) {
figure.half>a,figure.half>img {
width:calc(50% - 0.5em)
}
}
figure.half figcaption {
width:100%
}
@media (min-width: 37.5em) {
figure.third>a,figure.third>img {
width:calc(33.3333% - 0.5em)
}
}
figure.third figcaption {
width:100%
}
figcaption {
margin-bottom:0.5em;color:#777a7d;font-family:Georgia,Times,serif;font-size:0.75em
}
figcaption a {
color:inherit;text-decoration:none;border-bottom:1px solid #bdc1c4;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out
}
figcaption a:hover {
color:#000;border-bottom-color:#000
}
svg:not(:root) {
overflow:hidden
}
nav ul {
margin:0;padding:0
}
nav li {
list-style:none
}
nav a {
text-decoration:none
}
nav ul li,nav ol li {
margin-bottom:0
}
nav li ul,nav li ol {
margin-top:0
}
b,i,strong,em,blockquote,p,q,span,figure,img,h1,h2,header,input,a,tr,td,form button,input[type="submit"],.btn,#goog-wm-sb,.highlight,.archive__item-teaser {
-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out
}
.hidden {
display:none;visibility:hidden
}
.load {
display:none
}
.transparent {
opacity:0
}
.visually-hidden,.screen-reader-text,.screen-reader-text span,.screen-reader-shortcut {
position:absolute !important;clip:rect(1px, 1px, 1px, 1px);height:1px !important;width:1px !important;border:0 !important;overflow:hidden
}
body:hover .visually-hidden a,body:hover .visually-hidden input,body:hover .visually-hidden button {
display:none !important
}
.screen-reader-text:focus,.screen-reader-shortcut:focus {
clip:auto !important;height:auto !important;width:auto !important;display:block;font-size:1em;font-weight:bold;padding:15px 23px 14px;background:#fff;z-index:100000;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,0.6)
}
.skip-link {
position:fixed;z-index:20;margin:0;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;white-space:nowrap
}
.skip-link li {
height:0;width:0;list-style:none
}
.text-left {
text-align:left
}
.text-center {
text-align:center
}
.text-right {
text-align:right
}
.text-justify {
text-align:justify
}
.text-nowrap {
white-space:nowrap
}
.cf {
clear:both
}
.wrapper {
max-width:1024px;margin-left:auto;margin-right:auto
}
.wrapper:after {
content:" ";display:block;clear:both
}
.align-left {
display:block;margin-left:auto;margin-right:auto
}
@media (min-width: 37.5em) {
.align-left {
float:left;margin-right:1em
}
}
.align-right {
display:block;margin-left:auto;margin-right:auto
}
@media (min-width: 37.5em) {
.align-right {
float:right;margin-left:1em
}
}
.align-center {
display:block;margin-left:auto;margin-right:auto
}
@media (min-width: 64em) {
.full {
margin-right:-19.49153% !important
}
}
.icon {
display:inline-block;fill:currentColor;width:1em;height:1.1em;line-height:1;position:relative;top:-0.1em;vertical-align:middle
}
.social-icons .fa {
color:#000
}
.social-icons .fa-behance,.social-icons .fa-behance-square {
color:#1769FF
}
.social-icons .fa-dribbble {
color:#ea4c89
}
.social-icons .fa-facebook,.social-icons .fa-facebook-square {
color:#3b5998
}
.social-icons .fa-flickr {
color:#ff0084
}
.social-icons .fa-foursquare {
color:#0072b1
}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square {
color:#171516
}
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square {
color:#dd4b39
}
.social-icons .fa-instagram {
color:#517fa4
}
.social-icons .fa-lastfm,.social-icons .fa-lastfm-square {
color:#d51007
}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square {
color:#007bb6
}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-p,.social-icons .fa-pinterest-square {
color:#cb2027
}
.social-icons .fa-rss,.social-icons .fa-rss-square {
color:#fa9b39
}
.social-icons .fa-soundcloud {
color:#f30
}
.social-icons .fa-stack-exchange,.social-icons .fa-stack-overflow {
color:#fe7a15
}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square {
color:#32506d
}
.social-icons .fa-twitter,.social-icons .fa-twitter-square {
color:#55acee
}
.social-icons .fa-vimeo,.social-icons .fa-vimeo-square {
color:#1ab7ea
}
.social-icons .fa-vine {
color:#00bf8f
}
.social-icons .fa-youtube,.social-icons .fa-youtube-square,.social-icons .fa-youtube-play {
color:#b00
}
.social-icons .fa-xing,.social-icons .fa-xing-square {
color:#006567
}
.navicon {
position:relative;width:28px;height:4px;background:#fff;margin:auto;-webkit-transition:0.3s;transition:0.3s
}
.navicon:before,.navicon:after {
content:"";position:absolute;left:0;width:28px;height:4px;background:#fff;-webkit-transition:0.3s;transition:0.3s
}
.navicon:before {
top:-8px
}
.navicon:after {
bottom:-8px
}
.close .navicon {
background:transparent
}
.close .navicon:before,.close .navicon:after {
-webkit-transform-origin:50% 50%;transform-origin:50% 50%;top:0;width:28px
}
.close .navicon:before {
-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg)
}
.close .navicon:after {
-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg)
}
@media (min-width: 64em) {
.sticky {
clear:both;position:-webkit-sticky;position:sticky;top:2em
}
.sticky::after {
clear:both;content:"";display:table
}
.sticky>* {
display:block
}
}
.well {
min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)
}
.footnote {
color:#9ba1a6;text-decoration:none
}
.footnotes {
color:#9ba1a6
}
.footnotes ol,.footnotes li,.footnotes p {
margin-bottom:0;font-size:0.75em
}
a.reversefootnote {
color:#7a8288;text-decoration:none
}
a.reversefootnote:hover {
text-decoration:underline
}
@-webkit-keyframes intro {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes intro {
0% {
opacity:0
}
100% {
opacity:1
}
}
table {
margin-bottom:1em;width:100%;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em;border-collapse:collapse;border:1px solid #bdc1c4
}
table+table {
margin-top:1em
}
thead {
background-color:#f2f3f3;border-bottom:1px solid #bdc1c4
}
th {
padding:0.5em;font-weight:bold;text-align:left;border-right:1px solid #bdc1c4
}
td {
padding:0.5em;border-bottom:1px solid #bdc1c4;border-right:1px solid #bdc1c4
}
tr,td,th {
vertical-align:middle
}
.btn,#goog-wm-sb {
display:inline-block;margin-bottom:0.25em;padding:0.5em 1em;color:#fff !important;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em;font-weight:bold;text-align:center;text-decoration:none;background-color:#7a8288;border:0 !important;border-radius:4px;cursor:pointer
}
.btn:hover,#goog-wm-sb:hover {
background-color:#333
}
.btn .icon,#goog-wm-sb .icon {
margin-right:0.5em
}
.btn .icon+.hidden,#goog-wm-sb .icon+.hidden {
margin-left:-0.5em
}
.btn--block {
display:block;width:100%
}
.btn--block+.btn--block {
margin-top:0.25em
}
.btn--inverse {
color:#7a8288 !important;border:1px solid #bdc1c4 !important;background-color:#fff
}
.btn--inverse:hover {
color:#fff !important;border-color:#7a8288
}
.btn--light-outline {
border:1px solid #fff !important;background-color:transparent
}
.btn--info {
background-color:#52adc8
}
.btn--info:hover {
background-color:#428aa0
}
.btn--warning {
background-color:#f89406
}
.btn--warning:hover {
background-color:#c67605
}
.btn--success {
background-color:#62c462
}
.btn--success:hover {
background-color:#4e9d4e
}
.btn--danger {
background-color:#ee5f5b
}
.btn--danger:hover {
background-color:#be4c49
}
.btn--disabled {
pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:0.65
}
.btn--facebook {
background-color:#3b5998
}
.btn--facebook:hover {
background-color:#2f477a
}
.btn--twitter {
background-color:#55acee
}
.btn--twitter:hover {
background-color:#448abe
}
.btn--google-plus {
background-color:#dd4b39
}
.btn--google-plus:hover {
background-color:#b13c2e
}
.btn--linkedin {
background-color:#007bb6
}
.btn--linkedin:hover {
background-color:#006292
}
.btn--x-large {
font-size:1.25em
}
.btn--large {
font-size:1em
}
.btn--small {
font-size:0.6875em
}
.notice {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#f8f9f9;border-radius:4px;box-shadow:0 1px 1px rgba(189,193,196,0.25)
}
.notice h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice h4 {
margin-bottom:0;font-size:1em
}
.notice p:last-child {
margin-bottom:0 !important
}
.notice h4+p {
margin-top:0;padding-top:0
}
.notice a {
color:#bdc1c4
}
.notice a:hover {
color:#717476
}
.notice code {
background-color:#fcfcfc
}
.notice ul:last-child {
margin-bottom:0
}
.notice--primary {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#f2f3f3;border-radius:4px;box-shadow:0 1px 1px rgba(122,130,136,0.25)
}
.notice--primary h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice--primary h4 {
margin-bottom:0;font-size:1em
}
.notice--primary p:last-child {
margin-bottom:0 !important
}
.notice--primary h4+p {
margin-top:0;padding-top:0
}
.notice--primary a {
color:#7a8288
}
.notice--primary a:hover {
color:#494e52
}
.notice--primary code {
background-color:#f8f9f9
}
.notice--primary ul:last-child {
margin-bottom:0
}
.notice--info {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#eef7fa;border-radius:4px;box-shadow:0 1px 1px rgba(82,173,200,0.25)
}
.notice--info h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice--info h4 {
margin-bottom:0;font-size:1em
}
.notice--info p:last-child {
margin-bottom:0 !important
}
.notice--info h4+p {
margin-top:0;padding-top:0
}
.notice--info a {
color:#52adc8
}
.notice--info a:hover {
color:#316878
}
.notice--info code {
background-color:#f6fbfc
}
.notice--info ul:last-child {
margin-bottom:0
}
.notice--warning {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#fef4e6;border-radius:4px;box-shadow:0 1px 1px rgba(248,148,6,0.25)
}
.notice--warning h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice--warning h4 {
margin-bottom:0;font-size:1em
}
.notice--warning p:last-child {
margin-bottom:0 !important
}
.notice--warning h4+p {
margin-top:0;padding-top:0
}
.notice--warning a {
color:#f89406
}
.notice--warning a:hover {
color:#955904
}
.notice--warning code {
background-color:#fffaf3
}
.notice--warning ul:last-child {
margin-bottom:0
}
.notice--success {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#eff9ef;border-radius:4px;box-shadow:0 1px 1px rgba(98,196,98,0.25)
}
.notice--success h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice--success h4 {
margin-bottom:0;font-size:1em
}
.notice--success p:last-child {
margin-bottom:0 !important
}
.notice--success h4+p {
margin-top:0;padding-top:0
}
.notice--success a {
color:#62c462
}
.notice--success a:hover {
color:#3b763b
}
.notice--success code {
background-color:#f7fcf7
}
.notice--success ul:last-child {
margin-bottom:0
}
.notice--danger {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#fdefef;border-radius:4px;box-shadow:0 1px 1px rgba(238,95,91,0.25)
}
.notice--danger h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice--danger h4 {
margin-bottom:0;font-size:1em
}
.notice--danger p:last-child {
margin-bottom:0 !important
}
.notice--danger h4+p {
margin-top:0;padding-top:0
}
.notice--danger a {
color:#ee5f5b
}
.notice--danger a:hover {
color:#8f3937
}
.notice--danger code {
background-color:#fef7f7
}
.notice--danger ul:last-child {
margin-bottom:0
}
.masthead {
position:relative;border-bottom:1px solid #f2f3f3;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.15s;animation-delay:0.15s;z-index:20
}
.masthead__inner-wrap {
max-width:1024px;margin-left:auto;margin-right:auto;clear:both;padding:1em 1em 1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif
}
.masthead__inner-wrap:after {
content:" ";display:block;clear:both
}
.masthead__inner-wrap::after {
clear:both;content:"";display:table
}
@media (min-width: 80em) {
.masthead__inner-wrap {
max-width:1280px
}
}
.masthead__inner-wrap nav {
z-index:10
}
.masthead__inner-wrap a {
text-decoration:none
}
.masthead__menu ul {
margin:0;padding:0;clear:both;list-style-type:none
}
.masthead__menu-item {
display:block;list-style-type:none;white-space:nowrap
}
.masthead__menu-item--lg {
padding-right:2em;font-weight:700
}
.breadcrumbs {
max-width:1024px;margin-left:auto;margin-right:auto;clear:both;margin-top:0;margin-bottom:0;padding-left:2em;padding-right:2em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.30s;animation-delay:0.30s
}
.breadcrumbs:after {
content:" ";display:block;clear:both
}
.breadcrumbs::after {
clear:both;content:"";display:table
}
@media (min-width: 64em) {
.breadcrumbs {
padding-left:1em;padding-right:1em
}
}
@media (min-width: 80em) {
.breadcrumbs {
max-width:1280px
}
}
.breadcrumbs ol {
padding:0;list-style:none;font-size:0.75em
}
@media (min-width: 64em) {
.breadcrumbs ol {
width:83.05085%;float:right;margin-right:0
}
}
@media (min-width: 80em) {
.breadcrumbs ol {
padding-left:4.23729%
}
}
.breadcrumbs li {
display:inline
}
.breadcrumbs .current {
font-weight:bold
}
.pagination {
clear:both;width:100%;float:left;margin-left:0;margin-right:0;clear:both;margin-top:1em;padding-top:1em
}
.pagination::after {
clear:both;content:"";display:table
}
.pagination ul {
margin:0;padding:0;list-style-type:none;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif
}
.pagination li {
display:block;float:left;margin-left:-1px
}
.pagination li a {
margin-bottom:0.25em;padding:0.5em 1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:14px;font-weight:bold;line-height:1.5;text-align:center;text-decoration:none;color:#9ba1a6;border:1px solid #bdc1c4;border-radius:0
}
.pagination li a:hover {
color:#3e8296
}
.pagination li a.current {
color:#fff;background:#7a8288
}
.pagination li a.disabled {
color:#bdc1c4;pointer-events:none;cursor:not-allowed
}
.pagination li:first-child {
margin-left:0
}
.pagination li:first-child a {
border-top-left-radius:4px;border-bottom-left-radius:4px
}
.pagination li:last-child a {
border-top-right-radius:4px;border-bottom-right-radius:4px
}
.pagination--pager {
display:block;padding:1em 2em;float:left;width:50%;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:1em;font-weight:bold;text-align:center;text-decoration:none;color:#9ba1a6;border:1px solid #bdc1c4;border-radius:4px
}
.pagination--pager:hover {
color:#3e8296
}
.pagination--pager:first-child {
border-top-right-radius:0;border-bottom-right-radius:0
}
.pagination--pager:last-child {
margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0
}
.pagination--pager.disabled {
color:#bdc1c4;pointer-events:none;cursor:not-allowed
}
.page__content+.pagination,.page__meta+.pagination,.page__share+.pagination,.page__comments+.pagination {
margin-top:2em;padding-top:2em;border-top:1px solid #f2f3f3
}
.greedy-nav {
position:relative;min-width:250px;background:#fff
}
.greedy-nav a {
display:block;margin:0 1rem;padding:0.5rem 0;color:#7a8288;text-decoration:none
}
.greedy-nav a:hover {
color:#5c6266
}
.greedy-nav button {
position:absolute;height:100%;right:0;padding:0 0.5rem;border:0;outline:none;background-color:#7a8288;color:#fff;cursor:pointer
}
.greedy-nav .visible-links {
display:table
}
.greedy-nav .visible-links li {
display:table-cell;vertical-align:middle
}
.greedy-nav .visible-links li:first-child {
font-weight:bold
}
.greedy-nav .visible-links li:first-child a {
margin-left:0
}
.greedy-nav .visible-links li:last-child a {
margin-right:0
}
.greedy-nav .visible-links a {
position:relative
}
.greedy-nav .visible-links a:before {
content:"";position:absolute;left:0;bottom:0;height:4px;background:#bdc1c4;width:100%;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-transform:scaleX(0);transform:scaleX(0)
}
.greedy-nav .visible-links a:hover:before {
-webkit-transform:scaleX(1);transform:scaleX(1)
}
.greedy-nav .hidden-links {
position:absolute;top:100%;right:0;margin-top:15px;padding:5px;border:1px solid #f2f3f3;border-radius:4px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.25)
}
.greedy-nav .hidden-links a {
margin:0;padding:10px 20px;font-size:1em
}
.greedy-nav .hidden-links a:hover {
color:#5c6266;background:#dee0e1
}
.greedy-nav .hidden-links:before {
content:"";position:absolute;top:-11px;right:10px;width:0;border-style:solid;border-width:0 10px 10px;border-color:#f2f3f3 transparent;display:block;z-index:0
}
.greedy-nav .hidden-links:after {
content:"";position:absolute;top:-10px;right:10px;width:0;border-style:solid;border-width:0 10px 10px;border-color:#fff transparent;display:block;z-index:1
}
.greedy-nav .hidden-links li {
display:block;border-bottom:1px solid #f2f3f3
}
.greedy-nav .hidden-links li:last-child {
border-bottom:none
}
.nav__list {
font-size:1.25rem
}
.nav__list ul {
margin-bottom:1em
}
.nav__list a {
display:block;padding:0.125em 0;color:inherit
}
.nav__list a:hover {
text-decoration:underline
}
.nav__list .active {
margin-left:-0.5em;padding-left:0.5em;padding-right:0.5em;color:#fff;font-weight:bold;background:#7a8288;border-radius:4px
}
.nav__list .active:hover {
color:#fff
}
.nav__title {
margin:0;padding:0.5rem 1rem;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:1em;font-weight:bold
}
.nav__sub-title {
display:block;margin:0.5rem 0;padding:0.5rem 0;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em;font-weight:bold;text-transform:uppercase;border-bottom:1px solid #f2f3f3
}
.toc {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;color:#7a8288;text-transform:uppercase;letter-spacing:1px;background-color:#fff;border:1px solid #f2f3f3;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.125)
}
.toc .nav__title {
color:#fff;font-size:0.75em;background:#7a8288;border-top-left-radius:4px;border-top-right-radius:4px
}
.toc__menu {
margin:0;padding:0;width:100%;list-style:none;font-size:0.8rem
}
.toc__menu a {
display:block;padding:0.5rem 1rem;color:#7a8288;font-size:0.6875em;font-weight:bold;line-height:1.5;border-bottom:1px solid #f2f3f3
}
.toc__menu a:hover {
color:#000;background:#f2f3f3
}
.toc__menu>li:last-child a {
border-bottom:none
}
.toc__menu li ul>li a {
padding-left:2rem;font-weight:normal
}
.toc__menu li>ul li {
display:none
}
@media (min-width: 48em) {
.toc__menu li>ul li {
display:block
}
}
.page__footer {
clear:both;width:100%;float:left;margin-left:0;margin-right:0;clear:both;margin-top:3em;color:#9ba1a6;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.45s;animation-delay:0.45s;background-color:#f2f3f3;border-top:1px solid #bdc1c4
}
.page__footer::after {
clear:both;content:"";display:table
}
.page__footer footer {
max-width:1024px;margin-left:auto;margin-right:auto;clear:both;margin-top:2em;padding:0 1em 2em
}
.page__footer footer:after {
content:" ";display:block;clear:both
}
.page__footer footer::after {
clear:both;content:"";display:table
}
@media (min-width: 80em) {
.page__footer footer {
max-width:1280px
}
}
.page__footer a {
color:inherit;text-decoration:none
}
.page__footer a:hover {
text-decoration:underline
}
.page__footer .fa {
color:#9ba1a6
}
.page__footer-copyright {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.6875em
}
.page__footer-follow ul {
margin:0;padding:0;list-style-type:none
}
.page__footer-follow li {
display:inline-block;padding-top:5px;padding-bottom:5px;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em;text-transform:uppercase
}
.page__footer-follow li+li:before {
content:"";padding-right:5px
}
.page__footer-follow a {
padding-right:10px;font-weight:bold
}
div.highlighter-rouge,figure.highlight {
position:relative;margin-bottom:1em;padding:1em;border:1px solid #f2f3f3;border-radius:4px;background-color:#fafafa;box-shadow:0 1px 1px rgba(0,0,0,0.125)
}
div.highlighter-rouge:before,figure.highlight:before {
position:absolute;top:0;right:0;padding:0.5em;background-color:#f2f3f3;content:"\f121";font-family:"fontawesome" !important;font-size:0.75em;line-height:1;text-transform:none;speak:none
}
div.highlighter-rouge .highlight,figure.highlight .highlight {
margin:0;font-family:Monaco,Consolas,"Lucida Console",monospace;font-size:0.6875em;line-height:1.8
}
.highlight table td {
padding:5px
}
.highlight table pre {
margin:0
}
.highlight .c {
color:#93a1a1
}
.highlight .err {
color:#586e75
}
.highlight .g {
color:#586e75
}
.highlight .k {
color:#859900
}
.highlight .l {
color:#586e75
}
.highlight .n {
color:#586e75
}
.highlight .o {
color:#859900
}
.highlight .x {
color:#cb4b16
}
.highlight .p {
color:#586e75
}
.highlight .cm {
color:#93a1a1
}
.highlight .cp {
color:#859900
}
.highlight .c1 {
color:#93a1a1
}
.highlight .cs {
color:#859900
}
.highlight .gd {
color:#2aa198
}
.highlight .ge {
color:#586e75;font-style:italic
}
.highlight .gr {
color:#dc322f
}
.highlight .gh {
color:#cb4b16
}
.highlight .gi {
color:#859900
}
.highlight .go {
color:#586e75
}
.highlight .gp {
color:#586e75
}
.highlight .gs {
color:#586e75;font-weight:bold
}
.highlight .gu {
color:#cb4b16
}
.highlight .gt {
color:#586e75
}
.highlight .kc {
color:#cb4b16
}
.highlight .kd {
color:#22b3eb
}
.highlight .kn {
color:#859900
}
.highlight .kp {
color:#859900
}
.highlight .kr {
color:#22b3eb
}
.highlight .kt {
color:#dc322f
}
.highlight .ld {
color:#586e75
}
.highlight .m {
color:#2aa198
}
.highlight .s {
color:#2aa198
}
.highlight .na {
color:#586e75
}
.highlight .nb {
color:#B58900
}
.highlight .nc {
color:#22b3eb
}
.highlight .no {
color:#cb4b16
}
.highlight .nd {
color:#22b3eb
}
.highlight .ni {
color:#cb4b16
}
.highlight .ne {
color:#cb4b16
}
.highlight .nf {
color:#22b3eb
}
.highlight .nl {
color:#586e75
}
.highlight .nn {
color:#586e75
}
.highlight .nx {
color:#586e75
}
.highlight .py {
color:#586e75
}
.highlight .nt {
color:#22b3eb
}
.highlight .nv {
color:#22b3eb
}
.highlight .ow {
color:#859900
}
.highlight .w {
color:#586e75
}
.highlight .mf {
color:#2aa198
}
.highlight .mh {
color:#2aa198
}
.highlight .mi {
color:#2aa198
}
.highlight .mo {
color:#2aa198
}
.highlight .sb {
color:#93a1a1
}
.highlight .sc {
color:#2aa198
}
.highlight .sd {
color:#586e75
}
.highlight .s2 {
color:#2aa198
}
.highlight .se {
color:#cb4b16
}
.highlight .sh {
color:#586e75
}
.highlight .si {
color:#2aa198
}
.highlight .sx {
color:#2aa198
}
.highlight .sr {
color:#dc322f
}
.highlight .s1 {
color:#2aa198
}
.highlight .ss {
color:#2aa198
}
.highlight .bp {
color:#22b3eb
}
.highlight .vc {
color:#22b3eb
}
.highlight .vg {
color:#22b3eb
}
.highlight .vi {
color:#22b3eb
}
.highlight .il {
color:#2aa198
}
btnform {
margin:0 0 5px 0
}
btnform fieldset {
margin-bottom:5px;padding:0;border-width:0
}
btnform legend {
display:block;width:100%;margin-bottom:10px;*margin-left:-7px;padding:0;color:#494e52;border:0;border-bottom:1px solid #ccc;white-space:normal
}
btnform p {
margin-bottom:5px / 2
}
btnform ul {
list-style-type:none;margin:0 0 5px 0;padding:0
}
btnform br {
display:none
}
label,input,button,select,textarea {
vertical-align:baseline;*vertical-align:middle
}
input,button,select,textarea {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;box-sizing:border-box
}
label {
display:block;margin-bottom:10px / 8;font-weight:bold;color:#494e52;cursor:pointer
}
label input,label textarea,label select {
display:block
}
input,textarea,select {
display:inline-block;width:100%;padding:4px;margin-bottom:5px / 4;background-color:#fff;border:1px solid #ccc;color:#494e52
}
input:hover,textarea:hover,select:hover {
border-color:#bdc1c4
}
.input-mini {
width:60px
}
.input-small {
width:90px
}
input[type="image"],input[type="checkbox"],input[type="radio"] {
width:auto;height:auto;padding:0;margin:3px 0;*margin-top:0;line-height:normal;cursor:pointer;border-radius:0;border:0 \9
}
input[type="checkbox"],input[type="radio"] {
box-sizing:border-box;padding:0;*width:13px;*height:13px
}
input[type="image"] {
border:0;box-shadow:none
}
input[type="file"] {
width:auto;padding:initial;line-height:initial;border:initial;background-color:transparent;background-color:initial;box-shadow:none
}
input[type="button"],input[type="reset"],input[type="submit"] {
width:auto;height:auto;cursor:pointer;*overflow:visible
}
select,input[type="file"] {
*margin-top:4px
}
select {
width:auto;background-color:#fff
}
select[multiple],select[size] {
height:auto
}
textarea {
resize:vertical;height:auto;overflow:auto;vertical-align:top
}
input[type="hidden"] {
display:none
}
.radio,.checkbox {
padding-left:18px;font-weight:normal
}
.radio input[type="radio"],.checkbox input[type="checkbox"] {
float:left;margin-left:-18px
}
.radio.inline,.checkbox.inline {
display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle
}
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline {
margin-left:10px
}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly] {
opacity:0.5;cursor:not-allowed
}
input:focus,textarea:focus {
border-color:#7a8288;outline:0;outline:thin dotted \9
}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus {
box-shadow:none
}
.help-block,.help-inline {
color:#52adc8
}
.help-block {
display:block;margin-bottom:1em;line-height:1em
}
.help-inline {
display:inline-block;vertical-align:middle;padding-left:5px
}
.form-inline input,.form-inline textarea,.form-inline select {
display:inline-block;margin-bottom:0
}
.form-inline label {
display:inline-block
}
.form-inline .radio,.form-inline .checkbox,.form-inline .radio {
padding-left:0;margin-bottom:0;vertical-align:middle
}
.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
float:left;margin-left:0;margin-right:3px
}
.form-search input,.form-search textarea,.form-search select {
display:inline-block;margin-bottom:0
}
.form-search .search-query {
padding-left:14px;padding-right:14px;margin-bottom:0;border-radius:14px
}
.form-search label {
display:inline-block
}
.form-search .radio,.form-search .checkbox,.form-inline .radio {
padding-left:0;margin-bottom:0;vertical-align:middle
}
.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"] {
float:left;margin-left:0;margin-right:3px
}
#goog-fixurl ul {
list-style:none;margin-left:0;padding-left:0
}
#goog-fixurl ul li {
list-style-type:none
}
#goog-wm-qt {
width:auto;margin-right:10px;margin-bottom:20px;padding:8px 20px;display:inline-block;font-size:0.75em;background-color:#fff;color:#000;border-width:2px !important;border-style:solid !important;border-color:gray;border-radius:4px
}
#main {
max-width:1024px;margin-left:auto;margin-right:auto;clear:both;margin-top:2em;padding-left:1em;padding-right:1em;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.35s;animation-delay:0.35s
}
#main:after {
content:" ";display:block;clear:both
}
#main::after {
clear:both;content:"";display:table
}
@media (min-width: 80em) {
#main {
max-width:1280px
}
}
@media (min-width: 64em) {
.page {
width:83.05085%;float:right;margin-right:0;padding-left:4.23729%;padding-right:16.94915%
}
}
.page .page__inner-wrap {
clear:both;width:100%;float:left;margin-left:0;margin-right:0
}
.page .page__inner-wrap .page__content,.page .page__inner-wrap .page__meta,.page .page__inner-wrap .page__share {
clear:both;width:100%;float:left;margin-left:0;margin-right:0
}
.page__title {
margin-top:0;line-height:1
}
.page__title+.page__meta {
margin-top:-0.5em
}
.page__lead {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:1.25em
}
.page__content h2 {
padding-bottom:0.5em;border-bottom:1px solid #f2f3f3
}
.page__content p,.page__content li,.page__content dl {
font-size:1em
}
.page__content p {
margin:0 0 1.3em
}
.page__content a {
text-decoration:none
}
.page__content a:hover {
text-decoration:underline
}
.page__content a:hover img {
box-shadow:0 0 10px rgba(0,0,0,0.25)
}
.page__content dt {
margin-top:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-weight:bold
}
.page__content dd {
margin-left:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em
}
.page__content .small {
font-size:0.75em
}
.page__content blockquote+.small {
margin-top:-1.5em;padding-left:1.25rem
}
.page__hero {
position:relative;margin-bottom:2em;clear:both;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.25s;animation-delay:0.25s
}
.page__hero::after {
clear:both;content:"";display:table
}
.page__hero--overlay {
position:relative;margin-bottom:2em;padding:3em 0;clear:both;background-size:cover;background-repeat:no-repeat;background-position:center;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.25s;animation-delay:0.25s
}
.page__hero--overlay::after {
clear:both;content:"";display:table
}
.page__hero--overlay a {
color:#fff
}
.page__hero--overlay .wrapper {
padding-left:1em;padding-right:1em
}
@media (min-width: 80em) {
.page__hero--overlay .wrapper {
max-width:1280px
}
}
.page__hero--overlay .page__title,.page__hero--overlay .page__meta,.page__hero--overlay .page__lead,.page__hero--overlay .btn,.page__hero--overlay #goog-wm-sb {
color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,0.5)
}
.page__hero--overlay .page__lead {
max-width:768px
}
.page__hero--overlay .page__title {
font-size:1.953em
}
@media (min-width: 37.5em) {
.page__hero--overlay .page__title {
font-size:2.441em
}
}
.page__hero-image {
width:100%;height:auto;-ms-interpolation-mode:bicubic
}
.page__hero-caption {
position:absolute;bottom:0;right:0;margin:0 auto;padding:2px 5px;color:#fff;font-family:Georgia,Times,serif;font-size:0.6875em;background:#000;text-align:right;z-index:5;opacity:0.5;border-radius:4px 0 4px 0
}
@media (min-width: 64em) {
.page__hero-caption {
padding:5px 10px
}
}
.page__hero-caption a {
color:#fff;text-decoration:none
}
.page__share {
margin-top:2em;padding-top:1em;border-top:1px solid #f2f3f3
}
@media (max-width: 37.5em) {
.page__share .btn span,.page__share #goog-wm-sb span {
border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px
}
}
.page__share-title {
margin-bottom:10px;font-size:0.75em;text-transform:uppercase
}
.page__meta {
margin-top:2em;color:#9ba1a6;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em
}
.page__meta p {
margin:0
}
.page__meta a {
color:inherit
}
.page__meta-title {
margin-bottom:10px;font-size:0.75em;text-transform:uppercase
}
.page__taxonomy .sep {
display:none
}
.page__taxonomy strong {
margin-right:10px
}
.page__taxonomy-item {
display:inline-block;margin-right:5px;margin-bottom:8px;padding:5px 10px;text-decoration:none;border:1px solid #bdc1c4;border-radius:4px
}
.page__taxonomy-item:hover {
text-decoration:none;color:#3e8296
}
.page__comments {
clear:both;width:100%;float:left;margin-left:0;margin-right:0
}
.page__comments-title {
margin-top:2rem;margin-bottom:10px;padding-top:2rem;font-size:0.75em;border-top:1px solid #f2f3f3;text-transform:uppercase
}
.page__related {
margin-top:2em;padding-top:1em;border-top:1px solid #f2f3f3;clear:both;float:left
}
.page__related::after {
clear:both;content:"";display:table
}
@media (min-width: 64em) {
.page__related {
margin-left:21.18644%
}
}
.page__related a {
color:inherit;text-decoration:none
}
.page__related-title {
margin-bottom:10px;font-size:0.75em;text-transform:uppercase
}
.archive {
margin-bottom:2em
}
.archive > p {
padding-right: 300px;
}
@media (min-width: 48em) {
.archive {
width:100%;float:left;margin-left:0;margin-right:0
}
}
@media (min-width: 64em) {
.archive {
width:83.05085%;float:right;margin-right:0;padding-left:4.23729%
}
}
.archive a {
color:#52adc8;text-decoration:none
}
.archive a:hover {
color:#9ed1e0;text-decoration:none
}
.archive__item-title > a {
color: #52adc8;
}
.archive__item-title > a:hover {
color: #9ed1e0;
}
.archive__subtitle {
margin:1.414em 0 0;padding-bottom:0.5em;font-size:1em;color:#9ba1a6;border-bottom:1px solid #f2f3f3
}
.archive__subtitle+.list__item .archive__item-title {
margin-top:0.5em
}
.archive__item-title {
margin-bottom:0.25em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif
}
.page__content .archive__item-title {
margin-top:1em;border-bottom:none
}
.archive__item-excerpt {
margin-top:0;font-size:0.75em
}
.archive__item-excerpt+p {
text-indent:0
}
.archive__item-teaser {
border-radius:4px;overflow:hidden
}
.archive__item-teaser img {
width:100%
}
a:hover .archive__item-teaser {
box-shadow:0 0 10px rgba(0,0,0,0.25)
}
a:hover .archive__item-title {
text-decoration:underline
}
@media (min-width: 48em) {
.list__item {
padding-right:200px
}
}
@media (min-width: 64em) {
.list__item {
padding-right:300px
}
}
@media (min-width: 80em) {
.list__item {
padding-right:400px
}
}
.list__item .page__meta {
margin:0 0 4px
}
.grid__item {
margin-bottom:2em
}
.grid__item .page__meta {
margin:0 0 4px
}
.grid__item .archive__item-title {
margin-top:0.5em;font-size:1em
}
.grid__item .archive__item-excerpt {
display:none
}
@media (min-width: 37.5em) {
.grid__item {
width:48.97959%;float:left
}
.grid__item:nth-child(2n+1) {
margin-left:0;margin-right:-100%;clear:both;margin-left:0
}
.grid__item:nth-child(2n+2) {
margin-left:51.02041%;margin-right:-100%;clear:none
}
.grid__item .archive__item-teaser {
max-height:200px
}
}
@media (min-width: 48em) {
.grid__item {
margin-left:0;margin-right:0;width:23.46939%;float:left
}
.grid__item:nth-child(4n+1) {
margin-left:0;margin-right:-100%;clear:both;margin-left:0
}
.grid__item:nth-child(4n+2) {
margin-left:25.5102%;margin-right:-100%;clear:none
}
.grid__item:nth-child(4n+3) {
margin-left:51.02041%;margin-right:-100%;clear:none
}
.grid__item:nth-child(4n+4) {
margin-left:76.53061%;margin-right:-100%;clear:none
}
.grid__item .archive__item-teaser {
max-height:120px
}
.grid__item .archive__item-excerpt {
display:block;font-size:0.75em
}
}
.feature__wrapper {
clear:both;margin-bottom:2em;border-bottom:1px solid #f2f3f3
}
.feature__wrapper::after {
clear:both;content:"";display:table
}
.feature__item {
margin-bottom:2em;font-size:1.25rem
}
@media (min-width: 37.5em) {
.feature__item {
margin-bottom:0;width:32.20339%;float:left
}
.feature__item:nth-child(3n+1) {
margin-left:0;margin-right:-100%;clear:both;margin-left:0
}
.feature__item:nth-child(3n+2) {
margin-left:33.89831%;margin-right:-100%;clear:none
}
.feature__item:nth-child(3n+3) {
margin-left:67.79661%;margin-right:-100%;clear:none
}
.feature__item .feature__item-teaser {
max-height:200px;overflow:hidden
}
}
.feature__item--left {
clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:1.25rem
}
.feature__item--left .archive__item-teaser {
margin-bottom:2em
}
@media (min-width: 37.5em) {
.feature__item--left .archive__item-teaser {
width:40.67797%;float:left;margin-right:1.69492%
}
.feature__item--left .archive__item-body {
width:57.62712%;float:right;margin-right:0;padding-left:4.23729%;padding-right:8.47458%
}
}
.feature__item--right {
clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:1.25rem
}
.feature__item--right .archive__item-teaser {
margin-bottom:2em
}
@media (min-width: 37.5em) {
.feature__item--right {
text-align:right
}
.feature__item--right .archive__item-teaser {
width:40.67797%;float:right;margin-left:1.69492%
}
.feature__item--right .archive__item-body {
width:57.62712%;float:left;margin-left:0;padding-left:4.23729%;padding-right:8.47458%
}
}
.feature__item--center {
clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:1.25rem
}
.feature__item--center .archive__item-teaser {
margin-bottom:2em
}
@media (min-width: 37.5em) {
.feature__item--center {
text-align:center
}
.feature__item--center .archive__item-teaser {
margin:0 auto;width:40.67797%
}
.feature__item--center .archive__item-body {
margin:0 auto;width:57.62712%
}
}
.sidebar {
clear:both;margin-bottom:1em
}
.sidebar::after {
clear:both;content:"";display:table
}
@media (min-width: 64em) {
.sidebar {
width:15.25424%;float:left;margin-right:1.69492%;opacity:0.75;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out
}
.sidebar:hover {
opacity:1
}
}
@media (min-width: 80em) {
.sidebar {
padding-right:0
}
}
.sidebar h2,.sidebar h3,.sidebar h4,.sidebar h5,.sidebar h6 {
margin-bottom:0;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif
}
.sidebar h3,.sidebar h4 {
font-size:1em
}
.sidebar p,.sidebar li {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em;line-height:1.5
}
.sidebar img {
width:100%
}
.sidebar__right {
margin-bottom:1em
}
@media (min-width: 64em) {
.sidebar__right {
position:relative;float:right;width:200px;margin-left:2.54237%;z-index:10
}
}
@media (min-width: 80em) {
.sidebar__right {
width:300px
}
}
.author__avatar {
display:table-cell;vertical-align:top;width:36px;height:36px
}
@media (min-width: 64em) {
.author__avatar {
display:block;width:auto;height:auto
}
}
.author__avatar img {
max-width:110px;border-radius:50%
}
@media (min-width: 64em) {
.author__avatar img {
padding:5px;border:1px solid #f2f3f3
}
}
.author__content {
display:table-cell;vertical-align:top;padding-left:15px;padding-right:25px;line-height:1
}
@media (min-width: 64em) {
.author__content {
display:block;width:100%;padding-left:0;padding-right:0
}
}
.author__name {
margin:0
}
@media (min-width: 64em) {
.author__name {
margin-top:10px;margin-bottom:10px
}
}
.sidebar .author__name {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:1em
}
.author__bio {
margin:0
}
@media (min-width: 64em) {
.author__bio {
margin-top:10px;margin-bottom:20px
}
}
.author__urls-wrapper {
position:relative;display:table-cell;vertical-align:middle;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;z-index:10;position:relative;cursor:pointer
}
.author__urls-wrapper li:last-child a {
margin-bottom:0
}
@media (min-width: 64em) {
.author__urls-wrapper {
display:block
}
}
.author__urls-wrapper button {
margin-bottom:0
}
@media (min-width: 64em) {
.author__urls-wrapper button {
display:none
}
}
.author__urls {
display:none;position:absolute;right:0;margin-top:15px;padding:10px;list-style-type:none;border:1px solid #f2f3f3;border-radius:4px;background:#fff;z-index:-1;box-shadow:0 0 10px rgba(0,0,0,0.25);cursor:default
}
@media (min-width: 64em) {
.author__urls {
display:block;position:relative;margin:0;padding:0;border:0;background:transparent;box-shadow:none
}
}
.author__urls:before {
display:block;content:"";position:absolute;top:-11px;left:calc(50% - 10px);width:0;border-style:solid;border-width:0 10px 10px;border-color:#f2f3f3 transparent;z-index:0
}
@media (min-width: 64em) {
.author__urls:before {
display:none
}
}
.author__urls:after {
display:block;content:"";position:absolute;top:-10px;left:calc(50% - 10px);width:0;border-style:solid;border-width:0 10px 10px;border-color:#fff transparent;z-index:1
}
@media (min-width: 64em) {
.author__urls:after {
display:none
}
}
.author__urls li {
white-space:nowrap
}
.author__urls a {
display:block;margin-bottom:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;color:inherit;font-size:1em;text-decoration:none
}
.author__urls a:hover {
text-decoration:underline
}
/*!
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face {
font-family:'FontAwesome';src:url("../fonts/fontawesome-webfont.eot?v=4.6.3");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");font-weight:normal;font-style:normal
}
.fa {
display:inline-block;font:normal normal normal 14px / 1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
}
.fa-lg {
font-size:1.33333em;line-height:0.75em;vertical-align:-15%
}
.fa-2x {
font-size:2em
}
.fa-3x {
font-size:3em
}
.fa-4x {
font-size:4em
}
.fa-5x {
font-size:5em
}
.fa-fw {
width:1.28571em;text-align:center
}
.fa-ul {
padding-left:0;margin-left:2.14286em;list-style-type:none
}
.fa-ul>li {
position:relative
}
.fa-li {
position:absolute;left:-2.14286em;width:2.14286em;top:0.14286em;text-align:center
}
.fa-li.fa-lg {
left:-1.85714em
}
.fa-border {
padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em
}
.fa-pull-left {
float:left
}
.fa-pull-right {
float:right
}
.fa.fa-pull-left {
margin-right:.3em
}
.fa.fa-pull-right {
margin-left:.3em
}
.pull-right {
float:right
}
.pull-left {
float:left
}
.fa.pull-left {
margin-right:.3em
}
.fa.pull-right {
margin-left:.3em
}
.fa-spin {
-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear
}
.fa-pulse {
-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);transform:rotate(359deg)
}
}
.fa-rotate-90 {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)
}
.fa-rotate-180 {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)
}
.fa-rotate-270 {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)
}
.fa-flip-horizontal {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)
}
.fa-flip-vertical {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
-webkit-filter:none;filter:none
}
.fa-stack {
position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x {
position:absolute;left:0;width:100%;text-align:center
}
.fa-stack-1x {
line-height:inherit
}
.fa-stack-2x {
font-size:2em
}
.fa-inverse {
color:#fff
}
.fa-glass:before {
content:""
}
.fa-music:before {
content:""
}
.fa-search:before {
content:""
}
.fa-envelope-o:before {
content:""
}
.fa-heart:before {
content:""
}
.fa-star:before {
content:""
}
.fa-star-o:before {
content:""
}
.fa-user:before {
content:""
}
.fa-film:before {
content:""
}
.fa-th-large:before {
content:""
}
.fa-th:before {
content:""
}
.fa-th-list:before {
content:""
}
.fa-check:before {
content:""
}
.fa-remove:before,.fa-close:before,.fa-times:before {
content:""
}
.fa-search-plus:before {
content:""
}
.fa-search-minus:before {
content:""
}
.fa-power-off:before {
content:""
}
.fa-signal:before {
content:""
}
.fa-gear:before,.fa-cog:before {
content:""
}
.fa-trash-o:before {
content:""
}
.fa-home:before {
content:""
}
.fa-file-o:before {
content:""
}
.fa-clock-o:before {
content:""
}
.fa-road:before {
content:""
}
.fa-download:before {
content:""
}
.fa-arrow-circle-o-down:before {
content:""
}
.fa-arrow-circle-o-up:before {
content:""
}
.fa-inbox:before {
content:""
}
.fa-play-circle-o:before {
content:""
}
.fa-rotate-right:before,.fa-repeat:before {
content:""
}
.fa-refresh:before {
content:""
}
.fa-list-alt:before {
content:""
}
.fa-lock:before {
content:""
}
.fa-flag:before {
content:""
}
.fa-headphones:before {
content:""
}
.fa-volume-off:before {
content:""
}
.fa-volume-down:before {
content:""
}
.fa-volume-up:before {
content:""
}
.fa-qrcode:before {
content:""
}
.fa-barcode:before {
content:""
}
.fa-tag:before {
content:""
}
.fa-tags:before {
content:""
}
.fa-book:before {
content:""
}
.fa-bookmark:before {
content:""
}
.fa-print:before {
content:""
}
.fa-camera:before {
content:""
}
.fa-font:before {
content:""
}
.fa-bold:before {
content:""
}
.fa-italic:before {
content:""
}
.fa-text-height:before {
content:""
}
.fa-text-width:before {
content:""
}
.fa-align-left:before {
content:""
}
.fa-align-center:before {
content:""
}
.fa-align-right:before {
content:""
}
.fa-align-justify:before {
content:""
}
.fa-list:before {
content:""
}
.fa-dedent:before,.fa-outdent:before {
content:""
}
.fa-indent:before {
content:""
}
.fa-video-camera:before {
content:""
}
.fa-photo:before,.fa-image:before,.fa-picture-o:before {
content:""
}
.fa-pencil:before {
content:""
}
.fa-map-marker:before {
content:""
}
.fa-adjust:before {
content:""
}
.fa-tint:before {
content:""
}
.fa-edit:before,.fa-pencil-square-o:before {
content:""
}
.fa-share-square-o:before {
content:""
}
.fa-check-square-o:before {
content:""
}
.fa-arrows:before {
content:""
}
.fa-step-backward:before {
content:""
}
.fa-fast-backward:before {
content:""
}
.fa-backward:before {
content:""
}
.fa-play:before {
content:""
}
.fa-pause:before {
content:""
}
.fa-stop:before {
content:""
}
.fa-forward:before {
content:""
}
.fa-fast-forward:before {
content:""
}
.fa-step-forward:before {
content:""
}
.fa-eject:before {
content:""
}
.fa-chevron-left:before {
content:""
}
.fa-chevron-right:before {
content:""
}
.fa-plus-circle:before {
content:""
}
.fa-minus-circle:before {
content:""
}
.fa-times-circle:before {
content:""
}
.fa-check-circle:before {
content:""
}
.fa-question-circle:before {
content:""
}
.fa-info-circle:before {
content:""
}
.fa-crosshairs:before {
content:""
}
.fa-times-circle-o:before {
content:""
}
.fa-check-circle-o:before {
content:""
}
.fa-ban:before {
content:""
}
.fa-arrow-left:before {
content:""
}
.fa-arrow-right:before {
content:""
}
.fa-arrow-up:before {
content:""
}
.fa-arrow-down:before {
content:""
}
.fa-mail-forward:before,.fa-share:before {
content:""
}
.fa-expand:before {
content:""
}
.fa-compress:before {
content:""
}
.fa-plus:before {
content:""
}
.fa-minus:before {
content:""
}
.fa-asterisk:before {
content:""
}
.fa-exclamation-circle:before {
content:""
}
.fa-gift:before {
content:""
}
.fa-leaf:before {
content:""
}
.fa-fire:before {
content:""
}
.fa-eye:before {
content:""
}
.fa-eye-slash:before {
content:""
}
.fa-warning:before,.fa-exclamation-triangle:before {
content:""
}
.fa-plane:before {
content:""
}
.fa-calendar:before {
content:""
}
.fa-random:before {
content:""
}
.fa-comment:before {
content:""
}
.fa-magnet:before {
content:""
}
.fa-chevron-up:before {
content:""
}
.fa-chevron-down:before {
content:""
}
.fa-retweet:before {
content:""
}
.fa-shopping-cart:before {
content:""
}
.fa-folder:before {
content:""
}
.fa-folder-open:before {
content:""
}
.fa-arrows-v:before {
content:""
}
.fa-arrows-h:before {
content:""
}
.fa-bar-chart-o:before,.fa-bar-chart:before {
content:""
}
.fa-twitter-square:before {
content:""
}
.fa-facebook-square:before {
content:""
}
.fa-camera-retro:before {
content:""
}
.fa-key:before {
content:""
}
.fa-gears:before,.fa-cogs:before {
content:""
}
.fa-comments:before {
content:""
}
.fa-thumbs-o-up:before {
content:""
}
.fa-thumbs-o-down:before {
content:""
}
.fa-star-half:before {
content:""
}
.fa-heart-o:before {
content:""
}
.fa-sign-out:before {
content:""
}
.fa-linkedin-square:before {
content:""
}
.fa-thumb-tack:before {
content:""
}
.fa-external-link:before {
content:""
}
.fa-sign-in:before {
content:""
}
.fa-trophy:before {
content:""
}
.fa-github-square:before {
content:""
}
.fa-upload:before {
content:""
}
.fa-lemon-o:before {
content:""
}
.fa-phone:before {
content:""
}
.fa-square-o:before {
content:""
}
.fa-bookmark-o:before {
content:""
}
.fa-phone-square:before {
content:""
}
.fa-twitter:before {
content:""
}
.fa-facebook-f:before,.fa-facebook:before {
content:""
}
.fa-github:before {
content:""
}
.fa-unlock:before {
content:""
}
.fa-credit-card:before {
content:""
}
.fa-feed:before,.fa-rss:before {
content:""
}
.fa-hdd-o:before {
content:""
}
.fa-bullhorn:before {
content:""
}
.fa-bell:before {
content:""
}
.fa-certificate:before {
content:""
}
.fa-hand-o-right:before {
content:""
}
.fa-hand-o-left:before {
content:""
}
.fa-hand-o-up:before {
content:""
}
.fa-hand-o-down:before {
content:""
}
.fa-arrow-circle-left:before {
content:""
}
.fa-arrow-circle-right:before {
content:""
}
.fa-arrow-circle-up:before {
content:""
}
.fa-arrow-circle-down:before {
content:""
}
.fa-globe:before {
content:""
}
.fa-wrench:before {
content:""
}
.fa-tasks:before {
content:""
}
.fa-filter:before {
content:""
}
.fa-briefcase:before {
content:""
}
.fa-arrows-alt:before {
content:""
}
.fa-group:before,.fa-users:before {
content:""
}
.fa-chain:before,.fa-link:before {
content:""
}
.fa-cloud:before {
content:""
}
.fa-flask:before {
content:""
}
.fa-cut:before,.fa-scissors:before {
content:""
}
.fa-copy:before,.fa-files-o:before {
content:""
}
.fa-paperclip:before {
content:""
}
.fa-save:before,.fa-floppy-o:before {
content:""
}
.fa-square:before {
content:""
}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
content:""
}
.fa-list-ul:before {
content:""
}
.fa-list-ol:before {
content:""
}
.fa-strikethrough:before {
content:""
}
.fa-underline:before {
content:""
}
.fa-table:before {
content:""
}
.fa-magic:before {
content:""
}
.fa-truck:before {
content:""
}
.fa-pinterest:before {
content:""
}
.fa-pinterest-square:before {
content:""
}
.fa-google-plus-square:before {
content:""
}
.fa-google-plus:before {
content:""
}
.fa-money:before {
content:""
}
.fa-caret-down:before {
content:""
}
.fa-caret-up:before {
content:""
}
.fa-caret-left:before {
content:""
}
.fa-caret-right:before {
content:""
}
.fa-columns:before {
content:""
}
.fa-unsorted:before,.fa-sort:before {
content:""
}
.fa-sort-down:before,.fa-sort-desc:before {
content:""
}
.fa-sort-up:before,.fa-sort-asc:before {
content:""
}
.fa-envelope:before {
content:""
}
.fa-linkedin:before {
content:""
}
.fa-rotate-left:before,.fa-undo:before {
content:""
}
.fa-legal:before,.fa-gavel:before {
content:""
}
.fa-dashboard:before,.fa-tachometer:before {
content:""
}
.fa-comment-o:before {
content:""
}
.fa-comments-o:before {
content:""
}
.fa-flash:before,.fa-bolt:before {
content:""
}
.fa-sitemap:before {
content:""
}
.fa-umbrella:before {
content:""
}
.fa-paste:before,.fa-clipboard:before {
content:""
}
.fa-lightbulb-o:before {
content:""
}
.fa-exchange:before {
content:""
}
.fa-cloud-download:before {
content:""
}
.fa-cloud-upload:before {
content:""
}
.fa-user-md:before {
content:""
}
.fa-stethoscope:before {
content:""
}
.fa-suitcase:before {
content:""
}
.fa-bell-o:before {
content:""
}
.fa-coffee:before {
content:""
}
.fa-cutlery:before {
content:""
}
.fa-file-text-o:before {
content:""
}
.fa-building-o:before {
content:""
}
.fa-hospital-o:before {
content:""
}
.fa-ambulance:before {
content:""
}
.fa-medkit:before {
content:""
}
.fa-fighter-jet:before {
content:""
}
.fa-beer:before {
content:""
}
.fa-h-square:before {
content:""
}
.fa-plus-square:before {
content:""
}
.fa-angle-double-left:before {
content:""
}
.fa-angle-double-right:before {
content:""
}
.fa-angle-double-up:before {
content:""
}
.fa-angle-double-down:before {
content:""
}
.fa-angle-left:before {
content:""
}
.fa-angle-right:before {
content:""
}
.fa-angle-up:before {
content:""
}
.fa-angle-down:before {
content:""
}
.fa-desktop:before {
content:""
}
.fa-laptop:before {
content:""
}
.fa-tablet:before {
content:""
}
.fa-mobile-phone:before,.fa-mobile:before {
content:""
}
.fa-circle-o:before {
content:""
}
.fa-quote-left:before {
content:""
}
.fa-quote-right:before {
content:""
}
.fa-spinner:before {
content:""
}
.fa-circle:before {
content:""
}
.fa-mail-reply:before,.fa-reply:before {
content:""
}
.fa-github-alt:before {
content:""
}
.fa-folder-o:before {
content:""
}
.fa-folder-open-o:before {
content:""
}
.fa-smile-o:before {
content:""
}
.fa-frown-o:before {
content:""
}
.fa-meh-o:before {
content:""
}
.fa-gamepad:before {
content:""
}
.fa-keyboard-o:before {
content:""
}
.fa-flag-o:before {
content:""
}
.fa-flag-checkered:before {
content:""
}
.fa-terminal:before {
content:""
}
.fa-code:before {
content:""
}
.fa-mail-reply-all:before,.fa-reply-all:before {
content:""
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
content:""
}
.fa-location-arrow:before {
content:""
}
.fa-crop:before {
content:""
}
.fa-code-fork:before {
content:""
}
.fa-unlink:before,.fa-chain-broken:before {
content:""
}
.fa-question:before {
content:""
}
.fa-info:before {
content:""
}
.fa-exclamation:before {
content:""
}
.fa-superscript:before {
content:""
}
.fa-subscript:before {
content:""
}
.fa-eraser:before {
content:""
}
.fa-puzzle-piece:before {
content:""
}
.fa-microphone:before {
content:""
}
.fa-microphone-slash:before {
content:""
}
.fa-shield:before {
content:""
}
.fa-calendar-o:before {
content:""
}
.fa-fire-extinguisher:before {
content:""
}
.fa-rocket:before {
content:""
}
.fa-maxcdn:before {
content:""
}
.fa-chevron-circle-left:before {
content:""
}
.fa-chevron-circle-right:before {
content:""
}
.fa-chevron-circle-up:before {
content:""
}
.fa-chevron-circle-down:before {
content:""
}
.fa-html5:before {
content:""
}
.fa-css3:before {
content:""
}
.fa-anchor:before {
content:""
}
.fa-unlock-alt:before {
content:""
}
.fa-bullseye:before {
content:""
}
.fa-ellipsis-h:before {
content:""
}
.fa-ellipsis-v:before {
content:""
}
.fa-rss-square:before {
content:""
}
.fa-play-circle:before {
content:""
}
.fa-ticket:before {
content:""
}
.fa-minus-square:before {
content:""
}
.fa-minus-square-o:before {
content:""
}
.fa-level-up:before {
content:""
}
.fa-level-down:before {
content:""
}
.fa-check-square:before {
content:""
}
.fa-pencil-square:before {
content:""
}
.fa-external-link-square:before {
content:""
}
.fa-share-square:before {
content:""
}
.fa-compass:before {
content:""
}
.fa-toggle-down:before,.fa-caret-square-o-down:before {
content:""
}
.fa-toggle-up:before,.fa-caret-square-o-up:before {
content:""
}
.fa-toggle-right:before,.fa-caret-square-o-right:before {
content:""
}
.fa-euro:before,.fa-eur:before {
content:""
}
.fa-gbp:before {
content:""
}
.fa-dollar:before,.fa-usd:before {
content:""
}
.fa-rupee:before,.fa-inr:before {
content:""
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
content:""
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
content:""
}
.fa-won:before,.fa-krw:before {
content:""
}
.fa-bitcoin:before,.fa-btc:before {
content:""
}
.fa-file:before {
content:""
}
.fa-file-text:before {
content:""
}
.fa-sort-alpha-asc:before {
content:""
}
.fa-sort-alpha-desc:before {
content:""
}
.fa-sort-amount-asc:before {
content:""
}
.fa-sort-amount-desc:before {
content:""
}
.fa-sort-numeric-asc:before {
content:""
}
.fa-sort-numeric-desc:before {
content:""
}
.fa-thumbs-up:before {
content:""
}
.fa-thumbs-down:before {
content:""
}
.fa-youtube-square:before {
content:""
}
.fa-youtube:before {
content:""
}
.fa-xing:before {
content:""
}
.fa-xing-square:before {
content:""
}
.fa-youtube-play:before {
content:""
}
.fa-dropbox:before {
content:""
}
.fa-stack-overflow:before {
content:""
}
.fa-instagram:before {
content:""
}
.fa-flickr:before {
content:""
}
.fa-adn:before {
content:""
}
.fa-bitbucket:before {
content:""
}
.fa-bitbucket-square:before {
content:""
}
.fa-tumblr:before {
content:""
}
.fa-tumblr-square:before {
content:""
}
.fa-long-arrow-down:before {
content:""
}
.fa-long-arrow-up:before {
content:""
}
.fa-long-arrow-left:before {
content:""
}
.fa-long-arrow-right:before {
content:""
}
.fa-apple:before {
content:""
}
.fa-windows:before {
content:""
}
.fa-android:before {
content:""
}
.fa-linux:before {
content:""
}
.fa-dribbble:before {
content:""
}
.fa-skype:before {
content:""
}
.fa-foursquare:before {
content:""
}
.fa-trello:before {
content:""
}
.fa-female:before {
content:""
}
.fa-male:before {
content:""
}
.fa-gittip:before,.fa-gratipay:before {
content:""
}
.fa-sun-o:before {
content:""
}
.fa-moon-o:before {
content:""
}
.fa-archive:before {
content:""
}
.fa-bug:before {
content:""
}
.fa-vk:before {
content:""
}
.fa-weibo:before {
content:""
}
.fa-renren:before {
content:""
}
.fa-pagelines:before {
content:""
}
.fa-stack-exchange:before {
content:""
}
.fa-arrow-circle-o-right:before {
content:""
}
.fa-arrow-circle-o-left:before {
content:""
}
.fa-toggle-left:before,.fa-caret-square-o-left:before {
content:""
}
.fa-dot-circle-o:before {
content:""
}
.fa-wheelchair:before {
content:""
}
.fa-vimeo-square:before {
content:""
}
.fa-turkish-lira:before,.fa-try:before {
content:""
}
.fa-plus-square-o:before {
content:""
}
.fa-space-shuttle:before {
content:""
}
.fa-slack:before {
content:""
}
.fa-envelope-square:before {
content:""
}
.fa-wordpress:before {
content:""
}
.fa-openid:before {
content:""
}
.fa-institution:before,.fa-bank:before,.fa-university:before {
content:""
}
.fa-mortar-board:before,.fa-graduation-cap:before {
content:""
}
.fa-yahoo:before {
content:""
}
.fa-google:before {
content:""
}
.fa-reddit:before {
content:""
}
.fa-reddit-square:before {
content:""
}
.fa-stumbleupon-circle:before {
content:""
}
.fa-stumbleupon:before {
content:""
}
.fa-delicious:before {
content:""
}
.fa-digg:before {
content:""
}
.fa-pied-piper-pp:before {
content:""
}
.fa-pied-piper-alt:before {
content:""
}
.fa-drupal:before {
content:""
}
.fa-joomla:before {
content:""
}
.fa-language:before {
content:""
}
.fa-fax:before {
content:""
}
.fa-building:before {
content:""
}
.fa-child:before {
content:""
}
.fa-paw:before {
content:""
}
.fa-spoon:before {
content:""
}
.fa-cube:before {
content:""
}
.fa-cubes:before {
content:""
}
.fa-behance:before {
content:""
}
.fa-behance-square:before {
content:""
}
.fa-steam:before {
content:""
}
.fa-steam-square:before {
content:""
}
.fa-recycle:before {
content:""
}
.fa-automobile:before,.fa-car:before {
content:""
}
.fa-cab:before,.fa-taxi:before {
content:""
}
.fa-tree:before {
content:""
}
.fa-spotify:before {
content:""
}
.fa-deviantart:before {
content:""
}
.fa-soundcloud:before {
content:""
}
.fa-database:before {
content:""
}
.fa-file-pdf-o:before {
content:""
}
.fa-file-word-o:before {
content:""
}
.fa-file-excel-o:before {
content:""
}
.fa-file-powerpoint-o:before {
content:""
}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
content:""
}
.fa-file-zip-o:before,.fa-file-archive-o:before {
content:""
}
.fa-file-sound-o:before,.fa-file-audio-o:before {
content:""
}
.fa-file-movie-o:before,.fa-file-video-o:before {
content:""
}
.fa-file-code-o:before {
content:""
}
.fa-vine:before {
content:""
}
.fa-codepen:before {
content:""
}
.fa-jsfiddle:before {
content:""
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
content:""
}
.fa-circle-o-notch:before {
content:""
}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
content:""
}
.fa-ge:before,.fa-empire:before {
content:""
}
.fa-git-square:before {
content:""
}
.fa-git:before {
content:""
}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
content:""
}
.fa-tencent-weibo:before {
content:""
}
.fa-qq:before {
content:""
}
.fa-wechat:before,.fa-weixin:before {
content:""
}
.fa-send:before,.fa-paper-plane:before {
content:""
}
.fa-send-o:before,.fa-paper-plane-o:before {
content:""
}
.fa-history:before {
content:""
}
.fa-circle-thin:before {
content:""
}
.fa-header:before {
content:""
}
.fa-paragraph:before {
content:""
}
.fa-sliders:before {
content:""
}
.fa-share-alt:before {
content:""
}
.fa-share-alt-square:before {
content:""
}
.fa-bomb:before {
content:""
}
.fa-soccer-ball-o:before,.fa-futbol-o:before {
content:""
}
.fa-tty:before {
content:""
}
.fa-binoculars:before {
content:""
}
.fa-plug:before {
content:""
}
.fa-slideshare:before {
content:""
}
.fa-twitch:before {
content:""
}
.fa-yelp:before {
content:""
}
.fa-newspaper-o:before {
content:""
}
.fa-wifi:before {
content:""
}
.fa-calculator:before {
content:""
}
.fa-paypal:before {
content:""
}
.fa-google-wallet:before {
content:""
}
.fa-cc-visa:before {
content:""
}
.fa-cc-mastercard:before {
content:""
}
.fa-cc-discover:before {
content:""
}
.fa-cc-amex:before {
content:""
}
.fa-cc-paypal:before {
content:""
}
.fa-cc-stripe:before {
content:""
}
.fa-bell-slash:before {
content:""
}
.fa-bell-slash-o:before {
content:""
}
.fa-trash:before {
content:""
}
.fa-copyright:before {
content:""
}
.fa-at:before {
content:""
}
.fa-eyedropper:before {
content:""
}
.fa-paint-brush:before {
content:""
}
.fa-birthday-cake:before {
content:""
}
.fa-area-chart:before {
content:""
}
.fa-pie-chart:before {
content:""
}
.fa-line-chart:before {
content:""
}
.fa-lastfm:before {
content:""
}
.fa-lastfm-square:before {
content:""
}
.fa-toggle-off:before {
content:""
}
.fa-toggle-on:before {
content:""
}
.fa-bicycle:before {
content:""
}
.fa-bus:before {
content:""
}
.fa-ioxhost:before {
content:""
}
.fa-angellist:before {
content:""
}
.fa-cc:before {
content:""
}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
content:""
}
.fa-meanpath:before {
content:""
}
.fa-buysellads:before {
content:""
}
.fa-connectdevelop:before {
content:""
}
.fa-dashcube:before {
content:""
}
.fa-forumbee:before {
content:""
}
.fa-leanpub:before {
content:""
}
.fa-sellsy:before {
content:""
}
.fa-shirtsinbulk:before {
content:""
}
.fa-simplybuilt:before {
content:""
}
.fa-skyatlas:before {
content:""
}
.fa-cart-plus:before {
content:""
}
.fa-cart-arrow-down:before {
content:""
}
.fa-diamond:before {
content:""
}
.fa-ship:before {
content:""
}
.fa-user-secret:before {
content:""
}
.fa-motorcycle:before {
content:""
}
.fa-street-view:before {
content:""
}
.fa-heartbeat:before {
content:""
}
.fa-venus:before {
content:""
}
.fa-mars:before {
content:""
}
.fa-mercury:before {
content:""
}
.fa-intersex:before,.fa-transgender:before {
content:""
}
.fa-transgender-alt:before {
content:""
}
.fa-venus-double:before {
content:""
}
.fa-mars-double:before {
content:""
}
.fa-venus-mars:before {
content:""
}
.fa-mars-stroke:before {
content:""
}
.fa-mars-stroke-v:before {
content:""
}
.fa-mars-stroke-h:before {
content:""
}
.fa-neuter:before {
content:""
}
.fa-genderless:before {
content:""
}
.fa-facebook-official:before {
content:""
}
.fa-pinterest-p:before {
content:""
}
.fa-whatsapp:before {
content:""
}
.fa-server:before {
content:""
}
.fa-user-plus:before {
content:""
}
.fa-user-times:before {
content:""
}
.fa-hotel:before,.fa-bed:before {
content:""
}
.fa-viacoin:before {
content:""
}
.fa-train:before {
content:""
}
.fa-subway:before {
content:""
}
.fa-medium:before {
content:""
}
.fa-yc:before,.fa-y-combinator:before {
content:""
}
.fa-optin-monster:before {
content:""
}
.fa-opencart:before {
content:""
}
.fa-expeditedssl:before {
content:""
}
.fa-battery-4:before,.fa-battery-full:before {
content:""
}
.fa-battery-3:before,.fa-battery-three-quarters:before {
content:""
}
.fa-battery-2:before,.fa-battery-half:before {
content:""
}
.fa-battery-1:before,.fa-battery-quarter:before {
content:""
}
.fa-battery-0:before,.fa-battery-empty:before {
content:""
}
.fa-mouse-pointer:before {
content:""
}
.fa-i-cursor:before {
content:""
}
.fa-object-group:before {
content:""
}
.fa-object-ungroup:before {
content:""
}
.fa-sticky-note:before {
content:""
}
.fa-sticky-note-o:before {
content:""
}
.fa-cc-jcb:before {
content:""
}
.fa-cc-diners-club:before {
content:""
}
.fa-clone:before {
content:""
}
.fa-balance-scale:before {
content:""
}
.fa-hourglass-o:before {
content:""
}
.fa-hourglass-1:before,.fa-hourglass-start:before {
content:""
}
.fa-hourglass-2:before,.fa-hourglass-half:before {
content:""
}
.fa-hourglass-3:before,.fa-hourglass-end:before {
content:""
}
.fa-hourglass:before {
content:""
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before {
content:""
}
.fa-hand-stop-o:before,.fa-hand-paper-o:before {
content:""
}
.fa-hand-scissors-o:before {
content:""
}
.fa-hand-lizard-o:before {
content:""
}
.fa-hand-spock-o:before {
content:""
}
.fa-hand-pointer-o:before {
content:""
}
.fa-hand-peace-o:before {
content:""
}
.fa-trademark:before {
content:""
}
.fa-registered:before {
content:""
}
.fa-creative-commons:before {
content:""
}
.fa-gg:before {
content:""
}
.fa-gg-circle:before {
content:""
}
.fa-tripadvisor:before {
content:""
}
.fa-odnoklassniki:before {
content:""
}
.fa-odnoklassniki-square:before {
content:""
}
.fa-get-pocket:before {
content:""
}
.fa-wikipedia-w:before {
content:""
}
.fa-safari:before {
content:""
}
.fa-chrome:before {
content:""
}
.fa-firefox:before {
content:""
}
.fa-opera:before {
content:""
}
.fa-internet-explorer:before {
content:""
}
.fa-tv:before,.fa-television:before {
content:""
}
.fa-contao:before {
content:""
}
.fa-500px:before {
content:""
}
.fa-amazon:before {
content:""
}
.fa-calendar-plus-o:before {
content:""
}
.fa-calendar-minus-o:before {
content:""
}
.fa-calendar-times-o:before {
content:""
}
.fa-calendar-check-o:before {
content:""
}
.fa-industry:before {
content:""
}
.fa-map-pin:before {
content:""
}
.fa-map-signs:before {
content:""
}
.fa-map-o:before {
content:""
}
.fa-map:before {
content:""
}
.fa-commenting:before {
content:""
}
.fa-commenting-o:before {
content:""
}
.fa-houzz:before {
content:""
}
.fa-vimeo:before {
content:""
}
.fa-black-tie:before {
content:""
}
.fa-fonticons:before {
content:""
}
.fa-reddit-alien:before {
content:""
}
.fa-edge:before {
content:""
}
.fa-credit-card-alt:before {
content:""
}
.fa-codiepie:before {
content:""
}
.fa-modx:before {
content:""
}
.fa-fort-awesome:before {
content:""
}
.fa-usb:before {
content:""
}
.fa-product-hunt:before {
content:""
}
.fa-mixcloud:before {
content:""
}
.fa-scribd:before {
content:""
}
.fa-pause-circle:before {
content:""
}
.fa-pause-circle-o:before {
content:""
}
.fa-stop-circle:before {
content:""
}
.fa-stop-circle-o:before {
content:""
}
.fa-shopping-bag:before {
content:""
}
.fa-shopping-basket:before {
content:""
}
.fa-hashtag:before {
content:""
}
.fa-bluetooth:before {
content:""
}
.fa-bluetooth-b:before {
content:""
}
.fa-percent:before {
content:""
}
.fa-gitlab:before {
content:""
}
.fa-wpbeginner:before {
content:""
}
.fa-wpforms:before {
content:""
}
.fa-envira:before {
content:""
}
.fa-universal-access:before {
content:""
}
.fa-wheelchair-alt:before {
content:""
}
.fa-question-circle-o:before {
content:""
}
.fa-blind:before {
content:""
}
.fa-audio-description:before {
content:""
}
.fa-volume-control-phone:before {
content:""
}
.fa-braille:before {
content:""
}
.fa-assistive-listening-systems:before {
content:""
}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
content:""
}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
content:""
}
.fa-glide:before {
content:""
}
.fa-glide-g:before {
content:""
}
.fa-signing:before,.fa-sign-language:before {
content:""
}
.fa-low-vision:before {
content:""
}
.fa-viadeo:before {
content:""
}
.fa-viadeo-square:before {
content:""
}
.fa-snapchat:before {
content:""
}
.fa-snapchat-ghost:before {
content:""
}
.fa-snapchat-square:before {
content:""
}
.fa-pied-piper:before {
content:""
}
.fa-first-order:before {
content:""
}
.fa-yoast:before {
content:""
}
.fa-themeisle:before {
content:""
}
.fa-google-plus-circle:before,.fa-google-plus-official:before {
content:""
}
.fa-fa:before,.fa-font-awesome:before {
content:""
}
.sr-only {
position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus {
position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto
}
.mfp-counter {
font-family:Georgia,Times,serif
}
.mfp-bg {
top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000;opacity:0.8;filter:alpha(opacity=80)
}
.mfp-wrap {
top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden
}
.mfp-container {
text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box
}
.mfp-container:before {
content:'';display:inline-block;height:100%;vertical-align:middle
}
.mfp-align-top .mfp-container:before {
display:none
}
.mfp-content {
position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
width:100%;cursor:auto
}
.mfp-ajax-cur {
cursor:progress
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor:zoom-out
}
.mfp-zoom {
cursor:pointer;cursor:zoom-in
}
.mfp-auto-cursor .mfp-content {
cursor:auto
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.mfp-loading.mfp-figure {
display:none
}
.mfp-hide {
display:none !important
}
.mfp-preloader {
color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044
}
.mfp-preloader a {
color:#ccc
}
.mfp-preloader a:hover {
color:#fff
}
.mfp-s-ready .mfp-preloader {
display:none
}
.mfp-s-error .mfp-content {
display:none
}
button.mfp-close,button.mfp-arrow {
overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none
}
button::-moz-focus-inner {
padding:0;border:0
}
.mfp-close {
width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:1;filter:alpha(opacity=100);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Georgia,Times,serif
}
.mfp-close:hover,.mfp-close:focus {
opacity:1;filter:alpha(opacity=100)
}
.mfp-close:active {
top:1px
}
.mfp-close-btn-in .mfp-close {
color:#fff
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%
}
.mfp-counter {
position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px
}
.mfp-arrow {
position:absolute;opacity:1;filter:alpha(opacity=100);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent
}
.mfp-arrow:active {
margin-top:-54px
}
.mfp-arrow:hover,.mfp-arrow:focus {
opacity:1;filter:alpha(opacity=100)
}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent
}
.mfp-arrow:after,.mfp-arrow .mfp-a {
border-top-width:13px;border-bottom-width:13px;top:8px
}
.mfp-arrow:before,.mfp-arrow .mfp-b {
border-top-width:21px;border-bottom-width:21px;opacity:0.7
}
.mfp-arrow-left {
left:0
}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
border-right:17px solid #fff;margin-left:31px
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
margin-left:25px;border-right:27px solid #fff
}
.mfp-arrow-right {
right:0
}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
border-left:17px solid #fff;margin-left:39px
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
border-left:27px solid #fff
}
.mfp-iframe-holder {
padding-top:40px;padding-bottom:40px
}
.mfp-iframe-holder .mfp-content {
line-height:0;width:100%;max-width:900px
}
.mfp-iframe-holder .mfp-close {
top:-40px
}
.mfp-iframe-scaler {
width:100%;height:0;overflow:hidden;padding-top:56.25%
}
.mfp-iframe-scaler iframe {
position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000
}
img.mfp-img {
width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto
}
.mfp-figure {
line-height:0
}
.mfp-figure:after {
content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444
}
.mfp-figure small {
color:#bdbdbd;display:block;font-size:12px;line-height:14px
}
.mfp-figure figure {
margin:0
}
.mfp-figure figcaption {
margin-top:0;margin-bottom:0
}
.mfp-bottom-bar {
margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto
}
.mfp-title {
text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px
}
.mfp-image-holder .mfp-content {
max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor:pointer
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left:0;padding-right:0
}
.mfp-img-mobile img.mfp-img {
padding:0
}
.mfp-img-mobile .mfp-figure:after {
top:0;bottom:0
}
.mfp-img-mobile .mfp-figure small {
display:inline;margin-left:5px
}
.mfp-img-mobile .mfp-bottom-bar {
background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding:0
}
.mfp-img-mobile .mfp-counter {
right:5px;top:3px
}
.mfp-img-mobile .mfp-close {
top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform:scale(0.75);transform:scale(0.75)
}
.mfp-arrow-left {
-webkit-transform-origin:0;transform-origin:0
}
.mfp-arrow-right {
-webkit-transform-origin:100%;transform-origin:100%
}
.mfp-container {
padding-left:6px;padding-right:6px
}
}
.mfp-ie7 .mfp-img {
padding:0
}
.mfp-ie7 .mfp-bottom-bar {
width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px
}
.mfp-ie7 .mfp-container {
padding:0
}
.mfp-ie7 .mfp-content {
padding-top:44px
}
.mfp-ie7 .mfp-close {
top:0;right:0;padding-top:0
}
@media print {
.masthead,.toc,.page__share,.page__related,.ads,.page__footer {
display:none
}
} | assets/css/main.css | a:focus {
outline:thin dotted #f89406;outline:5px auto #f89406;outline-offset:-2px
}
*,*:before,*:after {
box-sizing:border-box
}
html {
box-sizing:border-box;
background-color:#fff;
font-size:16px;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%
}
@media (min-width: 48em) {
html {
font-size:16px
}
}
body {
margin:0
}
::-moz-selection {
color:#fff;background:#000
}
::selection {
color:#fff;background:#000
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section {
display:block
}
audio,canvas,video {
display:inline-block;*display:inline;*zoom:1
}
audio:not([controls]) {
display:none
}
a {
color:#52adc8
}
a:hover,a:active {
outline:0
}
sub,sup {
position:relative;font-size:75%;line-height:0;vertical-align:baseline
}
sup {
top:-0.5em
}
sub {
bottom:-0.25em
}
img {
max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic
}
#map_canvas img,.google-maps img {
max-width:none
}
button,input,select,textarea {
margin:0;font-size:100%;vertical-align:middle
}
button,input {
*overflow:visible;line-height:normal
}
button::-moz-focus-inner,input::-moz-focus-inner {
padding:0;border:0
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
-webkit-appearance:button;cursor:pointer
}
label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"] {
cursor:pointer
}
input[type="search"] {
box-sizing:content-box;-webkit-appearance:textfield
}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none
}
textarea {
overflow:auto;vertical-align:top
}
body {
margin:0;padding:0;color:#494e52;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;line-height:1.5
}
body.overflow--hidden {
overflow:hidden
}
h1,h2,h3,h4,h5,h6 {
margin:2em 0 0.5em;line-height:1.2;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-weight:bold
}
h1 {
margin-top:0;font-size:1.563em
}
h2 {
font-size:1.25em
}
h3 {
font-size:1em
}
h4 {
font-size:0.75em
}
h5 {
font-size:0.75em
}
h6 {
font-size:0.75em
}
small,.small {
font-size:0.75em
}
p {
margin-bottom:1.3em
}
u,ins {
text-decoration:none;border-bottom:1px solid #494e52
}
u a,ins a {
color:inherit
}
del a {
color:inherit
}
p,pre,blockquote,ul,ol,dl,figure,table,fieldset {
orphans:3;widows:3
}
abbr[title],abbr[data-original-title] {
text-decoration:none;cursor:help;border-bottom:1px dotted #494e52
}
blockquote {
margin:2em 1em 2em 0;padding-left:1em;padding-right:1em;font-style:italic;border-left:0.25em solid #7a8288
}
blockquote cite {
font-style:italic
}
blockquote cite:before {
content:"\2014";padding-right:5px
}
a:hover,a:active {
outline:0
}
tt,code,kbd,samp,pre {
font-family:Monaco,Consolas,"Lucida Console",monospace
}
pre {
overflow-x:auto
}
p>code,a>code,li>code,figcaption>code,td>code {
padding-top:0.1rem;padding-bottom:0.1rem;font-size:0.75em;background:#fafafa;border:1px solid #f2f3f3;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.125)
}
p>code:before,p>code:after,a>code:before,a>code:after,li>code:before,li>code:after,figcaption>code:before,figcaption>code:after,td>code:before,td>code:after {
letter-spacing:-0.2em;content:"\00a0"
}
hr {
display:block;margin:1em 0;border:0;border-top:1px solid #f2f3f3
}
ul li,ol li {
margin-bottom:0.5em
}
li ul,li ol {
margin-top:0.5em
}
.list-inline ol {
display: inline;
}
figure {
display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:2em 0
}
figure img,figure iframe,figure .fluid-width-video-wrapper {
margin-bottom:1em
}
figure img {
width:100%;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out
}
figure>a {
display:block
}
@media (min-width: 37.5em) {
figure.half>a,figure.half>img {
width:calc(50% - 0.5em)
}
}
figure.half figcaption {
width:100%
}
@media (min-width: 37.5em) {
figure.third>a,figure.third>img {
width:calc(33.3333% - 0.5em)
}
}
figure.third figcaption {
width:100%
}
figcaption {
margin-bottom:0.5em;color:#777a7d;font-family:Georgia,Times,serif;font-size:0.75em
}
figcaption a {
color:inherit;text-decoration:none;border-bottom:1px solid #bdc1c4;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out
}
figcaption a:hover {
color:#000;border-bottom-color:#000
}
svg:not(:root) {
overflow:hidden
}
nav ul {
margin:0;padding:0
}
nav li {
list-style:none
}
nav a {
text-decoration:none
}
nav ul li,nav ol li {
margin-bottom:0
}
nav li ul,nav li ol {
margin-top:0
}
b,i,strong,em,blockquote,p,q,span,figure,img,h1,h2,header,input,a,tr,td,form button,input[type="submit"],.btn,#goog-wm-sb,.highlight,.archive__item-teaser {
-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out
}
.hidden {
display:none;visibility:hidden
}
.load {
display:none
}
.transparent {
opacity:0
}
.visually-hidden,.screen-reader-text,.screen-reader-text span,.screen-reader-shortcut {
position:absolute !important;clip:rect(1px, 1px, 1px, 1px);height:1px !important;width:1px !important;border:0 !important;overflow:hidden
}
body:hover .visually-hidden a,body:hover .visually-hidden input,body:hover .visually-hidden button {
display:none !important
}
.screen-reader-text:focus,.screen-reader-shortcut:focus {
clip:auto !important;height:auto !important;width:auto !important;display:block;font-size:1em;font-weight:bold;padding:15px 23px 14px;background:#fff;z-index:100000;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,0.6)
}
.skip-link {
position:fixed;z-index:20;margin:0;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;white-space:nowrap
}
.skip-link li {
height:0;width:0;list-style:none
}
.text-left {
text-align:left
}
.text-center {
text-align:center
}
.text-right {
text-align:right
}
.text-justify {
text-align:justify
}
.text-nowrap {
white-space:nowrap
}
.cf {
clear:both
}
.wrapper {
max-width:1024px;margin-left:auto;margin-right:auto
}
.wrapper:after {
content:" ";display:block;clear:both
}
.align-left {
display:block;margin-left:auto;margin-right:auto
}
@media (min-width: 37.5em) {
.align-left {
float:left;margin-right:1em
}
}
.align-right {
display:block;margin-left:auto;margin-right:auto
}
@media (min-width: 37.5em) {
.align-right {
float:right;margin-left:1em
}
}
.align-center {
display:block;margin-left:auto;margin-right:auto
}
@media (min-width: 64em) {
.full {
margin-right:-19.49153% !important
}
}
.icon {
display:inline-block;fill:currentColor;width:1em;height:1.1em;line-height:1;position:relative;top:-0.1em;vertical-align:middle
}
.social-icons .fa {
color:#000
}
.social-icons .fa-behance,.social-icons .fa-behance-square {
color:#1769FF
}
.social-icons .fa-dribbble {
color:#ea4c89
}
.social-icons .fa-facebook,.social-icons .fa-facebook-square {
color:#3b5998
}
.social-icons .fa-flickr {
color:#ff0084
}
.social-icons .fa-foursquare {
color:#0072b1
}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square {
color:#171516
}
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square {
color:#dd4b39
}
.social-icons .fa-instagram {
color:#517fa4
}
.social-icons .fa-lastfm,.social-icons .fa-lastfm-square {
color:#d51007
}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square {
color:#007bb6
}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-p,.social-icons .fa-pinterest-square {
color:#cb2027
}
.social-icons .fa-rss,.social-icons .fa-rss-square {
color:#fa9b39
}
.social-icons .fa-soundcloud {
color:#f30
}
.social-icons .fa-stack-exchange,.social-icons .fa-stack-overflow {
color:#fe7a15
}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square {
color:#32506d
}
.social-icons .fa-twitter,.social-icons .fa-twitter-square {
color:#55acee
}
.social-icons .fa-vimeo,.social-icons .fa-vimeo-square {
color:#1ab7ea
}
.social-icons .fa-vine {
color:#00bf8f
}
.social-icons .fa-youtube,.social-icons .fa-youtube-square,.social-icons .fa-youtube-play {
color:#b00
}
.social-icons .fa-xing,.social-icons .fa-xing-square {
color:#006567
}
.navicon {
position:relative;width:28px;height:4px;background:#fff;margin:auto;-webkit-transition:0.3s;transition:0.3s
}
.navicon:before,.navicon:after {
content:"";position:absolute;left:0;width:28px;height:4px;background:#fff;-webkit-transition:0.3s;transition:0.3s
}
.navicon:before {
top:-8px
}
.navicon:after {
bottom:-8px
}
.close .navicon {
background:transparent
}
.close .navicon:before,.close .navicon:after {
-webkit-transform-origin:50% 50%;transform-origin:50% 50%;top:0;width:28px
}
.close .navicon:before {
-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg)
}
.close .navicon:after {
-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg)
}
@media (min-width: 64em) {
.sticky {
clear:both;position:-webkit-sticky;position:sticky;top:2em
}
.sticky::after {
clear:both;content:"";display:table
}
.sticky>* {
display:block
}
}
.well {
min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)
}
.footnote {
color:#9ba1a6;text-decoration:none
}
.footnotes {
color:#9ba1a6
}
.footnotes ol,.footnotes li,.footnotes p {
margin-bottom:0;font-size:0.75em
}
a.reversefootnote {
color:#7a8288;text-decoration:none
}
a.reversefootnote:hover {
text-decoration:underline
}
@-webkit-keyframes intro {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes intro {
0% {
opacity:0
}
100% {
opacity:1
}
}
table {
margin-bottom:1em;width:100%;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em;border-collapse:collapse;border:1px solid #bdc1c4
}
table+table {
margin-top:1em
}
thead {
background-color:#f2f3f3;border-bottom:1px solid #bdc1c4
}
th {
padding:0.5em;font-weight:bold;text-align:left;border-right:1px solid #bdc1c4
}
td {
padding:0.5em;border-bottom:1px solid #bdc1c4;border-right:1px solid #bdc1c4
}
tr,td,th {
vertical-align:middle
}
.btn,#goog-wm-sb {
display:inline-block;margin-bottom:0.25em;padding:0.5em 1em;color:#fff !important;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em;font-weight:bold;text-align:center;text-decoration:none;background-color:#7a8288;border:0 !important;border-radius:4px;cursor:pointer
}
.btn:hover,#goog-wm-sb:hover {
background-color:#333
}
.btn .icon,#goog-wm-sb .icon {
margin-right:0.5em
}
.btn .icon+.hidden,#goog-wm-sb .icon+.hidden {
margin-left:-0.5em
}
.btn--block {
display:block;width:100%
}
.btn--block+.btn--block {
margin-top:0.25em
}
.btn--inverse {
color:#7a8288 !important;border:1px solid #bdc1c4 !important;background-color:#fff
}
.btn--inverse:hover {
color:#fff !important;border-color:#7a8288
}
.btn--light-outline {
border:1px solid #fff !important;background-color:transparent
}
.btn--info {
background-color:#52adc8
}
.btn--info:hover {
background-color:#428aa0
}
.btn--warning {
background-color:#f89406
}
.btn--warning:hover {
background-color:#c67605
}
.btn--success {
background-color:#62c462
}
.btn--success:hover {
background-color:#4e9d4e
}
.btn--danger {
background-color:#ee5f5b
}
.btn--danger:hover {
background-color:#be4c49
}
.btn--disabled {
pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:0.65
}
.btn--facebook {
background-color:#3b5998
}
.btn--facebook:hover {
background-color:#2f477a
}
.btn--twitter {
background-color:#55acee
}
.btn--twitter:hover {
background-color:#448abe
}
.btn--google-plus {
background-color:#dd4b39
}
.btn--google-plus:hover {
background-color:#b13c2e
}
.btn--linkedin {
background-color:#007bb6
}
.btn--linkedin:hover {
background-color:#006292
}
.btn--x-large {
font-size:1.25em
}
.btn--large {
font-size:1em
}
.btn--small {
font-size:0.6875em
}
.notice {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#f8f9f9;border-radius:4px;box-shadow:0 1px 1px rgba(189,193,196,0.25)
}
.notice h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice h4 {
margin-bottom:0;font-size:1em
}
.notice p:last-child {
margin-bottom:0 !important
}
.notice h4+p {
margin-top:0;padding-top:0
}
.notice a {
color:#bdc1c4
}
.notice a:hover {
color:#717476
}
.notice code {
background-color:#fcfcfc
}
.notice ul:last-child {
margin-bottom:0
}
.notice--primary {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#f2f3f3;border-radius:4px;box-shadow:0 1px 1px rgba(122,130,136,0.25)
}
.notice--primary h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice--primary h4 {
margin-bottom:0;font-size:1em
}
.notice--primary p:last-child {
margin-bottom:0 !important
}
.notice--primary h4+p {
margin-top:0;padding-top:0
}
.notice--primary a {
color:#7a8288
}
.notice--primary a:hover {
color:#494e52
}
.notice--primary code {
background-color:#f8f9f9
}
.notice--primary ul:last-child {
margin-bottom:0
}
.notice--info {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#eef7fa;border-radius:4px;box-shadow:0 1px 1px rgba(82,173,200,0.25)
}
.notice--info h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice--info h4 {
margin-bottom:0;font-size:1em
}
.notice--info p:last-child {
margin-bottom:0 !important
}
.notice--info h4+p {
margin-top:0;padding-top:0
}
.notice--info a {
color:#52adc8
}
.notice--info a:hover {
color:#316878
}
.notice--info code {
background-color:#f6fbfc
}
.notice--info ul:last-child {
margin-bottom:0
}
.notice--warning {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#fef4e6;border-radius:4px;box-shadow:0 1px 1px rgba(248,148,6,0.25)
}
.notice--warning h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice--warning h4 {
margin-bottom:0;font-size:1em
}
.notice--warning p:last-child {
margin-bottom:0 !important
}
.notice--warning h4+p {
margin-top:0;padding-top:0
}
.notice--warning a {
color:#f89406
}
.notice--warning a:hover {
color:#955904
}
.notice--warning code {
background-color:#fffaf3
}
.notice--warning ul:last-child {
margin-bottom:0
}
.notice--success {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#eff9ef;border-radius:4px;box-shadow:0 1px 1px rgba(98,196,98,0.25)
}
.notice--success h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice--success h4 {
margin-bottom:0;font-size:1em
}
.notice--success p:last-child {
margin-bottom:0 !important
}
.notice--success h4+p {
margin-top:0;padding-top:0
}
.notice--success a {
color:#62c462
}
.notice--success a:hover {
color:#3b763b
}
.notice--success code {
background-color:#f7fcf7
}
.notice--success ul:last-child {
margin-bottom:0
}
.notice--danger {
margin:2em 0 !important;padding:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em !important;text-indent:initial;background-color:#fdefef;border-radius:4px;box-shadow:0 1px 1px rgba(238,95,91,0.25)
}
.notice--danger h4 {
margin-top:0 !important;margin-bottom:0.75em
}
.page__content .notice--danger h4 {
margin-bottom:0;font-size:1em
}
.notice--danger p:last-child {
margin-bottom:0 !important
}
.notice--danger h4+p {
margin-top:0;padding-top:0
}
.notice--danger a {
color:#ee5f5b
}
.notice--danger a:hover {
color:#8f3937
}
.notice--danger code {
background-color:#fef7f7
}
.notice--danger ul:last-child {
margin-bottom:0
}
.masthead {
position:relative;border-bottom:1px solid #f2f3f3;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.15s;animation-delay:0.15s;z-index:20
}
.masthead__inner-wrap {
max-width:1024px;margin-left:auto;margin-right:auto;clear:both;padding:1em 1em 1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif
}
.masthead__inner-wrap:after {
content:" ";display:block;clear:both
}
.masthead__inner-wrap::after {
clear:both;content:"";display:table
}
@media (min-width: 80em) {
.masthead__inner-wrap {
max-width:1280px
}
}
.masthead__inner-wrap nav {
z-index:10
}
.masthead__inner-wrap a {
text-decoration:none
}
.masthead__menu ul {
margin:0;padding:0;clear:both;list-style-type:none
}
.masthead__menu-item {
display:block;list-style-type:none;white-space:nowrap
}
.masthead__menu-item--lg {
padding-right:2em;font-weight:700
}
.breadcrumbs {
max-width:1024px;margin-left:auto;margin-right:auto;clear:both;margin-top:0;margin-bottom:0;padding-left:2em;padding-right:2em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.30s;animation-delay:0.30s
}
.breadcrumbs:after {
content:" ";display:block;clear:both
}
.breadcrumbs::after {
clear:both;content:"";display:table
}
@media (min-width: 64em) {
.breadcrumbs {
padding-left:1em;padding-right:1em
}
}
@media (min-width: 80em) {
.breadcrumbs {
max-width:1280px
}
}
.breadcrumbs ol {
padding:0;list-style:none;font-size:0.75em
}
@media (min-width: 64em) {
.breadcrumbs ol {
width:83.05085%;float:right;margin-right:0
}
}
@media (min-width: 80em) {
.breadcrumbs ol {
padding-left:4.23729%
}
}
.breadcrumbs li {
display:inline
}
.breadcrumbs .current {
font-weight:bold
}
.pagination {
clear:both;width:100%;float:left;margin-left:0;margin-right:0;clear:both;margin-top:1em;padding-top:1em
}
.pagination::after {
clear:both;content:"";display:table
}
.pagination ul {
margin:0;padding:0;list-style-type:none;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif
}
.pagination li {
display:block;float:left;margin-left:-1px
}
.pagination li a {
margin-bottom:0.25em;padding:0.5em 1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:14px;font-weight:bold;line-height:1.5;text-align:center;text-decoration:none;color:#9ba1a6;border:1px solid #bdc1c4;border-radius:0
}
.pagination li a:hover {
color:#3e8296
}
.pagination li a.current {
color:#fff;background:#7a8288
}
.pagination li a.disabled {
color:#bdc1c4;pointer-events:none;cursor:not-allowed
}
.pagination li:first-child {
margin-left:0
}
.pagination li:first-child a {
border-top-left-radius:4px;border-bottom-left-radius:4px
}
.pagination li:last-child a {
border-top-right-radius:4px;border-bottom-right-radius:4px
}
.pagination--pager {
display:block;padding:1em 2em;float:left;width:50%;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:1em;font-weight:bold;text-align:center;text-decoration:none;color:#9ba1a6;border:1px solid #bdc1c4;border-radius:4px
}
.pagination--pager:hover {
color:#3e8296
}
.pagination--pager:first-child {
border-top-right-radius:0;border-bottom-right-radius:0
}
.pagination--pager:last-child {
margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0
}
.pagination--pager.disabled {
color:#bdc1c4;pointer-events:none;cursor:not-allowed
}
.page__content+.pagination,.page__meta+.pagination,.page__share+.pagination,.page__comments+.pagination {
margin-top:2em;padding-top:2em;border-top:1px solid #f2f3f3
}
.greedy-nav {
position:relative;min-width:250px;background:#fff
}
.greedy-nav a {
display:block;margin:0 1rem;padding:0.5rem 0;color:#7a8288;text-decoration:none
}
.greedy-nav a:hover {
color:#5c6266
}
.greedy-nav button {
position:absolute;height:100%;right:0;padding:0 0.5rem;border:0;outline:none;background-color:#7a8288;color:#fff;cursor:pointer
}
.greedy-nav .visible-links {
display:table
}
.greedy-nav .visible-links li {
display:table-cell;vertical-align:middle
}
.greedy-nav .visible-links li:first-child {
font-weight:bold
}
.greedy-nav .visible-links li:first-child a {
margin-left:0
}
.greedy-nav .visible-links li:last-child a {
margin-right:0
}
.greedy-nav .visible-links a {
position:relative
}
.greedy-nav .visible-links a:before {
content:"";position:absolute;left:0;bottom:0;height:4px;background:#bdc1c4;width:100%;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-transform:scaleX(0);transform:scaleX(0)
}
.greedy-nav .visible-links a:hover:before {
-webkit-transform:scaleX(1);transform:scaleX(1)
}
.greedy-nav .hidden-links {
position:absolute;top:100%;right:0;margin-top:15px;padding:5px;border:1px solid #f2f3f3;border-radius:4px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.25)
}
.greedy-nav .hidden-links a {
margin:0;padding:10px 20px;font-size:1em
}
.greedy-nav .hidden-links a:hover {
color:#5c6266;background:#dee0e1
}
.greedy-nav .hidden-links:before {
content:"";position:absolute;top:-11px;right:10px;width:0;border-style:solid;border-width:0 10px 10px;border-color:#f2f3f3 transparent;display:block;z-index:0
}
.greedy-nav .hidden-links:after {
content:"";position:absolute;top:-10px;right:10px;width:0;border-style:solid;border-width:0 10px 10px;border-color:#fff transparent;display:block;z-index:1
}
.greedy-nav .hidden-links li {
display:block;border-bottom:1px solid #f2f3f3
}
.greedy-nav .hidden-links li:last-child {
border-bottom:none
}
.nav__list {
font-size:1.25rem
}
.nav__list ul {
margin-bottom:1em
}
.nav__list a {
display:block;padding:0.125em 0;color:inherit
}
.nav__list a:hover {
text-decoration:underline
}
.nav__list .active {
margin-left:-0.5em;padding-left:0.5em;padding-right:0.5em;color:#fff;font-weight:bold;background:#7a8288;border-radius:4px
}
.nav__list .active:hover {
color:#fff
}
.nav__title {
margin:0;padding:0.5rem 1rem;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:1em;font-weight:bold
}
.nav__sub-title {
display:block;margin:0.5rem 0;padding:0.5rem 0;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em;font-weight:bold;text-transform:uppercase;border-bottom:1px solid #f2f3f3
}
.toc {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;color:#7a8288;text-transform:uppercase;letter-spacing:1px;background-color:#fff;border:1px solid #f2f3f3;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.125)
}
.toc .nav__title {
color:#fff;font-size:0.75em;background:#7a8288;border-top-left-radius:4px;border-top-right-radius:4px
}
.toc__menu {
margin:0;padding:0;width:100%;list-style:none;font-size:0.8rem
}
.toc__menu a {
display:block;padding:0.5rem 1rem;color:#7a8288;font-size:0.6875em;font-weight:bold;line-height:1.5;border-bottom:1px solid #f2f3f3
}
.toc__menu a:hover {
color:#000;background:#f2f3f3
}
.toc__menu>li:last-child a {
border-bottom:none
}
.toc__menu li ul>li a {
padding-left:2rem;font-weight:normal
}
.toc__menu li>ul li {
display:none
}
@media (min-width: 48em) {
.toc__menu li>ul li {
display:block
}
}
.page__footer {
clear:both;width:100%;float:left;margin-left:0;margin-right:0;clear:both;margin-top:3em;color:#9ba1a6;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.45s;animation-delay:0.45s;background-color:#f2f3f3;border-top:1px solid #bdc1c4
}
.page__footer::after {
clear:both;content:"";display:table
}
.page__footer footer {
max-width:1024px;margin-left:auto;margin-right:auto;clear:both;margin-top:2em;padding:0 1em 2em
}
.page__footer footer:after {
content:" ";display:block;clear:both
}
.page__footer footer::after {
clear:both;content:"";display:table
}
@media (min-width: 80em) {
.page__footer footer {
max-width:1280px
}
}
.page__footer a {
color:inherit;text-decoration:none
}
.page__footer a:hover {
text-decoration:underline
}
.page__footer .fa {
color:#9ba1a6
}
.page__footer-copyright {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.6875em
}
.page__footer-follow ul {
margin:0;padding:0;list-style-type:none
}
.page__footer-follow li {
display:inline-block;padding-top:5px;padding-bottom:5px;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em;text-transform:uppercase
}
.page__footer-follow li+li:before {
content:"";padding-right:5px
}
.page__footer-follow a {
padding-right:10px;font-weight:bold
}
div.highlighter-rouge,figure.highlight {
position:relative;margin-bottom:1em;padding:1em;border:1px solid #f2f3f3;border-radius:4px;background-color:#fafafa;box-shadow:0 1px 1px rgba(0,0,0,0.125)
}
div.highlighter-rouge:before,figure.highlight:before {
position:absolute;top:0;right:0;padding:0.5em;background-color:#f2f3f3;content:"\f121";font-family:"fontawesome" !important;font-size:0.75em;line-height:1;text-transform:none;speak:none
}
div.highlighter-rouge .highlight,figure.highlight .highlight {
margin:0;font-family:Monaco,Consolas,"Lucida Console",monospace;font-size:0.6875em;line-height:1.8
}
.highlight table td {
padding:5px
}
.highlight table pre {
margin:0
}
.highlight .c {
color:#93a1a1
}
.highlight .err {
color:#586e75
}
.highlight .g {
color:#586e75
}
.highlight .k {
color:#859900
}
.highlight .l {
color:#586e75
}
.highlight .n {
color:#586e75
}
.highlight .o {
color:#859900
}
.highlight .x {
color:#cb4b16
}
.highlight .p {
color:#586e75
}
.highlight .cm {
color:#93a1a1
}
.highlight .cp {
color:#859900
}
.highlight .c1 {
color:#93a1a1
}
.highlight .cs {
color:#859900
}
.highlight .gd {
color:#2aa198
}
.highlight .ge {
color:#586e75;font-style:italic
}
.highlight .gr {
color:#dc322f
}
.highlight .gh {
color:#cb4b16
}
.highlight .gi {
color:#859900
}
.highlight .go {
color:#586e75
}
.highlight .gp {
color:#586e75
}
.highlight .gs {
color:#586e75;font-weight:bold
}
.highlight .gu {
color:#cb4b16
}
.highlight .gt {
color:#586e75
}
.highlight .kc {
color:#cb4b16
}
.highlight .kd {
color:#22b3eb
}
.highlight .kn {
color:#859900
}
.highlight .kp {
color:#859900
}
.highlight .kr {
color:#22b3eb
}
.highlight .kt {
color:#dc322f
}
.highlight .ld {
color:#586e75
}
.highlight .m {
color:#2aa198
}
.highlight .s {
color:#2aa198
}
.highlight .na {
color:#586e75
}
.highlight .nb {
color:#B58900
}
.highlight .nc {
color:#22b3eb
}
.highlight .no {
color:#cb4b16
}
.highlight .nd {
color:#22b3eb
}
.highlight .ni {
color:#cb4b16
}
.highlight .ne {
color:#cb4b16
}
.highlight .nf {
color:#22b3eb
}
.highlight .nl {
color:#586e75
}
.highlight .nn {
color:#586e75
}
.highlight .nx {
color:#586e75
}
.highlight .py {
color:#586e75
}
.highlight .nt {
color:#22b3eb
}
.highlight .nv {
color:#22b3eb
}
.highlight .ow {
color:#859900
}
.highlight .w {
color:#586e75
}
.highlight .mf {
color:#2aa198
}
.highlight .mh {
color:#2aa198
}
.highlight .mi {
color:#2aa198
}
.highlight .mo {
color:#2aa198
}
.highlight .sb {
color:#93a1a1
}
.highlight .sc {
color:#2aa198
}
.highlight .sd {
color:#586e75
}
.highlight .s2 {
color:#2aa198
}
.highlight .se {
color:#cb4b16
}
.highlight .sh {
color:#586e75
}
.highlight .si {
color:#2aa198
}
.highlight .sx {
color:#2aa198
}
.highlight .sr {
color:#dc322f
}
.highlight .s1 {
color:#2aa198
}
.highlight .ss {
color:#2aa198
}
.highlight .bp {
color:#22b3eb
}
.highlight .vc {
color:#22b3eb
}
.highlight .vg {
color:#22b3eb
}
.highlight .vi {
color:#22b3eb
}
.highlight .il {
color:#2aa198
}
btnform {
margin:0 0 5px 0
}
btnform fieldset {
margin-bottom:5px;padding:0;border-width:0
}
btnform legend {
display:block;width:100%;margin-bottom:10px;*margin-left:-7px;padding:0;color:#494e52;border:0;border-bottom:1px solid #ccc;white-space:normal
}
btnform p {
margin-bottom:5px / 2
}
btnform ul {
list-style-type:none;margin:0 0 5px 0;padding:0
}
btnform br {
display:none
}
label,input,button,select,textarea {
vertical-align:baseline;*vertical-align:middle
}
input,button,select,textarea {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;box-sizing:border-box
}
label {
display:block;margin-bottom:10px / 8;font-weight:bold;color:#494e52;cursor:pointer
}
label input,label textarea,label select {
display:block
}
input,textarea,select {
display:inline-block;width:100%;padding:4px;margin-bottom:5px / 4;background-color:#fff;border:1px solid #ccc;color:#494e52
}
input:hover,textarea:hover,select:hover {
border-color:#bdc1c4
}
.input-mini {
width:60px
}
.input-small {
width:90px
}
input[type="image"],input[type="checkbox"],input[type="radio"] {
width:auto;height:auto;padding:0;margin:3px 0;*margin-top:0;line-height:normal;cursor:pointer;border-radius:0;border:0 \9
}
input[type="checkbox"],input[type="radio"] {
box-sizing:border-box;padding:0;*width:13px;*height:13px
}
input[type="image"] {
border:0;box-shadow:none
}
input[type="file"] {
width:auto;padding:initial;line-height:initial;border:initial;background-color:transparent;background-color:initial;box-shadow:none
}
input[type="button"],input[type="reset"],input[type="submit"] {
width:auto;height:auto;cursor:pointer;*overflow:visible
}
select,input[type="file"] {
*margin-top:4px
}
select {
width:auto;background-color:#fff
}
select[multiple],select[size] {
height:auto
}
textarea {
resize:vertical;height:auto;overflow:auto;vertical-align:top
}
input[type="hidden"] {
display:none
}
.radio,.checkbox {
padding-left:18px;font-weight:normal
}
.radio input[type="radio"],.checkbox input[type="checkbox"] {
float:left;margin-left:-18px
}
.radio.inline,.checkbox.inline {
display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle
}
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline {
margin-left:10px
}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly] {
opacity:0.5;cursor:not-allowed
}
input:focus,textarea:focus {
border-color:#7a8288;outline:0;outline:thin dotted \9
}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus {
box-shadow:none
}
.help-block,.help-inline {
color:#52adc8
}
.help-block {
display:block;margin-bottom:1em;line-height:1em
}
.help-inline {
display:inline-block;vertical-align:middle;padding-left:5px
}
.form-inline input,.form-inline textarea,.form-inline select {
display:inline-block;margin-bottom:0
}
.form-inline label {
display:inline-block
}
.form-inline .radio,.form-inline .checkbox,.form-inline .radio {
padding-left:0;margin-bottom:0;vertical-align:middle
}
.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
float:left;margin-left:0;margin-right:3px
}
.form-search input,.form-search textarea,.form-search select {
display:inline-block;margin-bottom:0
}
.form-search .search-query {
padding-left:14px;padding-right:14px;margin-bottom:0;border-radius:14px
}
.form-search label {
display:inline-block
}
.form-search .radio,.form-search .checkbox,.form-inline .radio {
padding-left:0;margin-bottom:0;vertical-align:middle
}
.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"] {
float:left;margin-left:0;margin-right:3px
}
#goog-fixurl ul {
list-style:none;margin-left:0;padding-left:0
}
#goog-fixurl ul li {
list-style-type:none
}
#goog-wm-qt {
width:auto;margin-right:10px;margin-bottom:20px;padding:8px 20px;display:inline-block;font-size:0.75em;background-color:#fff;color:#000;border-width:2px !important;border-style:solid !important;border-color:gray;border-radius:4px
}
#main {
max-width:1024px;margin-left:auto;margin-right:auto;clear:both;margin-top:2em;padding-left:1em;padding-right:1em;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.35s;animation-delay:0.35s
}
#main:after {
content:" ";display:block;clear:both
}
#main::after {
clear:both;content:"";display:table
}
@media (min-width: 80em) {
#main {
max-width:1280px
}
}
@media (min-width: 64em) {
.page {
width:83.05085%;float:right;margin-right:0;padding-left:4.23729%;padding-right:16.94915%
}
}
.page .page__inner-wrap {
clear:both;width:100%;float:left;margin-left:0;margin-right:0
}
.page .page__inner-wrap .page__content,.page .page__inner-wrap .page__meta,.page .page__inner-wrap .page__share {
clear:both;width:100%;float:left;margin-left:0;margin-right:0
}
.page__title {
margin-top:0;line-height:1
}
.page__title+.page__meta {
margin-top:-0.5em
}
.page__lead {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:1.25em
}
.page__content h2 {
padding-bottom:0.5em;border-bottom:1px solid #f2f3f3
}
.page__content p,.page__content li,.page__content dl {
font-size:1em
}
.page__content p {
margin:0 0 1.3em
}
.page__content a {
text-decoration:none
}
.page__content a:hover {
text-decoration:underline
}
.page__content a:hover img {
box-shadow:0 0 10px rgba(0,0,0,0.25)
}
.page__content dt {
margin-top:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-weight:bold
}
.page__content dd {
margin-left:1em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em
}
.page__content .small {
font-size:0.75em
}
.page__content blockquote+.small {
margin-top:-1.5em;padding-left:1.25rem
}
.page__hero {
position:relative;margin-bottom:2em;clear:both;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.25s;animation-delay:0.25s
}
.page__hero::after {
clear:both;content:"";display:table
}
.page__hero--overlay {
position:relative;margin-bottom:2em;padding:3em 0;clear:both;background-size:cover;background-repeat:no-repeat;background-position:center;-webkit-animation:intro 0.3s both;animation:intro 0.3s both;-webkit-animation-delay:0.25s;animation-delay:0.25s
}
.page__hero--overlay::after {
clear:both;content:"";display:table
}
.page__hero--overlay a {
color:#fff
}
.page__hero--overlay .wrapper {
padding-left:1em;padding-right:1em
}
@media (min-width: 80em) {
.page__hero--overlay .wrapper {
max-width:1280px
}
}
.page__hero--overlay .page__title,.page__hero--overlay .page__meta,.page__hero--overlay .page__lead,.page__hero--overlay .btn,.page__hero--overlay #goog-wm-sb {
color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,0.5)
}
.page__hero--overlay .page__lead {
max-width:768px
}
.page__hero--overlay .page__title {
font-size:1.953em
}
@media (min-width: 37.5em) {
.page__hero--overlay .page__title {
font-size:2.441em
}
}
.page__hero-image {
width:100%;height:auto;-ms-interpolation-mode:bicubic
}
.page__hero-caption {
position:absolute;bottom:0;right:0;margin:0 auto;padding:2px 5px;color:#fff;font-family:Georgia,Times,serif;font-size:0.6875em;background:#000;text-align:right;z-index:5;opacity:0.5;border-radius:4px 0 4px 0
}
@media (min-width: 64em) {
.page__hero-caption {
padding:5px 10px
}
}
.page__hero-caption a {
color:#fff;text-decoration:none
}
.page__share {
margin-top:2em;padding-top:1em;border-top:1px solid #f2f3f3
}
@media (max-width: 37.5em) {
.page__share .btn span,.page__share #goog-wm-sb span {
border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px
}
}
.page__share-title {
margin-bottom:10px;font-size:0.75em;text-transform:uppercase
}
.page__meta {
margin-top:2em;color:#9ba1a6;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em
}
.page__meta p {
margin:0
}
.page__meta a {
color:inherit
}
.page__meta-title {
margin-bottom:10px;font-size:0.75em;text-transform:uppercase
}
.page__taxonomy .sep {
display:none
}
.page__taxonomy strong {
margin-right:10px
}
.page__taxonomy-item {
display:inline-block;margin-right:5px;margin-bottom:8px;padding:5px 10px;text-decoration:none;border:1px solid #bdc1c4;border-radius:4px
}
.page__taxonomy-item:hover {
text-decoration:none;color:#3e8296
}
.page__comments {
clear:both;width:100%;float:left;margin-left:0;margin-right:0
}
.page__comments-title {
margin-top:2rem;margin-bottom:10px;padding-top:2rem;font-size:0.75em;border-top:1px solid #f2f3f3;text-transform:uppercase
}
.page__related {
margin-top:2em;padding-top:1em;border-top:1px solid #f2f3f3;clear:both;float:left
}
.page__related::after {
clear:both;content:"";display:table
}
@media (min-width: 64em) {
.page__related {
margin-left:21.18644%
}
}
.page__related a {
color:inherit;text-decoration:none
}
.page__related-title {
margin-bottom:10px;font-size:0.75em;text-transform:uppercase
}
.archive {
margin-bottom:2em
}
.archive > p {
padding-right: 300px;
}
@media (min-width: 48em) {
.archive {
width:100%;float:left;margin-left:0;margin-right:0
}
}
@media (min-width: 64em) {
.archive {
width:83.05085%;float:right;margin-right:0;padding-left:4.23729%
}
}
.archive a {
color:#52adc8;text-decoration:none
}
.archive a:hover {
color:#9ed1e0;text-decoration:none
}
.archive__item-title > a {
color: #52adc8;
}
.archive__item-title > a:hover {
color: #9ed1e0;
}
.archive__subtitle {
margin:1.414em 0 0;padding-bottom:0.5em;font-size:1em;color:#9ba1a6;border-bottom:1px solid #f2f3f3
}
.archive__subtitle+.list__item .archive__item-title {
margin-top:0.5em
}
.archive__item-title {
margin-bottom:0.25em;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif
}
.page__content .archive__item-title {
margin-top:1em;border-bottom:none
}
.archive__item-excerpt {
margin-top:0;font-size:0.75em
}
.archive__item-excerpt+p {
text-indent:0
}
.archive__item-teaser {
border-radius:4px;overflow:hidden
}
.archive__item-teaser img {
width:100%
}
a:hover .archive__item-teaser {
box-shadow:0 0 10px rgba(0,0,0,0.25)
}
a:hover .archive__item-title {
text-decoration:underline
}
@media (min-width: 48em) {
.list__item {
padding-right:200px
}
}
@media (min-width: 64em) {
.list__item {
padding-right:300px
}
}
@media (min-width: 80em) {
.list__item {
padding-right:400px
}
}
.list__item .page__meta {
margin:0 0 4px
}
.grid__item {
margin-bottom:2em
}
.grid__item .page__meta {
margin:0 0 4px
}
.grid__item .archive__item-title {
margin-top:0.5em;font-size:1em
}
.grid__item .archive__item-excerpt {
display:none
}
@media (min-width: 37.5em) {
.grid__item {
width:48.97959%;float:left
}
.grid__item:nth-child(2n+1) {
margin-left:0;margin-right:-100%;clear:both;margin-left:0
}
.grid__item:nth-child(2n+2) {
margin-left:51.02041%;margin-right:-100%;clear:none
}
.grid__item .archive__item-teaser {
max-height:200px
}
}
@media (min-width: 48em) {
.grid__item {
margin-left:0;margin-right:0;width:23.46939%;float:left
}
.grid__item:nth-child(4n+1) {
margin-left:0;margin-right:-100%;clear:both;margin-left:0
}
.grid__item:nth-child(4n+2) {
margin-left:25.5102%;margin-right:-100%;clear:none
}
.grid__item:nth-child(4n+3) {
margin-left:51.02041%;margin-right:-100%;clear:none
}
.grid__item:nth-child(4n+4) {
margin-left:76.53061%;margin-right:-100%;clear:none
}
.grid__item .archive__item-teaser {
max-height:120px
}
.grid__item .archive__item-excerpt {
display:block;font-size:0.75em
}
}
.feature__wrapper {
clear:both;margin-bottom:2em;border-bottom:1px solid #f2f3f3
}
.feature__wrapper::after {
clear:both;content:"";display:table
}
.feature__item {
margin-bottom:2em;font-size:1.25rem
}
@media (min-width: 37.5em) {
.feature__item {
margin-bottom:0;width:32.20339%;float:left
}
.feature__item:nth-child(3n+1) {
margin-left:0;margin-right:-100%;clear:both;margin-left:0
}
.feature__item:nth-child(3n+2) {
margin-left:33.89831%;margin-right:-100%;clear:none
}
.feature__item:nth-child(3n+3) {
margin-left:67.79661%;margin-right:-100%;clear:none
}
.feature__item .feature__item-teaser {
max-height:200px;overflow:hidden
}
}
.feature__item--left {
clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:1.25rem
}
.feature__item--left .archive__item-teaser {
margin-bottom:2em
}
@media (min-width: 37.5em) {
.feature__item--left .archive__item-teaser {
width:40.67797%;float:left;margin-right:1.69492%
}
.feature__item--left .archive__item-body {
width:57.62712%;float:right;margin-right:0;padding-left:4.23729%;padding-right:8.47458%
}
}
.feature__item--right {
clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:1.25rem
}
.feature__item--right .archive__item-teaser {
margin-bottom:2em
}
@media (min-width: 37.5em) {
.feature__item--right {
text-align:right
}
.feature__item--right .archive__item-teaser {
width:40.67797%;float:right;margin-left:1.69492%
}
.feature__item--right .archive__item-body {
width:57.62712%;float:left;margin-left:0;padding-left:4.23729%;padding-right:8.47458%
}
}
.feature__item--center {
clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:1.25rem
}
.feature__item--center .archive__item-teaser {
margin-bottom:2em
}
@media (min-width: 37.5em) {
.feature__item--center {
text-align:center
}
.feature__item--center .archive__item-teaser {
margin:0 auto;width:40.67797%
}
.feature__item--center .archive__item-body {
margin:0 auto;width:57.62712%
}
}
.sidebar {
clear:both;margin-bottom:1em
}
.sidebar::after {
clear:both;content:"";display:table
}
@media (min-width: 64em) {
.sidebar {
width:15.25424%;float:left;margin-right:1.69492%;opacity:0.75;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out
}
.sidebar:hover {
opacity:1
}
}
@media (min-width: 80em) {
.sidebar {
padding-right:0
}
}
.sidebar h2,.sidebar h3,.sidebar h4,.sidebar h5,.sidebar h6 {
margin-bottom:0;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif
}
.sidebar h3,.sidebar h4 {
font-size:1em
}
.sidebar p,.sidebar li {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:0.75em;line-height:1.5
}
.sidebar img {
width:100%
}
.sidebar__right {
margin-bottom:1em
}
@media (min-width: 64em) {
.sidebar__right {
position:relative;float:right;width:200px;margin-left:2.54237%;z-index:10
}
}
@media (min-width: 80em) {
.sidebar__right {
width:300px
}
}
.author__avatar {
display:table-cell;vertical-align:top;width:36px;height:36px
}
@media (min-width: 64em) {
.author__avatar {
display:block;width:auto;height:auto
}
}
.author__avatar img {
max-width:110px;border-radius:50%
}
@media (min-width: 64em) {
.author__avatar img {
padding:5px;border:1px solid #f2f3f3
}
}
.author__content {
display:table-cell;vertical-align:top;padding-left:15px;padding-right:25px;line-height:1
}
@media (min-width: 64em) {
.author__content {
display:block;width:100%;padding-left:0;padding-right:0
}
}
.author__name {
margin:0
}
@media (min-width: 64em) {
.author__name {
margin-top:10px;margin-bottom:10px
}
}
.sidebar .author__name {
font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;font-size:1em
}
.author__bio {
margin:0
}
@media (min-width: 64em) {
.author__bio {
margin-top:10px;margin-bottom:20px
}
}
.author__urls-wrapper {
position:relative;display:table-cell;vertical-align:middle;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;z-index:10;position:relative;cursor:pointer
}
.author__urls-wrapper li:last-child a {
margin-bottom:0
}
@media (min-width: 64em) {
.author__urls-wrapper {
display:block
}
}
.author__urls-wrapper button {
margin-bottom:0
}
@media (min-width: 64em) {
.author__urls-wrapper button {
display:none
}
}
.author__urls {
display:none;position:absolute;right:0;margin-top:15px;padding:10px;list-style-type:none;border:1px solid #f2f3f3;border-radius:4px;background:#fff;z-index:-1;box-shadow:0 0 10px rgba(0,0,0,0.25);cursor:default
}
@media (min-width: 64em) {
.author__urls {
display:block;position:relative;margin:0;padding:0;border:0;background:transparent;box-shadow:none
}
}
.author__urls:before {
display:block;content:"";position:absolute;top:-11px;left:calc(50% - 10px);width:0;border-style:solid;border-width:0 10px 10px;border-color:#f2f3f3 transparent;z-index:0
}
@media (min-width: 64em) {
.author__urls:before {
display:none
}
}
.author__urls:after {
display:block;content:"";position:absolute;top:-10px;left:calc(50% - 10px);width:0;border-style:solid;border-width:0 10px 10px;border-color:#fff transparent;z-index:1
}
@media (min-width: 64em) {
.author__urls:after {
display:none
}
}
.author__urls li {
white-space:nowrap
}
.author__urls a {
display:block;margin-bottom:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;color:inherit;font-size:1em;text-decoration:none
}
.author__urls a:hover {
text-decoration:underline
}
/*!
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face {
font-family:'FontAwesome';src:url("../fonts/fontawesome-webfont.eot?v=4.6.3");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");font-weight:normal;font-style:normal
}
.fa {
display:inline-block;font:normal normal normal 14px / 1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
}
.fa-lg {
font-size:1.33333em;line-height:0.75em;vertical-align:-15%
}
.fa-2x {
font-size:2em
}
.fa-3x {
font-size:3em
}
.fa-4x {
font-size:4em
}
.fa-5x {
font-size:5em
}
.fa-fw {
width:1.28571em;text-align:center
}
.fa-ul {
padding-left:0;margin-left:2.14286em;list-style-type:none
}
.fa-ul>li {
position:relative
}
.fa-li {
position:absolute;left:-2.14286em;width:2.14286em;top:0.14286em;text-align:center
}
.fa-li.fa-lg {
left:-1.85714em
}
.fa-border {
padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em
}
.fa-pull-left {
float:left
}
.fa-pull-right {
float:right
}
.fa.fa-pull-left {
margin-right:.3em
}
.fa.fa-pull-right {
margin-left:.3em
}
.pull-right {
float:right
}
.pull-left {
float:left
}
.fa.pull-left {
margin-right:.3em
}
.fa.pull-right {
margin-left:.3em
}
.fa-spin {
-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear
}
.fa-pulse {
-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);transform:rotate(359deg)
}
}
.fa-rotate-90 {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)
}
.fa-rotate-180 {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)
}
.fa-rotate-270 {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)
}
.fa-flip-horizontal {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)
}
.fa-flip-vertical {
-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
-webkit-filter:none;filter:none
}
.fa-stack {
position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x {
position:absolute;left:0;width:100%;text-align:center
}
.fa-stack-1x {
line-height:inherit
}
.fa-stack-2x {
font-size:2em
}
.fa-inverse {
color:#fff
}
.fa-glass:before {
content:""
}
.fa-music:before {
content:""
}
.fa-search:before {
content:""
}
.fa-envelope-o:before {
content:""
}
.fa-heart:before {
content:""
}
.fa-star:before {
content:""
}
.fa-star-o:before {
content:""
}
.fa-user:before {
content:""
}
.fa-film:before {
content:""
}
.fa-th-large:before {
content:""
}
.fa-th:before {
content:""
}
.fa-th-list:before {
content:""
}
.fa-check:before {
content:""
}
.fa-remove:before,.fa-close:before,.fa-times:before {
content:""
}
.fa-search-plus:before {
content:""
}
.fa-search-minus:before {
content:""
}
.fa-power-off:before {
content:""
}
.fa-signal:before {
content:""
}
.fa-gear:before,.fa-cog:before {
content:""
}
.fa-trash-o:before {
content:""
}
.fa-home:before {
content:""
}
.fa-file-o:before {
content:""
}
.fa-clock-o:before {
content:""
}
.fa-road:before {
content:""
}
.fa-download:before {
content:""
}
.fa-arrow-circle-o-down:before {
content:""
}
.fa-arrow-circle-o-up:before {
content:""
}
.fa-inbox:before {
content:""
}
.fa-play-circle-o:before {
content:""
}
.fa-rotate-right:before,.fa-repeat:before {
content:""
}
.fa-refresh:before {
content:""
}
.fa-list-alt:before {
content:""
}
.fa-lock:before {
content:""
}
.fa-flag:before {
content:""
}
.fa-headphones:before {
content:""
}
.fa-volume-off:before {
content:""
}
.fa-volume-down:before {
content:""
}
.fa-volume-up:before {
content:""
}
.fa-qrcode:before {
content:""
}
.fa-barcode:before {
content:""
}
.fa-tag:before {
content:""
}
.fa-tags:before {
content:""
}
.fa-book:before {
content:""
}
.fa-bookmark:before {
content:""
}
.fa-print:before {
content:""
}
.fa-camera:before {
content:""
}
.fa-font:before {
content:""
}
.fa-bold:before {
content:""
}
.fa-italic:before {
content:""
}
.fa-text-height:before {
content:""
}
.fa-text-width:before {
content:""
}
.fa-align-left:before {
content:""
}
.fa-align-center:before {
content:""
}
.fa-align-right:before {
content:""
}
.fa-align-justify:before {
content:""
}
.fa-list:before {
content:""
}
.fa-dedent:before,.fa-outdent:before {
content:""
}
.fa-indent:before {
content:""
}
.fa-video-camera:before {
content:""
}
.fa-photo:before,.fa-image:before,.fa-picture-o:before {
content:""
}
.fa-pencil:before {
content:""
}
.fa-map-marker:before {
content:""
}
.fa-adjust:before {
content:""
}
.fa-tint:before {
content:""
}
.fa-edit:before,.fa-pencil-square-o:before {
content:""
}
.fa-share-square-o:before {
content:""
}
.fa-check-square-o:before {
content:""
}
.fa-arrows:before {
content:""
}
.fa-step-backward:before {
content:""
}
.fa-fast-backward:before {
content:""
}
.fa-backward:before {
content:""
}
.fa-play:before {
content:""
}
.fa-pause:before {
content:""
}
.fa-stop:before {
content:""
}
.fa-forward:before {
content:""
}
.fa-fast-forward:before {
content:""
}
.fa-step-forward:before {
content:""
}
.fa-eject:before {
content:""
}
.fa-chevron-left:before {
content:""
}
.fa-chevron-right:before {
content:""
}
.fa-plus-circle:before {
content:""
}
.fa-minus-circle:before {
content:""
}
.fa-times-circle:before {
content:""
}
.fa-check-circle:before {
content:""
}
.fa-question-circle:before {
content:""
}
.fa-info-circle:before {
content:""
}
.fa-crosshairs:before {
content:""
}
.fa-times-circle-o:before {
content:""
}
.fa-check-circle-o:before {
content:""
}
.fa-ban:before {
content:""
}
.fa-arrow-left:before {
content:""
}
.fa-arrow-right:before {
content:""
}
.fa-arrow-up:before {
content:""
}
.fa-arrow-down:before {
content:""
}
.fa-mail-forward:before,.fa-share:before {
content:""
}
.fa-expand:before {
content:""
}
.fa-compress:before {
content:""
}
.fa-plus:before {
content:""
}
.fa-minus:before {
content:""
}
.fa-asterisk:before {
content:""
}
.fa-exclamation-circle:before {
content:""
}
.fa-gift:before {
content:""
}
.fa-leaf:before {
content:""
}
.fa-fire:before {
content:""
}
.fa-eye:before {
content:""
}
.fa-eye-slash:before {
content:""
}
.fa-warning:before,.fa-exclamation-triangle:before {
content:""
}
.fa-plane:before {
content:""
}
.fa-calendar:before {
content:""
}
.fa-random:before {
content:""
}
.fa-comment:before {
content:""
}
.fa-magnet:before {
content:""
}
.fa-chevron-up:before {
content:""
}
.fa-chevron-down:before {
content:""
}
.fa-retweet:before {
content:""
}
.fa-shopping-cart:before {
content:""
}
.fa-folder:before {
content:""
}
.fa-folder-open:before {
content:""
}
.fa-arrows-v:before {
content:""
}
.fa-arrows-h:before {
content:""
}
.fa-bar-chart-o:before,.fa-bar-chart:before {
content:""
}
.fa-twitter-square:before {
content:""
}
.fa-facebook-square:before {
content:""
}
.fa-camera-retro:before {
content:""
}
.fa-key:before {
content:""
}
.fa-gears:before,.fa-cogs:before {
content:""
}
.fa-comments:before {
content:""
}
.fa-thumbs-o-up:before {
content:""
}
.fa-thumbs-o-down:before {
content:""
}
.fa-star-half:before {
content:""
}
.fa-heart-o:before {
content:""
}
.fa-sign-out:before {
content:""
}
.fa-linkedin-square:before {
content:""
}
.fa-thumb-tack:before {
content:""
}
.fa-external-link:before {
content:""
}
.fa-sign-in:before {
content:""
}
.fa-trophy:before {
content:""
}
.fa-github-square:before {
content:""
}
.fa-upload:before {
content:""
}
.fa-lemon-o:before {
content:""
}
.fa-phone:before {
content:""
}
.fa-square-o:before {
content:""
}
.fa-bookmark-o:before {
content:""
}
.fa-phone-square:before {
content:""
}
.fa-twitter:before {
content:""
}
.fa-facebook-f:before,.fa-facebook:before {
content:""
}
.fa-github:before {
content:""
}
.fa-unlock:before {
content:""
}
.fa-credit-card:before {
content:""
}
.fa-feed:before,.fa-rss:before {
content:""
}
.fa-hdd-o:before {
content:""
}
.fa-bullhorn:before {
content:""
}
.fa-bell:before {
content:""
}
.fa-certificate:before {
content:""
}
.fa-hand-o-right:before {
content:""
}
.fa-hand-o-left:before {
content:""
}
.fa-hand-o-up:before {
content:""
}
.fa-hand-o-down:before {
content:""
}
.fa-arrow-circle-left:before {
content:""
}
.fa-arrow-circle-right:before {
content:""
}
.fa-arrow-circle-up:before {
content:""
}
.fa-arrow-circle-down:before {
content:""
}
.fa-globe:before {
content:""
}
.fa-wrench:before {
content:""
}
.fa-tasks:before {
content:""
}
.fa-filter:before {
content:""
}
.fa-briefcase:before {
content:""
}
.fa-arrows-alt:before {
content:""
}
.fa-group:before,.fa-users:before {
content:""
}
.fa-chain:before,.fa-link:before {
content:""
}
.fa-cloud:before {
content:""
}
.fa-flask:before {
content:""
}
.fa-cut:before,.fa-scissors:before {
content:""
}
.fa-copy:before,.fa-files-o:before {
content:""
}
.fa-paperclip:before {
content:""
}
.fa-save:before,.fa-floppy-o:before {
content:""
}
.fa-square:before {
content:""
}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
content:""
}
.fa-list-ul:before {
content:""
}
.fa-list-ol:before {
content:""
}
.fa-strikethrough:before {
content:""
}
.fa-underline:before {
content:""
}
.fa-table:before {
content:""
}
.fa-magic:before {
content:""
}
.fa-truck:before {
content:""
}
.fa-pinterest:before {
content:""
}
.fa-pinterest-square:before {
content:""
}
.fa-google-plus-square:before {
content:""
}
.fa-google-plus:before {
content:""
}
.fa-money:before {
content:""
}
.fa-caret-down:before {
content:""
}
.fa-caret-up:before {
content:""
}
.fa-caret-left:before {
content:""
}
.fa-caret-right:before {
content:""
}
.fa-columns:before {
content:""
}
.fa-unsorted:before,.fa-sort:before {
content:""
}
.fa-sort-down:before,.fa-sort-desc:before {
content:""
}
.fa-sort-up:before,.fa-sort-asc:before {
content:""
}
.fa-envelope:before {
content:""
}
.fa-linkedin:before {
content:""
}
.fa-rotate-left:before,.fa-undo:before {
content:""
}
.fa-legal:before,.fa-gavel:before {
content:""
}
.fa-dashboard:before,.fa-tachometer:before {
content:""
}
.fa-comment-o:before {
content:""
}
.fa-comments-o:before {
content:""
}
.fa-flash:before,.fa-bolt:before {
content:""
}
.fa-sitemap:before {
content:""
}
.fa-umbrella:before {
content:""
}
.fa-paste:before,.fa-clipboard:before {
content:""
}
.fa-lightbulb-o:before {
content:""
}
.fa-exchange:before {
content:""
}
.fa-cloud-download:before {
content:""
}
.fa-cloud-upload:before {
content:""
}
.fa-user-md:before {
content:""
}
.fa-stethoscope:before {
content:""
}
.fa-suitcase:before {
content:""
}
.fa-bell-o:before {
content:""
}
.fa-coffee:before {
content:""
}
.fa-cutlery:before {
content:""
}
.fa-file-text-o:before {
content:""
}
.fa-building-o:before {
content:""
}
.fa-hospital-o:before {
content:""
}
.fa-ambulance:before {
content:""
}
.fa-medkit:before {
content:""
}
.fa-fighter-jet:before {
content:""
}
.fa-beer:before {
content:""
}
.fa-h-square:before {
content:""
}
.fa-plus-square:before {
content:""
}
.fa-angle-double-left:before {
content:""
}
.fa-angle-double-right:before {
content:""
}
.fa-angle-double-up:before {
content:""
}
.fa-angle-double-down:before {
content:""
}
.fa-angle-left:before {
content:""
}
.fa-angle-right:before {
content:""
}
.fa-angle-up:before {
content:""
}
.fa-angle-down:before {
content:""
}
.fa-desktop:before {
content:""
}
.fa-laptop:before {
content:""
}
.fa-tablet:before {
content:""
}
.fa-mobile-phone:before,.fa-mobile:before {
content:""
}
.fa-circle-o:before {
content:""
}
.fa-quote-left:before {
content:""
}
.fa-quote-right:before {
content:""
}
.fa-spinner:before {
content:""
}
.fa-circle:before {
content:""
}
.fa-mail-reply:before,.fa-reply:before {
content:""
}
.fa-github-alt:before {
content:""
}
.fa-folder-o:before {
content:""
}
.fa-folder-open-o:before {
content:""
}
.fa-smile-o:before {
content:""
}
.fa-frown-o:before {
content:""
}
.fa-meh-o:before {
content:""
}
.fa-gamepad:before {
content:""
}
.fa-keyboard-o:before {
content:""
}
.fa-flag-o:before {
content:""
}
.fa-flag-checkered:before {
content:""
}
.fa-terminal:before {
content:""
}
.fa-code:before {
content:""
}
.fa-mail-reply-all:before,.fa-reply-all:before {
content:""
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
content:""
}
.fa-location-arrow:before {
content:""
}
.fa-crop:before {
content:""
}
.fa-code-fork:before {
content:""
}
.fa-unlink:before,.fa-chain-broken:before {
content:""
}
.fa-question:before {
content:""
}
.fa-info:before {
content:""
}
.fa-exclamation:before {
content:""
}
.fa-superscript:before {
content:""
}
.fa-subscript:before {
content:""
}
.fa-eraser:before {
content:""
}
.fa-puzzle-piece:before {
content:""
}
.fa-microphone:before {
content:""
}
.fa-microphone-slash:before {
content:""
}
.fa-shield:before {
content:""
}
.fa-calendar-o:before {
content:""
}
.fa-fire-extinguisher:before {
content:""
}
.fa-rocket:before {
content:""
}
.fa-maxcdn:before {
content:""
}
.fa-chevron-circle-left:before {
content:""
}
.fa-chevron-circle-right:before {
content:""
}
.fa-chevron-circle-up:before {
content:""
}
.fa-chevron-circle-down:before {
content:""
}
.fa-html5:before {
content:""
}
.fa-css3:before {
content:""
}
.fa-anchor:before {
content:""
}
.fa-unlock-alt:before {
content:""
}
.fa-bullseye:before {
content:""
}
.fa-ellipsis-h:before {
content:""
}
.fa-ellipsis-v:before {
content:""
}
.fa-rss-square:before {
content:""
}
.fa-play-circle:before {
content:""
}
.fa-ticket:before {
content:""
}
.fa-minus-square:before {
content:""
}
.fa-minus-square-o:before {
content:""
}
.fa-level-up:before {
content:""
}
.fa-level-down:before {
content:""
}
.fa-check-square:before {
content:""
}
.fa-pencil-square:before {
content:""
}
.fa-external-link-square:before {
content:""
}
.fa-share-square:before {
content:""
}
.fa-compass:before {
content:""
}
.fa-toggle-down:before,.fa-caret-square-o-down:before {
content:""
}
.fa-toggle-up:before,.fa-caret-square-o-up:before {
content:""
}
.fa-toggle-right:before,.fa-caret-square-o-right:before {
content:""
}
.fa-euro:before,.fa-eur:before {
content:""
}
.fa-gbp:before {
content:""
}
.fa-dollar:before,.fa-usd:before {
content:""
}
.fa-rupee:before,.fa-inr:before {
content:""
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
content:""
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
content:""
}
.fa-won:before,.fa-krw:before {
content:""
}
.fa-bitcoin:before,.fa-btc:before {
content:""
}
.fa-file:before {
content:""
}
.fa-file-text:before {
content:""
}
.fa-sort-alpha-asc:before {
content:""
}
.fa-sort-alpha-desc:before {
content:""
}
.fa-sort-amount-asc:before {
content:""
}
.fa-sort-amount-desc:before {
content:""
}
.fa-sort-numeric-asc:before {
content:""
}
.fa-sort-numeric-desc:before {
content:""
}
.fa-thumbs-up:before {
content:""
}
.fa-thumbs-down:before {
content:""
}
.fa-youtube-square:before {
content:""
}
.fa-youtube:before {
content:""
}
.fa-xing:before {
content:""
}
.fa-xing-square:before {
content:""
}
.fa-youtube-play:before {
content:""
}
.fa-dropbox:before {
content:""
}
.fa-stack-overflow:before {
content:""
}
.fa-instagram:before {
content:""
}
.fa-flickr:before {
content:""
}
.fa-adn:before {
content:""
}
.fa-bitbucket:before {
content:""
}
.fa-bitbucket-square:before {
content:""
}
.fa-tumblr:before {
content:""
}
.fa-tumblr-square:before {
content:""
}
.fa-long-arrow-down:before {
content:""
}
.fa-long-arrow-up:before {
content:""
}
.fa-long-arrow-left:before {
content:""
}
.fa-long-arrow-right:before {
content:""
}
.fa-apple:before {
content:""
}
.fa-windows:before {
content:""
}
.fa-android:before {
content:""
}
.fa-linux:before {
content:""
}
.fa-dribbble:before {
content:""
}
.fa-skype:before {
content:""
}
.fa-foursquare:before {
content:""
}
.fa-trello:before {
content:""
}
.fa-female:before {
content:""
}
.fa-male:before {
content:""
}
.fa-gittip:before,.fa-gratipay:before {
content:""
}
.fa-sun-o:before {
content:""
}
.fa-moon-o:before {
content:""
}
.fa-archive:before {
content:""
}
.fa-bug:before {
content:""
}
.fa-vk:before {
content:""
}
.fa-weibo:before {
content:""
}
.fa-renren:before {
content:""
}
.fa-pagelines:before {
content:""
}
.fa-stack-exchange:before {
content:""
}
.fa-arrow-circle-o-right:before {
content:""
}
.fa-arrow-circle-o-left:before {
content:""
}
.fa-toggle-left:before,.fa-caret-square-o-left:before {
content:""
}
.fa-dot-circle-o:before {
content:""
}
.fa-wheelchair:before {
content:""
}
.fa-vimeo-square:before {
content:""
}
.fa-turkish-lira:before,.fa-try:before {
content:""
}
.fa-plus-square-o:before {
content:""
}
.fa-space-shuttle:before {
content:""
}
.fa-slack:before {
content:""
}
.fa-envelope-square:before {
content:""
}
.fa-wordpress:before {
content:""
}
.fa-openid:before {
content:""
}
.fa-institution:before,.fa-bank:before,.fa-university:before {
content:""
}
.fa-mortar-board:before,.fa-graduation-cap:before {
content:""
}
.fa-yahoo:before {
content:""
}
.fa-google:before {
content:""
}
.fa-reddit:before {
content:""
}
.fa-reddit-square:before {
content:""
}
.fa-stumbleupon-circle:before {
content:""
}
.fa-stumbleupon:before {
content:""
}
.fa-delicious:before {
content:""
}
.fa-digg:before {
content:""
}
.fa-pied-piper-pp:before {
content:""
}
.fa-pied-piper-alt:before {
content:""
}
.fa-drupal:before {
content:""
}
.fa-joomla:before {
content:""
}
.fa-language:before {
content:""
}
.fa-fax:before {
content:""
}
.fa-building:before {
content:""
}
.fa-child:before {
content:""
}
.fa-paw:before {
content:""
}
.fa-spoon:before {
content:""
}
.fa-cube:before {
content:""
}
.fa-cubes:before {
content:""
}
.fa-behance:before {
content:""
}
.fa-behance-square:before {
content:""
}
.fa-steam:before {
content:""
}
.fa-steam-square:before {
content:""
}
.fa-recycle:before {
content:""
}
.fa-automobile:before,.fa-car:before {
content:""
}
.fa-cab:before,.fa-taxi:before {
content:""
}
.fa-tree:before {
content:""
}
.fa-spotify:before {
content:""
}
.fa-deviantart:before {
content:""
}
.fa-soundcloud:before {
content:""
}
.fa-database:before {
content:""
}
.fa-file-pdf-o:before {
content:""
}
.fa-file-word-o:before {
content:""
}
.fa-file-excel-o:before {
content:""
}
.fa-file-powerpoint-o:before {
content:""
}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
content:""
}
.fa-file-zip-o:before,.fa-file-archive-o:before {
content:""
}
.fa-file-sound-o:before,.fa-file-audio-o:before {
content:""
}
.fa-file-movie-o:before,.fa-file-video-o:before {
content:""
}
.fa-file-code-o:before {
content:""
}
.fa-vine:before {
content:""
}
.fa-codepen:before {
content:""
}
.fa-jsfiddle:before {
content:""
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
content:""
}
.fa-circle-o-notch:before {
content:""
}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
content:""
}
.fa-ge:before,.fa-empire:before {
content:""
}
.fa-git-square:before {
content:""
}
.fa-git:before {
content:""
}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
content:""
}
.fa-tencent-weibo:before {
content:""
}
.fa-qq:before {
content:""
}
.fa-wechat:before,.fa-weixin:before {
content:""
}
.fa-send:before,.fa-paper-plane:before {
content:""
}
.fa-send-o:before,.fa-paper-plane-o:before {
content:""
}
.fa-history:before {
content:""
}
.fa-circle-thin:before {
content:""
}
.fa-header:before {
content:""
}
.fa-paragraph:before {
content:""
}
.fa-sliders:before {
content:""
}
.fa-share-alt:before {
content:""
}
.fa-share-alt-square:before {
content:""
}
.fa-bomb:before {
content:""
}
.fa-soccer-ball-o:before,.fa-futbol-o:before {
content:""
}
.fa-tty:before {
content:""
}
.fa-binoculars:before {
content:""
}
.fa-plug:before {
content:""
}
.fa-slideshare:before {
content:""
}
.fa-twitch:before {
content:""
}
.fa-yelp:before {
content:""
}
.fa-newspaper-o:before {
content:""
}
.fa-wifi:before {
content:""
}
.fa-calculator:before {
content:""
}
.fa-paypal:before {
content:""
}
.fa-google-wallet:before {
content:""
}
.fa-cc-visa:before {
content:""
}
.fa-cc-mastercard:before {
content:""
}
.fa-cc-discover:before {
content:""
}
.fa-cc-amex:before {
content:""
}
.fa-cc-paypal:before {
content:""
}
.fa-cc-stripe:before {
content:""
}
.fa-bell-slash:before {
content:""
}
.fa-bell-slash-o:before {
content:""
}
.fa-trash:before {
content:""
}
.fa-copyright:before {
content:""
}
.fa-at:before {
content:""
}
.fa-eyedropper:before {
content:""
}
.fa-paint-brush:before {
content:""
}
.fa-birthday-cake:before {
content:""
}
.fa-area-chart:before {
content:""
}
.fa-pie-chart:before {
content:""
}
.fa-line-chart:before {
content:""
}
.fa-lastfm:before {
content:""
}
.fa-lastfm-square:before {
content:""
}
.fa-toggle-off:before {
content:""
}
.fa-toggle-on:before {
content:""
}
.fa-bicycle:before {
content:""
}
.fa-bus:before {
content:""
}
.fa-ioxhost:before {
content:""
}
.fa-angellist:before {
content:""
}
.fa-cc:before {
content:""
}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
content:""
}
.fa-meanpath:before {
content:""
}
.fa-buysellads:before {
content:""
}
.fa-connectdevelop:before {
content:""
}
.fa-dashcube:before {
content:""
}
.fa-forumbee:before {
content:""
}
.fa-leanpub:before {
content:""
}
.fa-sellsy:before {
content:""
}
.fa-shirtsinbulk:before {
content:""
}
.fa-simplybuilt:before {
content:""
}
.fa-skyatlas:before {
content:""
}
.fa-cart-plus:before {
content:""
}
.fa-cart-arrow-down:before {
content:""
}
.fa-diamond:before {
content:""
}
.fa-ship:before {
content:""
}
.fa-user-secret:before {
content:""
}
.fa-motorcycle:before {
content:""
}
.fa-street-view:before {
content:""
}
.fa-heartbeat:before {
content:""
}
.fa-venus:before {
content:""
}
.fa-mars:before {
content:""
}
.fa-mercury:before {
content:""
}
.fa-intersex:before,.fa-transgender:before {
content:""
}
.fa-transgender-alt:before {
content:""
}
.fa-venus-double:before {
content:""
}
.fa-mars-double:before {
content:""
}
.fa-venus-mars:before {
content:""
}
.fa-mars-stroke:before {
content:""
}
.fa-mars-stroke-v:before {
content:""
}
.fa-mars-stroke-h:before {
content:""
}
.fa-neuter:before {
content:""
}
.fa-genderless:before {
content:""
}
.fa-facebook-official:before {
content:""
}
.fa-pinterest-p:before {
content:""
}
.fa-whatsapp:before {
content:""
}
.fa-server:before {
content:""
}
.fa-user-plus:before {
content:""
}
.fa-user-times:before {
content:""
}
.fa-hotel:before,.fa-bed:before {
content:""
}
.fa-viacoin:before {
content:""
}
.fa-train:before {
content:""
}
.fa-subway:before {
content:""
}
.fa-medium:before {
content:""
}
.fa-yc:before,.fa-y-combinator:before {
content:""
}
.fa-optin-monster:before {
content:""
}
.fa-opencart:before {
content:""
}
.fa-expeditedssl:before {
content:""
}
.fa-battery-4:before,.fa-battery-full:before {
content:""
}
.fa-battery-3:before,.fa-battery-three-quarters:before {
content:""
}
.fa-battery-2:before,.fa-battery-half:before {
content:""
}
.fa-battery-1:before,.fa-battery-quarter:before {
content:""
}
.fa-battery-0:before,.fa-battery-empty:before {
content:""
}
.fa-mouse-pointer:before {
content:""
}
.fa-i-cursor:before {
content:""
}
.fa-object-group:before {
content:""
}
.fa-object-ungroup:before {
content:""
}
.fa-sticky-note:before {
content:""
}
.fa-sticky-note-o:before {
content:""
}
.fa-cc-jcb:before {
content:""
}
.fa-cc-diners-club:before {
content:""
}
.fa-clone:before {
content:""
}
.fa-balance-scale:before {
content:""
}
.fa-hourglass-o:before {
content:""
}
.fa-hourglass-1:before,.fa-hourglass-start:before {
content:""
}
.fa-hourglass-2:before,.fa-hourglass-half:before {
content:""
}
.fa-hourglass-3:before,.fa-hourglass-end:before {
content:""
}
.fa-hourglass:before {
content:""
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before {
content:""
}
.fa-hand-stop-o:before,.fa-hand-paper-o:before {
content:""
}
.fa-hand-scissors-o:before {
content:""
}
.fa-hand-lizard-o:before {
content:""
}
.fa-hand-spock-o:before {
content:""
}
.fa-hand-pointer-o:before {
content:""
}
.fa-hand-peace-o:before {
content:""
}
.fa-trademark:before {
content:""
}
.fa-registered:before {
content:""
}
.fa-creative-commons:before {
content:""
}
.fa-gg:before {
content:""
}
.fa-gg-circle:before {
content:""
}
.fa-tripadvisor:before {
content:""
}
.fa-odnoklassniki:before {
content:""
}
.fa-odnoklassniki-square:before {
content:""
}
.fa-get-pocket:before {
content:""
}
.fa-wikipedia-w:before {
content:""
}
.fa-safari:before {
content:""
}
.fa-chrome:before {
content:""
}
.fa-firefox:before {
content:""
}
.fa-opera:before {
content:""
}
.fa-internet-explorer:before {
content:""
}
.fa-tv:before,.fa-television:before {
content:""
}
.fa-contao:before {
content:""
}
.fa-500px:before {
content:""
}
.fa-amazon:before {
content:""
}
.fa-calendar-plus-o:before {
content:""
}
.fa-calendar-minus-o:before {
content:""
}
.fa-calendar-times-o:before {
content:""
}
.fa-calendar-check-o:before {
content:""
}
.fa-industry:before {
content:""
}
.fa-map-pin:before {
content:""
}
.fa-map-signs:before {
content:""
}
.fa-map-o:before {
content:""
}
.fa-map:before {
content:""
}
.fa-commenting:before {
content:""
}
.fa-commenting-o:before {
content:""
}
.fa-houzz:before {
content:""
}
.fa-vimeo:before {
content:""
}
.fa-black-tie:before {
content:""
}
.fa-fonticons:before {
content:""
}
.fa-reddit-alien:before {
content:""
}
.fa-edge:before {
content:""
}
.fa-credit-card-alt:before {
content:""
}
.fa-codiepie:before {
content:""
}
.fa-modx:before {
content:""
}
.fa-fort-awesome:before {
content:""
}
.fa-usb:before {
content:""
}
.fa-product-hunt:before {
content:""
}
.fa-mixcloud:before {
content:""
}
.fa-scribd:before {
content:""
}
.fa-pause-circle:before {
content:""
}
.fa-pause-circle-o:before {
content:""
}
.fa-stop-circle:before {
content:""
}
.fa-stop-circle-o:before {
content:""
}
.fa-shopping-bag:before {
content:""
}
.fa-shopping-basket:before {
content:""
}
.fa-hashtag:before {
content:""
}
.fa-bluetooth:before {
content:""
}
.fa-bluetooth-b:before {
content:""
}
.fa-percent:before {
content:""
}
.fa-gitlab:before {
content:""
}
.fa-wpbeginner:before {
content:""
}
.fa-wpforms:before {
content:""
}
.fa-envira:before {
content:""
}
.fa-universal-access:before {
content:""
}
.fa-wheelchair-alt:before {
content:""
}
.fa-question-circle-o:before {
content:""
}
.fa-blind:before {
content:""
}
.fa-audio-description:before {
content:""
}
.fa-volume-control-phone:before {
content:""
}
.fa-braille:before {
content:""
}
.fa-assistive-listening-systems:before {
content:""
}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
content:""
}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
content:""
}
.fa-glide:before {
content:""
}
.fa-glide-g:before {
content:""
}
.fa-signing:before,.fa-sign-language:before {
content:""
}
.fa-low-vision:before {
content:""
}
.fa-viadeo:before {
content:""
}
.fa-viadeo-square:before {
content:""
}
.fa-snapchat:before {
content:""
}
.fa-snapchat-ghost:before {
content:""
}
.fa-snapchat-square:before {
content:""
}
.fa-pied-piper:before {
content:""
}
.fa-first-order:before {
content:""
}
.fa-yoast:before {
content:""
}
.fa-themeisle:before {
content:""
}
.fa-google-plus-circle:before,.fa-google-plus-official:before {
content:""
}
.fa-fa:before,.fa-font-awesome:before {
content:""
}
.sr-only {
position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus {
position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto
}
.mfp-counter {
font-family:Georgia,Times,serif
}
.mfp-bg {
top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000;opacity:0.8;filter:alpha(opacity=80)
}
.mfp-wrap {
top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden
}
.mfp-container {
text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box
}
.mfp-container:before {
content:'';display:inline-block;height:100%;vertical-align:middle
}
.mfp-align-top .mfp-container:before {
display:none
}
.mfp-content {
position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
width:100%;cursor:auto
}
.mfp-ajax-cur {
cursor:progress
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor:zoom-out
}
.mfp-zoom {
cursor:pointer;cursor:zoom-in
}
.mfp-auto-cursor .mfp-content {
cursor:auto
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.mfp-loading.mfp-figure {
display:none
}
.mfp-hide {
display:none !important
}
.mfp-preloader {
color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044
}
.mfp-preloader a {
color:#ccc
}
.mfp-preloader a:hover {
color:#fff
}
.mfp-s-ready .mfp-preloader {
display:none
}
.mfp-s-error .mfp-content {
display:none
}
button.mfp-close,button.mfp-arrow {
overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none
}
button::-moz-focus-inner {
padding:0;border:0
}
.mfp-close {
width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:1;filter:alpha(opacity=100);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Georgia,Times,serif
}
.mfp-close:hover,.mfp-close:focus {
opacity:1;filter:alpha(opacity=100)
}
.mfp-close:active {
top:1px
}
.mfp-close-btn-in .mfp-close {
color:#fff
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%
}
.mfp-counter {
position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px
}
.mfp-arrow {
position:absolute;opacity:1;filter:alpha(opacity=100);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent
}
.mfp-arrow:active {
margin-top:-54px
}
.mfp-arrow:hover,.mfp-arrow:focus {
opacity:1;filter:alpha(opacity=100)
}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent
}
.mfp-arrow:after,.mfp-arrow .mfp-a {
border-top-width:13px;border-bottom-width:13px;top:8px
}
.mfp-arrow:before,.mfp-arrow .mfp-b {
border-top-width:21px;border-bottom-width:21px;opacity:0.7
}
.mfp-arrow-left {
left:0
}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
border-right:17px solid #fff;margin-left:31px
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
margin-left:25px;border-right:27px solid #fff
}
.mfp-arrow-right {
right:0
}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
border-left:17px solid #fff;margin-left:39px
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
border-left:27px solid #fff
}
.mfp-iframe-holder {
padding-top:40px;padding-bottom:40px
}
.mfp-iframe-holder .mfp-content {
line-height:0;width:100%;max-width:900px
}
.mfp-iframe-holder .mfp-close {
top:-40px
}
.mfp-iframe-scaler {
width:100%;height:0;overflow:hidden;padding-top:56.25%
}
.mfp-iframe-scaler iframe {
position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000
}
img.mfp-img {
width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto
}
.mfp-figure {
line-height:0
}
.mfp-figure:after {
content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444
}
.mfp-figure small {
color:#bdbdbd;display:block;font-size:12px;line-height:14px
}
.mfp-figure figure {
margin:0
}
.mfp-figure figcaption {
margin-top:0;margin-bottom:0
}
.mfp-bottom-bar {
margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto
}
.mfp-title {
text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px
}
.mfp-image-holder .mfp-content {
max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor:pointer
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left:0;padding-right:0
}
.mfp-img-mobile img.mfp-img {
padding:0
}
.mfp-img-mobile .mfp-figure:after {
top:0;bottom:0
}
.mfp-img-mobile .mfp-figure small {
display:inline;margin-left:5px
}
.mfp-img-mobile .mfp-bottom-bar {
background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding:0
}
.mfp-img-mobile .mfp-counter {
right:5px;top:3px
}
.mfp-img-mobile .mfp-close {
top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform:scale(0.75);transform:scale(0.75)
}
.mfp-arrow-left {
-webkit-transform-origin:0;transform-origin:0
}
.mfp-arrow-right {
-webkit-transform-origin:100%;transform-origin:100%
}
.mfp-container {
padding-left:6px;padding-right:6px
}
}
.mfp-ie7 .mfp-img {
padding:0
}
.mfp-ie7 .mfp-bottom-bar {
width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px
}
.mfp-ie7 .mfp-container {
padding:0
}
.mfp-ie7 .mfp-content {
padding-top:44px
}
.mfp-ie7 .mfp-close {
top:0;right:0;padding-top:0
}
@media print {
.masthead,.toc,.page__share,.page__related,.ads,.page__footer {
display:none
}
} | 0.440229 | 0.110184 |
@import url(global.css);
.todo{
width: 1080px;
margin: 0 auto;
}
.topoPos{
height: 60px;
margin: 146px 0 63px 0;
margin-top: 146px;
font-family: 'Mulish', sans-serif;
}
.topoPos h2{
margin: 0;
float: left;
font-size: 25px;
color: #546582;
}
#voltar{
margin-right: 690px;
float: left;
font-size: 25px;
color: #1CC4BF;
}
/*
divisorias
*/
.divFin, .divMen, .divpessoa, .divpag{
width: 1080px;
height: 123px;
margin: 0 auto;
}
.divFin p, .divMen p, .divpessoa p, .divpag p{
margin: 0;
margin-right: 10px;
font-family: 'Mulish', sans-serif;
font-size: 18px;
color: #505F79;
float: left;
}
.barraFin, .barraMen, .barrapessoa, .barrapag{
height: 1px;
margin: 10px 0;
background-color: rgba(80, 95, 121, 0.1);
float: left;
}
.barraFin{
width: 795px;
}
.barraMen{
width: 684px;
}
.barrapessoa{
width: 757px;
}
.barrapag{
width: 855px;
}
.finalizaCompra{
height: 342px;
}
.tipoPlano{
width: 600px;
height: 140px;
margin-right: 40px;
padding: 20px;
float: left;
border: 1.4px solid rgba(84, 101, 130, 0.1);
border-radius: 8px;
font-family: 'Mulish', sans-serif;
}
.tipoPlano h3{
width: 175px;
height: 28.5px;
margin: 0 0 30px 0;
padding-top: 11.5px;
border-radius: 8px;
float: left;
color: #fff;
font-size: 17px;
font-weight: 300;
text-align: center;
}
#persNome{
background: #1CC4BF;
}
#ecoNome{
background: #CC009F;
}
#premNome{
background: #4AB8DB;
}
.tipoPlano p{
width: 270px;
margin: 0;
float: left;
}
#persQuad, #ecoQuad, #premQuad{
width: 140px;
height: 140px;
margin-right: 40px;
border-radius: 8px;
float: left;
}
#persQuad{
background: #1CC4BF;
}
#ecoQuad{
background: #CC009F;
}
#premQuad{
background: #4AB8DB;
}
.cupomFina{
width: 384.2px;
height: 67.2px;
padding: 10px 0 0 10px;
margin-bottom: 40px;
border: 1.4px solid rgba(84, 101, 130, 0.1);
border-radius: 8px;
float: left;
font-family: 'Mulish', sans-serif;
}
.cupomFina:hover{
border: 1.4px solid #858FA1;
}
.cupomFina p{
margin: 0;
font-size: 11px;
color: rgba(80, 95, 121, 0.4);
}
.cupomFina input[type='text']{
width: 370.53px;
height: 19px;
margin: 16px 0 0 0;
font-size: 15px;
border: none;
}
.cupomFina input[type='text']::placeholder{
color: rgba(80, 95, 121, 0.7);
}
.finalizaCompra input[type='submit']{
width: 396px;
height: 60px;
background: #1CC4BF;
border: none;
border-radius: 8px;
float: left;
color: #FFFFFF;
font-size: 15.5px;
}
.finalizaCompra input[type='submit']:hover{
background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF;
}
.finalizaCompra input[type='submit']:focus{
background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF;
box-shadow: 0px 10px 25px rgba(28, 196, 191, 0.3);
}
.opcMen{
height: 396px;
font-family: 'Mulish', sans-serif;
}
.infoplano{
width: 319.2px;
height: 233.2px;
padding: 40px 0 0 18px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
float:left;
}
.qntRece, .qntMed, .funcio, .qntTole{
width: 320px;
height: 20px;
margin-bottom: 30px;
clear: both;
}
.qntRece p, .qntRece svg, .qntMed p, .qntMed svg, .funcio p, .funcio svg, .qntTole p, .qntTole svg{
float: left;
}
.qntRece p, .qntMed p, .funcio p, .qntTole p{
margin: 0;
}
.qntRece svg, .qntMed svg, .funcio svg, .qntTole svg{
margin-right: 14px;
}
#qntRece, #qntMed{
margin-right: 5px;
}
#qntTole{
margin: 0 5px;
}
.opcPag{
width: 701px;
height: 133px;
padding: 35px 0 0 20px;
margin: 0 0 15px 16px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
float: left;
}
.opcPag h2{
margin: 0 0 20px 0;
font-weight: bold;
font-size: 16px;
color: #5F5482;
}
.opcPag label{
font-size: 16px;
color: #5F5482;
}
.opcPag p{
margin: 32px 0 0 0;
font-size: 10px;
color: rgba(127, 139, 161, 0.8);
}
#anual{
margin-left: 40px;
}
.valorTotal{
width: 701px;
height: 70px;
margin: 0 0 0 16px;
float: left;
padding: 20px 0 0 20px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
}
.valorTotal h1{
margin: 0;
float: left;
font-weight: 800;
font-size: 30px;
color: #546582;
}
.valorTotal p{
margin: 23px 0 0 8px;
font-weight: 600;
font-size: 10px;
color: #546582;
float: left;
}
#valor{
margin-left: 141px;
}
.dadosPessoa{
height: 405px;
font-family: 'Mulish', sans-serif;
}
.nomeDados, .cpfDados, .emailDados, .confiEmailDados, .senhaDados, .confisenhaDados, .sexoDados, .dataDados, .rgDados, .celDados, .logDados, .numDados, .cepDados, .compDados{
height: 50px;
padding: 10px 0 0 13px;
float: left;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
}
.nomeDados p, .cpfDados p, .emailDados p, .confiEmailDados p, .senhaDados p, .confisenhaDados p, .sexoDados p, .dataDados p, .rgDados p, .celDados p, .logDados p, .numDados p, .cepDados p, .compDados p{
margin: 0 0 5px 0;
font-size: 10px;
color: #B9BFC9;
}
.nomeDados input, .cpfDados input, .emailDados input, .confiEmailDados input, .senhaDados input, .confisenhaDados input, .dataDados input, .rgDados input, .celDados input, .logDados input, .numDados input, .cepDados input, .compDados input{
padding: 0;
font-size: 16px;
border: none;
}
.nomeDados, .cpfDados, .confiEmailDados, .senhaDados, .sexoDados, .dataDados, .rgDados, .logDados, .numDados, .cepDados{
margin-right: 15px;
}
.nomeDados, .cpfDados, .emailDados, .confiEmailDados, .senhaDados, .confisenhaDados, .sexoDados, .dataDados, .rgDados, .celDados{
margin-bottom: 15px;
}
.nomeDados::placeholder, .cpfDados::placeholder, .emailDados::placeholder, .confiEmailDados::placeholder, .senhaDados::placeholder, .confisenhaDados::placeholder, .sexoDados::placeholder, .dataDados::placeholder, .rgDados::placeholder, .celDados::placeholder, .logDados::placeholder, .numDados::placeholder, .cepDados::placeholder, .compDados::placeholder{
color: #858FA1;
}
.nomeDados, .confiEmailDados, .sexoDados{
width: 360px;
}
.nomeDados input, .confiEmailDados input{
width: 340px;
}
.cpfDados, .senhaDados{
width: 287px;
}
.cpfDados input, .senhaDados input{
width: 245px;
}
.emailDados, .confisenhaDados{
width: 355px;
}
.emailDados input, .confisenhaDados input{
width: 340px;
}
.dataDados, .rgDados{
width: 203px;
}
.dataDados input, .rgDados input{
width: 193px;
}
.celDados, .compDados{
width: 205px;
}
.celDados input, .compDados input{
width: 193px;
}
.logDados{
width: 527px;
}
.logDados input{
width: 500px;
}
.numDados, .cepDados{
width: 118px;
}
.numDados input, .cepDados input{
width: 110px;
}
.sexoDados{
padding-top: 15px;
height: 45px;
}
#feminino{
margin-left: 28px;
}
.dadosPag{
height: 684px;
font-family: 'Mulish', sans-serif;
}
.formaPag, .dadosTit, .dadosCar{
height: 144px;
padding: 20px 0 0 20px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
float: left;
}
.formaPag h1, .dadosTit h1, .dadosCar h1{
margin: 0 0 24px 0;
font-size: 18px;
color: #546582;
}
.formaPag select, .dadosTit input, .dadosCar input{
font-size: 16px;
}
.formaPag{
width: 353px;
}
.formaPag select{
width: 333px;
height: 57px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
}
.dadosTit{
width: 665px;
margin-left: 15px;
}
.dadosCar{
width: 1057px;
margin: 15px 0 25px 0;
}
.nomeTit, .cpfTit, .nomeCard, .numCard, .valCard, .cvv{
height: 50px;
padding: 10px 0 0 13px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
float: left;
}
.nomeTit input, .cpfTit input, .nomeCard input, .numCard input, .valCard input, .cvv input{
border: none;
}
.nomeTit p, .cpfTit p, .nomeCard p, .numCard p, .valCard p, .cvv p{
margin: 0 0 5px 0;
font-size: 10px;
color: #B9BFC9;
}
.nomeTit{
width: 339px;
margin-right: 15px;
}
.nomeTit input{
width: 320px;
}
.cpfTit{
width: 261px;
}
.cpfTit input{
width: 245.65px;
}
.nomeCard{
width: 356px;
margin-right: 15px;
}
.nomeCard input{
width: 325px;
}
.numCard{
width: 239px;
margin-right: 15px;
}
.numCard input{
width: 221px;
}
.valCard{
width: 155px;
margin-right: 15px;
}
.valCard input{
width: 125px;
}
.cvv{
width: 180px;
}
.cvv input{
width: 162px;
}
.checkTerm{
margin: 3px 85px 0 0;
float: left;
font-size: 16px;
color: #858FA1;
}
.checkTerm label{
margin: 3px 0 0 0;
}
.dadosPag input[type='submit']{
width: 403px;
height: 60px;
background: #1CC4BF;
border: none;
border-radius: 8px;
float: left;
color: #FFFFFF;
font-size: 15.5px;
}
.dadosPag input[type='submit']:hover{
background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF;
}
.dadosPag input[type='submit']:focus{
background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF;
box-shadow: 0px 10px 25px rgba(28, 196, 191, 0.3);
}
.nomeDados:hover, .cpfDados:hover, .emailDados:hover, .confiEmailDados:hover, .senhaDados:hover, .confisenhaDados:hover, .sexoDados:hover, .dataDados:hover, .rgDados:hover, .celDados:hover, .logDados:hover, .numDados:hover, .cepDados:hover, .compDados:hover, .nomeTit:hover, .cpfTit:hover, .nomeCard:hover, .numCard:hover, .valCard:hover, .cvv:hover, .formaPag select:hover{
border: 1.4px solid #858FA1;
} | web/CSS/posselecao.css | @import url(global.css);
.todo{
width: 1080px;
margin: 0 auto;
}
.topoPos{
height: 60px;
margin: 146px 0 63px 0;
margin-top: 146px;
font-family: 'Mulish', sans-serif;
}
.topoPos h2{
margin: 0;
float: left;
font-size: 25px;
color: #546582;
}
#voltar{
margin-right: 690px;
float: left;
font-size: 25px;
color: #1CC4BF;
}
/*
divisorias
*/
.divFin, .divMen, .divpessoa, .divpag{
width: 1080px;
height: 123px;
margin: 0 auto;
}
.divFin p, .divMen p, .divpessoa p, .divpag p{
margin: 0;
margin-right: 10px;
font-family: 'Mulish', sans-serif;
font-size: 18px;
color: #505F79;
float: left;
}
.barraFin, .barraMen, .barrapessoa, .barrapag{
height: 1px;
margin: 10px 0;
background-color: rgba(80, 95, 121, 0.1);
float: left;
}
.barraFin{
width: 795px;
}
.barraMen{
width: 684px;
}
.barrapessoa{
width: 757px;
}
.barrapag{
width: 855px;
}
.finalizaCompra{
height: 342px;
}
.tipoPlano{
width: 600px;
height: 140px;
margin-right: 40px;
padding: 20px;
float: left;
border: 1.4px solid rgba(84, 101, 130, 0.1);
border-radius: 8px;
font-family: 'Mulish', sans-serif;
}
.tipoPlano h3{
width: 175px;
height: 28.5px;
margin: 0 0 30px 0;
padding-top: 11.5px;
border-radius: 8px;
float: left;
color: #fff;
font-size: 17px;
font-weight: 300;
text-align: center;
}
#persNome{
background: #1CC4BF;
}
#ecoNome{
background: #CC009F;
}
#premNome{
background: #4AB8DB;
}
.tipoPlano p{
width: 270px;
margin: 0;
float: left;
}
#persQuad, #ecoQuad, #premQuad{
width: 140px;
height: 140px;
margin-right: 40px;
border-radius: 8px;
float: left;
}
#persQuad{
background: #1CC4BF;
}
#ecoQuad{
background: #CC009F;
}
#premQuad{
background: #4AB8DB;
}
.cupomFina{
width: 384.2px;
height: 67.2px;
padding: 10px 0 0 10px;
margin-bottom: 40px;
border: 1.4px solid rgba(84, 101, 130, 0.1);
border-radius: 8px;
float: left;
font-family: 'Mulish', sans-serif;
}
.cupomFina:hover{
border: 1.4px solid #858FA1;
}
.cupomFina p{
margin: 0;
font-size: 11px;
color: rgba(80, 95, 121, 0.4);
}
.cupomFina input[type='text']{
width: 370.53px;
height: 19px;
margin: 16px 0 0 0;
font-size: 15px;
border: none;
}
.cupomFina input[type='text']::placeholder{
color: rgba(80, 95, 121, 0.7);
}
.finalizaCompra input[type='submit']{
width: 396px;
height: 60px;
background: #1CC4BF;
border: none;
border-radius: 8px;
float: left;
color: #FFFFFF;
font-size: 15.5px;
}
.finalizaCompra input[type='submit']:hover{
background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF;
}
.finalizaCompra input[type='submit']:focus{
background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF;
box-shadow: 0px 10px 25px rgba(28, 196, 191, 0.3);
}
.opcMen{
height: 396px;
font-family: 'Mulish', sans-serif;
}
.infoplano{
width: 319.2px;
height: 233.2px;
padding: 40px 0 0 18px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
float:left;
}
.qntRece, .qntMed, .funcio, .qntTole{
width: 320px;
height: 20px;
margin-bottom: 30px;
clear: both;
}
.qntRece p, .qntRece svg, .qntMed p, .qntMed svg, .funcio p, .funcio svg, .qntTole p, .qntTole svg{
float: left;
}
.qntRece p, .qntMed p, .funcio p, .qntTole p{
margin: 0;
}
.qntRece svg, .qntMed svg, .funcio svg, .qntTole svg{
margin-right: 14px;
}
#qntRece, #qntMed{
margin-right: 5px;
}
#qntTole{
margin: 0 5px;
}
.opcPag{
width: 701px;
height: 133px;
padding: 35px 0 0 20px;
margin: 0 0 15px 16px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
float: left;
}
.opcPag h2{
margin: 0 0 20px 0;
font-weight: bold;
font-size: 16px;
color: #5F5482;
}
.opcPag label{
font-size: 16px;
color: #5F5482;
}
.opcPag p{
margin: 32px 0 0 0;
font-size: 10px;
color: rgba(127, 139, 161, 0.8);
}
#anual{
margin-left: 40px;
}
.valorTotal{
width: 701px;
height: 70px;
margin: 0 0 0 16px;
float: left;
padding: 20px 0 0 20px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
}
.valorTotal h1{
margin: 0;
float: left;
font-weight: 800;
font-size: 30px;
color: #546582;
}
.valorTotal p{
margin: 23px 0 0 8px;
font-weight: 600;
font-size: 10px;
color: #546582;
float: left;
}
#valor{
margin-left: 141px;
}
.dadosPessoa{
height: 405px;
font-family: 'Mulish', sans-serif;
}
.nomeDados, .cpfDados, .emailDados, .confiEmailDados, .senhaDados, .confisenhaDados, .sexoDados, .dataDados, .rgDados, .celDados, .logDados, .numDados, .cepDados, .compDados{
height: 50px;
padding: 10px 0 0 13px;
float: left;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
}
.nomeDados p, .cpfDados p, .emailDados p, .confiEmailDados p, .senhaDados p, .confisenhaDados p, .sexoDados p, .dataDados p, .rgDados p, .celDados p, .logDados p, .numDados p, .cepDados p, .compDados p{
margin: 0 0 5px 0;
font-size: 10px;
color: #B9BFC9;
}
.nomeDados input, .cpfDados input, .emailDados input, .confiEmailDados input, .senhaDados input, .confisenhaDados input, .dataDados input, .rgDados input, .celDados input, .logDados input, .numDados input, .cepDados input, .compDados input{
padding: 0;
font-size: 16px;
border: none;
}
.nomeDados, .cpfDados, .confiEmailDados, .senhaDados, .sexoDados, .dataDados, .rgDados, .logDados, .numDados, .cepDados{
margin-right: 15px;
}
.nomeDados, .cpfDados, .emailDados, .confiEmailDados, .senhaDados, .confisenhaDados, .sexoDados, .dataDados, .rgDados, .celDados{
margin-bottom: 15px;
}
.nomeDados::placeholder, .cpfDados::placeholder, .emailDados::placeholder, .confiEmailDados::placeholder, .senhaDados::placeholder, .confisenhaDados::placeholder, .sexoDados::placeholder, .dataDados::placeholder, .rgDados::placeholder, .celDados::placeholder, .logDados::placeholder, .numDados::placeholder, .cepDados::placeholder, .compDados::placeholder{
color: #858FA1;
}
.nomeDados, .confiEmailDados, .sexoDados{
width: 360px;
}
.nomeDados input, .confiEmailDados input{
width: 340px;
}
.cpfDados, .senhaDados{
width: 287px;
}
.cpfDados input, .senhaDados input{
width: 245px;
}
.emailDados, .confisenhaDados{
width: 355px;
}
.emailDados input, .confisenhaDados input{
width: 340px;
}
.dataDados, .rgDados{
width: 203px;
}
.dataDados input, .rgDados input{
width: 193px;
}
.celDados, .compDados{
width: 205px;
}
.celDados input, .compDados input{
width: 193px;
}
.logDados{
width: 527px;
}
.logDados input{
width: 500px;
}
.numDados, .cepDados{
width: 118px;
}
.numDados input, .cepDados input{
width: 110px;
}
.sexoDados{
padding-top: 15px;
height: 45px;
}
#feminino{
margin-left: 28px;
}
.dadosPag{
height: 684px;
font-family: 'Mulish', sans-serif;
}
.formaPag, .dadosTit, .dadosCar{
height: 144px;
padding: 20px 0 0 20px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
float: left;
}
.formaPag h1, .dadosTit h1, .dadosCar h1{
margin: 0 0 24px 0;
font-size: 18px;
color: #546582;
}
.formaPag select, .dadosTit input, .dadosCar input{
font-size: 16px;
}
.formaPag{
width: 353px;
}
.formaPag select{
width: 333px;
height: 57px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
}
.dadosTit{
width: 665px;
margin-left: 15px;
}
.dadosCar{
width: 1057px;
margin: 15px 0 25px 0;
}
.nomeTit, .cpfTit, .nomeCard, .numCard, .valCard, .cvv{
height: 50px;
padding: 10px 0 0 13px;
border: 1.4px solid rgba(80, 95, 121, 0.1);
border-radius: 8px;
float: left;
}
.nomeTit input, .cpfTit input, .nomeCard input, .numCard input, .valCard input, .cvv input{
border: none;
}
.nomeTit p, .cpfTit p, .nomeCard p, .numCard p, .valCard p, .cvv p{
margin: 0 0 5px 0;
font-size: 10px;
color: #B9BFC9;
}
.nomeTit{
width: 339px;
margin-right: 15px;
}
.nomeTit input{
width: 320px;
}
.cpfTit{
width: 261px;
}
.cpfTit input{
width: 245.65px;
}
.nomeCard{
width: 356px;
margin-right: 15px;
}
.nomeCard input{
width: 325px;
}
.numCard{
width: 239px;
margin-right: 15px;
}
.numCard input{
width: 221px;
}
.valCard{
width: 155px;
margin-right: 15px;
}
.valCard input{
width: 125px;
}
.cvv{
width: 180px;
}
.cvv input{
width: 162px;
}
.checkTerm{
margin: 3px 85px 0 0;
float: left;
font-size: 16px;
color: #858FA1;
}
.checkTerm label{
margin: 3px 0 0 0;
}
.dadosPag input[type='submit']{
width: 403px;
height: 60px;
background: #1CC4BF;
border: none;
border-radius: 8px;
float: left;
color: #FFFFFF;
font-size: 15.5px;
}
.dadosPag input[type='submit']:hover{
background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF;
}
.dadosPag input[type='submit']:focus{
background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF;
box-shadow: 0px 10px 25px rgba(28, 196, 191, 0.3);
}
.nomeDados:hover, .cpfDados:hover, .emailDados:hover, .confiEmailDados:hover, .senhaDados:hover, .confisenhaDados:hover, .sexoDados:hover, .dataDados:hover, .rgDados:hover, .celDados:hover, .logDados:hover, .numDados:hover, .cepDados:hover, .compDados:hover, .nomeTit:hover, .cpfTit:hover, .nomeCard:hover, .numCard:hover, .valCard:hover, .cvv:hover, .formaPag select:hover{
border: 1.4px solid #858FA1;
} | 0.285372 | 0.114467 |